﻿/* 1 - General
--------------------------------------------------------------------------------*/
body {
    background: #FFF;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#wrapper {
    margin: 0;
    padding: 0;
    min-width: 0;
    max-width: none;
    overflow: hidden;
}

    #wrapper #main {
        max-width: 1440px;
    }

#biz #main {
    max-width: 1440px;
}
/* 2 - Components
--------------------------------------------------------------------------------*/
/* 3 - Header
--------------------------------------------------------------------------------*/
#header .container {
    margin: 0 auto;
    padding: 0;
    max-width: 1440px;
}

#header-lists {
    font-size: 12px;
    font-weight: bold;
    background: #F5F5F5;
}

    #header-lists ul li {
        float: left;
        padding: 10px 0;
        color: #666;
    }

        #header-lists ul li a {
            display: block;
            color: #666;
            border-bottom: 0;
        }

            #header-lists ul li a:hover {
                color: #012D6B;
            }

    #header-lists .header-sites li {
        padding: 0;
        margin: 0;
    }

    #header-lists .header-sites {
        float: left;
    }

        #header-lists .header-sites li a {
            padding: 10px 12px;
        }

        #header-lists .header-sites li.active a {
            color: #333;
            background: #FFF;
        }

    #header-lists .header-actions {
        float: right;
    }

        #header-lists .header-actions li {
            padding-left: 12px;
            padding-right: 12px;
        }

        #header-lists .header-actions .header-feedback {
            margin: 0;
            text-transform: none;
        }

        #header-lists .header-actions li.header-phone {
            margin-left: 0;
        }

        #header-lists .header-actions li a {
            float: left;
        }

        #header-lists .header-actions li em {
            float: left;
            margin: 0 8px;
            font-style: normal;
            color: #666;
        }

        #header-lists .header-actions li strong {
            float: left;
            margin-right: 5px;
        }

        #header-lists .header-actions .header-log-out {
            margin-left: 8px;
            color: #666;
        }

        #header-lists .header-actions .header-tools {
            padding: 0;
        }

    #header-lists .header-tools .dropdown-link {
        position: relative;
        display: block;
        padding: 10px 9px 10px 12px;
        z-index: 990;
    }

    #header-lists .header-actions li.active .dropdown-link {
        padding-right: 7px;
        padding-left: 10px;
        background: #fff;
        border-left: 2px solid #012D6B;
        border-right: 2px solid #012D6B;
    }

    #header-lists .header-actions .dropdown-content {
        display: none;
        position: absolute;
        right: 0;
        top: 34px;
        width: 166px;
        background: #FFF;
        border: 2px solid #012D6B;
        -webkit-border-radius: 3px 0 3px 3px;
        -moz-border-radius: 3px 0 3px 3px;
        -ms-border-radius: 3px 0 3px 3px;
        -o-border-radius: 3px 0 3px 3px;
        border-radius: 3px 0 3px 3px;
        z-index: 99;
    }

        #header-lists .header-actions .dropdown-content li {
            float: none;
            margin: 12px 15px 0 15px;
            padding: 0;
        }

        #header-lists .header-actions .dropdown-content ul {
            margin-bottom: 12px;
        }

        #header-lists .header-actions .dropdown-content li a {
            float: none;
        }

    /* TCBB-12918 update */
    #header-lists .header-actions .icon-rewards {
        margin-left: 8px;
        background-position: left -521px;
        padding-left: 22px;
    }

        #header-lists .header-actions .icon-rewards strong {
            display: inline-block;
            float: none;
            margin: -1px 0 0 0;
            padding: 2px 5px;
            font-size: 10px;
            font-weight: normal;
            letter-spacing: 1px;
            text-transform: uppercase;
            color: #FFF;
            border-radius: 3px;
        }

    #header-lists .header-actions .icon-rewards-p {
        background: #000;
        background: -webkit-linear-gradient(-90deg, black, silver);
        background: -o-linear-gradient(-90deg, black, silver);
        background: -moz-linear-gradient(-90deg, black, silver);
        background: linear-gradient(-90deg, black, silver);
    }

    #header-lists .header-actions .icon-rewards-g {
        background: #dca936;
        background: -webkit-linear-gradient(-90deg, #dca936, #f9c650);
        background: -o-linear-gradient(-90deg, #dca936, #f9c650);
        background: -moz-linear-gradient(-90deg, #dca936, #f9c650);
        background: linear-gradient(-90deg, #dca936, #f9c650);
    }

    #header-lists .header-actions .icon-rewards-s {
        background: #a7a9ac;
        background: -webkit-linear-gradient(-90deg, #a7a9ac, #d4d4d5);
        background: -o-linear-gradient(-90deg, #a7a9ac, #d4d4d5);
        background: -moz-linear-gradient(-90deg, #a7a9ac, #d4d4d5);
        background: linear-gradient(-90deg, #a7a9ac, #d4d4d5);
    }
/* END TCBB-12918 update */

#header-main {
    padding: 10px 0;
}

#logo {
    float: left;
    position: static;
}

    #logo img {
        height: 80px;
    }

#header-nav {
    float: right;
    margin-top: 17px;
}

    #header-nav li {
        position: relative;
        float: left;
        margin-left: 15px;
        padding: 0;
        z-index: 900;
    }

        #header-nav li a {
            position: relative;
            display: block;
            padding: 10px 8px 12px 13px;
            border: 2px solid transparent;
            color: #012D6B;
            border-bottom: 0;
            -webkit-border-radius: 3px 3px 0 0;
            -moz-border-radius: 3px 3px 0 0;
            -ms-border-radius: 3px 3px 0 0;
            -o-border-radius: 3px 3px 0 0;
            border-radius: 3px 3px 0 0;
            z-index: 990;
        }

            #header-nav li a:hover, #header-nav .active a {
                border: 2px solid #012D6B;
                border-bottom: 0;
                background-color: #FFF;
            }

            #header-nav li a span {
                font-size: 16px;
                font-weight: bold;
            }

    #header-nav .icon-right {
        padding-right: 16px;
    }

    #header-nav .icon-arrow-down-black {
        background-position: right -165px;
    }

    #header-nav .neb-help {
        margin-left: 0;
        z-index: 900;
    }

    #header-nav .neb-account .icon-user {
        background-position: left -103px;
    }

    #header-nav .neb-cart a {
        position: relative;
        padding: 10px 8px 12px 57px;
        border: 2px solid transparent;
        border-bottom: 0;
        background-image: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-cart.png);
        background-repeat: no-repeat;
        background-position: 13px 11px;
    }

    #header-nav .neb-cart.active a {
        border: 2px solid #012D6B;
        border-bottom: 0;
    }

    #header-nav .neb-cart em {
        position: absolute;
        left: 27px;
        top: 5px;
        padding: 1px 5px 1px 5px;
        min-width: 8px;
        font-size: 13px;
        line-height: normal;
        color: #FFF;
        background: #F60;
        font-style: normal;
        position: absolute;
        text-align: center;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -ms-border-radius: 100px;
        -o-border-radius: 100px;
        border-radius: 100px;
    }

    #header-nav .dropdown-content {
        display: none;
        position: absolute;
        right: 0;
        top: 44px;
        width: 226px;
        background: #FFF;
        border: 2px solid #012D6B;
        -webkit-border-radius: 3px 0 3px 3px;
        -moz-border-radius: 3px 0 3px 3px;
        -ms-border-radius: 3px 0 3px 3px;
        -o-border-radius: 3px 0 3px 3px;
        border-radius: 3px 0 3px 3px;
        z-index: 99;
    }

        #header-nav .dropdown-content ul {
            margin-bottom: 12px;
        }

        #header-nav .dropdown-content li {
            float: none;
            margin: 12px 15px 0 15px;
        }

            #header-nav .dropdown-content li a {
                float: none;
                margin: 0;
                padding: 0;
                border: 0;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                -ms-border-radius: 3px;
                -o-border-radius: 3px;
                border-radius: 3px;
            }

                #header-nav .dropdown-content li a span {
                    font-size: 13px;
                    border-bottom: 1px solid transparent;
                }

                #header-nav .dropdown-content li a:hover span {
                    border-bottom: 1px solid #F90;
                }

        #header-nav .dropdown-content .btn {
            float: none;
            padding: 10px 0;
            display: block;
            border: 0;
            text-align: center;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            border-radius: 3px;
        }

        #header-nav .dropdown-content .btn-logon {
            padding: 15px 15px 0 15px;
        }

            #header-nav .dropdown-content .btn-logon .btn {
                background: #012D6B;
            }

                #header-nav .dropdown-content .btn-logon .btn:hover {
                    background: #333;
                }

    #header-nav .dropdown-info {
        padding: 12px 15px;
        background: #F8F8F8;
    }

        #header-nav .dropdown-info h6 {
            margin-bottom: 5px;
        }

        #header-nav .dropdown-info p {
            margin-top: 2px;
            font-size: 12px;
            color: #666;
        }

        #header-nav .dropdown-info .icon-phone {
            margin-top: 5px;
            font-weight: bold;
            font-size: 13px;
        }

    #header-nav .neb-cart .dropdown-content {
        width: 316px;
    }

        #header-nav .neb-cart .dropdown-content .btn-view-cart {
            padding: 15px;
        }

            #header-nav .neb-cart .dropdown-content .btn-view-cart .btn {
                color: #333;
                background: #F90;
                border: 0;
            }

                #header-nav .neb-cart .dropdown-content .btn-view-cart .btn:hover {
                    background: #F80;
                }

    #header-nav .neb-cart h6 {
        padding: 12px 15px;
        font-size: 14px;
        border-bottom: 1px solid #EFEFEF;
    }

    #header-nav .neb-cart-list {
        margin-top: -1px;
        padding: 0 15px;
        max-height: 300px;
        border-bottom: 1px solid #EFEFEF;
        overflow-y: auto;
    }

        #header-nav .neb-cart-list .items a {
            display: inline;
            padding: 0;
            background: none;
            border: 0;
        }

        #header-nav .neb-cart-list .items {
            padding: 12px 0;
            border-top: 1px solid #EFEFEF;
        }

            #header-nav .neb-cart-list .items .item-img {
                float: left;
                width: 60px;
            }

                #header-nav .neb-cart-list .items .item-img img {
                    width: 100%;
                }

            #header-nav .neb-cart-list .items .item-desc {
                margin-left: 75px;
                height: 38px;
                overflow: hidden;
            }

            #header-nav .neb-cart-list .items .item-qty {
                margin: 2px 0 0 75px;
                font-size: 12px;
                color: #666;
            }

            #header-nav .neb-cart-list .items .item-desc a {
                border-bottom: 1px solid transparent;
            }

                #header-nav .neb-cart-list .items .item-desc a:hover {
                    border-bottom: 1px solid #F90;
                }

