body {
  margin: 10px 0 0 0;
  padding: 0;
  color: #000;
  font: 90% Arial, Helvetica, sans-serif;
  background: #f2d889;
}
#wrapper, #product {
  position: relative;
  width: 760px;
  margin-left: auto;
  margin-right: auto;
}
#product {
  width: 600px;
}
img {
  border-style: none;
}
.center {
  text-align: center;
}
.small {
  font-size: .75em;
}
h3 {
  font-size: 1.1em;
}
img.right {
  float: right;
  margin-right: 8px;
  margin-bottom: 8px;
  display: inline;
}
#splash li {
  margin-bottom: 3px;
}
#splash {
  margin-left: 175px;
}
#splash h1 {
  font-size: 1.1em;
}
#splash2 h1 {
  font-size: 1.3em;
  text-align:center;
  margin-top: 25px;;
}
#sidebar {
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  font-size: 0.95em;
}
#nav {
  margin: 1em 0 0 0;
  padding: 0;
  width: 160px;
  font-size: 0.8em;
  font-weight: bold;
}
#nav li {
  margin: 0 0 1px 0;
  padding: 0;
  list-style-type: none;
}
#nav a, #nav a:visited {
  text-decoration: none;
  padding: 3px;
  border: 1px solid #ffffff;
  display: block;
  background-color: #393F91;
  color: #fff;
}
#nav a:hover, #nav a:active, #nav a:focus {
  color: #333;
  background-color: #d1d7b3;
}
#nav a.currentlink {
  color: #000;
  background-color: #D1D7B3;
}
#nav li em.special {
  display: none;
}
.tablebtmbdr {
  margin-bottom: 10px;
  width: 100%;
  border-style: none;
}
.tablebtmbdr td {
  padding: 0;
}
.tablebtmbdr td.leftTd {
  width: 37%;
}
.tablebtmbdr td.rightTd {
  width: 63%;
}
div#checkout {
  margin-top: 8px;
  width: 160px;
}
table {
  border-collapse: collapse;
  border-bottom: 1px solid #000;
  font-size: 0.9em;
}
p#eAddress {
  margin: 0;
}
fieldset {
  border-style: none;
  margin: 0;
  padding: 0;
}
#splash form {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}