.chartlist {
    font-size: 11px;
}
.chartlist li { 
    position: relative;
    display: block;  
    border-bottom: 1px solid #EEE; 
    _zoom: 1;
}

.chartlist .count { 
  display: block; 
  position: absolute; 
  top: 0; 
  right: 0; 
  margin: 0.4em 0.3em 0 0.3em; 
  text-align: right; 
  color: #999; 
  font-weight: bold; 
  font-size: 0.875em; 
}

.chartlist li a { 
  display: block; 
  padding: 0.3em 4.5em 0.3em 0.5em;
  position: relative; 
  z-index: 2;
  color: #333;
  text-decoration: none;
}

.chartlist .index { 
  display: block; 
  position: absolute; 
  top: 0; 
  left: 0; 
  height: 100%; 
  background: #B9D3EE; 
  text-indent: -9999px; 
  overflow: hidden; 
}
.chartlist .index.green { 
  background: #C2E699; 
}

.chartlist li:hover { 
    background: #EFEFEF; 
}

