.stardiv {
	width:80px;
	height:15px;
	background-image:url(../images/puntuacion-off.gif);
	background-repeat:repeat-x;
	float:left;
	/*margin-right:5px;*/
}
.starstyle {
	width:16px;
	height:16px;
	float:left;
}
.starhalfstyle {
	width:16px;
	height:15px;
	float:left;
	background-image:url(../images/puntuacion-half.gif);
}
.staronstyle {
	width:16px;
	height:15px;
	float:left;
	background-image:url(../images/puntuacion-on.gif);
}
.textaboutthevote {
	padding-top:2px;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

