body {
  background: transparent url('/images/bg.jpg');
  margin-top: 0px;
  margin-bottom: 0px;
  height: 100%; }
  body div.left {
    width: 100px;
    position: absolute; }

#header {
  background: url('/images/bg2.jpg') repeat-y;
  width: 958px; }

#wrapper {
  background: url('/images/bg2.jpg') repeat-y;
  padding: 0px;
  width: 958px;
  min-height: 100%; }
  body.two-col #wrapper {
    background: none;
    width: 958px; }

body.two-col div#wrapper {
  background: url('/images/bg2.jpg') repeat-y;
  padding: 0px;
  margin-bottom: 50px; }

body.one-col #content {
  width: 938px;
  margin-left: 10px;
  margin-bottom: 75px; }
body.two-col #content {
  margin-bottom: 45px; }

.free-shipping2 li {
  padding-left: 20px; }

.free-shipping {
  style: none;
  margin: 0 0 1.5em -15px; }
  .free-shipping li {
    margin: 0;
    padding-left: 20px;
    list-style-type: none; }

.footer-left ul {
  margin-left: auto;
  margin-right: auto;
  list-style-type: none;
  text-align: center;
  width: 958px; }
.footer-left li {
  margin-top: 40px;
  display: inline;
  float: left;
  padding: 15px; }

ul#nav-bar {
  line-height: 30px;
  float: right;
  clear: both;
  font-size: 1.2em;
  list-style: none;
  padding: 0px; }
  ul#nav-bar li {
    float: left;
    margin-right: .4em;
    margin-left: .4em; }
    ul#nav-bar li.cart-indicator a {
      display: block;
      padding-right: 40px;
      background: transparent url(/images/cart-empty_x32.png) center right no-repeat; }
      ul#nav-bar li.cart-indicator a.full {
        background-image: url(/images/cart-full_x32.png); }

.navigation-list {
  margin: 0 0 1.5em -15px; }
  .navigation-list li {
    margin: 0; }
    .navigation-list li a {
      cursor: pointer!important;
      text-decoration: none;
      color: #333;
      display: block;
      line-height: 2.0em;
      margin-left: 17px;
      width: 160px;
      white-space: nowrap;
      overflow: hidden;
      font-weight: 800; }
    .navigation-list li a:hover {
      background: url(/images/menu-hover.png) right center no-repeat;
      width: 132px; }
  .navigation-list li.current {
    width: 160px; }
    .navigation-list li.current a {
      width: 140px;
      background: url(/images/menu-current.png) right center no-repeat;
      white-space: nowrap;
      overflow: hidden; }
      .navigation-list li.current a.root {
        width: 140px; }
  .navigation-list a.root {
    color: #222;
    font-size: 1.3em;
    text-indent: -5px;
    line-height: 2.2em; }

#nav-bar li {
  font-size: 1.3em; }
#nav-bar a {
  text-decoration: none;
  color: #2E6AB1; }
#nav-bar a:hover {
  color: #1277f8; }

#footer {
  background: transparent url('/images/footer.png');
  background-color: transparent;
  width: 958px;
  height: 74px;
  position: relative;
  margin-top: 250px;
  padding-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px; }
  #footer ul {
    list-style-type: none; }
  #footer li {
    margin-top: 20px;
    display: inline;
    float: right;
    padding-left: 40px;
    font-size: 1.2em; }
  #footer a {
    text-decoration: none;
    color: #fff5be;
    font-size: 1.2em; }
  #footer a:hover {
    color: #000; }
  #footer p {
    width: 958px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 190px; }

#contact {
  margin-left: 50px; }

div#checkout-summary {
  float: right;
  width: 170px;
  background-color: #C3C9DF;
  padding: 20px;
  margin-top: 10px; }
  div#checkout-summary th, div#checkout-summary td, div#checkout-summary caption {
    padding: 0px; }

.price.selling {
  color: #00F; }
