#leftnav {
  font-family: "Arial Narrow", "Trebuchet MS", Helvetica, Arial, sans-serif;
  position: absolute;
  right: 0px;
  top: 164px;
  width: 200px;
  padding: 2px 2px 0 2px;
}
#content {
  padding: 0;
  background: #ba87eb;
  min-width: 798px;
  font-size: 1em;
}
#main {
  margin: 0 210px 0 0;
  padding: 2px 30px 12px;
  font-size: 0.8em;
  min-height: 620px;
  background: #FFF;
}
#content p, #content li {
  line-height: 1.8em;
}
h1 {
  margin-top: 16px;
}
.condensed li {
  list-style-type: square;
  float: left;
  width: 45%;
}
.partners li, .partners3w li, .widelist li {
  list-style-type: none;
  display: block;
  float: left;
  width: 45%;
  padding: 10px 0;
}
.partners3w li {
  width: 33%;
}
.widelist h3 {
  margin-top: 0;
}
.widelist p {
  border-left: 1px solid #000;
  padding-left: 8px;
  margin-right: 8px;
}
.widelist li {
  min-width: 300px;
}
.partners li, .partners3w li {
  text-align: center;
}
.clear {
  height: 1px;
  width: 50%;
  clear: both;
}
.heading {
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
  background-color: #444;
  color: #FFF;
  border: 1px solid #222;
  border-width: 1px 0;
}
.widelist form p {
  margin-top: -14px;
  margin-bottom: -14px;
  padding: 4px 8px 4px;
}
.specials {
  margin: 30px 10px 0 2px;
  padding: 5px;
  background: #FFF;
  border: 2px dashed #e97500;
}
.specials h2 {
  color: #5f01ba;
  font-size: 1.2em;
  margin: 0 0 0 3px;
}
.price1 {
  font-size: 2em;
  font-weight: normal;
}
.price2 {
  font-size: 1.5em;
  margin: 15px 0 0 5px;
  font-weight: bold;
}
.specials a:link, .specials a:visited {
  color: #e97500;
}
.specials a:hover, .specials a:active {
  color: #e69c52;
}
table {
  margin: 14px 0;
}
th {
  background-color: #CFCFCF;
  color: #000;
  border: 1px solid #666;
  padding: 4px;
  text-align: left;
  vertical-align: top;
}
td {
  padding: 4px;
  border: 1px solid #BBB;
  background-color: #DDD;
  vertical-align: top;
}
table.totals td {
  text-align: right;
  padding-left: 50px;
}
form table input[type="text"], form table input[type="password"], form table textarea, form table select {
  border: 1px solid #000;
  color: #000;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  background: #FFF;
  margin: 2px;
  font-size: 1em;
}
form table input[type="submit"] {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 1em;
  width: 175px;
}
form table input[value="Next"], form table input[value="Update Price"] {
  width: 100px;
}
form table input[type="text"]:focus, form table input[type="password"]:focus, form table textarea:focus, form table select:focus {
  background: #EEE;
}
code {
  display: block;
  border: 1px solid #B0E288;
  padding: 8px;
  background-color: #EEE;
  margin-left: 8px;
  margin-right: 8px;
}

table#billinginfo {
  width: 49%;
  float: left;
}

table#paymentinfo {
  width: 49%;
  float: left;
  margin-bottom: 0px;
}

table#comments {
  width: 49%;
  float: left;
}

