.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating .current-rating{
	background: url("rating/rating_star.gif") left -1000px repeat-x;
}
.star-rating{
	float:left;
	position:relative;
	width:120px;
	height:24px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating li{
	display: inline;
}
.star-rating a, 
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:24px;
	line-height:24px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover{
	background-position: left bottom;
}
.star-rating a.one-star{
	width:20%;
	z-index:6;
}
.star-rating a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating .current-rating{
	z-index:1;
	background-position: left center;
}	

.loading{
	width:30px;
	padding-top:5px;
	float:left;
}
.voted_twice {
	background: #FFFFFF url("rating/rating_warning.gif") no-repeat 5px 50%;
	text-align:center;
	width:15px;
	height:15px;
	padding:0px 9px 0px 5px;
	}
.voted {
	background: #FFFFFF url("rating/rating_tick.gif") no-repeat 5px 50%;
	text-align:center;
	width:15px;
	height:15px;
	padding:0px 9px 0px 5px;
}

.star-rating2,
.star-rating2 a:hover,
.star-rating2 a:active,
.star-rating2 .current-rating{
	background: url("rating/rating_star_2.gif") left -1000px repeat-x;
}
.star-rating2{
	float:left;
	position:relative;
	width:70px;
	height:14px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating2 li{
	display: inline;
}
.star-rating2 a, 
.star-rating2 .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:14px;
	line-height:14px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating2 a:hover{
	background-position: left bottom;
}
.star-rating2 a.one-star{
	width:20%;
	z-index:6;
}
.star-rating2 a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating2 a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating2 a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating2 a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating2 .current-rating{
	z-index:1;
	background-position: left center;
}	

.loading2{
	width:14px;
	padding-left:3px;
	padding-top:1px;
	float:left;
}
.voted_twice2 {
	background: #FFFFFF url("rating/rating_warning2.gif") no-repeat 0px 50%;
	text-align:center;
	width:12px;
	height:12px;
	padding:0px;
	}
.voted2 {
	background: #FFFFFF url("rating/rating_tick2.gif") no-repeat 0px 50%;
	text-align:center;
	width:12px;
	height:12px;
	padding:0px;
}
