body {
  /*font-size: 90%;*/
}

body, table {
  color: black;
  background: white;
  font-family: Sans-serif, Arial, Verdana;
  margin: 0;
}

h1 {
  color: #dd0000;
  font-size: 150%;
  font-weight: bold;
  text-align: center;
}

h2 {
  color: #dd0000;
  font-size: 125%;
  font-weight: bold;
  text-align: center;
}

td {
  vertical-align: top;
}

th {
  text-align: center;
}

.center {
  text-align: center;
}

div.center table {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

table.header {
  background: #e0e0ff;
}

table.header td {
  text-align: center;
  border-bottom: 2px solid #000000;
}

table.header td.menu {
  color: #ffffff;
  background: #cc0000;
  padding-top: 3px;
  padding-bottom: 3px;
}

a.menu:link, a.menu:visited, a.menu:active {
  color: #ffffff;
  text-decoration: none;
}

a.menu:hover {
  color: #ffffff;
  text-decoration: underline;
}

table.nav {
  background: #9966cc;
  font-size: 75%;
}

table.nav th {
  color: white;
  background: #9966cc;
}

table.nav td {
  background: #e0e0ff;
}

table.results {
  border-top: 1px solid #e0e0ff;
  border-bottom: 1px solid #e0e0ff;
  border-left: none;
  border-right: none;
}

table.results td {
  border-top: 1px solid #e0e0ff;
  border-bottom: 1px solid #e0e0ff;
  border-left: none;
  border-right: none;
  vertical-align: middle;
}

table.product {
  border: 2px solid #9966cc;
}

img.product {
  float: left;
}

table.product th {
    background: #9966cc;
    color: #ffffff;
}

.small {
  font-size: 75%;
}

hr.footer {
  width: 100%;
  height: 2px;
  color: #000000;
  background: #000000;
}

div.footer {
  font-size: 75%;
  text-align: center;
}

.outofstock {
  color: #dd0000;
  font-weight: bold;
}

table.search {
  border-top: 1px solid #9966cc;
  border-bottom: 1px solid #9966cc;
  border-left: none;
  border-right: none;
  font-size: 75%;
}

table.search td {
  border-top: 1px solid #9966cc;
  border-bottom: 1px solid #9966cc;
  border-left: none;
  border-right: none;
  background: #e0e0ff;
}

table.search td.section {
  color: white;
  background: #9966cc;
}

.navy {
  color: #000080;
}
