body {
  background: url(images/bg.gif);
  background-repeat: repeat-x;
  font-family: verdana;
  font-size: 80%;
  margin: 0;
}
a {
  color: #ce6500;
}
div.nav a.selected {
  color: black;
  font-weight: bold;
  text-decoration: none;
}
div.nav {
  margin-bottom: 10px;
}
div.nav a {
  color: #666666;
  text-decoration: none;
  font-weight: bold;
}
div.subnav {
  margin-bottom: 10px;
  padding-left: 15px;
  font-size: 80%;
}
div.subnav a {
  color: #999999;
}
#container {
  margin: 25px auto;
  width: 900px;
  text-align: left;
}
#banner {
}
#banner img {
  vertical-align: middle;
}
#content_ {
  padding: 20px 20px;
  background: url(images/inner_bg.gif);
  background-repeat: repeat-y;
}
div#leftnav {
  float: left;
  width: 120px;
}
div#innercontent {
  width: 591px;
  padding-left: 15px;
  float: left;
  /*border-left: 1px solid #efbe94;*/
}
div#rightnav {
  float: left;
  width: 139px;
  padding-left: 10px;
}
div#footer {
  clear: both;
  text-align: center;
  font-size: 85%;
}
div.inner_lower {
  border-top: 1px dotted #cccccc;
  padding-top: 20px;
}
div.advert {
  border: 1px dotted #cccccc;
  padding: 5px;
  margin-bottom: 10px;
  height: 125px;
  vertical-align: middle;
}
h1 {
  font-size: 175%;
  margin-top: 0;
}
h2 {
  font-size: 150%;
}
h3 {
  font-size: 100%;
  margin-top: 0;
}
input.btn {
  font-family: verdana;
  font-size: 100%;
}
table.checkout td {
  border-bottom: 1px dotted #cccccc;
  padding: 5px;
}
div.box {
  background: url(images/boxbg.gif);
  font-size: 80%;
  padding: 5px 15px;
}
div.copyright {
  text-align: right;
  color: #666666;
  font-size: 70%;
  padding: 10px 20px 0 0;
}
div.copyright a {
  color: #666666;
  text-decoration: none;
}


