/*********************/
/** jRating CSS **/
/*********************/

/**Div containing the color of the stars */
.jRatingAverage {
	background: url(icons/small.png);
	background-size: 15px 16px;
	position:relative;
	top:1;
	left:0;
	width: 15px; height: 15px; padding: 0px;
	z-index:4;
}
.jRatingColor {
	background: url(icons/stars.png);
	position:relative;
	top:0;
	left:0;
	width: 15px; height: 15px;
	z-index:3;
}

/** Div containing the stars **/
.jStar {
	position:relative;
	left:0;
	z-index:2;
}

/** P containing the rate informations **/
p.jRatingInfos {
	position:		absolute;
	z-index:9999;
	background:	#fff;
	color:			#2cb7ff;
	display:		none;
padding: 4px 10px;	
	font-size:12px;
	text-align:center;
}
p.jRatingInfos span.maxRate {
	color:#c9c9c9;
	font-size:14px;
}