#Rating{
	width:100px;
	padding:3px;
	background-color:#f5f5f5;
	border:1px solid #dddddd;
	color:#f7941c;
	display:none;
}
.ratingTitle{
	font-weight:bold;
}
.rating{
	background-image:url(../../../modules/ratings/star.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	height:12px;
	width:12px;
	cursor:pointer;
	float:left;
}
.ratingHover{
	background-image:url(../../../modules/ratings/star.png);
	background-repeat:no-repeat;
	background-position:0px -12px;
	height:12px;
	width:12px;
	float:left;
}
.ratingActive{
	background-image:url(../../../modules/ratings/star.png);
	background-repeat:no-repeat;
	background-position:0px -24px;
	height:12px;
	width:12px;
	float:left;
}
#RatingResult{
	display:block;
	font-weight:bold;
	color:#003366;
	margin-top:6px;
}