div.star-active
{
	cursor: pointer;
}

div.star-empty, 
div.star-voted,
div.star-half-voted,
div.star-over
{	
	width:16px;
	height:16px;
	overflow:hidden;
}
div.star-empty {background-image: url(images/empty.png);}
div.star-voted { background-image: url(images/voted.png);}
div.star-half-voted { background-image: url(images/half-voted.png);}
div.star-over {background-image: url(images/over.png);}
div.iblock-vote table td {padding:0 !important}
div.iblock-vote table td.vote-result {padding-left:5px  !important;}