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

.ratepost .starsbar {
  height: 20px;
}

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

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

.ratepost .starsbar a {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  text-decoration: none;
  border: 0;
  height: 20px;
}

.ratepost .starsbar a:hover {
  background: url('../stars/oxygen/stars20.png') repeat-x 0px -20px;
}

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

.ratingblockarticle {
    font-size: 1em;
}

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