html, body, div, p, form, ul, ol {
    margin: 0;
    padding: 0;
}

body {
    font: 12px Arial, Helvetica, sans-serif;
    position: relative;
    z-index: 1;
    
        background-image: url('loaded_bg.png');
        background-position: top center;
        background-repeat: no-repeat;
        background-attachment: scroll;
    
    background-color: #800000;
    color: #eaa023;
}

h1, h3 {font-size: 115%;}
h2 {font-size: 130%;}


a {
    color: #eaa023;
    outline:none;
}

button img {
  vertical-align: middle;
}

a img { border:none; }

.clear {
  clear: both;
}

.wrapper {
    width: 960px;
    padding: 0;
    margin: 0 auto;
    position: relative;
}

#main_wrapper {
    padding:0 20px;
    
}

.ajax-popup-wrapper {
  position: static;
    z-index: 3;
}

.ajax-popup-container {
  position: relative;
  width: 85px;
  margin: 0 auto;
    z-index: 4;
}

.ajax-popup {
    display: none;
  position: absolute;
  top: 30px;
  -moz-box-shadow: 0px 0px 8px #666;
    -webkit-box-shadow: 0px 0px 8px #666;
    box-shadow: 0px 0px 8px #666;
    padding: 8px 8px 8px 23px;
    background: #EDF1F5 url(clock.png) no-repeat 4px center;
    font-weight: bold;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 85px;
    z-index: 3;
}

.product-grid {
  padding: 5px 0;
}

.product-grid .product {
  margin: 5px 10px 5px 0; _margin:5px 8px 5px 0;
  width: 208px;
  height: 220px;
  padding: 10px;
  background-position: center 0;
  background-repeat: no-repeat;
  -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #eaa023;
    cursor: pointer;
    position: relative;
    display: block;
    text-decoration: none;
    color: #eaa023;
}

.product-grid .product:hover {
    -moz-box-shadow: 0px 0px 8px #666;
    -webkit-box-shadow: 0px 0px 8px #666;
    box-shadow: 0px 0px 8px #666;
}

.product-grid .product:active {
  -moz-box-shadow: 0px 0px 3px #666;
    -webkit-box-shadow: 0px 0px 3px #666;
    box-shadow: 0px 0px 3px #666;
}

.product-grid .product .title {
  background: rgb(255,255,255);
  background: rgba(255,255,255,0.4);
  padding: 5px;
  position: absolute;
  bottom: 0;
    right: 0;
    width: 218px;
  font-size: 16px;
  font-weight: bold;
}

.product-addtocart .price,
.product-grid .product .price {
  -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #eaa023;
    padding: 3px 5px;
    color: #800000;
    font-size: 14px;
}

.product-addtocart,
.not-available {
    height: 27px;
    overflow: hidden;
}

.not-available {
    font-size: 13px;
    font-weight: bold;
    display: none;
}

.product-addtocart .price-n-qty { float:left; margin-right: 5px; }
.product-addtocart .price {
  display: inline;
}

.main-menu {word-spacing: 4px;}
.main-menu a {word-spacing: normal;}

.header {
    padding: 20px 0;
}

.logo {
    font-size: 24px;
    font-weight: bold;
    color: #eaa023;
    text-decoration: none;
}
.logo img {border:0;}

.product-list-popup {
  padding-top: 4px;
  position: absolute;
  top: 25px;
  right: 20px;
  -moz-box-shadow: 0px 0px 6px #666;
    -webkit-box-shadow: 0px 0px 6px #666;
    box-shadow: 0px 0px 6px #666;
    z-index: 4;
    display: none;
}

.product-list-popup .product{
  padding: 4px;
  width: 250px;
  position: relative;
  border-bottom: 1px dotted #eaa023;
}

.product-list-popup .img {
  width: 48px;
  height: 48px;
  background-position: center center;
  background-repeat: no-repeat;
}

.product-list-popup .title,
.product-list-popup .price {
  width: 175px;
  padding-right: 20px;
}

.cart-block .title {
  margin-bottom: 3px;
  font-weight: bold;
}

