/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel,div.star-rating{float:left;width:15px;height:10px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{}
div.rating-cancel{display: none !important; }
div.star-rating,div.star-rating a{background:transparent;}
div.rating-cancel a,div.star-rating a{transition: .2s;display:block;width:10px;border-radius: 50%; border: 1px solid #c3c3c3; height:100%;background:transparent;}
div.star-rating-on a{background-color: #bca076!important;border-color: #bca076;}
div.star-rating-hover a{background-color: #bca076;border-color: #bca076;}
/* 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 */