/* styles for the star rater */
.star-rating1 {list-style:none; margin:0px; padding:0px; width:175px; height:34px; position:relative; background:url(/images/star_empty2.gif) top left repeat-x;}
.star-rating1 li {padding:0px; margin:0px; float:left;}
.star-rating1 li a {display:block; width:35px; height:34px; text-decoration:none; text-indent:-9000px; z-index:20; position:absolute; padding:0px;}
.star-rating1 li a:hover {background:url(/images/star_hover2.gif) top left repeat-x; z-index:2; left:0px;}
.star-rating1 a.one-star {left:0px;}
.star-rating1 a.one-star:hover {width:35px;}
.star-rating1 a.two-stars {left:35px;}
.star-rating1 a.two-stars:hover {width:70px;}
.star-rating1 a.three-stars {left:70px;}
.star-rating1 a.three-stars:hover {width:105px;}
.star-rating1 a.four-stars {left:105px;}	
.star-rating1 a.four-stars:hover {width:140px;}
.star-rating1 a.five-stars {left:140px;}
.star-rating1 a.five-stars:hover {width:175px;}
.star-rating1 li.current-rating {background:url(/images/star_full2.gif) top left repeat-x; position:absolute; height:34px; display:block; text-indent:-9000px; z-index:1;}

.star-rating2 {list-style:none; margin:0px; padding:0px; width:125px; height:24px; position:relative; background:url(/images/star_empty.gif) top left repeat-x;}
.star-rating2 li {padding:0px; margin:0px; float:left;}
.star-rating2 li a {display:block; width:25px; height:24px; text-decoration:none; text-indent:-9000px; z-index:20; position:absolute; padding:0px;}
.star-rating2 li a:hover {background:url(/images/star_hover.gif) top left repeat-x; z-index:2; left:0px;}
.star-rating2 a.one-star {left:0px;}
.star-rating2 a.one-star:hover {width:25px;}
.star-rating2 a.two-stars {left:25px;}
.star-rating2 a.two-stars:hover {width:50px;}
.star-rating2 a.three-stars {left:50px;}
.star-rating2 a.three-stars:hover {width:75px;}
.star-rating2 a.four-stars {left:75px;}	
.star-rating2 a.four-stars:hover {width:100px;}
.star-rating2 a.five-stars {left:100px;}
.star-rating2 a.five-stars:hover {width:125px;}
.star-rating2 li.current-rating {background:url(/images/star_full.gif) top left repeat-x; position:absolute; height:24px; display:block; text-indent:-9000px; z-index:1;}

.star-rating3 {list-style:none; margin:0px; padding:0px; width:75px; height:14px; position:relative; background:url(/images/star_empty3.gif) top left repeat-x;}
.star-rating3 li {padding:0px; margin:0px; float:left;}
.star-rating3 li a {display:block; width:15px; height:14px; text-decoration:none; text-indent:-9000px; z-index:20; position:absolute; padding:0px;}
.star-rating3 li a:hover {background:url(/images/star_hover3.gif) top left repeat-x; z-index:2; left:0px;}
.star-rating3 a.one-star {left:0px;}
.star-rating3 a.one-star:hover {width:15px;}
.star-rating3 a.two-stars {left:15px;}
.star-rating3 a.two-stars:hover {width:30px;}
.star-rating3 a.three-stars {left:30px;}
.star-rating3 a.three-stars:hover {width:45px;}
.star-rating3 a.four-stars {left:45px;}	
.star-rating3 a.four-stars:hover {width:60px;}
.star-rating3 a.five-stars {left:60px;}
.star-rating3 a.five-stars:hover {width:75px;}
.star-rating3 li.current-rating {background:url(/images/star_full3.gif) top left repeat-x; position:absolute; height:14px; display:block; text-indent:-9000px; z-index:1;}

.msgbox {color:#4D4D4D; background-color:#f1f5fa; border:0px solid #f1f5fa; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; width:120px;}