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

/**Div containing the color of the stars */
.jRatingAverage {
	background: #cedc32; /* Old browsers */
	background: -moz-linear-gradient(top, #cedc32 0%, #9da81c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cedc32), color-stop(100%,#9da81c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cedc32 0%,#9da81c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cedc32 0%,#9da81c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cedc32 0%,#9da81c 100%); /* IE10+ */
	background: linear-gradient(to bottom, #cedc32 0%,#9da81c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedc32', endColorstr='#9da81c',GradientType=0 ); /* IE6-9 */
	position:relative;
	top:0;
	left:0;
	z-index:2;
	height:100%;
}
.jRatingColor {

	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;
	}