﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    height: 100%;
}

body {
    font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg_body.png);
    background-position: center 115px;
    background-repeat: repeat-x;
    color: #777777;
}

a {
    color: #c1984e;
    outline: none;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

p {
    margin: 0 0 18px
}

img {
    border: none;
}

input {
    vertical-align: middle;
}

#wrapper {
    width: 1000px;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
    background-image: url("../images/header_bg.png");
    background-position: 0 top;
    background-repeat: no-repeat;
    height: 160px;
}

#header .logo {
    float: left;
    padding: 22px 0;
    text-align: center;
    width: 205px;
}

#header .logo a {
    background-image: url("../images/logo.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 71px;
    width: 159px;
    margin: 0 auto;
}

#header .top-menu {
    float: right;
    width: 795px;
}

#header .top-menu ul {
    display: block;
    float: right;
}

#header .top-menu ul li {
    display: block;
    float: left;
    padding: 10px 0 0 10px;
}

#header .phone {
    background-image: url("../images/bg_phone2.png");
    background-position: right center;
    background-repeat: no-repeat;
    color: #C1984E;
    float: right;
    font-size: 18px;
    line-height: 20px;
    margin-right: 30px;
    padding: 5px 90px 5px 0;
    text-align: right;
}

#middle .undermenu {
    float: left;
    width: 980px;
    padding: 0 5px 10px 10px;
    position: relative;
    z-index: 0;
}

#middle .undermenu ul {
    display: block;
}

#middle .undermenu ul li {
    display: block;
    float: left;
    padding: 5px;
    width: 235px;
}

#middle .undermenu ul li a {
    display: block;
    border: 1px solid #DCDCDC;
    height: 190px;
    border-radius: 5px 5px 5px 5px;
    background-position: center center;
    background-repeat: no-repeat;
    text-decoration: none;
}

#middle .undermenu ul li a.jewelry {
    background-image: url(../images/jewelry.jpg);
}

#middle .undermenu ul li a.tools {
    background-image: url(../images/tools.jpg);
}

#middle .undermenu ul li a.accessories {
    background-image: url(../images/accessories.jpg?v=20250405);
}

#middle .undermenu ul li a.stones {
    background-size: cover;
    background-image: url(../images/stones.jpg?v=20250405);
}
#middle .undermenu ul li a.pearls {
    background-size: cover;
    background-image: url(../images/pearls.png?v=20250413);
}


#middle .undermenu ul li a span {
    background-image: url(../images/transparentBg.png);
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    margin-top: 152px;
    padding: 10px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #000000;
    border-radius: 0px 0px 5px 5px;
}

#header .cart {
    background-image: url("../images/bg_cart.png");
    background-position: right center;
    background-repeat: no-repeat;
    float: right;
    padding: 10px;
    width: 185px;
    color: #040404;
    background-color: #ffffff;
    height: 95px;
    line-height: 18px;
}

#header .cart a {
    text-decoration: none;
    color: #000000;
}

#header .cart .cart-title {
    text-transform: uppercase;
    font-weight: bold;
}

#header .cart .cart-status {
}

#header .cart .cart-quantity {
}

#header .cart .cart-quantity span {
    font-size: 20px;
    color: #c1984e;
}

#header .cart .cart-price {

}

#header .cart .cart-price span {
    color: #c1984e;
    font-size: 20px;
}

#header .search {
    float: right;
    height: 32px;
    width: 550px;
    padding-top: 6px;
}

#header .search input[type=text] {
    border: 1px solid #DFCBA6;
    border-radius: 5px 5px 5px 5px;
    font-size: 14px;
    height: 32px;
    padding: 0 40px 0 10px;
    width: 498px;
    background: none;
    background-image: url("../images/bg_body.png");
    background-position: 0 -11px;
    background-repeat: repeat-x;
    color: #C1984E;
    float: left;
}

#header .search input[type=submit] {
    border: 0 none;
    background: none;
    height: 34px;
    width: 32px;
    background: none;
    background-image: url("../images/search.png");
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -1000px;
    margin-left: -35px;
    position: relative;
    cursor: pointer;
}

#header .menu {
    clear: both;
    padding-top: 16px;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
    height: 1%;
    padding: 10px 0 120px;
    position: relative;
    width: 100%;
}

#middle:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

#container {
    width: 100%;
    float: left;
    overflow: hidden;
}

/* Templates
-----------------------------------------------------------------------------*/
#content {
    padding: 0 270px 0 205px;
}

#content.product-list {
    padding: 0 0 0 205px;
}

#content.product {
    padding: 0 0 0 205px;
    text-align: justify;
}

/* Content
-----------------------------------------------------------------------------*/
#content .inner {
    padding: 0 0 0 10px;
}

#content .inner ul {
    display: block;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-top: 10px;
}

#content .inner ul li {
    background-image: url("../images/tree_bl.png");
    background-position: left 4px;
    background-repeat: no-repeat;
    display: block;
    padding-left: 20px;
    text-decoration: none;
    color: #c1984e;
}

/* Navigation
-----------------------------------------------------------------------------*/
#content .inner .navigation {
    border-bottom: 1px solid #DFCBA6;
    display: block;
    float: right;
    margin: 0 10px 0 0;
    padding: 0 3px 2px 0;
    text-transform: uppercase;
}

