/*RATE IT ------------------------------------------------------------------------------------------------*/
.rating {cursor:pointer; display:block; width: 81px; height: 16px; float: left; margin: 10px 0 0 5px; position: relative;}
.rating:after {content:'.'; display:block; height:0; width:0; clear:both; visibility:hidden;}


.cancel,
.star {float:left; width:16px; height:16px; overflow:hidden; text-indent:-999em; cursor:pointer; }

.star,
.star a {padding:0; border:none; background:url(../images/icons/star.png) no-repeat;}
.star a {display:block; width:100%; height:100%; padding:0; border:none; background-position:0 0;}

div.rating div.on a {background-position:0 -17px;}
div.rating div.hover a,
div.rating div a:hover {background-position: 0 -34px;}
div.rating div a.active {background-position: 0px -16px;}


div.done,
div.done a {cursor:default;}