/* 0 - Reset 
--------------------------------------------------------------------------------*/
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, del, details, dfn, div, em, embed, fieldset, figure, figcaption, footer, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, dl, dt, dd, ol, ul, li, form, label, legend, mark, menu, nav, object, output, p, pre, q, ruby, s, samp, span, section, small, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, img, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    line-height: 1;
}

:focus {
    outline: 0;
}

abbr[title] {
    text-decoration:none;
    text-decoration-color:none;
    text-decoration-line:none;
    text-decoration-style:none;
    cursor: help;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

del {
    text-decoration: line-through;
}

em {
    font-style: italic;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    word-wrap: break-word;
}

strong {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul, ol {
    list-style: none;
}

sup {
    position: relative;
    top: -7px;
    font-size: 70%;
    line-height: 0;
    vertical-align: baseline;
}

input, select {
    vertical-align: middle;
}

textarea {
    resize: none;
}

button, input, select, textarea {
    margin: 0;
    font-size: 100%;
    line-height: 1;
}

    button::-moz-focus-inner, input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

    button, input[type="button"], input[type="reset"], input[type="submit"] {
        cursor: pointer;
        -webkit-appearance: button;
    }

        button[disabled], input[disabled] {
            cursor: default;
        }

    input[type="checkbox"], input[type="radio"] {
        cursor: pointer;
        margin: 3px 3px 0px 0px;
    }

    input[type="search"] {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-appearance: textfield;
    }

        input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

.group {
    zoom: 1;
}

    .group:after {
        content: "";
        display: table;
        clear: both;
    }

.ie7 img {
    -ms-interpolation-mode: bicubic;
}
/* 1 - Grid System 
--------------------------------------------------------------------------------*/
.container {
    margin: 0 auto;
    padding: 0 15px;
    zoom: 1;
}

.row {
    margin: 0 -15px;
    zoom: 1;
}

.box {
    margin: 0 15px 15px 15px;
    zoom: 1;
}

.box-left {
    margin-right: 7px;
}

.box-center {
    margin-left: 8px;
    margin-right: 7px;
}

.box-right {
    margin-left: 8px;
}

.container:after,
.row:after,
.box:after {
    content: "";
    display: table;
    clear: both;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11 {
    position: relative;
    float: left;
    min-height: 1px;
}

.col-1 {
    width: 8.333333333333332%;
}

.col-2 {
    width: 16.666666666666664%;
}

.col-3 {
    width: 25%;
    *width: 24.97%;
}

.col-4 {
    width: 33.33333333333333%;
}

.col-5 {
    width: 41.66666666666667%;
}

.col-6 {
    width: 50%;
    *width: 49.97%;
}

.col-7 {
    width: 58.333333333333336%;
}

.col-8 {
    width: 66.66666666666666%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33333333333334%;
}

.col-11 {
    width: 91.66666666666666%;
}

.col-12 {
    width: 100%;
}

.col-20 {
    width: 20%;
}

.col-push-0 {
    left: auto;
}

.col-push-1 {
    left: 8.333333333333332%;
}

.col-push-2 {
    left: 16.666666666666664%;
}

.col-push-3 {
    left: 25%;
}

.col-push-4 {
    left: 33.33333333333333%;
}

.col-push-5 {
    left: 41.66666666666667%;
}

.col-push-6 {
    left: 50%;
}

.col-push-7 {
    left: 58.333333333333336%;
}

.col-push-8 {
    left: 66.66666666666666%;
}

.col-push-9 {
    left: 75%;
}

.col-push-10 {
    left: 83.33333333333334%;
}

.col-push-11 {
    left: 91.66666666666666%;
}

.col-pull-0 {
    right: auto;
}

.col-pull-1 {
    right: 8.333333333333332%;
}

.col-pull-2 {
    right: 16.666666666666664%;
}

.col-pull-3 {
    right: 25%;
}

.col-pull-4 {
    right: 33.33333333333333%;
}

.col-pull-5 {
    right: 41.66666666666667%;
}

.col-pull-6 {
    right: 50%;
}

.col-pull-7 {
    right: 58.333333333333336%;
}

.col-pull-8 {
    right: 66.66666666666666%;
}

.col-pull-9 {
    right: 75%;
}

.col-pull-10 {
    right: 83.33333333333334%;
}

.col-pull-11 {
    right: 91.66666666666666%;
}

.col-offset-0 {
    margin-left: 0;
}

.col-offset-1 {
    margin-left: 8.333333333333332%;
}

.col-offset-2 {
    margin-left: 16.666666666666664%;
}

.col-offset-3 {
    margin-left: 25%;
}

.col-offset-4 {
    margin-left: 33.33333333333333%;
}

.col-offset-5 {
    margin-left: 41.66666666666667%;
}

.col-offset-6 {
    margin-left: 50%;
}

.col-offset-7 {
    margin-left: 58.333333333333336%;
}

.col-offset-8 {
    margin-left: 66.66666666666666%;
}

.col-offset-9 {
    margin-left: 75%;
}

.col-offset-10 {
    margin-left: 83.33333333333334%;
}

.col-offset-11 {
    margin-left: 91.66666666666666%;
}
/* 2 - General 
--------------------------------------------------------------------------------*/
html {
    font-size: 62.5%;
}

body {
    font: 13px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
    background: #F3F3F3;
}

#wrapper {
    margin: 0 auto;
    padding: 0 5px;
    min-width: 758px;
    max-width: 1270px;
    overflow: hidden;
}

#main {
    background: #FFF;
}

.page-title {
    margin-bottom: 15px;
    zoom: 1;
}

    .page-title:after,
    .page-hr .inner:after {
        content: "";
        display: table;
        clear: both;
    }

    .page-title .page-results {
        font-size: 16px;
        color: #888;
    }

        .page-title .page-results strong {
            color: #F80;
        }

    .page-title h1 {
        float: left;
        font-size: 20px;
        font-weight: bold;
        color: #012D6B;
    }

    .page-title h2 {
        float: left;
        font-size: 20px;
        font-weight: bold;
        color: #012D6B;
    }

.page-content h4 {
    margin-bottom: 8px;
}

.page-content .section {
    margin-bottom: 20px;
}

    .page-content .section.no-margin {
        margin-bottom: 0;
    }

    .page-content .section .margin-top {
        margin-top: 8px;
    }

    .page-content .section .list-group li {
        list-style: disc;
    }

.page-wrap {
    padding-bottom: 20px;
}

.page-hr {
    border-bottom: 2px solid #EFEFEF;
}

    .page-hr .inner {
        padding-bottom: 5px;
        border-bottom: 1px solid #DDD;
        zoom: 1;
    }

    .page-hr h3 {
        text-transform: uppercase;
    }

.pull-right {
    float: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}
/*new productlist zeroResult*/
.confirmation {
    margin: 0 auto;
    padding: 15px 0 45px 0;
    max-width: 750px;
}

    .confirmation .intro {
        margin-bottom: 15px;
    }

    .confirmation .page-content .intro {
        margin-top: 15px;
    }

    .confirmation .alert {
        margin-bottom: 20px !important;
    }

    .confirmation .msg {
        text-align: center;
    }

    .confirmation .page-content .section p {
        margin-top: 15px;
    }

/* 3 - Components
--------------------------------------------------------------------------------*/
/* 3.1 - Links */
a {
    color: #012D6B;
    text-decoration: none;
    border-bottom: 1px solid #CCC;
}

    a:hover {
        border-bottom: 1px solid #F90;
    }
/* 3.2 - Icons */
.icon {
    padding-left: 22px;
}

.icon-right {
    padding-right: 22px;
}

.icon-right-sm {
    padding-right: 16px;
}

.icon-cart, .icon-help, .icon-feedback, .icon-arrow-down-white, .icon-arrow-up-white, .icon-arrow-down-black, .icon-user, .icon-user-card, .icon-search, .icon-egg-white-m, .icon-checkbox, .icon-checkbox:hover, .icon-tooltip, .icon-remove, .icon-arrow-down-white-sm, .icon-arrow-up-white-sm, .icon-phone, .icon-rewards, .icon-vote-like, .icon-vote-dislike, .icon-chaticon, .icon-tools {
    background-image: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-global.png);
    background-repeat: no-repeat;
}

.icon-cart {
    background-position: left 1px;
}

.icon-help {
    background-position: left -41px;
}

.icon-feedback {
    background-position: left -627px;
}

.icon-arrow-down-white {
    background-position: right -126px;
}

.icon-arrow-up-white {
    background-position: right -147px;
}

.icon-arrow-down-black {
    background-position: right -168px;
}

.icon-user {
    background-position: left -105px;
}

.icon-user-card {
    background-position: left -20px;
}

.icon-search {
    background-position: left -84px;
}

.icon-egg-white-m {
    background-position: left -183px;
}

.icon-tooltip {
    display: block;
    float: left;
    margin: 1px 0 3px 6px;
    width: 15px;
    height: 15px;
    background-position: left -325px;
    cursor: pointer;
}

.icon-remove {
    display: block;
    float: left;
    width: 14px;
    height: 12px;
    background-position: left -346px;
    border-bottom: 0;
}

    .icon-remove:hover {
        background-position: left -360px;
        border-bottom: 0;
    }

.icon-arrow-down-white-sm {
    background-position: right -458px;
}

.icon-arrow-up-white-sm {
    background-position: right -479px;
}

.icon-phone {
    background-position: left -500px;
}

.icon-rewards {
    background-position: left -521px;
}

.icon-vote-like {
    background-position: left -542px;
}

.icon-vote-dislike {
    background-position: left -563px;
}

.icon-facebook,
.icon-twitter,
.icon-facebook-sm,
.icon-twitter-sm,
.icon-google-plus-sm,
.icon-email-share-sm {
    background-image: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-social.1.png);
    background-repeat: no-repeat;
}

.icon-facebook {
    background-position: left top;
}

.icon-twitter {
    background-position: left -24px;
}

.icon-facebook-sm {
    background-position: left -48px;
}

.icon-twitter-sm {
    background-position: left -64px;
}

.icon-google-plus-sm {
    background-position: left -80px;
}

.icon-email-share-sm {
    background-position: left -96px;
}

.icon-status-green,
.icon-status-red,
.icon-status-orange,
.icon-status-gray {
    background-image: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-status.png);
    background-repeat: no-repeat;
}

.icon-status-green {
    background-position: left 3px;
}

.icon-status-red {
    background-position: left -18px;
}

.icon-status-orange {
    background-position: left -39px;
}

.icon-status-gray {
    background-position: left -60px;
}

.icon-ma-orders,
.icon-ma-settings,
.icon-ma-net-terms,
.icon-ma-org-info,
.icon-ma-tools,
.icon-ma-cart,
.icon-ma-export,
.icon-ma-print,
.icon-ma-replace,
.icon-ma-refund,
.icon-ma-cancel,
.icon-ma-email,
.icon-ma-remove,
.icon-ma-move,
.icon-ma-add,
.icon-ma-edit,
.icon-ma-selected,
.icon-ma-expand,
.icon-ma-shrink,
.icon-ma-pdf,
.icon-ma-default,
.icon-ma-rss,
.icon-ma-audio,
.icon-ma-refresh,
.icon-ma-label,
.icon-ma-qa,
.icon-ma-offer,
.icon-ma-rewards {
    background-image: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-account.png);
    background-repeat: no-repeat;
}

.icon-ma-orders {
    background-position: left top;
}

.icon-ma-settings {
    background-position: left -40px;
}

.icon-ma-net-terms {
    background-position: left -80px;
}

.icon-ma-org-info {
    background-position: left -120px;
}

.icon-ma-tools {
    background-position: left -160px;
}

