/* styles for the star rater */
.rating_form {
margin: 8px 0 0 0;

}
p.rating_score {

text-align: center;
font-size: 11px;
color:FFCC99;
width: 100px;
margin: 4px 0 4px 0;
padding: 0;
}
	/*             styles for the star rater                */	
	.star-rating{
		list-style:none;
		margin: 0px;
		padding:0px;
		width: 100px;
		height: 20px;
		position: relative;
		overflow:hidden;
		background: url(/templates/images/ratings.gif) top left repeat-x;		
	}
	.star-rating li{
		padding:0px;
		margin:0px;
		width:20px;
		height:20px;
		/*\*/
		float: left;
		/* */
	}
	.star-rating li a{
		display:block;
		width:20px;
		height: 20px;
		line-height:20px;		
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0px;
		overflow:hidden;
	}
	.star-rating li a:hover{
		background: url(/templates/images/ratings.gif) left bottom;
		z-index: 2;
		left: 0px;
		border:none;
	}
	.star-rating a.one-star{
		left: 0px;
	}
	.star-rating a.one-star:hover{
		width:20px;
	}
	.star-rating a.two-stars{
		left:20px;
	}
	.star-rating a.two-stars:hover{
		width: 40px;
	}
	.star-rating a.three-stars{
		left: 40px;
	}
	.star-rating a.three-stars:hover{
		width: 60px;
	}
	.star-rating a.four-stars{
		left: 60px;
	}	
	.star-rating a.four-stars:hover{
		width: 80px;
	}
	.star-rating a.five-stars{
		left: 80px;
	}
	.star-rating a.five-stars:hover{
		width: 100px;
	}
.star-rating li.current-rating-0{
		background: url(/templates/images/ratings.gif) left center;
		position: absolute;
		height: 20px;
		display: block;
		z-index: 1;
		width:0px;
	}
	.star-rating li.current-rating-1{
		background: url(/templates/images/ratings.gif) left center;
		position: absolute;
		height: 20px;
		display: block;
		z-index: 1;
		width:20px;
	}
		.star-rating li.current-rating-2{
		background: url(/templates/images/ratings.gif) left center;
		position: absolute;
		height: 20px;
		display: block;
		z-index: 1;
		width:40px;
	}
		.star-rating li.current-rating-3{
		background: url(/templates/images/ratings.gif) left center;
		position: absolute;
		height: 20px;
		display: block;
		z-index: 1;
		width:60px;
	}
		.star-rating li.current-rating-4{
		background: url(/templates/images/ratings.gif) left center;
		position: absolute;
		height: 20px;
		display: block;

		z-index: 1;
		width:80px;
	}
		.star-rating li.current-rating-5{
		background: url(/templates/images/ratings.gif) left center;
		position: absolute;
		height: 20px;
		display: block;

		z-index: 1;
		width:100px;
	}
	/* remove halo effect in firefox   */
	a:active{
		outline: none;
	}		
/*
.star-rating{
list-style:none;
margin: 0px;
padding:0px;
width: 100px;
height: 20px;
position: relative;
background: url(/templates/images/ratings.gif) repeat-x left top; 
}
.star-rating li{
padding:0px;
margin:0px;
float: left;
}
.star-rating li a{
display:block;
width:20px;
height: 20px;
text-decoration: none;
text-indent: -9000px;
z-index: 20;
position: absolute;
padding: 0px;
}
.star-rating li a:hover{
z-index: 1;
left: 0px;
}
.star-rating a.one-star{
left: 0px;
}
.star-rating a.one-star:hover{
background: url(/templates/images/ratings.gif) 0 -40px !important;
z-index: 1;
width:20px;
}
.star-rating a.one-star-active{
background: url(/templates/images/ratings.gif) 0 -20px !important;
z-index: 20;
left: 0px;
}
.star-rating a.one-star-active:hover{
background: url(/templates/images/ratings.gif) 0 -40px !important;
z-index: 1;
width: 20px;
}
.star-rating a.two-stars{
left:20px;
}
.star-rating a.two-stars:hover{
background: url(/templates/images/ratings.gif) 0 -40px !important;
z-index: 20;
width: 40px;
}
.star-rating a.two-stars-active{
background: url(/templates/images/ratings.gif) 0 -20px !important;
z-index: 1;
left: 0px;
width: 40px;
}
.star-rating a.two-stars-active:hover {
background: url(/templates/images/ratings.gif) 0 -40px !important;
z-index: 20;
left: 0px;
width: 40px;
}


.star-rating a.three-stars{
left: 40px;
}
.star-rating a.three-stars:hover{
background: url(/templates/images/ratings.gif) 0 -40px !important;
z-index: 20;
width: 60px;
}
.star-rating a.three-stars-active{
background: url(/templates/images/ratings.gif) 0 -20px !important;
z-index: 1;
left: 0px;
width: 60px;
}
.star-rating a.three-stars-active:hover{
background: url(/templates/images/ratings.gif) 0 -40px !important;
z-index: 20;
left: 0px;
width: 60px;
}

.star-rating a.four-stars{
left: 60px;
} 
.star-rating a.four-stars:hover{
background: url(/templates/images/ratings.gif) 0 -40px !important;
z-index: 20;
width: 80px;
}
.star-rating a.four-stars-active{
background: url(/templates/images/ratings.gif) 0 -20px !important;
z-index: 1;
left: 0px;
width: 80px;
}
.star-rating a.four-stars-active:hover{
background: url(/templates/images/ratings.gif) 0 -40px !important;
z-index: 20;
left: 0px;
width: 80px;
}

.star-rating a.five-stars{
left: 80px;
}
.star-rating a.five-stars:hover{
background: url(/templates/images/ratings.gif) 0 -40px !important;
z-index: 20;
width: 100px;
}
.star-rating a.five-stars-active{
background: url(/templates/images/ratings.gif) 0 -20px !important;
z-index: 1;
left: 0px;
width: 100px;
}
.star-rating a.five-stars-active:hover{
background: url(/templates/images/ratings.gif) 0 -40px !important;
z-index: 20;
left: 0px;
width: 80px;
}
*/