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 {
background-position:left top;
height:25px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0pt;
overflow:hidden;
padding:0pt;
position:relative;
width:125px;
}
ul.extravote-stars li {
background-image:none;
display:inline;
padding:0pt;
}
ul.extravote-stars a, ul.extravote-stars .current-rating {
border:medium none;
cursor:pointer;
height:25px;
left:0pt;
line-height:25px;
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:hover {
background-position:left bottom;
}
ul.extravote-stars a.one-star {
width:20%;
z-index:6;
}
ul.extravote-stars a.two-stars {
width:40%;
z-index:5;
}
ul.extravote-stars a.three-stars {
width:60%;
z-index:4;
}
ul.extravote-stars a.four-stars {
width:80%;
z-index:3;
}
ul.extravote-stars a.five-stars {
width:100%;
z-index:2;
}
ul.extravote-stars .current-rating {
background-position:left center;
margin:0px;
z-index:1;
}
.extravote-count {
vertical-align:middle;
}
.extravote-container {
display:inline-block;
line-height:25px;
vertical-align:middle;
}