/*********************/
/** jRating CSS **/
/*********************/

/**Div containing the color of the stars */
.jRatingAverage {
	background:url('../images/rating_stars-1.png');
	position:relative;
	top:0;
	left:0;
	z-index:2;
	height:100%;
}
.jRatingColor {
	background:url('../images/rating_stars-2.png');
	position:relative;
	top:0;
	left:0;
	z-index:2;
	height:100%;
}

/** Div containing the stars **/
.jStar {
	position:relative;
	left:0;
	z-index:0;
}

/** P containing the rate informations **/
p.jRatingInfos {
	position:		absolute;
	z-index:9999;
	background:	transparent url('../images/bg_jRatingInfos.png') no-repeat;
	color:			#FFF;
	display:		none;
	width:			91px;
	height:			38px;
	line-height:	36px!important;
	font-size:16px;
	text-align:center;
}
p.jRatingInfos span.maxRate {
	color:#c9c9c9;
	font-size:14px;
}
.small > .rating .jRatingAverage {
	background:url('../images/rating_small-1.png');
}
.small > .rating .jRatingColor {
	background:url('../images/rating_small-2.png');
}
.rating{
	display:inline-block;
	vertical-align:bottom;
}
.rating + script + .datasSent,
.post_rating .datasSent{
	display:inline-block;
	vertical-align:bottom
}
.rating + script + .datasSent + .serverResponse,
.post_rating .serverResponse{
	display:inline-block;
	vertical-align:bottom
}

