span.star-rating-control {display:inline;}
/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.star-rating {
	/*float:left;*/
	width:17px;
	height:15px;
	text-indent:-999em;
	cursor:pointer;
	display:inline;
	background:transparent;
	overflow:hidden
}
div.rating-cancel {display:inline;}
div.star-rating a { background:url(../img/zvezda-t.png) no-repeat left center; }
div.rating-cancel a, div.star-rating a {
	/*display:block;*/
	border:0;
	padding:11px 7px 4px 7px;
	font-size:0px;
	line-height:0px;
	color:#fbcf03!important;
}
div.rating-cancel a {background:url(../img/rait-can.png) no-repeat left center!important;padding:11px 10px 4px 7px;cursor:pointer;}
div.star-rating-on a { background:url(../img/zvezda.png) no-repeat left center!important; }
div.star-rating-hover a { background:url(../img/zvezda.png) no-repeat left center; }
/* Read Only CSS */
div.star-rating-readonly a { cursor:default !important }
/* Partial Star CSS */
div.star-rating {
	background:transparent!important;
	overflow:hidden!important
}
/* END jQuery.Rating Plugin CSS */

