div.star-active
{
	cursor: pointer;
}

div.star-empty
{
	background-image: url(images/empty.gif);
	width:15px;
	height:15px;
	overflow:hidden;
}

div.star-voted
{
	background-image: url(images/voted.gif);
	width:15px;
	height:15px;
	overflow:hidden;
}

div.star-over
{
	background-image: url(images/over.gif);
	width:15px;
	height:15px;
	overflow:hidden;
}

.vote-result{
	display: none;
}

.iblock-vote {
	max-width: 105px;
	display: inline-block;
}


.iblock-vote table, .iblock-vote tr, .iblock-vote td{
	border: 0;
	margin: 0;
	margin-bottom: -5px;
}

.iblock-vote table tr td{
	padding: 5px 3px;
}