#navbar {
    padding: 0;
    background: #012D6B;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

    #navbar .container {
        position: relative;
    }

    #navbar .btn-nav {
        z-index: 990;
        margin-right: 15px;
    }

        #navbar .btn-nav .btn {
            padding: 20px 30px;
            width: 170px;
            line-height: 1.45;
            background: #012D6B;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            -o-border-radius: 0;
            border-radius: 0;
        }

        #navbar .btn-nav .btn-default {
            background: #011F4B;
        }

        #navbar .btn-nav .btn.active {
            background: #011F4B;
        }

        #navbar .btn-nav .btn span {
            margin-left: 35px;
            font-size: 18px;
            text-transform: none;
            text-transform: uppercase;
        }

        #navbar .btn-nav .btn .icon-right {
            margin-left: 35px;
            padding-right: 22px;
            line-height: 1.45;
            background-image: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-global.png);
            background-repeat: no-repeat;
            background-position: right -122px;
        }

    #navbar .nav-main {
        float: left;
        margin-right: 12px;
        text-transform: uppercase;
    }

        #navbar .nav-main li {
            float: left;
        }

            #navbar .nav-main li a {
                display: block;
                padding: 20px 30px;
                color: #FFF;
                font-size: 18px;
                font-weight: bold;
                line-height: 1.45;
                border-bottom: 0;
            }

                #navbar .nav-main li a:hover {
                    background: #1A1A1A;
                }

            #navbar .nav-main li .icon-arrow-down-white {
                background-position: right -122px;
            }

    #navbar .nav-search {
        padding: 12px 0;
        margin-left: 245px;
    }

#search {
    margin: 0;
    border: 0;
    height: 42px;
    background: #FFF;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

    #search .btn-category {
        border-right: 0;
    }

        #search .btn-category .btn {
            padding: 12px 10px 12px 16px;
            color: #666;
            background: none;
        }

            #search .btn-category .btn:hover {
                background: none;
            }

        #search .btn-category select {
            height: 42px;
            width: 110px;
        }

    #search .btn-search {
        border-left: 0;
    }

        #search .btn-search .btn {
            padding: 0 15px;
            height: 42px;
            background: #F90;
        }

            #search .btn-search .btn:hover {
                background: #F80;
            }

            #search .btn-search .btn span {
                padding-left: 16px;
            }

    #search .keywords {
        margin: 0 48px 0 111px;
    }

        #search .keywords input {
            padding: 9px 0 11px 0;
            font-size: 15px;
            line-height: 1.5;
            font-weight: bold;
        }

#search-suggestions {
    top: 42px;
    right: -2px;
    left: -11px;
}

#nav-wrap {
    position: absolute;
    top: 66px;
    width: auto;
    border: 0;
}

    #nav-wrap ul {
        position: static;
        float: left;
        width: 220px;
        padding: 10px 0 10px 10px;
        border: 0;
        background: #EFEFEF;
        -webkit-border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
        -ms-border-radius: 0 0 5px 5px;
        -o-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px;
    }

    #nav-wrap .nav-links {
        position: relative;
        float: left;
        padding: 10px;
        width: 200px;
        font-size: 14px;
        font-weight: bold;
        border-bottom: 0;
        color: #333;
        background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-arrow-right-blue.png) no-repeat 195px center;
        z-index: 9;
    }

        #nav-wrap .nav-links.active {
            color: #333;
            background: #FFF url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-arrow-right-blue.png) no-repeat 195px center;
            -webkit-border-radius: 3px 0 0 3px;
            -moz-border-radius: 3px 0 0 3px;
            -ms-border-radius: 3px 0 0 3px;
            -o-border-radius: 3px 0 0 3px;
            border-radius: 3px 0 0 3px;
        }

    #nav-wrap .nav-sub:after {
        zoom: 1;
    }

    #nav-wrap .nav-sub:after {
        display: table;
        content: '';
        clear: both;
    }

    #nav-wrap .nav-menu {
        left: 228px;
        top: 0;
        width: 100%;
        min-height: 486px;
        border: 2px solid #EFEFEF;
        border-top: 0;
        background: #FFF;
        z-index: 0;
        overflow: visible;
        -webkit-border-radius: 0 0 5px 0;
        -moz-border-radius: 0 0 5px 0;
        -ms-border-radius: 0 0 5px 0;
        -o-border-radius: 0 0 5px 0;
        border-radius: 0 0 5px 0;
    }

        #nav-wrap .nav-menu dd {
            margin-top: 5px;
            margin-bottom: 8px;
        }

        #nav-wrap .nav-menu .flyout-banner {
            position: absolute;
        }

    #nav-wrap .nav-content {
        padding-left: 15px;
        border: 2px solid #1A1A1A;
        border-top: 0;
        border-left: 230px solid #1A1A1A;
        -webkit-border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
        -ms-border-radius: 0 0 5px 5px;
        -o-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px;
    }

    #nav-wrap .nav-2-menu {
        float: left;
        padding-bottom: 15px;
        width: 75%;
        min-height: 483px;
        background: #FFF;
    }

        #nav-wrap .nav-2-menu .nav-2-content {
            float: left;
            width: 33.33333333333333%;
        }

    #nav-wrap .nav-2-card {
        position: relative;
        margin: 15px 15px 0 0;
        border: 1px solid transparent;
        overflow: hidden;
    }

        #nav-wrap .nav-2-card:hover {
            border: 1px solid #DDD;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px;
            -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.1);
            -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.1);
            -ms-box-shadow: 0 2px 6px rgba(0,0,0,0.1);
            -o-box-shadow: 0 2px 6px rgba(0,0,0,0.1);
            box-shadow: 0 2px 6px rgba(0,0,0,0.1);
            overflow: hidden;
        }

        #nav-wrap .nav-2-card img {
            display: block;
            margin: 15px auto 0 auto;
            width: 100px;
        }

        #nav-wrap .nav-2-card h6 {
            margin: 8px 5px 4px 5px;
            padding: 0;
            height: 38px;
            font-size: 14px;
            text-align: center;
            color: #333;
        }

        #nav-wrap .nav-2-card dl {
            position: absolute;
            display: none;
            margin: 0;
            padding: 0 0 8px 0;
            width: 100%;
            background: #FFF;
            height: 132px;
            overflow-y: auto;
        }

        #nav-wrap .nav-2-card:hover dl {
            display: block;
        }

        #nav-wrap .nav-2-card dt {
            margin: 8px 15px 0 15px;
            font-size: 14px;
            text-transform: none;
        }

        #nav-wrap .nav-2-card dd {
            margin: 8px 15px 0 15px;
        }

            #nav-wrap .nav-2-card dd a {
                color: #333;
                border-bottom: 1px solid transparent;
            }

                #nav-wrap .nav-2-card dd a:hover {
                    border-bottom: 1px solid #F90;
                }

    #nav-wrap .nav-2-others {
        float: left;
        width: 25%;
        *width: 24.97%;
        padding-top: 15px;
    }

        #nav-wrap .nav-2-others .nav-2-content {
            margin-right: 15px;
            padding: 0 20px;
            background: #F8F8F8;
        }

        #nav-wrap .nav-2-others dl {
            margin: 0;
            padding: 15px 0;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px;
            overflow: hidden;
        }

        #nav-wrap .nav-2-others dt {
            color: #333;
            font-size: 14px;
            text-transform: none;
        }

        #nav-wrap .nav-2-others dd a {
            color: #333;
        }

    #nav-wrap .nav-menu .col {
        float: none;
        zoom: 1;
    }

        #nav-wrap .nav-menu .col:after {
            content: "";
            display: table;
            clear: both;
        }

    #nav-wrap .nav-menu:after {
        display: block;
        position: absolute;
        top: 2px;
        left: -230px;
        background: #EFEFEF;
        width: 230px;
        height: 100%;
        -webkit-border-radius: 0 0 0 5px;
        -moz-border-radius: 0 0 0 5px;
        -ms-border-radius: 0 0 0 5px;
        -o-border-radius: 0 0 0 5px;
        border-radius: 0 0 0 5px;
    }

    #nav-wrap .nav-menu dl {
        float: left;
        margin: 15px 0 0 0;
    }

    #nav-wrap .nav-menu dt,
    #nav-wrap .nav-menu dd {
        margin-left: 15px;
        margin-right: 15px;
    }

    #nav-wrap .nav-menu dd {
        padding-left: 10px;
    }

    #nav-wrap .nav-menu dt {
        margin-bottom: 10px;
        padding-bottom: 5px;
        border-bottom: 1px solid #DDD;
    }

        #nav-wrap .nav-menu dt a:hover {
            color: #012D6B;
            border-bottom: 1px solid transparent;
        }

    #nav-wrap .nav-menu-col-quadruple {
        width: 840px;
    }

    #nav-wrap .nav-menu-col-triple {
        width: 630px;
    }

    #nav-wrap .nav-menu-col-double {
        width: 420px;
    }

    #nav-wrap .nav-menu-col-single {
        width: 210px;
    }

    #nav-wrap .nav-menu-col-quadruple dl {
        width: 25%;
    }

    #nav-wrap .nav-menu-col-triple dl {
        width: 33.333333333333333%;
    }

    #nav-wrap .nav-menu-col-double dl {
        width: 50%;
    }

    #nav-wrap .nav-menu-col-single dl {
        width: 100%;
    }

    #nav-wrap .nav-menu .nav-tools a,
    #nav-wrap .nav-menu .nav-tools span {
        color: #012D6B;
    }
