body {
    font-family: Arial;
    font-weight: 400;
    font-size: 1.2em;
    line-height: 1.5;
    color: #333;
    background: #666 url(../images2/bg-body.png) top repeat-x;
}
.bgyellow {
    background-color: #FFF7DF;
}
.setmobilerow {
    width: 100% !important;
    display: table;
}
.container {
    max-width: 990px;
}
.mobilephoneborder {
    border-right: none !important;
}

a {
    color: #17459b;
}

    a:hover {
        color: #333333;
        text-decoration: none;
    }

    a:focus, a:active {
        text-decoration: none;
        outline: none;
    }

.content a {
    border-bottom: 1px dotted #17459b;
}

::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #333;
}

::selection {
    color: #fff;
    background: #333;
}

hr {
    border: none;
    margin: 10px auto;
    border-top: 1px solid #ddd;
}

.FailureText {
    width: 100%;
    font-weight: bold;
    color: #ffcc00;
}

.watermarkHolder {
    padding: 0 !important;
    height: auto !important;
    margin: 0 0 0 0;
    display: block;
}

    .watermarkHolder label {
        margin: 3px 0 0 7px;
    }

        .watermarkHolder label .error {
            float: left;
            display: block;
            height: auto;
        }

h1, h2, h3, h4, h5 {
    color: #333;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}

/* fake h1 style for site title */
.h1 {
    font-size: 22px;
    font-weight: 400;
    color: #333;
    letter-spacing: -0.8px;
    padding-bottom: 0;
    /*border-bottom: 1px dotted #ccc;*/
}

    .h1 a {
        text-decoration: none;
        border: none;
    }

h1 {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.5;
    margin: 20px 0;
    letter-spacing: -0.5px;
    border-bottom: 1px dotted #ccc;
}

body#member h1 {
    border: none;
}

.col-sidebar h1 {
    font-size: 14px;
    letter-spacing: normal;
}

h1 span.description {
    float: right;
    color: #666666 !important;
    font-size: 0.6em;
    font-weight: normal;
    color: #000000;
    letter-spacing: normal;
    padding: 4px 30px 0 0;
}

h2 {
    font-size: 16px;
    font-weight: 600;
    color: #17459b;
    letter-spacing: normal;
    padding-top: 10px;
    border-top: 1px dotted #ccc;
}

h3 {
    font-size: 12px;
    letter-spacing: normal;
    border-bottom: 1px dotted #999;
    font-weight: 700;
}

    h3.comment-count, h3#commenter {
        padding: 5px 10px;
        background: #eee;
    }

.col-login h3 {
    margin: 20px 0 0 0;
    border: none;
    color: #fff;
    text-transform: uppercase;
}

footer h4 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ccc;
    font-weight: 700;
}

.btn-primary {
    font-weight: 900;
    text-transform: uppercase;
    text-shadow: 0 -1px 0 #000;
    border: none;
    background: #265dc8;
}

    .btn-primary:after {
        font-family: FontAwesome;
        font-weight: normal;
        content: "\f18e";
        color: #fff;
        margin-left: 15px;
    }

    .btn-primary:hover {
        background: #003399;
        /*border: 2px solid #960;*/
    }

        .btn-primary:active, .btn-primary:hover:active, .btn-primary:focus {
            background: #003399;
        }

.btn-default {
    font-weight: 700;
    color: #fff;
    text-shadow: 0 -1px 0 #000;
    border: none;
    background: #666;
}

    /*.btn-default:after {
        font-family: FontAwesome;
        font-weight: normal;
        content: "\f18e";
        color: #fff;
        margin-left: 15px;
    }*/

    .btn-default:hover {
        color: #fff;
        background: #555;
        /*border: 2px solid #960;*/
    }

        .btn-default:active, .btn-default:hover:focus, .btn-default:focus {
            background: #555;
        }



.navbar-brand {
    height: auto;
    padding: 0;
}

    .navbar-brand > img {
        width: 205px;
        height: auto;
        margin-bottom: 0;
    }

/*body.sub .navbar-brand > img {
    width: 75%;
}*/


