body {
  margin: 0;
  font-family: Verdana, Sans-serif, Arial;
  font-size: 80%;
}

body table {
  font-size: 100%;
}

table table {
  font-size: 100%;
}

ul ul {
  font-size: 100%;
}

ol ol {
  font-size: 100%;
}

div.body {
  margin: 8px;
}

h1 {
  color: #003399;
  font-size: 140%;
  font-weight: bold;
  text-align: center;
}

h2 {
  color: #000000;
  font-size: 120%;
  font-weight: bold;
}

td {
  vertical-align: top;
}

td.header {
  background: #003399;
}

td.navbar {
  background: #666699;
  color: #ffffff;
  padding: 2px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  white-space: nowrap;
}

td.navbar a {
  color: #ffffff;
  font-weight: bold;
}

td.navbar a:hover {
  text-decoration: underline;
}

table.specs {
  border: 1px solid #c0c0c0;
  width: 100%;
}

table.specs td, th {
  border: 1px solid #c0c0c0;
}

table.specs td.section, th {
  color: #000000;
  background: #bdd6ef;
  font-size: 110%;
  font-weight: bold;
  white-space: nowrap;
}

table.specs td.label {
  color: #505050;
  font-weight: bold;
}

.highlight {
  color: #33cccc;
}

a img {
  border: 0;
}

td.main {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
}

table.results {
  border-top: 1px solid #bdd6ef;
  border-bottom: 1px solid #bdd6ef;
  border-left: none;
  border-right: none;
  width: 100%;
}

table.results td {
  border-top: 1px solid #bdd6ef;
  border-bottom: 1px solid #bdd6ef;
  border-left: none;
  border-right: none;
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: middle;
}

table.results td.mp3-link {
  padding-left: 20px;
  padding-right: 20px;
}

table.results td.compare {
  background: #bdd6ef;
  text-align: center;
}

table.results td.checkbox {
  background: #bdd6ef;
  text-align: center;
  width: 25px;
}

table.bar-top, table.bar-bottom {
  width: 100%;
  border: 0;
}

table.bar-top td {
  padding-bottom: 5px;
}

table.bar-bottom td {
  padding-top: 5px;
}

table.search {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-left: none;
  border-right: none;
}

table.search td {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-left: none;
  border-right: none;
  background-color: #bdd6ef;
}

@media screen {
  div.link {
    text-align: center;
  }
}
@media print {
  div.link {
    display: none;
  }
}

table.buy {
  border: 1px solid #c0c0c0;
  float: right;
  margin-left: 8px;
  margin-bottom: 8px;
}

table.buy td, th {
  border: 1px solid #c0c0c0;
  width: 200px;
}

table.buy th {
  color: #000000;
  background: #bdd6ef;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
}

.adsense-left {
  float: left;
  margin-right: 8px;
  margin-bottom: 8px;
}

.adsense-right {
  float: right;
  margin-left: 8px;
  margin-bottom: 8px;
}
