﻿body {
    /*width: 1060px;
    margin: 0 auto;*/
    font-family: Arial;
    font-size: 0.8em;
    color: #484B55;
    /* gradient background*/
    background-attachment: fixed;
    /* IE10 */
    background-image: -ms-linear-gradient(top, #d9d9d9 0%, #f9f9f9 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #d9d9d9 0%, #f9f9f9 100%);
    /* Opera */
    background-image: -o-linear-gradient(top, #d9d9d9 0%, #f9f9f9 100%);
    /* Webkit (Safari/Chrome 10) */
    /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d9d9d9), color-stop(1, #f9f9f9) );*/
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #d9d9d9 0%, #f9f9f9 100%);
    /* Proposed W3C Markup */
    background-image: linear-gradient(top, #d9d9d9 0%, #f9f9f9 100%);
}

.regulatory {
    max-width: 800px;
}

span#language {
    padding-right: 4px;
}

.inputFocus, a.ui-state-default.inputFocus {
    border-color: #FFAA0E;
    outline: 0;
    outline: thin dotted \9;
}

.sortlist-sort-btn-container, .sort-btn-container {
    display: inline;
}

span.sort-btn-right {
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    width: 12px;
    margin-right: 7px;
}

.sortlist-sort-btn, .sort-btn {
    font-size: 12px;
    padding: 0;
    border: 0;
    margin-top: 3px;
}

.disableArrows {
    background-color: lightgray;
    color: gray;
    cursor: default;
}

.highlightArrow {
    background-color: #FFAA0E;
    color: black;
    cursor: default;
}

.unhighlightArrow {
    background-color: lightgray;
    color: black;
    cursor: pointer;
}

#searchType {
    display: none;
}

/* behavior for radio buttons wrapped in labels */
label > input[type='radio'] {
    vertical-align: text-bottom;
    margin-right: 5px;
}

.wrap_radiobutton {
    margin-bottom: 5px;
    display: inline-block;
}

.radiolabel {
    font-size: 15px;
    margin-right: 20px;
    margin-left: 5px;
}

#ImgHomeBtn {
    outline: none;
    background-color: #0d277c;
}

#mainSearchBox {
    border: 1px solid #0d277d;
    border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    padding: 5px;
}

/* colors */
.blue {
    color: #0053a0;
}

.italic {
    font-style: italic;
    font-size: 0.9em;
}

/* element defaults */
table {
    width: 100%;
}

a, a:link, a:visited {
    color: #0053a0;
    text-decoration: none;
}

    a:hover {
        color: #0084fe;
        text-decoration: underline;
    }

h1 {
    color: #484B55;
    font-family: Arial;
    font-size: 1.2em;
    font-weight: bold;
}

h2 {
    font-family: Arial;
    font-size: 1em;
    font-weight: bold;
}

h3 {
    font-size: 2em;
    margin: 0;
}

h4 {
    font-size: 1.5em;
    margin: 0;
}

h5 {
    font-size: 1.3em;
    margin: 0;
}

.flexbox-holder {
    display: box;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-box;
}

div.flex {
    box-flex: 1;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    -ms-box-flex: 1;
    width: 212px;
}

.graybox {
    background-color: #ECEEF3;
    border: 1px solid #9397A6;
    border-radius: 5px;
    webkit-radius: 5px;
    -moz-border-radius: 5px;
    padding: 10px 0;
}

    .graybox > .content {
        margin: 5px 30px 30px;
    }

.darkgraybox {
    background-color: #e6e7e8;
    border-radius: 5px;
    webkit-radius: 5px;
    -moz-border-radius: 5px;
    padding: 10px;
}

label {
    font-weight: bold;
}

option.placeholder {
    color: gray;
}

#wrapper {
    width: 960px;
}

header#banner, nav#main, div#SupplierTerms {
    width: inherit;
}

nav#main, div#container, div#SupplierTerms {
    /*border-left: 1px solid #9397a6;
    border-right: 1px solid #9397a6;*/
}

header#banner {
    height: 65px;
    background: url('../images/header.png') repeat-x;
    background-color: #0d277c;
    /*-webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;*/
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    /*border-top-left-radius: 10px;
    border-top-right-radius: 10px;*/
}

    header#banner a#banner_logo {
        float: left;
        margin-left: 25px;
        margin-top: 8px;
    }

a#banner_logo img {
    height: 40px;
}

/* default search box */
.search {
    font-size: 0.9em;
    font-family: Arial;
}

div.search {
    display: inline-block;
}

    form.search input, div.search input, .search input {
        inherit: Arial;
    }

    form.search .input_wrapper, div.search .input_wrapper, .search .input_wrapper {
        width: 224px;
        margin-top: 5px;
    }

div.GoogleSearch {
    width: 224px;
    margin-top: 5px;
}

.search input#mainSearchBox, .GoogleSearch input#mainSearchBox {
    width: 235px;
    font-size: 1em;
}

#searchOptions {
    margin: 2px;
}


#mainSearch label {
    color: White;
}

button#search {
    margin-left: 8px;
    margin-top: 8px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    button#search {
        margin-top: 7px;
    }
}

nav#main {
    height: 54px;
    background: url('../images/white_texture_main_nav.png') repeat-x;
    background-color: #e0e1e3;
}

    nav#main a, nav#main a:hover, nav#main > ul > li.selected > a, nav#main > ul > li:hover > a {
        color: #454648;
        text-decoration: none;
        text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    }

    nav#main > ul > li {
        background: url('../images/bullet_pipe_nav_top.png') right center no-repeat;
        height: inherit;
        padding: 0px 10px 0px 10px;
        float: left;
        list-style-type: none;
    }

        nav#main > ul > li:last-child {
            background: none;
        }

        nav#main > ul > li.noborder {
            background: none;
        }

        nav#main > ul > li.selected, nav#main > ul > li:hover {
            background-image: none;
            background-color: #f0f1f2;
            border-left: 1px solid #9397a6;
            border-right: 1px solid #9397a6;
            margin-left: -1px;
        }

        nav#main > ul > li > a {
            font-weight: bold;
            display: block;
        }

    nav#main #language {
        line-height: 53px;
        float: right;
        font-weight: bold;
    }

.mainNavMenu {
    border: 1px solid #9397a6;
    background-color: #FFF1D4;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0 2px 4px 0 gray;
    margin-left: -11px;
    margin-top: -1px;
    position: absolute;
    z-index: 1;
}

section#content .graybox input, section#content .graybox select {
    font-family: inherit;
    font-size: 0.9em;
}

    section#content .graybox input[type='text'] {
        width: 370px;
    }

section#content .graybox div.content div#interchangeSearch input[type='text'] {
    width: 280px;
}

section#content .graybox input[type='submit'] {
    width: auto;
    font-size: 1em;
}

div#container {
    /* textured background */
    padding: 14px 20px 20px;
    /*background: url('../images/white_texture_80.png') repeat #f5f6f6;*/
    background: #f4f4f4
}

nav#utilities, nav#pagination, div.infoBox {
    height: 40px;
    width: 900px;
    margin-bottom: 12px;
    background-color: #fff1d4;
    padding: 0 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

nav#pagination {
    line-height: 40px;
}

    nav#pagination.footer {
        margin-top: 10px;
    }

        nav#pagination.footer select {
            vertical-align: sub;
        }

        nav#pagination.footer .pager {
            margin-left: 250px;
        }

#divVehiclebreadcrumbsInfo {
    color: #0053a0;
    font-size: 1.1em;
    text-decoration: none;
    font-weight: bold;
    padding-top: 2px;
    min-height: 40px;
}

li.selectedVehiclebreadcrumbs {
    padding: 2px 2px 2px 2px;
    background-color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0px 1px 2px 0px;
    border: 1px solid #BFC2CC;
    line-height: 15px;
    display: inline-block;
    font-size: 0.8em;
}

#divVehiclebreadcrumbsInfoBody {
    display: inline-table;
}

div#divVehiclebreadcrumbsInfoBody div.ClearAll {
    /*position: relative;
   left: 100%;*/
}

.clearAllLink {
    cursor: pointer;
    text-decoration: underline;
    background: none;
    margin: 0;
    padding: 0;
    border: none;
    color: blue;
    float: right;
}

nav#utilities, nav#pagination, div.infoBox {
    color: #484b55;
    font-weight: bold;
}

nav#breadcrumbs ul li a:hover {
    text-decoration: none;
}

nav#breadcrumbs ul li.selectedVehicle {
    font-size: 0.9em;
}

nav > .right {
    float: right;
}

nav#utilities, nav#pagination {
    background-color: #e6e7e8;
    font-size: 0.85em;
}

    nav#utilities a, nav#pagination a {
        line-height: 40px;
    }

    nav#utilities ul, nav#pagination ul {
        display: inline;
    }

        nav#utilities ul li, nav#pagination ul li {
            display: inline-block;
            *display: inline;
            padding-left: 5px;
        }

            nav#utilities ul li a img, nav#utilities ul li img, nav#pagination ul li a img, nav#pagination ul li img {
                vertical-align: text-bottom;
            }

li#displayImages {
    width: 156px;
}
/* display images button */
.displayImagesOn {
    border: 0 none;
    background: url('../images/display_on.png') no-repeat center top;
    width: 49px;
    height: 16px;
    cursor: pointer;
}

    .displayImagesOn:hover {
        background: url('../images/display_on.png') no-repeat center bottom;
    }

.displayImagesOff {
    border: 0 none;
    background: url('../images/display_off.png') no-repeat center top;
    width: 49px;
    height: 16px;
    cursor: pointer;
}

    .displayImagesOff:hover {
        background: url('../images/display_off.png') no-repeat center bottom;
    }

/* toggle show/hide refinement */
.hideDeleteIcon {
    visibility: hidden;
}

button#clearVehicle {
    float: right;
    margin-top: 10px;
}

header#productDetails {
    padding: 0 10px;
    margin-bottom: 20px;
    color: #484b55;
    font-weight: bold;
}

    header#productDetails span#partNumber {
        font-weight: normal;
    }

section#left {
    float: left;
    width: 210px;
    margin-right: 10px;
}

    section#left ol li {
        margin-bottom: 23px;
    }

        section#left ol li div {
            border: 1px solid black;
        }

    section#left.productDetails {
        margin-left: 10px;
        margin-right: 0px;
        width: 232px;
    }

    section#left.searchResultsPage {
        background-color: white;
        float: left;
        width: 210px;
        margin-left: 20px;
        margin-right: 10px;
    }

section#content {
    float: left;
    width: 677px;
    margin-right: 10px;
}

    section#content.full {
        width: inherit;
    }

    section#content.searchResults {
        float: left;
        width: 775px; /*668px*/
        margin-left: 20px;
        margin-right: 0;
    }

div#search {
    width: inherit;
    border: 1px solid black;
    margin-top: 20px;
}

section#content.searchPage {
    float: right;
    width: 690px;
    margin-left: 10px;
    margin-right: 0px;
}

section#content.productDetails {
    width: 656px;
    margin-left: 10px;
}

aside#productDetailsContent {
    margin-bottom: 20px;
    width: 756px;
}

    aside#productDetailsContent #quantity {
        float: right;
        clear: both;
        margin-top: 10px;
        width: 39%;
    }

    aside#productDetailsContent #_cphBody_quantity {
        float: right;
        clear: both;
        margin-top: 10px;
        width: 39%;
    }

section#content.productDetails h1 {
    display: inline;
}

section#content.productDetails span#productAttributes {
    float: left;
    width: 325px;
    line-height: 115%;
}

/* product details first word in a list */
.firstWord {
    color: #a1a1a1;
}

section#content.productDetails #productCart {
    float: right;
    /*width: 244px;*/
    min-height: 75px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    word-wrap: break-word;
}

    section#content.productDetails #productCart span {
        word-wrap: break-word;
    }

        section#content.productDetails #productCart span#quantity {
            margin-left: 5px;
        }

        section#content.productDetails #productCart span#cartBox {
            width: 221px;
            min-height: inherit;
            float: right;
            border-left: 1px solid #b8bbc6;
            padding: 0 5px 0 10px;
        }

            section#content.productDetails #productCart span#cartBox span {
                margin-left: 0px;
            }

    section#content.productDetails #productCart td {
        vertical-align: bottom;
    }

    section#content.productDetails #productCart .priceCell {
        vertical-align: middle;
    }

section#content.productDetails #_cphBody_productCart {
    float: right;
    width: 236px;
    min-height: 75px;
    background-color: #eceef3;
    border: 1px solid #9397a6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    word-wrap: break-word;
}

    section#content.productDetails #_cphBody_productCart span {
        word-wrap: break-word;
    }

        section#content.productDetails #_cphBody_productCart span#_cphBody_quantity {
            margin-left: 5px;
        }

        section#content.productDetails #_cphBody_productCart span#cartBox {
            width: 221px;
            min-height: inherit;
            float: right;
            border-left: 1px solid #b8bbc6;
            padding: 0 5px 0 10px;
        }

            section#content.productDetails #_cphBody_productCart span#cartBox span {
                margin-left: 0px;
            }

    section#content.productDetails #_cphBody_productCart td {
        vertical-align: bottom;
    }

    section#content.productDetails #_cphBody_productcart .priceCell {
        vertical-align: middle;
    }

div#SupplierTerms {
    background: url("../images/white_texture_80.png") repeat scroll 0 0 #F5F6F6;
}

    div#SupplierTerms p {
        margin-bottom: 20px;
        font-size: 0.8em;
        float: right;
        padding-right: 5px;
        width: 700px;
    }

        div#SupplierTerms p.searchPages {
            padding-right: 0px;
            width: 700px;
        }

.supplierListItem {
    border: 1px solid #dbdde1;
    padding: 12px 20px;
    text-align: center;
    background-color: #f7f8f9;
    width: 187px;
}

    .supplierListItem.alt {
        background-color: #eceef3;
    }

    .supplierListItem a {
        font-weight: bold;
    }

        .supplierListItem a img {
            margin-bottom: 10px;
        }

#productCart span#quantity span.content {
    float: left;
    margin-left: 8px;
    margin-top: 10px;
    width: 60px;
}

#productCart span#cartBox .content {
    margin-top: 7px;
    width: 143px;
    line-height: 120%;
}

span.content > form, span.pCart2 > form {
    display: inline;
}

span.content h4, span.pCart2 h4, span.right .pCart1 h4 {
    display: inline;
}

#productCart span#cartBox span.content .inputText {
    border: 1px solid #7f9db9;
    margin-left: 5px;
    width: 50px;
}

img.productImage {
    cursor: pointer;
    max-height: 230px;
    max-width: 230px;
}

img.productImageThumb {
    cursor: pointer;
    max-height: 62px;
    max-width: 62px;
}

img.productZoomIcon {
    position: relative;
    float: right;
    margin: -20px 6px;
    cursor: pointer;
}

img.interchangeImage {
    width: 190px;
    height: 190px;
    border: 1px solid #D6D8D7;
}

.interchangeImageDesc {
    font-size: 0.8em;
}

.interchangeContent {
    padding: 0 5px;
}

#interchangeSearchButton {
    margin-left: 40px;
}

span.content button#addToCart {
    float: none;
    display: inline;
    margin-top: 3px;
}

span.content button.addToCart, span.content span.addToCart {
    float: right;
    display: inline;
    margin-top: -3px;
}

#productCart button#findIt {
    margin-top: 3px;
    float: left;
}

section#right {
    float: right;
    width: 270px;
    margin-left: 10px;
}

/* Search Results Page */

section.searchResults div.leftNav {
    background-color: #ECEEF3;
    border: 1px solid #9397A6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-height: 75px;
    padding: 15px 15px 0px 3px;
    width: 198px;
    margin-bottom: 25px;
    word-wrap: break-word;
}