.cart-table .remove a,
.product-list-popup .remove {
  position: absolute;
  width: 16px;
  height: 16px;
  overflow: hidden;
  background: url(cart_delete.png) no-repeat 0 0;
  top: 4px;
  right: 4px;
  cursor: pointer;
}

.cart-table .remove a {
    position: static;
    top: auto;
    right: auto;
    display: block;
}

.product-list-popup .loader {
    background-image: url(loader.gif);
}

.top-navigation {
    
    background-color: #111111;
    overflow: hidden;
    position: relative;
    z-index: 3;
}

.top-navigation a {
    color: #f9f9f9;
    display: block;
    text-decoration: none;
}

.top-navigation .text {
    padding: 5px 8px;
}

.top-navigation .cart-link {
  padding-left: 20px;
  background: url(cart_edit.png) no-repeat 0 5px;
  font-size:1.1em;
}

.top-navigation .edit-cart {
  padding-left: 20px;
  background: url(cart.png) no-repeat 0 5px;
}

.top-navigation .negative {
    margin-top: -5px;
    height: 5px;
    line-height: 5px;
    overflow: hidden;
}

.top-navigation a div {
    position: relative;
    text-align: center;
}

.top-navigation p {
    display: none;
    overflow: hidden;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #ffffff;
    border-top-width: 0px;
    border-bottom-width: 5px;
    position: relative;
    z-index: 2;
}

.top-navigation a.active p,
.top-navigation a:hover p {
    display: inline-block;
}

.slider {
  position: relative;
  z-index: 1;
  height: 360px;
  margin-bottom: 25px;
}

.slider .image {
  position: absolute;
  height: 360px;
  width: 960px;
  top: 0;
  left: 1px;
  background-position: center center;
  background-repeat: no-repeat;
  display: none;
}

.slider .navigation {
  background: #f9f9f9;
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 30px;
  padding: 3px 1px;;
  -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.slider .navigation .item {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #f9f9f9;
  cursor: pointer;
  border: 1px solid #000;
  -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 0 2px;
    float: left;
}

.slider .navigation .active {
  background: #000;
}

.collections-wrapper {
  height: 40px;
  margin-bottom: 25px;
    z-index: 3
}

.collections {
    float: left;
    height: 40px;
    list-style: none;
    width:100%;
}

.product-list-popup,
.collections,
.subcollections {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #eaa023;
    background: #800000;
}

#tag-filters {
    float:left;
    width:100%;
    margin-bottom:20px;
}

#tag-filters .property-line {
    clear:both;
}

#tag-filters .tag_properties {
    color:#eaa023;
    float:left;
}

#tag-filters .tag_separator {
    float:left;
    margin:0 1em;
}

#tag-filters .tag_characteristics {
    float:left;
}

#collection_image {
    float:right;
    margin-left:15px;
    margin-bottom:15px;
}

.editable-content {
    overflow:hidden;
}

.collections .collection {
    display: block;
    vertical-align: top;
    position:relative;
}

.collections a {
    white-space:nowrap;
    text-decoration: none;
    color: #eaa023;
}

.collections a.active,
.collections a:hover {
    background: #eaa023;
    color: #800000;
}

.collection-link {
    display: block;
    padding: 12px 15px;
    line-height: 16px;
    height: 16px;
    overflow: hidden;
}

* html .collection-link {
  display: inline;
  zoom: 1;
}

.subcollections {
    position: absolute;
    z-index: -1;
    margin-left: -1px;
    margin-top: 1px;
    list-style: none;
    background: #800000;
    padding: 9px 0;
    display: none;
    -moz-box-shadow: 0px 0px 6px #666;
    -webkit-box-shadow: 0px 0px 6px #666;
    box-shadow: 0px 0px 6px #666;
    z-index: 3;
}

.subcollections li {
    position: relative;
}

.subcollections .subcollections {
    top: -11px;
}

.subcollection-link {
    display: block;
    padding: 3px 15px;
}

