﻿/*
html, body {
    background-color: white;
    padding: 0;
    border: 0;
    margin: 0;
    font-family: Arial;
    display: block;
    -webkit-appearance: none;
}
*/
/* --- 字体 --- */
@font-face {
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    src: url(../fonts/CenturyGothic.TTF);
    src: url(../fonts/CenturyGothic.eot)\9;
}

html, body {
    padding: 0;
    border: 0;
    margin: 0;
    background-color: #F5F5F5 !important;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}


a {
    text-decoration: none !important;
}

.blur {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}

.container {
    width: inherit !important;
}

.nags-header {
    background: #3C57A6;
    height: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
}

.logo {
    float: left;
    width: 10%;
    text-align: center;
    padding-left: 15px;
}

    .logo h1 {
        margin-top: 20px;
    }

.nags-nav {
    float: left;
    text-align: center;
    margin: 40px 2% 0 2%;
    width: 70%;
}

    .nags-nav li.main {
        font-size: 18px;
        /*height: 100px;
    line-height: 100px;*/
        display: inline-block;
        padding-left: 10px;
        padding-right: 20px;
        background: url(../assets/img/gekai.png) no-repeat right center;
        position: relative;
    }

    .nags-nav li.last {
        background: none !important;
    }

    .nags-nav li em {
        background: #FFFF00;
        text-align: center;
        width: 18px;
        height: 18px;
        border-radius: 100%;
        display: block;
        position: absolute;
        right: 0;
        top: -10px;
        line-height: 18px;
        font-size: 12px;
    }

    .nags-nav li a {
        color: #fff;
    }

        .nags-nav li a:hover {
            color: gold !important;
        }

    .nags-nav li em {
        background: #FFFF00;
        text-align: center;
        width: 18px;
        height: 18px;
        border-radius: 100%;
        display: block;
        position: absolute;
        right: 0;
        top: -10px;
        line-height: 18px;
        font-size: 12px;
    }

.nags-user {
    font-size: 16px;
    float: right;
    color: #fff;
    line-height: 180%;
    padding: 10px 0px;
    width: 15%;
    word-wrap: break-word;
}

.row .input-group {
    margin: 0 auto !important;
}

.input-group {
    margin: 10px auto;
}

.box {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 5px;
    box-shadow: 10px 10px 20px #ececec;
}

.column {
    color: #F07226;
    font-size: 24px;
    margin-bottom: 5px;
}

.a-upload {
    width: 100%;
    padding: 4px 10px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

    .a-upload input {
        position: absolute;
        font-size: 100px;
        right: 0;
        top: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        cursor: pointer;
    }

    .a-upload:hover {
        color: #444;
        background: #eee;
        border-color: #ccc;
        text-decoration: none;
    }

.img-box {
    height: 300px;
    width: 100%;
}

    /*.img-box div {
        display: block;
        height: 40px;
        width: 100%;
        overflow: hidden;
    }*/

    .img-box div.item {
        height: 260px;
        display: block;
        border-radius: 10px;
        width: 100%;
        overflow: hidden;
        border: 1px solid gray;
        align-content: center;
        text-align: center;
    }

        .img-box div.item img {
            margin: 5% auto;
            overflow: hidden;
        }

        .img-box div.item div {
            position: absolute;
            bottom: 0;
            display: block;
            width: 100%;
            text-align: center;
            padding-bottom: 10px;
        }

.quick-links {
    width: 40%;
    padding: 10px 30px;
    font-size: 16px;
    border-left: 1px solid #efefef;
}

    .quick-links ul {
        list-style: none;
    }

    .quick-links li {
        line-height: 250%;
    }

        .quick-links li:hover {
            cursor: pointer;
            color: #F07226;
        }

.right-notic {
    width: 60%;
    padding: 10px 30px;
}

    .right-notic .notice {
        border-top: 1px solid #efefef;
        padding-top: 5px;
    }

        .right-notic .notice:last-child {
            padding-bottom: 0px;
            margin-bottom: 0px;
            border-bottom: none;
        }

.over-class {
    color: #F07226 !important;
}

.anno-item {
    color: #555;
}

    .anno-item:hover {
        color: #F07226 !important;
    }

.anno-title {
    display: block;
    font-size: larger;
    padding: 5px 0;
}

.anno-date {
    display: block;
    font-size: small;
    padding: 5px 0;
}

.glass-release {
    width: 60%;
    padding: 10px 30px 0 30px;
    position: relative;
}

    .glass-release .bd {
        display: block;
    }

        .glass-release .bd li {
            text-align: center;
        }

    .glass-release .hd {
        /*position: absolute;
        bottom: 10px;
        left: 0;*/
        display: block;
        margin-top: 10px;
        width: 100%;
        text-align: center;
    }

        .glass-release .hd li {
            display: inline-block;
            width: 10px;
            height: 10px;
            border-radius: 100px;
            background: #E7E7E7;
            margin-left: 10px;
            margin-right: 10px;
        }

            .glass-release .hd li.on {
                background: #666;
            }

    .glass-release .prev, .glass-release .next {
        position: absolute;
        top: 55%;
    }

    .glass-release .prev {
        left: 30px;
    }

    .glass-release .next {
        right: 30px;
    }

.useful li {
    line-height: 200%;
    font-size: 18px;
    background: url(../images/dot.jpg) no-repeat 0 center;
    padding-left: 15px;
}

.footer {
    background: #333;
    text-align: center;
    height: 80px;
    color: #fff;
    font-size: 14px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 10;
}

    .footer em {
        margin-left: 20px;
        margin-right: 20px;
        line-height: 79px;
        height: 79px;
    }

.goods-class {
    overflow: hidden;
    margin-top: 110px;
}

    .goods-class li {
        float: left;
        width: 20%;
        text-align: center;
        border-right: 1px solid #efefef;
    }

    .goods-class span {
        display: block;
    }

    .goods-class li:last-child {
        border-right: none;
    }

    .goods-class li .pic {
        width: 99px;
        height: 34px;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .goods-class li .text {
        font-size: 14px;
    }

    .goods-class li.class-a .pic {
        background: url(../img/class-a.png) no-repeat;
    }

    .goods-class li.class-b .pic {
        background: url(../img/class-b.png) no-repeat;
    }

    .goods-class li.class-c .pic {
        background: url(../img/class-c.png) no-repeat;
    }

    .goods-class li.class-d .pic {
        background: url(../img/class-d.png) no-repeat;
    }

    .goods-class li.class-e .pic {
        background: url(../img/class-e.png) no-repeat;
    }

    .goods-class li.class-a a.now .pic {
        background: url(../img/class-a-hover.png) no-repeat;
    }

    .goods-class li.class-b a.now .pic {
        background: url(../img/class-b-hover.png) no-repeat;
    }

    .goods-class li.class-c a.now .pic {
        background: url(../img/class-c-hover.png) no-repeat;
    }

    .goods-class li.class-d a.now .pic {
        background: url(../img/class-d-hover.png) no-repeat;
    }

    .goods-class li.class-e a.now .pic {
        background: url(../img/class-e-hover.png) no-repeat;
    }

    .goods-class li a.now {
        color: #f07226;
    }

.glass-select {
    background: #4C82FC;
    padding: 10px;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

    .glass-select .box-select {
        float: left;
        position: relative;
    }

        .glass-select .box-select select {
            width: 340px;
            height: 34px;
            line-height: 34px;
            border: none;
            text-align: center;
            text-transform: uppercase;
            padding-left: 10px;
        }
        .glass-select .box-select .btn-clear {
            background: url(../img/clear.png) no-repeat;
            width: 16px;
            height: 16px;
            position: absolute;
            right: 10px;
            top: 10px;
            z-index: 5;
            border: none;
        }
        .glass-select .box-select .btn-search {
            background: url(../img/search.png) no-repeat;
            width: 16px;
            height: 16px;
            position: absolute;
            left: 10px;
            top: 10px;
            z-index: 5;
            border: none;
        }
    .glass-select .search {
        float: right;
        position: relative;
    }

        .glass-select .search input {
            height: 34px;
            line-height: 34px;
            border: none;
            border-radius: 5px;
            padding-left: 10px;
        }

        .glass-select .search button {
            background: url(../img/search.png) no-repeat;
            width: 16px;
            height: 16px;
            position: absolute;
            right: 10px;
            top: 10px;
            z-index: 5;
            border: none;
        }

.glass-choose {
    background: #fff;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    box-shadow: 10px 10px 20px #ececec;
}

    .glass-choose dl {
        float: left;
        width: 25%;
        border-right: 1px solid #efefef;
        padding: 10px;
        min-height: 300px;
    }

        .glass-choose dl:last-child {
            border-right: none;
        }

    .glass-choose dt {
        text-align: center;
        height: 40px;
        line-height: 40px;
        border-radius: 100px;
        background: #f5f5f5;
        margin-bottom: 5px;
    }

    .glass-choose dd {
        overflow-y: auto;
        height: 260px;
    }

        .glass-choose dd em {
            display: block;
            height: 30px;
            line-height: 30px;
            /*text-align: center;*/
            padding-left:35px;
            border-bottom: 1px solid #efefef;
            overflow: hidden;
        }

            .glass-choose dd em:hover {
                cursor: pointer;
            }

            .glass-choose dd em.now {
                background: #FDF1E8;
                color: #F07226;
                border-radius: 100px;
            }

        .glass-choose dd .pic {
            text-align: center;
        }

.glass-table {
    overflow-x: auto;
    overflow-y: auto;
}

    .glass-table table {
        width: 100%;
        border-collapse: separate !important;
        border-spacing: 1px !important;
    }

    .glass-table .tit {
        background: #4C82FC;
    }

        .glass-table .tit td {
            text-align: center;
            color: #fff;
            font-size: 14px;
            height: 30px;
            line-height: 30px;
        }

            .glass-table .tit td:last-child {
                border-right: none;
            }

            .glass-table .tit td em {
                width: 60%;
                margin: 0 auto;
                display: block;
            }

    .glass-table .cont td {
        border-bottom: 1px solid #efefef;
        font-size: 14px;
        border-right: 1px solid #efefef;
        padding: 0 5px;
    }

        .glass-table .cont td.no {
            color: #999;
        }

        .glass-table .cont td.yes {
            color: #000;
        }

        .glass-table .cont td label {
            font-weight: normal !important;
        }

        .glass-table .cont td input {
            border-radius: 25px;
            border: 1px solid #ddd;
            margin: 10px auto;
        }

        .glass-table .cont td:last-child {
            border-right: none;
        }

        .glass-table .cont td em.yes {
            color: #4C82FC;
        }

        .glass-table .cont td em.no {
            color: #999;
        }

        .glass-table .cont td em.low {
            color: #F07226;
        }

        .glass-table .cont td em.more {
            color: #FF9900;
            font-weight: bold;
        }

        .glass-table .cont td a {
            background: #3B56A4;
            width: 50px;
            height: 27px;
            display: block;
            color: #fff;
            border-radius: 100px;
            line-height: 27px;
            margin: 0 auto;
        }

            .glass-table .cont td a.no-css {
                background-color: transparent !important;
                width: auto !important;
                height: auto !important;
            }

            .glass-table .cont td a:hover {
                background: #4C82FC;
            }

.cart-summary {
    position: fixed;
    right: 5px;
    top: 110px;
    width: 220px;
    background: #fff;
    overflow-y: auto;
    border-radius: 10px;
    box-shadow: 10px 10px 20px #ececec;
    max-height: 80%;
}

    .cart-summary h3 {
        background: #4C82FC;
        padding: 8px 10px;
        color: #fff;
        font-size: 16px;
        margin-top: -5px;
    }

.detail-list li {
    padding: 10px 10px;
    border-bottom: 1px solid #efefef;
    font-size: 14px;
    position: relative;
}

    .detail-list li em {
        display: block;
        width: 10px;
        height: 10px;
        background: url(../images/close.png) no-repeat;
        position: absolute;
        right: 10px;
        top: 13px;
        cursor: pointer;
    }

.cart-btn a {
    background: #3C57A6;
    margin: 20px 10px;
    font-size: 14px;
    display: block;
    text-align: center;
    color: #fff !important;
    line-height: 150%;
    padding: 5px 10px;
    border-radius: 100px;
}

    .cart-btn a:hover {
        background: #F07226;
        color: #fff !important;
    }

    .cart-btn a:visited {
        color: #FFF;
    }

.other-search .search {
    float: right;
    position: relative;
}

.other-search input {
    height: 34px;
    line-height: 34px;
    border: 1px solid #3C57A6;
    border-radius: 5px;
    padding-left: 10px;
}

.other-search button {
    background: url(../img/search.png) no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 100;
    border: none;
}

.btn-radius {
    text-align: center;
    border-radius: 100px;
    border: 1px solid #ddd;
}

.radius-up {
    border-radius: 10px 10px 0 0;
}

.radius-down {
    border-radius: 0 0 10px 10px;
}

#tblmod {
    width: 100% !important;
}

    #tblmod td {
        text-align: center !important;
    }

.m-no {
    margin: 0px !important;
}

.mlr-a {
    margin-left: auto;
    margin-right: auto !important;
}

.mtb-a {
    margin-top: auto;
    margin-bottom: auto !important;
}

.m-s {
    margin: 5px !important;
}

.m-m {
    margin: 10px !important;
}

.m-l {
    margin: 20px !important;
}


.ml-s {
    margin-left: 5px !important;
}

.ml-m {
    margin-left: 10px !important;
}

.ml-l {
    margin-left: 20px !important;
}

.ml-xl {
    margin-left: 40px !important;
}

.ml-p2 {
    margin-left: 20% !important;
}

.mr-s {
    margin-right: 5px !important;
}

.mr-m {
    margin-right: 10px !important;
}

.mr-l {
    margin-right: 20px !important;
}

.mt-s {
    margin-top: 5px !important;
}

.mt-m {
    margin-top: 10px !important;
}

.mt-l {
    margin-top: 20px !important;
}

.mb-s {
    margin-bottom: 5px !important;
}

.mb-m {
    margin-bottom: 10px !important;
}

.mb-l {
    margin-bottom: 20px !important;
}

.mtb-s {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.mtb-m {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.mtb-l {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    word-wrap: break-word;
}

.mlr-s {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.mlr-m {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.mlr-l {
    margin-left: 20px !important;
    margin-right: 20px !important;
}


.bd-no {
    border: none !important;
}

.bd-s {
    border: solid 1px #3C57A6 !important;
}

.bd-s-o {
    border: solid 5px #3C57A6 !important;
}

.bd-t-s {
    border-top: solid 1px !important;
}

.bd-b-s {
    border-bottom: solid 1px !important;
}

.bd-r-s {
    border-right: solid 1px !important;
}

.bd-l-s {
    border-left: solid 1px !important;
}

.bd-da-s {
    border: dashed 0.5em !important;
}

.bd-t-m {
    border-top: solid 2px !important;
}


.pl-s {
    padding-left: 5px !important;
}

.pl-m {
    padding-left: 10px !important;
}

.pl-l {
    padding-left: 20px !important;
}

.pr-s {
    padding-right: 5px !important;
}

.pr-m {
    padding-right: 10px !important;
}

.pr-l {
    padding-right: 20px !important;
}

.pt-s {
    padding-top: 5px !important;
}

.pt-m {
    padding-top: 10px !important;
}

.pt-l {
    padding-top: 20px !important;
}

.pb-s {
    padding-bottom: 5px !important;
}

.pb-m {
    padding-bottom: 10px !important;
}

.pb-l {
    padding-bottom: 20px !important;
}

.ptb-s {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.ptb-m {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.ptb-l {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.pd-s {
    padding: 5px !important;
}

.pd-m {
    padding: 10px !important;
}

.pd-l {
    padding: 20px !important;
}

.pd-no {
    padding: 0px !important;
}


.rc-tl {
    -webkit-border-top-left-radius: 10px !important;
    border-top-left-radius: 10px !important;
}

.rc-tr {
    -webkit-border-top-right-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.rc-br {
    -webkit-border-bottom-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.rc-bl {
    -webkit-border-bottom-left-radius: 10 !important;
    border-bottom-left-radius: 10 !important;
}

.rc-all {
    -webkit-border-top-left-radius: 10px !important;
    border-top-left-radius: 10px !important;
    -webkit-border-top-right-radius: 10px !important;
    border-top-right-radius: 10px !important;
    -webkit-border-bottom-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    -webkit-border-bottom-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.rc-all-l {
    -webkit-border-top-left-radius: 20px !important;
    border-top-left-radius: 20px !important;
    -webkit-border-top-right-radius: 20px !important;
    border-top-right-radius: 20px !important;
    -webkit-border-bottom-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    -webkit-border-bottom-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.rc-all-s {
    -webkit-border-top-left-radius: 5px !important;
    border-top-left-radius: 5px !important;
    -webkit-border-top-right-radius: 5px !important;
    border-top-right-radius: 5px !important;
    -webkit-border-bottom-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    -webkit-border-bottom-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}


.rc-t {
    -webkit-border-top-left-radius: 10px !important;
    border-top-left-radius: 10px !important;
    -webkit-border-top-right-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.rc-b {
    -webkit-border-bottom-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    -webkit-border-bottom-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}


.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.cb {
    clear: both !important;
}

.tal {
    text-align: left !important;
}

.tac {
    text-align: center !important;
}

.tar {
    text-align: right !important;
}

.vat {
    vertical-align: top !important;
}

.vam {
    vertical-align: middle !important;
}

.vab {
    vertical-align: bottom !important;
}

.w100 {
    width: 100% !important;
}

.w95 {
    width: 95% !important;
}

.w90 {
    width: 90% !important;
}

.w85 {
    width: 85% !important;
}

.w80 {
    width: 80% !important;
}

.w75 {
    width: 75% !important;
}

.w70 {
    width: 70% !important;
}

.w65 {
    width: 65% !important;
}

.w60 {
    width: 60% !important;
}

.w58 {
    width: 58% !important;
}

.w55 {
    width: 55% !important;
}

.w50 {
    width: 50% !important;
}

.w45 {
    width: 45% !important;
}

.w40 {
    width: 40% !important;
}

.w35 {
    width: 35% !important;
}

.w30 {
    width: 30% !important;
}

.w25 {
    width: 25% !important;
}

.w20 {
    width: 20% !important;
}

.w15 {
    width: 15% !important;
}

.w10 {
    width: 10% !important;
}

.w9 {
    width: 9% !important;
}

.w8 {
    width: 8% !important;
}

.w7 {
    width: 7% !important;
}

.w6 {
    width: 6% !important;
}

.w5 {
    width: 5% !important;
}

.w4 {
    width: 4% !important;
}

.w3 {
    width: 3% !important;
}

.w2 {
    width: 2% !important;
}

.w0 {
    width: 0 !important;
}

.minw600 {
    min-width: 600px;
}

.f-50 {
    font-size: 50% !important;
}

.f-60 {
    font-size: 60% !important;
}

.f-70 {
    font-size: 70% !important;
}

.f-80 {
    font-size: 80% !important;
}

.f-90 {
    font-size: 90% !important;
}

.f-100 {
    font-size: 100% !important;
}

.f-110 {
    font-size: 110% !important;
}

.f-120 {
    font-size: 120% !important;
}

.f-130 {
    font-size: 130% !important;
}

.f-140 {
    font-size: 140% !important;
}

.f-150 {
    font-size: 150% !important;
}

.fw-b {
    font-weight: bold !important;
}

.fw-n {
    font-weight: normal !important;
}

.c-blk {
    color: Black !important;
}

.c-wit {
    color: White !important;
}

.c-drk1 {
    color: #77788A !important;
}

.c-drk2 {
    color: #C8C9CB !important;
}

.c-drk3 {
    color: #3C3837 !important;
}

.c-drk4 {
    color: #B0B5B8 !important;
}

.c-gry {
    color: #D6D5D4 !important;
}

.c-blu {
    color: Blue !important;
}

.c-red {
    color: Red !important;
}

.c-grn {
    color: Green !important;
}


.bdc-drk1 {
    border-color: #77788A !important;
}

.bdc-org {
    border-color: #F07226 !important;
}

.bdc-drk2 {
    border-color: #C8C9CB !important;
}

.bdc-wit {
    border-color: White !important;
}

.h300 {
    height: 300px;
}

.d-blk {
    display: block !important;
}

.c-org {
    color: #EC8A02 !important;
}

.bs-s {
    -webkit-box-shadow: 0px 5px 5px #464749 !important;
}

.bs-m {
    -webkit-box-shadow: 0px 10px 10px #464749 !important;
}

.bs-l {
    -webkit-box-shadow: 0px 20px 20px #464749 !important;
}

/******** Background Color Style ********/
.bgc-blu {
    background-color: #3C57A6 !important;
}

.bgc-blu-light {
    background-color: #428DCB !important;
}

.bgc-blu1 {
    background-color: #3C57A6 !important;
}

.bgc-nav {
    background-color: #3C57A6 !important;
}

.bgc-pur {
    background-color: #542D8C !important;
}

.bgc-gry {
    background-color: #D6D5D4 !important;
}

.bgc-pnk {
    background-color: #F47C79 !important;
}

.bgc-pur-light {
    background-color: #747BBB !important;
}

.bgc-gry0 {
    background-color: #EEE !important;
}

.bgc-gry1 {
    background-color: #797A7A !important;
}

.bgc-gry2 {
    background-color: #D6D5D4 !important;
}

.bgc-yel {
    background-color: #F5EC11 !important;
}

.bgc-grn {
    background-color: #3C57A6 !important;
}

.bgc-red {
    background-color: #D92C27 !important;
}

.bgc-org1 {
    background-color: #FFD47A !important;
}

.bgc-tra {
    background-image: none !important;
    background-color: transparent !important;
}

.bgc-m {
    background-color: #CDD5D9 !important;
}

.bgc-cell {
    background-color: #FFFFFF;
}

.bdc-cell {
    border-color: #BBBCC0 !important;
}

.bdc-gry {
    /*border-color: #D6D5D4 !important;*/
    border-color: #3C57A6 !important;
}


.bgc-cell-sel {
    background-color: blue !important;
}

.bgc-org {
    background-image: none !important;
    background-color: #F09F00 !important;
}

.bgc-org1 {
    background-color: #E3AA75 !important;
}

.bgc-blk {
    background-image: none !important;
    background-color: #000000 !important;
}

.bgc-drk {
    background-image: none !important;
    background-color: #2E2E2E !important;
}

.bgc-drk1 {
    background-image: none !important;
    background-color: #2C2C2C !important;
}

.bgc-lst {
    background-image: none !important;
    background-color: #EBEBEB !important;
}

.bgc-red {
    background-color: #F1222A !important;
}


.bgc-wit {
    background-image: none !important;
    background-color: #FFFFFF !important;
}

.bgc-pnk {
    background-image: none !important;
    background-color: #F6C3A4 !important;
}

.scroll {
    overflow: scroll !important;
    overflow-x: hidden !important;
}

.hide {
    display: none !important;
}

/************ NAGS ****************/
.ipt-qty {
    width: 40px !important;
    border: 2px solid #3C57A6;
    text-align: center;
}

.ui-tabs .ui-tabs-panel {
    padding: 0 !important;
}

table.bd-no td {
    border: none !important;
}

table td.bd-s {
    border: solid #D6D5D4 1px !important;
}

table td.bd-l-s {
    border-left: solid #D6D5D4 1px !important;
}

table td.bd-r-s {
    border-right: solid #D6D5D4 1px !important;
}

table td.bd-t-s {
    border-top: solid #D6D5D4 1px !important;
}

table td.bd-b-s {
    border-bottom: solid #D6D5D4 1px !important;
}

tr.credit td {
    color: Red !important;
}

.ww-b {
    word-wrap: break-word !important;
}

.tbl-f {
    table-layout: fixed !important;
}

.h30 {
    height: 30px !important;
}

.h50 {
    height: 50px !important;
}

.h100 {
    height: 100px !important;
}

.h150 {
    height: 150px !important;
}

.h200 {
    height: 2000px !important;
}

.h250 {
    height: 250px !important;
}

.h300 {
    height: 300px !important;
}

.h350 {
    height: 350px !important;
}

.h400 {
    height: 400px !important;
}

.h450 {
    height: 450px !important;
}

.h500 {
    height: 500px !important;
}

.h550 {
    height: 550px !important;
}

.h600 {
    height: 600px !important;
}

.h650 {
    height: 650px !important;
}

.h700 {
    height: 700px !important;
}

.h10e {
    height: 10em !important;
}

.h20e {
    height: 20em !important;
}

.lh30 {
    line-height: 30px !important;
}

.mh50 {
    min-height: 50px !important;
}


.w50p {
    width: 50px;
}

.w100p {
    width: 100px;
}

.w150p {
    width: 150px;
}

.w200p {
    width: 200px;
}

.w250p {
    width: 250px;
}

.w300p {
    width: 300px;
}

.w350p {
    width: 350px;
}

.w400p {
    width: 400px;
}

.w450p {
    width: 450px;
}

.w500p {
    width: 500px;
}

.w550p {
    width: 550px;
}

.w600p {
    width: 600px;
}

.w650p {
    width: 650px;
}

.w700p {
    width: 700px;
}

.w750p {
    width: 750px;
}

.w800p {
    width: 800px;
}

.w850p {
    width: 850px;
}

.w900p {
    width: 900px;
}

.w950p {
    width: 950px;
}

.w1000p {
    width: 1000px;
}

.btn-cart a {
    text-decoration: none !important;
    color: Black !important;
}

/********* Position **********/
.pos-r {
    position: relative !important;
}


div.sub-menu {
    overflow: hidden !important;
}

/* clickable styles */
input[type=button], input[type=submit] {
    cursor: pointer !important;
}


.clk {
    cursor: pointer;
}

.sel {
    background-color: #3C57A6 !important;
    color: White !important;
}


/*  dialog Styles */
.ui-dialog {
    /*-webkit-box-shadow: 0px 20px 20px #464749 !important;*/
    padding: 0px !important;
}

div#dialog {
    padding: 0px !important;
    height: auto !important;
}

.ui-dialog-titlebar {
    display: none !important;
}

#dialog-head div.close {
    position: absolute;
    top: 10px;
    right: 10px;
}

#dialog-title {
    color: Black !important;
    font-weight: bold !important;
    /*font-size: 110% !important;*/
}

#dvDiagram {
    min-height: 260px !important;
}


/******** item styles ********/
#main {
    /*min-height: 700px;*/
}

/*** Ad Banner boc **/
#dvadv {
    width: 60%;
    padding: 1px 10px;
}

div.chkout a {
    color: White !important;
    text-decoration: none !important;
}

.ui-tabs-nav {
    border: 0px !important;
    padding: .5em .5em 0 !important;
    background-color: #7657A4 !important;
    -webkit-border-top-left-radius: 0px !important;
    -webkit-border-top-right-radius: 0px !important;
    -webkit-border-bottom-left-radius: 0px !important;
    -webkit-border-bottom-right-radius: 0px !important;
}

/*div.sub-menu {
    background-color: white;
}*/

div.sub-menu div.tab {
    color: White;
    padding: 10px;
    margin-top: 5px;
    /*border: solid 0.1em;*/
    background-color: #8EC2F5;
}


div.dia-menu div.tab {
    padding: 10px;
    margin-top: 5px;
    margin-right: 3px;
    border-left: solid #D6D5D4 0.1em;
    border-top: solid #D6D5D4 0.1em;
    border-right: solid #D6D5D4 0.1em;
    background-color: white;
    -webkit-border-top-left-radius: 10px !important;
    border-top-left-radius: 10px !important;
    -webkit-border-top-right-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

    div.dia-menu div.tab.selected {
        background-color: #3C57A6;
        color: white;
    }

div.dia-body {
    z-index: -99;
    margin-top: -1px;
}

div.dia-body-subtitle {
    /*position: absolute;*/
    top: -10px;
    left: 40px;
    /*z-index: 1000;*/
    display: block;
    background-color: white;
    padding: 0 10px;
}

#tabs-pro input.btn-add {
    position: absolute;
    right: 0;
    top: 0;
}

#tabs-ord.sub-menu div.tab, #tabs-src.sub-menu div.tab {
    padding: 5px 30px !important;
}


#tabs-cat.sub-menu div.tab-cat {
    padding: 0 27.7px 0 0px !important;
    line-height: 30px !important;
}

#tabs-cat.sub-menu div.tab-search {
    padding: 0 27.7px 0 20px !important;
    line-height: 30px !important;
}

/*
#tabs-cat.sub-menu img.tab-icon
{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;               
}
*/

ul.pipe li {
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0 4px 0 2px;
    border-right: 1px solid #CCC;
}

input[type=button], input[type=submit] {
    /*-webkit-border-top-left-radius: 10px !important;
    border-top-left-radius: 10px !important;
    -webkit-border-top-right-radius: 10px !important;
    border-top-right-radius: 10px !important;
    -webkit-border-bottom-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    -webkit-border-bottom-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;*/
    padding: 2px 5px 2px !important;
    border: 0px !important;
    margin: 10px auto;
}

input[type=submit] {
    background-color: #3C57A6 !important;
    color: white;
}

input[type=file] {
    margin: 10px auto;
}

input:-ms-input-placeholder {
    color: #ccc;
}

#btn-spass, .btn-acc-src {
    background-color: #3C57A6 !important;
    color: white;
}

.min-ht1 {
    min-height: 300px;
}

/*
#dv-chkout
{
    position:absolute;
    bottom: 0px;   
}
*/

tr.toggle:nth-child(even) {
    background-color: #eee;
}

tr.toggle:nth-child(odd) {
    background-color: #fff;
}

.action input[type=button] {
    margin: 10px 5px !important;
}

#tbl-veh-lst tr.sel {
    border: solid White 1px !important;
}

#dvdiagram-btn {
    position: absolute;
    bottom: 15px;
    padding-left: 20px;
}






/*** ajax spinner ****/
#dvLoading {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    background: black;
    opacity: .5;
    z-index: 9999;
}


#floatingCirclesG {
    position: relative;
    top: 50%;
    left: 50%;
    width: 128px;
    height: 128px;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
}

