.listing{
  font-size:10px;
  float:right;
  width:626px;
  text-align:left;
  padding:0 0;
  overflow:hidden;
  height:32px;
  line-height:25px;
}
.listing li{
  display:inline;
  padding:0;
}
.listing .gray{
  color:#f7f7f7;
}
.listing .str{
  float:left;
  text-align:center;
  width:466px;
}
.listing .str .center{
  padding:0 5px;
}
.listing .str li{
  height:21px;
font-weight:bold;
  line-height:21px;
}
.listing .str img{
  border:0;
  vertical-align:-6px;
}
.listing .str li img{
  background:#f7f7f7;
}
.listing .str a img{
  background:#f7f7f7;
}
.listing .center a{
  padding:2px 5px;
  font-weight:100;
  background:#f7f7f7;
  border:1px solid #c7c7c7;
  color:#000;
  text-decoration:none;
  margin:0 1px;
}
.listing .center a:hover{
  background:#ccc;
  border:1px solid #666;
}
.listing .center a.active{
  background:#666;
  border:1px solid #666;
  color:#fff;
}
