#votazione .hover {
	background: url('star.png'); 
	z-index: 1;
}

#votazione span {
	float: left;
	cursor: pointer;
}

#votazione .clearleft {
	clear: left;
}

#votazione div { 
	display: block;
	margin: 0;
}

#votazione .floatleft {
	float: left;
}

#votazione .floatright {
	float: right;
}

#votazione .highlight {
	position: relative;
	color: #93784b;
	font-weight: bold;
}

#votazione .star_rating {
	color: #93784b;
	float: left;
	width: 100px;
	position: relative;
	top: 10px;
}

#votazione img {
	border: 0;
}

#giudizio {
	float: left;
	width: 180px;
}
#commenta {
	float: left;
	padding-top: 2px;
	font-weight: bold;
	height:20px;
	width: 250px;

}
#mediavoto {
	float: right;
		width: 100px;

}