/* 4 - Footer
--------------------------------------------------------------------------------*/
#footer {
    background: #F8F8F8;
    border: 0;
}

    #footer .footer-main {
        font-weight: normal;
    }

    #footer .container {
        margin: 0 auto;
        padding: 0;
        max-width: 1440px;
    }

    #footer .col-20 {
        float: left;
    }

    #footer .footer-nav {
        background: none;
    }

        #footer .footer-nav h6 {
            margin: 30px 0 10px 15px;
            font-size: 14px;
            font-weight: bold;
            color: #333;
            text-transform: none;
        }

        #footer .footer-nav li a {
            color: #333;
            font-size: 12px;
            border-bottom: 0;
        }

        #footer .footer-nav .col-9 li a {
            border-bottom: 1px solid transparent;
        }

            #footer .footer-nav .col-9 li a:hover {
                border-bottom: 1px solid #F90;
            }

        #footer .footer-nav li {
            margin-bottom: 5px;
        }

            #footer .footer-nav li a:hover {
                color: #012D6B;
            }

    #footer .footer-subscribe p {
        margin: 0 0 15px 15px;
        color: #333;
        line-height: 1.4;
    }

        #footer .footer-subscribe p a {
            color: #012D6B;
            border-bottom: 1px solid #CCC;
        }

            #footer .footer-subscribe p a:hover {
                border-bottom: 1px solid #F90;
            }

    #footer .footer-subscribe .alert {
        margin: 0 0 15px 15px;
    }

        #footer .footer-subscribe .alert a {
            border-bottom: 1px solid #CCC;
        }

            #footer .footer-subscribe .alert a:hover {
                border-bottom: 1px solid #F90;
            }

    #footer .footer-subscribe .input-group {
        margin-left: 15px;
    }

        #footer .footer-subscribe .input-group .btn {
            float: right;
            margin: 0;
            padding: 10px 0;
            width: 86px;
            line-height: 1.4;
            color: #FFF;
            font-weight: bold;
            text-align: center;
            border: 0;
            background: #012D6B;
        }

            #footer .footer-subscribe .input-group .btn:hover {
                background: #333;
            }

        #footer .footer-subscribe .input-group .input-group-content {
            padding-left: 8px;
            margin-right: 86px;
            border: 2px solid #CCC;
            border-right: 0;
            background: #FFF;
            -webkit-border-radius: 3px 0 0 3px;
            -moz-border-radius: 3px 0 0 3px;
            -ms-border-radius: 3px 0 0 3px;
            -o-border-radius: 3px 0 0 3px;
            border-radius: 3px 0 0 3px;
        }

        #footer .footer-subscribe .input-group .form-control {
            float: none;
            margin-bottom: 0;
            padding: 7px 0 9px 0;
            width: 100%;
            font: bold 13px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif !important;
            border: 0;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            -ms-box-shadow: none;
            -o-box-shadow: none;
            box-shadow: none;
        }

            #footer .footer-subscribe .input-group .form-control:focus {
                background: #FFF;
            }

        #footer .footer-subscribe .input-group .prompt {
            padding: 8px 10px;
        }

    #footer .footer-social ul {
        float: left;
    }

        #footer .footer-social ul li {
            float: left;
            margin-right: 15px;
            background: none;
        }

            #footer .footer-social ul li a {
                display: block;
                float: left;
                width: 30px;
                height: 30px;
                background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-social-follow.v1.14505.1.png) no-repeat;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                -ms-border-radius: 3px;
                -o-border-radius: 3px;
                border-radius: 3px;
                overflow: hidden;
            }

    #footer .footer-social .icon-facebook a {
        background-position: left top;
    }

        #footer .footer-social .icon-facebook a:hover {
            background-position: right top;
        }

    #footer .footer-social .icon-twitter a {
        background-position: left -30px;
    }

        #footer .footer-social .icon-twitter a:hover {
            background-position: right -30px;
        }

    #footer .footer-social .icon-google-plus a {
        background-position: left -60px;
    }

        #footer .footer-social .icon-google-plus a:hover {
            background-position: right -60px;
        }

    #footer .footer-social .icon-linkedin a {
        background-position: left -90px;
    }

        #footer .footer-social .icon-linkedin a:hover {
            background-position: right -90px;
        }

    #footer .footer-social .icon-instagram {
        margin-right: 0;
    }

        #footer .footer-social .icon-instagram a {
            background-position: left -120px;
        }

            #footer .footer-social .icon-instagram a:hover {
                background-position: right -120px;
            }

    #footer .footer-info {
        margin-top: 22px;
        padding: 30px 0;
        border-top: 1px solid #EAEAEA;
        text-align: left;
    }

    #footer .footer-copyright {
        float: left;
    }

        #footer .footer-copyright p {
            margin-top: 2px;
            line-height: 1.4;
        }

            #footer .footer-copyright p a {
                margin: 0;
                color: #777;
            }

            #footer .footer-copyright p em {
                margin: 0 10px;
                font-style: normal;
                color: #CCC;
            }

    #footer .footer-logo {
        margin-bottom: 15px;
    }

        #footer .footer-logo a {
            float: left;
            margin: 0;
            border: 0;
        }

        #footer .footer-logo .footer-slogan {
            float: left;
            margin: 7px 0 0 12px;
        }

            #footer .footer-logo .footer-slogan a {
                color: #333;
                font-size: 18px;
                font-weight: bold;
            }

            #footer .footer-logo .footer-slogan sup {
                margin-left: 3px;
                font-size: 8px;
                line-height: normal;
                position: inherit;
                top: auto;
                vertical-align: top;
            }

    #footer .footer-badges {
        float: right;
    }

        #footer .footer-badges li {
            float: left;
            margin: 0 0 0 30px;
            padding: 15px 0;
        }

            #footer .footer-badges li.first {
                margin-left: 0;
                padding: 0;
            }

            #footer .footer-badges li a {
                float: left;
                margin: 0;
            }

    #footer div {
        line-height: 1.4;
    }
/* 5 - Homepage
--------------------------------------------------------------------------------*/
#biz.HomePage2011.B2B {
    padding: 0;
    min-width: 0;
    background: #FFF;
}

    #biz.HomePage2011.B2B div#container {
        max-width: none;
        width: auto !important;
    }

    #biz.HomePage2011.B2B #bodyArea {
        margin: 0 auto;
        max-width: 1440px;
    }

    #biz.HomePage2011.B2B .flexibleBody {
        margin: 0;
        padding: 0;
    }

        #biz.HomePage2011.B2B .flexibleBody .hasNav {
            padding: 15px 297px 0 245px;
            min-width: 0;
        }

            #biz.HomePage2011.B2B .flexibleBody .hasNav .nav {
                margin-top: 488px;
                width: 230px;
                margin-left: -245px;
            }

    #biz.HomePage2011.B2B #bodyCenterArea .side-right {
        margin-right: -297px;
    }

