.navlegs {
    background: url(../images/nav/legs_d.jpg) top left no-repeat;
}

.mainimagecontainer {
    float: left;
    margin: 0 auto;
    width: 660px;
    min-height: 100%;
    text-align: center;
    padding-bottom: 10px;
    border-left: 1px solid #CCC;
    padding-left: 5px;
}

.mainimage {
    margin: 0 auto;
    width: 660px;
    min-height: 400px;
    text-align: center;
    padding-bottom: 10px;
    padding-left: 5px;
}

.legspostername {
    font-style: italic;
    font-size: 0.8em;
    color: #999;
}

.legsthumbs {
    float: left;
    width: 260px;
    
}

.thumbsdiv {
    height: 385px;
    width: 260px;
    display: block;
}

.thumb {
    float:left;
    width: 120px;
    margin: 5px;
}

.thumbloader {
    width: 260px;
    height: 210px;
    padding-top: 170px;
    text-align: center;
    display: block;
}

.uploadform {
    padding-top: 5px;
    width: 260px;
    display: block;
    font-family: "Times New Roman", serif;
    font-size: 1.3em;
    font-weight: bold;
    color: #ED0724;
}

.requiredtext {
    font-size: 0.7em;
    color: #999;
    font-style: italic;
    font-weight: normal;
}

.uploadbutton, .uploadbutton:focus {
    background: #FFF url(../images/buttons/upload.jpg) right no-repeat;
    height: 30px;
    width: 96px;
    border: 0px;
    margin-top: 3px;
    float: right;
    cursor: pointer;
}

.uploaderror, .upload_unsuccessful {
    float: right;
    color: #ED0724;
    font-size: 0.7em;
    font-style: italic;
    font-weight: 700;
    padding: 5px 10px 0px 0px;
    font-family: "Times New Roman";
}

.upload_successful {
    float: right;
    color: #0C3;
    font-size: 0.7em;
    font-style: italic;
    font-weight: 700;
    padding: 5px 10px 0px 0px;
    font-family: "Times New Roman";
}
.legsimage {
    padding: 5px;
    border: 1px solid #CCC;
}

.legsimage:hover {
    border: 1px solid #999;
}

.imageloader {
    width: 660px;
    min-height: 500px;
    padding-top: 240px;
    padding-left: 5px;
    text-align: center;
}

.currentcomments {
    float: left;
    width: 335px;
    text-align: left;
    padding-top: 5px;
}

.addcomments {
    text-align: left;
    padding-top: 5px;
    width: 310px;
    float: right;
    border-left: 1px solid #CCC;
    padding-left: 10px;
}

.commentlabel {
    float: left;
    margin-right: 10px;
}
.commentbox {
    float: left;
}
.commentbox textarea {
    font-size: 0.9em;
}
.submitcommentbutton, .submitcommentbutton:focus {
    background: #FFF url(../images/buttons/comment.jpg) right no-repeat;
    height: 30px;
    width: 179px;
    border: 0px;
    margin-top: 3px;
    float: right;
    cursor: pointer;
}

.comment_unsuccessful {
    float: right;
    color: #ED0724;
    font-size: 0.9em;
    font-style: italic;
    font-weight: 700;
    padding: 5px 10px 0px 0px;
    font-family: "Times New Roman";
}

.comment_successful {
    float: right;
    color: #0C3;
    font-size: 0.9em;
    font-style: italic;
    font-weight: 700;
    padding: 5px 10px 0px 0px;
    font-family: "Times New Roman";
}

.commentnumber {
    font-family: "Times New Roman", serif;
    font-size: 1.3em;
    font-weight: bold;
    color: #000;
    line-height: 200%;
    float: left;
    padding-right: 5px;
}
.commentdetails {
    font-size: 0.8em;
    font-style: italic;
}
.commentext {
    float: left;
    width: 310px;
}