/*             styles for the star rater                */
.star-rating_sm
{
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 100px;
	height: 20px;
	position: relative;
	background: url(/gfx/rating_stars_sm.gif) top left repeat-x;		
}

.star-rating_sm li{
	padding:0px;
	margin:0px;
	float: left;
}

.star-rating_sm li a{
	display:block;
	width:20px;
	height: 20px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}

.star-rating_sm li a:hover{
	background: url(/gfx/rating_stars_sm.gif) left bottom;
	z-index: 1;
	left: 0px;
}

.star-rating_sm a.one-star{
	left: 0px;
}

.star-rating_sm a.one-star:hover{
	width:20px;
}

.star-rating_sm a.two-stars{
	left:20px;
}

.star-rating_sm a.two-stars:hover{
	width: 40px;
}

.star-rating_sm a.three-stars:hover{
	width: 60px;
}

.star-rating_sm a.three-stars{
	left: 40px;
}

.star-rating_sm a.four-stars{
	left: 60px;
}	

.star-rating_sm a.four-stars:hover{
	width: 80px;
}

.star-rating_sm a.five-stars{
	left: 80px;
}

.star-rating_sm a.five-stars:hover{
	width: 100px;
}

.star-rating_sm li.current-rating
{
    background: url(/gfx/rating_stars_sm.gif) left center;
    position: absolute;
    height: 20px;
    display: block;
    text-indent: -9000px;
    z-index: 1;
}

a:active{
    outline: none;
}






















/*             styles for the star rater                */
.star-rating_lg
{
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 250px;
	height: 50px;
	position: relative;
	background: url(/gfx/rating_stars_lg.gif) top left repeat-x;		
}

.star-rating_lg li{
	padding:0px;
	margin:0px;
	float: left;
}

.star-rating_lg li a{
	display:block;
	width:50px;
	height: 50px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}

.star-rating_lg li a:hover{
	background: url(/gfx/rating_stars_lg.gif) left bottom;
	z-index: 1;
	left: 0px;
}

.star-rating_lg a.one-star{
	left: 0px;
}

.star-rating_lg a.one-star:hover{
	width:50px;
}

.star-rating_lg a.two-stars{
	left:50px;
}

.star-rating_lg a.two-stars:hover{
	width: 100px;
}

.star-rating_lg a.three-stars:hover{
	width: 150px;
}

.star-rating_lg a.three-stars{
	left: 100px;
}

.star-rating_lg a.four-stars{
	left: 150px;
}	

.star-rating_lg a.four-stars:hover{
	width: 200px;
}

.star-rating_lg a.five-stars{
	left: 200px;
}

.star-rating_lg a.five-stars:hover{
	width: 250px;
}

.star-rating_lg li.current-rating
{
    background: url(/gfx/rating_stars_lg.gif) left center;
    position: absolute;
    height: 50px;
    display: block;
    text-indent: -9000px;
    z-index: 1;
}

a:active{
    outline: none;
}