div.leftNav h2 {
    margin-bottom: 10px;
    margin-top: 0;
}

section.searchResults div#refinements {
    padding: 0 0 10px 0px;
    width: 210px;
}

section#content.searchResults h1 {
    margin-left: 0px;
}

div div.refinementsHeader {
    border-top: 1.5px solid #B8BBC6;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 20px 10px 0 10px;
}

.refinementsHeader.first {
    border-top: 0 none;
    margin-top: 0;
}

div#refinements div.refinementsBody {
    padding: 0 10px;
}

div.refinementsBody.inlineScroll {
    max-height: 150px;
    overflow: auto;
}

div.refinementsBody ul {
    margin-bottom: 20px;
}

    div.refinementsBody ul li {
        margin-bottom: 10px;
    }

div.refinementsBody dl label {
    color: #0053a0;
    font-weight: normal;
}

div.refinementsBody ul li label > input[type='checkbox'] {
    margin-right: 5px;
}

div.refinementsBody ul li.showAll a, li.unavailable a {
    font-size: 0.9em;
    font-weight: bold;
}

div.refinementsBody .breadboxItem, div.refinementsBody .breadboxItemChild, div.refinementsBody .breadboxItemSub {
    background-color: white;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 5px;
    margin-bottom: 10px;
    display: inline-block;
}

.bbChild {
    margin-left: 10px;
}

div.refinementsBody .breadboxItemSub {
    margin-left: 10px;
}

    div.refinementsBody .breadboxItem, div.refinementsBody .breadboxItemSub a {
        font-weight: bold;
    }

        div.refinementsBody .breadboxItem a.deleteRefinement {
            margin-left: 5px;
        }

        div.refinementsBody .breadboxItemSub a.deleteRefinement {
            margin-left: 10px;
        }

aside#additionalRefinements {
    background-color: #ECEEF3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-height: 75px;
    padding: 15px;
    margin-bottom: 25px;
    word-wrap: break-word;
    max-height: 150px;
    overflow-y: auto;
}

    aside#additionalRefinements h1 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    aside#additionalRefinements ul li {
        margin-bottom: 5px;
    }

nav#utilities.searchResults, nav#pagination.searchResults {
    margin-top: 10px;
    width: 765px;
}

div.infoBox {
    width: 676px;
}

div.zeroResults {
    width: 616px;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
    font-weight: normal;
    line-height: 20px;
    padding: 10px;
    font-size: 0.9em;
}

.blue {
    color: #0053a0;
}

div.zeroResults img {
    vertical-align: text-top;
}

nav#utilities.searchResults ul, nav#pagination.searchResults ul {
    display: inline;
    float: none;
}

    nav#utilities.searchResults ul li, nav#pagination.searchResults ul li {
        padding-left: 0px;
        padding-right: 4px;
    }

nav#utilities.searchResults select#sort, nav#pagination.searchResults select#sort {
    width: 108px;
}

nav#utilities.searchResults form, nav#pagination.searchResults span.form {
    display: inline;
}

button#pagingLeft, button#pagingRight {
    border: 0 none;
    background: url('../images/paging-left.png') no-repeat center center;
    width: 25px;
    height: 21px;
    cursor: pointer;
    vertical-align: sub;
}

a#pagingLeft {
    background: url('../images/paging-left.png') no-repeat center center;
    padding: 5px 12px;
    text-decoration: none;
}

a#pagingRight {
    background: url('../images/paging-right.png') no-repeat center center;
    padding: 5px 12px;
    text-decoration: none;
}

    a#pagingLeft:hover, a#pagingRight:hover {
        text-decoration: none;
    }

button#pagingLeft, button#pagingLeft.disabled {
    margin-left: 20px;
}

    button#pagingLeft.disabled, a#pagingLeft.disabled {
        background: url('../images/paging-left-disabled.png') no-repeat center center;
    }

button#pagingRight {
    background: url('../images/paging-right.png') no-repeat center center;
    margin-left: 5px;
}

    button#pagingRight.disabled, a#pagingRight.disabled {
        background: url('../images/paging-right-disabled.png') no-repeat center center;
    }

button#pagingLeftTop, button#pagingRightTop {
    border: 0 none;
    background: url('../images/paging-left.png') no-repeat center center;
    width: 25px;
    height: 21px;
    cursor: pointer;
    vertical-align: sub;
}

a#pagingLeftTop {
    background: url('../images/paging-left.png') no-repeat center center;
    padding: 5px 12px;
    text-decoration: none;
}

a#pagingRightTop {
    background: url('../images/paging-right.png') no-repeat center center;
    padding: 5px 12px;
    text-decoration: none;
}

    a#pagingLeftTop:hover, a#pagingRightTop:hover {
        text-decoration: none;
    }

button#pagingLeftTop, button#pagingLeftTop.disabled {
    margin-left: 20px;
}

    button#pagingLeftTop.disabled, a#pagingLeftTop.disabled {
        background: url('../images/paging-left-disabled.png') no-repeat center center;
    }

button#pagingRightTop {
    background: url('../images/paging-right.png') no-repeat center center;
    margin-left: 5px;
}

    button#pagingRightTop.disabled, a#pagingRightTop.disabled {
        background: url('../images/paging-right-disabled.png') no-repeat center center;
    }

p.resultsItemHeader {
    margin-bottom: 10px;
    margin-top: 20px;
    margin-left: 5px;
}

div#supplierContentPlaceholder {
    margin-top: 20px;
}

input.disabled {
    background-color: #a0a0a0 !important;
}

input.supplierSearchButton {
    margin-top: 20px;
}

div.searchResultItem {
    border: 2px solid #E6E7E8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    min-height: 120px;
    margin-bottom: 10px;
    min-width: 759px;
}

    div.searchResultItem > span {
        display: inline-block;
        font-size: 0.9em;
        vertical-align: middle;
    }

    div.searchResultItem h5 {
        color: #0053a0;
        font-weight: bold;
    }

        div.searchResultItem h5 a {
            cursor: pointer;
        }

    div.searchResultItem span.left {
        width: 90px;
        margin: 0 auto;
    }

        div.searchResultItem span.left > img {
            border: 1px solid #E6E7E8;
        }

        div.searchResultItem span.left a img {
            cursor: pointer;
        }

    div.searchResultItem span.middle {
        padding: 0 3px;
        width: 280px;
    }

        div.searchResultItem span.middle span.pDetail2 a {
            cursor: pointer;
        }

    div.searchResultItem span.middleInSupplier {
        padding: 0 3px;
        width: 45%;
    }

        div.searchResultItem span.middleInSupplier > h5 {
            word-wrap: break-word;
        }

    div.searchResultItem span.middle.noImages {
        padding: 0 3px;
        width: 374px;
    }

    div.searchResultItem.searchResultItemRealDeal span.middle.realDealNoImages {
        padding: 0 3px;
        width: 280px;
    }

div .ui-widget-content {
    border: 1px solid #fff;
}

div .ui-widget-header {
    background: #0d277c;
    border: 1px solid #0d277c;
    color: #fff;
    padding: 2px;
}

    div .ui-widget-header .ui-icon {
        background-color: #FFF;
    }

span.middle > span {
    display: block;
}

span.middle span.pDetail1 {
    margin-bottom: 10px;
}

    span.middle span.pDetail1 p.partInfo {
        display: inline;
        float: left;
        margin: 0;
    }

span.middle span.pDetail2 {
    margin-top: 10px;
}

span.middle span > span, span.right span > span {
    float: left;
}

    span.right span > span.form {
        float: none;
        display: inline;
    }

span.middle span.pDetail2 > span {
    width: 68%;
    display: inline-block;
}

span.middle span.pDetail2 > .logoHolder {
    width: 100px;
    float: right;
}

div.searchResultItem span.right {
}

div.supplierSearchResult span.right {
    float: right;
}

span.right .pCart1 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #9397A6;
    padding: 5px;
    white-space: nowrap;
    background-color: #ECEEF3;
    min-height: 49px;
    width: 280px;
}

.pCart1 span.content {
    display: block;
    margin-top: 5px;
    width: 100%;
    float: none;
    line-height: 1.15em;
}

    .pCart1 span.content > span.form {
        display: inline;
        margin-left: 25px;
    }

    .pCart1 span.content > span {
        float: none;
    }

span.right > span {
    display: block;
}

    span.right > span.pCart2 {
        display: inline-block;
        margin-top: 5px;
        width: inherit;
    }

span.pCart2 span.content {
    display: inline-block;
    margin-top: 5px;
}

    span.pCart2 span.content > * {
        vertical-align: middle;
    }

    span.pCart2 span.content > span > a,
    span.pCart2 span.content > a {
        margin-right: 20px;
    }

span.pCart2.siteMaster span.content {
    margin-top: 0px;
}

.findIt {
    float: right;
    margin-right: 5px;
}

.compareProducts {
    float: right;
    margin-top: 9px;
    /*PPSE-3608*/
    margin-left: 3px;
    margin-right: 60px;
}

button#searchWithin {
    display: inline;
    float: none;
}

input#searchWithinBox {
    font-size: 0.8em;
    width: 150px;
}

.rightPanels {
    border: 1px solid #9397a6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .rightPanels header {
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        border-bottom: 1px solid #9397a6;
        background: url('../images/white_texture_55_recent_searches.png') repeat-x;
        background-color: #e0e1e3;
        height: 38px;
        line-height: 38px;
        color: #484b55;
        font-weight: bold;
        padding: 0 3px;
    }

div.rightPanels.inlineScroll {
    max-height: 300px;
    overflow: auto;
}

div.IntrightPanels.inlineScroll {
    max-height: 405px;
    padding-bottom: 5px;
}

.IntrightPanels header {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    border: 1px solid #9397a6;
    background-color: #e0e1e3;
    line-height: 30px;
    color: #484b55;
    font-weight: bold;
    padding: 0 3px;
}

.IntrightPanels .InterchangeSearch {
    border: 1px solid #9397a6;
    line-height: 30px;
    color: #484b55;
    font-weight: bold;
    padding: 0 3px;
}

.questionIcon {
    float: right;
}

.HelpIQ > img, .HelpIQToolTip > img {
    vertical-align: sub;
}

aside#additionalRefinements .questionIcon {
    margin-top: -5px;
    margin-right: -5px;
}

.list li {
    padding: 10px;
    background-color: white;
}

    .list li a {
        font-size: 0.9em;
    }

    .list li:last-child {
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .list li.alternate {
        background-color: #eceef3;
    }

#RecentSearches.alternate {
    background-color: #eceef3;
}

#_btnRecentSearchToggle {
    text-decoration: underline;
}

footer div#content {
    background-color: #0e2b89;
    height: 23px;
    width: inherit;
    margin-bottom: 20px;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    color: white;
}

    footer div#content span#powered_by {
        float: left;
        margin-left: 20px;
        margin-top: 10px;
    }

    footer div#content span#copyright {
        float: right;
        margin-right: 20px;
        margin-top: 5px;
    }

    footer div#content span#powered_by img {
        vertical-align: middle;
    }

/* text box*/

.input_wrapper {
    background: url('../images/textbox-left.png') no-repeat scroll left top transparent;
    border: 0 none;
    display: block;
    float: left;
    height: 33px;
    line-height: 33px;
}

.input {
    background: url('../images/textbox-right.png') no-repeat scroll right top transparent;
    border: 0 none;
    display: block;
    float: left;
    height: 33px;
    line-height: 33px;
    padding: 0px 11px;
    font-family: Arial;
}

/* tab control */
div.tabControl {
    min-width: 774px;
    width: 100%;
    margin-top: -8px;
    position: relative;
}

    div.tabControl ul {
        margin-left: -10px;
    }

    div.tabControl.ui-tabs .ui-tabs-nav li {
        height: 28px;
        margin-right: 8px;
    }

    div.tabControl.ui-widget-content {
        background: none;
        border: 0 none;
        color: inherit;
    }

    div.tabControl ul.ui-widget-header {
        background: none;
        border: 0 none;
        color: none;
        font-weight: normal;
    }

    div.tabControl ul li {
        font-size: 0.9em;
    }

        div.tabControl ul li.ui-state-default,
        div.tabControl ul.ui-widget-content .ui-state-default,
        div.tabControl ul.ui-widget-header .ui-state-default {
            background: #a1a2a5;
            border: 1px solid #9397A6;
            color: white;
            font-weight: bold;
            text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
            box-shadow: 0px -2px 5px -1px #888a8f inset;
        }

        div.tabControl ul li.ui-state-active,
        div.tabControl ul.ui-widget-content .ui-state-active,
        div.tabControl ul.ui-widget-header .ui-state-active,
        div.tabControl ul.ui-widget-header .ui-state-active.ui-state-hover.ui-tabs-selected,
        div.tabControl ul.ui-widget-header .ui-state-active.ui-state-hover {
            background: #eceef3;
            border: 1px solid #9397A6;
            color: #484b55;
            font-weight: bold;
            text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
            box-shadow: none;
        }

        div.tabControl ul li.ui-state-default a,
        div.tabControl ul li.ui-state-default a:link,
        div.tabControl ul li.ui-state-default a:visited {
            color: white;
            text-shadow: 0 -1px 0 #8C8D90;
        }

        div.tabControl ul li.ui-state-active a,
        div.tabControl ul li.ui-state-active a:link,
        div.tabControl ul li.ui-state-active a:visited {
            color: #484b55;
            text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
        }

        div.tabControl ul li.ui-state-hover, div.tabControl.ui-widget-content .ui-state-hover, div.tabControl ul.ui-widget-header .ui-state-hover, div.tabControl .ui-state-focus {
            background-color: #828284;
            text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
            box-shadow: 0px -2px 5px -1px #646468 inset;
        }

    div.tabControl.ui-widget-content a.ui-state-hover, #productSpecs a.ui-state-hover {
        box-shadow: none;
        border-color: #D3D3D3 !important;
        background-color: white !important;
    }

    /* style search by text */
    div.tabControl ul li#searchBy.ui-state-default {
        background: none;
        border: 0 none;
        font-size: 1em;
        box-shadow: none;
    }

        div.tabControl ul li#searchBy.ui-state-default a,
        div.tabControl ul li#searchBy.ui-state-default a:link,
        div.tabControl ul li#searchBy.ui-state-default a:visited {
            color: #484b55;
            font-weight: bold;
            text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
            line-height: 13px;
        }

    div.tabControl ul li#searchBy.ui-state-disabled {
        opacity: 1;
    }
    /* end style search by text */

    div.tabControl .body {
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        background-color: #eceef3;
        border: 1px solid #9397A6;
        padding: 20px;
        padding-top: 260px;
    }

        div.tabControl .body .content,
        #vehicleInfo, #bucketInfoTabs,
        #suppliervehicleInfo {
            border: 1px solid #BFC2CC;
            background: url('../images/white_texture_55.png') repeat #f4f4f5;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            padding: 20px;
            box-shadow: 0 0 2px 1px #BFC2CC;
            margin-bottom: 14px;
            color: #484B55;
            font-size: 0.8em;
        }

        div.tabControl .body div#additionalContent {
            position: absolute;
            top: 55px;
            left: 20px;
            width: 600px;
        }

#vehicleInfo {
    position: relative;
}

div.tabControl .body div#additionalContent,
#suppliervehicleInfo {
    position: absolute;
    top: 135px;
    left: 20px;
    width: 800px;
    height: 135px;
}

div.tabControl .body div#additionalContent {
    margin-bottom: 0px;
}

div .SearchBox {
    position: absolute;
    top: 65px;
    left: 20px;
}