.f_circleG {
    position: absolute;
    background-color: #FFFFFF;
    height: 23px;
    width: 23px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    -webkit-animation-name: f_fadeG;
    -webkit-animation-duration: 1.04s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    -moz-animation-name: f_fadeG;
    -moz-animation-duration: 1.04s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: linear;
    -o-animation-name: f_fadeG;
    -o-animation-duration: 1.04s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: linear;
    -ms-animation-name: f_fadeG;
    -ms-animation-duration: 1.04s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: linear;
}

#frotateG_01 {
    left: 0;
    top: 52px;
    -webkit-animation-delay: 0.39s;
    -moz-animation-delay: 0.39s;
    -o-animation-delay: 0.39s;
    -ms-animation-delay: 0.39s;
}

#frotateG_02 {
    left: 15px;
    top: 15px;
    -webkit-animation-delay: 0.52s;
    -moz-animation-delay: 0.52s;
    -o-animation-delay: 0.52s;
    -ms-animation-delay: 0.52s;
}

#frotateG_03 {
    left: 52px;
    top: 0;
    -webkit-animation-delay: 0.65s;
    -moz-animation-delay: 0.65s;
    -o-animation-delay: 0.65s;
    -ms-animation-delay: 0.65s;
}

#frotateG_04 {
    right: 15px;
    top: 15px;
    -webkit-animation-delay: 0.78s;
    -moz-animation-delay: 0.78s;
    -o-animation-delay: 0.78s;
    -ms-animation-delay: 0.78s;
}

