body {
  background-color: #efefd6;
}

a {
  color: #333333;
  text-decoration: none;
}

a img {
  border-style: none;
}

table {
  border-style: none;
}

#container {
  background-color: #efefd6;
}

#header {
  background-color: #cccc99;
}

#header img {
  border-style: none;

  display: block;
  margin-left: auto;
  margin-right: auto;
}

#header-navigation {
  padding-top: 10px;
  padding-bottom: 5px;
  background-color: #e9e9d0;
  text-align: center;
}

#header-navigation a {
  color: #999966;
  font-family: Verdana, Geneva, Tahoma, Geneva, sans-serif;
  font-size: 12px;

  margin-left: 15px;
  margin-right: 15px;
}

#body {
  padding-left: 50px;
  padding-right: 50px;
  color: #333333;
  font-family: Verdana, Geneva, Tahoma, Geneva, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

#body h1 {
  font-size: 14px;

  margin-bottom: 10px;
}

#body h2 {
  font-size: 13px;

  margin-bottom: 5px;
}

#body h3 {
  font-size: 12px;
}

#body a {
  color: #999966;
}

#body p {
  margin-bottom: 10px;
}

#body p.line {
  margin: 0px;
}

#body ul {
  list-style-type: none;
  margin-bottom: 10px;
}

#body select {
  position: relative;
  bottom: 5px;

  margin-right: 20px;
}

#body .box {
  border-style: solid;
  border-width: 1px;
  border-color: #cccc99;
  background-color: #ffffff;
  padding: 20px;

  margin-bottom: 10px;
}

#body .item {
  border-style: solid;
  border-width: 1px;
  border-color: #cccc99;
  background-color: #ffffff;
  padding: 20px;

  font-size: 11px;

  margin-bottom: 10px;
}

#body .item .image {
  width: 150px;

  float: left;

  margin-right: 20px;
}

#body .item .image img {
  border-style: none;
}

#body .item .text {
  width: 480px;

  float: left;
}

#body .price {
  font-weight: bold;

  position: relative;
  bottom: 5px;

  margin-right: 20px;
}

#splash {
  text-align: center;
}

#splash img {
  height: 120px;
  border: none;

  margin-top: 50px;
  margin-bottom: 50px;
}

#cart {
  border-style: solid;
  border-width: 1px;
  border-color: #cccc99;
  background-color: #ffffff;
  padding: 20px;

  margin-bottom: 10px;
}

#cart table {
  width: 658px;
}

#cart th {
  font-weight: normal;
}

#cart tr {
  vertical-align: top;
}

#cart .button {
  margin-top: 10px;
  margin-right: 20px;
}

#cart .light {
  background-color: #ffffff;
}

#cart .dark {
  background-color: #efefd6;
}

#cart-total {
  width: 300px;
  border-style: solid;
  border-width: 1px;
  border-color: #cccc99;
  background-color: #ffffff;
  padding: 20px;
}

#cart-total .left {
  float: left;

  margin-right: 20px;
}

#cart-total .right {
  float: left;
}

#body .currency {
  float: right;
}

#cart-total .button {
  margin-top: 10px;
}

#footer-navigation {
  text-align: center;
}

#footer-navigation a {
  color: #999966;
  font-family: Verdana, Geneva, Tahoma, Geneva, sans-serif;
  font-size: 12px;

  margin-left: 15px;
  margin-right: 15px;
}

#footer {
  color: #333333;
  text-align: center;
  font-family: Verdana, Geneva, Tahoma, Geneva, sans-serif;
  font-size: 10px;
}

#footer p {
  margin-bottom: 10px;
}