#biz .stripeBodyCenterArea3 {
    display: none;
}

#biz.HomePage2011.B2B #navbar .btn-nav .btn-default {
    background: #011F4B;
}
/* Nav */
#biz.HomePage2011.B2B #navbar .btn-nav .icon-right {
    margin-left: 35px;
    padding-right: 22px;
    line-height: 1.45;
    background-image: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-global.png);
    background-repeat: no-repeat;
    background-position: right -122px;
}
/* Hero Banner */
#biz.HomePage2011.B2B .grpModule #heroModule.wrap_hero {
    margin: 0 auto;
    height: 250px;
}

/*#biz.HomePage2011.B2B .grpModule .wrap_hero .wrap_banner a {
    background: #1A1A1A;
} 因為首頁banner採用外面再包一層div再放底圖的方式實作, 若此處有指定顏色會導致背景被蓋掉*/

#biz.HomePage2011.B2B .grpModule .wrap_hero .wrap_nav {
    left: 15px;
    bottom: 10px;
}

#biz.HomePage2011.B2B .grpModule .wrap_hero #heroNav_1,
#biz.HomePage2011.B2B .grpModule .wrap_hero #heroNav_2,
#biz.HomePage2011.B2B .grpModule .wrap_hero #heroNav_3,
#biz.HomePage2011.B2B .grpModule .wrap_hero #heroNav_4,
#biz.HomePage2011.B2B .grpModule .wrap_hero #heroNav_5,
#biz.HomePage2011.B2B .grpModule .wrap_hero #heroNav_6,
#biz.HomePage2011.B2B .grpModule .wrap_hero #heroNav_7,
#biz.HomePage2011.B2B .grpModule .wrap_hero #heroNav_8,
#biz.HomePage2011.B2B .grpModule .wrap_hero #heroNav_9 {
    margin: 1px 10px 1px 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #1A1A1A;
    border: 1px solid #555;
    overflow: hidden;
}

#biz.HomePage2011.B2B .grpModule .wrap_hero.show_1 #heroNav_1,
#biz.HomePage2011.B2B .grpModule .wrap_hero.show_2 #heroNav_2,
#biz.HomePage2011.B2B .grpModule .wrap_hero.show_3 #heroNav_3,
#biz.HomePage2011.B2B .grpModule .wrap_hero.show_4 #heroNav_4,
#biz.HomePage2011.B2B .grpModule .wrap_hero.show_5 #heroNav_5,
#biz.HomePage2011.B2B .grpModule .wrap_hero.show_6 #heroNav_6,
#biz.HomePage2011.B2B .grpModule .wrap_hero.show_7 #heroNav_7,
#biz.HomePage2011.B2B .grpModule .wrap_hero.show_8 #heroNav_8,
#biz.HomePage2011.B2B .grpModule .wrap_hero.show_9 #heroNav_9 {
    border: 1px solid #F90;
    background: #F90;
}

    #biz.HomePage2011.B2B .grpModule .wrap_hero.show_1 #heroNav_1 a,
    #biz.HomePage2011.B2B .grpModule .wrap_hero.show_2 #heroNav_2 a,
    #biz.HomePage2011.B2B .grpModule .wrap_hero.show_3 #heroNav_3 a,
    #biz.HomePage2011.B2B .grpModule .wrap_hero.show_4 #heroNav_4 a,
    #biz.HomePage2011.B2B .grpModule .wrap_hero.show_5 #heroNav_5 a,
    #biz.HomePage2011.B2B .grpModule .wrap_hero.show_6 #heroNav_6 a,
    #biz.HomePage2011.B2B .grpModule .wrap_hero.show_7 #heroNav_7 a,
    #biz.HomePage2011.B2B .grpModule .wrap_hero.show_8 #heroNav_8 a,
    #biz.HomePage2011.B2B .grpModule .wrap_hero.show_9 #heroNav_9 a {
        color: #333;
        font-weight: bold;
        background: #F90;
    }

#biz.HomePage2011.B2B .grpModule .wrap_hero .wrap_nav .list_nav a {
    padding: 0;
    width: 20px;
    height: 20px;
    font-size: 11px;
    line-height: 20px;
}
/* Middle Promo */
#biz.HomePage2011.B2B .grpModule .promoSections .cell-left .lifestyle {
    padding-right: 7px;
}

#biz.HomePage2011.B2B .grpModule .promoSections .cell-right .lifestyle {
    padding-left: 8px;
}

#biz.HomePage2011.B2B .article .grpModule {
    margin-bottom: 30px;
}

#biz.HomePage2011.B2B .grpModule .lifestyle .grpCat li {
    margin-top: 15px;
    border-bottom: 0;
    padding: 0 0 0 12px;
    font-size: 13px;
    height: auto;
    line-height: 1.4;
    background: url("//ssl-images.newegg.com/webresource/b2b/en/images/bullet_arrow.png") no-repeat left 5px;
    overflow: hidden;
}

    #biz.HomePage2011.B2B .grpModule .lifestyle .grpCat li a {
        color: #012D6B;
        border-bottom: 1px solid transparent;
    }

        #biz.HomePage2011.B2B .grpModule .lifestyle .grpCat li a:hover {
            border-bottom: 1px solid #F90;
        }

#biz.HomePage2011.B2B .grpModule .lifestyle .bnr {
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

#biz.HomePage2011.B2B .grpModule .recommend .wrap_foot {
    padding: 20px 0 0 0;
    zoom: 1;
}

    #biz.HomePage2011.B2B .grpModule .recommend .wrap_foot:after {
        content: "";
        display: table;
        clear: both;
    }

#biz.HomePage2011.B2B .grpModule .recommend .foot .list_links li {
    padding: 10px 15px;
}

    #biz.HomePage2011.B2B .grpModule .recommend .foot .list_links li a.blue,
    #biz.HomePage2011.B2B .grpModule .recommend .foot .list_links li span {
        color: #012D6B;
    }

        #biz.HomePage2011.B2B .grpModule .recommend .foot .list_links li a.blue:hover {
            border-bottom: 1px solid #F90;
        }

/* Executive Savings */
#biz.HomePage2011.B2B .grpModule .recommend .head .title {
    margin: 0 0 30px 0;
    padding: 0 0 10px 0;
    height: auto;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid #EFEFEF;
}

    #biz.HomePage2011.B2B .grpModule .recommend .head .title:hover {
        color: #F90;
    }

#biz.HomePage2011.B2B .wrap_graphics {
    margin-bottom: 10px;
}

    #biz.HomePage2011.B2B .wrap_graphics .itemImage {
        float: none;
    }

#biz.HomePage2011.B2B .grpModule .wrap_inner {
    margin: 0 10px;
}

#biz.HomePage2011.B2B .grpModule .wrap_graphics .itemImage img {
    margin: 0 auto;
    max-width: 125px;
    width: 100%;
    height: auto;
}

#biz.HomePage2011.B2B .grpModule .recommend .wrap_description {
    margin: 0 0 10px 0;
    height: 54px;
}

    #biz.HomePage2011.B2B .grpModule .recommend .wrap_description a {
        display: inline;
        height: auto;
        border-bottom: 1px solid transparent;
    }

        #biz.HomePage2011.B2B .grpModule .recommend .wrap_description a:hover {
            border-bottom: 1px solid #F90;
        }

    #biz.HomePage2011.B2B .grpModule .recommend .wrap_description span {
        font-size: 13px;
        line-height: 1.4;
        color: #012D6B;
    }

#biz.HomePage2011.B2B .grpModule .wrap_pitch .list_pricing {
    height: 28px;
    overflow: hidden;
}

#biz.HomePage2011.B2B .grpModule .wrap_pitch .priceMAP {
    padding: 0;
}

#biz.HomePage2011.B2B .grpModule .wrap_pitch .priceRange {
    padding: 0;
    font-size: 15px;
}

#biz.HomePage2011.B2B .grpModule .wrap_pitch .priceWas {
    display: none;
    height: 16px;
    color: #666;
    font-size: 12px;
    text-decoration: line-through;
}

    #biz.HomePage2011.B2B .grpModule .wrap_pitch .priceWas span {
        font-weight: normal;
    }

    #biz.HomePage2011.B2B .grpModule .wrap_pitch .priceWas strong {
        font-weight: normal;
    }

    #biz.HomePage2011.B2B .grpModule .wrap_pitch .priceWas sup {
        position: static;
        font-size: 12px;
    }

    #biz.HomePage2011.B2B .grpModule .wrap_pitch .priceWas .label {
        display: none;
    }