.navbar-tagline p {
    display: inline-block;
}

    .navbar-tagline p span > span {
        color: #17459b;
    }

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.navbar-nav {
    clear: both;
    float: right;
    width: 100%;
    position: relative;
    height: 35px;
    /*min-height: 50px;*/
    margin-top: 9px;
    margin-bottom: 0;
    border: none;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0; /*border-top: 1px solid #333;
    border-bottom: 1px solid #555;
    background: #000;*/
    background: url(/webresources/images2/bg-nav.png) top repeat-x;
}

    /*.navbar-nav {
        text-align: center;
        width: 100%;
    }*/

    .navbar-nav > li {
        float: none;
        position: static;
        display: inline-block;
        height: 35px;
        /*margin-top: -1px;*/
    }

        .navbar-nav > li > a {
            font-weight: 600;
            padding: 0 25px;
            height: 35px;
            line-height: 25px;
            text-transform: uppercase;
            background: none;
            border-left: 1px dotted #ccc;
        }

        .navbar-nav > li:last-child > a {
            border-right: none;
        }

        .navbar-nav > li > a:hover {
            color: #333;
            /*border-top: 1px solid #17459b;*/
            background: none;
        }

        .navbar-nav > li.dropdown {
            position: relative;
        }

            .navbar-nav > li.dropdown:hover > ul.dropdown-menu {
                display: block;
                left: auto;
                right: -2px;
                width: 250px;
                padding-top: 0;
                padding-bottom: 0;
            }

                .navbar-nav > li.dropdown:hover > ul.dropdown-menu > li > a {
                    font-size: 0.85em;
                    font-weight: bold;
                    padding: 6px 10px;
                    color: #fff;
                    border-bottom: 1px solid #2f5cb0;
                    background: #17459b;
                }

                    .navbar-nav > li.dropdown:hover > ul.dropdown-menu > li > a:hover {
                        color: #ccc;
                        background: #333;
                    }
/*.navbar-nav > li > a:before {
                font-family: FontAwesome;
                content: "\f105";
                font-weight: 300;
                color: #17459b;
                margin-right: 5px;
            }*/
ul.accountMenu {
    /*display: none;*/
    list-style: none;
    z-index: 600 !important;
    position: absolute;
    top: 0;
    right: 15px;
    padding: 5px 10px;
    background: #17459b;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

    ul.accountMenu li {
        float: left;
        height: 22px;
        line-height: 22px;
        padding: 0 15px;
        color: #ffffff;
        border-left: 1px dotted #3b68bb;
    }

        ul.accountMenu li#fontResizer a {
            margin: 0 3px;
            padding: 0 5px;
            height: 18px;
            line-height: 18px;
            border: 1px solid #2f5cb0;
        }

            ul.accountMenu li#fontResizer a:hover {
                background: #2f5cb0;
            }

        ul.accountMenu li#fontResizer .smallFont {
            font-size: 0.8em;
        }

        ul.accountMenu li#fontResizer .defaultFont {
            font-size: 1em;
        }

        ul.accountMenu li#fontResizer .largeFont {
            font-size: 1.2em;
        }

        ul.accountMenu li:first-child {
            border-left: none;
        }

        ul.accountMenu li a {
            display: block;
            float: left;
            color: #ffffff;
            font-weight: bold;
        }

            ul.accountMenu li a:hover {
                color: #cccccc;
            }

            ul.accountMenu li a#selectedLanguage {
                width: 110px;
                height: 22px;
                background: url(../images2/bgSelectLanguage.gif) top right no-repeat;
            }

                ul.accountMenu li a#selectedLanguage:hover {
                    background-position: bottom right;
                }

            ul.accountMenu li a img {
                margin: 0 0 0 12px;
            }

        ul.accountMenu li#languageSelector {
            position: relative;
        }

#languageSelect {
    display: none;
    z-index: 50;
    position: absolute;
    top: 25px;
    left: 0;
    width: 130px;
    height: auto;
    padding: 5px 10px;
    color: #ffffff;
    background: #17459b /*url(../images2/bgLoginPanel.gif) repeat-x*/;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

    #languageSelect .close {
        float: right;
    }

    #languageSelect ul {
        list-style: none;
        margin: 0 !important;
        padding: 0 !important;
    }

        #languageSelect ul li {
            padding: 0;
            height: auto;
            line-height: normal;
            border: none;
            margin: 0 0 3px 0;
        }

            #languageSelect ul li a {
                display: block;
                float: left;
                width: 114px;
                height: auto;
                line-height: normal;
                padding: 3px 8px;
                color: #ffffff;
                font-size: 0.9em;
                font-weight: bold;
                background: #000000;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
            }

                #languageSelect ul li a:hover {
                    background: #333333;
                }

                #languageSelect ul li a img {
                    margin: 0 5px 0 0;
                }

.helpLinks {
    position: absolute;
    top: 55px;
    right: 30px;
    font-size: 0.9em;
}

    .helpLinks span {
        float: left;
        color: #cccccc;
    }

    .helpLinks ul {
        float: left;
    }

        .helpLinks ul li {
            float: left;
            margin: 0 0 0 20px;
        }

            .helpLinks ul li a {
                color: #ffffff;
                font-weight: bold;
            }

.nav-pills > li > a {
    padding: 8px 15px;
    font-weight: bold;
    border: 1px solid #ccc;
}

    .nav-pills > li > a:hover,
    .nav-pills > li > a:focus {
        color: #fff;
        background-color: #17459b;
    }

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #17459b;
}

/* carousel */

