/* CSS Document */

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 20px 20px 0 20px;
  padding: 0;
  font-size: 11px;
  background: #000 url(bg.gif) left top repeat-x;
}

.logo-txt {
  font-size: 10px;
  line-height: 18px;
}

.logo-txt a:link , .logo-txt a:visited {
  color: #FFF;
  text-decoration: none;
}

.logo-txt a:hover {
  color: #FFF;
  text-decoration: none;
}

#top-right {
  text-align: center;
  color: #FFF;
  font-size: 11px;
  margin: 0;
  padding: 25px 0 0 0;
}

#top-right a:link , #top-right a:visited {
  color: #FFF;
  text-decoration: underline;
}

#top-right a:hover {
  color: #FFF;
  text-decoration: none;
}

#top-right p {
  margin: 0;
  padding: 0;
  line-height: 18px;
}

#left-nav {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  font-size: 10px;
}

#left-nav a:link , #left-nav a:visited {
  color: #000;
  text-decoration: underline;
}

#left-nav a:hover {
  color: #000;
  text-decoration: none;
}

#left-nav ul {
  margin: 10px 0 0 15px;
  padding: 0;
  line-height: 24px;
  font-weight: bold;
}

#left-nav ul li {
  margin: 0 0 0 3px;
  padding: 0 0 0 10px;
  line-height: 18px;
  list-style-type: none;
  background: #F3EFDC url(dot-blue.gif) left center no-repeat;
  font-weight: normal;
}

.history-nav {
  margin: 0;
  padding: 15px 0 0 15px;
  font-size: 11px;
}

.history-nav a:link , .history-nav a:visited {
  color: #000;
  text-decoration: underline;
}

.history-nav a:hover {
  color: #000;
  text-decoration: none;
}

h1 {
  margin: 0;
  padding: 20px 0 0 15px;
  line-height: 21px;
  font-size: 14px;
  color: #004B8D;
}

.description {
  margin: 0;
  padding: 10px 15px 0 15px;
  line-height: 16px;
  font-size: 11px;
}

.description a:link , .description a:visited {
  color: #000;
  text-decoration: underline;
}

.description a:hover {
  color: #000;
  text-decoration: none;
}

#products-list {
  margin: 0;
  padding: 15px;
  font-size: 11px;
}

#products-list a:link , #products-list a:visited{
  color: #000;
  text-decoration: underline;
}

#products-list a:hover {
  color: #000;
  text-decoration: none;
}

h2 {
  margin: 0;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: #863D22;
  border-bottom: 1px solid #863D22;
}

#products-list ul {
  margin: 10px 0 0 0;
  padding: 0;
  list-style-type: none;
}

#products-list li {
  display: block;
  text-align:center;
  float: left;
  margin: 0;
  padding: 0 0 0 10px;
  line-height: 18px;
}

#shopping-cart {
  text-align: center;
  line-height: 18px;
}

#shopping-cart a:link , #shopping-cart a:visited {
  color: #000;
  text-decoration: underline;
}

#shopping-cart a:hover {
  color: #000;
  text-decoration: none;
}

.help {
  margin: 10px 0 10px 0;
  padding: 0;  
}

.help li {
  margin: 0 0 0 30px;
  padding: 0;
  line-height: 18px;
}

.help li a:link , .help li a:visited {
  color: #000;
  text-decoration: underline;
}

.help li a:hover {
  color: #000;
  text-decoration: none;
}

.line {
  clear: both;
  margin: 0;
  padding: 0;
}

.input-style {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  border: 1px solid #000000;
  height: 18px;
  line-height: 18px;
  width: 125px;
}

.buttom-style {
  border: #000000 1px solid;
  background-color: #863D22;
  color: #FFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  height: 22px;
  line-height: 18px;
}

#footer {
  margin: 0;
  padding: 10px 0 0 0;
  text-align: center;
  font-size: 11px;
  color: #FFF;
}

#footer p {
  margin: 0;
  padding: 0;
  line-height: 18px;
}

#footer p a:link , #footer p a:visited{
  color: #FFF;
  text-decoration: underline;
}

#footer p a:hover {
  color: #FFF;
  text-decoration: none;
}