#content .inner .navigation li {
    background: url("../images/navigation.png") no-repeat scroll right center transparent;
    color: #B1B1B1;
    display: block;
    float: right;
    font-size: 8px;
    line-height: 11px;
    margin: 0;
    padding: 0 7px 0 4px;
}

#content .inner .navigation li a {
    text-decoration: none;
    color: #B1B1B1;
}

#content .inner .navigation li a:hover {
    text-decoration: none;
    color: #DFCBA6;
}

#content .inner .downloads {
    padding: 0;
    clear: both;
    padding: 0 20px;
}

#content .inner .downloads li {
    display: block;
    background: none;
    float: right;
}

#content .inner .downloads li a {
    display: block;
    background: none;
    background-position: right;
    background-repeat: no-repeat;
    display: block;
    margin-left: 20px;
    padding: 10px 35px 10px 0;
    text-decoration: none;
}

#content .inner .downloads li a.xls,
#content .inner .downloads li a.xlsx {
    background-image: url("../images/excel.png");
}

#content .inner .downloads li a.doc,
#content .inner .downloads li a.docx {
    background-image: url("../images/word.png");
}

#content .inner .downloads li a.pdf {
    background-image: url("../images/reader.png");
}

#content .inner .downloads li a.rar,
#content .inner .downloads li a.zip {
    background-image: url("../images/winrar.png");
}

#content .inner .list {
    display: block;
}

#content .inner .list ul {
    display: block;
    background: none;
}

#content .inner .list li {
    display: inline-block;
    /*float: left;*/
    padding-bottom: 15px;
    padding-top: 5px;
    width: 155px;
    text-align: center;
    vertical-align: top;
}

#content .inner .list li a {
    /*display: block;*/
    /*color: #D95858;*/
    text-decoration: none;
}

#content .inner .list li a.img {
    /*margin: 0 auto;*/
    /*width: 128px;*/
    /*height: 128px;*/
    /*background-position: center center;*/
    /*background-repeat: no-repeat;*/
    /*border: 1px solid #DCDCDC;*/
    /*border-radius: 5px 5px 5px 5px;*/
    text-align: center;
}

#content .inner .list li a.img:hover {
    /*border: 1px solid #DFCBA6;*/
    /*box-shadow: 0px 0px 5px #DFCBA6;*/
}

#content .inner .list li a.more {
    background-color: #E57373;
    background-repeat: repeat-x; /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E57373), to(#B41A1A)); /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #E57373, #B41A1A); /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #E57373, #B41A1A); /* IE 10 */
    background: -ms-linear-gradient(top, #E57373, #B41A1A); /* Opera 11.10+ */
    background: -o-linear-gradient(top, #E57373, #B41A1A);
    border: 1px solid #B41A1A;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: inline;
    font-size: 12px;
    margin: 0 auto;
    padding: 0 10px 2px;
    text-decoration: none;
}

#content .inner .list li span {
    color: #000000;
    display: block;
    /*height: 20px;*/
    line-height: 14px;
    margin: 0 auto;
    overflow: hidden;
    padding: 5px 0;
    /*width: 128px;*/
}

#content .inner .tools {
    display: block;
}
#content .inner .tools ul {
    display: block;
    list-style: none;
    padding: 0;
    /*background: red;*/
}

#content .inner .tools ul li {
    float: none;
    display: inline-block;
    padding-bottom: 15px;
    padding-top: 5px;
    width: 385px;
    text-align: left;
    background: none;
    padding-left: 0;
    /*background: green;*/
}

#content .inner .tools li .cn {
    display: block;
    float: left;
    width: 100%;
}

#content .inner .tools li .cn .ct {
    padding-left: 148px;
    width: auto;
    padding-right: 20px;
}

#content .inner .tools li .cn .ct a.product_name {
    color: #C1984E;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    padding-bottom: 5px;
    text-decoration: none;
}

#content .inner .tools li .cn .ct a.product_name:hover {
    color: #B41A1A;
}

#content .inner .tools li .cn .ct span.sdesc {
    font-size: 12px;
    padding-bottom: 10px;
    padding-top: 0;
    width: auto;
}

#content .inner .tools li .cn .ct span.sdesc ul {
    display: block;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-top: 0px;
    width: auto;
}

#content .inner .tools li .cn .ct span.sdesc ul li {
    display: block;
    float: none;
    padding: 0 0 0 15px;
    width: 100%;
}

#content .inner .tools li .cn .ct a.more {
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: inline;
    font-size: 12px;
    margin: 0 auto;
    padding: 0 10px 2px;
    text-decoration: none;
    cursor: pointer;
}

#content .inner .tools li .cn .ct a.gray {
    background-color: #ADAEAF;
    background-repeat: repeat-x; /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ADAEAF), to(#3F4042)); /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #ADAEAF, #3F4042); /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #ADAEAF, #3F4042); /* IE 10 */
    background: -ms-linear-gradient(top, #ADAEAF, #3F4042); /* Opera 11.10+ */
    background: -o-linear-gradient(top, #ADAEAF, #3F4042);
    border: 1px solid #3F4042;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: inline;
    font-size: 12px;
    margin: 0 auto 0 4px;
    padding: 0 10px 2px;
    text-decoration: none;
}

#content .inner .tools li .sbl {
    float: left;
    margin-left: -100%;
    padding-top: 5px;
    position: relative;
    width: 140px;
}

#content .inner .tools li .sbl a.img {
    margin: 0 auto;
    width: 128px;
    height: 128px;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #DCDCDC;
    border-radius: 5px 5px 5px 5px;
}

