/** login and registration page ***/

.bg {
    height: 100%;
    left: 0;
    outline:none;
    overflow: hidden;
    position:fixed;
    top: 0;
    vertical-align: top;
    width: 100%;
    z-index: -1;
}
.bg img{
    width:100%;
    height:auto;
    display:block;
}
.secure-main{
    padding:70px 0;
    background:none;
}
.secure-main .content{
    width:800px;
    margin:8% auto 0 auto;
    color:#000;
    background: none;
    border: none;
}
.secure-main .content.register {
    margin:100px auto 0;
}
.secure-main h1{
    font-size:35px;
    line-height:38px;
    font-weight:bold;
    margin:0 0 22px;
    color: #fff;
}
.secure-main h1 span{color:#fb4793;}
.loginpage .heading-secure p{color:#000;}
.secure-main .heading-secure{
    font-size:19px;
    line-height:23px;
    overflow:hidden;
    margin:0 0 10px;
    text-align:center;
}
.secure-main .heading-secure p{margin:0 0 11px;}
.secure-main .heading-secure .success p{color: #fff}

.secure-form {
    background-color: rgba(243, 243, 243, 0.7);
    border: 1px solid rgb(245, 245, 245);
    border-radius: 10px;
    box-shadow: 2.5px 4.33px 5px 0 rgba(0, 0, 0, 0.15);
    margin: 0 auto;
    overflow: hidden;
    padding: 23px 30px 20px 24px;
    width: 618px;
}

.secure-form .row{
    margin:0 0 18px;
    overflow:hidden;
    line-height:23px;
}
.secure-form p{
    margin:0 0 10px;
    font-size: 12px;
}
.secure-form .row p{
    margin:8px 0 8px;
}
.secure-form input[type=text],
.secure-form input[type=password]{
    display:block;
    border: solid 1px rgb(230, 229, 228);
    border-radius: 10px;
    padding:10px;
    color:#5a5a5a;
    font-size:18px;
    line-height:24px;
    height:46px;
    width:557px;
}
.secure-form input[type=text].mark{color:#888787;}
.password-slider{
    overflow:hidden;
    margin:10px 0 0;
    max-width: 75%;
}
.password-slider .slider{
    background:#fff;
    position:relative;
    height:10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position:relative;
    margin:0 0 6px;
}
.password-slider .slider-holder{
    position:absolute;
    height:10px;
    top:0;
    left:0;
    background:#54e32f url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU0ZTMyZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1YWM0MjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #54e32f 0%, #5ac428 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#54e32f), color-stop(100%,#5ac428));
    background: -webkit-linear-gradient(top,  #54e32f 0%,#5ac428 100%);
    background: -o-linear-gradient(top,  #54e32f 0%,#5ac428 100%);
    background: -ms-linear-gradient(top,  #54e32f 0%,#5ac428 100%);
    background: linear-gradient(to bottom,  #54e32f 0%,#5ac428 100%);
}
.password-slider .color-red .slider-holder{
    position:absolute;
    height:10px;
    top:0;
    left:0;
    background:#fb4793 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiNDc5MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZDE2NWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #fb4793 0%, #ed165d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb4793), color-stop(100%,#ed165d));
    background: -webkit-linear-gradient(top,  #fb4793 0%,#ed165d 100%);
    background: -o-linear-gradient(top,  #fb4793 0%,#ed165d 100%);
    background: -ms-linear-gradient(top,  #fb4793 0%,#ed165d 100%);
    background: linear-gradient(to bottom,  #fb4793 0%,#ed165d 100%);
}
.password-slider .color-yellow .slider-holder{
    position:absolute;
    height:10px;
    top:0;
    left:0;
    background:#fadd7f url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU0ZTMyZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1YWM0MjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #fadd7f 0%, #fbcb50 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fadd7f), color-stop(100%,#fbcb50));
    background: -webkit-linear-gradient(top,  #fadd7f 0%,#fbcb50 100%);
    background: -o-linear-gradient(top,  #fadd7f 0%,#fbcb50 100%);
    background: -ms-linear-gradient(top,  #fadd7f 0%,#fbcb50 100%);
    background: linear-gradient(to bottom,  #fadd7f 0%,#fbcb50 100%);
}
.password-slider .text-slider{
    display:inline-block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position:relative;
    background:#fff;
    /*border:3px solid #95c1cf;*/
    line-height:27px;
    color:#5db113;
    padding:0 20px;
    vertical-align:top;
}
* +html .password-slider .text-slider{display:inline;}
.password-slider .text-slider p{margin:0 !important}
.password-slider .color-red p{color:red;}
.password-slider .color-yellow p{color:#fadd7f;}
.password-slider .color-green p{color:green;}
.secure-form input[type=submit]{
    display: block;
    width:329px;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    background: rgba(255,93,177,1);
    background: -moz-linear-gradient(top, rgba(255,93,177,1) 0%, rgba(238,25,96,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,93,177,1)), color-stop(100%, rgba(238,25,96,1)));
    background: -webkit-linear-gradient(top, rgba(255,93,177,1) 0%, rgba(238,25,96,1) 100%);
    background: -o-linear-gradient(top, rgba(255,93,177,1) 0%, rgba(238,25,96,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,93,177,1) 0%, rgba(238,25,96,1) 100%);
    background: linear-gradient(to bottom, rgba(255,93,177,1) 0%, rgba(238,25,96,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5db1', endColorstr='#ee1960', GradientType=0 );
    border: none;
    font-size:26px;
    line-height:62px;
    height:68px;
    font-weight:bold;
    border-radius: 7px;
    margin: 15px auto 45px;
}
.secure-submit:hover{
    border-color: rgb(174, 174, 174);
    background-color: rgb(214, 44, 99);
    box-shadow: inset 0.5px 0.866px 7px 0px rgba(0, 0, 0, 0.294);
}
.secure-submit:disabled{
    opacity: 0.5;
    background: rgb(154, 159, 165) !important;
}
.secure-form .footer-form{
    padding:15px 0 0;
    line-height:23px;
}
.secure-form .footer-form p{margin:-5px 0 19px;}


.security-info{
    font-size: 9px !important;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
}
.security-info a{
    text-decoration: none !important;
    border-bottom: 1px dashed;
}

input.form_styled.autocomplete {
    padding-right: 6%;
}
.autocomplete, .autocomplete.form_styled {
    background: #f4f4f4 url("../../images/fe/icon_magn.png") no-repeat 99% 50%;
}


span.otzyvsmile {
    overflow: hidden;
    margin-right: 5px;
    vertical-align: middle;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../../images/fe/smiles.png")
    no-repeat 0 -50px;
}
span.otzyvsmile._s2 {
    background-position: 0 -100px;
}
span.otzyvsmile._s3 {
    background-position: 0 0;
}

.login-form{
    background: #F3F3F3;
    border-radius: 5px;
    box-shadow: 1px 5px 5px 0px rgba(0, 0, 0, 0.2);
    width:400px;
    margin: 0 auto;
    padding:0 0 1px;
}

.login-form .login-nav{
    margin:0 0 31px;
}
.login-form .login-nav li {
    display: inline-block;
}
.login-form .login-nav li a{
    display:block;
    text-align:center;
    width:100%;
    color:#000;
    font-size:20px;
    line-height:47px;
    text-decoration:none;
}
.active_shadow {
    box-shadow: 3px -4px 5px 0px rgba(0, 0, 0, 0.1);

    width: 50%;
    display: inline-block;
}

.login-form .login-nav li.active {
    height: 60px;
    width: 100%;
    margin-top: -10px;
    border-radius: 5px 5px 0 0;
    background: #F3F3F3;
    z-index: 1000;
    color:#000;
    font-size:22px;
}
.login-form .login-nav li.active a {
    padding-top: 10px;
}

.login-form .login-nav li.disable{
    margin-left: -3px;
    height: 50px;
    margin-top: 0;
    float:right;
    width:49.9%;

}
.login-form .login-nav li.disable a {
    border-radius: 0 5px 0 0;
    background:#dfdfdf;
}

.login-form .login-content{
    background: #F3F3F3;
    overflow:hidden;
}

.login-content em b{
    display: block;
    margin: 10px 0;
    text-align: center;
    color: #CC0000;
}
.login-form h3{
    color:#070707;
    text-transform: uppercase;
    margin: 38px 0 0;
    padding-bottom: 10px;
    line-height:22px;
    font-size:18px;
    font-weight:400;
    text-align: center;
}
.login-form .row{
    overflow:hidden;
    margin: 0 48px 30px;
    border-radius: 5px;
}
.login-form .row input[type=text],
.login-form .row input[type=password]{
    width: 303px;
    background: transparent;
    border-radius: 5px;
    border: solid 1px #DEDEDC;
    padding: 8px 0 8px 25px;
    font-size:16px;
    color:#41403E;
}
.login-form .row-login .row-agree{background:url(../../images/fe/login.png) 5px 11px no-repeat, #fff;}
.login-form .row-password{background:url(../../images/fe/login.png) no-repeat 5px -24px, #fff;}
.login-form input[type=submit]{
    background:#ff4598;
    border-radius:5px;
    border:0 ;
    color:#fff;
    text-align:center;
    font-size:20px;
    line-height:39px;
    height:39px;
    font-weight:bold;
    margin:40px 60px;
    width:275px;
    display:block;
}
.login-form input[type=submit]:hover{
    box-shadow: inset 0 6px 5px -3px rgba(0,0,0,.5);
}


.register .btn-block {
    display: block;
    text-align: center;
    width: 100%;
}

.register .btn-block a {
    margin: 0 auto 10px;
    display: block;
    max-width: 200px;
    min-width: 40%;
    font-size: 16px;
    line-height: 32px;
    color: #fff !important;
    border-radius: 5px;
    border: solid 3px transparent;
}

.register .btn-block a.vk {
    background: #3E64B5;
}

.register .btn-block a.facebook {
    background: #5683BE;
}

.register .btn-block a:hover {
    text-decoration: none;
    border: solid 3px #e8e8e8;
    box-shadow: 0 0 0 1px rgb(204, 204, 204)
}

.login-form .btn-block{
    padding-bottom: 20px;
    padding-left: 60px;
    overflow:hidden;
}
.login-form .btn-block a{
    text-align: center;
    width: 275px;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size:16px;
    line-height:32px;
    color:#fff;
    border-radius: 5px;
    font-weight: 400;
    letter-spacing: .03em;
    border: solid 3px transparent;
}

.login-form .btn-block a i, .register .btn-block a i {
    margin-right: 5px;
    font-size: 21px;
}
.login-form .btn-block a.twitter, .register .btn-block a.twitter{
    background: #5683BE;
}
.login-form .btn-block a.vk, .register .btn-block a.vk{
    background: #3E64B5;
}
.login-form .btn-block a.facebook, .register .btn-block a.facebook{
    background: #5683BE;
}
.login-form .btn-block a:hover{
    text-decoration: none;
    border: solid 3px #e8e8e8;
    box-shadow: 0 0 0 1px rgb(204,204,204)
}

/** login and registration page ***/


.cart:hover .dropdown-menu, .search-sort:hover .dropdown-menu { display: block; }

.cart .dropdown-menu p:first-child {margin: 0;}

.cart .dropdown-menu li:last-child { text-align: center; }

.cart .dropdown-menu img {
    max-height: 36px;
    max-width: 36px;
    float: left;
}

.cart .dropdown-menu {
    padding: 10px 20px;
    font-size: 12px;
    width: 300px;
    margin-top: 0;
}

.cart .dropdown-menu > li > a { padding: 0; float: none;}

.cart .dropdown-menu > li > a:hover { background: transparent; }

.cancel {
    border: 2px solid #363636;
    border-radius: 5px;
    font-weight: bold;
    line-height: 12px;
    float: right;
    padding: 0 2px;
    margin-top: 9px;
    cursor: pointer;
}

.cart .dropdown-menu button {
    border-radius: 5px;
    background: #fb4793;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    margin: 10px;
    padding: 4px 30px;
}
.cart .dropdown-menu button:hover {
    background-color: rgb(214, 44, 99);
    box-shadow: inset 0.5px 0.866px 7px 0px rgba(0, 0, 0, 0.294);
}

.menu .sepparate {
    width: 93%;
    margin-bottom: 15px;
}
.sepparate {
    margin: 0px 0px 5px 10px;
    height: 1px;
    width: 80%;
    background-color: #E5E5E5;
    display: inline-block;
}
.search {
    display: inline-block;
    margin-right: 15px;
    margin-top: 15px;
}

.btn-search {
    background-color: #5291db;
    color: #fff;
    width: 45px;
}

.input-group-btn:focus, button:focus, .input-group-btn:active, button:active, .btn:active, .btn:focus {
    outline: none;
}
:focus { outline:none; }
:active { outline:none; }

.search_menu button, .search_menu .form-control{ height: 45px; }

.header .input-group-btn:last-child > .btn { margin-left: 0; }

.search-panel span { color: #9da3a9; }

.category {
    color: #363636;
    cursor: pointer;
}

.menu b {
    color: #000;
    display: block;
}

.right_group { padding-right: 0 !important; }

.btn-group {
    display: inline-block;
    position: relative;
    padding: 5px 5px 0;
    margin-right: 15px;
}

.btn-group:hover {
    cursor: pointer;
    border: 1px solid #dededf;
    -webkit-border-radius: 5px;
    -moz-border-radius:    5px;
    border-radius:         5px;
    padding: 4px 4px 0;
}
.sidebar {
    float:left;
    width:250px;
}
.input-group-btn:last-child>.btn { margin-left: 0; }

.menu .menu_amaz li {
    padding: 5px 0;
    background: url(/shared/images/left.png) 95% 25px no-repeat;
}
.menu .menu_amaz li a { color: #898989;}
.menu .menu_amaz li:hover a, .menu .menu_amaz li:hover b {
    color: #fff;
    background: transparent;
}
.menu .menu_amaz li:hover {
    background: url(/shared/images/left_hov.png) 95% 25px no-repeat, #5291db;
}

.open > .dropdown-menu.hid { display: none; }
/********Dropd**********/

.btn-group { z-index: 2; }
.btn-group:first-child{ width: 124px; }

.btn-group:first-child span.caret{
    float: right;
    margin-top: 9px;
}
.btn-group ul > li {
    padding-bottom: 5px;
    list-style: none;
}
.btn-group:hover ul {
    cursor: default;
}
.btn-group:hover ul > li{
    padding-bottom: 4px;
}
.btn-group ul > li > ul {
    visibility: hidden; position: absolute;
    top: 48px;
    background-color: #fff; border: 1px solid #bbb; border-radius: 3px;
    padding: 10px;
    width: 230px;
}
.btn-group:last-child ul > li > ul { left: -29px; }
.btn-group:first-child ul > li > ul { left: -6px; }
.btn-group ul > li > ul li .scroll-content a, #left_filtr .scroll-pane.mall-list a {
    padding: 10px 0 0 25px;
    display: block;
    color: #545454;
}
.scroll-pane {
    float:left;overflow: auto; width: 230px; height:245px;
    position:relative;
    display:inline;
}
.scroll-content {
    position:absolute;top:0;left:0;
}
.slider-wrap{
    width:10px;
}
.slider-vertical{
    position:relative;height:245px !important;
    margin-top: 1px !important;
    width: 9px !important;
}
.ui-slider-handle{
    width: 11px !important;
    height:10px !important;
    margin-bottom: -8px !important;
    margin-left: 2px !important;
    background-color:darkgray;display:block;position:absolute;
}
.ui-slider-range{
    position:absolute;width:100%;
    background-color:#038dd5;position:absolute;
    top: 0 !important;
}

.btn-group ul > li:hover > ul { visibility: visible; }

.btn-group form input{
    display: inline-block;
    background: #f8f7f5;
    box-shadow: none;
    border: 1px solid #dededf;
    color: #9da3a9;
    padding: 5px 0 7px 0;
    font-size: 14px;
    width: 208px;
}

.btn-group #custom-search-form {
    width: 223px;
    margin-bottom: 15px;
}
.btn-group #custom-search-form .search-query {
    padding-right: 3px;
    padding-right: 4px \9;
    padding-left: 20px;
    padding-left: 21px \9;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.btn-group #custom-search-form button {
    border: 0;
    background: none;
    width: 10px;
    /** belows styles are working good */
    padding: 5px;
    position: relative;
    left: -28px;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    font-size: 8px;
    color: #4f4f4f;
}

.btn-group:first-child ul > li > ul li a {
    padding: 10px 0 0 0; display: block; color: #545454;
}
.btn-group:first-child ul > li > ul li.register a{
    float: right;
    display: inline-block;
    padding: 0;
    color: #5291db;
    text-decoration: underline;
}
.btn-group:first-child ul > li > ul li.register a:hover{
    text-decoration: none;
}
.btn-group:first-child ul > li > ul li a.btn_sgn {
    text-transform: uppercase;
    color: #fff;
    padding: 5px 0;
    margin: 5px 0;
    border: 1px solid #82898c;
    text-align: center;
    background-color: #fff;
    background-image: -webkit-linear-gradient(bottom, #7aa6e6, #7aa6e6 2%, rgba(114,152,238,.95) 45%, rgba(113,155,234,.94) 52%, rgba(109,179,204,.63));
    background-image: -moz-linear-gradient(bottom, #7aa6e6, #7aa6e6 2%, rgba(114,152,238,.95) 45%, rgba(113,155,234,.94) 52%, rgba(109,179,204,.63));
    background-image: -o-linear-gradient(bottom, #7aa6e6, #7aa6e6 2%, rgba(114,152,238,.95) 45%, rgba(113,155,234,.94) 52%, rgba(109,179,204,.63));
    background-image: linear-gradient(to top, #7aa6e6, #7aa6e6 2%, rgba(114,152,238,.95) 45%, rgba(113,155,234,.94) 52%, rgba(109,179,204,.63));
}
li.register{
    font-size: 10px;
    text-transform: uppercase;
    display: block; width: 100%;
}

.dropdown-divider {
    border-bottom: 1px solid #eeeeee;
}
p.dropdown-divider {
    margin-left: 25px; width: 180px; margin-bottom: 5px;
}





/*! jQuery UI - v1.10.4 - 2014-05-25
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.slider.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

/* Misc visuals
----------------------------------*/

/* Overlays */
/*.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}*/

/*.choes_prices { background: url(/shared/images/ui/2line.png) repeat-x; }

.choes_prices input {
	display: inline-block;
	width: 85px;
	height: 37px;
	-webkit-border-radius: 5px;
	-moz-border-radius:    5px;
	border-radius:         5px;
	background-color: #f8f8f8;
	border: solid 1px #dededf;
	text-align: center;
	margin: 0 0 18px 0;
}*/

.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: pointer;
}

.choes_prices .ui-slider-handle{ margin-left: 0px !important; }

.choes_prices .ui-slider-range{ margin-left: 2px !important; }

.ui-slider .ui-slider-range {
    position: absolute;
    border: 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range { filter: inherit; }

.ui-slider-horizontal {
    width: 100%;
    height: .5em;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

/*endNewHeader*/
/*newSection*/
button.add_branch{
    /*float: right;*/
    margin-left: 50px;
    background: #4fb0d0;
    border: solid 1px #2889ab;
    border-radius: 5px;
}
button.add_branch a{
    text-decoration: none;
    display: inline-block;
    margin: 5px;
    color: #fff;
}
button.add_branch:hover, .search3 button.contbutton:hover{
    background: #327288;
    border: solid 1px #2ea7d1;
}
button.add_branch.leftMinus{
    margin-left: 20px;
}
button.add_branch.leftPlus{
    margin-left: 68px;
}
h2.h{
    display: inline-block;
    margin: 1em 0  ;
}
/*endNewSection*/

.card{
    float: right;
    width: 145px;
    padding: 3px 30px 0 0;
    color: #fff;
    position: relative;
    height: 40px;
}
.card .cardLink{
    float: left;
    padding-top: 7px;
}
.card p{
    font: 13px Arial, Helvetica, sans-serif;
    line-height: 17px;
    text-align: right;
    margin: 0;
}
.card p a{color: #fff;}
.card .price{
    font-size: 15px;
    text-align: right;
}


.card .cl_block p { display: block; width:70px; float:left; margin-left:0px; text-align: left; }
.card .cl_block p a { display: block; width: 100%; color:#fff; }
.card .cl_block p span { display: block; width: 115%; }
.card .clr { display: block; width: 100%; height: 0px; clear: both; }

.card .price span{
    font-weight: bold;
    color: #ffe401;
}
.cardList{
    position: absolute;
    top: 50px;
    left: 0;
    background: url(../../images/fe/bg_cardList_top.png) left top no-repeat;
    padding-top: 11px;
    display: none;
}
.clb{
    background:url(../../images/fe/bg_cardList_bottom.png) left bottom no-repeat;
    padding-bottom: 11px;
}
.cl{
    background:url(../../images/fe/bg_cardList_content.png) left top repeat-y;
    width: 125px;
    padding: 0 9px;
}
.cl h5{
    color: #e9f7fd;
    font: normal 11px tahoma;
    background:url(../../images/fe/bg_cardListLine.gif) center bottom no-repeat;
    height: 14px;
}

.cl_block{
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
    background:url(../../images/fe/bg_cardListLine.gif) center bottom no-repeat;
}
.cl div.none{background: none;}
.cl_block .close{
    float: right;
    margin: 12px 5px 0 0;
}
.cl_block .img{
    float: left;
    margin-right: 8px;
}
.cl_block p{
    float: left;
    font: normal 12px tahoma;
}
.cl_block p a{color: #fff;}
.cl_block p span{
    font-size: 10px;
    color: #ffc000;
    display: block;
}
.headerLine .logo{
    float: left;
    padding: 12px 0 0 30px;
}
.hm{
    float: left;
    padding: 15px 0 0 8%;
}
.hm li{
    float: left;
    height: 25px;
    padding-right: 5px;
}
.hm li a{
    color: #363636;
    display: block;
    font: 14px 'Open Sans', Arial, Helvetica, sans-serif;
    float: left;
    padding: 4px 0 5px 25px;

}
.hm .enter{
    position: relative;
    height: 35px;
}
.hm .enter .forgot{
    background:url(../../images/fe/bg_forgot.png) left top no-repeat;
    width: 85px;
    height: 11px;
    position: absolute;
    left:0;
    top: 50px;
    padding: 5px 0 5px 5px;
    font-size: 10px;
    display: none;
}
.hm .reg{
    margin-left: 16px;
}
.hm .reg a{background: none;}
.hm .blogs{
    position: relative;
    height: 35px;
}
.hm .blogs .popup{
    background: url(../../images/fe/bg_popupTop150.png) left top no-repeat;
    padding-top:9px;
    position: absolute;
    width: 150px;
    left: 0;
    top: 50px;
    display: none;
}
.hm .blogs .popup div{
    background:url(../../images/fe/bg_popupBottom150.png) left bottom no-repeat;
    padding-bottom: 6px;
}
.hm .blogs .popup div ul{background: #00bff3;}
.hm .blogs .popup div ul li,
.hm .blogs .popup div ul a{
    float: none;
    background: none;
    font-size: 11px;
}
.hm .blogs .popup div ul li{
    height: 20px;
    border-bottom: 1px solid #59cbeb;
}
.hm .blogs .popup div ul li.last{border: 0px;}
.hm .blogs .popup div ul a{padding-left: 10px;}
.lm{
    background:url(../../images/fe/bg_lm.png) left top repeat-y;
    width: 145px;
    float: left;
    margin-left: 40px;
    left: 0;
    position: absolute;
    top: 0;
}
.lm ul{padding-top: 100%;}
.lm ul li{
    background:url(../../images/fe/bg_lm_li.gif) center top repeat-x;
    width: 140px;
}
.lm ul li.first{background: none;}
.lm ul li a,
.lm ul li span{
    font-size: 20px;
    text-transform: uppercase;
    color: #bebebe;
    display: block;
    height: 26px;
    padding: 10px 10px 0 18px;
}
.lm ul li span.clicked{
    background:url(../../images/fe/bg_lm_li_a.gif) left top no-repeat;
    color: #000;
}
.lm ul li a:hover{
    background:url(../../images/fe/bg_lm_li_a2.jpg) left top repeat;
    color: #000;
}
.lm ul li ul{padding-top: 5px;}
.lm ul li ul li a{
    font-size: 15px;
    padding-left: 33px;
    color: #686868;
}
#container {
    position:relative;
    z-index:1;
    width:100%;
    min-width:320px;
    overflow:hidden;
}
.wrapper{margin:0 30px;}

.main{
    width:100%;
    padding:0 0 0;
    top: 0;
    bottom: 0;
}
.main:after {
    height: 0;
    clear: both;
    content:'';
    display: block;
}

.content-border-left{
    border-left:1px solid #ddd;
}
* +html .content{overflow:hidden;}
.content.wish-content {
    padding:0 124px;
}


.inner-menu li {
    border-top:1px solid #fff;
    position:relative;
}
.inner-menu li:first-child {border:none;}
.inner-menu li a {
    display:block;
    color:#fff;
    padding:2px 13px 2px 25px;
    width:163px;
}
.inner-menu li.active > a,
.inner-menu li > a:hover {
    text-decoration:none;
    background:url(../../images/fe/bg-corner.png) no-repeat 100% 0;
    padding-right:28px;
    margin-right:-15px;
}
.inner-menu li.active > .inner-menu li.active > a {
    text-decoration:none;
    background:white!important;
    padding-right:28px;
    margin-right:-15px;
    color: #ff569d!important;
}
.inner-menu ul {
    overflow:hidden;
    background:#369ae4 url(../../images/fe/bg-drop-hover.png);
    border-top:1px solid #fff;
}
.inner-menu ul li {
    border-top:1px solid #fff;
}
.inner-menu li li a{
    width:142px;
    padding:2px 13px 2px 46px;
    margin:0;
}
.inner-menu ul li a:hover {
    color:#ff569d;
    background:#fff;
    margin:0;
    padding-right:13px;
}
.ad-box {
    overflow:hidden;
    margin:40px 0 10px;
    width:100%;
    clear:both;
}
.ad-box img {
    display:block;
    margin: 0 auto;
}
.visual{
    background:#fff1f0;
    margin:0 0 7px;
    height:1%;
}
.visual:after{	height: 0;	clear: both;	content:'';	display: block;}
.visual>img{float:left;}
.gallery-box{
    overflow:hidden;
    float:right;
    background:#00bff3;
    width:461px;
    margin:11px 0 11px -100px;
    padding:0 0 7px;
}
.gallery-box .heading{
    overflow:hidden;
    background:#fd5295;
    font-size:11px;
    line-height:14px;
    color:#fff;
    padding:3px 10px 0px 31px;
    margin:0 0 5px;
}
.gallery-box .heading h2{
    text-transform:uppercase;
    font-size:22px;
    line-height:26px;
    margin:0;
}
.gallery, .main-gallery{
    overflow:hidden;
    position:relative;
    padding:0 30px 3px;
}
.gallery .holder, .main-gallery .holder{
    position:relative;
    overflow:hidden;
    width:100%;
    /*margin-top: 35px;*/
    margin-top: 0px;
}
.gallery ul {
    overflow:hidden;
    width:99999px;
}
.gallery ul li{
    float:left;
    width:69px;
    margin:0 15px 0 0;
    text-align:center;
    font-size:10px;
    line-height:13px;
    /*font-variant:small-caps;*/
}
.gallery ul li img, .main-gallery ul li img{
    display:block;
    margin:0 0 -1px;
}
.gallery ul li a, .main-gallery ul li a{
    color:#fff;
    text-decoration:none;
}
.gallery .prev, .gallery .next{
    background:url(../../images/fe/btn-prev-next-noframe.png) no-repeat;
    width:28px;
    height:34px;
    position:absolute;
    top:15px;
    left:0px;
    text-indent:-9999px;
    overflow:hidden;
}
.main-gallery .prev, .main-gallery .next{
    background:url(../../images/fe/btn-prev-next-gray.png) no-repeat;
    width:28px;
    height:34px;
    position:absolute;
    top:88px;
    left:0px;
    text-indent:-9999px;
    overflow:hidden;
}
.gallery .next, .main-gallery .next{
    left:auto;
    right:0px;
    background-position:-47px;
}
.main-gallery ul li{
    float:left;
    width:170px;
    margin:0 15px 0 0;
    text-align:center;
    font-size:10px;
    line-height:13px;
    /*font-variant:small-caps;*/
}
.main-gallery .rating {
    padding: 8px 0 0 0px !important;
    float: left;
    width: auto;
}
.main-gallery > .rating li {margin: 0 4px 0 0 !important;}
.main-gallery .text-holder, .main-gallery .info {
    overflow: hidden;
    padding: 0 0 8px 0px;
}
.main-gallery .text-holder p{margin: 0; font-size: 12px;}
.product-list .text-holder p{margin: 0; font-size: 12px;}
.main-gallery .info .price {
    font-weight: 700;
    font-size: 11px;
    line-height: 14px;
    width: 71px;
    padding: 3px 0;
    color:#fff;
    text-transform:uppercase;
    background:#afd47a;
    text-align:center;
    float:right;
}
.heading strong, .main-catalogue-heading strong{color: #ff4e8f;}
.maining.heading h2, .main-catalogue-heading h2{
    font-style: italic;
    font-size: 14px;
    padding-bottom: 10px;
    padding-top: 30px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 25px;
}
.main-catalogue-heading h2{
    border: none;
}
.side-heading h2 {
    font-size: 16px;
    margin-left: 20px;
    margin-bottom: 20px;
}
.mall .line strong {
    color:#ff4e8f;
}
.mall .line a:hover {
    color:#ff4e8f;
}
.mall .line, .mall .line a{
    color: #7b7b7b;
    font-size: 12px;
    font-weight: 700;
    margin-left: 6px;
    line-height: 23px;
}
.mall {
    margin-bottom: 15px;
    height: 135px;
}
.mall .chk-checked {
    background: #ff5e85;
}
.items.scroll-pane {
    width: 200px;
    height: 260px;
    overflow: auto;
}
a.mallbutton {
    margin-left: 20px;
    padding: 2px 10px 2px;
    font-size: 14px;
    color: #FFF;
    cursor: pointer;
    background: #ff4e8f repeat-x 0 0;
    text-shadow: 0 1px 0 #ff4e8f;
    border: 1px solid #ff4e8f;
    border-radius: 4px;
}
a.mallbutton:hover {
    text-decoration:none;
}
div.last-shop {padding-bottom: 20px;}
.search{
    width:436px;
    overflow:hidden;
}
.search input[type=text]{
    float:left;
    width:360px;
    background:#fff;
    padding:10px 14px 10px 29px;
    color:#6d6e76;
    border:0;
    height:13px;
    font-size:11px;
    line-height:13px;
    text-transform:uppercase;
}
.search input[type=submit]{
    float:left;
    background:url(../../images/fe/btn-search-red.png) no-repeat;
    width:33px;
    height:33px;
    text-indent:-9999px;
    overflow:hidden;
    font-size:0;
    line-height:0;
    border:0;
}
h1#heading-links a {
    color: #fff;
    text-decoration: none;
}


.title-section{
    background:#00bff3;
    color:#fff;
    font-size:12px;
    line-height:15px;
    margin:0 0 2px;
}
.title-section h2{
    margin:0;
    font-size:15px;
    line-height:18px;
    font-weight:bold;
}
.title-section h2 .num{
    display:inline-block;
    vertical-align:top;
    font-size:9px;
    line-height:11px;
    padding:0 3px;
    background:#fe569c;
    color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.breadcrumbs{
    overflow:hidden;
    margin:0;
}
.breadcrumbs li{
    float:left;
    position:relative;
    padding:0 3px 0 8px;
}
.breadcrumbs li a{color:#fff;}
.breadcrumbs li:after,
.breadcrumbs li after{
    position:absolute;
    top:50%;
    left:0;
    content:"";
    background:url(../../images/fe/sep01.png) no-repeat 0 50%;
    width:5px;
    height:10px;
    margin-top:-5px;
}
.breadcrumbs li:first-child{padding-left:0;}
.breadcrumbs li:first-child:after,
.breadcrumbs li:first-child after{display:none;}
.main-product-list.product-list {
    width: 99999px;
    text-align: left;
}
.product-list {
    margin:0;
    padding:12px 0 10px;
    text-align:center;
    margin:0 -5px;
}
ul.product-list li {
    width:185px;
    display:inline-block;
    vertical-align:top;
    text-align:left;
    margin:0 8px 9px;
}
* +html .product-list li{display:inline;}
.product-list img {
    border:1px solid #f7f7f7;
    display:block;
    width: 170px;
    height: 212px;
}
.product-image-link{
    display:block;
    position:relative;
    width:100%;
}
.product-list .text-holder p .product-image-link{
    display:inline;
    color:#c6c6c6;
}
/*.product-image-link .mask{
	background:url(../../images/fe/hover-zoom.png) no-repeat;
	width:170px;
	height:170px;
	position:absolute;
	top:-9999px;
	left:1px;
	content:"";
}*/
.product-stone {position:relative;}
li:hover .frame{top:-5px;}
.product-image-link:hover .mask, .product-image-link:hover .mask-index{top:1px;}
.product-image-link .mask, .product-image-link .mask-index{
    background:url(../../images/fe/hover-zoom.png) repeat-y;
    width:170px;
    height:212px;
    position:absolute;
    top:-9999px;
    left:1px;
    content:"";
    background-position:center center;
}
li .frame{
    height: 320px;
    width: 200px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    position: absolute;
    top:-9999px;
    box-shadow: 2px 2px 2px #8d8d8d;
    z-index: 5;
    background-color: #fff;
}
/*.product-list .rating {
	padding:8px 0 0 5px !important;
	float:left;
}*/
.product-list .rating, .product-list-index .rating {
    padding:8px 0 0 0px !important;
}
/*.product-list .rating li {margin: 0 4px 0 0 !important;}*/
.product-list .rating li, .product-list-index .rating li {margin: 0 3px 0 0 !important;}
.product-list .text-holder,
.product-list .info {
    padding:0;
    color:#939393;
    font-size:13px;
    line-height:16px;
    margin-left:15px;
    position: relative;
}
.product-list .price {
    font-weight: 700;
    font-size: 13px;
    line-height: 14px;
    width: 71px;
    color:#000;
    text-align:left;
    padding-bottom: 10px;
    margin-left:15px;
    position: relative;
}
.product-list .size {
    margin-left:15px;
    bottom: 5px;
    position: absolute;
}
/*.product-list .product-img{
	overflow:hidden;
	position:relative;
	width:172px;
	height:172px;
}*/
.product-list .product-img, .product-list-index .product-img{
    overflow:hidden;
    position:relative;
    width:170px;
    height:212px;
    margin-left: 15px;
}
.product-list .info-block{
    overflow:hidden;
    position:absolute;
    top:3px;
    left:0;
    width:100%;
}
/*.product-list .btn-zoom{
	background:#00bff3 url(../../images/fe/btn-zoom.png) no-repeat 10px 50%;
	padding:0 10px 0 27px;
	color:#fff;
	font-size:11px;
	line-height:23px;
	float:left;
}*/
.product-list .btn-zoom, .product-list-index .btn-zoom{
    background:#00bff3 url(../../images/fe/btn-zoom.png) no-repeat 10px 50%;
    padding:0 10px 0 26px;
    color:#fff;
    font-size:12px;
    line-height:23px;
    float:left;
}
.product-list .like-box, .product-list-index .like-box{
    float:right;
    margin:4px 0 0;
}
.product-list .like-box a, .product-list-index .like-box a, .description .like-box a{
    float:left;
    padding:0 0 0 18px;
    color:#000;
    font-size:11px;
    line-height:15px;
    margin:0 0 0 6px;
}
.product-list .like-box a.like, .product-list-index .like-box a.like, .description .like-box a.like{background:url(../../images/fe/ico-like-new.png) no-repeat 0 49%;}
.product-list .like-box a.add, .product-list-index .like-box a.add, .description .like-box a.add{background:url(../../images/fe/ico-add-new.png) no-repeat 0 50%;}
.product-list .like-box a.add-wishlist-page{background:url(../../images/fe/ico-add-new.png) no-repeat 0 50%;}
.rating {
    float:left;
    margin:0;
    padding:8px 0 0 5px !important;
}
.rating li {
    float:left;
    margin:0 3px 0 0 !important;
    width:auto !important;
}
.rating a {
    width:10px;
    display:block;
    height:10px;
    overflow:hidden;
    text-indent:-9999px;
    background:url(../../images/fe/sprite.png) no-repeat -13px -29px;
    cursor: text;
}
.rating .active a{background-position:0 -29px;}
/*.product-list .info{overflow:hidden;}
.product-list .info{
	overflow:hidden;
	padding:0 0 8px 12px;
}*/
.product-list .info, .product-list-index .info{padding:0 0 5px 0px;color:#000;font-weight:bold;margin-left:15px;}
.size p{margin:0; color:#939393;font-size: 12px;}
.size p.value{color:#000;font-weight:bold;}
.main .content .btn-holder {
    text-align:center;
    padding:2px 0 18px;
}
.main .content .btn-holder a {
    display:block;
    color:#fff;
    font-size:19px;
    line-height:22px;
    font-weight:bold;
    background:#00bff3;
    padding:10px 28px 12px;
    margin:0 auto;
    max-width:675px;
}
.main .content .btn-holder a span {
    display:inline-block;
    vertical-align:top;
    padding:0 25px;
    position:relative;
    background:url(../../images/fe/ico01.png) no-repeat 100% 50%;
}
.subnav{
    padding:13px 17px;
    font-weight:bold;
    font-size:13px;
    line-height:22px;
}
.main-shop-blog .sidebar .subnav{padding-top:9px;}
.subnav li a{color:#0293bb;}
.subnav li a:hover,
.subnav li.active a{
    color:#fb4793;
    text-decoration:none;
}
.subnav ul{
    padding:4px 0 4px 15px;
    font-size:12px;
    font-weight:normal;
}
.subnav ul a,
.subnav li.active ul a{color:#4a4a4a;}
.subnav ul a:hover,
.subnav li.active ul a:hover{text-decoration:underline;}
.search-section{
    background:#fb4793;
    /*margin:0 0 0 -10px;*/
    padding:18px 20px 20px;
}
* +html .search-section{width:102%;}
.search2{
    position:relative;
    padding:0 160px 0 0;
    width:553px;
    background:#fff;
    border:1px solid #b2587e;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
}
.search2 input[type=text]{
    float:left;
    width:693px;
    padding:3px 10px;
    line-height:14px;
    height:14px;
    border:0;
    font-size:12px;
    height:14px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.search2 button.contbutton{
    position:absolute;
    top:0;
    right:0;
    background:#00bff3;
    width:69px;
    height:20px;
    border:1px solid #999;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color:#fff;
    font-size:12px;
    line-height:18px;
    padding: 0;
}
* + html .search2 button.contbutton{line-height:14px;}
button::-moz-focus-inner {
    border:0;
    padding:0;
}

.search3{
    float: right !important;
    position:relative;
    padding:0 80px 0 0;
    background:#fff;
    border:1px solid #85898a;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
}
.search3 label{
    margin-bottom: 0px;
}
.search3 input[type=text]{
    width:250px;
    height: 25px;
    padding: 0 10px;
    border:0;
    font-size:12px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: left;
    color: #C2C2C2;
    font-weight: normal;
}
.search3 .search-panel{
    /*display: none;*/
}
.search3 button.contbutton{
    position:absolute;
    top:0;
    right:0;
    background:#4fb0d0;
    width:69px;
    height:25px;
    border:1px solid #999;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color:#fff;
    font-size:12px;
    line-height:18px;
    padding: 0;
}
* + html .search3 button.contbutton{line-height:14px;}
button::-moz-focus-inner {
    border:0;
    padding:0;
}


.snav{
    position:absolute;
    top:0;
    right:75px;
    background:#fff;
    overflow:hidden;
    -webkit-border-radius:3px;
    border-radius:3px;
}
.snav.active{
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.snav_head{
    display:block;
    width:90px;
    padding:0 10px 0 5px;
    color:#929292;
    font-size:12px;
    line-height:20px;
    background:url(../../images/fe/arrow-drop3.png) no-repeat 95% 50%;
}
.snav_body{
    text-align:left;
    color:#929292;
    background:#fff;
    padding:5px;
    display:none;
    width:85px;
}
.active .snav_body{display:block;}
.snav_body a{color:#929292;}
.blog-section h2{
    margin:0 0 16px;
    color:#fb4793;
    font-size:20px;
    line-height:24px;
    font-weight:bold;
}
.filter-section{
    width:100%;
    margin:16px 0 12px;
}
.filter-section .cselector{
    float:right;
    margin:0 65px 0 0;
}
.filter-section .cselector a.contbutton{
    color:#fff;
    background:#00bff3 url(../../images/fe/arrow-drop4.png) no-repeat 95% 50%;
    padding:0 14px 0 13px;
    line-height:20px;
    display:block;
    width:75px;
    -webkit-border-radius:3px;
    border-radius:3px;
}
.filter-section .cselector .drop{padding:6px 0 0;}
.filter-section .nav_list:after,
.filter-section .nav_list after{display:none;}
.filter-section .nav_list{
    width:102px;
    text-align:center;
}
.filter-section .nav_list a{
    color:#fff;
    font-size:12px;
}
.filter-section .tagrow{
    float:left;
    padding:0 13px;
    -webkit-border-radius:3px;
    border-radius:3px;
    line-height:18px;
    color:#4a4a4a;
    background: transparent;
}
.filter-section .tagrow span{
    position:relative;
    top:-4px;
    font-size:9px;
    left:2px;
}
.filter-section .tagrow.active,
.filter-section .tagrow:hover{
    background:#00bff3;
    color:#fff;
    text-decoration:none;
}
.filter-section:after{	height: 0;	clear: both;	content:'';	display: block;}
.post-section{
    overflow:hidden;
}
.post-section .article{
    overflow:hidden;
    color:#4a4a4a;
    padding:4px 0 17px;
}
.post-section .article img{
    float:left;
    margin:6px 12px 0 0;
    border:1px solid #e7e7e7;
    width: 162px;
    height:auto !important;
}
.post-section .article .holder{
    overflow:hidden;
}
.post-section .article h2{
    margin:0 0 6px;
}
.post-section .article h2 a{color:#00bff3;}
.post-section .meta{
    overflow:hidden;
    margin:0 0 7px;
}
.post-section .meta .author{
    color:#fb4793;
    font-weight:bold;
    font-size:15px;
    margin:0 15px 0 0;
}
.post-section .meta .date{
    font-style:normal;
    font-size:10px;
    color:#c1c1c1;
}
.step-list{
    overflow:hidden;
    font-weight:bold;
    line-height:15px;
}
.step-list li{
    float:left;
    background:url(../../images/fe/arrow-step.png) no-repeat 0 50%;
    padding:0 6px 0 14px;
    margin:5px 0 0;
    color:#fdb3ce;
}
.step-list li.active{
    color:#fff;
    font-size:18px;
    line-height:20px;
    margin:0;
}
.step-list li:first-child{
    background:none;
    padding-left:0;
}
.step-list li.active + li,
.step-list li.active{background:url(../../images/fe/arrow-step-active.png) no-repeat 0 50%;}
.step-list li.active:first-child{background:none;}
.heading-section{
    color:#b5b5b5;
    font-size:12px;
    line-height:15px;
    margin:0;
    padding:8px 13px 4px;
}
.heading-section h2{
    display:inline;
    /*margin:0 35px 0 0;*/
    color:#505050;
    font-size:20px;
    line-height:24px;
}
.heading-section p{
    color: #fb4793;
    display: block;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    margin: 17px 0 17px;
}
.section-cart form{
    margin:0 65px 0 114px;
}
.prod_list_table{
    width:100%;
    margin: 0 auto 1em;
}
.cover_table{
    padding-left: 20px;
    border-left: solid #e1e1e2 1px;
}
.section-cart .prod_list_table th{
    font-weight:normal;
}
.section-cart .sub-ttl{
    color:#fb4793;
    display:block;
    font-weight:bold;
    font-size:12px;
    line-height:15px;
    margin:0 0 17px;
}
.prod_list_table .pic{
    width:122px;
    vertical-align:top;
    text-align:center;
}
.prod_list_table .pic img{
    display:block;
    border:1px solid #e7e7e7;
    display:block;
    margin:0 auto;
}
.picStatement img { width: 92px !important; height: auto !important; }
.hidedProduct { background:none #E6E6E6;  opacity: .3;}
/* .prod_list_table .hidedProduct .info a,
 .prod_list_table .hidedProduct .info .item a,
 .prod_list_table .hidedProduct td.centv,
 .prod_list_table .hidedProduct td.price,
  .prod_list_table .hidedProduct td.price i {
	color:#C7C7C7;
}*/
.hidedProduct:hover { background:none #f7f7f7; }
/* product price changer box */
.price-changer-box { display: block; width: 100%; margin:0px auto 0px auto; }
.price-changer-box .price-changer-input { display: none; color: rgb(51, 173, 3); font-size: 16px; font-weight: bold; border:0px; background: none transparent; width:75px !important; text-align: right; padding-right:2px; }
.price-changer-box .price-caption {}
.price-changer-box .action-button {
    display: inline-block;
    margin-left:10px; position: relative;
    top:0px;
    text-decoration: none;
    cursor: pointer; }
.price-changer-box i.action-button:hover{
    opacity: .6;
}
/*.price-changer-box .icon-edit-price { background:url('../../images/fe/price-changer-icon.png') no-repeat transparent; }
.price-changer-box .icon-save-price { background:url('../../images/fe/price-changer-icon-save.png') no-repeat transparent; }*/
/* end - product price changer box */
.prod_list_table .item{
    display:block;
    font-size:15px;
    line-height:18px;
    font-weight:bold;
    padding:5px 0 3px;
}
.prod_list_table .info div strong{color:#505050;}
.prod_list_table .info div{padding:0 0 3px;}
.prod_list_table .info .item a{color:#000;}
.prod_list_table .info a{color:#000;}
.prod_list_table .send-message{
    padding:0 0 0 22px;
    background:url(../../images/fe/ico-mail.png) no-repeat 0 50%;
    display:inline-block;
    vertical-align:middle;
    color:#fb4793;
    margin:0 20px 0 0;
}
.prod_list_table .info .name{
    overflow:hidden;
    font-size:11px;
    line-height:15px;
    padding:3px 0;
}
.prod_list_table .rating{
    padding:0 14px 0 0 !important;
    background:url(../../images/fe/ico-rating.png) no-repeat 100% 50%;
    margin:0 14px 0 0;
}
.prod_list_table .info .name a{color:#bababa;}
.prod_list_table td.price{
    text-align:center;
    color:#000;
    font-size:16px;
    font-weight:400;
    white-space: nowrap;
}
.prod_list_table td.price i{
    font-weight: 400;
    color: #404040;
}
.prod_list_table td.centv{
    text-align:center;
    color:#505050;
    font-size:13px;
    line-height:18px;
}
.prod_list_table td{
    padding:10px 0;
    border-bottom:1px solid #e7e7e7;
}
.prod_list_table th{
    border-bottom:1px solid #e7e7e7;
    padding:5px 0;
}
.prod_list_table  .centv input[type="text"]{
    border:1px solid #dcdcdc;
    width:45px;
    top: 0px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    height:16px;
    line-height:16px;
    padding:1px;
    text-align:center;
}
.prod_list_table td{vertical-align:middle;}
.prod_list_table tr.last td{
    border-bottom:0;
    padding:0;
}
.prod_list_table tr.last td.total{
    padding:15px 0 0 125px;
}
.prod_list_table tr.last td.price{
    text-align:left;
    padding:15px 0 0 0;
}
.prod_list_table .row{
    border-bottom:1px solid #e7e7e7;
    line-height:22px;
    height:24px;
    padding:5px 0;
}
.prod_list_table .row:after {	height: 0;	clear: both;	content:'';	display: block;}
* +html .prod_list_table .row{height:1%;}
.prod_list_table .row select{
    width:123px;
}
.prod_list_table .select-area{margin:5px 0 0;}
.prod_list_table .total-row .total{
    padding-left:42px;
    margin-left:-42px;
    background:url(../../images/fe/ico-total.png) no-repeat 0 50%;
    display:block;
}
.btn-go{
    display:block;
    margin:12px 0 12px auto;
    width:172px;
    background:#00bff3 url(../../images/fe/arrow-btn.png) no-repeat 7px 50%;
    text-align:center;
    color:#fff;
    font-size:20px;
    line-height:50px;
    height:50px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    -webkit-background-clip:padding-box;
    border:0;
    text-align:left;
    padding:0 0 0 50px;
}
.sidebar .section{padding:13px 20px;}
.sidebar .title-event,
.sidebar .title-shop{
    margin:0 0 10px;
    font-size:15px;
    line-height:18px;
}
.sidebar .title-event a{color:#00bff3;}
.sidebar .title-shop a{color:#fb4793;}
.sidebar .title-shop{margin:0 0 26px;}
.subnav2{
    color:#595959;
}
.subnav2>li{
    font-size:13px;
    line-height:22px;
    font-weight:bold;
}
.subnav2 ul{
    padding:0 0 0 14px;
    font-size:12px;
    line-height:22px;
    font-weight:normal;
}
.subnav2 ul a{color:#595959;}
.pop-up {
    border:1px solid #d1d1d1;
    background:#f9f9f9;
    width:560px;
    padding:10px 13px 0;
    position:absolute;
    top:0;
    left:-999px;
    z-index:1000;
}
.pop-up a after,
.pop-up a:after {display:none !important;}
.pop-up .close {
    position:absolute;
    top: 5px;
    right: 5px;
    color:#000;
    overflow: hidden;
    text-indent: -9999px;
    width: 12px;
    height: 12px;
    background: url('../../images/fe/bg-close.png') no-repeat;
}
.pop-up .breadcrumbs {
    list-style:none;
    padding:0;
    margin:0 0 11px;
    overflow:hidden;
    font-size:9px;
    line-height:11px;
    color:#a8a8a8;
}
.pop-up .breadcrumbs li {
    float:left;
    border:1px solid #ebebeb;
    position:relative;
    background:#fff;
    padding:0 10px;
}
.pop-up .breadcrumbs li after,
.pop-up .breadcrumbs li:after{
    content:"";
    clear:both;
    position:absolute;
    top:-1px;
    left: 100%;
    border-left:5px solid #ebebeb;
    border-top:7px solid transparent;
    border-bottom:7px solid transparent;
    z-index:2;
    width:0;
    height:0;
    background:none;
    margin:0;
}
.pop-up .breadcrumbs li:before{
    content:"";
    clear:both;
    position:absolute;
    top:-1px;
    left: 100%;
    border-left:5px solid #fff;
    border-top:7px solid transparent;
    border-bottom:7px solid transparent;
    z-index:3;
    margin:0 0 0 -1px;
}
.pop-up .breadcrumbs li.odd {background:#f6f6f6;}
.pop-up .breadcrumbs li.odd:before {border-left-color:#f6f6f6;}
.pop-up .holder-info {
    overflow:hidden;
    position:relative;
    margin:0 0 25px;
}
.pop-up .visual {
    float:left;
    margin:3px 32px 0 0;
    width:222px;
}
.pop-up .visual img{
    display:block;
    width:100%;
    height:auto;
}
.pop-up .visual img {
    display:block;

}
.pop-up .visual a{
    display:block;
    border:1px solid #fff;
}
.pop-up .rating {padding:0 !important;}
.pop-up .holder-text {
    overflow:hidden;
    padding:0 0 60px;
    font-size:11px;
    line-height:14px;
    color:#c6c6c6;
}
.pop-up .head {
    overflow:hidden;
    padding:0 0 13px;
}
.pop-up .head .price {
    float:right;
    width:57px;
    color:#f24e8d;
    font-size:19px;
    line-height:24px;
    font-weight:bold;
}
.pop-up .head .holder {
    overflow:hidden;
    padding: 0 0 3px;
}
.pop-up h3 {
    margin:0 0 3px;
    color:#f24e8d;
    font-weight:400;
    font-size:14px;
    line-height:18px;
}
.pop-up .category {
    display:block;
    font-size:11px;
    line-height:12px;
    margin:-4px 0 0;
}
.pop-up p {margin:0;}
.pop-up form {
    position:absolute;
    bottom: 9px;
    right: 0;
    color:#00bff3;
    font-size:11px;
    line-height:13px;
}
.pop-up form .col {
    float:left;
    margin:0 0 0 20px;
}
.pop-up form label {display:block;}
.pop-up form .col-qty label {text-align:right;}
.pop-up form .select-holder {
    overflow:hidden;
    position:relative;
}
.pop-up form select {
    float:left;
    margin:0;
    padding:0;
}
.model {width:85px;}
.qty {width:30px;}
.pop-up .footer-info-row {
    overflow:hidden;
    margin:0 -13px 0 0;
}
.pop-up .footer-info-row .rating {
    padding:5px 8px 0 0 !important;
    float:left;
}
.pop-up .footer-info-row .rating li {margin:0 8px 0 0;}
.pop-up .footer-info-row .info {
    float:left;
    color:#c6c6c6;
    font-size:12px;
    line-height:15px;
    padding:3px 0 0;
}
.pop-up .footer-info-row .cart-add-product {
    float:right;
    background:#00bff3;
    color:#fff;
    font-size:11px;
    line-height:16px;
    padding:6px 21px;
}
.pop-up .footer-info-row .cart-add-product:hover {text-decoration:none;}
.jcf-hidden {
    display: block !important;
    position: absolute !important;
    left: -9999px !important;
}
div.select-sizetype{margin-top:0px;}
.select-area {
    border: 1px solid #dadada;
    position: relative;
    z-index:999;
    cursor: default;
    float: left;
    height:28px;
    background:#fff;
    overflow:hidden;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-top:-7px;
}
.select-area .center {
    float: left;
    padding: 0 10px 0 5px;
    font-size:13px;
    line-height:28px;
    /*color:#c6c6c6;*/
}
.select-area .select-opener {
    position:absolute;
    top: 13px;
    right: 9px;
    background:url(../../images/fe/sprite.png) no-repeat -38px -13px;
    height: 4px;
    width: 6px;
}
.bottom-actions-panel .jcf-hidden option { display: block; width: 100%; font-size: 13px !important; line-height: 16px !important; }
.select-options {
    white-space: nowrap;
    position: absolute;
    overflow: hidden;
    background: #fff;
    z-index:1060;
    font-size:11px;
    line-height:14px;
}
.select-options .drop-holder {
    border: 1px solid #eee;
    overflow: hidden;
    height: 1%;
}
.select-options ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.select-options ul li {
    width: 100%;
    float: left;
}
.select-options ul a {
    text-decoration: none;
    padding: 0 5px;
    display: block;
    cursor: default;
    color: #4a4a4a;
    /*color: #c6c6c6;*/
    height: 1%;
}
.select-options .item-selected a,
.select-options a:hover {
    text-decoration: none;
    background: #c6c6c6;
    color: #fff;
}
.footer{
    overflow:hidden;
    position:relative;
    color:#fff;
}
.footer_adv{
    overflow:hidden;
    position:relative;
    background:#6990dd;
    min-height:302px;
}
.img-decor{
    position:absolute;
    top:0;
    left:0;
    right:0;
    height:auto;
    width:100%;
}
.col-holder{
    overflow:hidden;
    position:relative;
    padding:37px 0 28px;
}
.col-holder .col{
    float:left;
    width:21%;
    margin:0 2%;
}
* +html .col-holder .col{width:20.8%;}
.footer .ttl{
    display:block;
    font-size:16px;
    line-height:24px;
    font-weight:bold;
    background:url(../../images/fe/border-footer.png) repeat-x 0 100%;
    padding:0 0 11px;
    margin:0 0 23px;
    color:#fff;
    letter-spacing:-1px;
}
.footer .col p{margin:0 0 17px;}
.footer .first-col{
    color:#353535;
}
.footer .first-col ul{padding:3px 0 0;}
.footer .first-col a{color:#fff;}
.footer .first-col ul li{
    text-indent:10px;
    background:url(../../images/fe/bullet-footer-list.png) no-repeat 0 8px;
    color:#fff;
    padding:0 0 2px;
}

.footer_main {
    background: none repeat scroll 0 0 #5291db;
    font-size: 16px;
    font-weight: normal;
    line-height: 14px;
    overflow: hidden;
    padding: 10px;
    text-align: center;
}
.footer a {
    color: #29649f;
}
.footer_main p{margin:0;float:left;color: white;}
.add-shop{
    background:#f06eaa url(../../images/fe/ico-add-shop.png) no-repeat 16px 50%;
    border:2px solid #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display:inline-block;
    vertical-align:top;
    font-size:12px;
    text-transform:uppercase;
    line-height:29px;
    padding:0 23px 0 42px;
    color:#fff;
    -webkit-box-shadow: 0 0 5px 2px rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 5px 2px rgba(255, 255, 255, 0.7);
    margin:9px 0 0;
}
.footer .post-list{
    overflow:hidden;
    margin:-7px 20px 0 0;
}
.footer .post-list li{
    padding:7px 0;
    overflow:hidden;
    color:#000;
    font-size:10px;
    line-height:15px;
    color:#353535;
}
.footer .post-list li img{
    float:left;
    border:2px solid #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin:0 8px 0 0;
}
.footer .post-list li .hold{
    overflow:hidden;
}
.footer .post-list li h4,
.footer .news-list h4{
    font-size:12px;
    line-height:15px;
    font-weight:bold;
    margin:0;
}
.footer .news-list h4{margin:0 0 3px;}
.footer .post-list li a,
.footer .news-list h4 a{color:#fff;}
.footer .post-list li p{margin:0;}
.footer .post-list li p{display:inline;}
.footer .post-list .more{
    text-align:right;
    margin-top:-16px;
}
.footer .news-list{margin:0 0 11px;}
.footer .post-list .more a{color:#fc357b;}
.footer .news-list li{
    padding:0 0 7px 8px;
    background:url(../../images/fe/ico-star.png) no-repeat 0 5px;
    font-size:11px;
}
.footer .news-list .author{color:#353535;}
.s-ttl{
    font-size:12px;
    color:#fff;
    display:block;
    margin:0 0 5px;
}
.social-box{
    position:relative;
    padding:0 0 0 26px;
    background:url(../../images/fe/arrow-social.png) no-repeat 0 5px;
}
* +html .social-box{height:1%;}
.social-box:after{	height: 0;	clear: both;	content:'';	display: block;}
.social-box .mask{
    background:none no-repeat;
    width:29px;
    height:25px;
    top:-4px;
    left:-3px;
    position:absolute;
    z-index:2;
}
.social {
    padding: 0;
    margin: 1em 0;
    list-style: none;
}
.social li {
    margin: .5em 0;
    display:inline-block;
}
.social li a {
    display: inline-block;
    line-height: 33px;
    padding-left: 50px;
    background: url("../../images/fe/social.png?1")	no-repeat 0 0;
}
.social ._t2 {
    background-position: 0 -50px;
}
.social ._t3 {
    background-position: 0 -100px;
}
.social ._t4 {
    background-position: 0 -150px;
}
.social ._t5 {
    background-position: 0 -200px;
}
.social ._t6 {
    background-position: 0 -250px;
}
.social ._t7 {
    background-position: 0 -300px;
}
.social ._t8 {
    background-position: 0 -350px;
}
.social._alone {
    margin: .2em 2em 0 1em;
}
.social._alone li {
    display: inline-block;
    margin: 0;
}
.social._alone li a {
    width: 22px;
    height: 22px;
    padding-left: 0;
}
.social._alone ._t2 {
    background-position: 0 -49px;
}
.social._alone ._t3 {
    background-position: 0 -99px;
}
.social._alone ._t4 {
    background-position: 0 -149px;
}
.social_link {
    float: right;
    margin: 0;
    padding: 3px 6px 4px;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    color: #A1A1A1;
    background: #FFF;
    border: 1px solid #D6D6D6;
    border-radius: 4px;
}
.social_link a {
    color: #2E3440;
}
.social li.facebook a{background:url(../../images/fe/social-icons.png) no-repeat;height: 34px;padding-left: 38px;}
.social li.twitter a{background:url(../../images/fe/social-icons.png) no-repeat -40px 0;height: 34px;padding-left: 38px;}
.social li.vk a{background:url(../../images/fe/social-icons.png) no-repeat -80px 0;height: 34px;padding-left: 38px;}
.main-shop{
    background:#fff;
    padding-bottom:60px;
}
.main-shop .sidebar{background:none;}
.main-shop .sidebar{
    /*padding:14px 16px;
	width:164px;*/
    padding: 14px 10px;
    width: 170px;
}
.main-shop-blog .sidebar{
    width:200px;
    padding:0 4px 1013px 16px;
    background:#f9f9f9;
    margin:0 0 -999px;
}
.main-shop .sidebar h3{
    color:#4a4a4a;
    font-size:13px;
    line-height:16px;
    margin:0 0 10px;
}
.main .main-heading{
    overflow:hidden;
    background:#fb4793;
    color:#fff;
    padding:16px 14px 0;
}
.main .main-heading a{color:#fff;}
.main .main-heading .account-box{
    float:left;
    width:209px;
    font-size:9px;
    line-height:13px;
}
.main .main-heading .account-box img{
    float:left;
    border:2px solid #fff;
    -webkit-border-radius:5px;
    border-radius:5px;
    margin:0 8px 0 0;
}
.main .main-heading .account-box  .name{
    font-size:13px;
    font-weight:bold;
    display:block;
    line-height:16px;
    margin:0 0 2px;
}
.main .main-heading .account-box .vk-link {
    display:block;
    overflow:hidden;
    text-indent:-9999px;
    width:16px;
    height:16px;
    background:url(../../images/fe/vk-link.png) no-repeat;
    margin:11px 0 0;
}
.main .main-heading .prebnav{
    float:left;
    margin:55px 0 0;
}
.main .main-heading .prebnav li{
    float:left;
}
.main .main-heading .prebnav li a, ul.prebnav li a{
    float:left;
    padding:0 10px;
    line-height:25px;
    font-size:12px;
    color:#fff;
}
.main .main-heading .prebnav li.active a, .prebnav li.active strong{
    color:#4a4a4a;
    background:#fff;
    -webkit-border-radius:4px 4px 0 0;
    border-radius:4px 4px 0 0;
}
.main .main-heading .prebnav li.active a span {color:#fb4793;}
.main .main-heading .prebnav li .like {
    position:relative;
    padding-left: 30px;
}
.main .main-heading .prebnav li .like after,
.main .main-heading .prebnav li .like:after{
    content:"";
    clear:both;
    position:absolute;
    top:50%;
    left:10px;
    width:14px;
    height:13px;
    background:url(../../images/fe/ico-like2.png) no-repeat;
    margin:-7px 0 0;
}
.main .main-heading .prebnav li.active .like after,
.main .main-heading .prebnav li.active .like:after {background-position:0 -20px;}
.main .main-heading .box {
    float:right;
    margin-top: 10px;
}
.main .main-heading .box ul{
    list-style:none;
    padding:0;
    margin:0;
    font-size:12px;
    line-height:18px;
}
.main .main-heading .box li {
    overflow:hidden;
    margin:0 0 1px;
}
.main .main-heading .box a {
    position:relative;
    background:#fff;
    border:2px solid #e22b79;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display:inline-block;
    vertical-align:top;
    color:#4a4a4a;
    padding:0 10px 1px 38px;
}
.main .main-heading .box a:after{
    content:"";
    clear:both;
    position:absolute;
    top:50%;
    left:9px;
}
.main .main-heading .box .send-message:after {
    width:19px;
    height:12px;
    margin:-6px 0 0;
    background:url(../../images/fe/ico-mail2.png) no-repeat;
}
.main .main-heading .box .subscribe:after {
    width:14px;
    height:14px;
    margin:-7px 0 0;
    background:url(../../images/fe/ico-subscribe.png) no-repeat;
}
.main .main-heading .box .unsubscribe:after {
    width:14px;
    height:14px;
    margin:-7px 0 0;
    background:url(../../images/fe/ico03.png) no-repeat;
}
.aside{
    float:right;
    width:235px;
    padding:13px 0 0;
}
.aside .block{
    background:#f5f5f5;
    position:relative;
    padding:0 0 10px;
}
.aside .block:after {	content:'';	position:absolute;
    bottom:0;
    left:-2px;
    background:url(../../images/fe/bg-aside.png) no-repeat;
    width:237px;
    height:3px;}
.aside .block .block-info{
    background:url(../../images/fe/bg-aside.png) no-repeat;
    padding:15px 10px 16px 13px;
    margin:0 0 0 -2px;
}
.aside .block .block-info h4{
    color:#00bff3;
    font-size:13px;
    line-height:16px;
    font-weight:bold;
    margin:0 0 4px 7px;
}
.aside .block .block-info ul.list{
    font-size:13px;
    line-height:22px;
}
.aside .block .block-info ul.list li{
    padding:0 0 0 9px;
    color: black;
}
.aside .block .block-info ul.list li a{color:#4a4a4a;}
.aside .block .block-info ul.list li.link01{background:url(../../images/fe/ico-list.png) no-repeat;}
.aside .block .block-info ul.list li.link02{background:url(../../images/fe/ico-list.png) no-repeat 0 -22px;}
.aside .block .block-info ul.list li.link03{background:url(../../images/fe/ico-list.png) no-repeat 0 -45px;}
.aside .block .block-info ul.list2{
    font-size:11px;
    line-height:15px;
    padding:11px 0 4px 21px;
    color: #000000;
}
.aside .block .block-info ul.list2 li{
    padding:0 0 0 9px;
    background:url(../../images/fe/bullet.png) no-repeat 0 50%;
}
.aside .block .block-info ul.list2 li a{color:#4a4a4a;}
.aside h3{
    font-size:13px;
    line-height:18px;
    color:#4a4a4a;
    margin:0 0 14px;
}
.category-list{
    margin:0 0 10px;
    font-size:12px;
    line-height:22px;
}
.category-list .sub{
    position:relative;
    top:-4px;
    left:2px;
    font-size:9px;
    line-height:11px;
}
.category-list a:hover{text-decoration:none;}
.category-list a:hover span{text-decoration:underline;	color: #6099DC;}
.category-list a:hover .sub{text-decoration:none;}
.category-list>li>a, .category-list>li>sup{
    font-family: 'Open sans';
    color:#000;
    font-weight: 400 !important;
}
.category-list ul{padding:0 0 0 20px;}
.category-list 	ul a, .category-list ul sup{
    font-weight: 400 !important;
    font-family: 'Open sans';
    font-weight: normal;
    color:#000;
}
.category-list ul ul a, .category-list ul ul sup{
    font-weight:normal;
    color:#4a4a4a;
}
.toolbar2{
    background:none;
    padding:12px 13px 44px;
}
.toolbar2 .contbutton._i1{
    background:url(../../images/btn-grid-table.png) no-repeat;
    width:23px;
    height:23px;
    padding:0;
}
.toolbar2 .contbutton._i2{
    background:url(../../images/btn-grid-thumb.png) no-repeat;
    width:23px;
    height:23px;
    padding:0;
}
.toolbar2 .contbutton._active{background-position:0 -29px;}
.toolbar2 a,
.cselector2 a.contbutton{
    line-height:20px;
    padding:0 19px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin:0 0 0 7px;
    background:#00bff3 url(../../images/fe/arrow-drop4.png) no-repeat 95% 50%;
}
.contbutton._red{
    background: #8b2f2b;
    padding: 3px 10px;
    font-size: 14px;
    color: #FFF;
    cursor: pointer;
    text-shadow: 0 1px 0 #b94f44;
    border: 1px solid #8b0b10;
    border-radius: 4px;
}
.toolbar2 a.sort-control{background:#00bff3 url(../../images/fe/ico-price2.png) no-repeat 90% 50%;}
.toolbar2 .nav_list li a{
    font-size:12px;
    background:none;
    padding:0 5px;
}
.toolbar3 {
    border-bottom:1px solid #e0dddd;
    padding-bottom:11px;
    background:none;
}
.prod_list_table2{
    width:390px;
    margin:0 auto 30px;
}
.prod_list_table2 td{
    padding:10px;
    border-bottom:0;
    border-top:1px solid #e6e6e6;
}
.prod_list_table2 .pic{
    padding-left:107px;
    padding-right:0;
    vertical-align:top;
}
.prod_list_table2 .pic img{
    border:2px solid #e7e7e7;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin:0;
}
.prod_list_table2 .date{
    display:block;
    color:#a7a7a7;
    font-size:10px;
    line-height:13px;
    font-style:normal;
    margin:0 0 7px;
}
.prod_list_table2 .item{
    display:block;
    color:#4a4a4a;
    font-size:12px;
    line-height:15px;
    font-weight:normal;
    padding:0;
}
.prod_list_table2 .info .item  a{color:#4a4a4a;}
.prod_list_table2 .info .name{
    display:block;
    font-size:11px;
    line-height:16px;
    margin:0 0 4px;
    padding:0;
}
.prod_list_table2 .info .name a{color:#65a0bf;}
.prod_list_table2 .price{
    color:#fb4793;
    font-size:18px;
    line-height:21px;
    font-weight:bold;
}
.main-shop-profile .sidebar{
    float:right;
    width:42%;
    margin:0 0 0 2%;
    padding:15px 0;
}
.main-shop-profile .sidebar .heading-box{
    font-size:13px;
    line-height:16px;
    margin:0 0 18px;
}
.main-shop-profile .sidebar .heading-box .changer_el{
    /*	margin:0 20px 0 0;*/
}
.main-shop-profile .sidebar .heading-box h2{
    display:inline;
    margin:0;
    color:#4a4a4a;
    font-size:13px;
    line-height:16px;
    margin:0 20px 0 0;
}
.main-shop-profile .sidebar .heading-box a{
    color:#00bff3;
    font-weight:bold;
}
.main-shop-profile .content{
    padding:0;
    overflow:hidden;
}
.b_aside{
    background:#eae8e9;
    /*	padding:11px 30px 11px 15px;*/
    padding:11px 15px 11px 15px;
    -webkit-border-radius:4px 0 0 4px;
    border-radius:4px 0 0 4px;
    overflow:hidden;
    margin:0 0 16px;
}
.b_more_items{
    width:620px; /* 560 */
    overflow:hidden;
}
.b_aside .holder{
    overflow:hidden;
    position:relative;
    padding:5px 1px 1px 5px;
    background:#e3e1e2;
    -webkit-border-radius:4px;
    border-radius:4px;
    float:left;
}
.b_aside .frame{
    overflow:hidden;
    width:100%;
    position:relative;
}
.b_more_items li{
    float:left;
    padding:0 4px 4px 0;
}
.b_more_items li img{vertical-align:top;}
.main-shop-profile .sidebar .rating-holder{
    overflow:hidden;
    margin:0 0 17px;
}
.main-shop-profile .sidebar .rating-holder span{
    float:left;
    margin:0 10px 0 0;
}
.main-shop-profile .sidebar .rating{
    padding:3px 0 0 !important;
    float:none !important;
}
.main-shop-profile .sidebar .heading-box a.comment-link{
    display:inline-block;
    vertical-align:top;
    color:#4a4a4a;
    text-decoration:none;
}
.main-shop-profile .sidebar .heading-box a.comment-link span{border-bottom:1px dashed #00bff3;}
.main-shop-profile .sidebar .heading-box .sub{
    font-weight:normal;
    position:relative;
    padding:0 4px !important;
    background:#fb4793;
    font-size:9px;
    line-height:11px;
    color:#fff;
    display:inline-block;
    vertical-align:top;
    top:-2px;
    -webkit-border-radius:4px;
    border-radius:4px;
    border:0 !important;
}
.heading-box .sub{
    margin: 0 20px 0 0;
}
.comment-forms{
    overflow:hidden;
    margin:-10px 10% 0 0;
}
.comment{
    overflow:hidden;
    margin:0 0 12px;
}
.comment .author{
    float:left;
    margin:6px 8px 0 0;
}
.re-comment .author{margin-top:0;}
.comment .author img{
    display:block;
    border:2px solid #dd8bb4;
    -webkit-border-radius:4px;
    border-radius:4px;
    background-clip: padding-box;
    -webkit-background-clip:padding-box;
}
.comment-post{
    overflow:hidden;
    padding:0 0 0 17px;
    position:relative;
    color:#4a4a4a;
    font-size:12px;
    line-height:22px;
}
.comment-post:after,
.comment-post after{
    content:"";
    position:absolute;
    top:14px;
    left:0;
    background:url(../../images/fe/corner-comment.gif) no-repeat;
    width:19px;
    height:10px;
}
.comment-post .hold{
    border:2px solid #e5e4e4;
    background:#f7f5f5;
    padding:0px 8px 15px;
    min-height:34px;
    -webkit-border-radius:4px;
    border-radius:4px;
}
.comment-post .meta{
    overflow:hidden;
}
.comment-post .meta strong{font-size:13px;}
.comment-post .meta .date{
    font-size:10px;
    color:#848383;
    line-height:13px;
    font-style:normal;
}
.re-comment{
    margin:0 0 0 82px;
}
.re-comment .comment-post .hold{
    background:#fff;
    min-height:1px;
    margin:0 0 7px;
    padding:5px;
    overflow:hidden;
}
.re-comment .comment-post:after,
.re-comment .comment-post after{
    background:url(../../images/fe/corner-comment2.gif) no-repeat;
    width:16px;
    height:14px;
    left:3px;
}
.re-comment .comment-post textarea{
    border:0;
    height:31px !important;
    overflow:auto;
    width:100%;
    padding:0;
    resize:none;
    float:left;
    margin:0;
}
.comment .btn-hold{
    overflow:hidden;
    margin:0 0 8px;
}
.comment input[type=submit]{
    overflow:visible;
    padding:0;
    background:none;
    border:0;
    font-size:13px;
    line-height:18px;
    float:right;
    height:18px;
}
.add-comment{
    color:#4a4a4a;
    font-size:13px;
    line-height:16px;
    display:inline-block;
    vertical-align:top;
    border-bottom:1px dashed #00bff3;
    text-decoration:none;
}
.add-comment:hover,
.main-shop-profile .sidebar .heading-box a.comment-link:hover span{
    text-decoration:none;
    border-bottom:0;
    padding-bottom:1px;
}
.heading-section2{
    overflow:hidden;
    padding:13px 0 9px 16px;
}
.heading-section2 h2{
    color:#4a4a4a;
    margin:0;
    font-size:13px;
    line-height:16px;
}
.info-section{
    margin:0;
    border-top:1px solid #e0dddd;
    color:#4a4a4a;
    font-size:12px;
    line-height:22px;
    padding:8px 0 12px;
}
.info-section dt{
    padding:0 20px 0 10px;
    float:left;
    width:175px;
    text-align:right;
}
.info-section dd{
    margin:0;
    overflow:hidden;
    max-width:330px;
}
.info-section dd p{margin:0 0 23px;}
.address-section dd{
    max-width:10000px;
    margin:0 0 44px;
}
.info-section a{
    color:#00bff3;
    text-decoration:underline;
}
.info-section a:hover{text-decoration:none;}
.info-section .schedule{
    float:right;
    margin:6px 0 0 10px;
    border: 1px solid hsl(218, 29%, 95%);
}
.info-section  .address{
    max-width:330px;
}
.info-section .online{
    display:inline-block;
    vertical-align:top;
    padding:0 18px 0 22px;
    background:url(../../images/fe/ico-online.png) no-repeat 100% 50%;
    color:#30b806;
}
.info-section dd.last{margin:0 0 9px;}
.main-single-product .sidebar{
    float:right;
    width:273px;
    margin:0 23px 0 27px;
    background:none;
    border:1px solid #dcdcdc;
    -webkit-border-radius:3px;
    border-radius:3px;
    overflow:hidden;
    color:#4a4a4a;
}
.main-single-product .logo-shop{
    border:0px;
    /*height:154px !important; */
    height: auto !important;
    background:#ebebeb;
    text-align:center;
    /*padding:10px 0;
	margin:0 0 13px;*/
}
.main-single-product .logo-shop img{ vertical-align:top; height: auto !important; margin-bottom: -52px !important; }
.main-single-product .btn-letter{
    display:block;
    margin:0 auto 20px;
    background:url(../../images/fe/btn-letter-pink.png) no-repeat;
    width:168px;
    height:31px;
    line-height:31px;
    padding:0 0 0 45px;
    font-size:14px;
    color:#fff;
    position: relative;
    bottom: 0px;
}
.main-single-product .sidebar .heading-shop{
    background:#fb4793;
    padding:9px 4px 15px;
    -webkit-border-radius:2px 2px 0 0;
    border-radius:2px 2px 0 0;
    text-align:center;
}
.main-single-product .sidebar .heading-shop h1{
    font-size:16px;
    line-height:20px;
    color:#fff;
}
.main-single-product .sidebar-inner{
    border-top:1px solid #e94289;
    background:#fff;
    /*padding:12px 0 0;*/
    margin-top:-3px;
    -webkit-border-radius:2px 2px 0 0;
    border-radius:2px 2px 0 0;
}
.main-single-product .sidebar-row{
    border:1px solid #ededed;
    border-width:1px 0;
}
.main-single-product .sidebar-row h2{
    font-size:13px;
    line-height:30px;
    font-weight:normal;
    border-bottom:1px solid #ededed;
    background:#fb4793;
    text-align:center;
    color:#fff;
    margin:0 0 10px;
}
.product-list-small{
    overflow:hidden;
    padding:0 0 5px 7px;
}
.product-list-small li{
    float:left;
    margin: 0px 0px 10px 18px;
    border:1px solid #e5e5e5;
    width: 60px;
    height: 62px;
    -webkit-border-radius:3px;
    border-radius:3px;
}
.product-list-small a{
    display:block;
    color:#4a4a4a;
}
.product-list-small img{vertical-align:top;}
.product-list-small li strong{
    display:block;
    padding:16px 5px 0;
    font-size:12px;
    line-height:15px;
    color:#4a4a4a;
    text-align:center;
}
.main-single-product .rating-row{
    overflow:hidden;
    background:#00bff3;
    border-bottom:1px solid #ededed;
    padding:6px 10px;
    color:#fff;
    font-size:14px;
    line-height:16px;
}
.main-single-product .rating-row span{
    float:left;
    margin:0 5px 0 15px;
}
.main-single-product .comment-row{
    border-bottom:1px solid #ececec;
    margin:0 5px 4px;
    font-size:10px;
    text-align:center;
    padding:7px 0;
}
.main-single-product .comment-row a{color:#fb4793;}
.main-single-product .comment-row a.link-re{color:#4a4a4a;}
.main-single-product .comment-row a:hover{text-decoration:none;}
.main-single-product .comment-row a span{color:#fb4793;}
.main-single-product .comment-row a:hover span{text-decoration:none;}
.main-single-product .rating-row .rating{padding:2px 0 0 !important;}
.main-single-product .comment-row a em{font-style:normal;}
.main-single-product .comment-row a:hover em{text-decoration:underline;}
.main-single-product{
    background:none;
    padding-bottom:60px;
}
.main-single-product .content{padding:0;}
.main-single-product .main-holder{
    overflow:hidden;
}
.main-single-product .contact-box{
    overflow:hidden;
    text-align:center;
    padding:0 0 16px;
}
.main-single-product .contact-box h3{
    font-size:15px;
    line-height:18px;
    font-weight:normal;
    margin:12px 0 10px;
}
.main-single-product .contact-box .phone{
    display:block;
    font-size:26px;
    line-height:28px;
    font-weight:bold;
    margin:0 0 12px;
}
.main-single-product .contact-box .area{
    display:block;
    margin:0 auto 9px;
    width:193px;
    border:1px solid #e8e8e8;
    line-height:20px;
    -webkit-border-radius:3px;
    border-radius:3px;
}
.main-single-product .contact-box .area a{color:#fb4793;}
.main-single-product .contact-box a.area{color:#01b6ee;}
.product-breadcrumbs{
    overflow:hidden;
    padding:15px 0 14px;
}
.product-breadcrumbs ul{
    float:left;
    background:#00bff3;
    padding:0 16px;
    -webkit-border-radius:0 4px 4px 0;
    border-radius:0 4px 4px 0;
}
.product-breadcrumbs ul li{
    float:left;
    color:#fff;
    font-size:11px;
    line-height:17px;
    background:url(../../images/fe/bg-product-sep.png) no-repeat 0 50%;
    padding:0 4px 0 7px;
}
.product-breadcrumbs ul li a{color:#fff;}
.product-breadcrumbs ul li:first-child{
    padding-left:0;
    background:none;
}
.product-gallery{
    width:385px;
    border:1px solid #eee;
    background:#f8f8f8;
    padding:3px;
    float:left;
    margin:0 6px 0 0;
}
.product-gallery .mask{
    overflow:hidden;
    width:322px;
    float:left;
    position:relative;
}
.product-gallery .gallery2{
    position:relative;
    height:484px;
    border:1px solid #e5e5e5;
}
.product-gallery .gallery2 li{
    position:absolute;
    top:0;
    left:0;
}
.product-gallery .gallery2 li.active{z-index:3;}
.product-gallery .paging{
    float:right;
}
.product-gallery .paging li{
    position:relative;
    margin:0 0 5px;
}
.product-gallery .paging li img{vertical-align:top;}
.product-gallery .paging li span{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:url(../../images/fe/bg-hover.png);
    display:none;
}
.product-gallery .paging li.active span{display:block;}
.product-box{
    overflow:hidden;
    color:#4a4a4a;
    font-size:13px;
    line-height:18px;
    padding-left:20px;
}
.product-box .description{
    width:100%;
    margin:0 0 24px;
}
.product-box h1{
    font-size:22px;
    line-height:25px;
    font-weight:bold;
    margin:0 0 8px;
}
.product-box .info{
    display:block;
    font-weight:bold;
    margin:0 0 13px;
}
.product-box .price{
    display:block;
    font-size:22px;
    line-height:26px;
    margin:0 0 14px;
    color: #e15089;
}
.product-box .in-stock{
    background:url(../../images/fe/ico-in-stock-blue.gif) no-repeat 0 50%;
    color:#00bff3;
    padding:0 0 0 21px;
    display:block;
    text-decoration:underline;
}
.in-stock-holder{
    position:relative;
    display:inline-block;
    vertical-align:top;
    margin:0 0 7px;
}
* +html .in-stock-holder{display:inline;}
.drop-instock{
    position:absolute;
    top:100%;
    left:0;
    background:url(../../images/fe/bg-instock-drop.png) no-repeat;
    width:337px;
    padding:18px 0 0;
    margin-top:-3px;
    font-size:11px;
    line-height:17px;
    display:none;
}
.in-stock-holder:hover .drop-instock{display:block;}
.drop-instock a{color:#5b5b5b;}
.drop-instock .drop-holder{
    background:url(../../images/fe/bg-instock-drop.png) no-repeat -337px 100%;
    padding:0 0 18px;
    width:100%;
}
.drop-instock .drop-frame{
    background:url(../../images/fe/bg-instock-drop.png) repeat-y -674px 0;
    padding:0 1px 0 11px;
}
.drop-instock ul{
    margin:0;
}
.drop-instock ul.instock-list>li{
    padding:0 0 0 26px;
    border-bottom:1px solid #ebebeb;
    background:url(../../images/fe/ico-arrow.png) no-repeat 6px 5px;
    line-height:28px;
}
.drop-instock ul.instock-list>li>a{color:#fb4793;}
.drop-instock ul.instock-list li li{
    line-height:17px;
    padding:0 22px 0 24px;
    margin:0 0 0 -25px;
    border-top:1px solid #ebebeb;
    color:#fb4793;
    width:278px;
}
.drop-instock ul.instock-list li li:first-child{border-top:0;}
* +html .drop-instock ul.instock-list li li{height:1%; vertical-align:top;}
.drop-instock ul.instock-list li li span{
    display:block;
    text-align:right;
}
.drop-instock ul.instock-list li li a{
    float:left;
    border-bottom:1px solid #adadad;
    margin-bottom:-1px;
    text-decoration:none;
}
.drop-instock ul.instock-list li li a:hover{
    margin-bottom:0;
    border-bottom:0;
}
.drop-instock ul.instock-list li li:after{	height: 0;	clear: both;	content:'';	display: block;}
ul.color-list li a {
    width: 23px;
    height: 23px;
    float: left;
    border:2px solid #999;
}
ul.color-list li a:hover { border:2px solid #666; }
ul.color-list li.active a {
    border: 2px solid #30afc0;
    border-radius: 2px;
}
.product-box .description p{
    margin:0 0 20px;
}
.product-box .row{
    margin:0 0 18px;
    overflow:hidden;
    border-bottom:1px solid #d5d5d5;
    padding-bottom: 15px;
}
.product-box .ttl{
    display:block;
    margin:0 0 12px;
}
.product-box .color-list{
    overflow:hidden;
    margin:0 0 4px;
}
.product-box .color-list li{
    float:left;
    margin:0 4px 0 0;
}
.product-box .size-list{overflow:hidden;}
.product-box .size-list li{
    float:left;
    margin:0 4px 0 0;
}
.product-box .size-list li a{
    display:block;
    /*	border:1px solid #7f7f7f;*/
    border:1px solid #d9d9d9;
    color:#4a4a4a;
    width:38px;
    height:35px;
    line-height:35px;
    text-align:center;
}
.product-box .size-list li.dis a{
    border-color:#d8d8d8;
    color:#d3d3d3;
    background:url(../../images/fe/bg-dis.png) no-repeat;
}
.link-size{
    display:inline-block;
    vertical-align:top;
    text-decoration:underline;
    color:#fb4793;
    margin:-9px 0 56px;
}
.product-box .btn-wrapp{
    overflow:hidden;
}
.product-box .social2 span{
    float:left;
    margin:0 7px 0 0;
}
.product-box .btn-wrapp .social2{
    float:left;
    margin:0 0 0 0px;
}
.product-box .social2 ul{float:left;}
.product-box .social2 ul li{
    float:left;
    margin:0 4px 0 0;
}
.product-box .social2 ul a{
    display:block;
    width:16px;
    height:16px;
    text-indent:-9999px;
    overflow:hidden;
}
.product-box .social2 ul a.vk{background:url(../../images/fe/ico-social2.png) no-repeat;}
.product-box .social2 ul a.twitter{background:url(../../images/fe/ico-social2.png) no-repeat -20px 0;}
.product-box .social2 ul a.facebook{background:url(../../images/fe/ico-social2.png) no-repeat -40px 0;}
.product-box a.add-btn.contbutton{
    background:#14bae4 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiNDc5MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZDE2NWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #14bae4 0%, #3188bd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#14bae4), color-stop(100%,#3188bd));
    background: -webkit-linear-gradient(top,  #14bae4 0%,#3188bd 100%);
    background: -o-linear-gradient(top,  #14bae4 0%,#3188bd 100%);
    background: -ms-linear-gradient(top,  #14bae4 0%,#3188bd 100%);
    background: linear-gradient(to bottom,  #14bae4 0%,#3188bd 100%);
    background: linear-gradient(to bottom, #14bae4 0%,#3188bd 100%);
    float:right;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color:#fff;
    font-size:16px;
    line-height:20px;
    font-weight:bold;
    padding:10px 20px;
    text-decoration:none;
    text-align:center;
}
.footer-at-bottom{
    /*height:100%;*/
}
.footer-at-bottom #container{
    min-height:100%;
}
.footer-at-bottom-sb #container{background:url(../../images/fe/bg-sb.png) repeat-y;}
.footer-at-bottom .footer{
    margin-top:-34px;
    position:relative;
    z-index:30;
}
.footer-at-bottom .footer2{margin-top:0;}
.footer-at-bottom .footer-mark{
    margin:0;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
}
.footer-at-bottom .footer p span{color:white;}

.search-section h1{
    color:#fff;
    display:inline-block;
    font-size:18px;
    line-height:21px;
    margin:0;
    padding:0 38px 0 0;
    margin:0 10px 0 0;
}
* +html .search-section h1{display:inline;}
.search-section h1.help-title{background:url(../../images/fe/ico-flag.png) no-repeat 100% 50%;}
.search-section p{
    display:inline;
    font-size:12px;
    line-height:15px;
    font-weight:bold;
    color:#fda8c7;
}
.content.wish-content .product-list {margin:0 -40px;}
#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    z-index: 1104;
    display: none;
}
#fancybox-loading div {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px;
    background-image: url(../../images/fe/fancybox/fancybox.png);
}
#fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100;
    display: none;
}
#fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    overflow: auto;
    display: none;
}
#fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px; /* should be 20px */
    z-index: 99999;
    outline: none;
    display: none;
}
#fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
}
#fancybox-content {
    width: 0;
    height: 0;
    padding: 0;
    outline: none;
    position: relative;
    overflow: hidden;
    z-index: 1102;
    border: 0px solid #fff; /* border-width should be zero */
}
#fancybox-hide-sel-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1101;
}
#fancybox-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background: transparent url(../../images/fe/fancybox/fancybox.png) -40px 0px;
    cursor: pointer;
    z-index: 1103;
    display: none;
}
#fancybox-error {
    color: #444;
    font: normal 12px/20px Arial;
    padding: 14px;
    margin: 0;
}
#fancybox-img {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    line-height: 0;
    vertical-align: top;
}
#fancybox-frame {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}
#fancybox-left, #fancybox-right {
    position: absolute;
    bottom: 0px;
    height: 100%;
    width: 35%;
    cursor: pointer;
    outline: none;
    background: transparent url(../../images/fe/fancybox/blank.gif);
    z-index: 1102;
    display: none;
}
#fancybox-left {
    left: 0px;
}
#fancybox-right {
    right: 0px;
}
#fancybox-left-ico, #fancybox-right-ico {
    position: absolute;
    top: 50%;
    left: -9999px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    cursor: pointer;
    z-index: 1102;
    display: block;
}
#fancybox-left-ico {
    background-image: url(../../images/fe/fancybox/fancybox.png);
    background-position: -40px -30px;
}
#fancybox-right-ico {
    background-image: url(../../images/fe/fancybox/fancybox.png);
    background-position: -40px -60px;
}
#fancybox-left:hover, #fancybox-right:hover {
    visibility: visible; /* IE6 */
}
#fancybox-left:hover span {
    left: 20px;
}
#fancybox-right:hover span {
    left: auto;
    right: 20px;
}
.fancybox-bg {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    width: 20px;
    height: 20px;
    z-index: 1001;
}
#fancybox-bg-n {
    top: -20px;
    left: 0;
    width: 100%;
    background-image: url(../../images/fe/fancybox/fancybox-x.png);
}
#fancybox-bg-ne {
    top: -20px;
    right: -20px;
    background-image: url(../../images/fe/fancybox/fancybox.png);
    background-position: -40px -162px;
}
#fancybox-bg-e {
    top: 0;
    right: -20px;
    height: 100%;
    background-image: url(../../images/fe/fancybox/fancybox-y.png);
    background-position: -20px 0px;
}
#fancybox-bg-se {
    bottom: -20px;
    right: -20px;
    background-image: url(../../images/fe/fancybox/fancybox.png);
    background-position: -40px -182px;
}
#fancybox-bg-s {
    bottom: -20px;
    left: 0;
    width: 100%;
    background-image: url(../../images/fe/fancybox/fancybox-x.png);
    background-position: 0px -20px;
}
#fancybox-bg-sw {
    bottom: -20px;
    left: -20px;
    background-image: url(../../images/fe/fancybox/fancybox.png);
    background-position: -40px -142px;
}
#fancybox-bg-w {
    top: 0;
    left: -20px;
    height: 100%;
    background-image: url(../../images/fe/fancybox/fancybox-y.png);
}
#fancybox-bg-nw {
    top: -20px;
    left: -20px;
    background-image: url(../../images/fe/fancybox/fancybox.png);
    background-position: -40px -122px;
}
#fancybox-title {
    font-family: Helvetica;
    font-size: 12px;
    z-index: 1102;
}
.fancybox-title-inside {
    padding-bottom: 10px;
    text-align: center;
    color: #333;
    background: #fff;
    position: relative;
}
.fancybox-title-outside {
    padding-top: 10px;
    color: #fff;
}
.fancybox-title-over {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFF;
    text-align: left;
}
#fancybox-title-over {
    padding: 10px;
    background-image: url(../../images/fe/fancybox/fancy_title_over.png);
    display: block;
}
.fancybox-title-float {
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 32px;
}
#fancybox-title-float-wrap {
    border: none;
    border-collapse: collapse;
    width: auto;
}
#fancybox-title-float-wrap td {
    border: none;
    white-space: nowrap;
}
#fancybox-title-float-left {
    padding: 0 0 0 15px;
    background: url(../../images/fe/fancybox/fancybox.png) -40px -90px no-repeat;
}
#fancybox-title-float-main {
    color: #FFF;
    line-height: 29px;
    font-weight: bold;
    padding: 0 0 3px 0;
    background: url(../../images/fe/fancybox/fancybox-x.png) 0px -40px;
}
#fancybox-title-float-right {
    padding: 0 0 0 15px;
    background: url(../../images/fe/fancybox/fancybox.png) -55px -90px no-repeat;
}
.content.wish-content .filter-section {
    float:right;
    margin:0;
    width:auto;
}
.content.wish-content .filter-section .cselector {margin:0;}
.content.wish-content .info-holder {
    float:right;
}
.content.wish-content .info-holder p {
    margin: 0;
}
.content.wish-content .info-holder a {
    text-decoration:underline;
    color:#00bff3;
    background:none;
    -webkit-border-radius: 0;
    border-radius: 0;
    float:none;
    padding:0;
    margin:0;
}
.content.wish-content .info-holder a:hover {text-decoration:none;}
.content.wish-content .info-holder .people-link {
    text-decoration:none;
    color:#fb4793;
}
.content.wish-content .info-holder .people-link:hover {text-decoration:underline;}
.subscribers-list {
    list-style:none;
    padding:0;
    margin:0 auto;
    overflow:hidden;
    width: 560px;
}
.subscribers-list li {
    overflow:hidden;
    background:#f8f6f7;
    border-left:8px solid #ffd800;
    margin:0 0 5px;
}
.subscribers-list table {
    margin:0;
    padding:0;
    border:none;
    border-collapse: collapse;
    width:100%;
}
.subscribers-list table td {
    padding:0;
    vertical-align:middle;
}
.subscribers-list table ul {
    list-style:none;
    padding:0;
    overflow:hidden;
    width:86px;
    margin:0 auto;
}
.subscribers-list table li {
    border:none;
    float:left;
    margin:0 8px 0 0;
}
.subscribers-list table ul a {
    display:block;
    overflow:hidden;
    text-indent:-9999px;
    background:url(../../images/fe/ico-user.png) no-repeat;
    height:14px;
}
.subscribers-list table .user {
    width:12px;
}
.subscribers-list table .mail {
    width:14px;
    background-position:-20px 0;
}
.subscribers-list table .chat {
    width:14px;
    background-position:-41px 0;
}
.subscribers-list table .like {
    width:14px;
    background-position:-63px 0;
}
.subscribers-list .photo {
    width:115px;
    padding:0 0 0 9px;
}
.subscribers-list .photo .box {
    overflow:hidden;
    background:none transparent;
    padding:0px;
}
.subscribers-list .photo img {display:block;}
.subscribers-list .std {
    color:#fb4793;
    font-size:13px;
    line-height:16px;
    width:200px;
}
.subscribers-list .std strong {
    display:block;
    color:#00bff3;
    font-size:19px;
    line-height:22px;
    font-weight:bold;
}
.subscribers-list .std span {display:block;}
.subscribers-list .add {
    width:96px;
    background:#00bff3;
}
.subscribers-list .add a {
    width:96px;
    height:101px;
    overflow:hidden;
    text-indent:-9999px;
    background:url(../../images/fe/btn-add.gif) no-repeat;
    display:block;
}
/*
.timetable
{
    border:1px solid hsl(330, 5%, 91%);
    text-align: center;
}
.timetable .th
{
    background: #edf0f5;
    text-align: center!important;
}
.timetable td
{
    border: 1px solid hsl(0, 100%, 100%)!important;
    padding: 2px;
    position: relative;
    width: 27px;
    text-align: left;
}
.timetable td > sup
{
    top:-2px;
    font-size: 8px;
    position: absolute;
}
.timetable .off
{
background: #3da0b3!important;
    color: #ffffff!important;
}
*/
.size-list li{
    float:left;
    margin:0 7px 0 0;
    padding:0 0 3px;
}
.size-list li a{
    display:block;
    line-height:25px;
    font-size:13px;
    text-transform:uppercase;
    font-weight:bold;
    border: 1px solid #d9d9d9;
    /*
	padding:0 16px;
	border:1px solid #ddd;
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE0JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNWQ1ZDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 14%, #d5d5d5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(14%,#ffffff), color-stop(100%,#d5d5d5));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 14%,#d5d5d5 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 14%,#d5d5d5 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 14%,#d5d5d5 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 14%,#d5d5d5 100%);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.2);
	color:#3c3c3b;
	text-shadow:0 1px 1px #fff;
*/
}
.size-list li a:hover,
.size-list li.active a{
    text-decoration:none;
    background: #fc4595;
    color: #fff;
    /*	background: #f9e7a3;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZTdhMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmY0Y2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f9e7a3 0%, #fff4ca 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9e7a3), color-stop(100%,#fff4ca));
	background: -webkit-linear-gradient(top,  #f9e7a3 0%,#fff4ca 100%);
	background: -o-linear-gradient(top,  #f9e7a3 0%,#fff4ca 100%);
	background: -ms-linear-gradient(top,  #f9e7a3 0%,#fff4ca 100%);
	background: linear-gradient(to bottom,  #f9e7a3 0%,#fff4ca 100%);
	-webkit-box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.2);
*/
}
.section h1.h {
    margin:0 0 16px;
    font-size:22px;
    line-height:24px;
    font-weight:bold;
}
.section p.breadcrumbs {
    color: #9C9C9C;
}
.section p.breadcrumbs a {
    color: #9C9C9C;
    text-decoration: underline;
}

/** Base Elements */
.h_title {
    color:#FB4793;
    margin: .7em 0 .4em;
    padding: 0;
    font: 20px Arial, sans-serif;
    text-shadow: 0 1px 1px #FFF;
}
.h._sec-blog {
    font: bold 16px "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
    color: #2E3440;
}


.section-blog {
    padding: 5px 0px;
    padding-left:;
    width: 97%;
    color: #000;
}
.section-blog._frst {
    padding-top: 0;
}
.section-blog._c {
    overflow: hidden;
}
.bsubsection {
    margin: 8px 0;
    padding: 5px 20px;
    background: #EBF0DB;
}

.comms-blog {
    font: 11px Arial, sans-serif;
    color: #838383;
}
.comm {
    color: #838383;
}
p.comm,
.comms {
    font: 11px Arial, sans-serif;
    color: #838383;
}
p.comm a {
    color: #A1A1A1;
    text-decoration: underline;
}
p.comm a._alt {
    text-decoration: none;
}
p.comm a._alt:hover {
    text-decoration: underline;
}
p.comm._preh {
    margin-bottom: -.8em;
    font-size: 13px;
}
small.comm {
    font-size: 13px;
    color: #BCBCBC;
}
small.comm a {
    color: #BCBCBC;
    text-decoration: underline;
}
.scomm {
    color: #6B773B;
}


.posts-blog {
    overflow: hidden;
    clear: both;
    padding-left: 75px;
}
.posts-blog._alt {
    overflow: visible;
    clear: none;
    padding-left: 105px;
}


.post .h .comm,
.b_user_info_blog .h .comm {
    margin-left: 1em;
    font-size: 11px;
    font-weight: normal;
    color: #838383;
}
.b_user_info_blog .h .comm a {
    text-decoration: underline;
    color: #838383;
}
.post .h ._side,
.b_user_info_blog .h ._side {
    position: absolute;
    right: 8px;
    top: 5px;
}

/**/
.social_link a {
    color: #FB4793;
}

/** Structured Elements */
.wrap-blog {
    min-width: 960px;
    height:auto;
    color: #2E3440;
    background: #F4F4F4 url("../../images/fe/bgr-light.png");
}

/**/
.header-blog {
    position: relative;
    height:42px;
    padding: 0 20px 4px 230px;
    background: #00bff3;
}
.header-blog, .header-blog a {
    color:#fff;
}
.header-blog h1 {
    position: absolute;
    top: 7px;
    left: 20px;
    margin: 0;
}
.header-blog h1 a {
    display: block;
    width: 151px;
    height: 32px;
    background: url("../images/logo.png") no-repeat;
}
.header-blog h1 span {
    display: none;
}

/**/
.dropnav-blog {
    float: left;
    color: #fff;
}
.dropnav-blog._nodrop {
    overflow: hidden;
    margin: 0 -10px;
    padding: 0 10px;
}
.dropnav_head_blog a {
    display: block;
    height: 18px;
    padding: 14px 15px;
    color: #fff;
    text-decoration: none;
}
.dropnav_head_blog a span {
    background: url("../images/arrow-menu.png") no-repeat;
    display:inline-block;
    height:5px;width:8px;
    position: relative;
    left: 3px;
}
.dropnav_head_blog a img {
    margin-right: .25em;
    vertical-align: top;
}
.dropnav_body_blog {
    display: none;
}
.dropnav-blog:hover > div {
    background: #fb4793;
}
.dropnav-blog:hover .dropnav_body_blog {
    display: block;
    position: absolute;
    top: 46px;
    width: 160px;
    padding: 5px 15px;
    z-index: 111;
}
.dropnav-blog._login .dropnav_head_blog a {
    padding-left: 33px;
    background: url("../images/menu-icons.png") no-repeat;
}
.dropnav-blog._reg .dropnav_head_blog a {
    padding-left: 33px;
    background: url("../images/menu-icons.png") 0 -42px no-repeat;
}
.dropnav-blog._blogs .dropnav_head_blog a {
    padding-left: 33px;
    background: url("../images/menu-icons.png") 0 -84px no-repeat;
}
.dropnav_body_blog hr {
    margin: .2em 0;
    padding: 0;
    height: 0;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #125058;
}
.cart a {
    float:right;
}
.cart a {
    background: url("../images/cart.png") no-repeat;
    padding:5px 0 0px 40px;
    text-decoration:none;
}
.cart span {
    display:block;
}
.cart span b {
    color:#ffe401;
    font-size:14px;
}
.cart .caret{
    display: inline-block;
}
/**/

.main_blog {
    float: left;
    width: 100%;
    height: auto;
}
.main_blog._sidebar {
    /* background: url("../../images/fe/bgr-dark.png") repeat-y -80px 0;*/
    background:#f9f9f9;

}

.content-blog {
    height: auto;
    position: relative;
}
.main_blog._sidebar .content-blog {
    background:#fff;
    margin-left: 220px;
    border-left: #DDD solid 1px;
}
.content-blog > .content-blog {
    border-left: 0 !important;
}
.main_blog._sidebarb .content-blog {
    margin-right: 360px;
}
.main_blog._sidebarc .content-blog {
    margin-right: 40%;
}
.content-blog._pre {
    margin: 0 0 20px !important;
}
.content-blog._pre._b {
    margin: 0 !important;
    background: url("../../images/fe/bgr-dark.png") repeat 0 0;
}

/**/
.sidebar-blog {
    background:#f9f9f9;
    float: left;
    height: 100%;
    /*min-height: 1100px;*/
    width: 220px;
    /*border-right: #DDD solid 1px;*/
}

/**/
.nav_list_blog {
    margin: 7px -10px 0px;
    padding: 0;
    list-style: none;
    cursor: default;
}
.main-shop-blog .nav_list_blog-spmargin { margin: 7px -25px 0px; }
.nav_list_blog ul {
    margin: 0;
    padding: 0;
}
.nav_list_blog li {
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav_list_blog li li a,
.nav_list_blog li li strong {
    color:#4a4a4a;
    padding-left: 40px;
}
.nav_list_blog li li li a,
.nav_list li li li strong {
    padding-left: 50px;
}
.nav_list_blog li li li li a,
.nav_list_blog li li li li strong {
    padding-left: 60px;
    font-size: 12px;
}
.nav_list_blog a,
.nav_list_blog strong {
    display: block;
    padding: .3em 20px .4em 30px;
}
.nav_list a:hover {
    /*background: #F6F6F6;*/
    text-decoration: underline;
}
.nav_list_blog .active > a {
    color: #fb4793;
}
.nav_list_blog strong {
    color: #fb4793;
    font-weight: bold;
}
.nav_list_blog a > strong {
    padding: 0;
}
.nav_list_blog._alt {
    font-size: 15px;
}
.nav_list_blog._alt a,
.nav_list_blog._alt strong {
    margin-left: -10px;
}
.nav_list_blog._alt2 {
    font-size: 12px;
}

/**/
.b_user_info_blog {
    position: relative;
}
.b_user_info_blog .h {
    margin-bottom: 0;
}
.b_user_info_blog p {
    margin: .4em 0;
}
.b_user_info_blog .msgcontrol {
    display: block;
    margin-top: 6px;
}
.b_user_info_blog .autor_blog {
    color:#00bff3;
}

/**/
.footer-blog {
    clear: both;
    display:block;
    padding: 5px 20px;
    color: #fff;
    background: #FB4793;
    font-size: 12px;
}
.footer-blog a {
    color: #fff;
}
.footer-blog .h {
    margin: 0 0 .2em;
    font-size: 20px;
    font-weight: bold;
    text-shadow: none;
}

/**/
/** Global Modifiers and Constants */
.m_bordered-blog{
    border-bottom: #DDD solid 1px;
    padding-bottom:15px;
}
.m_bordered {
    background: url("../../images/fe/content-border.png")
    repeat-x 0 100%;
}
.bread_crumbs, .bread_crumbs a {
    color:#838383;
    font-size:12px;
}
.bread_crumbs a {
    text-decoration:underline;
}
.bread_crumbs a:hover {
    text-decoration:none;
}
.bread_crumbs span {
    padding:0 6px;
}

.rubric {
    font-size:11px;
    padding:10px 20px;
}
.rubric span {
    color:#FB4793;
}
.paginat_bottom, .cont_paginator {
    text-align: center;
    font-size: 11px;
    padding: 30px;
}

.paginat_bottom ul.buttonrow._paginator.pages-control, .cont_paginator ul.buttonrow._paginator.pages-control {
    display: inline-block;
    list-style: none;
}

.paginat_bottom li, .cont_paginator li {
    display: inline-block;
    border: solid 1px #dededf;
    cursor: pointer;
    margin-right: 7px;
    border-radius: 1px;
}

.paginat_bottom li.no-paginat {
    border: none;
    margin-right: 0;
    margin-left: -7px;
    vertical-align: bottom;
    cursor: default;
    padding-bottom: 0;
}

.paginat_bottom li.no-paginat:hover {
    background: #fff;
    padding-bottom: 0;
}

.paginat_bottom li:first-child {
    background: url(/shared/images/sprites.png) 10px -1320px no-repeat;
    height: 28px;
    width: 28px;
    vertical-align: top;
    margin-left: 7px;
}

.paginat_bottom li:last-child {
    background: url(/shared/images/sprites.png) 10px -1390px no-repeat;
    height: 27px;
    width: 28px;
    vertical-align: top;
    margin-right: 0px;
}

.paginat_bottom li:hover:first-child {
    background: url(/shared/images/sprites.png) 11px -1349px no-repeat, #038dd5;
}

.paginat_bottom li:last-child:hover {
    background: url(/shared/images/sprites.png) 11px -1419px no-repeat, #038dd5;
}

.paginat_bottom li.active, .paginat_bottom li:hover, .cont_paginator li.active, .cont_paginator li:hover {
    background: #038dd5;
    border: none !important;
}

.paginat_bottom a, .cont_paginator a {
    color: #363636;
    display: block;
    padding: 5px 10px;
}
.paginat_bottom a:hover, .cont_paginator a:hover {
    text-decoration: none;
}

.paginat_bottom li.active a, .paginat_bottom li:hover a, .cont_paginator li.active a, .cont_paginator li:hover a {
    color: #fff;
    padding: 6px 11px;
}

.products .more {
    background: #038dd5;
    margin: 0;
    text-align: center;
    padding: 0;
}
.more:hover {
    -webkit-box-shadow: inset 4px 4px 5px rgba(0,0,0,.3);
    -moz-box-shadow: inset 4px 4px 5px rgba(0,0,0,.3);
    box-shadow: inset 4px 4px 5px rgba(0,0,0,.3);
}

.more a {
    color: #fff;
    width: 100%;
    display: block;
    cursor: pointer;
    padding: 15px;
}
.more a:hover {
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0,0,0,.5);
    text-decoration: none;
}
.more a span {
    background: url(/shared/images/sprites.png) 137px -1466px no-repeat;
    padding: 0 35px 0 0;
}

.feedbacks-container._alt,
.feedbacks-container._alt2 {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

.posts {
    overflow: hidden;
    clear: both;
    padding-left: 85px;
}
.posts._alt {
    overflow: visible;
    clear: none;
    padding-left: 105px;
}
.post {
    position: relative;
    min-height: 65px;
    margin: 0 0 30px 40px;
    padding: 10px;
    border: 1px solid #DCDCDC;
    border-radius: 4px;
}
.post:hover{
    background: #F2F2F2;
}
.post_mini {
    min-height: 40px;
    margin: 0 0 8px 60px;
    padding: 8px 5px 0;
    background: #FFF;
    /*background: transparent;
		border-width: 1px 0 0;
		border-radius: 0;*/
}
.post .h {
    margin: 0;
    padding-right: 20px;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    /*background: url("../../images/fe/smiles.png") no-repeat 100% -50px;*/
}
.post_mini .h {
    font-size: 13px;
    font-weight: normal;
}
.feedbacks-container._alt .post .h {
    margin: 0;
    padding-right: 0;
    background: transparent;
}
.feedbacks-container._alt .posts._alt2 .h {
    margin: 0 35px 0 0;
}
.feedbacks-container._alt .posts._alt2 .h .comm {
    white-space: nowrap;
}
.post .h a {
    color: inherit;
}
.feedbacks-container._alt .comm a {
    text-decoration: underline;
}
.post .h._s2 {
    background-position: 100% -100px;
}
.post .h._s3 {
    background-position: 100% 0;
}
.post .h .comm,
.b_user_info .h .comm {
    margin-left: 1em;
    font-size: 11px;
    font-weight: normal;
    color: #838383;
}
.b_user_info .h .comm a {
    text-decoration: underline;
    color: #838383;
}
.post .h ._side,
.b_user_info .h ._side {
    position: absolute;
    right: 8px;
    top: 60px;
}
.post_mini .h ._side {
    right: 9px;
    top: 8px;
}
.post p {
    margin: .5em 0;
}
.post_mini p {
    margin: .25em 0;
}
.post > b {
    position: absolute;
    left: -95px;
    top: 8px;
    border: 1px solid #FFF;
}
.post > a img,
.post > b img {
    display: block;
}
.post_mini > a,
.post_mini > b {
    left: -60px;
}
.post_mini > a img,
.post_mini > b img {
    width: 38px;
    height: 38px;
}
.post > i {
    overflow: hidden;
    position: absolute;
    left: -19px;
    top: 13px;
    width: 19px;
    height: 10px;
    /*			background: url("../../images/fe/posts.png") no-repeat 0 0;*/
    background: url("../../images/fe/corner-comment.gif") no-repeat 0 0;
}
.post_mini > i {
    overflow: hidden;
    position: absolute;
    left: -16px;
    top: 13px;
    width: 16px;
    height: 14px;
    background: url("../../images/fe/corner-comment2.gif") no-repeat 0 0;
}
.post._auth > a,
.post._auth > b {
    border-color: #DE7A64;
}
.post._new {
    background: #EBF0DA;
}
.post._new > i {
    background-position: 0 -20px;
}
.post._sys {
    border-color: #F69D99;
}
.post._sys > i {
    background-position: 0 -40px;
}
.post._deleted {
    font-style: italic;
    opacity: .6;
}
.post._deleted * {
    font-style: italic;
}
.post._answer {
    max-width: 800px;
}
.post._answer > h3 {
    margin-bottom: .3em !important;
}
.post_mini._answer {
    margin-bottom: 10px;
    padding: 5px;
}
.post_mini._answer textarea {
    position: static;
    height: 32px;
    border-radius: 0;

    border: 0;
    overflow: auto;
    width: 100%;
    padding: 0;
    resize: none;
    float: left;
    margin: 0;
}
.post_mini._answer span + p {
    margin-top: 7px;
}
/*.post_mini._answer form > span:before {
			content: "";
			}*/
.post_mini._answer._passive {
    min-height: 16px;
    padding-left: 6px;
}
.post_mini._answer._passive > a,
.post_mini._answer._passive > form > p {
    display: none;
}
.post_mini._answer._passive textarea {
    overflow: hidden;
    display: block;
    height: 16px;
}
.post_mini._answer._passive form > span {
    cursor: text;
}
/*.post_mini._answer._passive form > span:before {
			content: "Написать комментарий";
			z-index: 3;
			position: absolute;
			top: 12px;
			left: 11px;
			font-size: 12px;
			color: #AAA;
			}*/
.postcheckbox, div.post div.chk-area {
    position: absolute;
    left: -128px;
    top: 21px;
}
.post .m_answer {
    margin-right: .7em;
}

.post ._showonhover {
    visibility: hidden;
}
.post:hover ._showonhover {
    visibility: visible;
}

.post_level2 {
    margin-left: 37px; /* 74px; */
}
.post_level3 {
    margin-left: 74px; /* 148px; */
}
.post_level4 {
    margin-left: 111px; /* 222px; */
}
.post_level5 {
    margin-left: 148px; /* 296px; */
}

.post > .text {
    clear: right;
}

/**/

.changer_el._hitme {
    cursor: pointer;
    border-bottom: 1px dashed #00bff3
}

.changer_block {
    display: none;
}
.changer_block._active {
    display: block;
}

/**/

.m_warning {
    display: inline-block;
    min-height: 15px;
    padding-left: 22px;
    background: url("../../images/fe/icon_warning.png")
    no-repeat 0 0;
}
.m_warning._alone {
    width: 16px;
    padding-left: 0;
}
.m_del {
    display: inline-block;
    min-height: 13px;
    padding-left: 18px;
    background: url("../../images/fe/close.png")
    no-repeat 0 50%;
}
.post .m_del{
    position: absolute;
    top: 10px;
    right: 10px;
    display: none;
}

.post .m_warning{
    display: none;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.post .m_warning, .post .m_del{
    font-size: 13px;
    text-decoration: underline;
    color: #434343;
}
.post .m_del:hover, .post .m_warning:hover{
    text-decoration: none;
}

.post:hover .m_del, .post:hover .m_warning{display: block}
.m_del._alone {
    width: 15px;
    padding-left: 0;
}

.tagrow {

}
.tagrow._s0 {
    font-weight: normal;
    padding: 4px 5px;
    color: #000;
    font-size: 16px;
}
a.tagrow._s0:hover{
    text-decoration: none;
}
.tagrow._s0._active{
    background: #e0e0e0;
    border-radius: 5px;
    padding: 5px 10px;
}
.tagrow._s0 i {
    text-decoration: none;
    font-size: 14px;
}
a.tagrow._s0 span:hover{
    text-decoration: underline;
}
.tagrow._s2 {
}
.carousel.default{
    margin: 0px 43px;
}
.fllialsCarousel{
    width: 100% !important;
    overflow: hidden;
    height: 83px;
}
.fllialsCarousel li{
    margin-top: 0;
    width: 276px;
    border-radius: 10px;
    height: 83px;
}
.fllialsCarousel li a{
    border-radius: 10px 10px 0 0;
    color: #000;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    display: block;
    background: #f2f2f2;
    border: solid 3px #fff;
    padding: 2px 30px 3px 30px;
    height: 53px;
}

.fllialsCarousel li:hover,.fllialsCarousel li._active{
    border-radius: 10px 10px 0 0;
    margin-top: -10px;
}
.fllialsCarousel li:hover a,.fllialsCarousel li._active a{
    padding-top: 10px;
    border-radius: 10px 10px 0 0;
    height: 63px;
    border-bottom: 0;
    margin-top: 0;
    color: #fff;
    background-color: #6099dc;
    text-decoration: none;
}
.fllialsCarousel li i {
    top: 22px;
    left: 90%;
    font-size: 12px;
    color: #000;
}

.fllialsCarousel li._active i, .fllialsCarousel li:hover i {
    color: #fff;
}

button.leftSection_branch, button.rightSection_branch{
    vertical-align: top;
    margin-top: 13px;
    border: none;
    padding: 12px 15px 17px 15px;
}
button.leftSection_branch{
    position: absolute;
    left: -42px;
    top: 10px;
    margin-right: 10px;
    border-radius: 10px 0 0 0;

}
button.rightSection_branch{
    position: absolute;
    top: 10px;
    right: -43px;
    border-radius: 0 10px 0 0;
    margin-left: -10px;
}
button.leftSection_branch:hover, button.rightSection_branch:hover{
    background-color: #6099dc;
}
.text {
    overflow: hidden;
}
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
    margin: 1.4em 0 .7em;
    font-size: 16px;
    font-weight: normal;
}
.text h1 {
    font-size: 18px;
}
.text h1:first-child {
    margin-top: .7em;
}
.text strong {
    /*color: #904654;*/
}
.imageouttext {
    border: 1px solid #FFF;
}
.imageintext {
    float: left;
    margin: 0 15px 5px 0;
    border: 1px solid #FFF;
}
.text ul,
.text ol {
    overflow: hidden;
    margin: 1em 0;
    padding: 0 0 0 30px;
}
.text table {
    margin: 1em 0;
    border-collapse: collapse;
}
.text th,
.text td {
    padding: 5px 10px;
    border: 1px solid #DEDEDE;
}
.text_rotated {
    display: inline-block;
    -moz-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
}

/**/
/**/
.msgcontrol {
    font-size: 11px;
}
.msgicon {
    display: inline-block;
    padding-left: 16px;
    margin-right: .5em;
    background: url("../../images/fe/icons_msg.png")
    no-repeat 0 2px;
}
.msgicon._fav._active {
    background-position: 0 -18px;
}
.msgicon._com {
    background-position: 0 -39px;
}
.msgicon._com._alt {
    padding-left: 17px;
    background-position: 0 -36px;
}
.msgicon._com._aftertest {
    margin-left: .5em;
}
.comms + .msgcontrol {
    margin-left: .5em;
}

.msgthumbs {
    float: right;
    margin: 0 28px;
    font-size: 13px;
    font-weight: bold;
    color: #333;
}
.msgthumbs > span {
    display: inline-block;
    width: 14px;
    height: 15px;
    margin-left: .3em;
    cursor: pointer;
    vertical-align: -1px;
    background: url("../../images/fe/icons_thumbs.png")
    no-repeat 0 0;
}
span.msgthumbs_b {
    vertical-align: -3px;
    background-position: 0 -20px;
}
.msgthumbs:not(._thoff) > span.msgthumbs_a:hover,
span.msgthumbs_a._active {
    background-position: 0 -40px;
}
.msgthumbs:not(._thoff) > span.msgthumbs_b:hover,
span.msgthumbs_b._active {
    background-position: 0 -60px;
}
.msgthumbs._th1 {
    color: #DE7A64;
}
.msgthumbs._th2 {
    color: #73C664;
}
.msgthumbs._thoff span {
    cursor: default;
}

/**/
.user_pic {
    float: left;
    margin: 4px 10px 0 0;
    border: 1px solid #FFF;
}
.user_pic_big {
    float: right;
    max-width: 45%;
    margin: 20px 20px 12px 20px;
    border: 1px solid #FFF;
}

.form_button_answer {
    overflow: visible;
    padding: 0;
    background: none;
    border: 0;
    font-size: 13px;
    line-height: 18px;
    float: right;
    height: 18px;
}

a.link_new_reply {
    text-decoration: none;
    border-bottom: 1px dashed #208CA3;
}

.form_button_styled._alt {
    height: 29px;
    padding: 0 10px;
    font-size: 13px;
}
.login button[type="submit"]:hover, .form_button_styled:hover {
    background-color: #FED594;
    background-position: 0 -50px;
}
input._uni,button._uni {
    height: 27px !important;
}
._uni {
    display: inline-block !important;
    margin: 0 !important;
    padding: 5px 6px 6px !important;
    text-decoration: none !important;
    font-size: 14px !important;
    line-height: 14px !important;
}
.login button[type="submit"], .form_button_styled {
    height: 35px;
    padding: 0 30px;
    font-size: 16px;
    color: #FFF;
    background: #FEC263
    url("../../images/fe/login_submit.png")
    repeat-x 0 0;
    cursor: pointer;
    border: 1px solid #B1770B;
    border-radius: 4px;
    text-shadow: 0 -1px 0 #C17F38;
}
#newReply #replyContButtonClose {
    display: none !important;
}


._social{
    position:relative;
    margin:0 0 0 17px;
    display:inline-block;
    background:url(../../images/fe/socials-bg-box.png) no-repeat transparent;
    padding:6px;
    width: 153px;
    height: 50px;
    -webkit-border-radius:14px 2px 2px 2px;
    /*border-radius:14px 2px 2px 2px;*/
}
* +html ._social{display:inline;}
._social li{
    float:left;
    margin:0 0 0 2px;
    position:relative;
}
._social li:first-child{margin-left:0;}
._social li a{
    display:block;
    text-indent:-9999px;
    overflow:hidden;
    width:47px;
    height:43px;
    position:relative;
    z-index:8;
}
._social li.facebook a{background:url(../../images/fe/social-icons.png) no-repeat;}
._social li.twitter a{background:url(../../images/fe/social-icons.png) no-repeat -49px 0;}
._social li.vk a{background:url(../../images/fe/social-icons.png) no-repeat -99px 0;}

a.heading-cart {
    background:url(../../images/Cart.png) no-repeat;
    padding-left: 25px;
    background-position-y: 2px;
    font-weight: 100;
    padding-right: 25px;
}
a.heading-user {
    background:url(../../images/User.png) no-repeat;
    background-position-y: 3px;
    padding-left: 20px;
    font-weight: 100;
}
sup{
    position: relative;
    top: -.6em;
    font-size: 10px;
}
p.stepstring strong small{
    color: #fff;
    margin: 0;
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
}
p.stepstring strong{
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    margin: 0;
}
a.the_help {
    display: inline-block;
    width: 15px;
    height: 13px;
    margin: 0 .5em 0 .3em;
    text-indent: -99999px;
    vertical-align: top;
    background: url("../../images/fe/icon_help.png") no-repeat 0 0;
    outline: none;
}
.with_datepicker {
    position: relative;
}
.with_datepicker img.ui-datepicker-trigger {
    position: absolute;
    right: 10px;
    top: 1px;
}
.contbuttons {
    top: 0;
    right: 0;
    background: #00bff3;
    border: 0px solid #999;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    padding: 5px 6px 6px;
    line-height: 1;
}

._content._pre {
    margin: 0 0 20px !important;
}
._content._pre._b {
    height: auto;
    margin: 0 !important;
    margin-left: -10px !important;
    /*background: url("../../images/fe/bgr-dark.png") repeat 0 0;*/
    background: #fb4793;
    color: #2E3440;
}
.only_tabs_head {
    min-height: 40px;
    padding: 5px 20px;
    color: #2E3440;
}
p.prebnav {
    position: absolute;
    right: 20px;
    bottom: 8px;
}
ul.prebnav {
    position: relative;
    /*left: 267px;*/
    bottom: 0;
    top: 0; /* 20px */
    margin: 0;
    padding: 0;
    list-style: none;
}
.only_tabs_head ul.prebnav {
    /*left: 30px;*/
    top: 20px;
}
ul.prebnav li {
    float: left;
}
ul.prebnav li > * {
    display: block;
    padding: 5px 15px;
    font-weight: normal;
}
ul.prebnav li.active {
    background: #F4F4F4 url("../../images/fe/prebnav.png") repeat-x 0 0;
    /*border: 1px solid #DFDFDF;*/
    /*border-bottom: 2px solid #F4F4F4;*/
    border: 1px solid #FFF;
    border-bottom: 2px solid #FFF;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.h {
    margin: 1em 0;
    padding: 0;
    font: 20px Arial, sans-serif;
    text-shadow: 0 1px 1px #FFF;
}
.h small {
    font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #BCBCBC;
}
.mrow {
    display: inline-block;
    width: 100%;
}
.mrow {
    display: inline-block;
    width: 100%;
}

.mcol {
    position: relative;
    display: inline-block;
    width: 23%;
    height: auto;
    margin: 20px 2% 15px 0;
    vertical-align: top;
}
.mcol_aa {
    width: 45%;
}
.mcol_aaa {
    width: 65%;
}
.mcol_aaaa {
    width: 98%;
}
.mcol_1 {
    text-align: right;
}
.mcol_b {
    width: 30%;
    margin: 20px 0 15px 3%;
}
.mcol_bb {
    width: 60%;
}
.mcol_c {
    width: 32%;
    margin: 20px 0 15px 1%;
}
.mcol_cc {
    width: 64%;
}
.mcol_3_alt {
    width: 25%;
    margin-right: 0;
}
.mcol_3_alt small.comm {
    font-size: 12px;
}
.mcol_gigantic_comm {
    position: absolute;
}
.nomarging .mcol {
    margin-top: 5px;
    margin-bottom: -10px;
}
.nomarging.m_bordered .mcol {
    margin-bottom: 20px;
}
.nomarging_b .mcol {
    margin-top: 5px;
    margin-bottom: 5px;
}
.nomarging_b.m_bordered .mcol {
    margin-bottom: 20px;
}
.nomargingtop .mcol {
    margin-top: 5px;
}
.nomargingtop_b .mcol {
    margin-top: 0;
}
.mrowb {
    display: none;
    margin-bottom: 5px;
}
.mrowb .mcolb {
    display: inline-block;
    vertical-align: top;
}
.mrowb textarea.mcolb {
    top: 0;
    width: 63%;
}
.mrowb small.mcolb {
    width: 30%;
    margin-left: 3%;
}
input.form_styled, textarea.form_styled, select.form_styled, div.form_styled {
    position: relative;
    width: 97%;
    padding: 5px 1%;
    background: #F4F4F4;
    border: 1px solid #DBD9D6;
    border-radius: 4px;
}

._section {
    padding: 5px 20px;
    color: #2E3440;
}
.h._sec {
    margin: 1em 0;
}
._nav_list {
    margin: .5em -20px 2em;
    padding: 0;
    list-style: none;
    cursor: default;
}
._nav_list ul {
    margin: 0;
    padding: 0;
}
._nav_list li {
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
}
._nav_list li li a,
._nav_list li li strong {
    padding-left: 40px;
}
._nav_list li li li a,
._nav_list li li li strong {
    padding-left: 50px;
}
._nav_list li li li li a,
._nav_list li li li li strong {
    padding-left: 60px;
    font-size: 12px;
}
._nav_list a,
._nav_list strong {
    color: #000;
    display: block;
    padding: .3em 20px .4em 30px;
}
._nav_list a:hover {
    background: #E2E2E2;
    text-decoration: none;
}
._nav_list .active > a,
._nav_list strong {
    text-decoration: underline;
    color: #6099dc;
    font-weight: bold;
}
._nav_list a > strong {
    padding: 0;
}

._nav_list._alt {
    font-size: 15px;
}
._nav_list._alt a,
._nav_list._alt strong {
    margin-left: -10px;
}
._nav_list._alt2 {
    font-size: 12px;
}
.num {
    position: relative;
    top: -.6em;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    color: #838383;
}

.tarifs {
    width: 100%;
    border-collapse: collapse;
}
.tarifs td {
    padding: 0;
    border: 1px solid transparent;
}
.tarif_block {
    display: block;
    padding: 1.3em .5em;
    font-weight: normal !important;
    text-align: center;
    background: #E9E9E9;
}
.tarif_block.active {
    background: #FFF5DB;
}
.tarif_block .tarif_price {
    display: block;
    padding: .4em 0 .2em 0;
    font-size: 26px;
}
.tarif_block .rubl {
    margin-right: -.7em;
}
.tarif_block .rubl i {
    left: -.7em;
    top: .09em;
}
.tarif_block a.popup_help {
    font-size: 15px;
    color: #208CA3;
    border-color: #208CA3;
}
.tarif_block a.popup_help:hover {
    color: #7D8854;
    border-color: #7D8854;
}
.tarif_block a.popup_help span._win {
    /*top: auto;
						bottom: 135%;
						left: auto;*/
    top: 20px;
    left: -100px;
}

a.popup_help {
    position: relative;
    color: #BCBCBC;
    border-bottom: 1px dotted #BCBCBC;
    cursor: help;
}
a.popup_help:hover {
    color: #FFFBE9;
    text-decoration: none;
}
a.popup_help ._win {
    z-index: 5;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 330px;
    padding: 12px 15px 15px;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    color: #7E6C40;
    background: #FFFBE9;
    box-shadow: 1px 1px 6px rgba(0,0,0,.5);
}
a.popup_help:hover ._win {
    display: block;
}

span.rubl i {
    position: relative;
    left: -.92em;
    top: .08em;
    font-size: 24px;
    font-style: normal;
}

.price_b {
    font-size: 16px;
    color: #7D8854;
    white-space: nowrap;
}
.price_b span.rubl i {
    left: -.75em;
    top: .15em;
    font-size: 14px;
}

.prod_list_2 span.rubl {
    display: inline;
}
.prod_list_2 span.rubl i {
    left: -.7em;
    top: .12em;
    font-size: 12px;
}

.prod_list_table span.rubl i,
.a_price span.rubl i {
    left: -.7em;
    top: .12em;
    font-size: 17px;
}

.prefooter_list span.rubl {
    display: inline;
}
.prefooter_list span.rubl i {
    left: -.7em;
    top: .12em;
    font-size: 12px;
}
.prefooter_list .rubl i {
    *display: none;
}

div.form_styled label {
    display: inline-block;
    width: 49%;
    font-weight: normal;
    vertical-align: top;
}
.mcol label {line-height: 25px;}



div.timetable * {
    font-size: 11px;
}

.timetable .title { width: 80px }
.timetable .small { width: 40px; text-align: center; }
table.timetable {
    background: #fff;
    border: solid #ccc 1px;
    border-collapse: separate;
    border-spacing: 1px;
    font-size: 10px;
}
.timetable thead, .timetable tbody, .timetable tfoot {
    margin: 0;
    padding: 0;
}
.timetable th, .timetable .th {
    background: #edf0f5;
    text-align: center;
}
.timetable th, .timetable td {
    padding: 1px 5px;
}
.timetable th.off, .timetable td.off {
    background: #3da0b3;
    color: #fff;
    text-align:center;
}

.sect .edit-object, .sect .delete-object, .delete-tied {
    background-image: url('/shared/images/vt/ui/icons-808080.png');
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    z-index: 1;
}
.sect .edit-object {
    background-position: -63px -110px;
    right: 25px;
}
.sect .delete-object, .delete-tied {
    background-position: -95px -126px;
    right: 5px;
}
.delete-tied{
    position: relative;
    float: left;
}
.sect .edit-object:hover {
    background-image: url('/shared/images/vt/ui/icons-333333.png');
}
.sect .delete-object:hover {
    background-image: url('/shared/images/vt/ui/icons-cd0a0a.png');
}
.sect.addresses .column { float: left; position: relative }
.sect.addresses .column.formated {
    width: 35%;
}
.sect.addresses .column.timetable {
    border-left: solid #ccc 1px;
    margin-left: 10px;
    padding-left: 30px;
}
.sect.addresses .col3 { width: 200px }
.sect.addresses .col2 { width: 75px }
.sect.addresses .col1 { text-align: center }
.actions .edit-object, .actions .delete-object {
    margin: 0 5px;
}
.row .chk-area {
    display: inline-block;
    vertical-align: top;
    float: none;
}

/* acc products */
.acc.shop.products, .acc.shop.categories {
    text-align: left;
}
.acc.shop.categories {
    float: left;
    width: 158px;
}
.acc.shop.categories {
    font: 14px 'Open Sans';
}
.acc.shop.categories h4, .acc.shop.products h4 {
    font-family: 'Open Sans';
    font-weight: 400;
    text-transform: none;
}
.acc.shop.categories > ul {
    padding-left: .5em;
}
.acc.shop.categories .level-0 > a, .acc.shop.categories .level-1 > a {
    font-weight: bold;
}
.acc.shop.categories .level-0 {
    margin: 1em 0;
}
.acc.shop.categories li {
    list-style: none;
    line-height: 150%;
}
.acc.shop.categories .active {
    color: #000;
}
.acc.shop.products {
    float: right;
    width: 100%;
    margin-left: -158px;
    padding-left: 158px;
}
.acc.shop.categories.public {
    padding-left: 15px;
    width: 200px;
}
.acc.shop.products.public {
    border: none !important;
    padding: 0 !important;
    float: none;
}
.acc.shop.public.content {
    margin-left: 250px;
    margin-right: 30%;
    padding-top: 15px;
}
.acc.shop.public.content .navline {
    text-align: right;
}.acc.shop.public.content .view_selector {
     float: left;
 }
.acc.shop.public.content .cselector {
    float: right;
}

a.contbutton._b {
    margin-right: .5em;
    padding: 5px 10px 6px;
    font-size: 14px;
    color: #FFF;
    cursor: pointer;
    background: #4CAAC8 url("../../images/fe/buybutton.png") repeat-x 0 0;
    text-shadow: 0 1px 0 #387C93;
    border: 1px solid #2889AB;
    /*
		background: #849717 url("../../images/fe/contbutton_b.png") repeat-x 0 0;
		border-color: #849717;
		text-shadow: 0 1px 0 #387C93;
		border: 1px solid #DADADA;*/
    border-radius: 4px;
}
.prod_list_table td, .prod_list_table th {
    padding: 10px 7px 8px;
    vertical-align: top;
}
.prod_list_table._special_aligned td {
    vertical-align: middle;
    margin-top: 16px;
}

a.icon_link {
    width: auto;
    padding-right: 16px;
    color: #999;
    background-position: 100% 1px;
}
.inline_image {
    display: inline-block;
    margin: 15px 25px 15px 0;
}
.inline_image a, .inline_image b {
    position: relative;
    display: inline-block;
}
.inline_image_name {
    display: block;
    margin: 5px 0 2px;
    line-height: 16px;
    color: #AAA;
}
.inline_image .inline_image_name a.inline_image_close, .icon_close {
    overflow: hidden;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: .1em;
    vertical-align: top;
    background: url("../../images/fe/close.png") no-repeat 50% 90%;
}
.inline_image .inline_image_name a.inline_image_close.big{
    width: 75px;
    background-position: 100% 2px;
}

form.mform .mcol_1 label {
    font-weight: normal;
}
.select-category-select {
    margin: 5px 0;
}

.btn-add {
    border: 1px solid #2889ab;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-left: 50px;
    color: #fff;
    background: #4fb0d0;
    padding: 5px;
    text-align: center;
    text-decoration: none;
}
.btn-add._off{
    background-color: #707070;
}
.btn-add:hover, .search3 button.contbutton:hover, a.contbutton._b:hover{
    color: #fff;
    background: #327288;
    border: solid 1px #2ea7d1;
    text-decoration: none;
}
.btn-add.leftMinus{
    margin-left: 20px;
}
.btn-add.leftPlus{
    margin-left: 68px;
}

span.stat {
    overflow: hidden;
    display: inline-block;
    width: 41px;
    height: 41px;
    background: url("../../images/fe/stats.png") no-repeat 0 0;
}
span.stat._s2 {
    background-position: 0 -50px;
}
span.stat._s3 {
    background-position: 0 -100px;
}
span.stat._s4 {
    background-position: 0 -150px;
}
span.stat._s5 {
    background-position: 0 -200px;
}
span.stat._s6 {
    background-position: 0 -250px;
}
span.stat._s7 {
    background-position: 0 -300px;
}
span.arrow {
    overflow: hidden;
    display: inline-block;
    position: relative;
    top: -2px;
    width: 36px;
    height: 7px;
    background: url("../../images/fe/arrow.png") no-repeat 0 0;
}
.prod_list_table .morelink {
    display: block;
    margin: .5em 0;
}
.prod_list_table .name {
    display: block;
}
.order-confirm{
    float: none;
}
#paymentType{
    margin-top: 6px;
}
#deliveryType{
    margin-top: 12px;
}
.catalogue-box {
    display: inline-block;
    margin-right: 10px;
}
.main-catalogue-box {
    margin-left: 30px;
}
.main-catalogue-heading {
    margin-left: -30px;
    margin-bottom: 20px;
}
.promo-video-box {
    margin-top: 15px;
    margin-left: 10px;
}
.delimiter-index {
    border-top: 1px solid #c8f1fa;
    width: 180px;
    margin-left: 10px;
    margin-top: 40px;
}

.content-profile {
    padding: 0 15px;
}
.content-profile h2 {
    color: #3b3b3b;
}
.general-profile .box img {
    border: 2px solid #f64d92;
    border-radius:8px;
}
.general-profile .box {
    display: inline-block;
    margin-top: 10px;
    margin-left: 15px;
}
.general-profile .desc-prof {
    display: inline-block;
    margin-top: 10px;
    vertical-align: top;
    color: #474747;
    line-height: 20px;
}
.general-profile .val-prof {
    display: inline-block;
    margin-top: 10px;
}
.general-profile dt {
    padding: 0 20px 0 10px;
    float: left;
    width: 175px;
    text-align: right;
}
.general-profile dd {
    margin: 0;
    /*overflow: hidden;*/
    display: inline;
    max-width: 330px;
}
.general-profile .online {
    display: inline-block;
    vertical-align: top;
    padding: 0 18px 0 0px;
    background: url(../../images/fe/ico-online.png) no-repeat 100% 50%;
    color: #30b806;
}
.header-line {
    margin-top: 30px;
    min-height: 50px;
    background: url(../../images/fe/line-profile.png) repeat-x;
}
.content-profile .header-line { margin-right: auto; width: 103%; margin-left: -15px; }


.sales_u_avatar {float: left; background: url(

a.add-oblect-smaller-size-btn { position:relative; top:-10px;  font-size:14px !important; line-height: 14px !important; padding: 0px 5px 0px !important; }
.level-item { margin-left:-15px; }
.level-0 { margin-left:2px; }
.select-group-operation { display: block; width: 100%; text-align: left; font-size: 14px; line-height: 17px; color:#000; }

.search-info {color: #fff;font-size: 14px;vertical-align: super;margin-left: 25px;font-weight: 600;}
.search-info a {color:#fff200;text-decoration: underline;}
.mall h2 {font-size:22px; font-style: italic; margin: 20px;color: #ff5aa2;}
.mall h2 span{color:#00bff3}
.mall .title, .mall .info, .mall .contact, .mall .phone{margin-left: 20px;font-style:italic;font-weight: bold;font-size:14px;}
.mall .general, .main-gallery .general{display: block;margin-left: 20px;margin-top: 30px;border-bottom: 1px solid #e4e4e4;padding-bottom: 10px;font-style:italic;font-weight: bold;font-size:14px;}
.mall .general span, .main-gallery .general span{color: #ff5aa2;}
.mall .info, .mall .contact, .mall .phone {display:inline-block;margin: 30px 20px;}
.mall .link2list {margin-top: 10px;}
.mall .link2list a {margin-left: 20px;color: #ff56a3;text-decoration: underline;font-style: italic;font-size: 14px;font-weight: bold;}
.mall .data {background-color: #ff55a0;color: #fff;margin-left: 10px;padding: 2px 15px;font-style: normal;border-radius: 3px;}
.mall .admin {position: relative;width: 250px;top: -130px;right: -77%;}
.admin .adm {font-size: 16px;font-style: italic;color: #575757;font-weight: bold;letter-spacing: 2px;}
.admin .push {font-size: 16px;text-align: right;margin-top: 10px;}
.admin .but {background-color: #28c655;color: #fff;font-weight: bold;padding: 10px 20px 10px 50px;margin-top: 35px;font-size: 16px;cursor: pointer;}
.admin .but1 {font-size: 36px;font-weight: bold;color: #26c554;background-color: #fff;border-radius: 23px;position: relative;top: -36px;left: -10px;width: 40px;height: 40px;text-align: center;line-height: 40px;cursor: pointer;}

.subscribers-in-list-item {  }
.subscribers-in-list-item .ava-box-container {  width:93px; height:93px; overflow:hidden; background: none transparent; }
.subscribers-in-list-item .ava-box-container img { display: block;  width:93px; height:93px; }
.subscribers-in-list-item .ava-box-container .up_ava { position: relative; z-index: 0; top:0px; left:0px; }
.subscribers-in-list-item .ava-box-container .up_frame { position: relative; z-index: 5; top:-93px; left:0px; }

.blog-publication-header-section { padding-left:20px; }
div.dropnav_head a span {background: #ff44a1;border-radius: 10px;position: absolute;z-index:2;margin-top: -3px;margin-left: -10px;font-size: 10px;padding-right: 4px;padding-left: 3px;}
div.dropnav_head a {background: none;padding-right: 0px;padding-left: 0px;}
div.dropnav_head a:hover {text-decoration: none;}
div.dropnav.ico {display: inline-block; margin-top: -5px;left: -5px;position: relative;width:40px;}
div.dropnav.ico:first-child {padding-left: 20px;}

.order_type_inner {color: #00BFF3; padding-left: 15px; margin-left: 5px; background: url(../../images/big-dot.png) no-repeat left center;}
.order_table_additional td {padding: 3px 0px!important; border: none!important;}
.order_table_additional_label {width: 100px; color: #000}

.btn-pink, .btn-pink-deliv {border: 1px solid #d9d9d9;color: #000;background: #fff;width: 95px;text-align: center;margin: 0;display: inline-block;line-height: 25px;margin-right: 13px;margin-bottom: 10px;}
.btn-pink.active, .btn-pink:hover {text-decoration: none;background:#fa4788;color:#fff;border: 1px solid #a7a7a7;}
.btn-pink-deliv.active, .btn-pink-deliv:hover{text-decoration: none;background:#e7e3e4;border: 1px solid #a7a7a7;}

.yan_xui_ge {display: inline-block;border: 4px solid #bababa;padding: 10px 20px;text-align: center;float: right;}
.yan_xui_ge span {display: block;}
.yan_xui_ge span.adr {font-size: 18px;margin-top: 5px;}

/* форма быстрого входа */
.popup-window-to-quick-login { display: block; width: 290px !important; height: 350px !important; }
.popup-window-to-quick-login .float-left { float: left; }
.popup-window-to-quick-login .float-right { float: right; }
.popup-window-to-quick-login .on-center { margin-left:auto; margin-right: auto; }
.popup-window-to-quick-login #modalError { font-size: 11px; line-height: 17px; color:#ff0000; font-weight: normal; display: block; width: 100%; text-align: center; }
.popup-window-to-quick-login .ql-tileset { background:url('/shared/images/ql-bg-and-icons-tileset.png') no-repeat transparent; }
.popup-window-to-quick-login .ql-icon { display: block; width: 55px; height: 55px; margin-bottom:10px; background-position: 0px 0px; }
.popup-window-to-quick-login .headline { display: block; width: 100%; text-align: center; font-size: 24px; line-height: 24px; color:#fff; }
.popup-window-to-quick-login .headline { text-shadow:0px 0px 3px #d2bdc6; }
.popup-window-to-quick-login form { display: block; width: 265px; margin-top:15px; }
.popup-window-to-quick-login form .input-container { display: block; width: 260px; height: 51px; margin-bottom:5px; background-position: 999px 999px; }
.popup-window-to-quick-login form .container-active { background-position: -5px -265px; }
.popup-window-to-quick-login form input { display: block; width: 250px; border:0px; }
.popup-window-to-quick-login form .txt { width: 210px; height: 40px; font-size:13px; line-height: 40px; color:#fff; font-weight: bold; padding:0px 5px 0px 35px; position: relative; top:6px; }
.popup-window-to-quick-login form .txt { text-shadow:0px 1px 1px #a9a9a9; }
.popup-window-to-quick-login form .u-mail { background-position: -6px -56px; }
.popup-window-to-quick-login form .u-pswd { background-position: -6px -99px; }
.popup-window-to-quick-login form .submit-btn { width: 252px; cursor: pointer; margin-top:10px; height: 41px; background-position: -6px -142px; font-size:14px; line-height: 40px; color:#fff; font-weight: bold; text-align: center; }
.popup-window-to-quick-login form .submit-btn { text-shadow:1px 0px 2px #0395c2; }
.popup-window-to-quick-login .socials { display: block; width: 100%; margin-top:12px; }
.popup-window-to-quick-login .socials .link { display: block; width: 140px; height: 36px; text-decoration: none; border:0px; text-indent: -9999px; }
.popup-window-to-quick-login .socials .fb { background-position: -2px -185px; }
.popup-window-to-quick-login .socials .vk { background-position: -2px -226px; }
/* end - форма быстрого входа */

.mall-calendar {background: #f9f9f9;border-top: 1px solid #ececec;border-bottom: 1px solid #ececec;min-width: 1215px;}
.mall-calendar > div {display: inline-block; width: 33%;vertical-align: top;}
.mall-calendar .events {width: 560px;}.mall-calendar .calendar {width: 27%;padding-bottom:30px;min-width: 320px;}.mall-calendar .map {width: 25%;min-width: 320px;}
.mall-calendar-subtitle {font-style:italic;font-weight: bold;font-size:16px;margin-top: 35px;margin-bottom: 20px;color:#7f7f7f;}
#one_event {overflow: hidden;margin: 35px 40px 20px 0;}
#one_event_side {float: left;margin-left: 25px;}
#one_event_side img {border: 1px solid #FFF; border-radius: 50%}
#one_event_main {margin-left: 190px;}
#one_event_main > p {margin: .2em 0;}
#one_event_h {margin-bottom: 20px;}
#one_event_h a{font-style:italic;font-weight: bold;font-size:16px;color:#7f7f7f;}
#one_event_main .more {width: 160px;height: 30px;background-color: #ff59a1;color: #fff;line-height: 30px;text-align: center;font-weight: bold;border-radius: 2px;border-bottom: 2px solid #ed1267;margin-top:25px;}
.more a {color: #fff;}
.more a:hover {text-decoration: none;}
.calendar .mall-calendar-subtitle{margin-left: 30px;}
#month {padding: 0 5px;cursor: pointer;font-weight: bolder;color:#000;}
#grid {font-size:15px;margin-left: 20px;}
#grid-row div div {top: 7px;position: relative;right: 6px;}
#grid-cell,#grid-cell-blog,#grid-cell-post,#grid-cell-empty,#grid-cell-weekend {display: inline-block;height:28px;width:28px;text-align: right;margin: 3px 4px;}
#grid-cell-empty {color: #d0d0d0;}
#grid-cell-weekend {color: red;}
#grid-cell-blog {color:#fff;background-color:#ff559f;border-radius:15px;cursor:pointer;}
#grid-cell-post {color:#fff;background-color:#00b2ff;border-radius:15px;cursor:pointer;}
#circle-blog {background-color:#ff559f;border-radius:15px;width: 30px;height: 30px;top: -22px;left: 12px;position: relative;}
.mall-news {background: #f9f9f9;border-top: 1px solid #ececec;border-bottom: 1px solid #ececec;height: 210px;}
.mall-news .mall-news-row {width: 100%;margin-left: 10px;}
.mall-news .one-news {display: inline-block;width: 30%;margin-top: 10px;margin-bottom: 15px;margin-right: 35px;}
.mall-news .one-news:nth-child(3) {margin-left: 20px;margin-right: 0px;}
.mall-news .one-news img {border-radius: 50%;margin-top: 20px;border: 1px #ff55a0 solid;}
.mall-news .one-news .info {display: inline-block;vertical-align: top;margin-left: 20px;width: 60%;}
.mall-news .one-news .info .date {color: #bfbfbf;font-style: normal;line-height: 27px;font-size: 11px;}
.mall-news .one-news .info a{color: #a7a7a7;font-size: 12px;text-transform: uppercase;line-height: 20px;}
.mall-news .border1 {left: 28%;height: 150px;width: 1px;top: -175px;position: relative;border-left: 1px solid #e6e6e6;}
.mall-news .border2 {left: 63%;height: 150px;width: 1px;top: -325px;position: relative;border-left: 1px solid #e6e6e6;}
.mall-events {background: #f9f9f9;border-top: 1px solid #ececec;border-bottom: 1px solid #ececec;}
.mall-action {background: #f9f9f9;border-top: 1px solid #ececec;border-bottom: 1px solid #ececec;}
#mall-events-h {font-style:italic;font-weight: bold;font-size:16px;color:#7f7f7f;margin: 30px 0;}
#mall-events-h span{color:#ff559f;}
.one-action {display:inline-block; width:25%;margin: 35px 0;border-right: 1px solid #ececec;padding: 0 55px;}
.one-action .title {background-color: #ff569e;color: #fff;text-align: center;line-height: 35px;border-radius: 4px;margin-bottom: 5px;font-style: italic;font-size: 18px;font-weight: bold;width: 315px;}
.one-action h2 {font-size: 18px;color: #ff569e;margin-top: 20px;margin-bottom: 15px;letter-spacing: 1px;line-height: 24px;}
.one-action .more {width: 105px;height: 30px;background-color: #ff59a1;color: #fff;line-height: 30px;text-align: center;font-weight: bold;border-radius: 2px;border-bottom: 2px solid #ed1267;margin-top:25px;}
.one-action a:hover {text-decoration: none;}
.one-action span {line-height: 20px;}
.list-action {display:inline-block; width:65%;vertical-align: top;}
.list-action-active h2, .list-action-finish h2 {font-style:italic;font-weight: bold;font-size:16px;color:#7f7f7f;}
.list-action-finish h2 {color:#b8b8b8;}
.list-action-active span, .list-action-finish span {display: block;margin-top: 20px;}
.list-action-finish span {color:#b8b8b8;}
.list-action-active {margin-top: 35px;padding-bottom: 30px;border-bottom: 1px solid #e2e2e2;padding-left:35px;}
.list-action-finish {margin-top: 35px;padding-bottom: 30px;margin-left:35px;}
.one-action-active {display:inline-block;margin-top: 35px;margin-right: 10px;position:relative;}
.one-action-active-all, .one-action-finish-all {
    display:inline-block;
    margin-top: 35px;
    margin-right: 10px;
    color:#fff;
    background-color:#00c1f0;
    width: 85px;
    height: 85px;
    vertical-align: top;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    box-shadow: 1px 1px 5px #009fc9;
}
.one-action-active-all div, .one-action-finish-all div{margin: 0px 5px;top: 32%;position: relative;}
.one-action-active .mask-index, .one-action-finish .mask-index{
    background:url(../../images/fe/mask-action.png) repeat-y;
    width:85px;
    height:85px;
    position:absolute;
    top:-9999px;
    left:0px;
    content:"";
    background-position:center center;
    opacity: .9;
}
.one-action-active:hover .mask-index, .one-action-finish:hover .mask-index {top:-20px;}
.lz_cbl img {position: fixed;bottom: 0;right: 0;z-index: 1000;}

.category_description {
    margin: 10px 100px;
    border-top: 1px solid #616161;
    padding-bottom: 15px;
    color: #616161;
}
.category_description h1{
    margin: 10px 0 15px;
}

.main-picture-box {margin-left: 30px;text-align: center;display: inline-block;}
.main-picture-box img {border: 1px solid #f0f0f0;}
.main-picture-box .img{margin-right: 40px;display: inline-block;vertical-align: top;}
.main-picture-box .box-title{
    margin-top: -12px;
    padding-bottom: 2px;
    display: block;
    position: relative;
    line-height: 24px;
    text-decoration: none;
    text-transform: uppercase;
}
.main-picture-box .box-title .bg-l {
    padding: 0 10px 0 0;
    display: inline-block;
    background: url(../../images/fe/main_item_section_bg.png) no-repeat 100% -17px;
}
.main-picture-box .box-title .bg-r {
    padding: 0 12px 0 22px;
    display: inline-block;
    background: url(../../images/fe/main_item_section_bg.png) no-repeat 0 0;
}
.main-picture-box .box-title a{color: #636363;}
.main-picture-box .box-description{text-align: center;margin: 10px 0 20px;width: 310px;}
.main-picture-box .box-description a{color: #636363;font-style: italic;}

.main-pretty-box {margin-left: 30px;padding-top: 5px;border-top: 3px dashed #ebebeb;width: 1345px;}
.main-pretty-box > div{width: 145px;height: 5px;display: inline-block;margin-right: 20px;}
.main-pretty-box .mpb1{background-color: #f5d886;}
.main-pretty-box .mpb2{background-color: #f1dde9;}
.main-pretty-box .mpb3{background-color: #cebfd6;}
.main-pretty-box .mpb4{background-color: #85dde9;}
.main-pretty-box .mpb5{background-color: #cfddae;}
.main-pretty-box .mpb6{background-color: #f7f2b0;}
.main-pretty-box .mpb7{background-color: #edd2c1;}
.main-pretty-box .mpb8{background-color: #97d7c7;}

#upload{height:0;}

#drop{
    text-align: center;
    text-transform: uppercase;

    font-size:13px;
    color:#7f858a;
    /*width: 696px;*/
    /*height: 227px;*/
    /*border: 1px dashed;*/
    position: absolute;
}

#drop a{
    display:inline-block;
    width: 150px;
    font-size: 14px;
}

#drop input{
    display:none;
}

#upload ul{
    list-style:none;
}

#upload ul li{
    padding:15px;
    height: 52px;
    position: relative;
}

#upload ul li input{
    display: none;
}

#upload ul li p{
    width: 444px;
    overflow: hidden;
    white-space: nowrap;
    color: #999;
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    top: 25px;
    left: 30px;
    margin-top: 0;
}

#upload ul li i{
    font-weight: normal;
    font-style:normal;
    color:#7f7f7f;
    display:block;
}

#upload ul li canvas{
    top: 15px;
    left: 32px;
    position: absolute;
}

#upload ul li.working span{
    height: 16px;
    background-position: 0 -12px;
}

#upload ul li.error p{
    color:red;
}

.compose-dropzone {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 99999;
    background-color: rgba(0,0,0,.7);
    pointer-events: none;
}
.compose-dropzone-content {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    overflow: hidden;
    border: 4px dashed #fff;
    border-radius: 20px;
}
.compose-dropzone-textarea {
    position: absolute;
    display: none;
    margin: -28px 0 0 -28px;
    border: 4px dashed;
    border-radius: 20px;
    color: #abc4ed;
    font-size: 33px;
}
.compose-dropzone-textarea-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    height: 30px;
    margin: auto;
}
.compose-dropzone-text {
    position: absolute;
    top: 50%;
    margin: auto;
    width: 100%;
    height: 40px;
    color: #fff;
    font-size: 40px;
    text-align: center;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}
.lotofcheckboxes{
    overflow: auto;
    height: 300px;
}

.styled-radio-btn input[type=radio]:not(old) + label {
    margin-left: 0;
}


.properties{
    height: 150px;
    overflow: auto;
    margin-bottom: 20px;
}

.navbar-vertical .navbar-collapse{
    padding-left: 0 !important;
}