body {
  background-color: #ffffff;
  color: #585043;
  font-family: "Impact Condensed";
  margin-left:  20px;
  margin-right: 40px;
  margin-top:   20px;
}

.address-label { 
  background-color: clear;
  color: #000000;
  font-size: 1.0em;
  font-weight: 500;
  margin-left: 4px;
  margin-right: 4px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
}

.buynow-button {
  clear: both;
  color: #585043;
  background: #ccc1aa;
  border-color: #585043;
  border-width: thin;
  border-style: outset;
  font-weight: 600;
  font-size: 0.8em;
  margin-top: 5px;
}

.highlight { 
  color: #ff0000;
  background-color: #ffff00;
}

.interior {
  margin-left: 40px;
  margin-right: 40px;
}

.fineprint {
  background-color: clear;
  color: #333333;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 0.7em;
}

.form-required { 
  background-color: clear;
  color: #ff0000;
  font-weight: 600;
}

h1 {   
  background-color: clear;
  color: #585043;
  font-weight: 600;
  font-size: 1.3em;
  padding-left: 0px;
  padding-bottom: 7px;
  padding-top: 7px;
}

h2 {   
  background-color: #ccc1aa;
  border-color: #585043;
  border-style: solid;
  border-width: thin;
  color: #585043;
  font-weight: 600;
  font-size: 1.1em;
  padding: 7px;
}

h3 {   
  background-color: #ccc1aa;
  border-color: #585043;
  border-style: solid;
  border-width: thin;
  color: #585043;
  font-weight: 600;
  font-size: 1.0em;
  padding: 7px;
}

.bottomnav-button {
  background-color: clear;
  border-color: #58a0a8;
  border-style: outset;
  border-width: thin;
  color: #58a0a8;
  font-weight: 700;
  margin-left: 0px;
  margin-right: 4px;
  padding-bottom: 1px;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 1px;
}

.logo1 {
  background-color: clear;
  color: #58a0a8;
  font-family: "Impact Condensed";
  font-weight: 700;
  text-decoration: none;
}

.logo2 {
  background-color: clear;
  color: #000000;
  font-family: "Impact Condensed";
  font-weight: 700;
  text-decoration: none;
}

.minor-text {
  font-size: 0.7em;
  font-weight: 400;
}

.products-box {
  background-color: clear;
  border-color: #585043;
  border-style: outset;
  border-width: thin;
  font-weight: 400;
  font-size: 0.8em;
  margin: 0px;
  padding: 0px;
}

.products-head {
  background-color: #ccc1aa;
  border-color: #585043;
  border-style: solid;
  border-width: thin;
  color: #585043;
  font-weight: 600;
  font-size: 0.8em;
  padding: 5px;
}

.products-head a[href]:link {
  color: #585043;
  text-decoration: none;
}

.products-head a[href]:visited {
  color: #a2957a;
  text-decoration: none;
}

.products-head a[href]:hover {
  color: #3b362d;
  text-decoration: none;
}

.product-head a[href]:active {
  color: red;
  text-decoration: none;
}

.to-top { 
  font-size: 0.8em;
  text-align: right;
}

.topnav-button {
  background-color: clear;
  border-color: #58a0a8;
  border-style: outset;
  border-width: thin;
  color: #58a0a8;
  font-size: 0.8em;
  font-weight: 700;
  margin-left: 0px;
  margin-right: 4px;
  padding-bottom: 1px;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 1px;
}


.topnav-promo {
  background-color: clear;
  color: #ccc1aa;
  font-size: 1.2em;
  font-weight: 700;
}

topnav-button a[href]:link {
  color: #58a0a8;
  text-decoration: none;
}

.topnav-button a[href]:visited {
  color: #58d1a8;
  text-decoration: none;
}

.topnav-button a[href]:hover {
  color: #40d5e7;
  text-decoration: none;
}

.topnav-button a[href]:active {
  color: red;
  text-decoration: none;
}

a[href]:link {
  color: #58a0a8;
  text-decoration: none;
}

a[href]:visited {
  color: #58d1a8;
  text-decoration: none;
}

a[href]:hover {
  color: #40d5e7;
  text-decoration: none;
}

a[href]:active {
  color: red;
  text-decoration: none;
}

.datatable table a:link {color: #CC6633;}
.datatable table a:visited {color: #CC6633;}
.datatable table a:hover {color: #999966;}
.datatable table a:active {color: #CC6633;}
.datatable table a:focus{color: #CC6633;}


.datatable table caption {
  padding: 18px 2px 15px 2px;
  color: #585043;
  background-color: inherit;
  font-weight: 600;
  text-align: centered;
  text-transform: capitalize;
}

.datatable table {
  border: 1px solid #D9D9D9;
}

.datatable table tr td {
  padding: 6px 9px;
  text-align: center;
  font-size: 0.8em;
}

.datatable table thead th {
  background-color: #E5E5D8;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #D9D9D9;
  font-weight: bold;
  text-align: center;
  padding: 16px 9px;
  color:#592C16;
}

.datatable table tbody tr th {
  background-color: #fff;
  font-weight: normal;
  border-left: none;
  padding: 6px 9px;
  background-color: #E5E5D8;
}

.datatable table tbody td {
  border-left: 1px solid #D9D9D9;
}

.datatable table tbody tr.odd {
  background-color: #F3F3F3;
}

.datatable table tbody tr:hover {
  color: #333333;
  background-color: #E5E5D8;
}

.datatable table tbody tr.odd:hover {
  color: #333333;
  background-color: #E5E5D8;
}

.datatable table tfoot td, .datatable table tfoot th {
  border-top: 1px solid #ccc;
  font-size: 0.8em;
  font-weight:bold;
  color:#592C16;
  padding: 16px 9px;  
}