.icon-ma-cart {
    background-position: left -206px;
}

.icon-ma-export {
    background-position: left -226px;
}

.icon-ma-print {
    background-position: left -247px;
}

.icon-ma-replace {
    background-position: left -268px;
}

.icon-ma-refund {
    background-position: left -289px;
}

.icon-ma-cancel {
    background-position: left -310px;
}

.icon-ma-email {
    background-position: left -352px;
}

.icon-ma-remove {
    background-position: left -331px;
}

.icon-ma-move {
    background-position: left -373px;
}

.icon-ma-add {
    background-position: left -394px;
}

.icon-ma-edit {
    background-position: left -415px;
}

.icon-ma-selected {
    background-position: left -436px;
}

.icon-ma-expand {
    background-position: left -478px;
}

.icon-ma-shrink {
    background-position: left -499px;
}

.icon-ma-pdf {
    background-position: left -520px;
}

.icon-ma-default {
    background-position: left -591px;
}

.icon-ma-audio {
    background-position: left -741px;
}

.icon-ma-refresh {
    background-position: left -762px;
}

.icon-ma-label {
    background-position: left -982px;
}

.icon-ma-qa {
    background-position: left -1003px;
}

.icon-ma-offer {
    background-position: left -1048px;
}

.icon-ma-rewards {
    background-position: left -1093px;
}

.icon-datepicker {
    background-image: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-datepicker.png);
    background-repeat: no-repeat;
    background-position: right top;
}

.icon-rating,
.icon-rating-sm {
    float: left;
    padding-left: 73px;
    height: 16px;
    overflow: hidden;
    color: #888;
    background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-rating-sm.png) no-repeat;
    border-bottom: 0;
}

.icon-rating {
    padding-left: 104px;
    height: 25px;
    background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-rating.png) no-repeat;
}

    .icon-rating:hover,
    .icon-rating-sm:hover {
        border-bottom: 0;
    }

        .icon-rating-sm:hover span {
            color: #F90;
        }

.icon-rating-sm-5 {
    background-position: left top;
}

.icon-rating-sm-4 {
    background-position: left -16px;
}

.icon-rating-sm-3 {
    background-position: left -32px;
}

.icon-rating-sm-2 {
    background-position: left -48px;
}

.icon-rating-sm-1 {
    background-position: left -64px;
}

.icon-rating-5 {
    background-position: left top;
}

.icon-rating-4 {
    background-position: left -25px;
}

.icon-rating-3 {
    background-position: left -50px;
}

.icon-rating-2 {
    background-position: left -75px;
}

.icon-rating-1 {
    background-position: left -100px;
}

.icon-rating strong,
.icon-rating-sm strong {
    display: none;
    color: #333;
}

.icon-rating-seller {
    float: left;
    padding-left: 77px;
    height: 16px;
    overflow: hidden;
    color: #888;
    background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-rating-seller.png) no-repeat;
    border-bottom: 0;
}

    .icon-rating-seller:hover {
        border-bottom: 0;
    }

.icon-rating-seller-5 {
    background-position: left top;
}

.icon-rating-seller-4 {
    background-position: left -16px;
}

.icon-rating-seller-3 {
    background-position: left -32px;
}

.icon-rating-seller-2 {
    background-position: left -48px;
}

.icon-rating-seller-1 {
    background-position: left -64px;
}

.icon-rating-seller-0 {
    display: none;
}

.icon-rating-sm strong {
    display: none;
    color: #333;
}

.icon-rate-star a {
    float: left;
    margin-right: 1px;
    width: 17px;
    height: 16px;
    background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-rate.png) no-repeat left -16px;
    border-bottom: 0;
}

    .icon-rate-star a.hover {
        background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-rate.png) no-repeat left top;
    }

.icon-card {
    float: left;
    width: 35px;
    height: 22px;
    background-image: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-account.png);
    background-repeat: no-repeat;
}

.icon-card-visa {
    background-position: left -612px;
}

.icon-card-master {
    background-position: left -639px;
}

.icon-card-amex {
    background-position: left -666px;
}

.icon-card-discover {
    background-position: left -693px;
}

.icon-cc-visa,
.icon-cc-master,
.icon-cc-amex,
.icon-cc-discover {
    background-image: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-cc.png);
    background-repeat: no-repeat;
}

.icon-cc-visa {
    background-position: right 8px;
}

.icon-cc-master {
    background-position: right -28px;
}

.icon-cc-amex {
    background-position: right -64px;
}

.icon-cc-discover {
    background-position: right -100px;
}

.icon-ma-rss {
    background-position: left -719px;
}

.icon-loading-sm {
    padding-right: 24px;
    background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-loading-sm.gif) no-repeat right center;
}

/* 12959 start */
.icon-right-sm {
    padding-right: 20px; /* Dana updated */
}

.icon-cart,
.icon-help,
.icon-feedback,
.icon-arrow-down-white,
.icon-arrow-up-white,
.icon-arrow-down-black,
.icon-user,
.icon-user-card,
.icon-search,
.icon-egg-white-m,
.icon-checkbox,
.icon-checkbox:hover,
.icon-tooltip,
.icon-remove,
.icon-arrow-down-white-sm,
.icon-arrow-up-white-sm,
.icon-phone,
.icon-rewards,
.icon-vote-like,
.icon-vote-dislike,
.icon-tools,
.icon-arrow-down-my {
    background-image: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-global.png);
    background-repeat: no-repeat;
}

.icon-tools {
    background-position: left -605px;
}

.icon-arrow-down-my {
    background-position: right -167px;
}
/* 12959 End */

