
/*             styles for the star rater                */
.star-rating{
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 100px;
	height: 20px;
	position: relative;
	background: url(/images/star_rating.gif) top left repeat-x;		
}
.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
{
	background: url(/images/star_rating.gif) left bottom;
	z-index: 1;
	left: 0px;
}

.star-rating a.stars1-active 
{
	background: url(/images/star_rating.gif) left bottom;
	width: 20px;
}

.star-rating a.stars2-active 
{
	background: url(/images/star_rating.gif) left bottom;
	width: 40px;
}

.star-rating a.stars3-active 
{
	background: url(/images/star_rating.gif) left bottom;
	width: 60px;
}

.star-rating a.stars4-active 
{
	background: url(/images/star_rating.gif) left bottom;
	width: 80px;
}

.star-rating a.stars5-active 
{
	background: url(/images/star_rating.gif) left bottom;
	width: 100px;
}

.star-rating a.stars1
{
	left: 0px;
}

.star-rating a.stars1:hover
{
	width:20px;
}
.star-rating, a.stars2
{
	left:20px;
}
.star-rating a.stars2:hover
{
	width: 40px;
}
.star-rating a.stars3
{
	left: 40px;
}
.star-rating a.stars3:hover
{
	width: 60px;
}
.star-rating a.stars4
{
	left: 60px;
}	
.star-rating a.stars4:hover
{
	width: 80px;
}
.star-rating a.stars5
{
	left: 80px;
}
.star-rating a.stars5:hover
{
	width: 100px;
}


.static-stars-background 
{
	background: url(/images/star_rating.gif) top left repeat-x;
	width: 100px;
	margin: 0px;
	padding:0px;
	height: 20px;
	display:block;
}

.static-stars1
{
	background: url(/images/star_rating.gif) left bottom repeat-x;
	width: 20px;
	height: 20px;
	display:block;
}

.static-stars2
{
	background: url(/images/star_rating.gif) left bottom repeat-x;
	width: 40px;
	height: 20px;
	display:block;
}

.static-stars3
{
	background: url(/images/star_rating.gif) left bottom repeat-x;
	width: 60px;
	height: 20px;
	display:block;
}
.static-stars4
{
	background: url(/images/star_rating.gif) left bottom repeat-x;
	width: 80px;
	height: 20px;
	display:block;
}

.static-stars5
{
	background: url(/images/star_rating.gif) left bottom repeat-x;
	width: 100px;
	height: 20px;
	display:block;
}