#content .inner .tools li .sbl a.img:hover {
    border: 1px solid #DFCBA6;
    box-shadow: 0px 0px 5px #DFCBA6;
}

#content .inner .tools li .sbl .price {
    clear: both;
    color: #D95858;
    float: left;
    font-size: 24px;
    line-height: 32px;
    padding: 0;
    text-align: center;
    width: 135px;
}

#content .inner .tools li .sbl label {
    display: block;
    padding: 5px 10px 0;
}

#content .inner .tools li .sbl .button {
    background-position: center center;
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    float: left;
    margin: 11px 9px 0;
    cursor: pointer;
}

#content .inner .tools li .sbl .minus {
    background-image: url("../images/minus.png");
    margin-left: 11px;
}

#content .inner .tools li .sbl .minusg {
    background-image: url("../images/minus_g.png");
    margin-left: 11px;
}

#content .inner .tools li .sbl .plus {
    background-image: url("../images/plus.png");
}

#content .inner .tools li .sbl input[type=text] {
    border: 1px solid #DCDCDC;
    border-radius: 5px 5px 5px 5px;
    color: #000000;
    float: left;
    font-family: Arial;
    font-size: 16px;
    margin-top: 5px;
    padding: 5px;
    text-align: right;
    width: 58px;
}

#content .inner .tools li .sbl input[type=text].error {
    border: 1px solid #B41A1A;
    background-color: #E57373;
    color: #FFFFFF;
}

#content .inner .tools li .messages {
    clear: both;
    display: none;
    float: left;
    width: 100%;
    padding: 5px;
    text-align: center;
    border: 1px solid #B41A1A;
    background-color: #E57373;
    border-radius: 5px;
    color: #FFFFFF;
}

/* Category List
-----------------------------------------------------------------------------*/
\
.tupo {
    background: none;
    list-style: none;
    padding: 0;
}

#content .inner .category-list li {
    display: block;
    float: left;
    padding-bottom: 20px;
    padding-top: 10px;
    width: 258px;
    background: none;
    padding-left: 0;
}

#content .inner .category-list li.small {
    display: block;
    float: left;
    padding-bottom: 20px;
    padding-top: 10px;
    width: 155px;
    background: none;
    padding-left: 0;
}

#content .inner .category-list li a.img {
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #DFCBA6;
    border-radius: 5px 5px 5px 5px;
    display: block;
    height: 178px;
    margin: 0 auto;
    width: 238px;
    box-shadow: 0px 0px 5px #DFCBA6;
    background-size: cover;
}

#content .inner .category-list li.small a.img {
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #DFCBA6;
    border-radius: 5px 5px 5px 5px;
    display: block;
    height: 128px;
    margin: 0 auto;
    width: 128px;
    box-shadow: 0px 0px 5px #DFCBA6;
}

#content .inner .category-list li a.img:hover {
    border: 1px solid #B41A1A;
    box-shadow: 0px 0px 5px #DFCBA6;
}

#content .inner .category-list li a.more {
    float: right;
    background-color: #E57373;
    background-repeat: repeat-x; /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E57373), to(#B41A1A)); /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #E57373, #B41A1A); /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #E57373, #B41A1A); /* IE 10 */
    background: -ms-linear-gradient(top, #E57373, #B41A1A); /* Opera 11.10+ */
    background: -o-linear-gradient(top, #E57373, #B41A1A);
    border: 1px solid #B41A1A;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    font-size: 14px;
    margin-top: -15px;
    padding: 5px 10px;
    text-decoration: none;
    text-align: right;
    width: 150px;

}

#content .inner .category-list li.small a.more {
    display: block;
    float: none;
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
    color: #B41A1A;
    font-size: 12px;
    padding: 5px 10px;
    text-decoration: none;
    text-align: center;
    width: 128px;
    margin: 0 auto;
}

/* Page List
-----------------------------------------------------------------------------*/
#content .inner .page-list {
    font-size: 14px;
    line-height: 18px;
    padding-left: 10px;
    padding-top: 5px;
    color: #666666;
}

#content .inner .page-block {
    clear: both;
    float: left;
    width: 785px;
    margin-bottom: 20px;
}

#content .inner .page-block .inner {
    padding: 0 0 0 148px;
}

#content .inner .page-block.without-img .inner {
    padding: 0 0 0 0px;
}

#content .inner .page-block .inner .title {
    font-size: 18px;
    padding-bottom: 10px;
}

#content .inner .page-block .inner .title a {
    text-decoration: none;
}

#content .inner .page-block .inner .title a:hover {
    color: #B1B1B1;
    text-shadow: 0px 0px 5px #DCDCDC;
}

#content .inner .page-block .inner .short-desc {
    padding: 0 10px 0 0;
    color: #000000;
}

#content .inner .page-block .inner .link {
    padding: 0 15px 0 0;
    text-align: right;
}

