﻿.rating {
    cursor: pointer;
    float: left;
    margin-right: 10px;
}

.cancel,
.star {
    float: left;
    width: 17px;
    height: 15px;
    overflow: hidden;
    text-indent: -999em;
    cursor: pointer;
}

.cancel,
.cancel a {background: url(/images/icons/delstar.gif) 0 0 no-repeat;}

.star,
.star a {background: url(/images/icons/delstar.gif) -16px 0 no-repeat;}
    
.cancel a,
.star a {
    display: block;
    width: 100%;
    height: 100%;
}

div.rating div.on a {
    background-position: -16px -16px;
}

div.rating div.hover a,
div.rating div a:hover {
    background-position: -16px -32px;
}

div.rating div.cancel a:hover {
    background-position: 0 -16px;
}
