/*********************/
/** jRating CSS **/
/*********************/

/**Div containing the color of the stars */
.jRatingAverage {
	background-color:#FCAD00;
	position:relative;
	top:0;
	left:0;
	z-index:2;
	height:100%;
}
.jRatingColor {
	background-color:#B5B5B5; /* bgcolor of the stars*/
	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('/images/common/bg_jRatingInfos.png') no-repeat;
	color:			#B5B5B5;
	display:		none;
	width:			91px;
	height:			29px;	
	font-size:16px;
	text-align:center;
	padding-top:5px;
}
p.jRatingInfos span.maxRate {
		color:#c9c9c9;
		font-size:14px;
}
 #BgDiv{background-color:#000000; position:absolute; z-index:10001; left:0; top:0; display:none; width:100%; height:1000px;opacity:0.5;filter: alpha(opacity=50);-moz-opacity: 0.5;}
      
#DialogDiv{position:fixed;width:550px; left:50%; margin-left:-200px; height:auto; z-index:10002;background-color:#fff; border:1px #8FA4F5 solid; padding:1px;}