#vehicleInfo a.clear_all, a.clear_all:link, a.clear_all:visited,
#suppliervehicleInfo a.clear_all, a.clear_all:link, a.clear_all:visited {
    color: #0053a0;
    font-size: 1.1em;
    text-decoration: none;
    font-weight: bold;
    float: right;
    margin-right: -3px;
    margin-top: -11px;
    display: block;
}

    #vehicleInfo a.clear_all:hover,
    #suppliervehicleInfo a.clear_all:hover {
        color: #0084fe;
        text-decoration: none;
    }

    #vehicleInfo a.clear_all img,
    #suppliervehicleInfo a.clear_all:hover {
        vertical-align: -5px;
        margin-left: 10px;
    }

div.tabControl .body .content header, #vehicleInfo header, .content header > h1,
#suppliervehicleInfo header {
    color: #74767d;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.content h1 {
    margin-bottom: 10px;
}

div.tabControl .body .content header i,
#vehicleInfo header i,
#suppliervehicleInfo header i {
    font-size: 0.8em;
    font-weight: normal;
}

div.tabControl .body .content label,
#vehicleInfo label,
#suppliervehicleInfo label {
    color: #484B55;
    font-weight: bold;
}

div.tabControl .body .subContent {
    margin-bottom: 0px;
    padding: 30px 20px;
    width: 600px;
}

div#zeroResultsTabs {
    width: 688px;
}

    div#zeroResultsTabs .body {
        padding-top: 345px;
    }

        div#zeroResultsTabs .body div#additionalContent, div#zeroResultsTabs #vehicleInfo {
            left: 25px;
            top: 185px;
        }

.example {
    font-size: 0.8em;
    color: #484B55;
    margin-top: 5px;
    font-weight: bold;
}

form .subContent select, form .subContent input[type='text'] {
    font-size: 0.9em;
    width: 350px !important; /*ie 8 fix*/
    margin-top: 8px;
    margin-bottom: 8px;
}

form .subContent label,
form .subContent h1 {
    color: #484B55;
    margin-left: 0px;
    margin-top: 0;
}

form .subContent label {
    width: 100%;
    display: inline-block;
}

form .subContent h1 {
    margin-bottom: 10px;
    line-height: 18px;
    font-size: 1.1em;
}

table#YMM {
    border-collapse: separate;
    border-spacing: 0;
    margin-top: 26px;
    margin-bottom: 14px;
}

    table#YMM tr:first-child {
        height: 50px;
    }

    table#YMM tr td {
        padding-right: 10px;
    }

.keyline {
    height: 1px;
    border: medium none;
    background-color: #dadbe0;
    display: inline-block;
    width: 100%;
    margin: 7px 0 16px 0px;
    float: left;
}

div.or {
    float: left;
    width: 4%;
    font-weight: bold;
    font-style: italic;
    height: 14px;
}

select#enterYear, select#enterMake, select#enterModel, select#enterDriveLine, span.custom-combobox {
    margin-top: 0px;
}

.subContent span.custom-combobox {
    font-size: 0.9em;
    margin-top: 0px;
    padding-right: 35px;
}

select.vehicleInfo option:hover {
    background-color: #7ea3fd;
}

select#enterYear, input#enterYear {
    width: 130px;
}

select#enterDriveLine, input#enterDriveLine {
    width: 178px;
}


select#enterMake, select#enterModel, input#enterMake, input#enterModel {
    width: 178px;
}

span.custom-combobox .ui-state-default, span.custom-combobox .ui-widget-header .ui-state-default {
    background: white;
}

.custom-combobox a {
    display: inline;
}

span.custom-combobox .ui-button, span.custom-combobox .ui-button .ui-state-hover {
    background-color: #eceef3;
}



ul.ui-autocomplete {
    max-height: 210px;
    overflow-y: auto;
    overflow-x: hidden;
}

#productSpecs .custom-combobox a span.ui-button-icon-primary {
    margin-left: -2px;
}

span.custom-combobox .ui-state-hover, span.custom-combobox .ui-widget-content .ui-state-hover, span.custom-combobox .ui-widget-header .ui-state-hover {
    background-color: #a1a2a5 !important;
    text-shadow: none;
    box-shadow: none;
}

a#displayDetails {
    margin-left: 97px;
    color: #0053A0;
}

    a#displayDetails:hover {
        color: #0084fe;
    }

input#enterVIN, input.enterVIN {
    margin-top: 9px;
}

input.enterVINLarge {
    margin-top: 8px;
    width: 230px;
}

input.enterPlate {
    margin-top: 8px;
    width: 94px;
}

table#diagrams, table#mitchell {
    font-size: 0.9em;
    border: 1px solid #9397A6;
    border-radius: 5px;
}

    table#diagrams a, table#mitchell a {
        color: #0053a0;
    }

    table#diagrams tr, table#mitchell tr {
        height: 30px;
    }

        table#diagrams tr.alternate, table#mitchell tr.alternate {
            background-color: white;
        }

        table#diagrams tr td, table#diagrams tr th, table#mitchell tr td, table#mitchell tr th {
            text-align: left;
            padding: 10px 10px 0px 10px;
        }

button#tabControlSearchButton, button#launchButton, button#tabControlDecodeVinButton, button#diagramButton {
    display: inline;
    float: none;
}

#tabs-2 button#tabControlSearchButton,
#tabs-3 button#tabControlSearchButton {
    margin-left: 30px;
}

div#productDetailsTab .ui-widget-content {
    color: #484B55;
}

div#productDetailsTab.ui-tabs .ui-tabs-nav li {
    margin-left: -3px;
}

div#productDetailsTab .body {
    border-top-left-radius: 0px;
    padding: 13px;
}

div#productDetailsTab .ui-widget-content a {
    color: #0053A0;
    text-decoration: none;
}

    div#productDetailsTab .ui-widget-content a:hover {
        color: #0084FE;
        text-decoration: underline;
    }

.pDetailsSection {
    font-size: 1em;
    margin-bottom: 15px;
    margin-top: 15px;
}

    .pDetailsSection img {
        vertical-align: text-bottom;
    }

    .pDetailsSection.last {
        border-bottom: 0 none;
        margin-bottom: 0px;
    }

.detailsSectionHeader.first {
    border-top: 0 none;
    margin-top: 0px;
}

div div.detailsSectionHeader {
    border-top: 1.5px solid #b8bbc6;
    font-weight: bold;
    margin-bottom: 15px;
    padding-top: 10px;
}

.detailsSectionBorder {
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.BuyersGuideDisclaimer {
    font-weight: normal;
    font-size: 0.75em;
    color: red;
    margin-bottom: 15px;
    margin-top: 15px;
}

img.toggleSection {
    float: right;
    cursor: pointer;
    margin-top: -2px;
}

.fitment-recommend {
    padding-left: 5px;
}

.pDetailsSection p, dl.title-value, dl.fitment-recommend {
    font-size: 0.9em;
    line-height: 140%;
}

    dl.title-value dt {
        color: #828282;
    }

dl.title-value, dl.fitment-recommend {
    display: inline-block;
}

    dl.title-value dd {
        font-weight: bold;
    }

    dl.title-value dt, dl.fitment-recommend dt {
        clear: left;
        float: left;
        margin-right: 5px;
    }

    dl.fitment-recommend dt {
        clear: left;
        float: left;
        margin-right: 5px;
        font-weight: bold;
    }

        dl.title-value dt:after, dl.fitment-recommend dt:after {
            content: ":";
        }

    dl.title-value dd {
        float: left;
    }

dl.checkbox.title-value dt:after {
    content: none;
}

dl.checkbox.title-value dd, dl.checkbox.fitment-recommend dd {
    float: none;
    color: #0053a0;
    font-weight: normal;
    margin-bottom: 5px;
}

dl.checkbox label, dl.checkbox label input[type='checkbox'] {
    cursor: pointer;
}

.greyButton, div#productDetailsTab .ui-widget-content a.greyButton {
    background: transparent url("../images/btn-grey.png") repeat-x;
    border: 1px solid white;
    box-shadow: 0px 0px 1px 0px grey;
    -webkit-box-shadow: 0px 0px 1px 0px grey;
}

/* custom buttons */
.defaultButton, .thinButton, .greyButton, .ui-widget input.defaultButton, .ui-widget input.thinButton, .ui-widget input.greyButton, div#productDetailsTab .ui-widget-content a.defaultButton, div#productDetailsTab .ui-widget-content a.thinButton, div#productDetailsTab .ui-widget-content a.greyButton {
    color: #484b55;
    font-family: Arial;
    font-size: 1em;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    border: 0;
    height: 25px;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    border: 1px solid #c78903;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #ff9a0b; /* Old browsers */
    background: transparent url("../images/btn.png") repeat-x;
    padding: 0 5px;
}

div#productDetailsTab .ui-widget-content a.defaultButton, div#productDetailsTab .ui-widget-content a.thinButton, div#productDetailsTab .ui-widget-content a.greyButton {
    line-height: 25px;
}

.defaultButton:hover, .thinButton:hover, a.defaultButton:hover, a.thinButton:hover {
    background-color: #fbd17b; /* Old browsers */
    background: transparent url("../images/btn-hover.png") repeat-x;
    text-decoration: none;
}

.thinButton {
    background: transparent url("../images/btn-thin.png") repeat-x;
    height: 19px;
}

    .thinButton:hover {
        background: transparent url("../images/btn-thin-hover.png") repeat-x;
    }

nav.searchResults span.aspNetDisabled, #left span.aspNetDisabled {
    background-position: bottom right;
}

    nav.searchResults span.aspNetDisabled input, #left span.aspNetDisabled input {
        background-position: bottom left;
        color: #999;
    }

/* Safari and Google Chrome only - fix margins */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    nav.searchResults span.aspNetDisabled, #left span.aspNetDisabled {
        background-position: right -22px;
    }

        nav.searchResults span.aspNetDisabled input, #left span.aspNetDisabled input {
            background-position: left -22px;
            color: #999;
        }
}

/* bullet pipe */
img#bullet_pipe {
    padding: 0px 5px;
}


/* error messages */
.errorMessage, .emptyVinErrorMessage, .emptyPlateErrorMessage, .NICAPVehicleNotFoundError {
    margin-top: 5px;
    display: none;
    font-weight: bold;
    color: red;
}

.superSededErrorMessage, .alertmessage {
    font-weight: bold;
    color: red;
    margin-bottom: 10px;
}

div.errorMessage a {
    color: #0053a0;
    text-decoration: underline;
}

    div.errorMessage a:hover {
        color: #0084fe;
        text-decoration: underline;
    }

input.vehicleInfo {
    display: none;
}

input[disabled='disabled'] {
    color: #828282;
}

.strikethrough {
    text-decoration: line-through;
}

.vinLoadingGif, .diagramLoadingGif {
    vertical-align: bottom;
    margin: 5px;
    display: none;
}

button#diagramButton {
    padding-left: 0;
    margin-bottom: 5px;
}

div#productSpecs .custom-combobox {
    padding-right: 35px;
}

div#productSpecs a.ui-state-hover {
    background-color: white !important;
    border-color: #d3d3d3 !important;
    box-shadow: none;
}

table.buyersGuide {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4em;
    font-style: normal;
    border-collapse: separate;
}

.buyersGuide thead th {
    padding: 4px;
    text-shadow: 1px 1px 1px;
    border: 1px solid #484B55;
    -webkit-border-top-left-radius: 1px;
    -webkit-border-top-right-radius: 1px;
    -moz-border-radius: 1px 1px 0px 0px;
    font-weight: bolder;
    color: #0053A0;
}

    .buyersGuide thead th:empty {
        background: transparent;
        border: none;
    }

.buyersGuide tbody td {
    padding: 4px;
    text-align: center;
    border: 1px solid #484B55;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 2px;
    color: #0053A0;
}

#ComparePageTable {
    padding: 5px;
    border: 2px;
    border-style: solid;
    border-color: #9FA3AF;
    color: Black;
    background-color: White;
    margin-bottom: 10px;
}

.ComparisonCell {
    padding: 5px;
    border: solid 1px #9FA3AF;
    max-width: 200px;
    min-width: 100px;
    color: Black;
}

.compareCheckbox label {
    font-weight: normal;
    vertical-align: text-top;
    color: #0053A0;
    cursor: pointer;
    margin-right: 20px;
}

.clearVehicleButton {
    float: right;
    display: inline-block;
}

.searchButton {
    vertical-align: middle;
    height: 23px;
}

span.comparePanel {
    margin-top: 1px;
    margin-right: 155px;
}
/* Safari and Google Chrome only - fix margins */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    span.comparePanel {
        margin-top: 2px;
    }
}

/* =Product Comparison
--------------------------------------------------------------- */
.product_comparison_status {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f2f3f5;
    height: auto;
    width: 783px;
    margin: -7px 0 5px 116px;
    line-height: 40px;
    padding: 0 10px;
    z-index: 1;
}

    .product_comparison_status.affix {
        position: fixed;
        box-shadow: 2px 3px 5px #888;
        -webkit-box-shadow: 2px 3px 5px #888;
        z-index: 1;
        opacity: 0.9;
        top: 10px;
    }

    .product_comparison_status.affix-top {
    }

    .product_comparison_status.affix-bottom {
        position: absolute;
    }

.product_comparison_minimap {
    display: table;
    margin: 0 auto;
    text-align: center;
    top: -26px;
}

    .product_comparison_minimap .paging-left, .product_comparison_minimap .paging-right {
        border: 0 none;
        height: 13px;
        width: 15px;
    }

.paging-left > a, .paging-right > a {
    display: block;
    background-image: url("../images/arrows-compare-page.png");
    background-repeat: no-repeat;
    height: 13px;
    width: 14px;
}

.paging-left > a {
    background-position: center left;
}

.paging-right > a {
    background-position: center right;
}

.product_comparison_minimap li {
    border: 2px solid #ffb110;
    display: block;
    float: left;
    height: 10px;
    margin-right: 10px;
    width: 10px;
    margin: 5px;
}

    .product_comparison_minimap li.visible_columns {
        background-color: #ffb110;
    }

.minimap_highlight {
    width: 92px;
    height: 20px;
    border: 2px solid #ffb110;
    display: inline-block;
    position: absolute;
    z-index: -1;
}

    .minimap_highlight > div {
        background-color: #ffb110;
        opacity: 0.2;
        display: inherit;
        height: inherit;
        width: inherit;
    }

#product_comparison {
    margin-bottom: 10px;
}

    #product_comparison .scroll-pane {
        border: 1px solid #e7e5e1;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background-color: #f7f8f9;
        width: 882px;
        overflow-x: hidden;
    }

    #product_comparison .scroll-bar-wrap {
        clear: left;
        padding: 0 4px 0 2px;
        margin: 0 -1px -1px -1px;
    }

        #product_comparison .scroll-bar-wrap .ui-slider {
            background: none;
            border: 0;
            height: 1.1em;
            margin: 0 auto;
        }

        #product_comparison .scroll-bar-wrap .ui-handle-helper-parent {
            position: relative;
            width: 100%;
            height: 100%;
            margin: 0 auto;
            padding-top: 3px;
        }

        #product_comparison .scroll-bar-wrap .ui-slider-handle {
            top: 0.2em;
            height: .5em;
            position: absolute;
            background: #c1c1c1;
        }

            #product_comparison .scroll-bar-wrap .ui-slider-handle .ui-icon {
                margin: -8px auto 0;
                position: relative;
                top: 50%;
            }

    #product_comparison .ui-state-hover, #product_comparison .ui-state-focus,
    #product_comparison .ui-widget-content .ui-state-hover, #product_comparison .ui-widget-content .ui-state-focus,
    #product_comparison .ui-widget-header .ui-state-hover, #product_comparison .ui-widget-header .ui-state-focus {
        border: 1px solid #d3d3d3;
        background: #c1c1c1;
    }

    #product_comparison .ui-icon {
        display: none;
    }

    #product_comparison .ui-widget-content {
        border: 0 none;
    }

