#content .listing tr th {
  height: 30px;
  vertical-align: middle;
  text-align: left;
}

#content .listing .marker { float: none; }
#content .listing .marker  span { float: none; }

#content .listing tr th.name { text-align: center; }

#content .listing tr th a { color: #525050; }

#content .listing tr td {
  border-bottom: 1px solid #E6E6E6;
  border-top: 1px solid #E6E6E6;
  color: #525050;
  padding: 6px 8px;
  vertical-align: middle;
}

#content .listing tr .image,
#content .listing tr .code,
#content .listing tr .price {text-align: center; }

#content .listing tr td.code {
  font-size: 11px;
  text-transform: uppercase;
}

#content .listing tr.odd td { background: #F9F9F9;}

#content .listing tr.active { background: #e1eff7; }

#content .listing tr.active td a { text-decoration: none; }