/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel,div.star-rating{float:left;width:30px;height:30px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:url(delete.png) no-repeat 0 0px}
div.star-rating a{background:url(Star-1.png) no-repeat 0 0px;background-size: 100%;}
div.rating-cancel a,div.star-rating a{display:block;width:30px;height:30px;background-position:0 0px;border:0}
div.star-rating-on a{background:url(Star.png) no-repeat 0 0px!important;background-size: 100%!important;}
div.star-rating-hover a{background:url(Star.png) no-repeat 0 0px;background-size: 100%;}
div.rating-cancel.star-rating-hover,div.rating-cancel.star-rating-hover a{background:url(Star.png) no-repeat 0 0px;background-size: 100%;}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */

/* END jQuery.Rating Plugin CSS */