.iblock-vote p {
padding-bottom:15px;
}

.iblock-vote div.nstar-active
{
	cursor: pointer;
}

.iblock-vote div.nstar-empty
{
	background:url("images/star.png") no-repeat 0 -40px;
	width:15px;
	height:15px;
	overflow:hidden;
	margin-bottom:5px;
}

.iblock-vote div.nstar-voted
{
	
	background:url("images/star.png") no-repeat 0 -20px;
	width:15px;
	height:15px;
	overflow:hidden;
	margin-bottom:5px;
}

.iblock-vote div.nstar-over
{
	background:url("images/star.png") no-repeat 0 -20px;
	width:15px;
	height:15px;
	overflow:hidden;
	margin-bottom:5px;
}
