.starlight {
	color: #e00;
}

#grade,
#star-rating {
	margin-bottom:10px;
	padding:0;
}

#grade ul,
#star-rating ul {
	list-style: none;
	margin: 3px 3px 3px 0;
	padding: 0px;
	width: 100px;
	height: 20px;
	position: relative;
	background: url(/includes/rating/rating.gif) top left repeat-x;
	display:block;
}

#grade li,
#star-rating li {
	padding: 0px;
	margin: 0px;
	/*\*/
	float: left;
	/* */
}
#grade li.current-rating,
#star-rating li.current-rating {
	background: url(/includes/rating/rating.gif) left bottom;
	position: absolute;
	height: 20px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}
#grade li a,
#star-rating li a {
	display: block;
	width: 20px;
	height: 20px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	background-image: none;
}

#grade li a:hover,
#star-rating li a:hover {
	background: url(/includes/rating/rating.gif) left center;
	z-index: 1;
	left: 0px;
}
#grade a.star-1,
#star-rating a.star-1 {
	left: 0px;
}

#grade a.star-1:hover,
#star-rating a.star-1:hover {
	width: 20px;
}

#grade a.star-2,
#star-rating a.star-2 {
	left: 20px;
}

#grade a.star-2:hover,
#star-rating a.star-2:hover {
	width: 40px;
}

#grade a.star-3,
#star-rating a.star-3 {
	left: 40px;
}

#grade a.star-3:hover,
#star-rating a.star-3:hover {
	width: 60px;
}

#grade a.star-4,
#star-rating a.star-4 {
	left: 60px;
}

#grade a.star-4:hover,
#star-rating a.star-4:hover {
	width: 80px;
}

#grade a.star-5,
#star-rating a.star-5 {
	left: 80px;
}

#grade a.star-5:hover,
#star-rating a.star-5:hover {
	width: 100px;
}

#score strong,
#score {
	font-size:110%;

}

#score {
	display:block;
	margin-bottom:5px;
	padding:0;
}