@charset "utf-8";
/* CSS Document */

div.star, div.star .half, a.star
{
	background-image: url('star.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 16px;
	font-size: 12px;
}

div.star, a.star
{
	display: block;
	float: left;
	width: 16px;
	font-size: 12px;
}

a.star-active
{
	background-position: 0 -16px;
	font-size: 12px;
}

div.star .half
{
	width: 8px;
	background-position: 0 -32px;
	font-size: 12px;
}

div.star-on, a.star-preview
{
	background-position: 0 -32px;
	font-size: 12px;
}