/*********************/
/** jRating CSS **/
/*********************/

/**Div containing the color of the stars */
.your-rating{
	float:right;
	height: 21px;
	background: #FFF;
	padding: 0 10px;
}
.your-rating .text{float:left;margin-right:10px;}
.post-tabs .user-rating-text{
	background:#F88C00;
	color:#FFF;
	padding:5px 10px;
}
.post-tabs .user-rating-text .taq-score{
	font-size:16px;
	font-weight:bold;
}
.jRatingAverage {
	background-color:#F88C00;
	position:relative;
	top:0;
	left:0;
	z-index:2;
	height:100%;
}
.jRatingColor {
	background-color:#F88C00; /* 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/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;
	}