#frotateG_05 {
    right: 0;
    top: 52px;
    -webkit-animation-delay: 0.9099999999999999s;
    -moz-animation-delay: 0.9099999999999999s;
    -o-animation-delay: 0.9099999999999999s;
    -ms-animation-delay: 0.9099999999999999s;
}

#frotateG_06 {
    right: 15px;
    bottom: 15px;
    -webkit-animation-delay: 1.04s;
    -moz-animation-delay: 1.04s;
    -o-animation-delay: 1.04s;
    -ms-animation-delay: 1.04s;
}

#frotateG_07 {
    left: 52px;
    bottom: 0;
    -webkit-animation-delay: 1.1700000000000002s;
    -moz-animation-delay: 1.1700000000000002s;
}

#frotateG_08 {
    left: 15px;
    bottom: 15px;
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
    -o-animation-delay: 1.1700000000000002s;
    -ms-animation-delay: 1.1700000000000002s;
}

#frotateG_08 {
    left: 15px;
    bottom: 15px;
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
    -o-animation-delay: 1.3s;
    -ms-animation-delay: 1.3s;
}


/********* styling for tablet *******/
div.pad-nav {
    height: 360px !important;
}

#pad-md, #pad-bd, #pad-yr {
    height: 320px !important;
}

.img-acc {
    height: 45px;
    width: 45px;
}



