
.ratecmm { 
  width: 60px;
  position: relative;
  display: block;
}

.ratecmm .starsbar {
  position: relative;
  height: 12px;
}

.ratecmm .starsbar .outer {
  width: 60px;
  height: 12px;
  background: url('../stars/oxygen/stars12.png') repeat-x 0px 0px;
}

.ratecmm .starsbar .inner { 
/*  position: absolute;*/
  width: 0;
  height: 12px;
  background: url('../stars/oxygen/stars12.png') repeat-x 0px -24px;
}

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

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

.ratecmm .starsbar a.s1 { width: 12px; }
.ratecmm .starsbar a.s2 { width: 24px; }
.ratecmm .starsbar a.s3 { width: 36px; }
.ratecmm .starsbar a.s4 { width: 48px; }
.ratecmm .starsbar a.s5 { width: 60px; }

.ratingblockcomment {
    font-size: 0.8em;
}

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