/*
    Document   : frontend
    Created on : Apr 17, 2013, 6:01:38 PM
    Author     : mitrik
*/

.crp_clear { clear: both; }
.commnet_form_rating select#crp_rating_value
{
    display: block;
    font: 14px 'Lucida Grande',Arial,Helvetica,sans-serif;
    margin: 5px 0;
    width: 308px;
    background: url('../images/form.jpg') repeat-x scroll;
    background-position: top center;
    border: 1px solid #CCCCCC;
    padding: 5px 3px;
}


.crp_rating { float: right; margin-top: -25px; }
.crp_rating .crp_star_full { float: left; width: 13px; height: 12px; margin: 2px; background: url('../images/star_full.gif') no-repeat; }
.crp_rating .crp_star_empty { float: left; width: 13px; height: 12px; margin: 2px; background: url('../images/star_empty.gif') no-repeat; }

.crp_rating .crp_star_1 { float: left; width: 13px; height: 12px; margin: 2px; background: url('../images/star_1.gif') no-repeat; }
.crp_rating .crp_star_2 { float: left; width: 13px; height: 12px; margin: 2px; background: url('../images/star_2.gif') no-repeat; }
.crp_rating .crp_star_3 { float: left; width: 13px; height: 12px; margin: 2px; background: url('../images/star_3.gif') no-repeat; }
.crp_rating .crp_star_4 { float: left; width: 13px; height: 12px; margin: 2px; background: url('../images/star_4.gif') no-repeat; }

.crp_av_rating { float: left; margin: 0px 0px 10px; }
.crp_av_rating .caption { float: left; margin-right: 20px; font-weight: bold; }

.crp_av_rating .crp_av_lbl { margin-left: 30px; }

.posts-quick li .crp_rating.crp_av_rating { position: absolute; right: 10px; top: 6px; }