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

/**Div containing the color of the stars */
.jRatingAverage {
	background-color:#325a81;
	position:relative;
	top:0;
	left:0;
	z-index:2;
	height:100%;
}
.jRatingColor {
	background-color:#f18c15; /* 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;
}

#foo	{
position:fixed; right:15px; bottom:35px; height: 113px; width: 185px; border: solid 1px #cbcbcb; background-color:#fff;
}
#hoo	{
background-color:#f18c15; height: 25px;
}
#joo {
font-size:12px; margin-top:5px; display:inline-block; margin-left: auto; margin-right: auto; font-weight:bold;
}
#goo	{
font-size:12px; margin-top:5px; display:inline-block; margin-left: auto; margin-right: auto; 
}
#zoo	{
font-size:12px; font-weight:bold; margin-top:5px; display:inline-block; margin-left: auto; margin-right: auto;
}
#woo	{
margin-right: auto; margin-left: auto; margin-top: 5px; margin-bottom: 5px;
}

/** P containing the rate informations **/
p.jRatingInfos {
	position:		absolute;
	z-index:9999;
	background:	transparent url('/jRating-master/jquery/icons/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;
	}