/* 3.3 - Buttons */
.btn,
.editable button {
    float: left;
    padding: 8px 16px;
    overflow: hidden;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
    background: #DEDEDE;
    background: -webkit-gradient(linear, left top, left bottom, from(#F3F3F3), to(#DEDEDE));
    background: -webkit-linear-gradient(top, #F3F3F3, #DEDEDE);
    background: -moz-linear-gradient(top, #F3F3F3, #DEDEDE);
    background: -ms-linear-gradient(top, #F3F3F3, #DEDEDE);
    background: -o-linear-gradient(top, #F3F3F3, #DEDEDE);
    background: linear-gradient(top, #F3F3F3, #DEDEDE);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F3F3F3', endColorstr='#DEDEDE');
    border: 1px solid #DEDEDE;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

    .btn:hover,
    .btn:focus,
    .btn.active,
    .btn-category:hover .btn {
        background: #F3F3F3;
        background: -webkit-gradient(linear, left top, left bottom, from(#DEDEDE), to(#F3F3F3));
        background: -webkit-linear-gradient(top, #DEDEDE, #F3F3F3);
        background: -moz-linear-gradient(top, #DEDEDE, #F3F3F3);
        background: -ms-linear-gradient(top, #DEDEDE, #F3F3F3);
        background: -o-linear-gradient(top, #DEDEDE, #F3F3F3);
        background: linear-gradient(top, #DEDEDE, #F3F3F3);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DEDEDE', endColorstr='#F3F3F3');
        border: 1px solid #DEDEDE;
    }

.btn-primary {
    color: #630;
    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);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCC66', endColorstr='#FF9900');
    border: 1px solid #F90;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary.active {
        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);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF9900', endColorstr='#FFCC66');
        border: 1px solid #F90;
        /*#13967 TCBB-13230 WCAG add mouse point effect*/
        cursor:pointer;
    }

.btn-default {
    color: #FFF !important;
    background: #4D77B3;
    background: -webkit-gradient(linear, left top, left bottom, from(#6E96D2), to(#4D77B3));
    background: -webkit-linear-gradient(top, #6E96D2, #4D77B3);
    background: -moz-linear-gradient(top, #6E96D2, #4D77B3);
    background: -ms-linear-gradient(top, #6E96D2, #4D77B3);
    background: -o-linear-gradient(top, #6E96D2, #4D77B3);
    background: linear-gradient(top, #6E96D2, #4D77B3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6E96D2', endColorstr='#4D77B3');
    border: 1px solid #4D77B3;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default.active {
        background: #6E96D2;
        background: -webkit-gradient(linear, left top, left bottom, from(#4D77B3), to(#6E96D2));
        background: -webkit-linear-gradient(top, #4D77B3, #6E96D2);
        background: -moz-linear-gradient(top, #4D77B3, #6E96D2);
        background: -ms-linear-gradient(top, #4D77B3, #6E96D2);
        background: -o-linear-gradient(top, #4D77B3, #6E96D2);
        background: linear-gradient(top, #4D77B3, #6E96D2);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4D77B3', endColorstr='#6E96D2');
        border: 1px solid #4D77B3;
    }

.btn-control,
.editable button[type="submit"] {
    color: #333;
    font: 13px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #D2E2F2;
    background: -webkit-gradient(linear, left top, left bottom, from(#E6EFF6), to(#D2E2F2));
    background: -webkit-linear-gradient(top, #E6EFF6, #D2E2F2);
    background: -moz-linear-gradient(top, #E6EFF6, #D2E2F2);
    background: -ms-linear-gradient(top, #E6EFF6, #D2E2F2);
    background: -o-linear-gradient(top, #E6EFF6, #D2E2F2);
    background: linear-gradient(top, #E6EFF6, #D2E2F2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6EFF6', endColorstr='#D2E2F2');
    border: 1px solid #BBD2EF;
}

    .btn-control:hover,
    .btn-control:focus,
    .btn-control.active,
    .editable button[type="submit"]:hover {
        background: #E6EFF6;
        background: -webkit-gradient(linear, left top, left bottom, from(#D2E2F2), to(#E6EFF6));
        background: -webkit-linear-gradient(top, #D2E2F2, #E6EFF6);
        background: -moz-linear-gradient(top, #D2E2F2, #E6EFF6);
        background: -ms-linear-gradient(top, #D2E2F2, #E6EFF6);
        background: -o-linear-gradient(top, #D2E2F2, #E6EFF6);
        background: linear-gradient(top, #D2E2F2, #E6EFF6);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D2E2F2', endColorstr='#E6EFF6');
        border: 1px solid #BBD2EF;
    }

.btn-action,
.editable button[type="cancel"] {
    font: 13px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
    background: #EFEFEF;
    background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#EFEFEF));
    background: -webkit-linear-gradient(top, #FEFEFE, #EFEFEF);
    background: -moz-linear-gradient(top, #FEFEFE, #EFEFEF);
    background: -ms-linear-gradient(top, #FEFEFE, #EFEFEF);
    background: -o-linear-gradient(top, #FEFEFE, #EFEFEF);
    background: linear-gradient(top, #FEFEFE, #EFEFEF);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FEFEFE', endColorstr='#EFEFEF');
    border: 1px solid #DEDEDE;
}

    .btn-action:hover,
    .btn-action:focus,
    .btn-action.active,
    .editable button[type="cancel"]:hover {
        background: #FEFEFE;
        background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#FEFEFE));
        background: -webkit-linear-gradient(top, #EFEFEF, #FEFEFE);
        background: -moz-linear-gradient(top, #EFEFEF, #FEFEFE);
        background: -ms-linear-gradient(top, #EFEFEF, #FEFEFE);
        background: -o-linear-gradient(top, #EFEFEF, #FEFEFE);
        background: linear-gradient(top, #EFEFEF, #FEFEFE);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EFEFEF', endColorstr='#FEFEFE');
        border: 1px solid #DEDEDE;
    }

.btn.pull-right {
    float: right;
}

.btn-sm,
.btn-xs {
    padding: 7px 14px;
    font-weight: normal;
    text-transform: none;
}

.btn-xs {
    padding: 3px 9px;
}

.btn-md {
    font-weight: bold;
    text-transform: none;
}

.btn span {
    white-space: nowrap;
}

.btn-disabled,
.btn-disabled:hover,
.btn-disabled:focus {
    color: #B4B4B4;
    background: #EFEFEF;
    cursor: default;
}

    .btn-disabled span {
        color: #000;
        display: block \9;
        zoom: 1;
        filter: alpha(opacity=50);
        -khtml-opacity: 0.5;
        -moz-opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
        opacity: 0.5;
    }

.btn-primary.btn-disabled,
.btn-default.btn-disabled,
.btn-control.btn-disabled {
    border: 1px solid #DEDEDE;
}

.btn-group {
    zoom: 1;
}

    .btn-group:after {
        content: "";
        display: table;
        clear: both;
    }
/* 3.4 - Breadcrumbs */
.breadcrumb {
    padding-top: 10px;
    padding-bottom: 5px;
    zoom: 1;
}

    .breadcrumb:after {
        content: "";
        display: table;
        clear: both;
    }

    .breadcrumb li {
        float: left;
        padding-right: 8px;
        padding-bottom: 5px;
    }

        .breadcrumb li span {
            padding-right: 8px;
            color: #888;
        }
/* 3.5 - Form */
input {
    font: 13px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.form-list,
.form-group,
.form-content {
    zoom: 1;
}

    .form-list:after,
    .form-group:after,
    .form-content:after {
        content: "";
        display: table;
        clear: both;
    }

.form-group {
    margin: 0 8px 15px 8px;
}

.form-label {
    margin-bottom: 8px;
}

.form-required {
    padding-left: 0;
}

    .form-required em {
        color: #C00;
    }

.form-box {
    position: relative;
}

.form-control {
    display: block;
    padding: 9px 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);
}

    .form-control:focus {
        background-color: #FFFEEE;
    }

.form-disabled,
.form-readonly {
    color: #999;
    background: #EFEFEF;
    border: 1px solid #DEDEDE;
}

.form-readonly {
    color: #333;
}

.form-list .row {
    margin: 0 -8px;
}

.form-list .col-12,
.form-list .col-6,
.form-list .col-4 {
    width: auto;
}

.col-12 .form-control {
    width: 628px;
}

.col-6 .form-control {
    width: 295px;
}

.col-4 .form-control {
    width: 184px;
}

.col-6 select.form-control {
    width: 317px;
}

.col-4 select.form-control {
    width: 206px;
}

.form-control-sm {
    padding-top: 5px;
    padding-bottom: 4px;
}

select.form-control {
    height: 34px;
    zoom: 1;
    cursor: pointer;
}

select.form-control-sm {
    height: 26px;
    padding: 3px 7px;
}

.form-text .form-label {
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
}

.form-radio input,
.form-checkbox input {
    float: left;
    margin-top: -2px;
}

.form-radio label,
.form-checkbox label {
    float: left;
    margin-left: 6px;
    max-width: 620px;
    cursor: pointer;
}

.form-checkbox-required em {
    color: #C00;
}

.form-count {
    color: #666;
}

.form-required .form-count {
    padding-left: 8px;
}

.form-radio.has-error,
.form-checkbox.has-error,
.form-rate.has-error {
    position: relative;
    background: #F2DEDE;
}

.form-rate .icon-rate {
    float: left;
    margin-right: 10px;
}

.form-rate .rate-tooltip {
    float: left;
    color: #666;
}

.form-line {
    padding-top: 15px;
    border-top: 1px solid #EAEAEA;
}

.form-list .prompt {
    position: absolute;
    padding: 8px 11px;
    color: #AAA;
}

.modal .form-list .prompt {
    width: 625px;
}

.form-list .has-error .prompt * {
    color: #AAA;
}

.form-list .prompt li {
    margin-bottom: 5px;
    padding-left: 10px;
    height: 16px;
    overflow: hidden;
    background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-bullet.png) no-repeat left center;
}
/* 3.6 - List Group */
.list-group {
    margin: 10px 15px 0 15px;
}

    .list-group li {
        margin-top: 5px;
    }

        .list-group li a {
            border-bottom: 1px solid transparent;
        }

            .list-group li a:hover {
                border-bottom: 1px solid #F90;
            }

            .list-group li a span {
                color: #888;
            }

.list-group-bullet {
    margin: 10px 0 0 0;
}

    .list-group-bullet li {
        padding-left: 10px;
        background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-bullet.png) no-repeat left 6px;
    }

        .list-group-bullet li.no-bullet {
            background: none;
        }

.list-group .popover a {
    border-bottom: 1px solid #CCC;
}

.list-group li.right-arrow-icon strong:before {
    content: url(//ssl-images.newegg.com/webresource/b2b/en/images/right-arrow.png);
    margin-top: 5px;
    float: right;
}

/* 3.7 - Input Group */
.input-group {
    position: relative;
    zoom: 1;
}

    .input-group:after {
        content: "";
        display: table;
        clear: both;
    }

    .input-group .form-control {
        float: left;
        margin: 0 8px 8px 0;
    }

    .input-group .btn {
        margin-bottom: 8px;
    }

.input-group-box .form-control {
    float: left;
    margin-right: 0;
    border-right: 0;
    -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;
}

.input-group-box .btn {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.input-group .prompt {
    position: absolute;
    left: 0;
    padding: 8px 11px;
    color: #AAA;
}

.input-group .prompt-sm {
    padding: 5px 8px;
}

.input-group .has-error .prompt * {
    color: #AAA;
}
/* 3.8 - Pagination */
.pagination {
    float: right;
    font-size: 13px;
}

    .pagination li {
        float: left;
        margin-left: 10px;
    }

    .pagination a,
    .pagination span {
        float: left;
        padding: 0 10px;
        min-width: 8px;
        height: 28px;
        line-height: 28px;
        border: 1px solid #DDD;
        background-color: #FEFEFE;
        text-align: center;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }

        .pagination a:hover,
        .pagination .current {
            color: #FFF;
            border: 1px solid #012D6B;
            background-color: #012D68;
        }

        .pagination .prev,
        .pagination a.prev:hover,
        .pagination span.prev,
        .pagination .next,
        .pagination a.next:hover,
        .pagination next.prev,
        .pagination .first,
        .pagination a.first:hover,
        .pagination span.first,
        .pagination .last,
        .pagination a.last:hover,
        .pagination span.last {
            background-image: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-pagination.png);
            background-repeat: no-repeat;
        }

    .pagination .prev {
        background-position: left top;
    }

    .pagination a.prev:hover {
        background-position: left -28px;
    }

    .pagination span.prev {
        background-position: left -56px;
    }

    .pagination .next {
        background-position: -28px top;
    }

    .pagination a.next:hover {
        background-position: -28px -28px;
    }

    .pagination span.next {
        background-position: -28px -56px;
    }

    .pagination .first {
        background-position: -56px top;
    }

    .pagination a.first:hover {
        background-position: -56px -28px;
    }

    .pagination span.first {
        background-position: -56px -56px;
    }

    .pagination .last {
        background-position: -84px top;
    }

    .pagination a.last:hover {
        background-position: -84px -28px;
    }

    .pagination span.last {
        background-position: -84px -56px;
    }
/* 3.9 - Message */
.alert,
.alert-show {
    display: none;
    margin-bottom: 15px;
    zoom: 1;
    overflow: hidden;
}

.alert-show {
    display: block;
}

.modal-box .alert,
.modal-box .alert-show {
    margin: 15px 0;
}

.alert:after,
.alert-show:after {
    content: "";
    display: table;
    clear: both;
}

.alert .msg,
.alert-show .msg {
    float: none;
}

.msg {
    float: left;
    padding: 10px 15px;
    border: 1px solid #DDD;
    background: #F8F8F8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

    .msg h5 {
        margin-bottom: 5px;
    }

.msg-green {
    color: #468847;
    background-color: #DFF0D8;
    border-color: #D6E9C6;
}

    .msg-green a,
    .msg-green a:link,
    .msg-green a:visited {
        color: #468847;
    }

.msg-red {
    color: #A94442;
    background-color: #F2DEDE;
    border-color: #EBCCD1;
}

    .msg-red a,
    .msg-red a:link,
    .msg-red a:visited {
        color: #A94442;
    }

.msg-yellow {
    color: #8A6D3B;
    background-color: #FCF8E3;
    border-color: #FAEBCC;
}

    .msg-yellow a,
    .msg-yellow a:link,
    .msg-yellow a:visited {
        color: #8A6D3B;
    }

.msg-blue {
    color: #012D6B;
    background-color: #E6EFF6;
    border-color: #BBD2EF;
}

    .msg-blue a,
    .msg-blue a:link,
    .msg-blue a:visited {
        color: #012D6B;
    }

.msg-highlight {
    font-weight: normal;
    background: #FF0;
}

.msg-modal {
    padding: 15px 0;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.msg-modal-sm {
    text-align: center;
}

    .msg-modal-sm .alert {
        margin: 0;
    }

        .msg-modal-sm .alert h5 {
            margin: 0;
        }

    .msg-modal-sm .margin-top {
        margin-top: 10px;
    }

.has-error * {
    color: #C00;
}

.has-error .form-control,
.has-error .btn {
    border: 1px solid #C00;
}

.has-error .error {
    position: absolute;
    top: -28px;
    right: 0;
    float: left;
    color: #FFF;
    background: #C00;
    padding: 8px 15px;
    white-space: nowrap;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.3);
    -ms-box-shadow: 0 0 3px rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 3px rgba(0,0,0,0.3);
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
/* 3.10 - Table */
.table {
    width: 100%;
    border-top: 1px solid #DDD;
}

    .table th, .table td {
        padding: 8px 10px;
        text-align: left;
        border-bottom: 1px solid #DDD;
        vertical-align: middle;
    }

    .table th {
        text-align: left;
        background: #F8F8F8;
    }

        .table th.text-right, .table td.text-right {
            text-align: right;
        }

        .table th.text-center, .table td.text-center {
            text-align: center;
        }

    .table .table-p3 {
        width: 3%;
    }

    .table .table-p5 {
        width: 5%;
    }

    .table .table-p10 {
        width: 10%;
    }

    .table .table-p12 {
        width: 12%;
    }

    .table .table-p15 {
        width: 15%;
    }

    .table .table-p18 {
        width: 18%;
    }

    .table .table-p20 {
        width: 20%;
    }

    .table .table-p25 {
        width: 25%;
    }

    .table .table-p30 {
        width: 30%;
    }
/* 3.11 - Editable Text */
.editable-wrap {
    position: relative;
    margin-left: -1px;
    padding: 3px 0;
    width: 450px;
    border: 1px solid #FFF;
}

    .editable-wrap:hover {
        border: 1px solid #DDD;
    }

    .editable-wrap span {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        float: left;
        width: 16px;
        height: 16px;
        background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-account.png) no-repeat left -457px;
        z-index: 9;
    }

    .editable-wrap:hover span {
        display: block;
    }

.editable.no-comment {
    color: #666;
}

.editable textarea {
    position: relative;
    margin: -4px -3px -9px -1px;
    border: 1px solid #DDD;
    font: 13px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
    z-index: 99;
}

.editable button {
    float: right;
    margin: 10px -3px 5px 8px;
    font-size: 13px;
    font-weight: normal;
    text-transform: none;
}
/* 3.12 - Tooltip */
.tooltip {
    position: absolute;
    z-index: 9999;
    display: block;
    font-size: 13px;
    visibility: visible;
}

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px;
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 3px;
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px;
    }

    .tooltip.left {
        padding: 0 5px;
        margin-left: -3px;
    }

.tooltip-inner {
    max-width: 320px;
    padding: 10px;
    color: #333;
    font-weight: normal;
    text-decoration: none;
    background-color: #FFF;
    border: 2px solid #CCC;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 3px 9px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 3px 9px rgba(0,0,0,0.2);
    -o-box-shadow: 0 3px 9px rgba(0,0,0,0.2);
    box-shadow: 0 3px 9px rgba(0,0,0,0.2);
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #CCC;
    border-width: 5px 5px 0;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-top-color: #CCC;
    border-width: 5px 5px 0;
}

.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    border-top-color: #CCC;
    border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #CCC;
    border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #CCC;
    border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #CCC;
    border-width: 0 5px 5px;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-bottom-color: #CCC;
    border-width: 0 5px 5px;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-bottom-color: #CCC;
    border-width: 0 5px 5px;
}

.tooltip h5 {
    margin-bottom: 5px;
}
/* 3.13 - Popover */
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9990;
    display: none;
    max-width: 340px;
    text-align: left;
    white-space: normal;
    background-color: #FFF;
    border: 2px solid #CCC;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 3px 9px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 3px 9px rgba(0,0,0,0.2);
    -o-box-shadow: 0 3px 9px rgba(0,0,0,0.2);
    box-shadow: 0 3px 9px rgba(0,0,0,0.2);
    background-clip: padding-box;
}

    .popover.top {
        margin-top: -8px;
    }

    .popover.right {
        margin-left: 8px;
    }

    .popover.bottom {
        margin-top: 8px;
    }

    .popover.left {
        margin-left: -8px;
    }

.popover-title {
    padding: 10px 10px 0 10px;
    font-weight: bold;
}

.popover-content {
    padding: 10px;
}

.popover .arrow, .popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover .arrow {
    border-width: 7px;
}

    .popover .arrow:after {
        border-width: 7px;
        content: "";
    }

.popover.top .arrow {
    bottom: -7px;
    left: 50%;
    margin-left: -7px;
    border-top-color: #CCC;
    border-bottom-width: 0;
}

    .popover.top .arrow:after {
        bottom: 0;
        margin-left: -7px;
        border-top-color: #CCC;
        border-bottom-width: 0;
        content: " ";
    }

.popover.right .arrow {
    top: 50%;
    left: -7px;
    margin-top: -7px;
    border-right-color: #CCC;
    border-left-width: 0;
}

    .popover.right .arrow:after {
        bottom: -7px;
        left: 0;
        border-right-color: #CCC;
        border-left-width: 0;
        content: " ";
    }

.popover.bottom .arrow {
    top: -7px;
    left: 50%;
    margin-left: -7px;
    border-bottom-color: #CCC;
    border-top-width: 0;
}

    .popover.bottom .arrow:after {
        top: 0;
        margin-left: -7px;
        border-bottom-color: #CCC;
        border-top-width: 0;
        content: " ";
    }

.popover.left .arrow {
    top: 50%;
    right: -7px;
    margin-top: -7px;
    border-left-color: #CCC;
    border-right-width: 0;
}

    .popover.left .arrow:after {
        right: 0;
        bottom: -7px;
        border-left-color: #CCC;
        border-right-width: 0;
        content: " ";
    }

.popover h5 {
    margin-bottom: 5px;
}

.popover .margin-bottom {
    margin-bottom: 10px;
}

.popover-tip {
    float: left;
    padding: 8px 10px;
    background: #E6EFF6;
    border: 1px solid #BBD2EF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

    .popover-tip h4 {
        margin-bottom: 5px;
    }

    .popover-tip li {
        margin-bottom: 5px;
        padding-left: 10px;
        background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-bullet.png) no-repeat left 6px;
    }
/* 3.14 - Modal */
.fade {
    filter: alpha(opacity=0);
    -khtml-opacity: 0.0;
    -moz-opacity: 0.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    -ms-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

    .fade.in {
        filter: alpha(opacity=100);
        -khtml-opacity: 1.0;
        -moz-opacity: 1.0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
        opacity: 1;
    }

.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    overflow-y: auto;
}

    .modal h4 {
        margin: 0;
    }

    .modal .close {
        float: right;
        padding: 0;
        border: 0;
        width: 28px;
        height: 28px;
        font-size: 20px;
        font-weight: bold;
        color: #CCC;
        background: transparent;
        -webkit-appearance: none;
    }

        .modal .close:hover {
            color: #AAA;
        }

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        -webkit-transition: -webkit-transform .3s ease-out;
        -moz-transition: -moz-transform .3s ease-out;
        -ms-transition: -moz-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-dialog {
    margin: 0 auto;
    padding: 50px 0;
    right: auto;
    left: 50%;
    width: 680px;
    z-index: 9999;
}

.modal-content {
    position: relative;
    background: #FFF;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 3px 9px rgba(0,0,0,0.3);
    -ms-box-shadow: 0 3px 9px rgba(0,0,0,0.3);
    -o-box-shadow: 0 3px 9px rgba(0,0,0,0.3);
    box-shadow: 0 3px 9px rgba(0,0,0,0.3);
}

.modal-header {
    padding: 10px 10px 10px 15px;
    font-size: 20px;
    border-bottom: 1px solid #EAEAEA;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-box {
    padding: 0 15px;
}

.modal-footer {
    padding: 10px 15px;
    border-top: 1px solid #EAEAEA;
    zoom: 1;
}

    .modal-footer:after {
        content: "";
        display: table;
        clear: both;
    }

    .modal-footer .btn {
        margin-right: 10px;
    }

    .modal-footer .btn-group {
        float: right;
    }

        .modal-footer .btn-group .btn {
            margin-left: 10px;
            margin-right: 0;
        }

    .modal-footer .btn-intro {
        float: left;
        margin-top: 8px;
        color: #666;
    }

.modal-mask,
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background: #000;
}

.modal-mask {
    z-index: 999999;
}

.modal-mask,
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    -khtml-opacity: 0.0;
    -moz-opacity: 0.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    opacity: 0;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
    opacity: 0.5;
}

#navbar .modal-backdrop {
    background: #000;
}

.modal-lg {
    width: 760px;
}

.modal-md {
    width: 540px;
}

.modal-sm {
    width: 480px;
}

.modal-xs {
    width: 420px;
}

.modal-xxs {
    width: 240px;
}

.loading-modal {
    height: 50px;
    background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-loading.gif) no-repeat center;
}
/* Image Gallery */
.modal-gallery {
    max-width: 1080px;
    width: auto;
}

.gallery-modal .swiper-slide img {
    width: 100%;
}

.gallery-modal .gallery-img {
    margin: 0 231px 0 0;
}

.gallery-modal .gallery-thumb {
    float: right;
    width: 216px;
}

    .gallery-modal .gallery-thumb li {
        float: left;
        margin-left: 10px;
        margin-bottom: 10px;
    }

        .gallery-modal .gallery-thumb li a {
            float: left;
            border: 1px solid #DDD;
        }

            .gallery-modal .gallery-thumb li a:hover,
            .gallery-modal .gallery-thumb li.active a {
                border: 1px solid #F90;
            }

/* 3.15 - Tab */
.nav-tabs {
    border-left: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    zoom: 1;
}

    .nav-tabs:after {
        content: "";
        display: table;
        clear: both;
    }

    .nav-tabs li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs li a {
            float: left;
            padding: 10px 15px 8px 15px;
            min-width: 150px;
            text-align: center;
            background: #EFEFEF;
            border: 1px solid #DDD;
            border-left: 0;
            cursor: pointer;
        }

            .nav-tabs li a span {
                padding-bottom: 2px;
            }

        .nav-tabs li.active {
            border-bottom: 1px solid #FFF;
        }

            .nav-tabs li.active a {
                color: #333;
                font-weight: bold;
                background: #FFF;
                border-bottom: 0;
            }

                .nav-tabs li.active a span,
                .nav-tabs li a:hover span {
                    border-bottom: 3px solid #F90;
                }

.tab-content .tab-pane {
    display: none;
    padding: 15px 0;
}

.tab-content .active {
    display: block;
}
/* 3.16 - Swiper */
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

    .swiper-slide img {
        margin: 0 auto;
    }
/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto;
}

    .swiper-container-autoheight .swiper-wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-transition-property: -webkit-transform, height;
        -moz-transition-property: -moz-transform;
        -o-transition-property: -o-transform;
        -ms-transition-property: -ms-transform;
        transition-property: transform, height;
    }

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-pagination-switch {
    display: inline-block;
    position: relative;
    float: left;
    left: -50%;
    margin: 0 3px;
    width: 6px;
    height: 6px;
    border-radius: 12px;
    background: #CCC;
    cursor: pointer;
}

.swiper-visible-switch {
    background: #F90;
}
/* 3.16 - Datepicker */
.datepicker {
    padding: 4px;
    border-radius: 4px;
    direction: ltr;
}

.datepicker-inline {
    width: 220px;
}

.datepicker.datepicker-rtl {
    direction: rtl;
}

    .datepicker.datepicker-rtl table tr td span {
        float: right;
    }

.datepicker-dropdown {
    top: 0;
    left: 0;
}

    .datepicker-dropdown:before {
        content: '';
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-top: 0;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        position: absolute;
    }

    .datepicker-dropdown:after {
        content: '';
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-top: 0;
        position: absolute;
    }

    .datepicker-dropdown.datepicker-orient-left:before {
        left: 6px;
    }

    .datepicker-dropdown.datepicker-orient-left:after {
        left: 7px;
    }

    .datepicker-dropdown.datepicker-orient-right:before {
        right: 6px;
    }

    .datepicker-dropdown.datepicker-orient-right:after {
        right: 7px;
    }

    .datepicker-dropdown.datepicker-orient-top:before {
        top: -7px;
    }

    .datepicker-dropdown.datepicker-orient-top:after {
        top: -6px;
    }

    .datepicker-dropdown.datepicker-orient-bottom:before {
        bottom: -7px;
        border-bottom: 0;
        border-top: 7px solid #999;
    }

    .datepicker-dropdown.datepicker-orient-bottom:after {
        bottom: -6px;
        border-bottom: 0;
        border-top: 6px solid #fff;
    }

.datepicker > div {
    display: none;
}

.datepicker.days div.datepicker-days {
    display: block;
}

.datepicker.months div.datepicker-months {
    display: block;
}

.datepicker.years div.datepicker-years {
    display: block;
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .datepicker table tr td,
    .datepicker table tr th {
        text-align: center;
        width: 20px;
        height: 20px;
        line-height: 20px;
        border-radius: 4px;
        border: none;
    }

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
    background: #eeeeee;
    cursor: pointer;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #999999;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: none;
    color: #999999;
    cursor: default;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    color: #000000;
    background-color: #ffdb99;
    border-color: #ffb733;
}

    .datepicker table tr td.today:hover,
    .datepicker table tr td.today:hover:hover,
    .datepicker table tr td.today.disabled:hover,
    .datepicker table tr td.today.disabled:hover:hover,
    .datepicker table tr td.today:focus,
    .datepicker table tr td.today:hover:focus,
    .datepicker table tr td.today.disabled:focus,
    .datepicker table tr td.today.disabled:hover:focus,
    .datepicker table tr td.today:active,
    .datepicker table tr td.today:hover:active,
    .datepicker table tr td.today.disabled:active,
    .datepicker table tr td.today.disabled:hover:active,
    .datepicker table tr td.today.active,
    .datepicker table tr td.today:hover.active,
    .datepicker table tr td.today.disabled.active,
    .datepicker table tr td.today.disabled:hover.active,
    .open .dropdown-toggle.datepicker table tr td.today,
    .open .dropdown-toggle.datepicker table tr td.today:hover,
    .open .dropdown-toggle.datepicker table tr td.today.disabled,
    .open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
        color: #000000;
        background-color: #ffcd70;
        border-color: #f59e00;
    }

        .datepicker table tr td.today:active,
        .datepicker table tr td.today:hover:active,
        .datepicker table tr td.today.disabled:active,
        .datepicker table tr td.today.disabled:hover:active,
        .datepicker table tr td.today.active,
        .datepicker table tr td.today:hover.active,
        .datepicker table tr td.today.disabled.active,
        .datepicker table tr td.today.disabled:hover.active,
        .open .dropdown-toggle.datepicker table tr td.today,
        .open .dropdown-toggle.datepicker table tr td.today:hover,
        .open .dropdown-toggle.datepicker table tr td.today.disabled,
        .open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
            background-image: none;
        }

        .datepicker table tr td.today.disabled,
        .datepicker table tr td.today:hover.disabled,
        .datepicker table tr td.today.disabled.disabled,
        .datepicker table tr td.today.disabled:hover.disabled,
        .datepicker table tr td.today[disabled],
        .datepicker table tr td.today:hover[disabled],
        .datepicker table tr td.today.disabled[disabled],
        .datepicker table tr td.today.disabled:hover[disabled],
        fieldset[disabled] .datepicker table tr td.today,
        fieldset[disabled] .datepicker table tr td.today:hover,
        fieldset[disabled] .datepicker table tr td.today.disabled,
        fieldset[disabled] .datepicker table tr td.today.disabled:hover,
        .datepicker table tr td.today.disabled:hover,
        .datepicker table tr td.today:hover.disabled:hover,
        .datepicker table tr td.today.disabled.disabled:hover,
        .datepicker table tr td.today.disabled:hover.disabled:hover,
        .datepicker table tr td.today[disabled]:hover,
        .datepicker table tr td.today:hover[disabled]:hover,
        .datepicker table tr td.today.disabled[disabled]:hover,
        .datepicker table tr td.today.disabled:hover[disabled]:hover,
        fieldset[disabled] .datepicker table tr td.today:hover,
        fieldset[disabled] .datepicker table tr td.today:hover:hover,
        fieldset[disabled] .datepicker table tr td.today.disabled:hover,
        fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
        .datepicker table tr td.today.disabled:focus,
        .datepicker table tr td.today:hover.disabled:focus,
        .datepicker table tr td.today.disabled.disabled:focus,
        .datepicker table tr td.today.disabled:hover.disabled:focus,
        .datepicker table tr td.today[disabled]:focus,
        .datepicker table tr td.today:hover[disabled]:focus,
        .datepicker table tr td.today.disabled[disabled]:focus,
        .datepicker table tr td.today.disabled:hover[disabled]:focus,
        fieldset[disabled] .datepicker table tr td.today:focus,
        fieldset[disabled] .datepicker table tr td.today:hover:focus,
        fieldset[disabled] .datepicker table tr td.today.disabled:focus,
        fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
        .datepicker table tr td.today.disabled:active,
        .datepicker table tr td.today:hover.disabled:active,
        .datepicker table tr td.today.disabled.disabled:active,
        .datepicker table tr td.today.disabled:hover.disabled:active,
        .datepicker table tr td.today[disabled]:active,
        .datepicker table tr td.today:hover[disabled]:active,
        .datepicker table tr td.today.disabled[disabled]:active,
        .datepicker table tr td.today.disabled:hover[disabled]:active,
        fieldset[disabled] .datepicker table tr td.today:active,
        fieldset[disabled] .datepicker table tr td.today:hover:active,
        fieldset[disabled] .datepicker table tr td.today.disabled:active,
        fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,
        .datepicker table tr td.today.disabled.active,
        .datepicker table tr td.today:hover.disabled.active,
        .datepicker table tr td.today.disabled.disabled.active,
        .datepicker table tr td.today.disabled:hover.disabled.active,
        .datepicker table tr td.today[disabled].active,
        .datepicker table tr td.today:hover[disabled].active,
        .datepicker table tr td.today.disabled[disabled].active,
        .datepicker table tr td.today.disabled:hover[disabled].active,
        fieldset[disabled] .datepicker table tr td.today.active,
        fieldset[disabled] .datepicker table tr td.today:hover.active,
        fieldset[disabled] .datepicker table tr td.today.disabled.active,
        fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
            background-color: #ffdb99;
            border-color: #ffb733;
        }

        .datepicker table tr td.today:hover:hover {
            color: #000;
        }

        .datepicker table tr td.today.active:hover {
            color: #fff;
        }

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
    background: #eeeeee;
    border-radius: 0;
}

    .datepicker table tr td.range.today,
    .datepicker table tr td.range.today:hover,
    .datepicker table tr td.range.today.disabled,
    .datepicker table tr td.range.today.disabled:hover {
        color: #000000;
        background-color: #f7ca77;
        border-color: #f1a417;
        border-radius: 0;
    }

        .datepicker table tr td.range.today:hover,
        .datepicker table tr td.range.today:hover:hover,
        .datepicker table tr td.range.today.disabled:hover,
        .datepicker table tr td.range.today.disabled:hover:hover,
        .datepicker table tr td.range.today:focus,
        .datepicker table tr td.range.today:hover:focus,
        .datepicker table tr td.range.today.disabled:focus,
        .datepicker table tr td.range.today.disabled:hover:focus,
        .datepicker table tr td.range.today:active,
        .datepicker table tr td.range.today:hover:active,
        .datepicker table tr td.range.today.disabled:active,
        .datepicker table tr td.range.today.disabled:hover:active,
        .datepicker table tr td.range.today.active,
        .datepicker table tr td.range.today:hover.active,
        .datepicker table tr td.range.today.disabled.active,
        .datepicker table tr td.range.today.disabled:hover.active,
        .open .dropdown-toggle.datepicker table tr td.range.today,
        .open .dropdown-toggle.datepicker table tr td.range.today:hover,
        .open .dropdown-toggle.datepicker table tr td.range.today.disabled,
        .open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
            color: #000000;
            background-color: #f4bb51;
            border-color: #bf800c;
        }

            .datepicker table tr td.range.today:active,
            .datepicker table tr td.range.today:hover:active,
            .datepicker table tr td.range.today.disabled:active,
            .datepicker table tr td.range.today.disabled:hover:active,
            .datepicker table tr td.range.today.active,
            .datepicker table tr td.range.today:hover.active,
            .datepicker table tr td.range.today.disabled.active,
            .datepicker table tr td.range.today.disabled:hover.active,
            .open .dropdown-toggle.datepicker table tr td.range.today,
            .open .dropdown-toggle.datepicker table tr td.range.today:hover,
            .open .dropdown-toggle.datepicker table tr td.range.today.disabled,
            .open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
                background-image: none;
            }

            .datepicker table tr td.range.today.disabled,
            .datepicker table tr td.range.today:hover.disabled,
            .datepicker table tr td.range.today.disabled.disabled,
            .datepicker table tr td.range.today.disabled:hover.disabled,
            .datepicker table tr td.range.today[disabled],
            .datepicker table tr td.range.today:hover[disabled],
            .datepicker table tr td.range.today.disabled[disabled],
            .datepicker table tr td.range.today.disabled:hover[disabled],
            fieldset[disabled] .datepicker table tr td.range.today,
            fieldset[disabled] .datepicker table tr td.range.today:hover,
            fieldset[disabled] .datepicker table tr td.range.today.disabled,
            fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
            .datepicker table tr td.range.today.disabled:hover,
            .datepicker table tr td.range.today:hover.disabled:hover,
            .datepicker table tr td.range.today.disabled.disabled:hover,
            .datepicker table tr td.range.today.disabled:hover.disabled:hover,
            .datepicker table tr td.range.today[disabled]:hover,
            .datepicker table tr td.range.today:hover[disabled]:hover,
            .datepicker table tr td.range.today.disabled[disabled]:hover,
            .datepicker table tr td.range.today.disabled:hover[disabled]:hover,
            fieldset[disabled] .datepicker table tr td.range.today:hover,
            fieldset[disabled] .datepicker table tr td.range.today:hover:hover,
            fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
            fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
            .datepicker table tr td.range.today.disabled:focus,
            .datepicker table tr td.range.today:hover.disabled:focus,
            .datepicker table tr td.range.today.disabled.disabled:focus,
            .datepicker table tr td.range.today.disabled:hover.disabled:focus,
            .datepicker table tr td.range.today[disabled]:focus,
            .datepicker table tr td.range.today:hover[disabled]:focus,
            .datepicker table tr td.range.today.disabled[disabled]:focus,
            .datepicker table tr td.range.today.disabled:hover[disabled]:focus,
            fieldset[disabled] .datepicker table tr td.range.today:focus,
            fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
            fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
            fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
            .datepicker table tr td.range.today.disabled:active,
            .datepicker table tr td.range.today:hover.disabled:active,
            .datepicker table tr td.range.today.disabled.disabled:active,
            .datepicker table tr td.range.today.disabled:hover.disabled:active,
            .datepicker table tr td.range.today[disabled]:active,
            .datepicker table tr td.range.today:hover[disabled]:active,
            .datepicker table tr td.range.today.disabled[disabled]:active,
            .datepicker table tr td.range.today.disabled:hover[disabled]:active,
            fieldset[disabled] .datepicker table tr td.range.today:active,
            fieldset[disabled] .datepicker table tr td.range.today:hover:active,
            fieldset[disabled] .datepicker table tr td.range.today.disabled:active,
            fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,
            .datepicker table tr td.range.today.disabled.active,
            .datepicker table tr td.range.today:hover.disabled.active,
            .datepicker table tr td.range.today.disabled.disabled.active,
            .datepicker table tr td.range.today.disabled:hover.disabled.active,
            .datepicker table tr td.range.today[disabled].active,
            .datepicker table tr td.range.today:hover[disabled].active,
            .datepicker table tr td.range.today.disabled[disabled].active,
            .datepicker table tr td.range.today.disabled:hover[disabled].active,
            fieldset[disabled] .datepicker table tr td.range.today.active,
            fieldset[disabled] .datepicker table tr td.range.today:hover.active,
            fieldset[disabled] .datepicker table tr td.range.today.disabled.active,
            fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
                background-color: #f7ca77;
                border-color: #f1a417;
            }

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
    color: #ffffff;
    background-color: #999999;
    border-color: #555555;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    .datepicker table tr td.selected:hover,
    .datepicker table tr td.selected:hover:hover,
    .datepicker table tr td.selected.disabled:hover,
    .datepicker table tr td.selected.disabled:hover:hover,
    .datepicker table tr td.selected:focus,
    .datepicker table tr td.selected:hover:focus,
    .datepicker table tr td.selected.disabled:focus,
    .datepicker table tr td.selected.disabled:hover:focus,
    .datepicker table tr td.selected:active,
    .datepicker table tr td.selected:hover:active,
    .datepicker table tr td.selected.disabled:active,
    .datepicker table tr td.selected.disabled:hover:active,
    .datepicker table tr td.selected.active,
    .datepicker table tr td.selected:hover.active,
    .datepicker table tr td.selected.disabled.active,
    .datepicker table tr td.selected.disabled:hover.active,
    .open .dropdown-toggle.datepicker table tr td.selected,
    .open .dropdown-toggle.datepicker table tr td.selected:hover,
    .open .dropdown-toggle.datepicker table tr td.selected.disabled,
    .open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
        color: #ffffff;
        background-color: #858585;
        border-color: #373737;
    }

        .datepicker table tr td.selected:active,
        .datepicker table tr td.selected:hover:active,
        .datepicker table tr td.selected.disabled:active,
        .datepicker table tr td.selected.disabled:hover:active,
        .datepicker table tr td.selected.active,
        .datepicker table tr td.selected:hover.active,
        .datepicker table tr td.selected.disabled.active,
        .datepicker table tr td.selected.disabled:hover.active,
        .open .dropdown-toggle.datepicker table tr td.selected,
        .open .dropdown-toggle.datepicker table tr td.selected:hover,
        .open .dropdown-toggle.datepicker table tr td.selected.disabled,
        .open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
            background-image: none;
        }

        .datepicker table tr td.selected.disabled,
        .datepicker table tr td.selected:hover.disabled,
        .datepicker table tr td.selected.disabled.disabled,
        .datepicker table tr td.selected.disabled:hover.disabled,
        .datepicker table tr td.selected[disabled],
        .datepicker table tr td.selected:hover[disabled],
        .datepicker table tr td.selected.disabled[disabled],
        .datepicker table tr td.selected.disabled:hover[disabled],
        fieldset[disabled] .datepicker table tr td.selected,
        fieldset[disabled] .datepicker table tr td.selected:hover,
        fieldset[disabled] .datepicker table tr td.selected.disabled,
        fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
        .datepicker table tr td.selected.disabled:hover,
        .datepicker table tr td.selected:hover.disabled:hover,
        .datepicker table tr td.selected.disabled.disabled:hover,
        .datepicker table tr td.selected.disabled:hover.disabled:hover,
        .datepicker table tr td.selected[disabled]:hover,
        .datepicker table tr td.selected:hover[disabled]:hover,
        .datepicker table tr td.selected.disabled[disabled]:hover,
        .datepicker table tr td.selected.disabled:hover[disabled]:hover,
        fieldset[disabled] .datepicker table tr td.selected:hover,
        fieldset[disabled] .datepicker table tr td.selected:hover:hover,
        fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
        fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
        .datepicker table tr td.selected.disabled:focus,
        .datepicker table tr td.selected:hover.disabled:focus,
        .datepicker table tr td.selected.disabled.disabled:focus,
        .datepicker table tr td.selected.disabled:hover.disabled:focus,
        .datepicker table tr td.selected[disabled]:focus,
        .datepicker table tr td.selected:hover[disabled]:focus,
        .datepicker table tr td.selected.disabled[disabled]:focus,
        .datepicker table tr td.selected.disabled:hover[disabled]:focus,
        fieldset[disabled] .datepicker table tr td.selected:focus,
        fieldset[disabled] .datepicker table tr td.selected:hover:focus,
        fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
        fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
        .datepicker table tr td.selected.disabled:active,
        .datepicker table tr td.selected:hover.disabled:active,
        .datepicker table tr td.selected.disabled.disabled:active,
        .datepicker table tr td.selected.disabled:hover.disabled:active,
        .datepicker table tr td.selected[disabled]:active,
        .datepicker table tr td.selected:hover[disabled]:active,
        .datepicker table tr td.selected.disabled[disabled]:active,
        .datepicker table tr td.selected.disabled:hover[disabled]:active,
        fieldset[disabled] .datepicker table tr td.selected:active,
        fieldset[disabled] .datepicker table tr td.selected:hover:active,
        fieldset[disabled] .datepicker table tr td.selected.disabled:active,
        fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,
        .datepicker table tr td.selected.disabled.active,
        .datepicker table tr td.selected:hover.disabled.active,
        .datepicker table tr td.selected.disabled.disabled.active,
        .datepicker table tr td.selected.disabled:hover.disabled.active,
        .datepicker table tr td.selected[disabled].active,
        .datepicker table tr td.selected:hover[disabled].active,
        .datepicker table tr td.selected.disabled[disabled].active,
        .datepicker table tr td.selected.disabled:hover[disabled].active,
        fieldset[disabled] .datepicker table tr td.selected.active,
        fieldset[disabled] .datepicker table tr td.selected:hover.active,
        fieldset[disabled] .datepicker table tr td.selected.disabled.active,
        fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
            background-color: #999999;
            border-color: #555555;
        }

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    .datepicker table tr td.active:hover,
    .datepicker table tr td.active:hover:hover,
    .datepicker table tr td.active.disabled:hover,
    .datepicker table tr td.active.disabled:hover:hover,
    .datepicker table tr td.active:focus,
    .datepicker table tr td.active:hover:focus,
    .datepicker table tr td.active.disabled:focus,
    .datepicker table tr td.active.disabled:hover:focus,
    .datepicker table tr td.active:active,
    .datepicker table tr td.active:hover:active,
    .datepicker table tr td.active.disabled:active,
    .datepicker table tr td.active.disabled:hover:active,
    .datepicker table tr td.active.active,
    .datepicker table tr td.active:hover.active,
    .datepicker table tr td.active.disabled.active,
    .datepicker table tr td.active.disabled:hover.active,
    .open .dropdown-toggle.datepicker table tr td.active,
    .open .dropdown-toggle.datepicker table tr td.active:hover,
    .open .dropdown-toggle.datepicker table tr td.active.disabled,
    .open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
        color: #ffffff;
        background-color: #3276b1;
        border-color: #285e8e;
    }

        .datepicker table tr td.active:active,
        .datepicker table tr td.active:hover:active,
        .datepicker table tr td.active.disabled:active,
        .datepicker table tr td.active.disabled:hover:active,
        .datepicker table tr td.active.active,
        .datepicker table tr td.active:hover.active,
        .datepicker table tr td.active.disabled.active,
        .datepicker table tr td.active.disabled:hover.active,
        .open .dropdown-toggle.datepicker table tr td.active,
        .open .dropdown-toggle.datepicker table tr td.active:hover,
        .open .dropdown-toggle.datepicker table tr td.active.disabled,
        .open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
            background-image: none;
        }

        .datepicker table tr td.active.disabled,
        .datepicker table tr td.active:hover.disabled,
        .datepicker table tr td.active.disabled.disabled,
        .datepicker table tr td.active.disabled:hover.disabled,
        .datepicker table tr td.active[disabled],
        .datepicker table tr td.active:hover[disabled],
        .datepicker table tr td.active.disabled[disabled],
        .datepicker table tr td.active.disabled:hover[disabled],
        fieldset[disabled] .datepicker table tr td.active,
        fieldset[disabled] .datepicker table tr td.active:hover,
        fieldset[disabled] .datepicker table tr td.active.disabled,
        fieldset[disabled] .datepicker table tr td.active.disabled:hover,
        .datepicker table tr td.active.disabled:hover,
        .datepicker table tr td.active:hover.disabled:hover,
        .datepicker table tr td.active.disabled.disabled:hover,
        .datepicker table tr td.active.disabled:hover.disabled:hover,
        .datepicker table tr td.active[disabled]:hover,
        .datepicker table tr td.active:hover[disabled]:hover,
        .datepicker table tr td.active.disabled[disabled]:hover,
        .datepicker table tr td.active.disabled:hover[disabled]:hover,
        fieldset[disabled] .datepicker table tr td.active:hover,
        fieldset[disabled] .datepicker table tr td.active:hover:hover,
        fieldset[disabled] .datepicker table tr td.active.disabled:hover,
        fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
        .datepicker table tr td.active.disabled:focus,
        .datepicker table tr td.active:hover.disabled:focus,
        .datepicker table tr td.active.disabled.disabled:focus,
        .datepicker table tr td.active.disabled:hover.disabled:focus,
        .datepicker table tr td.active[disabled]:focus,
        .datepicker table tr td.active:hover[disabled]:focus,
        .datepicker table tr td.active.disabled[disabled]:focus,
        .datepicker table tr td.active.disabled:hover[disabled]:focus,
        fieldset[disabled] .datepicker table tr td.active:focus,
        fieldset[disabled] .datepicker table tr td.active:hover:focus,
        fieldset[disabled] .datepicker table tr td.active.disabled:focus,
        fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
        .datepicker table tr td.active.disabled:active,
        .datepicker table tr td.active:hover.disabled:active,
        .datepicker table tr td.active.disabled.disabled:active,
        .datepicker table tr td.active.disabled:hover.disabled:active,
        .datepicker table tr td.active[disabled]:active,
        .datepicker table tr td.active:hover[disabled]:active,
        .datepicker table tr td.active.disabled[disabled]:active,
        .datepicker table tr td.active.disabled:hover[disabled]:active,
        fieldset[disabled] .datepicker table tr td.active:active,
        fieldset[disabled] .datepicker table tr td.active:hover:active,
        fieldset[disabled] .datepicker table tr td.active.disabled:active,
        fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,
        .datepicker table tr td.active.disabled.active,
        .datepicker table tr td.active:hover.disabled.active,
        .datepicker table tr td.active.disabled.disabled.active,
        .datepicker table tr td.active.disabled:hover.disabled.active,
        .datepicker table tr td.active[disabled].active,
        .datepicker table tr td.active:hover[disabled].active,
        .datepicker table tr td.active.disabled[disabled].active,
        .datepicker table tr td.active.disabled:hover[disabled].active,
        fieldset[disabled] .datepicker table tr td.active.active,
        fieldset[disabled] .datepicker table tr td.active:hover.active,
        fieldset[disabled] .datepicker table tr td.active.disabled.active,
        fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
            background-color: #428bca;
            border-color: #357ebd;
        }

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px;
}

    .datepicker table tr td span:hover {
        background: #eeeeee;
    }

    .datepicker table tr td span.disabled,
    .datepicker table tr td span.disabled:hover {
        background: none;
        color: #999999;
        cursor: default;
    }

    .datepicker table tr td span.active,
    .datepicker table tr td span.active:hover,
    .datepicker table tr td span.active.disabled,
    .datepicker table tr td span.active.disabled:hover {
        color: #ffffff;
        background-color: #428bca;
        border-color: #357ebd;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    }

        .datepicker table tr td span.active:hover,
        .datepicker table tr td span.active:hover:hover,
        .datepicker table tr td span.active.disabled:hover,
        .datepicker table tr td span.active.disabled:hover:hover,
        .datepicker table tr td span.active:focus,
        .datepicker table tr td span.active:hover:focus,
        .datepicker table tr td span.active.disabled:focus,
        .datepicker table tr td span.active.disabled:hover:focus,
        .datepicker table tr td span.active:active,
        .datepicker table tr td span.active:hover:active,
        .datepicker table tr td span.active.disabled:active,
        .datepicker table tr td span.active.disabled:hover:active,
        .datepicker table tr td span.active.active,
        .datepicker table tr td span.active:hover.active,
        .datepicker table tr td span.active.disabled.active,
        .datepicker table tr td span.active.disabled:hover.active,
        .open .dropdown-toggle.datepicker table tr td span.active,
        .open .dropdown-toggle.datepicker table tr td span.active:hover,
        .open .dropdown-toggle.datepicker table tr td span.active.disabled,
        .open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
            color: #ffffff;
            background-color: #3276b1;
            border-color: #285e8e;
        }

            .datepicker table tr td span.active:active,
            .datepicker table tr td span.active:hover:active,
            .datepicker table tr td span.active.disabled:active,
            .datepicker table tr td span.active.disabled:hover:active,
            .datepicker table tr td span.active.active,
            .datepicker table tr td span.active:hover.active,
            .datepicker table tr td span.active.disabled.active,
            .datepicker table tr td span.active.disabled:hover.active,
            .open .dropdown-toggle.datepicker table tr td span.active,
            .open .dropdown-toggle.datepicker table tr td span.active:hover,
            .open .dropdown-toggle.datepicker table tr td span.active.disabled,
            .open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
                background-image: none;
            }

            .datepicker table tr td span.active.disabled,
            .datepicker table tr td span.active:hover.disabled,
            .datepicker table tr td span.active.disabled.disabled,
            .datepicker table tr td span.active.disabled:hover.disabled,
            .datepicker table tr td span.active[disabled],
            .datepicker table tr td span.active:hover[disabled],
            .datepicker table tr td span.active.disabled[disabled],
            .datepicker table tr td span.active.disabled:hover[disabled],
            fieldset[disabled] .datepicker table tr td span.active,
            fieldset[disabled] .datepicker table tr td span.active:hover,
            fieldset[disabled] .datepicker table tr td span.active.disabled,
            fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
            .datepicker table tr td span.active.disabled:hover,
            .datepicker table tr td span.active:hover.disabled:hover,
            .datepicker table tr td span.active.disabled.disabled:hover,
            .datepicker table tr td span.active.disabled:hover.disabled:hover,
            .datepicker table tr td span.active[disabled]:hover,
            .datepicker table tr td span.active:hover[disabled]:hover,
            .datepicker table tr td span.active.disabled[disabled]:hover,
            .datepicker table tr td span.active.disabled:hover[disabled]:hover,
            fieldset[disabled] .datepicker table tr td span.active:hover,
            fieldset[disabled] .datepicker table tr td span.active:hover:hover,
            fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
            fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
            .datepicker table tr td span.active.disabled:focus,
            .datepicker table tr td span.active:hover.disabled:focus,
            .datepicker table tr td span.active.disabled.disabled:focus,
            .datepicker table tr td span.active.disabled:hover.disabled:focus,
            .datepicker table tr td span.active[disabled]:focus,
            .datepicker table tr td span.active:hover[disabled]:focus,
            .datepicker table tr td span.active.disabled[disabled]:focus,
            .datepicker table tr td span.active.disabled:hover[disabled]:focus,
            fieldset[disabled] .datepicker table tr td span.active:focus,
            fieldset[disabled] .datepicker table tr td span.active:hover:focus,
            fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
            fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
            .datepicker table tr td span.active.disabled:active,
            .datepicker table tr td span.active:hover.disabled:active,
            .datepicker table tr td span.active.disabled.disabled:active,
            .datepicker table tr td span.active.disabled:hover.disabled:active,
            .datepicker table tr td span.active[disabled]:active,
            .datepicker table tr td span.active:hover[disabled]:active,
            .datepicker table tr td span.active.disabled[disabled]:active,
            .datepicker table tr td span.active.disabled:hover[disabled]:active,
            fieldset[disabled] .datepicker table tr td span.active:active,
            fieldset[disabled] .datepicker table tr td span.active:hover:active,
            fieldset[disabled] .datepicker table tr td span.active.disabled:active,
            fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
            .datepicker table tr td span.active.disabled.active,
            .datepicker table tr td span.active:hover.disabled.active,
            .datepicker table tr td span.active.disabled.disabled.active,
            .datepicker table tr td span.active.disabled:hover.disabled.active,
            .datepicker table tr td span.active[disabled].active,
            .datepicker table tr td span.active:hover[disabled].active,
            .datepicker table tr td span.active.disabled[disabled].active,
            .datepicker table tr td span.active.disabled:hover[disabled].active,
            fieldset[disabled] .datepicker table tr td span.active.active,
            fieldset[disabled] .datepicker table tr td span.active:hover.active,
            fieldset[disabled] .datepicker table tr td span.active.disabled.active,
            fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
                background-color: #428bca;
                border-color: #357ebd;
            }

    .datepicker table tr td span.old,
    .datepicker table tr td span.new {
        color: #999999;
    }

.datepicker th.datepicker-switch {
    width: 145px;
}

.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
    cursor: pointer;
}

    .datepicker thead tr:first-child th:hover,
    .datepicker tfoot tr th:hover {
        background: #eeeeee;
    }

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}

.datepicker thead tr:first-child th.cw {
    cursor: default;
    background-color: transparent;
}

.input-group.date .input-group-addon i {
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.input-daterange input {
    text-align: center;
}

    .input-daterange input:first-child {
        border-radius: 3px 0 0 3px;
    }

    .input-daterange input:last-child {
        border-radius: 0 3px 3px 0;
    }

.input-daterange .input-group-addon {
    width: auto;
    min-width: 16px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eeeeee;
    border: solid #cccccc;
    border-width: 1px 0;
    margin-left: -5px;
    margin-right: -5px;
}

.datepicker.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    color: #333333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.428571429;
}

    .datepicker.dropdown-menu th,
    .datepicker.dropdown-menu td {
        padding: 4px 5px;
    }
/* 4 - Header
--------------------------------------------------------------------------------*/
#header {
    position: relative;
    z-index: 990;
}

#logo {
    position: absolute;
    top: 10px;
    left: 10px;
}

.header-nav ul {
    float: right;
}

.header-nav li {
    float: left;
    margin-left: 5px;
    padding: 6px 15px;
    background: #012D6B;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

    .header-nav li a {
        float: left;
        color: #FFF;
        border-bottom: 0;
    }

        .header-nav li a:hover {
            text-decoration: underline;
        }

    .header-nav li em {
        float: left;
        padding: 0 8px;
        color: #889CB8;
        font-style: normal;
    }

    .header-nav li a:hover em {
        text-decoration: underline;
    }

    .header-nav li.user-tools {
        background: #4D77B3;
    }

.header-nav .popover-help {
    padding: 0 5px;
}

    .header-nav .popover-help h5 {
        margin-top: 10px;
    }

        .header-nav .popover-help h5.no-margin {
            margin-top: 0;
        }

        .header-nav .popover-help h5 a {
            float: none;
            margin-bottom: 5px;
            color: #012D6B;
            border-bottom: 1px solid #CCC;
            text-decoration: none;
        }

            .header-nav .popover-help h5 a:hover {
                border-bottom: 1px solid #F90;
            }

    .header-nav .popover-help p {
        color: #666;
        font-size: 12px;
    }

.icon-arrow-down-white-sm {
    background-position: right -458px;
}

.header-nav .popover-help .icon-phone {
    font-weight: bold;
    margin-top: 5px;
    background-position: left -499px;
    color: #333;
}

.header-links {
    margin-top: 30px;
    height: 30px;
    overflow: hidden;
}

.header-tabs {
    float: left;
    margin-left: 235px;
    padding-left: 39px;
    height: 30px;
    background: url(//ssl-images.newegg.com/webresource/b2b/en/images/bg/bg-header-tabs-left.png) no-repeat left center;
}

    .header-tabs .inner {
        float: left;
        padding: 7px 15px 5px 0;
        height: 18px;
        background: #7A98C5 url(//ssl-images.newegg.com/webresource/b2b/en/images/bg/bg-header-tabs.png) repeat-x left center;
        -webkit-border-radius: 0 4px 0 0;
        -moz-border-radius: 0 4px 0 0;
        -ms-border-radius: 0 4px 0 0;
        -o-border-radius: 0 4px 0 0;
        border-radius: 0 4px 0 0;
    }

    .header-tabs a {
        float: left;
        color: #FFF;
        border-bottom: 0;
    }

        .header-tabs a:hover {
            text-decoration: underline;
        }

    .header-tabs em {
        float: left;
        padding: 0 8px;
        color: #889CB8;
        font-style: normal;
    }

.header-social {
    float: right;
}

    .header-social a {
        float: left;
        width: 24px;
        height: 24px;
        margin: 0 0 6px 6px;
        border-bottom: 0;
    }

#navbar {
    padding: 8px;
    background: #012D6B;
    -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;
}

    #navbar .btn {
        border: 0;
    }

    #navbar .btn-nav {
        position: relative;
        float: left;
        z-index: 999;
    }

        #navbar .btn-nav .btn {
            width: 175px;
            padding: 8px 0;
        }

            #navbar .btn-nav .btn span {
                margin-left: 15px;
            }

#nav {
    display: none;
    position: absolute;
    top: 32px;
    left: 0;
    float: left;
    width: 171px;
    border: 2px solid #4D77B3;
    background: #F0F6FE;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

    #nav .nav-links {
        display: block;
        padding: 8px 10px;
        border-bottom: 1px solid #D8DBDE;
        background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-arrow-right-blue.png) no-repeat right center;
    }

    #nav .nav-sub:last-child .nav-links {
        border-bottom: 0;
    }

    #nav .nav-links.active {
        color: #FFF;
        background: #4D77B3 url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-arrow-right-blue.png) no-repeat right center;
    }

    #nav .last a {
        border-bottom: 0;
    }

.nav-menu {
    display: none;
    position: absolute;
    top: -2px;
    left: 171px;
    padding-bottom: 0;
    width: 820px; /* 12959 */
    max-width: 865px; /* 12959 */
    min-height: 422px;
    overflow: hidden;
    border: 2px solid #4D77B3;
    background: #FFF;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

    .nav-menu.nav-menu-single {
        width: 250px;
    }

    .nav-menu .col {
        float: left;
        padding-bottom: 15px;
    }

    .nav-menu dl {
        margin: 15px 15px 0 15px;
    }

    .nav-menu dt {
        text-transform: uppercase;
        font-weight: bold;
    }

    .nav-menu dd {
        margin-top: 5px;
    }

    .nav-menu dl a {
        border-bottom: 1px solid transparent;
    }

        .nav-menu dl a:hover {
            border-bottom: 1px solid #F90;
        }

    .nav-menu dt a {
        color: #333;
    }

    .nav-menu .nav-tools a, .nav-menu .nav-tools span {
        color: #888;
    }

#navbar .btn-account {
    float: right;
}

    #navbar .btn-account .btn {
        width: 146px;
        padding: 8px 8px 8px 0; /* 12959 */
    }

    #navbar .btn-account .icon {
        margin-left: 10px; /* 12959 */
    }

#search {
    margin: 0 169px 0 198px;
    background: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 2px 3px #CCC;
    -moz-box-shadow: inset 0 2px 3px #CCC;
    -ms-box-shadow: inset 0 2px 3px #CCC;
    -o-box-shadow: inset 0 2px 3px #CCC;
    box-shadow: inset 0 2px 3px #CCC;
    position: relative; /* 12959 */
}

    #search .btn-category {
        position: relative;
        float: left;
        border-right: 1px solid #CCC;
    }

        #search .btn-category .btn {
            text-transform: none;
            -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;
        }

            #search .btn-category .btn:hover {
                background: #DEDEDE;
            }

        #search .btn-category select {
            position: absolute;
            left: 0;
            top: 0;
            border: 0;
            width: 116px;
            height: 34px;
            zoom: 1;
            filter: alpha(opacity=0);
            -khtml-opacity: 0.0;
            -moz-opacity: 0.0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
            opacity: 0;
            cursor: pointer;
        }

    #search .btn-search {
        float: right;
        border-left: 1px solid #F90;
    }

        #search .btn-search .btn {
            -webkit-border-radius: 0 3px 3px 0;
            -moz-border-radius: 0 3px 3px 0;
            -ms-border-radius: 0 3px 3px 0;
            -o-border-radius: 0 3px 3px 0;
            border-radius: 0 3px 3px 0;
        }

            #search .btn-search .btn .icon {
                margin-top: 13px;
                padding-left: 0;
                float: left;
                width: 16px;
                height: 16px;
            }

    #search .keywords {
        position: relative;
        margin: 0 60px 0 81px;
    }

        #search .keywords input {
            width: 99%;
            padding: 8px 0;
            border: 0;
            background: transparent;
        }

#search-suggestions {
    overflow: hidden;
    position: absolute;
    top: 34px;
    left: -10px;
    right: -5px;
    background: #FFF;
    border: 1px solid #DDD;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

#suggestions-box {
    width: 100%;
}

    #suggestions-box td {
        width: 666px;
        color: #666;
        vertical-align: baseline;
        border-right: 1px solid #eee;
    }

        #suggestions-box td li {
            padding: 8px 10px;
            cursor: pointer;
        }

        #suggestions-box td ul ul li {
            padding-left: 30px;
        }

        #suggestions-box td li strong {
            color: #4D77B3;
        }

        #suggestions-box td li.active {
            background: #E6EFF6;
        }

    #suggestions-box th {
        padding: 8px 10px;
        text-align: left;
        text-transform: uppercase;
        color: #888;
        font-size: 12px;
        background: #F8F8F8;
        border-top: 1px solid #EAEAEA;
    }

    #suggestions-box .btn-clear {
        float: right;
        font-weight: normal;
        text-transform: capitalize;
    }

    #suggestions-box #search-items-box,
    #suggestions-box #search-items-title {
        border-right: 0;
    }

