#a2zholder {
  -moz-border-radius: 7px 7px 0px 7px;
  -webkit-border-radius: 7px 7px 0px 7px;
  border-radius: 7px 7px 0px 7px;
  border: 1px solid #6c7883;
  background: #EEE;
  margin: 2px auto 0px auto;
  width: 960px;
  behavior: url(template/2012/css/PIE.htc);
  Padding: 2px;
  clear: both;
  display: block;
  height: 24px;
}

#a2zholder #a2ztext {
  background: #DDD;
  width: 159px;
  float: left;
  font-size: 12px;
  color: #000;
  line-height: 24px;
  padding: 0px 0px 0px 10px;
  -moz-border-radius: 5px 0px 0px 5px;
  -webkit-border-radius: 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px;
  behavior: url(template/2012/css/PIE.htc);
}

#a2zLetters {
  list-style: none outside none;
  line-height: 18px;
  height: 18px;
  margin: 0px 0px 0px 170px;
}

#a2zLetters li {
  float: left;
  width: 24px;
  height: 18px;
  display: block;
  border: 1px solid #000;
  background: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #666;
  margin: 2px;
}

#a2zLetters li a {
  color: #666;
  text-decoration: none;
}

#a2zLetters li a:hover {
  color: #666;
  text-decoration: underline;
}