.star_plugin {
	white-space: nowrap;
	display: inline-block;
	position: relative;
	top: 3px;
	width: 80px;
}
.star_plugin span {
	width: 16px;
	height: 16px;
	float: left;
	background: url("../../rsc/icons/icons_sprite.png") no-repeat scroll 0 -208px transparent;
	text-indent: 16px;
	overflow: hidden;
}
.star_plugin span.empty {
	background-position: -16px -208px;
}
.star_plugin span.empty span {
	background-position: 0 -208px;
}