@charset "utf-8";
/* CSS Document */
div.starRating
{
	float:left;
	width:440px;
}
div.starDiv
{
	float:left;
	width:16px;
}
/*div.starDiv a.starOff
{
	float:left;
	width:7px;
	height:21px;
	display:block;
	background-image:url(../multimedias/images/graphics/star_off.png);
	background-repeat:no-repeat;
}*/
 a.starOff
{
	float:left;
	width:32px;
	height:32px;
	padding-right:5px;
	display:block;
	background-image:url(../multimedias/images/graphics/leaf_fade.png);
	background-repeat:no-repeat;
}
div.starDiv a.starLeft
{
	float:left;
	background-position:0 0;
}
/*div.starDiv a.starOn
{
	float:left;
	display:block;
	height:21px;
	width:7px;
	background-image:url(../multimedias/images/graphics/star_on.png);
	background-repeat:no-repeat;
}*/
 a.starOn
{
	float:left;
	display:block;
	width:32px;
	height:32px;
	padding-right:5px;
	background-image:url(../multimedias/images/graphics/leaf.png);
	background-repeat:no-repeat;
}
div.starDiv a.starRight
{
	float:left;
	background-position:-7px 0px;
}
a img
{
	border:none;
}
span#starText
{
	float:left;
	padding-left:20px;
	color:#E24041;
}