#content .inner .page-block .inner .link a {
    background-color: #E57373;
    background-repeat: repeat-x; /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E57373), to(#B41A1A)); /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #E57373, #B41A1A); /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #E57373, #B41A1A); /* IE 10 */
    background: -ms-linear-gradient(top, #E57373, #B41A1A); /* Opera 11.10+ */
    background: -o-linear-gradient(top, #E57373, #B41A1A);
    border: 1px solid #B41A1A;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    font-size: 12px;
    padding: 0 9px 2px;
    text-decoration: none;
}

#content .inner .page-block .inner .link a:hover {
    box-shadow: 0px 0px 5px #B41A1A;
}

#content .inner .page-image {
    float: left;
    margin-left: -785px;
    position: relative;
    width: 130px;
}

#content .inner .page-image .img {
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #DCDCDC;
    border-radius: 5px 5px 5px 5px;
    display: block;
    height: 96px;
    margin: 2px auto 18px;
    width: 128px;
}

#content .inner .page-image .img:hover {
    box-shadow: 0px 0px 5px #DCDCDC;
}

/* Page Info
-----------------------------------------------------------------------------*/
#content .inner .page-info {
    font-size: 14px;
    line-height: 18px;
    padding-left: 10px;
    padding-top: 5px;
    /*color: #666666;*/
    color: #000000;
}

#content .inner .page-info h1 {
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    margin-bottom: 0px;
}

#content .inner .page-info .cover {
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #DCDCDC;
    border-radius: 5px 5px 5px 5px;
    display: block;
    float: left;
    height: 150px;
    margin: 5px 20px 5px 0;
    width: 200px;
}

#content .inner .page-info .cover:hover {
    box-shadow: 0px 0px 5px #DCDCDC;
}

/* Splitpages
-----------------------------------------------------------------------------*/
#content .inner .splitpages ul {
    display: block;
    text-align: center;
}

#content .inner .splitpages ul li {
    background: none;
    display: inline;
    padding: 0;
}

#content .inner .splitpages ul li a {
    background-color: #AFB0B1;
    background-repeat: repeat-x; /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#AFB0B1), to(#3F4042)); /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #AFB0B1, #3F4042); /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #AFB0B1, #3F4042); /* IE 10 */
    background: -ms-linear-gradient(top, #AFB0B1, #3F4042); /* Opera 11.10+ */
    background: -o-linear-gradient(top, #AFB0B1, #3F4042);
    border: 1px solid #3F4042;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    padding: 0 9px;
    text-decoration: none;
}

#content .inner .splitpages ul li .active {
    background-color: #E57373;
    background-repeat: repeat-x; /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E57373), to(#B41A1A)); /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #E57373, #B41A1A); /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #E57373, #B41A1A); /* IE 10 */
    background: -ms-linear-gradient(top, #E57373, #B41A1A); /* Opera 11.10+ */
    background: -o-linear-gradient(top, #E57373, #B41A1A);
    border: 1px solid #B41A1A;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    padding: 0 9px;
    text-decoration: none;
}

/* Product Info
-----------------------------------------------------------------------------*/
#content .inner .product-info {
    float: left;
    padding-top: 5px;
}

#content .inner .product-info .top {
    float: left;
    width: 785px;
    color: #666666;
}

#content .inner .product-info .top h1 {
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    padding-left: 10px;
    display: inline;
    padding-right: 10px;

}

#content .inner .product-info .middle {
    float: left;
    width: 785px;
}

#content .inner .product-info .middle .description {
    float: left;
    width: 785px;
}

#content .inner .product-info .middle .description .inner {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0 0 535px;
    color: #000000;
}

#content .inner .product-info .middle .feature {
    float: left;
    margin-left: -517px;
    position: relative;
    width: 257px;
    padding-top: 10px;
}

#content .inner .product-info .middle .feature ul {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 15px;
    padding-left: 0;
}

#content .inner .product-info .middle .feature ul li {
    background-position: left 7px;
}

#content .inner .product-info .middle .feature ul li b {
    color: #c1984e;
}

#content .inner .product-info .middle .feature .select-some {
    font-size: 14px;
    line-height: 22px;
    color: #c1984e;
}

#content .inner .product-info .middle .feature form {
    display: block;
    padding: 0px 0 10px;
}

#content .inner .product-info .middle .feature form label {
    color: #000000;
    float: left;
    font-family: Arial;
    font-size: 13px;
    line-height: 30px;
    margin-top: 5px;
    padding: 5px;
    text-align: right;
    width: 150px;
    font-size: 14px;
}

#content .inner .product-info .middle .feature form input[type=text] {
    border: 1px solid #DCDCDC;
    border-radius: 5px 5px 5px 5px;
    color: #000000;
    float: left;
    font-family: Arial;
    font-size: 16px;
    margin-top: 5px;
    padding: 5px;
    text-align: right;
    width: 58px
}

#content .inner .product-info .middle .feature form select {
    border: 1px solid #DCDCDC;
    border-radius: 5px 5px 5px 5px;
    color: #000000;
    font-family: Arial;
    font-size: 15px;
    padding: 5px;
    width: 230px;
}

#content .inner .product-info .middle .feature form .price {
    clear: both;
    color: #D95858;
    float: left;
    font-size: 24px;
    line-height: 32px;
    padding: 0 0;
    text-align: center;
    width: 135px;
}