#search-items-box img {
    text-indent: -9999px;
    float: left;
    width: 40px;
    height: 30px;
}

#search-items-box .search-item-wrap {
    margin-left: 50px;
    font-size: 12px;
    max-height: 67px;
    overflow: hidden;
}

#search-items-box .search-item-promo {
    color: #F80;
    overflow: hidden;
}

#search-items-box .search-item-desc {
    color: #012D6B;
}

#search-items-box a:hover .search-item-desc {
    border-bottom: 1px solid #F90;
}

/* 5 - Footer
--------------------------------------------------------------------------------*/
#footer {
    border-top: 3px solid #012D6B;
}

.footer-nav {
    padding-top: 15px;
    background: #FFF;
}

    .footer-nav .row {
        margin-right: 0;
        width: auto;
    }

    .footer-nav h3 {
        margin: 0 0 10px 15px;
        text-transform: uppercase;
    }

    .footer-nav ul {
        margin-left: 15px;
    }

    .footer-nav li {
        margin-bottom: 5px;
    }

        .footer-nav li a {
            color: #666;
            border-bottom: 1px solid transparent;
        }

            .footer-nav li a:hover {
                border-bottom: 1px solid #F90;
            }

.footer-awards {
    overflow: hidden;
    background: #FFF;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

    .footer-awards ul {
        position: relative;
        left: 50%;
        float: left;
    }

    .footer-awards li {
        position: relative;
        left: -50%;
        float: left;
        padding: 20px 15px;
    }

        .footer-awards li a {
            border-bottom: 0;
        }

    .footer-awards .brand-norton {
        margin-top: 0;
    }

    .footer-awards .brand-bbb {
        margin-top: 19px;
    }

    .footer-awards .brand-trustwave {
        margin-top: 17px;
    }

    .footer-awards .brand-inc500 {
        margin-top: 19px;
    }

.footer-info {
    padding: 15px 0;
    font-size: 12px;
    text-align: center;
}

    .footer-info a {
        margin: 0 5px;
        color: #666;
        border-bottom: 1px solid transparent;
    }

        .footer-info a:hover {
            border-bottom: 1px solid #F90;
        }
/* 6 - Responsive Design 
--------------------------------------------------------------------------------*/
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

@media (max-width: 980px) {
    .user-tools .icon {
        padding-left: 16px;
        height: 16px;
    }

        .user-tools .icon span {
            display: none;
        }

    #search {
        margin-right: 71px;
    }

        #search .keywords {
            margin: 0 55px 0 125px;
        }

    .btn-search .icon {
        padding-left: 16px;
        height: 16px;
    }

        .btn-search .icon span {
            display: none;
        }

    #navbar .btn-account .btn {
        width: 48px;
    }

    #navbar .btn-account .icon {
        margin-left: 16px;
        padding-left: 16px;
        height: 16px;
    }

        #navbar .btn-account .icon span {
            display: none;
        }

    .pagination a,
    .pagination span {
        padding: 0 5px;
        height: 24px;
        line-height: 24px;
    }

    .pagination .prev {
        background-position: -5px -2px;
    }

    .pagination a.prev:hover {
        background-position: -5px -30px;
    }

    .pagination span.prev {
        background-position: -5px -58px;
    }

    .pagination .next {
        background-position: -33px -2px;
    }

    .pagination a.next:hover {
        background-position: -33px -30px;
    }

    .pagination span.next {
        background-position: -33px -58px;
    }

    .pagination .first {
        background-position: -61px -2px;
    }

    .pagination a.first:hover {
        background-position: -61px -30px;
    }

    .pagination span.first {
        background-position: -61px -58px;
    }

    .pagination .last {
        background-position: -89px -2px;
    }

    .pagination a.last:hover {
        background-position: -89px -30px;
    }

    .pagination span.last {
        background-position: -89px -58px;
    }
}
/* 7 - Print 
--------------------------------------------------------------------------------*/
@media print {
    body {
        background: none;
    }

    #logo {
        position: inherit;
        left: inherit;
        top: inherit;
        margin: 10px;
    }

    #header {
        border-bottom: 3px solid #012D6B;
    }

    #navbar,
    .header-nav,
    .header-links,
    .header-tabs,
    .header-social,
    .pagination,
    .footer-nav,
    .footer-awards {
        display: none;
    }

    #wrapper .icon,
    .breadcrumb,
    .icon-rating-sm {
        padding-left: 0;
        background: none;
    }

        .icon-rating-sm strong {
            display: inline;
        }
}
/* 8 - Hacks 
--------------------------------------------------------------------------------*/
.nav-menu {
    *min-height: 420px;
}

