
.stars {
  color: #818181;
  font-size: 9px;
  line-height: 28px;
}

.star {
  display:block;
  float:left;
  margin-top:7px;
  width:14px;
  height:14px;
  background: #fff url("../images/site/bg_stars.gif") -2px 0px no-repeat;
}

.star.on {background-position:-2px -60px;}
.star.half {background-position:-2px -30px;}
.star.off {}

.stars.member .star.on {background-position: -22px -60px;}
.stars.member .star.off {background-position: -41px 0px;}


.star.selected {background-position: -22px -60px;}
.star.nonselected {background-position: -41px 0px;}

.stars  {
  *height: 1%;
}

.rating_label {float:left;}
.rating_message {float:left; padding-left: 5px;}

.stars:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}