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

/**Div containing the color of the stars */
.jRatingAverage {
    /*background-color:#f62929;*/
	background-color:#f9ad1a;
	position:relative;
	top:0;
	left:0;
	z-index:2;
	height:100%;
}
.jRatingColor {
    /* background-color:#f4c239; bgcolor of the stars*/
	background-color:#8dc63f; /* 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;
    background-position: 0 -50px;
    background-color: #dedede;
}
.fieldRating,
.fieldRating.initRating {
    background-color: #dedede;
}

/** 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;
    
    background: rgb(141, 198, 63);
    border-radius: 8px;
    width:            auto;
    height:           auto;    
    padding: 5px;
    font-size:        16px;
}
	p.jRatingInfos span.maxRate {
		color:#c9c9c9;
		font-size:14px;
	}