.nationalStock:hover {
    cursor: pointer;
}

.nationalStockContainer {
    /*-moz-border-radius: 80px;
    -webkit-border-radius: 80px;
    border-radius: 80px;
    border-style: solid;
    border-color: #2266bb;
    border-width: 3px;
    padding: 50px;*/
    color: black;
    width: 640px;
    margin-left: auto;
    margin-right: auto;
}

    .nationalStockContainer table {
        width: 300px;
    }

    .nationalStockContainer tr, .nationalStockContainer td {
        border-style: solid;
        border-color: black;
        border-width: 1px;
        padding: 5px;
    }

    .nationalStockContainer .Yes {
        color: blue;
        text-align: center;
    }

    .nationalStockContainer .No {
        color: black;
        text-align: center;
    }

    .nationalStockContainer .Low {
        color: orange;
        text-align: center;
    }

    .nationalStockContainer .stock {
        width: 20%;
    }

    .nationalStockContainer .title {
        color: black;
        font-size: 1.5em;
        font-weight: bold;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }

    .nationalStockContainer .state {
        font-weight: bold;
        position: relative;
    }

    .nationalStockContainer .stateShort {
        font-weight: bold;
        color: #428dcb;
    }

.vehicleName:hover {
    cursor: pointer;
}

.vehicleName {
    text-decoration: underline;
}