#scroll-bar-bottom.ui-widget-content {
    border-top: 1px solid #dbdde1;
}

#scroll-bar-top, #scroll-bar-bottom {
    display: none;
}

.product_column_alt {
    background-color: #FFFFFF !important;
}

.product_column {
    border-right: solid #e7e5e1 1px;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: 220px;
    background-color: #f7f8f9;
}

    .product_column.first {
        border-right: 0 none;
        color: #454648;
        float: left;
        text-align: right;
        margin: 0 15px 0 0;
        padding: 0px;
        width: 98px;
        font-weight: bold;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
        font-size: inherit;
        background-color: inherit;
    }

    .product_column input[type='text'] {
        border: 1px solid #7F9DB9;
    }

    .product_column div {
        margin: 0 0 10px 0;
    }

    .product_column.content div {
        padding-left: 5px;
        padding-right: 5px;
    }

    .product_column.content .cost, .product_column.content .quantityavailable {
        font-size: 1.3em;
        font-weight: bold;
    }

    .product_column.first .productname .small {
        display: none; /*hide product text when product image is displayed*/
    }

    /*show product text when product image is hidden*/
    .product_column.first .productname.images .small {
        margin-top: 11px;
        display: inline-block;
    }

    .product_column .image {
        margin-top: 20px;
    }

    .product_column .partnumber, .product_column .quantityavailable {
        margin-bottom: 20px;
    }

    .product_column .alternatecell, .product_column .alternatecell1, .product_column .alternatecell2, .product_column .alternatecell3 {
        border-top: 1px solid #e7e5e1;
        border-bottom: 1px solid #e7e5e1;
        background-color: #eceef3;
        padding-top: 10px;
    }

    .product_column.first .alternatecell, .product_column.first .alternatecell1, .product_column.first .alternatecell2, .product_column.first .alternatecell3 {
        border-top: 0 none;
        border-bottom: 0 none;
        background-color: inherit;
    }

    .product_column > .select_handle {
        background: url("../images/column-selector.png") no-repeat;
        height: 14px;
        width: 220px;
        cursor: move;
    }

.remove_column {
    background-image: url("../images/delete-x.png");
    background-repeat: no-repeat;
    background-position: center;
    background-color: white;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 5px;
    margin-bottom: 10px;
    display: inline-block;
    height: 20px;
    width: 20px;
    text-align: left;
    position: absolute;
    top: 10px;
    right: 5px;
    cursor: pointer;
    color: #0053a0;
    font-weight: bold;
    font-size: 9px;
    border: 0;
}

    .remove_column > span {
        display: none;
    }

    .remove_column:hover, .remove_column:focus {
        background-position-x: 91%;
        background-position-y: center;
        width: 60px;
    }

        .remove_column:hover > span, .remove_column:focus > span {
            display: inline;
        }

.product_column_placeholder {
    width: 220px;
    border-left: solid #e7e5e1 1px;
    border-right: solid #e7e5e1 1px;
    background-color: White;
    opacity: 0.5;
    float: left;
}

.product_column_inner {
    display: none;
}

.collapsible {
    border-top: 1.5px solid #b8bbc6;
    margin: 10px 0px;
    padding-top: 10px;
}

.collapsible-recommend {
    border-top: 1.5px solid #b8bbc6;
    margin: 5px 0px;
    padding-top: 5px;
}

.collapsible > span {
    display: inline-block;
    vertical-align: top;
}

.vehicleconditions-header {
    height: 10px;
}

.ui-accordion-header-icon.ui-icon.vehicleconditions-headerDefault {
    background-image: url(/images/plus.png);
    float: right;
    cursor: pointer;
}

.ui-accordion-header-icon.ui-icon.vehicleconditions-headerSelected {
    background-image: url(/images/minus.png);
    float: right;
    cursor: pointer;
}

.vehicleconditions-header.ui-helper-reset {
    padding: 4px 10px 0 10px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

    .vehicleconditions-header.ui-helper-reset:first-child {
        -webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-topright: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .vehicleconditions-header.ui-helper-reset.last-child {
        -webkit-border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

.vehicleconditions-header.ui-state-default {
    background: transparent url("../images/btn-grey.png") repeat-x;
    font-weight: bold;
    font-size: 14px;
}

.vehicleconditions-header.ui-state-hover {
    color: #555555;
}

.vehicleconditions-header.ui-state-active {
    background: transparent url("../images/btn.png") repeat-x;
    color: #0053a0;
}

    .vehicleconditions-header.ui-state-active.last-child {
        -webkit-border-bottom-right-radius: 0px;
        -webkit-border-bottom-left-radius: 0px;
        -moz-border-radius-bottomright: 0px;
        -moz-border-radius-bottomleft: 0px;
        border-bottom-right-radius: 0px;
    }

.vehicleconditions-content.ui-helper-reset {
    padding: 5px 15px 0px 15px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.vehicleconditions-content.ui-accordion-content {
    background: #ECEEF3;
    border-top: 0 none;
    height: auto !important;
}

.vehicleconditions-content.ui-accordion-content-active:last-child {
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.vehicleconditions-content.ui-accordion-content a {
    color: #0053a0;
}

.vehicleconditions-refinements {
    height: 100px;
    width: 32.5%;
    float: left;
    margin-right: 5px;
}

    .vehicleconditions-refinements a {
        display: block;
    }

.vininfo-mini {
    margin-bottom: 15px;
    max-height: 200px;
}

.recentsearh-mini {
    height: 190px;
}

.vindetaillabel {
    white-space: nowrap;
}

.vindetail {
    font-weight: bold;
    margin-right: 5px;
}

.list td {
    padding: 10px;
    white-space: nowrap;
}

.list tr.alternate {
    background-color: #eceef3;
}

.vindialog > div.ui-widget-header {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #9397a6;
    background: url('../images/white_texture_55_recent_searches.png') repeat-x;
    background-color: #e0e1e3;
    height: 38px;
    line-height: 35px;
    color: #484b55;
    font-weight: bold;
    padding: 0 10px;
}

.sticky-center {
    position: fixed;
    top: 30%;
    box-shadow: 2px 3px 5px #888;
    z-index: 1;
    opacity: 0.9;
}

.WelcomeMessage {
    color: white;
    text-align: right;
    margin: 2px;
    font-size: 1.0em;
    white-space: nowrap;
    margin-right: 25px;
}

.WelcomeMessageNonInbenta {
    color: white;
    text-align: right;
    margin: 2px;
    font-size: 1.0em;
    white-space: nowrap;
    margin-left: 5px;
    margin-right: 30px;
}

.WelcomeLaungageUniversal {
    color: white;
    text-align: right;
    margin: 2px;
    margin-top: 3px;
    margin-right: 25px;
    font-size: 1.0em;
    height: 1px;
}

.pos-left {
    position: relative;
}

.supplierLoading {
    text-align: center;
    padding: 10px;
    height: auto !important;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

div .categoryHead {
    font-weight: bold;
    font-size: 1em;
}

#SearchResultsHeader {
    padding: 5px;
}

#supplierSearch {
    margin-top: 20px;
}

    #supplierSearch table tr {
        height: 65px;
    }

.errorSupplier.infoBox {
    display: inline-block;
}

    .errorSupplier.infoBox ul li {
        line-height: 1.5em;
    }

#close {
    width: 15px;
    height: 15px;
    padding-left: 5px;
    background: url('../images/close.png') no-repeat center center;
    padding-right: 15px;
}

.ui-dropdownchecklist-text {
    font-size: small !important;
    line-height: 20px !important;
}

.showDisplay {
    visibility: visible;
}

.proceedToCheckoutBtn {
    bottom: 1px;
    margin-left: 200px;
    width: 165px;
    height: 27px;
    background-color: navy;
    color: white;
    border: navy !important;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    float: right;
    margin: 5px;
}

    .proceedToCheckoutBtn:visited, .proceedToCheckoutBtn:active {
        background-color: navy;
        border: navy !important;
    }

    .proceedToCheckoutBtn:focus {
        background-color: navy;
        border: navy !important;
        outline: none;
    }

.hideDisplay {
    visibility: hidden;
}

#recentSearches ul.list li {
    word-wrap: break-word;
}

div.refinementsBody ul li input[type='checkbox'] {
    float: left;
    margin-top: 0;
}

div.refinementsBody ul li span {
    display: block;
    margin-left: 1.5em;
    padding-top: 1px;
}

nav#main ul li {
    width: 100px;
    height: 45px;
    line-height: 15px;
    text-align: center;
    padding-top: 8px;
}

table#searchOptions td {
    font-size: 0.9em;
}

.hideContent {
    display: none;
}

div#zeroResults.zeroResults.infoBox {
    font-size: 12px;
    word-wrap: break-word;
}

#interchange a.clearAll {
    font-size: 1.1em;
    text-decoration: none;
    font-weight: bold;
}

[id^=SupersedesDiv] {
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    display: block;
}

.newLookUpSameVehicle {
    background: transparent url("../images/btn.png") repeat-x repeat-y;
    border: 1px solid #c78903;
    border-radius: 4px;
    font-family: Arial;
    font-size: 1em;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    margin: 3px;
    text-align: center;
    padding: 5px;
    background-color: #ffa70b;
    color: #484b55;
}

.SearchTerm:focus {
    outline: none;
}

.SearchTerm a:focus {
    outline: none;
}

.ui-dialog {
    z-index: 999 !important;
}

    .ui-dialog .ui-dialog-titlebar-close {
        position: absolute;
        right: 0;
    }

div#discrepancyCell button.ui-button {
    position: relative;
    top: 0;
    bottom: 0;
    margin-left: 0;
    padding: 0;
}

div#discrepancyCell ul.ui-menu {
    position: absolute;
    width: 224px;
    background: #C0C0C0;
    background-color: #C0C0C0;
    border: 0;
    z-index: 999;
}

div#discrepancyCell ul li {
    display: inline-block;
}

    div#discrepancyCell ul li a {
        background: transparent url("../images/btn.png") repeat-x repeat-y;
        border: 1px solid #C78903;
        font-family: Arial;
        font-size: 1em;
        font-weight: bold;
        cursor: pointer;
        margin: 3px;
        text-align: center;
        background-color: #FFA70B;
        color: #484B55;
        width: 90%;
    }

        div#discrepancyCell ul li a.ui-state-focus {
            background-color: #FBD17B; /* Old browsers */
            background: transparent url("../images/btn-hover.png") repeat-x;
            text-decoration: none;
        }

    div#discrepancyCell ul li.ui-state-disabled {
        opacity: 100;
    }

    div#discrepancyCell ul li a.ui-state-disabled {
        color: #C3C2C2 !important;
        cursor: text !important; /*older browser support*/
        cursor: not-allowed !important;
        border: 1px solid white !important;
        background-color: ButtonFace !important;
        -webkit-box-shadow: 0 0 1px 0 grey !important;
        box-shadow: 0 0 1px 0 grey !important;
        opacity: 100;
    }

.blocker {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background-color: #000;
    z-index: 1000;
}

    .blocker div {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 5em;
        height: 2em;
        margin: -1em 0 0 -2.5em;
        color: #fff;
        font-weight: bold;
    }

span.custom-combobox .ui-corner-all, span.custom-combobox .ui-corner-bottom, span.custom-combobox .ui-corner-left, span.custom-combobox .ui-corner-bl, span.custom-combobox .ui-corner-all, span.custom-combobox .ui-corner-top, span.custom-combobox .ui-corner-left, span.custom-combobox .ui-corner-tl, span.custom-combobox .ui-corner-all, span.custom-combobox .ui-corner-bottom, span.custom-combobox .ui-corner-right, span.custom-combobox .ui-corner-br, span.custom-combobox .ui-corner-all, span.custom-combobox .ui-corner-top, span.custom-combobox .ui-corner-right, span.custom-combobox .ui-corner-tr, ul.ui-autocomplete, ul.ui-autocomplete li a {
    border-radius: 0px;
}

div.ui-dialog-content .pCart1 {
    width: auto;
}

div#APGTable .middle {
    width: 250px;
}

div#APGTable span.left {
    vertical-align: top;
}

div#APGTable div#_addToCartDiv.pCart1 {
    width: 250px;
}

div.searchResultItem.searchResultItemRealDeal {
    background-color: #FFF;
}

.welcomeCellEnglish {
    background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("images/Banners/BannerUS.png");
}

.welcomeCellCanada {
    background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("images/Banners/BannerCanada.png");
}

.welcomeCellMexico {
    background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("images/Banners/BannerMexico.png");
}

#mitchellErrorDiv {
    margin-top: 2em;
}

#diagramErrorDiv {
    margin-top: 2em;
}

table.vehicleSelectionDialog tr.even {
    background-color: white;
}

table.vehicleSelectionDialog tr.odd {
    background-color: #eceef3;
}

table.vehicleSelectionDialog tr td.buttonSpacing {
    padding-top: 1em;
    padding-bottom: 1em;
}

div.contentSpacing {
    padding: 1em;
}

/*DCQty*/
.DCQtySpan {
    padding-left: 4px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 110px;
    display: block;
}

.DCQtyinnerSpan {
    margin-left: 2px;
    margin-right: 10px;
    float: none !important;
}

/*Shopping Cart*/
ul.tabs li.tab {
    display: inline-block;
    background-color: #555555;
    color: white;
    border-left: 1px solid dimgray;
    border-top: 1px solid dimgray;
    border-right: 1px solid dimgray;
    font-weight: bold;
    padding: 6px;
}

    ul.tabs li.tab span {
        border-bottom: 0px;
    }

ul.tabs li.active {
    background-color: #eceef3;
    border-bottom: #eceef3;
    color: black;
}

div.tabContent {
    border-top: 1px solid dimgray;
    border-left: 1px solid dimgray;
    border-right: 1px solid dimgray;
    border-bottom: 1px solid dimgray;
    background-color: #eceef3;
    margin-bottom: 12px;
    padding: 5px 5px 10px 5px;
}

.custom-combobox-special {
    margin-left: 20px;
}

table.vehicleManagementDataTable {
    border: 1px solid dimgray;
    font-weight: bold;
}

    table.vehicleManagementDataTable thead {
        background-color: #D8D4D0;
    }

        table.vehicleManagementDataTable thead th {
            height: 9px;
            text-align: left;
            padding: 5px;
        }

.custom-file-upload {
    color: #484b55;
    font-family: Arial;
    font-size: 1em;
    text-align: center;
    box-shadow: 1px 1px 1px 1px lightgrey;
    cursor: pointer;
    border: 0;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    border: 1px solid #c78903;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #ff9a0b; /* Old browsers */
    background: transparent url("../images/btn.png") repeat-x;
    padding: 0 5px;
    vertical-align: middle;
    cursor: pointer;
}

.btnShowAddToCart {
    right: 250px;
    top: 25px;
    margin-top: -9px;
    display: inline-block;
    float: right;
    width: auto;
    background-image: url(/images/shopping-cart-24.png);
    background-repeat: no-repeat;
    text-align: right;
    padding-top: 5px;
    font-family: Arial;
    font-size: 1em;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    height: 22px;
    overflow: hidden;
    text-decoration: none;
    border-radius: 4px;
    background-position-y: center;
}

.addTocartNumber {
    padding: 7px 2px 0px 1px;
    height: 21px;
    width: 20px;
    text-align: center;
    background-color: #fbd17b;
    margin-top: -30px;
    margin-right: -20px;
}

.lblShowCartNumber {
    background-color: #ff9a0b;
    padding: 2px 5px 1px 5px;
    border-radius: 10px;
    color: whitesmoke;
    margin-left: 15px;
    margin-bottom: 50px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

#btnShowAddToCartCount {
    margin-top: 10px;
    margin-left: 1px;
}

