body {
    margin: 0;
    padding: 0;
    background: #10417C;
    color: #10417C;
    font: 1.0em/1.0em Ariel, Helvetica, sans-serif;
}

a {
  color: #10417C;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  margin: 0;
  padding-top: 20px;
  font-weight: normal;
  font-size: 220%;
}

h1 a {
  color: #10417C;
}

h3 {
  font-weight: normal;
}

img {
  border: none;
}

#container {
  background: #10417C url('bg.gif') top left repeat-y;
  width: 800px;
  margin: 0 auto;
  padding: 0 10px;
}

#header {
  padding: 0;
  height: 88px;
  background: url('logo.gif') top left no-repeat;
}

#header h2 {
  font-weight: normal;
}

#header #title {
  float: right;
  text-align: right;
  width: 330px;
  margin: 0 20px 0 0 ;
}

#header #description {
  color: #10417C;
}

#navigation {
  background: #10417C;
  border-top: 1px solid #10417C;
  border-bottom: 1px solid #10417C;
  padding: 10px 0 30px 0;
}

#navigation ul, #sub-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#navigation li {
  float: left;
  margin: 0 8px;
}

#navigation a {
  color: #fff;
}

#navigation a:hover {
  color: #91C3E7;
  text-decoration: none;
}

#cart-link {
  float:right;
  margin: 0 10px;
}


#main {
  padding: 15px;
}

#frontpage-articles {
  float: right;
  width: 40%;
}

#footer {
  padding: 10px 100px 60px 100px;
  background: #10417C;
  border-top: 1px solid #10417C;
  font-size: 10pt;
}

#footer ul {
  list-style-type: none;
  padding: 0;
  text-align: center;
}

#footer li {
  display: inline;
}

#footer a {
  color: #e9e9df;
}

#footer li:before {
  content: " | ";
  color: #e1e2d7;
}

#footer li:first-child:before { content: ""; }

/* PRODUCTS */

#products td {
  text-align: center;
  padding-bottom: 35px;
  vertical-align: bottom;
  font-size: 9pt;
}

#products form {
  margin: 0;
  padding: 0;
}

#products .attributes {
  padding: 0 5px 7px 5px;
  border: 1px solid #dcebf6;
}

#products .product-image {
  margin: 10px auto;
}

#products .attributes {
  width: 350px;
  text-align: left;
}

#products .attributes input, #products .attributes select {
  font-size: 80%;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

#products h3 {
  font-size: 100%;
  margin-top: 5px;
}

#products p.money {
  margin: 5px 0 0 0;
  float: right;
  line-height: 12px;
  font-size: 120%;
}

#products .sold-out {
  margin: 0;
  background: #fdfde9;
  text-align: right;
  padding: 1px 3px;
}


/* ARTICLES */

.article {
  border-bottom: 1px dotted #ccc;
}

.article h3 {
  font-size: 130%;
}

#article-title {
  font-weight: normal;
  margin: 15px 0 25px 0;
}

/* BOTTOM CART */

#cart {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4000;
  color: #fff;
  margin-bottom: -2px;
}

body.loading #cart-count {
  height: 100px;
  background: url('updating.gif') bottom left no-repeat;
}

#cart-hide {
  font-size: 8pt;
  color: #fff;
  margin-bottom: 8px;
}

#cart-total {
  color: #fff;
}

#cart-shade {
  background: transparent url('cart-shade.png') top left repeat-x;
  height: 15px;
}

#cart h3 {
  margin: 3px 0 5px 0;
  color: #000;
  font-size: 14pt;
}

#cart a {
  color: #ebffb4;
}


#cart-content {
  background: #99aec2 url('cart-bg.jpg') top left repeat-x;
  height: 124px;
  border-top: 1px solid #788898;
  padding: 10px 20px 0px 20px;
}

#cart-count {
  float: left;
  margin-right: 30px;
  font-size: 10pt;
}

#cart-items {
  margin-right: 5px;
  height: 120px;
  overflow: auto;
}

.cart-item {
  float: left;
  text-align: center;
  margin: 0 8px 25px 8px;
  height: 90px;
  width: 115px;
  font-size: 10pt;
  color: #fff;
}

.cart-item-image {
  width: 50px;
  height: 50px;
  padding: 5px;
  background: #fff;
  border: 1px solid #788898;
  text-align: center;
  margin: 0 auto;
}

#cart-checkout {
  float: right;
  background: url('checkout.gif') center right no-repeat;
  width: 120px;
  height: 36px;
  font-size: 12px;
  color: #fff;
}