#show-vin {
    display: none;
}

#long-desc-bar {
    border-style: solid;
    border-width: 1px;
    display: none;
    background: #4C82FC;
    color: white;
    padding: 5px;
    font-size: 14px;
}
/********** styling for pagination *********/
.pagination {
    font-size: 80%;
}

    .pagination a {
        text-decoration: none;
        border: solid 1px #AAE;
        color: #15B;
    }

    .pagination a, .pagination span {
        display: block;
        float: left;
        padding: 0.3em 0.5em;
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .pagination .current {
        background: #26B;
        color: #fff;
        border: solid 1px #AAE;
    }

        .pagination .current.prev, .pagination .current.next {
            color: #999;
            border-color: #999;
            background: #fff;
        }

.txt_ref_item, #txt_ref, .item-ref {
    text-transform: uppercase;
}

#unsubmittedWarning {
    display: inline;
    border-color: whitesmoke;
    border-width: 0px;
    border-radius: 30px;
    background-color: red;
    position: relative;
    top: -20px;
    border-style: solid;
    color: whitesmoke;
    right: 18px;
    width: 100px;
    font-size: larger;
    font-weight: bold;
    font-family: Ariel;
}

.hidden {
    display: none;
}

.protected {
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.stock-span {
    color: white;
    background: #1E90FF;
    padding: 5px 15px !important;
    margin: 2px auto;
}

.stock-div {
    color: white;
    background: #1E90FF;
    padding: 3px 10px 3px !important;
    width: 50px;
    margin: 2px auto;
}

@media print {
    .bodyx {
        display: none;
    }
}

i, cite, em, var, address, dfn {
    font-style: normal;
}

.eye_control {
    float: left;
    position: static;
}

.login-select {
    width: 300px !important;
}

.product-note-icon {
    display: block;
    width: 10px;
    height: 10px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 0;
    float: right;
    z-index: 1;
}

    .product-note-icon .has-note {
        display: block;
        width: 10px;
        height: 10px;
        background: url('../img/web_item_note_icons.gif') 0 -20px no-repeat;
    }

    .product-note-icon .no-note {
        display: block;
        width: 10px;
        height: 10px;
        background: url('../img/web_item_note_icons.gif') 0 0 no-repeat;
    }

.product-note-modal .product-note-modal-title {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
}

    .product-note-modal .product-note-modal-title b {
        color: #3C57A6;
    }

.product-note-modal .product-note-modal-form {
    padding-top: 20px;
    text-align: left;
}

.product-note-modal label.col-md-3 {
    width: 25% !important;
}

.product-note-modal .form-horizontal .control-label {
    padding-top: 0px !important;
}

.product-note-modal .btn-save {
    margin-right: 20px;
}

.product-note-modal .form-control {
    padding: 6px 12px !important;
}


i.sort-saved-order {
    cursor: pointer;
    font-size: 20px;
}

.sort-pc-down {
    position: relative;
    left: -20px;
}
.sort-rn-down {
    position:relative;
    left: -20px;
}

.sort-pc-down-cart {
    position: relative;
    left: -20px;
}

.sort-rn-down-cart {
    position: relative;
    left: -20px;
}

.td-sort{
    cursor:pointer;
}

#btn-ord-com-src {
    margin-top: 5px;
    margin-left: 55px;
}

.wish-column {
    float: left;
    width: 300px;
    margin-left: 15px;
}
.wish-comment {
    width: 616px;
    margin-left:15px;
}

.list-line-color {
    background-color: #DEEEFA !important;
}