/*********************/
/** jRating CSS **/
/*********************/

/**Div containing the color of the stars */
.jRatingAverage {
	background-color:#f62929;
	position:relative;
	top:0;
	left:0;
	z-index:2;
	height:100%;
}
.jRatingColor {
	background-color:#FF7200; /* #f4c239; /* bgcolor of the stars*/
	position:relative;
	top:0;
	left:0;
	z-index:2;
	height:100%;
}
/**Div containing the color of the INITIAL stars */
.jRatingNone {
	background-color:#bbb;
	position:relative;
	top:0;
	left:0;
	z-index:-1;
	height:100%;
}

/** Div containing the stars **/
.jStar {
	position:relative;
	left:0;
	z-index:3;
}

/** Div containing the cancel **/
.rating_cancel {
	background:	transparent url('css0/jquery/images/rating_change.gif') no-repeat;
  position:   relative;
  float:      right;
	color:			#FFF;
	display:		none;
	width:			auto;
	height:			16px;	
	font-size:  16px;
	text-align: center;
  margin:     -15px 235px 0 0;
}
.rating_cancel a {text-decoration:none;padding-left:15px;}

/** P containing the rate informations **/
p.jRatingInfos {
	position:		absolute;
	z-index:9999;
	background:	transparent url('css0/jquery/images/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;
	}
/** P containing the rate informations **/
p.jRatingAverage {
	position:		absolute;
	z-index:9999;
	background-color: transparent;
	color:			#FFF;
	display:		none;
	width:			60px;
	height:			20px;	
	font-size:  16px;
	text-align:center;
	padding-top:5px;
}
	p.jRatingAverage span.maxRate {
		color:#c9c9c9;
		font-size:20px;
	}  

/* mw neerzetten   
#ratingblock {margin-bottom:10px;}
#INFOPR4 .rating_text {width: 75%; margin-top: -15px; float:right}

.rating_cancel {margin: -15px 0 0 0 !important; font-size:11px !important;}
.basicpr4 {left:14%} */