@font-face {
    font-family: SegoeUI;
    src: local("Segoe UI"),
         url('/fonts/segoeui.ttf');
}
@font-face {
    font-family: SegoeUI;
    src: local("Segoe UI Italic"),
         url('/fonts/segoeuii.ttf');
    font-style: italic;
}
@font-face {
    font-family: SegoeUI;
    src: local("Segoe UI Bold"),
         url('/fonts/segoeuib.ttf');
    font-weight: bold;
}
@font-face {
    font-family: SegoeUI;
    src: local("Segoe UI Bold Italic"),
         url('/fonts/segoeuiz.ttf');
    font-style: italic;
    font-weight: bold;
}
html, body {
    margin: 0px;
    padding: 0px;
    cursor: default;
    height: 100%;
    background-color: #ebe7d6;
    font-size: 15px;
}
html * {
    font-family: SegoeUI;
    margin: 0xp;
    padding: 0px;
}
noscript { 
    position: fixed;
    z-index: 5000;
    font-weight: bold;
    color: #ff0000;
}
a, a:visited, a:active {
    color: #0000ee;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
}
ul li {
    list-style: none;
}
ul, menu, dir {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
input[type=submit]{cursor: pointer;}
.no_select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.center {
    position: fixed;
    top: 50%;
    left: 50%;
}
.no_result {
    padding: 15px;
    font-weight: bold;
    display: block;
}
.close { cursor: pointer; }
.pointer { cursor: pointer; }
#alert {
    width: 400px;
    height: 150px;
    border: 5px solid #b83d3d;
    background-color: #ebe7d6;
    margin-left: -200px;
    margin-top: -75px;
    box-shadow: inset 0px 0px 10px -2px #1c1c1b;
    color: #2f2f2f;
    font-size: 21px;
    padding: 10px;
    text-align: center;
    display: none;
    z-index: 5000;
}
#alert span {
    display: table-cell;
    vertical-align: middle;
}
/*----------------------------------------------------------------------------*/
label.error {
    position: relative;
    background: #f3f0ea;
    border: 2px solid #4a4f4f;
    border-radius: 3px;
    padding: 5px;
}
.admForm label.error {
    background: none;
    border: none;
    color: red;
    font-weight: bold;
}
.admForm label.error:before, .admForm label.error:after { content: none; }
#regForm1 label.error {
    top: -70px;
    left: 400px;
}
#authForm label.error, #fogPassForm label.error {
    top: -95px;
    left: 410px;
    font-size: 15px;
}
#confForm label.error {
    top: -71px;
    left: 370px;
}
#feedbackForm label.error {
    top: -90px;
    left: 300px;
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
}
#feedbackForm .tarea label.error {
    top: -210px;
    left: 470px;
}
#subscribeForm label.error {
    left: -80px;
    top: -40px;
    color: #000000;
}
label.error:after, label.error:before {
    top: 100%;
    left: 30px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
label.error:after {
    border-color: rgba(243, 240, 234, 0);
    border-top-color: #f3f0ea;
    border-width: 9px;
    margin-left: -9px;
}
label.error:before {
    border-color: rgba(74, 79, 79, 0);
    border-top-color: #4a4f4f;
    border-width: 12px;
    margin-left: -12px;
}
#mainWrapper {
    width: 1400px;
    height: 1000px;
    margin: 0 auto;
    position: relative;
}
#body {
    background-color: #ebe7d6;
}
#logoTop{margin-left: 220px; float: left;}
.h01 {
    height: 45px;
    background-color: #566060;
}
#search {
    float: left;
    margin: 10px 0px 0px 300px;
}
#search input[type="text"] {
    background: url('/img/search-white.png') no-repeat 10px 6px #444;
    border: 0 none;
    font-size: 12px;
    font-weight: bold;
    color: #777;
    width: 150px;
    padding: 6px 15px 6px 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
