/**
 * swoppen.com Content-Management-System
 *
 * copyright since 2000 by swoppen.com eCommerce GmbH - All rights reserved.
 */
 
.HP-listing-page * {
  font-size: 11px;
}

.HP-listing-page {
  width: 100%;
  background-color: white;
}

.HP-listing-page thead, .HP-listing-page-head {
  background-color: #71AFA4;
}

.HP-listing-page thead th {
  white-space: nowrap;
}

.HP-listing-page th, .HP-listing-page th span {
  font-weight: bold;
  text-align: left;
}

.HP-listing-page td, .HP-listing-page th {
  padding: 0px 5px 0px 5px;
  white-space: nowrap;
}

.HP-listing-page th {
  height: 24px;
  /*text-align: left;*/
}

.HP-listing-page td {
  height: 22px;
}

.HP-listing-page tr {
}

.HP-listing-page .no-hover {
  background: white;
}
