#STAR_RATING ul
{
  margin: 0px;
  padding: 0px;
  height: 16px;
  list-style: none;
}

#STAR_RATING li
{
  width: 19px;
  height: 16px;
  display: block;
  float: left;
  background-image: url('/images/star-off.gif');
  background-repeat: no-repeat;
  cursor: pointer;
}

#STAR_RATING li.on
{
  background-image: url('/images/star-on.gif');
}

#STAR_RATING li.half
{
  background-image: url('/images/star-half.gif');
}

#STAR_RATING span.output
{
  padding: 3px;
  color: #339900;
  font-weight: bold;
}


#STARV_RATING ul
{
  margin: 0px;
  padding: 0px;
  height: 16px;
  list-style: none;
  float: left;
}

#STARV_RATING li
{
  width: 19px;
  height: 16px;
  display: block;
  float: left;
  background-image: url('/images/star-off.gif');
  background-repeat: no-repeat;
}

#STARV_RATING li.on
{
  background-image: url('/images/star-on.gif');
}

#STARV_RATING li.half
{
  background-image: url('/images/star-half.gif');
}

#STARV_RATING span.output
{
  padding: 3px;
  color: #339900;
  font-weight: bold;
}