.addTocartNumber, :after, :before {
    box-sizing: inherit;
}

#addToCartImage {
    right: 253px;
    top: 26px;
}

.ATC_Left_NXP {
    float: left;
    text-align: center;
    padding-top: 2px;
    outline: none;
    color: rgba(98, 103, 109, 0.81);
}

.ATC_Row_1_NXP {
    overflow: hidden;
}

.ATC_Row_1 {
    overflow: hidden;
}

.ATC_Row_3_NXP {
    margin: 10px;
    padding-bottom: 15px;
}

.ATC_Row_3 {
    margin: 10px;
    padding-bottom: 15px;
}


.ATC_PartNumber_NXP {
    float: right;
    padding-top: 9px;
    font-weight: 500;
}

.ATC_PartNumber {
    float: right;
    padding-top: 9px;
    font-weight: 500;
}

.ACT_Title_div {
    background: #1b1b7d !important;
    border: 1px solid #1b1b7d !important;
    border-radius: 0;
    height: 30px;
}

.ATC_Center_NXP {
    float: left;
    line-height: 15px;
    width: 55%;
    padding-top: 20px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    outline: none;
}

.ATC_Position {
    top: 65px !important;
    left: 880px !important;
}

.ATC_Right_NXP {
    float: right;
    width: 25%;
    padding-top: 20px;
    text-align: center;
    height: 50px;
    vertical-align: central;
    outline: none;
}

.ATC_Clear_NXP {
    clear: both;
}

.ATC_Left_NXP img {
    width: 80px;
    padding-left: 5px;
    font-weight: bold;
    max-height: 46px;
    min-height: 21px;
    padding-top: 3px;
}

.ATC_Qty_NXP {
    float: right;
    font-weight: bold;
    color: #463b3b;
}

.AddToCartItem:hover {
    text-decoration: none;
}

.AddToCartItem:focus {
    outline: none;
}

.ATC_ProductName_NXP {
    font-size: 12px;
    color: #463b3b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 800;
    padding-left: 10px;
}

    .ATC_ProductName_NXP:focus {
        outline: none;
    }

.ATC_Price_NXP {
    float: left;
    font-weight: bold;
    color: #463b3b;
}

.ATC_List {
    border-bottom: 1px solid lightgrey;
}

.ATC_Left {
    text-align: center;
    padding-top: 5px;
    outline: none;
    color: rgba(98, 103, 109, 0.81);
}

.ATC_Center {
    float: left;
    line-height: 15px;
    width: 55%;
    padding-top: 20px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    outline: none;
}

.ATC_Right {
    float: right;
    width: 25%;
    padding-top: 20px;
    text-align: center;
    height: 50px;
    vertical-align: central;
    outline: none;
}

.ATC_Clear {
    clear: both;
}

.ATC_Left img {
    width: 60px;
}

.ATC_Qty {
    float: right;
    font-weight: bold;
    color: #463b3b;
}

.ATC_ProductName {
    font-size: 12px;
    color: #463b3b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 800;
    padding-left: 10px;
}

.ATC_Price {
    float: left;
    font-weight: bold;
    color: #463b3b;
}

.ATC_List {
    border-bottom: 1px solid lightgrey;
}

.vinHeader {
    text-align: center;
    font-weight: bold;
    line-height: 30px;
}

.ACT_UpArrow {
    margin-top: -18px;
    margin-left: 168px;
    color: #1b1b7d;
}

.vinHeader span {
    margin-left: 5px;
    margin-right: 5px;
}

.ACT_LocalItemSpan {
    padding-top: 6px;
}

.vinBorder {
    border: 1px solid #9397a6;
    margin: 5px 10px 5px 10px;
    width: 700px;
}

.DecodevinBorder {
    /*border: 1px solid #9397a6;*/
    margin: 15px 10px 5px 2px;
}

.VINYmm {
    margin-left: 2px;
    margin-right: 2px;
    font-size: small;
    font-weight: normal;
    color: #74767d;
}

.VINInfo {
    width: 440px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


.line {
    width: 675px;
    height: 8px;
    margin-left: -25px;
    border-bottom: 1px solid lightgrey;
    /*position: absolute;*/
}

.vinlist {
    width: 700px;
}

    .vinlist td {
        padding: 10px;
    }

    .vinlist tr.alternate {
        background-color: #eceef3;
    }

.vinkey {
    white-space: nowrap;
    width: 50%;
    border-right: 1px solid lightgray;
}

.vinvalue {
    font-weight: bold;
    margin-right: 5px;
    width: 50%;
}

ul.fleetManagementPager {
    display: block;
}

    ul.fleetManagementPager li {
        display: inline-block;
    }

tr.buyersGuideVehicleConditions td {
    color: red;
}

div.fitmentDisclaimer {
    color: red;
}

img.fitmentBadge {
    width: 16px;
    height: 16px;
}

.morecontent span {
    display: none;
}

span.middle span > .moreellipses, span.middle span > .morecontent {
    float: right;
}

#vehicleInfoTabs, #bucketInfoTabs {
    min-width: inherit;
}

#supplierSearch #vehicleInfoTabs .body {
    padding: 20px;
    padding-top: 260px;
}

#bucketInfoTabs, #vehicleInfoTabs .body {
    padding: 0;
}

    #bucketInfoTabs, #vehicleInfoTabs .body .subContent {
        padding: 5px 20px 20px;
    }

#vehicleInfo {
    background: none;
    background-color: #eceef3;
    font-family: Arial;
    font-size: 11px;
}

    #vehicleInfo input, #vehicleInfo select, #vehicleInfo textarea, #vehicleInfo button {
        font-family: Arial;
        font-size: 1em;
        border: 1px solid #D3D3D3;
    }

    #vehicleInfo header h1 {
        color: #484B55;
    }

#AddToCartMenu *:focus {
    outline: none;
}

.lnkTrayInfo {
    font-weight: bold;
    cursor: pointer;
    padding-right: 7px;
}

.warrantyInfodialog {
    padding-left: 5px;
}

.divWelcomeCell {
    background-repeat: no-repeat;
    border-top-right-radius: 10px;
    float: right;
    height: 65px;
}

    .divWelcomeCell img {
        cursor: default;
    }

#LinkButton1 {
    color: white;
}

#HelpHyperLink {
    background: none;
    border: none;
    color: white;
}

div#discrepancyCell ul li a#HelpHyperLink {
    background: none;
    border: none;
    color: white;
}

div#discrepancyCell ul li.selected a#HelpHyperLink {
    color: white;
    font-weight: bold;
    text-decoration: underline;
}

div#discrepancyCell ul li a#AccountHyperLink {
    background: none;
    border: none;
    color: white;
}

div#discrepancyCell ul li.selected a#AccountHyperLink {
    color: white;
    font-weight: bold;
    text-decoration: underline;
}

div#discrepancyCell ul li a#CommunicationHyperLink {
    background: none;
    border: none;
    color: white;
}

div#discrepancyCell ul li.selected a#CommunicationHyperLink {
    color: white;
    font-weight: bold;
    text-decoration: underline;
}

/*Compare list images*/
#divCompareListImgs {
    width: 750px;
    padding: 5px;
    background-color: #e6e7e8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    display: none;
}

.divCompareBtn {
    float: right;
    width: 130px;
    padding-top: 15px;
    text-align: center;
}

.divCompareImg {
    width: 600px;
    height: auto;
    border: 1px solid #9397A6;
    padding: 0px 5px 0px 5px;
    overflow: auto;
    overflow-y: hidden;
}

div#divCompareListImgs ul {
    float: left;
    margin-right: -999em;
    white-space: nowrap;
    list-style: none;
}

div#divCompareListImgs li {
    margin: 2px;
    float: right;
    display: inline;
}

    div#divCompareListImgs li a {
        text-align: center;
        text-decoration: none;
    }

        div#divCompareListImgs li a:hover {
        }

        div#divCompareListImgs li a img {
            display: block;
            border: 1px solid #0053a0;
            width: 45px;
            height: 45px;
        }

.dv-priceqty button {
    float: left;
    margin-top: 6px;
}

.sort_btn_asc {
    height: 24px;
    border: 1px solid darkgrey;
    background-repeat: no-repeat;
    background-color: #ffffff;
    cursor: pointer;
}

.sort_btn_dsc {
    height: 24px;
    border: 1px solid darkgrey;
    background-repeat: no-repeat;
    background-color: #ffffff;
    cursor: pointer;
}

.sort_price_asc {
    height: 24px;
    width: 75px;
    border: 1px solid darkgrey;
    background-repeat: no-repeat;
    background-color: #ffffff;
    cursor: pointer;
    line-height: 24px;
}

.sort_price_dsc {
    background-color: #ffffff;
    height: 24px;
    width: 75px;
    border: 1px solid darkgrey;
    background-repeat: no-repeat;
    cursor: pointer;
    line-height: 24px;
}

.sort_qty_asc {
    background-color: #ffffff;
    height: 24px;
    width: 85px;
    border: 1px solid darkgrey;
    background-repeat: no-repeat;
    cursor: pointer;
    line-height: 24px;
    border-radius: 0px 8px 8px 0px;
}

.sort_qty_dsc {
    background-color: #ffffff;
    height: 24px;
    width: 85px;
    border: 1px solid darkgrey;
    background-repeat: no-repeat;
    cursor: pointer;
    line-height: 24px;
    border-radius: 0px 8px 8px 0px;
}

#view_per_page {
    padding-left: 10px;
}

#paginationTop {
    padding-left: 40px;
}

.dv-priceqty {
    display: inline-block;
    height: 38px;
    vertical-align: middle;
    line-height: 36px;
    float: left;
}

    .dv-priceqty button img {
        float: right;
        width: 16px;
        margin-top: 3px;
    }

nav#utilities.listing-filter ul {
    float: left;
    margin-top: 6px;
}

    nav#utilities.listing-filter ul #sort-relevance {
        padding-right: 0px;
    }

#itemsPerPage_Top {
    margin-top: 6px;
}

section.HelpContent {
    padding: 20px 0px 20px 0px;
}

#content.HelpContent {
    float: none;
    width: auto;
    margin-right: 0;
}

section.HelpContent div.helpBox {
    /*padding: 10px 10px 12px 10px;*/
    color: black;
    display: inline-block;
    display: table;
    margin: 0 auto;
}

    section.HelpContent div.helpBox td.linkCell {
        width: 200px;
        padding: 10px;
    }

td.linkCell div.divLinkCellContent {
    border: 1px solid grey;
    background-color: white;
}

div.helpBox {
    padding: 10px 10px 12px 10px;
    color: black;
    display: inline-block;
    margin: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin-top: 10px;
}

div.divLinkCellContent {
    border: 1px solid grey;
    background-color: white;
    float: left;
    margin: 2px;
    padding: 2px;
    height: 190px;
    width: 194px;
    text-align: center;
    margin: 2px 10px;
}

    div.divLinkCellContent a.aLinkID {
        text-align: left;
        color: black;
    }

img.LinkCellImage {
    width: 111px;
    height: 90px;
    padding-bottom: 15px;
    margin-top: 35px;
}

img.HelpLinkCellImage {
    width: 100px;
    height: 50px;
    padding-bottom: 15px;
    margin-top: 10px;
}

div.divAlertMsg {
    float: left;
    align-content: center;
    width: 225px;
}

div.LinkCellText {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

td.linkCell div.divLinkCellContent div.divLinkCellImage {
    padding: 25px 16px 15px 43px;
}

td.linkCell div.divLinkCellContent div.linkCellText1 {
    padding-left: 10px;
}

td.linkCell div.divLinkCellContent div.linkCellText2 {
    padding-top: 17px;
}

div.divLinkCellImage img.LinkCellImage {
    width: 111px;
    height: 90px;
    padding-bottom: 15px;
}

.imgunavailable {
    margin-top: 100px;
    font-size: large;
    font-weight: 100;
    color: grey;
}

span.right div.NXPpCart1 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    white-space: nowrap;
    min-height: 49px;
    width: 280px;
}

.divider {
    position: absolute;
    left: 50%;
    top: 10%;
    bottom: 10%;
    border-left: 1px solid #BFC2CC;
}

div#leftInventory {
    width: 100px;
    display: inline-block;
    border-right: 1px solid grey;
    height: 110px;
    padding-right: 10px;
}

div.searchResultItem div.right {
    width: 290px;
}

div.searchResultItem div.nxp-cart {
    width: auto;
}

div.searchResultItem span#ListSeperator > span {
    display: inline-block;
    vertical-align: middle;
}

.anchor {
    cursor: pointer;
}

.lnkTrayInfo {
    font-weight: bold;
    cursor: pointer;
    padding-right: 7px;
}

.iconTray {
    padding-top: 4px;
    clear: both;
}

    .iconTray .lnkDiscrepIcon {
        width: 20px;
        height: 20px;
    }

    .iconTray .lnkWarrantyIcon {
        width: 18px;
        height: 20px;
    }

    .iconTray .compareCheckbox label {
        margin-right: 10px;
    }

div.tableRow span.pCart2 {
    white-space: nowrap;
}

.colorLocalStore {
    height: 30px;
    border-left: 6px solid green;
}

span.DCQtySpan {
    white-space: nowrap;
    display: block;
    width: 118px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cart-DC-qty-Pod {
    border-left: 6px solid yellow;
    border-bottom: 1px solid lightgray;
    height: 29px;
}

.cart-dc-qty-nxp {
    border-left: 6px solid green;
    border-bottom: 1px solid lightgray;
    height: 29px;
}

.cart-NSightToday-qty {
    border-bottom: 1px solid lightgray;
    border-left: 6px solid yellow;
    min-height: 29px;
}

.cart-NSightTomorrow-qty {
    border-bottom: 1px solid lightgray;
    border-left: 6px solid #ffa500;
    min-height: 29px;
}

.cart-NSightTwoDays-qty {
    border-bottom: 1px solid lightgray;
    border-left: 6px solid navy;
    min-height: 29px;
}

.QtyAvlDetail {
    border-bottom: 1px solid grey;
    border-left: 7px solid green;
    margin: 0 5px 0 5px;
    padding-left: 10px;
    margin-bottom: 25px;
    margin-left: 12px;
    margin-top: 10px;
    min-height: 40px;
}

.QtyAvlDetail-NotInStock {
    border-bottom: 1px solid grey;
    border-left: 7px solid grey;
    margin: 0 5px 0 5px;
    padding-left: 10px;
    margin-bottom: 25px;
    margin-left: 12px;
    margin-top: 10px;
    min-height: 40px;
}

.QtyAvlDetailTomorrow {
    border-bottom: 1px solid grey;
    border-left: 7px solid #ffa500;
    margin: 10px 5px 25px 12px;
    padding-left: 10px;
    min-height: 40px;
}

.QtyAvlDetailToday {
    border-bottom: 1px solid grey;
    border-left: 7px solid yellow;
    margin: 10px 5px 25px 12px;
    padding-left: 10px;
    min-height: 40px;
}

.QtyAvlDetailTwoPlusDays {
    border-bottom: 1px solid grey;
    border-left: 7px solid navy;
    margin: 10px 5px 25px 12px;
    padding-left: 10px;
    min-height: 40px;
}

.LblStyle {
    border: 1px solid grey;
    padding: 5px;
    background-color: #d3d3d3;
    margin: 12px;
}

.LblStyle1 {
    border: 1px solid grey;
    padding: 5px;
    background-color: #f9f9f9;
    margin: 12px;
}

.imageLogoClass {
    text-align: left;
}

div.leftDetail div.tableRow div.PartDetailsMiddle {
    padding-right: 2px;
    width: 280px;
    vertical-align: top;
    padding-left: 5px;
}

.addToCartRight {
    text-align: right;
}

.QtyInputBox {
    width: 30px;
}

.SearchResults-Logo {
    width: 100px;
    vertical-align: top;
}

.cart-price {
    text-align: right;
}

.price-primary {
    font-size: 20px;
    font-weight: bold;
}

.search-prod-desc a {
    color: #333;
    font-weight: bold;
    font-size: 12px;
}

.search-lable-pad {
    padding-top: 2px;
}

.search-lable-pad-bottom {
    padding-bottom: 2px;
}

.search-prod-label {
    font-size: 12px;
}

.cart-avl-qty {
    border-bottom: 1px solid lightgray;
    margin-bottom: 6px;
}

.search-supersede {
    color: red;
    float: left;
}

.SuperSededERecDia {
    float: left;
}

    .SuperSededERecDia a {
        color: #333;
        font-weight: bold;
        font-size: 12px;
    }

.SearchResults-Logo .logoHolder {
    margin-bottom: 6px;
}

.logoHolder img {
    cursor: default !important;
}

.SearchResults-Logo img {
    cursor: pointer;
}

.cart-qty-avl {
    padding-left: 6px;
}

.CollapseDiv {
    background-color: #eceef3;
    height: 155px;
    margin-top: 26px;
}

.cart-avl-store-pod {
    border-left: 6px solid green;
    border-bottom: 1px solid lightgray;
}

#product_comparison .cart-qty-label {
    float: left;
}

