@CHARSET "UTF-8";

body {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    color: #666666;
}

#body {
    width: 980px;
    margin: 0 auto;
    padding-bottom: 10px;
}

#content-inner {
    min-height: 360px;
}

a {
    color: #666666;
}

a:hover {
    color: #000000;
    text-decoration: none;
}

a.btn,
input.btn,
input.button {
    border: 1px solid #ccc;
    border-bottom: 1px solid #bbbbbb;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #666666;
    padding: 2px 10px;
    text-align: center;
    text-shadow: 0 1px 0 #eee;
    text-transform: uppercase;
    line-height: 22px;
    height: 22px;
    font-size: 12px;
    background: #eeeeee; /* Old browsers */
    background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}

a.btn:hover,
input.btn:hover,
input.button:hover,
a.btn:focus,
input.btn:focus,
input.button:focus {
    color: #666666;
    background: #cccccc; /* Old browsers */
    background: -moz-linear-gradient(top,  #cccccc 0%, #eeeeee 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #cccccc 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #cccccc 0%,#eeeeee 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #cccccc 0%,#eeeeee 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #cccccc 0%,#eeeeee 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}

input.btn,
input.button {
    line-height: 23px;
    height: 28px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    border-radius: 0;
    -webkit-border-radius: 0;
    padding: 3px 6px;
}

h1,
h2,
h3,
h4 {
    margin-top: 0;
    font-weight: normal;
    color: #333333;
    text-transform: uppercase;
}

h1 {
    font-size: 24px;
    line-height: 28px;
}

h2 {
    font-size: 20px;
    line-height: 24px;
}

h3 {
    font-size: 16px;
    line-height: 20px;
}

.breadcrumb {
    padding: 0;
    margin: 10px auto 5px;
    background: none;
    font-size: 12px;
    text-transform: uppercase;
}

div#above-header-outer {
    background: #2C2628;    
}

div#above-header-inner {
    width: 980px;
    margin: auto;
    padding: 10px 0;
    position: relative;
    height: 20px;
    color: #ffffff;
    text-transform: uppercase;
}

div#above-header-inner a {
    color: #ffffff;
}

div#above-header-inner a:hover {
    text-decoration: underline;
}

div#above-header-inner #block_12 {
    position: absolute;
    left: 0;
    top: 10px;
    height: 20px;
    width: 480px;
}

div#above-header-inner > div.account,
div#above-header-inner div.login {
    position: absolute;
    right: 0;
    top: 10px;
    height: 20px;
    width: 480px;
    text-align: right;
}

div#above-header-inner div.account h3,
div#above-header-inner div.account .account,
div#above-header-inner div.account .logout {
    display: inline-block;
    margin-left: 5px;
    padding-left: 5px
}

div#above-header-inner div.account h3 {
    font-size: 14px;
    margin-bottom: 0;
    color: #ffffff;
}

div#header-inner {
    position: relative;
    margin: 10px auto;
    padding-bottom: 28px;
}

div#header-inner #block_10 p {
    margin: 0;
}

div#header-inner .cart-outer,
div#header-inner .search-outer {
    position: absolute;
    width: 320px;
    right: 0;
    text-align: right;
}

div#header-inner .cart-outer {
    top: 0;
}

div#header-inner .cart-outer .items .item-label {
    display: none;
}

div#header-inner .cart-outer .items,
div#header-inner .cart-outer .total {
    line-height: 13px;
    display: inline-block;
}

div#header-inner .cart-outer .items {
    padding-right: 6px;
    margin-right: 4px;
    border-right: 1px solid #666666;
}

div#header-inner .search-outer {
    bottom: 0;
}

div#header-inner .cart-outer h3,
div#header-inner .search-outer h3 {
    display: none;
}

div#header-inner .search-outer form.search {
    margin-bottom: 0;
}

div#header-inner .search-outer form.search .control-group,
div#header-inner .search-outer form.search .controls,
div#header-inner .search-outer form.search input {
    display: inline-block;
    margin-bottom: 0;
}

#nav {
    border-top: 1px solid #bbbbbb;
    border-bottom: 1px solid #bbbbbb;
}

#nav ul#menu_1 {
    margin: 0 auto;
    list-style: none;
    padding: 0;
    text-align: center;
}

#nav ul#menu_1 li.level_0 {
    display: inline-block;
}

#nav ul#menu_1 li.level_0 a {
    display: block;
    color: #666666;
    border-right: 1px solid #bbbbbb;
    text-transform: uppercase;
    padding: 12px 24px;
    background: #ffffff;
    margin-left: -4px;
    font-weight: bold;
}

#nav ul#menu_1 li.level_0.active a,
#nav ul#menu_1 li.level_0 a:hover {
    text-decoration: none;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}

#nav ul#menu_1 li.level_0:first-child a {
    border-left: 1px solid #bbbbbb;
}

#nav ul#menu_1 li.level_0 ul {
    border: 1px solid #bbbbbb;
    margin: 0 auto 0 -5px;
    text-align: left;
    background: #ffffff; 
}

#nav ul#menu_1 li.level_0 ul.level_2,
#nav ul#menu_1 li.level_0 ul.level_3 {
    margin: 0 auto;
}

#nav ul#menu_1 li.level_0 ul li a {
    border-right: none;
    background: #ffffff;
    margin: 0 auto;
}

