/*********************/
/** jRating CSS **/
/*********************/

/**Div containing the color of the stars */
.jRatingAverage {
        background-color:#FACC39;
        position:relative;
        top:0;
        left:0;
        z-index:2;
        height:100%;
}
.jRatingColor {
        background-color:#FFF; /* bgcolor of the stars*/
        position:relative;
        top:0;
        left:0;
        z-index:2;
        height:100%;
}

/** Div containing the stars **/
.jStar {
        position:relative;
        left:0;
        z-index:3;
}

/** P containing the rate informations **/
p.jRatingInfos {
        position:               absolute;
        z-index:9999;
        background:     transparent url('icons/bg_jRatingInfos.png') no-repeat;
        color:                  #FFF;
        display:                none;
        width:                  91px;
        height:                 29px;
        font-size:16px;
        text-align:center;
        padding-top:5px;
}
        p.jRatingInfos span.maxRate {
                color:#c9c9c9;
                font-size:14px;
        }

.rating {
	float: left;
	margin-right: 10px;
	margin-top: -6px;
}

.cp_comment_num,
.cp_comment_word,
.source_block {
	line-height: 2;
}

.comments_container > h3 > span, .comments_container > h3 a { 
	padding-top: 10px;
	padding-bottom: 0; 
}