#product_comparison .compare-cart-box {
    width: 100%;
}

#APGTable .leftDetail {
    border-right: none;
}

#newLookUpBox .subContent label {
    width: 100%;
    display: inline-block;
}

#newLookUpBox .subContent input[type='text'] {
    font-size: 0.9em;
    width: 350px !important;
    margin-top: 8px;
    margin-bottom: 8px;
}

.MoreDetailsCls {
    background-color: rgba(0, 172, 254, 0.95);
    display: block;
    border: 1px solid rgba(0, 172, 254, 0.95);
    height: 30px;
    margin-left: 0px;
    color: white;
    margin-top: -6px;
    padding-right: 46px;
    cursor: pointer;
    margin-bottom: 5px;
    width: 114px;
    white-space: nowrap;
    padding-left: 20px;
    padding-top: 6px;
}

#collapseSecond, #collapseOne {
    height: 125px;
    margin: 18px -10px -10px -10px;
    cursor: pointer;
}

#collapseSecondChild, #collapseOneChild {
    background-color: #eceef3;
    margin: 18px -10px -10px -10px;
}

#collapseSecond .panel-body, #collapseOne .panel-body {
    padding: 10px;
}

.DcAvlDetailToday a, .DcAvlDetailTommorow a {
    text-decoration: none;
}

.BtnStyle {
    margin-left: 0px;
    margin-right: 12px;
    min-width: 36px;
    width: 46px !important;
    height: 23px;
    border-radius: 4px;
    border: 1px solid grey;
    background: grey;
    background-color: #d3d3d3;
    padding-left: 15px;
    padding-top: 6px;
    font-weight: 500;
    display: inline-block;
}

.cutOffBlue {
    background-color: navy;
    border: navy;
    color: #fff;
}

.BtnStyle1 {
    margin-left: 0px;
    margin-right: 8px;
    width: 18px;
    height: 17px;
    border-radius: 4px;
    border: 1px solid grey;
}

#collapseSecond input:focus {
    background-color: grey;
}

#newLookUpBox div.tabControl .body .subContent {
    margin-bottom: 0px;
    padding: 30px 20px;
    width: auto;
}

#SelectedItems > span {
    background-color: white;
    color: #484B55;
    margin: 5px;
    margin-left: 0px;
    line-height: 18px;
    position: relative;
    display: inline-block;
}

#keywordErrorDiv {
    height: 20px;
}



/*Universal CSS Starts*/

.UniversalLoading {
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;
}

.UnivPT {
    background-color: white;
    padding: 5px 5px 10px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid White;
    margin: 5px 5px 15px 5px;
    box-shadow: 1px 1px 1px 1px gray;
}

.UnivPTdivTop {
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px 5px 0px 0px;
    max-height: 130px;
    /*PPSE 5700*/
    /*overflow:auto;*/
}

.UnivPTYouSearchedFor {
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 0px 0px 5px 5px;
    overflow: auto;
}

.UnivPTheader {
    display: inline-block;
    font-weight: bold;
    font-size: larger;
    margin: 0px 5px 10px 0px;
}

.UnivPTblock {
    display: table-cell;
    width: 100%;
    background-color: white;
}

.UnivPTdiv {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 145px;
    float: left;
    border: 2px solid #e0e0e0;
    margin: 3px;
    margin-left: 20px;
    padding: 5px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.UnivPTthumbImg {
    width: 90px;
    height: 90px;
}

.UnivPTname {
    display: -webkit-box;
    overflow: hidden;
    height: 34px;
    max-height: 34px;
    -webkit-box-orient: vertical;
    line-height: 1.0;
    font-size: 0.9em;
}

.UnivPTScore {
    display: -webkit-box;
    height: 30px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
}

.UnivPTScoretxt {
    text-align: center;
    padding: 2px 5px 2px 5px;
    background-color: #ff9a0b;
    color: white;
    font-weight: bold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 30px;
}

.UnivPTFilters {
    /*padding: 10px 5px 5px 2px;*/
    /*display: inline;*/
    /*line-height: 35px;*/
}

    .UnivPTFilters .category {
        background-color: white;
        width: 220px;
        border: 1px solid lightgray;
        border-radius: 5px;
        padding: 5px;
    }

        .UnivPTFilters .category .UnivPTheader {
            margin-left: 5px;
            color: #0053a0;
        }

    .UnivPTFilters li {
        clear: both;
    }


.UnivPTFilter {
    color: #0053a0;
    font-size: 12px;
    font-weight: bolder;
    cursor: pointer;
    line-height: 20px;
    text-decoration: none;
    text-align: center;
    /*border: 1px solid white;*/
    background-color: #fbd17b;
    padding: 2px 5px 2px 12px;
    padding-bottom: 2px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 5px;
    box-shadow: 1px 1px 1px 1px gray;
    display: inline-block;
    margin: 3px;
    float: left;
    position: relative;
}

    .UnivPTFilter::after {
        content: "";
        width: 10px;
        position: absolute;
        left: 2px;
        top: 7px;
        height: 11px;
        background-image: url('../images/delete-x.png');
        background-repeat: no-repeat;
    }

span.UnivPTfilterDisable::after {
    content: none;
}

.UnivPTbtnNotLooking {
    color: white;
    font-family: Arial;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    border: 0;
    line-height: 20px;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    background-color: navy;
    padding: 2px 5px 2px 5px;
    margin-top: 5px;
}

.UnivPTfilterDisable {
    color: gray;
    background-color: white;
    box-shadow: none;
}

.UnivPTDisable {
    background-color: #ccc;
}

.UnivPTdiv.selected {
    border: 2px solid #0053a0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.UnivPTDisable a, .UnivPTDisable a:hover, .UnivPTDisable a:visited, .UnivPTDisable a:active {
    color: gray;
    text-decoration: none;
    cursor: not-allowed;
}

.UnivPTDisable .UnivPTScoretxt {
    text-align: center;
    padding: 2px 5px 2px 5px;
    background-color: gray;
    color: white;
    font-weight: bold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 30px;
}

.lbl-addPart {
    float: left;
    vertical-align: text-top;
    font-weight: normal;
    color: #0053A0;
    cursor: pointer;
}

.cbox-addpart {
    vertical-align: middle;
}

.UnivPTfilterHide {
    display: none;
}

.divAddResults {
    width: auto;
    border: 1px solid #9397A6;
    background-color: #e6e7e8;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
}

.divPartTypeViewResultBtn {
    float: right;
    width: 130px;
    padding-top: 25px;
    text-align: center;
}

.divPartTypesSelected {
    width: auto;
    height: auto;
    padding: 0px 5px 0px 5px;
    overflow: auto;
    overflow-y: hidden;
}

div#divPartTypeResultsList li:hover {
    border: 1px solid #0053a0;
}

div#divPartTypeResultsList li.breadcrumb:hover {
    border: 1px solid #0053a0;
    border: 1px solid #0053a0;
    background-color: lightgray;
}

div#divPartTypeResultsList ul {
    float: left;
    margin-right: -999em;
    list-style: none;
}

div#divPartTypeResultsList li {
    margin: 5px 5px;
    float: right;
    display: inline;
    width: 125px;
    padding: 5px 5px;
    border: 1px solid white;
    background-color: #ffffff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 1px 1px 1px 1px gray;
    cursor: pointer;
}

    div#divPartTypeResultsList li.breadcrumb {
        margin: 5px 5px;
        float: right;
        display: inline;
        width: 125px;
        padding: 5px 5px;
        border: 1px solid white;
        background-color: #ffffff;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        box-shadow: 1px 1px 1px 1px gray;
        background-color: gray;
        text-decoration: none;
        cursor: not-allowed;
    }

        div#divPartTypeResultsList li.breadcrumb img {
            /*opacity: 0.4;*/
            /*cursor: not-allowed;*/
        }

        div#divPartTypeResultsList li.breadcrumb.PTselected {
            border: 1px solid #0053a0;
            box-shadow: 1px 1px 1px 1px #9397A6;
            background-color: lightgray;
        }

.SelectedPTImg {
    display: table-cell;
    width: 40px;
}

    .SelectedPTImg img {
        width: 40px;
        height: 40px;
    }

.SelectedPTDesc {
    display: table-cell;
    vertical-align: middle;
    padding-left: 5px;
    text-overflow: ellipsis;
    word-break: break-word;
    color: #0053a0;
    overflow: hidden;
}

    .SelectedPTDesc > span {
        height: 36px;
        float: left;
        text-overflow: ellipsis;
        overflow: hidden;
    }

#lbl-appliedVehicle {
    color: #0053A0;
}

.lbl-subcat {
    padding-left: 16px;
    line-height: 1.5;
}

.lbl-cat {
    font-weight: bold;
    line-height: 1.5;
}

.partsection-box {
    border: 1px solid #ccc;
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

    .partsection-box h2 {
        background: #e0e1e3;
        color: #333;
        padding: 10px;
        margin: 0;
        margin-bottom: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-top-left-radius: 5px;
        -moz-border-top-right-radius: 5px;
        border-bottom: 1px solid #ccc;
    }

    .partsection-box p {
        color: #333;
        padding: 10px;
    }

.part-closematch {
    background: green;
    color: white;
}

.part-closematch-default {
    height: 15px;
    width: 80px;
    float: left;
    padding: 2px;
    line-height: 15px;
    margin-left: -5px;
}

.filter-icon-default {
    float: right;
}

.filter-icon-parttype {
    width: 30px;
    height: 30px;
    background-image: url('../images/funnel.png');
    background-repeat: no-repeat;
}

.filter-icon-count-enable {
    float: right;
    background-color: green;
    padding: 2px 5px 2px 5px;
    border-radius: 50px;
    color: whitesmoke;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    margin-top: -5px;
    margin-right: -35px;
    line-height: 15px;
}

.filter-icon-count-disable {
    display: none;
}

.ui-tooltip {
    width: 200px;
    text-align: center;
    box-shadow: none;
    padding: 0;
    font-size: smaller;
    display: inline;
    position: absolute;
}

.ui-tooltip-content {
    position: relative;
    padding: 0.5em;
}

    .ui-tooltip-content::after, .ui-tooltip-content::before {
        /*content: "";*/
        position: absolute;
        border-style: solid;
        display: block;
        left: 90px;
    }

.bottom .ui-tooltip-content::before {
    bottom: -10px;
    border-color: #AAA transparent;
    border-width: 10px 10px 0;
}

.bottom .ui-tooltip-content::after {
    bottom: -7px;
    border-color: white transparent;
    border-width: 10px 10px 0;
}

.top .ui-tooltip-content::before {
    top: -10px;
    border-color: #AAA transparent;
    border-width: 0 10px 10px;
}

.top .ui-tooltip-content::after {
    top: -7px;
    border-color: white transparent;
    border-width: 0 10px 10px;
}

#divAdditionalFilters {
    display: none;
    position: initial;
    background-color: #fff;
    padding: 0px 5px 0px 5px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.spanCloseFilters {
    float: right;
    margin-top: -9px;
    font-size: larger;
    border-radius: 50px;
    line-height: 10px;
    padding: 0px 3px 3px 3px;
    margin-right: -3px;
    color: gray;
    border-color: gray;
    border-style: solid;
    border: 1px solid gray;
    cursor: pointer;
}

.spanPTFSelectAll {
    line-height: 15px;
    height: 15px;
    padding: 2px;
    color: #0053A0;
}

.ulPTFilters {
    padding-left: 3px;
}

.ptJsTreeLiText {
    padding-left: 25px;
    display: table;
    margin-top: -18px;
    font-size: small;
    line-height: 15px;
}


.UnivPTWefoundlbl {
    font-size: 12px;
    margin-top: 7px;
}

.UnivPTheader {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: black !important;
    margin: 0px 5px 10px 0px;
}

.UnivPTYouSearchedheader {
    font-size: 13px;
    margin: 0px 5px 10px 0px;
    float: left;
}

.UnivPTFilterheader {
    font-size: 15px;
    font-weight: 600;
    margin: 8px 5px 0px 0px;
}

.UnivDidYouMean {
    width: auto;
    border: 1px solid #9397A6;
    background-color: #e6e7e8;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
}

.UnivPTDidYouMeanlbl {
    font-size: 12px;
    margin: 5px;
    padding-left: 10px;
    padding-top: 10px;
}

.UnivPTResultsFoundlbl {
    font-size: 12px;
    display: inline-block
}

.UnivPTheaderdata {
    font-weight: bold;
    font-size: larger;
    margin: 0px 5px 10px 0px;
    display: inline;
}

.universalSwitch {
    margin-top: 6px;
    float: left;
    margin-right: 4px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(128, 128, 128);
    -webkit-transition: .4s;
    transition: .4s;
}

.sliderPre {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(128, 128, 128);
    -webkit-transition: .4s;
    transition: .4s;
}



.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 0;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.sliderPre:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 0;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}


input:checked + .slider {
    background-color: green;
}