.form-control {
    *padding: 8px 10px;
}

.form-control-sm {
    *padding: 3px 7px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .nav-menu {
        min-height: 419px;
    }

    .form-control {
        padding: 7px 10px;
    }

    .form-control-sm {
        padding: 3px 7px;
    }

    .editable button {
        margin: 10px -5px 5px 10px;
    }

    .form-radio input,
    .form-checkbox input {
        margin-top: 2px;
    }

    #search-suggestions {
        left: -9px;
        right: -7px;
    }
}

@-moz-document url-prefix() {
    .form-control {
        padding: 8px 10px;
    }

    .form-control-sm {
        padding: 3px 7px;
    }

    .editable button {
        margin: 14px -1px 5px 6px;
    }

    .form-radio input,
    .form-checkbox input {
        margin-top: 2px;
    }

    #search-suggestions {
        left: -9px;
        right: -7px;
    }
}

.btn-account .popover-content {
    width: 160px;
}

#navbar .btn-account .popover-content h5 a {
    float: none;
    margin-bottom: 5px;
    color: #012D6B;
    border-bottom: 1px solid #CCC;
    text-decoration: none;
    font: 13px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}

    #navbar .btn-account .popover-content h5 a:hover {
        border-bottom: 1px solid #F90;
    }

.btn-account .popover-content h5 a {
    float: none;
    margin-bottom: 5px;
    color: #012D6B;
    border-bottom: 1px solid #CCC;
    text-decoration: none;
}

    .btn-account .popover-content h5 a:hover {
        border-bottom: 1px solid #F90;
    }

