div.star-active
{
	cursor: pointer;
}

div.star-empty
{
	background-image: url(images/empty.svg);
	background-repeat: no-repeat;
	width:20px;
	height:20px;
	overflow:hidden;
}

div.star-voted
{
	background-image: url(images/over.svg);
	background-repeat: no-repeat;
	width:20px;
	height:20px;
	overflow:hidden;
}

div.star-over
{
	background-image: url(images/over.svg);
	background-repeat: no-repeat;
	width:20px;
	height:20px;
	overflow:hidden;
}

div.iblock-vote {
	padding: 20px 0;
}

div.iblock-vote table {
	width: 100%;
	margin: 0 auto 10px;
	max-width: 160px;
}

div.iblock-vote table td {
	padding: 5px;
	border: 0;
}

.vote-result {
	width: 100%;
	text-align: center;
}