.zone-before-main {
    /*z-index: 1;
    position: absolute;
    top: 28%;
    left: 15px;
    padding: 0 20px 20px 20px;*/
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkZGRUM2RUJCRTBDRTExRTVCNTM3RDYwRUYyMDRFM0QzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkZGRUM2RUJDRTBDRTExRTVCNTM3RDYwRUYyMDRFM0QzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RkZFQzZFQjlFMENFMTFFNUI1MzdENjBFRjIwNEUzRDMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RkZFQzZFQkFFMENFMTFFNUI1MzdENjBFRjIwNEUzRDMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5cx2VNAAAAG0lEQVR42mJUiz3+jIEIwMRAJBhVSB2FAAEGAIveAkRKWqLpAAAAAElFTkSuQmCC);
}

/* content */

.content {
    padding: 0 30px 30px 30px;
    min-height: 350px;
    background: #ffffff;
    -webkit-box-shadow: 0 3px 3px 0 #333;
    box-shadow: 0 3px 3px 0 #333;
}

.content-member {
    padding: 0 30px 30px 30px;
}

body.sub .content {
    min-height: 800px;
}

header {
    margin-bottom: 15px;
    border-bottom: 1px dotted #ccc;
}

.col-sidebar > div, .col-login > div {
    padding-top: 15px;
}


.col-sidebar header {
    margin-bottom: 5px;
}

.col-sidebar {
    margin-top: -6px;
    margin-right: 0;
    background: #eee url(../images2/bg-sidebar.png) repeat-y;
}

.col-login {
    margin-right: -30px;
    color: #fff;
    padding: 5px 15px 15px 15px;
    /*margin: -6px;*/
    background: #17459b;
}

    .col-login label {
        color: #ccc;
    }

    .col-login a {
        color: #fff;
    }

    .col-login > div {
        background: none;
    }

    .col-login input#RememberMe {
        float: left;
        vertical-align: middle;
    }

    .col-login label[for="RememberMe"] {
        font-size: 11px;
        margin-left: 5px;
        float: left;
        vertical-align: middle;
    }

.col-grey {
    clear: both;
    /*margin-top: -15px;*/
    margin-right: -30px;
    padding: 5px 15px 15px 15px;
    /*margin: -6px;*/
    background: #ddd;
}

.col-blue {
    clear: both;    
    margin-right: -30px;
    padding: 5px 15px 15px 15px;    
    background: #283858;
}

.col-bottombar {
    -webkit-box-shadow: inset 0 5px 3px 0 #ddd;
    box-shadow: inset 0 5px 3px 0 #ddd;
    padding-top: 10px;
    padding-bottom: 20px;
    /*margin-left: -15px !important;*/
    /*margin-right: -60px !important;*/
    background: #eee;
}

/*.content img {
}*/

/* ul list */

ul {
    list-style: none;
    padding-left: 0;
}

.content ul {
    padding-left: 5px;
}

    .content ul li {
        margin-bottom: 5px;
    }

.homeList {
    margin-top: 20px;
    padding-left: 0 !important;
    list-style: none;
}

    .homeList li {
        margin-bottom: 15px !important;
        padding-left: 20px;
        background: url(../images2/icons/check.png) no-repeat;
    }

        .homeList li h2 {
            border: none;
            margin: 0;
            padding: 0;
            font-weight: normal;
            color: #666;
        }

.bulletList {
    list-style: disc;
    padding-left: 20px !important;
}

    .bulletList > li {
        margin-bottom: 10px;
    }

        .bulletList > li > a {
            font-weight: bold;
        }

ul.pager {
    float: right;
}

    ul.pager li {
        float: left;
        height: 25px;
        margin: 0 0 0 5px;
    }

        ul.pager li a {
            -webkit-border-radius: 3px;
            border-radius: 3px;
            display: block;
            height: 25px;
            text-indent: -9999px;
            outline: none;
            cursor: pointer;
            border: none !important;
            background: url(../images2/btnPager.gif);
        }

        ul.pager li#pageFirst a {
            width: 25px;
            background-position: 0 0;
        }

        ul.pager li#pageBack a {
            width: 65px;
            background-position: -25px 0;
        }

        ul.pager li#pageNext a {
            width: 65px;
            background-position: -90px 0;
        }

        ul.pager li#pageLast a {
            width: 25px;
            background-position: -155px 0;
        }

        ul.pager li#pageFirst a:hover {
            width: 25px;
            background-position: 0 -25px;
        }

        ul.pager li#pageBack a:hover {
            width: 65px;
            background-position: -25px -25px;
        }

        ul.pager li#pageNext a:hover {
            width: 65px;
            background-position: -90px -25px;
        }

        ul.pager li#pageLast a:hover {
            width: 25px;
            background-position: -155px -25px;
        }

        ul.pager li#pageFirst a:active {
            width: 25px;
            background-position: 0 -50px;
        }

        ul.pager li#pageBack a:active {
            width: 65px;
            background-position: -25px -50px;
        }

        ul.pager li#pageNext a:active {
            width: 65px;
            background-position: -90px -50px;
        }

        ul.pager li#pageLast a:active {
            width: 25px;
            background-position: -155px -50px;
        }

        ul.pager li#pageFirst a.disabled {
            cursor: default;
            width: 25px;
            background-position: 0 -75px;
        }

        ul.pager li#pageBack a.disabled {
            cursor: default;
            width: 65px;
            background-position: -25px -75px;
        }

        ul.pager li#pageNext a.disabled {
            cursor: default;
            width: 65px;
            background-position: -90px -75px;
        }

        ul.pager li#pageLast a.disabled {
            cursor: default;
            width: 25px;
            background-position: -155px -75px;
        }


