/* styles for the star rater */	
.star-rating { height: 80px; width: 25px; margin-top: 30px; position: absolute; background: url(../images/vert_star.gif) top left repeat-y; }
.star-rating li { padding:0px; margin:0px; float:right; }
.star-rating li a { display: block; height: 16px; width: 25px; text-decoration: none; text-indent: -9000px; z-index: 20; position: absolute;padding: 0px; }
.star-rating li a:hover{background: url(../images/vert_star.gif) right top repeat-y; z-index: 100000; top: 0px; } 
.star-rating li a.active-star {background: url(../images/vert_star.gif) center top repeat-y; }
.star-rating li a.active-star:hover{background: url(../images/vert_star.gif) right top repeat-y; z-index: 100000; top: 0px; } 

.star-rating a.one-star{ top: 0px; } 
.star-rating a.one-star:hover{ height:16px; } 
.star-rating a.two-stars{ top:16px; }
.star-rating a.two-stars:hover{ height: 32px; }
.star-rating a.three-stars{ top: 32px; }
.star-rating a.three-stars:hover{ height: 48px; }
.star-rating a.four-stars{ top: 48px; }	
.star-rating a.four-stars:hover{ height: 64px; } 
.star-rating a.five-stars{ top: 64px; }
.star-rating a.five-stars:hover{ height: 80px; }
/*.star-rating li.active-star{ background: url(../images/vert_star.gif) center top repeat-y; position: absolute; width: 25px; display: block; text-indent: -9000px; z-index: 1; }*/

.star-rated { height: 80px; width: 25px; margin-top: 30px; position: absolute; background: url(../images/vert_star.gif) top left repeat-y; }
.star-rated li { padding:0px; margin:0px; float:right; }
.star-rated li a { display: block; height: 16px; width: 25px; text-decoration: none; text-indent: -9000px; z-index: 20; position: absolute;padding: 0px; }
.star-rated li a:hover{ background:none;}
.star-rated li a.active-star {background: url(../images/vert_star.gif) center top repeat-y; }
.star-rated li a.active-star:hover{background: none;}
.star-rated a.one-star{ top: 0px; } 
.star-rated a.one-star:hover{ height:16px; } 
.star-rated a.two-stars{ top:16px; }
.star-rated a.two-stars:hover{ height: 32px; }
.star-rated a.three-stars{ top: 32px; }
.star-rated a.three-stars:hover{ height: 48px; }
.star-rated a.four-stars{ top: 48px; }	
.star-rated a.four-stars:hover{ height: 64px; } 
.star-rated a.five-stars{ top: 64px; }
.star-rated a.five-stars:hover{ height: 80px; }
/*
.star-rated li.active-star{ background: url(../images/vert_star.gif) center top repeat-y; position: absolute; width: 25px; display: block; text-indent: -9000px; z-index: 1; }
*/

/* remove halo effect in firefox */
a:active { outline: none; }	