.hover {
	background: url('star.png'); 
	z-index: 1;
}

span {
	float: left;
	cursor: pointer;
}

.clearleft {
	clear: left;
}


.floatleft {
	float: left;
}

.highlight {
	font-family: Arial, sans-serif;
	font-size: 14px;
	position: relative;
	bottom: 9px;
	color: #93784b;
	font-weight: bold;
	padding-top: 10px;
}

.star_rating {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #93784b;
	float: left;
	width: 100px;
	position: relative;
	top: 10px;
}

img {
	border: 0;
}