#ratings .hover {
	background: url('star.png'); 
	z-index: 1;
}

#ratings span {
	float: left;
	cursor: pointer;
}

#ratings .clearleft {
	clear: left;
}

#ratings div { 
	display: block;
	width: 120px;
	height: 16px;
	margin: 0;
}

#ratings .floatleft {
	float: left;
}

#ratings .highlight {
	font-size: 12px;
	position: relative;
	color: #0054a5;
	font-weight: bold;
}

#ratings .star_rating {
	font-size: 12px;
	color: #0054a5;
	float: left;
	width: 100px;
	position: relative;
}

#ratings img {
	border: 0;
}

