.ratings { line-height: 12px; }
.ratings a.rating { display: block; float: left; height: 12px; margin: 0 1px 0 0; width: 12px; }
.ratings a.rating:link {background: url(/img/ratings/off.png) no-repeat center center transparent;}
.ratings a.rating:hover {background: url(/img/ratings/on.png) no-repeat center center transparent;}
.ratings a.rating:visited {background: url(/img/ratings/off.png) no-repeat center center transparent;}
.ratings a.rating:active {background: url(/img/ratings/off.png) no-repeat center center transparent;}
.ratings .rate-prompt { float: left; margin-left: 5px;}
