.grid, .cf {
    *zoom: 1
}

    .grid:before, .cf:before, .grid:after, .cf:after {
        content: "";
        display: table
    }

    .grid:after, .cf:after {
        clear: both
    }

html {
    color: #222;
    background: #fff
}

body, dl, dt, dd, ul, li, h2, h3, h4, input, td {
    margin: 0;
    padding: 0
}

body, input {
    font: 12px/1.5 "Roboto",Arial,"Microsoft YaHei",sans-serif
}

input {
    vertical-align: middle;
    color: inherit
}

input {
    *overflow: visible;
    line-height: normal
}

::-webkit-input-placeholder {
    color: #888
}

:-moz-placeholder {
    color: #888
}

::-moz-placeholder {
    color: #888
}

:-ms-input-placeholder {
    color: #888
}

input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input::-ms-clear {
    display: none
}

input::-ms-reveal {
    display: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img {
    border: 0
}

ul {
    list-style: none
}

a {
    color: #1470cc;
    text-decoration: none
}

    a:hover {
        color: #e64545;
        text-decoration: underline
    }

a {
    text-decoration: none
}

:focus {
    outline: none
}

h2, h3, h4 {
    font-size: 100%;
    font-weight: bold;
    margin: 0
}

.grid {
    width: 990px;
    margin: 0 auto
}

.fl {
    float: left
}

.fr {
    float: right
}

.gray {
    color: #555
}

.icon {
    font-family: Mic-icon;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
    margin-right: 5px
}

.cf, .grid {
    *zoom: 1
}

    .cf:before, .grid:before, .cf:after, .grid:after {
        content: "";
        display: table
    }

    .cf:after, .grid:after {
        clear: both
    }

html {
    color: #222;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body, dl, dt, dd, ul, li, h2, h3, h4, input, td {
    margin: 0;
    padding: 0
}

body, input {
    font: 12px/1.5 Arial,sans-serif
}

body {
    font-size: 75%
}

input {
    vertical-align: middle;
    color: #555
}

input {
    *overflow: visible;
    line-height: normal
}

::-webkit-input-placeholder {
    color: #999
}

:-moz-placeholder {
    color: #999
}

::-moz-placeholder {
    color: #999
}

:-ms-input-placeholder {
    color: #999
}

input::-moz-focus-inner {
    padding: 0;
    border: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img {
    border: 0
}

ul {
    list-style: none
}

a {
    color: #246bb3
}

    a:hover {
        color: #f60;
        text-decoration: underline
    }

a {
    text-decoration: none
}

.grid {
    width: 990px;
    margin: 0 auto
}

.fl {
    float: left
}

.fr {
    float: right
}

.gray {
    color: #888
}

h2, h3, h4 {
    font-size: 100%;
    font-weight: bold;
    margin: 0
}

.btn, .btn:link, .btn:visited {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: middle;
    *display: inline;
    *zoom: 1;
    line-height: 30px;
    height: 30px;
    text-align: center;
    padding: 0 15px;
    color: #222;
    overflow: visible;
    cursor: pointer;
    background-color: #f2f2f2;
    border: solid 1px #ccc;
    border-radius: 3px;
    font-weight: bold
}

a.btn, a.btn:link, a.btn:visited {
    height: 28px;
    line-height: 28px
}

.btn:hover {
    background-color: #e6e6e6;
    text-decoration: none
}

.btn-main, .btn-main:link, .btn-main:visited {
    color: #fff;
    background-color: #e64545;
    border: solid 1px #e64545
}

    .btn-main:hover {
        color: #fff;
        background-color: #d94141;
        border: solid 1px #d94141
    }

.img-thumb-inner {
    display: table-cell;
    *display: inline;
    *height: 100%;
    *writing-mode: tb-rl;
    vertical-align: middle;
    font-size: 0
}

.img-thumb {
    width: 100px;
    height: 100px;
    display: table;
    text-align: center;
    table-layout: fixed;
    overflow: hidden
}

    .img-thumb img {
        max-width: 100px;
        max-height: 100px
    }

.img-thumb-160 {
    width: 160px;
    height: 160px;
    display: table;
    text-align: center;
    table-layout: fixed;
    overflow: hidden
}

    .img-thumb-160 img {
        max-width: 160px;
        max-height: 160px
    }

.pager {
    text-align: center;
    margin-top: 20px
}

    .pager .page-num {
        zoom: 1;
        display: inline-block;
        *display: inline;
        zoom: 1
    }

        .pager .page-num a {
            float: left;
            display: block;
            padding: 0px 10px;
            height: 28px;
            line-height: 28px;
            text-decoration: none;
            border: solid 1px #ccc;
            margin: 0 2px;
            border-radius: 3px
        }

        .pager .page-num .icon {
            margin-right: 0;
            line-height: 28px
        }

        .pager .page-num a {
            color: #222;
            background: #eee;
            background-image: -webkit-repeating-linear-gradient(top, #f2f2f2, #ebebeb);
            background-image: -o-repeating-linear-gradient(top, #f2f2f2, #ebebeb);
            background-image: repeating-linear-gradient(to bottom, #f2f2f2, #ebebeb);
            box-shadow: inset 0 1px 0 #fff
        }

            .pager .page-num a:hover {
                background: #f2f2f2;
                box-shadow: none
            }

        .pager .page-num .next .icon {
            font-size: 24px;
            vertical-align: -7px;
            position: relative;
            top: -2px
        }

        .pager .page-num .next {
            margin-left: 10px
        }

            .pager .page-num .next .icon {
                margin-left: 5px
            }

.list-tab {
    height: 36px;
    margin-bottom: -1px
}

    .list-tab .tab {
        float: left;
        height: 36px
    }

        .list-tab .tab li {
            float: left;
            display: block;
            background: #f5f7fa;
            border: 1px solid #dae0e6;
            height: 34px;
            margin-right: 3px
        }

            .list-tab .tab li a {
                display: block;
                _display: inline;
                _zoom: 1;
                font-size: 13px;
                height: 34px;
                line-height: 34px;
                padding: 0 20px;
                text-decoration: none
            }

                .list-tab .tab li a:hover {
                    background: #edeff2
                }

        .list-tab .tab .selected {
            background: #fff;
            border-bottom: 1px solid #fff;
            position: relative;
            z-index: 4
        }

            .list-tab .tab .selected a {
                color: #333;
                cursor: default;
                font-weight: bold
            }

                .list-tab .tab .selected a:hover {
                    background: none
                }

.refine {
    margin-bottom: 10px
}

    .refine .refine-node {
        margin-bottom: 10px
    }

    .refine dt {
        font-weight: bold;
        font-size: 16px;
        padding: 6px 0;
        _position: relative
    }

    .refine dd .cat-title {
        font-weight: bold;
        padding: 5px 0;
        display: block;
        line-height: 16px
    }

    .refine dd a {
        padding: 5px 0;
        display: block;
        color: #555;
        line-height: 16px;
        text-decoration: none
    }

        .refine dd a:hover {
            color: #ff850a
        }

        .refine dd a .gray {
            color: #888
        }

    .refine dd .show-more .icon {
        font-size: 14px;
        color: #888;
        vertical-align: -2px
    }

.related-box {
    margin: 20px 0
}

    .related-box h3 {
        font-size: 16px;
        line-height: 36px;
        padding-left: 10px
    }

    .related-box .related-link span {
        float: left;
        width: 25%
    }

        .related-box .related-link span a {
            display: block;
            margin: 0 10px;
            line-height: 2;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis
        }

.alert-bottom {
    padding: 0 10px;
    border-top: 1px solid #dae0e6
}

    .alert-bottom .item {
        color: #555;
        width: 47%;
        padding: 20px 0 0
    }

        .alert-bottom .item h4 {
            height: 36px;
            font-size: 18px;
            line-height: 36px;
            color: #222
        }

        .alert-bottom .item p {
            margin: 0 0 10px 0
        }

        .alert-bottom .item .alert-word {
            width: 158px;
            height: 28px;
            line-height: 28px;
            border: 1px solid #ced3d9;
            border-radius: 0 0 2px 2px;
            padding: 0 10px;
            box-sizing: border-box
        }

        .alert-bottom .item .alert-error {
            color: #e64545;
            padding-top: 5px
        }

        .alert-bottom .item .btn {
            height: 28px;
            line-height: 28px;
            border-radius: 0 2px 2px 0;
            margin-left: -1px;
            *margin-top: 1px;
            padding: 0 14px
        }

    .alert-bottom .rfq-wrap {
        display: flex
    }

        .alert-bottom .rfq-wrap .input-wrap {
            display: inline-block
        }

            .alert-bottom .rfq-wrap .input-wrap input {
                width: 100%;
                box-sizing: border-box
            }

        .alert-bottom .rfq-wrap .btn {
            white-space: nowrap
        }

.obelisk-form .input-checkbox {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

    .obelisk-form .input-checkbox input[type=checkbox] {
        vertical-align: middle
    }

        .obelisk-form .input-checkbox input[type=checkbox] + .input-ctnr {
            display: none
        }

@media only screen and (max-width: 1000000px) {
    .obelisk-form .input-checkbox input[type=checkbox] {
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 0;
        opacity: 0;
        filter: alpha(opacity=0)
    }

        .obelisk-form .input-checkbox input[type=checkbox] + .input-ctnr {
            display: inline-block;
            cursor: pointer;
            -webkit-transition: all .1s ease-in;
            -moz-transition: all .1s ease-in;
            -ms-transition: all .1s ease-in;
            -o-transition: all .1s ease-in;
            transition: all .1s ease-in;
            vertical-align: middle;
            margin-top: -2px
        }
}

.obelisk-form .input-checkbox input[type=checkbox] + .input-ctnr {
    width: 14px;
    height: 14px;
    border-width: 1px;
    border-style: solid;
    border-color: #a1aab3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    margin-right: 5px
}

.obelisk-form .input-checkbox input[type=checkbox]:hover + .input-ctnr {
    border-color: #1470cc;
    background-color: #d9ecff
}

.obelisk-form .input-checkbox input[type=checkbox]:checked + .input-ctnr {
    border-color: #1470cc;
    background-color: #fff;
    position: relative
}

    .obelisk-form .input-checkbox input[type=checkbox]:checked + .input-ctnr:after {
        content: "";
        display: block;
        width: 9px;
        height: 4px;
        border-width: 0 0 1px 1px;
        border-style: solid;
        border-color: #1470cc;
        position: absolute;
        left: 2px;
        top: 3px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: all .1s ease-in;
        -moz-transition: all .1s ease-in;
        -ms-transition: all .1s ease-in;
        -o-transition: all .1s ease-in;
        transition: all .1s ease-in
    }

.page {
    margin-bottom: 60px
}

.layout-fly {
    *zoom: 1
}

    .layout-fly .main-wrap {
        float: left;
        width: 100%
    }

    .layout-fly .main {
        margin: 0 200px
    }

    .layout-fly .sider {
        width: 190px;
        margin-left: -100%;
        position: relative;
        float: left;
        padding-top: 0px;
    }

    .layout-fly .extra {
        width: 190px;
        margin-left: -190px;
        position: relative;
        float: left
    }

.extra .section {
    margin-bottom: 10px
}

.list-node {
    padding: 15px 10px;
    border-bottom: 1px solid #e7ebf3;
    position: relative
}

.search-list {
    clear: both
}

.num-per-page {
    float: left;
    text-align: right;
    line-height: 30px;
    padding: 0 10px;
    color: #222;
    margin-top: 20px
}

    .num-per-page a {
        color: #222;
        padding: 0 8px
    }

        .num-per-page a:hover {
            color: #f60
        }

    .num-per-page i {
        color: #dae0e6
    }

    .num-per-page .selected {
        font-weight: bold;
        color: #e64545
    }

.pager {
    margin-bottom: 60px
}

    .pager .page-num {
        vertical-align: top;
        color: #999
    }

        .pager .page-num a {
            border-color: #b8c2cc;
            background: #f5f7fa;
            color: #555;
            box-shadow: none
        }

            .pager .page-num a:hover {
                border-color: #a1aab3;
                background-color: #edeff2;
                font-weight: bold
            }

        .pager .page-num .next {
            border-color: #cc3d3d;
            box-shadow: none;
            color: #fff;
            font-weight: bold;
            padding-right: 30px;
            background: #e64545 url('../images/pager-arr.png') 45px -54px no-repeat
        }

            .pager .page-num .next:hover {
                border-color: #cc3d3d;
                background: #cc3d3d url('../images/pager-arr.png') 45px -54px no-repeat
            }

            .pager .page-num .next .icon {
                display: none
            }

        .pager .page-num strong {
            color: #e64545
        }

.list-bottom-layout {
    margin: 0 200px
}

.auto-size .grid {
    width: 100%
}

.auto-size {
    max-width: 1440px !important;
    min-width: 1187px !important;
    margin: 0 auto
}

body {
    margin: 0 10px
}

@media screen and (max-width: 4000px) {
    body {
        margin: 0
    }

    .auto-size {
        min-width: 987px !important
    }
}

@media screen and (max-width: 1246px) {
    .auto-size {
        margin: 0 10px
    }
}

@media screen and (min-width: 1246px)and (max-width: 1366px) {
    .auto-size {
        width: 1206px;
        margin: 0 auto
    }
}

@media screen and (min-width: 1366px)and (max-width: 1599px) {
    .auto-size {
        margin: 0 70px
    }
}

@media screen and (max-width: 1224px) {
    .layout-fly {
        min-width: 1187px
    }
}

.grid {
    width: auto;
    max-width: 1440px;
    padding: 0 20px
}

@media screen and (max-width: 1224px) {
    .auto-size {
        min-width: 700px !important
    }
}

@media screen and (max-width: 1023px) {
    .auto-size {
        min-width: 700px !important
    }
}

@media screen and (max-width: 860px) {
    .auto-size {
        min-width: 700px !important
    }
}

.refine-node .toggle-btn {
    cursor: pointer;
    color: #555
}

    .refine-node .toggle-btn:hover {
        color: #ff850a
    }

.refine-node.input-checkbox img {
    vertical-align: bottom;
    margin-right: 2px
}

.search-list .list-node {
    border-bottom: 1px solid #e7ebf3;
    padding: 10px 10px 20px;
    min-height: 210px;
    _height: 210px;
    *padding: 10px;
    *zoom: 1;
    position: relative
}

    .search-list .list-node:before, .search-list .list-node:after {
        content: "";
        display: table
    }

    .search-list .list-node:after {
        clear: both
    }

.list-node .company-info {
    float: left;
    width: 100%
}

.list-node .company-box {
    margin-right: 420px
}

.list-node .company-name {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    padding: 5px 30px 15px 0;
    position: relative;
    display: inline-block
}

    .list-node .company-name a:visited {
        color: #8a56a3
    }

.list-node .compnay-auth {
    margin-bottom: 10px
}

    .list-node .compnay-auth img {
        position: relative;
        top: -2px
    }

    .list-node .compnay-auth span {
        color: #888
    }

    .list-node .compnay-auth .auth-block {
        margin-right: 20px;
        text-decoration: none;
        *vertical-align: middle;
        position: relative
    }

.list-node .company-intro {
    line-height: 1.3
}

    .list-node .company-intro td {
        padding: 4px 0
    }

    .list-node .company-intro .subject {
        color: #999;
        width: 120px;
        vertical-align: top
    }

.list-node .user-action {
    margin-top: 10px;
    color: #888
}

    .list-node .user-action a {
        color: #888;
        white-space: nowrap
    }

    .list-node .user-action .tm-status-on {
        color: #246bb3
    }

        .list-node .user-action .tm-status-on:hover {
            color: #f60
        }

    .list-node .user-action .contact-btn {
        float: left;
        width: 126px;
        height: 26px;
        margin-right: 10px;
        text-decoration: none;
        text-indent: -9999em;
        background: url('../images/contact-btn.png') 0 0 no-repeat;
    }

        .list-node .user-action .contact-btn:hover {
            background-position: 0 -36px
        }

    .list-node .user-action .tm-status-on {
        margin: 5px 20px 5px 0
    }

.list-node .rec-product {
    width: 420px;
    float: left;
    margin-left: -420px
}

    .list-node .rec-product li {
        width: 120px;
        float: left;
        margin-left: 20px;
        position: relative
    }

        .list-node .rec-product li .img-thumb {
            width: 120px;
            height: 120px;
            margin-bottom: 5px;
            background: #fff
        }

            .list-node .rec-product li .img-thumb img {
                max-width: 120px;
                max-height: 120px
            }

        .list-node .rec-product li .pro-name {
            height: 31px;
            line-height: 1.3;
            overflow: hidden
        }

        .list-node .rec-product li .featured-pro {
            margin-top: 5px;
            padding-left: 20px;
            color: #999;
            white-space: nowrap;
            background: url('../images/featured-icon.png') left center no-repeat;
        }

.list-node .pro-pop {
    visibility: hidden;
    position: absolute;
    *z-index: 2;
    padding: 15px;
    width: 160px;
    top: -10px;
    left: -36px;
    border: 1px solid #dae0e6;
    background: #fff;
    z-index: 2;
    box-shadow: 1px 3px 7px 0px #e0e0e0;
    box-shadow: 1px 3px 7px 0px rgba(0,0,0,.12);
    -webkit-transform-origin: center -15px;
    -moz-transform-origin: center -15px;
    -ms-transform-origin: center -15px;
    transform-origin: center -15px;
    -webkit-transition: -webkit-transform 300ms ease,top 300ms ease;
    -moz-transition: -webkit-transform 300ms ease,top 300ms ease;
    -ms-transition: -webkit-transform 300ms ease,top 300ms ease;
    transition: -webkit-transform 300ms ease,top 300ms ease;
    -webkit-transform: scale(0.77);
    -moz-transform: scale(0.77);
    -ms-transform: scale(0.77);
    transform: scale(0.77)
}

    .list-node .pro-pop .user-action .contact-btn {
        float: none;
        display: block
    }

.list-node .rec-product li:hover {
    z-index: 2
}

    .list-node .rec-product li:hover .pro-pop {
        visibility: visible;
        top: -34px;
        left: -36px;
        -webkit-transform-origin: center -15px;
        -moz-transform-origin: center -15px;
        -ms-transform-origin: center -15px;
        transform-origin: center -15px;
        -webkit-transform: scale(0.88);
        -moz-transform: scale(0.88);
        -ms-transform: scale(0.88);
        transform: scale(0.88);
        -webkit-transition: -webkit-transform 300ms ease,top 300ms ease;
        -moz-transition: -webkit-transform 300ms ease,top 300ms ease;
        transition: -webkit-transform 300ms ease,top 300ms ease
    }

.list-node .pro-pop .img-thumb-160, .list-node .rec-product .pro-pop .pro-name {
    margin-bottom: 10px
}

    .list-node .pro-pop .img-thumb-160 a {
        background: #fff url('../images/loading32.gif') center center no-repeat;
    }

.as-info {
    position: relative;
    display: inline-block;
    *height: 20px;
    _top: 3px
}

    .as-info .as-logo {
        position: relative;
        width: 145px;
        height: 18px;
        line-height: 18px;
        margin-left: -5px;
        padding: 3px 0 3px 5px
    }

        .as-info .as-logo a {
            display: block;
            color: #666
        }

            .as-info .as-logo a:hover {
                text-decoration: none
            }

.compnay-auth .auth-block img {
    vertical-align: middle;
    margin-right: 6px
}

.compnay-auth .auth-block .as-logo img {
    position: relative;
    top: -2px
}

.as-info .as-logo-now {
    background: url('../images/as-info-arrow.gif') 123px 11px no-repeat;
    padding: 3px 0 3px 0
}

@media screen and (min-width: 1600px) {
    .list-node .company-name {
        font-size: 18px
    }

    .list-node .company-box {
        margin-right: 480px
    }

    .list-node .rec-product {
        width: 480px;
        margin-left: -480px
    }

        .list-node .rec-product li {
            width: 140px
        }

            .list-node .rec-product li .img-thumb {
                width: 140px;
                height: 140px
            }

                .list-node .rec-product li .img-thumb img {
                    max-width: 140px;
                    max-height: 140px
                }

        .list-node .rec-product .pro-pop {
            top: -15px;
            left: -26px;
            -webkit-transform: scale(0.9);
            -moz-transform: scale(0.9);
            -ms-transform: scale(0.9);
            transform: scale(0.9)
        }

        .list-node .rec-product li:hover .pro-pop {
            top: -24px;
            left: -26px
        }
}

.new-catalog-layout-fly {
    position: relative;
    font-family: Roboto
}

    .new-catalog-layout-fly .search-filter-bar {
        margin-bottom: 12px;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

        .new-catalog-layout-fly .search-filter-bar .list-tab {
            padding-top: 0;
            border-bottom: none;
            height: 33px;
            display: inline-block;
            position: relative;
            font-size: 14px
        }

            .new-catalog-layout-fly .search-filter-bar .list-tab .tab {
                background: #e6ecf2;
                border-radius: 16px;
                display: flex;
                height: 33px;
                overflow: hidden;
                box-sizing: border-box;
                border: 1px solid #e6ecf2
            }

                .new-catalog-layout-fly .search-filter-bar .list-tab .tab li {
                    float: none;
                    height: 31px;
                    line-height: 31px;
                    min-width: 130px;
                    background: #e6ecf2;
                    border: none
                }

                    .new-catalog-layout-fly .search-filter-bar .list-tab .tab li:not(.selected) a {
                        font-weight: 700;
                        color: #555
                    }

                    .new-catalog-layout-fly .search-filter-bar .list-tab .tab li a {
                        height: 31px;
                        line-height: 31px;
                        text-align: center;
                        cursor: pointer
                    }

                        .new-catalog-layout-fly .search-filter-bar .list-tab .tab li a:hover {
                            background: none;
                            color: #222
                        }

                    .new-catalog-layout-fly .search-filter-bar .list-tab .tab li.selected {
                        border: none;
                        background-color: #fff;
                        border-radius: 16px;
                        margin-right: 0px
                    }

                        .new-catalog-layout-fly .search-filter-bar .list-tab .tab li.selected a {
                            font-weight: bold;
                            color: #e64545
                        }

ul {
    list-style: none
}

.obelisk-form .input-checkbox {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

    .obelisk-form .input-checkbox input[type=checkbox] {
        vertical-align: middle
    }

        .obelisk-form .input-checkbox input[type=checkbox] + .input-ctnr {
            display: none
        }

@media only screen and (max-width: 1000000px) {
    .obelisk-form .input-checkbox input[type=checkbox] {
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 0;
        opacity: 0;
        filter: alpha(opacity=0)
    }

        .obelisk-form .input-checkbox input[type=checkbox] + .input-ctnr {
            display: inline-block;
            cursor: pointer;
            -webkit-transition: all .1s ease-in;
            -moz-transition: all .1s ease-in;
            -ms-transition: all .1s ease-in;
            -o-transition: all .1s ease-in;
            transition: all .1s ease-in;
            vertical-align: middle;
            margin-top: -2px
        }
}

.obelisk-form .input-checkbox input[type=checkbox] + .input-ctnr {
    width: 14px;
    height: 14px;
    border-width: 1px;
    border-style: solid;
    border-color: #a1aab3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    margin-right: 5px
}

.obelisk-form .input-checkbox input[type=checkbox]:hover + .input-ctnr {
    border-color: #1470cc;
    background-color: #d9ecff
}

.obelisk-form .input-checkbox input[type=checkbox]:checked + .input-ctnr {
    border-color: #1470cc;
    background-color: #fff;
    position: relative
}

    .obelisk-form .input-checkbox input[type=checkbox]:checked + .input-ctnr:after {
        content: "";
        display: block;
        width: 9px;
        height: 4px;
        border-width: 0 0 1px 1px;
        border-style: solid;
        border-color: #1470cc;
        position: absolute;
        left: 2px;
        top: 3px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: all .1s ease-in;
        -moz-transition: all .1s ease-in;
        -ms-transition: all .1s ease-in;
        -o-transition: all .1s ease-in;
        transition: all .1s ease-in
    }

a.btn, a.btn:hover {
    text-decoration: none
}

.btn {
    height: 36px;
    line-height: 34px;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    text-align: center;
    color: #222;
    border: solid 1px #ced3d9;
    background-color: #f5f7fa;
    padding: 0 15px;
    border-radius: 3px;
    cursor: pointer;
    box-sizing: border-box
}

    .btn:hover {
        color: #222;
        background-color: #e6ecf2
    }

.btn-main {
    color: #fff;
    border: solid 1px #e64545;
    background-color: #e64545
}

    .btn-main:hover {
        color: #fff;
        border: solid 1px #d92121;
        background-color: #d92121
    }

.tm-status-on {
    display: inline-block !important;
    *display: inline !important;
    zoom: 1;
    padding-left: 20px;
    line-height: 16px;
    white-space: nowrap;
    text-align: left
}

.tm-status-on {
    background: url('../images/tm_on_16.png') no-repeat 0 center;
}

    .tm-status-on:hover {
        text-decoration: underline
    }