﻿.star-rating, .star-rating a:hover, .star-rating a:active, .star-rating a:focus, .star-rating .current-rating {
    background: transparent url(/images/icons/star.gif) repeat-x scroll left -1000px;
} .star-rating {
    background-position: left top;
    height: 25px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 125px;
} .star-rating li {
    display: inline;
} .star-rating a, .star-rating .current-rating {
    border: medium none;
    height: 25px;
    left: 0;
    line-height: 25px;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium;
    overflow: hidden;
    position: absolute;
    text-indent: -1000em;
    top: 0;
    margin-left: 0;
} .star-rating a:hover, .star-rating a:active, .star-rating a:focus {
    background-position: left bottom;
} .star-rating .current-rating {
    background-position: left center;
    z-index: 1;
} .inline-rating {
    display: inline-block;
    vertical-align: middle;
} .small-star {
    height: 10px;
    width: 50px;
} .small-star, .small-star a:hover, .small-star a:active, .small-star a:focus, .small-star .current-rating {
    background-image: url(star_small.gif);
    height: 10px;
    line-height: 10px;
}
