﻿body{background:black;color:#FFF;font-family:Arial;margin:0px;}
table{font-family:Arial; font-size:11px; color:#ffffff}
a {color:#00aaff;}

.comments{background-color:#000000; width:90%;}
.comments_hdr{background:url(../imgs/hdr_comments.gif) no-repeat; width:603px; height:20px; text-align:right;}
.cmnt_username{font-weight:bold;}
.cmnt_username a{font-weight:bold; color:#00aaff; text-decoration:none}
.cmnt_time{color:#666666;}
.comments_pagination{background-color:#333333; height:25px; padding:0 10px; margin-top:20px;}
.comment {margin-bottom:20px;}
.divComments {}

.pagination{padding-right:26px;}
.thumnailsDiv {height:336px;width:450px;padding:0px;}
.thumb_container {float:center;}
.thumb {width:100px;height:75px;border:solid 1px #202020;margin:0px 0px 6px 10px;}
.border1 {width:100px;height:75px;border:solid 1px #202020;margin:0px 0px 6px 10px;} // обрамление
.thumb_on {width:100px;height:75px;border:solid 1px #001D2B;margin:0px 0px 6px 10px;}
.thumb img {display:block;}
.thumb_on img {display:block;}
.pageNumber {padding:0px 3px 0px 3px;}


/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 18px;
    height: 24px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(../imgs/rate_star_on.gif);

}

.emptyRatingStar {
    background-image: url(../imgs/rate_star_off.gif);
}

.savedRatingStar {
    background-image: url(../imgs/rate_star_on.gif);
}