.HomePage2011.B2B .grpModule .wrap_pitch .priceFinal {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
}

    .HomePage2011.B2B .grpModule .wrap_pitch .priceFinal sup {
        font-weight: bold;
    }

.HomePage2011.B2B .grpModule .wrap_promotion {
    margin: 10px 0 0 0;
    height: 36px;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    color: #F80;
}

#biz.HomePage2011.B2B .grpModule .recommend .callToAction {
    margin-top: 15px;
    font-size: 13px;
    font-weight: bold;
}

    #biz.HomePage2011.B2B .grpModule .recommend .callToAction a, #biz.HomePage2011.B2B .grpModule .recommend .callToAction span {
        color: #012D6B;
        border-bottom: 0;
    }
/* HardBoiled */
#biz.HomePage2011.B2B .industry-news {
    margin-top: 15px;
    padding: 0 15px 0 28px;
    background: url("//ssl-images.newegg.com/webresource/b2b/en/images/listStyle.gif") no-repeat 15px 7px;
}

    #biz.HomePage2011.B2B .industry-news a {
        color: #012D6B;
        text-decoration: none;
        line-height: 1.4;
        border-bottom: 1px solid transparent;
    }

        #biz.HomePage2011.B2B .industry-news a:hover {
            border-bottom: 1px solid #F90;
        }

#biz.HomePage2011.B2B .hasNav .nav .shoppingGuides.round {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border: 0;
    background: #F8F8F8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    zoom: 1;
}

    #biz.HomePage2011.B2B .hasNav .nav .shoppingGuides.round:after {
        content: "";
        display: table;
        clear: both;
    }

    #biz.HomePage2011.B2B .hasNav .nav .shoppingGuides.round .title {
        padding: 12px;
        font-size: 16px;
        color: #FFF;
        background: #012D6B;
        text-align: center;
    }
/* E-Blast */
#biz.HomePage2011.B2B .EventBanner {
    margin-top: 15px;
}

#biz.HomePage2011.B2B .grpModule .email .btn:link,
#biz.HomePage2011.B2B .grpModule .email .btn:hover,
#biz.HomePage2011.B2B .grpModule .email .btn:active,
#biz.HomePage2011.B2B .grpModule .email .btn:visited,
#biz.HomePage2011.B2B .grpModule .email .btn:focus {
    margin: 15px 0 0 0;
    padding: 10px 15px;
    width: 222px;
    color: #FFF;
    font-weight: bold;
    border: 0;
    background: #012D6B;
}

#biz.HomePage2011.B2B .grpModule .email .btn:hover {
    background: #333;
}

#biz.HomePage2011.B2B .email.emailList {
    margin-top: 15px;
    padding: 0;
    background: #F8F8F8;
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

    #biz.HomePage2011.B2B .email.emailList .title {
        margin: 0;
        padding: 15px 15px 0 15px;
        font-size: 16px;
        color: #333;
        background: none;
        text-align: left;
    }

    #biz.HomePage2011.B2B .email.emailList .clear {
        display: none;
    }

#biz.HomePage2011.B2B .grpModule .email ul {
    margin: 0;
    padding: 15px 15px 5px 0;
    height: auto;
}

#biz.HomePage2011.B2B .grpModule .email li {
    margin-bottom: 10px;
    padding: 0 0 0 28px;
    color: #666;
    font-size: 13px;
    background: url("//ssl-images.newegg.com/webresource/b2b/en/images/listStyle.gif") no-repeat 15px 7px;
}

#biz.HomePage2011.B2B .grpModule .wrapper_link {
    padding: 0 15px 18px 15px;
}

    #biz.HomePage2011.B2B .grpModule .wrapper_link #Newsletter {
        zoom: 1;
    }

        #biz.HomePage2011.B2B .grpModule .wrapper_link #Newsletter:after {
            content: '';
            display: table;
            clear: both;
        }

    #biz.HomePage2011.B2B .grpModule .wrapper_link #wrap_eblastAddress {
        zoom: 1;
    }

    #biz.HomePage2011.B2B .grpModule .wrapper_link #wrap_eblastAddress {
        content: '';
        display: table;
        clear: both;
    }

#biz.HomePage2011.B2B .grpModule .email input {
    margin: 0;
    width: 230px !important;
    font-size: 13px;
}

#biz.HomePage2011.B2B .grpModule .email .actEmail {
    margin-top: 15px;
    padding: 0 !important;
    font-size: 13px;
}

#biz.HomePage2011.B2B .grpModule .email a:link,
#biz.HomePage2011.B2B .grpModule .email a:active,
#biz.HomePage2011.B2B .grpModule .email a:visited,
#biz.HomePage2011.B2B .grpModule .email a:focus {
    color: #012D6B;
    text-decoration: none;
    border-bottom: 1px solid #CCC;
}

#biz.HomePage2011.B2B .grpModule .email a:hover {
    border-bottom: 1px solid #F90;
}
/* Bottom Promo */
#biz.HomePage2011.B2B .btmModule .fullbnr {
    margin: 0 0 30px 0;
    padding: 30px 0 0 0;
    border: 0;
    border-top: 1px solid #EFEFEF;
    zoom: 1;
}

    #biz.HomePage2011.B2B .btmModule .fullbnr .bnrPromoLeft {
        width: 17%;
        border-right: 1px solid #EFEFEF;
    }

    #biz.HomePage2011.B2B .btmModule .fullbnr .bnrPromo {
        border-right: 1px solid #EFEFEF;
    }

    #biz.HomePage2011.B2B .btmModule .fullbnr .bnrPromoRight {
    }
/* Featured Brands */
#biz.HomePage2011.B2B .titround {
    background: none;
}

    #biz.HomePage2011.B2B .titround .title {
        margin: 0 0 30px 0;
        padding: 0 0 10px 0;
        height: auto;
        font-weight: bold;
        font-size: 16px;
        color: #012D6B;
        border-bottom: 1px solid #EFEFEF;
        background: none;
    }

#biz.HomePage2011.B2B .btmModule .brands {
    margin: 0;
    padding: 0;
    border: 0;
}
/* Botton Banner */
#biz.HomePage2011.B2B .bnrAdModule {
    margin: 30px 0;
    padding: 30px 0;
    height: auto;
    background: #F8F8F8;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

    #biz.HomePage2011.B2B .bnrAdModule:after {
        content: "";
        display: table;
        clear: both;
    }
/* 6 - Shopping Cart
--------------------------------------------------------------------------------*/
#biz td.bodyLeftArea {
    padding-right: 15px;
}

#biz #bodyLeftArea {
    margin-top: 15px;
    margin-bottom: 15px;
}

#biz #bodyCenterArea {
    padding: 0;
}

#biz #cart_TopOrderBy {
    width: 100%;
}

#biz #bcaBreadcrumbTop {
    margin-top: 10px;
}

#biz #cart_TopOrderBy table {
    margin-top: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

#biz #blaNavigation .categoryList {
    margin: 0;
    border: 1px solid #DDD;
    background: #F8F8F8;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}

    #biz #blaNavigation .categoryList dt {
        padding: 10px 0;
        font-size: 13px;
        font-weight: bold;
        background: #DDD;
        color: #333;
        border: 0;
        text-align: center;
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        -ms-border-radius: 4px 4px 0 0;
        -o-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
    }

#biz #shoppingCart .innerCells td.cartCalc fieldset {
    margin: 0;
}

#biz #shoppingCart .shipping-method {
    padding-bottom: 0;
}

#biz #shoppingCart .selection {
    width: 360px;
}

#biz #shoppingCart .innerCells .cartHeader td {
    background: #F8F8F8;
    font-size: 13px;
    line-height: 1.4;
}

    #biz #shoppingCart .innerCells .cartHeader td.cartPromoCalc .message {
        line-height: 1.4;
    }

#biz #shoppingCart .selection thead td {
    padding: 10px 0;
    border-bottom: 1px solid #CCC;
}

#biz #shoppingCart .shipping-method .selection tbody td {
    padding-bottom: 0;
    border-bottom: 0;
}

    #biz #shoppingCart .shipping-method .selection tbody td:first-child {
        padding-left: 0;
    }

#biz #productPrint a,
#biz #productPrint a:link,
#biz #productPrint a:visited,
#biz #productPrint a:hover,
#biz #productPrint a:active {
    font-size: 13px;
}

#biz #shoppingCart dl .cartMenu {
    background: #DDD;
    padding: 5px 15px;
    border-right: 0;
}

#biz #shoppingCart .innerCells .cartHeader #CartHeaderSelect,
#biz #shoppingCart .innerCells .cartHeader #CartHeaderQty,
#biz #shoppingCart .innerCells .cartHeader #CartHeaderDesc,
#biz #shoppingCart .innerCells .cartHeader #CartHeaderSaving,
#biz #shoppingCart .innerCells .cartHeader #CartHeaderPrice {
    font-size: 13px;
    padding: 10px 15px;
    background: #EFEFEF;
    border-right: 0;
}

