p.sectionHeader {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 30px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
}

a.bestBuyListingLink {
  text-decoration: none;
}

a.bestBuyListingLink:hover {
  text-decoration: underline;
}

p.whereToStartButtons {
  text-align: center;
}

p.whereToStartButtons a {
  margin: 5px;
}

#referenceNumberSearchBox {
  width: 75px;
}

#recentListings, #comingSoonListings {
  display: none;
}

#listings {
  border: 1px solid #000;
}

#listingsTabs table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  border-bottom: 1px solid #000;
}

#listingsTabs td {
  font-weight: bold;
  padding: 3px 5px;
  text-align: center;
  background-color: #F90;
}

#listingsTabs td.selected {
  background-color: #FFF;
}

#listings .listingsContent {
  background-color: #FFF;
  min-height: 425px;
  display: none;
}

#listings .listingsContent table {
  border-collapse: collapse;
  width: 100%;
}

#listings .listingsContent table tr {
  cursor: pointer;
}

#listings .listingsContent table tr:hover {
  background-color: #F90;
}

#listings .listingsContent td {
  padding: 2px 2px 2px 5px;
}

#listings td.price {
  text-align: right;
  padding-right: 5px;
}

#listings td a {
  text-decoration: none;
}

#listings .listingsContent td, #listings .listingsContent td a {
  font-size: 12px;
}

#listings .listingsContent p {
  text-align: center;
}
