@CHARSET "UTF-8";
.star ul {
	padding-left: 0;
	overflow: hidden;
}
.star ul li {
	float: left;
	list-style: none;
	width: 27px;
	height: 27px;
	background: url(/static/images/score_star.gif)
}
.star ul li a {
	display: block;
	width: 100%;
	padding-top: 27px;
	overflow: hidden;
}
.star ul li.light {
	background-position: 0 -29px;
}

.starBox {
    height:27px;
	padding-left: 0;
	overflow: hidden;
}
.starBox div {
	float: left;
	list-style: none;
	width: 27px;
	height: 27px;
	background: url(/static/images/score_star.gif)
}
.starBox div.light {
	background-position: 0 -29px;
}