#content .inner .product-info .middle .feature form .button {
    background-color: #E57373;
    background-repeat: repeat-x; /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E57373), to(#B41A1A)); /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #E57373, #B41A1A); /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #E57373, #B41A1A); /* IE 10 */
    background: -ms-linear-gradient(top, #E57373, #B41A1A); /* Opera 11.10+ */
    background: -o-linear-gradient(top, #E57373, #B41A1A);
    border: 1px solid #B41A1A;
    border-radius: 5px 5px 5px 5px;
    margin-right: 27px;
    padding: 5px 8px 6px;
    float: right;
    font-size: 13px;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px #000000;
    text-decoration: none;
    cursor: pointer;
    clear: both;
}

#content .inner .product-info .middle .feature form .button:hover {
    box-shadow: 0px 0px 5px #B41A1A;
}

#content .inner .product-info .middle .image {
    float: left;
    margin-left: -785px;
    position: relative;
    width: 258px;
    padding-top: 10px;
}

#content .inner .product-info .middle .image a {
    display: block;
    margin: 0 auto;
    width: 200px;
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #DCDCDC;
    border-radius: 5px 5px 5px 5px;
}

#content .inner .product-info .middle .image ul {
    display: block;
    margin: 0 auto;
    padding-left: 0;
    padding-top: 1px;
    width: 200px;
}

#content .inner .product-info .middle .image ul li {
    display: block;
    float: left;
    margin: 0 auto;
    padding: 1px;
    width: 38px;
    background: none;
}

#content .inner .product-info .middle .image ul li a {
    display: block;
    height: 36px;
    margin: 0 auto;
    width: 36px;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
    float: left;
    margin-left: -100%;
    padding-top: 5px;
    position: relative;
    width: 205px;
}

#sideLeft .tree {
    background-color: #FFFFFF;
    border: 1px solid #DFCBA6;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 20px;
}

#sideLeft .tree .name {
    background-color: #AFB0B1;
    background-repeat: repeat-x; /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#AFB0B1), to(#3F4042)); /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #AFB0B1, #3F4042); /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #AFB0B1, #3F4042); /* IE 10 */
    background: -ms-linear-gradient(top, #AFB0B1, #3F4042); /* Opera 11.10+ */
    background: -o-linear-gradient(top, #AFB0B1, #3F4042);
    border: 1px solid #3F4042;
    border-radius: 5px 5px 5px 5px;
    margin: -1px;
    padding: 6px 10px;
    font-size: 14px;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px #000000;
}

#sideLeft .tree .inner {
    padding: 10px 0 2px;
}

#sideLeft .tree .inner ul {
    display: block;
    line-height: 22px;
    padding: 0px 10px;
}

#sideLeft .tree .inner ul li {
    display: block;
}

#sideLeft .tree .inner ul li a {
    background-image: url("../images/tree_bl_a.png");
    background-position: left 4px;
    background-repeat: no-repeat;
    display: block;
    font-size: 12px;
    line-height: 14px;
    padding: 0 0 10px 17px;
    text-decoration: none;
}

#sideLeft .tree .inner ul li a.active {
    color: #B41A1A;
    font-weight: bold;
}

#sideLeft .tree .inner ul li a:hover {
    background-image: url("../images/tree_bl.png");
    color: #B1B1B1;
}

#sideLeft .contacts {
    background-color: #FFFFFF;
    border: 1px solid #DCDCDC;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 20px;
}

#sideLeft .contacts .name {
    background-color: #AFB0B1;
    background-repeat: repeat-x; /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#AFB0B1), to(#3F4042)); /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #AFB0B1, #3F4042); /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #AFB0B1, #3F4042); /* IE 10 */
    background: -ms-linear-gradient(top, #AFB0B1, #3F4042); /* Opera 11.10+ */
    background: -o-linear-gradient(top, #AFB0B1, #3F4042);
    border: 1px solid #3F4042;
    border-radius: 5px 5px 5px 5px;
    margin: -1px;
    padding: 6px 10px;
    font-size: 14px;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px #000000;
}

#sideLeft .contacts .inner {
    padding: 10px;
    color: #000000;
}

/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
    float: left;
    margin-right: -3px;
    width: 250px;
    margin-left: -250px;
    position: relative;
    background: #FFACAA;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
    /*border-top: 1px solid #DFCBA6;
      width: 1000px;
      margin: -100px auto 0;
      height: 100px;
      position: relative;
      background-image: url(../images/bg_body.png);
      background-position: center 115px;
      background-repeat: repeat-x;	    */
    background-image: url("../images/bg_body.png");
    background-position: center 0;
    background-repeat: repeat-x;
    height: 100px;
    margin: -100px auto 0;
    position: relative;
    min-width: 1000px;
}

#footer .menu ul {
    text-align: center;
    padding: 10px 0;
}

#footer .menu ul li {
    display: inline;
    padding: 0px 10px;
}

#footer .copyright {
    font-size: 11px;
    padding-left: 20px;
    float: left;
    width: 190px;
}

#footer .counters {
    float: left;
    padding: 3px 40px 0;
    text-align: center;
}

