/* ===== hvězdičky ==================== */
.rating span.clear {
  clear:both;
  display:block;
  height:1px;
  font-size:0.1em;
  overflow:hidden;
  text-indent:-1000px;
}
.thumb, .label-thumb {
  float:left;
  display:block;
  height:33px;
  line-height:33px;
  margin-right:10px;
}
.thumb {
 width:20px; 
}
.label-stars {
  float:left;
  display:block;
  height:20px;
  line-height:20px;
  margin-right:10px;
}
.thumb span {
  display:none;
}
.thumb0 {
  background: url('thumbs00.gif') no-repeat top;
}
.thumb0:hover {
  background: url('thumbs00.gif') no-repeat bottom;
}
.thumb1 {
  background: url('thumbs11.gif') no-repeat top;
}
.thumb1:hover {
  background: url('thumbs11.gif') no-repeat bottom;
}

.stars {
  float:left;
  display:block;
  width:75px;
  height:15px;
  margin-right:10px;
  background-image:url('stars.gif');
  background-repeat:no-repeat;
  text-indent:-1000px;
  overflow:hidden;
}
 .stars00 {background-position: 0px 0px;}
 .stars05 {background-position: 0px -15px;}
 .stars10 {background-position: 0px -30px;}
 .stars15 {background-position: 0px -45px;}
 .stars20 {background-position: 0px -60px;}
 .stars25 {background-position: 0px -75px;}
 .stars30 {background-position: 0px -90px;}
 .stars35 {background-position: 0px -105px;}
 .stars40 {background-position: 0px -120px;}
 .stars45 {background-position: 0px -135px;}
 .stars50 {background-position: 0px -150px;}

 