#search input[type="text"]:focus {
    width: 200px;
}
.h012 {
    float: right;
    margin: 3px 230px 0px 0px;
}
.h012 a {
    display: block;
    color: #ffffff;
    font-size: 13px;
}
.h02 {
    height: 60px;
    background-color: #ffffff;
}
.hmenu {
    float: left;
    margin-left: 230px;
}
.hmenu li {
    line-height: 20px;
    float: left;
    border-left: 1px solid #eeeeee;
    padding: 20px 15px;
}
.hmenu li:last-child {
    border-right: 1px solid #eeeeee;
}
.hmenu li a {
    color: #313131;
}
.h020 {
    width: 90px;
    height: 40px;
    padding-top: 20px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    float: right;
    margin-right: 235px;
}
.h021 {
    background: url("/img/icon_cart.png") no-repeat scroll center center #ffffff;
    margin-left: 20px;
    width: 20px;
}
#messExclam {
    position: absolute;
    margin: 7px 180px 0px 10px;
    right: 0px;
}
.animated {
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: flash;
          animation-name: flash;
}
@-webkit-keyframes flash {
  0%, 50%, 100% {opacity: 1;}
  25%, 75% {opacity: 0;}
}
@keyframes flash {
  0%, 50%, 100% {opacity: 1;}
  25%, 75% {opacity: 0;}
}
.h022 {
    background-color: #57c5a0;
    color: #ffffff;
    border-radius: 3px;
    margin-left: 5px;
    min-width: 20px;
    max-width: 40px;
    text-align: center;
    line-height: 18px;
}
.h021, .h022 {
    display: inline-block;
    height: 20px;
    float: left;
}
.h03 {
    height: 375px;
    background-color: #eeeeee;
}
.h0312 {
    color: #57c5a0;
    margin: 10px 0px 15px 0px;
    font-weight: bold;
}
.h0313 {
    width: 365px;
}
.h032 {
    text-align: center;
}
.h0321 {
    margin-top: 80px;
    color: #ce2b26;
    font-weight: bold;
    font-size: 24px;
}
.h0322 {
    line-height: 90px;
    color: #57c5a0;
    font-weight: bold;
    font-size: 24px;
}
.h0323 {
    width: 440px;
    font-size: 20px;
    line-height: 20px;
    margin-left: 45px;
}
.h0321, .h0322 {
    width: 530px;
}
.h0331 {
    background: url("/img/location_icon_slide3.png") no-repeat scroll left center / 70px 60px rgba(0, 0, 0, 0);
    margin-top: 80px;
    line-height: 22px;
}
.h0332 {
    background: url("/img/phone_icon_slide3.png") no-repeat scroll left center / 70px 60px rgba(0, 0, 0, 0);
    line-height: 60px;
    margin-top: 30px;
}
.h0333 {
    background: url("/img/mail_icon_slide3.png") no-repeat scroll left center / 70px 60px rgba(0, 0, 0, 0);
    line-height: 60px;
    margin-top: 15px;
}
.h0331, .h0332, .h0333 {
    padding-left: 80px;
    font-size: 24px;
}
.carusLeft.h0330 { background: url("/img/map.png") no-repeat scroll center center rgba(0, 0, 0, 0); }
.carusLeft {
    width: 750px;
    float: left;
}
.h032 .carusLeft img {
    height: 85%;
    margin-top: 30px;
}
.carusLeft img {
    height: 100%;
}
.donwloadPL {
    width: 220px;
    background-color: #57c5a0;
    margin: 40px 0px 20px 5px;
    color: #ffffff !important;
    line-height: 65px;
    text-align: center;
    font-size: 18px;
    display: block;
    border: none;
}
.carusRight {
    width: 650px;
    float: right;
}
.carusLeft, .carusRight {
    display: inline-block;
    height: 375px;
}
.h04 {
    height: 90px;
    background-color: #353c3c;
}
.h041 {
    width: 580px;
    height: 50px;
    position: relative;
    top: 25px;
    margin: 0px auto;
    text-align: center;
}
.h041 div {
    display: inline-block;
    width: 180px;
    margin: 0px 5px;
    color: #abadad;
    font-weight: bold;
    cursor: pointer;
}
.h041 .h0412 {
    font-size: 11px;
    color: #868585;
}
.h05 {
    height: 230px;
    background-color: #57c5a0;
    padding-left: 220px;
}
.h06 {
    width: 300px;
    height: 60px;
    float: left;
    background-color: #ffffff;
    margin: 25px 30px 25px 0px;
    padding: 60px 0px;
}
.h06 > a {
    display: table;
    margin: 0 auto;
}
.h07 {
    background-color: #393939;
    padding: 20px;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
}
.b01 {
    width: 960px;
    overflow: hidden;
    margin: 0px 220px;
}
.b010, .b011 {
    overflow: hidden;
}
.b0111 {
    float: left;
    font-size: 27px;
    line-height: 90px;
}
.b011 .b0112 {
    float: right;
    border: 1px solid #bcb5a7;
    padding: 10px;
    margin: 23px 30px 0px 0px;
    cursor: pointer;
    color: #393939;
}
.b020 {
    margin-top: 25px;
    padding: 25px 0px;
    border-top: 1px solid #bcb5a7;
    overflow: hidden;
}
.b0201, .b0202 {
    width: 190px;
    margin-right: 20px;
}
.b0203 {
    width: 450px;
}
.b0201, .b0202, .b0203 {
    background-color: #dfdbd4;
    padding: 30px 15px;
    height: 135px;
    float: left;
    color: #000000;
}
.b02011 {
    margin-bottom: 15px;
    font-size: 14px;
}
.b020121 {
    margin-top: 7px;
}
.b0201211 {
    width: 35px;
    height: 30px;
    background-color: #57c5a0;
    padding-top: 5px;
    text-align: center;
    color: #ffffff;
    font-size: 10px;
    float: left;
    text-transform: uppercase;
}
.b0201212 {
    height: 35px;
    overflow: hidden;
    margin-left: 45px;
    font-size: 15px;
    line-height: 15px;
    color: #000000;
}
#newsPage { margin: 30px 40px 10px; }
#newsPage .b0201212 {
    height: 54px;
    margin-bottom: 20px;
}
#messPage .b0201212 {
    height: auto;
    margin-bottom: 20px;
}
#ordersPage .b0201212 {
    min-height: 35px;
    height: auto;
    margin-bottom: 20px;
}
#messPage .b02012121 { margin-bottom: 10px; }
.b02012121 {
    font-weight: bold;
    margin-bottom: 2px;
}
.ordContLink { color: #000000; text-decoration: underline; }
.orderCont { padding: 20px 0px 0px 25px; width: 860px; text-align: center; }
.orderCont tr { height: 23px; }
.orderCont td { border-bottom: 1px solid #000000; padding: 5px; }
.orderCont .nowrap { white-space: nowrap; }
.productList { overflow: hidden; }
.prodAvat {
    width: 300px;
    height: 300px;
    background-color: #ffffff;
    position: relative;
    float: left;
    margin-right: 25px;
    margin-top: 25px;
    cursor: pointer;
}
.prodAvatImg {
    width: 300px;
    height: 300px;
}
.productList .prodAvat:nth-child(3n),
.b012 .prodAvat:nth-child(3n) {
    margin-right: 0px !important;
}
.prodAvatLineIn { cursor: default; }
.prodAvatLine, .prodAvatLineIn {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 20px;
    background-color: #ffffff;
    border-top: 1px solid #cccccc;
}
.stock .prodAvatLine:hover { background: url("/img/in_cart.png") no-repeat scroll center right #ffffff; }
.prodAvatName {
    margin-left: 85px;
    overflow: hidden;
    width: 185px;
    height: 50px;
    text-align: center;
    font-size: 18px;
    line-height: 23px;
}
.prodAvatName div {
    display: inline-block;
    vertical-align: middle;
}
.prodAvatName div.align {
    height: 100%;
    width: 0px;
}
.prodAvatPrice {
    width: 70px;
    height: 50px;
    padding-top: 20px;
    background-color: #57c5a0;
    color: #ffffff;
    position: absolute;
    bottom: 0px;
    left: 10px;
    line-height: 15px;
    text-align: center;
}
.b02 {
    border-top: 1px solid #000000;
    height: 30px;
}
.f01 {
    height: 175px;
    background-color: #242424;
    color: #939393;
}
.f02 {
    height: 90px;
    background-color: #2e2e2e;
    color: #939393;
    position: relative;
}
.f03 {
    margin-left: 220px;
    width: 260px;
    height: 175px;
    color: #939393;
}
.f04 {
    margin-left: 150px;
}
.f03, .f04 {
    float: left;
}
.f05 {
    float: right;
    margin-right: 140px;
    padding-top: 67px;
}
.f06 {
    padding: 20px 0px;
    font-weight: bold;
}
.f08 {
    background: url("/img/facebook.png") no-repeat scroll center center #2e2e2e;
}
.f09 {
    background: url("/img/vk_icon.png") no-repeat scroll center center / 20px 15px #2e2e2e;
}
.f10 {
    background: url("/img/tweet.png") no-repeat scroll center center #2e2e2e;
}
.f08, .f09, .f10 {
    float: right;
    margin-right: 5px;
    width: 40px;
    height: 40px;
}
.f20 {
    float: left;
    margin-left: 220px;
    padding-top: 25px;
    height: 65px;
}
.f21 {
    position: absolute;
    right: 40px;
    line-height: 90px;
    margin-right: 95px;
}
.f21 > * {
    float: left;
    margin-right: 5px;
}
.f21 a {
    color: #939393;
}
#subscribeForm {
    margin-top: 67px;
}
#subscribeForm input {
    border: none;
    float: left;
    padding: 0px 15px;
    height: 40px;
}
#subscribeForm input[type=text] {
    background-color: #2e2e2e;
    color: #939393;
    width: 240px;
}
#subscribeForm input[type=submit] {
    background: url("/img/arrowR.png") no-repeat scroll center center #7d7d7d;
}
#shade {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 2000;
    background-color: #000000;
    top: 0px;
    opacity: 0.60;
}
#loader {
    display: none;
}
#midForm {
    display: none;
    z-index: 3000;
}

