/*             styles for the star rater                */

body {
   behavior: url("csshover3.htc");
}


	.star-rating{
		list-style:none;
	/*	margin: 0px;*/
		margin-right:10px;
		padding:0px;
		width: 125px;
		height: 25px;
		position: relative;
		overflow:hidden;
		background: url(alt_star.gif) top left repeat-x;
		float:left;
	}
	.star-rating li{
		padding:0px;
		margin:0px;
		width:25px;
		height:25px;
		/*\*/
		float: left;
		/* */
	}
	.star-rating li{
		display:block;
		width:25px;
		height: 25px;
		line-height:25px;
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0px;
		overflow:hidden;
	}
	.star-rating li:hover{
		background: url(alt_star.gif) left bottom;
		z-index: 2;
		left: 0px;
		border:none;
	}
	.star-rating li.one-star{
		left: 0px;
	}
	.star-rating li.one-star:hover{
		width:25px;
		left: 0px;
	}
	.star-rating li.two-stars{
		left:25px;
	}
	.star-rating li.two-stars:hover{
		width: 50px;
		left: 0px;
	}
	.star-rating li.three-stars{
		left: 50px;
	}
	.star-rating li.three-stars:hover{
		width: 75px;
		left: 0px;
	}
	.star-rating li.four-stars{
		left: 75px;
	}
	.star-rating li.four-stars:hover{
		width: 100px;
		left: 0px;
	}
	.star-rating li.five-stars{
		left: 100px;
	}
	.star-rating li.five-stars:hover{
		width: 125px;
		left: 0px;
	}
	.star-rating li.six-stars{
		left: 125px;
	}
	.star-rating li.six-stars:hover{
		width: 150px;
		left: 0px;
	}

	.star-rating li.current-rating{
		background: url(alt_star.gif) 0 50%;
		position: absolute;
		left:0px;
		height: 25px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
	}

	/* remove halo effect in firefox   */
	a:active{
		outline: none;
	}