#footer .support {
    background-image: url("../images/s-studio_logo.png");
    background-position: right center;
    background-repeat: no-repeat;
    float: right;
    font-size: 11px;
    margin-right: 20px;
    padding-right: 100px;
    text-align: right;
    width: 190px;
}

/* Clear
-----------------------------------------------------------------------------*/
.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100% !important;
}

.clear10 {
    display: block;
    clear: both;
    font-size: 0px;
    line-height: 0px;
    margin: 0px;
    padding: 0px;
    height: 10px;
}

.clear20 {
    display: block;
    clear: both;
    font-size: 0px;
    line-height: 0px;
    margin: 0px;
    padding: 0px;
    height: 20px;
}

.error {
    background-color: red;
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}

.message {
    background-color: green;
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}

.product_in_card {
    position: fixed;
    width: 500px;
    z-index: 100;
    left: 50%;
    top: 20px;
    margin-left: -250px;
    background-color: #F9C567;
    background-image: url(../images/bg_body.png);
    background-position: center -3px;
    background-repeat: repeat-x;
    border: 1px solid #F9C567;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    display: none;
}

/* 2013-06-11 */
.aT {
    width: 100%;
}

.aT th {
    background-color: #DCDCDC;
    padding: 5px;
    text-align: center;
}

.aT td {
    border-bottom: 1px solid #DCDCDC;
    padding: 5px;
}

.aT td input[type=text] {
    width: 40px;
    text-align: center;
}

/* 2013-10-15 */
.page-gallery {
    display: block;
    text-align: center;
    padding-left: 0 !important;
}

.page-gallery li {
    list-style: none !important;
    padding: 0 !important;
    background: none !important;
    background-color: red;
    display: inline-block !important;
    width: 238px;
    overflow: hidden;
    height: 238px;
    margin: 5px;
}

.order {
    padding: 20px;
}

.order h1 {
    font-size: 24px;
    padding-bottom: 10px;
}

.order h2 {
    font-weight: normal;
    font-size: 14px;
    padding-bottom: 10px;
}

.order .order-list {
    max-height: 360px;
    overflow-y: auto;
}

.order table {
    width: 100%;
}

.order table thead,
.order table tfoot {
    background-color: #dcdcdc;
}

.order table th {
    padding: 5px;
    font-size: 14px;
}

.order table th.total {
    font-size: 18px;
    padding: 15px;
    text-align: right;
}

.order table td {
    vertical-align: top;
    padding: 10px;
}

.order table .num {
    text-align: center;
    font-size: 14px;
}

.order table .img {
    text-align: center;
    width: 60px;
}

.order table .img img {
    vertical-align: bottom;
    width: 100%;
}

.order table .quantity {
    text-align: center;
    font-size: 14px;
    width: 50px;
}

.order table .price {
    text-align: right;
    font-size: 14px;
    width: 90px;
}

.order table .total-price {
    text-align: right;
    font-size: 14px;
    width: 95px;
}

.order table .name {
    font-size: 16px;
    padding-bottom: 0;
}

.order table .button {
    width: 16px;
    padding: 10px 0;
}

