 /* Rate Style */
 .rate {
  padding: 3px 0px;
 }
 .rate a.rate-on, .rate a.rate-off, .rate a:hover.rate-on, .rate a:hover.rate-off {
  font-size: 10px; font-family: Tahoma, Verdana; background-position: center center; background-repeat: no-repeat; text-decoration: none; padding: 2px 7px; 
 } 
 .rate a.rate-on, .rate a:hover.rate-on {
  background-image: url("/img/star_on.gif");
 } 
 .rate a.rate-off, .rate a:hover.rate-off {
  background-image: url("/img/star_off.gif");
 }