.prim01.imgRatio-1 {line-height: 250px;}
.prodAvatImg.imgRatio-1 {line-height: 300px;}
.imgRatio-1 img {width: 100%; vertical-align: middle;}
.imgRatio0 img, .imgRatio img {width: 100%; height: 100%;}
.imgRatio1 {text-align: center;}
.imgRatio1 img {height: 100%;}

/*---------------------------------PRODUCS------------------------------------*/
#prodNav {
    padding: 25px 0px 50px 0px;
}
#prodNav a {
    color: #6c7070;
    font-weight: bold;
}
#productBody { overflow: hidden; }
#productImages {
    float: left;
    width: 310px;
}
#gallery {
    overflow: hidden;
}
#prodImgPrev {
    width: 300px;
    height: 300px;
}
#gallery ul {
    overflow: hidden;
    margin-top: 10px;
    width: 100%;
    display: inline-block;
}
#gallery li {
    float: left;
    width: 70px;
    height: 70px;
    margin-right: 7px;
    cursor: pointer;
    background-color: #ffffff;
}
#gallery li.imgRatio-1 { line-height: 70px; }
#prodImgPrev.imgRatio-1 { line-height: 300px; }

#productInfo {
    float: right;
    width: 630px;
}
#productInfo .prodName {
    font-size: 22px;
    font-weight: bold;
    margin-top: -7px;
    color: #393939;
}
#productInfo .prodCode {
    color: #393939;
    font-size: 16px;
    text-decoration: underline;
    width: 195px;
}
#productInfo .prodColor, #productInfo .prodCode {
    line-height: 80px;
    float: left;
}
#relatedProd {
    font-weight: bold;
    min-width: 200px;
    height: 30px;
}
#productInfo .prodPrices {clear: both;}
.prodPrice {
    float: left;
    margin-right: 60px;
}
.priceRozn {
    border: 2px solid #57c5a0;
    color: #57c5a0;
}
.priceOpt {
    border: 2px solid #e33131;
    color: #e33131;
}
.priceRozn, .priceOpt {
    width: 130px;
    height: 40px;
}
.priceRoznCircle {
    border: 2px solid #57c5a0;
}
.priceOptCircle {
    border: 2px solid #e33131;
}
.priceRoznCircle, .priceOptCircle {
    width: 5px;
    height: 5px;
    margin: 5px 5px 15px 5px;
    border-radius: 5px;
    float: left;
}
.priceRoznVal {
    float: right;
    width: 106px;
    line-height: 40px;
    font-weight: bold;
    height: 40px;
    overflow: hidden;
}
.priceText {
    text-align: right;
    color: #393939;
}
.prodExist {
    line-height: 100px;
    clear: both;
    font-size: 16px;
    color: #433F3D;
    font-weight: bold;
}
.prodAddCartBtn {
    border: 2px solid #57c5a0;
    color: #57c5a0;
    background: url("/img/cart_green.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    width: 245px;
    height: 45px;
    padding-left: 55px;
    line-height: 45px;
    font-weight: bold;
    cursor: pointer;
}
.prodAddCartBtn:hover {
    border: 2px solid #e33131;
    color: #e33131;
    background: url("/img/cart_red.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}
#productTabs {
    clear: both;
    margin-top: 100px;
}
#productTabs li {
    padding: 15px;
    display: inline-block;
    cursor: pointer;
    color: #393939;
    font-size: 20px;
    border-top: 2px solid #57c5a0;
    border-right: 2px solid #57c5a0;
    float: left;
}
#productTabs li:first-child {
    border-left: 2px solid #57c5a0;
}
#productTabs li.selected {
    background-color: #57c5a0;
}
#productTabs .tabsContent {
    border: 2px solid #57c5a0;
    min-height: 300px;
    clear: both;
    padding: 10px;
}
.tabsContent > div { display: none; }
.tabsContent > div.selected { display: block; }
.comm01 { overflow: hidden; padding-left: 25px;}
.comm01 > * { float: left; margin-right: 5px; color: #31464c; font-size: 15px; }
.comm02 {  }
.comm03 { text-decoration: underline; }
.comm04 { clear: both;}
.comm05 {
    width: 85%;
    float: right;
    border: 1px solid #adbfcd;
    margin-bottom: 10px;
    color: #aaaaaa;
    padding: 10px;
    background-color: #ffffff;
    resize: none;
    border-radius: 4px;
}
.comm06 {
    margin-top: 10px;
    float: right;
    padding: 10px 15px;
    border: none;
    background-color: #57c5a0;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
}
.comm07 {padding: 20px 0px 40px 25px; color: #31464c;}
.comm08 {float: left; font-weight: bold;}
.comm09 {float: right;}
.comm10 {clear: both; padding: 0px 0px 10px 25px; color: #31464c;}
.comm05, .comm06 {display: block;}
.commList { clear: both; overflow: hidden;}
.comm05, .comm06, .comm09 {margin-right: 10px;}
.commItem {margin-top: 20px; border-bottom: 1px solid #57c5a0;}
.commList > .commItem:last-child { border-bottom: none;} 
.commItemName {color: #090; font-weight: bold; padding-right: 10px; font-size: 13px;}
.commItemDate {color: #31464c; font-size: 11px;}
.commItemName, commItemDate {font-weight: bold;}
.commItemBody {margin-top: 0px;}
.contentHead { padding: 25px 0px 25px 25px; }
.contentHead > * { display: inline-block; }
.contentHead .line {
    border: 1px solid #acacac;
    position: relative;
    top: -6px;
}
.contentHead .contentHeadText {
    padding: 0px 25px;
    font-size: 24px;
    color: #acacac;
}
.contentHead .chl1.line { width: 325px; }
.contentHead .chl2.line { width: 368px; }
.contentHead .chl3.line { width: 310px; }
.contentHead .chl4.line { width: 317px; }
.contentHead .chl5.line { width: 250px; }
.contentHead .chl6.line { width: 322px; }
.contentHead .chl7.line { width: 350px; }
.categoryList {
    padding: 0px 25px 25px 25px;
}
.categoryCol {
    padding: 0px 10px;
    width: 280px;
    display: inline-block;
    vertical-align: top;
}
.categoryCol a {
    display: block;
}
.categoryCol .categ1 {
    color: #353c3c;
    border: 1px solid #595959;
    text-align: center;
    margin-top: 15px;
    padding: 10px;
    font-size: 20px;
    line-height: 20px;
}
.categoryCol .categ1:hover,
.categoryCol .categ1.selected {
    border: 1px solid #57c5a0;
    color: #57c5a0;
}
.subcat2 {
    border-left: 3px solid #595959;
    padding: 0px 10px;
    margin-top: 15px;
}
.subcat2 a.categ2 {
    color: #595959;
    font-size: 18px;
}
.subcat3 {
    border-left: 3px solid #57c5a0;
    padding: 0px 10px;
    margin-top: 10px;
}
.subcat3 a.categ3 {
    color: #57c5a0;
    font-size: 16px;
}
.backLink {
    color: #393939 !important;
    font-size: 20px;
    margin-left: 25px;
    font-weight: bold;
    display: block;
}
/*----------------------------------PAGING-------------------------------------*/
.userPaging {
    margin-top: 20px;
}
.form {
    position: absolute;
    top: 45px;
    display: none;
}
.userPaging .paging {
    display: table;
    height: 35px;
    margin: 0px auto;
}
.userPaging .paging > * {
    float: left;
}
.userPaging .paging td {
    border: 1px solid #353c3c;
    border-radius: 3px;
    height: 25px;
    min-width: 25px;
    text-align: center;
}
.userPaging .paging td a {
    color: #000000;
    padding: 0px 3px;
}
.userPaging .selpage {
    background-color: #57c5a0;
}
.userPaging .prevpage {
    background: url("/img/arrowR.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.userPaging .nextpage {
    background: url("/img/arrowR.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.userPaging td.prevpage a,
.userPaging td.nextpage a {
    padding: 0px 10px;
}
.userPaging .pagdiv {
    float: right;
    margin-top: -35px;
}
.userPaging .pagtext {
    float: left;
    line-height: 25px;
    margin-right: 5px;
}
.userPaging .perpage {
    width: 60px;
    background-color: #57c5a0;
    border: 1px solid #353c3c;
    border-radius: 3px;
}
#authForm, #fogPassForm {
    font-size: 22px;
    background-color: #f3f0ea;
}
#fogPassForm .aust4 input { margin: 40px auto;}
#authForm .aust0, #fogPassForm .aust0 {
    font-size: 32px;
    color: #a0a1a1;
    font-weight: bold;
    text-align: center;
    margin: 15px 0px;
}
#authForm .aust1, #fogPassForm .aust1 {
    margin-left: 30px;
    width: 440px;
    height: 93px;
}
#authForm .aust2, #fogPassForm .aust2 {
    line-height: 45px;
}
#authForm .aust3, #fogPassForm .aust3 {
    padding: 10px;
    height: 25px;
    background-color: #f3f0ea;
    border: 1px solid #4a4f4f;
    width: 100%;
}
#authForm .aust4 {
    padding: 40px 0px 40px 30px;
}
#authForm .authBtn {
    padding: 0px 20px;
    display: inline-block;
}
#remember {
    margin: 20px 0px 0px 160px;
    display: inline-block;
    cursor: pointer;
}
#remember .chbox {
    height: 25px;
    width: 25px;
    display: inline-block;
    border: 1px solid #4a4f4f;
}
#remember span {
    position: relative;
    top: -5px;
    left: 5px;
}
#remember .chbox.yes {
    background: url("/img/ok_icon.png") no-repeat scroll center center #f3f0ea;
}
#fogPassBtn {
    line-height: 40px;
    width: 180px;
    color: #a0a1a1;
    cursor: pointer;
    font-weight: bold;
    display: inline-block;
}
#authToRegBtn {
    line-height: 40px;
    padding: 0px 25px;
    cursor: pointer;
    display: inline-block;
    border: 1px dashed #57c5a0;
}
#regForm0 {
    height: 250px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}
