/*********************/
/** 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 {
	/*background: none repeat scroll 0 0 #000;
    color: #fff;
    display: none;
    font-family: tahoma;
    font-size: 13px;
    height: auto;
    padding: 5px;
    position: absolute;
    text-align: center;
    width: 170px;
    z-index: 9999;
	vertical-align:middle;
	top:20px;
	left:-25px;*/
	
	position:		absolute;
	z-index:9999;
	color:			#FFF;
	display:		none;
	width:			170px;
	height:			auto;	
	font-size:11px;
	font-family:roboto;
	text-align:center;
	padding:5px;
	
	text-shadow:0 0 2px #000;border:1px solid rgba(255,255,255,0.25);background-color:#191919;background-color:rgba(25,25,25,0.92);background-image:-webkit-gradient(linear,0 0,0 100%,from(transparent),to(#000));border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;box-shadow:0 0 3px #555;-webkit-box-shadow:0 0 3px #555;-moz-box-shadow:0 0 3px #555;
}
	p.jRatingInfos span.maxRate {
		color:#c9c9c9;
		font-size:14px;
	}