#biz #shoppingCart .innerCells td {
    padding: 10px 15px;
}

    #biz #shoppingCart .innerCells td.cartDescription a[name="CART_ITEM"] {
        font-size: 14px;
        font-weight: bold;
        border-bottom: 1px solid transparent;
        line-height: 1.4;
    }

        #biz #shoppingCart .innerCells td.cartDescription a[name="CART_ITEM"]:hover {
            border-bottom: 1px solid #F90;
        }

    #biz #shoppingCart .innerCells td.cartPrice,
    #biz #shoppingCart .innerCells td.cartSavings {
        font-size: 13px;
    }

        #biz #shoppingCart .innerCells td.cartPrice,
        #biz #shoppingCart .innerCells td.cartSavings dd {
            font-size: 13px;
        }

#biz #shoppingCart .selection tbody label em {
    font-size: 13px;
}

#biz #shoppingCart .selection tbody label {
    font-size: 13px;
}

#biz #shoppingCart input,
#biz #shoppingCart select,
#cart_TopOrderBy input {
    padding: 5px;
    border: 1px solid #CCC;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

#biz #cart_TopOrderBy a.btnOn:link,
#biz #shoppingCart a.btnOn:link,
#biz #shoppingCart a.btnOn:visited,
#biz #shoppingCart a.btnOn:hover {
    margin-right: 5px;
    padding: 5px 10px;
    border: 0;
    font-size: 13px;
    background: #012D6B;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

#biz #shoppingCart a.btnOn:hover {
    background: #333;
}

#biz #shoppingCart .innerBtn a {
    font-size: 13px !important;
}

#biz #cart_TopOrderBy a.btnOn:hover {
    background: #333;
}

#biz #blaNavigation .categoryList dd {
    padding: 10px 10px 0 10px;
    font-size: 13px;
    line-height: 1.4;
}

    #biz #blaNavigation .categoryList dd strong {
        line-height: 2;
    }

    #biz #blaNavigation .categoryList dd a:link,
    #biz #blaNavigation .categoryList dd a:visited {
        border-bottom: 1px solid #CCC;
    }

    #biz #blaNavigation .categoryList dd a:hover {
        border-bottom: 1px solid #F90;
    }

#biz #shoppingCart .innerCells td.cartDescription dd {
    margin-bottom: 8px;
}

#biz .bottomTitleBar {
    background: #012D6B;
}

#biz #shoppingCart .innerCells .space td,
#biz #shoppingCart .innerCells .cartChoice td {
    border-top: 0;
    border-bottom: 1px solid #E8E8E8;
    background: #FFF;
}

#biz #shoppingCart .innerCells {
    border-bottom: 3px solid #012D6B;
}

    #biz #shoppingCart .innerCells td {
        background: #F8F8F8;
        border-right: 0;
        border-bottom: 1px solid #E3E3E3;
    }

#biz #tabAccount a img {
    display: none;
}

#biz #linkRPS {
    margin-bottom: 10px;
}

    #biz #linkRPS span {
        margin-right: 5px;
    }

    #biz #linkRPS img {
        margin-right: 3px;
    }

a.atnSecondary:link,
a.atnSecondary:visited {
    padding: 11px 15px;
    background: #012D6B;
    color: #FFF;
    border: 0;
    font-size: 13px;
    font-weight: bold;
}

a.atnSecondary:hover {
    background: #333;
}

#biz #shoppingCart .btn-dropdown .btn-left {
    padding: 10px 15px;
    background: #F90;
    border: 0;
    line-height: 1.4;
    font-size: 13px;
}

    #biz #shoppingCart .btn-dropdown .btn-left:hover {
        background: #F80;
    }

#biz #shoppingCart .btn-dropdown .btn-right {
    padding: 8px 10px 8px 10px;
    background: #F90;
    border: 0;
    border-left: 1px solid #F70;
    line-height: 1.4;
}

    #biz #shoppingCart .btn-dropdown .btn-right:hover {
        background: #F80;
    }

#biz .cartBottom {
    margin: 0;
}

#biz #shoppingCart .stepNav {
    margin: 0;
}

#biz #shoppingCart .cartItem .cartDescription .imgFrame img {
    border: 1px solid #DDD;
    padding: 3px 5px;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

#biz #shoppingCart .innerCells td.cartDescription dl {
    margin-left: 87px;
}

#biz #shoppingCart .innerCells td.cartDescription .imgFrame dl {
    margin-left: 0;
}

#biz #shoppingCart .cartItem .cartDescription .extendedWarranty dl {
    margin: 0;
}

#biz #shoppingCart .cartItem .cartDescription .extendedWarranty .warrantyOptions dt,
#biz #shoppingCart .cartItem .cartDescription .extendedWarranty .warrantyOptions dd {
    margin: 0 15px;
    font-size: 13px;
}

#biz .extendedWarranty {
    padding-bottom: 0;
    background: #EFEFEF;
    border: 1px solid #DDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

    #biz .extendedWarranty h3 {
        margin-left: 10px;
        padding: 10px 10px 5px 25px;
        background-position: left 10px;
    }

#biz .msg-localexpress,
#biz .msg-rewardsbenefit {
    padding: 10px 15px;
}

#biz #cart_TopOrderBy h3 {
    font-size: 13px;
}

#biz #infoContent input, #biz #infoContent textarea {
    display: inline-block;
    padding: 7px 10px;
    color: #333;
    font: 13px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
    vertical-align: middle;
    background-color: #FFF;
    border: 1px solid #CCC;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -o-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

#biz #infoContent label {
    margin-bottom: 8px;
}
/* 7 - Other Pages
--------------------------------------------------------------------------------*/
#biz #cardStyle {
    margin: 15px 0;
    width: auto;
    background: #F8F8F8;
    border: 1px solid #DDD;
}

    #biz #cardStyle .curveBg {
        background: none;
    }

    #biz #cardStyle h1 {
        font-size: 20px;
        margin: 15px 0;
    }

    #biz #cardStyle .emailDesign h1 {
        margin-top: 0;
    }

    #biz #cardStyle .description p {
        margin: 0 0 10px 0;
        line-height: 1.4;
    }

    #biz #cardStyle .features li {
        margin-bottom: 5px;
        padding-left: 10px;
        background: url("https://ssl-images.newegg.com/WebResource/B2B/Secure/en/Images/icons/icon-bullet.png") no-repeat left 6px;
    }

#biz .actBtn .button.orange {
    padding: 8px 16px;
    overflow: hidden;
    color: #630;
    font-weight: bold;
    text-transform: uppercase;
    background: #F90;
    background: -webkit-gradient(linear, left top, left bottom, from(#FC6), to(#F90));
    background: -webkit-linear-gradient(top, #FC6, #F90);
    background: -moz-linear-gradient(top, #FC6, #F90);
    background: -ms-linear-gradient(top, #FC6, #F90);
    background: -o-linear-gradient(top, #FC6, #F90);
    background: linear-gradient(top, #FC6, #F90);
    border: 1px solid #F90;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    box-shadow: none;
}

    #biz .actBtn .button.orange:hover {
        padding: 8px 16px;
        overflow: hidden;
        color: #630;
        font-weight: bold;
        text-transform: uppercase;
        background: #FC6;
        background: -webkit-gradient(linear, left top, left bottom, from(#F90), to(#FC6));
        background: -webkit-linear-gradient(top, #F90, #FC6);
        background: -moz-linear-gradient(top, #F90, #FC6);
        background: -ms-linear-gradient(top, #F90, #FC6);
        background: -o-linear-gradient(top, #F90, #FC6);
        background: linear-gradient(top, #F90, #FC6);
        border: 1px solid #F90;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }

#biz .emailDesign .selected label {
    border: 5px solid #F90;
    background: #F90;
    border-radius: 4px;
}

#biz .description a:link.textLink,
#biz .description a:active.textLink,
#biz .description a:visited.textLink {
    color: #012D6B;
    border-bottom: 1px solid #ccc;
}

#biz #cardStyle .description a:link.textLink:hover,
#biz #cardStyle .description a:active.textLink:hover,
#biz #cardStyle .description a:visited.textLink:hover {
    border-bottom: 1px solid #F90;
}

#biz .description .arrow {
    color: #012D6B;
}

#biz #cardStyle .act_chkBalance {
    margin-top: 15px;
}

    #biz #cardStyle .act_chkBalance .question {
        font-size: 16px;
    }

#biz #cardStyle .note,
#biz #cardStyle .msgCount {
    margin-top: 5px;
}

#biz .bodyArea .bodyCenterArea #bodyCenterArea {
    background: none;
    float: none;
}

#biz #centerArea5 {
    zoom: 1;
}

    #biz #centerArea5:after {
        content: "";
        display: table;
        clear: both;
    }

#biz #bodyCenterArea #infoMenu {
    margin-right: 15px;
    width: 230px;
}

    #biz #bodyCenterArea #infoMenu ul {
        margin: 0;
        width: auto;
    }

    #biz #bodyCenterArea #infoMenu li {
        margin-bottom: 15px;
        padding: 10px 0 0 0;
        text-align: center;
        text-transform: uppercase;
        font-size: 13px;
        line-height: 1.4;
        background-color: #EFEFEF;
        border: 1px solid #DDD;
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        -ms-border-radius: 4px 4px 0 0;
        -o-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
        overflow: hidden;
    }

    #biz #bodyCenterArea #infoMenu .listChild {
        margin: 0;
        margin-top: 10px;
        padding: 0 10px 7px 10px;
        background: #FFF;
        border-top: 1px solid #DDD;
    }

        #biz #bodyCenterArea #infoMenu .listChild li {
            margin: 7px 0 0 0;
            padding: 3px 10px;
            text-align: left;
            text-transform: none;
            border: 0;
            background-color: #FFF;
            font: 13px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif !important;
        }

            #biz #bodyCenterArea #infoMenu .listChild li a {
                color: #012D6B;
            }

