/* extravote.css */
#extravote-container {display:inline-block;line-height:25px;vertical-align:middle;}
#extravote-container-small {display:inline-block;line-height:22px;vertical-align:middle}
#extravote-container ul.extravote-stars {height:25px;width:125px;padding:0;margin:0;}
#extravote-container-small ul.extravote-stars-small {height:22px;width:110px;padding:0;margin:0;}
ul.extravote-stars, ul.extravote-stars a:hover, ul.extravote-stars .current-rating {background:transparent url(star.gif) repeat-x scroll left -1000px;}
ul.extravote-stars-small, ul.extravote-stars-small a:hover, ul.extravote-stars-small .current-rating {background:transparent url(star_small.gif) repeat-x scroll left -1000px;}
ul.extravote-stars,ul.extravote-stars-small {background-position:left top;list-style-image:none;
list-style-position:outside;list-style-type:none;margin:0pt;overflow:hidden;padding:0pt;position:relative;}
ul.extravote-stars li, ul.extravote-stars-small li {background-image:none;display:inline;padding:0pt;}
ul.extravote-stars a, ul.extravote-stars .current-rating,
ul.extravote-stars-small a, ul.extravote-stars-small .current-rating {border:medium none;cursor:pointer;left:0pt;outline-color:-moz-use-text-color;outline-style:none;outline-width:medium;overflow:hidden;position:absolute;text-indent:-1000em;top:0pt;}
ul.extravote-stars a, ul.extravote-stars .current-rating {height:25px;line-height:25px;}
ul.extravote-stars-small a, ul.extravote-stars-small .current-rating {height:22px;line-height:22px;}
ul.extravote-stars a:hover, ul.extravote-stars-small a:hover {background-position:left bottom;}
ul.extravote-stars a.one-star, ul.extravote-stars-small a.one-star {width:20%;z-index:6;}
ul.extravote-stars a.two-stars, ul.extravote-stars-small a.two-stars {width:40%;z-index:5;}
ul.extravote-stars a.three-stars, ul.extravote-stars-small a.three-stars {width:60%;z-index:4;}
ul.extravote-stars a.four-stars, ul.extravote-stars-small a.four-stars {width:80%;z-index:3;}
ul.extravote-stars a.five-stars, ul.extravote-stars-small a.five-stars {width:100%;z-index:2;}
ul.extravote-stars .current-rating, ul.extravote-stars-small .current-rating {background-position:left center;margin:0px;z-index:1;}
.extravote-count {vertical-align:middle;}