input:checked + .sliderPre {
    background-color: dimgray;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:focus + .sliderPre {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


input:checked + .sliderPre:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

input:checked + .sliderPre:after {
    position: absolute;
    left: .4rem;
    top: .2rem;
    content: '✓';
    color: white;
    height: 10px;
    width: 5px;
    font-weight: 600;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.sliderPre.round {
    border-radius: 34px;
}

    .sliderPre.round:before {
        border-radius: 50%;
    }

.msgparts-ok {
    position: relative;
}

    .msgparts-ok.ui-state-hover, .msgparts-ok.ui-state-focus {
        background: none;
    }

.imgUnavailableClass {
    background-color: white;
    text-align: center;
    padding-top: 107px;
    height: 108px;
    width: 230px;
    /*vertical-align: middle; */
    margin: auto;
    font-size: medium;
}

/*Universal CSS Ends*/


.attributeDetailsSection {
    word-break: break-word;
    word-wrap: break-word;
}

.NapaNXPItemsLabel {
    background-color: #1b1b7d;
    padding: 15px;
    font-size: 14px;
    font-weight: 600;
}

.AvailQuantityDiv {
    padding-bottom: 5px;
    padding-right: 10px;
}

.AvailQuantity_NXP_Div {
    padding-bottom: 1px;
    padding-right: 10px;
}

.cartControlsRight {
    float: right;
}

.cartControlsLeft {
    float: left;
    padding-right: 3px;
}

.cartControlsDisplay {
    display: inline-block;
    margin-top: 2px;
}

.cartControls-LineSpace {
    padding-bottom: 10px;
}

.cartControls-RightSpace {
    padding-right: 12px;
}

.cartControls-FindIt {
    padding-right: 10px;
    float: left;
    padding-top: 35px;
    padding-left: 5px;
}

.cart-AddToCart {
    padding-bottom: 3px;
    float: right;
}

.cart-LeftSpace {
    padding-left: 4px;
}

.cartControlsRight {
    float: right;
    width: 175px;
}

.cartControls-APIMessage {
    text-align: right;
    float: right;
}

.cart-Site-Display {
    display: block;
    padding-bottom: 10px;
}

.cart-Site-left {
    float: left;
}

.quantityHover {
    overflow: hidden;
    max-width: 155px;
    min-width: 123px;
}

.quantityHover-Site {
    max-height: 180px;
    overflow: hidden;
    width: 160px;
}

.avlAddToCart {
    margin: 5px;
    margin-left: 133px;
}

.avl-APIMessage {
    text-align: right;
    float: right;
    margin: 10px;
}

.cartcontrols-supplier-price {
    display: grid;
    padding-bottom: 10px;
}

.proceed-to-checkout {
    position: absolute;
    bottom: 0;
}

#ATCPartImage_NXP {
    float: left;
    width: 80px;
    padding-right: 5px;
}

.ATC-PartNumber-NXP {
    float: right;
    /*IE*/
    padding-top: 9px;
    padding-left: 5px;
}

.QtyAvlDeliveryDiv {
    border-bottom: 1px solid grey;
    border-left: 7px solid green;
    padding-left: 10px;
    margin-bottom: 18px;
    margin-left: 102px;
    height: 20px;
}

.QtyTodayDeliveryDiv {
    border-bottom: 1px solid grey;
    border-left: 7px solid lightgray;
    padding-left: 10px;
    margin-bottom: 18px;
    margin-left: 102px;
}

img {
    cursor: pointer;
}

.CartScrollHide {
    overflow: hidden;
}

.cart-NSightNotInStock-qty {
    /*border-bottom: 1px solid lightgray;
    border-left: 6px solid #bfc2cc;*/
    white-space: nowrap;
    min-height: 18px;
    padding-left: 5px;
    width: 120px;
}

.rightDetail {
    min-width: 362px;
}

.divCompareImg img {
    cursor: default;
}


.PartDetailsMiddle .pDetail2 span input + a {
    cursor: pointer;
}

div.table {
    display: table;
}

div.tableRow {
    display: table-row;
}

div.tableCell {
    display: table-cell;
    padding: 4px 0px 4px 1px;
}

.divRecommendParts {
    background: lightgrey;
    border: 1px solid darkgrey;
}

.recommendationRow {
    padding-left: 5px;
}

.ViewRecommend {
    color: #4A90E2;
    background: white;
    float: right;
    width: 157px;
    font-size: 14px;
    font-weight: bold;
    height: 17px;
    font-size: 14px;
    font-weight: bold;
}

.recommendationComments {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tblRecparts {
    background-color: white;
    /*margin: 0px -6px -1px 0px;*/
    border-left: 5px solid lightgrey;
    border-right: 1px solid lightgrey;
    border-bottom: 6px solid lightgrey;
    width: 230px;
}

table.tblRecparts tr {
    width: 150px;
}

.rolloverEllipse {
    background: white;
    z-index: 999;
    position: absolute;
    border-left: 1px solid lightgrey;
    border-right: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    margin-left: -1px;
}

.iconTray {
    padding-top: 4px;
    clear: both;
}

    .iconTray .lnkDiscrepIcon {
        width: 20px;
        height: 20px;
    }

    .iconTray .lnkWarrantyIcon {
        width: 18px;
        height: 20px;
    }

    .iconTray .compareCheckbox label {
        margin-right: 10px;
    }

.leftDetail {
    border-right: 1px solid lightgray;
}

.btn-default {
    color: #0053a0;
    font-family: Arial;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    border: 0;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    border: 1px solid #0053a0;
    background-color: #ffffff;
    padding: 0 2px;
}

    .btn-default:focus {
        background-color: #f9f9f9;
    }

.AddToCartClass {
    color: white;
    font-family: Arial;
    font-size: 1em;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    border: 0;
    height: 25px;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: navy;
    padding: 0 5px;
    width: 146px;
}

.AddToCartModalClass {
    color: white;
    font-family: Arial;
    font-size: 1em;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    border: 0;
    height: 25px;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: navy;
    padding: 0 5px;
    width: 146px;
}

.AddToCartClass:focus {
    color: white;
    background-color: navy;
}

.avlPartInfo {
    display: inline-block;
}

.avlPartInfo-left {
    padding-right: 20px;
    float: left;
    width: 380px;
}

.realDeals {
    cursor: default !important;
}

.nsightDown {
    color: red;
}

.kitComponent-display {
    display: inline-block;
}

    .kitComponent-display a {
        color: #0053a0;
        text-decoration: none;
    }

.kitComponent-display-none {
    display: none;
}

[id^=KitComponentDiv] {
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    display: block;
    float: left;
}

[id^=KitComponentExtentDiv] {
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    display: block;
    float: left;
}

[id^=AvlKitComponentDiv] {
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    /*display: block;
    float: left;*/
}

[id^=AvlKitComponentExtentDiv] {
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    display: block;
    float: left;
}

[id^=divKitComponentInfoBody] {
    display: inline-table;
}

li.availableKitComponent {
    line-height: 15px;
    display: inline-block;
    color: #333;
    font-weight: bold;
    font-size: 12px;
}

.AvlRightDetail {
    min-width: 208px;
    float: right;
    margin-right: 5px;
}

#sort-relevance span.custom-combobox {
    margin-top: 0px;
    padding-right: 25px;
    margin-right: 2px;
}

#pagination span.custom-combobox {
    margin-top: 0px;
    padding-right: 20px;
}

    #pagination span.custom-combobox a {
        margin-top: 10px;
        max-height: 20px;
    }

.notificationheader .ui-state-default {
    background: transparent url("../images/btn-grey.png") repeat-x;
    font-weight: bold;
    font-size: 14px;
}

.btn-samesearch {
    margin-right: 5px;
}


/* Hazardous scroll top icon  */

#gotoTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 80px;
    z-index: 99;
    font-size: 18px;
    color: #484b55;
    font-family: Arial;
    font-size: 1em;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    border: 0;
    height: 25px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #c78903;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #ff9a0b;
    background: transparent url("../images/btn.png") repeat-x;
    padding: 0 5px;
}

.SupersededDisabled {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: black;
}

p.yearsPartFits {
    padding-left: 2rem;
    z-index: -1;
}


.hideItemsPerpage {
    visibility: hidden;
    padding-left: 0px !important;
}

.partTypeText {
    font-size: 11px;
}

.partTypeHeader {
    background-color: #EBEBEB;
    padding: 5px 5px 5px 5px;
    word-wrap: break-word;
    min-height: 50px;
    max-height: 900px;
}

div div.partTypeCheckbox {
    font-weight: bold;
    margin-bottom: 15px;
    /*padding: 20px 10px 0 10px;*/
}

.partTypeCheckbox.first {
    border-top: 0 none;
    margin-top: 0;
}

div.partTypeHeader.inlineScroll {
    max-height: 450px;
    overflow: auto;
}

.searchButtonDisabled {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    /*background-color:#ECEEF3;*/
    background-color: grey;
}

.partTypeSection {
    background-color: #EBEBEB;
    border: 1px solid #9397A6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 5px 5px 5px;
    min-width: 759px;
    word-wrap: break-word;
    padding-left: 10px;
    margin-top: 40px;
}


#containerPart {
    height: 100%;
    width: 100%;
    overflow: hidden;
    max-height: 150px;
}

#contentPart {
    width: 100%;
    height: 99%;
    overflow: hidden;
    padding-right: 15px;
    max-height: 150px;
}

div.refinementsBody.inlineScrollPart {
    max-height: 450px;
    overflow: auto;
    outline: -1px solid slategrey;
}

#DeSelectAll {
    color: #0053a0;
    font-size: 0.9em;
    white-space: nowrap
}

/*PPSE 5700* start */

.fadeoutDiv {
    opacity: 0.3;
    background-color: grey;
}

.disableYmmDropDown {
    opacity: 0.6;
    pointer-events: none;
}

.ShowDiv {
    display: block;
}


.HideDiv {
    display: none;
}



.yeardropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.yeardropdown-tooltip {
    position: relative;
    display: inline-block;
}


.yeardropdown-tooltipstatic {
    position: relative;
    display: inline-block;
}


    .yeardropdown-tooltipstatic .yeardropdown-staticcontent {
        background-color: #f1f1f1;
        color: black;
        border-radius: 2px;
        padding: 5px 0;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        border: 1px solid black;
        position: absolute;
        padding: 20px;
        left: 0;
        right: 0;
        min-width: 500px;
        position: absolute;
        margin-top: 10px;
    }

    .yeardropdown-tooltipstatic:hover .yeardropbtn {
        background-color: #ddd;
    }



.yeardropdown-staticcontent:before {
    content: '';
    display: block;
    position: absolute;
    left: 40px;
    bottom: 100%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: black;
}

.yeardropdown-staticcontent:after {
    content: '';
    display: block;
    position: absolute;
    left: 41px;
    bottom: 100%;
    width: 0;
    height: 0;
    border: 9px solid transparent;
    border-bottom-color: white;
    border-color: transparent transparent #f1f1f1 transparent;
}





.makedropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    float: left;
}

.makedropdown-tooltip {
    position: relative;
    display: inline-block;
}



.makedropdown-tooltipstatic {
    position: relative;
    display: inline-block;
}


    .makedropdown-tooltipstatic .makedropdown-staticcontent {
        background-color: #f1f1f1;
        color: black;
        border-radius: 2px;
        padding: 5px 0;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        border: 1px solid black;
        position: absolute;
        padding: 20px;
        left: 0;
        right: 0;
        min-width: 500px;
        position: absolute;
        margin-top: 10px;
    }

    .makedropdown-tooltipstatic:hover .makedropbtn {
        background-color: #ddd;
    }



.makedropdown-staticcontent:before {
    content: '';
    display: block;
    position: absolute;
    left: 40px;
    bottom: 100%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: black;
}

.makedropdown-staticcontent:after {
    content: '';
    display: block;
    position: absolute;
    left: 41px;
    bottom: 100%;
    width: 0;
    height: 0;
    border: 9px solid transparent;
    border-bottom-color: white;
    border-color: transparent transparent #f1f1f1 transparent;
}



.modeldropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.modeldropdown-tooltip {
    position: relative;
    display: inline-block;
}

.modeldropdown-tooltipstatic {
    position: relative;
    display: inline-block;
}


    .modeldropdown-tooltipstatic .modeldropdown-staticcontent {
        background-color: #f1f1f1;
        color: black;
        border-radius: 2px;
        padding: 5px 0;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        border: 1px solid black;
        position: absolute;
        padding: 20px;
        left: 0;
        right: 0;
        min-width: 500px;
        position: absolute;
        margin-top: 10px;
    }

    .modeldropdown-tooltipstatic:hover .modeldropbtn {
        background-color: inherit;
    }



.modeldropdown-staticcontent:before {
    content: '';
    display: block;
    position: absolute;
    left: 40px;
    bottom: 100%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: black;
}

.modeldropdown-staticcontent:after {
    content: '';
    display: block;
    position: absolute;
    left: 41px;
    bottom: 100%;
    width: 0;
    height: 0;
    border: 9px solid transparent;
    border-bottom-color: white;
    border-color: transparent transparent #f1f1f1 transparent;
}

/*PPSE 5700 end*/

/*PPSE 8568*/

.delivery-tooltip {
    background-color: #e0e0e0;
    color: black;
    border-radius: 4px;
    padding: 5px 0;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
    border: 1px solid #e0e0e0;
    position: absolute;
    padding: 10px;
    margin-top: 10px;
}

    .delivery-tooltip:after {
        content: '';
        display: block;
        position: absolute;
        left: 130px;
        bottom: 100%;
        width: 0;
        height: 0;
        border: 9px solid transparent;
        border-bottom-color: white;
        border-color: transparent transparent #e0e0e0 transparent;
    }

/*PPSE 8568 end*/

.saveuserpreferencebtn {
    color: white;
    font-family: Arial;
    font-size: 1em;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    border: 0;
    height: 25px;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    border: 1px solid #c78903;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: black;
    padding: 0 5px;
}

.btn-group label {
    background-color: white;
    border: 1px solid gray;
    color: dodgerblue;
    padding: 5px 10px;
    cursor: pointer;
    float: left;
}

.btn-group:after {
    content: "";
    clear: both;
    display: table;
}

.btn-group-toggle > .btn button[type=button], .btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

.active {
    background-color: #C1CACB !important;
}


#videoal video {
    margin: 30px 0px 0px 20px;
    float: left;
}

#videoal {
    margin: 50px 20px 10px 20px;
    width: 300px;
}

.closeBg {
    background-position: -93px -125px;
}


nav#helpmenu {
    height: 54px;
    background: url('../images/white_texture_main_nav.png') repeat-x;
    background-color: #e0e1e3;
}

    nav#helpmenu a, nav#helpmenu a:hover, nav#helpmenu > ul > li.selected > a, nav#helpmenu > ul > li:hover > a {
        /*color: #454648;
        text-decoration: none;
        text-shadow: 0 1px 0 rgba(255,255,255,0.5);*/
    }

    nav#helpmenu > ul > li {
        /*background: url('../images/bullet_pipe_nav_top.png') right center no-repeat;*/
        height: inherit;
        padding: 0px 10px 0px 10px;
        float: left;
        list-style-type: none;
    }

        nav#helpmenu > ul > li:last-child {
            background: none;
        }

        nav#helpmenu > ul > li.noborder {
            background: none;
        }

        nav#helpmenu > ul > li.selected, nav#helpmenu > ul > li:hover {
            /*background-image: none;
            background-color: #f0f1f2;
            border-left: 1px solid #9397a6;
            border-right: 1px solid #9397a6;
            margin-left: -1px;*/
        }

        nav#helpmenu > ul > li > a {
            font-weight: bold;
            display: block;
        }

    nav#helpmenu #language {
        line-height: 53px;
        float: right;
        font-weight: bold;
    }

    nav#helpmenu ul li {
        width: 100px;
        height: 45px;
        line-height: 15px;
        text-align: center;
        padding-top: 8px;
    }

.searchIcon {
    opacity: 0.1;
    height: 20px;
    padding-top: 2px;
}

.dropdownIcon {
    opacity: 0.1;
    height: 13px;
    padding-top: 2px;
}

.searchIconImage {
    /*background: url('../images/search_icon.png')no-repeat 0 0;*/
    background-image: url(/images/search_icon.png);
    background-repeat: no-repeat;
    border: 0;
    opacity: 0.1;
    height: 20px;
    padding-top: 2px;
}


/*5711*/
.trueBlue .trueBluetext {
    visibility: hidden;
    width: 200px;
    background-color: white;
    color: black;
    text-align: center;
    padding: 5px 0;
    border-radius: 2px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border: 1px solid grey;
    left: 0;
    right: 0;
    position: absolute;
    margin-top: 10px;
}

.trueBlue:hover .trueBluetext {
    visibility: visible;
}

.trueBluetext:before {
    content: '';
    display: block;
    position: absolute;
    left: 40px;
    bottom: 100%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: grey;
}

.trueBluetext:after {
    content: '';
    display: block;
    position: absolute;
    left: 41px;
    bottom: 100%;
    width: 0;
    height: 0;
    border: 9px solid transparent;
    border-bottom-color: white;
    border-color: transparent transparent #f1f1f1 transparent;
}

.setPositionDialog {
    top: 54.3125px;
    left: 870.547px;
}

