/*****************/
/** 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: 123px;
	width: 185px;
	border: solid 1px #cbcbcb;
	background-color:#fff;
	z-index:10;
	text-align:center;
}

#foo.block-filled {
	position:static;
	right:auto;
	bottom:auto;
	height:auto;
	width:auto;
	margin-top:20px;
	padding:0;
	padding-bottom:10px;
}

#foo.block-filled #close {
	display:none;
}

#hoo {
	background-color: #f18c15;
	/*height: 25px;*/
}

#joo {
	font-size: 12px;
	margin: 5px auto;
	display: inline-block;
	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;
}