/* jQuery.Rating Plugin CSS */

div.rating-cancel,
div.star-rating
{
    float:left;width:13px;height:12px;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
}

div.star-rating,
div.star-rating a
{
    background:url(../Images/RatedStarEmpty.gif) no-repeat
}

.RatingStars div.star-rating,
.RatingStars div.star-rating a
{
    background:url(../Images/RatingStarEmpty.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/RatedStarSelected.gif) no-repeat
}

.RatingStars div.star-rating-on a
{
    background:url(../Images/RatingStarSelected.png) no-repeat
}

.RatingStars div.star-rating-hover a
{
    background:url(../Images/RatingStarSelected.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}*/