ul.alphabet {
    list-style: none;
    float: left;
    width: 900px;
    padding: 0;
    font-weight: bold;
    margin: 0 0 20px 0;
}

    ul.alphabet li {
        float: left;
        padding: 0 4px;
        border-right: 1px dotted #cccccc;
    }

        ul.alphabet li:last-child {
            border-right: none !important;
        }

        ul.alphabet li a {
            padding: 5px 8px;
            font-size: 1.2em;
            border: none !important;
        }

/* forms */

ul.error li, ul.information li {
    font-weight: bold;
    color: #c00;
}

/*input[type="checkbox"], input[type="radio"] {
    margin: 4px 0 0 0;
}*/

label, .control-label {
    margin-bottom: 0;
}

.form-control {
    height: 27px;
    padding: 4px;
    font-size: 1em;
    line-height: 25px;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);*/
    -webkit-box-shadow: inset 0 3px 3px 0 #ddd;
    box-shadow: inset 0 3px 3px 0 #ddd;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    textarea.form-control {
        height: auto;
        line-height: normal;
    }


.searchOptions, .resultsFunctions {
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    padding: 5px 15px 0 15px;
    -webkit-box-shadow: inset 0 5px 5px 0 #ddd;
    box-shadow: inset 0 5px 5px 0 #ddd;
}

    .searchOptions div[class*=col-] {
        padding-left: 10px;
        padding-right: 10px;
    }

    .searchOptions .checkbox {
        margin: 0 0 0 0;
        padding: 0;
        font-size: 0.95em;
        line-height: 1em;
    }

.resultsFunctions {
    padding: 5px 5px 5px 5px;
}

/* member */
.operator {
    padding: 22px 10px 0 10px;
}

    .operator select {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
        font-weight: bold;
        color: #fff;
        background: #333;
    }

.file-upload {
    float: left;
    width: 200px;
}

.form-buttons {
    padding-top: 22px;
}

.footnote {
    color: #666;
    font-size: 0.9em;
    line-height: normal;
}

/* loader */

.greyOut {
    float: left;
    width: 100%;
    position: relative !important;
}

.loader {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    margin-left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: url(../images2/transparentWhite.png) repeat;
}

    .loader span {
        display: block;
        margin: 60px 0 0 0;
    }


/* table */

.tableData {
    clear: both;
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #dddddd;
}

    .tableData th {
        white-space: nowrap;
        font-size: 0.9em;
        color: #333333;
        text-shadow: 0 1px 0 #eeeeee;
        padding: 0 8px;
        border-bottom: 1px solid #999999;
        background: #cccccc /*url(../images2/bgTableTh.gif) repeat-x*/;
    }

        .tableData th a {
            color: #17459b !important;
            border: none !important;
        }

    .tableData tr.even {
        background: #f5f5f5;
    }

    .tableData tr.item {
        font-size: 0.9em;
        font-weight: bold;
        border-bottom: 2px solid #cccccc;
    }

    .tableData tr.searchedFor {
        font-weight: bold;
        border-top: 2px solid #999999; /*border-bottom: 2px solid #cccccc;*/
    }

    .tableData td {
        padding: 0 8px;
        border-bottom: 1px solid #dddddd;
        /*background: url(../images2/bgTableTd.gif) repeat-x;*/
    }

        .tableData td a {
            font-weight: bold;
            border: none !important;
        }

    .tableData tr:hover td {
        background: #fff7df;
    }

    .tableData .productLine, .tableData .source, .tableData .phoneNumbers {
        color: #cc0000;
    }

    .tableData p {
        margin: 0;
    }

    #items a.WD, #items a.WM {
        color: #c00 !important;
    }

/* per mark, break the part #, after 30 character count string
    which happens to be 180px width, at the current font size
    needed to especially check for width on chrome/safari.
    Make a special class for saerch and multi-search only
    */

.tableDataSearch thead th:first-child,
.tableDataSearch thead th:first-child a,
.tableDataSearch tbody td:first-child,
.tableDataSearch tbody td:first-child a {
    word-break: break-all;
    min-width: 130px !important;
    max-width: 185px !important;
}

