﻿/* styles for the star rater                */
	.star-rating li.current-rating
	{
		font-size:1px;
		top:0px;
		left:0px;
		background:url(../images/voting-small-transparent.gif) ;
		background-position:left bottom;
		position: absolute;
		height: 17px;
		display: block;
		text-indent: -9000px;
		z-index:1;
	}
	.star-rating li a:hover
	{
		background-image:url(../images/voting-small-transparent.gif);
		background-position:left center;
		z-index:2;
		left:0px;
		top:0px;
		padding:0px;
	}
	.star-rating
	{
		list-style:none;
		margin: 0px;
		padding:0px;
		border:0px;
		width:65px;
		height:17px;
		position:relative;
		zoom:100%;
		background-image:url(../images/voting-small-transparent.gif);
		background-position:top left;
		background-repeat:repeat-x;
	}
	
	.star-rating li{
		padding:0px;
		margin:0px;
		height:17px;
		float:left;
	}
	.star-rating li a
	{
	    overflow:hidden;
		font-size:1px;
		top:0px;
		left:0px;
		display:block;
		width:13px;
		height: 17px;
		text-decoration: none;
		text-indent:-9000px;
		z-index:20;
		position: absolute;
		padding:0px;
		margin:0px;
	}
	
	.star-rating a.one-star{
		left:0px;top:0px;
	}
	.star-rating a.one-star:hover{
		width:13px; height: 17px;
	}
	.star-rating a.two-stars{
		left:13px;
	}
	.star-rating a.two-stars:hover{
		width:26px; height:17px;
	}
	.star-rating a.three-stars{
		left:26px;
	}
	.star-rating a.three-stars:hover{
		width: 39px; height:17px;
	}
	.star-rating a.four-stars{
		left: 39px;
	}	
	.star-rating a.four-stars:hover{
		width:52px; height:17px;
	}
	.star-rating a.five-stars{
		left:52px;
	}
	.star-rating a.five-stars:hover{
		width:65px; height:17px;
	}
	
	/**************** stilovi za detalj **************/
	
	.votedetalj .star-rating li.current-rating
	{
		font-size:1px;
		top:0px;
		left:0px;
		background:url(../images/voting-detalj.gif) ;
		background-position:left bottom;
		position: absolute;
		height: 23px;
		display: block;
		text-indent: -9000px;
		z-index:1;
	}
	.votedetalj .star-rating li a:hover
	{
		background-image:url(../images/voting-detalj.gif);
		background-position:left center;
		z-index:2;
		left:0px;
		top:0px;
		padding:0px;
	}
	.votedetalj .star-rating
	{
		list-style:none;
		margin: 0px;
		padding:0px;
		border:0px;
		width:100px;
		height:23px;
		position:relative;
		zoom:100%;
		background-image:url(../images/voting-detalj.gif);
		background-position:top left;
		background-repeat:repeat-x;
	}
	
	.votedetalj .star-rating li{
		padding:0px;
		margin:0px;
		height:23px;
		float:left;
	}
	.votedetalj .star-rating li a
	{
	    overflow:hidden;
		font-size:1px;
		top:0px;
		left:0px;
		display:block;
		width:20px;
		height: 23px;
		text-decoration: none;
		text-indent:-9000px;
		z-index:20;
		position: absolute;
		padding:0px;
		margin:0px;
	}
	
	.votedetalj .star-rating a.one-star{
		left:0px;top:0px;
	}
	.votedetalj .star-rating a.one-star:hover{
		width:20px; height: 23px;
	}
	.votedetalj .star-rating a.two-stars{
		left:20px;
	}
	.votedetalj .star-rating a.two-stars:hover{
		width:40px; height:23px;
	}
	.votedetalj .star-rating a.three-stars{
		left:40px;
	}
	.votedetalj .star-rating a.three-stars:hover{
		width: 60px; height:23px;
	}
	.votedetalj .star-rating a.four-stars{
		left: 60px;
	}	
	.votedetalj .star-rating a.four-stars:hover{
		width:80px; height:23px;
	}
	.votedetalj .star-rating a.five-stars{
		left:80px;
	}
	.votedetalj .star-rating a.five-stars:hover{
		width:100px; height:23px;
	}
