/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/




/*** Search Results Fix ***/
div .post > h2{margin-bottom:4px;}
div .post > h2 > a:hover{text-decoration:none;}

/*** Stars ***/
.stars{width:110px; float:right; border: solid 0px #000;}
.show_rate{clear:both; margin:5px 0 0 0; width:250px;border: solid 0px #000;font-size:10px;color:#9F9F9F; font-family:Verdana, Geneva, sans-serif; }
.show_rate span,.show_rate_options span{float:left; line-height:20px; font-size:10px;}
.show_rate_options{margin:10px 0 0 0;display:block;width:240px;}
.show_rate_options .stars{float:right;}
.star-rating{list-style:none;margin: 0px;padding:0px;width: 100px;height: 20px;position: relative;overflow:hidden;background: url(images/alt_star_final.png) top left repeat-x; }
.star-rating li{padding:0px;margin:0px;float: left;}
.star-rating li a{display:block;width:20px;height: 20px;line-height:20px;text-decoration: none;text-indent: -9000px;z-index: 20;position: absolute;padding: 0px;overflow:hidden;}
.star-rating li a:hover{background: url(images/alt_star_final.png) left bottom;z-index: 2;left: 0px;border:none;}
.star-rating a.one-star{left: 0px;}
.star-rating a.one-star:hover{width:20px;}
.star-rating a.two-stars{left:20px;}
.star-rating a.two-stars:hover{width: 40px;}
.star-rating a.three-stars{left: 40px;}
.star-rating a.three-stars:hover{width: 60px;}
.star-rating a.four-stars{left: 60px;}	
.star-rating a.four-stars:hover{width: 80px;}
.star-rating a.five-stars{left: 80px;}
.star-rating a.five-stars:hover{width: 100px;}
.star-rating li.current-rating{background: url(images/alt_star_final.png) left center;position: absolute;height: 20px;display: block;text-indent: -9000px;z-index: 1;}

#top10_table .star-rating{padding:0;}