.productLines.tableData a.communityName {
    font-weight: normal !important;
    color: #000000 !important;
}

#items a.WD, #items a.WM {
    color: #c00;
}

/* Table Print Styles bring over to screen */

table tr.searchedFor {
    border-bottom: 1px solid #cccccc;
}

table tr.bottomLine {
    border-bottom: 1px solid #cccccc;
}

ul.relatedItemsLegend {
    padding-left: 25px;
}

    ul.relatedItemsLegend li {
        float: left;
        margin-right: 30px;
    }

        ul.relatedItemsLegend li:last-child {
            clear: both;
            margin-right: 0;
        }

footer {
    text-align: left;
    color: #999;
    padding-top: 15px;
    padding-bottom: 20px;
}

    footer ul {
        list-style: none;
        padding-left: 5px;
        margin-bottom: 10px;
    }

        footer ul > li {
            display: inline-block;
        }

            footer ul > li > a {
                font-size: 0.9em;
                color: #fff;
                display: block;
                padding: 0 8px;
                border-right: 1px dotted #999;
            }

            footer ul > li:last-child > a {
                border: none;
            }

            footer ul > li > a:hover {
                color: #eee;
            }

    footer .copyright {
        font-size: 0.8em;
        padding-left: 15px;
    }

/*.ui-dialog {
    
}*/

.ui-dialog .popup.hidden {
    display: block !important;
    visibility: visible !important;
}

.modal {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Rjg0Q0MwRDkxMkExMTFFNzgwNDI4MEIxRDRBREIzMDIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Rjg0Q0MwREExMkExMTFFNzgwNDI4MEIxRDRBREIzMDIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGODRDQzBENzEyQTExMUU3ODA0MjgwQjFENEFEQjMwMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGODRDQzBEODEyQTExMUU3ODA0MjgwQjFENEFEQjMwMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv0A1FUAAAAbSURBVHjaYvz///9mBiIAEwORYFQhdRQCBBgA8QMDxH+vUEIAAAAASUVORK5CYII=);
}

/*.redtext {
    color: #c00;
    font-size: 11px;
    font-weight: bold;
    padding: 10px 0px;
    font-family: Arial;
}*/

