div.star-active
{
	cursor: pointer;
}

div.star-empty
{
	/*background-image: url(images/empty.gif);*/
	background-image: url(images/empty.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	fill: #e0e0e0;
	width:15px;
	height:15px;
	overflow:hidden;
}

.iblock-vote table tr.active .star-active.star-voted
{
	background-image: url(images/empty.svg);
}

td.vote-result.count
{
	padding-left: 10px;
	min-width: 70px;
}

td.vote-result.average
{
	font-weight: 600;
	padding-right: 10px;
}

td.vote-result.count.active .vote-message
{
	display: block;
}

td.vote-result.count.active .vote-count
{
	display: none;
}

td.vote-result.count .vote-count
{
	display: block;
}

td.vote-result.count .vote-message
{
	display: none;
}


div.star-voted
{
	/*background-image: url(images/voted.gif);*/
	background-image: url(images/voted.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	fill: #ffb74d;
	width:15px;
	height:15px;
	overflow:hidden;
}

div.star-over
{
	/*background-image: url(images/over.gif);*/
	background-image: url(images/voted.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	fill: #ffb74d;
	width:15px;
	height:15px;
	overflow:hidden;
}
