﻿.facade_const_header {
    font-family: Arial;
    padding: 0 10px 15px;
    width: 620px
}

    .facade_const_header p {
        font-size: 12px;
        line-height: 1.6;
    }

.facade_const h1 {
    font-size: 18px;
    font-weight: normal;
}

.facade_const .jsLink,
.facade_const .wrap_jsLink span,
.facade_const .wrap_jsLink a {
    border-bottom: 1px dashed;
    cursor: pointer;
    text-decoration: none;
}

.facade_const .jsLink {
    border-bottom: 1px dashed;
    color: #000;
    cursor: pointer;
    font-weight: normal;
    display: inline-block;
    line-height: 1;
    text-decoration: none;
}

.facade_const .jsLinkDotted {
    border-bottom: 1px dotted;
    position: relative;
}

    .facade_const .jsLinkDotted:hover .popupHover-abs {
        display: block
    }

.facade_const .jsLink:hover {
    border-bottom-color: #fff
}

.facade_const .clear {
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size: 0;
    overflow: hidden
}

.facade_const .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.facade_const {
    font: 12px Arial;
    position: relative;
    width: 940px;
}

    .facade_const .hidden {
        display: none;
        visibility: hidden;
        position: absolute;
    }

    .facade_const a {
        color: #0262c3;
        font-weight: normal;
    }

    .facade_const h4 {
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        line-height: 1;
        margin: 0;
        padding: 6px 10px;
        position: relative;
        z-index: 1;
    }

    .facade_const h6 {
        font-size: 12px;
        font-weight: bold;
        margin: 0 0 8px;
        padding: 0;
    }

    .facade_const h4 span {
        float: right;
        opacity: .5
    }

    .facade_const p,
    .facade_const ul,
    .facade_const li,
    .facade_const fieldset,
    .facade_const input {
        margin: 0;
        padding: 0
    }

    .facade_const ul {
        list-style: none
    }

    .facade_const fieldset {
        border: none
    }

    .facade_const .shadow_title {
        box-shadow: -1px 5px 7px 0 rgba(178,178,178,.8);
    }

    .facade_const .rc_tl_tr {
        border-radius: 7px 7px 0 0;
    }

    .facade_const .rc_tr {
        border-radius: 0 7px 0 0;
    }

    .facade_const .rc_tl {
        border-radius: 7px 0 0 0;
    }

    .facade_const h4.gold_title {
        background: #a68f17;
        background: -webkit-gradient(linear, left top, right top, from(#a38b0e), to(#bfae54));
        background: -moz-linear-gradient(left, #a38b0e, #bfae54);
        background: -o-linear-gradient(left, #a38b0e, #bfae54);
        background: linear-gradient(left, #a38b0e, #bfae54);
    }

    .facade_const h4.grey_title {
        background: #9d9d9d;
        background: -webkit-gradient(linear, left top, right top, from(#9b9b9b), to(#ccc));
        background: -moz-linear-gradient(left, #9b9b9b, #ccc);
        background: -o-linear-gradient(left, #9b9b9b, #ccc);
        background: linear-gradient(left, #9b9b9b, #ccc);
    }

    .facade_const h4.blue_title {
        background: #4EBAFF;
        background: -webkit-gradient(linear, left top, right top, from(#0a71b3), color-stop(50%, #4ebaff));
        background: -moz-linear-gradient(0deg, #0a71b3, #4ebaff 50%);
        background: -o-linear-gradient(0deg, #0a71b3, #4ebaff 50%);
        background: linear-gradient(0deg, #0a71b3, #4ebaff 50%);
    }

    .facade_const table {
        border-collapse: collapse;
        border: none;
        width: 100%;
    }

    .facade_const th,
    .facade_const td {
        padding: 0;
    }

    .facade_const input[type='checkbox'],
    .facade_const input[type='radio'] {
        height: 15px;
        margin-right: 3px;
        width: 15px;
    }

    .facade_const input[type='checkbox'],
    .facade_const input[type='radio'],
    .facade_const label {
        vertical-align: middle
    }

        .facade_const label input[type='checkbox'],
        .facade_const label input[type='radio'] {
            vertical-align: text-top
        }

    .facade_const input[type='text'],
    .facade_const input[type='password'],
    .facade_const textarea,
    .facade_const select {
        border: 1px solid #a0a0a0
    }

    .facade_const input[type='text'],
    .facade_const input[type='password'] {
        padding: 1px 0
    }

    .facade_const input.invalid {
        background-color: Yellow
    }

    .facade_const .price_green {
        color: #090;
        font-weight: bold;
        font-size: 13px
    }

    .facade_const .plusSelect {
        background: #44bcf8;
        border-radius: 3px;
        color: #fff;
        cursor: pointer;
        font-weight: bold;
        font-size: 12px !important;
        display: inline-block;
        padding: 2px 8px 3px 20px;
        position: relative;
        text-decoration: none;
        white-space: nowrap;
    }

        .facade_const .plusSelect:before {
            bottom: 0;
            border-radius: 3px;
            color: #fff;
            content: "+";
            font: bold 16px/1 Arial !important;
            left: 0;
            padding-top: 2px;
            position: absolute;
            text-align: center;
            top: 0;
            width: 21px;
        }

        .facade_const .plusSelect:hover {
            background: #006cfe
        }

        .facade_const .plusSelect[disabled='disabled'],
        .facade_const .plusSelect[disabled='disabled']:hover {
            background: #44bcf8;
            cursor: default;
            opacity: .5;
        }

    .facade_const .btn-abs {
        background: none;
        border: none;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font: normal 20px/1 Arial;
        padding: 10px 17px;
        text-decoration: none;
    }

    .facade_const a.btn-abs,
    .facade_const a.btn-abs:visited {
        color: #fff
    }

        .facade_const a.btn-abs:disabled {
            color: #fff
        }

    .facade_const .btn-abs:hover {
        color: #fff;
        background: #006cfe;
    }

    .facade_const .btnArrToR:after {
        background: url('../i/arrows.png') no-repeat -58px 0;
        content: "";
        display: inline-block;
        height: 16px;
        margin-left: 15px;
        width: 11px;
    }

    .facade_const .btnArrToD:before {
        background: url('../i/arrows.png') no-repeat -34px 0;
        content: "";
        display: inline-block;
        height: 16px;
        margin-right: 15px;
        width: 24px;
    }

    .facade_const .btn-blue {
        background: #4ebaff
    }

    .facade_const .btn-green {
        background: #9fc54e
    }

    .facade_const .btn-inactive {
        background: #ccc
    }

    .facade_const .wrap_btn {
        text-align: center
    }

    .facade_const .zoom {
        background: url('../i/zoom.gif') no-repeat;
        cursor: pointer;
        height: 18px;
        position: absolute;
        right: 0;
        top: 0;
        width: 19px;
    }

        .facade_const .zoom:hover {
            background-position: 0 -18px;
        }

    .facade_const .overlay {
        background: #000;
        height: 100%;
        display: none;
        left: 0;
        opacity: .7;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000;
    }

    .facade_cart,
    .facade_orderform,
    .facade_payment,
    .facade_shipping,
    .facade_const .btn-abs,
    .facade_const .floatedPnl,
    #updFacadeSample,
    #updFacadeSample .wrap_view {
        border-radius: 8px;
    }

.facade_type,
.facade_orderform {
    width: 640px;
}

.facade_type,
.facade_orderform,
.facade_payment,
.facade_cart .discount,
.facade_shipping {
    border: 1px solid #d3c57d;
}

.facade_type {
    border-radius: 8px 8px 0 0;
    margin-bottom: 10px;
}

.facade_options {
    background: #f4f4ee;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
    width: 610px;
}

.facade_dimension {
    padding: 25px 0 21px 21px;
    /*position:relative;*/
}

    .facade_dimension * {
        margin: 0;
        padding: 0;
        vertical-align: middle;
    }

    .facade_dimension label {
        display: inline-block;
        font-size: 12px;
        min-width: 100px;
    }

        .facade_dimension label b {
            font-size: 14px;
            margin-right: 5px
        }

.facade_type .h,
.facade_type .w {
    white-space: nowrap
}

.facade_type .w {
    margin-top: 10px
}

.facade_type .q {
    float: right;
    margin-right: 25px
}

    .facade_type .q label {
        display: block;
        margin: 2px 0 12px;
        min-width: 0
    }

    .facade_type .q input {
        text-align: center
    }

.facade_type .field {
    color: #000;
    font-size: 14px;
    float: left;
}

    .facade_type .field label {
        margin-bottom: 5px;
        display: block;
    }
/*.facade_type .q {margin:0 20px 0 10px}*/
.facade_type .q input {
    width: 45px
}

.facade_type .show {
    border-left: 1px solid #d3c57d;
    color: #7f7f7f;
    float: right;
    margin: -25px -6px -30px 10px;
    padding: 25px 0 24px 34px;
    position: relative;
    visibility: hidden;
}

    .facade_type .show img {
        vertical-align: middle;
    }

    .facade_type .show img {
        cursor: pointer;
    }

    .facade_type .show.inactive:after {
        background: #fff;
        content: "";
        left: 0;
        height: 100%;
        opacity: .7;
        position: absolute;
        top: 0;
        width: 100%;
    }

.facade_fillAframe table {
    font-size: 14px
}

.facade_fillAframe th,
.facade_fillAframe td {
    padding: 20px 21px 20px 0;
}

    .facade_fillAframe th:first-child,
    .facade_fillAframe td:first-child {
        padding-left: 21px;
    }

.facade_fillAframe td {
    border-top: 1px solid #d3c57d;
    vertical-align: top;
}

.facade_fillAframe .changeBtn {
    background: #44bcf8;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    float: right;
    margin-top: -2px;
    padding: 1px 0 0 7px;
    text-decoration: none;
    white-space: nowrap;
}

    .facade_fillAframe .changeBtn:after {
        background: url('../i/arrows.png') no-repeat -69px 5px;
        border-radius: 3px;
        content: "";
        display: inline-block;
        height: 20px;
        vertical-align: middle;
        width: 20px;
    }

    .facade_fillAframe .changeBtn:hover {
        background: #006cfe
    }

.facade_fillAframe .assembledCB,
.facade_fillAframe .rotatedCB {
    font-size: 12px;
    margin-top: 17px;
    white-space: nowrap;
}

.facade_options:after {
    content: "";
    background: url("../i/opt.gif") no-repeat 50% 10px #999;
    border-radius: 0 0 0 7px;
    bottom: 0;
    left: 0;
    height: 100%;
    position: absolute;
    width: 29px;
    z-index: 0;
}

.facade_options .hinges {
    border-left: 1px solid #ccc;
    overflow: hidden;
    padding: 20px 0 10px;
}

.facade_options .section {
    border-left: 1px solid #ccc;
    float: left;
    margin: -20px 0 -200px 20px;
    padding: 20px 0 200px 15px;
}

    .facade_options .section:first-child {
        border-left: none;
        padding-left: 0;
        padding-right: 18px;
    }

    .facade_options .section .btn-abs {
        margin: 10px 0 0 19px
    }

.facade_options .section1 .incrDecr {
    margin-left: 12px
}

.facade_options .section1 span.hingesOnDoorsCB + .incrDecr a {
    display: none
}

.facade_options .section1 span.hingesOnDoorsCB.active + .incrDecr a {
    display: block
}

.facade_options .section1 input[type='text'] {
    text-align: right;
    width: 30px
}

.facade_options .section1 > div {
    margin-bottom: 10px
}

.facade_options .section2 {
    padding-right: 8px
}

    .facade_options .section2 > div {
        margin-bottom: 5px
    }

.facade_options .section3 p {
    margin-left: 19px;
    width: 190px
}

.facade_options .opentype {
    background: #ccc;
}

    .facade_options .opentype li {
        background: #f4f4ee;
        color: #7a7a77;
        cursor: pointer;
        float: left;
        font-size: 13px;
        height: 100px;
        margin-left: 1px;
        position: relative;
        text-align: center;
        width: 100px;
    }

        .facade_options .opentype li.active {
            background: #fff;
            border: 5px solid #a89a52;
            height: 90px;
            width: 90px;
        }

        .facade_options .opentype li:first-child,
        .facade_options .opentype li:last-child {
            width: 102px;
        }

            .facade_options .opentype li:first-child.active,
            .facade_options .opentype li:last-child.active {
                width: 92px;
            }

        .facade_options .opentype li.active:before {
            position: relative;
            top: -5px;
        }

        .facade_options .opentype li.active p {
            bottom: 7px
        }

        .facade_options .opentype li > p {
            left: 0;
            position: absolute;
            bottom: 12px;
            width: 100%;
        }

        .facade_options .opentype li:before {
            background-image: url('../i/opentype.gif');
            background-repeat: no-repeat;
            content: "";
            display: inline-block;
        }

        .facade_options .opentype li.right:before {
            height: 48px;
            margin-top: 15px;
            width: 35px;
        }

        .facade_options .opentype li.left:before {
            background-position: -36px 0;
            height: 48px;
            margin-top: 15px;
            width: 35px;
        }

        .facade_options .opentype li.pull:before {
            background-position: -119px 0;
            height: 37px;
            margin-top: 22px;
            width: 49px;
        }

        .facade_options .opentype li.down:before {
            background-position: -70px 0;
            height: 34px;
            margin-top: 18px;
            width: 49px;
        }

        .facade_options .opentype li.up:before {
            background-position: -167px 0;
            height: 34px;
            margin-top: 27px;
            width: 49px;
        }

        .facade_options .opentype li.slide:before {
            background-position: -216px 0;
            height: 34px;
            margin-top: 27px;
            width: 49px;
        }

.facade_options .mehanizmType {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 20px 22px;
}

    .facade_options .mehanizmType select {
        margin-left: 5px;
        width: 110px;
    }

.facade_options .handle {
    border-left: 1px solid #ccc;
    padding: 20px;
}

    .facade_options .handle ul {
        float: left;
        width: 80%;
    }

    .facade_options .handle li {
        float: left;
        font-size: 14px;
        margin-right: 25px;
        margin-bottom: 10px;
        width: 44%;
    }

.facade_options .delHandle {
    background: none repeat scroll 0 0 #44BCF8;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-weight: bold;
    margin-top: 24px;
    padding: 2px 8px 3px 20px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}

    .facade_options .delHandle:hover {
        background: #006cfe;
    }

    .facade_options .delHandle:after {
        background: url('/i/del2.gif') no-repeat;
        content: "";
        height: 12px;
        position: absolute;
        left: 6px;
        top: 3px;
        width: 9px;
    }

.facade_options .handle li img {
    max-width: 68px;
    max-height: 68px
}

.facade_options .handle .prev,
.facade_options .handle .prev img,
.facade_options .handle .prev:after,
.facade_options .handle .infoHandle {
    display: inline-block;
    vertical-align: middle;
}

.facade_options .handle .infoHandle {
    width: 120px
}
/*.facade_options .handle li > p:hover .jsLink {border:none}*/
.facade_options .handle .prev {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    font: 0/0 Arial;
    height: 68px;
    margin-right: 5px;
    text-align: center;
    width: 68px;
    white-space: nowrap;
}

    .facade_options .handle .prev:after {
        content: "";
        height: 100%;
        width: 0;
    }

.facade_cart {
    background: #ececec;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

    .facade_cart > h4 {
        padding-top: 12px;
        padding-bottom: 12px
    }

        .facade_cart > h4:after {
            content: "";
            background: url('../i/arrows.png') no-repeat -170px 0;
            height: 34px;
            position: absolute;
            right: 108px;
            top: -32px;
            width: 76px;
        }

        .facade_cart > h4 .clearCart {
            color: #fff;
            cursor: pointer;
            float: right;
            font-weight: bold;
            white-space: nowrap;
        }

            .facade_cart > h4 .clearCart:before {
                background: url('/i/del2.gif') no-repeat;
                content: "";
                display: inline-block;
                height: 12px;
                margin: -4px 5px 0 0;
                vertical-align: middle;
                width: 9px;
            }

    .facade_cart .cartTbl {
        margin-top: 25px;
    }

        .facade_cart .cartTbl p {
            line-height: 1.5
        }

        .facade_cart .cartTbl th,
        .facade_cart .cartTbl td {
            padding: 10px 4px;
        }

        .facade_cart .cartTbl td,
        .facade_cart .cartTbl .head + tr td {
            border-top: 1px solid #ccc;
        }

            .facade_cart .cartTbl td:first-child {
                border: none;
            }

        .facade_cart .cartTbl .foot td {
            border-bottom: 1px solid #ccc;
            border-top: 1px solid #ccc
        }

        .facade_cart .cartTbl th {
            font-size: 11px
        }

        .facade_cart .cartTbl td {
            font-size: 13px;
            vertical-align: top
        }

            .facade_cart .cartTbl td p,
            .facade_cart .cartTbl .foot td {
                font-size: 12px
            }

        .facade_cart .cartTbl .del {
            font-weight: bold
        }

            .facade_cart .cartTbl .del:hover {
                background: #006cfe;
                border-radius: 3px;
                color: #fff;
                padding: 2px 8px;
            }

        .facade_cart .cartTbl .jsLink {
            color: #000
        }

        .facade_cart .cartTbl select {
            margin: 0 15px 0 0
        }

.facade_const .incrDecr {
    display: inline-block;
    position: relative;
}

    .facade_const .incrDecr input[type='text'] {
        text-align: center;
        padding: 2px 4px 3px;
        width: 30px;
    }

    .facade_const .incrDecr a {
        background-image: url("../i/pm.gif");
        background-repeat: no-repeat;
        cursor: pointer;
        height: 13px;
        margin-top: -7px;
        position: absolute;
        top: 50%;
        width: 13px;
        z-index: 0;
    }

    .facade_const .incrDecr .plus {
        background-position: -13px 0;
        right: -7px;
    }

    .facade_const .incrDecr .minus {
        left: -7px;
    }

.facade_cart .discount {
    background: #e6e6dc;
    border-radius: 8px 8px 0 0;
    margin: 20px 205px 0 20px;
    position: relative;
}

.facade_cart .discontTbl td {
    border-top: 1px solid #d3c57d;
    border-left: 1px solid #d3c57d;
    padding: 5px 8px;
    width: 90px;
}

    .facade_cart .discontTbl td:first-child {
        border-left: none;
        padding: 8px 5px;
        width: 155px;
    }

    .facade_cart .discontTbl td.lastTd {
        width: 102px
    }

    .facade_cart .discontTbl td * {
        visibility: hidden
    }

    .facade_cart .discontTbl td:first-child * {
        visibility: visible
    }

    .facade_cart .discontTbl td:first-child label {
        padding-left: 18px;
        display: block;
        max-width: 136px;
    }

    .facade_cart .discontTbl td:first-child input {
        margin-left: -18px
    }
/*.facade_cart .discontTbl fieldset {display:none}*/
.facade_cart .discontTbl input {
    font: 12px Arial;
    vertical-align: middle;
}

    .facade_cart .discontTbl input[type='text'],
    .facade_cart .discontTbl input[type='password'] {
        margin: 0 10px 0 5px;
        padding: 2px 1px;
        width: 100px;
    }

.facade_cart .discontTbl .btn2-abs {
    border-radius: 4px;
    border: none;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    padding: 2px 10px;
}

.facade_cart .discontTbl .btn2-sign {
    background: #4ebaff;
}

.facade_cart .discontTbl .btn2-send {
    background: #c54e75;
    display: none;
}

.facade_cart .discontTbl tr.active td * {
    visibility: visible
}

.facade_cart .discontTbl tr.active .btn2-send {
    display: block;
    width: 102px
}

.facade_cart .discontTbl tr.active .fieldsetTd {
    background: #bfae54
}

.facade_cart .discontTbl tr.active .activeDiscont {
    background: #ffe958
}

.facade_cart .discontTbl fieldset {
    position: relative
}

    .facade_cart .discontTbl fieldset label {
        color: #fff
    }

    .facade_cart .discontTbl fieldset .error {
        background: #B80000;
        border-radius: 7px;
        color: #eee !important;
        font-size: 11px;
        left: 50%;
        margin: 6px 0 0 -63px;
        padding: 5px 10px;
        position: absolute;
        top: 100%;
    }

        .facade_cart .discontTbl fieldset .error:after {
            border-color: transparent transparent #B80000;
            border-style: solid;
            border-width: 5px;
            content: "";
            left: 50%;
            position: absolute;
            top: -10px;
        }

.facade_cart .discount .intro {
    padding: 15px 10px 5px 9px
}

.facade_cart .discontTbl td > span {
    color: #666
}

.facade_cart .discontTbl .fieldsetTd > span {
    background: #ff0;
    display: block;
    margin: -5px -8px;
    padding: 8px;
    text-align: center;
}

.facade_cart .total {
    background: url('../i/tag2.png') no-repeat 0 30px;
    left: 100%;
    min-width: 185px;
    position: absolute;
    top: 0;
}

    .facade_cart .total td {
        font-size: 13px;
        padding: 8px 5px 6px;
        white-space: nowrap;
    }

    .facade_cart .total strong {
        font-size: 14px
    }

    .facade_cart .total tr td {
        text-align: right;
        vertical-align: top;
    }

        .facade_cart .total tr td:last-child {
            padding-right: 51px;
        }

.facade_cart tr.yousave td {
    color: #fff;
    padding-bottom: 20px;
}

    .facade_cart tr.yousave td:last-child {
        padding-right: 16px;
    }

.facade_orderform {
    float: left;
    margin: 0 3px 10px 0;
}

    .facade_orderform .copyToShipFormTd {
        background: #44bcf8;
        padding: 0;
    }

        .facade_orderform .copyToShipFormTd:hover,
        .facade_orderform .copyToShipForm:hover {
            background: #006cfe
        }

    .facade_orderform .copyToShipForm {
        background: #44bcf8;
        cursor: pointer;
        display: block;
        position: relative;
        height: 116px;
    }

        .facade_orderform .copyToShipForm:after {
            content: url('../i/arrows.png');
            clip: rect(0 34px 24px 18px);
            left: 0;
            position: absolute;
            margin: -12px 0 0 -8px;
            top: 50%;
        }

.orderFormTbl tr:first-child td {
    border: none;
    padding: 0;
    width: 5%
}

.orderFormTbl tr:last-child td {
    border: none
}

.orderFormTbl td {
    border-bottom: 1px solid #d3c57d;
    border-left: 1px solid #d3c57d;
    padding: 10px;
}

    .orderFormTbl td:first-child {
        border-left: none
    }

.orderFormTbl label {
    display: block
}

.orderFormTbl input[type='text'],
.orderFormTbl input[type='password'],
.orderFormTbl select,
.orderFormTbl textarea {
    outline: none;
    width: 99%
}

.orderFormTbl textarea {
    height: 100px;
    resize: vertical
}

.orderFormTbl .country {
    font-size: 18px
}

.orderFormTbl .jsLink:hover {
    border-bottom: 1px solid #fff
}

.orderFormTbl .name {
    font-size: 14px;
    font-weight: bold;
}

.orderFormTbl input[type='text']:focus,
.orderFormTbl input[type='password']:focus,
.orderFormTbl textarea:focus {
    box-shadow: inset 0 0 4px 1px #ababab;
    display: block;
}

.orderFormTbl .emailField {
    position: relative;
}

    .orderFormTbl .emailField > span {
        background: #b80000;
        border-radius: 7px;
        color: #fff !important;
        font-size: 11px;
        left: 50%;
        margin: 3px 0 0 -63px;
        padding: 5px 10px;
        position: absolute;
        top: 100%;
    }

        .orderFormTbl .emailField > span:after {
            border-width: 5px;
            border-color: transparent transparent #b80000 transparent;
            border-style: solid;
            content: "";
            left: 50%;
            position: absolute;
            top: -10px;
        }

.facade_shipping {
    float: left;
    margin-bottom: 10px;
    width: 292px;
}

    .facade_shipping .briefInfo {
        background: #e6e6dc
    }

        .facade_shipping .briefInfo p {
            margin-top: 7px
        }

            .facade_shipping .briefInfo p:first-child {
                margin: 0
            }

    .facade_shipping .orderFormTbl tr:first-child td {
        width: 33%;
    }

.facade_payment {
    background: #d3c57d;
    overflow: hidden;
}

    .facade_payment .credit_cards {
        background: #fff;
        padding: 20px;
        white-space: nowrap;
    }

        .facade_payment .credit_cards img {
            margin: 0 10px 0 5px;
            vertical-align: middle;
        }

        .facade_payment .credit_cards p {
            float: right;
            margin-top: 9px;
        }

    .facade_payment .btn-blue {
        margin: 5px 0
    }

.facade_scroller {
    padding: 0 21px;
    position: relative;
}

    .facade_scroller ul {
        width: 20000px
    }

    .facade_scroller .inner {
        border-left: 1px solid #d3c57d;
        overflow: hidden;
        position: relative;
    }

    .facade_scroller li {
        border-right: 1px solid #d3c57d;
        float: left;
        font-size: 11px;
        overflow: hidden;
        margin-bottom: -100px;
        padding: 10px 10px 100px;
        position: relative;
        text-transform: uppercase;
        text-align: center;
        white-space: nowrap;
        width: 110px;
    }

        .facade_scroller li.active {
            box-shadow: 0 5px 4px 0 #cac8c9 inset;
            background: #ebe9dc;
        }

            .facade_scroller li.active .cont {
                cursor: default;
                font-weight: bold
            }

                .facade_scroller li.active .cont:hover span {
                    text-decoration: none
                }

        .facade_scroller li,
        .facade_scroller li a.cont,
        .facade_scroller li a.cont:hover {
            color: #000
        }

            .facade_scroller li .cont {
                text-decoration: none
            }

    .facade_scroller .cont:hover .wrap_name {
        text-decoration: underline
    }

    .facade_scroller .zoom,
    .listProds .zoom {
        display: none
    }

    .facade_scroller li:hover .zoom,
    .listProds li:hover .zoom {
        display: block
    }

    .facade_scroller img {
        max-height: 98px;
        max-width: 98px;
        vertical-align: middle;
    }

    .facade_scroller .wrap_img {
        display: inline-block;
        height: 98px;
    }

.wrap_img .inner_wrap_img {
    display: inline-block;
    position: relative;
    width: 98px
}

.facade_scroller .wrap_img:after {
    height: 100%;
    display: inline-block;
    width: 0;
    content: "";
    vertical-align: middle;
}

.facade_scroller .wrap_name {
    display: block;
    margin: 5px;
    white-space: normal;
}

.facade_scroller .arrnav {
    background: url('../i/arrows.png') no-repeat;
    cursor: pointer;
    height: 17px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 9px;
}

    .facade_scroller .arrnav.prev {
        background-position: -9px 0;
        right: 5px;
    }

    .facade_scroller .arrnav.next {
        left: 5px;
    }

    .facade_scroller .arrnav.inactive {
        display: none
    }

.floatedPnl {
    background: #f6fbff;
    border: 1px solid #4ebaff;
    position: fixed;
    /*left:100%;
    margin-left:6px;*/
    visibility: hidden;
    width: 292px;
    top: 0;
    z-index: 10;
}

    .floatedPnl:after {
        content: "";
        background: url('../i/arrows.png') no-repeat -93px 0;
        left: 50%;
        height: 34px;
        margin-left: -38px;
        margin-top: -1px;
        position: absolute;
        top: 100%;
        width: 76px;
    }

    .floatedPnl .addToCartBtn {
        background: #4ebaff;
        border-radius: 0 0 7px 7px;
        color: #fff;
        cursor: pointer;
        display: block;
        font-size: 20px;
        padding: 12px;
        text-align: center;
        text-decoration: none;
    }

        .floatedPnl .addToCartBtn:hover {
            text-decoration: underline
        }

        .floatedPnl .addToCartBtn:before {
            content: "+";
            display: inline-block;
            margin-right: 5px;
        }

    .floatedPnl .wrap_view {
        border-bottom: 1px solid #4ebaff;
        height: 365px;
        text-align: center;
    }

    .floatedPnl .view_facade {
        min-width: 230px;
        position: relative;
    }

    .floatedPnl .view_facade,
    .floatedPnl .wrap_view:after {
        display: inline-block;
        vertical-align: middle;
    }

    .floatedPnl .wrap_view:after {
        content: "";
        height: 100%;
        width: 0;
    }

    .floatedPnl .imgMini {
        background: #fff;
        bottom: -19px;
        box-shadow: 0 0 4px 0 rgba(0,0,0,.8);
        font-size: 11px;
        overflow: hidden;
        padding: 2px;
        position: absolute;
        right: -20px;
    }

        .floatedPnl .imgMini img {
            max-height: 72px;
            max-width: 72px;
        }

        .floatedPnl .imgMini > span {
            display: block;
            height: 72px;
            white-space: nowrap;
            width: 72px;
        }

            .floatedPnl .imgMini > span img,
            .floatedPnl .imgMini > span:after {
                display: inline-block;
                vertical-align: middle;
            }

            .floatedPnl .imgMini > span:after {
                content: "";
                height: 100%;
                width: 0;
            }

        .floatedPnl .imgMini img.rotate {
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg);
        }

    .floatedPnl .q {
        background: url('/i/q.gif') no-repeat 100% 1px;
        bottom: -17px;
        cursor: pointer;
        font-size: 11px;
        left: 0;
        padding-right: 16px;
        position: absolute;
        text-align: left;
    }

        .floatedPnl .q:hover > div {
            display: block;
            font-size: 12px;
            padding: 5px 10px;
            text-align: left;
        }

    .floatedPnl .plusSelect {
        position: absolute;
    }

    .floatedPnl .plusSelectInsert {
        left: 30%;
        top: 30%;
    }

    .floatedPnl .plusSelectFrame {
        left: 0;
        top: 60%;
    }

    .floatedPnl .wrap_tbls {
        margin: 15px 4px;
    }

        .floatedPnl .wrap_tbls + p {
            color: #666;
            font-style: italic;
            margin: -5px 14px 10px;
        }

    .floatedPnl caption {
        color: #7b7d7f;
        font-style: italic;
        padding: 0 0 3px 0;
        text-align: left;
    }

    .floatedPnl th,
    .floatedPnl td {
        padding: 3px 10px 3px 0;
        text-align: right;
        vertical-align: top;
    }

    .floatedPnl th {
        font-size: 11px;
        font-weight: normal;
        padding-bottom: 7px;
    }

        .floatedPnl th:first-child,
        .floatedPnl td:first-child {
            padding-left: 10px;
            text-align: left;
        }

    .floatedPnl .mainTbl {
        margin-bottom: 7px
    }

    .floatedPnl .foot td {
        font-weight: bold;
        padding-top: 5px;
        text-align: right;
    }

    .floatedPnl tr.active {
        background: #f6e571;
    }


#updFacadeSample {
    position: absolute;
    right: 0;
    width: 283px;
}

    #updFacadeSample .wrap_view {
        background: #f6fbff;
        border: 1px solid #4ebaff;
    }

    #updFacadeSample .view_facade:after,
    #updFacadeSample .intro {
        display: inline-block;
        vertical-align: middle;
    }

    #updFacadeSample .view_facade:after {
        content: "";
        height: 100%;
        width: 0;
    }

    #updFacadeSample .view_facade {
        background: url('/i/facade_empty.gif') no-repeat;
        background-size: 100% 100%;
        height: 195px;
        margin: 20px;
        white-space: nowrap;
    }

    #updFacadeSample .intro {
        line-height: 1.4;
        padding: 0 20px 0 25px;
        white-space: normal;
    }

        #updFacadeSample .intro h2 {
            font-size: 18px;
            font-weight: normal;
            margin: 0 0 5px;
        }
/* popups */

.popup-abs {
    background: #e6e6dc;
    box-shadow: 0 0 15px 0 #777;
    border-radius: 7px;
    left: 50%;
    position: fixed;
    padding: 10px;
    top: 5%;
    z-index: 1001;
    height: 0;
    visibility: hidden;
    width: 0;
}
    /*
.popup-abs {
    background:#e6e6dc;
    box-shadow:0 0 15px 10px #d4d4cc;
    border-radius:15px;
    padding:15px 10px 20px;
    position:relative;
    width:660px;
    z-index:1001;
}
*/
    .popup-abs .innerPop {
        visibility: hidden;
        width: 720px;
    }

    .popup-abs h3 {
        font-size: 18px;
        font-weight: normal;
        margin: 0 40px 8px 10px;
        position: relative;
        z-index: 6;
    }

        .popup-abs h3 + p {
            margin: -5px 40px 10px 10px;
        }

    .popup-abs .close {
        color: #73736e;
        cursor: pointer;
        font: 24px Verdana;
        position: absolute;
        right: 20px;
        top: 5px;
        z-index: 4;
    }

    .popup-abs .wrap_cont {
        background: #fff;
        border-radius: 8px;
        margin-bottom: 10px;
        /*padding:0 0 12px 0;*/
        position: relative;
    }

    .popup-abs .wrap_listProds {
        max-height: 192px;
        overflow: auto;
    }

    .popup-abs .listProds {
        font-size: 0;
        line-height: 0;
        padding: 0 21px;
    }

        .popup-abs .listProds li {
            display: inline-block;
            font-size: 11px;
            line-height: 1.4;
            height: 166px;
            overflow: hidden;
            margin: 5px 0 0;
            margin-right: 1px;
            padding: 5px 10px 0;
            position: relative;
            text-transform: uppercase;
            text-align: center;
            vertical-align: top;
            width: 110px;
        }

            .popup-abs .listProds li.active {
                background: none repeat scroll 0 0 #EBE9DC;
                box-shadow: 0 5px 4px 0 #CAC8C9 inset;
            }

                .popup-abs .listProds li.active .cont {
                    cursor: default;
                    font-weight: bold
                }

                    .popup-abs .listProds li.active .cont:hover .wrap_name {
                        text-decoration: none
                    }

                .popup-abs .listProds li.active .wrap_name {
                    font-weight: bold
                }

        .popup-abs .listProds .cont {
            color: #000;
            cursor: pointer;
            text-decoration: none;
        }

            .popup-abs .listProds .cont:hover .wrap_name {
                text-decoration: underline
            }

        .popup-abs .listProds .wrap_name {
            font-weight: normal;
            display: block;
            padding: 5px 6px;
            white-space: normal;
        }

        .popup-abs .listProds .wrap_img {
            display: inline-block;
        }

            .popup-abs .listProds .wrap_img:after {
                content: "";
                display: inline-block;
                height: 100%;
                vertical-align: middle;
                width: 0;
            }

        .popup-abs .listProds img {
            border: 1px solid #d7d7d7;
            font-weight: normal;
            max-width: 96px;
            vertical-align: middle;
        }

    .popup-abs .overlayInPop {
        background: #e6e6dc;
        border-radius: 8px;
        display: none;
        left: 0;
        height: 100%;
        opacity: .8;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 5;
    }

    .popup-abs .layerBigImg {
        background: #fff;
        border-radius: 8px;
        display: none;
        left: 0;
        height: 100%;
        position: absolute;
        text-align: center;
        top: 0;
        width: 100%;
        z-index: 7;
    }

    .popup-abs .bigImg:after {
        content: "";
        height: 100%;
        width: 0;
    }

    .popup-abs .bigImg:after,
    .popup-abs .bigImg img {
        display: inline-block;
        vertical-align: middle;
    }

    .popup-abs .bigImg {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 100%;
        padding: 19px 0;
        text-align: center;
        text-transform: uppercase;
        width: 100%;
    }

        .popup-abs .bigImg img {
            max-height: 100%;
            max-width: 620px;
        }

    .popup-abs.zoomActive #updSelectHandleColors {
        visibility: hidden
    }

    .popup-abs .rblist {
        width: auto
    }

        .popup-abs .rblist td {
            padding: 15px 30px 15px 10px
        }

    .popup-abs label span {
        display: none
    }

.activePopup label span {
    display: inline
}

.popup-requestNotif .wrap_cont {
    padding: 15px;
}

.popup-requestNotif p {
    font-size: 14px;
    line-height: 1.5
}

.popup-selectInsertion .listProds li,
.popup-selectFrame .listProds li,
.popup-selectHandle .listProds li {
    height: auto
}

.popup-selectHandle h5 {
    font-size: 12px;
    margin: 13px 10px 0 10px;
    float: left
}

.popup-selectInsertion .listProds .wrap_img {
    height: 128px
}

.popup-selectInsertion .listProds img {
    max-height: 126px
}

.popup-selectFrame .listProds .wrap_img {
    height: 56px
}

.popup-selectFrame .listProds img {
    max-height: 54px
}

.popup-selectHandle .listProds .wrap_img {
    height: 98px
}

.popup-selectHandle .listProds img {
    max-height: 94px
}

.popup-selectHandle .wrap_listProds {
    max-height: 270px
}

.popup-selectHandle .listProdsOptions {
    max-height: 150px;
    overflow: auto
}

    .popup-selectHandle .listProdsOptions table {
        margin: 0 auto;
        width: auto;
    }

    .popup-selectHandle .listProdsOptions th,
    .popup-selectHandle .listProdsOptions td {
        border-bottom: 1px solid #a38b0d;
        height: 30px;
        padding: 4px 8px;
    }

        .popup-selectHandle .listProdsOptions th:first-child,
        .popup-selectHandle .listProdsOptions td:first-child {
            border-left: 1px solid #a38b0d;
        }

    .popup-selectHandle .listProdsOptions .last {
        border-right: 1px solid #a38b0d;
        border-bottom: none;
        padding: 0;
    }

    .popup-selectHandle .listProdsOptions input {
        text-align: center;
        width: 40px;
    }

    .popup-selectHandle .listProdsOptions tr:hover td {
        background: #ececec;
    }

        .popup-selectHandle .listProdsOptions tr:hover td:last-child {
            background: none;
        }

    .popup-selectHandle .listProdsOptions img {
        vertical-align: middle
    }

.popup-sendRequest p {
    line-height: 1.4;
    margin-left: 10px;
    margin-bottom: 11px;
}

.popup-sendRequest .tel {
    background: url('../i/tel.gif') no-repeat;
    float: right;
    min-height: 32px;
    margin-left: 40px;
    padding: 0 30px 0 40px;
}

    .popup-sendRequest .tel b {
        font-size: 17px
    }

.popup-sendRequest .terms {
    color: #555;
    font-size: 10px;
    line-height: 1.2;
    padding: 0 10px 10px;
}

.popupHover-abs {
    background: #fff;
    border: 1px solid #888;
    border-radius: 10px;
    bottom: 100%;
    box-shadow: 0 0 7px 0 rgba(0,0,0,0.8);
    display: none;
    left: 0;
    margin-bottom: 5px;
    width: 180px;
    padding: 4px;
    position: absolute;
    text-align: center;
    z-index: 10;
}

    .popupHover-abs img {
        max-width: 173px
    }

.attention {
    color: #ffa700;
}
