/* jQuery.Rating Plugin CSS */

div.rating-cancel,
div.star-rating
{
    float:left;width:13px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden;
    margin-left: 3px;
}

.RatingStars div.star-rating
{
    float:left;width:17px;height:17px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden
}

div.rating-cancel,
div.rating-cancel a
{
    background:url(../Images/spacer.gif) no-repeat; width: 3px;
}

div.star-rating,
div.star-rating a
{
    background:url(../Images/Controls/Rated-Star-Empty.png) no-repeat
}

.RatingStars div.star-rating,
.RatingStars div.star-rating a
{
    background:url(../Images/Controls/Rating-Star-Empty.png) no-repeat
}

div.rating-cancel a,
div.star-rating a
{
    display:block;width:13px;height:100%;border:0
}

.RatingStars div.star-rating a
{
    display:block;width:17px;height:100%;border:0
}

div.star-rating-on a
{
    background:url(../Images/Controls/Rated-Star-Sel.png) no-repeat
}

.RatingStars div.star-rating-on a
{
    background:url(../Images/Controls/Rating-Star-Sel.png) no-repeat
}

.RatingStars div.star-rating-hover a
{
    background:url(../Images/Controls/Rating-Star-Sel.png) no-repeat
}

/* Read Only CSS */
div.star-rating-readonly a
{
    cursor:default !important
}

/* Partial Star CSS */
/*div.star-rating{background:transparent!important;overflow:hidden!important}*/

