.starText {
  margin-left	 : 5px;
  margin-right	 : 5px;
}

.starRating{
  display        : inline-table;
  position       : relative;
  height         : 18px;
  width			 : 100px;
  background     : url('../pics/stars.png') repeat-x 0 0;
  vertical-align : bottom;
  white-space	 : nowrap;
}

.starRating div{
  float    : left;
  position : relative;
  height   : 18px;
}

.starRating input{
  position : relative;
  z-index  : 1;
  width    : 20px;
  height   : 18px;
  margin   : 0;
  padding  : 0;
  opacity  : 0;
}

.starRating label{
  position : absolute;
  top      : 0;
  left     : 0;
  width    : 100%;
  height   : 18px;
}

.starRating span{
  display : none;
}

.starRating input:checked + label,
.starRating:hover input:checked:hover + label{
  background : url('../pics/stars.png') repeat-x 0 -20px;
}

.starRating:hover input:checked + label{
  background : transparent;
}

.starRating:hover input:hover + label{
  background : url('../pics/stars.png') repeat-x 0 -40px;
}