/*HEYZAP MODULE CSS*/
span.wpt-heyzap-rating {
  background-image: url(../images/rating-star-sprite.gif);
  background-repeat: repeat-x;
  background-position: 0 0;
  display: inline-block;
  width: 150px;
  height: 30px;
  font-size: 0px;
  line-height: 0px;
}
span.wpt-heyzap-rating-gold {
  background-image: url(../images/rating-star-sprite.gif);
  background-repeat: repeat-x;
  background-position: 0 -30px;
  display: inline-block;
  height: 30px;
  font-size: 0px;
  line-height: 0px;
}