.rf00 {
    position: absolute;
    right: 5px;
    top: 5px;
}
.rf01 {
    color: #353c3c;
    margin: 15px 0px 50px 0px;
}
.rf02 { overflow: hidden; }
.rf021 {
    border: 1px solid #e3304c;
    color: #e3304c;
    float: left;
    margin-left: 30px;
}
.rf022 {
    border: 1px solid #57c5a0;
    color: #57c5a0;
    float: right;
    margin-right: 30px;
}
.regChBtn {
    line-height: 45px;
    width: 220px;
    cursor: pointer;
}
.rf03 {
    height: 25px;
    margin-top: 55px;
    background-color: #57c5a0;
}
.rf04 {
    height: 5px;
    margin-top: 2px;
    background-color: #e3304c;
}
#regForm1 {
    color: #353c3c;
}
#regForm1.regrozn .optonly,
#regForm1.regopt .prs { 
    display: none;
}
.rgf00 {
    position: absolute;
    right: 10px;
    color: #4a4f4f;
    font-size: 20px;
}
.rgfh {
    font-size: 20px;
    text-align: center;
    margin: 5px 0px;
}
.rgf01 {
    position: relative;
    margin: 5px 0px 0px 30px;
}
.rgf01.neces {
    height: 60px;
}
.rgf02 {
    margin: 20px 0px 10px 30px;
    border-top: 2px solid #4a4f4f;
    border-bottom: 1px solid #4a4f4f;
    width: 457px;
}
#regForm .rgf011, #confForm .rgf011 {
    font-size: 20px;
}
#regForm .rgf012, #confForm .rgf012 {
    color: #ff0000;
}
#regForm .rgf013, #confForm .rgf013 {
    display: block;
    border: 1px solid #4a4f4f;
    height: 20px;
    width: 445px;
    background-color: #f3f0ea;
    padding: 5px;
}
#regForm textarea.rgf013, #confForm textarea.rgf013 {
    resize: none;
    height: 90px;
}
#regForm0, #regForm1, #authForm, #fogPassForm {
    width: 520px;
    border: 1px solid #4a4f4f;
    background-color: #f3f0ea;
    z-index: 3000;
    left: 440px;
}
.regsel {
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.regsel .circleout {
    width: 5px;
    height: 5px;
    border: 1px solid #4a4f4f;
    border-radius: 10px;
    padding: 3px;
    margin: 10px auto 5px auto;
}
.regsel .circlein {
    height: 100%;
    border-radius: 5px;
    margin: 0px auto;
}
.regsel.selected .circlein {
    background-color: #57c5a0;
}
.regsel .label {
    font-size: 10px;
    margin-left: 5px;
}
.registrate {
    margin: 25px auto 25px auto;
}
.defBtn {
    line-height: 40px;
    font-size: 22px;
    background-color: #57c5a0;
    padding: 0px 15px;
    display: table;
    border: none;    
}
#feedbackForm {
    width: 610px;
    margin: 65px auto 0 auto;
    font-size: 20px;
    padding-top: 30px;
    position: relative;
}
#feedbackForm,
#feedbackForm input,
#feedbackForm textarea,
#sendFeenback{
    border: 3px dotted #57c5a0;
    background: none;
}
#feedbackForm .feedbackLogo {
    position: absolute;
    top: 15px;
    right: 15px;
}
#feedbackForm .fbackHead {
    width: 330px;
    padding: 0px 50px;
    text-align: center;
}
#feedbackForm .fbackBody {
    display: inline-block;
}
#feedbackForm .fbf01,
#feedbackForm span {
    font-weight: bold;
    color: #393939;
}
#feedbackForm .fbf02 {
    margin: 20px 0px;
    color: #868585;
    line-height: 17px;
}
#feedbackForm .fdfUnit {
    padding-left: 50px;
    height: 80px;
}
#feedbackForm .fdfUnit.tarea {
    height: 240px;
}
#feedbackForm span {
    display: block;
}
#feedbackForm textarea {
    resize: none;
    width: 490px;
    height: 140px;
    padding: 10px;
}
#feedbackForm input[type=text] {
    width: 320px;
    padding: 10px;
}
#sendFeenback {
    padding: 10px 20px;
    color: #57c5a0;
    margin: 0px auto 20px auto;
    display: table;
    font-size: 20px;
    font-weight: bold;
}
#uGreeting { text-align: center; }
#uGreeting span { font-size: 23px; }
#uGreeting .ug1 { color: #000000; }
#uGreeting .ug2 { color: #bd3535; }
#userCab .outBtn {
    width: 155px;
    height: 55px;
    margin: 100px 25px 0px 0px;
    float: right;
}
#userCab .ucabBtns {
    display: inline-block;
    margin-top: 20px;
}
#userCab .ucabBtns.right,
#userCab .ucabBtns.right div {
    float: right;
}
#userCab .ucabBtns.right img {
    margin: 0px 0px 0px 15px;
}
#userCab .ucabBtns div {
    color: #8d8d8d;
    font-size: 23px;
    line-height: 36px;
    float: left;
}
#userCab .ucabBtns img {
    vertical-align: middle;
    height: 25px;
    width: 25px;
    margin: 0px 15px 0px 0px;
}
#userCab .ucabBtns div:hover {
    color: #000000;
}
#cartTable {
    margin: 0 auto;
    border-collapse: collapse;
}
#cartTable th {
    color: #acacac;
    font-weight: normal;
    border-top: 2px dotted #57c5a0;
    border-bottom: 2px dotted #57c5a0;
    font-size: 23px;
    padding: 10px 5px;
}
#cartTable td { font-size: 18px; padding: 10px 0px; }
#cartTable a { color: #000000; }
#cartTable td, #cartTable th {
    text-align: center;
}
#cartTable tr.end td {
    border-bottom: 2px dotted #57c5a0;
    padding-top: 30px;
}
#cartTable .remProd {
    width: 12px;
    cursor: pointer;
    padding: 0px 5px;
}
#cartTable .countMinus, #cartTable .countPlus {
    border: 2px dotted #57c5a0;
    line-height: 20px;
    width: 20px;
    display: inline-block;
    cursor: pointer;
}
.ucBotNav {
    overflow: hidden;
    margin: 80px 20px 0px 20px;
}
#ucBackBtn {
    float: left;
    border: 3px dotted #acacac;
    color: #acacac;
}
#ucBackBtn:hover {
    border: 3px dotted #57c5a0;
    color: #57c5a0;
}
#makeOrderBtn {
    float: right;
    border: 3px dotted #df0024;
    color: #393939;
    cursor: pointer;
}
#ucBackBtn, #makeOrderBtn {
    padding: 10px 15px;
    font-weight: bold;
    font-size: 21px;
}
#cartTable .countSave {
    display: none;
    color: #df0024;
    text-decoration: underline;
}
#cartTable .emptyCart {
    color: #acacac;
    font-weight: bold;
}
#cartTable .typed {
    color: #df0024;
    font-size: 16px;
    font-weight: bold;
}
#cartTable .inTotal td {
    font-weight: bold;
    font-size: 23px;
    }
.cartPageFoot {
    border: none;
    border-top: 2px dotted #393939;
    margin: 30px 20px;
    font-size: 21px;
    overflow: hidden;
    padding: 5px;
}
#clearCart { float: left;}
.cartPageFoot .right { float: right;}
#orderForm { margin-top: 30px;}
#confForm {
    margin: 0 auto;
    width: 520px;
}
#confForm.rozn .optonly {
    display: none;
}
#selUserType {
    margin: 20px 34px 20px 30px;
    overflow: hidden;
    border: 1px solid #4a4f4f;
    text-align: center;
}
#selUserType .sutBtn {
    display: inline;
    width: 50%;
    float: left;
    font-size: 22px;
    line-height: 40px;
}
#selUserType .sutBtn.selected {
    background-color: #57c5a0;
}
#categoryAbout {
    margin-top: 20px;
    overflow: hidden;
    color: #acacac;
}