/*********************/
/** 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:#f4c239; /* 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/css/jquery.jRating-background.png') no-repeat; /** customized url by LAMS **/
	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;
}

/** Please, note this is a LAMS customization. In case of library upgrade copy these lines manually.  **/
.rating-stars-holder {width: 150px; text-align: center;}
.rating-stars-caption {padding-top: 6px;}
.rating-stars, .rating-stars-disabled {margin: 0px auto; min-height: 20px;}
.add-comment {
	background-image: url('../images/tick.png');
	width:16px;
	height:16px;
	cursor: pointer;
	float: right;
	margin-top: 20px;
}

/** Remove the following once we move all tools to use Rating.tag.  **/
.rating-stars-div {float:right; padding-right: 10px; margin-top: -8px; min-height: 45px;}
.rating-stars-caption {text-align: center}