body {
  background: url(images/bg.gif);
  background-position: center;
  font-family: lucida sans, verdana, helvetica, arial;
  font-size: 75%;
  margin: 0;
}
input.text {
  font-family: lucida sans, verdana, helvetica, arial;
  font-size: 70%;
}
a {
  color: #cc6600;
}
a.selected {
  color: black;
  font-weight: bold;
  text-decoration: none;
}
div.nav {
  margin-bottom: 10px;
}
div.subnav {
  margin-bottom: 10px;
  padding-left: 15px;
  font-size: 80%;
}
div.subnav a {
  color: #999999;
}
#container {
  margin: 0 auto;
  width: 90%;
  text-align: left;
  background-color: white;
}
#banner {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px;
}
#banner img {
  vertical-align: middle;
}
#content_ {
  padding: 20px 0;
}
div#leftnav {
  float: left;
  width: 149px;
}
div#innercontent {
  width: 480px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  padding: 0 10px;
  float: left;
}
div#rightnav {
  float: left;
  width: 139px;
  padding-left: 10px;
}
div#footer {
  border-top: 1px solid #cccccc;
  padding-top: 5px;
  margin-top: 20px;
  clear: both;
  text-align: center;
}
div.inner_lower {
  border-top: 1px solid #cccccc;
  padding-top: 20px;
}
div.advert {
  border: 1px solid #cccccc;
  padding: 5px;
  margin-bottom: 10px;
  height: 125px;
  vertical-align: middle;
}
h1 {
  font-size: 150%;
}
h2 {
  font-size: 120%;
  color: #999966;
}
input.btn {
  font-family: lucida sans, verdana, helvetica, arial;
  font-size: 90%;
}
table.checkout td {
  padding: 5px;
  border-bottom: 1px dotted #cccc99;
}
tr.grey td {
  background-color: #eeeeee;
}
tr.brief td {
  border-bottom: 1px dotted #cccc99;
  padding: 2px 0;
}
div.menu_out {
  float: left;
  border-right: 1px solid white;
  background-color: #cccc99;
  padding: 4px 8px;
}
div.menu_in {
  float: left;
  border-right: 1px solid white;
  background-color: #999966;
  padding: 4px 8px;
}
div.menu_in a {
  text-decoration: none;
  color: white;
}
div.menu_out a {
  text-decoration: none;
}
table.admin {
  border-collapse: collapse;
}
table.admin td {
  border: 1px solid #cccc99;
  background-color: #eeeeee;
  padding: 5px;
}
div#footer_menu {
  border-top: 1px solid #cccc99;
  padding: 5px 0;
  color: gray;
  margin-top: 10px;
}
div#footer_menu a {
  text-decoration: none;
}
div#footer_menu a:hover {
  text-decoration: underline;
}
div.account {
  color: #cc6600;
  padding: 7px 0;
  border-bottom: 1px dotted #cccc99;
}
div.account a {
}
select {
  font-family: lucida sans, verdana, helvetica, arial;
  font-size: 100%;
}
input.checkout {
  font-family: lucida sans, verdana, helvetica, arial;
  font-size: 100%;
}
textarea {
  font-family: lucida sans, verdana, helvetica, arial;
  font-size: 100%;
}
hr {
  border:0px;
  border-top:1px dotted #cccc99;
  height:0px;
}
#container img {
  max-width: 100%;
}