body.public_index #block_5 .gallery_scroller {
    margin: 0 auto;
}

#footer {
    border-top: 1px solid #bbbbbb;
}

#footer #footer-top .footer-column {
    display: inline-block;
    vertical-align: top;
    width: 210px;
    margin: 0 0 25px 35px;
    color: #666666;
    min-height: 100px;
    font-size: 12px;
}

#footer #footer-top .footer-column:first-child {
    margin-left: 0;
}

#footer #footer-top .footer-column h1,
#footer #footer-top .footer-column h3 {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    padding: 0 0 6px 0;
    margin: 10px 0 5px 0;
    background: none;
    height: 22px;
    font-weight: normal;
}

#footer #footer-top .footer-column ul.content-menu {
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

#footer #footer-top .footer-column ul.content-menu a {
    color: #666666;
}

#footer #footer-top .footer-column ul.content-menu a:hover {
    color: #000000;
    text-shadow: 0 2px 2px #ccc;
}

#footer #footer-bottom {
    font-size: 12px;
}

#content ul.categories,
#content ul.products,
#content ul.product-groups {
    margin: 0 0 0 -30px;
    padding: 0;
    list-style: none;
}

#content ul.categories li.category,
#content ul.products li.product,
#content ul.product-groups li.product-group {
    float: left;
    margin: 0 0 30px 30px;
    width: 212px;
    text-align: center;
    padding: 5px;
    -webkit-transition: box-shadow 0.5s ease;
    -moz-transition: box-shadow 0.5s ease;
    -ms-transition: box-shadow 0.5s ease;
    -o-transition: box-shadow 0.5s ease;
    transition: box-shadow 0.5s ease;
}

#content ul.categories li.category:hover,
#content ul.products li.product:hover,
#content ul.product-groups li.product-group:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}

#content ul.categories li.category a:hover,
#content ul.products li.product a:hover,
#content ul.product-groups li.product-group a:hover {
    text-shadow: 0 2px 2px #ccc;
} 

#content ul.categories li.category .details .photo,
#content ul.products li.product .details .photo,
#content ul.product-groups li.product-group .details .photo {
    height: 330px;
    line-height: 330px;
}

#content ul.categories li.category .details .photo img,
#content ul.products li.product .details .photo img,
#content ul.product-groups li.product-group .details .photo img {
    vertical-align: middle;
    margin: 0 auto;
}

#content ul.products li.product .button-outer.view {
    padding-right: 6px;
    border-right: 1px solid #666666;
    margin-right: 2px;
}

body.product_view #body .photos,
body.productgroup_product #body .photos {
    width: 480px;
    float: left;
}

body.product_view #body .photos .photo,
body.productgroup_product #body .photos .photo {
    height: 480px;
    line-height: 480px;
    width: 480px;
    text-align: center;
    margin-bottom: 20px;
}

body.product_view #body .photos .photo img,
body.productgroup_product #body .photos img {
    margin: 0 auto;
    vertical-align: middle;
}

body.product_view #body .thumbnails,
body.productgroup_product #body .thumbnails {
    text-align: center;
    margin: 0 0 0 -10px;
}

body.product_view #body .thumbnails .thumbnail,
body.productgroup_product #body .thumbnails .thumbnail {
    border-radius: 0;
    -webkit-border-radius: 0;
    display: inline-block;
    height: 78px;
    line-height: 78px;
    width: 78px;
    margin: 0 0 10px 10px;
    text-align: center;
}

body.product_view #body .thumbnails .thumbnail img,
body.productgroup_product #body .thumbnails .thumbnail img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
}

body.product_view #body > div.model,
body.product_view #body > div.price,
body.product_view #body > div.description,
body.product_view #body > div.details,
body.product_view #body > form.cart,
body.productgroup_product #body > div.model,
body.productgroup_product #body > div.price,
body.productgroup_product #body > div.description,
body.productgroup_product #body > div.details,
body.productgroup_product #body > form.cart {
    width: 480px;
    float: right;
    margin-bottom: 10px;
    padding-left: 15px;
}

body.product_view #body > div.price,
body.productgroup_product #body > div.price {
    font-size: 16px;
}

body.product_view #body > div.price .price-label,
body.product_view #body > div.price .value,
body.product_view #body > div.details ul.details .detail .detail-label,
body.product_view #body > div.details ul.details .detail .value,
body.productgroup_product #body > div.price .price-label,
body.productgroup_product #body > div.price .value,
body.productgroup_product #body > div.details ul.details .detail .detail-label,
body.productgroup_product #body > div.details ul.details .detail .value {
    display: inline-block;
}

body.product_view #body > div.details ul.details,
body.productgroup_product #body > div.details ul.details {
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

body.productgroup_product #body > form.cart label {
    text-align: left;
    width: 90px;
}

body.productgroup_product #body > form.cart .controls {
    margin-left: 110px;
}

body.category_view #body > .photos {
    display: none;
}

.table-bordered {
    border-radius: 0;
    -webkit-border-radius: 0;
}

body.product_view .photos .modal {
    width: auto;
}

body.product_view .photos .modal button.close {
    position: absolute;
    top: 15px;
    right: 15px;
}

body div.per-page {
    padding: 5px 0px;
}