#cart-checkout input {
  margin-top: 8px;
  padding-bottom: 0px;
  font-size: 12px;
}

/* LIGHTBOX OVERLAY */

#lightbox-overlay {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:5000;
    background: #000;
    -moz-opacity: 0.75;
    opacity:.75;
    filter: alpha(opacity=75);
}

body.loading #lightbox-overlay {
  background: #000 url('loading.gif') center center no-repeat;
}

#lightbox-overlay[id] {
  position: fixed;
}

#product-lightbox {
  position: fixed;
  text-align: left;
  background: #fff;
  border: 1px solid #d9d9cf;
  top: 50%;
  left: 50%;
    z-index:6000;
  padding: 15px 10px;
  width: 800px;
  height: 580px;
  margin: -305px -410px;
}

#product-lightbox-close {
  position: relative;
  height: 28px;
  width: 30px;
  left: 781px;
  bottom: 15px;
  margin-bottom: -10px;
}

#product-lightbox-desc {
  width: 300px;
  z-index: 9999;
  height: 440px;
  overflow: auto;
}

#product-lightbox h2 {
  margin: 0 0 20px 0;
  font-weight: normal;
  font-size: 150%;
  color: #111;
  clear: right;
}

#product-lightbox-images {
  float: left;
}

#product-lightbox-image-previews {
  width: 500px;
  height: 60px;
  overflow: hidden;
}

#product-lightbox-image {
  text-align: center;
  width: 480px;
  height: 480px;
  border-bottom: 1px solid #d9d9cf;
  margin: 0 10px 10px 0;
}

#product-lightbox-image-previews div {
  text-align: center;
  width: 50px;
  height: 50px;
  float: left;
  border: 1px solid #ccc;
  padding: 3px;
  margin: 0 7px 5px 0;
  z-index: 9999;
}

#product-lightbox-form-area {
  position: relative;
  top: 40px;
  float: right;
  width: 285px;
  z-index: 9999;
  border: 1px solid #dcebf6;
  background: #eff6fb;
  padding: 5px;
}

#lightbox-submit {
  display: block;
  float: right;
  margin-top: 10px;
}


/* PRODUCT W/O JS SCREEN */

#product h2 {
  font-weight: normal;
  font-size: 175%;
  margin-top: 8px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}

#featured-image {
  float:left;
  margin: 0 20px 15px 0;
}

table#product-table {
  width: 280px;
  margin-bottom: 30px;
}

table#product-table td {
  vertical-align: top !important;
  text-align: center;
}

table#product-table td.desc {
  text-align: right !important;
  font-style: italic;
}

table#product-table td.st {
  padding-top: 20px !important;
}

#product #description {
  padding: 0 0 10px 10px;
  margin: -15px 0 0 10px;
  text-align: left;
}

#product-images {
  float: left;
  padding-right: 5px;
  margin: 0 0 15px 0;
  text-align: center;
}

#product-images img {
  border: 1px solid #ccc;
  border-top: 1px solid #666;
  border-bottom: 1px solid #eee;
  padding: 3px;
  background: #000;
}

#product-images .pimage {
  float: left;
  margin: 10px 10px 10px 0;
  height: 240px;
}

/* COLLECTION.LIQUID */

#collection-description {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}


/* Comments */

#comments { margin: 20px 0; }
#comments dt { margin-top: 10px; }
#comments dd { margin-left: 0; }
#comments dd input, #comments dd textarea { width: 300px; }
#comments>ul { margin-top: 10px; padding: 0; }
#comments>ul>li { margin: 10px 0; list-style-type: none; }

.comment {
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ddd;
    background: #f5f5f5;
}

.comment-details {
    font-size: 90%;
  background: #ddd;
  padding: 2px 5px;
}

.notice {
  font-size: 10pt;
  margin: 15px 0;
  border: 1px solid #eFeBd5;
  border-bottom: 1px solid #dFdBc5;
  border-right: 1px solid #dFdBc5;
  padding: 5px 15px;
  background: #FFFBE5;
  color: #6a9c30;
  text-align: center;
}

.error { color: #933; }
.input-error { background: #FFFBE5; }

.comment-form {
    margin-top: 40px;
}

.comment-form .hint {
    font-size: 11px;
    font-style: italic;
    color: #666;
}

.comment-form dt {
    font-weight: bold;
}

.comment-form input[type=submit] {
    margin-top: 8px;
}