@media (max-width: 767px) {
    .navbar-header {
        float: left;
        width: 100%;
        height: 50px;
        text-align: center !important;
        margin-left: 0 !important;
    }

    .navbar-toggle {
        color: #fff;
        position: relative;
        float: left;
        padding: 6px 0;
        margin-top: 8px;
        margin-right: 0;
        margin-bottom: 8px;
        background: none;
    }

        .navbar-toggle .icon-bar {
            background: #fff;
        }

    ul.accountMenu li a#selectedLanguage {
        width: 67px;
    }


    .navbar-brand {
        float: none;
        position: static !important;
        display: inline-block !important;
        margin: 0 35px 0 auto !important;
        padding: 0;
        height: 50px;
        overflow: hidden;
    }

        .navbar-brand > img {
            width: 150px;
            height: auto;
            margin-bottom: 0;
        }

    ul.accountMenu {
        top: 10px;
        right: 0;
        padding: 5px 5px;
        background: none;
    }

        ul.accountMenu li {
            border-left: none;
        }


    #fontResizer {
        display: none;
    }

    .navbar-tagline {
        padding-top: 15px;
        text-align: right;
        font-size: 16px;
        font-weight: 300;
        color: #fff;
    }

    .nav-social {
        padding-left: 0;
        margin-left: 0;
        border-left: none;
    }

    .navbar-collapse {
        padding: 0;
        z-index: 1;
        position: absolute;
        top: 65px;
        right: 0;
        bottom: 0;
        left: 0;
        max-height: none;
        background: #17459b;
    }

    .navbar {
        padding: 5px;
        background: #000;
        border: 1px solid #333;
        border-top: none;
        -webkit-border-radius: 0 0 10px 10px;
        border-radius: 0 0 10px 10px;
    }

    .navbar-nav {
        margin-left: 0;
        background: none;
    }

        .navbar-nav > li {
            padding: 0 !important;
            margin: 0 !important;
            /*float: left;
            width: 50%;*/
            position: static;
            display: block;
            margin-top: auto;
        }

            .navbar-nav > li > a {
                color: white;
                font-size: 1.4rem;
                padding: 0 15px;
                position: static;
                display: block;
                font-weight: 600;
                text-indent: 15px;
                text-transform: uppercase;
                border-right: none;
                border-top: 1px solid #333;
            }

    h1 {
        font-size: 18px;
        line-height: 1.2;
    }

        h1 span.description {
            clear: both;
            float: left;
            width: 100%;
            font-size: 0.7em;
            color: #c00 !important;
            padding: 10px 0 10px 0;
        }

    .content {
        margin-left: -15px;
        margin-right: -15px;
        padding: 10px 15px 0 15px;
    }

    .content-member {
        padding: 10px 15px 20px 15px;
    }

    /*.content img {

        }*/

    .row-header .text-right {
        text-align: left;
    }

    .col-sidebar {
        padding-top: 0;
        padding-bottom: 0;
        margin-top: auto;
        margin-left: auto;
    }

    .col-login, .col-grey, .col-blue {
        margin-left: -15px;
        margin-right: -15px;
    }

    .col-login {
        padding-top: 5px;
        display: table;
        /*height:200px;*/
    }

        .col-login > div {
            padding-top: 0;
        }
    /* home */
    .homeList {
        margin-top: 0;
        padding-left: 0 !important;
        list-style: none;
    }

        .homeList li {
            margin-bottom: 5px !important;
            padding-left: 20px;
        }

            .homeList li h2 {
                font-size: 1.1em;
                border: none;
                margin: 0;
                padding: 0;
                font-weight: normal;
                color: #333;
            }

    ul.alphabet {
        width: auto;
        padding: 0;
        list-style: none;
    }

        ul.alphabet li {
            display: inline-block;
            padding: 5px;
        }

    table .letter {
        padding-top: 20px;
        border-top: 1px solid #ccc;
    }

    /* forms */

    .form-control {
        /* font size 16px to prevent zoom on iOS */
        font-size: 16px;
        height: 30px;
        line-height: 30px;
    }

    textarea.form-control {
        height: auto;
        line-height: normal;
    }

    /* members */

    .searchOptions, .resultsFunctions {
    -webkit-box-shadow: none;
    box-shadow: none;
}

    /*#SearchOptions, #SearchSettings, .modal-fake {*/
	#SearchOptions, .modal-fake {
		display: none;
		z-index: 999 !important;
		position: fixed;
		top: 15px;
		right: 10px;
		bottom: 15px;
		left: 10px;
		padding: 15px;
		background: #fff;
		border: 1px solid #ccc;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: 0 10px 20px 0 #333;
		box-shadow: 0 10px 20px 0 #333;
		overflow: scroll;
	}

        .modal-fake .modal-header {
            padding: 0;
            margin-bottom: 15px;
        }

        .modal-fake .modal-footer {
            padding: 0;
        }

    .modal-fake-content {
        /*height: 50vh;*/
    }

    /*.popup, .ui-dialog-content, .ui-widget-content {
        height: 200px !important;
        position: relative;
    }*/

    /*.popup {
        height: 90vh !important;
    }*/

    .popup .buttons {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .buttons-fixed {
        z-index: 1;
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        background: #fff;
    }

    .resultsFunctions {
        clear: both;
        float: left;
        width: 100%;
        padding-top: 5px;
        text-align: center;
        margin-top: 5px;
        border-bottom: 1px solid #ccc;
    }

    /*.footnote {
        display: none;
    }*/

    ul.pager {
        float: none;
        display: inline-block !important;
        margin: 5px 0;
        padding: 0;
    }

        ul.pager li {
            margin: 0;
        }

            ul.pager li a {
                position: relative;
                display: block;
                /*background: none;*/
                width: 20px !important;
                margin: 0 3px;
                background: #45484d;
                background: -moz-linear-gradient(top, #45484d 0%, #333333 100%);
                background: -webkit-linear-gradient(top, #45484d 0%,#333333 100%);
                background: linear-gradient(to bottom, #45484d 0%,#333333 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#333333',GradientType=0 );
                text-indent: -9999px;
            }

                ul.pager li a.disabled {
                    background: #cccccc;
                    background: -moz-linear-gradient(top, #cccccc 0%, #999999 100%);
                    background: -webkit-linear-gradient(top, #cccccc 0%,#999999 100%);
                    background: linear-gradient(to bottom, #cccccc 0%,#999999 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#999999',GradientType=0 );
                }

                ul.pager li a:before {
                    text-indent: 0;
                    font-family: FontAwesome;
                    position: absolute;
                    display: block;
                    top: 3px;
                    left: 5px;
                    z-index: 100;
                    width: 20px;
                    height: 20px;
                    color: white !important;
                }

            ul.pager li.first a:before {
                top: 4px;
                font-size: 0.9em;
                content: "\f049";
            }

            ul.pager li.prev a:before {
                top: 1px;
                font-size: 1.3em;
                content: "\f0d9";
            }

            ul.pager li.next a:before {
                top: 1px;
                font-size: 1.3em;
                content: "\f0da";
            }

            ul.pager li.last a:before {
                top: 4px;
                font-size: 0.9em;
                content: "\f050";
            }


    /*.form-buttons {
        z-index: 1;
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        text-align: right;
        padding: 5px 10px;
        background: #333;
    }

    .mobile-search-note, .mobile-search-note p {
        color: #ccc;
        font-size: 0.85em;
        margin: 0;
        padding: 0;
        text-align: center;
        line-height: 1.5;
    }*/

    .form-buttons {
        clear: both;
        text-align: center;
        padding-top: 10px;
    }

    .operator {
        padding: 22px 0 0 15px;
    }

    /* jquery ui dialog */

    .ui-dialog {
        top: 10px !important;
        right: 10px !important;
        bottom: 10px !important;
        left: 10px !important;
        width: 94% !important;
    }

    .ui-dialog-content {
        /*padding-bottom: 30px !important;*/
        min-height: 500px !important;
    }

        .ui-dialog-content .greyOut {
            /* viewport height units */
            margin-bottom: 30vh !important;
        }

        .ui-dialog-content .buttons {
            padding: 5px;
            position: fixed;
            right: 9px;
            bottom: 10px;
            left: 10px;
            background: #eeeeee;
            background: -moz-linear-gradient(top, #eeeeee 0%, #dddddd 100%);
            background: -webkit-linear-gradient(top, #eeeeee 0%,#dddddd 100%);
            background: linear-gradient(to bottom, #eeeeee 0%,#dddddd 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=0 );
            border-top: 1px solid #ccc;
            -webkit-border-radius: 0 0 5px 5px;
            border-radius: 0 0 5px 5px;
        }

    .stop-scrolling {
        height: 100%;
        overflow: hidden;
    }

    footer {
        color: #fff;
    }

        footer .copyright {
            color: #ccc;
            font-size: 0.8em;
            padding-left: 0;
        }
}

@media (min-width: 768px) {
    .navbar-tagline {
        padding-top: 40px;
        text-align: right;
        font-size: 22px;
        font-weight: 300;
        color: #fff;
    }

    .nav-social {
        padding-left: 0;
        margin-left: 0;
        border-left: none;
    }

    /*.navbar-nav > li {
        
    }*/

    .navbar-nav > li > a {
        font-size: 1.1rem;
        padding: 0 11px;
        font-weight: 600;
        height: 35px;
        line-height: 35px;
        text-transform: uppercase;
        /*border-top: 1px solid #333;*/
    }

    .content {
        padding-bottom: 0;
    }

    .col-sidebar {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 20px;
        margin-left: -10px;
    }

    .col-login, .col-grey, .col-blue {
        margin-left: -30px;
        margin-right: -30px;
        /*height: 349px;*/
        display: table;
    }

    /*.col-bottombar {
        margin-left: -15px;
        margin-right: -15px;
    }*/
}

@media (max-width: 768px) {

    #languageSelect {
        display: none;
        z-index: 50;
        position: fixed;
        top: 50px;
        left: 10px;
        right: 10px;
        width: auto;
    }

        #languageSelect ul li {
            width: 100%;
        }

            #languageSelect ul li a {
                width: 100%;
                height: auto;
                line-height: normal;
                padding: 10px 8px;
            }

    body#member h1 {
        margin: 10px 0;
    }

    table.productLines {
        table-layout: fixed;
    }

        table.productLines th {
            word-wrap: break-word;
        }

            table.productLines th:nth-child(2), table.productLines td:nth-child(2) {
                width: 25%;
                word-wrap: break-word !important;
            }

            table.productLines th:nth-child(3), table.productLines td:nth-child(3) {
                width: 25%;
                word-wrap: break-word;
            }

    .fake-table {
        clear: both;
        float: left;
        width: 100%;
        margin-top: 0;
        margin-bottom: 20px;
    }

        .fake-table a {
            font-weight: bold;
            text-decoration: none;
            border: none;
        }


        .fake-table .alignRight {
            text-align: left;
        }


        .fake-table .thead {
            display: none;
        }

        .fake-table .tbody {
        }

            .fake-table .tbody .tr {
                clear: both;
                float: left;
                width: 100%;
                padding: 10px 0;
                border-bottom: 1px solid #ccc;
            }

                .fake-table .tbody .tr:hover {
                    background: #FFF7DF;
                }

                .fake-table .tbody .tr.even {
                }

                .fake-table .tbody .tr.odd {
                }

                .fake-table .tbody .tr.item.notice {
                    color: #c00;
                    font-size: 11px;
                    font-weight: bold;
                    border-bottom: 2px solid #ccc;
                }

                    .fake-table .tbody .tr.item.notice > div {
                        padding: 3px 0;
                    }


                .fake-table .tbody .tr div[class*='col'] {
                    float: left;
                    min-width: 1%;
                    text-indent: 0;
                }

        .fake-table div[class*='col'] {
            float: left;
            width: auto;
            /*padding-right: 5px;*/
            margin-right: 5px;
            /*border-right: 1px solid #ccc;*/
            /*font-weight: bold;*/
            line-height: 1.5;
        }

            .fake-table div[class*='col']:before {
                float: left;
                width: 30%;
                font-size: 11px;
                font-weight: normal;
                color: #666;
                line-height: 1.5;
            }

        /* part # column */

        .fake-table .col1 {
            width: 100%;
            font-size: 16px;
            padding-right: 0 !important;
            margin-right: 0 !important;
            border-right: none !important;
        }

            .fake-table .col1:before {
                /*content: "Part #";*/
            }

        /* description column */

        .fake-table .col2 {
            clear: both !important;
            width: 100%;
            padding-right: 0 !important;
            margin-right: 0 !important;
            margin-bottom: 5px;
            font-weight: bold;
            border-right: none !important;
        }

            .fake-table .col2:before {
                /*content: "Description";*/
            }

        .fake-table .col3 {
        }

        .fake-table .col4 {
            clear: both !important;
            padding-right: 0 !important;
            margin-right: 0 !important;
            border-right: none !important;
        }

        /*.fake-table .col3:before {
            content: "Rel";
        }

        .fake-table .col4:before {
            content: "Qty";
        }

        .fake-table .col5:before {
            content: "UOM";
        }

        .fake-table .col6:before {
            content: "Price";
        }

        .fake-table .col7:before {
            content: "Currency";
        }

        .fake-table .col8:before {
            content: "Date Posted";
        }

        .fake-table .col9:before {
            content: "Distance (mi)";
        }

        .fake-table .col10:before {
            content: "SRC";
        }*/

        .fake-table .col10 {
            padding-right: 0 !important;
            margin-right: 0 !important;
            border-right: none !important;
        }
}

@media (min-width: 769px) {
    .fake-table {
        clear: both;
        float: left;
        width: 100%;
        margin-top: 0;
        margin-bottom: 20px;
    }

        .fake-table h2 {
        }

        .fake-table a {
            font-weight: bold;
            text-decoration: none;
            border: none;
        }

        .fake-table .thead {
            clear: both;
            float: left;
            width: 100%;
            padding: 2px 0;
            font-size: 11px;
            font-weight: bold;
            background: #ccc;
            border-bottom: 1px solid #999;
        }

            .fake-table .thead a {
                text-shadow: 0 1px 0 #fff;
            }

            .fake-table .thead > div {
                float: left;
                min-width: 1%;
                text-indent: 5px;
            }

        .fake-table .tbody {
        }

            .fake-table .tbody .tr {
                clear: both;
                float: left;
                width: 100%;
                border-bottom: 1px solid #ccc;
            }

                .fake-table .tbody .tr:hover {
                    background: #FFF7DF;
                }

                .fake-table .tbody .tr.even {
                }

                .fake-table .tbody .tr.odd {
                }

                .fake-table .tbody .tr.item.notice {
                    color: #c00;
                    font-size: 11px;
                    font-weight: bold;
                    border-bottom: 2px solid #ccc;
                }

                    .fake-table .tbody .tr.item.notice > div {
                        padding: 3px 0;
                    }


                .fake-table .tbody .tr div[class*='col'] {
                    float: left;
                    min-width: 1%;
                    text-indent: 5px;
                }

        .fake-table .col1 {
            width: 16%;
        }

        .fake-table .col2 {
            width: 36%;
            text-indent: 0 !important;
        }

        .fake-table .col3 {
            width: 3%;
        }

        .fake-table .col4 {
            width: 5%;
        }

        .fake-table .col5 {
            width: 5%;
        }

        .fake-table .col6 {
            width: 5%;
        }

        .fake-table .col7 {
            width: 7%;
        }

        .fake-table .col8 {
            width: 10%;
        }

        .fake-table .col9 {
            width: 9%;
        }

        .fake-table .col10 {
            width: 3%;
        }
}

@media (min-width: 992px) {
    .container {
        max-width: 990px;
    }

    .navbar-brand {
        margin-left: 5px;
    }

    .navbar-tagline {
        padding-top: 100px;
        text-align: right;
        font-size: 22px;
        font-weight: 300;
        color: #fff;
    }

    .nav-social {
        display: inline-block;
        list-style: none;
        padding-left: 20px;
        margin-left: 20px;
        border-left: 1px dotted #666;
    }

    body#member .navbar-nav {
        text-align: right;
        /*padding-left: 320px;*/
    }

    .navbar-nav > li {
        /*float: left;*/
        width: auto;
        /*position: static;
            display: inline-block;*/
    }

        .navbar-nav > li > a {
            font-size: 1.2rem;
            padding: 0 15px;
            height: 34px;
            line-height: 34px;
        }

    .content {
        padding-bottom: 20px;
    }

    .col-sidebar {
        padding-top: initial;
        padding-bottom: initial;
        margin-top: -6px;
        margin-left: initial;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 990px;
    }

    .navbar-nav > li > a {
        font-size: 1.2rem;
        padding: 0 15px;
        font-weight: 600;
        height: 34px;
        line-height: 34px;
        text-transform: uppercase;
        /*border-top: 1px solid #333;*/
    }
}
