.star_holder {
    font-size: 14px;
    height: 15px;
    padding-left: 11px;
}

.star_holder span {
    display: none;
}

.star_full {
    background-image: url('/images_site/review_star.gif');
    background-repeat: no-repeat;
    background-position: 0 -16px;
}

.star_grey {
    background-image: url('/images_site/review_star.gif');
    background-repeat: no-repeat;
    background-position: top center;
}

.star_half {
    background-image: url('/images_site/review_star.gif');
    background-repeat: no-repeat;
    background-position: 0 -32px;
}

.star_small_holder {
    font-size: 12px;
    height: 12px;
    line-height: 12px;
    padding-left: 7px;
    vertical-align: middle;
}

.star_small_holder span {
    display: none;
}

.star_small_full {
    background-image: url('/images_site/review_star_small.gif');
    background-repeat: no-repeat;
    background-position: 0 -14px;
}

.star_small_grey {
    background-image: url('/images_site/review_star_small.gif');
    background-repeat: no-repeat;
    background-position: top center;
}

.star_small_half {
    background-image: url('/images_site/review_star_small.gif');
    background-repeat: no-repeat;
    background-position: 0 -28px;
}

.star_legend {
    position: absolute;
    left: -9999px;
}