.btn-account .popover.bottom .arrow {
    top: -7px;
    left: 80%;
    margin-left: -7px;
    border-bottom-color: #CCC;
    border-top-width: 0;
}

.my-menu {
    top: 34px;
    left: -15px;
    z-index: inherit;
}

#navbar .btn-nav, #navbar .btn-account {
    position: relative;
    z-index: 900;
}

.header-feedback {
    float: right;
    text-transform: uppercase;
    margin: 8px 4px 0 0;
}

    .header-feedback a {
        float: left;
        border-bottom: 0;
    }

        .header-feedback a:hover {
            border-bottom: 0;
        }

.keywords .prompt {
    position: absolute;
    left: -10px;
    padding: 11px;
    color: #AAA;
}

/*Request Price*/

.product-details .item-product .item-map-price {
    margin: 5px 0 10px 0;
}

.map-price-modal .map-price-intro {
    margin-bottom: 15px;
}

.map-price-modal .map-price-wrap .row {
    display: table !important;
}

    .map-price-modal .map-price-wrap .row .col-6 {
        float: none;
        display: table-cell;
        vertical-align: top;
    }

    .map-price-modal .map-price-wrap .row .map-price-col {
        position: relative;
    }

.map-price-modal .map-price-item {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 15px;
    padding: 15px;
    background-color: rgba(0, 0, 0, .03);
}

    .map-price-modal .map-price-item .item-img {
        position: relative;
        margin: 0 auto 10px auto;
        width: 213px;
    }

        .map-price-modal .map-price-item .item-img:after {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            content: ' ';
            background-color: rgba(0, 0, 0, .03);
        }

        .map-price-modal .map-price-item .item-img img {
            height: 160px;
        }

    .map-price-modal .map-price-item .item-desc {
        margin-bottom: 5px;
        font-weight: bold;
        color: #012D6B;
    }

    .map-price-modal .map-price-item .item-bullet {
        margin-top: 10px;
    }

        .map-price-modal .map-price-item .item-bullet li {
            padding-left: 10px;
            height: 16px;
            color: #666;
            overflow: hidden;
            background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-bullet.png) no-repeat left center;
            white-space: nowrap;
        }

    .map-price-modal .map-price-item .btn-group {
        margin-top: 15px;
    }

        .map-price-modal .map-price-item .btn-group .btn-primary {
            color: #630;
        }

