div.star-rating { display: inline-block; *display: inline; zoom: 1; width: 10px; height: 10px; cursor: pointer; background: transparent; overflow: hidden;  padding: 0 1px 0 2px; *top: -3px; position: relative}
div.star-rating, div.star-rating a { background: url(../images/stars.png) no-repeat 0 0px }
div.star-rating a { display: inline-block; *display: inline; zoom: 1; width: 10px; height: 10px; background-position: 0 0px; border: 0; padding-bottom: 2px}
div.star-rating-on a { background-position: 0 -10px!important }
div.star-rating-hover a { background-position: 0 -10px; opacity: 0.7; }
div.star-rating-readonly a { cursor: default !important }
div.star-rating { background: transparent!important; overflow: hidden!important; }

.vote {height: 15px; }
.vote  div.star-rating {top: 1px \9; *top: -9px; padding-bottom: 2px \9; *padding-bottom: 0;}

.star-rating a {text-indent: -11988px;}


