/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel,div.rating-plus,div.star-rating{float:left;width:17px;height:18px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel{background:url(../img/star.gif) no-repeat 0 -36px}
div.rating-plus{background:url(../img/star.gif) no-repeat 0 -54px}
div.rating-cancel a,div.rating-plus a{display:block;width:17px;height:100%;border:0}
div.star-rating a{background:url(../img/star.gif) no-repeat 0 0px;display:block;width:17px;height:100%;border:0}
div.star-rating-on a{background-position:0 -18px!important}
div.star-rating-hover a{background-position:0 -18px}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:transparent!important;overflow:hidden!important}
.star-rating-control {display:inline-block;margin-bottom: -4px;overflow:hidden;height:18px;}
.star-rating-control.main { width:51px;}
/* END jQuery.Rating Plugin CSS */