/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
.rating-cancel, .star-rating{
    float:left;
    width:11px;
    height:9px;
    text-indent:-9999px;
    cursor:pointer;
    display:block;
    background:transparent;
    overflow:hidden;
    margin-left: -1px;
}
.star-rating, .star-rating a{
    background:url("../../../images/js_plugins/star_rating/star.png") no-repeat 0 -9px;
}

.product_rating .rating-cancel, .product_rating .star-rating{
    float:left;
    width:13px;
    height:11px;
    text-indent:-9999px;
    cursor:pointer;
    display:block;
    background:transparent;
    overflow:hidden;
    margin-right: 2px;
}
.product_rating .star-rating, .product_rating .star-rating a{
    background:url("../../../images/js_plugins/star_rating/big_star.png") no-repeat 0 -11px;
}

div.rating-cancel{
    display: none !important;
}

.star-rating a{
    display:block;
    width:11px;
    height:100%;
    background-position:0 -9px;
    border:0;
    margin-left: -1px;
}
div.star-rating-on a{
    background-position:0 0!important;
}
div.star-rating-hover a{
    background-position:0 0;
}

.product_rating .star-rating a{
    display:block;
    width:13px;
    height:100%;
    background-position:0 -11px;
    border:0;
    margin-left: 0px;
    margin-right: 1px;
}
.product_rating .star-rating-on a{
    background-position:0 0!important;
}
.product_rating .star-rating-hover a{
    background-position:0 0;
}

/* Read Only CSS */
div.star-rating-readonly a{
    cursor:default !important;
}
/* Partial Star CSS */
div.star-rating{
    background:transparent!important;
    overflow:hidden!important;
}
/* END jQuery.Rating Plugin CSS */