.order table .button .minus {
    display: block;
    background-image: url("../images/minus.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

.order table .button .minus.gray {
    display: block;
    background-image: url("../images/minus_g.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

.order table .button .plus {
    display: block;
    background-image: url("../images/plus.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.order table .button .delete {
    display: block;
    background-image: url("../images/delete.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.order .order-total .total {
    background-color: #dcdcdc;
    font-size: 16px;
    padding: 10px;
    text-align: right;
    font-weight: bold;
}

.order .order-total .button {
    text-align: right;
    padding: 20px 0 0 15px;
}

.order label {
    display: block;
    font-size: 16px;
    padding: 10px 0;
}

.order input[type="text"] {
    font-size: 20px;
    margin-bottom: 5px;
    padding: 5px 10px;
    width: 335px;
}

.order .button {
    text-align: center;
    padding: 20px 0 0 15px;
}

.btn {
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
    color: #333333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
    background-color: #cccccc \9;
}

.btn:first-child {
    *margin-left: 0;
}

.btn:hover,
.btn:focus {
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-large {
    padding: 11px 19px;
    font-size: 17.5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
    margin-top: 4px;
}

.btn-small {
    padding: 2px 10px;
    font-size: 11.9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
    margin-top: 0;
}

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
    margin-top: -1px;
}

.btn-mini {
    padding: 0 6px;
    font-size: 10.5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
    color: rgba(255, 255, 255, 0.75);
}

.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #006dcc;
    *background-color: #0044cc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    color: #ffffff;
    background-color: #0044cc;
    *background-color: #003bb3;
}

.btn-primary:active,
.btn-primary.active {
    background-color: #003399 \9;
}

.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    *background-color: #f89406;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    color: #ffffff;
    background-color: #f89406;
    *background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
    background-color: #c67605 \9;
}

.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    *background-color: #bd362f;
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    color: #ffffff;
    background-color: #bd362f;
    *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
    background-color: #942a25 \9;
}

.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    *background-color: #51a351;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    color: #ffffff;
    background-color: #51a351;
    *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
    background-color: #408140 \9;
}

.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #49afcd;
    *background-color: #2f96b4;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    color: #ffffff;
    background-color: #2f96b4;
    *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
    background-color: #24748c \9;
}

.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    *background-color: #222222;
    background-image: -moz-linear-gradient(top, #444444, #222222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
    background-image: -webkit-linear-gradient(top, #444444, #222222);
    background-image: -o-linear-gradient(top, #444444, #222222);
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    color: #ffffff;
    background-color: #222222;
    *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
    background-color: #080808 \9;
}

button.btn,
input[type="submit"].btn {
    *padding-top: 3px;
    *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
    *padding-top: 7px;
    *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
    *padding-top: 3px;
    *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
    *padding-top: 1px;
    *padding-bottom: 1px;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-link {
    color: #0088cc;
    cursor: pointer;
    border-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn-link:hover,
.btn-link:focus {
    color: #005580;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
    color: #333333;
    text-decoration: none;
}

.btn-group {
    position: relative;
    display: inline-block;
    *display: inline;
    *margin-left: .3em;
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle;
    *zoom: 1;
}

.btn-group:first-child {
    *margin-left: 0;
}

.btn-group + .btn-group {
    margin-left: 5px;
}

.btn-toolbar {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
    margin-left: 5px;
}

.btn-group > .btn {
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn-group > .btn + .btn {
    margin-left: -1px;
}

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
    font-size: 14px;
}

.btn-group > .btn-mini {
    font-size: 10.5px;
}

.btn-group > .btn-small {
    font-size: 11.9px;
}

.btn-group > .btn-large {
    font-size: 17.5px;
}

.btn-group > .btn:first-child {
    margin-left: 0;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
}

.btn-group > .btn.large:first-child {
    margin-left: 0;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-topleft: 6px;
}

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
    z-index: 2;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    *padding-top: 5px;
    padding-right: 8px;
    *padding-bottom: 5px;
    padding-left: 8px;
    -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group > .btn-mini + .dropdown-toggle {
    *padding-top: 2px;
    padding-right: 5px;
    *padding-bottom: 2px;
    padding-left: 5px;
}

.btn-group > .btn-small + .dropdown-toggle {
    *padding-top: 5px;
    *padding-bottom: 4px;
}

.btn-group > .btn-large + .dropdown-toggle {
    *padding-top: 7px;
    padding-right: 12px;
    *padding-bottom: 7px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
    background-image: none;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group.open .btn.dropdown-toggle {
    background-color: #e6e6e6;
}

.btn-group.open .btn-primary.dropdown-toggle {
    background-color: #0044cc;
}

.btn-group.open .btn-warning.dropdown-toggle {
    background-color: #f89406;
}

.btn-group.open .btn-danger.dropdown-toggle {
    background-color: #bd362f;
}

.btn-group.open .btn-success.dropdown-toggle {
    background-color: #51a351;
}

.btn-group.open .btn-info.dropdown-toggle {
    background-color: #2f96b4;
}

.btn-group.open .btn-inverse.dropdown-toggle {
    background-color: #222222;
}

.btn .caret {
    margin-top: 8px;
    margin-left: 0;
}

.btn-large .caret {
    margin-top: 6px;
}

.btn-large .caret {
    border-top-width: 5px;
    border-right-width: 5px;
    border-left-width: 5px;
}

.btn-mini .caret,
.btn-small .caret {
    margin-top: 8px;
}

.dropup .btn-large .caret {
    border-bottom-width: 5px;
}

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

.btn-group-vertical {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */

    *zoom: 1;
}

.btn-group-vertical > .btn {
    display: block;
    float: none;
    max-width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn-group-vertical > .btn + .btn {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical > .btn:first-child {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.btn-group-vertical > .btn:last-child {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.btn-group-vertical > .btn-large:first-child {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.btn-group-vertical > .btn-large:last-child {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

.button-block {
    padding: 20px 0;
    text-align: right;
}

.db {
    display: block;
}

.sm {
    width: 100%;
    position: relative;
}

.sm:after {
    display: table;
    clear: both;
    content: '';
}

.sc {
    display: block;
    width: 100%;
    float: left;
}

.c {
    display: block;
    padding: 0;
}

.l {
    padding-top: 20px;
    padding-left: 230px;
}

.ls {
    display: block;
    float: left;
    margin-left: -100%;
    padding-top: 20px;
    position: relative;
    text-align: center;
    width: 210px;
}

.ls a {
    display: block;
}

.ls a img {
    vertical-align: bottom;
}

.c .description {
    padding-bottom: 20px;
    font-size: 14px;
}

.c .description ul {
    padding: 10px 10px 0 0 !important;
}

.c table {
    font-size: 14px;
}

.c table .quantity {
    text-align: center;
}

.c table .price {
    text-align: right;
}

#content .inner .tools ul.sp-product-list {
    display: block;
}
#content .inner .tools ul.sp-product-list li {
    display: inline-block;
    padding: 10px 10px 30px;
    width: 365px;
}
#content .inner .tools ul.sp-product-list li span {
    display: block;
    padding: 0;
}
#content .inner .tools ul.sp-product-list li span.sm {
    width: 100%;
    position: relative;
}
#content .inner .tools ul.sp-product-list li span.sm.in {
    padding-top: 10px;
}

#content .inner .tools ul.sp-product-list li span.sm:after {
    display: table;
    clear: both;
    content: '';
}

#content .inner .tools ul.sp-product-list li span.sc {
    display: block;
    width: 100%;
    float: left;
}

#content .inner .tools ul.sp-product-list li span.c {
    display: block;
    padding: 0;
}

#content .inner .tools ul.sp-product-list li span.l {
    padding-left: 148px;
}
#content .inner .tools ul.sp-product-list li span.l.in {
    padding-left: 105px;
}
#content .inner .tools ul.sp-product-list li span.l.small {
    padding-left: 20px;
}


#content .inner .tools ul.sp-product-list li span.l a.product_name {
    color: #c1984e;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    padding-bottom: 10px;
    text-decoration: none;
}
#content .inner .tools ul.sp-product-list li span.l .desc {
    color: #666666;
    font-size: 14px;
    line-height: 18px;
    padding-top: 10px;
}
#content .inner .tools ul.sp-product-list li span.l .link {
    padding-top: 10px;
    padding-bottom: 10px;
}
#content .inner .tools ul.sp-product-list li span.l .link a {
    text-decoration: none;
}

