/* Star Rating
----------------------------------*/
div.rating{cursor:pointer;margin:2em;clear:both;display:block;}
div.rating:after{content:'.';display:block;height:0;width:0;clear:both;visibility:hidden;}
div.cancel,div.star{float:left;width:14px;height:13px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden;}
div.cancel,div.cancel a{display:none;background:url(../images/icons/cancel-star-rating.gif) no-repeat 0 -13px;}
div.star,div.star a{background:url(../images/icons/stars.gif) no-repeat 0 0px;}
div.cancel a,div.star a{display:block;width:14px;height:100%;background-position:0 0px;}
div.star_on a{background-position:0 -13px!important;}
div.star_hover a,div.star_live a:hover{background-position:0 -13px;}
/* Read Only CSS */
div.star_readonly a,div.star_readonly a:hover{cursor:default !important;}
/* Partial Star CSS */
div.star{background:transparent!important;overflow:hidden!important;}


/* Static Star Rating
----------------------------------*/
.static-rating, .static-rating div {background:url(../images/icons/stars.gif);height:13px;font:10px/10px arial;width:70px;}
.static-rating div{background-position:0 -13px;}
.static-rating-0 div{width:0px;}
.static-rating-1 div{width:14px;}
.static-rating-2 div{width:28px;}
.static-rating-3 div{width:42px;}
.static-rating-4 div{width:56px;}

.static-rating{margin-right:5px;width:69px;}
.static-rating,
.total-ratings{float:left;margin-top:2px;font:10px arial,sans-serif;}