.phone {
  font-size: 16px;
  font-weight: bold;
  color: #eaa023;
  width: 184px;
  padding-left: 20px;
  background: url(phone.png) no-repeat 2px center;
  margin-bottom: 2px;
}
.icq {
  font-size: 16px;
  font-weight: bold;
  color: #eaa023;
  width: 184px;
  padding-left: 20px;
  background: url(icq.png) no-repeat 2px center;
  margin-bottom: 2px;
}

.coupon input,
.search-form .query {
  font: 12px Arial;
  border: 1px solid #eaa023;
  height: 22px;
  padding: 1px 4px 1px 20px;
  height: 22px;
  width: 180px;
  overflow: hidden;
  background: #ffffff url(find.png) no-repeat 3px center;
  -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.coupon input {background-image: url(tag_red.png)}

.search-form .submit {
  position: absolute;
  top: -10000px;
}

.footer {
  color: #eaa023;
  text-align: center;
  padding: 10px;
}

.column-sidebar {
  width: 240px;
}

.column-content {
  width: 720px;
}

.content-wide .column-content{
  width: 100% !important;
}

.content-wide .product-data {
    width: 690px !important;
}

.content-wide .column-sidebar {
    display:none !important;
}

.custom-block {
  border: 1px solid #eaa023;
  padding: 15px;
  -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 10px 10px 10px 0;
width: 198px;
overflow: hidden;
}

.custom-block .title {
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 8px;
        color:#eaa023;
}

.breadcrumbs {
  padding: 0 0 10px;
  font-size: 13px;
}

.pagination {
  padding: 5px;
  word-spacing: 3px;
}

.pagination a, .pagination span {
  display: inline-block;
  text-decoration: none;
  padding: 4px 6px;
  -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #eaa023;
    background: #eaa023;
    color: #800000;
    font-weight: bold;
}

.pagination a:hover {
  -moz-box-shadow: 0px 0px 6px #666;
    -webkit-box-shadow: 0px 0px 6px #666;
    box-shadow: 0px 0px 6px #666;
    background: #800000;
    color: #eaa023;
}

.pagination a:active {
  -moz-box-shadow: 0px 0px 3px #666;
    -webkit-box-shadow: 0px 0px 3px #666;
    box-shadow: 0px 0px 3px #666;
}

.pagination .active {
  padding: 3px 5px;
  border-width: 2px;
  border-color: #eaa023;
}

.product-page .images {
  width: 240px;
  overflow: hidden;
  margin-left: 5px;
  text-align: center;
}

.product-page .images .navigation {
  right: 10px;
  top:auto; bottom:0;
}

.product-page .images .image {
  cursor:pointer; cursor:hand;
  display:block;
  height: 240px;
  width:240px;
  background-position:50% 50%;
  background-repeat:no-repeat;
}

.product-page .images .small_image {
  cursor:pointer; cursor:hand;
  display:inline-block;
  height: 48px;
  width:48px;
  margin:10px 6px 0 6px;
  background-position: center center; background-repeat: no-repeat;
}

.product-page .addthis {
  width: 140px;
  margin: 10px auto;
  margin-top: 10px;
}

.product-page .fb_like {
  margin: 10px auto;
  width: 110px;
}

.product-data {
  width: 450px;
  margin-right: 10px;
}

.product-name {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 8px;
}

#comment_form .fc input,
#comment_form .fc textarea,
.cart-table .quantity input,
.product-addtocart input {
  width: 25px;
  border: 1px solid #eaa023;
  padding: 3px 2px;
  font: 12px Arial, Helvetica, sans-serif;
  -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background:#ffffff;
}

#comment_form .fc input { width: 120px;}
#comment_form .fc textarea {width: 300px;}

.page-headline {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
        color:#eaa023;
}

.column-content .page-headline {
  margin-left: 5px;
}

.modifications {
    margin: 8px 0; list-style-type:none;
}

.modifications .title {color:#eaa023; font-weight:bold;}

.properties {
    margin: 10px 0;
}

.properties .name {
    width: 150px;
    overflow: hidden;
    font-weight: bold;
}

.properties .page-headline {
    margin-left: 0;
}

.subcollection-list {
    margin: 0 0 15px 20px;
}

.static-page {margin: 0 10px;}

.mod-container {margin-bottom:5px;}
.mod-container .title {float:left; padding-top:5px;}
.mod-container .value {float:left;}

.mod-container .title,
.mod-container .value {width:130px;overflow: hidden;}

.cart-table-container {
    padding: 0 1px 0 10px;
}

.cart-table {
    border-collapse: collapse;
    width: 100%
}

.cart-table td,
.cart-table th {
    padding: 2px 6px;
    border-bottom: 1px solid #eaa023;
}

.cart-table th {
    border-bottom: 2px solid #eaa023;
    padding-top: 8px;
}

.cart-table .lastrow th,
.cart-table .lastrow td {
    border-width: 0
}

.cart-table .price {
    font-weight: normal;
}

.cart-table .product-image div {
    width: 48px;
    height: 48px;
    background-position: center center;
    background-repeat: no-repeat;
}

.cart-table .product-meta {width: 430px;}
.cart-table .quantity input {padding: 1px 2px;}

.cart-table .remove {
    border: 0;
}
.coupon input.cuponButton {border: 0; background: transparent; position: absolute; left: 0; top: 0; cursor: pointer; height: 22px; width: 20px;}
.coupon .content {position: relative;}
.coupon,
.cart-controls {margin-top: 20px;margin-right: 30px;}

.coupon .invalid {color: #c33}

.article {
  margin-bottom: 12px;
}

.article .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 2px;
}

.blog-c {
  width: 705px;
}

.comments li {
  display: block;
  list-style: none;
  margin-bottom: 7px;
}

.comment-details,
.note {
  font-size: 11px;
  color: #eaa023;
  font-style: italic;
}


.price {
  text-align: right;
  color: #eaa023;
  font-weight: bold;
}

.old_price{
  text-decoration:line-through;
}

.fc {
    overflow: hidden;
    zoom: 1;
}

.fl {float: left;}
.fr {float: right;}
.cr {clear: right;}
.cl {clear: left;}
.cb {clear: both;}
.nb {border: 0 !important}
.al {text-align: left}
.ar {text-align: right}
.ac {text-align: center;}
.nw {white-space:nowrap;}

.z4 {z-index: 4}
.mt10 {margin-top: 10px;}


/* Blog */
#comments_link {cursor:pointer;}
.note, .comment-details {font-size:85%;}
.article {margin-bottom:40px;}
.pagination {font-weight:bold; text-align:center;}
.pagination_page {padding:0 0.4em;}
#comments, #comment_form {margin-top:20px;}
ul.comments {list-style-type:none; margin:0;}
ul.comments li {margin-bottom:20px;}
#comment_form dd {margin:2px 0 5px 0;}
#comment_form input {width:200px;}
#comment_form textarea {overflow:auto; width:270px; height: 140px;}
#author_fields, #comment_fields {display:block; float:left; margin-right:15px;}
#moderation_warning {margin-top:42px;}
.error {color:#c33 !important;}
.input-error {border:1px solid red !important;}
.notice { margin:15px 0; color:#eaa023; }
.small {font-size:85%;}

/* Reviews */
#reviews_link {cursor:pointer;}
.review {margin-bottom:40px;}
#reviews, #review_form {margin-top:20px;}
ul.reviews {list-style-type:none; margin:0;}
ul.reviews li {margin-bottom:20px;}
#review_form dd {margin:2px 0 5px 0;}
#review_form input {width:200px;}
#review_form textarea {overflow:auto; width:270px; height: 140px;}
#review_author_fields, #review_fields {display:block; float:left; margin-right:15px;}
#review_moderation_warning {margin-top:20px;}
.review_details { margin:5px 0; font-size:85%;}
.rating_wrapper {overflow:hidden; margin-bottom:10px;}
.rating_label {float:left; margin-right:10px;}
/* Seo */
.seo-description { -moz-opacity:.50; filter:alpha(opacity=50); opacity:.50; }
#review_confirm_email { position:absolute; left:-2000px; }

#captcha {margin-bottom:10px;}
