/*********************/
/** jRating CSS **/
/*********************/

/**Div containing the color of the stars */
.ratingStars {
    margin-left: 10px;
}
.jRatingAverage {
	background: url(icons/stars.gif) repeat-x;
        background-position: left bottom;
	position:relative;
	top:0;
	left:0;
	z-index:10;
	height:100%;
}
.jRatingColor {
        background: url(icons/stars.gif) repeat-x;
        background-position: 0 -15px;
	position:relative;
	top:0;
	left:0;
	z-index:5;
	height:100%;
}

/** Div containing the stars **/
.jStar {
        background: url(icons/stars.gif) repeat-x;    
        background-position: left top;
	position:relative;
	left:0;
	z-index:0;
}

#ratingStarsMessage{
	font-size:11px;
}
/** 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;
	}