/*             styles for the star rating on top10, using dark background                */

.rating_bar {
  width: 80px;
  background: url(/images/show_star_rating_off.gif) 0 0 repeat-x;
}
.rating_bar div {
  height: 16px;
  background: url(/images/show_star_rating_on.gif) 0 0 repeat-x;
}