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: 0;
	float: left;
	display: block;
	width: 14px;
	height: 13px;
	padding: 0;
	background-image: url(/images/stars.gif);
	background-repeat: no-repeat;
}

div.stars div {
	margin: 0;
	float: left;
	display: block;
	width: 14px;
	height: 13px;
	padding: 0;
	background-image: url(/images/stars.gif);
	background-repeat: no-repeat;
}

div.stars a.over {
	background-position: 0px -30px;
}

div.stars a.selected {
	background-position: 0px -60px;
}

div.stars a.selectedover {
	background-position: 0px -45px;
}

div.stars a.selectedless {
	background-position: 0px -15px;
}

div.stars div.over {
	background-position: 0px -30px;
}

div.stars div.selected {
	background-position: 0px -60px;
}

div.stars div.selectedover {
	background-position: 0px -45px;
}

div.stars div.selectedless {
	background-position: 0px -15px;
}


/* 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;
}

