/* star rating widget */
.star_rating_sleeve { zoom: 1; }
.star_rating_sleeve:after { content: "."; clear: left; display: block; height: 0; visibility: hidden; }
.star_rating label, .star_rating p { float: left; margin: 5px 10px 0 0; }
.star_rating ul { margin: 0; }
.star_rating li { float: left; width: 22px; height: 22px; padding-right: 10px; background: url(graphics/star.png) no-repeat 0 0; list-style-type: none; cursor: pointer;}
.star_rating li.on, .star_rating li.over { background-position: 0 100%;}
.star_rating li span { position: absolute; left: -9999px; }
.star_rating .average_rating { float: right; }
#response.comment_response .star_rating { margin: 30px 0 20px 0; background: url(graphics/border_dotted.png) repeat-x top; }
#response.comment_response .star_rating_sleeve { padding: 15px 0; background: url(graphics/border_dotted.png) repeat-x bottom; }
#response.comment_response .star_rating label { font: 1.72em Georgia, serif; margin: 0 10px 0 0; }