#biz #bodyCenterArea #infoContent {
    float: none;
    margin-left: 245px;
    padding: 0 0 15px 0;
    display: block;
    width: auto;
    overflow: hidden;
    font: 13px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

#biz #bodyCenterArea #cardStyle #infoContent {
    float: left;
    margin-left: 0;
    padding: 0;
    width: 45%;
    overflow: visible;
}

#biz #bodyCenterArea #infoContent h1 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    color: #012D6B;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#biz #bodyCenterArea #infoContent h2 {
    margin: 0 0 10px 0;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#biz #bodyCenterArea #infoContent .infoBlk h2 span {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#biz #bodyCenterArea #infoContent h2 span a {
    color: #012D6B;
    border-bottom: 1px solid #ccc;
}

    #biz #bodyCenterArea #infoContent h2 span a:hover {
        border-bottom: 1px solid #F90;
    }

#biz #bodyCenterArea #infoContent h2 img {
    margin: 0 0 10px 0;
}

#biz #bodyCenterArea #infoContent p {
    margin: 0 0 10px 0;
}

#biz #bodyCenterArea .policySpacing ul,
#biz #bodyCenterArea .policySpacing li {
    list-style: none;
}

#biz #bodyCenterArea .policySpacing ul {
    padding-left: 0;
}

    #biz #bodyCenterArea .policySpacing ul ul {
        margin-left: 15px;
    }

#biz #bodyCenterArea .policySpacing ol {
    margin: 10px 0 10px 15px;
    padding: 0;
}

#biz #bodyCenterArea .policySpacing p {
    margin: 0 0 15px 0 !important;
}

#biz #bodyCenterArea #infoContent ul li {
    margin: 10px 0;
    padding-left: 10px;
    background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-bullet.png) no-repeat left 7px;
}

#biz #bodyCenterArea #infoContent .helpSearchBar {
    margin: 5px 0 15px 0;
    padding: 8px 15px;
    background: #EFEFEF;
    border: 1px solid #DDD;
}

    #biz #bodyCenterArea #infoContent .helpSearchBar .outer {
        background: none;
    }

    #biz #bodyCenterArea #infoContent .helpSearchBar .inner {
        height: auto;
        background: none;
    }

    #biz #bodyCenterArea #infoContent .helpSearchBar label {
        margin-top: 7px;
        padding: 0;
        font: bold 13px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    }

    #biz #bodyCenterArea #infoContent .helpSearchBar input {
        margin: 0 0 0 10px !important;
        height: 19px;
    }

    #biz #bodyCenterArea #infoContent .helpSearchBar #SearchContent {
        margin: 0 0 0 10px !important;
        height: auto;
    }

#biz #infoContent .infoBlk {
    margin: 0;
}

#biz #infoContent .imgTbl {
    margin-bottom: 15px;
}

    #biz #infoContent .imgTbl td {
        padding: 15px;
    }

    #biz #infoContent .imgTbl img {
        width: auto !important;
        height: auto !important;
        max-height: 80px;
    }

#biz #infoContent .about-section {
    margin-bottom: 30px;
}

#biz #bodyCenterArea #bcaBreadcrumbTop {
    float: none;
    margin: 15px 0 0 0;
    padding: 5px 0;
}

    #biz #bodyCenterArea #bcaBreadcrumbTop dl {
        margin-bottom: 5px;
    }

        #biz #bodyCenterArea #bcaBreadcrumbTop dl .egg {
            margin: 0;
        }

    /*#biz #bodyCenterArea #bcaBreadcrumbTop dd a {
        color: #012D6B;
        border-bottom: 1px solid #CCC;
    }*/

    #biz #bodyCenterArea #bcaBreadcrumbTop dd a.noline {
        border-bottom: 0;
    }

/*#biz #bodyCenterArea #bcaBreadcrumbTop dd a:hover {
            border-bottom: 1px solid #F90;
        }*/

#biz #bodyCenterArea #infoContent .lineList {
    padding: 10px 0 0 0;
    border-top: 1px solid #ddd;
    zoom: 1;
}

    #biz #bodyCenterArea #infoContent .lineList:after {
        content: "";
        display: table;
        clear: both;
    }

    #biz #bodyCenterArea #infoContent .lineList b {
        display: inline-block;
        margin: 5px 0 10px 0;
        font-size: 14px;
    }

    #biz #bodyCenterArea #infoContent .lineList p b {
        display: block;
        margin: 0 0 10px 0;
        font-size: 13px;
        font-weight: normal;
        color: #777;
    }

    #biz #bodyCenterArea #infoContent .lineList .imgRight {
        display: block;
        margin: 5px 15px 15px 15px;
    }

#biz #bodyCenterArea #infoContent dl.testimonials dt {
    margin: 0;
    color: #333;
}

#biz #bodyCenterArea #infoContent dl.testimonials dd.comments {
    padding: 15px 0;
}

#biz #bodyCenterArea #infoContent .pageBar {
    padding: 0;
}

    #biz #bodyCenterArea #infoContent .pageBar input {
        margin: 0 5px;
    }

    #biz #bodyCenterArea #infoContent .pageBar a {
        color: #012D6B;
        border-bottom: 1px solid #ccc;
    }

        #biz #bodyCenterArea #infoContent .pageBar a:hover {
            border-bottom: 1px solid #F90;
        }

#biz #bodyCenterArea #infoContent .tbl ul {
    padding: 0;
}

    #biz #bodyCenterArea #infoContent .tbl ul li {
        margin: 0;
        padding: 10px 15px;
    }

        #biz #bodyCenterArea #infoContent .tbl ul li a {
            color: #012D6B;
            line-height: 1.4;
            border-bottom: 1px solid transparent;
        }

            #biz #bodyCenterArea #infoContent .tbl ul li a:hover {
                border-bottom: 1px solid #F90;
            }

    #biz #bodyCenterArea #infoContent .tbl ul.ctrl {
        background: #EFEFEF;
    }

        #biz #bodyCenterArea #infoContent .tbl ul.ctrl li {
            font-size: 13px;
            font-weight: bold;
        }

#biz #bodyCenterArea #infoContent #testimonialLearn {
    margin-bottom: 15px;
}

#biz #bodyCenterArea #infoContent a {
    color: #012D6B;
    border-bottom: 1px solid #ccc;
}

    #biz #bodyCenterArea #infoContent a.btnOn {
        margin: 0 10px 0 0;
        padding: 10px 15px;
        width: 222px;
        color: #FFF;
        font-weight: bold;
        border: 0;
        background: #012D6B;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }

        #biz #bodyCenterArea #infoContent a.btnOn:hover {
            background: #333;
            border: 0;
        }

    #biz #bodyCenterArea #infoContent a:hover {
        border-bottom: 1px solid #F90;
    }