.map-price-modal .map-price-form {
    padding: 0 15px;
}

    .map-price-modal .map-price-form .form-radio {
        margin-bottom: 15px;
    }

        .map-price-modal .map-price-form .form-radio input {
            margin: 3px 0 0 0;
        }

        .map-price-modal .map-price-form .form-radio label {
            font-size: 15px;
            font-weight: bold;
        }

    .map-price-modal .map-price-form .map-price-content {
        display: none;
        clear: both;
        padding: 10px 0 0 18px;
    }

        .map-price-modal .map-price-form .map-price-content .form-list {
            margin-top: 0;
        }

            .map-price-modal .map-price-form .map-price-content .form-list .form-group {
                margin: 0 0 15px 0;
            }

            .map-price-modal .map-price-form .map-price-content .form-list .form-box {
                float: left;
            }

                .map-price-modal .map-price-form .map-price-content .form-list .form-box .error {
                    width: auto;
                }

.map-price-modal .map-price-logon {
    margin: 15px;
    padding-top: 15px;
    border-top: 1px solid #EFEFEF;
}

    .map-price-modal .map-price-logon .btn-group {
        margin: 15px 0;
    }

.cart-summary .cart-price-list .list-group li a {
    border-bottom: 1px solid #CCC;
}

    .cart-summary .cart-price-list .list-group li a:hover {
        border-bottom: 1px solid #F90;
    }

