/*********************/
/** jRating CSS **/
/*********************/

/**Div containing the color of the stars GREEN */
.jRatingAverage {
	background-color:#0A8C11;
	position:relative;
	top:0;
	left:0;
	z-index:2;
	height:100%;
}
.jRatingColor {
	background-color:#EED92A; /* bgcolor of the stars YELLOW */
	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('icone/bg_jRatingInfos2.png') no-repeat;
	color:			#FFF;
	display:		none;
	width:			78px; /* 91 */
	height:			28px; /* 29 */	
	font-size:12px;
	text-align:center;
	padding-top:4px;
}
	p.jRatingInfos span.maxRate {
		color:#c9c9c9;
		font-size:12px;
	}