.didyoumean_infoBox {
    height: 40px;
    width: 762px;
    margin-bottom: 12px;
    background-color: #e6e7e8;
    padding: 1px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}



.trueBlue {
    position: relative;
    display: inline-block;
}

.trueBluetext {
    visibility: hidden;
    width: 170px;
    background-color: white;
    color: black;
    text-align: center;
    padding: 5px 0;
    border-radius: 2px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border: 1px solid grey;
    left: 0;
    right: 0;
    position: absolute;
    margin-top: 10px;
}

.trueBlue:hover .trueBluetext {
    visibility: visible;
}

.trueBluetext:before {
    content: '';
    display: block;
    position: absolute;
    left: 40px;
    bottom: 100%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: grey;
}

.trueBluetext:after {
    content: '';
    display: block;
    position: absolute;
    left: 41px;
    bottom: 100%;
    width: 0;
    height: 0;
    border: 9px solid transparent;
    border-bottom-color: white;
    border-color: transparent transparent white transparent;
}


/*PPSE 6429*/
#s7_videoview.s7videoviewer {
    width: 100%;
    height: auto;
}

.video-content {
    padding: 0px !important;
    border: 0px !important;
    margin: 0px !important;
    padding-left: 0px !important;
    overflow-y: hidden !important;
    min-height: 550px !important;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    height: 100%;
    overflow: hidden;
    max-width: 100%;
}

    .embed-container iframe,
    .embed-container object,
    .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


/*ppse-6208*/
.tabStyle_thead {
    text-align: left;
    font-size: 9px;
    font-weight: lighter;
    color: #9B9B9B;
    padding-left: 55px;
}

.tabStyle {
    height: 219px;
    max-height: 235px;
    overflow: scroll;
}

.nostoremsg {
    font-size: 13px;
    font-family: Arial;
    font-size: 1.1em;
    margin-top: 85px;
    margin-left: 225px;
}

.dvnxpsldl {
    display: none;
    overflow: hidden;
    height: 256px;
    margin-left: 17px;
    margin-right: 17px;
    height: auto;
    border-radius: 5px;
    margin-bottom: 17px;
}

.availability_td {
    text-align: center;
    white-space: nowrap;
    padding: 10px;
    font-size: 11px;
    padding-left: 56px;
}

.tabheaderstyle {
    min-height: 14px;
    font-weight: lighter;
    color: #333333;
    font-family: sans-serif;
    font-size: 11px;
}

.tablistyle {
    height: 35px;
    margin-right: 0px;
}

.avail-instore-qty {
    border-left: 6px solid #448002;
    min-height: 15px;
}

.avail-NSightToday-qty {
    border-left: 6px solid #F8E71C;
    min-height: 15px;
}

.avail-NSightTomorrow-qty {
    border-left: 6px solid #F5A623;
    min-height: 15px;
}

.avail-NSightTwoDays-qty {
    border-left: 6px solid #001489;
    min-height: 15px;
}

.avail-NAPA-Network-qty {
    border-left: 6px solid darkgrey;
    min-height: 15px;
}

.avail-NXP-unavailable-qty {
    border-left: 6px solid #ADADAD;
    min-height: 15px;
}


.mpccDisplay {
    margin-top: 10px;
    color: red;
}


.quantityInfo {
    color: #000000;
    font-family: sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.viewdrpIcon {
    opacity: .3;
    height: 19px;
    float: right;
    margin-right: -155px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 9px;
    padding-right: 5px;
}

.cart-viewRecommend {
    padding-top: 22px;
}

.cart-viewRecommend-ppbk {
    padding-top: 32px;
}

.AvailableShow {
    display: block;
}

.AvailableHide {
    display: none;
}

.is-recommended {
}

geo-regulatory .regulatory {
    padding: 10px;
    font-size: medium;
}


.cart-avl-store-agg {
    border-left: 6px solid #448002;
    white-space: nowrap;
    border-bottom: none;
    padding-bottom: 1px;
    display: inline-block;
    line-height: 10px;
    font-size: 12px;
    height: 29.56px;
}

.cart-NSightToday-qty-agg {
    border-left: 6px solid #F8E71C;
    white-space: nowrap;
    border-bottom: none;
    padding-bottom: 1px;
    height: 21px;
    display: inline-block;
    line-height: 25px;
    font-size: 12px;
}

.cart-NSightTomorrow-qty-agg {
    border-left: 6px solid #F5A623;
    white-space: nowrap;
    border-bottom: none;
    padding-bottom: 1px;
    height: 21px;
    display: inline-block;
    line-height: 25px;
    font-size: 12px;
}

.cart-NSightTwoDays-qty-agg {
    border-left: 6px solid #001489;
    white-space: nowrap;
    border-bottom: none;
    padding-bottom: 1px;
    height: 21px;
    display: inline-block;
    line-height: 25px;
    font-size: 12px;
}
.cart-NSightTwoDays-qty-agg-black {
    border-left: 6px solid black;
    white-space: nowrap;
    border-bottom: none;
    padding-bottom: 1px;
    height: 21px;
    display: inline-block;
    line-height: 25px;
    font-size: 12px;
}
.cart-NSightTwoDays-qty-agg-black-avw {
    border-left: 6px solid black;
    white-space: nowrap;
    border-bottom: none;
    padding-bottom: 1px;
    height: 21px;
    line-height:24px;
}
.cart-NXP-unavailable-qty-agg {
    border-left: 6px solid #ADADAD;
    white-space: nowrap;
    border-bottom: none;
    padding-bottom: 1px;
    height: 21px;
    display: inline-block;
    line-height: 25px;
    font-size: 12px;
}
.cart-NXP-unavailable-qty-agg-avw {
    border-left: 6px solid #ADADAD;
    white-space: nowrap;
    border-bottom: none;
    padding-bottom: 1px;
    height: 21px;
    line-height: 25px;
}
.cart-NAPA-Network-qty-agg {
    border-left: 6px solid #333333;
    white-space: nowrap;
    border-bottom: none;
    padding-bottom: 1px;
    height: 21px;
    display: inline-block;
    line-height: 25px;
    font-size: 12px;
}

}
/* Product catalog - Css starts */
.Categorydropdown {
    position: relative;
    display: inline-block;
}

.Categorydropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

.Categorydropdown:hover .Categorydropdown-content {
    display: block;
}

.showContent {
    display: block;
}

.categorysearchIcon {
    opacity: 0.1;
    height: 15px;
    padding-left: 3px;
}

.PCdiv {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 213px;
    float: left;
    border: 2px solid #e0e0e0;
    margin: 3px;
    margin-left: 20px;
    padding: 5px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.PCname {
    display: -webkit-box;
    overflow: hidden;
    height: 34px;
    max-height: 34px;
    -webkit-box-orient: vertical;
    line-height: 1.0;
    font-size: 0.9em;
}

.CategoriesLoading {
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;
}

.divSubCategoriesSelected {
    width: auto;
    height: auto;
    padding: 0px 5px 0px 5px;
    overflow: auto;
    overflow-y: hidden;
}

.divSubCategoryViewResultBtn {
    float: right;
    width: 130px;
    padding-top: 25px;
    text-align: center;
}

div#divSubCategoriesContainer li:hover {
    border: 1px solid #0053a0;
}

div#divSubCategoriesContainer ul {
    float: left;
    margin-right: -999em;
    list-style: none;
}

div#divSubCategoriesContainer li {
    margin: 5px 5px;
    float: left;
    display: inline;
    width: 125px;
    padding: 5px 5px;
    border: 1px solid white;
    background-color: #ffffff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 1px 1px 1px 1px gray;
    cursor: pointer;
}

    div#divSubCategoriesContainer li.breadcrumb {
        margin: 5px 5px;
        float: left;
        display: inline;
        width: 125px;
        padding: 5px 5px;
        border: 1px solid white;
        background-color: #ffffff;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

        div#divSubCategoriesContainer li.breadcrumb img {
            opacity: 0.4;
        }


    div#divSubCategoriesContainer li.PTselected {
        border: 2px solid #0053a0;
        box-shadow: 1px 1px 1px 1px #9397A6;
    }

#divSubCategoriesSelected {
    width: auto;
    height: auto;
    padding: 0px 5px 0px 5px;
    overflow: auto;
    overflow-y: hidden;
}


.universalSearchBtn {
    background-color: #FF9A0B;
    height: 35px;
    border-radius: 0px 3px 3px 0px;
    margin-top: -1.5px;
    background: #FF9A0B url(../images/search_icon_with_bgcolor.png) no-repeat;
    width: 33px;
    background-size: 33px;
    background-position-x: center;
    background-position-y: center;
    vertical-align: middle;
    border: 1px solid #0a1846;
    border-left: none;
}

.nonuniversalSearchBtn {
    background-color: #FF9A0B;
    height: 25px;
    background: #ff9a0b;
    margin-top: -1.5px;
    background-color: #ff9a0b;
    width: 50px;
    padding-top: -9px;
}

.showallparttypes {
    color: #0053a0;
    font-family: Arial;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    line-height: 22px;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    border: 1px solid #0053a0;
    margin: 5px 5px;
    width: 125px;
    padding: 5px 5px;
    border: 1px solid white;
    background-color: lightgrey;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 1px 1px 1px 1px lightgrey;
    text-decoration: underline;
    white-space: normal;
    height: 54px;
}

    .showallparttypes:visited {
        color: #0053a0;
        font-family: Arial;
        font-size: 12px;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
        line-height: 22px;
        display: inline-block;
        overflow: hidden;
        text-align: center;
        border: 1px solid #0053a0;
        margin: 5px 5px;
        width: 125px;
        padding: 5px 5px;
        border: 1px solid white;
        background-color: lightgrey;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        box-shadow: 1px 1px 1px 1px grey;
        text-decoration: underline;
        white-space: normal;
        height: 54px;
    }

    .showallparttypes:focus, .showallparttypes:hover {
        border: 1px solid #0053a0;
        background-color: lightgray;
    }

    .showallparttypes:active {
        color: #0053a0;
        font-family: Arial;
        font-size: 12px;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
        line-height: 22px;
        display: inline-block;
        overflow: hidden;
        text-align: center;
        border: 1px solid #0053a0;
        margin: 5px 5px;
        width: 125px;
        padding: 5px 5px;
        border: 1px solid white;
        background-color: grey;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        box-shadow: 1px 1px 1px 1px grey;
        text-decoration: underline;
        white-space: normal;
        height: 54px;
    }

.disableShowAllPartTypes {
    border-radius: 2px;
    box-shadow: 1px 1px 1px 1px grey;
    background-color: gray;
    border-radius: 2px;
    cursor: not-allowed;
}

.btnBrowseAll {
    color: #0053a0;
    font-family: Arial;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    line-height: 22px;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    border: 1px solid #0053a0;
    margin: 5px 5px;
    width: 125px;
    padding: 5px 5px;
    border: 1px solid white;
    background-color: white;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 1px 1px 1px 1px lightgrey;
    text-decoration: underline;
    white-space: normal;
    height: 54px;
}

    .btnBrowseAll:visited {
        color: #0053a0;
        font-family: Arial;
        font-size: 12px;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
        line-height: 22px;
        display: inline-block;
        overflow: hidden;
        text-align: center;
        border: 1px solid #0053a0;
        margin: 5px 5px;
        width: 125px;
        padding: 5px 5px;
        border: 1px solid white;
        background-color: lightgrey;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        box-shadow: 1px 1px 1px 1px grey;
        text-decoration: underline;
        white-space: normal;
        height: 54px;
    }

    .btnBrowseAll:focus, .btnBrowseAll:hover {
        border: 1px solid #0053a0;
        background-color: lightgray;
    }

    .btnBrowseAll:active {
        color: #0053a0;
        font-family: Arial;
        font-size: 12px;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
        line-height: 22px;
        display: inline-block;
        overflow: hidden;
        text-align: center;
        border: 1px solid #0053a0;
        margin: 5px 5px;
        width: 125px;
        padding: 5px 5px;
        border: 1px solid white;
        background-color: grey;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        box-shadow: 1px 1px 1px 1px grey;
        text-decoration: underline;
        white-space: normal;
        height: 54px;
    }

.FalsePositiveMsg {
    padding: 15px;
    background-color: #f7dcde;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-left: solid red;
    margin: 5px;
}

.FalsePositiveMsgText {
    padding-left: 30px;
    line-height: 1.5;
    display: flow-root;
}

.helpVideoTitle {
    word-break: break-word;
    padding-top: 5px;
    font-weight: bold;
    color: black;
}

.newHelpVideo {
    font-style: italic;
    font-size: smaller;
    color: green;
    vertical-align: top;
}

.helpVideoDate {
    padding-top: 5px;
    color: grey;
}

.helpVideoThumbnail {
    width: 200px;
    float: left;
    padding: 10px;
    height: 210px;
}

.helpVideoThumbImage {
    width: 200px;
    height: 130px;
    border: 1px solid darkgrey;
    border-radius: 2px;
}

.playIcon {
    opacity: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    width: 200px;
    height: 130px;
    background: rgba(0,0,0,0.6) url("../images/video_play_icon.png") no-repeat scroll center center / 50px 30px;
}

    .playIcon:hover {
        opacity: 1;
    }

#divHelpVideos {
    width: 880px;
    margin-left: 20px;
}

.helpPage {
    float: left;
    padding: 5px;
    cursor: pointer;
    font-weight: bold;
    color: #0053a0;
}

.helpPageDisabled {
    color: grey;
    cursor: default;
}

.helpVideosPagination {
    float: right;
    margin-top: 6px;
    display: inline-flex;
}

.nxpunavailable-tooltip {
    background-color: lightyellow;
    color: black;
    border-radius: 4px;
    padding: 5px 0;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
    border: 1px solid #e0e0e0;
    position: absolute;
    padding: 10px;
    margin-top: 10px;
}

    .nxpunavailable-tooltip:after {
        content: '';
        display: block;
        position: absolute;
        left: 50px;
        bottom: 100%;
        width: 0;
        height: 0;
        border: 9px solid transparent;
        border-bottom-color: white;
        border-color: transparent transparent #e0e0e0 transparent;
    }

.notinstock-tooltip {
    background-color: lightyellow;
    color: black;
    border-radius: 4px;
    padding: 5px 0;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
    border: 1px solid #e0e0e0;
    position: absolute;
    padding: 10px;
    margin-top: 10px;
}

    .notinstock-tooltip:after {
        content: '';
        display: block;
        position: absolute;
        left: 50px;
        bottom: 100%;
        width: 0;
        height: 0;
        border: 9px solid transparent;
        border-bottom-color: white;
        border-color: transparent transparent #e0e0e0 transparent;
    }
.login-content {
    width: 357px;
   /*height: 502px;*/
    margin: auto;
    padding: 25px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
    margin-bottom: 35px;
    margin-top: 50px;
}
.login-content h2 {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0.4px;
    color: #333333;
}
.login-content td {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.36px;
    color: #333333;
    display: flex;
    margin: 5px;
}
.login-content input[type=text] {
    width: 100%;
    margin: 8px 0;
    padding: 12px 10px;
    display: inline-block;
    background: #FFFFFF;
    border: 1px solid #999999;
    border-radius: 3px;
}
.login-content select {
    cursor: pointer;
    border: 1px solid #999999;
    width: 224px;
    height: 39px;
    border-radius: 3px;
    background: #ffffff;
    padding: 12px 10px;
    margin: 8px 0;
}
.login-content input[type=submit] {
    width: 100%;
    background: #001489;
    border-radius: 3px;
    height: 40px;
    color: #ffffff;
    letter-spacing: 0.36px;
    margin: 20px 0;
    font-size: 16px;
    font-weight: 700;
    border: none;
}
.login-content input[type=checkbox] {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.42px;
    color: #333333;
}
