
.reviewcmm { 
  width: 100px;
  position: relative;
  display: block;
}

.reviewcmm .starsbar {
  position: relative;
  height: 20px;
}

.reviewcmm .starsbar .outer {
  width: 100px;
  height: 20px;
  background: url('../stars/oxygen/stars20.png') repeat-x 0px 0px;
}

.reviewcmm .starsbar .inner { 
/*  position: absolute;*/
  width: 0;
  height: 20px;
  background: url('../stars/oxygen/stars20.png') repeat-x 0px -40px;
}

.ratepost .starsbar a:active, .ratepost .starsbar a:visible, .ratepost .starsbar a:hover {
  text-decoration: none;
  border: 0;
}

.reviewcmm .starsbar a {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  text-decoration: none;
  border: 0;
  height: 20px;
  cursor: pointer;
}
    
.reviewcmm .starsbar a:hover {
  background: url('../stars/oxygen/stars20.png') repeat-x 0px -20px;
}

.reviewcmm .starsbar a.s1 { width: 20px; }
.reviewcmm .starsbar a.s2 { width: 40px; }
.reviewcmm .starsbar a.s3 { width: 60px; }
.reviewcmm .starsbar a.s4 { width: 80px; }
.reviewcmm .starsbar a.s5 { width: 100px; }

.ratingblockcomment {
    font-size: 0.8em;
}

.ratingloadercomment {
    height: 20px;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
}