#biz #customerReviews {
    margin-bottom: 20px;
}

    #biz #customerReviews h1 {
        margin: 0 0 15px 0;
        padding: 0;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.4;
        color: #012D6B;
        background: none;
        text-transform: none;
    }

    #biz #customerReviews .content {
        padding: 0 295px 0 0;
    }

        #biz #customerReviews .content .rightReview {
            float: right;
            margin-right: -295px;
            width: 280px;
        }

    #biz #customerReviews .searchPanel {
        margin: 5px 0 20px 0;
        padding: 10px 15px;
        height: auto;
        background: #EFEFEF;
        border: 1px solid #DDD;
        zoom: 1;
    }

        #biz #customerReviews .searchPanel:after {
            display: table;
            content: '';
            clear: both;
        }

        #biz #customerReviews .searchPanel label {
            margin: 10px 0 0 0;
            font-weight: bold;
        }

        #biz #customerReviews .searchPanel input,
        #biz #customerReviews .searchPanel select {
            margin: 0 0 0 10px;
            padding: 7px 10px;
            height: auto;
            color: #333;
            font: 13px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
            vertical-align: middle;
            background-color: #FFF;
            border: 1px solid #CCC;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            border-radius: 3px;
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
            -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
            -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
            -o-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
            box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
        }

        #biz #customerReviews .searchPanel select {
            height: 34px;
        }

    #biz #customerReviews .wrapper {
        background: none;
    }

        #biz #customerReviews .wrapper h2 {
            padding: 8px;
            text-align: center;
            text-transform: uppercase;
            font-size: 13px;
            line-height: 1.4;
            background: #EFEFEF;
            border: 1px solid #DDD;
            -webkit-border-radius: 4px 4px 0 0;
            -moz-border-radius: 4px 4px 0 0;
            -ms-border-radius: 4px 4px 0 0;
            -o-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
        }

            #biz #customerReviews .wrapper h2 span {
                padding: 0;
                background: none;
                height: auto;
                line-height: 1.4;
            }

                #biz #customerReviews .wrapper h2 span a {
                    display: inline-block;
                    margin: 0 0 0 10px;
                    padding: 0;
                    color: #012D6B;
                    font-size: 13px;
                    border-bottom: 1px solid #CCC;
                    text-decoration: none;
                    text-transform: none;
                }

                    #biz #customerReviews .wrapper h2 span a:hover {
                        border-bottom: 1px solid #F90;
                    }

        #biz #customerReviews .wrapper .container {
            padding: 15px 15px 0 15px;
            background: none;
            border: 1px solid #DDD;
            border-top: 0;
        }

    #biz #customerReviews #reviewCategory {
        float: left;
        width: 100%;
    }

    #biz #customerReviews .wrapper .footer {
        display: none;
    }

    #biz #customerReviews #reviewCategory .list {
        width: 33.3333333333333333333%;
    }

        #biz #customerReviews #reviewCategory .list h3 {
            font-size: 14px;
        }

            #biz #customerReviews #reviewCategory .list h3 span {
                display: block;
                margin: 5px 0 0 0;
                padding: 0;
                color: #777;
                font-size: 12px;
            }

        #biz #customerReviews #reviewCategory .list li {
            margin: 10px 0;
            padding: 0 0 0 10px;
            background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-bullet.png) no-repeat left 7px;
        }

            #biz #customerReviews #reviewCategory .list li a {
                color: #012D6B;
                font-size: 13px;
                line-height: 1.4;
                border-bottom: 1px solid transparent;
                text-decoration: none;
            }

                #biz #customerReviews #reviewCategory .list li a:hover {
                    border-bottom: 1px solid #F90;
                }

    #biz #customerReviews #reviewCategory .heightClear {
        height: 20px;
    }

    #biz #customerReviews #recentReviews {
        width: auto;
    }

        #biz #customerReviews #recentReviews.wrapper dl {
            margin: 0 0 15px 0;
            padding: 0 0 10px 0;
            border-bottom: 1px solid #ddd;
        }

            #biz #customerReviews #recentReviews.wrapper dl:last-child {
                margin: 0;
                padding: 0 0 15px 0;
                border-bottom: 0;
            }

        #biz #customerReviews #recentReviews.wrapper dt {
            float: left;
            width: 60px;
        }

        #biz #customerReviews #recentReviews.wrapper dd {
            float: none;
            margin: 0 0 0 75px;
            width: auto;
        }

            #biz #customerReviews #recentReviews.wrapper dd a {
                color: #012D6B;
                border-bottom: 1px solid transparent;
                line-height: 1.4;
            }

                #biz #customerReviews #recentReviews.wrapper dd a:hover {
                    border-bottom: 1px solid #F90;
                }

        #biz #customerReviews #recentReviews.wrapper span.rating {
            display: block;
            margin-top: 5px;
            padding: 0;
        }

            #biz #customerReviews #recentReviews.wrapper span.rating a {
                color: #777;
                border-bottom: 0;
            }

#biz #bodyCenterArea .centerTitleBar {
    margin: 0 0 15px 0;
    background: none;
    color: #333;
}

    #biz #bodyCenterArea .centerTitleBar h5 {
        padding: 0;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.4;
        color: #012D6B;
        text-transform: none;
    }

#biz #bodyCenterArea .listRowOdd,
#biz #bodyCenterArea .listRowEven {
    padding: 15px;
    background: none;
    border-bottom: 1px solid #DDD;
}

    #biz #bodyCenterArea .listRowOdd a,
    #biz #bodyCenterArea .listRowEven a {
        color: #012D6B;
        border-bottom: 1px solid transparent;
    }

        #biz #bodyCenterArea .listRowOdd a:hover,
        #biz #bodyCenterArea .listRowEven a:hover {
            border-bottom: 1px solid #F90;
        }

#biz #bodyCenterArea #bcaCustratingAllReview .reviewBody dd {
    margin: 15px 0 0 0;
    padding: 0;
    font: 13px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#biz #bcaCustratingAllReview {
    font: 13px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#biz #bodyCenterArea .reviewPageArea {
    background: #EFEFEF;
    border: 1px solid #DDD;
}

    #biz #bodyCenterArea .reviewPageArea td {
        padding: 10px 15px;
    }

        #biz #bodyCenterArea .reviewPageArea td.label {
            padding-top: 19px;
            font-size: 13px;
            font-weight: bold;
        }

        #biz #bodyCenterArea .reviewPageArea td.apply {
            padding: 10px 0;
        }

    #biz #bodyCenterArea .reviewPageArea .inputsTop input,
    #biz #bodyCenterArea .reviewPageArea .inputsTop select {
        margin: 0;
        padding: 7px 10px;
        height: auto;
        color: #333;
        font: 13px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
        vertical-align: middle;
        background-color: #FFF;
        border: 1px solid #CCC;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
        -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
        -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
        -o-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    }

    #biz #bodyCenterArea .reviewPageArea .inputsTop select {
        height: 34px;
    }

    #biz #bodyCenterArea .reviewPageArea td.inputsBtm {
        padding-top: 0;
    }

        #biz #bodyCenterArea .reviewPageArea td.inputsBtm input {
            margin: 0 5px 0 0;
        }

        #biz #bodyCenterArea .reviewPageArea td.inputsBtm .label {
            font-weight: normal;
        }

#biz #bcaCustratingAllReview .greyScan {
    margin: 0;
    padding: 0;
    border: 0;
    height: auto;
    clear: both;
    background: none;
}
/* 8 - Responsive
--------------------------------------------------------------------------------*/
@media(max-width: 1600px) {
    #wrapper #main {
        max-width: 1280px;
    }

    #biz #main {
        max-width: 1280px;
    }

    #header .container {
        max-width: 1280px;
    }

    #main .container {
        max-width: 1280px;
    }

    #footer .container {
        max-width: 1280px;
    }

    #biz.HomePage2011.B2B #bodyArea {
        max-width: 1280px;
    }
}

@media(max-width: 1310px) {
    #wrapper #main {
        padding: 0 15px;
    }

    #biz #main {
        padding: 0 15px;
    }

    #header .container {
        padding: 0 15px;
    }

    #footer .container {
        padding: 0 15px;
    }

    #biz.HomePage2011.B2B #bodyArea {
        padding: 0 15px;
    }
}

@media(max-width: 1280px) {
    #wrapper #main {
        max-width: 1250px;
        min-width: 970px;
    }

    #biz #main {
        max-width: 1250px;
        min-width: 970px;
    }

    #header .container {
        max-width: 1250px;
        min-width: 970px;
    }

    #footer .container {
        max-width: 1250px;
        min-width: 970px;
    }

    #biz.HomePage2011.B2B #bodyArea {
        max-width: 1250px;
        min-width: 970px;
    }
}

/* 8 - developer add
--------------------------------------------------------------------------------*/
#main.container {
    max-width: 1440px;
}

@media(max-width: 1600px) {
    #main.container {
        max-width: 1280px;
    }
}

@media(max-width: 1310px) {
    #main.container {
        padding: 0 15px;
    }
}

@media(max-width: 1280px) {
    #main.container {
        max-width: 1250px;
        min-width: 970px;
    }
}

/* x - fix for old page not load responsive.css
--------------------------------------------------------------------------------*/
.footer-go-top, .footer-phone, #header-nav-m {
    display: none;
}

#header,
#footer {
    font: 13px/1.4 "Open Sans", Helvetica, Arial, sans-serif;
}


/* Online Quote Start */
#header-nav li.neb-quote a:hover {
    border: 2px solid #012D6B;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

#header-nav li.neb-quote a em {
    margin-left: 5px;
    font-style: normal;
    color: #555;
}

#header-nav-m .ne-quote:before {
    display: block;
    margin: 7px auto;
    content: "\f155";
    width: 24px;
    font: normal normal normal 16px/1 FontAwesome;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #012D6B;
    background: #FFF;
    border-radius: 3px;
}
/* Online Quote End */

/* END x - fix for old page not load responsive.css
--------------------------------------------------------------------------------*/