.msg-intermediary .msg-info .item-price-map {
    font-weight: bold;
}

@media (max-width: 790px) {
    .modal-dialog {
        padding: 15px 0;
        width: auto !important;
        box-sizing: border-box;
    }
}

@media (max-width: 768px) {
    .map-price-modal .map-price-wrap .row {
        display: block !important;
    }

        .map-price-modal .map-price-wrap .row .col-6 {
            display: block !important;
            width: 100% !important;
        }

    .map-price-modal .map-price-item {
        position: static;
        margin: 0 15px 15px 15px;
    }

    .map-price-modal .col-6 .form-control {
        width: 100%;
        box-sizing: border-box;
    }

    .map-price-modal .map-price-form .map-price-content .form-list .form-box {
        float: none;
    }

    .map-price-modal .map-price-logon {
        text-align: center;
    }

        .map-price-modal .map-price-logon .btn {
            margin: 0 auto;
            float: none;
        }

    .map-price-modal .map-price-form .form-radio label {
        width: auto;
    }

    .modal-header .modal-title {
        margin: 3px 0;
        font-size: 16px;
    }
}

/*Mapprice2017*/

#modal-ClickForDetails p {
    line-height:1.5em;
    font-size:14px;
}

#modal-RequestPrice p {
    line-height:1.5em;
    font-size:14px;
}