#content .inner .tools ul.sp-product-list li span.ls {
    display: block;
    float: left;
    margin-left: -100%;
    position: relative;
    text-align: center;
    width: 128px;
}
#content .inner .tools ul.sp-product-list li span.ls a {
    display: block;
}
#content .inner .tools ul.sp-product-list li span.ls a img {
    vertical-align: bottom;
    /*width: 128px;*/
}
#content .inner .tools ul.sp-product-list li span.ls.in {
    width: 95px;
}
#content .inner .tools ul.sp-product-list li span.ls.small {
    width: 20px;
}
#content .inner .tools ul.sp-product-list li span.ls input {
    width: 10px;
}
#content .inner .tools ul.sp-product-list li span.ls .price {
    color: #666666;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

#content .inner .tools ul.sp-product-list li span form .sm {
    width: 100%;
    position: relative;
}
#content .inner .tools ul.sp-product-list li span form .sm:after {
    display: table;
    clear: both;
    content: '';
}
#content .inner .tools ul.sp-product-list li span form .sc {
    display: block;
    width: 100%;
    float: left;
}

#content .inner .tools ul.sp-product-list li span form .c {
    display: block;
    padding-left: 160px;
}

#content .inner .tools ul.sp-product-list li .fls {
    display: block;
    float: left;
    margin-left: -100%;
    position: relative;
    text-align: center;
    width: 140px;
    padding-top: 10px;
}
#content .inner .tools ul.sp-product-list li .fls a {
    display: inline-block;
    width: 16px;
    height: 30px;
    vertical-align: top;
    background-position: center center;
    background-repeat: no-repeat;
}
#content .inner .tools ul.sp-product-list li .fls a.plus {
    background-image: url("../images/plus.png");
}
#content .inner .tools ul.sp-product-list li .fls a.minus {
    background-image: url("../images/minus.png");
}
#content .inner .tools ul.sp-product-list li .fls a.gray {
    background-image: url("../images/minus_g.png");
}
#content .inner .tools ul.sp-product-list li .fls input[type=text] {
    display: inline-block;
    width: 80px;
    height: 22px;
    font-size: 16px;
    text-align: right;
    vertical-align: top;
}

#content .inner ul.sp-product-list {
    display: block;
    padding: 0;
    margin: 0;
}
#content .inner ul.sp-product-list li {
    display: inline-block;
    padding: 0;
    margin: 0;
    background: none;
    width: 194px;
    padding: 10px 0 30px;
}
#content .inner ul.sp-product-list li a.img {
    display: block;
    text-align: center;
}
#content .inner ul.sp-product-list li a img {
    vertical-align: bottom;
}
#content .inner ul.sp-product-list li span {
    color: #666666;
    display: block;
    line-height: 16px;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 0;
    font-size: 16px;
}

#content .inner ul.product-gallery {
    display: block;
    padding: 0;
    list-style: none;
}
#content .inner ul.product-gallery li {
    display: inline-block;
    list-style: none;
    background: none;
    padding: 3px;
    height: 24px;
    width: 24px;
    overflow: hidden;
}
#content .inner ul.product-gallery li a {
    display: block;
}
#content .inner ul.product-gallery li img {
    width: 50px;
}

.barcode {
    display: block !important;
    text-align: center;
    padding: 5px 0 !important;
}
.barcode.in {
    display: block ;
    text-align: right;
    padding: 0;
}
.barcode img {
    vertical-align: bottom;
}


.demo_version {
    background-color: rgba(255, 255, 0, 0.8);
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 0;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 100000;
}
.demo_version.home {
    position: relative;
}
.demo_version strong {
    font-weight: 700;
}
.demo_version a {
    color: red;
}

.bf_version {
    background-color: rgba(0, 0, 0, 0.8);
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 0;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 100000;
    bottom: 0;
}
.bf_version.home {
    position: relative;
}
.bf_version strong {
    font-weight: 700;
    color: #c1984e;
}
.bf_version strong.white {
    font-weight: 700;
    color: #ffffff;
}
.bf_version a {
    color: red;
}
.bf_version.we-work {
    background-color: rgba(189, 54, 47, 0.8);
}
.announcements .translation {
    background-color: rgba(0, 87, 184, 0.8);
    color: #ffffff;
    padding: 10px;
    text-align: center;
    margin: 10px 0;
}
