div.stars {
	width:140px;
	float:left;/*necessary if not strict type */
	clear:both;/*necessary if not strict type */
}
div.stars a {
	cursor:hand;
	cursor:pointer;
	margin:0px;
	float:left;
	display:block;
	width:22px;
	w\idth:16px;
	height:16px;
	padding:0 1px;
	background-image: url(http://images.military.com/script/production/shock/images/star_sarate2_r.gif);
	background-repeat: no-repeat;
	background-position: 1px 0;
}
div.stars a.over {
	background-position: 1px -32px;
}
div.stars a.selected {
	background-position: 1px -64px;
}
div.stars a.selectedover {
	background-position: 1px -48px;
}
div.stars a.selectedless {
	background-position: 1px -16px;
}
div.stars p {
	/*margin:0 0 2px; padding:0;
	font:85% arial;
	color:#666;*/
}


/* hide from mac ie5 \*/
div.checks, div.stars, div.halfstars, div.smiley {
	height:1%;
}
/* end hack */

div.clr {
	clear: both;
	line-height: 0px;
}
html>body div.clr {
	height:.01em;
}