@charset "utf-8";

/*<style data-savepage-href="/gehcstorefront/_ui/desktop/common/gefonts/styles/lib/fonts.css" type="text/css" media="screen, print">CSS Document*/

@font-face {
    font-family: "geinspirapitch";
    font-style: normal;
    font-weight: normal;
    src:
        /*savepage-url=geinspirapitch-webfont.eot?#iefix*/
        url() format("embedded-opentype"),
        /*savepage-url=geinspirapitch-webfont.ttf*/
        url(data:application/font-woff;resource=17;base64,) format("truetype");
}

@font-face {
    font-family: "geinspirapitch";
    font-style: italic;
    font-weight: normal;
    src:
        /*savepage-url=geinspirapitch-webfontitalic.eot?#iefix*/
        url() format("embedded-opentype"),
        /*savepage-url=geinspirapitch-webfontitalict.woff*/
        url(data:application/x-font-woff;resource=18;base64,) format("woff"),
        /*savepage-url=geinspirapitch-webfontitalic.ttf*/
        url() format("truetype");
}

@font-face {
    font-family: "geinspirapitch";
    font-style: normal;
    font-weight: bold;
    src:
        /*savepage-url=geinspirapitch-webfontbold.eot?#iefix*/
        url() format("embedded-opentype"),
        /*savepage-url=geinspirapitch-webfontbold.ttf*/
        url(data:application/font-woff;resource=19;base64,) format("truetype");
}

input,
select {
    font-family: var(--ge_font_family_base);
}

body {
    font-family: var(--ge_font_family_base);
}

/* removed this as it is not available in repo - url("geinspirapitch-webfontbold.woff") format("woff"), url("geinspirapitch-webfont.woff") format("woff"), */
</style><style data-savepage-href="/gehcstorefront/_ui/desktop/common/css/jquery.colorbox-1.3.16.css"type="text/css"media="screen, print">

/*
	ColorBox Core Style:
	The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

/* 
	User Style:
	Change the following styles to modify the appearance of ColorBox.  They are
	ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
    background:
        /*savepage-url=../images/colorbox/overlay.png*/
        url() repeat 0 0;
}

#colorbox {}

#cboxTopLeft {
    width: 21px;
    height: 21px;
    background:
        /*savepage-url=../images/colorbox/controls.png*/
        url(data:image/png;resource=40;base64,) no-repeat -100px 0;
}

#cboxTopRight {
    width: 21px;
    height: 21px;
    background:
        /*savepage-url=../images/colorbox/controls.png*/
        url(data:image/png;resource=40;base64,) no-repeat -129px 0;
}

#cboxBottomLeft {
    width: 21px;
    height: 21px;
    background:
        /*savepage-url=../images/colorbox/controls.png*/
        url(data:image/png;resource=40;base64,) no-repeat -100px -29px;
}

#cboxBottomRight {
    width: 21px;
    height: 21px;
    background:
        /*savepage-url=../images/colorbox/controls.png*/
        url(data:image/png;resource=40;base64,) no-repeat -129px -29px;
}

#cboxMiddleLeft {
    width: 21px;
    background:
        /*savepage-url=../images/colorbox/controls.png*/
        url(data:image/png;resource=40;base64,) left top repeat-y;
}

#cboxMiddleRight {
    width: 21px;
    background:
        /*savepage-url=../images/colorbox/controls.png*/
        url(data:image/png;resource=40;base64,) right top repeat-y;
}

#cboxTopCenter {
    height: 21px;
    background:
        /*savepage-url=../images/colorbox/border.png*/
        url() 0 0 repeat-x;
}

#cboxBottomCenter {
    height: 21px;
    background:
        /*savepage-url=../images/colorbox/border.png*/
        url() 0 -29px repeat-x;
}

#cboxContent {
    background: var(--white);
    overflow: hidden;
}

#cboxError {
    padding: 50px;
    border: 1px solid var(--grey80);
}

#cboxLoadedContent {
    margin-bottom: 28px;
}

#cboxTitle {
    position: absolute;
    bottom: 4px;
    left: 0;
    text-align: center;
    width: 100%;
    color: var(--gray58);
}

#cboxCurrent {
    position: absolute;
    bottom: 4px;
    left: 58px;
    color: var(--gray58);
}

#cboxSlideshow {
    position: absolute;
    bottom: 4px;
    right: 30px;
    color: #0092ef;
}

#cboxPrevious {
    position: absolute;
    bottom: 0;
    left: 0;
    background:
        /*savepage-url=../images/colorbox/controls.png*/
        url(data:image/png;resource=40;base64,) no-repeat -75px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

#cboxPrevious.hover {
    background-position: -75px -25px;
}

#cboxNext {
    position: absolute;
    bottom: 0;
    left: 27px;
    background:
        /*savepage-url=../images/colorbox/controls.png*/
        url(data:image/png;resource=40;base64,) no-repeat -50px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

#cboxNext.hover {
    background-position: -50px -25px;
}

#cboxLoadingOverlay {
    background:
        /*savepage-url=../images/colorbox/loading_background.png*/
        url(data:image/png;resource=41;base64,) no-repeat center center;
}

#cboxLoadingGraphic {
    background:
        /*savepage-url=../images/colorbox/loading.gif*/
        url(data:image/gif;resource=42;base64,) no-repeat center center;
}

#cboxClose {
    position: absolute;
    top: -27px;
    right: 0;
    background:
        /*savepage-url=../images/colorbox/controls.png*/
        url(data:image/png;resource=40;base64,) no-repeat -25px 0;
    width: 25px;
    height: 25px;
}

#cboxClose.hover {
    background-position: -25px -25px;
}

/*
	The following fixes a problem where IE7+ replaces a PNG's alpha transparency with a black fill
	when an alpha filter (opacity change) is set on the element or ancestor element.
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}

/*
	The following provides PNG transparency support for IE6
*/
.cboxIE6 #cboxTopLeft {
    background:
        /*savepage-url=../images/colorbox/ie6/borderTopLeft.png*/
        url();
}

.cboxIE6 #cboxTopCenter {
    background:
        /*savepage-url=../images/colorbox/ie6/borderTopCenter.png*/
        url();
}

.cboxIE6 #cboxTopRight {
    background:
        /*savepage-url=../images/colorbox/ie6/borderTopRight.png*/
        url();
}

.cboxIE6 #cboxBottomLeft {
    background:
        /*savepage-url=../images/colorbox/ie6/borderBottomLeft.png*/
        url();
}

.cboxIE6 #cboxBottomCenter {
    background:
        /*savepage-url=../images/colorbox/ie6/borderBottomCenter.png*/
        url();
}

.cboxIE6 #cboxBottomRight {
    background:
        /*savepage-url=../images/colorbox/ie6/borderBottomRight.png*/
        url();
}

.cboxIE6 #cboxMiddleLeft {
    background:
        /*savepage-url=../images/colorbox/ie6/borderMiddleLeft.png*/
        url();
}

.cboxIE6 #cboxMiddleRight {
    background:
        /*savepage-url=../images/colorbox/ie6/borderMiddleRight.png*/
        url();
}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src=this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background="none", this.style.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src="+ this.src + ", sizingMethod='scale')");
}

</style><style data-savepage-href="/gehcstorefront/_ui/desktop/common/css/jquery.bt-0.9.5.css"type="text/css"media="screen, print">

/**
 * styling for tip content
 * mostly for example
 * note: canvas (the tip itself) cannot be styled here. use javascript options for that.
 */
.bt-content {
    font-size: small;
    color: var(--black);
    line-height: normal;
}

/* styling for active target elements - usually for background highlighting */
.bt-active {
    /* example:
  background-color: yellow !important;
 */

}

</style><style data-savepage-href="/gehcstorefront/_ui/desktop/common/blueprint/screen.css"type="text/css"media="screen, print"> {
    /* -----------------------------------------------------------------------


 Blueprint CSS Framework 1.0
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

    /* reset.css */
    html {
        margin: 0;
        padding: 0;
        border: 0;
    }

    body,
    div,
    span,
    object,
    iframe,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    blockquote,
    pre,
    a,
    abbr,
    acronym,
    address,
    code,
    del,
    dfn,
    em,
    img,
    q,
    dl,
    dt,
    dd,
    ol,
    ul,
    li,
    fieldset,
    form,
    label,
    legend,
    table,
    caption,
    tbody,
    tfoot,
    thead,
    tr,
    th,
    td,
    article,
    aside,
    dialog,
    figure,
    footer,
    header,
    hgroup,
    nav,
    section {
        margin: 0;
        padding: 0;
        border: 0;
        font-weight: inherit;
        font-style: inherit;
        font-size: 100%;
        font-family: inherit;
        vertical-align: baseline;
    }

    article,
    aside,
    dialog,
    figure,
    footer,
    header,
    hgroup,
    nav,
    section {
        display: block;
    }

    body {
        line-height: 1.5;
        background: white;
    }

    table {
        border-collapse: separate;
        border-spacing: 0;
    }

    /* caption, th, td {text-align:left;font-weight:normal;float:none !important;} */
    /* table, th, td {vertical-align:middle;} */
    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
    }

    blockquote,
    q {
        quotes: """";
    }

    a img {
        border: none;
    }

    /*:focus {outline:0;}*/

    /* typography.css */
    html {
        font-size: 100.01%;
    }

    body {
        font-size: 75%;
        color: var(--lead_black);
        background: var(--white);
        font-family: var(--ge_font_family_base);
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-weight: normal;
        color: #111;
    }

    h1 {
        font-size: 3em;
        line-height: 1;
        margin-bottom: 0.5em;
    }

    h2 {
        font-size: 2em;
        margin-bottom: 0.75em;
    }

    h3 {
        font-size: 1.5em;
        line-height: 1;
        margin-bottom: 1em;
    }

    h4 {
        font-size: 1.2em;
        line-height: 1.25;
        margin-bottom: 1.25em;
    }

    h5 {
        font-size: 1em;
        font-weight: bold;
        margin-bottom: 1.5em;
    }

    h6 {
        font-size: 1em;
        font-weight: bold;
    }

    h1 img,
    h2 img,
    h3 img,
    h4 img,
    h5 img,
    h6 img {
        margin: 0;
    }

    p {
        margin: 0 0 1.5em;
    }

    .left {
        float: left !important;
    }

    p .left {
        margin: 1.5em 1.5em 1.5em 0;
        padding: 0;
    }

    .right {
        float: right !important;
    }

    p .right {
        margin: 1.5em 0 1.5em 1.5em;
        padding: 0;
    }

    a:focus,
    a:hover {
        color: #09f;
    }

    /* a {color:#06c;text-decoration:underline;} */
    blockquote {
        margin: 1.5em;
        color: var(--grey40);
        font-style: italic;
    }

    strong,
    dfn {
        font-weight: bold;
    }

    em,
    dfn {
        font-style: italic;
    }

    sup,
    sub {
        line-height: 0;
    }

    abbr,
    acronym {
        border-bottom: 1px dotted var(--grey40);
    }

    address {
        margin: 0 0 1.5em;
        font-style: italic;
    }

    del {
        color: var(--grey40);
    }

    pre {
        margin: 1.5em 0;
        white-space: pre;
    }

    pre,
    code,
    tt {
        font: 1em 'andale mono', 'lucida console', monospace;
        line-height: 1.5;
    }

    li ul,
    li ol {
        margin: 0;
    }

    ul,
    ol {
        margin: 0 1.5em 1.5em 0;
        padding-left: 0;
    }

    ul {
        list-style-type: disc;
    }

    ol {
        list-style-type: decimal;
    }

    dl {
        margin: 0 0 1.5em 0;
    }

    dl dt {
        font-weight: bold;
    }

    dd {
        margin-left: 1.5em;
    }

    table {
        margin-bottom: 1.4em;
        width: 100%;
    }

    /* th {font-weight:bold;} */
    /* thead th {background:#c3d9ff;} */
    /* th, td, caption {padding:4px 10px 4px 5px;} */
    tbody tr:nth-child(even) td,
    tbody tr.even td {
        background: #e5ecf9;
    }

    tfoot {
        font-style: italic;
    }

    caption {
        background: var(--super_silver_grey);
    }

    .small {
        font-size: .8em;
        margin-bottom: 1.875em;
        line-height: 1.875em;
    }

    .large {
        font-size: 1.2em;
        line-height: 2.5em;
        margin-bottom: 1.25em;
    }

    .hide {
        display: none;
    }

    .quiet {
        color: var(--grey40);
    }

    .loud {
        color: var(--black);
    }

    .highlight {
        background: var(--yellow);
    }

    .added {
        background: #060;
        color: var(--white);
    }

    .removed {
        background: #900;
        color: var(--white);
    }

    .first {
        margin-left: 0;
        padding-left: 0;
    }

    .last {
        margin-right: 0;
        padding-right: 0;
    }

    .top {
        margin-top: 0;
        padding-top: 0;
    }

    .bottom {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    /* forms.css */
    label {
        font-weight: bold;
    }

    fieldset {
        padding: 0 1.4em 1.4em 1.4em;
        margin: 0 0 1.5em 0;
        border: 1px solid var(--grey80);
    }

    legend {
        font-weight: bold;
        font-size: 1.2em;
        margin-top: -0.2em;
        margin-bottom: 1em;
    }

    fieldset,
    #IE8#HACK {
        padding-top: 1.4em;
    }

    legend,
    #IE8#HACK {
        margin-top: 0;
        margin-bottom: 0;
    }

    input[type=text],
    input[type=password],
    input.text,
    input.title,
    textarea {
        background-color: var(--white);
        border: 1px solid var(--medium_grey);
    }

    input[type=text]:focus,
    input[type=password]:focus,
    input.text:focus,
    input.title:focus,
    textarea:focus {
        border-color: var(--grey40);
    }

    select {
        background-color: var(--white);
        border-width: 1px;
        border-style: solid;
    }

    input[type=text],
    input[type=password],
    input.text,
    input.title,
    textarea,
    select {
        margin: 0.5em 0;
    }

    input.text,
    input.title {
        width: 300px;
        padding: 5px;
    }

    input.title {
        font-size: 1.5em;
    }

    textarea {
        width: 390px;
        height: 250px;
        padding: 5px;
    }

    form.inline {
        line-height: 3;
    }

    form.inline p {
        margin-bottom: 0;
    }

    .error,
    .alert,
    .notice,
    .success,
    .info {
        padding: 0.8em;
        margin-bottom: 1em;
        border: 2px solid var(--steam_grey);
    }

    .error,
    .alert {
        background: var(--mysystem_alert_error_bg_pink);
        color: var(--mysystem_alert_error_red);
        border-color: var(--mysystem_alert_error_border_pink);
    }

    .notice {
        background: var(--white)6bf;
        color: var(--mysystem_alert_notice_olive);
        border-color: var(--mysystem_alert_notice_border_yellow);
    }

    .success {
        background: var(--mysystem_alert_success_bg_yellow);
        color: var(--mysystem_alert_success_green);
        border-color: var(--mysystem_alert_success_border_yellow);
    }

    .info {
        background: var(--mysystem_alert_info_bg_blue);
        color: var(--mysystem_alert_info_blue);
        border-color: var(--mysystem_alert_info_border_blue);
    }

    .error a,
    .alert a {
        color: var(--mysystem_alert_error_red);
    }

    .notice a {
        color: var(--mysystem_alert_notice_olive);
    }

    .success a {
        color: var(--mysystem_alert_success_green);
    }

    .info a {
        color: var(--mysystem_alert_info_blue);
    }

    /* grid.css */
    .container {
        width: 950px;
        margin: 0 auto;
    }

    .showgrid {
        background:
            /*savepage-url=src/grid.png*/
            url();
    }

    .column,
    .span-1,
    .span-2,
    .span-3,
    .span-4,
    .span-5,
    .span-6,
    .span-7,
    .span-8,
    .span-9,
    .span-10,
    .span-11,
    .span-12,
    .span-13,
    .span-14,
    .span-15,
    .span-16,
    .span-17,
    .span-18,
    .span-19,
    .span-20,
    .span-21,
    .span-22,
    .span-23,
    .span-24 {
        float: left;
        margin-right: 10px;
    }

    .last {
        margin-right: 0;
    }

    .span-1 {
        width: 30px;
    }

    .span-2 {
        width: 70px;
    }

    .span-3 {
        width: 110px;
    }

    .span-4 {
        width: 150px;
    }

    .span-5 {
        width: 190px;
    }

    .span-6 {
        width: 230px;
    }

    .span-7 {
        width: 270px;
    }

    .span-8 {
        width: 310px;
    }

    .span-9 {
        width: 350px;
    }

    .span-10 {
        width: 390px;
    }

    .span-11 {
        width: 430px;
    }

    .span-12 {
        width: 470px;
    }

    .span-13 {
        width: 510px;
    }

    .span-14 {
        width: 550px;
    }

    .span-15 {
        width: 590px;
    }

    .span-16 {
        width: 630px;
    }

    .span-17 {
        width: 670px;
    }

    .span-18 {
        width: 710px;
    }

    .span-19 {
        width: 750px;
    }

    .span-20 {
        width: 790px;
    }

    .span-21 {
        width: 830px;
    }

    .span-22 {
        width: 870px;
    }

    .span-23 {
        width: 910px;
    }

    .span-24 {
        width: 950px;
        margin-right: 0;
    }

    input.span-1,
    textarea.span-1,
    input.span-2,
    textarea.span-2,
    input.span-3,
    textarea.span-3,
    input.span-4,
    textarea.span-4,
    input.span-5,
    textarea.span-5,
    input.span-6,
    textarea.span-6,
    input.span-7,
    textarea.span-7,
    input.span-8,
    textarea.span-8,
    input.span-9,
    textarea.span-9,
    input.span-10,
    textarea.span-10,
    input.span-11,
    textarea.span-11,
    input.span-12,
    textarea.span-12,
    input.span-13,
    textarea.span-13,
    input.span-14,
    textarea.span-14,
    input.span-15,
    textarea.span-15,
    input.span-16,
    textarea.span-16,
    input.span-17,
    textarea.span-17,
    input.span-18,
    textarea.span-18,
    input.span-19,
    textarea.span-19,
    input.span-20,
    textarea.span-20,
    input.span-21,
    textarea.span-21,
    input.span-22,
    textarea.span-22,
    input.span-23,
    textarea.span-23,
    input.span-24,
    textarea.span-24 {
        border-left-width: 1px;
        border-right-width: 1px;
        padding-left: 5px;
        padding-right: 5px;
    }

    input.span-1,
    textarea.span-1 {
        width: 18px;
    }

    input.span-2,
    textarea.span-2 {
        width: 58px;
    }

    input.span-3,
    textarea.span-3 {
        width: 98px;
    }

    input.span-4,
    textarea.span-4 {
        width: 138px;
    }

    input.span-5,
    textarea.span-5 {
        width: 178px;
    }

    input.span-6,
    textarea.span-6 {
        width: 218px;
    }

    input.span-7,
    textarea.span-7 {
        width: 258px;
    }

    input.span-8,
    textarea.span-8 {
        width: 298px;
    }

    input.span-9,
    textarea.span-9 {
        width: 338px;
    }

    input.span-10,
    textarea.span-10 {
        width: 378px;
    }

    input.span-11,
    textarea.span-11 {
        width: 418px;
    }

    input.span-12,
    textarea.span-12 {
        width: 458px;
    }

    input.span-13,
    textarea.span-13 {
        width: 498px;
    }

    input.span-14,
    textarea.span-14 {
        width: 538px;
    }

    input.span-15,
    textarea.span-15 {
        width: 578px;
    }

    input.span-16,
    textarea.span-16 {
        width: 618px;
    }

    input.span-17,
    textarea.span-17 {
        width: 658px;
    }

    input.span-18,
    textarea.span-18 {
        width: 698px;
    }

    input.span-19,
    textarea.span-19 {
        width: 738px;
    }

    input.span-20,
    textarea.span-20 {
        width: 778px;
    }

    input.span-21,
    textarea.span-21 {
        width: 818px;
    }

    input.span-22,
    textarea.span-22 {
        width: 858px;
    }

    input.span-23,
    textarea.span-23 {
        width: 898px;
    }

    input.span-24,
    textarea.span-24 {
        width: 938px;
    }

    .append-1 {
        padding-right: 40px;
    }

    .append-2 {
        padding-right: 80px;
    }

    .append-3 {
        padding-right: 120px;
    }

    .append-4 {
        padding-right: 160px;
    }

    .append-5 {
        padding-right: 200px;
    }

    .append-6 {
        padding-right: 240px;
    }

    .append-7 {
        padding-right: 280px;
    }

    .append-8 {
        padding-right: 320px;
    }

    .append-9 {
        padding-right: 360px;
    }

    .append-10 {
        padding-right: 400px;
    }

    .append-11 {
        padding-right: 440px;
    }

    .append-12 {
        padding-right: 480px;
    }

    .append-13 {
        padding-right: 520px;
    }

    .append-14 {
        padding-right: 560px;
    }

    .append-15 {
        padding-right: 600px;
    }

    .append-16 {
        padding-right: 640px;
    }

    .append-17 {
        padding-right: 680px;
    }

    .append-18 {
        padding-right: 720px;
    }

    .append-19 {
        padding-right: 760px;
    }

    .append-20 {
        padding-right: 800px;
    }

    .append-21 {
        padding-right: 840px;
    }

    .append-22 {
        padding-right: 880px;
    }

    .append-23 {
        padding-right: 920px;
    }

    .prepend-1 {
        padding-left: 40px;
    }

    .prepend-2 {
        padding-left: 80px;
    }

    .prepend-3 {
        padding-left: 120px;
    }

    .prepend-4 {
        padding-left: 160px;
    }

    .prepend-5 {
        padding-left: 200px;
    }

    .prepend-6 {
        padding-left: 240px;
    }

    .prepend-7 {
        padding-left: 280px;
    }

    .prepend-8 {
        padding-left: 320px;
    }

    .prepend-9 {
        padding-left: 360px;
    }

    .prepend-10 {
        padding-left: 400px;
    }

    .prepend-11 {
        padding-left: 440px;
    }

    .prepend-12 {
        padding-left: 480px;
    }

    .prepend-13 {
        padding-left: 520px;
    }

    .prepend-14 {
        padding-left: 560px;
    }

    .prepend-15 {
        padding-left: 600px;
    }

    .prepend-16 {
        padding-left: 640px;
    }

    .prepend-17 {
        padding-left: 680px;
    }

    .prepend-18 {
        padding-left: 720px;
    }

    .prepend-19 {
        padding-left: 760px;
    }

    .prepend-20 {
        padding-left: 800px;
    }

    .prepend-21 {
        padding-left: 840px;
    }

    .prepend-22 {
        padding-left: 880px;
    }

    .prepend-23 {
        padding-left: 920px;
    }

    .border {
        padding-right: 4px;
        margin-right: 5px;
    }

    .colborder {
        padding-right: 24px;
        margin-right: 25px;
        border-right: 1px solid var(--steam_grey);
    }

    .pull-1 {
        margin-left: -40px;
    }

    .pull-2 {
        margin-left: -80px;
    }

    .pull-3 {
        margin-left: -120px;
    }

    .pull-4 {
        margin-left: -160px;
    }

    .pull-5 {
        margin-left: -200px;
    }

    .pull-6 {
        margin-left: -240px;
    }

    .pull-7 {
        margin-left: -280px;
    }

    .pull-8 {
        margin-left: -320px;
    }

    .pull-9 {
        margin-left: -360px;
    }

    .pull-10 {
        margin-left: -400px;
    }

    .pull-11 {
        margin-left: -440px;
    }

    .pull-12 {
        margin-left: -480px;
    }

    .pull-13 {
        margin-left: -520px;
    }

    .pull-14 {
        margin-left: -560px;
    }

    .pull-15 {
        margin-left: -600px;
    }

    .pull-16 {
        margin-left: -640px;
    }

    .pull-17 {
        margin-left: -680px;
    }

    .pull-18 {
        margin-left: -720px;
    }

    .pull-19 {
        margin-left: -760px;
    }

    .pull-20 {
        margin-left: -800px;
    }

    .pull-21 {
        margin-left: -840px;
    }

    .pull-22 {
        margin-left: -880px;
    }

    .pull-23 {
        margin-left: -920px;
    }

    .pull-24 {
        margin-left: -960px;
    }

    .pull-1,
    .pull-2,
    .pull-3,
    .pull-4,
    .pull-5,
    .pull-6,
    .pull-7,
    .pull-8,
    .pull-9,
    .pull-10,
    .pull-11,
    .pull-12,
    .pull-13,
    .pull-14,
    .pull-15,
    .pull-16,
    .pull-17,
    .pull-18,
    .pull-19,
    .pull-20,
    .pull-21,
    .pull-22,
    .pull-23,
    .pull-24 {
        float: left;
        position: relative;
    }

    .push-1 {
        margin: 0 -40px 1.5em 40px;
    }

    .push-2 {
        margin: 0 -80px 1.5em 80px;
    }

    .push-3 {
        margin: 0 -120px 1.5em 120px;
    }

    .push-4 {
        margin: 0 -160px 1.5em 160px;
    }

    .push-5 {
        margin: 0 -200px 1.5em 200px;
    }

    .push-6 {
        margin: 0 -240px 1.5em 240px;
    }

    .push-7 {
        margin: 0 -280px 1.5em 280px;
    }

    .push-8 {
        margin: 0 -320px 1.5em 320px;
    }

    .push-9 {
        margin: 0 -360px 1.5em 360px;
    }

    .push-10 {
        margin: 0 -400px 1.5em 400px;
    }

    .push-11 {
        margin: 0 -440px 1.5em 440px;
    }

    .push-12 {
        margin: 0 -480px 1.5em 480px;
    }

    .push-13 {
        margin: 0 -520px 1.5em 520px;
    }

    .push-14 {
        margin: 0 -560px 1.5em 560px;
    }

    .push-15 {
        margin: 0 -600px 1.5em 600px;
    }

    .push-16 {
        margin: 0 -640px 1.5em 640px;
    }

    .push-17 {
        margin: 0 -680px 1.5em 680px;
    }

    .push-18 {
        margin: 0 -720px 1.5em 720px;
    }

    .push-19 {
        margin: 0 -760px 1.5em 760px;
    }

    .push-20 {
        margin: 0 -800px 1.5em 800px;
    }

    .push-21 {
        margin: 0 -840px 1.5em 840px;
    }

    .push-22 {
        margin: 0 -880px 1.5em 880px;
    }

    .push-23 {
        margin: 0 -920px 1.5em 920px;
    }

    .push-24 {
        margin: 0 -960px 1.5em 960px;
    }

    .push-1,
    .push-2,
    .push-3,
    .push-4,
    .push-5,
    .push-6,
    .push-7,
    .push-8,
    .push-9,
    .push-10,
    .push-11,
    .push-12,
    .push-13,
    .push-14,
    .push-15,
    .push-16,
    .push-17,
    .push-18,
    .push-19,
    .push-20,
    .push-21,
    .push-22,
    .push-23,
    .push-24 {
        float: left;
        position: relative;
    }

    div.prepend-top,
    .prepend-top {
        margin-top: 1.5em;
    }

    div.append-bottom,
    .append-bottom {
        margin-bottom: 1.5em;
    }

    .box {
        padding: 1.5em;
        margin-bottom: 1.5em;
        background: #e5eCf9;
    }

    hr {
        background: var(--steam_grey);
        color: var(--steam_grey);
        clear: both;
        float: none;
        width: 100%;
        height: 1px;
        margin: 0 0 1.45em;
        border: none;
    }

    hr.space {
        background: var(--white);
        color: var(--white);
        visibility: hidden;
    }

    .clearfix:after,
    .container:after {
        content: "\0020";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
        overflow: hidden;
    }

    .clearfix,
    .container {
        display: block;
    }

    .clear {
        clear: both;
    }

    </style><style data-savepage-href="/gehcstorefront/_ui/desktop/common/css/jquery.ui.stars-3.0.1.css"type="text/css"media="screen, print">

    /*!
 * jQuery UI Stars v3.0.1
 * http://plugins.jquery.com/project/Star_Rating_widget
 *
 * Copyright (c) 2010 Marek "Orkan" Zajac (orkans@gmail.com)
 * Dual licensed under the MIT and GPL licenses.
 * http://docs.jquery.com/License
 *
 * $Rev: 164 $
 * $Date:: 2010-05-01 #$
 * $Build: 35 (2010-05-01)
 *
 */
    .ui-stars-star,
    .ui-stars-cancel {
        float: left;
        display: block;
        overflow: hidden;
        text-indent: -999em;
        cursor: pointer;
    }

    .ui-stars-star a,
    .ui-stars-cancel a {
        width: 16px;
        height: 15px;
        display: block;
        background:
            /*savepage-url=../images/jquery.ui.stars.gif*/
            url() no-repeat 0 0;
    }

    .ui-stars-star a {
        background-position: 0 -32px;
    }

    .ui-stars-star-on a {
        background-position: 0 -48px;
    }

    .ui-stars-star-hover a {
        background-position: 0 -64px;
    }

    .ui-stars-cancel-hover a {
        background-position: 0 -16px;
    }

    .ui-stars-star-disabled,
    .ui-stars-star-disabled a,
    .ui-stars-cancel-disabled a {
        cursor: default !important;
    }

    </style><style data-savepage-href="/gehcstorefront/_ui/desktop/common/css/jquery.ui.autocomplete-1.8.18.css"type="text/css"media="screen, print">

    /*
 * jQuery UI Autocomplete 1.8.18
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
    .ui-autocomplete {
        position: absolute;
        cursor: default;
    }

    /* workarounds */
    * html .ui-autocomplete {
        width: 1px;
    }

    /* without this, the menu expands to 100% in IE6 */

    /*
 * jQuery UI Menu 1.8.18
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
    .ui-menu {
        list-style: none;
        padding: 2px;
        margin: 2px;
        display: block;
        float: left;
        background-color: white;
        /*border: 1px solid var(--steam_grey);*/
        border: 1px solid var(--basic_purple);
        -webkit-border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px;

    }

    .ui-menu .ui-menu {
        margin-top: -3px;
    }

    .ui-menu .ui-menu-item {
        margin: 0;
        padding: 0;
        zoom: 1;
        float: left;
        clear: left;
        width: 100%;
    }

    .ui-menu .ui-menu-item a {
        text-decoration: none;
        display: block;
        padding: .2em .4em;
        line-height: 1.5;
        zoom: 1;
    }

    .ui-menu .ui-menu-item a.ui-state-hover,
    .ui-menu .ui-menu-item a.ui-state-active {
        font-weight: bold;
    }

    ul.equipmentLookUpList {
        max-height: 270px;
        overflow-y: auto;
        overflow-x: hidden;
        max-width: 400px;
        border: 1px solid var(--primary_border);
    }

    ul.equipmentLookUpList li a {
        white-space: nowrap;
    }

    ul.equipmentLookUpList li a:hover {
        font-weight: bold;
    }

    ul.partsLookUpList {
        max-height: 270px;
        overflow-y: auto;
        overflow-x: hidden;
        max-width: 650px;
        min-width: 164px;
        border: 1px solid var(--primary_border);
    }

    ul.partsLookUpList li a {
        white-space: nowrap;
    }

    ul.partsLookUpList li a:hover {
        font-weight: bold;
    }

    </style><style data-savepage-href="/gehcstorefront/_ui/desktop/common/css/jquery.treeview.css"type="text/css"media="screen, print">.treeview,
    .treeview ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .treeview ul {
        background-color: white;
        margin-top: 4px;
    }

    .treeview .hitarea {
        background:
            /*savepage-url=../images/treeview/treeview-default.gif*/
            url() -64px -25px no-repeat;
        height: 16px;
        width: 16px;
        margin-left: -16px;
        float: left;
        cursor: pointer;
    }

    /* fix for IE6 */
    * html .hitarea {
        display: inline;
        float: none;
    }

    .treeview li {
        margin: 0;
        padding: 3px 0pt 3px 16px;
    }

    .treeview a.selected {
        background-color: var(--super_silver_grey);
    }

    #treecontrol {
        margin: 1em 0;
        display: none;
    }

    .treeview .hover {
        color: var(--red);
        cursor: pointer;
    }

    .treeview li {
        background:
            /*savepage-url=../images/treeview/treeview-default-line.gif*/
            url() 0 0 no-repeat;
    }

    .treeview li.collapsable,
    .treeview li.expandable {
        background-position: 0 -176px;
    }

    .treeview .expandable-hitarea {
        background-position: -80px -3px;
    }

    .treeview li.last {
        background-position: 0 -1766px
    }

    .treeview li.lastCollapsable,
    .treeview li.lastExpandable {
        background-image:
            /*savepage-url=../images/treeview/treeview-default.gif*/
            url();
    }

    .treeview li.lastCollapsable {
        background-position: 0 -111px
    }

    .treeview li.lastExpandable {
        background-position: -32px -67px
    }

    .treeview div.lastCollapsable-hitarea,
    .treeview div.lastExpandable-hitarea {
        background-position: 0;
    }

    .treeview-red li {
        background-image:
            /*savepage-url=../images/treeview/treeview-red-line.gif*/
            url();
    }

    .treeview-red .hitarea,
    .treeview-red li.lastCollapsable,
    .treeview-red li.lastExpandable {
        background-image:
            /*savepage-url=../images/treeview/treeview-red.gif*/
            url();
    }

    .treeview-black li {
        background-image:
            /*savepage-url=../images/treeview/treeview-black-line.gif*/
            url();
    }

    .treeview-black .hitarea,
    .treeview-black li.lastCollapsable,
    .treeview-black li.lastExpandable {
        background-image:
            /*savepage-url=../images/treeview/treeview-black.gif*/
            url();
    }

    .treeview-gray li {
        background-image:
            /*savepage-url=../images/treeview/treeview-gray-line.gif*/
            url();
    }

    .treeview-gray .hitarea,
    .treeview-gray li.lastCollapsable,
    .treeview-gray li.lastExpandable {
        background-image:
            /*savepage-url=../images/treeview/treeview-gray.gif*/
            url();
    }

    .treeview-famfamfam li {
        background-image:
            /*savepage-url=../images/treeview/treeview-famfamfam-line.gif*/
            url();
    }

    .treeview-famfamfam .hitarea,
    .treeview-famfamfam li.lastCollapsable,
    .treeview-famfamfam li.lastExpandable {
        background-image:
            /*savepage-url=../images/treeview/treeview-famfamfam.gif*/
            url();
    }

    .treeview .placeholder {
        background:
            /*savepage-url=../images/treeview/ajax-loader.gif*/
            url() 0 0 no-repeat;
        height: 16px;
        width: 16px;
        display: block;
    }

    .filetree li {
        padding: 3px 0 2px 16px;
    }

    .filetree span.folder,
    .filetree span.file {
        padding: 1px 0 1px 16px;
        display: block;
    }

    .filetree span.folder {
        background:
            /*savepage-url=../images/treeview/folder.gif*/
            url() 0 0 no-repeat;
    }

    .filetree li.expandable span.folder {
        background:
            /*savepage-url=../images/treeview/folder-closed.gif*/
            url() 0 0 no-repeat;
    }

    .filetree span.file {
        background:
            /*savepage-url=../images/treeview/file.gif*/
            url() 0 0 no-repeat;
    }

    ul.treeview>li.collapsable:first-child {
        background-position: -17px -90px;
    }

    ul.treeview>li.expandable:first-child {
        background-position: -49px -46px;
    }

    /* quick fix to expand teh first hierachy*/
    ul.treeview li ul li ul {
        display: none;
    }



    </style><style data-savepage-href="/gehcstorefront/_ui/desktop/common/css/jquery.scrollplus.css"type="text/css"media="screen, print">
    /* Product detail page vertical scroller */

    #thumbnail_scroller_container {
        height: 340px;
    }

    #thumbnail_scroller_content,
    #colorbox_scroller_content {
        margin: 0 0 0 23px !important;
    }

    #colorbox_scroller_container {}

    </style><style data-savepage-href="/gehcstorefront/_ui/desktop/common/css/jquery.lightbox-0.5.css"type="text/css"media="screen, print">

    /**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
    #jquery-overlay {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 90;
        width: 100%;
        height: 500px;
    }

    #jquery-lightbox {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 100;
        text-align: center;
        line-height: 0;
    }

    #jquery-lightbox a img {
        border: none;
    }

    #lightbox-container-image-box {
        position: relative;
        background-color: var(--white);
        width: 250px;
        height: 250px;
        margin: 0 auto;
    }

    #lightbox-container-image {
        padding: 10px;
    }

    #lightbox-loading {
        position: absolute;
        top: 40%;
        left: 0%;
        height: 25%;
        width: 100%;
        text-align: center;
        line-height: 0;
    }

    #lightbox-nav {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 10;
    }

    #lightbox-container-image-box>#lightbox-nav {
        left: 0;
    }

    #lightbox-nav a {
        outline: none;
    }

    #lightbox-nav-btnPrev,
    #lightbox-nav-btnNext {
        width: 49%;
        height: 100%;
        zoom: 1;
        display: block;
    }

    #lightbox-nav-btnPrev {
        left: 0;
        float: left;
    }

    #lightbox-nav-btnNext {
        right: 0;
        float: right;
    }

    #lightbox-container-image-data-box {
        font: 10px Verdana, Helvetica, sans-serif;
        background-color: var(--white);
        margin: 0 auto;
        line-height: 1.4em;
        overflow: auto;
        width: 100%;
        padding: 0 10px 0;
    }

    #lightbox-container-image-data {
        padding: 0 10px;
        color: var(--grey40);
    }

    #lightbox-container-image-data #lightbox-image-details {
        width: 70%;
        float: left;
        text-align: left;
    }

    #lightbox-image-details-caption {
        font-weight: bold;
    }

    #lightbox-image-details-currentNumber {
        display: block;
        clear: left;
        padding-bottom: 1.0em;
    }

    #lightbox-secNav-btnClose {
        width: 66px;
        float: right;
        padding-bottom: 0.7em;
    }

    </style><style data-savepage-href="/gehcstorefront/_ui/addons/healthcareb2bpunchoutaddon/desktop/common/css/healthcareb2bpunchoutaddon.css"type="text/css"media="all"></style><style data-savepage-href="/gehcstorefront/_ui/addons/healthcareebsaddon/desktop/common/css/healthcareebsaddon.css"type="text/css"media="all"></style>

    /*one to one css start*/
    .float_left {
        float: left
    }

    .float_right {
        float: right
    }

    .margin_T1px {
        margin-top: 1px !important
    }

    .margin_L0px {
        margin-left: 0px !important
    }

    .margin_T20 {
        margin-top: 20px !important
    }

    .margin_R20 {
        margin-right: 20px
    }

    .margin_L20 {
        margin-left: 20px
    }

    .margin_B10px {
        margin-bottom: 10px;
    }

    .textAlignCenter {
        text-align: center;
    }

    .margin_T1px {
        margin-top: 1px !important;
    }

    .color_bluevar(--basic_purple) {
        color: var(--basic_purple) !important;
    }

    .margin_T15 {
        margin-top: 15px !important;
    }

    .margin_L30 {
        margin-left: 30px !important;
    }

    .clearDiv {
        clear: both;
        height: 0px;
    }

    .errorMsg {
        color: var(--red)
    }

    .redBdr {
        border: 1px solid var(--red) !important;
    }

    /*one to one css Ends*/
    .requiredMsg {
        font-size: 14px;
        color: var(--grey40);
        padding: 12px 0px 7px 16px;
    }

    .exmine {
        vertical-align: middle;
        padding-left: 0px;
    }

    .headline_black {
        color: var(--black);
        font-size: 24px;
        padding: 5px 0px;
        font-weight: normal;
    }

    .headline_blue {
        color: var(--basic_purple);
        font-size: 20px;
        padding: 5px 0px;
        font-weight: 400;
    }

    .btnSection {
        padding: 15px;
        display: inline-block;
        border-right: none;
        width: 670px;
        border-bottom: none;
        border-top: 1px solid var(--primary_border);
        border-bottom: none;
    }

    .addressData {
        padding: 5px 0px 0px 26px;
        color: var(--grey40);
        font-size: 13px;
        line-height: 18px;
        margin: 10px 0px 10px 0px;
    }

    .addressData span {
        color: var(--black);
        font-size: 13px;
        font-weight: 700;
    }

    .fadeAddress,
    .fadeAddress span {
        color: var(--grey79) !important
    }

    .btnSection p {
        text-align: left;
        width: 440px;
        float: left;
        margin: 0px;
    }

    .addressLbl {
        font-size: 14px;
        color: var(--grey20);
        font-weight: bold;
    }

    #addEditCreditCardPanel .form_field-label {
        margin: 20px 0px 7px 0px;
        font-size: 14px;
        font-weight: 700;
        color: var(--black)
    }

    #addEditCreditCardPanel .form_field-input {
        margin-bottom: 0px;
    }

    #addEditCreditCardPanel fieldset.cardDate legend {
        padding: 20px 20px 7px 0;
        font-weight: 700;
        color: var(--black);
    }

    #addEditCreditCardPanel .form_field-input select {
        margin-bottom: 10px;
    }

    .two-cols {
        width: 100px;
        float: left;
        margin: 0px 20px 20px 20px;
    }

    form .two-cols .form_field-input input[type=text] {
        width: 115px
    }

    .cardTypeErrMsg,
    .cardDateErrMsg,
    .regionErrMsg,
    .validCardErrMsg {
        clear: both
    }

    .addEditCreditCardPanel_right {
        width: 280px;
        float: right;
        text-align: center;
        border: 1px solid var(--primary_border) !important;
    }

    .addEditCreditCardPanel_left {
        width: 700px;
        float: left;
        border: 1px solid var(--primary_border);
        background: #fcf;
    }

    .cardImg {
        width: 230px;
        margin: 10px auto;
        text-align: center;
        font-size: 14px;
        color: var(--black);
        font-weight: 700;
    }

    .innerSection_right {
        width: 320px;
        float: right;
        padding: 0px 15px;
    }

    .innerSection_left {
        width: 320px;
        float: left;
        padding: 0px 15px;
    }

    .btnBlue {
        cursor: pointer;
        background: var(--basic_purple);
        border: 1px solid var(--gray92);
        height: 30px;
        width: 100px;
        color: var(--white);
        border: none;
    }

    .btnOrange {
        cursor: pointer;
        color: var(--mysystem_orange_button);
        height: 32px;
        width: 100px;
        color: var(--white);
        border: none;
    }

    a.btnOrange {
        line-height: 11px;
        cursor: pointer;
        background: var(--mysystem_orange_button);
        height: 10px;
        width: 100px;
        color: var(--white);
        border: none;
        padding: 10px 0px 10px 0px;
        text-align: center;
        text-decoration: none;
    }

    /* .inventoryAvailability1 {clear: both; font-size: 14px;width: 100%;text-align: left; font-weight:normal;padding: 10px 0px 0px 0px; min-height:64px;}
.inventoryAvailability1 div{color:var(--peppermint_toad_green);}
.availabilitySpinner{width: 100%;background: url(../images/Spinning.gif) no-repeat top center;	float: left;}
.dataMsg{background: url(../images/triangle.png) no-repeat 0px 11px;	float: left;text-align:left;padding:9px 0px 0px 18px;color:var(--grey20)}
.whiteBgBlueBdrBtn {font-size: 14px;border: 1px solid var(--bright_navy_blue);height: 32px;display: inline-block;width: 170px;text-align: center;text-decoration: none;color: var(--bright_navy_blue);font-weight: bold;line-height: 31px;background: url(../images/bluePlus.png) no-repeat 12px 1px;}
.inventoryProdChk{clear:both}
.inventoryMsgProdDeatilPage{clear:both;color:var(--peppermint_toad_green)} */
    #newAddressBillingSection {
        margin-left: 27px;
    }

    #newAddressBillingSection .addressData {
        padding: 5px 0px 0px 0px;
        color: var(--black);
    }

    .credit_card_info_div {
        background: var(--grey95);
        margin: 0px 20px;
    }

    .credit_card_info_ul {
        margin: 10px 0px !important;
    }

    .credit_card_info .col5_head_1 {
        width: 180px;
        font-weight: 700;
    }

    .credit_card_info .col5_head_2 {
        width: 100px;
        font-weight: 700;
    }

    .credit_card_info .col5_head_3 {
        width: 110px;
        font-weight: 700;
    }

    .credit_card_info .col5_head_4 {
        width: 120px;
        font-weight: 700;
    }

    .credit_card_info .col5_head_5 {
        width: 50px;
        font-weight: 700;
    }

    .credit_card_info .col5_1 {
        width: 180px;
        color: var(--X11_dark_gray);
    }

    .capitalize {
        text-transform: capitalize;
    }

    .credit_card_info .col5_2 {
        width: 100px;
        color: var(--X11_dark_gray);
    }

    .credit_card_info .col5_3 {
        width: 110px;
        color: var(--X11_dark_gray);
        word-wrap: break-word;
    }

    .credit_card_info .col5_4 {
        width: 120px;
        color: var(--X11_dark_gray);
        word-wrap: break-word;
    }

    .credit_card_info .col5_5 {
        width: 50px;
        color: var(--X11_dark_gray);
    }

    .credit_card_info_div {
        float: left
    }

    .orderFailedColorBoxDataSection {
        min-height: 50px;
        font-weight: bold;
        padding: 0px 20px;
    }

    .orderFailedColorBoxMain {
        min-height: 105px;
        padding: 20px;
    }

    .acceptsCardMsg {
        font-weight: bold;
        margin: 10px 2px;
        color: var(--black);
    }

    .addressDataCreditCard {
        padding: 5px 0px 0px 26px;
        color: var(--grey40);
        font-size: 13px;
        line-height: 18px;
        margin: 10px 0px 10px 0px;
    }

    .addLabelCreditCard {
        color: var(--black);
        font-size: 13px;
        font-weight: 700;
    }

    </style><style data-savepage-href="/gehcstorefront/_ui/desktop/theme-green/css/theme-green.css"type="text/css"media="screen, print">.clear_fix:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden
    }

    .clear_fix {
        display: inline-block
    }

    /*\*/
    **/#wrapper {
        background: var(--white)
            /*savepage-url=../images/bottom.png*/
            url() no-repeat center bottom;
        width: 1058px;
        margin: 0 auto;
        padding: 0 0 20px 0;
        overflow: hidden
    }

    #page {
        width: 994px;
        float: left
    }

    ul li {
        list-style-type: none
    }

    select {
        float: left
    }

    .paragraphContent p,
    .paragraphContent h1,
    .paragraphContent h2,
    .paragraphContent h3,
    .paragraphContent h4,
    .paragraphContent h5,
    .paragraphContent h6 {
        padding: 10px;
        margin: 0
    }

    .strong {
        font-weight: bold
    }

    .prod_image {
        padding: 10px
    }

    dl {
        overflow: hidden;
        line-height: 1.5em
    }

    dl dt {
        float: left;
        min-width: 148px
    }

    table,
    th,
    td {
        vertical-align: top
    }

    table ul {
        padding-left: 0
    }

    .hidden {
        display: none
    }

    .text_hide {
        text-indent: -9999px
    }

    p {
        margin: 0 0 10px 0
    }

    dl {
        margin: 0 0 10px 0
    }

    .password-forgotten {
        display: block;
        clear: left;
        margin: -5px 0 4px 0
    }

    .mandatory {
        display: inline-block;
        color: red;
        margin-left: 1px;
    }

    form input.text {
        padding-right: 20px
    }

    form dl dd input.security {
        width: 23px
    }

    .required {
        padding-top: 5px;
        font-size: 90%
    }

    form .terms {
        float: left;
        clear: none
    }

    .add-address-left-label {
        padding-left: 13px
    }

    .add-address-left-input {
        margin-top: -17px
    }

    .checkbox-label {
        padding-left: 13px
    }

    .checkbox-input {
        margin-top: -17px
    }

    .security-code label {
        font-weight: bold !important
    }

    .security-code input {
        width: 65px !important
    }

    select.card_date {
        width: 118px !important
    }

    .pstrength-minchar {
        font-size: .95em;
        line-height: normal
    }

    #password_bar {
        clear: both;
        float: left
    }

    #password_minchar {
        margin-bottom: 10px;
        margin-top: 2px
    }

    .pstrength-bar,
    .pstrength-minchar {
        clear: both;
        float: left
    }

    input.strength {
        margin-bottom: 5px !important
    }

    .skiptocontent {
        position: absolute;
        z-index: 10000;
        left: -3000px
    }

    .skiptocontent:focus {
        left: auto
    }

    .skiptonavigation {
        position: absolute;
        z-index: 10000;
        left: -3000px
    }

    .skiptonavigation:focus {
        left: auto
    }

    .siteLogo a:focus img {
        outline: solid
    }

    #header span#Branding {
        position: absolute;
        bottom: 0;
        display: inline-block
    }

    #header .headerContent {
        float: right;
        max-width: 570px;
        position: relative;
        z-index: 1
    }

    #header .search {
        float: right;
        clear: right;
        white-space: nowrap
    }

    #header .search form {
        padding-bottom: 0
    }

    #header ul.nav {
        float: right
    }

    #header ul.nav a {
        text-decoration: underline
    }

    #header ul.nav li {
        float: left;
        margin-left: 5px;
        padding-left: 5px
    }

    #header ul.nav li:first-child {
        margin-left: 0;
        border-left: 0 none;
        padding-left: 0
    }

    #header ul.nav li:last-child {
        margin-right: 0;
        padding-right: 0
    }

    #cart_header {
        float: right
    }

    #cart_header h2 {
        margin-bottom: 0
    }

    #minicart_data {
        background:
            /*savepage-url=../images/dropdownArrow.png*/
            url() no-repeat right center;
        float: left;
        padding: 0 17px 0 0
    }

    #nav_main {
        margin: 0 auto;
        position: relative
    }

    #nav_main ul {
        position: relative;
        margin: 0;
        padding: 0
    }

    #nav_main ul li {
        float: left
    }

    #nav_main ul li img {
        padding-right: 4px
    }

    #nav_main ul li a {
        float: left;
        margin: 0
    }

    #nav_main ul li:first-child a {
        border-left: 0 none
    }

    #nav_main ul li.special_offer {
        float: right
    }

    .item_container {
        padding: 0 20px
    }

    .item_container_holder {
        margin-top: 7px;
        margin-bottom: 10px;
        margin-top: 20px
    }

    .item_container_holder .title {
        position: absolute;
        max-width: 250px;
        top: -7px;
        left: 15px;
        margin-left: 7px;
        margin-right: 7px;
        right: 0;
        left: 0;
        z-index: 0
    }

    .item_container_holder .title-top {
        overflow: auto;
        height: 7px
    }

    .scroller.promo,
    .item_container_holder.promo {
        margin-top: 5px
    }

    .scroller.promo a,
    .item_container_holder.promo a {
        line-height: normal
    }

    .scroller.promo ul li p,
    .item_container_holder.promo ul li p {
        margin-bottom: 5px
    }

    .scroller,
    .item_container {
        margin-bottom: 25px;
        overflow: hidden
    }

    .scroller .title_holder,
    .item_container_holder .title_holder {
        position: relative;
        overflow: visible
    }

    .scroller .title-top img,
    .item_container_holder .title-top img {
        float: right
    }

    .scroller ul li p {
        margin: 0 0 7px 0
    }

    .scroller ul li span {
        display: block
    }

    .scroller ul li h3 {
        margin-bottom: 0
    }

    .scroller.horizontal,
    .scroller.vertical {
        position: relative;
        overflow: visible
    }

    .scroller.lightbox .scoller_content {
        overflow: hidden
    }

    .scroller.lightbox {
        position: relative;
        overflow: visible
    }

    .scroller.lightbox ul {
        margin: 0 auto;
        width: 98px;
        padding: 0;
        overflow: auto
    }

    .scroller.lightbox ul li span {
        display: block;
        width: 96px;
        height: 96px;
        margin-bottom: 10px;
        margin-top: 7px;
        text-align: center
    }

    .scroller.lightbox ul li span img {
        padding-top: 5px
    }

    .scroller.lightbox ul li p {
        margin: 0 0 7px 0;
        clear: both
    }

    .scroller.lightbox ul li:first-child {
        margin-top: 12px
    }

    .scroller.lightbox ul li h3 {
        font-size: 1.0em;
        font-weight: bold
    }

    .scroller.lightbox .next,
    .scroller.lightbox .previous {
        width: 121px;
        height: 30px;
        margin: 0 auto
    }

    .scroller.lightbox .next a,
    .scroller.lightbox .previous a {
        display: block;
        height: 30px;
        width: 100%;
        margin: 0 auto
    }

    .scroller.lightbox .title_holder {
        position: relative;
        overflow: visible
    }

    .scroller.lightbox .title {
        position: absolute;
        max-width: 350px;
        top: -11px;
        left: 15px;
        margin-left: 7px;
        margin-right: 7px;
        right: 0;
        left: 0
    }

    .scroller.lightbox .title-top img {
        float: right
    }

    .scroller.lightbox .title_holder h2 {
        margin: 0 16px 0 16px;
        padding: 0 20px 10px 20px;
        text-align: center;
        max-width: 292px
    }

    .prod_image span.details {
        display: block;
        position: absolute;
        bottom: 10px;
        right: 10px;
        width: 18px;
        height: 18px
    }

    .prod h1 {
        margin-bottom: 5px
    }

    .prod .bundle h3 {
        margin-bottom: 3px
    }

    .prod_add_to_cart {
        margin-bottom: 5px;
        overflow: hidden
    }

    .prod_add_to_cart label {
        float: left
    }

    .prod_add_to_cart form button {
        float: right;
        margin-left: 8px;
        width: 1
    }

    .addthis_button {
        display: block;
        cursor: pointer;
        margin-top: 10px;
        margin-bottom: 10px
    }

    .featureClass td {
        width: 60%
    }

    .featureClass td.attrib {
        width: 40%
    }

    .quickview_lightbox-goto-product a {
        text-decoration: underline;
        font-size: 1em
    }

    .quickview_lightbox-goto-product {
        margin: 20px 0;
        padding-top: 5px;
        border-top: 1px solid var(--super_silver_grey)
    }

    .prod_review {
        overflow: hidden;
        margin: 20px 0
    }

    .prod_review ul {
        margin: 0;
        padding: 0;
        clear: both
    }

    .prod_review ul li {
        float: left;
        padding: 0 5px
    }

    .prod_review ul li:first-child {
        padding-left: 0
    }

    .prod_review p {
        float: left;
        padding-left: 15px;
        padding-top: 4px;
        margin: 0
    }

    #tab-reviews a {
        text-decoration: underline
    }

    .ui-stars-star,
    .ui-stars-cancel {
        float: left;
        display: block;
        overflow: hidden;
        text-indent: -999em
    }

    .ui-stars-star a,
    .ui-stars-cancel a {
        display: block
    }

    .ui-stars-star-disabled,
    .ui-stars-star-disabled a,
    .ui-stars-cancel-disabled a {
        cursor: default !important
    }

    #prod_tabs.ui-tabs .ui-tabs-hide {
        display: none !important
    }

    #prod_tabs {
        overflow: hidden
    }

    #prod_tabs.ui-tabs .ui-tabs-nav {
        overflow: hidden
    }

    #prod_tabs.ui-tabs .ui-tabs-nav li {
        float: left
    }

    #prod_tabs.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
        cursor: default !important
    }

    .prod_content {
        overflow: hidden;
        overflow-y: auto
    }

    #prod_tabs.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
    .ui-tabs .ui-tabs-nav li.ui-state-disabled a,
    .ui-tabs .ui-tabs-nav li.ui-state-processing a {
        cursor: text
    }

    #prod_tabs.ui-tabs .ui-tabs-nav li a,
    .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
        cursor: pointer
    }

    ul.review_actions li {
        float: right
    }

    ul.review_actions li:first-child {
        float: left
    }

    .review_detail {
        float: left
    }

    .review_detail span.stars {
        float: right
    }

    .review_detail p,
    .write_review p {
        float: left;
        clear: both
    }

    .review_detail p.review_origins {
        float: right
    }

    .write_review {
        float: left;
        clear: both
    }

    .write_review dl {
        float: left;
        overflow: hidden
    }

    .write_review dl dt {
        clear: both;
        overflow: hidden
    }

    #write_reviews ul.review_actions {
        float: right
    }

    .nav_column .title_holder {
        position: relative;
        overflow: visible;
        margin-bottom: 10px
    }

    .nav_column .title {
        position: absolute;
        max-width: 350px;
        top: -11px;
        left: 15px;
        margin-left: 7px;
        margin-right: 7px;
        right: 0;
        left: 0
    }

    .nav_column .title-top {
        height: 11px
    }

    .nav_column .title-top img {
        float: right
    }

    .nav_column .item .category {
        margin-bottom: 10px;
        padding-top: 15px;
        padding-bottom: 16px;
        overflow: hidden
    }

    .nav_column .item .category h4 {
        display: inline
    }

    .nav_column .item .category span.dropdown {
        display: block;
        float: right;
        height: 19px;
        padding-right: 0;
        width: 19px
    }

    .nav_column .item .category span.dropdown img {
        display: block;
        margin: 0 auto;
        padding: 7px 5px
    }

    .nav_column .item ul {
        margin: 0;
        padding: 0;
        word-wrap: break-word
    }

    .nav_column .item ul.facet_block span.remove {
        float: right;
        text-align: center
    }

    .nav_column .item ul.facet_block span.remove a {
        display: block;
        width: 16px;
        height: 16px
    }

    .facet_block-label {
        padding: 0;
        float: none;
        cursor: pointer
    }

    .nav_column .item ul.indent li {
        padding-left: 22px
    }

    .nav_column .item ul li {
        padding-bottom: 4px;
        padding-top: 4px
    }

    .nav_column .item .more {
        margin-left: 22px
    }

    .nav_column .item .more.non-js {
        margin-left: 0
    }

    .nav_column .item li.nav_selected {
        background-color: var(--grey89)
    }

    .nav_column .item .category span.dropdown .dropdown-img {
        text-indent: -9999px;
        text-transform: capitalize
    }

    .prod_refine {
        padding: 10px 0;
        overflow: hidden
    }

    .prod_refine ul {
        float: right;
        margin: 0;
        padding: 0
    }

    .prod_refine ul li {
        float: left
    }

    .prod_refine p {
        float: left
    }

    .prod_refine a {
        float: left;
        padding: 7px 10px
    }

    .prod_list {
        overflow: hidden;
        padding-top: 15px;
        margin-top: 30px;
        margin-bottom: 30px
    }

    .prod_list .thumb {
        text-align: center;
        margin: 0;
        width: 130px;
        float: left
    }

    .prod_list .details {
        width: 320px;
        float: left
    }

    .prod_list .thumb img {
        padding: 5px 0 0 0
    }

    .prod_list .thumb img.promo {
        position: relative;
        bottom: 45px;
        right: -30px;
        margin: 0
    }

    .prod_list h3 {
        padding-bottom: 50px;
        margin: 0
    }

    .prod_list .cart {
        padding-right: 5px;
        float: right;
        width: 160px
    }

    .prod_list .price {
        display: block
    }

    p.stocked {
        float: right;
        padding-left: 25px;
        text-align: left
    }

    .prod_grid {
        overflow: hidden;
        padding-top: 30px;
        min-height: 248px
    }

    .prod_grid .thumb {
        text-align: center;
        margin: 0;
        float: left;
        height: 148px;
        width: 148px
    }

    .prod_grid .thumb a {
        display: block
    }

    .prod_grid .thumb img.promo {
        position: relative;
        bottom: 45px;
        right: -30px
    }

    .prod_grid .details a {
        text-decoration: underline
    }

    .prod_grid .details {
        float: left;
        padding-top: 7px;
        min-height: 36px
    }

    .prod_grid .thumb img {
        padding: 10px
    }

    .prod_grid .cart {
        clear: both;
        overflow: hidden;
        padding-top: 10px;
        position: relative
    }

    .listProductLowStock {
        position: absolute;
        left: 0;
        bottom: -1px;
        font-size: 11px;
        color: var(--vivid_orange)
    }

    .listProductOutOfStock {
        color: var(--dark_red)
    }

    .prod_grid p {
        margin: 0;
        min-height: 5em
    }

    .prod_grid .cart button {
        float: right
    }

    .prod_grid .price {
        float: left
    }

    .prod_list .listProductLowStock {
        position: relative;
        left: auto;
        bottom: auto
    }

    .prod_cat {
        overflow: hidden
    }

    .prod_cat h2 a,
    .prod_cat h2 a:visited {
        display: block;
        padding: 10px
    }

    .prod_cat .thumb {
        margin: 0;
        float: left;
        width: 100%;
        padding-top: 10px
    }

    .prod_cat .details {
        float: left;
        padding: 7px 10px
    }

    .prod_cat .thumb img {
        padding: 10px
    }

    .prod_cat p {
        margin: 0
    }

    .prod_cat .price {
        padding-left: 10px;
        display: none
    }

    .results {
        padding: 20px 0
    }

    .searchSpellingSuggestionPrompt a {
        text-decoration: underline
    }

    .zoom_lightbox {
        overflow: hidden
    }

    .jcarousel-skin .jcarousel-direction-rtl {
        direction: rtl
    }

    .jcarousel-skin .jcarousel-clip {
        overflow: hidden
    }

    .jcarousel-skin .jcarousel-clip-horizontal {
        height: 150px
    }

    .jcarousel-skin .jcarousel-clip-vertical {
        width: 98px;
        height: 430px
    }

    .jcarousel-skin .jcarousel-item {
        width: 98px
    }

    .jcarousel-skin .jcarousel-item a {
        display: block
    }

    .jcarousel-skin .jcarousel-item-horizontal {
        margin-left: 0;
        margin-right: 45px
    }

    .jcarousel-skin .jcarousel-direction-rtl .jcarousel-item-horizontal {
        margin-left: 10px;
        margin-right: 0
    }

    .jcarousel-skin .jcarousel-item-vertical {
        margin-bottom: 5px
    }

    .jcarousel-skin .jcarousel-next-horizontal {
        cursor: pointer
    }

    .jcarousel-skin .jcarousel-direction-rtl .jcarousel-next-horizontal {
        left: 5px;
        right: auto
    }

    .jcarousel-skin .jcarousel-next-horizontal:hover {
        background-position: -32px 0
    }

    .jcarousel-skin .jcarousel-next-horizontal:active {
        background-position: -64px 0
    }

    .jcarousel-skin .jcarousel-next-disabled-horizontal,
    .jcarousel-skin .jcarousel-next-disabled-horizontal:hover,
    .jcarousel-skin .jcarousel-next-disabled-horizontal:active {
        cursor: default;
        background-position: -96px 0
    }

    .jcarousel-skin .jcarousel-prev-horizontal {
        cursor: pointer
    }

    .jcarousel-skin .jcarousel-direction-rtl .jcarousel-prev-horizontal {
        left: auto;
        right: 5px
    }

    .jcarousel-skin .jcarousel-prev-horizontal:hover {
        background-position: -32px 0
    }

    .jcarousel-skin .jcarousel-prev-horizontal:active {
        background-position: -64px 0
    }

    .jcarousel-skin .jcarousel-prev-disabled-horizontal,
    .jcarousel-skin .jcarousel-prev-disabled-horizontal:hover,
    .jcarousel-skin .jcarousel-prev-disabled-horizontal:active {
        cursor: default;
        background-position: -96px 0
    }

    .jcarousel-skin .jcarousel-next-vertical {
        cursor: pointer
    }

    .jcarousel-skin .jcarousel-next-vertical:hover {
        background-position: 0 -32px
    }

    .jcarousel-skin .jcarousel-next-vertical:active {
        background-position: 0 -64px
    }

    .jcarousel-skin .jcarousel-next-disabled-vertical,
    .jcarousel-skin .jcarousel-next-disabled-vertical:hover,
    .jcarousel-skin .jcarousel-next-disabled-vertical:active {
        cursor: default;
        background-position: 0 -96px
    }

    .jcarousel-skin .jcarousel-prev-vertical {
        cursor: pointer
    }

    .jcarousel-skin .jcarousel-prev-vertical:hover {
        background-position: 0 -32px
    }

    .jcarousel-skin .jcarousel-prev-vertical:active {
        background-position: 0 -64px
    }

    .jcarousel-skin .jcarousel-prev-disabled-vertical,
    .jcarousel-skin .jcarousel-prev-disabled-vertical:hover,
    .jcarousel-skin .jcarousel-prev-disabled-vertical:active {
        cursor: default;
        background-position: 0 -96px
    }

    #galleriffic_slider div.content {
        display: none;
        float: right;
        width: 550px
    }

    #galleriffic_slider div.controls {
        margin-top: 5px;
        height: 23px
    }

    #galleriffic_slider div.controls a {
        padding: 5px
    }

    #galleriffic_slider div.ss-controls {
        float: left
    }

    #galleriffic_slider div.nav-controls {
        float: right
    }

    #galleriffic_slider div.slideshow-container {
        position: relative;
        clear: both;
        height: 502px
    }

    #galleriffic_slider div.loader {
        position: absolute;
        top: 0;
        left: 0;
        background-repeat: no-repeat;
        background-position: center;
        width: 550px;
        height: 502px
    }

    #galleriffic_slider div.slideshow span.image-wrapper {
        display: block;
        position: absolute;
        top: 0;
        left: 0
    }

    #galleriffic_slider div.slideshow a.advance-link {
        display: block;
        width: 550px;
        height: 502px;
        line-height: 502px;
        text-align: center
    }

    #galleriffic_slider div.slideshow a.advance-link:hover,
    div.slideshow a.advance-link:active,
    div.slideshow a.advance-link:visited {
        text-decoration: none
    }

    #galleriffic_slider div.slideshow img {
        vertical-align: middle
    }

    #galleriffic_slider div.download {
        float: right
    }

    #galleriffic_slider span.image-caption {
        display: block;
        position: absolute
    }

    #galleriffic_slider div.caption {
        padding: 12px
    }

    #galleriffic_slider div.image-desc {
        line-height: 1.3em;
        padding-top: 12px
    }

    #galleriffic_slider ul.thumbs {
        clear: both;
        margin: 0;
        padding: 0
    }

    #galleriffic_slider ul.thumbs li {
        float: none;
        padding: 0;
        margin: 0;
        list-style: none
    }

    #galleriffic_slider a.thumb {
        padding: 0;
        display: inline;
        border: 0
    }

    #galleriffic_slider ul.thumbs img {
        border: 0;
        display: block
    }

    #galleriffic_slider div.pagination {
        clear: both
    }

    #galleriffic_slider div.navigation div.top {
        margin-bottom: 12px;
        height: 11px
    }

    #galleriffic_slider div.navigation div.bottom {
        margin-top: 12px
    }

    #galleriffic_slider div.pagination a,
    div.pagination span.current,
    div.pagination span.ellipsis {
        display: block;
        float: left;
        margin-right: 2px;
        padding: 4px 7px 2px 7px
    }

    #galleriffic_slider div.pagination span.ellipsis {
        padding: 5px 0 3px 2px
    }

    #galleriffic_slider #captionToggle a {
        float: right;
        display: block;
        background-repeat: no-repeat;
        background-position: right;
        margin-top: 5px;
        padding: 5px 30px 5px 5px
    }

    .cart_popup .title {
        overflow: hidden
    }

    .cart_popup dl dt {
        min-width: inherit;
        overflow: auto
    }

    .cart_popup .title h3 {
        display: inline;
        margin: 0;
        padding: 0
    }

    .cart_popup .title a.close {
        display: block;
        float: right;
        margin: 0;
        padding: 0
    }

    .cart_popup .legend a {
        display: inline-block;
        margin-left: 10px;
        text-decoration: underline
    }

    .cart_popup .cart_modal_popup .prod_image {
        min-height: 0;
        float: left
    }

    .cart_popup .cart_modal_popup .prod_info {
        float: left;
        padding-left: 10px;
        width: 200px;
        position: relative
    }

    .cart_popup .cart_modal_popup .prod_info .prod_price {
        position: absolute;
        top: 0;
        right: -60px;
        font-weight: bold
    }

    .cart_popup .prod_cart-total {
        margin: 10px;
        font-weight: bold
    }

    .cart_popup span.prod_color {
        display: block;
        margin-top: 3px
    }

    .cart_popup span.prod_color img {
        margin-left: 4px;
        vertical-align: middle
    }

    .cart_popup span.prod_size {
        display: block
    }

    .cart_popup .cart_modal_popup .prod_info p {
        margin-bottom: 5px
    }

    .cart_popup .cart_modal_popup .prod_info dl {
        margin-bottom: 5px
    }

    .cart_popup .cart_modal_popup .prod_info dl dt {
        float: left;
        width: 60px
    }

    .cart_popup .links button {
        font-size: 1em;
        width: 143px
    }

    .cart_popup .links button img {
        height: 12px
    }

    .cart_popup .content_slot {
        height: 45px;
        margin: 20px 15px 0 15px
    }

    #cart_popup {
        display: none;
        position: fixed;
        left: 50%;
        margin-left: 93px;
        top: 77px;
        z-index: 2147483647
    }

    #cart_content {
        cursor: pointer
    }

    .cart_popup_error_msg {
        line-height: 1.5em;
        color: var(--white);
        margin-bottom: 5px;
        font-weight: bold
    }

    .product-variant-label {
        display: inline-block;
        padding-right: 5px;
        min-width: 38px
    }

    #quickview_lightbox .prod_image {
        float: left
    }

    #quickview_lightbox .prod {
        width: 350px;
        float: left
    }

    #quickview_lightbox input.qty {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font-size: 1.2em;
        text-align: center;
        width: 37px;
        height: 36px
    }

    .thumbnail_detail .disp-img,
    a.thumbnail_detail .disp-img:visited {
        display: block;
        overflow: hidden;
        position: relative;
        padding: 4px;
        margin-bottom: 10px;
        min-height: 96px;
        cursor: pointer
    }

    .thumbnail_detail .disp-img .thumb {
        float: left
    }

    .thumbnail_detail .disp-img .title {
        float: right;
        width: 50%
    }

    .thumbnail_detail .disp-img .title h2,
    .thumbnail_detail .disp-img .details p {
        margin: 0
    }

    .thumbnail_detail .disp-img .details p {
        line-height: 1.2em;
        font-size: .9em
    }

    body.language-ja .thumbnail_detail .disp-img .details p {
        font-size: 1.1em
    }

    body.language-zh .thumbnail_detail .disp-img .details p {
        font-size: 1.1em
    }

    .thumbnail_detail .disp-img .details {
        float: left;
        padding-left: 12px;
        width: 90px
    }

    .thumbnail_detail .disp-img .action {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 20px;
        height: 23px
    }

    .thumbnail_detail .disp-img .action img {
        padding: 5px
    }

    .small_detail .disp-img,
    .small_detail .simple_disp-img {
        overflow: hidden;
        position: relative;
        height: 230px
    }

    .small_detail .disp-img .title {
        position: absolute;
        top: 0;
        left: 0;
        margin: 5px
    }

    .small_detail .disp-img h2 a,
    .small_detail .disp-img h2 a:visited {
        display: block;
        padding: 3px 10px
    }

    .small_detail .disp-img .thumb {
        margin: 0;
        padding: 0;
        float: left;
        width: 100%
    }

    .small_detail .disp-img .details {
        float: left;
        padding: 7px 30px 7px 10px
    }

    .small_detail .disp-img .thumb img {
        padding: 0
    }

    .small_detail .disp-img p {
        margin: 0
    }

    .small_detail .disp-img .action {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 27px;
        height: 30px
    }

    .small_detail .disp-img .action img {
        padding: 10px
    }

    #homepage_slider .svw {
        width: 50px;
        height: 20px
    }

    .svw ul {
        position: relative;
        left: -999em
    }

    #homepage_slider.stripViewer {
        position: relative;
        overflow: hidden;
        margin: 0
    }

    #homepage_slider.stripViewer ul {
        margin: 0;
        padding: 0;
        position: relative;
        left: 0;
        top: 0;
        width: 1%
    }

    #homepage_slider.stripViewer ul li {
        float: left
    }

    #homepage_slider .tooltip {
        padding: .5em
    }

    .cart_total {
        float: right;
        padding-right: 20px
    }

    #your_cart dl dt {
        min-width: 50px
    }

    #your_cart .quantity img {
        float: right;
        margin: 0
    }

    #your_cart .quantity input[type="image"] {
        float: right;
        margin: 0
    }

    #your_cart .quantity input.qty {
        margin-right: 10px
    }

    #your_cart p {
        float: left;
        margin-right: 30px;
        margin-right: 20px;
        padding-left: 12px
    }

    #your_cart .product_details {
        border-left: 0 none;
        width: 205px
    }

    ul.cart-promotions {
        clear: both;
        margin-top: 10px;
        width: 100%
    }
}

ul.cart-promotions li {
    line-height: 1.2em;
    margin-bottom: 6px
}

.cart-promotions-potential {
    padding-bottom: 6px;
    border-bottom: 1px solid var(--super_silver_grey)
}

.cart_id {
    font-weight: normal;
    font-size: 100%;
    margin-bottom: -23px;
    display: block
}

#your_order dl dt {
    min-width: 50px
}

#your_order .quantity img {
    float: right;
    margin: 0
}

#your_order .quantity input[type="image"] {
    float: right;
    margin: 0
}

#your_order .quantity input.qty {
    margin-right: 10px
}

#your_order p {
    float: left;
    margin-right: 30px;
    margin-right: 20px;
    padding-left: 12px
}

#your_order .product_image {
    width: 65px
}

#your_order .product_details {
    border-left: 0 none;
    width: 320px
}

#payment_details,
#payment_details_modal {
    margin-top: 20px
}

#payment_details th,
#payment_details_modal th {
    padding: 10px
}

.information_message {
    position: relative;
    margin: 20px 0 10px 0;
    min-height: 55px
}

.information_message p {
    padding: 15px 10px 15px 20px;
    font-size: 16px
}

.information_message span {
    position: absolute;
    width: 30px;
    height: 55px;
    top: -4px;
    left: 0;
    margin: 0 0 0 12px
}

.information_message span.single {
    top: -11px
}

.error_message {
    overflow: auto
}

.error_message p {
    padding-top: 23px
}

.error_message span {
    width: 55px;
    height: 55px;
    display: block;
    float: left;
    margin: 7px
}

.error_message ul {
    padding-left: 90px
}

.error_message ul li {
    padding-bottom: 5px
}

.form_field_error {
    padding: 10px;
    float: left;
    margin: 5px 0
}

.form_field_error p,
.form_field_error .notify {
    margin: 0
}

.checkout_summary_flow {
    position: relative
}

.checkout_summary_flow .item_container_holder .title_holder h2 span {
    position: absolute
}

.checkout_summary_flow_a {
    position: absolute
}

.checkout_summary_flow_a button.form,
.checkout_summary_flow_b button.form,
.checkout_summary_flow_c button.form {
    position: absolute
}

.checkout_summary_flow_b {
    position: absolute
}

.checkout_summary_flow_c {
    position: absolute
}

.checkout_summary_flow form dl dt {
    float: none;
    min-width: 130px
}

.place-order:disabled {
    cursor: default;
    opacity: .6
}

#delivery_modes_dl dt.left label {
    line-height: 1.2em;
    float: left;
    width: 640px
}

#delivery_modes_dl dt.left {
    margin-bottom: 3px;
    padding-bottom: 4px;
    border-bottom: 1px solid var(--steam_grey)
}

.deliverymode-description {
    max-height: 96px;
    overflow: hidden;
    cursor: help;
    line-height: 1.2em;
    font-size: .95em
}

.payment_method {
    overflow: hidden
}

.helpBanner {
    background-image:
        /*savepage-url=../images/Powe_148x300_HelpBanner_blank_01.jpg*/
        url();
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: left top;
    background-color: transparent;
    color: var(--white);
    height: 300px;
    width: 148px
}

.helpBanner .bannerHeadline {
    font-weight: bold;
    display: block;
    font-size: 24px;
    padding: 12px;
    line-height: 28px
}

.helpBanner .bannerText {
    padding: 5px 12px 5px 12px;
    display: block;
    font-size: 14px;
    line-height: 17px
}

.helpBanner .bannerText a {
    color: var(--white);
    font-weight: bold;
    display: block;
    margin-top: 10px
}

.variant_options {
    overflow: auto
}

.variant_options .colour p {
    float: left
}

.variant_options .size,
.variant_options .colour {
    float: left;
    overflow: hidden
}

.variant_options .size dl {
    float: left
}

.variant_options .size a {
    float: left;
    clear: both
}

.existing_address {
    border: 1px solid var(--grey80)ecf;
    overflow: auto;
    padding: 10px
}

.existing_address button {
    display: block;
    float: right;
    clear: right;
    margin: 0 0 10px 0
}

.existing_address ul {
    padding: 0;
    margin: 0;
    float: left
}

.existing_address div.left {
    margin: 0 10px 0 0
}

.existing_address .left .checkmark {
    height: 40px
}

.existing_address button.edit {
    margin: 0
}

.table_action_col_item {
    margin: 18px;
    padding: 0;
    line-height: 3em
}

.delivery_method {
    border: 1px solid var(--grey80)ecf;
    overflow: auto;
    padding: 10px
}

.delivery_method ul {
    padding: 0;
    margin: 0;
    float: left
}

#delivery_method_item {
    border: 1px solid var(--grey80)ecf;
    overflow: auto;
    padding: 10px;
    margin-top: 10px
}

#footer {
    margin: 0 auto;
    overflow: hidden;
    position: relative
}

#footer a {
    text-decoration: underline
}

#footer ul.Fa {
    overflow: hidden;
    margin: 0
}

#footer ul.Fa li {
    float: left
}

#footer ul.Fb {
    padding: 0 20px;
    margin: 0
}

#footer ul.Fb li {
    width: 100%
}

#footer ul.Fc {
    float: left;
    min-width: 150px
}

#footer ul.Fc li {
    clear: left
}

#copyright {
    width: 950px;
    margin: 0 auto;
    overflow: hidden
}

#copyright p {
    padding-top: 10px
}

.faq-menulink {
    display: block
}

.textpage a {
    text-decoration: underline
}

.textpage h2 {
    margin: 1.2em 0 .1em 0
}

.textpage h3 {
    margin: 1em 0 .1em 0
}

.textpage-faqs ul li {
    list-style: disc
}

.skip {
    position: absolute;
    top: -30000px;
    left: -30000px
}

.checkoutProgress {
    width: 790px;
    float: left
}

.checkoutProgress ul {
    list-style: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden
}

.checkoutProgress li {
    float: left;
    width: 24.5%;
    text-align: center
}

.find-stores-near-me {
    display: block;
    padding: 18px 0 0 0;
    margin: 5px 0
}

#findStoresNearMe {
    display: inline-block
}

#auto_location_form #findStoresNearMe {
    display: block
}

.backToMobileStore {
    font-size: 5em;
    font-weight: bold;
    border-bottom: .1em solid #687387;
    padding: .5em .5em;
    background-image: -moz-linear-gradient(top, var(--white), #e6edf3);
    background-image: -ms-linear-gradient(top, var(--white), #e6edf3);
    background-image: -o-linear-gradient(top, var(--white), #e6edf3);
    background-image: -webkit-gradient(linear, center top, center bottom, from(var(--white)), to(#e6edf3));
    background-image: -webkit-linear-gradient(top, var(--white), #e6edf3);
    background-image: linear-gradient(top, var(--white), #e6edf3)
}

.greyDot {
    background: none repeat scroll 0 0 #6e7588;
    border-radius: 500em 500em 500em 500em;
    color: var(--white);
    display: block;
    float: left;
    font-size: .6em;
    height: 1.5em;
    margin: .6em .6em 0 0;
    text-align: center;
    width: 1.5em
}

.closeDot {
    float: right;
    cursor: pointer
}

.emptyMessage {
    font-weight: bold
}

#debugfooter {
    display: none
}

html {
    font-size: 14px
}

body {
    background: var(--background_white)
}

#page {
    background-color: var(--white);
    width: 994px;
    margin: 0 32px
}

#header input.text,
#header input.qty,
#header select {
    background:
        /*savepage-url=../images/bg-gradient-input.png*/
        url() repeat-x center top var(--white);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid var(--gray60);
    color: var(--grey40)
}

#header select {
    background:
        /*savepage-url=../images/bg-gradient-select.png*/
        url() repeat-x center bottom var(--white)
}

#header input.text {
    width: 200px;
    padding: 5px 0 6px 3px
}

.uppercase {
    text-transform: uppercase
}

.pad_right {
    margin-right: 10px
}

.pad_left {
    margin-left: 10px
}

.pad_none {
    margin: 0;
    padding: 0
}

.stock_message {
    color: #356f70;
    float: left;
    font-size: .8em;
    line-height: 1.2em;
    margin: 0;
    padding: 6px 0 0 10px;
    width: 57px
}

#loginForm a {
    text-decoration: underline
}

form .form_field-label {
    clear: both
}

form .form_field-input input {
    min-height: 16px
}

form .form_field-input input[type=text],
form .form_field-input textarea,
form .form_field-input select,
form .form_field-input input[type=password] {
    width: 234px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px;
    -moz-box-shadow: inset 3px 3px 4px var(--super_silver_grey);
    -webkit-box-shadow: inset 3px 3px 4px var(--super_silver_grey);
    box-shadow: inset 3px 3px 4px var(--super_silver_grey);
    border: 1px solid var(--medium_grey);
    padding: 3px !important
}

form .form_field-input select {
    width: 242px;
    -moz-box-shadow: inset -3px -3px 4px var(--super_silver_grey);
    -webkit-box-shadow: inset -3px -3px 4px var(--super_silver_grey);
    box-shadow: inset -3px -3px 4px var(--super_silver_grey)
}

form .form_field-input input[type=text],
form .form_field-input input[type=password],
form .form_field-input select {
    margin-right: 5px
}

.required {
    color: var(--grey40);
    padding-top: 0
}

form label.large_text {
    font-size: 1.2em
}

form .instruction {
    color: var(--X11_dark_gray);
    font-weight: .8em;
    padding-top: 10px
}

form label.label_small {
    font-size: .8em
}

.form_field-input input[type=checkbox],
.form_field-label input[type=checkbox],
.form_field-input input[type=radio],
.form_field-label input[type=radio] {
    float: left;
    margin-right: 8px
}

.form_field-.select {
    padding: 0 0 0 30px
}

.form_field-input.select {
    width: 20px;
    margin: 0;
    position: absolute;
    top: 5px;
    left: 2px
}

#delivery_modes_dl .form_field-container {
    height: 30px;
    line-height: 30px;
    border-top: 1px solid var(--gray60);
    position: relative
}

#delivery_modes_button {
    border-top: 1px solid var(--gray60);
    padding-top: 5px
}

button.positive {
    background-image:
        /*savepage-url=../images/button/gradient-button-positive.png*/
        url();
    background-repeat: repeat-x;
    background-position: center bottom;
    background-color: #c33e00;
    text-shadow: 0 -1px 1px var(--grey20);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    color: var(--white);
    text-transform: uppercase;
    font-size: 1.0em
}

button.positive:hover {
    background-color: #c33e00;
    text-decoration: none
}

button.pressed {
    background-color: #356f70
}

button.request-quote:disabled:hover {
    background-color: #e0671f
}

.request-quote:disabled {
    cursor: default;
    opacity: .6
}

button.schedule-replenishment:disabled:hover {
    background-color: #e0671f
}

.schedule-replenishment:disabled {
    cursor: default;
    opacity: .6
}

a.positive,
a.neutral,
a.negative {
    text-align: center
}

a.positive,
a.positive:visited {
    background-image:
        /*savepage-url=../images/button/gradient-button-positive.png*/
        url();
    background-repeat: repeat-x;
    background-position: center bottom;
    background-color: #b93714;
    text-shadow: 0 -1px 1px var(--grey20);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    color: var(--white);
    text-transform: uppercase;
    font-size: 1.1em;
    text-align: center
}

a.positive:hover,
a.positive:active {
    background-color: #de6428;
    text-decoration: none;
    cursor: pointer
}

button.positive.xl,
button.neutral.xl,
button.form.xl {
    font-size: 1.1em;
    height: 41px
}

button.neutral {
    background-image:
        /*savepage-url=../images/button/gradient-button-neutral.png*/
        url();
    background-repeat: repeat-x;
    background-position: center bottom;
    background-color: #7fada5;
    text-shadow: 0 -1px 1px var(--grey20);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    color: var(--white);
    text-transform: uppercase;
    font-size: 1.1em
}

button.neutral:hover {
    background-color: #00679f
}

a.neutral,
a.neutral:visited {
    background-image:
        /*savepage-url=../images/button/gradient-button-neutral.png*/
        url();
    background-repeat: repeat-x;
    background-position: center bottom;
    background-color: #7fada5;
    text-shadow: 0 -1px 1px var(--grey20);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    color: var(--white);
    text-transform: uppercase;
    font-size: 1.1em
}

a.neutral:hover,
a.neutral:active {
    background-color: #356f70;
    text-decoration: none;
    cursor: pointer
}

button.form {
    background-image:
        /*savepage-url=../images/button/gradient-button-form.png*/
        url();
    background-repeat: repeat-x;
    background-position: center bottom;
    background-color: #356f70;
    text-shadow: 0 -1px 1px var(--grey20);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 0;
    color: var(--white);
    text-transform: uppercase;
    font-size: 1em
}

button.form:hover {
    background-color: #7fada5
}

input.xl {
    background-image:
        /*savepage-url=../images/button/gradient-input-xl.png*/
        url();
    background-repeat: repeat-x;
    background-position: center top
}

button.positive,
button.neutral,
button.form {
    width: auto;
    padding: 2px 5px;
    line-height: normal;
    font-weight: bold;
    margin: 4px 4px 0 0
}

a.positive,
a.neutral,
a.form {
    width: auto;
    padding: 4px 8px 10px 8px;
    line-height: 20px;
    display: block;
    float: left;
    height: 14px
}

button img {
    margin-right: 5px;
    vertical-align: middle;
    width: 15px
}

.store_finder button.search img {
    width: 18px
}

a.positive img,
a.neutral img,
a.form img {
    float: left;
    margin-right: 5px
}

button.search {
    text-align: center;
    padding: 0;
    margin: 0;
    border: 0;
    height: 26px
}

button.search .search-icon {
    background: transparent
        /*savepage-url=../images/button/search-small.png*/
        url() no-repeat center 0;
    text-indent: 100px;
    display: inline-block;
    width: 19px;
    height: 20px;
    padding: 0 8px;
    overflow: hidden
}

.store_finder #PostCode {
    height: 18px
}

button.mycompany,
a.mycompany {
    background-color: #c33e00;
    background-image:
        /*savepage-url=../images/button/gradient-button-positive.png*/
        url();
    background-position: center bottom;
    background-repeat: repeat-x;
    border: 0 none;
    border-radius: 3px 3px 3px 3px;
    color: var(--white) !important;
    font-size: 1em;
    text-shadow: 0 -1px 1px var(--grey20);
    text-transform: uppercase;
    font-weight: bold;
    margin: 4px 4px 0 0;
    padding: 0 7px;
    width: auto;
    height: 20px;
    line-height: 21px;
    font-family: Arial, Helvetica, sans-serif
}

button.mycompany {
    height: 20px;
    line-height: 1px;
    padding: 4px 5px 6px
}

button.mycompany:hover,
a.mycompany:hover {
    background-color: #de6428;
    text-decoration: none;
    cursor: pointer
}

a.mycompany.disabled {
    cursor: default;
    opacity: .6
}

a.mycompany.disabled:hover {
    background-color: #c33e00
}

a.mycompany.form {
    background-color: #356f70;
    background-image:
        /*savepage-url=../images/button/gradient-button-form.png*/
        url();
    border-radius: 4px 4px 4px 4px;
    height: 16px;
    line-height: 16px;
    margin: 4px 4px 0 0;
    padding: 2px 5px;
    color: var(--white)
}

a.mycompany.form:hover {
    background-color: #7fada5;
    color: var(--white)
}

.scroller.lightbox {
    margin-bottom: 0
}

.scroller.lightbox ul li span {
    border: 1px solid var(--grey80)ecf;
    background-color: var(--white)
}

.scroller.lightbox ul li h3 {
    font-size: 1.0em;
    font-weight: bold
}

.scroller.lightbox .next {
    background:
        /*savepage-url=../images/item-divide-bottom-scroller.png*/
        url() no-repeat center top transparent
}

.scroller.lightbox .previous {
    background:
        /*savepage-url=../images/item-divide-top-scroller.png*/
        url() no-repeat center bottom transparent
}

.scroller.lightbox .next a {
    background:
        /*savepage-url=../images/icon-arrow-down-scroller.png*/
        url() no-repeat center center transparent
}

.scroller.lightbox .next a:hover,
.scroller.lightbox .next a:active {
    background:
        /*savepage-url=../images/icon-arrow-down-scroller_h.png*/
        url() no-repeat center center transparent
}

.scroller.lightbox .previous a {
    background:
        /*savepage-url=../images/icon-arrow-up-scroller.png*/
        url() no-repeat center center transparent
}

.scroller.lightbox .previous a:hover,
.scroller.lightbox .previous a:active {
    background:
        /*savepage-url=../images/icon-arrow-up-scroller_h.png*/
        url() no-repeat center center transparent
}

.scroller.lightbox .title-top {
    background:
        /*savepage-url=../images/item-title-top-scroller.png*/
        url() repeat-x left top transparent
}

.scroller.lightboxs .title_holder h2 {
    background:
        /*savepage-url=../images/bg-gradient-title-scroller.png*/
        url() repeat-x center top #565656;
    -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;
    font-size: 1em;
    font-weight: bold;
    text-shadow: 0 -1px 1px var(--grey20);
    color: var(--white)
}

.item_container_holder {
    border: 1px solid #bacad5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 20px 0
}

.item_container {
    padding: 0 10px;
    clear: left
}

.item_container_holder .title {
    position: relative;
    top: -6px;
    left: 0;
    margin-left: 5px;
    margin-right: 7px;
    right: 0;
    left: 0;
    max-width: none
}

.item_container_holder .title-top {
    height: 7px;
    overflow: visible
}

.item_container_holder.order-totals {
    margin-top: 5px
}

.scroller.promo .title-top,
.item_container_holder.promo .title-top {
    background:
        /*savepage-url=../images/item-title-top-scroller-promo.png*/
        url() repeat-x left top transparent
}

.scroller.promo .title_holder h2,
.item_container_holder.promo .title_holder h2 {
    background:
        /*savepage-url=../images/bg-gradient-title-scroller-promo.png*/
        url() repeat-x center top #82735a;
    text-shadow: 0 -1px 1px var(--grey20)
}

.scroller.promo .title-top span,
.item_container_holder.promo .title-top span {
    background: transparent
        /*savepage-url=../images/item-title-top-right-scroller-promo.png*/
        url() no-repeat right top scroll
}

.scroller.promo ul li,
.item_container_holder.promo ul li {
    list-style-type: disc;
    color: #9c701f;
    margin-bottom: 5px
}

.scroller.promo ul li p,
.item_container_holder.promo ul li p {
    color: #9c701f;
    font-weight: bold
}

.scroller.promo a,
.item_container_holder.promo a {
    font-weight: normal;
    text-decoration: underline
}

.scroller.promo span,
.item_container_holder.promo span {
    display: block;
    height: 30px;
    width: 160px
}

.scroller.positive .title-top,
.item_container_holder.positive .title-top {
    background:
        /*savepage-url=../images/item-title-top-scroller-positive.png*/
        url() repeat-x left top transparent
}

.scroller.positive .title_holder h2,
.item_container_holder.positive .title_holder h2 {
    background:
        /*savepage-url=../images/bg-gradient-title-scroller-positive.png*/
        url() repeat-x center top #134b45
}

.scroller.positive .title-top span,
.item_container_holder.positive .title-top span {
    background: transparent
        /*savepage-url=../images/item-title-top-right-scroller-positive.png*/
        url() no-repeat right top scroll
}

.scroller,
.item_container {
    margin-bottom: 10px
}

.scroller.homepage {
    margin-bottom: 10px
}

.scroller {
    border: 2px solid #bacad5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background:
        /*savepage-url=../images/bg-gradient-scroller.png*/
        url() repeat-x center top #bacad5
}

.scroller ul li p {
    margin: 0 0 7px 0
}

.scroller .title {
    left: 0;
    margin-left: 5px;
    margin-right: 7px;
    max-width: none;
    position: relative;
    right: 0;
    top: -6px
}

.jcarousel-skin {
    clear: left
}

.jcarousel-skin a {
    text-decoration: underline
}

.scroller .title-top {
    height: 7px;
    overflow: visible
}

.scroller .title_holder,
.item_container_holder .title_holder {
    float: left;
    margin-bottom: 10px
}

.scroller .next {
    background:
        /*savepage-url=../images/item-divide-bottom-scroller.png*/
        url() no-repeat center top transparent;
    height: 20px
}

.scroller .previous {
    background:
        /*savepage-url=../images/item-divide-top-scroller.png*/
        url() no-repeat center bottom transparent
}

.scroller ul li h3 {
    font-size: 1.0em;
    font-weight: bold
}

.scroller ul li a:hover h3 {
    color: #356f70
}

.scroller ul li a:focus h3 {
    color: #356f70
}

.scroller .title-top,
.item_container_holder .title-top {
    background:
        /*savepage-url=../images/item-title-top-scroller.png*/
        url() repeat-x left top transparent
}

.scroller .title_holder h1,
.item_container_holder .title_holder h1,
.scroller .title_holder h2,
.item_container_holder .title_holder h2 {
    background:
        /*savepage-url=../images/bg-gradient-title-scroller.png*/
        url() repeat-x center top #565656;
    -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;
    font-size: 1.1em;
    font-weight: bold;
    text-shadow: 0 -1px 1px var(--grey20);
    color: var(--white);
    margin: 0 6px 0 9px;
    position: relative;
    top: -9px;
    padding: 0 6px 4px 6px;
    text-align: center;
    float: left
}

.scroller .title-top,
.item_container_holder .title-top {
    background:
        /*savepage-url=../images/item-title-top-scroller.png*/
        url() repeat-x left top transparent
}

.scroller ul li span {
    border: 1px solid var(--grey80)ecf;
    background-color: var(--white);
    padding: 4px;
    width: 96px;
    height: 96px;
    margin-bottom: 5px;
    margin-top: 0;
    text-align: center
}

.scroller ul li span:hover {
    border: 1px solid #356f70
}

.scroller .title-top span,
.item_container_holder .title-top span {
    background: transparent
        /*savepage-url=../images/item-title-top-right-scroller.png*/
        url() no-repeat right top scroll
}

.scroller .title-top span,
.nav_column .title-top span,
.item_container_holder .title-top span {
    float: right;
    height: 8px;
    margin-right: -5px;
    width: 5px;
    overflow: hidden
}

.scroller .title-top span,
.nav_column .title-top span {
    height: 7px
}

.item_container_holder .title-top span {
    height: 7px
}

.scroller.horizontal,
.scroller.vertical {
    margin-top: 7px
}

.scroller.modal {
    border: 0 none;
    background: 0 none
}

.span-4.last .scroller .title {
    max-width: 131px
}

#productDetailUpdateable .span-4 {
    margin-right: 0;
    width: 130px
}

#productDetailUpdateable .span-8 {
    width: 325px
}

#productDetailUpdateable .span-10 .scroller .title_holder,
.item_container_holder .title_holder {
    margin-bottom: 0;
    float: left
}

#productDetailUpdateable .span-10 .jcarousel-skin .jcarousel-item {
    height: 150px
}

#productDetailUpdateable .span-4 .scroller {
    border: 2px solid #bacad5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    border-right: 0;
    background:
        /*savepage-url=../images/bg-gradient-scroller.png*/
        url() repeat-x center top #bacad5
}

#productDetailUpdateable .span-4 .jcarousel-skin .jcarousel-container-vertical {
    padding: 24px 10px
}

#productDetailUpdateable .span-4 .jcarousel-skin .jcarousel-prev-vertical {
    left: 4px
}

#productDetailUpdateable .span-4 .jcarousel-skin .jcarousel-next-vertical {
    left: 4px
}

#productDetailUpdateable .jcarousel-skin .jcarousel-clip-vertical {
    height: 323px
}

#productDetailUpdateable .jcarousel-skin .jcarousel-item-horizontal {
    margin-right: 12px
}

.prod_image_main {
    border: 2px solid #bacad5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    min-height: 301px
}

.prod_image_main span.details {
    background:
        /*savepage-url=../images/icon-magnify.png*/
        url() no-repeat center center transparent
}

.prod_review a {
    color: #356f70;
    text-decoration: underline
}

.prod a {
    text-decoration: underline
}

.prod h1 {
    color: #356f70;
    text-transform: uppercase;
    font-size: 1.7em
}

.prod h2 {
    color: #00679f;
    font-weight: bold
}

.prod .big-price {
    color: #356f70;
    font-weight: bold;
    font-size: 2em;
    margin-bottom: .75em;
    line-height: 1.2
}

.prod .bundle h3 {
    color: #00679f;
    font-size: 1.0em;
    font-weight: bold
}

.prod .bundle p {
    color: #00679f
}

.prod_add_to_cart label {
    font-weight: bold;
    color: #cf7a01;
    padding-right: 0;
    padding-top: 5px
}

.prod_add_to_cart input.qty {
    float: left;
    margin-left: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: inset 0 0 5px var(--grey80);
    -webkit-box-shadow: inset 0 0 5px var(--grey80);
    box-shadow: inset 0 0 5px var(--grey80);
    border: 1px solid var(--medium_grey);
    text-align: center;
    height: 19px
}

.prod_add_to_cart {
    padding-top: 4px
}

.prod_add_to_cart form button {
    height: 32px;
    padding: 0 10px 0 35px;
    margin: -4px 0 0 8px;
    font-size: 1em
}

.prod_add_to_cart form button:hover,
.prod_add_to_cart form button:focus,
.prod_add_to_cart form button:active {
    background-position: left -35px
}

.prod_add_to_cart form button.out-of-stock {
    background: var(--gray60) none;
    padding-left: 10px
}

.prod_add_to_cart form button.out-of-stock:hover {
    background-position: left 0
}

#quickview_lightbox {
    width: 681px;
    margin: 30px auto 10px auto
}

#quickview_lightbox .prod_image {
    padding: 5px 10px;
    border: 2px solid #bacad5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

#quickview_lightbox .span-8 {
    margin-right: 20px
}

#quickview_lightbox input.qty {
    border-radius: 4px;
    font-size: 1em;
    height: 17px;
    text-align: center;
    width: auto
}

#quickview_lightbox h1:hover {
    color: #7fada5
}

.quickview_lightbox-goto-product a {
    color: #356f70;
    text-decoration: underline;
    font-size: 1em
}

.quickview_lightbox-goto-product a:hover {
    color: #7fada5
}

.quickview_lightbox-goto-product {
    margin: 20px 0;
    padding-top: 5px;
    border-top: 1px solid var(--super_silver_grey)
}

.prod_review ul li:first-child {
    border-right: 1px solid #d8dada
}

.prod_review p {
    color: #00679f;
    font-size: 1.5em;
    padding: 0;
    margin: -5px 0 0 5px
}

p.prod_review-info {
    margin: -1px 0 0 10px;
    font-size: 1em
}

p.prod_review-new {
    margin: 0;
    font-size: 1em;
    clear: left
}

span.stars.large {
    background:
        /*savepage-url=../images/bg_rating_stars_lg.jpg*/
        url() no-repeat scroll 0 0 transparent;
    float: left;
    width: 120px;
    margin-bottom: 6px
}

span.stars.large span {
    background:
        /*savepage-url=../images/bg_rating_stars_lg_full.jpg*/
        url() no-repeat scroll 0 0 transparent;
    display: block;
    height: 13px
}

.prod_list span.stars.large {
    display: block;
    width: 115px;
    margin: 1px 0 2px 9px
}

.ui-stars-star,
.ui-stars-cancel {
    cursor: pointer
}

.ui-stars-star a,
.ui-stars-cancel a {
    width: 29px;
    height: 28px;
    background:
        /*savepage-url=../images/jquery.ui.stars.gif*/
        url() no-repeat 0 0
}

.ui-stars-star a {
    background-position: 0 -56px
}

.ui-stars-star-on a {
    background-position: 0 -84px
}

.ui-stars-star-hover a {
    background-position: 0 -112px
}

.ui-stars-cancel-hover a {
    background-position: 0 -28px
}

.featureClass h4 {
    margin-bottom: 3px
}

.featureClass table {
    margin-bottom: 10px
}

.featureClass table td {
    padding: 5px
}

#prod_tabs.ui-tabs {
    position: relative;
    padding: 0
}

#prod_tabs.ui-tabs .ui-tabs-nav {
    border-bottom: 4px solid #356f70;
    background:
        /*savepage-url=../images/bg-gradient-nav-item.png*/
        url() repeat-x center top transparent;
    margin: 0;
    padding: 0
}

#prod_tabs.ui-tabs .ui-tabs-nav li {
    list-style-position: outside;
    border-left: 2px groove var(--white);
    background:
        /*savepage-url=../images/bg-gradient-nav-item.png*/
        url() repeat-x center top #172532;
    width: 120px;
    min-height: 32px;
    padding: 5px 0 0 8px
}

#prod_tabs.ui-tabs .ui-tabs-nav li h2 a {
    display: block;
    padding: 1px 0 10px 28px;
    line-height: normal
}

#prod_tabs.ui-tabs .ui-tabs-nav li img {
    padding: 0 10px
}

#prod_tabs.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    background:
        /*savepage-url=../images/bg-gradient-nav-item.png*/
        url() repeat-x center top #356f70
}

#prod_tabs.ui-tabs .ui-tabs-nav .ui-state-hover,
#prod_tabs.ui-tabs .ui-tabs-nav .ui-state-active {
    background:
        /*savepage-url=../images/bg-gradient-nav-item.png*/
        url() repeat-x center top #356f70;
    text-decoration: none
}

#prod_tabs.ui-tabs .ui-tabs-nav li:first-child {
    border-left: 0 none;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px
}

#prod_tabs.ui-tabs .ui-tabs-nav li:last-child {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    width: 122px
}

#prod_tabs.ui-tabs .ui-tabs-nav li.active {
    background:
        /*savepage-url=../images/bg-gradient-nav-item.png*/
        url() repeat-x center top #00679f
}

#prod_tabs.ui-tabs .ui-tabs-nav li h2 {
    font-size: 1.1em;
    margin: 0
}

#prod_tabs.ui-tabs .ui-tabs-nav li a {
    color: var(--white);
    text-shadow: 0 -1px 1px var(--grey20)
}

#prod_tabs.ui-tabs .ui-tabs-nav li a:hover {
    text-decoration: none
}

#prod_tabs.ui-tabs .ui-tabs-nav li a.tab_01 {
    background:
        /*savepage-url=../images/icon-prod-details.png*/
        url() no-repeat
}

#prod_tabs.ui-tabs .ui-tabs-nav li a.tab_02 {
    background:
        /*savepage-url=../images/icon-delivery.png*/
        url() no-repeat
}

#prod_tabs.ui-tabs .ui-tabs-nav li a.tab_03 {
    background:
        /*savepage-url=../images/icon-reviews.png*/
        url() no-repeat
}

#prod_tabs.ui-tabs .ui-tabs-panel {
    border-bottom: 2px solid #346e6f;
    border-left: 2px solid #346e6f;
    border-right: 2px solid #346e6f;
    -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
}

#prod_tabs {
    margin-top: 7px
}

.prod_content {
    padding: 20px 10px;
    overflow: auto
}

.review_detail h3,
.write_review h3 {
    color: #356f70;
    float: left;
    margin: 0;
    font-size: 1.2em;
    font-weight: bold
}

ul.review_actions {
    text-align: left;
    margin: 0;
    padding: 0
}

ul.review_actions li {
    padding-left: 15px
}

ul.review_actions li:first-child {
    padding-left: 0
}

.review_detail {
    border-bottom: 1px solid #e6c3eb;
    margin-top: 10px;
    width: 100%
}

.review_detail p {
    margin-bottom: 5px
}

#write_review_action {
    color: #356f70;
    text-decoration: underline
}

.review_detail span.stars {
    margin-top: 0;
    margin-bottom: 2px
}

.review_detail p.review_origins {
    font-weight: bold
}

.write_review dl dd input {
    width: 425px;
    padding: 5px
}

.write_review dd {
    margin-left: 0
}

.write_review label {
    padding-bottom: 0;
    font-weight: bold
}

.write_review input.text,
.write_review input.qty {
    padding-bottom: 3px
}

.write_review dl dd textarea {
    width: 335px;
    font-family: var(--ge_font_family_base);
    font-weight: normal;
    font-size: 100%
}

.nav_column {
    border: 2px solid #bacad5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 10px;
    margin-bottom: 20px;
    width: 146px
}

.nav_column .title-top {
    background:
        /*savepage-url=../images/item-title-top-component.png*/
        url() repeat-x left top transparent;
    height: 8px
}

.nav_column .title {
    top: -7px;
    margin-left: 4px;
    margin-right: 8px
}

.nav_column .title-top img {
    margin-right: -5px
}

.nav_column .title-top span {
    background: transparent
        /*savepage-url=../images/item-title-top-right-component.png*/
        url() no-repeat right top scroll
}

.nav_column .title_holder h2 {
    background:
        /*savepage-url=../images/bg-gradient-title-component.png*/
        url() repeat-x center top #356f70;
    -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;
    font-size: 1em;
    font-weight: bold;
    text-shadow: 0 -1px 1px var(--grey20);
    color: var(--white);
    margin: 0 7px 0 8px;
    position: relative;
    top: -4px;
    padding: 0 6px 4px 6px;
    text-align: center;
    max-width: 292px
}

.nav_column .title_holder {
    margin-bottom: 2px
}

.nav_column .item ul.indent li {
    padding-left: 2px
}

.nav_column .item ul li {
    font-family: arial;
    font-size: 95%;
    line-height: 14px
}

.nav_column .item .more {
    margin-left: 2px
}

.nav_column .item .more a {
    text-decoration: underline;
    color: #2c3a55
}

.nav_column .item .category span.dropdown {
    height: 17px;
    width: 17px
}

.nav_column .item .category span.dropdown .dropdown-img {
    background:
        /*savepage-url=../images/button-arrow-small.png*/
        url() no-repeat transparent;
    display: block;
    height: 9px;
    width: 9px;
    margin: 5px 0 0 4px
}

.nav_column .item .category .toggleArrow span.dropdown .dropdown-img {
    background:
        /*savepage-url=../images/button-arrow-small-right.png*/
        url() no-repeat transparent;
    margin: 4px 0 0 4px
}

.nav_column .item {
    padding: 0 5px 10px 5px
}

.nav_column .item span.dropdown {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background:
        /*savepage-url=../images/button/bg-gradient.png*/
        url() repeat-x scroll center top #356f70
}

.nav_column .item span.dropdown:hover {
    background-color: #7fada5
}

.nav_column .item .category {
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-top: 5px
}

.nav_column .item .category h4 {
    color: #2c3a55;
    font-size: 1em;
    max-width: 115px;
    display: inline-block
}

.nav_column .item ul.facet_block span.remove a {
    background-color: var(--grey80)ecf;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.nav_column .item ul.facet_block span.remove a:hover {
    background-color: #7fada5
}

.nav_column .item ul.indent li.active {
    background-color: transparent
}

.nav_column .item ul.indent li.active a {
    color: #00679f;
    text-decoration: none
}

.nav_column .item ul li a {
    text-decoration: underline
}

.nav_column .item ul.facet_block span.remove {
    margin-top: 2px
}

.nav_column .item ul.facet_block span.remove img {
    padding-top: 4px
}

.prod_refine {
    border-top: 1px solid var(--grey81);
    border-bottom: 1px solid var(--grey81);
    margin-top: 12px
}

.prod_refine a {
    text-decoration: underline;
    padding: 0 5px
}

.prod_refine a.hidden {
    color: var(--grey86);
    text-decoration: none
}

.prod_refine p {
    margin: 0;
    padding: 0 2px
}

.prod_refine label {
    padding: 0 10px 0 10px;
    vertical-align: top
}

.prod_refine .sortOptions {
    margin: -5px 0 0 -5px;
    background:
        /*savepage-url=../images/bg-gradient-select.png*/
        url() repeat-x center bottom var(--white);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid var(--gray60);
    color: #444;
    float: none
}

.prod_list {
    border: 1px solid #bacad5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 10px
}

.prod_list .productMainLink {
    float: left;
    display: block
}

.prod_list .thumb {
    width: 130px;
    display: block
}

.prod_list .details {
    width: 328px;
    display: block
}

.prod_list .details p {
    margin-bottom: 8px
}

.prod_list .details ul {
    padding: 0;
    margin: 0
}

.prod_list .details ul strong {
    color: #2c3a55;
    display: block;
    margin: 3px 0 -2px 0
}

.prod_list .details ul ul strong {
    color: var(--grey40);
    display: inline
}

.prod_list .thumb img {
    padding: 0;
    margin: 0 5px 0 5px
}

.prod_list h2,
.prod_list .price {
    color: #356f70;
    text-transform: uppercase;
    font-size: 1.6em;
    margin-bottom: 3px
}

.prod_list h2 {
    font-size: 1.3em;
    text-decoration: underline
}

.prod_list a:hover h2,
.prod_list a:focus h2,
.prod_list a:active h2 {
    color: #7fada5
}

.prod_list a:focus {
    text-decoration: underline
}

.prod_list h2:focus {
    text-decoration: underline
}

.prod_list .cart {
    text-align: right;
    background:
        /*savepage-url=../images/bg-gradient-prod-list.png*/
        url() repeat-x left top var(--white);
    min-height: 110px;
    position: relative;
    margin-top: -10px;
    padding-top: 10px
}

.prod_list .cart button.positive {
    position: relative
}

.prod_list div.cart div.collect_from_store {
    position: relative
}

.collect_from_store {
    clear: both;
    text-align: right
}

.prod_list .cart button.positive:hover,
.prod_list .cart button.positive:active,
.prod_list .cart button.positive:focus {
    background-color: #de6428
}

.prod_list .cart button.out-of-stock {
    background-color: #909291;
    background-image:
        /*savepage-url=../images/button/gradient-button-form.png*/
        url();
    border: 1px solid var(--grey40)
}

.prod_list .cart p {
    color: #2c3a55
}

.yes {
    background:
        /*savepage-url=../images/icon-instock-yes.png*/
        url() no-repeat left top transparent;
    color: #00679f;
    height: 20px;
    width: 1px
}

.no {
    background:
        /*savepage-url=../images/icon-instock-no.png*/
        url() no-repeat left top transparent;
    color: #bc2531;
    height: 20px;
    width: 1px
}

.prod_grid .thumb {
    border: 1px solid var(--grey80)ecf
}

.prod_grid .cart button {
    position: absolute;
    left: 5px;
    top: 214px
}

.prod_grid p {
    color: #2c3a55;
    padding: 0 5px
}

.prod_grid p:hover {
    color: #00679f
}

.prod_grid .cart p {
    color: #2c3a55
}

.prod_grid .cart button.out-of-stock {
    background-color: #909291;
    background-image:
        /*savepage-url=../images/button/gradient-button-form.png*/
        url();
    border: 1px solid var(--grey40)
}

.prod_grid .details {
    padding-top: 4px;
    line-height: 1.1em;
    min-height: 25px
}

.prod_grid {
    position: relative;
    min-height: 219px;
    padding-top: 20px;
    background: transparent
        /*savepage-url=../images/bg-prod_grid.png*/
        url() left bottom no-repeat
}

.prod_grid .cart {
    text-align: left;
    padding-top: 5px
}

.prod_grid .price {
    left: 46px;
    position: absolute;
    top: 216px;
    font-weight: bold
}

.prod_cat {
    height: 248px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid var(--grey80)ecf;
    margin-bottom: 10px
}

.prod_cat h2 {
    font-size: 1.2em
}

.prod_cat h2 a {
    min-height: 35px
}

.prod_cat h2 a,
.prod_cat h2 a:visited {
    text-decoration: none;
    background-image:
        /*savepage-url=../images/icon-arrow-product-category.png*/
        url();
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #d0d0d0;
    color: var(--black);
    padding: 5px 25px 5px 10px
}

.prod_cat h2 a:hover {
    text-decoration: none;
    background-image:
        /*savepage-url=../images/icon-arrow-product-category_s.png*/
        url();
    color: var(--white)
}

.prod_cat:hover h2 a {
    background-color: #356f70;
    color: var(--white);
    background-image:
        /*savepage-url=../images/icon-arrow-product-category_s.png*/
        url()
}

.prod_cat h2 a:focus {
    background-color: #356f70;
    color: var(--white)
}

.prod_cat:hover {
    border: 1px solid #356f70
}

.prod_cat h2 a:active {
    text-decoration: none
}

.prod_cat a:hover {
    text-decoration: none
}

.prod_cat .thumb {
    text-align: center
}

.prod_cat .thumb a {
    display: block
}

.prod_cat p {
    color: #2c3a55
}

.prod_cat:hover p a {
    color: #00679f
}

.prod_cat .details {
    min-height: 36px
}

.results h1 {
    color: #2c3a55;
    font-size: 1.6em;
    font-weight: bold
}

.zoom_lightbox {
    margin: 10px;
    overflow: hidden
}

.zoom_lightbox .jcarousel-skin .alt .jcarousel-item {
    height: 107px;
    width: 107px
}

.zoom_lightbox .jcarousel-clip-vertical {
    height: 448px;
    width: 107px
}

.zoom_lightbox .thumbs .jcarousel-list .jcarousel-list-vertical {
    height: 448px;
    width: 107px
}

.xl_image {
    text-align: center
}

#cboxClose {
    background:
        /*savepage-url=../images/colorbox/close.png*/
        url() no-repeat center center transparent;
    right: 10px;
    top: 10px
}

#cboxClose.hover {
    background:
        /*savepage-url=../images/colorbox/close_h.png*/
        url() no-repeat center center transparent
}

#colorbox {
    border: 0
}

#cboxOverlay {
    background:
        /*savepage-url=../images/colorbox/overlay.png*/
        url() repeat center center transparent
}

#cboxContent {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight,
#cboxMiddleLeft,
#cboxMiddleRight {
    height: 0;
    width: 0;
    background: 0
}

#cboxLoadedContent {
    margin-bottom: 0
}

#galleriffic_slider div.content a,
div.navigation a {
    text-decoration: none;
    color: var(--white);
    font-family: var(--ge_font_family_base);
    font-weight: normal;
    font-size: 14px
}

#galleriffic_slider div.content a,
div.navigation a:hover {
    text-decoration: none;
    color: #3faf33
}

#galleriffic_slider div.content a:focus,
div.content a:hover,
div.content a:active {
    text-decoration: none
}

#galleriffic_slider div.loader {
    background-image:
        /*savepage-url=loader.gif*/
        url()
}

#galleriffic_slider div.slideshow img {
    border: 1px solid var(--grey80)
}

#galleriffic_slider div.caption {
    background-color: var(--black);
    color: var(--grey80)
}

#galleriffic_slider div.caption a {
    color: var(--white)
}

#galleriffic_slider div.image-title {
    font-weight: bold;
    font-size: 1.4em
}

#galleriffic_slider ul.thumbs li.selected a.thumb {
    color: var(--black);
    font-weight: bold
}

#galleriffic_slider div.pagination a,
div.pagination span.current,
div.pagination span.ellipsis {
    border: 1px solid var(--grey80)
}

#galleriffic_slider div.pagination a:hover {
    background-color: var(--super_silver_grey);
    text-decoration: none
}

#galleriffic_slider div.pagination span.current {
    font-weight: bold;
    background-color: var(--black);
    border-color: var(--black);
    color: var(--white)
}

#galleriffic_slider div.pagination span.ellipsis {
    border: 0
}

#galleriffic_slider #captionToggle a {
    background-image:
        /*savepage-url=caption.png*/
        url()
}

.empty-popup-cart {
    padding: 5px 0;
    color: var(--white);
    font-size: 1.2em
}

#rollover_cart_popup {
    position: absolute;
    z-index: 2147483647;
    width: 263px;
    margin: 30px 0 0 0
}

#cart_popup {
    -moz-box-shadow: 0 8px 15px #2c3a55;
    -webkit-box-shadow: 0 8px 15px #2c3a55;
    box-shadow: 0 8px 15px #2c3a55;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-bottom-left-radius: 4px
}

.cart_popup {
    background: var(--basic_purple);
    width: 382px;
    overflow: hidden;
    width: 382px
}

.cart_popup .title a.close {
    background:
        /*savepage-url=../images/icon-modal-cart-close.png*/
        url() no-repeat left center transparent;
    width: 13px;
    height: 14px;
    position: absolute;
    right: 11px;
    top: 12px
}

.cart_popup .cart_modal_popup {
    margin: 0 12px;
    padding-top: 10px;
    padding-bottom: 5px
}

.cart_popup .legend a {
    color: var(--white)
}

.cart_popup .cart_modal_popup .prod_info {
    padding-left: 10px
}

.cart_popup .cart_modal_popup .prod_image {
    border: 1px solid #bfc0c1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 65px;
    height: 65px;
    background-color: var(--white)
}

.cart_popup .cart_modal_popup .prod_info p,
.cart_popup p {
    color: var(--super_silver_grey);
    margin-bottom: 5px;
    line-height: 105%
}

.cart_popup .prod_cart-total {
    padding-top: 5px;
    border-top: 1px solid var(--steam_grey);
    margin: 10px 0 10px 14px;
    font-weight: bold;
    color: var(--white);
    font-size: 120%;
    margin-right: 10px;
    text-align: right
}

.cart_popup .prod_name {
    font-weight: bold;
    font-size: 115%;
    color: var(--white) !important
}

.cart_popup .cart_modal_popup .prod_info dl {
    color: var(--white)
}

.cart_popup .content_slot {
    margin: 6px 12px 0 12px
}

.cart_popup .links {
    margin: 12px
}

.cart_popup .links a.neutral {
    margin-right: 10px
}

.cart_popup .links a.neutral {
    float: left
}

.cart_popup .links a.positive {
    width: 122px;
    float: right
}

.thumbnail_detail .disp-img,
.thumbnail_detail .simple_disp-img {
    background: transparent
        /*savepage-url=../images/bg-gradient-category-tile.png*/
        url() repeat-y right center;
    margin-bottom: 10px
}

.thumbnail_detail .disp-img a:hover h2,
.thumbnail_detail .simple_disp-img a:hover h2 {
    color: #2d95c8
}

.thumbnail_detail .disp-img:hover,
.thumbnail_detail .disp-img:active,
.thumbnail_detail .simple_disp-img:hover,
.thumbnail_detail .simple_disp-img:active {
    text-decoration: none
}

.thumbnail_detail .disp-img:hover .title h2 {
    border-bottom: 1px solid #00679f
}

.thumbnail_detail .disp-img .title h2 {
    font-size: 1em;
    font-weight: bold;
    padding-bottom: 2px;
    margin-bottom: 2px;
    border-bottom: 1px solid #bacad5
}

.thumbnail_detail .disp-img .title h2 a {
    color: var(--grey20)
}

.thumbnail_detail .disp-img:hover .title h2 a {
    color: #00679f
}

.thumbnail_detail .disp-img .title h2 a:hover {
    text-decoration: none
}

.thumbnail_detail .disp-img .details p a {
    color: var(--grey20);
    line-height: normal
}

.thumbnail_detail .disp-img .details p a:hover {
    color: #00679f;
    text-decoration: none
}

.thumbnail_detail .disp-img .action img {
    padding: 0;
    margin: 5px 0 0 7px
}

.thumbnail_detail .disp-img .action {
    background-color: #bacad5;
    height: 22px;
    width: 24px;
    background-position: left top;
    background-repeat: no-repeat;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px
}

.thumbnail_detail .disp-img:hover .action {
    background-color: #00679f
}

.small_detail .disp-img,
.small_detail .simple_disp-img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #bacad5;
    margin-bottom: 10px
}

.small_detail .disp-img:hover,
.small_detail .disp-img:active,
.small_detail .simple_disp-img:hover,
.small_detail .simple_disp-img:active {
    text-decoration: none;
    border-color: #00679f
}

.small_detail .disp-img .title {
    background: #223956
        /*savepage-url=../images/bg-gradient-banner-item.png*/
        url() left top repeat-x;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 42px;
    min-width: 218px;
    opacity: .8
}

.small_detail .disp-img:hover .title {
    background-color: #00679f;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.small_detail .disp-img .title h2 {
    padding: 5px 0 0 5px;
    font-size: 1.2em;
    margin: 0;
    color: var(--white)
}

.small_detail .disp-img p a {
    color: var(--grey40);
    line-height: 13px
}

.small_detail .disp-img:hover p a {
    color: #00679f
}

.small_detail .disp-img p a:hover {
    text-decoration: none
}

.small_detail .disp-img .action {
    background-color: #bacad5;
    height: 22px;
    width: 24px;
    background-position: left top;
    background-repeat: no-repeat;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px
}

.small_detail .disp-img .action img {
    padding: 0;
    margin: 5px 0 0 7px
}

.small_detail .disp-img:hover .action {
    background-color: #00679f
}

.simple_disp-img img {
    vertical-align: top
}

#homepage_slider .svw {
    background: var(--white)
}

#homepage_slider.stripViewer {
    border-bottom: 6px solid var(--white)
}

#homepage_slider.stripViewer ul {
    list-style-type: none
}

#homepage_slider .tooltip {
    background: var(--white);
    color: var(--black);
    border: 5px solid var(--border_light_grey)
}

.stripTransmitter {
    width: 100% !important;
    float: right;
    margin: -45px 0 0 0
}

.stripTransmitter ul {
    list-style-type: none;
    float: right;
    position: relative
}

.stripTransmitter a {
    text-align: center;
    color: #356f70;
    text-decoration: none;
    font-size: 1.1em
}

.stripTransmitter ul li {
    float: left;
    margin: 0 6px 1px 0
}

.stripTransmitter a {
    display: block;
    border: 2px solid var(--nobel_grey);
    width: 72px;
    height: 30px
}

.stripTransmitter a:hover,
a.current {
    border: 2px solid var(--basic_purple)
}

.tooltip {
    padding: .5em;
    background: var(--white);
    color: var(--black);
    border: 5px solid #e1b8e9
}

dl.order_totals dd {
    font-weight: bold
}

dl.order_totals dt.savings,
dl.order_totals dd.savings {
    color: #d3511b
}

dl.order_totals dt.total,
dl.order_totals dd.total,
.cart_total,
#your_cart .total,
table#your_cart {
    margin-bottom: 0
}

#your_cart .total.free {
    color: #9c701f;
    text-transform: uppercase
}

#your_cart td.quantity {
    min-width: 110px
}

#your_cart .quantity input.qty {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 10px 10px 0;
    -moz-box-shadow: inset 0 0 5px var(--grey80);
    -webkit-box-shadow: inset 0 0 5px var(--grey80);
    box-shadow: inset 0 0 5px var(--grey80);
    border: 1px solid var(--medium_grey);
    text-align: center;
    float: left
}

a.promotion_link {
    float: none !important
}

#your_cart h2 {
    font-size: 1.3em;
    overflow: visible;
    float: left
}

#your_cart h3 {
    font-size: 1.2em;
    color: #9c701f;
    max-width: 282px
}

.cart_total {
    padding-top: 4px
}

#your_cart .product_details span {
    color: #9c701f;
    font-weight: bold
}

#your_cart .quantity img {
    float: left;
    margin: 1px 0 0 0px
}

.cart-promotions-potential {
    /*background:transparent url(../images/icon-promo-potential.png) no-repeat;*/
    padding: 1px 0 6px 18px;
    list-style: none !important
}

.cart-promotions-applied {
    background: transparent
        /*savepage-url=../images/icon-promo-applied.png*/
        url() no-repeat;
    padding: 0 0 0 18px;
    list-style: none !important
}

.cart-promotions-applied span {
    font-weight: normal
}

.promo ul {
    margin-bottom: 0
}

.order_total,
#your_order .total,
#your_order .total.free {
    color: #9c701f;
    text-transform: uppercase
}

#your_order .quantity input.qty {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 10px;
    -moz-box-shadow: inset 0 0 5px var(--grey80);
    -webkit-box-shadow: inset 0 0 5px var(--grey80);
    box-shadow: inset 0 0 5px var(--grey80);
    border: 1px solid var(--medium_grey);
    text-align: center
}

#your_order a {
    text-decoration: underline;
    float: left
}

#your_order h2 a,
#your_order h2 a:visited {
    color: #356f70;
    text-decoration: underline
}

#your_order h2 {
    font-size: 1.2em;
    overflow: auto
}

#your_order h3 {
    font-size: 1.2em;
    color: #9c701f;
    max-width: 282px
}

.order_total {
    padding-top: 4px
}

#your_order .product_details span {
    color: #9c701f;
    font-weight: bold
}

#your_order .quantity img {
    float: left;
    margin: 4px 0 0 8px
}

#findStoresNearMe {
    padding-bottom: 20px;
    line-height: 30px
}

#auto_location_form #findStoresNearMe {
    float: none;
    font-size: 1em;
    padding: 6px 0 4px 28px;
    height: auto;
    text-align: left;
    position: relative;
    line-height: 1em;
    text-transform: none
}

#auto_location_form .find-stores-near-me-icon {
    background: transparent
        /*savepage-url=../images/store-locator-small.png*/
        url() no-repeat 0 0;
    display: block;
    width: 19px;
    height: 20px;
    position: absolute;
    left: 4px;
    top: -1px
}

.change_location-link.neutral {
    font-size: 97%;
    padding: 2px 5px 0 5px;
    margin-top: 8px;
    line-height: 12px;
    float: none;
    display: inline-block;
    width: 93%
}

#user_location_form input.text {
    display: inline-block;
    width: 84px;
    margin: 0;
    padding: 4px;
    vertical-align: top
}

#user_location_form button.search {
    padding: 0 2px;
    height: 24px;
    margin: 0 0 0 -1px
}

#user_location_form button.search .search-icon {
    height: 15px;
    padding: 0;
    background-image:
        /*savepage-url=../images/search-small.png*/
        url()
}

#user_location_form button.search {
    display: inline-block
}

.find-stores-near-me-icon {
    background: transparent
        /*savepage-url=../images/store-locator.png*/
        url() no-repeat 0 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: -30%
}

.facetValues {
    font-size: 95%;
    line-height: 110%
}

.facet_block-label input {
    margin: 0 5px 5px 0;
    border: 0;
    float: left
}

span.facet-value-count {
    margin-left: 3px
}

.facet_block-label {
    padding: 0;
    float: none;
    cursor: pointer
}

.pickup_store_search .prod_grid {
    padding: 0 0 10px 10px
}

.pickup_store_search .item_container_holder {
    border: 0
}

.pickup_store_search .prod_grid strong.prod_grid-name {
    min-height: 1em
}

.pickup_store_search .prod_grid .details {
    min-height: 6px;
    padding: 5px 0
}

.pickup_store_search .prod_grid .cart {
    padding: 0
}

.pickup_store_search-quantity {
    background-color: var(--super_silver_grey);
    border: 1px solid var(--grey80);
    padding: 3px 4px;
    border-radius: 3px;
    margin: 8px 0
}

.pickup_store_search-quantity.quantity input.qty {
    margin: 0 5px
}

.pickup_store_search-form {
    background-color: var(--super_silver_grey);
    border: 1px solid var(--grey80);
    padding: 6px 5px 7px 5px;
    border-radius: 3px;
    margin: 0 0 8px 0
}

.pickup_store_search-form input[type="text"] {
    margin: 0 5px
}

.pickup_store_search-form .form {
    height: auto
}

#pickup_store_results {
    height: 400px;
    overflow-y: auto;
    margin: 0 0 10px 0
}

.pickup_store_search-form-footer {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid var(--grey80)
}

.pickup_store_results-item {
    position: relative;
    height: 90px;
    border: 1px solid var(--grey80);
    border-radius: 3px;
    padding: 5px;
    margin-bottom: 10px;
    width: 298px
}

.pickup_store_search-nr-results {
    margin-top: 5px;
    font-weight: bold
}

.pickup_store_search-paging form {
    float: right;
    padding-left: 5px
}

.pickup_store_search-paging-info {
    display: inline-block;
    padding-top: 5px
}

.pickup_store_results-entry {
    display: block;
    width: 185px
}

.pickup_store_results-stock {
    font-weight: bold;
    margin-bottom: 3px
}

.pickup_store_results-distance {
    position: absolute;
    right: 10px;
    top: 5px;
    text-align: right;
    width: auto
}

.pickup_store_results-zip {
    padding-right: 5px
}

.pickup_store_results-line2 {
    padding-left: 5px
}

.pickup_here_instore_button,
.pickup_add_to_bag_instore_button {
    position: absolute;
    right: 10px;
    bottom: 10px;
    margin-bottom: 0
}

.prod_grid .cart .click_pickupInStore_Button {
    background: transparent none;
    border: 0;
    height: auto;
    margin: 5px 5px 0 0;
    padding: 0;
    color: var(--black);
    text-shadow: none;
    text-decoration: underline;
    font-size: .9em
}

.prod_grid .cart .click_pickupInStore_Button:hover {
    background: transparent none;
    border: 0;
    color: #b70062
}

.collect_from_store {
    clear: both;
    text-align: right;
    padding-top: 10px
}

#your_cart td.shipping input {
    margin: 0 3px 15px 0
}

#your_cart td.shipping input.basket-page-shipping-ship {
    margin: 0 3px 5px 0
}

.basket-page-shipping-pickup {
    font-size: 97%;
    line-height: 108%;
    color: var(--grey40);
    display: block;
    margin: 2px 0 3px 0
}

div.checkout_summary_flow-pickup-items {
    margin: 15px 0 0 35px
}

span.checkout_summary_flow-pickup-item {
    display: block
}

.selectDeliverylocation {
    background: #eaeef2;
    padding: 0 10px 10px 10px
}

.selectDeliverylocation .title_holder {
    margin-left: -10px
}

.selectDeliverylocationItem {
    width: 32%;
    float: left;
    padding-top: 10px
}

.selectDeliverylocationDescText {
    width: 100%;
    clear: both;
    font-weight: bold
}

.selectDeliverylocationItemLabel {
    cursor: pointer
}

.selectDeliverylocationItemLabel input {
    float: left
}

.selectDeliverylocationItem .selectDeliverylocationItemButton {
    width: 95%;
    margin-top: 10px;
    float: none
}

.pickupAdressList {
    float: left;
    max-width: 75%
}

.pickupAdressList li {
    padding-top: 2px;
    padding-bottom: 2px
}

.pickupOptionDistance {
    font-weight: bold;
    padding-bottom: 4px
}

. .pickupSummary {
    padding: 15px 10px 5px 10px
}

.pickupSummaryItemLeft {
    float: left;
    width: 26%
}

.pickupSummaryItemLeft h3 {
    padding-left: 1em;
    margin-bottom: .2em
}

.pickupSummaryItemCenter {
    float: left;
    width: 40%;
    padding-top: 0
}

.pickupSummaryItemRight {
    float: left;
    width: 28%
}

.pickupSummaryItemRight tr:fist-child.weekday_openings td {
    border-top: none !important
}

.pickupSummaryDetails {
    clear: left;
    display: block
}

.pickupSummaryDetails div.item_container,
.pickupSummaryDetails div.item_container #your_cart {
    margin-bottom: 0
}

.pickupSummaryDetails div.item_container table#your_cart tr td {
    padding-bottom: 0
}

.pickupSummaryDetails div.item_container table#your_cart tr td.product_details ul {
    margin-bottom: 10px
}

.store-openings td {
    padding: 1px 0 !important;
    border-bottom: 1px solid var(--super_silver_grey) !important
}

td.weekday_openings_day {
    padding-right: 8px !important;
    font-weight: bold
}

td.specialday_openings_date {
    padding-right: 8px !important;
    font-weight: bold
}

.store_finder {
    width: 320px
}

.store_map {
    width: 460px;
    height: 300px !important
}

.store_finder .item_container_holder {
    min-height: 298px
}

.store_map {
    margin-top: 20px
}

.item_holder_store_locator {
    border: 1px solid var(--grey80)ecf;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 7px;
    margin-bottom: 10px;
    margin-top: 20px
}

table#store_locator {
    border: 1px solid var(--grey80)ecf;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 20px
}

table#store_locator tr th,
table#store_locator tr td {
    border-left: 1px solid var(--grey80)ecf
}

table#store_locator tr th:first-child,
table#store_locator tr td:first-child {
    border-left: 0 none
}

table#store_locator tr th {
    padding-left: 10px;
    color: #356f70
}

table#store_locator ul {
    margin: 0;
    padding: 0
}

table#store_locator .store_details {
    float: left;
    margin: 0 10px 0 25px
}

table#store_locator table tr td {
    margin: 0;
    padding: 0;
    border: 0 none
}

table#store_locator h2 {
    font-size: 1em;
    margin: 0
}

table#store_locator a {
    text-decoration: underline
}

table#store_locator img {
    vertical-align: top
}

table#store_locator a.shoplink {
    position: relative
}

table#store_locator img.locationdesc {
    margin: 0 4px 0 0
}

.store_details a {
    text-decoration: underline
}

table#store_locator #header1 {
    width: 150px
}

#payment_details,
#payment_details_modal {
    border-top: 1px solid #c0c1c2;
    border-left: 1px solid #c0c1c2;
    border-right: 1px solid #c0c1c2;
    border-bottom: 1px solid #c0c1c2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

#payment_details th,
#payment_details_modal th {
    color: #356f70;
    border-left: 1px solid #e7e7e7
}

#payment_details th:first-child,
#payment_details_modal th:first-child {
    border-left: 0 none
}

.information_message {
    margin-top: 10px;
    min-height: 26px;
    margin-bottom: 20px
}

.information_message span.single {
    top: 0
}

.information_message span {
    height: 26px
}

.information_message p {
    color: var(--white);
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.information_message.positive p {
    border: 1px solid var(--status_success_green);
    background-color: var(--alert_success_bg);
    border-radius: 8px;
    color: var(--lead_black)
}

.information_message.negative p {
    background-color: var(--error_light_red);
    border: 1px solid var(--basic_error_red);
    border-radius: 8px;
    color: var(--lead_black)
}

.information_message.neutral p {
    border: 1px solid var(--status_success_green);
    background-color: var(--alert_success_bg);
    border-radius: 8px;
    color: var(--lead_black)
}

.information_message.positive span {
    background:
        /*savepage-url=../images/icon-info-message-positive.png*/
        url(data:image/png;resource=29;base64,) no-repeat left center transparent
}

.information_message.negative span {
    background:
        /*savepage-url=../images/icon-info-message-negative.png*/
        url(data:image/png;resource=28;base64,) no-repeat left center transparent
}

.information_message.neutral span {
    background:
        /*savepage-url=../images/icon-info-message-neutral.png*/
        url() no-repeat left center transparent
}

.confirmation_message {
    border: 4px solid #70c30d
}

.confirmation_message p {
    color: #70c30d;
    font-weight: bold
}

.confirmation_message span {
    background:
        /*savepage-url=../images/icon-info-message-positive.png*/
        url(data:image/png;resource=29;base64,) no-repeat left center transparent
}

.error_message {
    border: 4px solid #d9262a
}

.error_message p {
    color: #d9262a;
    font-weight: bold
}

.error_message span {
    background:
        /*savepage-url=../images/icon-info-message-negative.png*/
        url(data:image/png;resource=28;base64,) no-repeat left center transparent
}

.error_message ul li {
    list-style-type: disc;
    color: #d9262a
}

.form_field_error {
    background-color: #fcebeb;
    border: 1px dotted #d9262a;
    color: #ac1607;
    width: 92%
}

.form_field_error p,
.form_field_error .notify {
    color: #d9262a;
    padding-left: 3px;
    float: left
}

.place-order-top .pad_right {
    margin-right: 2px;
    padding: 5px 9px;
    font-size: 1.3em
}

.place-order-bottom .pad_right {
    margin-right: 0;
    padding: 5px 9px;
    font-size: 1.3em
}

.place-order-bottom {
    width: 790px;
    padding: 0 0 20px 0
}

.terms dt.left {
    padding-top: 0
}

.checkout_summary_flow {
    height: 240px
}

.checkout_summary_flow dl dt label {
    font-weight: bold
}

.checkout_summary_flow a {
    text-decoration: none
}

.checkout_summary_flow .item_container_holder {
    border: 0 none;
    margin-top: 0
}

.checkout_summary_flow .item_container_holder ul {
    padding-left: 0
}

.checkout_summary_flow .item_container_holder .title_holder h2 span {
    background:
        /*savepage-url=../images/icon-checkout-summary-flow-plus.png*/
        url() no-repeat left center transparent;
    width: 25px;
    height: 22px;
    left: 4px;
    top: -2px
}

.checkout_summary_flow .complete .item_container_holder .title_holder h2 span {
    left: 5px
}

.checkout_summary_flow .item_container_holder .title_holder {
    margin-bottom: 5px
}

.checkout_summary_flow .item_container_holder .title_holder h2 {
    width: 160px;
    min-height: 20px;
    top: -8px;
    padding-top: 2px
}

.checkout_summary_flow .item_container_holder .title {
    width: 175px;
    top: -5px
}

.checkout_summary_flow_b .item_container_holder {
    padding-left: 10px
}

.checkout_summary_flow_b .item_container {
    padding-left: 20px;
    width: 243px
}

.checkout_summary_flow_c .item_container_holder {
    padding-left: 10px
}

.checkout_summary_flow_c .item_container {
    padding-left: 27px;
    padding-right: 0;
    width: 160px
}

#checkout_summary_deliveryaddress_div .item_container {
    width: 190px
}

.checkout_summary_flow_a {
    background:
        /*savepage-url=../images/background-checkout-summary-box-a-b2b.png*/
        url() no-repeat scroll center center;
    width: 248px;
    height: 217px;
    top: 0;
    left: 0
}

.checkout_summary_flow_a.complete .item_container_holder .title_holder .title .title-top {
    background:
        /*savepage-url=../images/item-title-top-scroller-positive.png*/
        url() repeat-x left top transparent
}

.checkout_summary_flow_a.complete .item_container_holder .title_holder .title .title-top span {
    background: transparent
        /*savepage-url=../images/item-title-top-right-scroller-positive.png*/
        url() no-repeat right top scroll
}

.checkout_summary_flow_a.complete .item_container_holder .title_holder h2 {
    background:
        /*savepage-url=../images/bg-gradient-title-scroller-positive.png*/
        url() repeat-x center top #356f70
}

.checkout_summary_flow_a.complete {
    background:
        /*savepage-url=../images/background-checkout-summary-box-a-b2b-complete.png*/
        url() no-repeat scroll center center
}

.checkout_summary_flow_b.complete .item_container_holder .title_holder .title .title-top {
    background:
        /*savepage-url=../images/item-title-top-scroller-positive.png*/
        url() repeat-x left top transparent
}

.checkout_summary_flow_b.complete .item_container_holder .title_holder .title .title-top span {
    background: transparent
        /*savepage-url=../images/item-title-top-right-scroller-positive.png*/
        url() no-repeat right top scroll
}

.checkout_summary_flow_b.complete .item_container_holder .title_holder h2 {
    background:
        /*savepage-url=../images/bg-gradient-title-scroller-positive.png*/
        url() repeat-x center top #356f70
}

.checkout_summary_flow_b.complete {
    background:
        /*savepage-url=../images/background-checkout-summary-box-b1-b2b-complete.png*/
        url() no-repeat scroll center center
}

.checkout_summary_flow_c.complete .item_container_holder .title_holder .title .title-top {
    background:
        /*savepage-url=../images/item-title-top-scroller-positive.png*/
        url() repeat-x left top transparent
}

.checkout_summary_flow_c.complete .item_container_holder .title_holder .title .title-top span {
    background: transparent
        /*savepage-url=../images/item-title-top-right-scroller-positive.png*/
        url() no-repeat right top scroll
}

.checkout_summary_flow_c.complete .item_container_holder .title_holder h2 {
    background:
        /*savepage-url=../images/bg-gradient-title-scroller-positive.png*/
        url() repeat-x center top #356f70
}

.checkout_summary_flow_c.complete {
    background:
        /*savepage-url=../images/background-checkout-summary-box-b-b2b-complete.png*/
        url() no-repeat scroll center center
}

.checkout_summary_flow_a.complete .item_container_holder .title_holder h2 span,
.checkout_summary_flow_b.complete .item_container_holder .title_holder h2 span,
.checkout_summary_flow_c.complete .item_container_holder .title_holder h2 span {
    background:
        /*savepage-url=../images/icon-checkout-summary-flow-tick.png*/
        url() no-repeat left center transparent
}

.checkout_summary_flow_a.complete button.form,
.checkout_summary_flow_b.complete button.form,
.checkout_summary_flow_c.complete button.form {
    top: 175px;
    font-size: 1em;
    background-image:
        /*savepage-url=../images/button/gradient-button-form_h.png*/
        url();
    background-color: #be82c4
}

.checkout_summary_flow_a.complete button.form:hover,
.checkout_summary_flow_b.complete button.form:hover,
.checkout_summary_flow_c.complete button.form:hover {
    background-image:
        /*savepage-url=../images/button/gradient-button-form.png*/
        url();
    background-color: #909291
}

.checkout_summary_flow_a button.form,
.checkout_summary_flow_b button.form,
.checkout_summary_flow_c button.form {
    top: 175px;
    font-size: .9em;
    padding-left: 2px;
    padding-right: 2px
}

.checkout_summary_flow_a button {
    left: 15px
}

.checkout_summary_flow_b button {
    left: 75px
}

.checkout_summary_flow_c button {
    left: 51px
}

.checkout_summary_flow_b {
    background:
        /*savepage-url=../images/background-checkout-summary-box-b1-b2b.png*/
        url() no-repeat scroll center center;
    width: 267px;
    height: 217px;
    top: 0;
    left: 210px
}

.checkout_summary_flow_c {
    background:
        /*savepage-url=../images/background-checkout-summary-box-b-b2b.png*/
        url() no-repeat scroll center center;
    width: 267px;
    height: 217px;
    top: 0;
    left: 210px
}

.checkout_summary_flow a.edit_complete {
    color: #356f70
}

.checkout_summary_flow a.edit_complete:hover,
.checkout_summary_flow a.edit_complete:active {
    color: var(--white);
    text-decoration: none
}

.checkout_summary_flow_a a.edit_complete,
.checkout_summary_flow_b a.edit_complete,
.checkout_summary_flow_c a.edit_complete {
    position: absolute;
    top: 175px;
    background-color: #356f70;
    background-position: center bottom;
    background-repeat: repeat-x;
    border: 0 none;
    border-radius: 4px 4px 4px 4px;
    color: var(--white);
    font-size: .9em;
    padding: 2px 5px;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 0 -1px 1px var(--grey20)
}

.checkout_summary_flow_a a.edit_complete:hover,
.checkout_summary_flow_b a.edit_complete:hover,
.checkout_summary_flow_c a.edit_complete:hover {
    background-color: #7fada5
}

.checkout_summary_flow_a a.edit_complete {
    left: 15px
}

.checkout_summary_flow_b a.edit_complete {
    left: 75px
}

.checkout_summary_flow_c a.edit_complete {
    left: 30px
}

span.saved_card {
    display: block;
    margin: 10px 0 5px 0
}

.variant_options .colour p {
    margin: 0 12px 0 0
}

.variant_options .colour ul li {
    width: 30px;
    height: 30px;
    border: 2px solid var(--grey40);
    float: left;
    margin-right: 10px
}

.variant_options .colour ul li.selected {
    border-color: #55046d
}

.variant_options .colour ul li a {
    display: block
}

.variant_options .swatch_colour_a {
    background-color: #d15897;
    display: block;
    height: 30px;
    width: 30px
}

.variant_options .size {
    min-height: 61px
}

.variant_options .size,
.variant_options .colour {
    width: 310px;
    margin-bottom: 20px
}

.variant_options .size dl {
    margin: 0
}

.variant_options .size dl dt {
    min-width: 0
}

.variant_options button {
    margin-top: 5px
}

.variant_options .size a {
    padding-left: 45px
}

.payment_details_left_col,
.payment_details_right_col {
    border: 1px solid var(--grey80)ecf;
    padding: 10px;
    width: 357px
}

.payment_details_left_col h1,
.payment_details_right_col h1 {
    color: #356f70;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 15px
}

.payment_details_left_col {
    float: left
}

.payment_details_right_col {
    float: right
}

span.saved_card button {
    margin-right: 10px
}

span.saved_card p {
    padding-top: 6px
}

.save_payment_details {
    float: left;
    margin-top: 30px;
    margin-left: 15px
}

#popup_checkout_delivery_address,
#popup_checkout_delivery_modes,
#popup_checkout_add_edit_payment_method {
    margin-left: 10px;
    margin-right: 42px
}

#popup_checkout_saved_payment_method {
    border: 5px solid #d6d7d9;
    width: 739px;
    margin: 50px auto 0 auto
}

.your_order h1 {
    color: #356f70;
    font-size: 1.2em;
    font-weight: bold
}

.delivery_stages .item_container_holder .item_container {
    min-height: 112px
}

.delivery_stages .item_container_holder {
    background-color: var(--white);
    border-color: #bacad5
}

.store_details_left_col,
.store_details_right_col {
    width: 375px
}

.store_details_left_col img,
.store_details_right_col img {
    margin-bottom: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.store_details_left_col {
    float: left
}

.store_details_right_col {
    float: right
}

table#store_details {
    border: 1px solid var(--grey80)ecf;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

table#store_details tr td {
    margin: 0;
    border: 0 none
}

table#store_details ul {
    margin: 0;
    padding: 0
}

table#store_details table {
    margin: 0
}

table#store_details table tr td {
    margin: 0;
    padding: 0
}

table#store_details h1 {
    font-size: 1.1em;
    color: #356f70;
    font-weight: bold
}

.store_map_details {
    margin-bottom: 20px;
    height: 344px;
    border: 1px solid var(--grey80)ecf;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.cust_acc {
    border: 1px solid var(--grey80)ecf;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: auto;
    margin-top: 10px;
    padding: 37px
}

.cust_acc_tile {
    float: left;
    margin-bottom: 27px;
    min-height: 100px;
    width: 50%
}

.cust_acc_tile span {
    float: left;
    margin-right: 10px;
    min-width: 98px
}

.cust_acc_tile h1 {
    font-size: 1.4em;
    font-weight: bold
}

.cust_acc_tile h1 a,
.cust_acc_tile h1 a:visited {
    color: #356f70;
    text-decoration: underline
}

.cust_acc_tile ul li {
    list-style-type: disc;
    list-style-position: inside;
    color: var(--grey40)
}

.cust_acc_tile ul li a {
    text-decoration: underline;
    color: #2c3a55
}

.cust_acc_tile ul li a:hover {
    color: #7fada5
}

#order_history a {
    text-decoration: underline;
    color: #2c3a55
}

#order_history a:hover {
    color: #7fada5
}

#order_history tr.selected {
    background-color: var(--grey89)
}

#address_book a {
    text-decoration: underline;
    color: #2c3a55
}

#address_book a:hover {
    color: #2d95c8
}

table#address_book ul.updates li {
    float: left;
    margin-left: 10px
}

table#address_book ul.updates li:first-child {
    margin-left: 0
}

#colorbox.long_desc {
    border: 5px solid #eac2ed;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.long_desc_modal_content {
    margin: 20px 40px 20px 20px
}

#colorbox.long_desc #cboxClose {
    background:
        /*savepage-url=../images/colorbox/long_desc_close.png*/
        url() no-repeat center center transparent;
    right: 20px;
    top: 10px
}

#colorbox.long_desc #cboxClose.hover {
    background:
        /*savepage-url=../images/colorbox/long_desc_close_h.png*/
        url() no-repeat center center transparent
}

.prod_comp {
    overflow: hidden
}

.remove_all {
    clear: both;
    float: left;
    width: 100%;
    padding-left: 10px
}

.remove_all a {
    text-decoration: underline;
    display: block;
    margin-bottom: 4px
}

.remove_all a:hover {
    text-decoration: underline
}

.remove_all a span {
    background:
        /*savepage-url=../images/icon_prod_comp_close.png*/
        url() no-repeat left center;
    width: 12px;
    height: 12px;
    display: block;
    float: left;
    padding-left: 5px;
    margin-top: 2px
}

.remove_all a:hover span {
    background:
        /*savepage-url=../images/icon_prod_comp_close_h.png*/
        url() no-repeat left center
}

.prod_comp_tile {
    overflow: hidden;
    width: 128px;
    position: relative;
    float: left
}

.prod_comp_tile .thumb {
    text-align: center;
    margin: 0;
    float: left;
    height: 114px;
    width: 114px;
    border: 1px solid var(--grey80)ecf;
    background-color: var(--white)
}

.prod_comp_tile:hover .thumb {
    border: 1px solid #00679f
}

.prod_comp_tile .thumb a {
    display: block
}

.prod_comp_tile button.large {
    margin-bottom: 0
}

.prod_comp_tile .details {
    float: left;
    padding-top: 7px;
    min-height: 36px;
    width: 116px
}

.prod_comp_tile .thumb img {
    padding: 10px
}

.prod_comp_tile .cart {
    clear: both;
    overflow: hidden;
    padding-top: 10px
}

.prod_comp_tile p {
    margin: 0
}

.prod_comp_tile .cart button {
    float: left
}

.prod_comp_tile .price {
    float: left
}

.prod_comp_tile .cart button {
    margin-right: 10px
}

.prod_comp_tile .cart p {
    color: #2c3a55
}

.prod_comp_tile .stocked {
    margin-top: 20px;
    margin-bottom: 10px
}

.prod_comp_tile .close {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 9px;
    right: 0;
    background:
        /*savepage-url=../images/icon_prod_comp_close.png*/
        url() no-repeat center center;
    cursor: pointer
}

.prod_comp_tile .close:hover {
    background:
        /*savepage-url=../images/icon_prod_comp_close_h.png*/
        url() no-repeat center center
}

.prod_attributes {
    margin-top: 20px
}

table#product_comparision h2 {
    color: #00679f;
    font-weight: bold;
    font-size: 1.1em;
    margin-left: 10px
}

table#product_comparision tr th:first-child,
table#prod_attributes tr td:first-child {
    width: 145px;
    padding-left: 0;
    padding-right: 0
}

table#product_comparision tr th,
table#prod_attributes tr td {
    width: 159px;
    padding-left: 0;
    padding-right: 0
}

table#prod_attributes {
    border-bottom: 1px solid #e8c4e9;
    margin-bottom: 0
}

table#prod_attributes tr td {
    border-left: 1px solid #e8c4e9;
    border-top: 0 none
}

table#prod_attributes tr th {
    border-left: 0 none;
    color: #00679f;
    font-weight: bold
}

table#prod_attributes tr td:first-child p,
table#prod_attributes tr td:first-child ul {
    padding-left: 10px
}

table#prod_attributes tr:nth-child(even) {
    background: #faf0fb
}

table#prod_attributes tr:nth-child(odd) {
    background: var(--white)
}

table#prod_attributes tr:nth-child(odd):first-child {
    background: transparent
}

table#prod_attributes tr:first-child th {
    border-bottom: 1px solid #e8c4e9
}

.item_container_holder.comparison_holder .item_container {
    padding-left: 0;
    padding-right: 0
}

.item_container_holder.comparison_holder {
    border: 4px solid var(--grey80)ecf;
    background:
        /*savepage-url=../images/bg-gradient-comp-details.png*/
        url() repeat-x left top var(--gray91)
}

.item_container_holder.comparison_holder .title-top {
    height: 11px
}

.item_container_holder.comparison_holder .title-top span {
    height: 11px
}

.item_container_holder.comparison_holder .title {
    top: -11px
}

table#product_comparision tr td {
    border-top: 0 none;
    border-bottom: 0 none;
    border-left: 0 none;
    border-right: 0 none;
    padding-left: 10px;
    padding-right: 0
}

table#product_comparision tr td:first-child {
    padding-left: 0
}

table#product_comparision tr td table#prod_attributes tr td {
    border-left: 1px solid #e8c4e9
}

table#product_comparision tr td table#prod_attributes tr th {
    border-left: 0 none;
    padding-left: 10px
}

table#prod_attributes ul {
    margin: 0
}

.comparison_holder_modal {
    margin: 20px
}

.compare {
    background:
        /*savepage-url=../images/bg-gradient-prod-list.png*/
        url() repeat-x left top #e2e2e2
}

.compare .item_container {
    margin-bottom: 0
}

.comp_info {
    background:
        /*savepage-url=../images/bg-gradient-comparison-info.png*/
        url() repeat-x center top #454545;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 20px 12px 12px 12px;
    margin: 0 15px;
    overflow: auto
}

.comp_info p {
    color: var(--white);
    float: left;
    margin: 0;
    font-weight: bold;
    padding-left: 10px
}

.comp_info span {
    background:
        /*savepage-url=../images/icon-info.png*/
        url() no-repeat center center transparent;
    margin-bottom: 10px;
    float: left;
    width: 16px;
    height: 16px
}

.comp_tile_holder {
    float: left;
    padding-left: 30px;
    position: relative;
    height: 215px
}

.comp_tile_holder .prod_comp_tile {
    width: 155px;
    width: 148px
}

.comp_tile_holder .prod_comp_tile .close {
    right: 20px
}

.comp_tile_holder button {
    position: absolute;
    bottom: 10px;
    right: 10px;
    margin-bottom: 0
}

#footer {
    clear: both;
    border: 1px solid var(--light_silver_border);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 942px
}

#footer h3 {
    text-transform: uppercase;
    color: var(--grey40);
    font-weight: bold;
    font-size: 1.1em;
    border-bottom: 1px solid var(--steam_grey);
    padding-bottom: 3px;
    margin-bottom: 3px
}

#footer ul.Fa {
    padding: 10px
}

#footer ul.Fb {
    padding: 0 10px
}

#footer ul.Fb li {
    line-height: 2em
}

#footer ul.Fc {
    padding: 0;
    min-width: 200px
}

.span-4.section4 .cms_disp-img_slot .disp-img:first-child,
.span-4.section4 .cms_disp-img_slot .simple_disp-img:first-child {
    margin-top: 30px
}

.section1.cms_disp-img_slot .disp-img .title,
.section1.cms_disp-img_slot .disp-img .details,
.section1.cms_disp-img_slot .disp-img .action,
.section2.cms_disp-img_slot .disp-img .title,
.section2.cms_disp-img_slot .disp-img .details,
.section2.cms_disp-img_slot .disp-img .action,
.zone_a.cms_disp-img_slot .disp-img .title,
.zone_a.cms_disp-img_slot .disp-img .details,
.zone_a.cms_disp-img_slot .disp-img .action,
.zone_b.cms_disp-img_slot .disp-img .title,
.zone_b.cms_disp-img_slot .disp-img .details,
.zone_b.cms_disp-img_slot .disp-img .action,
.zone_c.cms_disp-img_slot .disp-img .title,
.zone_c.cms_disp-img_slot .disp-img .details,
.zone_c.cms_disp-img_slot .disp-img .action,
.section4.cms_disp-img_slot .disp-img .title,
.section4.cms_disp-img_slot .disp-img .details,
.section4.cms_disp-img_slot .disp-img .action,
.section5.cms_disp-img_slot .disp-img .title,
.section5.cms_disp-img_slot .disp-img .details,
.section5.cms_disp-img_slot .disp-img .action,
.left-content-slot.cms_disp-img_slot .disp-img .title,
.left-content-slot.cms_disp-img_slot .disp-img .details,
.left-content-slot.cms_disp-img_slot .disp-img .action,
.top-content-slot.cms_disp-img_slot .disp-img .title,
.top-content-slot.cms_disp-img_slot .disp-img .details,
.top-content-slot.cms_disp-img_slot .disp-img .action,
.wide-content-slot.cms_disp-img_slot .disp-img .title,
.wide-content-slot.cms_disp-img_slot .disp-img .details,
.wide-content-slot.cms_disp-img_slot .disp-img .action,
.narrow-content-slot.cms_disp-img_slot .disp-img .title,
.narrow-content-slot.cms_disp-img_slot .disp-img .details,
.narrow-content-slot.cms_disp-img_slot .disp-img .action {
    display: none
}

textarea {
    font-family: var(--ge_font_family_base);
    font-size: 12px;
    color: #4e4e4e;
    height: 100px
}

.login-panel .item_container_holder {
    margin: 0
}

fieldset.cardDate {
    margin: 0;
    border: 0;
    padding: 0;
    display: inline;
    width: 100%
}

fieldset.cardDate legend {
    padding: 2px 20px 0 0;
    font-weight: normal;
    font-size: 100%
}

fieldset.cardDate .form_field-label {
    position: absolute;
    left: -999999em
}

fieldset.cardDate .form_field-input {
    float: left
}

fieldset.cardDate select {
    width: 117px
}

fieldset.cardDate .form_field_error .form_field-label {
    position: static
}

fieldset.cardDate .form_field_error .form_field-input {
    float: none
}

fieldset.cardDate .form_field_error select {
    width: 234px
}

#startDate,
#issueNum {
    display: none
}

.cartIcon {
    background:
        /*savepage-url=../images/cart.png*/
        url() left center no-repeat;
    width: 21px;
    height: 31px;
    float: left
}

.cartInfo a.cartInfo {
    background:
        /*savepage-url=../images/dropdownArrow.png*/
        url() right center no-repeat;
    float: left
}

.cartInfo .miniCart {
    width: 263px;
    padding: 10px;
    background: var(--basic_purple);
    border: 1px solid var(--basic_purple);
    border-top: 0;
    padding: 10px;
    float: left;
    line-height: normal;
    font-weight: normal;
    font-size: 12px
}

.cartInfo .miniCartInner {
    background: var(--white);
    width: 100%;
    float: left
}

.miniCart .buttonPanel {
    width: 100%;
    float: left;
    margin: 10px 0 0 0
}

.miniCart .buttonPanel a.viewCart {
    color: var(--white);
    text-decoration: underline
}

.miniCart .buttonPanel a.checkout {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    float: right;
    color: var(--white)
}

.miniCartInner ul {
    width: 100%;
    float: left;
    height: 100%;
    margin: 5px 0 0 0;
    list-style: none;
    margin: 05px 0 0 0
}

.miniCartInner ul li {
    width: 100%;
    float: left;
    padding: 10px 0;
    border-bottom: 1px solid var(--primary_border)
}

.miniCartInner ul li:hover {
    background: var(--white) !important
}

.miniCartInner ul li .productImage {
    float: left;
    width: 75px;
    height: 75px;
    margin: 5px
}

.miniCartInner ul li .productImage a {
    float: left;
    width: 75px;
    padding: 0
}

.miniCartInner ul li .productInfo {
    width: 168px;
    float: left;
    margin: 0
}

.miniCartInner ul li .productInfo .productName {
    color: var(--black);
    font-weight: bold;
    text-align: left
}

.miniCartInner ul li .productInfo .productName a {
    color: var(--black);
    float: left;
    height: auto;
    line-height: normal
}

.miniCartInner ul li .productInfo .itemNumber {
    color: #3abc00;
    margin: 5px 0;
    padding: 0;
    height: auto;
    border: 0;
    float: left
}

.miniCartInner ul li .productInfo .itemCost {
    float: left
}

.miniCartInner ul li .productInfo .productName a.textAlignLeft {
    text-align: left;
    margin: 0;
    padding: 0
}

</style><style data-savepage-href="/gehcstorefront/_ui/desktop/theme-green/css/theme-green-b2b.css"type="text/css"media="screen, print"></style><style data-savepage-href="/gehcstorefront/_ui/desktop/theme-green/css/table.css"type="text/css"media="screen, print">.lftable {
    margin: 0 0px 5px 0px;
    border-collapse: collapse;
    padding: 0;
    border: 0;
    width: 99%;
}

.lftable th {
    padding: 10px 0;
    height: auto;
    text-align: center;
    vertical-align: top;
    color: var(--white);
}

.lftable thead tr th .line-left {
    border-left: 1px solid var(--grey80);

}

.table-header-repeat,
.table-header-options {
    background: var(--basic_purple);
    border: none;
    font-size: 0px;
    line-height: 0;
    padding: 0;
}

.table-header-repeat a {
    display: block;
    color: var(--white) !important;
    font-family: var(--ge_font_family_base);
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    /* margin: 0; */
}

.table-header-repeat a:hover {
    color: rgb(85, 85, 85);
}


.lftable tbody tr td {
    border: 1px solid var(--grey80);
    padding: 10px;
    vertical-align: middle;
}

.lftable tbody tr.odd {
    background: var(--white);
}

.lftable tbody tr.even {
    background: #EbF1F8;
}

</style><style data-savepage-href="/gehcstorefront/_ui/desktop/theme-green/css/custom-style.css"type="text/css"media="screen, print">@charset "utf-8";

img {
    border: 0;
    vertical-align: bottom;
}

a {
    outline: 0
}

li {
    list-style-type: none
}

input,
select {
    font-family: var(--ge_font_family_base)
}

body {
    background: var(--background_white);
    font-family: var(--ge_font_family_base);
    font-size: 13px;
    text-align: left;
    color: var(--darkGrey)
}

.topContainer {
    width: 100%;
    background:
        /*savepage-url=../images/pageBG.png*/
        url(data:image/png;resource=21;base64,) repeat-y top center;
    float: left
}

.topContainerInner {
    width: 994px;
    margin: 0 auto
}

.bottomContainer {
    width: 994px;
    margin: 0 auto
}

.bottomContainerInner {
    background:
        /*savepage-url=../images/footer_shadow.jpg*/
        url(data:image/jpeg;resource=39;base64,) top center no-repeat;
    float: left;
    width: 100%;
}

.mainContainer {
    float: left;
    width: 100%;
    padding: 0 0 38px 0
}

.topContact {
    width: 100%;
    float: left
}

.contact {
    width: 100%;
    margin: 7px 0;
    text-align: right
}

.topContact {
    display: true
}

.contact a {
    text-decoration: none;
    color: var(--deepDarkGrey);
    border-right: 1px solid var(--deepDarkGrey);
    padding: 0 13px 0 10px;
    font-size: 11px
}

.contact a:hover {
    color: var(--basic_purple)
}

.contact a.logout {
    color: var(--basic_purple);
    cursor: pointer;
    border-right: 0;
    padding-right: 0
}

.languageSelect {
    float: left;
    line-height: 28px
}

.languageList {
    background:
        /*savepage-url=../images/dropdown.png*/
        url() right center no-repeat;
    padding: 0 15px 0 0;
    margin: 0 0 0 10px;
    float: left;
    font-weight: bold
}

.globe {
    background:
        /*savepage-url=../images/globe.png*/
        url() right center no-repeat;
    height: 18px;
    width: 18px;
    float: Left;
    margin: 0 0 0 10px
}

.phoneChatCon {
    float: left;
    text-align: right;
    color: var(--darkGrey);
    width: 100%;
    margin: 0 0 14px 0
}

.phone {
    background:
        /*savepage-url=../images/icon-call.png*/
        url() left center no-repeat;
    padding: 0 0 0 15px;
    float: right
}

.chat {
    background:
        /*savepage-url=../images/icon-chat.png*/
        url() left center no-repeat;
    padding: 0 0 0 25px;
    margin: 0 20px 0 0;
    float: left
}

.share {
    background:
        /*savepage-url=../images/share.png*/
        url() left center no-repeat;
    padding: 0 0 0 25px;
    float: left
}

.login {
    float: right;
    height: 30px
}

.userInfo {
    float: right;
    line-height: 31px;
    padding: 0 10px 0 0;
    color: var(--white);
    width: 250px;
    text-align: right;
    word-wrap: break-word;
    overflow: hidden;
    white-space: nowrap;
    width: 150px
}

.userInfoNew {
    float: right;
    padding: 0 10px 0 0;
    color: var(--white);
    width: 235px;
    text-align: right
}

.signInBut {
    float: right;
    background: var(--white);
    padding: 0 10px;
    color: var(--basic_purple);
    margin: 1px 0 0 0;
    line-height: 29px;
    text-align: center;
    border-right: 1px solid var(--basic_purple);
    cursor: pointer
}

.signInBut:hover {
    background: var(--hover_pale_blue);
    color: var(--basic_purple);
    border-right: 1px solid var(--basic_purple)
}

.signUpBut:hover {
    background: none repeat scroll 0 0 var(--hover_pale_blue);
    color: var(--basic_purple);
    border-right: 1px solid var(--basic_purple)
}

.signUpBut {
    float: right;
    background: none repeat scroll 0 0 var(--button_border_color_grey);
    padding: 0 10px;
    color: var(--white);
    margin: 1px 0 0;
    line-height: 29px;
    text-align: center;
    border-right: 1px solid var(--basic_purple);
    cursor: pointer
}

.signInButlog .loginPanel {
    width: 227px;
    background: var(--hover_pale_blue);
    border: 1px solid var(--basic_purple);
    z-index: 10000;
    position: relative;
    margin: 1px 0 0 -178px;
    border-top: 0;
    padding: 10px;
    float: right
}

.loginPanel .benefits {
    margin: 10px 10px 20px 10px;
    float: left;
    width: 206px;
    color: var(--black);
    text-align: left
}

.cartInfo {
    color: var(--black);
    line-height: 31px;
    float: right;
    font-weight: bold;
    background:
        /*savepage-url=../images/cart.png*/
        url() left center no-repeat
}

.cartInfo span {
    padding: 0 20px 0 25px;
    background:
        /*savepage-url=../images/dropdownArrow.png*/
        url() right center no-repeat;
    float: left
}

.loginPanel .benefits h3.divTitle {
    font-weight: bold;
    font-size: 14px;
    margin: 0 0 7px 0;
    text-align: left
}

.loginPanel .benefits ul {
    list-style: none;
    width: 100%
}

.loginPanel .benefits ul li {
    border: 0;
    width: 100%
}

.loginPanel .benefits ul li:hover {
    background: 0
}

.loginPanel input.loginFields {
    border: 0;
    width: 214px;
    padding: 0 5px;
    line-height: 32px;
    border: 1px solid var(--grey81);
    height: 32px
}

.loginPanel input.loginButton {
    border: 0;
    background: var(--orange);
    border: var(--grey81);
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    font-size: 14px;
    color: var(--white);
    width: 226px;
    margin: 20px 0 0 0
}

.loginPanel .forgetPassword {
    display: block;
    text-align: right
}

.loginPanel .forgetPassword a {
    text-decoration: underline;
    color: var(--basic_purple)
}

.loginPanel .partsdivBR {
    color: var(--black);
    margin: 0;
    text-align: left;
    width: 100%;
    float: left
}

.regBut {
    float: right;
    width: 50px;
    line-height: 29px;
    padding: 0 10px;
    background: var(--button_border_color_grey);
    color: var(--white);
    margin: 1px 1px 0 0;
    text-align: center
}

.logoContainer {
    float: left;
    width: 100%;
    margin: 5px 0 0 0
}

.logo {
    float: left;
    border: 0;
    margin-bottom: 23px
}

.searchPanel {
    float: right;
    margin: 10px 0 0 0
}

.fastorder {
    width: 235px !important;
    float: left
}

.fastorder ul {
    width: 100%;
    float: left;
    list-style: none
}

.fastorder li {
    width: 100%;
    float: left;
    margin: 7px 0 0 0
}

.itemNumber {
    width: 163px;
    height: 24px;
    border: 1px solid var(--grey81);
    float: left;
    padding: 0 5px
}

.qty {
    width: 28px;
    padding: 0 5px;
    height: 24px;
    line-height: 24px;
    border: 1px solid var(--border_light_grey);
    margin: 0 1px 0 0 !important;
    float: left;
    background: var(--off_white_grey);
    border-radius: 4px 0 0 4px !important;
}

.pdQty {
    height: 41px;
    font-size: 18pt;
    text-align: center;
    width: 51px;
    border-radius: 4px 0 0 4px !important;
    padding-left: 5px;
}

.searchField {
    line-height: 29px;
    width: 350px;
    padding: 1px 5px;
    border: 1px solid var(--basic_purple);
    color: var(--basic_purple);
    border-right: 0;
    float: left;
    background: var(--white);
    height: 33px;
}

.searchBut {
    background:
        /*savepage-url=../images/button/searchArrow.png*/
        url(data:image/png;resource=24;base64,) no-repeat top left;
    float: left;
    width: 25px;
    border: 0;
    height: 33px
}

.contactSitemap {
    width: 100%;
    text-align: right
}

.contactSitemap ul {
    list-style: none;
    float: right
}

.contactSitemap ul li {
    padding: 0 10px;
    float: left;
    border-right: 1px solid var(--primary_border)
}

.contactSitemap a {
    text-decoration: none;
    color: var(--black)
}

.navigation ul {
    float: left;
    list-style: none
}

.ge_ddropdown li span.selected {
    background: var(--white)
}

.ge_ddropdown li span:hover a,
.ge_ddropdown li span.selected a {
    color: var(--orange)
}

.ge_ddropdown li span:hover,
.ge_ddropdown li span:hover.selected {
    background: var(--skies_blue)
}

.navigation ul li a.homeIcon {
    padding: 0
}

.navigation ul li a.homeIcon img {
    height: 31px
}

.navigation ul li.firstElement a {
    padding: 0 12px !important
}

.navigation ul li.LastElement {
    border: 0
}

.navigation ul li:hover .subMenu {
    display: block
}

.navigation .subMenu {
    padding: 17px 30px;
    width: 934px;
    position: absolute;
    margin: 31px 0 0 0;
    background: var(--skies_blue);
    display: none;
    z-index: 10000
}

.navigation .subMenu ul {
    float: left
}

.navigation .subMenu .menuInfo {
    float: right;
    text-align: right;
    width: 330px
}

.navigation .subMenu .menuInfo h2 {
    font-size: 18px;
    font-weight: bold;
    color: var(--basic_purple);
    text-transform: uppercase;
    margin: 0
}

.navigation .subMenu .menuInfo p {
    margin: 0 0 5px 0;
    padding: 0
}

.navigation .subMenu ul li {
    display: block;
    clear: both;
    border: 0
}

.navigation .subMenu ul li:hover {
    background: var(--skies_blue);
    bolder-right: red !important
}

.navigation .subMenu ul li a {
    color: var(--basic_purple) !important;
    width: 200px;
    text-decoration: none;
    padding: 0
}

.navigation .subMenu ul li ul li {
    border-bottom: 1px solid var(--primary_border)
}

.navigation .subMenu ul li ul li a {
    padding: 8px 0;
    height: auto;
    line-height: 10px;
    background:
        /*savepage-url=../images/linkBack.png*/
        url(data:image/png;resource=27;base64,) no-repeat scroll 192px center transparent
}

.breadcrumb {
    width: 100%;
    float: left;
    line-height: 30px
}

.breadcrumb ul {
    float: left;
    list-style: none;
    margin: 0 10px
}

.breadcrumb ul li {
    float: left
}

.breadcrumb ul li.lastElement {
    background: 0
}

.breadcrumb ul li.active a {
    color: var(--basic_purple)
}

.breadcrumb ul li a {
    color: var(--basic_purple);
    text-decoration: none;
    padding: 0 3px 0 0
}

.banner {
    width: 100%;
    float: left;
    margin: 19px 0 0 0
}

.infoPanel {
    width: 100%;
    float: left
}

.contentDiv {
    width: 100%;
    float: left
}

.contentDivInner {
    padding: 0 10px;
    float: left;
    width: 984px
}

.contentDivInner>h3 {
    font-size: 26px;
    font-weight: normal;
    margin: 0 0 12px;
    color: var(--black)
}

.aboutUsLeft h2,
.leftPanel h2 {
    color: var(--orange);
    font-size: 30px;
    font-weight: normal;
    margin: 5px 0
}

.aboutUsLeft h3,
.leftPanel h3 {
    font-size: 18px;
    font-weight: bold;
    color: var(--black)
}

.leftPanel p {
    margin: 8px 0
}

.aboutUsLeft p.info {
    font-size: 16px;
    margin: 10px 0 15px 0
}

.aboutUsRight {
    width: 225px;
    float: left;
    margin: 0 10px
}

.aboutUsRight .infodiv,
.rightPanel .infodiv {
    margin: 0 0 35px 0;
    width: 225px
}

.aboutUsRight .infoLink,
.rightPanel .infoLink {
    margin: 15px 0 0 0;
    float: left
}

.aboutUsRight .infoContainer,
.rightPanel .infoContainer {
    margin: 25px 0 0 0
}

.aboutUsRight .infoContainer,
.rightPanel .infoContainer {
    height: auto
}

.aboutUsRight .rightInfoBox,
.rightPanel .rightInfoBox {
    width: 100%;
    float: left;
    margin: 0 0 30px 0
}

.aboutUsRight .rightInfoBox .infoTitle {
    float: left;
    width: 100%;
    color: var(--basic_purple);
    padding: 0 0 5px 0;
    border-bottom: 1px solid var(--grey)
}

.aboutUsRight .rightInfoBox ul,
.rightPanel .rightInfoBox ul {
    float: left;
    width: 100%;
    list-style: none;
    color: var(--darkGrey);
    margin: 20px 0 0 0
}

.aboutUsRight .rightInfoBox ul li,
.rightPanel .rightInfoBox ul li {
    background:
        /*savepage-url=../images/news.svg*/
        url() left top no-repeat;
    padding: 0 0 0 30px;
    margin: 0 0 15px 10px;
    min-height: 25px;
    display: block
}

.aboutUsRight .rightInfoBox ul li a {
    text-decoration: none;
    color: var(--darkGrey)
}

.aboutUsRight .rightInfoBox ul.lineNews li,
.rightPanel .rightInfoBox ul.lineNews li {
    background: 0;
    padding: 0;
    margin: 0 0 25px 0;
    display: block
}

.aboutUsRight .rightInfoBox ul.onlineClasses li {
    background:
        /*savepage-url=../images/onlineClass.png*/
        url() left 3px no-repeat;
    padding: 0 0 0 15px
}

.aboutUsRight .rightInfoBox h4 {
    font-size: 14px;
    font-weight: bold;
    color: var(--din_grey)
}

.aboutUsRight .rightInfoBox p,
.rightPanel .rightInfoBox p {
    font-size: 14px;
    margin: 0;
    color: var(--din_grey)
}

.aboutUsRight .rightInfoBox ul.videos li,
.rightPanel .rightInfoBox ul.videos li {
    background: 0;
    padding: 0;
    margin: 0 20px 0 0;
    float: left;
    width: 41%
}

.aboutUsRight .rightInfoBox ul.videos li .videoThum img,
.rightPanel .rightInfoBox ul.videos li .videoThum img {
    width: 106px;
    cursor: pointer;
    border: 1px solid var(--primary_border)
}

.aboutUsRight .rightInfoBox .bottomLink,
.rightPanel .rightInfoBox .bottomLink {
    float: left
}

.aboutUsRight .rightInfoBox .bottomLink a,
.rightPanel .rightInfoBox .bottomLink a {
    color: var(--basic_purple);
    background:
        /*savepage-url=../images/linkBack.png*/
        url(data:image/png;resource=27;base64,) no-repeat scroll right 6px transparent;
    padding: 0 15px 0 0;
    text-decoration: underline
}

.aboutUsRight .rightInfoBox ul li a>.videothumbtitle {
    font-size: .9em;
    text-align: center;
    height: 18px !important;
    overflow: hidden
}

.aboutUsRight .rightInfoBox ul li a>.videothumbdesc {
    font-size: .7em;
    height: 27px !important;
    overflow: hidden;
    text-align: left
}

.info-img {
    float: left
}

.info-img {
    margin: 0 10px 0 0;
    float: left
}

.aboutTxt {
    width: 55%;
    margin-left: 20px;
    float: left;
}

.infoPanel1 {
    margin: 30px 0 0 0;
    float: left
}

.infodiv {
    margin: 0 10px;
    float: left;
    width: 225px
}

.infodivLookup {
    width: 236px
}

.infodivBanner {
    float: left
}

.infoContainer {
    height: 110px;
    float: left;
    margin: 20px 0 0 0
}

.infoContainerFO {
    float: left;
    margin: 20px 0
}

.infoHeading {
    font-size: 18px;
    color: var(--darkGrey);
    float: left;
    width: 100%
}

.infoTxt {
    font-size: 14px;
    color: var(--darkGrey);
    float: left;
    width: 100%;
    line-height: 17px
}

.infoLink a {
    color: var(--basic_purple);
    text-decoration: none;
    background:
        /*savepage-url=../images/linkBack.png*/
        url(data:image/png;resource=27;base64,) right center no-repeat;
    padding: 0 20px 0 0;
    float: left
}

.infoHighlight {
    color: var(--orange);
    width: 100%;
    float: left;
    font-weight: bold
}

.infoLinkFO {
    float: right
}

.infoLinkFO a.addMore {
    background:
        /*savepage-url=../images/plus.png*/
        url() center center no-repeat;
    width: 30px;
    height: 29px;
    float: left;
    text-decoration: none
}

.infoLinkFO a.addToCart {
    background:
        /*savepage-url=../images/addtocart.png*/
        url() center center no-repeat;
    width: 103px;
    height: 29px;
    float: left;
    margin: 0 0 0 10px;
    text-decoration: none
}

.pollHL {
    font-size: 40px;
    line-height: 40px;
    color: var(--orange);
    width: 100%;
    float: left;
    height: 40px
}

.pollHL span {
    font-size: 20px
}

.signUpHeight {
    height: 189px
}

.infoPanel2 {
    width: 100%;
    float: left;
    margin: 20px 0 0 0
}

.carouselProduct {
    width: 100%;
    float: left;
    margin: 20px 0 0 0
}

.infoPanel2 .infodiv {
    width: 240px;
    margin: 0 8px 0 0
}

.infoPanel2 .infodiv .lastElement {
    width: 250px;
    margin: 0
}

.subscribPanel {
    width: 974px;
    float: left;
    margin: 24px 10px 0 10px
}

.tollfree {
    background:
        /*savepage-url=../images/tollfree.png*/
        url() no-repeat left center;
    float: left;
    padding: 0 0 0 15px
}

.emailSub {
    float: right;
    line-height: 29px
}

.emailSub .searchPanel {
    margin: 0 0 0 10px
}

.emailSub .searchPanel .searchField {
    height: 29px;
    line-height: 29px;
    width: 150px;
    border: 1px solid var(--darkGrey);
    color: var(--spanish_gray);
    border-right: 0;
    background: var(--background_white);
    float: left
}

.emailSub .searchPanel .submitBut {
    float: left;
    background: var(--gray);
    color: var(--flash_white);
    border: 0;
    height: 33px
}

.piplink {
    width: 100%;
    height: 190px;
    float: left;
    margin: 14px 0 0 0;
    border-top: 1px solid var(--silver_border);
    border-bottom: 1px solid var(--silver_border)
}

.piplink ul {
    list-style: none;
    width: 100%;
    float: left
}

.piplink ul li {
    list-style: none;
    width: 180px;
    float: left
}

.piplink ul li ul {
    list-style: none;
    width: 90%;
    float: left;
    border-right: 1px solid var(--silver_border);
    padding: 0 0 0 10%;
    height: 190px !important;
}

.piplink ul li.lastElement ul {
    border: 0
}

.piplink ul li ul li {
    width: 100%;
    float: left;
    margin: 4px 0 !important;
    color: var(--nobel_grey)
}

.piplink ul li ul li a {
    text-decoration: none;
    color: var(--darkGrey)
}

.piplink ul li ul li a:hover {
    color: var(--basic_purple)
}

.piplink ul li ul li.titleItem {
    width: 100%;
    margin: 10px 0;
    float: left;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--darkGrey)
}

.piplink ul li:last-child ul {
    border-right: 0
}

.piplink2 a:last-child {
    border-right: 0
}

.copyRights {
    width: 35%;
    float: left;
    font-size: 12px;
    color: var(--gray58);
    margin: 15px 0 0 0
}

.trade {
    width: 65%;
    font-size: 12px;
    color: var(--gray58);
    margin: 15px 0 0 0
}

.floatL {
    float: left
}

.floatR {
    float: right
}

.floatC {
    margin: left;
    margin-left: 100px
}

.lableSearch {
    float: left
}

.partsLookup {
    background: var(--light_grey);
    width: 214px;
    float: left;
    padding: 10px;
    border: 1px solid var(--grey81)
}

.partsLookup .infoHeading {
    color: var(--white)
}

.partsDivBR {
    width: 100%;
    float: left;
    margin: 15px 0 0 0
}

.countrySelect {
    border: 1px solid var(--primary_border);
    padding: 5px;
    width: 100px
}

.modalitySelect {
    border: 1px solid var(--primary_border);
    padding: 3px;
    width: 102px;
    margin: 0 0 0 10px
}

.partsLookup label {
    width: 100%;
    float: left;
    color: var(--white);
    margin: 15px 0 10px 0
}

.txtLookup {
    width: 164px;
    padding: 0 2px;
    height: 26px;
    float: left;
    line-height: 24px;
    border: 1px solid var(--primary_border);
    color: var(--spanish_gray);
    font-size: 11px
}

.btnLookupSearch {
    border: 0;
    background:
        /*savepage-url=../images/productSearch.png*/
        url() no-repeat center center;
    width: 35px;
    height: 26px;
    float: left;
    margin: 0 0 0 0;
    border: 1px solid var(--primary_border)
}

.piplink2 {
    width: 100%;
    float: left;
    padding: 15px 0;
    text-align: center;
    border-bottom: 1px solid var(--silver_border)
}

.piplink2 a {
    text-decoration: none;
    color: var(--darkGrey);
    padding: 0 10px;
    border-right: 1px solid var(--darkGrey)
}

.piplink2 a:hover {
    color: var(--basic_purple)
}

.noBorder {
    border: none !important
}

a.disabledLink {
    color: var(--tin_gray) !important
}

.partsLookupRibbenMenu {
    background: var(--light_grey)
        /*savepage-url=../images/partsLookup.png*/
        url() no-repeat left top;
    border: 1px solid var(--grey81);
    height: 108px;
    float: left;
    width: 727px;
    margin: 13px 0 0 0
}

.partsLookupRibbenMenu .partsLookupMenu h3 {
    font-size: 16px;
    margin: 3px 0 0 0
}

.partsLookupRibbenMenu .partsLookupMenu p {
    font-size: 12px;
    margin: 3px 0 0 0
}

.partsLookupRightMenu .partsLookupMenu p {
    width: 100%
}

.partsLookupInfo {
    width: 250px;
    padding: 15px 0 0 18px;
    float: left;
    margin: 7px 0 0;
    text-align: center
}

.partsLookupInfo h3 {
    color: var(--white);
    padding: 0;
    width: 187px;
    font-size: 16px;
    line-height: 22px
}

.partsLookupInfo p {
    color: var(--persian_blue);
    padding: 0;
    width: 170px
}

.partsLookupMenu {
    float: left;
    width: 214px;
    margin: 0 15px 0 0
}

.partsLookupMenu h3 {
    color: var(--orange);
    padding: 0;
    width: 300px
}

.partsLookupMenu p {
    color: var(--darkGrey);
    padding: 0;
    margin: 0;
    width: 170px
}

.partsLookupMenu .partsDivBR {
    margin: 5px 0 0
}

.partsLookupMenuFull {
    width: 400px;
    margin: 0 15px 0 0
}

.partsLookupMenuFull h3 {
    width: 400px
}

.noLeftMargin {
    margin-left: 0 !important
}

.noRightMargin {
    margin-right: 0 !important
}

.contentDiv .aboutUsLeft .infodiv {
    margin-right: 17px;
    width: 225px
}

.contentDiv .aboutUsLeft .infoHeading,
.leftPanel .infoHeading {
    color: var(--orange);
    margin: 15px 0;
    text-transform: uppercase
}

.contentDiv .aboutUsLeft .infoContainer {
    margin: 0;
    height: 80px
}

.partsListing {
    float: left;
    margin: 0 10px;
    width: 729px
}

.partsListingLeft {
    float: left;
    margin: 0 10px 0 0;
    width: 160px;
    position: relative;
}

.partsListingLeft .category {
    float: left;
    width: 100%;
    margin: 6px 0 0 0
}

.partsListingLeft .category .categoryTitle {
    float: left;
    width: 100%;
    font-weight: bold;
    padding: 0 0 5px 0;
    border-bottom: 1px solid var(--light_silver_border);
    color: var(--black);
    margin: 5px 0 0;
    font-size: 14px
}

.partsListingLeft .category .categoryList {
    float: left;
    width: 100%
}

.partsListingLeft .category .categoryList ul {
    list-style: none;
    width: 100%;
    margin: 0;
    padding-left: 10px
}

.partsListingLeft .category .categoryList ul li {
    margin: 3px 0;
    width: 100%;
    float: left
}

.partsListingLeft .category .categoryList ul li label.selected {
    color: var(--basic_purple)
}

.partsListingRight {
    width: 559px;
    float: left;
    padding-top: 3px;
}

.partListing {
    width: 100%;
    float: left
}

.pagination {
    width: 100%;
    float: left;
    border-bottom: 1px solid var(--light_silver_border);
    margin: 8px 0 5px 0
}

.productDisplyPanel {
    width: 100%;
    float: left
}

.productDisplyPanel ul {
    width: 100%;
    float: left;
    list-style: none;
    margin: 5px 0 0 0
}

.productDisplyPanel ul li {
    width: 270px;
    float: left;
    padding: 0 8px 10px 0;
    border-right: 1px solid var(--primary_border);
    border-bottom: 1px solid var(--primary_border)
}

.productDisplyPanel ul li.rightList {
    width: 269px;
    float: left;
    padding: 0 0 10px 10px;
    border-right: 0 solid var(--primary_border);
    border-bottom: 1px solid var(--primary_border)
}

.productDisplyPanel ul li p {
    margin: 5px 0;
    padding: 0
}

.productDisplyPanel ul li .itemImage {
    border-bottom: 1px solid var(--primary_border);
    width: 100%;
    text-align: center;
    margin: 10px 0 0 0;
    height: 100px
}

.productDisplyPanel ul li .itemName {
    color: var(--black);
    font-size: 16px;
    display: block
}

.productDisplyPanel ul li .itemName a {
    color: var(--black)
}

.productDisplyPanel ul li .productNumber {
    color: var(--orange);
    font-size: 15px;
    clear: both;
    border: 0
}

.productDisplyPanel ul li .productNumber a {
    color: var(--orange)
}

.productDisplyPanel ul li .itemInfo {
    font-size: 15px;
    margin: 20px 0
}

a.itemAddLink {
    color: var(--orange);
    text-decoration: underline
}

.addCartDiv {
    width: 100%;
    float: left;
    margin: 3px 0 0 0
}

.qtySel {
    height: 29px;
    background: var(--platinum);
    border: 1px solid var(--primary_border);
    float: left
}

.addCartButton {
    background:
        /*savepage-url=../images/addToCartBtn.png*/
        url() no-repeat left top;
    width: 104px;
    height: 29px;
    float: left;
    border: 0
}

.priceDetail {
    sfloat: right;
    smargin: 0px 0 0 5px;
    stext-align: right;
    smin-height: 47px;
}

.productDisplyPanel ul li .priceDetail p {
    float: left;
    text-align: right;
    margin: 0;
    padding: 0
}

.checkBox {
    margin: 0;
    padding: 0
}

.pageinationTitle {
    float: left
}

.pageinationTitle h3 {
    float: left;
    font-size: 20px;
    color: var(--black)
}

.pageinationTitle .listSize {
    margin: 0 0 0 10px;
    float: left;
    color: var(--basic_purple)
}

.pageinationTitle span {
    font-size: 14px;
    padding-top: 5px
}

.paginationRight {
    float: right;
    margin: 0
}

.pagina-list {
    width: 97%;
    padding: 3px 2% 3px 1%;
    float: left
}

.txtBlue {
    color: var(--basic_purple)
}

.txtBlue a {
    color: var(--basic_purple)
}

.aTxtBlue {
    color: var(--basic_purple)
}

.aTxtBlue a {
    color: var(--basic_purple)
}

.sorting {
    float: left
}

.sorting label {
    float: left;
    margin: 2px 0 0 0
}

.sortSel {
    float: left;
    margin: 0 0 0 5px;
    border: 1px solid var(--primary_border);
    height: 21px;
    line-height: 21px;
    font-size: 12px;
    width: 130px;
    padding: 2px;
    border-radius: 4px;
}

.control1 {
    background:
        /*savepage-url=../images/control1.png*/
        url() no-repeat bottom right;
    width: 21px;
    height: 21px;
    margin: 0 2px 0 0;
    float: left
}

.control2 {
    background:
        /*savepage-url=../images/control2.png*/
        url() no-repeat bottom right;
    width: 21px;
    height: 21px;
    margin: 0;
    float: left
}

.paginationList {
    float: left;
    margin: 2px 0 0 0
}

.paginationList ul {
    list-style: none
}

.paginationList ul li {
    float: left;
    height: 16px;
    margin: 0 2px;
    color: var(--black)
}

.paginationList ul li a {
    float: left;
    height: 16px;
    color: var(--dark_gray);
    text-decoration: none;
    cursor: pointer
}

.tandcRight .paginationList ul {
    list-style: none
}

.tandcRight .paginationList ul li {
    float: left;
    height: 16px;
    margin: 0 2px;
    color: var(--basic_purple)
}

.tandcRight .paginationList ul li a {
    float: left;
    height: 16px;
    color: var(--basic_purple)
}

.paginationList ul li.previous {
    background:
        /*savepage-url=../images/previous.png*/
        url() no-repeat center center;
    width: 13px;
    height: 16px;
    float: left
}

.paginationList ul li.next {
    background:
        /*savepage-url=../images/next.png*/
        url() no-repeat center center;
    width: 13px;
    height: 16px
}

.paginationList ul li.previousGrey {
    background:
        /*savepage-url=../images/previousGrey.png*/
        url() no-repeat center center;
    width: 13px;
    height: 16px;
    float: left
}

.paginationList ul li.nextGrey {
    background:
        /*savepage-url=../images/nextGrey.png*/
        url() no-repeat center center;
    width: 13px;
    height: 16px
}

.partsLookupRightMenu {
    background: var(--light_grey);
    border: 1px solid var(--grey81);
    float: left;
    width: 94%;
    padding: 3%;
    margin: 0 0 30px 0
}

.partsLookupRightMenu .infoTitle {
    border-bottom: 1px solid var(--grey);
    color: var(--basic_purple);
    float: left;
    padding: 0 0 5px;
    width: 100%
}

.partsLookupRightMenu {
    background: var(--light_grey);
    border: 1px solid var(--grey81);
    float: left;
    width: 94%;
    padding: 3%;
    margin: 0 0 30px 0
}

.partsLookupRightMenu .blueTitle {
    color: var(--basic_purple);
    padding: 0 0 7px 0;
    border-bottom: 1px var(--grey86) solid
}

.partsLookupRightMenu .productLookupMenu {
    width: 100%;
    float: left;
    margin: 10px 0 0 0 !important
}

.partsLookupRightMenu .partsLookupMenu {
    width: 100%;
    float: left;
    margin: 20px 0 0 0
}

.productDisplyPanel2 {
    width: 100%;
    float: left
}

.productDisplyPanel2 ul {
    width: 100%;
    float: left;
    list-style: none;
    margin: 5px 0 0 0
}

.productDisplyPanel2 ul li {
    width: 100%;
    float: left;
    padding: 3px 0 10px 0;
    border-bottom: 1px solid var(--primary_border)
}

.productDisplyPanel2 ul li ul {
    width: 95%;
    margin: 0 0 0 4%;
    word-wrap: break-word
}

.productDisplyPanel2 ul li ul li {
    width: 100%;
    border: 0;
    list-style: disc outside
}

.productDisplyPanel2 ul li .itemImage {
    width: 120px;
    height: 120px;
    text-align: center;
    margin: 10px 0 0 0;
    float: left
}

.productDisplyPanel2 ul li .docImage {
    width: 5%;
    text-align: center;
    margin: 2px 0 0 0;
    float: left
}

.productDisplyPanel2 ul li .videoImage {
    width: 10%;
    text-align: center;
    margin: 2px 0 0 0;
    float: left
}

.productDisplyPanel2 ul.videoListItem li .itemImage {
    width: 75px
}

.productDisplyPanel2 ul.videoListItem li .itemInfoBox {
    width: 450px
}

.productDisplyPanel2 ul li .itemInfoBox {
    width: 400px;
    margin: 0 0 0 10px;
    float: left
}

.productDisplyPanel2 ul li .itemInfoBox .itemName {
    color: var(--black);
    font-size: 16px;
    display: block
}

.productDisplyPanel2 ul li .itemInfoBox .itemName a {
    color: var(--black)
}

.productDisplyPanel2 ul li .itemInfoBox .productNumber {
    color: var(--orange);
    font-size: 15px;
    clear: both;
    border: 0
}

.productDisplyPanel2 ul li .itemInfoBox .productNumber a {
    color: var(--orange)
}

a.itemAddLink {
    color: var(--orange);
    text-decoration: underline
}

.productDetailsPage {
    width: 100%;
    float: left
}

.productDetailsPage .tabContent ul {
    width: 100%;
    float: left;
    margin: 10px;
    word-wrap: break-word
}

.productDetailsPage .productImageDiv {
    width: 300px;
    float: left;
    margin: 0 20px 20px 0;
    cursor: pointer
}

.productDetailsPage .productImageDiv img {
    float: left
}

.productDetailsPage .productImageDiv .thumView {
    width: 100%;
    float: left
}

.productDetailsPage .productImageDiv .thumView a {
    float: left
}

.productDetailsPage .productInfo {
    width: 400px;
    float: left
}

.productDetailsPage .productName {
    font-size: 22px;
    color: var(--black)
}

.productDetailsPage .productName a {
    font-size: 22px
}

.productDetailsPage .productNumber {
    color: var(--orange);
    padding: 0 0 13px 0;
    margin: 0 0 10px 0;
    font-size: 16px;
    border-bottom: 1px solid var(--light_grey)
}

.productDetailsPage .productNumber a {
    color: var(--orange);
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    font-size: 14px;
    border-bottom: 1px solid var(--light_grey)
}

.productDetailsPage .productDetails {
    padding: 20px 0 10px 0;
    line-height: 18px;
    margin: 20px 0 10px 0;
    border-top: 1px solid var(--light_grey);
    float: left
}

.productDetailsPage .addCartDiv {
    margin: 3px 0 0 0
}

.productDetailsPage .productOtherDetails {
    padding: 10px 10px;
    line-height: 18px;
    margin: 0 10px;
    float: left;
    width: 90%
}

.reccomends {
    float: left;
    width: 100%
}

.reccomends .infoTitle {
    border-bottom: 1px solid var(--grey);
    color: var(--basic_purple);
    float: left;
    font-size: 16px;
    padding: 0 0 5px;
    width: 100%
}

.reccomends ul {
    list-style: none;
    float: left;
    margin: 15px 0 0 0
}

.reccomends ul li {
    float: left;
    width: 230px;
    margin: 0 15px 0 0
}

.reccomends ul li .productImg {
    float: left;
    width: 110px;
    margin: 0 5px 0 0
}

.reccomends ul li .productInfo {
    float: left;
    width: 115px
}

.reccomends ul li .productInfo .productName {
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 14px
}

.reccomends ul li .productInfo .productDescribe {
    float: left;
    width: 100%;
    margin: 4px 0;
    font-size: 14px
}

.reccomends ul li .productInfo .price {
    float: left;
    width: 100%;
    margin: 0 0 3px 0;
    color: var(--dark_grey)
}

.searchResult {
    padding: 0 10px
}

.productTypeHead {
    width: 100%;
    float: left;
    background: var(--off_white_grey);
    color: var(--basic_purple);
    font-size: 16px;
    margin: 10px 0 0 0
}

.typeName {
    float: left;
    margin: 5px
}

a.viewAll {
    color: var(--basic_purple);
    font-size: 14px;
    margin: 5px;
    float: right
}

.catalogueList {
    width: 100%;
    float: left
}

.catalogueList ul {
    width: 100%;
    float: left;
    list-style: none;
    margin: 10px 0 0 0
}

/*.catalogueList ul li {
	width: 48%;
	float: left;
	padding: 8px;
	border-right: 1px solid var(--primary_border);
	border-bottom: 1px solid var(--primary_border);
	height: 220px
}

.catalogueList ul li.right {
	width: 44%;
	padding: 10px 2%;
	float: left;
	border-right: 0;
	border-bottom: 1px solid var(--primary_border)
}

.catalogueList ul li.item-2 {
	width: 48%;
	padding: 8px !important;
	float: left;
	border-right: 0 !important;
	border-bottom: 1px solid var(--primary_border)
}

.catalogueList ul li.item-4 {
	width: 48%;
	padding: 8px !important;
	float: left;
	border-right: 0 !important;
	border-bottom: 0 !important
}

.catalogueList ul li.item-3 {
	border-bottom: 0;
	width: 48%;
	padding: 8px !important;
	float: left;
	border-right: 1px solid var(--primary_border)
}
*/

.catalogueList .mvItemDetails ul {
    margin-left: 0;
}

.catalogueList ul li.right .productInfoDiv {
    width: 320px
}

.catalogueList ul li .productImg {
    float: left;
    margin: 0 10px 0 0;
    height: 90px
}

.catalogueList ul li .productInfoDiv {
    float: left;
    width: 350px;
}

.catalogueList ul li .productInfoDiv .productTitle {
    float: left;
    width: 100%;
    color: var(--black);
    font-size: 16px
}

.catalogueList ul li .productInfoDiv .productTitle a {
    color: var(--black)
}

.catalogueList ul li .productInfoDiv .productNumber {
    float: left;
    width: 100%;
    color: var(--orange);
    font-size: 15px;
    margin: 0 0 5px 0
}

.catalogueList ul li .productInfoDiv .globalPageDesc {
    float: left;
    width: 100%
}

.catalogueList ul li .productInfoDiv .productNumber a {
    color: var(--orange)
}

.catalogueList ul li .productInfoDiv .priceDetail {
    float: left
}

.noBottomBorder {
    border-bottom: 0 !important
}

.container {
    width: 950px;
    margin: 0 auto
}

.showgrid {
    background:
        /*savepage-url=src/grid.png*/
        url()
}

.column,
.span-1,
.span-2,
.span-3,
.span-4,
.span-5,
.span-6,
.span-7,
.span-8,
.span-9,
.span-10,
.span-11,
.span-12,
.span-13,
.span-14,
.span-15,
.span-16,
.span-17,
.span-18,
.span-19,
.span-20,
.span-21,
.span-22,
.span-23,
.span-24 {
    float: left;
    margin-right: 10px
}

.last {
    margin-right: 0
}

.span-1 {
    width: 30px
}

.span-2 {
    width: 70px
}

.span-3 {
    width: 110px
}

.span-4 {
    width: 150px
}

.span-5 {
    width: 190px
}

.span-6 {
    width: 230px
}

.span-7 {
    width: 270px
}

.span-8 {
    width: 310px
}

.span-9 {
    width: 350px
}

.span-10 {
    width: 390px
}

.span-11 {
    width: 430px
}

.span-12 {
    width: 470px
}

.span-13 {
    width: 510px
}

.span-14 {
    width: 550px
}

.span-15 {
    width: 590px
}

.span-16 {
    width: 630px
}

.span-17 {
    width: 670px
}

.span-18 {
    width: 710px
}

.span-19 {
    width: 750px
}

.span-20 {
    width: 790px
}

.span-21 {
    width: 830px
}

.span-22 {
    width: 870px
}

.span-23 {
    width: 910px
}

.span-24 {
    width: 994px;
    margin-right: 0
}

.cartReportLeft {
    width: 729px;
    margin: 0 10px 0 10px;
    float: left
}

.cartReportLeft .cartTitle {
    width: 100%;
    float: left;
    margin: 0 0 12px
}

.cartReportLeft h3.reportTitle {
    color: var(--black);
    font-size: 26px;
    font-weight: normal;
    float: left
}

.cartReportLeft .reportLinks {
    float: right;
    margin: 8px 0 0 0
}

.cartReportLeft .reportLinks a {
    padding: 0 0 0 20px;
    color: var(--dark_gray);
    text-decoration: none;
    margin: 0 0 0 10px;
    float: left;
    line-height: 23px
}

.cartReportLeft .reportLinks a.needHelp {
    background:
        /*savepage-url=../images/icon_help.png*/
        url() left center no-repeat
}

.cartReportLeft .reportLinks a.print {
    background:
        /*savepage-url=../images/icon_print.png*/
        url() left center no-repeat;
    padding: 0 0 0 25px
}

a.print {
    background:
        /*savepage-url=../images/icon_print.png*/
        url() left center no-repeat;
    padding: 0 0 0 25px;
    color: var(--darkGrey);
    line-height: 23px
}

.cartReportLeft .reportLinks a.clearCart {
    background:
        /*savepage-url=../images/icon_clear.png*/
        url() left center no-repeat;
    padding: 0 0 0 15px
}

.cartProcess {
    width: 727px;
    float: left;
    background: var(--medium_grey);
    height: 37px;
    border: 1px solid var(--nickel_gray)
}

.cartProcess ul {
    list-style: none;
    width: 729px;
    margin: -1px 0 0 -1px
}

.cartProcess ul li {
    float: left;
    width: 165px;
    line-height: 39px;
    font-size: 15px;
    padding: 0 0 0 15px;
    font-weight: bold;
    color: var(--white);
}

.cartProcess ul li a {
    color: var(--white);
    text-decoration: none;
    /* pointer-events: none;
    cursor: default; */
}

.reportTable {
    float: left;
    width: 100%
}

.cartQty {
    border: 1px solid var(--primary_border);
    width: 40px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 4px;
}

.reportTable {
    float: left
}

.reportTable table {
    table-layout: fixed;
    border-left: 1px solid var(--primary_border);
    border-top: 1px solid var(--primary_border);
    margin: 10px 0 0 0;
    empty-cells: show;
    width: 100%;
    font-size: inherit;
}

.reportRow tr td {
    padding: 5px;
    border-bottom: 1px solid var(--primary_border);
    border-right: 1px solid var(--primary_border);
    vertical-align: top;
    word-wrap: break-word
}

.reportTable table tr td {
    padding: 10px 4px;
    border-bottom: 1px solid var(--primary_border);
    border-right: 1px solid var(--primary_border);
    vertical-align: middle;
    word-wrap: break-word;
    empty-cells: show;
}

.reportTable table tr th {
    font-weight: bold;
    border-bottom: 1px solid var(--primary_border);
    padding: 5px;
    color: var(--black);
    font-size: 14px
}

.reportTable table tr td .productImage {
    float: left;
    border: 1px solid var(--primary_border);
    margin: 0 5px 0 0;
    width: 75px;
    height: 75px;
    overflow: hidden
}

.reportTable table tr td .productImage img {
    width: 75px;
    height: 75px
}

.reportTable table tr td .systemId {
    float: left;
    margin: 12px 0 0 0;
    width: 225px
}

.reportTable table tr td .systemId .textBoxLabel {
    color: var(--black);
    float: left;
    text-align: left;
    margin: 0;
    font-weight: bold
}

table.dataTable thead .sorting {
    text-align: left;
}

.systemIdtxtBox {
    border: 1px solid var(--primary_border);
    width: 123px;
    height: 25px;
    line-height: 25px;
    margin-left: 0px;
    float: right;
}

.reportTable table tr td .productInfo {
    float: right;
    width: 136px
}

.reportTable table tr td .productManufacturerName {
    float: right;
    width: 136px
}

.reportTable table tr.headTd td,
.reportTable table tr.headTd th {
    background: var(--light_grey)
}

.reportTable table tr td .productInfo .productName {
    font-weight: bold;
    color: var(--black)
}

.reportTable table tr td .productInfo .productName a {
    font-weight: bold;
    color: var(--black);
    border-bottom: 1px solid var(--grey65);
    text-decoration: none;
}


.reportTable table tr td .priceDetails {
    float: left;
    width: 100%;
    font-size: 13px
}

.reportTable table tr td .priceDetails .webPrice {
    color: var(--black);
    width: 100%;
    float: left;
    text-align: right;
    margin: 10px 0 0 0
}

.reportTable table tr td .priceDetails .salePrice {
    color: var(--red);
    width: 100%;
    float: left;
    text-align: right;
    margin: 10px 0 0 0
}

.reportTable table tr td .priceDetails .totalPrice {
    color: var(--black);
    float: left;
    font-weight: bold
}

.reportTable table tr td .priceDetails .listPrice {
    color: var(--nobel_grey);
    width: 100%;
    float: left;
    text-align: right
}

.reportTable table tr td .priceDetails .webPriceAm {
    color: var(--black);
    width: 100%;
    float: left;
    text-align: right;

    margin: 10px 0 0 0
}

.reportTable table tr td .priceDetails .webPricePromo {
    color: var(--status_success_green);
    width: 100%;
    float: left;
    text-align: right;
    margin: 10px 0 0 0
}

.reportTable table tr td .qtyDiv {
    float: left;
    margin: 12px 0 0 0;
    width: 100%;
    text-align: center
}

.reportTable table tr td .totalDiv {
    float: right;
    margin: 12px 0 0 0
}

.reportTable table tr td .totalDiv .totalAm {
    float: left;
    color: var(--black)
}

.reportTable table tr td .totalDiv .webAm {
    /* float: left; */
    /*float: right;*/
    position: relative;
    right: 0;
    color: var(--black);
    text-decoration: line-through;

}

.reportTable table tr td .totalDiv .webAmpromo {
    /* float: left; */
    float: right;
    position: relative;
    right: 0;
    color: var(--status_success_green);

}

.reportTable table tr td .totalDiv .deleteCart {
    float: left;
    width: 22px;
    height: 21px
}


.reportTable table tr td .qtyDiv a.update {
    color: var(--darkGrey);
    text-decoration: underline;
    width: 100%;
    float: left;
    margin: 7px 0 7px 0;
    font-size: 12px
}

.reportTable .buttonPanel {
    width: 100%;
    float: left;
    padding: 7px 0;
    margin: 0 0 7px 0;
    border-bottom: 1px solid var(--primary_border)
}

.buttonPanel {
    width: 100%;
    float: left;
    padding: 7px 0;
    margin: 0 0 7px 0;
    border-bottom: 1px solid var(--primary_border)
}

.blueButton {
    background: var(--basic_purple);
    border: 1px solid var(--gray92);
    padding: 0 30px;
    height: 26px;
    line-height: 26px;
    margin: 0 12px 0 0;
    float: left;
    color: var(--white);
    cursor: pointer
}

.blueButtonDisabled {
    background: var(--basic_purple);
    border: 1px solid var(--gray92);
    padding: 0 30px;
    height: 26px;
    line-height: 26px;
    margin: 0 12px 0 0;
    float: left;
    color: var(--white);
    text-decoration: none;
}

.blueButtonCoupon {
    background: var(--basic_purple);
    border: 1px solid var(--gray92);
    width: 100%;
    text-align: center;
    height: 27px;
    line-height: 27px;
    margin: 1px 0;
    float: left;
    color: var(--white);
    cursor: pointer
}

a.blueButton {
    text-decoration: none
}

button.blueButton {
    border: 0
}

.blueButtonCart {
    background:
        /*savepage-url=../images/cartWhite.png*/
        url() no-repeat left center;
    background-color: var(--basic_purple);
    border: 0;
    padding: 0 10px 0 30px;
    height: 32px;
    line-height: 26px;
    line-height: 26px;
    margin: 0 12px 0 0;
    float: left;
    color: var(--white);
    cursor: pointer
}

.pdBlueButtonCart {
    width: 143px;
    text-align: center;
    line-height: 41px;
    height: 43px;
    font-size: 18px;
    background-size: 26px;
    background-position: 25px;

}

.greyButton {
    background: var(--palladium_grey);
    border: 1px solid var(--gray92);
    padding: 0 30px;
    height: 26px;
    line-height: 26px;
    margin: 0 12px 0 0;
    float: left;
    color: var(--white);
    text-decoration: none
}

.cartRightWidget {
    background: var(--light_grey);
    border: 1px solid var(--grey81);
    float: left;
    width: 94%;
    padding: 3%;
    margin: 0 0 30px 0
}

.cartRightWidget .infoTitle {
    border-bottom: 1px solid var(--grey);
    color: var(--basic_purple);
    float: left;
    padding: 0 0 5px;
    width: 100%
}

.shareCartwidget {
    color: white;
    background: var(--basic_purple)
        /*savepage-url=../images/plus.png*/
        url() no-repeat 98% 13px;
    text-align: center;
    float: left;
    width: 94%;
    padding: 3%;
    border: 1px solid var(--grey81);
    margin: 0 0 6px 0;
    font-weight: bold;
    cursor: pointer;
    font-size: 18px
}

.shareCartwidgetHover {
    background: var(--basic_purple)
        /*savepage-url=../images/minus1.png*/
        url() no-repeat 98% 13px
}

.shareCartwidget span.shareCart {
    background:
        /*savepage-url=../images/cart.png*/
        url() no-repeat center left;
    padding: 0 0 0 30px
}

.totalWidget .infoTitle {
    color: var(--black);
    font-size: 18px;
    border: 0
}

.totalWidget ul {
    list-style: none;
    font-size: 13px;
    color: var(--darkGrey);
    margin: 10px 0 0 0
}

.totalWidget ul li {
    width: 100%;
    float: left;
    margin: 6px 0
}

.totalWidget ul li .sumLab {
    float: left
}

.totalWidget ul li .sumLabPromo {
    color: var(--status_success_green);
    float: left
}

.totalWidget ul li .sumValue {
    float: right;
    text-align: right
}

.totalWidget ul li .sumValuePromo {
    color: var(--status_success_green);
    float: right;
    text-align: right
}

.totalWidget ul li.totalItem {
    font-size: 18px;
    text-align: left
}

.totalWidget ul li.totalVal {
    color: var(--basic_purple);
    font-size: 17px;
    border-top: 1px solid var(--border_light_grey)
}

.orderPartsList {
    width: 100%;
    float: left
}

.orderPartsList ul {
    list-style: none;
    margin: 10px 0 0 0
}

.orderPartsList ul li {
    float: left;
    padding: 8px 0;
    border-bottom: 1px solid var(--primary_border)
}

.orderPartsList ul li .productName {
    font-weight: bold
}

.orderPartsList ul li .productItemNumber {
    color: var(--darkGrey)
}

.orderPartsList ul li .wishListLink {
    float: left;
    text-align: right;
    width: 100%
}

.orderPartsList ul li .wishListLink a {
    color: var(--orange);
    text-decoration: underline
}

.orderPartsList ul li .addCartDiv .priceDetail {
    float: left;
    font-size: 10px;
    width: auto
}

.orderPartsList ul li .addCartDiv .addCartButton {
    background: #777;
    width: 77px;
    color: var(--white)
}

.productDetails {
    width: 100%;
    float: left;
    margin: 0 0 15px 0;
}

.shippingDetails {
    width: 100%;
    float: left;
    text-align: center;
}

.shippingDetails select {
    border: 1px solid var(--primary_border);
    color: var(--darkGrey);
    width: 99%;
    padding: 3px;
    border-radius: 4px;
}

.shippingDetails .shippingInst {
    width: 100%;
    float: left;
    margin: 8px 0 0 0
}

.shippingDetails .shippingInst label {
    color: var(--darkGrey);
    width: 100%;
    float: left;
    margin: 0 0 5px 0
}

.shippingDetails .shippingInst textarea {

    height: 120px;
    width: 99%
}

.totalItem {
    text-align: center;
    background: white;
}

.totalLabel {
    text-align: right;
    color: var(--black)
}

.totalLabel ul {
    list-style: none;
    margin: 0 !important
}

.totalValue {
    color: var(--darkGrey)
}

.totalLabel ul li.subTotal {
    font-size: 17px
}

.customerInfo {
    width: 727px;
    float: left;
    border: 1px solid var(--primary_border);
    font-size: 13px;
    margin: 10px 0 0 0
}

.customerInfoLeft,
.customerInfoRight {
    margin: 12px 0;
    padding: 0 12px;
    float: left;
    width: 329px;
    color: var(--black);
    font-weight: bold
}

.customerInfoLeft {
    border-right: 1px solid var(--primary_border)
}

.customerInfoLeft label {
    width: 100%;
    margin: 0 0 5px 0;
    float: left;
    font-weight: bold
}

.poNumberTXT {
    width: 323px;
    padding: 3px;
    border: 1px solid var(--primary_border);
    float: left;
    margin: 0 0 25px 0;
    color: var(--darkGrey)
}

.shippingAddressSEL {
    width: 329px;
    padding: 3px;
    border: 1px solid var(--primary_border);
    float: left;
    margin: 0 0 25px 0;
    color: var(--darkGrey)
}

.textareaComments {
    width: 323px;
    padding: 3px;
    border: 1px solid var(--primary_border);
    float: left;
    margin: 0 0 25px 0;
    color: var(--darkGrey);
    height: 100px
}

.customeDetails {
    font-weight: bold;
    font-size: 16px;
    padding: 0 0 3px 0;
    width: 100%;
    border-bottom: 1px solid var(--primary_border);
    float: left
}

ul.detailsList {
    list-style: none
}

ul.detailsList li {
    float: left;
    margin: 5px 0;
    width: 100%
}

ul.detailsList li .detailsLabel {
    width: 100%;
    float: left;
    color: var(--black);
    font-weight: bold
}

ul.detailsList li .detailsValue {
    width: 100%;
    float: left;
    color: var(--darkGrey)
}

ul.addressList {
    list-style: none
}

ul.addressList li {
    float: left;
    margin: 0 0 10px 0;
    width: 100%
}

ul.addressList li .addressLabel {
    width: 100%;
    float: left;
    color: var(--black)
}

ul.addressList li .addressValue {
    width: 100%;
    float: left;
    color: var(--darkGrey)
}

.addressValue {
    width: 100%;
    float: left;
    color: var(--darkGrey)
}

.orderDetailTitle {
    width: 100%;
    float: left;
    text-align: center;
    color: var(--basic_purple);
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0 0 0
}

.successMsg {
    width: 100%;
    float: left;
    padding: 10px 0;
    font-size: 15px;
    border: 1px solid var(--status_success_green);
    background-color: var(--alert_success_bg);
    border-radius: 8px;
    color: var(--lead_black)
}

.successMsg .successInner {
    background:
        /*savepage-url=../images/success.png*/
        url() no-repeat left center;
    margin: 0 20px;
    padding: 0 0 0 30px
}

.successMsg .success {
    color: var(--orange)
}

.save_popup_class_modal,
.yesno_popup_class_modal {
    padding: 0 3%;
    width: 92%
}

.saveCartNameField {
    width: 166px;
    padding: 0 2px;
    height: 24px;
    float: left;
    line-height: 24px;
    border: 1px solid var(--primary_border);
    margin: 10px 0 0 0
}

table.wishList {
    width: 100%;
    margin: 0;
    padding: 0
}

table.wishList thead {
    width: 100%;
    margin: 0;
    padding: 0
}

.reportTable table.wishList td,
.reportTable table.wishList th {
    padding: 10px
}

.wishListHeader {
    background: var(--light_grayish_cyan);
    color: var(--basic_purple)
}

.reportTable table.wishList .productItemNumber {
    color: var(--orange)
}

.shareCartwidgetControls {
    text-align: left;
    color: var(--white);
    background: var(--basic_purple);
    font-size: 14px;
    margin: -7px 0 10px 0;
    width: 96%;
    padding: 10px 2%;
    display: none;
    font-weight: normal;
    border: 1px solid var(--grey81);
    border-top: 0
}

.shareCartwidgetControls {
    float: left
}

.shareCartwidgetControls .shareCartTitle {
    margin: 10px 0;
    font-weight: bold
}

.shareCartwidgetControls .shareCartTxtArea {
    width: 96%;
    height: 50px;
    float: left
}

.shareCartwidgetControls .buttonPanel .greyButton,
.shareCartwidgetControls .buttonPanel .blueButton {
    padding: 0 10px
}

.disable {
    color: var(--darkGrey)
}

ul.serviceDocument {
    width: 100%;
    float: left;
    list-style: none;
    margin: 10px 0 0 0
}

ul.serviceDocument li {
    width: 323px;
    float: left;
    border-color: var(--primary_border);
    height: 115px
}

ul.serviceDocument li .documentDetails {
    background:
        /*savepage-url=../images/news.svg*/
        url() no-repeat scroll left top transparent;
    padding: 0 0 0 30px;
    margin: 10px
}

ul.noServiceDocumentIcon li .documentDetails {
    background: 0;
    padding: 0;
    margin: 10px;
    float: left
}

ul.noServiceDocumentIcon li .docThum {
    float: left;
    width: 30px;
    margin: 10px
}

ul.noServiceDocumentIcon li .documentDetails {
    float: left;
    width: 200px
}

ul.videoList {
    width: 100%;
    float: left;
    list-style: none;
    margin: 10px 0 0 0
}

ul.videoList li {
    float: left;
    padding: 10px 0;
    margin: 0 !important;
    width: 323px;
    height: 70px
}

ul.videoList li .videoDetails {
    float: left;
    margin: 0 0 0 10px;
    width: 100%
}

ul.videoList li .videoDetails .videoThum {
    float: left;
    width: 70px
}

ul.videoList li .videoDetails .videoThum img {
    height: 55px;
    width: 74px
}

ul.videoList li .videoDetails .info {
    float: left;
    margin: 0 0 0 10px;
    width: 72%
}

ul.videoList li .videoDetails .info .videoTitle {
    float: left
}

ul.videoList li .videoDetails .info .videoDesc {
    float: left
}

ul.videoList li .videoDetails .info .videoDesc .playTime {
    float: right
}

ul.knowledgeList {
    width: 100%;
    float: left;
    list-style: none;
    margin: 10px 0 0 0
}

ul.knowledgeList li {
    width: 303px;
    float: left;
    border-color: var(--primary_border);
    padding: 10px;
    height: 75px
}

ul.knowledgeList li .knowledgeDetails {
    float: left;
    width: 100%
}

ul.knowledgeList li .knowledgeDetails .knowledgeTitle {
    float: left;
    width: 100%
}

ul.knowledgeList li .knowledgeDetails .knowledgeDesc {
    float: left;
    width: 100%
}

.borderR {
    border-right: 1px solid var(--primary_border) !important
}

.borderL {
    border-left: 1px solid var(--primary_border) !important
}

.borderT {
    border-top: 1px solid var(--primary_border) !important
}

.borderB {
    border-bottom: 1px solid var(--primary_border) !important
}

.noBorderR {
    border-right: 0 !important
}

.noBorderL {
    border-left: 0 !important
}

.noBorderT {
    border-top: 0
}

.noBorderB {
    border-bottom: 0 !important
}

.boldTxt {
    font-weight: bold !important
}

.widgitDiv {
    width: 100%;
    float: left
}

.SearchResultWidgit {
    width: 230px;
    float: left;
    margin: 0 18px 0 0
}

.SearchResultWidgit .cartRightWidget {
    height: 450px
}

.documentList {
    width: 100%;
    float: left
}

.documentList ul {
    list-style: none;
    margin: 10px 0 0 0
}

.documentList ul li {
    float: left;
    padding: 0 0 15px 25px;
    margin: 10px 0 0 0;
    border-bottom: 1px solid var(--primary_border);
    background:
        /*savepage-url=../images/news.svg*/
        url() no-repeat scroll left toptransparent
}

.documentList ul li .docTitle {
    font-weight: bold
}

.documentList ul li .docDesc {
    color: var(--darkGrey)
}

.videoList {
    width: 100%;
    float: left
}

.videoList ul {
    list-style: none;
    margin: 10px 0 0 0
}

.videoList ul li {
    float: left;
    padding: 0 0 15px 0;
    margin: 10px 0 0 0;
    border-bottom: 1px solid var(--primary_border)
}

.videoList ul li .videothumb {
    float: left;
    width: 35%;
    margin: 3px 3px 3px 0
}

.videoList ul li .videoTitle {
    font-weight: bold;
    float: left;
    width: 60%
}

.videoList ul li .videoDesc {
    color: var(--darkGrey);
    width: 60%;
    float: left
}

.supportCenter ul {
    width: 100%;
    float: left;
    list-style: none
}

.supportCenter ul li {
    width: 100%;
    float: left;
    padding: 14px 0;
    border-bottom: 1px solid var(--primary_border)
}

.supportCenter ul li .centerImg {
    float: left;
    margin: 0 10px
}

.supportCenter ul li .centerInfo {
    float: left;
    width: 300px
}

.supportCenter ul li .centerInfo p {
    float: left;
    margin: 5px 0 0 0;
    width: 100%;
    color: var(--darkGrey)
}

.supportCenter ul li .centerInfo p.centerName {
    color: var(--orange)
}

.supportCenter ul li .centerInfo .centerManager {
    float: left;
    margin: 15px 0 0 0;
    color: var(--black)
}

.supportCenter ul li .centerTiming {
    float: right;
    width: 200px;
    color: var(--darkGrey);
    margin: 30px 0 0 0
}

.supportCenter ul li .centerTiming p {
    float: left;
    color: var(--darkGrey);
    margin: 5px 0 0 0;
    text-align: right;
    width: 100%
}

.colorBlock {
    color: var(--black)
}

.contactUsDiv {
    width: 100%;
    float: left;
    color: var(--darkGrey)
}

.contactUsDivLeft {
    width: 350px;
    float: left;
    padding: 0 10px 0 10px
}

.contactUsDivLeft>h3 {
    font-size: 18px;
    font-weight: normal;
    margin: 10px 0 0;
    color: var(--black)
}

.contactUsDivLeft ul {
    width: 100%;
    float: left;
    list-style: none;
    margin: 24px 0 0 0
}

.contactUsDivLeft ul li {
    width: 100%;
    float: left;
    margin: 5px 0
}

.contactUsDivLeft ul li label {
    width: 100%;
    float: left;
    margin: 0 0 7px 0
}

.contactUsDivLeft ul li .contactUsField {
    width: 90%;
    padding: 3px 2%;
    float: left;
    border: 1px solid var(--primary_border);
    background: var(--light_grey);
    height: 26px;
    line-height: 26px
}

.contactUsDivLeft ul li .contactUsFieldTxtArea {
    width: 90%;
    padding: 3px 2%;
    float: left;
    border: 1px solid var(--primary_border);
    background: var(--light_grey);
    height: 100px;
    line-height: 26px;
    border-radius: 4px;
    resize: none;
}

.contactUsDivLeft ul li .phoneCode {
    width: 10%
}

.contactUsDivLeft ul li .contactUsField {
    width: 301px;
    padding: 3px 2px;
    float: left;
    border: 1px solid var(--primary_border);
    background: var(--light_grey);
    height: 34px;
    line-height: 30px
}

.contactUsDivLeft ul li select.contactUsField {
    width: 307px
}

.contactUsDivLeft select.salute {
    width: 25%
}

.contactUsDivLeft ul li .contactUsFieldTxtArea {
    width: 301px;
    padding: 3px 2px;
    float: left;
    border: 1px solid var(--primary_border);
    background: var(--light_grey);
    height: 100px;
    line-height: 26px;
    border-radius: 4px;
    resize: none;
}

.contactUsDivLeft ul li .phoneCode {
    width: 40px
}

.contactUsDivLeft ul li .phoneCode2 {
    width: 40px;
    margin: 0 0 0 5px
}

.contactUsDivLeft ul li .phoneNumber {
    width: 199px;
    margin: 0 0 0 5px
}

.contactUsDivRight {
    width: 320px;
    float: left;
    padding: 0 0 0 20px;
    margin-top: 99px
}

.friList {
    width: 100%;
    float: left
}

.friList ul {
    width: 100%;
    float: left;
    list-style: none
}

.friList ul li {
    border-bottom: 1px solid var(--primary_border);
    float: left;
    width: 100%;
    padding: 15px 0
}

.friList ul li .friTitle {
    color: var(--orange);
    width: 100%;
    float: left
}

.friList ul li .friDesc {
    color: var(--black);
    width: 100%;
    float: left
}

.recentlyPublished {
    width: 100%;
    float: left;
    margin: 30px 0 0 0
}

.recentlyPublished h3 {
    width: 100%;
    float: left;
    color: var(--orange);
    font-size: 18px;
    padding: 0 0 5px 0;
    border-bottom: 1px solid var(--primary_border)
}

.recentlyPublished ul {
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
    list-style: none
}

.recentlyPublished ul li {
    width: 46%;
    padding: 10px 3% 10px 0;
    float: left
}

.recentlyPublished ul li a {
    color: var(--darkGrey);
    text-decoration: underline
}

.myAccountLeftNavTab {
    width: 170px;
    float: left;
    position: relative;
    z-index: 0
}

.myAccountLeftNavTab ul {
    width: 100%;
    float: left;
    list-style: none;
    margin-bottom: 7px;
}

.myAccountLeftNavTab ul li {
    width: 100%;
    float: left;
    color: var(--nobel_grey);
}

.myAccountLeftNavTab ul li .liFont14 {
    font-size: 14px;
    margin-bottom: 5px !important;
}

.myAccountLeftNavTab ul li a {
    float: left;
    width: 166px;
    padding: 5px 2px 5px 10px;
    color: var(--basic_purple);
    text-decoration: none;
    background-image:
        /*savepage-url=../images/linkBack.png*/
        url(data:image/png;resource=27;base64,);
    background-repeat: no-repeat;
    background-size: 4px;
    background-position-y: 8.5px;
}

.myAccountLeftNavTab ul li.selected a {
    border-right: 1px solid var(--white);
    color: var(--orange);
    background-image:
        /*savepage-url=../images/linkBack-selected.png*/
        url();
    background-repeat: no-repeat;
    background-size: 4px;
    background-position-y: 8.5px;
}

.tandcLeft {
    width: 170px;
    float: left;
    position: relative;
    z-index: 1000
}

.tandcLeft ul {
    width: 100%;
    float: left;
    list-style: none
}

.tandcLeft ul li {
    width: 100%;
    float: left;
    background: var(--white)
}

.tandcLeft ul li a {
    border-right: 1px solid var(--primary_border);
    border-bottom: 1px solid var(--primary_border);
    float: left;
    width: 166px;
    padding: 5px 2px;
    color: var(--darkGrey);
    text-decoration: none
}

.tandcLeft ul li.selected a {
    border-right: 1px solid var(--white);
    color: var(--basic_purple)
}

.tandcRight {
    width: 782px;
    float: left;
    border: 1px solid var(--primary_border) !important;
    z-index: 978;
    padding: 20px
}

.tandcRight>h2,
.steps h2 {
    background: none repeat scroll 0 0 var(--basic_purple);
    border-bottom: 1px solid var(--basic_purple);
    color: var(--white);
    font-size: 16px;
    font-weight: normal;
    padding: 2px 20px 3px 20px
}

.steps>div {
    display: inline-block;
    border-top: 1px solid var(--light_grey);
    border-bottom: 1px solid var(--light_grey);
    padding: 4px 5px 4px 8px;
    background: var(--basic_purple)
}

.steps>span {
    background:
        /*savepage-url=../images/next-step-arrow.png*/
        url() no-repeat scroll right center transparent;
    height: 27px;
    width: 8px;
    margin-right: 10px
}

.tandcRight>h3,
.orgDetails>h3 {
    border-bottom: 1px solid var(--steam_grey);
    margin: 10px 20px;
    padding-bottom: 5px
}

.tandcRight>h3.head {
    float: left;
    border: 0;
    padding: 0;
    margin: 10px 20px 0 20px
}

.border {
    float: left;
    border-top: 1px solid var(--primary_border);
    height: 1px;
    width: 100%
}

.tandcLeft {
    width: 170px;
    float: left;
    position: relative;
    z-index: 0
}

.tandcLeft ul {
    width: 100%;
    float: left;
    list-style: none
}

.tandcLeft ul li {
    width: 100%;
    float: left;
    background: var(--white)
}

.tandcLeft ul li a {
    border-right: 1px solid var(--primary_border);
    border-bottom: 1px solid var(--primary_border);
    float: left;
    width: 166px;
    padding: 5px 2px;
    color: var(--darkGrey);
    text-decoration: none
}

.tandcLeft ul li.selected a {
    border-right: 1px solid var(--white);
    color: var(--basic_purple)
}

.tandcRight {
    width: 760px;
    float: left;
    border: 1px solid var(--primary_border) !important;
    z-index: 978;
    padding: 20px
}

.tandcRight>h2,
.steps h2 {
    background: none repeat scroll 0 0 var(--basic_purple);
    border-bottom: 1px solid var(--primary_border);
    color: var(--white);
    font-size: 16px;
    font-weight: normal;
    padding: 4px 20px
}

.steps>div {
    display: inline-block;
    border-top: 1px solid var(--light_grey);
    border-bottom: 1px solid var(--light_grey);
    padding: 6px 5px 4px 8px;
    background: var(--white)
}

.steps>span {
    background:
        /*savepage-url=../images/next-step-arrow.png*/
        url() no-repeat scroll right center transparent;
    height: 27px;
    width: 8px;
    margin-right: 10px
}

.tandcRight>h3,
.orgDetails>h3 {
    border-bottom: 1px solid var(--steam_grey);
    margin: 10px 20px;
    padding-bottom: 5px;
    color: var(--black)
}

.tandcRight>h3.head {
    float: left;
    border: 0;
    padding: 0;
    margin: 10px 20px 0 20px
}

.tandcRight ul {
    list-style: disc;
    list-style: inside;
    margin: 10px 0
}

.tandcRight ul li {
    margin: 3px 0;
    width: 100%;
    float: left
}

.tandcRight .cart-promotions-div ul li {
    width: 80%;
}

.border {
    float: left;
    border-top: 1px solid var(--primary_border);
    height: 1px;
    width: 100%
}

.tandcLeft ul.leftMenu {
    width: 100%;
    float: left;
    list-style: none
}

.tandcLeft ul.leftMenu li {
    width: 100%;
    float: left;
    background: var(--white)
}

.tandcLeft ul.leftMenu li a {
    border-right: 1px solid var(--primary_border);
    border-bottom: 1px solid var(--primary_border);
    float: left;
    width: 166px;
    padding: 7px 2px 6px 2px;
    color: var(--black);
    text-decoration: none;
    background:
        /*savepage-url=../images/menuLeftExpand.png*/
        url() no-repeat 90% center
}

.tandcLeft ul.leftMenu li>a:hover {
    background: var(--gray94)
        /*savepage-url=../images/menuLeftExpand.png*/
        url() no-repeat 90% center
}

.tandcLeft ul.leftMenu li.selected a {
    background: var(--gray94)
        /*savepage-url=../images/menuLeftClops.png*/
        url() no-repeat 92% center
}

.rtArrow {
    background: var(--gray94)
        /*savepage-url=../images/menuLeftExpand.png*/
        url() no-repeat 90% center !important
}

.tandcLeft ul.leftMenu li ul {
    display: none
}

.tandcLeft ul.leftMenu li.selected ul {
    display: block
}

.tandcLeft ul.leftMenu li.selected ul li a {
    background: var(--white);
    padding: 5px 0 5px 4px;
    width: 166px;
    color: var(--basic_purple)
}

.tandcLeft ul.leftMenu li.selected ul li.selected a {
    border-right: 1px solid var(--white);
    color: var(--basic_purple);
    font-weight: bold
}

.delete {
    width: 13px;
    height: 15px;
    float: left;
    padding: 0 25px
}

.moreInfoToggle {
    float: left;
    color: var(--basic_purple);
    cursor: pointer
}

.txtAlignRight {
    text-align: right !important
}

.txtAlignRightAppliedPromo {
    text-align: right !important;
    color: var(--peppermint_toad_green) !important;
}

.txtAlignLeft {
    text-align: left !important
}

.txtAlignCenter {
    text-align: center !important
}

tr.reportTableHeader th {
    background: var(--basic_purple) !important;
    ;
    color: var(--white) !important;
    font-size: 14px !important;
    font-weight: bold !important;
    vertical-align: top;
    border-bottom: 1px solid var(--primary_border);
    border-right: 0 solid var(--primary_border);
}

.aboutUsLeft,
.leftPanel {
    width: 729px;
    margin: 0 10px 0 10px;
    float: left
}

.reportTable table tr td.innerTableTd {
    background: var(--cultured_white)
}

.reportTable table tr.selectedTr td {
    background: var(--cultured_white)
}

.innerTableToggleTR {
    display: none
}

.innerTableToggle ul {
    list-style: none
}

.innerTableTd table {
    background: var(--white)
}

.tandcRightNoMargin {
    padding: 0;
    width: 802px;
    min-height: 600px;
    float: right;
    margin: 0 0 0 -5px
}

.tandcRightNoMargin .reportTable table {
    border: 0;
    margin: 0
}

.tandcRightNoMargin .reportTable table tr td.lastTD {
    border-right: 0
}

.tandcRightNoMargin .reportTable table tr td a {
    color: var(--basic_purple);
    text-decoration: underline
}

.tandcRightNoMargin .reportTable table .innerTableToggle {
    margin: 1% 1%;
    width: 98%;
    border-left: 1px solid var(--primary_border);
    border-top: 1px solid var(--primary_border)
}

.tandcRightNoMargin .reportTable table .innerTableToggle th,
.tandcRightNoMargin .reportTable table .innerTableToggle td {
    line-height: 20px
}

.myAccountBox {
    width: 434px;
    border: 1px solid var(--grey81);
    float: left;
    height: 200px;
    height: 195px\9;
    height: 192px \0/IE9;
    margin: 0 17px 23px 0;
    padding: 9px 17px 5px;
    background: var(--light_grey)
}

h3.myAccountBoxTitle {
    width: 100%;
    float: left;
    margin: 13px 0 0 0;
    font-weight: 14px
}

.boxTitle {
    font-size: 16px;
    padding: 0 0 7px 0;
    border-bottom: 1px solid var(--grey81)
}

.boxDesc {
    margin: 8px 0 0 0;
    width: 100%
}

.myAccountBox ul {
    list-style: none;
    margin: 21px 0 0 0
}

.myAccountBox ul li {
    background:
        /*savepage-url=../images/menuLeftExpand.png*/
        url() no-repeat left center;
    margin: 5px 0
}

.myAccountBox ul li a {
    color: var(--basic_purple);
    text-decoration: none;
    margin: 0 0 0 10px
}

.visitedTabFirst {
    background:
        /*savepage-url=../images/cartBG2.png*/
        url() no-repeat right center;
    border-left: 1px solid var(--nickel_gray)
}

.visitedTab {
    background:
        /*savepage-url=../images/cartBG2.png*/
        url() no-repeat right center;
    background-color: var(--grey40);
}

.lastTab {
    background-color: var(--grey40);
}

.visitedTabFinal {
    border: 1px solid var(--nickel_gray);
    background: var(--medium_grey) !important;
    height: 37px;
    width: 172px !important;
    border-left: 0
}

.visitedCurrentTab {
    background:
        /*savepage-url=../images/cartBG3.png*/
        url() no-repeat right center
}

.currentTab {
    background:
        /*savepage-url=../images/cartBG3.png*/
        url() no-repeat right center
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

.greyButtonEnabled {
    background: var(--grey100);
    border: 1px solid var(--basic_purple);
    padding: 0 30px;
    height: 26px;
    line-height: 26px;
    margin: 0 12px 0 0;
    float: left;
    color: var(--basic_purple);
    cursor: pointer
}

.tandcRight .container {
    width: 100%
}

.noRightPadding {
    padding-right: 0 !important
}

.visitedTabFirstCurrent {
    border-left: none;
    background:
        /*savepage-url=../images/cartBG2.png*/
        url() no-repeat right center;
    background-color: var(--grey40);
}

.visitedTabSecond {
    background:
        /*savepage-url=../images/cartBG3.png*/
        url() no-repeat right center;
    background-color: var(--grey40);
}

.visitedTabThird {
    background:
        /*savepage-url=../images/cartBG3.png*/
        url() no-repeat right center;
    background-color: var(--grey40);
}

.summaryOrderUL li .detailsLabel {
    width: 100% !important
}

.summaryOrderUL li .detailsValue {
    width: 100% !important
}

.noPaddingL {
    padding-left: 0 !important
}

.serechResultCount {
    color: var(--basic_purple);
    font-size: 14px;
    font-weight: normal
}

.addButton {
    border: 0;
    background: transparent;
    color: var(--orange);
    text-decoration: underline;
    cursor: pointer;
    padding: 0;
    margin: 0;
    float: left
}

.pdaddButtonList {
    margin-top: 21px;
    font-size: 15px;
}

.innerTable .no_more {
    background-color: var(--darkGrey) !important;
    color: gray !important;
    cursor: default
}

.page_navigation,
.alt_page_navigation {
    padding: 10px
}

.innerTable .page_navigation a,
.alt_page_navigation a {
    padding: 3px 5px;
    margin: 2px;
    color: var(--white) !important;
    text-decoration: none;
    float: left;
    line-height: normal;
    background-color: var(--basic_purple);
    text-decoration: none !important
}

.innerTable a.active_page {
    color: var(--white) !important;
    background-color: var(--orange)
}

.content li,
.alt_content li {
    padding: 5px;
    list-style-type: disc
}

.contactRightWidgit {
    float: left;
    width: 335px;
    margin: 50px 0 30px 0
}

.contactRightWidgit .infoTitle {
    color: var(--basic_purple);
    float: left;
    padding: 0 0 5px;
    width: 100%
}

.contactRightWidgit .friList {
    width: 308px;
    padding: 10px;
    margin: 10px 0 0 0;
    border: 1px solid var(--grey81)
}

.contactRightWidgit .friList ul {
    width: auto
}

.contactRightWidgit .globalAddress {
    float: left;
    width: 308px;
    padding: 10px;
    margin: 10px 0 0 0;
    border: 1px solid var(--grey81)
}

.contactRightWidgit .globalAddress p {
    margin: 10px 0 0 0
}

.myAccountBox ul li.disabled a {
    color: var(--grey)
}

.myAccountBox ul li.disabled {
    background:
        /*savepage-url=../images/myAccDisabled.png*/
        url() no-repeat scroll left center transparent;
    padding: 0 8px;
    color: var(--grey)
}

.boxFaq {
    width: 934px;
    margin-top: 12px
}

.boxFaq .boxFaqInner {
    width: 400px;
    margin: 0 100px 0 0;
    float: left
}

.boxFaq .boxFaqInner ul li {
    background: 0;
    margin: 5px 0;
    width: 100%;
    float: left
}

.boxFaq .boxFaqInner ul li a {
    color: var(--charcoal_grey);
    text-decoration: underline;
    margin: 0
}

.productDisplyPanel ul li.itemGridView-2 {
    border-right: 0 solid var(--primary_border);
    float: left;
    padding: 0 0 10px 10px;
    width: 269px
}

.productDisplyPanel ul li .itemName {
    height: 50px;
    overflow: hidden
}

.productDisplyPanel2 ul li .itemName {
    overflow: hidden
}

.serviceDocument li {
    border-bottom: 1px solid var(--primary_border);
    border-right: 1px solid var(--primary_border)
}

.serviceDocument li.itemServiceDocument-3 {
    border-bottom: 1px solid var(--primary_border);
    border-right: 0
}

.serviceDocument li.itemServiceDocument-4 {
    border-bottom: 0;
    border-right: 1px solid var(--primary_border)
}

.serviceDocument li.itemServiceDocument-5 {
    border-bottom: 0;
    border-right: 1px solid var(--primary_border)
}

.serviceDocument li.itemServiceDocument-6 {
    border-bottom: 0;
    border-right: 0
}

.videoList li {
    border-bottom: 1px solid var(--primary_border)
}

.videoList li.itemvideoList-3 {
    border-bottom: 1px solid var(--primary_border);
    border-right: 0 none
}

.videoList li.itemvideoList-4 {
    border-bottom: 0;
    border-right: 1px solid var(--primary_border)
}

.videoList li.itemvideoList-5 {
    border-bottom: 0;
    border-right: 1px solid var(--primary_border)
}

.videoList li.itemvideoList-6 {
    border-bottom: 0;
    border-right: 0
}

.aboutUsLeft .infoPanel1 .infodiv h3 {
    font-size: 14px;
    color: var(--orange);
    float: left;
    width: 100%
}

.aboutUsLeft .infoPanel1 .infodiv p {
    margin: 10px 0;
    float: left;
    width: 100%
}

.aboutUsLeft .infoPanel1 .infodiv p a {
    color: var(--basic_purple);
    text-decoration: none;
    background:
        /*savepage-url=../images/linkBack.png*/
        url(data:image/png;resource=27;base64,) right center no-repeat;
    padding: 0 15px 0 0;
    float: left;
    margin: 0
}

.partsLookupHome .partsDivBR {
    margin: 10px 0 10px 0;
    padding: 0
}

.partsLookupHome .infoHeading {
    border-bottom: 1px solid var(--grey81);
    padding: 0 0 5px 0;
    font-size: 17px;
    color: var(--basic_purple)
}

.partsLookupHome .partsDivBR label {
    color: var(--orange);
    margin: 0;
    font-size: 16px
}

.partsLookupHome .partsDivBR p {
    color: var(--darkGrey);
    margin: 5px 0;
    float: left
}

.aboutUsLeft .infoPanel1 .infodiv p ul li a {
    color: var(--basic_purple);
    text-decoration: none;
    background:
        /*savepage-url=../images/linkBack.png*/
        url(data:image/png;resource=27;base64,) right center no-repeat;
    padding: 0 20px 0 0;
    float: left;
    width: 80%
}

.bannerComponent {
    width: 100%;
    float: left
}

.bannerComponent .infoContainer {
    width: 100%
}

.bannerComponent img {
    float: left
}

.bannerComponent h3 {
    color: var(--orange)
}

.bannerComponent p {
    margin: 10px 0
}

.bannerComponent h3 {
    margin: 17px 0 0 0
}

.bannerComponent a {
    background:
        /*savepage-url=../images/linkBack.png*/
        url(data:image/png;resource=27;base64,) no-repeat right center;
    padding: 0 20px 0 0;
    margin: 10px 0;
    color: var(--basic_purple)
}

.bannerComponent ul {
    width: 100%;
    float: left;
    margin: 0
}

.bannerComponent ul li {
    width: 100%;
    float: left;
    margin: 0 0 8px 0
}

.bannerComponent ul li a {
    background:
        /*savepage-url=../images/linkBack.png*/
        url(data:image/png;resource=27;base64,) no-repeat right 6px;
    padding: 0 15px 0 0;
    float: left;
    color: var(--basic_purple);
    margin: 0;
    text-decoration: underline
}

.view a {
    text-decoration: underline !important
}

.submitted {
    height: 15px;
    line-height: 15px;
    float: left;
    padding: 0 20px 0 10px;
    border-right: 1px solid var(--primary_border)
}

.productDetailItemNumber {
    color: var(--orange)
}

.productDetailItemNumber a {
    color: var(--orange)
}

.ui-widget-content {
    background: var(--white);
    font-size: 14px
}

.partsPopup h2 {
    font-size: 15px;
    float: left;
    line-height: 42px
}

.partsPopup h2 span {
    font-size: 12px;
    color: var(--basic_purple)
}

.popupclose {
    background:
        /*savepage-url=../images/popupClose.png*/
        url() no-repeat right center !important;
    width: 33px !important;
    height: 33px !important;
    float: right
}

.partsPopup .reportTable table tr td a {
    color: var(--basic_purple);
    text-decoration: underline
}

.partsPopup .reportTable table tr.reportTableHeader th {
    color: var(--basic_purple);
    background: var(--light_grayish_cyan)
}

#zoomLink {
    display: none
}

.jcarousel-skin {
    border-left: 1px solid var(--grey);
    border-right: 1px solid var(--grey);
    width: 400px
}

.jcarousel-skin .jcarousel-item {
    height: 103px;
    width: 98px;
    border-left: 1px solid var(--grey)
}

.jcarousel-skin .jcarousel-item {
    width: 132px !important
}

.jcarousel-clip-vertical {
    width: 100% !important;
    height: normal !important
}

.jcarousel-list-vertical li {
    float: left
}

.addCartDivButtonPanel {
    width: 170px;
    float: left
}

.prod_image_main {
    border: 0;
    float: left;
    width: 100%
}

.productImageDiv .span-8 {
    width: 100%
}

.productImageDiv .span-4 {
    width: 100%;
    height: normal
}

.width100Per {
    width: 100%
}

.videoDisplayPanel ul li {
    width: 550px;
    float: left;
    padding: 0 9px 10px 0;
    border-bottom: 1px solid var(--primary_border)
}

.save_popup_class_modal h4 {
    padding: 0 30px 10px 0;
    font-weight: normal;
    font-size: 16px
}

.save_popup_class_modal .buttonPanel {
    margin: 10px 0 0 0
}

.shareCartClose {
    cursor: pointer
}

.ui-widget-header {
    border: 0;
    background: var(--white)50%50% repeat-x;
    color: var(--lead_black);
    font-weight: bold
}

.ui-widget-header a.ui-dialog-titlebar-close {
    float: left;
    width: 33px;
    height: 33px;
    border: 0;
    background: 0
}

.ui-widget-header .ui-icon {
    width: 17px;
    height: 19px;
    float: left
}

#cboxClose {
    background:
        /*savepage-url=../images/popupClose.png*/
        url() no-repeat center center;
    width: 33px;
    height: 33px;
    float: left;
    border: 0;
    outline: none;
}

#cboxClose:focus {
    outline: none;
}


#cboxClose:hover {
    background:
        /*savepage-url=../images/popupClose.png*/
        url() no-repeat center center;
    width: 33px;
    height: 33px;
    float: left
}

.SharedCartTilte {
    width: 100%;
    float: left
}

.SharedCartTilte h3.reportTitle {
    float: left;
    font-size: 30px
}

.SharedCartTilte .reportLinks a.print {
    background:
        /*savepage-url=../images/icon_print.png*/
        url() no-repeat scroll left center transparent;
    color: var(--darkGrey);
    float: right;
    padding: 0 0 0 25px;
    text-decoration: none
}

.lookupText {
    color: var(--white);
    font-size: 12px
}

.partsTitle {
    border-bottom: 1px solid var(--basic_purple);
    font-size: 15px;
    padding-bottom: 10px
}

.listTitle {
    font-size: 14px
}

.infodiv_shop {
    width: 174.7px !important
}

.infodiv_shop .bannerComponent img {
    width: 174px;
    height: 107px
}

.my_account {
    float: left;
    margin: 0 10px
}

.accountLinks ul {
    margin: 20px 0 0 0
}

.accountLinks {
    height: 159px
}

.portalBox {
    margin-top: 10px !important
}

.account_boxTitle {
    width: 175px
}

.portalLinks ul {
    margin: 5px 0
}

.password {
    font-size: 12px
}

.assigned_role {
    float: left;
    line-height: 20px;
    margin: 15px 0 0
}

.popupMainBody {
	width: 96%;
    padding: 2%;
    background: var(--white);
}

.popupTitlePan {
    width: 100%;
    float: left;
    margin: 0 0 20px 0
}

.cboxIframe {
    background: var(--white)
}

.popupTitle {
    float: left;
    font-size: 18px
}

.popupTitle .tagLine {
    font-size: 14px;
    color: var(--basic_purple)
}

.popupClose {
    background:
        /*savepage-url=../images/popupClose.png*/
        url() no-repeat scroll left center transparent;
    width: 33px;
    height: 33px;
    float: right
}

.popupBody {
    width: 100%;
    float: left;
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden
}

.popupBody .reportTable {
    width: 100%;
    float: left
}

.popupBody .reportTable table {
    margin: 0
}

.popupBody .reportTable th {
    text-align: left;
    background: var(--light_grayish_cyan)
}

.popupBody .reportTable a {
    color: var(--basic_purple)
}

.popupBody .reportTable th,
.popupBody .reportTable td {
    padding: 5px 5px
}

.popupButtonPanel {
    float: left;
    margin: 5px 0;
    width: 100%
}

.popupFooter {
    float: left
}

.displayNone {
    display: none
}

.reportTitleContainer {
    width: 100%;
    float: left
}

.reportTitleContainer h2 {
    float: left
}

.reportTitleContainer .reportLinks {
    float: right
}

.reportTable table.wishList .productItemNumber a {
    color: var(--orange)
}

.productImg a img {
    width: 90px;
    height: 90px
}

.account {
    background: none repeat scroll 0 0 var(--light_grayish_cyan);
    color: var(--basic_purple);
    padding: 5px 0 0 15px !important
}

.AccountTable {
    float: left;
    width: 100%
}

.AccountTable {
    float: left;
    border: 1px solid var(--primary_border)
}

.AccountTable table {
    table-layout: fixed
}

.AccountTable table tr td {
    height: 25px;
    padding: 5px 0 0 30px;
    vertical-align: top;
    width: 785px
}

.AccountTable table tr th {
    font-weight: bold;
    border-bottom: 1px solid var(--primary_border);
    border-right: 1px solid var(--primary_border);
    padding: 10px 0
}

.title {
    margin: 0 0 0 20px
}

.title1 {
    float: left;
    margin: 0;
    text-align: right;
    width: 120px
}

.state {
    width: 310px
}

.idText {
    background: none repeat scroll 0 0 var(--light_grey);
    border: 1px solid var(--grey81);
    height: 22px;
    margin: 6px 0 0;
    width: 308px
}

.account_wrapper {
    width: 800px;
    padding: 0 !important
}

.products {
    background: none repeat scroll 0 0 var(--light_grayish_cyan);
    color: var(--basic_purple);
    padding: 5px 0 0 35px !important
}

.chkValue {
    height: 50px
}

.chkValue_info {
    margin: 10px 0 0 0
}

.cancel {
    background: none repeat scroll 0 0 var(--silver);
    color: var(--white);
    float: left;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 90px
}

.save {
    background: none repeat scroll 0 0 var(--basic_purple);
    float: right;
    height: 25px;
    width: 100px;
    color: var(--white);
    line-height: 25px;
    text-align: center
}

.verify_customer {
    padding: 0 20px
}

.button a {
    text-decoration: none
}

.title {
    width: 125px
}

.idTextArea {
    background: none repeat scroll 0 0 var(--light_grey);
    border: 1px solid var(--grey81);
    margin: 6px 0 0
}

.reportTable table tr.cartHeadTr th {
    background: var(--grey97);
    text-align: left;
    border-right: 1px solid var(--primary_border);
}

.reportTable table tr.subTotalTr td.totalItem {
    font-weight: bold
}

.totalItem {
    text-align: center;
}

.reportTable table tr.subTotalTr td {
    background: var(--grey97)
}

.reportTable table tr.groupLineItemTr td {
    border-bottom: 0
}

.reportTable table tr.groupLineItemTr td {
    border-bottom: 0
}

.spanCellBorderB {
    border-bottom: 1px solid var(--primary_border) !important
}

.qtyTxt {
    height: 27px;
    width: 30px;
    padding: 0 3px;
    background: var(--platinum);
    border: 1px solid var(--primary_border);
    float: left;
    margin: 0 1px 0 0
}

.pt10 {
    padding-top: 10px
}

table.acDtl {
    width: 51%;
    margin-bottom: 50px
}

table.parAcDtl {
    width: 30%
}

table.acDtl th,
table.acDtl td,
table.parAcDtl td {
    text-align: right;
    color: var(--black)
}

table.acDtl th+th,
table.acDtl td+td,
table.parAcDtl td+td {
    text-align: left;
    padding: 1px 20px;
    color: var(--darkGrey)
}

table.custAdd {
    border-collapse: collapse;
    margin: 30px 5px
}

table.custAdd th,
table.custAdd td {
    padding: 5px 5px 5px 20px;
    text-align: left;
    border: 1px solid var(--primary_border)
}

table.custAdd th {
    background: var(--off_white_grey);
    color: var(--black)
}

.orgDetails table.custAdd th {
    color: var(--cloud_grey)
}

table.custAdd th a,
table.custAdd th a:visited {
    color: var(--basic_purple);
    font-weight: normal
}

table.custAdd tr td:first-child {
    background: var(--off_white_grey);
    text-align: right;
    color: var(--black)
}

table.custAdd td {
    color: var(--grey40)
}

.ownedPrds {
    margin: 10px
}

.ownedPrds h1 {
    color: var(--basic_purple);
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--primary_border)
}

.ownedPrds table td {
    padding: 10px 5px 10px 0;
    width: 33%;
    vertical-align: top
}

.ownedPrds input[type="checkbox"] {
    float: left;
    margin: 2px 8px 0 0
}

.ownedPrds p {
    margin: 5px 0 5px 20px;
    color: var(--grey40)
}

.custOwnedPrds {
    margin: 10px
}

.custOwnedPrds>h3 {
    color: var(--basic_purple);
    font-size: 16px;
    font-weight: normal;
    border-bottom: 1px solid var(--light_grey);
    padding-bottom: 5px
}

.custOwnedPrds .ownPrd {
    margin: 0
}

.custOwnedPrds .tabs {
    margin-left: -5px
}

.custOwnedPrds .tabs ul {
    margin: 0
}

.custOwnedPrds .tabs>ul li {
    margin: 0;
    padding: 5px 25px;
    background:
        /*savepage-url=../images/gryArrow.png*/
        url() no-repeat scroll 5px 6px transparent
}

.custOwnedPrds .tabs ul li.current {
    background-position: 5px -19px
}

.custOwnedPrds table.careTypes ul li {
    margin: 0;
    padding: 1px 18px
}

.saveBut,
.cancelBut {
    margin: 10px 0 10px 10px;
    color: var(--white);
    padding: 4px 30px;
    min-width: 100px;
    cursor: pointer
}

.cancelBut {
    background: var(--silver);
    border: 1px solid var(--gray60)
}

.saveBut {
    background: var(--basic_purple);
    border: 1px solid var(--basic_purple)
}

.parContainer {
    margin: 0 10px;
    width: auto;
    float: left
}

.parContainer h3 {
    font-size: 25px;
    font-weight: normal;
    margin: 0 0 20px 0
}

.parContainer p {
    margin: 8px 0
}

.parContainer h2 {
    color: var(--orange);
    font-size: 26px;
    font-weight: normal
}

.vidPanel {
    background: var(--bright_grey);
    height: 300px;
    font-size: 15px
}

.vidPanel h3 {
    color: var(--orange)
}

.vidDtl {
    width: 45%;
    margin: 10px
}

.faintTxt {
    color: var(--deepDarkGrey)
}

.otherVids td {
    padding: 30px 0 5px
}

.otherVids a {
    color: var(--black);
    text-decoration: none;
    margin: 2px 0
}

.btbgrey {
    border-bottom: 1px solid var(--grey81);
    border-top: 1px solid var(--grey81)
}

.fl {
    float: left !important
}

.fr {
    float: right !important
}

.ptb6 {
    padding: 6px 0;
    overflow: auto
}

.link {
    color: var(--basic_purple);
    font-weight: normal;
    text-decoration: none
}

.rtBluArrow {
    padding-right: 15px;
    background:
        /*savepage-url=../images/moreArrow.png*/
        url() no-repeat scroll right center
}

.whitePpr table td {
    padding: 10px 8px 30px 0
}

.whitePpr .thumb {
    position: relative
}

.whitePpr h3,
.whitePpr h4 {
    color: var(--orange)
}

.whitePpr p {
    margin: 0
}

.whitePpr div.desc {
    height: 40px
}

.whitePprSec {
    position: absolute;
    left: 120px
}

.leftPanel .partsLookupMenu {
    width: auto
}

.leftPanel .partsLookupMenu h3 {
    margin: 14px 0 10px;
    font-size: 16px
}

.model-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: .5;
    opacity: .50;
    filter: alpha(opacity=50)
}

.modelContent {
    display: none;
    position: fixed;
    background-color: white;
    z-index: 1002;
    width: auto;
    padding: 10px 10px 10px 15px;
    min-width: 400px
}

.modelContent .contactUsDivLeft input[type="text"],
.modelContent select {
    width: 70%;
    float: none
}

.heading,
.modelContent h1 {
    color: var(--black);
    font-size: 16px;
    font-weight: normal;
    float: left;
    width: 80%;
    margin-bottom: 15px
}

.closeX {
    background: none repeat scroll 0 0 var(--contrast_white_smoke);
    border: 1px solid var(--grey81);
    color: var(--basic_purple);
    cursor: pointer;
    display: inline-block;
    font-family: var(--ge_font_family_base);
    font-size: 18px;
    padding: 2px 8px;
    float: right
}

.groupHead {
    color: var(--black);
    font-size: 14px;
    font-weight: bold
}

.customerInfoFullLength {
    margin: 12px 0;
    padding: 0 12px;
    float: left;
    color: var(--black);
    width: 703px
}

.customerInfoFullLength ul {
    width: 100%;
    float: left;
    font-size: 14px;
    margin: 0 0 25px 0
}

.customerInfoFullLength ul li {
    width: 45%;
    margin: 17px 5% 0 0;
    float: left
}

.shippingDetails {
    width: 100%;
    float: left
}

.shippingDetails h3 {
    width: 100%;
    border: 1px solid var(--gray91);
    height: 26px;
    line-height: 26px;
    margin: 0 0 10px 0;
    float: left
}

.shippingDetails h3 span {
    margin: 0 0 0 10px
}

.shippingDetails h3.ui-accordion-header {
    background: var(--lightest_grey)
        /*savepage-url=../images/accClose.png*/
        url() no-repeat scroll right center;
    color: var(--basic_purple);
    font-size: 14px;
    font-weight: normal
}

.shippingDetails h3.ui-state-active {
    background: var(--lightest_grey)
        /*savepage-url=../images/accOpen.png*/
        url() no-repeat scroll right center !important
}

.accordion .tabInfo {
    width: 100%;
    float: left
}

.tabInfo ul {
    width: 320px;
    float: left;
    list-style: none
}

.tabInfo ul li {
    width: 100%;
    float: left;
    margin: 0 0 10px 0
}

.tabInfo ul li label {
    color: var(--black)
}

.poNumberField label {
    margin: 0 5px 0 0;
    color: var(--black);
    font-weight: bold;
    font-size: 13px
}

.customerInfoFullLength .tabInfo ul {
    width: 298px;
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
    sborder-right: 1px solid var(--gray94)
}

.customerInfoFullLength .tabInfo ul li label {
    font-weight: bold;
    font-size: 13px
}

.commentTxtArea {
    width: 248px;
    border: 1px solid var(--platinum);
    height: 135px;
    float: left;
    margin: 8px 0 0 0
}

.poNumberTxt {
    width: 160px;
    border: 1px solid var(--platinum);
    height: 26px;
    line-height: 24px;
    padding: 2px;
    margin: 15px 0 0 0;
}

select.shippinAddress {
    width: 248px;
    border: 1px solid var(--platinum);
    height: 26px;
    line-height: 24px;
    padding: 2px;
    margin: 8px 0 0 0
}

ul.shippingDetailsList {
    width: 45%;
    float: left;
    list-style: none;
    margin: 0 5% 0 0
}

ul.shippingDetailsList li {
    width: 100%;
    float: left
}

ul.shippingDetailsList li.groupTitle {
    color: var(--basic_purple);
    border-bottom: 1px solid var(--gray91);
    font-weight: bold;
    padding: 0 0 5px 0
}

ul.shippingDetailsList li .detailsLabel {
    color: var(--black);
    float: left;
    width: 100%;
    font-weight: bold
}

ul.shippingDetailsList li .detailsValue {
    color: var(--darkGrey);
    float: left;
    width: 100%;
    word-wrap: break-word;
}

.productCategory {
    padding: 15px 0 0 0;
    color: var(--darkGrey)
}

.mediaType {
    border-bottom: 1px solid var(--light_grey);
    padding: 7px 0 13px 0;
    color: var(--darkGrey);
    margin: 0 0 18px 0
}

.tabPanel {
    width: 100%;
    float: left;
    padding-top: 20px;
}

.tabPanel ul.simbleTab {
    width: 100%;
    float: left;
    list-style: none;
    border-bottom: 1px solid var(--primary_border);
    height: 37px
}

.tabPanel ul.simbleTab li {
    float: left;
    font-size: 20px;
    line-height: 37px;
    margin: 0 10px 0 0;
    padding: 0 16px;
    color: var(--dark_grey);
    cursor: pointer;
    border-right: 1px solid var(--primary_border);
    border-left: 1px solid var(--primary_border);
    border-top: 1px solid var(--primary_border)
}

.tabPanel ul li.active {
    background: var(--light_grey);
    color: var(--darkGrey);
    border-bottom: 1px solid var(--light_grey)
}

.tabContent {
    width: 100%;
    float: left;
    margin: 0 0 70px 0
}

.tabContent p {
    margin: 10px 0
}

.tabContent ul {
    list-style: disc inside;
    float: left;
    margin: 0 0 0 25px;
    font-weight: bold;
    color: var(--dark_grey);
    width: 96%;
    margin: 0 2%
}

.tabContent ul li {
    list-style: disc outside;
    float: left;
    width: 100%;
    padding: 5px 0
}

#tab1 {
    display: block
}

ul.documentList {
    width: 100%;
    float: left;
    list-style: none
}

ul.documentList li {
    background:
        /*savepage-url=../images/news.svg*/
        url() no-repeat scroll left top transparent;
    min-height: 25px;
    padding: 0 0 10px 30px;
    margin: 10px 0 0 0;
    border-bottom: 1px solid var(--primary_border);
    width: auto
}

.tandcLeft h3 {
    padding: 10px 0;
    font-size: 16px;
    border-bottom: 1px solid var(--primary_border)
}

.tandcLeft ul.documentView li {
    margin: 10px 0 0 0
}

ul.documentList2 {
    width: 100%;
    float: left;
    list-style: none
}

ul.documentList2 li {
    min-height: 49px;
    padding: 0 0 10px 5px;
    margin: 10px 0 0 0;
    border-bottom: 1px solid var(--primary_border);
    width: auto;
    font-size: 14px
}

ul.videoLibList {
    width: 100%;
    float: left;
    list-style: none
}

ul.videoLibList li {
    background:
        /*savepage-url=../images/videoList.png*/
        url() no-repeat scroll left top transparent;
    min-height: 49px;
    padding: 0 0 10px 89px;
    margin: 10px 0 0 0;
    border-bottom: 1px solid var(--primary_border);
    width: auto
}

ul.videoLibList li .videoThum {
    width: 75px;
    height: 75px;
    float: left
}

ul.videoLibList li .info {
    float: left;
    margin: 0 0 0 20px
}

.docTitle {
    width: 100%;
    float: left;
    font-weight: bold
}

tr.accountTable th {
    background: none repeat scroll 0 0 var(--off_white_grey);
    color: var(--black)
}

.selectMember {
    width: 100%;
    background: red
}

.navigate {
    text-align: right;
    width: 50%
}

.tandcRightNoMargin .memberTable table {
    border-left: 1px solid var(--primary_border);
    border-top: 1px solid var(--primary_border);
    margin: 10px 5px
}

.chkBG {
    background: var(--off_white_grey)
}

.chkBG1 {
    background: var(--gray93) !important
}

.deleteButton {
    background: none repeat scroll 0 0 var(--silver);
    border: 1px solid var(--gray92);
    color: var(--white);
    float: left;
    height: 26px;
    line-height: 26px;
    margin: 0 10px 0 5px;
    padding: 0 30px
}

.deleteSelect {
    color: var(--white);
    text-decoration: none
}

.memberButton {
    float: right;
    margin: 0 38px 0 0;
    background: var(--basic_purple);
    border: 1px solid var(--gray92);
    padding: 0 30px;
    height: 26px;
    line-height: 26px;
    color: var(--white)
}

.myAccount table tr td {
    padding: 15px 0 0 0
}

.popupTitleMember {
    float: left;
    margin: 0 0 10px;
    padding: 4px;
    width: 98%;
    height: 32px
}

.pagingItem a {
    color: var(--darkGrey)
}

.pagingItemCurrent {
    color: var(--black)
}

.errorTxt {
    display: none
}

.error {
    border: 1px solid red
}

.member {
    text-align: left !important;
    width: 50% !important;
    padding: 0;
    margin: 5px 0 0 0
}

.member_pagination {
    float: left;
    width: 100%;
    border: 0;
    margin: 0 0 10px
}

.member_paginate_right {
    margin: 15px 9px 0 0
}

a.selectAll {
    margin: 8px 0 22px 0;
    color: var(--basic_purple);
    text-decoration: underline;
    float: left;
    width: 100%
}

.categoryListAcc {
    float: left;
    width: 100%;
    font-size: 13px
}

.categoryListAcc h3 {
    float: left;
    outline: 0 !important
}

.categoryListAcc .tabInfo {
    float: left;
    width: 100%;
    margin: 20px 0 0 0
}

.categoryListAcc .tabInfo ul {
    float: left;
    width: 100%;
    list-style: none
}

.categoryListAcc .tabInfo ul li {
    float: left;
    width: 100%;
    margin: 5px 0 !important
}

.categoryListAcc .tabInfo ul li label {
    float: left;
    width: 135px
}

.categoryListAcc .tabInfo ul li input {
    float: left
}

.categoryListAcc h3.ui-state-active {
    background:
        /*savepage-url=../images/accExpand.png*/
        url() no-repeat scroll left 5px !important;
    color: var(--basic_purple)
}

.categoryListAcc h3.ui-accordion-header {
    background:
        /*savepage-url=../images/accCollapse.png*/
        url() no-repeat scroll left 5px !important;
    width: 140px;
    padding: 0 0 0 20px;
    font-weight: normal
}

.tabInfo .bottomLink {
    margin: 20px 0 30px 0;
    float: left;
    width: 100%
}

.modelContent .contactUsDivLeft {
    clear: both;
    width: 400px
}

.middleContent {
    clear: both
}

.middleContent .contactUsDivLeft {
    margin: 20px 0 10px 0;
    padding: 0
}

.clear {
    clear: both !important;
}

.greyContainer {
    border: 1px solid var(--light_grey)
}

.w100 {
    width: 100%
}

.mr10 {
    margin-right: 10px
}

.fade {
    position: absolute;
    width: 100%;
    background: var(--white);
    opacity: .5;
    z-index: 10;
    filter: alpha(opacity=50)
}

.custForm {
    overflow: auto
}

.custForm form {
    margin: 20px 0 20px 20px;
    width: 53%
}

.custForm form.fr {
    width: 42%;
    position: relative
}

.custForm form.fr .contactUsDivLeft {
    width: 65%
}

.custForm form.fr ul {
    height: 322px
}

.custForm form.fr li .saveBut {
    bottom: 0;
    position: absolute
}

.custForm .contactUsDivLeft {
    padding: 0
}

.custForm .secndryCol {
    margin: 0 0 0 25px
}

.custForm form:first-child {
    border-right: 1px solid var(--light_grey)
}

.custForm h3 {
    font-size: 18px;
    margin: 0 0 10px
}

.custForm label,
.middleContent label {
    margin: 3px 0;
    color: var(--darkGrey);
    display: block
}

.custForm input[type="text"].zip {
    width: 33%
}

.custForm select {
    width: 170px;
    height: 34px;
    padding: 6px 3px
}

.accDetails {
    margin: 0 10px
}

.accDetails>p {
    margin: 13px 20px
}

.accDetails .contactUsDivLeft {
    width: 32%;
    padding-bottom: 20px
}

.accDetails .tertiaryCol {
    width: 20%
}

.accDetails .tertiaryCol input[type="text"] {
    width: 100% !important
}

.accDetails .contactUsDivLeft input[type="text"] {
    width: 66%
}

.nonGE-CustAdd input[type="text"] {
    width: 75%
}

.accDetails .contactUsDivLeft select {
    width: 70%
}

.nonGE-CustAdd select {
    width: 80%
}

.accDetails div.mailto {
    margin: 25px 0 17px
}

.accDetails .mailto a,
.accDetails .mailto a:visited {
    color: var(--darkGrey);
    text-decoration: none
}

.custAN {
    width: 250px
}

.custForm input[type="text"] {
    width: 83%
}

.custForm .saveBut,
.middleContent .saveBut {
    margin-left: 0
}

.ownPrd {
    margin: 20px;
    color: var(--darkGrey)
}

.tabs>ul li {
    padding: 5px 40px 5px 30px;
    display: inline-block;
    float: left;
    cursor: pointer;
    background:
        /*savepage-url=../images/gryArrow.png*/
        url() no-repeat scroll 10px 6px;
    font-weight: bold;
    font-size: 14px;
    border: 1px solid var(--white);
    border-bottom: 0
}

.tabs ul li.current {
    margin-bottom: -1px;
    background-position: 10px -19px;
    background-color: var(--ghost_white);
    border: 1px solid var(--light_grey);
    border-bottom: 1px solid var(--ghost_white)
}

.tabs5>ul li {
    width: auto
}

.tab-section {
    background-color: var(--ghost_white);
    border: 1px solid var(--light_grey);
    display: none
}

.tab-section {
    clear: both
}

table.careTypes {
    margin: 20px 0
}

table.careTypes th {
    padding: 5px 25px 0;
    text-align: left;
    width: 25%
}

table.careTypes td {
    padding: 0 5px;
    text-align: left;
    vertical-align: top
}

table.careTypes ul {
    border-top: 1px solid var(--light_grey);
    width: 80%;
    margin-left: 2px;
    position: relative
}

table.careTypes ul li {
    padding: 2px 0 3px
}

.visible {
    display: block !important
}

.tnc {
    margin: 10px;
    position: relative
}

.tnc>div {
    height: 25px
}

.tnc>div input {
    position: absolute;
    margin: 0;
    top: 10px
}

.tnc>div span {
    left: 20px;
    position: absolute;
    top: 9px
}

.tnc textarea {
    font-size: 13px;
    font-family: var(--ge_font_family_base);
    height: 80px;
    width: 100%;
    margin: 10px 0;
    resize: none;
    border: 1px solid var(--pinball_grey);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    padding: 2px 3px
}

.registerError {
    width: 870px
}

.registerError>h1 {
    font-size: 18px
}

.middleContent .billingAddr {
    margin: 0 4px;
    float: left;
    width: 47%
}

.billingAddr .steps h2 {
    color: var(--white);
    font-size: 14px;
    padding-left: 10px
}

.billingAddr table {
    color: var(--dark_gray)
}

.billingAddr table th {
    text-align: right;
    font-weight: normal;
    COLOR: var(--black);
    width: 25%
}

.billingAddr table td,
.billingAddr table td {
    padding: 3px 10px
}

.billingAddr table td:first-child {
    border-right: 1px solid var(--primary_border);
    width: 10%
}

.nonGE-CustAdd {
    margin-bottom: 20px
}

.nonGE-CustAdd th {
    text-align: left;
    padding-bottom: 8px;
    padding-left: 10px
}

.nonGE-CustAdd tr td {
    padding: 2px 2px 2px 10px
}

.nonGE-CustAdd tr td:first-child {
    text-align: right;
    color: var(--black);
    padding-right: 15px
}

.nonGE-CustAdd tr td:first-child>span {
    color: var(--dark_gray)
}

.nonGE-CustAdd .comWid {
    width: 26%;
    padding-left: 5px
}

.nonGE-CustAdd div.brdLtGry {
    border-left: 1px solid var(--light_grey);
    padding: 0;
    height: 300px;
    margin-top: 27px
}

.fl {
    float: left !important
}

.fr {
    float: right !important
}

table.acDtl {
    width: 47%
}

table.acDtl th+th,
table.acDtl td+td,
table.parAcDtl td+td {
    color: var(--darkGrey);
    padding: 3px 20px;
    text-align: left
}

table.parAcDtl {
    width: 50%
}

table.custAdd {
    border-collapse: collapse;
    margin: 30px 5px
}

table.custAdd th {
    background: none repeat scroll 0 0 var(--off_white_grey)
}

table.custAdd th,
table.custAdd td {
    border: 1px solid var(--primary_border);
    padding: 5px 5px 5px 20px;
    text-align: left
}

.ownPrd {
    color: var(--darkGrey)
}

.tabs ul li.current {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: var(--ghost_white);
    background-position: 10px -19px;
    border-color: var(--light_grey) var(--light_grey) var(--ghost_white);
    border-image: none;
    border-style: solid;
    border-width: 1px;
    margin-bottom: -1px
}

.tabs5>ul li {
    width: auto
}

.tabs>ul li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background:
        /*savepage-url=../images/gryArrow.png*/
        url() no-repeat scroll 10px 6px transparent;
    border-color: var(--white) var(--white) -moz-use-text-color;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 17px 5px 30px
}

li {
    list-style-type: none
}

body,
table,
ul,
li,
ol,
img,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0
}

.visible {
    display: block !important
}

.tab-section {
    clear: both
}

.tab-section {
    background-color: var(--ghost_white);
    border: 1px solid var(--light_grey);
    display: none
}

table.careTypes {
    margin: 20px 0
}

table.careTypes th {
    padding: 5px 25px 0 47px;
    text-align: left;
    width: 25%
}

table.careTypes td {
    padding: 0 5px;
    text-align: left;
    vertical-align: top
}

table.careTypes ul {
    border-top: 1px solid var(--light_grey);
    margin-left: 2px;
    width: 80%
}

table.careTypes ul li {
    padding: 2px 0 3px
}

table.careTypes ul input {
    float: left;
    margin: 2px 5px 0 0
}

.tab-section {
    clear: both
}

.tab-section {
    background-color: var(--ghost_white);
    border: 1px solid var(--light_grey);
    display: none
}

.tnc {
    margin: 10px;
    position: relative
}

.tnc>div {
    height: 25px
}

.myAccountTable {
    width: 100%;
    float: left
}

.myAccount {
    background: none repeat scroll 0 0 var(--light_grayish_cyan);
    color: var(--basic_purple);
    padding: 0 0 0 15px !important;
    height: 26px;
    line-height: 26px
}

.accountProducts {
    color: var(--basic_purple) !important
}

.member_pagination {
    float: left;
    width: 100%;
    border: 0;
    margin: 0 0 10px
}

.member_paginate_right {
    margin: 15px 9px 0 0
}

a.selectAll {
    margin: 0 0 0 0;
    color: var(--basic_purple);
    text-decoration: underline;
    float: left;
    width: 100%
}

.categoryListAcc {
    float: left;
    width: 100%;
    font-size: 13px
}

.categoryListAcc h3 {
    float: left;
    cursor: pointer;
    font-size: 15px;
    font-weight: normal
}

.categoryListAcc .tabInfo {
    float: left;
    width: 100%;
    margin: 0
}

.categoryListAcc .tabInfo ul {
    float: left;
    width: 100%;
    list-style: none
}

.categoryListAcc .tabInfo ul li {
    float: left;
    width: 100%;
    margin: 5px 0 !important
}

.categoryListAcc .tabInfo ul li label {
    float: left;
    width: 135px;
    overflow: hidden;
    color: var(--darkGrey)
}

.categoryListAcc .tabInfo ul li input {
    float: left
}

.categoryList ul li input {
    float: left
}

.categoryList ul li label {
    float: left;
    width: 135px;
    overflow: hidden
}

.categoryListAcc h3.ui-accordion-header,
.parUl>li {
    width: 140px;
    padding: 5px 0 5px 20px;
    font-weight: normal;
    color: var(--black);
    font-size: 13px;
    border-top: 1px solid var(--plaster_grey)
}

.categoryListAcc h3.ui-state-active {
    background:
        /*savepage-url=../images/accExpand.png*/
        url() no-repeat scroll left 4px top 6px !important;
    color: var(--basic_purple)
}

.categoryListAcc h3.ui-state-hover {
    color: var(--basic_purple)
}

.categoryListAcc .tabInfo ul.parUl>li {
    border: none !important;
    margin: 0 !important
}

.parUl {
    margin: 0 0 0 11px
}

.parUl>li>label {
    cursor: pointer;
    padding: 1px 0
}

.parUl>li>ul {
    display: none
}

.categoryListAcc .tabInfo ul.parUl>li.ui-state-active label {
    color: var(--basic_purple);
    padding: 1px 0
}

.categoryListAcc .tabInfo ul.parUl>li>ul>li {
    margin: 0 0 0 -32px !important;
    padding: 4px 0
}

.parUl>li>ul.act {
    display: block
}

a.deselectAll {
    float: left;
    color: var(--basic_purple);
    cursor: pointer
}

.partsListingLeft .category .categoryList a.selectAll {
    float: left;
    color: var(--basic_purple);
    width: auto;
    margin: 5px 0 16px 0;
    text-decoration: underline;
    width: auto
}

.tabInfo .bottomLink {
    margin: 20px 0 30px 0;
    float: left;
    width: 100%
}

.tabInfo .bottomLink a.viewAll {
    float: right;
    color: var(--basic_purple);
    text-decoration: underline;
    width: auto;
    margin: 0
}

.tabInfo .bottomLink a.viewMore {
    float: left;
    color: var(--basic_purple);
    text-decoration: underline;
    width: auto;
    margin: 0;
    padding-left: 10px
}

.tabInfo .bottomLink a.viewLess {
    float: left;
    color: var(--basic_purple);
    text-decoration: underline;
    width: auto;
    margin: 0;
    padding-left: 10px
}

.tabInfo .bottomLink1 a.viewMore1 {
    float: left;
    color: var(--basic_purple);
    text-decoration: underline;
    width: auto;
    margin: 0
}

.tabInfo .bottomLink1 a.viewLess1 {
    float: left;
    color: var(--basic_purple);
    text-decoration: underline;
    width: auto;
    margin: 0
}

.tabInfo .bottomLink a.deselectAll {
    float: left;
    color: var(--basic_purple);
    width: auto;
    cursor: pointer
}

.tabInfo .bottomLink {
    margin: 5px 0 10px;
    float: left;
    width: 100%
}

.noMarginBtmLink1 {
    margin: 0 !important;
    float: left;
    width: 100%
}

.noMarginBtmLink2 {
    margin: 0 0 6px 0 !important;
    float: left;
    width: 100%
}

.tabPanel {
    width: 100%;
    float: left
}

.tabPanel ul.simbleTab {
    width: 100%;
    float: left;
    list-style: none;
    border-bottom: 1px solid var(--primary_border);
    height: 37px
}

.tabPanel ul.simbleTab li {
    float: left;
    font-size: 20px;
    line-height: 37px;
    margin: 0 10px 0 0;
    padding: 0 16px;
    color: var(--dark_grey);
    cursor: pointer
}

.tabPanel ul li.active {
    background: var(--light_grey);
    color: var(--darkGrey);
    border-bottom: 1px solid var(--light_grey)
}

.tabContent {
    width: 100%;
    float: left;
    margin: 0 0 70px 0
}

.tabContent p {
    margin: 10px 0
}

.tabPanel .content {
    display: none
}

#tab1 {
    display: block
}

ul.documentList {
    width: 100%;
    float: left;
    list-style: none
}

ul.documentList li {
    background:
        /*savepage-url=../images/news.svg*/
        url() no-repeat scroll left top transparent;
    min-height: 25px;
    padding: 0 0 10px 30px;
    margin: 10px 0 0 0;
    border-bottom: 1px solid var(--primary_border);
    width: 95%
}

ul.documentList li a {
    color: var(--darkGrey)
}

.tandcLeft h3 {
    padding: 10px 0;
    font-size: 16px;
    border-bottom: 1px solid var(--primary_border)
}

.tandcLeft ul.documentView li {
    margin: 10px 0 0 0
}

ul.documentList2 li a {
    color: var(--darkGrey);
    font-size: 15px
}

ul.videoLibList {
    width: 100%;
    float: left;
    list-style: none
}

ul.videoLibList li {
    min-height: 49px;
    padding: 0 0 10px 10px;
    margin: 10px 0 0 0;
    border-bottom: 1px solid var(--primary_border);
    width: 96%
}

.docTitle {
    float: left;
    font-weight: bold
}

.pagingItem a {
    color: var(--darkGrey)
}

.pagingItemCurrent {
    color: var(--black)
}

.errorTxt {
    display: none
}

.error {
    border: 1px solid red
}

table.acDtl {
    width: 96%
}

table.acDtl th+th,
table.acDtl td+td,
table.parAcDtl td+td {
    text-align: left;
    padding: 3px 20px;
    color: var(--grey40)
}

.fl {
    float: left !important
}

table.custAdd {
    border-collapse: collapse;
    margin: 30px 5px
}

table.custAdd th,
table.custAdd td {
    padding: 5px 5px 5px 20px;
    text-align: left;
    border: 1px solid var(--primary_border)
}

table.custAdd th {
    background: var(--off_white_grey)
}

.orgDetails table.custAdd th {
    color: var(--cloud_grey)
}

.orgDetails table.custAdd tr.registrationHead th {
    color: var(--darkGrey)
}

table.custAdd th a,
table.custAdd th a:visited {
    color: var(--basic_purple);
    font-weight: normal
}

table.custAdd tr td:first-child {
    background: var(--off_white_grey);
    text-align: right;
    color: var(--black)
}

table.custAdd td {
    color: var(--grey40)
}

.ownedPrds {
    margin: 10px
}

.ownedPrds h1 {
    color: var(--basic_purple);
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--primary_border)
}

.ownedPrds table td {
    padding: 10px 5px 10px 0;
    width: 33%;
    vertical-align: top
}

.ownedPrds input[type="checkbox"] {
    float: left;
    margin: 2px 8px 0 0
}

.ownedPrds p {
    margin: 5px 0 5px 20px;
    color: var(--grey40)
}

.modelContent {
    display: none;
    position: fixed;
    background-color: white;
    z-index: 1002;
    width: auto;
    padding: 10px 10px 10px 15px;
    min-width: 400px
}

/* .popupMainBody {
	width: 96%;
	padding: 10px 2%;
	background: var(--white);

} */

.popupTitlePan {
    width: 100%;
    float: left;
    margin: 0 0 20px 0
}

.smallMsgBody {
    margin: 5px 0
}

.cboxIframe {
    background: var(--white)
}

.popupTitle {
    float: left;
    font-size: 18px
}

.popupTitle .tagLine {
    font-size: 14px;
    color: var(--basic_purple)
}

.popupClose {
    background:
        /*savepage-url=../images/popupClose.png*/
        url() no-repeat scroll left center transparent;
    width: 33px;
    height: 33px;
    float: right
}

.popupBody {
    width: 100%;
    float: left;
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden
}

.popupBody .reportTable {
    width: 100%;
    float: left
}

.popupBody .reportTable table {
    margin: 0
}

.popupBody .reportTable th {
    text-align: left;
    background: var(--light_grayish_cyan)
}

.popupBody .reportTable a {
    color: var(--basic_purple)
}

.popupBody .reportTable th,
.popupBody .reportTable td {
    padding: 5px 5px
}

.popupButtonPanel {
    float: left;
    margin: 5px 0;
    width: 100%
}

.popupFooter {
    float: left;
    width: 100%
}

.displayNone {
    display: none
}

.custOwnedPrds {
    margin: 10px
}

.custOwnedPrds>h3 {
    color: var(--basic_purple);
    font-size: 16px;
    font-weight: normal;
    border-bottom: 1px solid var(--light_grey);
    padding-bottom: 5px
}

.custOwnedPrds .ownPrd {
    margin: 0
}

.custOwnedPrds .tabs {
    margin-left: -5px
}

.custOwnedPrds .tabs ul {
    margin: 0
}

.custOwnedPrds .tabs>ul li {
    margin: 0;
    padding: 5px 25px;
    background:
        /*savepage-url=../images/gryArrow.png*/
        url() no-repeat scroll 5px 6px transparent
}

.custOwnedPrds .tabs ul li.current {
    background-position: 5px -19px
}

.custOwnedPrds table.careTypes ul li {
    margin: 0;
    padding-left: 0;
    font-weight: normal;
    list-style: none
}

.saveBut,
.cancelBut {
    margin: 10px 0 10px 10px;
    color: var(--white);
    padding: 4px 30px;
    min-width: 100px;
    cursor: pointer
}

.cancelBut {
    background: var(--silver);
    border: 1px solid var(--gray60)
}

.saveBut {
    background: var(--basic_purple);
    border: 1px solid var(--basic_purple)
}

.tabPanel {
    width: 100%;
    float: left
}

.tabPanel ul.simbleTab {
    width: 100%;
    float: left;
    list-style: none;
    height: 37px
}

.tabPanel ul.simbleTab li {
    float: left;
    font-size: 20px;
    line-height: 37px;
    margin: 0 10px 0 0;
    padding: 0 16px;
    color: var(--dark_grey)
}

.tabPanel ul li.active {
    background: var(--light_grey);
    color: var(--darkGrey);
    border-bottom: 1px solid var(--light_grey)
}

.tabPanel ul.smallTab {
    width: 100%;
    float: left;
    list-style: none;
    border-bottom: 1px solid var(--primary_border);
    height: 37px;
    list-style: none outside none;
    margin-bottom: 0;
    width: 100%
}

.tabPanel ul.smallTab li {
    float: left;
    font-size: 14px;
    line-height: 37px;
    margin: 0 10px 0 0;
    padding: 0 12px 0 50px;
    color: var(--dark_grey);
    width: auto;
    cursor: pointer;
    font-weight: bold;
    background:
        /*savepage-url=../images/accCollapse.png*/
        url() no-repeat scroll 30px center var(--black)
}

.productsOwnedIndia {
    margin-right: 0px !important;
    padding-right: 10px !important;
}

.tabPanel ul.smallTab li.active {
    background:
        /*savepage-url=../images/accExpand.png*/
        url() no-repeat scroll 30px center var(--light_grey);
    border: 1px solid var(--primary_border);
    color: var(--darkGrey)
}

.tabContent {
    width: 99.7%;
    float: left;
    margin: 0;
    border: 1px solid var(--primary_border);
    border-top: 0;
    background: none repeat scroll 0 0 var(--light_grey)
}

.tabContent p {
    margin: 10px 0
}

table.careTypes {
    margin: 20px 0
}

table.careTypes ul {
    border-top: 1px solid var(--light_grey);
    width: 80%;
    margin: 0 0 0 20px;
    position: relative
}

table.careTypes ul li {
    padding: 2px 0 3px
}

table.careTypes ul input {
    margin: 2px 5px 0 0;
    float: left;
    height: 20px
}

.primaryAddress {
    display: block;
    margin: -31px 0 0 0
}

.primaryAddressAfter {
    display: none;
    margin: -31px 0 0 0
}

.whiteSpaceNone {
    white-space: nowrap
}

.borderBTable {
    border-bottom: 1px solid var(--primary_border)
}

.shippingDetailPop {
    float: right;
    color: var(--basic_purple)
}

.marginR5 {
    margin-right: 5px
}

.addMemberPopupTable {
    width: 100%
}

.addMemberPopupTable table {
    width: 100%
}

.addMemberPopupTable table tr td {
    padding: 5px 0
}

.bsAddressTable tr td,
.bsAddressTable tr th {
    vertical-align: top;
    padding: 6px 2px
}

.catalogView {
    width: 100%;
    float: left
}

.catalogView ul {
    width: 96%;
    float: left;
    margin: 15px 2% 0 2%;
    list-style: none
}

.catalogView ul li {
    width: 100%;
    float: left;
    padding: 0 0 12px 0;
    border-bottom: 1px solid var(--border_light_grey);
    margin: 0 0 12px 0;
    word-wrap: break-word
}

.catalogView ul li ul {
    list-style: disc inside;
    word-wrap: break-word
}

.catalogView ul li ul li {
    width: 96%;
    margin: 0 0 0 4%;
    list-style: disc inside;
    border: 0
}

.catalogView ul li .itemImage {
    width: 89px;
    height: 92px;
    border: 1px solid var(--primary_border);
    float: left
}

.catalogView ul li .itemImage img {
    width: 89px;
    height: 92px
}

.catalogView ul li .itemInfoBox {
    float: left;
    margin: 0 0 0 15px;
    width: 650px;
    height: auto
}

.catalogView ul li .itemInfoBox p.itemName {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 16px
}

.catalogView ul li .itemInfoBox p.itemName a {
    color: var(--black)
}

.catalogView ul li .itemInfoBox p.productNumber {
    float: left;
    width: 100%;
    margin: 8px 0 0 0;
    color: var(--orange)
}

.catalogView ul li .itemInfoBox p.productNumber a {
    color: var(--orange)
}

.catalogView ul li .itemInfoBox p.itemInfo {
    float: left;
    width: 100%;
    margin: 8px 0 0 0
}

.catalogView ul li .itemInfoBox a.itemAddLink {
    float: left;
    width: 100%;
    margin: 17px 0 0 0
}

.catalogView ul li .itemInfoBox .priceDetail {
    float: right;
    margin: 0 0 0 14px
}

.reportTable table tr.total_order td {
    background: var(--background_white)
}

.itemNumbaer {
    color: var(--orange)
}

.totalOrderAmount {
    color: var(--basic_purple)
}

.buttonPanel .floatL form {
    float: left
}

.selectedMenuBar {
    color: var(--orange)
}

#removeSelected {
    background: var(--white);
    padding: 5px 0 5px 4px;
    width: 166px;
    color: var(--dark_gray);
    border-bottom: 1px solid var(--primary_border)
}

.accountDetailsHeadInfo {
    margin: 10px 20px
}

.underLine a {
    text-decoration: underline
}

.summaryCartTab {
    background: var(--medium_grey) !important;
    border: 1px solid var(--nickel_gray);
    height: 37px
}

.disabledAddtoWishList {
    color: var(--grey69);
    text-decoration: underline;
    width: 100%;
    float: left
}

.newVideoList {
    width: 100%;
    float: left;
    margin: 0 0 5px 0
}

.newVideoList .moreVideo {
    width: 100%;
    float: left;
    padding: 10px 0;
    border-top: 1px solid var(--border_light_grey);
    border-bottom: 1px solid var(--border_light_grey)
}

.newVideoList .moreVideo a {
    float: right;
    background:
        /*savepage-url=../images/linkBack.png*/
        url(data:image/png;resource=27;base64,) no-repeat scroll right 6px transparent;
    color: var(--basic_purple);
    padding: 0 8px 0 0
}

.newVideoList ul {
    width: 100%;
    float: left
}

.newVideoList ul li {
    width: 225px;
    float: left;
    margin: 15px 13px 0 0
}

.newVideoList ul li .videoThum {
    width: 100%;
    float: left;
    border: 1px solid var(--primary_border);
    text-align: center
}

.newVideoList ul li .videoThum img {
    text-align: center;
    width: 143px;
    height: 106px
}

.newVideoList ul li .videoTitle {
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
    color: var(--black)
}

.newVideoList ul li .videoType {
    width: 100%;
    float: left;
    color: var(--darkGrey)
}

.whitepaper {
    width: 100%;
    float: left
}

.whitepaper h3 {
    width: 100%;
    color: var(--orange);
    margin: 10px 0;
    float: left
}

.whitepaper ul {
    width: 100%;
    float: left
}

.whitepaper ul li {
    float: left;
    width: 300px;
    height: 100px
}

.whitepaper ul li .whitepaperImg {
    width: 90px;
    float: left
}

.whitepaper ul li .whitepaperInfo {
    width: 190px;
    float: left;
    margin: 0 10px
}

.whitepaper ul li .whitepaperInfo .paperTitle {
    width: 100%;
    float: left;
    color: var(--orange)
}

.whitepaper ul li .whitepaperInfo .paperTitle a {
    color: var(--basic_purple)
}

.whitepaper ul li .whitepaperInfo .paperDes {
    width: 100%;
    float: left;
    color: var(--darkGrey)
}

.whitepaper ul li .whitepaperInfo a.viewLink {
    float: left;
    background:
        /*savepage-url=../images/linkBack.png*/
        url(data:image/png;resource=27;base64,) no-repeat scroll right 6px transparent;
    color: var(--basic_purple);
    padding: 0 8px 0 0
}

.productDisplyPanel2 ul li .itemImage img {
    width: 120px;
    height: 120px
}

.productDisplyPanel ul li .itemImage img {
    width: 96px;
    height: 96px
}

.groupPONumber {
    smargin-left: 30px;
    color: var(--basic_purple)
}

#deleteMemberButton {
    pointer-events: none;
    cursor: default
}

#deleteMemberButton {
    margin-left: 5px
}

.memberSelect {
    background: none repeat scroll 0 0 var(--light_grey);
    border: 1px solid var(--grey81);
    height: 32px;
    margin: 6px 0 0;
    width: 60px
}

.paginationMember {
    width: 98%;
    padding: 0 1%;
    border: 0 !important
}

.shippingDetailPop:hover {
    text-decoration: underline;
    cursor: pointer
}

.marginOrderPageTable {
    margin: -1px 0 0 0 !important
}

p.alertPopup {
    width: 92%;
    font-size: 14px
}

.blueButtonOK {
    text-align: center;
    margin: 0 0 0 117px
}

.iframePDFVideo {
    border: 0 none;
    display: block;
    height: 450px;
    width: 100%
}

.pdfViewCloser {
    height: 35px;
    width: 100%;
    float: left
}

.popupBodyPDF {
    height: 450px;
    width: 100%;
    float: left
}

.backLink {
    float: right !important;
    list-style: none;
    margin: 0 10px;
    color: var(--basic_purple);
    text-decoration: underline
}

.tncPagination {
    width: 802px;
    float: left
}

.tncPagination .pagination {
    border-bottom: 0
}

.bottompaginationborder .pagination {
    border-bottom: 0
}

.partsListingRightfullLength {
    width: 824px
}

.dltOk {
    margin-left: 100px;
    padding: 0 10px
}

.myAccountPageTitle {
    width: 100%;
    float: left;
    margin: 0 0 12px
}

.myAccountPageTitle h3 {
    color: var(--black);
    font-size: 26px;
    font-weight: normal;
    float: left
}

.myAccountPageTitle a.print {
    float: right;
    margin: 15px 0 0 0
}

ul.listDisk {
    margin: 0 0 10px 0;
    float: left;
    width: 100%
}

ul.listDisk li {
    list-style-type: disc !important;
    list-style: inside;
    margin: 0 0 0 20px;
    float: left;
    width: 100%
}

.contInfoPageTitle {
    width: 100%;
    float: left;
    margin: 0 0 12px
}

.contInfoPageTitle h3 {
    color: var(--black);
    font-size: 26px;
    font-weight: normal;
    float: left
}

.contInfoPageTitle a.print {
    float: right;
    margin: 8px 0 0 0
}

a.facetList {
    color: var(--darkGrey) !important
}

.paginationRight .paginationList .pagination {
    -bottom: 0
}

.buttonPanel .floatR #submitContactUs {
    margin-right: 42px
}

.viewCatalogTitle {
    float: left;
    width: 100%
}

.viewCatalogTitle h3 {
    float: left;
    font-size: 26px;
    font-weight: normal;
    color: var(--black)
}

.viewCatalogTitle .pagination {
    float: right;
    border: 0;
    width: auto
}

.tandcRight ul.videoListFullLength {
    width: 762px;
    float: left;
    list-style: none;
    margin: 0
}

.tandcRight ul.videoListFullLength li {
    float: left;
    border-bottom: 1px solid var(--primary_border);
    height: 75px;
    padding: 0 10px;
    width: 742px
}

.tandcRight ul.videoListFullLength li .videoDetails {
    float: left
}

.tandcRight ul.videoListFullLength li .videoDetails .videoThum {
    float: left;
    width: 85px;
    height: 64px
}

.tandcRight ul.videoListFullLength li .videoDetails .videoThum img {
    width: 83px;
    height: 62px;
    border: 1px solid var(--primary_border)
}

.tandcRight ul.videoListFullLength li .videoDetails .info {
    float: left;
    margin: 15px 0 0 10px;
    width: 210px
}

.tandcRight ul.videoListFullLength li .videoDetails .info .videoTitle {
    float: left width:100%
}

.tandcRight ul.videoListFullLength li .videoDetails .info .videoDesc {
    float: left width:100%
}

.tandcRight ul.videoListFullLength li .videoDetails .info .videoDesc .playTime {
    float: right
}

.learnImgComponent {
    width: 100%;
    float: left
}

.learnImgComponent .bannerComponent {
    width: 226px;
    float: left;
    margin: 0 10px 0 0
}

.learnImgComponent .bannerComponent a {
    float: left;
    color: var(--basic_purple)
}

.learnImgComponent .bannerComponent a img {
    width: 226px;
    float: left
}

.learnWhitepaper {
    width: 500px;
    float: left
}

.learnWhitepaper ul {
    width: 100%;
    float: left;
    list-style: none;
    margin: 10px 0 0
}

.learnWhitepaper ul li {
    width: 100%;
    float: left;
    margin: 0 0 10px 0
}

.learnWhitepaper ul li .whitepaperImg {
    float: left;
    margin: 0 10px 10px 0
}

.learnWhitepaper ul li .whitepaperInfo {
    float: left;
    width: 400px
}

.learnWhitepaper ul li .whitepaperInfo .paperTitle {
    float: left;
    color: var(--black);
    width: 100%
}

.learnWhitepaper ul li .whitepaperInfo .paperTitle a {
    color: var(--basic_purple)
}

.learnWhitepaper ul li .whitepaperInfo .paperDes {
    color: var(--darkGrey);
    float: left;
    width: 100%
}

.learnSuggestPanel {
    float: left;
    width: 100%;
    background: var(--bright_grey)
}

.learnSuggestInfo {
    float: left;
    margin: 0 0 0 10px;
    width: 435px
}

.prod_image_main img {
    width: 300px;
    height: 300px
}

/* .popupTable .productDetails .productInfo {
	width: 100%
} */

.miniCartInner ul li .productImage img {
    width: 65px;
    height: 65px
}

.zoom_image_main img {
    width: 420px;
    height: 420px
}

.cursorPointer {
    cursor: pointer
}

.errorInfo {
    width: 100%;
    float: left;
    color: var(--basic_error_red);
    margin: 4px 0 0 0
}

.deptErrorInfo {
    width: 100%;
    float: left;
    color: var(--basic_error_red);
    margin: 4px 0 0 0
}

.titleErrorInfo {
    width: 100%;
    float: left;
    color: var(--basic_error_red);
    margin: 4px 0 0 0
}


.refernceErrorInfo {
    width: 100%;
    float: left;
    color: var(--basic_error_red);
    margin: 4px 0 0 0
}

.disableFields {
    display: none
}

.learnImgComponent a.noBackgroundImg {
    background: none !important;
    float: left;
    width: 100% !important
}

a.noBackgroundImg {
    background: none !important
}

.playVideoLink {
    color: var(--darkGrey);
    cursor: pointer;
    height: 20px;
    line-height: 20px;
    float: left;
    padding: 0 30px 0 0
}

.webPrice {
    color: var(--black)
}

.listPrice {
    color: var(--nobel_grey)
}

.promoPrice {
    color: var(--magenta_blue)
}

.viewAllMemChkBox {
    margin: 0;
    padding: 0;
    margin-left: 3px;
}

p.alertPopupFullWidth {
    width: 100%;
    float: left;
    font-size: 14px
}

.changePasswordForm {
    width: 897px;
    float: left
}

.changePasswordForm ul {
    width: 100%;
    float: left;
    list-style: none
}

.changePasswordForm ul li {
    width: 100%;
    float: left;
    margin: 0 0 10px 0
}

.changePasswordForm ul li label {
    float: left;
    width: 100%;
    margin: 0 0 5PX 0
}

.changePasswordForm ul li .changePasswordFormTxt {
    float: left;
    height: 26px;
    line-height: 26px;
    padding: 3px 2px;
    width: 405px
}

.passwordStrengthNote {
    color: slategray;
    font-size: 12px;
    word-wrap: break-word;
    max-width: 405px;
}

.changePasswordForm a {
    color: var(--basic_purple)
}

.changePasswordForm a.blueButton {
    color: var(--white)
}

.chagePasswordApprovenote {
    background: none repeat scroll 0 0 var(--light_grey);
    border: 1px solid var(--primary_border);
    float: left;
    height: 100px;
    line-height: 26px;
    width: 974px;
    height: 100px;
    margin: 5px 0 0 0;
    overflow-y: auto
}

.chagePasswordApprovenote p {
    width: 98%;
    padding: 2px 1%
}

.tabelTRborderRight {
    border-right: 1px solid var(--primary_border)
}

#Description {
    display: block
}

.learnWhitepaperPanel {
    width: 100%;
    float: left
}

.mediaPlayerDownload {
    float: right;
    text-align: right;
    margin: 46px 20px 0 0
}

.mediaPlayerDownload h3 {
    font-size: 15px;
    font-weight: bold;
    margin: 0
}

.mediaPlayerDownload ul {
    list-style: none
}

.mediaPlayerDownload ul li {
    margin: 10px 0
}

.mediaPlayerDownload ul li a {
    color: var(--basic_purple);
    text-decoration: none
}

.whitepaperImg {
    width: 22px;
    height: 25px;
    float: left;
    margin: 0 10px 0 0
}

.edisonAnswer h4 {
    font-weight: normal;
    width: 90%
}

.ediAnswerLeft {
    float: left;
    width: 728px
}

.ediAnswerLeft h3 {
    color: var(--darkGrey);
    font-weight: normal;
    font-size: 20px;
    float: left
}

.ediAnswerLeft p {
    width: 90%;
    margin: 0 0 20px 0;
    clear: both
}

.ediAnswerRight {
    width: 270px;
    float: right
}

.prodInfoWidgit {
    width: 268px;
    background: var(--light_grey);
    border: 1px solid var(--grey81);
    float: left;
    margin: 30px 0 0 0
}

.prodInfoWidgitInner {
    width: 243px;
    margin: 0 20px 0 6px;
    float: left
}

.prodInfoWidgitInner h3 {
    color: var(--orange);
    float: left;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 14px 0 7px 8px;
    margin: 0 0 9px 0;
    width: 235px;
    border-bottom: 1px solid var(--pastel_light_grey)
}

.prodInfoWidgitInner .infoSet {
    padding: 0 0 11px 8px;
    width: 235px;
    border-bottom: 1px solid var(--pastel_light_grey);
    float: left
}

.prodInfoWidgitInner .infoSet h4 {
    font-size: 14px;
    font-weight: bold;
    margin: 8px 0 0 0
}

.prodInfoWidgitInner .infoSet ul {
    float: left
}

.prodInfoWidgitInner .infoSet ul li {
    float: left;
    margin: 0 0 12px 0
}

.prodInfoWidgitInner .infoSet ul li .itemNo {
    width: 100%;
    float: left
}

.prodInfoWidgitInner .infoSet ul li .itemDesc {
    width: 100%;
    float: left
}

.prodInfoWidgitInner .infoSet ul li.lastElement {
    margin-bottom: 0
}

.aboutUsRight .rightInfoBox ul.featurevideos .videoThum img {
    cursor: pointer;
    border: 1px solid var(--primary_border)
}

.knowledgeDetails a {
    text-decoration: none;
    color: var(--darkGrey);
    font-size: 13px
}

.relatedPSProducts {
    text-decoration: none;
    color: var(--black);
    font-size: 14px
}

.edisonAnswerInfoText ul li {
    background: none !important;
    padding: 0 !important;
    width: 98% !important
}

.edisonAnswer h3 {
    color: var(--darkGrey);
    font-size: 15px;
    font-weight: bold
}

.edisonAnswer h2 {
    color: var(--orange);
    font-size: 30px;
    font-weight: bold
}

#Description ul li {
    font-weight: normal !important
}

#CompatibleProducts ul li {
    font-weight: normal !important
}

.trademark {
    margin: 0 !important
}

.knowledgeDetails a:hover {
    text-decoration: none;
    color: var(--basic_purple)
}

ul.documentList2 li a:hover {
    color: var(--basic_purple)
}

.edisonAnswerInfoText ul li a:hover {
    color: var(--basic_purple)
}

#relatedPSManual ul li a:hover {
    color: var(--basic_purple)
}

#sendEmailPopUp p {
    margin: 5px 0 0 0
}

#sendEmailPopUp .blueButton {
    background: none repeat scroll 0 0 var(--basic_purple);
    border: 1px solid var(--gray92);
    color: var(--white);
    float: left;
    height: 26px;
    line-height: 26px;
    margin: 0 12px 0 52px;
    padding: 0 30px
}

.rightWidgitFix {
    margin: 10px 0 0 0
}

.serechResultCount strong {
    color: var(--black);
    padding: 0 5px
}

.textContactUS {
    width: 100%
}

.learnContainer {
    width: 985px
}

.learnContainer h3 {
    font-size: 18px;
    font-weight: bold;
    color: var(--black);
    margin: 0
}

.learnContainer h2 {
    font-size: 30px;
    font-weight: normal;
    margin: 5px 0
}

.learnSuggestInfo h3 {
    color: var(--darkGrey)
}

.aboutTxt ul {
    list-style: disc outside none;
    width: 450px;
    margin: 0 0 0 15px
}

.okButtonWislist {
    text-align: center;
    margin: 0 0 0 80px
}

.videoListGloabelSearch li {
    border-right: var(--primary_border) 1px solid;
    border-bottom: var(--primary_border) 1px solid
}

.videoListGloabelSearch li.itemVideos-3,
.videoListGloabelSearch li.itemVideos-6 {
    border-right: 0
}

.videoListGloabelSearch li.itemVideos-7 {
    border-bottom: 0
}

.videoListGloabelSearch li.itemVideos-8 {
    border-bottom: 0
}

.videoListGloabelSearch li.itemVideos-9 {
    border-bottom: 0;
    border-right: 0
}

.aboutUsImgComponent {
    margin: 0 10px 10px 0;
}

.chatComponent {
    width: auto;
    margin: 0;
    float: right;
    padding: 0 0 0 7px;
    margin: 2px 0 0 0;
    border-left: 1px solid var(--deepDarkGrey)
}

.chatComponent a img {
    padding: 0 4px 0 0;
    float: left
}

.chatComponentCartPage {
    width: auto;
    margin: 0;
    float: left;
    padding-top: 0;
    border: 0
}

.chatComponentCartPage a img {
    margin: 5px 0 0 0
}

.chatComponentCartPage .bannerComponent img {
    margin: 5px 0 0 0
}

.chatComponentCartPage .content a {
    font-size: 13px;
    line-height: 23px !important
}

.chatComponent .bannerComponent {
    width: 20px;
    float: left;
    margin: 0 0 0 10px
}

.chatComponent .bannerComponent a {
    background: 0;
    float: left;
    border: 0;
    margin: 0;
    padding: 0
}

.chatComponent .content {
    float: left;
    border: 0
}

.chatComponent .content a {
    background: 0;
    float: left;
    border: 0;
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 13px;
    color: var(--basic_purple);
    line-height: 14px
}

.learnBannerInfo {
    float: left;
    width: 419px;
    margin: 10px 20px
}

.homeErrorPopup {
    width: 95%
}

p.searchErrorPopup {
    margin: 18px 0 0 10px
}

.addMemberBtn {
    padding: 0 15px
}

.homeBannerComp .infoContainer {
    height: auto
}

.grayColor {
    color: var(--dark_gray) !important;
    text-decoration: none
}

tr.noTitleTabItem td ul {
    border-top: 0
}

.buttonPanel.pupupbtn {
    margin: 0;
    width: 80%
}

.noMarginL {
    margin-left: 0 !important
}

.selectPrimeryAddress {
    margin: 0 37px 0 0
}

.contactUsTabel {
    table-layout: fixed;
    border-collapse: collapse;
    border-top: 1px solid var(--primary_border);
    border-left: 1px solid var(--primary_border)
}

.contactUsTabel tr td {
    border-bottom: 1px solid var(--primary_border);
    border-right: 1px solid var(--primary_border);
    vertical-align: middle
}

td.contactNumber {
    font-weight: bold
}

.contactUsTabel tr.contactNumber td {
    border-top: 2px solid var(--primary_border)
}

.loginboxwdth {
    width: 91% !important;
    margin-top: 10px
}

.itm_cont_wdth {
    width: 284px !important
}

.loginbtn {
    margin: 12px 20px 0 !important
}

.font_styl {
    font-weight: normal !important;
    margin: 25px 20px !important
}

.tandcWidth {
    width: 932px !important
}

.paginationWidth {
    width: 972px !important
}

.blueButtonCartDisabled {
    background:
        /*savepage-url=../images/cartWhite.png*/
        url() no-repeat left center;
    background-color: var(--basic_purple);
    border: 0;
    padding: 0 10px 0 30px;
    height: 32px;
    line-height: 26px;
    line-height: 26px;
    margin: 0 12px 0 0;
    float: left;
    color: var(--white)
}

.bluePdButtonCartDisabled {
    width: 143px;
    text-align: center;
    line-height: 41px !important;
    height: 43px;
    font-size: 18px;
    background-size: 26px !important;
    background-position: 29px !important;
}

.cartDisabledBtn {
    background: url(../images/Cart-white.svg) no-repeat left center var(--lightest_grey);
    padding: 0 10px 0 30px;
    height: 26px;
    line-height: 26px;
    line-height: 26px;
    margin: 0 12px 0 0;
    float: left;
    color: var(--light_border_grey);
    border: 2px solid var(--lightest_grey);
}

.disabledAddtocart {
    background-color: var(var(--lightest_grey))
}

.signupAlert {
    margin: 15px 0 0 10px !important
}

.textDec {
    text-decoration: none;
    color: var(--basic_purple) !important
}

.memChBx {
    margin: 0 2px 0 0
}

.zoomimage_popup_class_modal {
    padding: 2%
}

.marginT10 {
    margin-top: 10px !important
}

.marginT20 {
    margin-top: 20px !important
}

.chkBoxChangePasswd {
    margin: 2px 5px 0 0;
    padding: 0;
    float: left
}

.noBold {
    font-weight: normal !important
}

.catalogueList ul li .globalPageDesc ul {
    margin: 0 0 0 15px;
    word-wrap: break-word
}

.catalogueList ul li .globalPageDesc ul li {
    width: 90% !important;
    list-style: disc outside !important;
    font-size: 13px !important;
    height: auto !important;
    border: none !important;
    padding: 0 0 8px 0;
    float: left
}

.poErrorTxt {
    width: 160px;
    border: 1px solid var(--basic_error_red) height: 26px;
    line-height: 24px;
    padding: 2px;
    margin: 8px 0 0 0;
}

.Margin_DownloadImage .bannerComponent img {
    float: none !important
}

.Margin_InfoImage .bannerComponent img {
    float: none !important;
}

.Catalog_Dwnld {
    background: none repeat scroll 0 0 var(--light_grey);
    border: 1px solid var(--grey81);
    float: left;
    height: 43px;
    margin-bottom: 20px;
    margin-top: 15px;
    width: 224px
}

.image_icon {
    background:
        /*savepage-url=../images/pageicon.png*/
        url() no-repeat scroll right 6px transparent;
    float: left;
    height: 24px;
    width: 14px;
    margin: 5px 0 0 15px
}

.Catalog_Dwnld a {
    margin: 7px 0 0;
    color: var(--basic_purple);
    display: flex;
    padding-left: 12px
}

.idText1 {
    background: none repeat scroll 0 0 var(--light_grey);
    border: 1px solid var(--grey81);
    height: 22px;
    margin: 6px 0 0;
    width: 80px;
    margin-right: 10px
}

.idText2 {
    background: none repeat scroll 0 0 var(--light_grey);
    border: 1px solid var(--grey81);
    height: 22px;
    margin: 6px 0 0;
    width: 120px
}

.btnLookupSearchdisa {
    border: 0;
    background:
        /*savepage-url=../images/Search.png*/
        url() no-repeat center center;
    width: 35px;
    height: 26px;
    float: left;
    margin: 0px;
    border: 1px solid var(--primary_border)
}

.partLookupTxt {
    float: left;
    height: 25px;
    padding: 0 2px;
    width: 97%;
    border-radius: 4px 0 0 4px !important;
}

.popupBodysignIn {
    float: left;
    width: 100%
}

.popupGloubalMsgTop {
    float: left;
    width: 100%;
    margin: 30px 0 0 0
}

.popupGloubalMsgBot {
    float: left;
    max-height: 57px;
    width: 100%
}

.signInPopupBody {
    width: 100%;
}

.signInPopupBody .blueButton {
    height: 32px;
    line-height: 32px;
    padding: 0 28px;
}

.signInPopupBody h1 {
    font-size: 20px;
    color: var(--black);
    padding: 0 0 10px 0
}

.signInPopupBody h3 {
    padding: 0 0 16px 0;
    margin: 0 10px 0 0
}

.signInPopupBody p {
    padding: 0 0 16px 0;
    margin: 0 10px 0 0
}

.popupBodysignIn h2 {
    margin-bottom: 14px
}

.signInPopupBody .txtFieldRegister,
.signInPopupBody .txtField {
    background: var(--lightest_grey);
    border: 1px solid var(--light_border_grey);
    float: left;
    line-height: 24px;
    padding: 10px 12px;
    width: 90%;
    color: var(--secondary_medium_grey);
    border-radius: 4px;
    font-size: 16px;
}

.signInPopupBody a.forgetPassword {
    width: 115%;
    float: left;
    font-size: 14px;
    color: var(--dark_saturated_blue);
    margin-left: 0;
    padding-top: 37px;
}

.signInPopupBody p.inlineRememberMe {
    padding: 0 0 5px 0;
}

input#rememberMeCheckBox {
    margin: 0;
    position: relative;
    top: 2px;
}

.inlineError {
    color: var(--basic_error_red);
    font-size: 11px;
    width: 100%;
    float: left;
    margin: 0;
    line-height: 16px;
    height: 21px;
    overflow: hidden
}

.inlineRememberMe {
    color: var(--black);
    font-size: 12px;
    width: 100%;
    float: left;
    margin: 0;
    line-height: 16px;
    height: 4px;
    overflow: hidden;
    margin-left: -4px !important;
}

.signInPopupLeft {
    width: 50%;

}

.GEss-Modal-SignInForm {
    padding: 50px
}

.signInPopupRight {
    width: 230px;
    float: left;
    margin: 0 0 0 40px;
	background: var(--basic_purple);

}

#signInPanel .popupError {
    width: 500px;
}

.signInPopupRight .inputFieldsDiv {
    width: 100%;
    float: left
}

.signInPopupRight .downText {
    width: 100%;
    float: left
}

.signInPopupRight .fieldDivPAcc {
    float: left;
    width: 192px;
    margin: 0 5px 0 0
}

.signInPopupRight .fieldDivZipcode {
    float: left;
    margin: 0 5px 0 0;
    width: 138px
}

.signInPopupRight .fieldDivZipcode .zipcode {
    width: 131px
}

.signInPopupRight .fieldDivPAcc .primeryAccNumber {
    width: 186px
}

.registrationForm {
    border-collapse: collapse;
    margin: 20px 0
}

.registrationFormPhone {
    table-layout: fixed
}

.registrationForm td,
.registrationForm th {
    padding: 3px 0 3px 30px
}

.registrationForm th {
    color: var(--black);
    font-weight: normal;
    font-size: 14px
}

.registrationForm tr.tableHead th {
    font-weight: bold
}

.noPadding {
    padding: 0 !important
}

.registrationForm .regTxtField {
    background: none repeat scroll 0 0 var(--light_grey);
    border: 1px solid var(--primary_border);
    float: left;
    height: 26px;
    line-height: 26px;
    padding: 3px 2%;
    width: 205px;
    box-shadow: 1px 1px 8px var(--tangerine_orange);
    -webkit-box-shadow: 1px 1px 8px var(--tangerine_orange);
    border-collapse: separate
}

.registrationForm .selectField {
    background: none repeat scroll 0 0 var(--light_grey);
    border: 1px solid var(--primary_border);
    float: left;
    height: 34px;
    line-height: 30px;
    padding: 3px 2px;
    width: 215px;
    box-shadow: 1px 1px 8px var(--tangerine_orange);
    -webkit-box-shadow: 1px 1px 8px var(--tangerine_orange);
    border-radius: 4px;
}

.salutation {
    width: 95px !important
}

.registrationForm label {
    width: 100%;
    float: left;
    margin: 0 0 2px 0;
    color: var(--black);
    font-weight: bold
}

.registrationForm .labelValue {
    float: left;
    height: 26px;
    line-height: 26px;
    padding: 3px 0;
    width: 205px
}

.regPhoneTxtField1 {
    width: 40px !important;
    margin-right: 3px;
    background: none repeat scroll 0 0 var(--light_grey);
    border: 1px solid var(--primary_border);
    float: left;
    height: 26px;
    line-height: 26px;
    padding: 3px 2%
}

.regPhoneTxtField2 {
    width: 70px !important;
    background: none repeat scroll 0 0 var(--light_grey);
    border: 1px solid var(--primary_border);
    float: left;
    height: 26px;
    line-height: 26px;
    padding: 3px 2%
}

.txtAreaReg {
    border: 1px solid var(--pinball_grey);
    font-size: 13px;
    height: 80px;
    margin: 10px 0;
    padding: 2px 3px;
    resize: none;
    width: 968px
}

p.aggrementInfo {
    margin: 10px 0;
    color: var(--nobel_grey)
}

.registrationApprovenote {
    background: none repeat scroll 0 0 var(--white);
    border: 1px solid var(--primary_border);
    float: left;
    height: 100px;
    line-height: 26px;
    width: 100%;
    margin: 5px 0 0 0;
    overflow-y: auto
}

.chagePasswordApprovenote p {
    width: 98%;
    padding: 2px 1%
}

.blueButtonLogin {
    background: var(--basic_purple);
    border: 1px solid var(--gray92);
    padding: 0 30px;
    height: 32px;
    line-height: 36px;
    margin: 0 12px 0 0;
    float: left;
    color: var(--white);
    cursor: pointer;
    width: 40px;
    text-decoration: none
}

.popupGlobalErrorMsgTop {
    float: left;
    height: 27px;
    width: 100%;
    color: var(--red);
}

table.widthAcDtl {
    width: 47%
}

table.widthParAcDtl {
    width: 30%
}

.setPrimAddPane {
    margin: 16px 20px
}

ul.regFieldsList {
    list-style: none
}

ul.regFieldsList li {
    height: 32px;
    line-height: 32px;
    margin: 0 0 5px 0
}

.regFieldsListTitle {
    text-align: right;
    color: var(--black);
    font-size: 14px
}

.regAddressTitle {
    color: var(--black);
    font-size: 14px;
    font-weight: bold
}

td.priAddressTd {
    border-right: 1px solid var(--pastel_mercury_grey);
    border-left: 1px solid var(--pastel_mercury_grey)
}

.forgotPasswordPanelLeft {
    width: 100%;
    border-right: 0px solid var(--light_border_grey);
    float: left;
    padding: 50px;
}

.forgotPasswordPanelRight {
    float: left;
    margin: 0 0 0 46px;
    padding: 36px 0;
    width: 340px
}



.forgotPasswordPanelRight {
    float: left;
    margin: 0 0 0 46px;
    padding: 36px 0;
    width: 351px
}

.popupError {
    /*width: 100%;*/
    float: left;
    background: var(--red)
        /*savepage-url=../images/icon-info-message-negative.png*/
        url(data:image/png;resource=28;base64,) 5px 3px no-repeat;
    color: var(--white);
    width: 540px;
    margin: 0 0 0 30px;
    font-size: 13px
}

.popupError span {
    padding: 3px 0 6px 30px;
    float: left
}

.popupSuccess {
    width: 100%;
    float: left;
    background: var(--orange)
        /*savepage-url=../images/icon-info-message-positive.png*/
        url(data:image/png;resource=29;base64,) 5px 3px no-repeat;
    color: var(--white);
    width: 550px;
    margin: 0 0 0 50px;
    font-size: 14px
}

.popupSuccess span {
    padding: 3px 0 6px 30px;
    float: left
}

.signInPopupBody p {
    margin: 0
}

.viewPrimaryAddress {
    display: block;
    margin: -31px 0 0 0
}

.viewPrimaryAddressAfter {
    display: none;
    margin: -31px 0 0 0
}

.p.normal {
    font-style: normal
}

.p.italic {
    font-style: italic
}

.p.oblique {
    font-style: oblique
}

.custRegOkButton {
    bottom: 15px;
    left: 45%;
    position: absolute
}

.custRegCancelPopup {
    text-align: center;
    margin: 0 10px 0 0
}

.registrationForm .regPhoneTxtField3 {
    background: none repeat scroll 0 0 var(--light_grey);
    border: 1px solid var(--primary_border);
    float: left;
    height: 26px;
    line-height: 26px;
    padding: 3px 2%;
    width: 185px
}

.registrationForm tr td,
.registrationForm tr th {
    vertical-align: top
}

.registrationForm .labelTxt {
    margin: 8px 0 0 0;
    width: 100%;
    float: left;
    text-align: right
}

.whitepaperInfo {
    float: left;
    width: 300px
}

#agreeTextAreaIdDiv p {
    padding: 5px
}

#agreeTextScrollAreaDiv p {
    padding: 5px
}

.verifyAccountPaddingFix {
    padding-left: 30px !important
}

.cancelBut {
    background: var(--silver);
    border: 1px solid var(--gray60)
}

.saveBut {
    background: var(--basic_purple);
    border: 1px solid var(--basic_purple)
}

.tabPanel {
    width: 100%;
    float: left
}

.tabPanel ul.simbleTab {
    width: 100%;
    float: left;
    list-style: none;
    height: 37px
}

.tabPanel ul.simbleTab li {
    float: left;
    font-size: 20px;
    line-height: 37px;
    margin: 0 10px 0 0;
    padding: 0 16px;
    color: var(--dark_grey)
}

.tabPanel ul li.active {
    background: var(--light_grey);
    color: var(--darkGrey);
    border-bottom: 1px solid var(--light_grey)
}


.tabPanel ul li.active_bundle {
    background: white !important;
    color: var(--darkGrey);
    border-bottom: 1px solid var(--light_grey)
}

.tabPanel ul.smallTab {
    width: 100%;
    float: left;
    list-style: none;
    border-bottom: 1px solid var(--primary_border);
    height: 37px;
    list-style: none outside none;
    margin-bottom: 0;
    width: 100%
}

.accProfileTab ul.smallTab li {
    background:
        /*savepage-url=../images/accCollapse.png*/
        url() no-repeat scroll 10px center var(--black);
    padding-left: 30px
}

.accProfileTab ul.smallTab li.active {
    background:
        /*savepage-url=../images/accExpand.png*/
        url() no-repeat scroll 10px center var(--light_grey)
}

table.accProfileTabcareTypes th {
    padding: 5px 25px 0
}

.borderred {
    border: 1px solid red !important
}

.shippingDetailsError {
    width: 248px !important;
    border: 1px solid red !important;
    height: 26px;
    line-height: 24px;
    padding: 2px;
    margin: 8px 0 0px 0 !important
}

.forgotPasswordOkButton {
    margin: 0 0 0 165px;
    text-align: center
}

.cartReportLeft .reportLinks a.uploadDocument {
    background:
        /*savepage-url=../images/uploadDocuments.jpg*/
        url() left center no-repeat;
    padding-left: 23px
}

.quoteSearchResult {
    padding: 3px 10px
}

table.innerTableToggle tr.innerTableHeader th {
    background: var(--light_grey)
}

.reportTable table tr.grandTotal td {
    background: none repeat scroll 0 0 var(--background_white)
}

.totalLabel ul li.totalQuote {
    font-size: 17px;
    color: var(--basic_purple)
}

.reQuoteButton {
    margin-right: 7px
}

.quoteDetailTitle {
    width: 100%;
    text-align: center;
    font-size: 16px;
    float: left;
    color: var(--basic_purple);
    margin: 5px 0 0 0;
    font-weight: bold
}

label.uploadDoc {
    width: 308px !important
}

.uploadInfo {
    font-style: italic;
    font-size: 13px;
    color: var(--grey65);
    padding: 0 0 0 10px
}

#fileUploadDiv {
    float: left
}

#uploadFileTxt {
    width: 193px !important;
    height: 26px !important
}

.browseBtn {
    margin: 0 0 0 5px;
    line-height: 30px;
    height: 32px
}

#fileUploadInputTag {
    width: 313px;
    height: 32px;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0)
}

.partLookupPartsSearch {
    width: 100%;
    float: left;
    margin: 5px 0 10px 0
}

#eqSearch1List {
    width: 170px
}

.noBackgroundImage {
    background: none !important
}

#chatlink {
    float: left;
    padding: 0 5px 0 0
}

#chatlink a {
    text-decoration: none;
    color: var(--deepDarkGrey);
    border-right: 1px solid var(--deepDarkGrey);
    padding: 0 13px 0 10px;
    font-size: 11px
}

#chatlink img {
    margin-right: 6px
}

#chatlink a:hover {
    color: var(--basic_purple)
}

.topInfoPanelLC {
    width: 100%;
    float: left
}

.country_lang {
    margin: 8px 0 0 0;
    float: right
}

.country_div {
    float: left;
    border-right: 1px solid var(--deepDarkGrey)
}

.country_div a {
    text-decoration: none;
    color: var(--darkGrey);
    font-size: 11px;
    background:
        /*savepage-url=../images/worldmap.jpg*/
        url(data:image/jpeg;resource=22;base64,) left center no-repeat;
    padding: 0 0 0 43px;
    margin: 0 12px 0 0;
    float: left
}

.country_div a:hover {
    color: var(--basic_purple)
}

.language {
    margin: 0 0 0 10px
}

.language span {
    text-decoration: none;
    color: var(--basic_purple);
    border-right: 1px solid var(--deepDarkGrey);
    font-size: 11px;
    font-weight: bold;
    font-style: italic
}

.grey {
    color: var(--spanish_gray) !important;
    font-style: italic;
    text-decoration: none
}

.country_list {
    display: block;
    left: 4.5px;
    overflow: auto;
    position: absolute;
    top: 32px !important;
    width: 994px;
    z-index: 999;
    display: none;
    height: 1590px
}

.countryregion {
    clear: both
}

.countryregion h3 {
    background: none repeat scroll 0 0 var(--off_white_grey);
    color: var(--basic_purple);
    font-weight: normal;
    height: 17px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px
}

.countrySelector {
    clear: both
}

.countrySelector ul li {
    margin-left: 5px;
    margin-right: 5px;
    padding: 10px 5px;
    color: var(--black);
    cursor: default;
    float: Left
}

.countryselector li {
    float: left;
    padding: 14px 0 14px 10px;
    height: auto
}

.countBlack {
    color: var(--black) !important
}

.countryName {
    float: left;
    color: var(--neon_silver);
    width: 180px;
    margin: 0 0 10px;
    padding-right: 10px;
    height: 20px
}

.langselected {
    float: right;
    text-decorated: underline;
    font-weight: bold;
    font-color: var(--black)
}

.cust {
    height: 1570px;
    background: var(--white);
    border: 1px solid var(--grey80)
}

.countryTxt {
    float: left
}

.Language {
    float: right
}

.languageTxt {
    float: right
}

.cust h1 {
    font-size: 25px;
    font-weight: normal;
    padding: 10px;
    line-height: 40px
}

.selectState {
    color: var(--spanish_gray);
    font-weight: bold
}

.contactUsStatePrimary {
    display: block
}

.contactUsStateAfter {
    display: none
}

.webExChat {
    float: left;
    margin: 0 0 0 18px
}

.webExChat a {
    background:
        /*savepage-url=../images/chatIcon.jpg*/
        url() left center no-repeat;
    padding: 0 0 0 20px;
    margin: 0 0 0 18px;
    color: var(--basic_purple);
    font-weight: bold;
    float: left;
    cursor: pointer;
    text-decoration: none
}

.cartReportLeft .reportLinks a.liveChat {
    background:
        /*savepage-url=../images/chatIcon.jpg*/
        url() no-repeat scroll left center var(--black);
    color: var(--basic_purple);
    font-weight: bold;
    padding: 0 0 0 20px;
    text-decoration: none
}

.imageComponent {
    float: left;
    margin: 0 10px;
    width: 225px
}

.imageComponent img {
    float: left;
    width: 225px
}

.imageComponent h3 {
    float: left;
    width: 225px;
    height: 50px;
    margin: 20px 0 25px 0
}

.imageComponent p {
    margin: 0
}

.imageComponent a {
    background:
        /*savepage-url=../images/linkBack.png*/
        url(data:image/png;resource=27;base64,) no-repeat right center;
    color: var(--basic_purple);
    float: left;
    padding: 0 12px 0 0;
    text-decoration: none;
    margin: 10px 0 0 0
}

.titleParagraphLink h3 {
    font-weight: bold;
    color: var(--orange);
    height: auto;
    margin: 0 0 18px 0
}

.titleParagraphLink p {
    margin: 25px 0 36px 0
}

.titleParagraphLink a {
    margin: 0 0 13px 0;
    color: var(--basic_purple);
    clear: both
}

.videoTitleTextLink h3 {
    font-weight: bold;
    color: var(--orange);
    height: auto;
    margin: 0;
    float: left;
    width: 129px
}

.videoTitleTextLink img {
    width: 86px;
    margin: 0 10px 10px 0;
    float: left
}

.videoTitleTextLink h4 {
    color: var(--charcoal_grey);
    float: left;
    width: 129px;
    margin: 9px 0 16px 0
}

.videoTitleTextLink p {
    height: auto
}

.titleVideoParaLink h3 {
    font-weight: bold;
    color: var(--orange);
    height: auto;
    margin: 0 0 30px 0;
    float: left
}

.titleVideoParaLink img {
    width: 86px;
    height: 64px;
    margin: 0 10px 10px 0;
    float: left
}

.titleVideoParaLink p {
    float: left;
    width: 129px;
    margin: 2px 0
}

.titleVideoParaLink a {
    clear: both;
    color: var(--basic_purple);
    margin: 36px 0 13px
}

a.partNumberList {
    display: block;
    border-bottom: 1px solid var(--primary_border);
    padding: 3px
}

td.noPadding {
    padding: 0
}

.partLookupPartsSearch .selectField {
    background: none repeat scroll 0 0 var(--light_grey);
    border: 1px solid var(--primary_border);
    float: left;
    height: 26px;
    line-height: 26px;
    padding: 3px 2px;
    width: 170px;
    color: var(--spanish_gray);
    font-size: 11px
}

.pld {
    background:
        /*savepage-url=../images/moreInfoToggle2.png*/
        url() no-repeat 154px center;
    border: 1px solid var(--primary_border);
    color: var(--spanish_gray);
    float: left;
    font-size: 11px;
    height: 24px;
    line-height: 24px;
    padding: 0 4px 0 0;
    width: 164px;
    float: left
}

.pldTxt {
    border: var(--white);
    color: var(--spanish_gray);
    float: left;
    font-size: 11px;
    height: 24px;
    line-height: 24px;
    padding: 0 2px;
    width: 147px;
    background: var(--white)
}

.pld_dd_list {
    height: 260px;
    width: 500px;
    position: absolute;
    border: 1px solid var(--primary_border);
    background: var(--white);
    display: none;
    overflow-x: auto;
    overflow-y: auto;
    color: var(--darkGrey);
    font-size: 14px;
    line-height: normal
}

.pld_dd_list ul {
    list-style: none
}

.pld_dd_list ul li {
    padding: 5px 1%;
    width: 98%;
    cursor: pointer
}

.pld_dd_list ul li:hover {
    background: var(--border_light_grey)
}

.pld_close {
    width: 20px;
    height: 20px;
    background:
        /*savepage-url=../images/deleteCart.png*/
        url() no-repeat
}

.blueButton a {
    color: var(--white);
    text-decoration: none
}

.forgotPasswordPanelSpacing {
    margin: 43px 0
}


.myAccountLeftPanel {
    float: left;
    width: 496px
}

.autoHeight {
    height: auto
}

.myAccountRightPanel {
    float: left;
    width: 476px
}

#loading {
    display: none;
    float: right;
    margin: -8px 8px 0 0
}

span.cont_name_disb {
    background:
        /*savepage-url=../images/worldmap.jpg*/
        url(data:image/jpeg;resource=22;base64,) no-repeat scroll left center;
    color: var(--darkGrey);
    font-size: 11px;
    height: 18px;
    margin: 0 10px 0 0;
    padding: 0 0 0 43px;
    text-decoration: none
}

#teaserdocumentid p {
    width: 250px;
    margin: 0 10px
}

#pld1 {
    display: none
}

.popupSuccess span.noPaddingL {
    padding-left: 0 !important
}

.miniCart .buttonPanel .checkout {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    float: right;
    color: var(--white)
}

.aboutUsRight .imageComponent {
    margin: 10px 0
}

.documentCountFix {
    margin-top: 6px !important
}

.learnImgComponent .bannerComponent a.noBackgroundImg {
    margin: 0
}

.aboutUsImgComponent a.noBackgroundImg {
    float: left;
    margin: 0
}

.marginT30 {
    margin-top: 30px !important
}

.marginB10 {
    margin-bottom: 10px !important
}

.imageComponenthome {
    margin: 0 !important
}

.noMargin {
    margin: 0 !important
}

.psdbTitle {
    float: left;
    width: 100%;
    color: var(--basic_purple);
    padding: 0 0 5px 0;
    border-bottom: 1px solid var(--grey)
}

.edisonAnswersComponent ul {
    float: left;
    width: 100%;
    list-style: none;
    color: var(--darkGrey);
    margin: 20px 0 0 0
}

.edisonAnswersComponent ul li {
    padding: 0;
    margin: 0 0 15px 0;
    min-height: 25px;
    display: block;
    text-decoration: none
}

.edisonAnswersComponent ul li a {
    text-decoration: none;
    color: var(--darkGrey);
    font-size: 13px
}

.psdbBottomLink a {
    float: left;
    color: var(--basic_purple);
    background:
        /*savepage-url=../images/linkBack.png*/
        url(data:image/png;resource=27;base64,) no-repeat scroll right 6px transparent;
    padding: 0 15px 30px 0;
    text-decoration: underline
}

.docTitle a {
    text-decoration: none
}

.countrySelector .countryName .languageName a {
    background: none !important;
    color: var(--basic_purple);
    padding: 0;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: normal
}

.country_div .langvalue {
    float: left;
    border-left: 1px solid var(--deepDarkGrey);
    height: auto
}

.country_div .langvalue a {
    background: none !important;
    padding: 0 0 0 10px
}

.countryBold {
    color: var(--black);
    cursor: auto
}

.country_lang .langHeaderSelect {
    float: left;
    padding: 0 0 0 13px
}

.country_lang .langHeaderSelect ul li {
    float: left;
    font-size: 11px;
    font-style: italic
}

.country_lang .langHeaderSelect ul li a {
    text-decoration: none
}

.selctLang {
    color: var(--darkGrey);
    font-style: italic
}

.repairPage {
    width: 100%
}

.repairPage .repairPage_Left {
    float: left;
    width: 729px
}

.repairPage .repairPage_Right {
    float: left;
    width: 250px
}

.repairPage .repairlink {
    font-size: 18px;
    font-weight: bold;
    color: var(--black)
}

.repairPage .repair_Heading h1 {
    padding: 5px 0;
    font-size: 30px;
    font-weight: normal;
    color: var(--orange)
}

.repairPage .repair_Subheading h2 {
    font-size: 26px;
    font-weight: normal;
    color: var(--black)
}

.repairPage .repairContent_left {
    float: left;
    width: 450px
}

.repairPage .repairContent {
    padding: 10px 0 0 0
}

.repairPage .repairContent h3 {
    font-size: 19px;
    color: var(--orange);
    font-weight: normal;
    padding-bottom: 5px
}

.repairPage .repairContent p {
    font-size: 13px;
    color: var(--darkGrey);
    padding-right: 20px
}

.repairPage .repairblog {
    float: left;
    padding: 18px 0 0 0
}

.repairPage .partsLookupHome .infoHeading {
    border-bottom: 1px solid var(--grey81);
    padding: 0 0 5px 0;
    font-size: 16px;
    color: var(--orange)
}

.repairPage .partsLookupHome .partsDivBR ul li {
    padding-bottom: 7px
}

.repairPage .partsLookupHome .partsDivBR {
    border-bottom: 1px solid var(--grey81);
    color: var(--darkGrey);
    margin: 0 0 0 0 !important;
    padding: 15px 10px 15px 10px;
    overflow: hidden !important;
    width: 210px;
    float: none
}

.repairPage .partsLookupHome .partsDivBR p {
    color: var(--darkGrey);
    margin: 0 0 15px 0;
    float: left;
    font-size: 14px
}

.repairPage .partsLookupHome .partsDivBR .repair_service {
    border-top: 1px solid var(--border_light_grey);
    clear: both;
    padding: 10px 0;
    color: var(--black)
}

.repairPage .partsLookupHome .partsDivBR .repair_service p {
    color: var(--darkGrey);
    font-size: 14px
}

.repairPage .partsLookup {
    background: var(--light_grey);
    width: 230px;
    float: left;
    padding: 0;
    border: 1px solid var(--grey81);
    border-bottom: 0
}

.repairPage .repairItem h3 {
    color: var(--black)
}

.repairPage .repairItem {
    border-bottom: 1px solid var(--border_light_grey);
    clear: both;
    padding: 10px 0;
    font-size: 14px;
    color: var(--darkGrey)
}

.repairPage .repairKnowledge {
    clear: both;
    padding: 0;
    margin: 0;
    color: var(--darkGrey)
}

.repairPage .repairKnowledge h3 {
    font-size: 13px;
    color: var(--black);
    font-weight: bold
}

.repairPage .partsLookupHome .partsDivBR a {
    text-decoration: none !important;
    color: var(--darkGrey);
    font-size: 13px
}

.repairPage .partsLookupHome .partsDivBR h3 {
    color: var(--black);
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 5px
}

.repairPage .partsLookupHome .partsDivBR a:hover {
    color: var(--basic_purple)
}

.ge_ddropdown {
    position: relative;
    float: left;
    width: 1000px;
    background: var(--basic_purple);
    height: 31px;
    margin-top: 5px;
    font-size: 14px
}

.ge_ddropdown .linkborder {
    border-right: 1px solid var(--basic_purple);
    height: 31px
}

.ge_ddropdown .home {
    padding: 0 12px !important
}

.ge_ddropdown .cartinform {
    float: right;
    line-height: 31px;
    color: var(--black)
}

.ge_ddropdown .informpanel {
    float: right;
    line-height: 31px;
    padding: 0 10px 0 0;
    color: var(--white)
}

.ge_ddropdown .cartinform .items {
    padding: 0 20px 0 25px;
    float: left;
    font-weight: bold
}

.ge_ddropdown:after {
    content: " ";
    display: block;
    height: 0;
    font-size: 0;
    clear: both
}

.ge_ddropdown ul {
    padding: 0;
    list-style: none
}

.ge_ddropdown>ul>li {
    float: left
}

.ge_ddropdown .ge_dd_title {
    color: var(--white);
    display: inline-block;
    font-size: 14px;
    padding: 0 21px;
    line-height: 31px
}

.ge_ddropdown .ge_dd_content {
    width: 100%;
    min-height: 40px;
    position: absolute;
    left: 0;
    background: var(--skies_blue);
    display: none;
    z-index: 9999
}

.ge_ddropdown>ul>li:hover {
    background: var(--skies_blue)
}

.ge_ddropdown>ul>li:hover .ge_dd_title a {
    color: var(--orange) !important
}

.ge_ddropdown>ul>li:hover .ge_dd_content {
    display: block
}

.ge_ddropdown .ge_ddropdown_vertical {
    width: 100%;
    border-top: 1px var(--skies_blue) solid;
    position: relative
}

.ge_ddropdown .ge_ddropdown_vertical>ul {
    margin: 20px
}

.ge_ddropdown .ge_ddropdown_vertical .ge_ddv_title {
    display: inline-block;
    min-width: 200px;
    position: relative;
    z-index: 1;
    border-bottom: 1px var(--primary_border) solid;
    line-height: 10px;
    padding: 8px 0;
    height: auto
}

.ge_ddropdown .ge_ddropdown_vertical .ge_ddv_info_title {
    display: inline-block;
    min-width: 200px;
    position: relative;
    z-index: 1;
    line-height: 10px;
    padding: 8px 0;
    height: auto;
    float: right
}

.ge_ddropdown .ge_ddropdown_vertical>ul>li>.ge_ddv_title {
    color: var(--basic_purple)
}

.ge_ddropdown .ge_ddropdown_vertical>ul>li a {
    text-decoration: none
}

.ge_ddropdown .ge_ddropdown_vertical>ul>li a {
    color: var(--basic_purple);
    line-height: 15px;
    padding-right: 10px
}

.ge_ddropdown .ge_ddropdown_vertical>ul>li a:hover {
    color: var(--darkGrey)
}

.ge_ddropdown .ge_ddropdown_vertical>ul>li>.ge_ddv_title.witharrow {
    background:
        /*savepage-url=../images/linkBack.png*/
        url(data:image/png;resource=27;base64,) no-repeat scroll 192px center transparent;
    width: 192px
}

.ge_ddropdown .ge_ddropdown_vertical>ul>li a>.ge_ddv_title.witharrow {
    background:
        /*savepage-url=../images/linkBack.png*/
        url(data:image/png;resource=27;base64,) no-repeat scroll 192px center transparent
}

.ge_ddropdown .ge_ddropdown_vertical>ul>li:hover>.ge_ddv_title.witharrow {
    background:
        /*savepage-url=../images/linkBack.png*/
        url(data:image/png;resource=27;base64,) no-repeat scroll 192px center transparent
}

.ge_ddropdown .ge_ddropdown_vertical>ul>li:hover .geMain a {
    font-weight: bold;
    color: var(--darkGrey)
}

.ge_ddropdown .ge_ddropdown_vertical>ul>li:hover>.ge_ddv_content_container {
    display: block
}

.ge_ddropdown .ge_ddropdown_vertical .ge_ddv_content_container {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    background: var(--skies_blue);
    padding: 0 0 11px 0
}

.ge_ddropdown .ge_ddropdown_vertical .ge_ddv_content_container .ge_ddv_content {
    margin: 20px 0 0 220px
}

.ge_ddropdown .ge_ddropdown_vertical .ge_ddv_content_container .ge_ddv_content>ul {
    float: left;
    margin-left: 15px
}

.ge_ddropdown .ge_ddropdown_vertical .ge_ddv_content_container .ge_ddv_content>ul>li {
    border-bottom: 1px var(--primary_border) solid;
    width: 225px;
    line-height: 10px;
    padding: 8px 0;
    height: auto;
    color: var(--basic_purple)
}

.ge_ddropdown .ge_ddropdown_vertical .ge_ddv_content_container .ge_ddv_content>ul>li:hover {
    border-bottom: 1px var(--primary_border) solid;
    width: 225px;
    line-height: 10px;
    padding: 8px 0;
    height: auto;
    color: var(--darkGrey)
}

.ge_ddropdown ul li a.homeIcon {
    padding: 0
}

.ge_ddropdown ul li a.homeIcon img {
    height: 31px
}

.psdbListTitle h3 {
    float: left;
    font-size: 26px;
    font-weight: normal;
    color: var(--black)
}

.psdbFacetMenu h3 {
    font-size: 16px;
    color: var(--darkGrey);
    padding: 25px 0 5px 0
}

.repairPage .partsLookupHome .content .psdbInfoHeading {
    border-bottom: 1px solid var(--grey81);
    border-collapse: collapse;
    padding: 5px 10px 5px 10px;
    font-size: 16px;
    color: var(--orange)
}

.repairPage .partsLookupHome .partsDivBR .psdbDetailsPageProductUrl a {
    color: var(--orange) !important;
    text-decoration: underline !important
}

.repairPage .partsLookupHome .partsDivBR .psdbDetailsPageProductUrl {
    color: var(--orange)
}

.repairPage .partsLookupHome .partsDivBR .psdbDetailsPageProductUrl a:hover {
    color: var(--basic_purple) !important
}

.nonclickcountries {
    cursor: auto
}

.mainParent {
    width: 100%
}

.mainParent .LeftPart {
    width: 729px;
    float: left
}

.mainParent .LeftPart table.dataInfo {
    background: var(--light_grayish_blue);
    color: var(--darkGrey);
    font-size: 13px;
    border: 0;
    padding: 0;
    margin: 0;
    border-spacing: 0
}

.mainParent .LeftPart td.leftCell {
    width: 100px;
    padding: 10px 0 10px 12px;
    border-right: 1px solid var(--white);
    border-bottom: 1px solid var(--white)
}

.mainParent .LeftPart td.LeftCell1 {
    width: 577px;
    padding: 10px 10px 10px 12px;
    border-bottom: 1px solid var(--white)
}

.mainParent .LeftPart tr:nth-child(odd) {
    background: var(--alice_blue)
}

.psdbListTitle .listSize {
    margin: 0 0 0 10px;
    float: left;
    color: var(--basic_purple);
    padding: 12px 0 0 0
}

.billPo {
    float: left;
    width: 140px
}

.billConsign {
    float: left;
    width: 150px;
    text-align: left;
}

.billCredit {
    float: left;
    width: 120px
}

.paddL10 {
    padding-right: 10px !important
}

.itemNumbaer a {
    color: var(--orange) !important
}

.learnBannerInfo0 {
    float: left;
    width: 520px;
    margin: 10px 5px
}

.learnBannerInfo1 {
    float: left;
    width: 457px;
    margin: 10px 5px;
    border: 1px solid var(--darkGrey);
    padding: 0 5px
}

.learnBannerInfo2 {
    float: left;
    width: 219px;
    margin: 10px 5px;
    border: 1px solid var(--darkGrey);
    padding: 0 5px
}

.learnBannerInfo2 a,
.learnBannerInfo1 a {
    color: var(--basic_purple);
    background:
        /*savepage-url=../images/linkBack.png*/
        url(data:image/png;resource=27;base64,) no-repeat scroll right center var(--black);
    padding: 0 12px 0 0
}

.learnBannerInfo3 {
    float: left;
    width: 160px;
    margin: 10px 10px
}

.videoThum1 {
    border: 1px solid var(--primary_border);
    float: left;
    text-align: center;
    height: 106px;
    width: 211px
}

.learnNewVideoList ul li {
    width: 225px;
    float: left;
    margin: 0 13px 0 0
}

.teaserDisabledLink {
    color: gray !important;
    cursor: default
}

.fWightB {
    font-weight: bold
}

.selctLang a {
    color: var(--darkGrey);
    font-style: italic
}

.selctLang a:hover {
    color: var(--basic_purple);
    font-style: italic
}

.poNumRef {
    float: left;
    margin-top: 2px;
    width: 118px;
    text-align: left;
}

.popupMainHand {
    width: 80%;
    margin: 12px 0 0 40px;
    background: var(--white);
    float: left
}

.blueButtonOKPopUp {
    text-align: center;
    margin: 30px 0 0 110px
}

.blueButtonViewCartPopUp {
    text-align: center;
    margin: 30px 0 0 110px
}

.blueButtonForPopup {
    background: var(--basic_purple);
    border: 1px solid var(--gray92);
    padding: 0 15px;
    height: 26px;
    line-height: 26px;
    margin: 0 12px 0 0;
    float: left;
    color: var(--white);
    cursor: pointer
}

a.blueButtonForPopup {
    text-decoration: none
}

button.blueButtonForPopup {
    border: 0
}

.legalDisc a {
    color: var(--basic_purple)
}

.legalDisc a:hover {
    color: var(--darkGrey)
}

.registrationformhover .content {
    display: block !important
}

.registrationformhover .content a {
    text-decoration: underline;
    color: var(--basic_purple)
}

.registrationformhover .content a:hover {
    text-decoration: underline;
    color: var(--basic_purple)
}

.policyPageLeft,
.leftPanel {
    width: 1000px;
    margin: 10px 0 10px 5px;
    float: left
}

.policyText {
    float: left;
    margin-left: 0;
    width: 700px
}

.policyText li {
    margin-left: 20px
}

.mandatoryFields {
    float: right
}

.learnPageBlock {
    width: 99%;
    margin: 20px 10px 15px 0;
    clear: both
}

.learnPageFirstBlock {
    width: 99%;
    margin: 20px 0 15px 0;
    clear: both
}

.clearboth {
    clear: both
}

.learnPageBlock .learnClasses {
    width: 100%;
    height: 40px;
    background: var(--red);
    color: var(--white);
    font-size: 24px;
    line-height: 35px
}

.learnPageBlock .learnClasses h3 {
    padding-left: 10px
}

.learnPageBlock ul li a {
    color: var(--orange);
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    text-decoration: none;
    display: inline-block
}

.learnPageBlock ul li a:hover {
    text-decoration: none
}

.learnViewMore a {
    text-decoration: underline;
    color: var(--basic_purple);
    font-size: 12px;
    float: right;
    padding: 10px 30px 10px 0
}

.learnLatest {
    clear: both;
    margin: 0 0 0 10px
}

.learnLatest li {
    color: var(--white);
    font-size: 13px;
    background: var(--gray58);
    width: 295px;
    height: 96px;
    margin: 12px 20px 10px 10px;
    float: left;
    cursor: pointer
}

.learnTabList {
    width: 180px;
    padding: 15px 0 0 5px
}

.learnTabList1 {
    padding: 0 0 0 5px;
    width: 180px
}

.learnnPageHeading {
    width: 950px;
    clear: both;
    padding-left: 15px
}

.learnnPageHeading h3 {
    color: var(--orange);
    font-size: 20px;
    float: left;
    padding-left: 5px;
    margin-top: 10px
}

.learnnPageHeading span {
    float: right;
    padding: 15px 5px 0 0;
    color: var(--basic_purple);
    text-decoration: underline;
    font-size: 13px
}

.learnServiceDoc {
    clear: both;
    margin: 0 0 0 10px
}

.learnServiceDoc li {
    color: var(--white);
    font-size: 13px;
    background: var(--deep_sky_blue);
    width: 295px;
    height: 96px;
    margin: 12px 20px 10px 10px;
    float: left;
    cursor: pointer
}

.learnPSDBDoc {
    clear: both;
    margin: 0 0 0 10px
}

.learnPSDBDoc li {
    color: var(--white);
    font-size: 13px;
    background: var(--grey28);
    width: 295px;
    height: 96px;
    margin: 12px 20px 10px 10px;
    float: left;
    cursor: pointer
}

.learnVideoIcon {
    float: left;
    padding: 18px 10px 0 10px
}

.learnVideoIcon img {
    width: 60px;
    height: 60px
}

.learnWhitePaper li {
    color: var(--white);
    font-size: 13px;
    background: var(--orange);
    width: 295px;
    height: 96px;
    margin: 12px 20px 10px 10px;
    float: left;
    cursor: pointer
}

.learnWhitePaper {
    clear: both;
    margin: 0 0 0 10px
}

.learnParentBlock {
    background: var(--grey98);
    height: 350px;
    border-right: 1px solid var(--grey83);
    border-left: 1px solid var(--grey83);
    border-bottom: 1px solid var(--grey83);
}

.learnParentBlock .learnLeftBlock {
    margin: 10px;
    float: left;
    width: 450px;
    height: 300px;
    color: var(--darkGrey);
    font-size: 14px
}

.learnParentBlock .learnRightBlock {
    margin: 10px;
    float: left;
    width: 450px;
    height: 300px;
    color: var(--darkGrey);
    font-size: 14px
}

.orderSubTotal {
    border-top: 1px solid var(--border_light_grey);
    font-weight: bold;
    font-size: 13px;
    padding-top: 5px;
    color: var(--darkGrey)
}

.orderVat {
    border-bottom: 1px solid var(--border_light_grey);
    font-size: 13px;
    color: var(--darkGrey);
    padding-bottom: 5px
}

.orderVatVal {
    font-size: 13px;
    color: var(--darkGrey);
    padding-bottom: 5px;
    border-bottom: 1px solid var(--border_light_grey)
}

.orderSubTotalVal {
    border-top: 1px solid var(--border_light_grey);
    font-size: 13px;
    padding-top: 5px;
    color: var(--darkGrey)
}

.totalLabel ul li {
    color: var(--black);
    font-size: 13px;
    margin: 0px 0 5px 0 !important
}

.totalLabel ul li.promoValue {
    color: var(--status_success_green);
    font-size: 13px;
}

.totalValue ul li {
    color: var(--darkGrey);
    font-size: 13px;
    margin: 0px 0 5px 0 !important
}

.totalValue ul li.promoValue {
    color: var(--status_success_green);
    font-size: 13px;
    margin: 0px 0 5px 0 !important
}

.subTotB {
    font-weight: bold
}

.totalOrder {
    color: var(--basic_purple);
    font-size: 17px;
    margin: 0 0 5px 0 !important
}

.orderTotal {
    color: var(--black);
    font-size: 17px;
    margin: 0 0 5px 0 !important
}

.SubTotalLi {
    border-top: 1px solid var(--border_light_grey);
    padding: 5px 0 0 0
}

.cartSubTotal {
    float: left;
    font-weight: bold;
    color: var(--darkGrey);
    font-size: 13px
}

.textDisabled {
    color: var(--nobel_grey) !important
}

.tax_Subtotal {
    margin: 0 0 5px;
    font-weight: bold;
    color: var(--black);
}

.tax_label {
    margin: 0 0 5px;
    color: var(--black);
}

.tax_val {
    margin: 0 0 5px;
    font-size: 13px;
    color: var(--darkGrey);
}

.taxDisplay {
    border-bottom: 1px solid var(--border_light_grey);
    border-top: 1px solid var(--border_light_grey);
    padding: 5px;
    margin-top: -1px
}

.shippingDetails .shippingInstDisabled {
    width: 100%;
    float: left;
    margin: 8px 0 0 0;
    color: var(--nobel_grey)
}

.shippingDetails .shippingInstDisabled label {
    color: var(--nobel_grey);
    width: 100%;
    float: left;
    margin: 0 0 5px 0
}

.shippingDetails .shippingInstDisabled textarea {
    border: 1px solid var(--primary_border);
    color: var(--nobel_grey);
    height: 120px;
    width: 99%
}

.shippingDetailsDisabled {
    width: 100%;
    float: left;
    margin: 8px 0 0 0;
    color: var(--nobel_grey)
}

.cartExistSrNum {
    clear: both;
    color: var(--basic_purple);
    font-weight: bold;
    font-size: 13px;
    padding: 5px 0 5px 0
}

.CartSrNumFiled {
    border: 1px solid var(--primary_border);
    height: 25px;
    background: none repeat scroll 0 0 var(--light_grey)
}

.cartContent {
    padding: 5px 0;
    color: var(--darkGrey);
    font-size: 13px
}

.CartSrNumFiledError {
    border: 1px solid var(--red);
    height: 25px;
    background: none repeat scroll 0 0 var(--light_grey)
}

.reportTable table tr td .priceDetailsDisabled {
    float: left;
    margin: 12px 0 0 0;
    width: 100%;
    font-size: 13px;
    color: var(--nobel_grey)
}

.margin5 {
    margin: 5px 0
}

.productspecifications .content {
    display: block !important;
}

.gallery-images {
    display: inline-block;
    width: 303px
}

.gallery-images li {
    float: left;
    margin: 3px
}

.productDetailsPage .productImageDiv img {
    float: left
}

.productDetailsPage .productImageDiv .gallery-images img {
    float: left;
    width: 42.4px;
    border: 1px solid var(--border_light_grey)
}

.legalDisc {
    float: left;
    margin: 10px 0 0 0
}

.productDisplyPanel2 ul li .itemInfoBox .returnable {
    font-size: 13px;
    color: var(--darkGrey)
}

.productDisplyPanel2 ul li p {
    margin: 10px 0;
    padding: 0
}

.productDisplyPanel2 ul li .itemInfoBox .itemInfo {
    font-size: 13px;
    margin: 10px 0
}

.productDetailsPage .productCategory {
    padding: 1px 0;
    color: var(--darkGrey)
}

.productTermSpec_popupBody {
    float: left;
    max-height: 390px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px;
}

.productTermSpec_popupBody h1 {
    font-size: 20px;
    color: var(--black)
}

.productTermSpec_popupBody h2 {
    color: var(--darkGrey);
    font-size: 14px;
    padding: 15px 0
}

.productTermSpec_popupBody p {
    margin: 0;
    color: var(--darkGrey);
    font-size: 13px
}

.poField {
    clear: both;
    padding: 1px 0 0 0 !important;
    text-align: left;
}

.categoryListAcc .tabInfo ul li label {
    float: left;
    width: 135px;
    overflow: hidden;
    color: var(--darkGrey);
    font-size: 13px
}

.categoryListAcc .firstlevel {
    color: var(--black);
    font-size: 13px;
    font-weight: normal;
    background:
        /*savepage-url=../images/accCollapse.png*/
        url() no-repeat scroll left 7px !important;
    padding: 5px 0 5px 20px
}

.categoryListAcc .firstlevel.ui-state-active {
    background:
        /*savepage-url=../images/accExpand.png*/
        url() no-repeat scroll left 7px !important;
    color: var(--basic_purple)
}

.categoryListAcc .filterlevel {
    color: var(--black);
    font-size: 13px;
    font-weight: normal;
    background:
        /*savepage-url=../images/ADD.jpg*/
        url() no-repeat scroll left 7px !important;
    padding: 5px 0 5px 20px
}

.categoryListAcc .filterlevel.ui-state-active {
    background:
        /*savepage-url=../images/less.jpg*/
        url() no-repeat scroll left 7px !important;
    color: var(--basic_purple)
}

.categoryListAcc .parUl>li.secondlevel {
    background:
        /*savepage-url=../images/Sub_Arrow_Right.jpg*/
        url() no-repeat scroll left 7px !important;
    width: 140px;
    padding: 5px 0 5px 20px;
    font-weight: normal;
    color: var(--black);
    font-size: 13px;
    border-top: 1px solid var(--plaster_grey)
}

.categoryListAcc .parUl>li.secondlevel.ui-state-active {
    background:
        /*savepage-url=../images/Sub_Arrow_Down.jpg*/
        url() no-repeat scroll left 7px !important;
    color: var(--basic_purple)
}

.categoryListAcc .tabInfo ul.parUl>li.ui-state-active label.facetSec {
    color: var(--darkGrey)
}

.categoryListAcc .tabInfo ul.parUl>li.SecFacet {
    padding: 3px 0
}

.productTermSpec_popupBody .content ol li {
    list-style-type: decimal;
    list-style-position: outside;
    margin: 0 0 0 20px
}

.imgBorder {
    border: 1px solid var(--basic_purple) !important
}

.categoryListAcc .tabInfo ul.parUl>li>label:hover {
    color: var(--basic_purple)
}

.categoryListAcc .tabInfo ul.parUl>li>label.facetSec:hover {
    color: var(--darkGrey);
    cursor: default
}

.bottomLink1 {
    float: left;
    margin: 5px -10px
}

.bottomLink1 a {
    color: var(--basic_purple)
}

.categoryListAcc h3.filterlevel.ui-accordion-header {
    background:
        /*savepage-url=../images/ADD.jpg*/
        url() no-repeat scroll left 7px !important;
    width: 140px;
    padding: 5px 0 5px 20px;
    font-weight: normal;
    color: var(--black);
    font-size: 13px;
    border-top: 1px solid var(--plaster_grey)
}

.categoryListAcc h3.filterlevel:hover {
    color: var(--basic_purple)
}

.categoryListAcc h3.filterlevel.ui-state-active {
    background:
        /*savepage-url=../images/less.jpg*/
        url() no-repeat scroll left 7px !important;
    color: var(--basic_purple)
}

.cookiePanel {
    width: 90%;
    float: left;
    padding: 7px 0 7px 30px;
    margin: 0 0 7px 0;
    border-bottom: 1px solid var(--primary_border)
}

.cookieTitle {
    float: left;
    font-size: 18px;
    color: var(--black);
    padding: 40px 0 0 30px;
    font-weight: bold
}

.cookieBody {
    width: 100%;
    float: left;
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px 30px 10px 30px;
    width: 90%
}

#cookieLink {
    padding: 18px 0 6px 0
}

#cookieLink a {
    text-decoration: underline;
    color: var(--basic_purple);
    font-size: 13px
}

.blackButtonForPopup {
    background: var(--basic_purple);
    border: 1px solid var(--gray92);
    padding: 0 15px;
    height: 26px;
    line-height: 26px;
    margin: 0 12px 0 0;
    float: left;
    color: var(--white);
    cursor: pointer;
    width: 80px
}

.blackButtonForPopup a {
    text-decoration: none;
    color: var(--white)
}

button.blackButtonForPopup {
    border: 0
}

.blueButtonForCookiePopup {
    background: var(--basic_purple);
    border: 1px solid var(--gray92);
    padding: 0 15px;
    height: 26px;
    line-height: 26px;
    margin: 0 12px 0 0;
    float: left;
    color: var(--white);
    cursor: pointer;
    width: 80px
}

a.blueButtonForCookiePopup {
    text-decoration: none
}

button.blueButtonForCookiePopup {
    border: 0
}

.blueButtonOKCookiePopUp {
    text-align: center
}

.repairReportLeft {
    margin: 0 10px 0 10px
}

.aboutUsLeft h2,
.leftPanel h2,
.cartTitle h2 {
    color: var(--orange);
    font-size: 30px;
    font-weight: normal;
    margin: 5px 0
}

.TabbedPanelsContent .repairTab1 {
    margin: 18px 0 0 0
}

.TabbedPanelsContent .repairTab1 .tab1Image {
    float: left;
    padding: 0 18px 0 6px;
    width: 150px
}

.TabbedPanelsContent .repairTab1 .tab1Contant {
    float: left;
    padding: 0 18px 0 0;
    width: 280px;
    font-size: 13px;
    color: var(--darkGrey)
}

.tab1Fields {
    float: left;
    margin: 20px 0 0 0
}

.tab1Fields .tabllabel {
    width: 240px;
    font-size: 14px;
    color: var(--black);
    padding: 4px;
    vertical-align: bottom
}

.tab1Fields .selectField {
    background: none repeat scroll 0 0 var(--light_grey);
    border: 1px solid var(--primary_border);
    float: left;
    height: 34px;
    line-height: 30px;
    padding: 3px 2px;
    width: 215px
}

.tab1Fields .blueButtonSche,
.repairProdInfo .blueButtonSche {
    background: var(--basic_purple);
    border: 1px solid var(--gray92);
    padding: 0 10px;
    height: 26px;
    line-height: 26px;
    margin: 10px 24px 0 10px;
    text-decoration: none;
    color: var(--white);
    cursor: pointer;
    float: right
}

.tab1Fields .blueButtonSche a,
.repairProdInfo .blueButtonSche a {
    text-decoration: none
}

.tab1Fields button.blueButtonSche,
.repairProdInfo button.blueButtonSche {
    border: 0
}

.repairProdInfo .blueButtonSche {
    background: var(--basic_purple);
    border: 1px solid var(--gray92);
    padding: 0 10px;
    height: 26px;
    line-height: 26px;
    margin: 5px 0 0 10px;
    text-decoration: none;
    color: var(--white);
    cursor: pointer;
    float: right
}

.repairProdInfo .blueButtonSche a {
    text-decoration: none
}

.repairProdInfo button.blueButtonSche {
    border: 0
}

.repairSolOdd {
    background: var(--gray94)
}

.repairSolEven {
    background: var(--grey89)
}

.repairsolution {
    width: 95%;
    margin: 13px auto
}

#grid table {
    border-collapse: collapse
}

.repairsolcheck {
    width: 30px;
    height: 24px;
    padding: 3px 0 0 5px
}

.repairManual {
    font-size: 13px;
    color: var(--black)
}

.repairProLabel {
    width: 270px;
    font-size: 14px;
    color: var(--black);
    padding: 0 0 0 3px
}

.repairModLabel {
    width: 150px;
    font-size: 14px;
    color: var(--black);
    padding: 0
}

.repairsearchLabel {
    width: 100%;
    font-size: 14px;
    color: var(--black);
    padding: 0 0 0 3px
}

.repairProdInfo {
    width: 95%;
    margin: 5px auto
}

.repTextProdField {
    background: none repeat scroll 0 0 var(--light_grey);
    border: 1px solid var(--primary_border);
    float: left;
    height: 30px;
    line-height: 26px;
    padding: 0 0 0 6px;
    width: 276px;
    margin: 5px 0 10px 0;
    color: var(--darkGrey);
    font-size: 13px
}

.repTextModField {
    background: none repeat scroll 0 0 var(--light_grey);
    border: 1px solid var(--primary_border);
    float: left;
    height: 30px;
    line-height: 26px;
    padding: 0 0 0 6px;
    width: 165px;
    margin: 5px 0 10px 0;
    color: var(--darkGrey);
    font-size: 13px
}

.repTextSearchField {
    background: none repeat scroll 0 0 var(--light_grey);
    border: 1px solid var(--primary_border);
    float: left;
    height: 30px;
    line-height: 26px;
    padding: 0 0 0 6px;
    width: 98%;
    margin: 5px 10px 0 0;
    color: var(--darkGrey);
    font-size: 13px
}

#pldTxt {
    border: var(--white);
    color: var(--spanish_gray);
    float: left;
    font-size: 11px;
    height: 34px;
    line-height: 24px;
    padding: 0 2px;
    width: 190px
}

#pld {
    float: left;
    font-size: 11px;
    height: 24px;
    line-height: 24px;
    padding: 0 0 0;
    width: 83%;
    border-radius: 4px 0 0 4px;
}

#pld_dd_list {
    height: 220px;
    width: 300px;
    position: absolute;
    border: 1px solid var(--primary_border);
    background: var(--white);
    display: none;
    overflow-x: auto;
    overflow-y: auto
}

#pld_dd_list ul {
    list-style: none
}

#pld_dd_list ul li {
    padding: 5px 1%;
    width: 98%;
    cursor: pointer
}

#pld_dd_list ul li:hover {
    background: var(--border_light_grey)
}

#pld_close {
    width: 20px;
    height: 20px;
    background:
        /*savepage-url=images/deleteCart.png*/
        url() no-repeat
}

.repairTab3 {
    padding: 0 8px
}

.repairTab3 .repairsearchLabel {
    width: 100%;
    font-size: 14px;
    color: var(--black);
    padding: 5px 0
}

.repairTab3 .repTextSeachField {
    background: none repeat scroll 0 0 var(--light_grey);
    border: 1px solid var(--primary_border);
    float: left;
    height: 32px;
    line-height: 26px;
    padding: 0 0 0 6px;
    width: 360px;
    margin: 5px 0 10px 0;
    color: var(--spanish_gray);
    font-size: 13px
}

.repairTab3 .blueButton {
    background: var(--basic_purple);
    border: 1px solid var(--gray92);
    padding: 0 10px;
    height: 26px;
    line-height: 26px;
    margin: 8px 12px 0 10px;
    float: left;
    color: var(--white);
    cursor: pointer
}

.repairTab3 a.blueButton {
    text-decoration: none
}

.repairTab3 button.blueButton {
    border: 0
}

.repairTab3 .repairCatg {
    clear: both;
    font-size: 16px;
    font-weight: bold;
    color: var(--black)
}

.repairTab3 .repairCatList .repairUl {
    float: left;
    margin-right: 25px
}

.repairTab3 .repairCatList>ul {
    float: left
}

.repairTab3 .repairCatList>ul>li {
    border-bottom: 1px var(--primary_border) solid;
    width: 220px;
    line-height: 10px;
    padding: 8px 0;
    height: auto;
    color: var(--basic_purple);
    font-size: 13px
}

.repairTab3 .repairCatList>ul>li:hover {
    border-bottom: 1px var(--primary_border) solid;
    width: 220px;
    line-height: 10px;
    padding: 8px 0;
    height: auto;
    color: var(--darkGrey);
    font-size: 13px
}

.repairTab3 .repairCatList>ul>li a {
    color: var(--basic_purple);
    line-height: 15px;
    padding-right: 10px;
    text-decoration: none
}

.repairTab3 .repairCatList>ul>li a:hover {
    color: var(--darkGrey)
}

.repairTab4 .repairContUs .repairCounry {
    color: var(--black);
    font-size: 14px;
    margin: 20px 0 20px 20px;
    width: 97%
}

.repairTab4 .repairContUs .repairCounry td {
    width: 200px;
    vertical-align: top
}

.repairTab4 .repairContUs .repairCounry .repairMailID {
    color: var(--basic_purple);
    font-size: 14px;
    float: right;
    padding: 0;
    text-decoration: underline;
    width: 200px;
    word-wrap: break-word
}

.repairTab4 .repairContUs .repairCounry .repairMailID a {
    text-decoration: underline;
    color: var(--basic_purple);
    width: 200px
}

.repairTab4 .repairContUs .repairCentFind {
    padding: 0 0 0 25px;
    color: var(--black);
    font-weight: bold;
    font-size: 14px
}

.repairCenterLoc {
    width: 200px;
    height: 27px;
    font-size: 13px;
    color: var(--black);
    vertical-align: top;
    margin: 0 20px;
    padding: 0 0 0 10px
}

.repairManualParent {
    width: 93%;
    margin: 15px 0 10px 25px
}

.repairBannerComp {
    width: 300px;
    background: var(--white);
    height: 375px;
    margin: 0 15px 0 10px;
    float: left
}

.repairBannerComp h3 {
    float: left;
    margin: 17px 0 0
}

.repairTopSlot {
    float: left;
    margin: 15px 0 10px 0
}

.repairFirstSlot {
    height: 375px
}

.repairTabSlot {
    width: 500px;
    background: var(--gray92);
    float: left;
}

.repairBannerPar {
    float: left;
    margin: 7px 0;
}

.TabbedPanels {
    overflow: hidden;
    margin: 0;
    padding: 0;
    clear: none;
    width: 100%;
    background: var(--white)
}

.TabbedPanelsTabGroup {
    margin: 0;
    padding: 0;
    background: var(--white)
}

.TabbedPanelsTab {
    position: relative;
    top: 1px;
    float: left;
    padding: 7px 10px;
    font-size: 12px;
    color: var(--black);
    background-color: var(--white);
    list-style: none;
    border-left: solid 1px var(--grey80);
    border-bottom: solid 1px var(--grey80);
    border-top: solid 1px var(--grey80);
    -moz-user-select: none;
    -khtml-user-select: none;
    cursor: pointer
}

.TabbedPanelsTabHover {
    background-color: var(--grey80)
}

.TabbedPanelsTabSelected {
    background-color: var(--gray92);
    border-bottom: 1px solid var(--super_silver_grey)
}

.TabbedPanelsTab a {
    color: black;
    text-decoration: none
}

.TabbedPanelsContentGroup {
    clear: both;
    border-left: solid 1px var(--grey80);
    border-bottom: solid 1px var(--grey80);
    border-top: solid 1px var(--grey80);
    border-right: solid 1px var(--grey80);
    background-color: var(--gray92)
}

.TabbedPanelsContent {
    overflow-y: auto;
    overflow-x: hidden;
    padding: 4px;
    height: 338px
}

.VTabbedPanels {
    overflow: hidden;
    zoom: 1
}

.VTabbedPanels .TabbedPanelsTabGroup {
    float: left;
    width: 10em;
    height: 20em;
    background-color: var(--super_silver_grey);
    position: relative;
    border-top: solid 1px var(--gray60);
    border-right: solid 1px var(--gray60);
    border-left: solid 1px var(--grey80);
    border-bottom: solid 1px var(--grey80)
}

.VTabbedPanels .TabbedPanelsTab {
    float: none;
    margin: 0;
    border-top: 0;
    border-left: none;
    border-right: 0
}

.VTabbedPanels .TabbedPanelsTabSelected {
    background-color: var(--super_silver_grey);
    border-bottom: solid 1px var(--gray60)
}

.VTabbedPanels .TabbedPanelsContentGroup {
    clear: none;
    float: left;
    padding: 0;
    width: 30em;
    height: 20em
}

@media print {
    .TabbedPanels {
        overflow: visible !important
    }

    .TabbedPanelsContentGroup {
        display: block !important;
        overflow: visible !important;
        height: auto !important
    }

    .TabbedPanelsContent {
        overflow: visible !important;
        display: block !important;
        clear: both !important
    }

    .TabbedPanelsTab {
        overflow: visible !important;
        display: block !important;
        clear: both !important
    }
}

.serviceReq-login {
	color: var(--secondary_medium_grey);
    text-align:left !important;
    bottom:10px;
    position:relative;
    float:left;
}

.repairReqParent {
    margin: 0 0 0 20px
}

.repairForm {
    margin: 0 0 20px 0
}

.repairForm td {
    padding: 10px 5px 5px 0
}

.repairForm tr td {
    vertical-align: top
}

.repairReqParent .selectField {
    background: none repeat scroll 0 0 var(--light_grey);
    border: 1px solid var(--primary_border);
    float: left;
    height: 34px;
    line-height: 30px;
    padding: 3px 2px;
    width: 215px;
    color: var(--darkGrey);
    font-size: 13px
}

.repairReqParent .select-waranty {
    background: none repeat scroll 0 0 var(--light_grey);
    border: 1px solid var(--primary_border);
    float: left;
    height: 34px;
    line-height: 30px;
    padding: 3px 2% 6px 0;
    width: 215px;
    color: var(--darkGrey);
    font-size: 13px;
    margin: 5px 0 0 3px
}

.repairReqParent .selectFieldRental {
    background: none repeat scroll 0 0 var(--light_grey);
    border: 1px solid var(--primary_border);
    float: left;
    height: 34px;
    line-height: 30px;
    padding: 3px 2% 6px 0;
    width: 215px;
    color: var(--darkGrey);
    font-size: 13px
}

.repairForm .labelTxt {
    margin: 8px 0 0 0;
    width: 100%;
    float: left;
    text-align: right;
    font-size: 14px;
    color: var(--black)
}

.repairReqParent .repTextField {
    background: none repeat scroll 0 0 var(--light_grey);
    border: 1px solid var(--primary_border);
    float: left;
    height: 30px;
    line-height: 26px;
    padding: 0 0 0 6px;
    width: 207px;
    color: var(--darkGrey);
    font-size: 13px
}

.repairReqParent .repTextFieldDisab {
    background: none repeat scroll 0 0 var(--light_grey);
    border: 1px solid var(--primary_border);
    float: left;
    height: 30px;
    line-height: 26px;
    padding: 0 0 0 6px;
    width: 207px;
    color: var(--grey67);
    font-size: 13px
}

.repairReqParent .repairtextarea {
    resize: none;
    background: none repeat scroll 0 0 var(--light_grey);
    border: 1px solid var(--primary_border);
    width: 203px;
    padding: 5px;
    vertical-align: text-top;
    color: var(--darkGrey);
    font-size: 13px
}

.repairLeftLable {
    text-align: right;
    padding-bottom: 15px !important;
    margin: 10px 0;
    color: var(--black);
    font-size: 13px
}

.repairLeftLableTxt {
    text-align: right;
    padding-right: 20px;
    color: var(--black);
    font-size: 14px
}

.repairSelField {
    width: 200px
}

.repairTextField {
    width: 200px
}

.repairRightLable {
    text-align: right;
    color: var(--black);
    font-size: 14px;
    padding-bottom: 15px !important
}

.repairRightLable1 {
    text-align: right;
    color: var(--black);
    font-size: 14px
}

.patientUse,
.followupQue {
    text-align: right;
    float: left;
    color: var(--black);
    font-size: 14px;
    margin-top: 2px
}

.repairWaruse {
    width: 147px;
    text-align: right;
    float: left;
    color: var(--black);
    font-size: 14px;
    margin-top: 8px
}

.repairOption {
    display: block;
    width: 215px;
    padding: 8px 0 0 8px;
    color: var(--black);
    font-size: 13px
}

.repairOccurance label {
    color: var(--black);
    font-size: 14px
}

.repairDiscText {
    float: left;
    width: 225px
}

.repairReqParent .repairDisctextarea {
    resize: none;
    background: none repeat scroll 0 0 var(--light_grey);
    border: 1px solid var(--primary_border);
    width: 215px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    display: inline-block;
    overflow: hidden;
    position: relative;
    padding: 0 5px;
    margin-left: 0;
    margin: 3px 0 3px 0;
    vertical-align: text-top;
    color: var(--grey67);
    font-size: 13px;
    word-wrap: break-word
}

@media screen\0 {
    .repairReqParent .repairDisctextarea {
        margin: 5px 0 0 0
    }
}

.repairForm .repairCustType {
    width: 140px;
    text-align: right;
    float: left;
    color: var(--black);
    font-size: 14px;
    margin: 2px 0 0 0
}

.tabIcon {
    background:
        /*savepage-url=../images/icon.png*/
        url() no-repeat
}

.repairForm .blueButton {
    background: var(--basic_purple);
    border: 1px solid var(--gray92);
    padding: 0 15px;
    height: 26px;
    line-height: 26px;
    float: left;
    color: var(--white);
    cursor: pointer
}

.repairForm a.blueButton {
    text-decoration: none
}

.repairForm button.blueButton {
    border: 0
}

.repair-RentConfirm {
    margin-top: 6px
}

.repair-ContName {
    width: 210px
}

.error-msg {
    color: red
}

.repairForm .labelTxtExtn,
.repairForm .modelLabel {
    width: 100%;
    float: left;
    text-align: right;
    font-size: 14px;
    color: var(--black)
}

.repairDisc,
.followUpDisc {
    text-align: right;
    color: var(--black);
    vertical-align: middle;
    padding: 10px 5px 0 0;
    font-size: 14px
}

.repairOccurance {
    float: left;
    margin: 0 10px 0 5px;
    width: 230px
}

.repairWarOccurance {
    float: left;
    margin: 6px 10px 0 5px;
    width: 230px
}

.help-img {
    margin: 8px 0 0 0;
    height: 22px;
    cursor: pointer
}

.repair-borderT {
    border-top: 1px solid var(--primary_border) !important;
    padding: 15px 5px !important
}

.repair-borderB {
    border-bottom: 1px solid var(--primary_border) !important;
    padding: 10px 5px 15px 5px !important
}

.repair-borderB label {
    color: var(--black);
    font-size: 14px
}

.repair-confirmation {
    margin-top: 6px
}

.repair-confirmation label {
    color: var(--black)
}

#helpicon {
    display: inline-block;
    margin: 4px 0 -6px 4px;
    width: 22px;
    position: relative;
    top: 5px
}

.repairtext-error {
    color: var(--red);
    margin: 0 0 0 4px
}

.helpicon-pos {
    padding: 10px 5px 10px 0 !important
}

.consumer-value {
    padding-left: 0 !important
}

.repairReqParent .disctextarea {
    resize: none;
    background: none repeat scroll 0 0 var(--light_grey);
    border: 1px solid var(--primary_border);
    width: 215px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    display: inline-block;
    overflow: hidden;
    position: relative;
    padding: 0 5px;
    margin-left: 0;
    margin: 5px 0 5px 2px;
    vertical-align: text-top;
    color: var(--darkGrey);
    font-size: 13px;
    word-wrap: break-word
}

@media screen\0 {
    .repairReqParent .disctextarea {
        margin: 5px 0 0 3px
    }
}

.repairForm .rentConfirm {
    width: 100%;
    float: left;
    text-align: right;
    font-size: 14px;
    color: var(--black);
    margin: 8px 0 0 0
}

.cookiepage-parent {
    width: 700px;
    padding: 125px 0 0 10px
}

.cookiepage-content {
    color: var(--darkGrey);
    font-size: 14px;
    font-family: var(--ge_font_family_base)
}

.cookiepage-link {
    padding: 20px 0 0 0
}

.cookieBlueButtonForPopup {
    background: var(--basic_purple);
    border: 1px solid var(--gray92);
    padding: 0 15px;
    height: 26px;
    line-height: 26px;
    margin: 0 12px 0 0;
    float: left;
    color: var(--white);
    cursor: pointer;
    font-size: 14px;
    font-family: var(--ge_font_family_base)
}

.cookieBlueButtonForPopup a {
    text-decoration: none;
    color: var(--white)
}

.button.cookieBlueButtonForPopup {
    border: 0
}

.cookietopContainer {
    width: 100%;
    background:
        /*savepage-url=../images/pageBG.png*/
        url(data:image/png;resource=21;base64,) repeat-y top center;
    float: left;
    height: 600px;
    overflow: hidden
}

.cookieLogoContainer {
    float: left;
    width: 100%;
    margin: 27px 0 0 0
}

.blueerrorinfo {
    color: var(--basic_purple);
    font-size: 13px;
    width: 150px;
}

.checkoutTncText a {
    color: var(--basic_purple)
}

.partsLookupHome .partsinfoHeading {
    font-weight: normal;
    border-bottom: 1px solid var(--grey81);
    padding: 0 0 5px 0;
    font-size: 15px;
    color: var(--orange)
}

.repairaboutUsLeft {
    width: 729px;
    margin: 0 10px 0 0;
    float: left
}

.repairaboutUsLeft h2 {
    color: var(--orange);
    font-size: 30px;
    font-weight: normal;
    margin: 5px 0
}

.tab1Fields .repair-sel-dynmc .modelselectField {
    background: none repeat scroll 0 0 var(--light_grey);
    border: 1px solid var(--primary_border);
    float: left;
    height: 25px;
    line-height: 30px;
    padding: 3px 2px;
    width: 206px;
    color: var(--black);
    overflow-y: hidden
}

.repair-sel-dynmc .ui-menu {
    list-style: none;
    padding: 2px;
    margin: 2px;
    display: block;
    float: left;
    background-color: white
}

.repairleftWidth {
    width: 150px
}

.repairTypeWidth {
    width: 235px
}

.repairrightWidth {
    width: 160px
}

.repairSelectWidth {
    width: 230px
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px
}

.repairReqParent .modelTabselectField {
    background: none repeat scroll 0 0 var(--light_grey);
    border: 1px solid var(--primary_border);
    float: left;
    height: 25px;
    line-height: 30px;
    padding: 3px 2px;
    width: 208px;
    color: var(--darkGrey);
    overflow-y: hidden
}

.autoCompleterrorInfo {
    width: 100%;
    position: relative;
    top: 31px;
    color: red;
    margin: 4px 0 0 0
}

.miniCartInner ul li .productInfo .itemNumberCartPopup {
    color: var(--orange);
    margin: 5px 0;
    padding: 0;
    height: auto;
    border: 0;
    float: left
}

.itemNumberCartPopup {
    width: 163px;
    height: 24px;
    border: 1px solid var(--grey81);
    float: left;
    padding: 0 5px;
    word-wrap: break-word
}

.regPhoneTxtFieldANZ {
    width: 205px !important;
    margin-right: 3px;
    background: none repeat scroll 0 0 var(--light_grey);
    border: 1px solid var(--primary_border);
    float: left;
    height: 26px;
    line-height: 26px;
    padding: 3px 2%
}

.tempBannerProductPage {
    margin-left: 104%;
    margin-top: -75%
}

.repDateField {
    background: none repeat scroll 0 0 var(--light_grey);
    border: 1px solid var(--primary_border);
    float: left;
    height: 30px;
    line-height: 26px;
    padding: 0 0 0 6px;
    width: 78px;
    margin-right: 6px;
    color: var(--darkGrey);
    font-size: 13px
}

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 24px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 23px
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.addMemberPopupTable tr td input[type="text"],
.addMemberPopupTable tr td input[type="email"] {
    height: 27px !important;
    width: 220px !important
}

.addMemberPopupTable table tr td .memberPrefferLang {
    width: 220px !important
}

.addMemberPopupTable table tr td .memberRole {
    width: 300px !important
}

.addMemberPopupTable table tr.memberButtonPanel td {
    padding-top: 15px
}

.popupAddMemeberBody {
    width: 100%
}

.popupTitleMember .popupTitle {
    font-size: 25px
}

.memberPopupBody {
    margin-left: 25px;
    width: 93.2% !important
}

.registerOptions {
    width: 95%
}

.popupBodysignIn .repairPopupTitle {
    text-align: right
}

.registerOptions .signInPopupLeft {
    width: 40%
}

.registerOptions .signInPopupRight {
    width: 48%
}

.registerOptions .registerOptionsDiv {
    overflow: hidden;
    margin-bottom: 30px
}

.closePopup {
    cursor: pointer
}

.captureImage {
    font-weight: bold;
    color: black;
    margin-top: 15px
}

.captureImage img {
    margin-top: 10px
}

.repairPopupTitle {
    width: 100%;
    font-size: 23px;
    color: var(--basic_purple);
    font-weight: normal
}

.repairPopupTitle p {
    width: 97%;
    float: left
}

.repairPopUpContent {
    width: 100%;
    max-height: 340px;
    overflow-y: auto;
    margin-bottom: 20px
}

.repairPopUpContent .repairPopupDetails {
    float: left;
    width: 100%;
    margin-bottom: 20px
}

.additionalFields input[type="text"] {
    float: left
}

.checkUser {
    width: 45px;
    margin: 3px 0 0 2px;
    padding: 0;
    text-align: center
}

.passwordConstraint {
    float: left;
    width: 205px;
    font-size: 11px
}

.registrationForm .challengeRow td ul {
    float: left;
    width: 100%
}

.registrationForm tr td {
    padding-top: 10px
}

.registrationForm .challengeRow td ul.challengeFields li {
    width: 42%;
    float: left
}

.registrationForm .challengeRow td ul.challengeFields li.challengeResponse {
    margin-left: 10%
}

.registrationForm .challengeRow td ul.challengeFields li.challengeResponse .regPhoneTxtField {
    width: 100% !important
}

.registrationForm .challengeRow td ul.challengeFields li.challengeResponse p {
    float: left;
    font-size: 11px
}

.registrationForm .challengeRow td ul.challengeFields li select {
    width: 100%
}

.captureBtnPanel {
    float: left;
    margin: 10px 0 0 10px
}

.termsAgree {
    border: 1px solid var(--light_grey);
    margin-top: 5px;
    padding-left: 5px
}

.popUpContainer {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1350px;
    background:
        /*savepage-url=../images/opaque_bg.png*/
        url();
    z-index: 1001
}

.popupInnerDiv {
    background: var(--white);
    height: auto;
    position: absolute;
    padding: 16px 26px 16px 20px
}

.repairPopUpContent .repairPopupDetails .repairDetailsUl {
    float: left;
    width: 100%
}

.repairPopUpContent .repairPopupDetails .repairDetailsUl .repairDetailsList {
    float: left;
    width: 50%
}

.repairPopUpContent .repairPopupDetails .repairDetailsUl li ul li {
    float: left;
    width: 42%;
    margin-left: 3%;
    padding: 3px 0
}

.repairPopUpContent .repairPopupDetails .repairDetailsUl li ul li.labelName {
    width: 50%;
    font-weight: bold
}

.repairInnerDetails {
    float: left;
    width: 48.7%;
    margin-left: 1%
}

.repairInnerDetails p {
    margin-left: 4px
}

.closePopup {
    cursor: pointer
}

.detailHeading {
    padding: 10px 8px;
    background: var(--grey80);
    font-weight: bold;
    color: black
}

.sortedImageDown,
.sortedImageUp {
    height: 13px;
    width: 13px;
    margin: 0;
    width: 100%;
    text-align: right;
    margin-top: 0;
    float: right;
    width: 15%;
    cursor: pointer
}

.tdText {
    width: 70%;
    float: left;
    text-align: left;
}

.tandcRight {
    /* font-family: "geinspirapitch" */
}

.registrationForm .selectRole {
    width: 300px
}

.viewMoreGreyButton {
    background: var(--palladium_grey);
    border: 1px solid var(--gray92);
    padding: 3px 10px;
    height: 15px;
    line-height: 10px;
    margin: 5px 10px 0 5px;
    float: left;
    color: var(--white);
    text-decoration: none;
    cursor: pointer;
    cursor: hand
}

td.labelName {
    font-weight: bold
}

table.dataTable thead tr th {
    color: var(--white);
    background-position: right top;
}

#ssarequest thead tr th {
    color: var(--black) !important;
    text-align: center;
}

#ssarequest #heading_prelast {
    background-position: 200px center !important;
}

table.dataTable thead .sorting {
    background:
        /*savepage-url=../images/arrows.png*/
        url() no-repeat var(--light_grey);
    float: none;
    background-position: 175px center;
}

table.dataTable thead .sorting_asc {
    background:
        /*savepage-url=../images/arrows.png*/
        url() no-repeat var(--light_grey);
    float: none;
    background-position: 175px center;
    color: var(--white);
    text-align: left;
}

table.dataTable thead .sorting_desc {
    background:
        /*savepage-url=../images/arrows.png*/
        url() no-repeat var(--light_grey);
    float: none;
    background-position: 175px center;
    color: var(--white);
    text-align: left;
}

.dataTables_info {
    float: left;
    margin: 10px 0 0 10px
}

.dataTables_paginate {
    float: right;
    margin: 10px 15px 0 0
}

.dataTables_paginate a {
    color: var(--basic_purple);
    cursor: pointer;
    margin-left: 2.5px;
    margin-right: 2.5px
}

.dataTables_paginate a.current {
    border: 0;
    color: var(--basic_purple);
    cursor: pointer;
    font-weight: bold;
    margin-left: 2.5px;
    margin-right: 2.5px
}

#spinningImage {
    /* text-align: left;
    margin-left: 25%; 
    display: none*/
}

.blueButtonresg {
    background: none repeat scroll 0 0 var(--palladium_grey);
    border: 1px solid var(--gray92);
    color: var(--white);
    cursor: none;
    float: left;
    height: 26px;
    line-height: 26px;
    margin: 0 12px 0 0;
    padding: 0 30px
}

a.blueButtonresg {
    text-decoration: none
}

button.blueButtonresg {
    border: 0
}

.custErrorOkButton {
    margin: 0 0 0 160px;
    text-align: center
}

.acDtl.fl.customerDetailsInfo {
    width: 47%
}

.acDtl.fl.billingAddressInfo {
    width: 47%
}

.billingAddressInfo td.subhead {
    text-align: left;
    color: var(--grey40);
    padding: 3px 20px
}

.acDtl td.subhead {
    text-align: left;
    color: var(--grey40);
    padding: 3px 20px
}

.registrationform {
    margin-left: 15px
}

.registrationform .accountDetails ul {
    width: 23%;
    float: left;
    min-height: 141px;
    border-right: var(--primary_border) 1px solid;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
    padding-right: 8px
}

.registrationform ul li {
    min-height: 60px
}

.registrationForm .errorInfo {
    min-height: 15px
}

.registrationform .customerInformation ul {
    width: 23%;
    float: left;
    border-right: var(--primary_border) 1px solid;
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 8px
}

.registrationForm .regTxtField {
    height: inherit
}

.registrationForm label {
    width: 100%;
    float: left;
    text-align: left;
    margin: 0 0 2px 0;
    color: var(--black);
    font-weight: normal;
    font-size: 14px
}

.registrationForm span.required {
    margin-left: 2px
}

.registrationform .regTextFieldDisab {
    background: none repeat scroll 0 0 var(--light_grey);
    border: 1px solid var(--primary_border);
    float: left;
    height: 30px;
    line-height: 26px;
    padding: 0 0 0 6px;
    width: 207px;
    color: var(--grey67);
    font-size: 13px
}

.registrationForm ul.lastCol {
    border-right: none !important
}

#warantydisplay .repairDiscText {
    float: right;
    display: block
}

#RegisterPanel .popupFooter {
    margin: -5px 0 0 50px;
    width: 84%
}

.infoTxt li {
    padding: 0
}

.memberSelectLangRole {

    height: 32px;
    margin: 6px 0 0;
    width: 225px
}

.userInfo {
    color: var(--white);
    float: right;
    line-height: 31px;
    overflow: hidden;
    padding: 0 10px 0 0;
    text-align: right !important;
    white-space: nowrap;
    width: 250px;
    word-wrap: break-word
}

#minicart_data {
    color: var(--white)
}

.quoteHide {
    display: none;
}

.quoteShow {
    display: block;
}

a.download_pdf {
    background:
        /*savepage-url=../images/download_pdf.jpg*/
        url() left center no-repeat;
    padding: 0 0 30px 30px;
    color: var(--darkGrey);
    line-height: 23px;
}

.printQuoteButton {
    background: var(--basic_purple);
    border: 1px solid var(--gray92);
    padding: 0 30px;
    height: 26px;
    line-height: 26px;
    margin: 4px 0px 0 0;
    float: right;
    cursor: pointer;
}

.printQuoteButton a {
    color: var(--white);
    text-decoration: none;
}

.mvItemDetails {
    width: 104%;
    float: left;
    margin-left: -15px;
    margin-top: 0px;
    list-style-type: none;
}

.mvItemDetails li {
    list-style-type: none !important;
    float: left;
    width: 35% !important;
    border-right: 1px solid var(--plaster_grey) !important;
}

.catalogView .mvItemDetails li {
    width: 30% !important;
}

.mvItemDetails li:last-child {
    border-right: none !important;
}

.paddingL {
    padding-left: 20px !important;
}

.paddingL15 {
    padding-left: 15px !important;
}

.mvItemDetails label {
    color: var(--nobel_grey);
}

.mvItemDetails div {
    font-weight: bold;
}

.clear {
    clear: both;
    padding: 0 0;
}

hr {
    border: 0;
    border-top: 1px solid var(--plaster_grey);
    margin: 0;
}

.condition {
    width: 17% !important;
}

.productInfo .mvItemDetails,
.catalogueList .mvItemDetails,
.productInfo .mvItemDetails ul {
    margin-left: 0;
}


.mvItemDetails ul {
    width: 100%;
    float: left;
    margin-left: -10px;
    margin-bottom: 4px;
    list-style-type: none;
}

#MVDetails ul li {
    font-weight: normal !important;
    list-style-type: none;
}

.mvProductTerms a {
    color: var(--vivid_cerulean_blue);
}

.mvProductTerms a:hover {
    color: var(--darkGrey);
}

.mvProductTerms {
    float: left;
    margin: 20px 0 0 0;
}

.searchMVProductDetails {
    float: left;
    width: 100%;
    margin-bottom: -90px;
    margin-left: 30px;
}

.searchMVProductDetails ul {
    width: 100%;
    margin: -56px 0 0px 0;
    margin-left: 71px
}

.searchMVProductDetails ul li {
    width: 100%;
    padding: 0px;
    height: 20px;
    margin: 5px 0 0px 0;
    border: none;
}


.productUsedType,
.productItemNumber,
.productUsedTypeCheckoutflow,
.productUsedTypeOrderConfirmation {
    color: var(--product_description_grey) !important;
    margin: 4px 0 0 0;
}

.productManufacturerCartPage,
.productManufacturer {
    color: var(--product_description_grey) !important;
    margin: 4px -1px 0 0px;
    display: block;
}

.productManufacturer {
    color: var(--product_description_grey) !important;
}

.productUsedTypeOrderConfirmation {
    color: var(--black);
}

.productManufacturerCartPage b,
.productUsedType b,
.productManufacturer b,
.productUsedTypeCheckoutflow b,
.productUsedTypeOrderConfirmation b {
    color: var(--black);
    font-weight: normal;
    margin-left: 5px;
}

.productItemNumberCheckoutFlow {
    margin: 4px 0 0 0;
    color: var(--black);
}

.productItemNumber a {
    color: var(--black);
    border-bottom: 1px solid var(--grey80);
    text-decoration: none;
}

.productItemNumber {
    margin-top: 10px;
}

.ssaminputFld:focus {
    border: 1px solid var(--midnight_blue);
    outline: none;
    font-weight: normal;
    font-size: 14px;
    color: blue
}

.ssaminputFld {
    height: 30px;
    width: 250px;
    color: var(--midnight_blue);
    border: 2px solid var(--orange);
    outline: 1px;
}

.trssaTableHeader th {
    border: 0;
    color: var(--black);
    background-color: var(--platinum);
    font-size: 13px;
    text-align: center;
}

.customSelect {
    font-size: 1em;
    color: var(--dark_midnight_blue);
    padding: 10px 20px;
    background: var(--light_grey)
        /*savepage-url=../images/arrow-select.png*/
        url() no-repeat 95% 50%;
    border: 0;
    -webkit-box-shadow: 0px 0px 5px var(--black);
    -moz-box-shadow: 0px 0px 5px var(--black);
    box-shadow: 0px 0px 5px var(--black);
}

.ssaInputTx {
    font-family: var(--ge_font_family_base) !important;
    font-size: 1em;
    color: var(--dark_midnight_blue);
    padding: 10px 20px;
    background: var(--light_grey);
    border: 0;
    -webkit-box-shadow: 0px 0px 5px var(--black);
    -moz-box-shadow: 0px 0px 5px var(--black);
    box-shadow: 0px 0px 5px var(--black);
}

.inputFld {
    font-size: 1em;
    color: var(--dark_midnight_blue);
    padding: 10px 20px;
    border: 0;
    -webkit-box-shadow: 0px 0px 5px var(--black);
    -moz-box-shadow: 0px 0px 5px var(--black);
    box-shadow: 0px 0px 5px var(--black);
}

.inputFld:focus {
    border: 1px solid var(--midnight_blue);
    outline: none;
    font-weight: normal;
    font-size: 14px;
    color: blue;
    font-size: 1em;
    color: var(--dark_midnight_blue);
    padding: 10px 20px;
    background: var(--light_grey)
}

.ssaTerms {
    width: 700px;
    height: 200px;
    overflow: auto;
    background-color: var(--light_grey);
}

#ssarequest {
    border: 0px;
    border-collapse: collapse;
    color: var(--black);
}

/*#ssarequest tr.reportTableHeader th {  background: url("../images/arrow-select.png") no-repeat var(--grey80);
  background-position: right 5px;
  color: var(--black) !important;
  }*/
.reportTable #ssarequest_wrapper table tr td {
    border-right: 0px;
    color: var(--black);
    text-align: center;
    padding: 8px 0;
}

/**** For add button in SSA****/
#dvssaAddEqup {
    text-align: center;
    width: 100%;
    height: 26px;
}

#addssa1 {
    background: var(--basic_purple);
    border: 1px solid var(--basic_purple);
    padding: 0 67px;
    height: 40px;
    line-height: 26px;
    color: var(--white);
    cursor: pointer;
    margin: 12px auto;
    float: none;
    display: block;
    text-decoration: none;
    font-size: 18px;
    color: var(--white);
}

#addssa2 {
    height: 40px;
    line-height: 0;
    padding: 0 75px;
}

#dvssaTblStep3 {
    float: left;
    width: 100%;
    background: var(--grey80);
}

#dvssaTblStep3 table {
    width: 100%;
}

#serviceAccess .customSelect {
    font-size: 1em;
    color: var(--dark_midnight_blue);
    padding: 10px 20px;
    border: 0;
    background: var(--white);
    padding: 4px 0px 4px 3px;
}

#dvssaMedicalEquip {
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
}

.fntDvSec {
    font-size: 14px;
    color: var(--saffron);
    font-weight: bold;
}

.mfntDvSec {
    margin-left: 40;
    font-size: 14px;
    color: var(--black);
    font-weight: bold;
}

.mLPad {
    width: 60;
}

#dvTermsCond .content {
    padding: 20px;
}

.inactived_btn {
    font-size: 15px;
    padding: 20px 75px;
    float: right;
    background: var(--light_grey) url(../images/arrow-inactive.png) 85% 50% no-repeat;
    color: var(--primary_border);
    border: 0;
    -webkit-box-shadow: 0px 0px 5px var(--black);
    -moz-box-shadow: 0px 0px 5px var(--black);
    box-shadow: 0px 0px 5px var(--black);
    line-height: 2px;
}

.actived_btn {
    font-size: 15px;
    padding: 20px 75px;
    float: right;
    background: var(--cyan-blue) url(../images/arrow-active.png) 85% 50% no-repeat;
    color: var(--white);
    border: 0;
    -webkit-box-shadow: 0px 0px 5px var(--black);
    -moz-box-shadow: 0px 0px 5px var(--black);
    box-shadow: 0px 0px 5px var(--black);
    cursor: pointer;
    line-height: 0px;
    cursor: pointer;
}

#ckTAC {
    opacity: 0;
    height: 27px;
    width: 27px;
    top: 5px;
    left: -2px;
    z-index: 9999;
    position: relative;
}

#ckTAC:checked+label {
    font-family: var(--ge_font_family_base);
    font-size: 1em;
    background: url(../images/check-on.png) no-repeat;
    height: 27px;
    width: auto;
    display: inline-block;
    padding: 0 0 0 24px;
    top: -8px;
    left: -34px;
    z-index: 1;
    position: relative;
}

#ckTAC+label {
    font-family: var(--ge_font_family_base);
    font-size: 1em;
    background: url(../images/check-off.png) no-repeat;
    height: 27px;
    width: auto;
    display: inline-block;
    padding: 0 0 0 24px;
    top: -8px;
    left: -34px;
    z-index: 1;
    position: relative;
}

.color_transparent {
    color: transparent;
}

.scrollContent .content {
    background-color: var(--plaster_grey);
    padding: 15px;
}

.scrollContent {
    -webkit-box-shadow: 0px 0px 5px var(--black);
    -moz-box-shadow: 0px 0px 5px var(--black);
    box-shadow: 0px 0px 5px var(--black);
    height: 200px;
    overflow: auto;
}

#hcSSARoleSelectionForm .inputFld {
    width: 340px;
    background-color: var(--light_grey);
    border: 1px solid var(--light_grey);
    padding: 10px 5px;
}

.termaccept {
    display: inline-block;
    position: relative;
    top: -7px;
    margin: 0;
}

.tccheckbox span {
    width: 27px;
    height: 27px;
    display: inline-block;
    margin-top: 25px;
    margin-right: 5px;
    background: url(../images/check-off.png) no-repeat;
}

.tccheckbox input {
    display: none;
}

.tccheckbox input:checked+span {
    background: url(../images/check-on.png) no-repeat;
}

.termsbox {
    height: 90px;
}

#dvRequesterInfo input,
#dvFacilityInfo table input,
#dvEquipOwnerInfo table input,
#dvDistributorInfo table input,
#dvServiceProviderInfo table input {
    width: 205px;
    padding: 10px;
    font-size: 1em;
    color: var(--dark_midnight_blue);
    border: 0;
    -webkit-box-shadow: 0px 0px 5px var(--black);
    -moz-box-shadow: 0px 0px 5px var(--black);
    box-shadow: 0px 0px 5px var(--black);
}

#dvFacilityInfo table .customSelect,
#dvEquipOwnerInfo table .customSelect,
#dvDistributorInfo table .customSelect,
#dvServiceProviderInfo table .customSelect {
    width: 225px;
    padding: 9px 8px;
}

#dvRequesterInfo,
#dvFacilityInfo,
#dvEquipOwnerInfo,
#dvDistributorInfo,
#dvServiceProviderInfo {
    background: var(--plaster_grey);
    padding: 20px 0;
    margin-bottom: 30px;
}

.ssalblSection p {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

table.dataTable thead .sorting:last-child {
    background: var(--light_grey);
}

#medicalinfotable {
    margin: 35px 0 0 195px;
    width: 700px;
}

.mediifowarapper {
    background: var(--plaster_grey);
    overflow: hidden;
}

.repairForm input,
.repairForm select {
    /*font-family: var(--ge_font_family_base) !important;*/
    font-size: 1em;
    color: var(--dark_midnight_blue);
    padding: 10px 20px;
    border: 0;
    -webkit-box-shadow: 0px 0px 5px var(--black);
    -moz-box-shadow: 0px 0px 5px var(--black);
    box-shadow: 0px 0px 5px var(--black);
    width: 230px;
}

.repairForm input[type="radio"] {
    width: auto;
    box-shadow: none;
}

.roleSelectionInnerTable {
    background: var(--plaster_grey);
    padding: 20px 10px;
    margin-bottom: 30px;
    width: 100%;
    clear: both;
}

.roleSelectionInnerTable img {
    margin-left: 10px;
    vertical-align: middle;
}

.roleSelectionInnerTable .inputFld {
    width: 250px;
    background-color: var(--white);
    border: 1px solid var(--white);
    padding: 10px 5px;
}

#dvFacilityInfo table input.longinput,
#dvEquipOwnerInfo table input.longinput,
#dvDistributorInfo table input.longinput,
#dvServiceProviderInfo table input.longinput {
    width: 447px;
}

.backButtonStep {
    background: var(--white);
    border: 1px solid var(--cyan-blue);
    color: var(--cyan-blue);
}

#addServiceRequestFormID {
    margin-top: 20px;
}

.equipmentinfoheader {
    margin-top: 30px;
    overflow: hidden;
    clear: both;
}

select[disabled] {
    background: var(--grey80) !important;
    color: var(--light_grey) !important;
}

.removebutton {
    border: none;
    background: none;
    color: var(--cyan-blue);
    float: right;
    cursor: pointer;
}

#ssarequest_wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
}

#ssaRequestSuccessPopDiv {
    height: 170px;
    padding: 15px;
}

.tandcRightNoMargin .reportTable table {
    border: 0 none;
    margin: 0;
}

.page-ssasteptwo .aboutUsLeft,
.page-ssasteptwo .leftPanel {
    width: 100%;
    margin: 0;
}

.searchField {
    height: 29px;
}

.backButtonStep {
    text-align: center;
    background: var(--white)
        /*savepage-url=../images/arrow_back.png*/
        url() 20% 50% no-repeat;
    height: 40px;
    line-height: 40px;
    padding: 0 80px;
    text-decoration: none;
}

#dvEquipOwnerInfo {
    background: var(--soft_blue);
}

.page-ssasteptwo .aboutUsLeft h2,
.page-SSAserviceRequestPage h2 {
    color: inherit;
    font-size: 20px;
}

#ssareqform div.contentDiv .content {
    clear: both;
    overflow: hidden;
}

#ssareqform div.contentDiv h2 {
    font-size: 20px;
    font-weight: normal;
    margin: 5px 0;
    clear: both;
}

.page-ssasteptwo .breadcrumb ul,
.page-SSAserviceRequestPage ul {
    margin: 0;
}

.page-ssasteptwo .errorInfo {
    margin: 0;
}

.page-ssasteptwo .searchField {
    height: 29px;
    width: 339px;
}

#dvRequesterInfo input:focus,
#dvFacilityInfo table input:focus,
#dvEquipOwnerInfo table input:focus,
#dvDistributorInfo table input:focus,
#dvServiceProviderInfo table input:focus {
    -webkit-box-shadow: 0px 0px 10px var(--cyan-blue);
    -moz-box-shadow: 0px 0px 10px var(--cyan-blue);
    box-shadow: 0px 0px 10px var(--cyan-blue);
}

#medicalinfotable img {
    vertical-align: middle;
    margin-left: 10px;
}

.ssalblSection {
    overflow: hidden;
    clear: both;
}

.roleRequiredText {
    clear: both;
    padding: 10px 0 0;
    overflow: hidden;
    text-align: right;
}

.mediifowarapper .repairForm input,
.mediifowarapper .repairForm select {
    width: 250px;
}

.mediifowarapper .repairForm td {
    padding: 0;
}

.mediifowarapper .repairForm p {
    padding: 10px 0 7px 0;
    margin: 0;
    font-size: 14px;
}

.mediifowarapper .repairForm input:focus,
#hcSSARoleSelectionForm .inputFld:focus {
    -webkit-box-shadow: 0px 0px 10px var(--cyan-blue);
    -moz-box-shadow: 0px 0px 10px var(--cyan-blue);
    box-shadow: 0px 0px 10px var(--cyan-blue);
}

.mediifowarapper .repairForm input,
.mediifowarapper .repairForm select {
    padding: 10px;
}

.sssfacilityLabel {
    padding: 0 0 0 12px;
}

.sssfacilityCheckbox {
    padding: 0 0 0 7px;
}

.sssfacilityCheckbox #equipmentOwnerNoID {
    margin-left: 110px;
}

.page-orders .reportTable table tr td,
.page-my-quotes .reportTable table tr td,
.page-accountUserSavedCartPage .reportTable table tr td,
.page-accountWishlistPage .reportTable table tr td,
.page-manageMembersPage .reportTable table tr td .page-trackMyRepairPage .reportTable table tr td {
    padding: 5px;
    vertical-align: top;
}

.page-singleStepCheckoutSummaryPage .reportTable table tr td {
    padding: 10px 5px;
}

.page-orderConfirmationPage .reportTable table tr td {
    padding: 10px 5px;
}

.page-accountUserSavedCartPage .reportTable .innerTableToggleTR table tr td,
.page-my-quotes .reportTable .innerTableToggleTR table tr td {
    padding: 10px 5px;
}

.productUnderline {
    border-bottom: 1px solid var(--grey65);
}

.productItemNumberBlack {
    color: var(--black);
}

.page-orders .tandcRightNoMargin .reportTable table .innerTableToggle td {
    line-height: 15px;
    padding: 10px 5px;
}

.page-orders .tandcRightNoMargin .reportTable table .innerTableToggle th,
.tandcRightNoMargin .reportTable table .innerTableToggle td {
    line-height: 15px;
}

.page-accountUserSavedCartPage .priceDetails .addButton {
    margin-top: 10px;
}

.page-accountWishlistPage .productItemNumber {
    margin: 0;
}

.page-accountWishlistPage .tandcRight ul {
    margin: 0;
}

.productItemNumberCart a {
    color: var(--black) !important;
    text-decoration: none !important;
}

.page-accountWishlistPage .productItemNumber a {
    border-bottom: none;
}

.cartInfo .miniCart .productItemNumber b,
.cartInfo .miniCart .productManufacturerName b,
.cartInfo .miniCart .itemCost b {
    color: var(--black);
    font-weight: normal;
    margin-left: 5px;
}

.cartInfo .miniCart .productManufacturerName,
.cartInfo .miniCart .itemCost {
    color: var(--product_description_grey) !important;
}

.miniCartInner ul li .productItemNumber {
    margin-top: 8px;
    clear: both;
    overflow: hidden;
    display: block;
}

.miniCartInner ul li .productInfo .productName {
    display: block;
    overflow: hidden;
}

.productItemNumberSavedCart a {
    margin-left: 5px;
    color: var(--black) !important;
    text-decoration: none !important;

}

.memberTable table tr td {
    padding: 5px;
}

.myList .item-list {
    float: left;
    width: 49%;
    overflow: hidden;
    /* height: 350px; */
    border-bottom: 1px solid var(--plaster_grey) !important;
    margin-top: 20px;
}

.myList .productInfoDiv {
    border-right: 1px solid var(--plaster_grey) !important;
    padding-right: 20px;
}

.pull-right {
    float: right !important;
}

.desc,
.desc ul {
    margin: 0 !important;
}

.desc li,
.catalogView .desc li {
    list-style: disc outside !important;
    margin-left: 15px;
    padding: 0 !important;
    width: 100% !important;
}

.myList .brd-right-none {
    border-right: none !important;
}

.myList .brd-bottom-none {
    border-bottom: none !important;
}

.contactmsgCC {
    text-align: left;
    border-bottom: 1px solid var(--primary_border);
    padding-bottom: 10px;
    width: 96%;
}

.productItemNumberOrderHistory a {
    color: var(--black) !important;
    text-decoration: none !important;
}

.firstSignInPanelGuestButton,
.firstSignInPanelLoginButton {
    padding: 10px 0;
    background: var(--cyan-blue);
    color: var(--white);
    text-align: center;
    width: 135px;
    margin-top: 30px;
    cursor: pointer;
}

.firstSignInPanelGuestButton {
    float: left;
}

.firstSignInPanelLoginButton {
    float: right;
}

#firstSignInPanel.popupMainBody {
    padding: 5%;
    width: 90%;
}

/*New developments*/
.leftNavMVFilter-h5 {
    margin-top: 16px;
    border-bottom: 1px solid var(--light_silver_border);
    font-size: 1em;
    color: var(--black);
    font-size: 14px;
    line-height: 22px;
}

.refinementToggle-color {
    color: var(--basic_purple) !important;
    font-size: 1em !important;
    text-decoration: none !important;
}

.mv-subcategory {
    list-style-type: none;
    font-weight: normal;
    font-size: 13px;
}

.facetValues-shop {
    font-size: 95%;
    line-height: 150%;
    padding-left: 10px;
}

.desc li {
    border-right: none !important;
}

.productDetailTable {
    width: 497px;
    border-collapse: collapse;
    border-spacing: 0px;
}

.productDetailTable tr td {
    padding: 5px;
    border: 1px solid var(--steam_grey);
    border-bottom: 0;
}

.productDetailTable tr td:first-child {
    width: 35%;
    border-left: 0;
}

.productDetailTable tr td:last-child {
    border-right: 0;
}

.productDetailTable tr:first-child td {
    border-top: 0;
    border-bottom: 1px solid var(--steam_grey);
}

.productDetailTable tr:last-child td {
    padding-top: 30px;
    border: 0;
}

.addCartDivCoontainer {
    sclear: both;
    smargin: 12px 12px 12px 0px !important;
}

.priceDetailContaier {
    float: right;
    width: 238px;
    text-align: right;
}

.productSpecificDiv {
    float: left;
    margin: -10px -220px 20px 325px !important;

}

.productSpecificDiv a {
    color: var(--strong_blue);
    font-size: 90%;
}

.productSpecificDiv a:hover {
    color: var(--darkGrey);
}

.productspecifications {
    color: var(--nobel_grey);
}

.addButtonProductDetailsPage {
    border: 0;
    background: transparent;
    color: var(--orange);
    text-decoration: underline;
    cursor: pointer;
    padding: 0;
    float: left;
    clear: both;
    margin: 0px 12px 12px 0px !important;
}

.legalDiscSpecificTerms {
    float: left;
    clear: both;
    margin: 10px 12px 12px 0px !important;
}

.page-globalsearchresult .itemInfo.mvItemDetails.desc {
    min-height: 85px;
}

.page-globalsearchresult .myList .item-list.loggedIn {
    height: 400px;
}

.addButtonProductDetailsPage {
    border: 0;
    background: transparent;
    color: var(--orange);
    text-decoration: underline;
    cursor: pointer;
    padding: 0;
    margin: 0;
    float: left
}

#viewAllCatalogRefreshID .catalogView ul li ul {
    width: 75%;
    margin-top: 5px;
    margin-left: -5px;
}

#viewAllCatalogRefreshID .catalogView .mvItemDetails li {
    padding: 0;
}

#viewAllCatalogRefreshID .mvItemDetails.desc {
    margin-top: 8px !important;
}


.allFacetValues .bottomLink a.viewAll {
    float: right;
    color: var(--basic_purple);
    text-decoration: underline;
    width: auto;
    margin: 0
}

.allFacetValues .bottomLink a.viewMore {
    float: left;
    color: var(--basic_purple);
    text-decoration: underline;
    width: auto;
    margin: 0;
    padding-left: 10px
}

.allFacetValues .bottomLink a.viewLess {
    float: left;
    color: var(--basic_purple);
    text-decoration: underline;
    width: auto;
    margin: 0;
    padding-left: 10px
}

.ssaSubmitButtonPopUp {
    bottom: 15px;
    left: auto;
    margin: 0;
    position: absolute;
    right: 10px;
}

.productManufacturerShippingDetails {
    color: var(--product_description_grey) !important;
    display: block;
    margin-top: 4px;
}

.productManufacturerShippingDetails b {
    color: var(--black);
    font-weight: normal;
    margin-left: 5px;
}

.productUsedTypeShippingDetails {
    color: var(--product_description_grey) !important;
    margin-top: 4px;
}

.productUsedTypeShippingDetails b {
    color: var(--black);
    font-weight: normal;
    margin-left: 5px;
}

.page-singleStepCheckoutSummaryPage .summaryCartTab {
    background: var(--grey40) !important;
}

#viewAllCatalogRefreshID .productDisplyPanel2 ul li .itemInfoBox,
#viewAllCatalogRefreshID .productDisplyPanel2 ul li .itemInfoBox {
    width: 663px;
}

#viewAllCatalogRefreshID>div.tandcRight.tandcRightNoMargin>div>ul>li>div.itemInfoBox>div.clear.widthfit {
    width: 663px;
}

#viewAllCatalogRefreshID>div.productDisplyPanel2>ul>li>div.itemInfoBox>div.clear.widthfit {
    width: 670px;
}

#viewAllCatalogRefreshID .productDisplyPanel2 ul li ul {
    width: 75%;
    margin: 0 0 0 2%;
}

.listpageResult .productDisplyPanel2 ul li .itemInfoBox {
    width: 429px;
}

.priceSection {
    width: 50% !important;
}

.inlineRememberMe {
    color: black;
    font-size: 11px;
    width: 100%;
    float: left;
    margin: 0;
    line-height: 16px;
    height: 16px;
    overflow: hidden;
}

.promotion_block h3 {
    color: var(--basic_purple);
}

#viewAllCatalogRefreshID .pagination {
    border-bottom: 1px solid var(--light_silver_border);
    margin: 0;
}

.applicablePromotions {
    background: var(--iceberg_blue)
        /*savepage-url=../images/icon-promo-available1.png*/
        url() no-repeat scroll 13px 10px;
    color: var(--status_success_green) !important;
    font-weight: bold;
    min-height: 22px;
    padding: 10px 20px;
    clear: both;
}

.cart-promotions-applied {
    background: transparent
        /*savepage-url=../images/icon-promo-applied1.png*/
        url() no-repeat;
    background-position: left center;
    padding: 0 0 0 20px;
    color: var(--status_success_green) !important;

}

.order-discount-applied {
    background: transparent
        /*savepage-url=../images/OrderLevelPromotion-icon.png*/
        url() no-repeat;
    background-position: left top;
    padding: 0 0 0 24px;
    color: var(--status_success_green) !important;
    width: 191px !important;

}

.cart-orderpromotions-applied {
    background: transparent
        /*savepage-url=../images/OrderLevelPromotion-icon.png*/
        url() no-repeat;
    background-position: left center;
    padding: 0 0 0 24px;
    color: var(--status_success_green) !important;
    margin-bottom: 5px;

}

.cart-couponpromotions-applied {
    background: transparent
        /*savepage-url=../images/Coupon-icon.png*/
        url() no-repeat scroll 0 6px;
    color: var(--status_success_green) !important;
    margin-top: 5px;
    padding: 0 0 0 25px;
    width: 193px !important;
}

.cart-couponpromotions-applied div {
    border-right: 1px solid var(--primary_border);
    color: var(--status_success_green) !important;
    float: left;
    line-height: 20px;
    min-height: 30px;
    padding: 5px 0 0 0px;
    width: 160px;
}

.cart-couponpromotions-applied a {
    display: inline-block;
    padding: 7px 0 0;
}

.cart-promotions-potential {
    background: transparent
        /*savepage-url=../images/icon-promo-available1.png*/
        url() no-repeat;
    background-position: left center;
    padding: 0 0 6 20px;
    color: var(--status_success_green) !important;

}

.categoryListAcc-promotions-description {
    color: var(--orange);
    font-weight: bold;
    font-style: italic;
}

.wishlist-Promotion-Details {
    color: var(--status_success_green) !important;
    width: auto;
    padding: 0 2px 2px;
}

.page-productList .productDisplyPanel2 ul li ul li {
    width: 100% !important;
    border-right: none !important;
    border-bottom: 1px solid var(--plaster_grey);
    padding: 0;

}

.page-productList .productDisplyPanel2 ul li .mvItemDetails.desc ul li {
    border-bottom: none;
}

.page-productList .productDisplyPanel2 ul li ul,
.page-productList .catalogView ul li ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

.page-productList .mvItemDetails label {
    display: block;
    width: 150px;
    float: left;
    padding: 5px 0 5px 0;
}

.page-productList .mvItemDetails.desc label {
    width: 100%;
}

.page-productList .productDisplyPanel2 ul li .mvItemDetails.desc label {
    width: 100%;
    border: none;
}

.page-productList .mvItemDetails {
    width: 100%;
    margin: 0;
    padding: 0;
}

.page-productList .mvItemDetails div {
    padding: 5px 0 5px 15px;
    float: left;
    width: 260px;
    border-left: 1px solid var(--plaster_grey);
}

.page-productList .productDisplyPanel2 ul li .mvItemDetails.desc {
    padding-top: 10px;
}

.page-productList .productDisplyPanel2 ul li {
    padding: 3px 0 15px 0;
}

.page-productList .catalogView .mvItemDetails li {
    width: 100% !important;
    border-right: none !important;
    border-bottom: 1px solid var(--plaster_grey);
    margin: 0;
    padding: 0;
}

.page-productList .catalogView ul li .itemInfoBox {
    width: 663px;
}

.page-productList .catalogView ul li {
    padding: 0 0 40px 0;
}

.page-productList #viewAllCatalogRefreshID .productDisplyPanel2 ul li .itemInfoBox {
    width: 672px;
}

.page-productList .catalogView .mvItemDetails.desc li {
    border-bottom: none;
    margin-left: 16px;
}

.page-productList .catalogView .mvItemDetails.desc {
    padding-top: 10px;
}

.page-globalsearchresult .mvItemDetails li {
    width: 100% !important;
    border-right: none !important;
    border-bottom: 1px solid var(--plaster_grey);
}

.page-globalsearchresult .mvItemDetails {
    width: 100% !important;
    border: none !important;
}

.page-globalsearchresult .mvItemDetails label {
    width: 150px;
    float: left;
    padding: 5px 0 5px 0;
    border-right: 1px solid var(--plaster_grey);
}

.page-globalsearchresult .mvItemDetails ul {
    margin: 0;
    padding: 0;
}

.page-globalsearchresult .mvItemDetails div {
    padding: 5px 0 5px 15px;
    float: left;
    line-height: 1;
    width: 183px;
}

.page-globalsearchresult .mvItemDetails.desc label {
    width: 100%;
    border: none !important;
}

.page-globalsearchresult .mvItemDetails.desc ul li {
    border: none;
}

.page-globalsearchresult .myList .item-list {

    margin-top: 0px;
}

.page-globalsearchresult .mvItemDetails .textDec {
    clear: both;
    /* display:block; */
}

.page-globalsearchresult .catalogueList ul li .productInfoDiv {
    /* height:450px;  */
}

.page-globalsearchresult .myList .productInfoDiv {
    padding-right: 26px;
}

.page-globalsearchresult .catalogueList ul li .productImg,
.page-globalsearchresult .catalogueList ul li .productInfoDiv {
    padding-top: 15px;
    padding-bottom: 15px;
}

.mvItemDetails.last_div ul li:last-child {
    border-bottom: none;
}

.hide-block {
    display: none !important;
}

.ssaCartProcessPageTwo,
.ssaCartProcessPageOne {
    height: 37px;
    border: 1px solid var(--nickel_gray);
    width: 992px;
    overflow: hidden;
}

.ssaCartProcessPageTwo {
    background-color: var(--grey40);
}

.ssaCartProcessPageOne {
    background-color: var(--medium_grey)bbb;
}

.ssaCartProcessPageTwo ul,
.ssaCartProcessPageOne ul {
    width: 992px;
}

.ssaCartProcessPageTwo ul li,
.ssaCartProcessPageOne ul li {
    width: 50%;
    padding: 0;
    text-indent: 20px;
}

.page-ssasteptwo .cartProcess.ssaCartProcessPageOne>ul>li:first-child {
    background:
        /*savepage-url=../images/cartBG2.png*/
        url() no-repeat right center;
    background-color: var(--grey40);
}

.pageLabel-SSAserviceRequestPage .cartProcess>ul>li:first-child {
    background:
        /*savepage-url=../images/cartBG3.png*/
        url() no-repeat right center;
    background-color: var(--grey40);
}

.pageLabel-SSAserviceRequestPage .cartProcess>ul>li:last-child {
    background-color: var(--grey40);
}

#dvServiceProviderInfo table,
#dvFacilityInfo table,
#dvEquipOwnerInfo table,
#dvRequesterInfo table,
#dvDistributorInfo table {
    width: 100%;
    padding: 0 10px;
}

ul.cart-promotions {
    float: right;
    left: 0px;
    margin-top: 8px;
    position: relative;
    width: 141px;
}

.cart-promotions-potential,
.cart-promotions-applied {
    border: none;
    padding: 0px 0px 0px 25px;
    margin-bottom: 5px;
}

.cart-promotions-potential b,
.cart-promotions-applied b {
    font-weight: normal;
}

/*** SAVE CART CSS***/

.tandcRight #kContainer1 ul li {
    width: auto;
    float: none
}

#kContainer1 .content li {
    padding: 0 0 0 25px;

}

/***  Order Promtoion related changes **/

.span-6.last.receivedPromoBlock {
    width: 100%;
    margin-bottom: 10px;
}

.receivedPromoBlock .span-6 {
    width: 100%;
}

.receivedPromoBlock .item_container_holder {
    margin: 0;
    border-radius: 0;
    border: 1px solid var(--dark_sea_green);
}

.receivedPromoBlock .item_container_holder .title_holder {
    width: 100%;
}

.receivedPromoBlock .item_container_holder .title {
    display: none;
}

.receivedPromoBlock .item_container_holder.promo .title_holder h2 {
    background: var(--tea_green);
    top: 0;
    margin: 0;
    padding: 7px;
    color: var(--peppermint_toad_green);
    text-shadow: none;
    font-size: 15px !important;
    text-align: left;
    font-weight: normal;
    width: 232px;
    word-wrap: break-word;
}

.receivedPromoBlock .item_container_holder .item_container {
    padding: 10px;
    margin-bottom: 0;
    background: var(--white);
}

.receivedPromoBlock .item_container_holder .item_container ul {
    margin: 0;
    padding: 0;
}

.receivedPromoBlock.item_container_holder.promo ul li {
    color: var(--peppermint_toad_green);
    font-weight: normal;
}

.span-6.last.receivedPromoBlock:last-child {
    margin-bottom: 0px;
}

/*------------------------------------
                Potential Block
------------------------------------*/
.span-6.last.potentialPromoBlock {
    width: 100%;
    margin-bottom: 10px;
}

.potentialPromoBlock .span-6 {
    width: 100%;
}

.potentialPromoBlock .item_container_holder {
    margin: 0;
    border-radius: 0;
    border: 1px solid var(--aqua_blue);
}

.potentialPromoBlock .item_container_holder .title_holder {
    width: 100%;
}

.potentialPromoBlock .item_container_holder .title {
    display: none;
}

.potentialPromoBlock .item_container_holder.promo .title_holder h2 {
    background: var(--columbia_blue);
    top: 0;
    margin: 0;
    padding: 7px;
    color: var(--status_success_green);
    text-shadow: none;
    font-size: 15px !important;
    text-align: left;
    font-weight: normal;
    width: 232px;
    word-wrap: break-word;
}

.potentialPromoBlock .item_container_holder .item_container {
    padding: 10px;
    margin-bottom: 0;
    background: var(--white);
}

.potentialPromoBlock .item_container_holder .item_container ul {
    margin: 0;
    padding: 0;
}

.potentialPromoBlock .item_container_holder.promo ul li {
    color: var(--status_success_green);
    font-weight: normal;
}

.span-6.last.potentialPromoBlock:last-child {
    margin-bottom: 0px;
}

.tandcRight ul li.cart-promotions-applied {
    width: auto;
}

.span-promo {
    width: 225px
}

.page-productList .productDisplyPanel2 ul li ul {
    margin: 0 0 0 15px;
}

.page-productList .mvItemDetails.desc {
    width: 98%;
}

.condition a,
.productDetailTable tr td a {
    color: var(--basic_purple);
}

#ssamanualClose {
    background:
        /*savepage-url=../images/popupClose.png*/
        url() no-repeat center center;
    width: 33px;
    height: 33px;
    float: right;
    border: 0;
    text-indent: -9999px;
    outline: none;
}

.orgRoleSelectionStyle {
    font-weight: bold;
    margin-bottom: 10px;
    display: block;

}

#MVloading {
    display: none;
    margin: 0 8px 0 0;
    position: absolute;
    right: 0;
    background: var(--black);
    bottom: 0;
    height: auto;
    left: 0;
    -moz-opacity: 0.5;
    opacity: 0.5;
    filter: alpha(opacity=70);
    top: 0;
    z-index: 1001;
    color: var(--white);
    width: 100%;
}

#MVloading img {
    left: 37%;
    position: absolute;
    top: 30%;
}

#addssa2.inactived_btn {
    pointer-events: none;
}

.tandcblock {
    clear: both;
}

ul.shippingDetailsList li .detailsValue {
    /* word-break: break-all; */
    /*this is commented to fix DE9310*/
}

.page-productList .mvItemDetails.desc .textDec {
    clear: both;
    float: left;
}

.page-productList .mvItemDetails.desc div {
    border: none;
}

.page-productList .productDisplyPanel2 ul li ul {
    margin: 0;
}

.page-productList .pagination {
    margin: 21px 0 5px 0;
}

.page-productList .leftNavMVFilter-h5 {
    margin-top: 11px;
}

#viewAllCatalogRefreshID .catalogView ul li ul {
    margin-top: 0;
    margin-left: 0;
}

.signInPopupBody .txtFieldRegister:focus {
    border: 1px solid var(--basic_error_red);
    box-shadow: none;
}

.page-CustomerRegistrationPage .geRegister {
    padding: 0;
}

.signInPopupBody .txtFieldRegister:focus {
    outline: none;
}

.grid-45 {
    width: 47%;
    float: left;
}

#signInPanel {
    overflow: hidden;
	padding:0;
    width:100%;
	border-radius: 0;
}

#regSuccessPopDiv .custRegOkButton {
    bottom: 6px;
}

.page-productList div#mvfacetfilter {
    clear: both;
    overflow: hidden;
}

.btn-center {
    padding-left: 270px;
    margin: auto;
}

#btn-guide {
    margin-bottom: 60px
}

.helpConBtn {
    width: 115px
}

.text-center {
    text-align: center
}

#saveCartAndNewForm {
    display: inline;
}

.page-accountUserSavedCartPage .addButton {
    float: none;
}

.txtAlignLeftAppliedPromo {
    text-align: left !important;
    color: var(--peppermint_toad_green) !important;
}

.loginHideCss {
    display: none;
}

.loginDisplayCss {
    display: block;
}


.hideCss {
    display: none;
}

.displayCss {
    display: block;
}

.print-preview-page {
    background: var(--white);
}

.hide-input {
    display: none !important
}

#popup_account_wishlist_RemoveNotChecked .popupMainBody {
    width: 96%;
    padding: 10px 3%;
    background: var(--white);
    float: left
}

#popup_account_wishlist_AddNotChecked .popupMainBody {
    width: 96%;
    padding: 10px 3%;
    background: var(--white);
    float: left
}

.repairFirstSlot .content>p {
    margin: 0;
}

.shippingDetaisNoCreditCard {
    margin-top: 8px;
}

tr.reportTableHeader.trackMyRepair th {
    background: var(--basic_purple) !important;
}

.poNumberFieldWithNoCreditCardOnPage {
    font-weight: bold;
    text-align: left;
}

.textoverflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.leftAlignForCommentsSection {
    text-align: left;
}

tr.reportTableHeader.ssaTableColor th {
    background:
        /*savepage-url=../images/arrows.png*/
        url() no-repeat var(--light_grey) !important;
    background-position: 175px center !important;
}

.print-preview-page .cartProcess {
    width: 755px
}

.partsPopup tr.reportTableHeader th {
    background: var(--basic_purple) !important;
}

.print-preview-page .reportTable table tr td {
    padding: 5px;
    vertical-align: top;
}

#savedcarts .addButton {
    float: none
}

.detailsValue.nowordbreak {
    word-break: normal !important;
}

.repairContactUS {
    pointer-events: none;
    background: var(--grey80) !important;
    color: var(--light_grey) !important;
}

.subHead {
    font-size: 24px;
    font-weight: normal;
    color: var(--basic_purple);
}

.requestRepairBox {
    background: var(--pale_blue);
}

.requestRepairBox .col1 {
    width: 15%;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

.requestRepairBox .col2 {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 50%;
    float: left;
}

.requestRepairBox .col3 {

    padding-bottom: 10px;
    width: 20%;
    float: left;
    padding-top: 31px;

}

.requestRepairBox .col4 {

    padding-bottom: 10px;
    width: 15%;
    float: left;
    padding-top: 41px;
    text-align: center;
}

.padTB5LR15 {

    padding: 5px 15px;
}

.requestRepairBox .subHead {
    font-size: 18px;
    color: var(--basic_purple);
    padding: 0px 0px 5px 108px;
}

.costContent a {
    color: var(--basic_purple);
}

.clear {
    clear: both;
}

.marginL10 {
    margin-left: 10px;
}

.repairsTable {
    width: 100%;
}

.repairsTable .repairTableHead {
    background: var(--gray91);
    text-align: center;
}

.repairsTable tbody td {
    padding: 10px;
    border-right: 1px solid var(--gray91);
    border-bottom: 1px solid var(--gray91);
    width: 200px;
    border-right: 1px solid var(--gray91);
}

.repairsTable .borderLeft {
    border-left: 1px solid var(--gray91);
}

.font15 {
    font-size: 15px;
}

.font16 {
    font-size: 16px;
}

.blackBold {
    color: var(--black);
    font-weight: bold;
}

.repairBanner {
    float: left;
    margin: 20px 0;
}

.repairBannerCompNew {
    width: 305px;
    background: var(--white);

    margin: 0 15px 0 10px;
    float: left;
    /*border: 1px solid #CECECE;*/
}

/* .repairBannerCompNew img
{
	width:320px;
	height:180px;
} */
.repairBannerCompNew h3 {
    float: left;
    margin: 17px 0 0
}

.repairRightInfo {

    width: 100%;
    margin-bottom: 15px;
}

.repairRightInfoText {
    text-align: center;

}

.repairRightInfoHead {
    padding: 15px 30px;
}

.repairRightInfoSub {
    padding: 0px 15px;
}

.repairRightInfo img {
    width: 236px;
    height: 267px;
}

.colorBlue {
    color: var(--basic_purple);
}

.repairMainHead {
    color: var(--orange);
    font-size: 30px;
    font-weight: normal;
    margin: 0 10px;
}

.repairEstimatePopupBody {
    text-align: center;
    font-size: 13px;
}

.customSelect2 {
    font-size: 13px;
    color: var(--darkGrey);
    padding: 0px 0px;
    width: 94%;
    margin-left: 3%;
    height: 25px;
    margin-bottom: 10px;
    border: 0px;
    box-shadow: 0px 0px 5px var(--black);
}

.marginLeftC {
    margin-left: 132px;
    margin-bottom: 15px;
}

.estimaterepairsTable {
    width: 94%;
    margin-left: 3%;
    border: 1px solid var(--gray91);
    margin-top: 15px;
    font-size: 13px;
    text-align: center;
}

.estimaterepairsTable .repairTableHead {
    background: var(--gray91);
    text-align: center;
}

.estimaterepairsTable tbody td {
    padding: 10px 3px;
    border-right: 1px solid var(--gray91);
}

.marginR3P {
    margin-right: 3%;
}

.estimatecostError {
    margin: 0px 0px 10px;
    text-align: left;
    padding-left: 12px;
    float: left;
    color: var(--basic_error_red);
}

.floatRight {
    float: right !important;
}

.marginR10 {
    margin-right: 10px;
}

.modelInputStyle {
    float: left;
    position: relative;
    padding-left: 5px;
}

.padLR10 {
    padding: 0px 10px;
}

.inputPopupWidth {
    width: 92.5%;
}

/* ###### Repair Redesign page############ */

/* repair form css */
.marginLR10 {
    margin-right: 10px;
    margin-left: 10px;
}

.repairSteps {
    width: 100%;
    float: left;
    height: 37px;
    border: 1px solid var(--basic_purple);
    margin-bottom: 10px;
    background: var(--basic_purple);
}

.repairSteps ul {
    list-style: none;
    width: 100%;
    margin: -1px 0 0 -1px;
    border: 1px solid var(--basic_purple);
}

.stepFirstLi {
    width: 9% !important;
    padding-left: 2%;
}

.stepLastLi {
    width: 87% !important;
    padding-left: 2%;
    background: var(--basic_purple);
}

.arrowImg {
    height: 37px;
    float: right;
}

.repairSteps ul li {
    float: left;
    line-height: 37px;
    font-size: 15px;

    font-weight: bold;
    color: var(--white);

}

.visitedTabFirst2 {
    background: white;

}

.repairStepBody {}

.repairStepBody .col1 {
    width: 33%;
    height: 130px;

    float: left;
    border-right: 2px dotted var(--gray60);

}

.repairStepBody .col2 {
    width: 33%;
    height: 130px;
    float: left;
    border-right: 2px dotted var(--gray60);

}

.repairStepBody .col3 {
    width: 33%;
    height: 130px;

    float: left;
}

.repairFormRoundImg {
    padding-top: 36px;
    padding-left: 56px;
    float: left;
}

.addNowDiv {
    float: left;
    padding-top: 36px;
    padding-left: 30px;

}

.padTB5LR30 {
    padding: 5px 31px;
}

.fontBold {
    font-weight: bold;
}

.summaryLabel {
    color: var(--white);
    background: var(--grey80);
}

.custDetDiv {
    padding: 10px;
    width: 100%;
}

.custDetDiv .col1 {
    width: 33%;
    float: left;
    margin-bottom: 10px;
}

.custDetDiv .col2 {
    width: 33%;
    float: left;
    margin-bottom: 10px;
}

.custDetDiv .col3 {
    width: 33%;
    float: left;
    margin-bottom: 10px;
}

.custDetDiv .col4 {
    width: 66%;
    float: left;
    margin-bottom: 10px;
}

.marginB0 {
    margin-bottom: 0px !important;
}

.custDetInput {
    width: 90%;
    padding: 5px;
    border: 0px;
    box-shadow: 0px 0px 5px var(--black);
    color: var(--darkGrey);
}

.dottedLine {
    border-bottom: 2px dotted var(--gray60);
    width: 100%;
    padding-top: 10px;
    margin-bottom: 10px;
}

.font12 {
    font-size: 12px;
}

.padT5 {
    padding-top: 5px;
}

.countryStateSelect {
    width: 93%;
    padding: 4px;
    border: 0px;
    box-shadow: 0px 0px 5px var(--black);
    color: var(--darkGrey);
    margin: 0px !important;
}

.billingAddSelect {
    width: 96.3%;
    padding: 4px;
    border: 0px;
    box-shadow: 0px 0px 5px var(--black);
    color: var(--darkGrey);
    background:
        /*savepage-url=../images/arrow-select.png*/
        url() no-repeat 95% 50%;
    margin: 0px !important;
}

.marginL40 {
    margin-left: 40px;
}

.custDetTextarea {
    width: 94.5%;
    height: 70px;
    padding: 5px;
    border: 0px;
    box-shadow: 0px 0px 5px var(--black);
    color: var(--darkGrey);
}

.buttonsPad {
    padding-top: 10px;
    padding-left: 300px;
    text-align: center;
}

.width150 {
    width: 150px;
}

.smallIconMarginR {
    margin-right: 7px;
}

.padT15 {
    padding-top: 15px !important;
}

.padT10 {
    padding-top: 10px !important;
}

.marginB20 {
    margin-bottom: 20px !important;
}

.width1 {
    width: 16% !important;

}

.width2 {
    width: 38% !important;
}

.fontOriginal {
    font-size: 13px;
    color: var(--darkGrey)
}

.pad15 {
    padding: 20px !important;
}

.fontNormal {
    font-weight: normal;
}

.marginL30 {
    margin-left: 30px !important;
}

.totalTable {
    float: right;
    font-size: 15px;
    text-align: right;
}

.totalTable tr td {
    padding: 10px 0px 0px 10px;
    border: none;

}

.poBox {
    background: var(--light_grey);

    padding: 10px;
}

.poBox .col1 {
    float: left;
    width: 35%;
}

.poBox .col2 {
    float: left;
    width: 53%;
}

.poBox .col3 {
    float: left;
    width: 12%;
}

.uploadPOBut {
    padding: 0px 10px;
    float: right !important;
    margin-right: 0px;
    border: none;
    height: 25px;
    line-height: 25px;
}

.poInput {
    width: 78%;
    padding: 5px;
    border: 0px;
    box-shadow: 0px 0px 5px var(--black);
    color: var(--darkGrey);
}

.width90 {
    width: 92% !important;
}

.selectPODocB {
    background: var(--white);
    border: 0px;
    box-shadow: 0px 0px 5px var(--black);
    height: 23px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 2px;
    line-height: 23px;
    margin: 0 12px 0 0;
    float: left;
    color: var(--darkGrey);
    text-decoration: none;
    margin: 0 0 0 0px;

}

input#checkBox {
    margin: 0 5px 0 0 !important;
    position: relative;
    top: 2px;
}

.uploadIcon {
    height: 20px;
    width: 20px;
    padding-top: 3px;
}

.partPicture {
    width: 125px;
    height: 50px;
    padding-left: 10px;
}

.floatRight {
    float: right;
}

.floatLeft {
    float: left;
}

.partsDropdown {
    height: 26px;
    border: 1px solid var(--primary_border);
    min-width: 200px;
}

.labelFix {
    margin-right: 5px;
    padding-top: 3px;
    font-size: 15px;
    color: var(--darkGrey);
}

.marginR20 {
    margin-right: 20px;
}

.partPicture_RoleBased {
    width: 95px;
    height: 50px;
}

.widthTabCol1 {
    width: 85px;
}

.widthTabCol2 {
    width: 125px;
}

.widthTabCol3 {
    width: 70px;
}

.widthTabCol4 {
    width: 70px;
}

.customSelect-model {
    font-size: 13px;
    color: var(--darkGrey);
    padding: 0px 0px;
    max-width: 200px;
    margin-left: 3%;
    height: 25px;
    margin-bottom: 10px;
    border: 0px;
    box-shadow: 0px 0px 5px var(--black);
}

.ui-autocomplete {
    position: fixed !important;
}

/* repair form popus css*/
.marginR0 {
    margin-right: 0px !important;
}

.width165 {
    width: 160px;
}

.width195 {
    width: 195px;
}

.reqRepairSteps {
    width: 100%;
    float: left;
    height: 37px;
    border: 1px solid var(--gray91);
    margin-bottom: 10px;
    background: var(--titanium_grey);
}

.reqRepairSteps ul {
    list-style: none;
    width: 100%;
    margin: -1px 0 0 -1px;
    border: 1px solid var(--gray91);
}

.reqRepairSteps .stepFirstLi {
    width: 31% !important;
    padding-left: 2%;
}

.reqRepairSteps .stepSecLi {
    width: 31% !important;
    padding-left: 2%;
    background: var(--titanium_grey);
}

.reqRepairSteps .stepLastLi {
    width: 31% !important;
    padding-left: 2%;
    padding-right: 1%;
    background: var(--titanium_grey);
}

.reqRepairSteps .arrowImg {
    height: 37px;
    float: right;
}

.reqRepairSteps ul li {
    float: left;
    line-height: 37px;
    font-size: 14px;

    font-weight: bold;
    color: var(--grey40);

}

.reqRepairSteps .visitedTab {
    background: white;
}

.width30P {
    width: 30%;
}

.width36P {
    width: 36%;
}

.width50P {
    width: 50%;
}

.width80P {
    width: 83%;
}

.width86P {
    width: 86%;
}

.width95P {
    width: 96.7% !important;
}

.marginL5 {
    margin-left: 5px !important;
}

.padL5 {
    padding-left: 5px;
}

.repairItemBox {
    display: inline-table;
    width: 97.6%;
}

.radio {
    background:
        /*savepage-url=radio.png*/
        url() no-repeat;
}

.ui-datepicker-trigger {
    margin-left: 10px;
}

.marginL20 {
    margin-left: 20px;
}

.padT2 {
    padding-top: 2px;
}

.height100 {
    height: 100px;
}

.repReqPopInput {
    width: 91%;
    padding: 5px;
    border: 0px;
    box-shadow: 0px 0px 5px var(--black);
    color: var(--darkGrey);
}

.repReqPopSelect {
    width: 94%;
    padding: 4px;
    border: 0px;
    box-shadow: 0px 0px 5px var(--black);
    color: var(--darkGrey);
    margin: 0px !important;
}

/**************Din CSS START******************/
.bkg_none {
    background: none !important;
}

.borderRight_1px {
    border-right: 1px solid var(--grey81)
}

.font_13px {
    font-size: 13px !important;
}

.width_500px {
    width: 500px !important;
}

.width_825px {
    width: 825px !important;
}

.width_98Per {
    width: 98% !important;
}

.margin_T20px {
    margin-top: 20px
}

.margin_T10px {
    margin-top: 10px
}

.margin_B15px {
    margin-bottom: 15px !important;
}

.margin_L20px {
    margin-left: 20px !important;
}

.margin_T6px {
    margin-top: 6px;
}

.color_black {
    color: var(--black) !important;
}

.color_black a {
    color: var(--basic_purple);
}

.bgColor_f7f7f7 {
    background: var(--grey97)
}

.bgColor_f7f7f7 img,
.bgColor_ebe9ea img {
    margin-top: 1px;
}

.bgColor_ebe9ea {
    background: var(--background_white)
}

.QueSign {
    background: url(../images/questionmark.png) no-repeat right 0px;
    cursor: pointer;
    width: 12px;
    float: right;
    height: 12px;
    margin: 2px;
}

.txtAlign_right {
    text-align: right !important;
}

.txtAlign_left {
    text-align: left !important;
}

.txtAlign_center {
    text-align: center !important;
}

.crossIcon {
    width: 16px;
    float: right;
    margin: -4px -6px 0px 0px !important;
    cursor: pointer
}

.color_blue {
    color: var(--basic_purple) !important
}

.colorBoxDataSection {
    min-height: 45px;
    margin-right: 18px;
}

.colorBoxMain {
    height: 75px;
    padding: 20px;
}

.inventoryAvailability1 {
    margin-top: 20px;
    color: var(--black);
    clear: both;
    font-size: 13px;
    width: 100%;
    text-align: center;
    font-weight: normal;
    padding: 0px 0px 0px 0px;
}

/*.inventoryAvailability1 .inventoryNotInStock{color:var(--peppermint_toad_green);background: url(../images/questionmark.png) no-repeat top center;	}*/
.inventoryAvailability1 .inventoryNotInStock {
    color: var(--peppermint_toad_green);
    background:
        /*savepage-url=../images/questionmark.png*/
        url() no-repeat top right;
    display: inline-block;
    height: 12px;
    width: 12px;
    vertical-align: top;
}

.inventoryNotInStock img {
    cursor: pointer;
}

.productInfo .inventoryAvailability1 {
    text-align: left;
}

.itemInfoBox .inventoryAvailability1 {
    text-align: left;
}

.inventoryAvailability1 span {
    color: var(--peppermint_toad_green);
    display: block;
}

.inventoryAvailability1 span a {
    color: var(--basic_purple);
}

.inventoryAvailability1 .blackSpan {
    color: var(--black);
}

.inventoryAvailability1 .greySpan {
    color: var(--secondary_medium_grey);
}

.availabilitySpinner {
    min-height: 64px;
    width: 100%;
    background:
        /*savepage-url=../images/Spinning.gif*/
        url() no-repeat top center;
    float: left;
}

.dataMsg {
    background:
        /*savepage-url=../images/triangle.png*/
        url() no-repeat 0px 11px;
    float: left;
    text-align: left;
    padding: 9px 0px 0px 18px;
    color: var(--grey40);
}

.whiteBgBlueBdrBtn {
    font-size: 14px;
    border: 1px solid var(--bright_navy_blue);
    height: 24px;
    display: inline-block;
    width: 125px;
    text-align: right;
    text-decoration: none;
    color: var(--bright_navy_blue);
    font-weight: bold;
    line-height: 23px;
    padding: 0px 10px 0px 0px;
    background:
        /*savepage-url=../images/bluePlus.png*/
        url() no-repeat 4px -4px;
}

.inventoryProdChk {
    clear: both
}

.inventoryMsgProdDeatilPage {
    clear: both;
    color: var(--peppermint_toad_green)
}

.tooltipAbsolute {
    padding: 8px 8px;
    display: none;
    position: absolute;
    background: var(--white);
    border: 2px solid var(--grey40);
    color: var(--grey40);
    padding: 10px;
    z-index: 99999;
    position: absolute;
    font-weight: normal
}

.tooltipAbsoluteComparePart {
    padding: 8px 8px;
    display: none;
    position: absolute;
    background: var(--white);
    border: 2px solid var(--grey40);
    color: var(--grey40);
    padding: 10px;
    z-index: 99999;
    position: absolute;
    font-weight: normal
}

.saleTaxtooltipAbsolute {
    padding: 8px 8px;
    display: none;
    position: absolute;
    background: var(--white);
    border: 2px solid var(--grey40);
    color: var(--grey40);
    padding: 10px;
    z-index: 99999;
    position: absolute;
    font-weight: normal
}

.tabInfo .credit_card_info_ul li {
    margin: 0 0 5px 0;
}

.payBy {
    margin-top: 2px !important;
    display: block;
}

.clearCheck {
    clear: both;
    padding-top: 10px;
    margin-top: 10px
}

.cardTymsg {
    margin: 10px 0px 10px 0px;
    display: block;
}

.shippingDetailsContainer {
    width: 50%;
    sheight: 220px;
    float: left
}

.shippingDetailsContainer ul.shippingDetailsList {
    width: 98%;
    margin: 0 2% 0 0;
}

.whisListTable {
    display: table;
    width: 100%;
}

.whisListTable_row {
    display: table-row;
}

.whisListTable_column {
    display: table-cell;
    vertical-align: bottom;
}

.whisList_Leftrow {
    text-align: left
}

.whisList_rightrow {
    text-align: right
}

/**************END******************/

.errorRepairOverlay {
    padding-left: 0px !important;
    margin-top: 5px;
}

.radioButtonMargin {
    padding-top: 3px;
}

.nextAlighnment {
    float: right !important;
}

.cancelOverlayDataButton {
    background: var(--basic_purple);
    color: var(--white);
    padding: 0 30px;
    height: 26px;
    line-height: 26px;
    margin: 0 12px 0 0;
    cursor: pointer;
    float: left;

}

.proceedOverlayDataButton {
    padding: 0 30px;
    background: var(--white);
    border: 1px solid var(--basic_purple);
    color: var(--basic_purple);
    text-align: center;
    margin-top: 0;
    cursor: pointer;
    display: inline-block;
    line-height: 25px;
}

.proceedOverlayDataButton:hover {
    border: 1px solid var(--basic_hover);
    color: var(--basic_hover);
}

#cancelConfirmationPanel.popupMainBody {
    padding: 5%;
    width: 90%;
}

#deleteEntryConfirmationPanel.popupMainBody {
    padding: 5%;
    width: 90%;
}

.imageFileUploadHidden {
    position: absolute;
    left: 0px;
    width: 98.5%;
    height: 25px;
    opacity: 0;

}

.positionRelative {
    position: relative;
}

.partPicture-popup {
    width: 120px;
    height: 120px;
    text-align: center;
    float: left
}

.partPicture-popup img {
    width: 120px;
    height: 120px
}

.probeRepairClassEU {
    width: 49% !important;
}

.addnowButDis {
    background: var(--lightest_grey);
    border: 1px solid var(--lightest_grey);
    color: var(--light_border_grey);
    cursor: default;
}

.detailedInfo {
    font-size: 12px;
    color: var(--nobel_grey);
}

.repairFormBackground {
    background: var(--light_grey);
    overflow: hidden;
}

.fRBreakageHelp {
    position: relative;
    cursor: pointer;
    margin-left: 1px;
}

.tooltipFRBreak {
    top: 33px;
    right: 44px;
    width: 250px;
    padding: 10px;
    background-color: white;
    border: 1px solid var(--gray91);
    border-radius: 5px;
    display: none;
    position: absolute;
}

.fRBreakageHelp:hover+.tooltipFRBreak {
    display: block;
}

.poDocUpload {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 25px;
    opacity: 0;
}

.poDocUploadWidth {
    width: 80% !important;
}

.repairConfirmationTxt {
    width: 96%;
}

.savePrintRepairPDF {
    text-decoration: none;
    margin-top: 2px;
}

.pdfRepairImage {
    width: 25px;
    height: 25px;
    margin-right: 12px;
}

.savePrintPDFButtons {
    bottom: 15px;
    left: 36%;
    position: absolute
}
#RepairReqSuccessPopDiv .savePrintPDFButtons {
    width:100%;  
    margin: 0 auto;
    text-align:center;   
    position: unset;
}
#RepairReqSuccessPopDiv .savePrintPDFButtons a { float:none;}
#RepairReqSuccessPopDiv .popupBody,
#RepairReqSuccessPopDiv .smallMsgBody { float:none;padding:0;margin:0}
#RepairReqSuccessPopDiv .popupFooter {
    float: none;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.pdfIconSize {
    width: 26px;
    height: 26px;
    margin-right: 15px;
}

.quoteLeftAlighnment {
    margin-left: -80px;
    width: 155px;
}

.shippingUnderline {
    text-decoration: underline;
}

.buttonPanel .content table {
    font-size: inherit;
}

.partssearch-popup {
    position: absolute !important
}

.repairItemHead {
    text-align: left !important;
}

.marginLR10 {
    margin: 0px 10px;
}

.repairCountryError {
    margin-bottom: 0px;
    width: 94%;
}

.repairChosenHeight {
    max-height: 200px !important;
}

.submitButtonsPadding {
    padding-left: 140px !important;
}

.width250 {
    width: 250px;
}

.termsPadding {
    padding-right: 8px;
}

.repairIconsWidth {
    width: 15% !important;
}

.summaryTabPadLR5 tbody td {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.innerTableToggle .item_container {
    overflow: visible;
}

.wrapword {
    white-space: -moz-pre-wrap !important;
    /* Mozilla, since 1999 */
    white-space: -webkit-pre-wrap;
    /*Chrome & Safari */
    white-space: pre-wrap;
    /* css-3 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
}

.breakHeight {
    /*Removed as it is showing extra space in Order confirmation and order submission Pages
	height: 109px;
	*/
    overflow-y: auto;
}

#cart_remove_RemoveYes {
    background-color: var(--basic_purple);
    color: var(--white);
    cursor: pointer;
    height: 28px;
    line-height: 26px;
}

.width160 {
    width: 160px;
}

.repairTrackInfo {
    text-align: center;
    color: black;
    font-weight: bold;
}

.repairNotAvaialable {
    text-align: center;
    color: red;
}

/* Release 3.5 start */
.cursorIssueUS {
    pointer-events: none !important;
}

.repEstPopupInfo {
    position: relative;
    cursor: pointer;
    margin-left: 1px;
}

.repEstPopupTool {
    top: 55px;
    right: 5px;
    width: 250px;
    padding: 10px;
    background-color: white;
    border: 1px solid var(--gray91);
    border-radius: 5px;
    display: none;
    position: absolute;
}

.repEstPopupInfo:hover+.repEstPopupTool {
    display: block;
}

.partsIDHeaderPopup {
    width: 100%;
    float: left;
}

.partsLookupTableDiv {
    max-height: 350px;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.marginT0 {
    margin-top: 0px !important
}

.clearFilterBut {
    padding: 0px 10px;
    margin-right: 0px;
    border: none;
    height: 25px;
    line-height: 25px;
}

.filterPartCatWidth {
    width: 200px;
}

.clearFilterBut {
    padding: 0px 10px;
    margin-right: 0px;
    border: none;
    height: 25px;
    line-height: 25px;
}

.filterPartCatWidth {
    width: 200px !important;
}

.lowpriceTooltip {
    left: 7px !important;
    right: 0px !important;
    text-align: left;
}

.highpriceTooltip {
    left: 82px !important;
    right: 0px !important;
    text-align: left;
}

.repairFormFieldsGrey {
    background: var(--grey80);
    color: white !important;
}

.marginB5 {
    margin-bottom: 5px !important;
}

.homePartsLookupStyles {
    margin-top: 0px !important;
    margin-bottom: 19px !important;
}

.videosPageDiv {
    width: 515px;
}

/* credit card changes */


.cardTymsg2 {
    font-size: 12px;
    color: var(--darkGrey);
}

.creditCardInfoColor {
    color: var(--darkGrey) !important;
}

.marginL20 {
    margin-left: 20px;
}

.checkoutCreditCardWarnBx {
    padding: 5px !important;
    margin-bottom: 10px;
    background: var(--super_silver_grey);
    margin-left: 5px;
    margin-top: 10px;
}

.creditCardWarn {
    color: var(--dark_gray);
    font-size: 12px;

}

.creditCardWarn2 {
    color: var(--dark_gray);
    font-size: 11px;

}

.creditCardError {
    color: red;
    font-size: 12px;
}

.creditCardErrorCheckout {
    color: red;
    margin-top: 10px;
    margin-left: 5px;
}

.creditCardWarnIcon {
    margin-bottom: 2px;
    margin-right: 3px;
}


.viewCreditCardTab1 {
    width: 86%;
}

.viewCreditCardTab2 {
    width: 13%;
    padding: 15px 0px;
    margin: 15px 0px;
    border-left: 1px dotted var(--gray60);
}

.textBlack {
    color: black;
}


.creditCardWidth {
    width: 30%;
    padding: 5px;
    margin-left: 0px !important;
    border: 0px;
    box-shadow: 0px 0px 5px var(--black);
    color: var(--darkGrey);
    background-size: 28px 18px !important;
}

.alertCreditCardPopup {
    width: 87%;
    font-size: 13px;
    margin: 10px 0px 10px 0px;
    text-align: center;
}

.alertCCPopMain {
    margin: 10px 0 0 40px;
}

.deleteYesNoMargin {
    margin-left: 18%;
}

.textUnderline {
    text-decoration: underline;
    cursor: pointer;
}

.textNoUnderline {
    text-decoration: none;
}

.floatRDelete {

    float: right;
    margin-right: -6px;
    margin-top: 2px;
    cursor: pointer;
}
}

.expiryDateCreditCard {
    padding: 0px 0px 7px 0px !important;
}

.creditCardInfoHeadHeight {
    height: 15px;
}

.creditCardWidth1 {
    margin: 0 10px 0 20px !important;
    width: 140px !important;
}

.creditCardWidth2 {
    margin: 0 10px 0 20px !important;
    width: 100px !important;
}

.creditCardWidth3 {
    margin: 0 10px 0 20px !important;
    width: 100px !important;
}

.creditCardWidth4 {
    margin: 0 10px 0 20px !important;
    width: 180px !important;
}

.marginL35 {
    margin-left: 33px !important;
}

.marginL30 {
    margin-left: 30px !important;
}

#cardNumber::-ms-clear {
    display: none;
}

/* credit card changes ends */

/*Order Status Starts*/

.orderSearchFilterBlck,
#orderSearchForm {
    padding: 10px;
    display: inline-block;
    width: 500px;
}

.searchBox {
    position: relative;
    width: 77% !important;
    margin: 0 10px 0 0;
}

.orderSearchFilter {
    padding-left: 10px;
    padding-top: 7px;
    font-size: 14px;
}

.searchBox:focus,
.searchField:focus,
.searchField:focus-visible {
    outline: none !important;
    border: 1px solid var(--basic_purple);
    border-right: 0;
}

.reportTable table tr.selectedTr td {
    background: var(--pastel_white) !important;
}

.myOrderHisTogBlock {
    width: 98% !important;
    margin: 1% !important;
}

.reportTable table tr td.innerTableTd {
    background: var(--pastel_white) !important;
}

.myOrderHisTable th {
    border-right: 1px solid var(--primary_border) !important;
    text-align: center;
}

.myOrderHisCenterAlign {
    text-align: center;
    float: none !important;
}

.positionRel {
    position: relative;
}

.qtyDivMiddleAlign {
    position: relative;
    margin-top: 42%;
    transform: translateY(-100%);
    width: 90% !important;
}

.priceDetailsMiddleAlign {
    position: absolute;
    top: 35%;
    width: 90% !important;
}

.pad10 {
    padding: 10px !important;
}

.pad0 {
    padding: 0px !important;
}

.padB5 {
    padding-bottom: 5px !important;
}

.marginT0 {
    margin-top: 0px !important;
}

.productImage2 {
    border: 1px solid var(--primary_border);
}

.productInfo2 {
    width: 180px !important;
}

.headTd th {
    border-right: 1px solid var(--primary_border);
}

.couponBlockDiv {
    padding: 0px 15px;
    display: inline-block;
}

.couponBlockImgDiv {
    float: left;
    width: 12%;
}

.couponBlockImg {
    padding-top: 70%;
}

.couponBlockDetDiv {
    float: left;
    width: 88%;
    text-align: left;
    color: var(--status_success_green);
}

.couponDiscountSpan {
    color: var(--status_success_green);
}

.couponSubtBlueSpan {
    color: var(--basic_purple);
    border-top: 1px solid black !important;
    font-weight: bold;
}

.subTotalLabelWidth {
    width: 58%;
    padding-left: 10px;
}

.subTotalPriceS {
    padding-right: 10px;
}

.subTotalLabelBorder {
    border-top: 1px solid var(--primary_border);
    margin-top: 5px;
    padding-top: 5px !important;
    display: inline-block;
    width: 100%;
}

.subTotalValue {
    color: var(--basic_purple);
    font-weight: bold;
    font-size: 17px;
}

.finalTotalValue {
    color: var(--basic_purple);
    font-weight: bold;
    font-size: 22px;
    line-height: 22px;
}

.totalFinalLabel {
    font-weight: bold;
    font-size: 15px;
    color: var(--black);
}

.QueSignOrderStatus {
    float: left !important;
    margin: 2px 2px 2px 3px !important;
}

.productBlackUnderline {
    border-bottom: 2px solid var(--black);
}


.orderDetailsTabHead {
    background: var(--gray91);
    color: var(--grey40);
    font-size: 15px;
    font-weight: bold;
    padding: 10px 20px;
    margin: 1% 1.1% 0 1%;
}

.orderDetailsMainHead {
    color: var(--black);
    font-size: 19px;
    font-weight: bold;
    margin: 20px 0px;
}


.orderStatusPOBox {
    text-align: center;
    background: var(--philippine_silver);
    color: var(--white);
    padding: 10px 0px;
    font-size: 17px;
    font-weight: bold;
    margin: 1% 1%;
    width: 98%;
}

.orderShipStatusTable {
    width: 100%;
}

.orderShipStatusTable .orderShipStatusTabHead {
    background: var(--gray91);
    color: var(--grey40);
    font-size: 15px;
    font-weight: bold;
}

.padTB10LR20 {
    padding: 10px 20px !important;
}

.orderShipStatusTable tbody td {
    padding: 10px 20px;
    border-right: 1px solid var(--primary_border);
    border-bottom: 1px solid var(--primary_border);
    width: 200px;
    border-right: 1px solid var(--primary_border);
}

.borderLeft {
    border-left: 1px solid var(--primary_border);
}

.orderShipStatusTable .tableInnerPad {
    padding: 20px !important;
}

.orderShipStatusHead {
    font-size: 17px;
    color: var(--nobel_grey);
    position: relative;
    bottom: 7px;
    margin-left: 5px;
}

.orderShipStatusHeadCount {
    font-size: 25px;
    font-weight: bold;
    padding-right: 10px;
    padding-left: 20px;
    position: relative;
    bottom: 3px;
}

.statusBlocks {
    margin-bottom: 10px;
}

.orderStatusLabel {
    color: var(--nobel_grey);
    padding-left: 10px;
    width: 83%;
}

.orderShippingStausViewIcon {
    padding-top: 9px;
    padding-right: 10px;
}

.orderShipStatusDetailWidth {
    width: 82%;
    margin-bottom: 5px;
}

.vertAlignMiddle {
    vertical-align: middle !important;
}

.orderShipStatusOut {
    padding: 10px 0px !important;
    background: var(--pastel_white) !important;
    border: none !important;
}

.noBorderLeft {
    border-left: none !important;
}

/*Order Status Ends*/


.cartShipDetLabel {
    float: left;
    margin-bottom: 5px;
}

.checkOutPayInpRadio {
    margin: 3px 5px 4px 5px !important;
}

.quotePDFUnavaialable {
    bottom: 15px;
    left: 38%;
    position: absolute;
}

a.padding-facets h4 {
    background:
        /*savepage-url=../images/less.jpg*/
        url() no-repeat scroll left 7px;
    width: 140px;
    padding-bottom: 10px;
    padding: 5px 0 5px 20px;
}

a.padding-facets-add h4 {
    background:
        /*savepage-url=../images/ADD.jpg*/
        url() no-repeat scroll left 7px;
    width: 140px;
    padding-bottom: 10px;
    padding: 5px 0 5px 20px;
}

.repairTrackDateIssue {
    display: none;
}

.newSubTotalLabWid {
    width: 50% !important;
}

.orderSearchPagination {
    font-size: 13px;
    color: var(--black);
}

.orderSearchPagination a {
    color: var(--dark_gray) !important;
    text-decoration: none !important;
    cursor: pointer;

}

.greyed.addButton {
    color: var(--palladium_grey);
}

.hide_ecomm {
    display: none !important;
}

.grayColor.link_disabled {
    pointer-events: none !important;
}

.jcarousel-product-wrapper {
    margin: auto;
    /*     position: relative; */
    border: 25px solid var(--white);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px var(--gray60);
    -moz-box-shadow: 0 0 2px var(--gray60);

}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 198px;
    float: left;
    border: 1px solid var(--white);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 13px
}



.jcarousel . {
    width: 170px;
    height: 205px;
    border: 1px solid var(--silver);
}

.jcarousel .itemVisitor {
    width: 170px;
    height: 170px;
    border: 1px solid var(--silver);
}

.jcarousel .item img {
    display: block;
    height: 90px;
    width: 90px;
    margin-left: 40px;

}

.jcarousel .itemVisitor img {
    display: block;
    height: 90px;
    width: 90px;
    margin-left: 40px;

}

.jcarousel .item .itemdetail {
    /*   text-transform: uppercase; */
    font-weight: 300;
    text-align: center;
    text-decoration: none;
    margin-left: 3px;
    margin-right: 3px;
    top: 0;
    margin-top: 19px;
    width: 164px
}

.jcarousel .itemVisitor .itemdetail {
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
    text-decoration: none;
    margin-left: 3px;
    margin-right: 3px;
    top: 0;
    margin-top: 100px;
    width: 164px
}


.jcarousel .item .itemdetail .item-code {
    color: var(--dark_saturated_blue);
}

.jcarousel .itemVisitor .itemdetail .item-code {
    color: var(--dark_saturated_blue);
}

.jcarousel .item .itemdetail .item-name {
    color: var(--black);
}

.jcarousel .itemVisitor .itemdetail .item-name {
    color: var(--black);
}

.jcarousel .item .itemprice {
    color: black;
    width: 100%;
    text-align: center
}

.jcarousel .itemVisitor .itemprice {
    color: black;
    width: 100%;
    text-align: center
}


.jcarouselPromoPrice {
    color: var(--red);
    font-size: 15px;
}

.jcarouselWebPrice {
    color: var(--black);
    font-size: 12px
}

.jcarouselWebPriceNoDiscount {
    color: var(--black);
    font-size: 15px;
}


/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 56px;
    text-align: center;
    background: var(--basic_purple);
    color: var(--white);
    text-decoration: none;
    text-shadow: 0 0 1px var(--black);
    font: 30px/27px var(--ge_font_family_base);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 4px var(--alabaster);
    -moz-box-shadow: 0 0 4px var(--alabaster);
    box-shadow: 0 0 4px var(--alabaster);
    line-height: 53px
}

.jcarousel-control-prev {
    left: -12px;
}

.jcarousel-control-next {
    right: -12px;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: var(--white);
    color: var(--dark_puce);
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;


    -webkit-box-shadow: 0 0 2px var(--dark_puce);
    -moz-box-shadow: 0 0 2px var(--dark_puce);
    box-shadow: 0 0 2px var(--dark_puce);
}

.jcarousel-pagination a.active {
    background: var(--dark_puce);
    color: var(--white);
    opacity: 1;

    -webkit-box-shadow: 0 0 2px var(--alabaster);
    -moz-box-shadow: 0 0 2px var(--alabaster);
    box-shadow: 0 0 2px var(--alabaster);
}

.title_holder {
    margin-bottom: 15px;
    margin-top: -10px
}

/*MODIFIED ENDS */


.registerBut {
    float: right;
    background: var(--white);
    padding: 0 10px;
    color: var(--basic_purple);
    margin: 1px 0 0 0;
    line-height: 29px;
    text-align: center;
    border-right: 1px solid var(--basic_purple);
    cursor: pointer
}

.unvisitedTab {
    pointer-events: none;
    cursor: default;
}


/*GOLDSEAL PAGE STYLING START*/

.container {
    width: 100%;
}

.ge_container {
    width: 994px;
    margin: 0 auto;
}

.goldseal-content {
    width: 935px;
    margin: 0 auto;
}

.hero {
    background:
        /*savepage-url=img/ge-hero.jpg*/
        url();
    height: 254px;
}

.goldseal h5 {
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: .2em;
    font-weight: 100;
    font-size: 12px;
}

.goldseal h3 {
    color: var(--denim);
    font-weight: 200;
    font-size: 25px;

}

.goldseal h1 {
    color: var(--white);
    font-weight: 400;
    letter-spacing: .02em;
    line-height: 1.3em;
}

.goldseal p {
    color: var(--text_grey);
    line-height: 1.7em;
    font-size: 14px;
    padding-bottom: 30px;
}

.goldseal-button {
    font-size: 11px;
    margin-bottom: 40px;
    color: var(--white);
    font-weight: 800;
    text-transform: uppercase;
    padding: 14px 30px;
    background-color: var(--denim_blue);
    border-radius: 20px;
    text-decoration: none;
    letter-spacing: .08em;
}

.first-button {
    margin-bottom: 90px !important;
}

.goldseal-button:hover {
    background-color: var(--radian_blue);

}

.goldseal a {
    text-decoration: none;
}

.hero h5 {
    padding: 70px 0px 0 50px;
}

.hero h1 {
    padding-left: 50px;
}

.intro {
    height: 814px;
    background:
        /*savepage-url=img/ge-lines-bg.jpg*/
        url();
}

.one-third {
    width: 40%;
    display: inline;
    padding: 16px;
}

.two-thirds {
    width: 56%;
    display: inline-block;

}

.half {
    width: 50%;
    display: block;
    float: left;
}

.padding-100 {
    padding-top: 100px;
}

.padding-65 {
    padding-top: 65px;
}

.padding-50 {
    padding-top: 50px;
}

.padding-30 {
    padding-bottom: 30px;
}

.first-p {
    vertical-align: top;
    padding-top: 60px;
}

.goldseal-video img {
    width: 343px;
    padding-left: 33px;
}

.goldseal-p2 img {
    /*width: 370px;*/

    padding: 20px 100px 0px 20px;
    vertical-align: top;


    /*vertical-align: top;*/
}

.parts-blue {
    background:
        /*savepage-url=img/ge-blue-background.jpg*/
        url();
    height: 604px;
    margin-top: 150px;
}

.center {
    text-align: center;
}

.intro-text.center {
    padding-top: 30px;
}

.goldseal-benefit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 15px;
}

.goldseal-benefit p {
    color: var(--white);
}

.goldseal-icon {
    padding-right: 15px;
}

.visual-grid {
    height: 577px;
}

.grid-cell {}

.goldseal-row {
    text-align: center;
    padding-top: 30px;
}

.goldseal-row p {
    font-weight: 800;
}

.goldseal-row p:hover {}

.goldseal-row a:hover {
    color: var(--raspberry_blue);
}

.gray {
    background: var(--grey96);
    height: 100%;
}

.goldseal-feature .goldseal-content {
    padding: 20px 0 40px 0;
}

.goldseal-feature h5 {
    text-align: center;
    color: var(--denim);
}

.feature-content {
    background: var(--white);
    width: 800px;
    margin: 0 auto;
    padding: 40px 50px;
    text-align: left;
}

p.secondary-cta:after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: var(--denim);
    margin-top: 5px;
}

.secondary-cta:hover {
    color: var(--denim);
}

.goldseal-shop {
    text-align: center;
    margin-bottom: 50px;
}

.goldseal-shop h1 {
    color: var(--denim);
    padding-bottom: 1em;
}

.goldseal-shop h5 {
    color: var(--denim);
}

.goldseal-footer {
    margin-top: 80px;
}

.goldseal-footer p,
.goldseal-footnote p {
    font-size: 10px;
    width: 530px;
    margin: 0 auto;
    text-align: center;
    /*padding: 30px 0;*/
}

.blue {
    width: 100%;
    text-align: center;
}

.blue p {
    color: var(--white);
}

.blue a {
    color: var(--grey80);
}

.goldseal-footer p {
    padding: 30px 0;
}

.goldseal-footnote p {
    padding: 10px 0;
}

.goldseal-footnote a,
.goldseal-footnote a:hover,
.goldseal-footnote a:visited {
    color: var(--denim_blue);
}

.whole {
    overflow: auto;
}

.grid-link:hover {
    color: var(--denim);

}

/*GOLDSEAL PAGE STYLING END*/


.onlineOption {
    padding: 5px 0px;
}

.selectsAmount {
    padding-bottom: 5px;
}

.marginT5 {
    margin-top: 5px !important;
}

.billPo2 {
    width: 114px !important;
    padding: 10px;
    border-left: 1px solid var(--grey81);
    border-bottom: none;
    border-right: 1px solid var(--grey81);
    border-top: 1px solid var(--grey81);
}

.poNumRef2 {
    width: 88px !important;
}

.billConsign2 {
    width: 134px !important;
    padding: 10px;
    border-bottom: none;
    border-top: 1px solid var(--grey81);
}

.whiteBackground {
    background: var(--light_grey);
    border-bottom: 1px solid var(--grey81);
    border-top: 1px solid var(--grey81);
}

.payOnlineContent {
    width: 93%;
    border-left: 1px solid var(--primary_border);
    padding: 10px;
}

.poFieldContent {
    padding: 10px !important;
    border-left: 1px solid var(--primary_border);
    border-bottom: 1px solid var(--primary_border);
}

.advPaymentRemaining {
    text-align: left;
    font-size: 13px;
    clear: both;
    padding-top: 10px;
}

.payOnlineBorders {
    border-right: 1px solid var(--primary_border);
    /*border-bottom: 1px solid var(--primary_border);*/
    border-left: 1px solid var(--primary_border);
}

.advancePaymentOrderHistory {
    color: var(--basic_purple);
    font-size: 12px;
    text-align: center;
}

.padL20 {
    padding-left: 20px;
}

.marginBtwLabels {
    margin-top: 17px !important;
}

.onlyPayOnline {
    border-bottom: 1px solid var(--primary_border);
}

.infoBlueTitle {
    color: var(--basic_purple) !important;
    float: left;
    padding: 0 0 5px;
    width: 100%;
}

.faqUL {
    clear: both;
    list-style-position: outside;
    color: var(--basic_purple);
    padding: 5px 0px 7px 20px;
    border: 1px solid var(--primary_border);
}

.faqUL li a {
    color: var(--basic_purple) !important;
}

.remainingPercentAmountCol {
    color: var(--darkGrey);
}

.selector-middle {
    float: none !important;
}

#replenishmentSchedule .scheduleform label {
    vertical-align: top
}

#replenishmentSchedule {
    border: 1px solid var(--grey75);
    margin: 13px -11px 42px;
    padding: 14px 10px 16px;
    position: relative;
    top: 10px;
    clear: both;
}

.item_container_holder {
    background: var(--light_grey);
    border: 1px solid var(--grey81);
    float: left;
    width: 94%;
    padding: 3%;

}

.item_container {
    padding: 0px 0px;
    clear: left;
}

.scroller.positive .title_holder h2,
.item_container_holder.positive .title_holder h2 {
    padding-top: 5px;
    background: none;
    color: var(--basic_purple);
    text-shadow: none;

}

.scroller .title_holder h1,
.item_container_holder .title_holder h1,
.scroller .title_holder h2,
.item_container_holder .title_holder h2 {

    margin: 0px -10px;
}

.your_order h1 {
    color: var(--basic_purple);
    font-size: 1.2em;
    font-weight: bold;
}

.continueReplenishment {
    float: right;
    width: 0px;
    padding-top: 105px;
}

.item_container_holder .title_holder {
    margin-top: auto;
    /*  margin-bottom: 0;
    float: left; */
}

.salePrice {
    color: var(--basic_error_red) !important;
}

.inventoryImageListPage {
    background:
        /*savepage-url=../images/box-icon.png*/
        url() no-repeat;
    width: 20px;
    height: 35px;
    float: left;
    margin-right: 10px;
}

.inventoryImageCartPage {
    background:
        /*savepage-url=../images/box-icon.png*/
        url() no-repeat;
    width: 20px;
    height: 20px;
    margin-left: 44%;
    margin-right: 0px;
    margin-bottom: 5px;
}

.inventoryShipInfoBlock {
    overflow: hidden;
}

.inventoryShipInfoL {
    width: 12%;
    float: left;
    color: var(--black);
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    background-size: 20px 40px;
    padding-top: 20px;
}

.inventoryShipInfoR {
    width: 88%;
    float: left;
    text-align: center;
    background:
        /*savepage-url=../images/swimlane-white-arrow.png*/
        url() no-repeat;
    background-size: contain;
    min-height: 50px;
    position: relative;
    font-size: 12.5px;
}

.stockRegional {
    color: var(--peppermint_toad_green) !important;
}

.stockGlobal {
    color: var(--pacific_blue) !important;
}

.stockPadding {
    padding-left: 45px !important;
    margin-right: 0px !important;
}

.shipInfoImg {
    margin-right: 10px;
    margin-left: 12px;
    margin-top: 0px !important;
}

.inventoryShipInfoRGlobal {
    position: absolute;
    top: 30%;
}

.bundleImg {
    padding-left: 20px;
    width: 15%;
}

.bundleImgGrp {
    position: absolute;
    font-size: 30px;
    margin-top: 44px;
    margin-left: 3px;
}

.bundleColor {
    color: var(--dark_orchid) !important;
}

[class*="bundle-table"] {
    float: left;
    border: 1px solid var(--steam_grey);
    width: 100%;
}


/* Tubes css */
.padT20 {
    padding-top: 20px;
}

.padT50 {
    padding-top: 50px !important;
}

.floatImgLeft {
    float: left;
    padding: 0px 25px 0px 0px !important;
}

.tubesLinkColor a {
    color: var(--vivid_cyan) !important;
    border-bottom: 1px solid var(--vivid_cyan);
    margin-right: 20px;
    font-size: 17px;
}

.one-by-two {
    width: 45%;
    float: left;

    padding: 20px;
}

.marginB40 {
    margin-bottom: 40px;
}

.displayInlineBlock {
    display: inline-block;
}

.feature-contentTubes {
    background: var(--white);
    margin: 0 auto;
    padding: 30px 30px 40px 30px;
    text-align: left;
    margin: 0 20px;
}

.borderRight {
    border-right: 1px solid var(--primary_border);
}

.lastBlockTubesH {
    font-weight: normal;
    font-size: 18px;
}

.lastBlockTubesH1 {
    padding-bottom: 0px !important;
    font-size: 35px !important;
}

/* Registration Form new changes */
.optionalLabel {
    color: var(--darkGrey);
}

.borderTopRegisPage {
    border-top: 1px solid var(--primary_border);
}

.borderBottomRegisPage {
    border-bottom: 1px solid var(--primary_border);
}

.billAddRegPage {
    padding: 30px 0px 10px 30px;
    font-size: 16px;
}

.shipAddRegPage {
    padding: 0px 0px 10px 30px;
    font-size: 16px;
}

.billAdrsClass {
    display: block;
    font-size: 13px;
}

.billAdrsClass .billAdrsCheckBox {
    margin: 3px 3px 3px 0px !important;
}

.labelSameAsBillAdd {
    display: inline;
    position: relative;
    top: -2px;
}

.padForOtherInput {
    padding: 3px 5px !important;
}

.padForOtherTd {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.shipToDiffShipAdrs {
    padding-left: 30px;
    padding-bottom: 15px;
}

.billAdrsClass .shippingAdrsCheckBox {
    margin: 3px 3px 3px 0px !important;
}

.labelDiffShippingAdd {
    display: inline;
    position: relative;
    top: -2px;
}



/* Goldseal Parts Compare Css */
.comparePartsPopMain {
    padding: 5px;
}

.comparePartsPopHead {
    font-weight: normal;
    color: var(--black);
    margin-left: 8px;
}

.comparePartsFirstProd {
    width: 49%;
    float: left;
    padding: 10px 0px;
    margin: 10px 0px 0px 0px;
}

.comparePartsSecProd {
    border-left: 1px solid var(--primary_border);
    width: 49%;
    float: left;
    padding: 10px 0px;
    margin: 10px 0px 0px 0px;
}

.comparePartsProdTable {
    border-collapse: collapse;
    border-spacing: 0px;
}

.comparePartsProdTable tr td {
    padding: 5px;
    border: 1px solid var(--steam_grey);
    border-bottom: 0;
}

.comparePartsProdTable tr td:first-child {
    width: 35%;
    border-left: 0;
}

.comparePartsProdTable tr td:last-child {
    border-right: 0;
}

.comparePartsProdTable tr:first-child td {
    border-top: 0;
    border-bottom: 1px solid var(--steam_grey);
}

.comparePartsProdTable a {
    color: var(--basic_purple);
}

.comparePartsProdTable .promotionGreen {
    color: var(--peppermint_toad_green);
}

.comparePartsPopupProdImgB {
    display: flex;
    align-items: center;
}

.comparePartsPopupProdImgB img {
    width: 100px;
    height: 100px;
}

.comparePartsPopupProdImgB .productName {
    display: inline-block;
    font-size: 16px;
    width: 380px;
    color: var(--black);
    padding-left: 10px;
}

.comparePartsTFirstDiv {
    width: 120px;
    height: 350px;
    float: left;
    border-top: 1px solid var(--steam_grey);
    border-left: 1px solid var(--steam_grey);
    border-right: 1px solid var(--steam_grey);
    border-bottom: 1px solid var(--steam_grey);
}

.comparePartsTFirstDiv .comparePartsDivRows {
    border-bottom: 1px solid var(--steam_grey);
    text-align: right;
    padding: 5px;
}

.comparePartsTFirstDiv .goldSeal {
    height: 57.5px;
    display: grid;
    align-items: center;
}

.comparePartsTFirstDiv .addToCartDiv {
    height: 60px;
}

.comparePartsTAdjcntDiv {
    width: 202px;
    float: left;
    height: 350px;
    border-top: 1px solid var(--steam_grey);
    border-right: 1px solid var(--steam_grey);
    border-bottom: 1px solid var(--steam_grey);
    position: relative;
}

.comparePartsTAdjcntDiv a {
    color: var(--basic_purple);
}

.comparePartsTAdjcntDiv .comparePartsDivRows {
    border-bottom: 1px solid var(--steam_grey);
    text-align: center;
    padding: 5px;
}

.comparePartsTAdjcntDiv.test {
    border-bottom: 1px solid var(--steam_grey);
    text-align: center;
    padding: 5px;
}

.comparePartsTAdjcntDiv .goldSeal {
    height: 57.5px;
    display: grid;
    align-items: center;
    overflow-y: scroll;
    padding: 5px 8px 4.5px 8px;
    color: var(--nobel_grey);

}

.comparePartsTAdjcntDiv .addToCartDiv {}

.comparePartsTextarea {
    font-family: var(--ge_font_family_base);
    width: 87%;
    padding: 5px;
    margin-left: 4%;
    height: 54px;
    border: 0px;
    box-shadow: 0px 0px 5px var(--black);
    color: var(--nobel_grey);
    font-size: 12px;
}

.comparePartsAddToCartBlock {
    padding-top: 5px;
    padding-left: 20px;
}

.lastViewedText {
    position: absolute;
    top: -9px;
    left: 31%;
    color: var(--orange);
    background: white;
    padding: 0px 5px;
}

.lastViewedClass {
    border: 1px solid var(--orange);
    padding-bottom: 5px;
    margin-top: -5px;
    padding-top: 5px;
}

.lastViewedBottomBorderR {
    border-bottom: none !important;
}

.comparePart {}

.comparePartsAddToCartBut {
    padding-left: 20%;
}

.compareAddToCart {
    margin-left: 30px;
    margin-top: 4px;
}

.compareWhislist {
    margin-left: 25px;
}

.comparePartspinner {
    margin-left: -12px;
}

#shippingAdrs[type="checkbox"] {
    width: 17px !important;
    height: 17px !important;
}

#regisAgreeTexId[type="checkbox"] {
    width: 17px !important;
    height: 17px !important;
}

.comparePartsPopMain .information_message {
    margin-bottom: 0px !important;
}

.margin_compare {
    margin: 50px 10px 0px -10px;
    text-align: center
}


.compareMainDiv {
    display: table;
    margin: auto !important;
}

/* punchout changes */


.visitedTabPunchOut {
    background-color: var(--grey40);
}

.cartProcessPunchOut ul li {
    float: left;
    width: 349px;
    line-height: 39px;
    font-size: 15px;
    padding: 0 0 0 15px;
    font-weight: bold;
    color: var(--white);
}

.cartProcessPunchOut {
    width: 727px;
    float: left;
    background: var(--medium_grey);
    height: 37px;
    border: 1px solid var(--nickel_gray)
}

.cartProcessPunchOut ul {
    list-style: none;
    width: 729px;
    margin: -1px 0 0 -1px
}

.cartProcessPunchOut ul li a {
    color: var(--white);
    text-decoration: none;
    /* pointer-events: none;
    cursor: default; */
}

.buttonRepairANZ {
    margin: 0;
    font-size: 10px;
    width: 85%;
    text-align: center;
}

.requestRepairBox .col3.repairANZ {
    padding-top: 0px !important;
}


.sfid-wide {
    width: 76% !important;
}

.sfid-mb16 {
    margin-bottom: 16px;
    padding: 12px 20px !important;
}

#sfid-username,
.sfid-username {
    font-family: var(--ge_font_family_base) !important;
    height: 31px !important;
    line-height: 29px !important;
}

.sfid-button-label {
    font-family: var(--ge_font_family_base) !important;
}

#sfid-password,
.sfid-password {
    font-family: var(--ge_font_family_base) !important;
    height: 31px !important;
    line-height: 29px !important;
}

.sfid-button {
    font-family: var(--ge_font_family_base) !important;
    width: 35% !important;
    margin-left: 41%;
    background-color: var(--basic_purple) !important;
}

.sfid-disabled {
    background-color: var(--echo_blue);
    color: white;
    padding: 12px 24px;
    border-radius: 5px;
    border: 0;
    font-size: 14px;
    font-family: var(--ge_font_family_base) !important;
    width: 35% !important;
    margin-left: 41%;
}

#sfid-error {
    font-size: 13px !important;
    font-family: var(--ge_font_family_base) !important;
}
}

.page-globalsearchresult .myList .item-list.loggedIn {
    height: auto !important;

}

.buttonRepairANZ {
    margin: 0;
    font-size: 10px;
    width: 85%;
    text-align: center;
}

.requestRepairBox .col3.repairANZ {
    padding-top: 0px !important;
}


/* Bundle css 
.bundlealign {margin-top: 20px;color:var(--black);clear: both; font-size: 13px;width: 100%;text-align: left; font-weight:normal;padding: 0px 0px 0px 0px; }*/

.productBundleDetail a.bundleImage {
    background:
        /*savepage-url=../images/bundleInfo.JPG*/
        url() left center no-repeat
}

.bundle-options-available {
    clear: both;
    padding: 20px;
    width: 195px;
}

.reportTable table tr td .priceDetails .bundlePrice {
    color: var(--black);
    width: 100%;
    float: left;
    text-align: right;
    margin: 10px 0 0 0
}

.reportTable table tr td .priceDetails .bundlesavings {
    color: var(--black);
    width: 100%;
    float: left;
    text-align: right;
    margin: 10px 0 0 0
}

/* .bundlePopup-content {
    display: none; 
    position: fixed;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; 
} */


.bundleImage {
    width: 100px;
    height: 100px;
    color: var(--dark_orchid);
}

.bundlePopup-content {
    margin: 14px;
}


.modal-content {
    background-color: var(--pastel_white);
    margin: auto;
    padding: 20px;
    border: 1px solid var(--taupe_grey);
    width: 80%;
    height: 231px;
    border-radius: 4px;
}

.model_sub_content {
    border: 1px solid var(--light_grey_border);
    height: 195px;
}

.model_sub_img {
    text-align: center;
    width: 185px;
    height: 156px;
    margin: 12px;
    padding-right: 11px;
    float: left;
    font-size: 13px;
    border-right: 1px solid var(--light_grey_border);
}

.bundleTotals_sub {
    /*  text-align:center; */
    width: 185px;
    height: 156px;
    margin: 10px 0px 0px 5px;
    float: left;
    font-size: 13px;
    line-height: 1.5em;
}

.model_sub_img img {
    border: 1px solid var(--light_grey_border);

}

.model_sub_text {
    width: 144px;
    height: 88px;
    font-size: 13px;
    text-align: left;
    float: left;
    margin-top: 48px;
    margin-left: 11px;
}

.plusSymbol {
    width: 30px;
    height: 30px;
    position: relative;
    top: -35px;
    left: 162px;
    background: var(--white);
    font-size: 20px;
    font-weight: bold;
}

.popuptitle {
    font-size: 17px;
}

.bundle-selection {
    font-size: 13px !important;
    margin: 0px 0px 0px 0px !important;
    /* width:100% !important; */
}

.bundleContent {

    float: right !important;
    border: 0px;
    background: white;
}

.model_sub_img.bundlePdp {
    width: 166px !important;
    height: 166px !important;
}

.bundleAddToCart {
    /* position: absolute; */
    height: 29px !important;
    padding-left: 30px;
    font-weight: bold;

}

.cartBundleDisabledBtn {
    height: 29px !important;
    padding-left: 30px;
    font-weight: bold;
}

.tabPanel ul.simbleTab.bundlePdp {
    border-bottom: none !important;
    background: white !important;
}

.bundlePopup-content.pdp {
    margin: 0;
}

.bundleIcon {
    width: 16px;
    padding-bottom: 1px;
    border: 0px !important;
    padding-right: 7px;
    margin-left: -3px;

}

.borderlineright {
    border-right: 1px solid var(--light_grey_border);
}

.modifycart {

    line-height: 25px;
}

.plusSymboloverlay {
    width: 14px;
    height: 30px;
    position: relative;
    top: -35px;
    left: 189px;
    background: var(--white);
    font-size: 20px;
    font-weight: bold;
}

.bundleModifyContainer {
    height: 235px !important;
}

.bundleModelSubContent {
    height: 259px !important;
}

.imageDivModify {
    height: 165px !important;
}

.bundleDeleteCart {
    text-align: center !important;
}

.bundleQtyPdpTxt {
    /* float: none; */
    height: 27px;
}

.model_sub_content.pdp {
    height: 240px;
    background-color: white;
}

.viewDetailsBundle {
    font-size: 12px;
    text-align: left !important;
    width: 250px;
}

.model_sub_content.pdp.viewMore {
    height: 286px;
}

.featured_bundles {
    padding-top: 25px;
}

.featured-bundles-listing {
    border-bottom: 1px solid var(--plaster_grey);
    padding-bottom: 5px !important;
    margin: 0px !important;
    padding-top: 5px !important;
}

.featured-bundle-name {
    display: inline-block;
    width: 265px;
}

.featured-bundle-saving {
    display: inline-block;
    font-size: 10px;
    width: 95px;
}

.featuredBundleIcon {
    vertical-align: middle;
    width: 16px;
}

.pdpPage {
    width: 162.7% !important;
}

.glblSearch {
    width: 163px !important;
}

/* Bundle Listing Classes*/

.model_sub_img_bundle {
    text-align: center;
    /* width:185px;
  height: 156px;*/
    padding-right: 6px;
    float: left;
    font-size: 13px;
    border-right: 1px solid var(--light_grey_border);
    margin: 12px 12px 12px 7px;
}

.plusSymbol_bundle {
    width: 23px;
    height: 30px;
    position: relative;
    top: -32px;
    left: 150px;
    background: var(--white);
    font-size: 19px;
    font-weight: bold;
}

.bundleImage_list {
    width: 90px;
    height: 90px;
    color: var(--dark_orchid);
}

.model_sub_img_bundle.bundleListPdp {
    width: 155px !important;
    height: auto !important;
}

.bundleListTotals_sub {
    /* text-align: center; */
    width: 160px;
    height: 156px;
    margin: 10px 0px 0px 3px;
    float: left;
    font-size: 13px;
    line-height: 1.5em;
}

.blueButtonCartList {
    background:
        /*savepage-url=../images/cartWhite.png*/
        url() no-repeat left center;
    background-color: var(--basic_purple);
    border: 0;
    padding: 0 7px 0 30px;
    height: 26px;
    line-height: 26px;
    line-height: 26px;
    margin: 0 12px 0 0;
    float: left;
    color: var(--white);
    cursor: pointer;
}

.qtyList {
    width: 26px;
    padding: 0 5px;
    height: 27px;
    line-height: 24px;
    border: 1px solid var(--border_light_grey);
    margin: 0 1px 0 0 !important;
    float: left;
    background: var(--off_white_grey);
}

.model_sub_img_bundle img {
    border: 1px solid var(--light_grey_border);

}

#quoteAU li {
    list-style-type: disc;
    margin-left: 17px;
    margin-top: 5px;
}

/* ExchangeOrReturnableCSS */
.returnables {
    width: 100%;
    height: auto;
}

#addresstable {
    border-spacing: 0;
    width: 70%;

}

#addresstable tr {
    border-radius: 5px;
}

#addresstable td {
    border: 1px solid var(--steam_grey);
    padding: 8px;
    width: 35%;
    height: auto;
}

#addresstable th {
    border: 1px solid var(--steam_grey);
    padding: 8px;
    Text-align: left;
    width: 35%;
}

#addresstable th {
    background-color: var(--super_silver_grey);
}

#lefttopborder {
    border-top-left-radius: 5px;
}

#righttopborder {
    border-top-right-radius: 5px;
}

#leftbottomborder {
    border-bottom-left-radius: 5px;
}

#rightbottomborder {
    border-bottom-right-radius: 5px;
}

#exchange_para_ul li {
    list-style-type: disc;
    margin-left: 17px;
    margin-bottom: 6px;
}

.page-productList .pagination.bundlePagination {
    margin: 0px 0px 0px 0px !important;
    width: 732px;
}

.partsListingRight.bundleListingPage {
    margin: 0px 0px 0px 0px !important;
}

.bundleListingWidth {
    width: 732px !important;
}

#iconz {
    width: 20px;
    margin-left: 7px;
}

#replace_header {
    display: block;
    border: 1px solid var(--grey43);
    border-radius: 4px;
    width: 98%;
    float: left;
    height: auto;
    background-color: var(--pattens_blue);
    padding: 6px;
    margin-top: 8px;
    margin-bottom: 4px;
}

.marinspacing {
    margin-left: 1px !important;
    margin-right: 2px;
}

.bundle-section {
    line-height: 1em;
}

.tab_bundle {
    background-color: var(--light_grey);
}

.anchor_removedeco {
    text-decoration: none
}

.text_underscore {
    text-decoration: none;
    box-shadow: inset 0 0px var(--smokey_black), inset 0 -1px var(--black);
}

.increaseGridLength {
    height: 510px !important;
}

.increaseRighBorder {
    height: 500px !important;
}

.us-info-img {
    width: 40%;
    float: left;
}

.productHistoryWordBreak {
    word-break: break-all;
}

.additionalAddress {
    width: 350px;
    height: 24px;
    padding: 3px;
    border: 1px solid var(--primary_border);
    float: left;
    margin: 4px 0 2px 0;
    color: var(--darkGrey)
}

.additionalAddressErrorTxt {
    width: 350px;
    border: 1px solid red;
    height: 24px;
    line-height: 24px;
    padding: 2px;
    margin: 8px 0 0 0;
}

.productPDPInfoDiv {
    width: 350px;
}

.title_holder .jCarousal-title {
    width: 257px;
    font-size: 19px;
    line-height: 37px;
}

.carousalPanel {
    width: 100%;
    float: left;
    padding-top: 20px;
}

.carousalPanel ul.simbleCarousal {
    width: 100%;
    float: left;
    list-style: none;
    height: 37px;
}

.carousalPanel ul.simbleCarousal {
    border-bottom: 1px solid var(--white);
}

.carousalPanel ul.simbleCarousal li {
    float: left;
    font-size: 20px;
    line-height: 37px;
    margin: 0 10px 0 0;
    padding: 0 16px;
    border-right: 1px solid var(--white);
    border-left: 1px solid var(--white);
    border-top: 1px solid var(--white)
}

.carousalPanel ul.simbleCarousal li {
    background: var(--white);
    color: var(--darkGrey);
    border-bottom: 1px solid var(--white);
    margin-left: 287px;
}

.carousalContent {
    width: 99.7%;
    float: left;
    margin: 0;
    border: 1px solid var(--white);
    border-top: 0;
    background: none repeat scroll 0 0 var(--white);
}

.cartIcon {
    background: url(data:image/png;charset=UTF-8;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAYCAYAAAAVibZIAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAANNJREFUeNrsVTsKwlAQnBULG1ELjyAhRciZrPQIHsQ+HsAbeAmPop3d2LwH6yZ5n5CAggPLbh6bYXbYlwhJjI0ZJsDvkM5V3WWufOX4AuDowmM/iJVkV3j4unK5NM9b0wuSH55qvAAsnM9i/NX5nKP0pBSUJtdmipbSPtKlaj4k9DQppFrFjWTh6p1S1aiejX5XAnf/AWAV2Ff27XNoT6+GwIbHpXVjAkprAPeErVwDeKaSjnL3keEbQ9+HkKdVz3kRUxobf5DS2PiSef7/nUxE+h4AoKc75F3/AjsAAAAASUVORK5CYII=) left center no-repeat;
    width: 21px;
    height: 31px;
    float: left
}

.IB-Container button,
.IB-Container .IB-Button,
.IB-Container input[type="button"],
.IB-Container input[type="reset"],
.IB-Container input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--basic_purple);
    border: 0;
    border-radius: 0;
    color: var(--white);
    cursor: pointer;
    display: inline-block;
    font-family: var(--ge_font_family_base);
    font-size: 1em;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    line-height: 1;
    padding: 0.75em 0.75em;
    text-decoration: none;
    -webkit-transition: background-color 150ms ease;
    -o-transition: background-color 150ms ease;
    transition: background-color 150ms ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}

.button-ib {
    background-color: var(--basic_purple);
    border: 0;
    border-radius: 0;
    color: var(--white);
    cursor: pointer;
    display: inline-block;
    font-family: var(--ge_font_family_base);
    font-size: 1em;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    line-height: 1;
    padding: 0.75em 0.75em;
    text-decoration: none;
    -webkit-transition: background-color 150ms ease;
    -o-transition: background-color 150ms ease;
    transition: background-color 150ms ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;

}

/* mysystem */
@charset "UTF-8";

/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1,
.IB-Container .IB-RecommendedTitle,
.IB-BannerTitle,
.IB-Container .IB-ProductPromosTitle,
.IB-Container .IB-SpecialBuysTitle {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
    background: var(--yellow);
    color: var(--black);
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
.IB-Button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button,
.IB-Button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
.IB-Button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
.IB-Button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
[disabled].IB-Button,
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
.IB-Button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid var(--silver);
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*! normalize-opentype.css v0.2.4 | MIT License | kennethormandy.com/journal/normalize-opentype-css */
/**
 * 1. Inherit style issues with custom selections, per robsterlini.co.uk/journal/opentype-and-selection-dont-mix
 * 2. Turn on kerning, standard ligatures, and proportional, oldstyle numerals
 *    Turn off all other ligatures, tabular, lining numerals, and alternates
      Uses same settings for tables
 * 3. Hard-codes fallback text selection for issue #18, color is Chrome’s per via http://stackoverflow.com/a/16094931/864799
 */
::-moz-selection {
    color: inherit;
    /* 1. */
    text-shadow: inherit;
    /* 2. */
    background-color: var(--light_blue);
    /* 3. */
}

::selection {
    color: inherit;
    /* 1. */
    text-shadow: inherit;
    /* 2. */
    background-color: var(--light_blue);
    /* 3. */
}

html,
body,
table {
    -webkit-font-feature-settings: "kern"1, "liga"1, "calt"1, "pnum"1, "tnum"0, "onum"1, "lnum"0, "dlig"0;
    -moz-font-feature-settings: "kern"1, "liga"1, "calt"1, "pnum"1, "tnum"0, "onum"1, "lnum"0, "dlig"0;
    font-feature-settings: "kern"1, "liga"1, "calt"1, "pnum"1, "tnum"0, "onum"1, "lnum"0, "dlig"0;
    /* 2. */
}

/* Headings
========================================================================== */
/**
 * 1. Turn on discretionary ligatures for larger headings
 */
h1,
.IB-Container .IB-RecommendedTitle,
.IB-BannerTitle,
.IB-Container .IB-ProductPromosTitle,
.IB-Container .IB-SpecialBuysTitle,
h2,
.IB-BannerSubtitle,
.IB-BannerCta,
h3 {
    -webkit-font-feature-settings: "kern"1, "liga"1, "calt"1, "pnum"1, "tnum"0, "onum"1, "lnum"0, "dlig"1;
    -moz-font-feature-settings: "kern"1, "liga"1, "calt"1, "pnum"1, "tnum"0, "onum"1, "lnum"0, "dlig"1;
    font-feature-settings: "kern"1, "liga"1, "calt"1, "pnum"1, "tnum"0, "onum"1, "lnum"0, "dlig"1;
    /* 1. */
}

/* Text-level semantics
========================================================================== */
/**
 * 1. Change all letters to uppercase
 * 2. Turn on small caps for upper and lowercase letters
 */
abbr {
    text-transform: uppercase;
    /* 1 */
    -webkit-font-feature-settings: "kern"1, "liga"1, "calt"1, "pnum"1, "tnum"0, "onum"1, "lnum"0, "smcp"1, "c2sc"1;
    -moz-font-feature-settings: "kern"1, "liga"1, "calt"1, "pnum"1, "tnum"0, "onum"1, "lnum"0, "smcp"1, "c2sc"1;
    font-feature-settings: "kern"1, "liga"1, "calt"1, "pnum"1, "tnum"0, "onum"1, "lnum"0, "smcp"1, "c2sc"1;
    /* 2 */
}

/*
 * TODO: Turn on diagonal fractions where appropriate
 */
time {
    -webkit-font-feature-settings: "kern"1, "liga"1, "calt"1, "pnum"1, "tnum"0, "onum"1, "lnum"0;
    -moz-font-feature-settings: "kern"1, "liga"1, "calt"1, "pnum"1, "tnum"0, "onum"1, "lnum"0;
    font-feature-settings: "kern"1, "liga"1, "calt"1, "pnum"1, "tnum"0, "onum"1, "lnum"0;
}

/*
 * 1. Turn off kerning and ligatures,
 *    Turn on lining, tabular numerals, slashed zero
 */
pre,
kbd,
samp,
code {
    -webkit-font-feature-settings: "kern"0, "liga"0, "calt"1, "dlig"0, "pnum"0, "tnum"1, "onum"0, "lnum"1, "zero"1;
    -moz-font-feature-settings: "kern"0, "liga"0, "calt"1, "dlig"0, "pnum"0, "tnum"1, "onum"0, "lnum"1, "zero"1;
    font-feature-settings: "kern"0, "liga"0, "calt"1, "dlig"0, "pnum"0, "tnum"1, "onum"0, "lnum"1, "zero"1;
    /* 1. */
}

/**
 * 1. Turn on proper supercript numerals
 */
sup {
    -webkit-font-feature-settings: "kern"1, "liga"1, "calt"1, "pnum"1, "tnum"0, "onum"1, "lnum"0, "dlig"0, "sups"1;
    -moz-font-feature-settings: "kern"1, "liga"1, "calt"1, "pnum"1, "tnum"0, "onum"1, "lnum"0, "dlig"0, "sups"1;
    font-feature-settings: "kern"1, "liga"1, "calt"1, "pnum"1, "tnum"0, "onum"1, "lnum"0, "dlig"0, "sups"1;
    /* 1. */
}

/**
 * 1. Turn on proper subscript numerals
 */
sub {
    -webkit-font-feature-settings: "kern"1, "liga"1, "calt"1, "pnum"1, "tnum"0, "onum"1, "lnum"0, "dlig"0, "subs"1;
    -moz-font-feature-settings: "kern"1, "liga"1, "calt"1, "pnum"1, "tnum"0, "onum"1, "lnum"0, "dlig"0, "subs"1;
    font-feature-settings: "kern"1, "liga"1, "calt"1, "pnum"1, "tnum"0, "onum"1, "lnum"0, "dlig"0, "subs"1;
    /* 1. */
}

/* Grouping content
========================================================================== */
/**
 * TODO: Adds proper bullets
 */
/*
 * TODO:
 * 1. Adds counters for lists
 * 2. Use proper numerals for lists
 */
/**
 * Adds proper small caps
 */
/**
 * TODO: scmp, sc2c, pnum, case sensitive forms for postal codes
 */
/* Forms
========================================================================== */
/**
 * 1. Turns on lining, proportional numerals without clarified zeroes
 * TODO: Additional input modes https://developer.mozilla.org/en/docs/Web/HTML/Element/Input#attr-inputmode
 */
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="number"],
input[type="range"],
input[type="tel"],
input[type="week"] {
    -webkit-font-feature-settings: "kern"0, "liga"1, "calt"1, "pnum"1, "tnum"0, "onum"0, "lnum"1, "zero"0;
    -moz-font-feature-settings: "kern"0, "liga"1, "calt"1, "pnum"1, "tnum"0, "onum"0, "lnum"1, "zero"0;
    font-feature-settings: "kern"0, "liga"1, "calt"1, "pnum"1, "tnum"0, "onum"0, "lnum"1, "zero"0;
    /* 1. */
}

/* Localisation
========================================================================== */
/* Tables
========================================================================== */
/**
 * 1. Turns on tabular, lining numerals and slashed zero
 */
tbody,
caption {
    -webkit-font-feature-settings: "kern"1, "liga"1, "calt"1, "pnum"0, "tnum"1, "onum"0, "lnum"1, "zero"1;
    -moz-font-feature-settings: "kern"1, "liga"1, "calt"1, "pnum"0, "tnum"1, "onum"0, "lnum"1, "zero"1;
    font-feature-settings: "kern"1, "liga"1, "calt"1, "pnum"0, "tnum"1, "onum"0, "lnum"1, "zero"1;
    /* 1. */
}

.category-tabs .super {
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 0.1em;
}

.category-tabs .tabContent {
    padding: 20px 40px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.category-tabs .tabContent td {
    width: 25%;
    padding: 0;
    vertical-align: top;
}

.category-tabs .tabContent ul {
    border-top: none;
    margin-left: 0;
    padding-left: 0;
}

.category-tabs .tabContent li {
    font-weight: normal;
    list-style: none;
}

.icon-link.anesthesia-delivery:before {
    background-position: 0 -0px;
}

.icon-link.magnetic-resonance-imaging:before {
    background-position: 0 -52px;
}

.icon-link.common-parts:before {
    background-position: 0 -104px;
}

.icon-link.computed-tomography-ct:before {
    background-position: 0 -156px;
}

.icon-link.diagnostic-ecg:before {
    background-position: 0 -208px;
}

.icon-link.interventional-image-guided-systems:before {
    background-position: 0 -260px;
}

.icon-link.mammography:before {
    background-position: 0 -312px;
}

.icon-link.molecular-imaging-and-nuclear-medicine:before {
    background-position: 0 -364px;
}

.icon-link.maternal-infant-care:before {
    background-position: 0 -416px;
}

.icon-link.pet-radiopharmacy:before {
    background-position: 0 -468px;
}

.icon-link.pet-ct:before {
    background-position: 0 -520px;
}

.icon-link.patient-monitoring:before {
    background-position: 0 -572px;
}

.icon-link.respiratory-and-sleep:before {
    background-position: 0 -624px;
}

.icon-link.clearance:before {
    background-position: 0 -676px;
}

.icon-link.tubes:before {
    background-position: 0 -728px;
}

.icon-link.ultrasound:before {
    background-position: 0 -780px;
}

.icon-link.workstations-aw:before {
    background-position: 0 -832px;
}

.icon-link.x-ray:before {
    background-position: 0 -884px;
}

.icon-link.clinical-consumables:before {
    background-position: 0 -936px;
}

.icon-link.surgical-imaging-oec:before {
    background-position: 0 -988px;
}

.icon-link.bone-health:before {
    background-position: 0 -1040px;
}

.icon-link.clinical-training:before {
    background-position: 0 -1092px;
}

.icon-link.healthcare-it:before {
    background-position: 0 -1144px;
}

.icon-link.multi-modality:before {
    background-position: 0 -1196px;
}

.icon-link.biomedical-clinical-engineering:before {
    background-position: 0 -1248px;
}

.icon-link.patient-safety-education:before {
    background-position: 0 -1300px;
}

.icon-link.technologist-education:before {
    background-position: 0 -1352px;
}

.icon-link.travel-lodging:before {
    background-position: 0 -1404px;
}

.icon-link {
    color: var(--darkGrey);
    display: block;
    font-size: 16px;
    text-decoration: none;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
}

.icon-link::after {
    clear: both;
    content: "";
    display: table;
}

.icon-link:before {
    height: 52px;
    width: 52px;
    background-size: 104px 1456px;
    background-position: 0 0;
    background-image: url("../images/GESS_icons.svg");
    content: '';
    display: block;
    float: left;
}

.icon-link:hover:before {
    background-position-x: -54px;
}

.icon-link:hover .label {
    text-decoration: underline;
}

.icon-link .label {
    display: block;
    float: left;
    width: calc(100% - 84px);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 64px;
}

.icon-nav {
    width: 100%;
    display: block;
    list-style-type: none;
}

.icon-nav::after {
    clear: both;
    content: "";
    display: table;
}

.icon-nav .column {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(25% - 1.125em);
    float: left;
    margin-right: 1.5em;
}

.icon-nav .column:last-of-type {
    margin-right: 0;
}

.icon-nav li {
    display: block;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?39679525#fontello') format('svg');
  }
}
*/
/*!
 * Font Awesome Free 5.0.13 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    src: url("../webfonts/fa-solid-900.eot");
    src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900;
}

/*!
 * Font Awesome Free 5.0.13 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -.0667em;
}

.fa-xs {
    font-size: .75em;
}

.fa-sm {
    font-size: .875em;
}

.fa-1x {
    font-size: 1em;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-6x {
    font-size: 6em;
}

.fa-7x {
    font-size: 7em;
}

.fa-8x {
    font-size: 8em;
}

.fa-9x {
    font-size: 9em;
}

.fa-10x {
    font-size: 10em;
}

.fa-fw {
    text-align: center;
    width: 1.25em;
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}

.fa-ul>li {
    position: relative;
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}

.fa-border {
    border: solid 0.08em var(--super_silver_grey);
    border-radius: .1em;
    padding: .2em .25em .15em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

.fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(-1, -1);
    -ms-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none;
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em;
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: var(--white);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
    content: "\f26e";
}

.fa-accessible-icon:before {
    content: "\f368";
}

.fa-accusoft:before {
    content: "\f369";
}

.fa-address-book:before {
    content: "\f2b9";
}

.fa-address-card:before {
    content: "\f2bb";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-adn:before {
    content: "\f170";
}

.fa-adversal:before {
    content: "\f36a";
}

.fa-affiliatetheme:before {
    content: "\f36b";
}

.fa-algolia:before {
    content: "\f36c";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-allergies:before {
    content: "\f461";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-amazon-pay:before {
    content: "\f42c";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-amilia:before {
    content: "\f36d";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-android:before {
    content: "\f17b";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angrycreative:before {
    content: "\f36e";
}

.fa-angular:before {
    content: "\f420";
}

.fa-app-store:before {
    content: "\f36f";
}

.fa-app-store-ios:before {
    content: "\f370";
}

.fa-apper:before {
    content: "\f371";
}

.fa-apple:before {
    content: "\f179";
}

.fa-apple-pay:before {
    content: "\f415";
}

.fa-archive:before {
    content: "\f187";
}

.fa-arrow-alt-circle-down:before {
    content: "\f358";
}

.fa-arrow-alt-circle-left:before {
    content: "\f359";
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-arrows-alt-h:before {
    content: "\f337";
}

.fa-arrows-alt-v:before {
    content: "\f338";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-asymmetrik:before {
    content: "\f372";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-audible:before {
    content: "\f373";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-autoprefixer:before {
    content: "\f41c";
}

.fa-avianex:before {
    content: "\f374";
}

.fa-aviato:before {
    content: "\f421";
}

.fa-aws:before {
    content: "\f375";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-band-aid:before {
    content: "\f462";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-bars:before {
    content: "\f0c9";
}

.fa-baseball-ball:before {
    content: "\f433";
}

.fa-basketball-ball:before {
    content: "\f434";
}

.fa-bath:before {
    content: "\f2cd";
}

.fa-battery-empty:before {
    content: "\f244";
}

.fa-battery-full:before {
    content: "\f240";
}

.fa-battery-half:before {
    content: "\f242";
}

.fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-bed:before {
    content: "\f236";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bimobject:before {
    content: "\f378";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitcoin:before {
    content: "\f379";
}

.fa-bity:before {
    content: "\f37a";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-blackberry:before {
    content: "\f37b";
}

.fa-blender:before {
    content: "\f517";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-blogger:before {
    content: "\f37c";
}

.fa-blogger-b:before {
    content: "\f37d";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-bold:before {
    content: "\f032";
}

.fa-bolt:before {
    content: "\f0e7";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-book:before {
    content: "\f02d";
}

.fa-book-open:before {
    content: "\f518";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-bowling-ball:before {
    content: "\f436";
}

.fa-box:before {
    content: "\f466";
}

.fa-box-open:before {
    content: "\f49e";
}

.fa-boxes:before {
    content: "\f468";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-briefcase-medical:before {
    content: "\f469";
}

.fa-broadcast-tower:before {
    content: "\f519";
}

.fa-broom:before {
    content: "\f51a";
}

.fa-btc:before {
    content: "\f15a";
}

.fa-bug:before {
    content: "\f188";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-burn:before {
    content: "\f46a";
}

.fa-buromobelexperte:before {
    content: "\f37f";
}

.fa-bus:before {
    content: "\f207";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-calendar:before {
    content: "\f133";
}

.fa-calendar-alt:before {
    content: "\f073";
}

.fa-calendar-check:before {
    content: "\f274";
}

.fa-calendar-minus:before {
    content: "\f272";
}

.fa-calendar-plus:before {
    content: "\f271";
}

.fa-calendar-times:before {
    content: "\f273";
}

.fa-camera:before {
    content: "\f030";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-capsules:before {
    content: "\f46b";
}

.fa-car:before {
    content: "\f1b9";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-caret-square-down:before {
    content: "\f150";
}

.fa-caret-square-left:before {
    content: "\f191";
}

.fa-caret-square-right:before {
    content: "\f152";
}

.fa-caret-square-up:before {
    content: "\f151";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cc-amazon-pay:before {
    content: "\f42d";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-apple-pay:before {
    content: "\f416";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-centercode:before {
    content: "\f380";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-chalkboard:before {
    content: "\f51b";
}

.fa-chalkboard-teacher:before {
    content: "\f51c";
}

.fa-chart-area:before {
    content: "\f1fe";
}

.fa-chart-bar:before {
    content: "\f080";
}

.fa-chart-line:before {
    content: "\f201";
}

.fa-chart-pie:before {
    content: "\f200";
}

.fa-check:before {
    content: "\f00c";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-chess:before {
    content: "\f439";
}

.fa-chess-bishop:before {
    content: "\f43a";
}

.fa-chess-board:before {
    content: "\f43c";
}

.fa-chess-king:before {
    content: "\f43f";
}

.fa-chess-knight:before {
    content: "\f441";
}

.fa-chess-pawn:before {
    content: "\f443";
}

.fa-chess-queen:before {
    content: "\f445";
}

.fa-chess-rook:before {
    content: "\f447";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-church:before {
    content: "\f51d";
}

.fa-circle:before {
    content: "\f111";
}

.fa-circle-notch:before {
    content: "\f1ce";
}

.fa-clipboard:before {
    content: "\f328";
}

.fa-clipboard-check:before {
    content: "\f46c";
}

.fa-clipboard-list:before {
    content: "\f46d";
}

.fa-clock:before {
    content: "\f017";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-closed-captioning:before {
    content: "\f20a";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-cloud-download-alt:before {
    content: "\f381";
}

.fa-cloud-upload-alt:before {
    content: "\f382";
}

.fa-cloudscale:before {
    content: "\f383";
}

.fa-cloudsmith:before {
    content: "\f384";
}

.fa-cloudversify:before {
    content: "\f385";
}

.fa-code:before {
    content: "\f121";
}

.fa-code-branch:before {
    content: "\f126";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cog:before {
    content: "\f013";
}

.fa-cogs:before {
    content: "\f085";
}

.fa-coins:before {
    content: "\f51e";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-comment:before {
    content: "\f075";
}

.fa-comment-alt:before {
    content: "\f27a";
}

.fa-comment-dots:before {
    content: "\f4ad";
}

.fa-comment-slash:before {
    content: "\f4b3";
}

.fa-comments:before {
    content: "\f086";
}

.fa-compact-disc:before {
    content: "\f51f";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-compress:before {
    content: "\f066";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-copy:before {
    content: "\f0c5";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-couch:before {
    content: "\f4b8";
}

.fa-cpanel:before {
    content: "\f388";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-creative-commons-by:before {
    content: "\f4e7";
}

.fa-creative-commons-nc:before {
    content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea";
}

.fa-creative-commons-nd:before {
    content: "\f4eb";
}

.fa-creative-commons-pd:before {
    content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed";
}

.fa-creative-commons-remix:before {
    content: "\f4ee";
}

.fa-creative-commons-sa:before {
    content: "\f4ef";
}

.fa-creative-commons-sampling:before {
    content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1";
}

.fa-creative-commons-share:before {
    content: "\f4f2";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-crop:before {
    content: "\f125";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-crow:before {
    content: "\f520";
}

.fa-crown:before {
    content: "\f521";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-css3-alt:before {
    content: "\f38b";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-cut:before {
    content: "\f0c4";
}

.fa-cuttlefish:before {
    content: "\f38c";
}

.fa-d-and-d:before {
    content: "\f38d";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-deaf:before {
    content: "\f2a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-deploydog:before {
    content: "\f38e";
}

.fa-deskpro:before {
    content: "\f38f";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-diagnoses:before {
    content: "\f470";
}

.fa-dice:before {
    content: "\f522";
}

.fa-dice-five:before {
    content: "\f523";
}

.fa-dice-four:before {
    content: "\f524";
}

.fa-dice-one:before {
    content: "\f525";
}

.fa-dice-six:before {
    content: "\f526";
}

.fa-dice-three:before {
    content: "\f527";
}

.fa-dice-two:before {
    content: "\f528";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-digital-ocean:before {
    content: "\f391";
}

.fa-discord:before {
    content: "\f392";
}

.fa-discourse:before {
    content: "\f393";
}

.fa-divide:before {
    content: "\f529";
}

.fa-dna:before {
    content: "\f471";
}

.fa-dochub:before {
    content: "\f394";
}

.fa-docker:before {
    content: "\f395";
}

.fa-dollar-sign:before {
    content: "\f155";
}

.fa-dolly:before {
    content: "\f472";
}

.fa-dolly-flatbed:before {
    content: "\f474";
}

.fa-donate:before {
    content: "\f4b9";
}

.fa-door-closed:before {
    content: "\f52a";
}

.fa-door-open:before {
    content: "\f52b";
}

.fa-dot-circle:before {
    content: "\f192";
}

.fa-dove:before {
    content: "\f4ba";
}

.fa-download:before {
    content: "\f019";
}

.fa-draft2digital:before {
    content: "\f396";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-dribbble-square:before {
    content: "\f397";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-dumbbell:before {
    content: "\f44b";
}

.fa-dyalog:before {
    content: "\f399";
}

.fa-earlybirds:before {
    content: "\f39a";
}

.fa-ebay:before {
    content: "\f4f4";
}

.fa-edge:before {
    content: "\f282";
}

.fa-edit:before {
    content: "\f044";
}

.fa-eject:before {
    content: "\f052";
}

.fa-elementor:before {
    content: "\f430";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-ember:before {
    content: "\f423";
}

.fa-empire:before {
    content: "\f1d1";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-envira:before {
    content: "\f299";
}

.fa-equals:before {
    content: "\f52c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-erlang:before {
    content: "\f39d";
}

.fa-ethereum:before {
    content: "\f42e";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-euro-sign:before {
    content: "\f153";
}

.fa-exchange-alt:before {
    content: "\f362";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-expand:before {
    content: "\f065";
}

.fa-expand-arrows-alt:before {
    content: "\f31e";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-external-link-alt:before {
    content: "\f35d";
}

.fa-external-link-square-alt:before {
    content: "\f360";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-dropper:before {
    content: "\f1fb";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-facebook-f:before {
    content: "\f39e";
}

.fa-facebook-messenger:before {
    content: "\f39f";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-feather:before {
    content: "\f52d";
}

.fa-female:before {
    content: "\f182";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-alt:before {
    content: "\f15c";
}

.fa-file-archive:before {
    content: "\f1c6";
}

.fa-file-audio:before {
    content: "\f1c7";
}

.fa-file-code:before {
    content: "\f1c9";
}

.fa-file-excel:before {
    content: "\f1c3";
}

.fa-file-image:before {
    content: "\f1c5";
}

.fa-file-medical:before {
    content: "\f477";
}

.fa-file-medical-alt:before {
    content: "\f478";
}

.fa-file-pdf:before {
    content: "\f1c1";
}

.fa-file-powerpoint:before {
    content: "\f1c4";
}

.fa-file-video:before {
    content: "\f1c8";
}

.fa-file-word:before {
    content: "\f1c2";
}

.fa-film:before {
    content: "\f008";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-first-aid:before {
    content: "\f479";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-first-order-alt:before {
    content: "\f50a";
}

.fa-firstdraft:before {
    content: "\f3a1";
}

.fa-flag:before {
    content: "\f024";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-flipboard:before {
    content: "\f44d";
}

.fa-fly:before {
    content: "\f417";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-font:before {
    content: "\f031";
}

.fa-font-awesome:before {
    content: "\f2b4";
}

.fa-font-awesome-alt:before {
    content: "\f35c";
}

.fa-font-awesome-flag:before {
    content: "\f425";
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-fonticons-fi:before {
    content: "\f3a2";
}

.fa-football-ball:before {
    content: "\f44e";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-fort-awesome-alt:before {
    content: "\f3a3";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-freebsd:before {
    content: "\f3a4";
}

.fa-frog:before {
    content: "\f52e";
}

.fa-frown:before {
    content: "\f119";
}

.fa-fulcrum:before {
    content: "\f50b";
}

.fa-futbol:before {
    content: "\f1e3";
}

.fa-galactic-republic:before {
    content: "\f50c";
}

.fa-galactic-senate:before {
    content: "\f50d";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-gas-pump:before {
    content: "\f52f";
}

.fa-gavel:before {
    content: "\f0e3";
}

.fa-gem:before {
    content: "\f3a5";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-github:before {
    content: "\f09b";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-gitkraken:before {
    content: "\f3a6";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-gitter:before {
    content: "\f426";
}

.fa-glass-martini:before {
    content: "\f000";
}

.fa-glasses:before {
    content: "\f530";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-gofore:before {
    content: "\f3a7";
}

.fa-golf-ball:before {
    content: "\f450";
}

.fa-goodreads:before {
    content: "\f3a8";
}

.fa-goodreads-g:before {
    content: "\f3a9";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-google-drive:before {
    content: "\f3aa";
}

.fa-google-play:before {
    content: "\f3ab";
}

.fa-google-plus:before {
    content: "\f2b3";
}

.fa-google-plus-g:before {
    content: "\f0d5";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-gratipay:before {
    content: "\f184";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-greater-than:before {
    content: "\f531";
}

.fa-greater-than-equal:before {
    content: "\f532";
}

.fa-gripfire:before {
    content: "\f3ac";
}

.fa-grunt:before {
    content: "\f3ad";
}

.fa-gulp:before {
    content: "\f3ae";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-hacker-news-square:before {
    content: "\f3af";
}

.fa-hand-holding:before {
    content: "\f4bd";
}

.fa-hand-holding-heart:before {
    content: "\f4be";
}

.fa-hand-holding-usd:before {
    content: "\f4c0";
}

.fa-hand-lizard:before {
    content: "\f258";
}

.fa-hand-paper:before {
    content: "\f256";
}

.fa-hand-peace:before {
    content: "\f25b";
}

.fa-hand-point-down:before {
    content: "\f0a7";
}

.fa-hand-point-left:before {
    content: "\f0a5";
}

.fa-hand-point-right:before {
    content: "\f0a4";
}

.fa-hand-point-up:before {
    content: "\f0a6";
}

.fa-hand-pointer:before {
    content: "\f25a";
}

.fa-hand-rock:before {
    content: "\f255";
}

.fa-hand-scissors:before {
    content: "\f257";
}

.fa-hand-spock:before {
    content: "\f259";
}

.fa-hands:before {
    content: "\f4c2";
}

.fa-hands-helping:before {
    content: "\f4c4";
}

.fa-handshake:before {
    content: "\f2b5";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-hdd:before {
    content: "\f0a0";
}

.fa-heading:before {
    content: "\f1dc";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-heart:before {
    content: "\f004";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-helicopter:before {
    content: "\f533";
}

.fa-hips:before {
    content: "\f452";
}

.fa-hire-a-helper:before {
    content: "\f3b0";
}

.fa-history:before {
    content: "\f1da";
}

.fa-hockey-puck:before {
    content: "\f453";
}

.fa-home:before {
    content: "\f015";
}

.fa-hooli:before {
    content: "\f427";
}

.fa-hospital:before {
    content: "\f0f8";
}

.fa-hospital-alt:before {
    content: "\f47d";
}

.fa-hospital-symbol:before {
    content: "\f47e";
}

.fa-hotjar:before {
    content: "\f3b1";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-start:before {
    content: "\f251";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-hubspot:before {
    content: "\f3b2";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-id-card:before {
    content: "\f2c2";
}

.fa-id-card-alt:before {
    content: "\f47f";
}

.fa-image:before {
    content: "\f03e";
}

.fa-images:before {
    content: "\f302";
}

.fa-imdb:before {
    content: "\f2d8";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-industry:before {
    content: "\f275";
}

.fa-infinity:before {
    content: "\f534";
}

.fa-info:before {
    content: "\f129";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-italic:before {
    content: "\f033";
}

.fa-itunes:before {
    content: "\f3b4";
}

.fa-itunes-note:before {
    content: "\f3b5";
}

.fa-java:before {
    content: "\f4e4";
}

.fa-jedi-order:before {
    content: "\f50e";
}

.fa-jenkins:before {
    content: "\f3b6";
}

.fa-joget:before {
    content: "\f3b7";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-js:before {
    content: "\f3b8";
}

.fa-js-square:before {
    content: "\f3b9";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-key:before {
    content: "\f084";
}

.fa-keybase:before {
    content: "\f4f5";
}

.fa-keyboard:before {
    content: "\f11c";
}

.fa-keycdn:before {
    content: "\f3ba";
}

.fa-kickstarter:before {
    content: "\f3bb";
}

.fa-kickstarter-k:before {
    content: "\f3bc";
}

.fa-kiwi-bird:before {
    content: "\f535";
}

.fa-korvue:before {
    content: "\f42f";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-laravel:before {
    content: "\f3bd";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-lemon:before {
    content: "\f094";
}

.fa-less:before {
    content: "\f41d";
}

.fa-less-than:before {
    content: "\f536";
}

.fa-less-than-equal:before {
    content: "\f537";
}

.fa-level-down-alt:before {
    content: "\f3be";
}

.fa-level-up-alt:before {
    content: "\f3bf";
}

.fa-life-ring:before {
    content: "\f1cd";
}

.fa-lightbulb:before {
    content: "\f0eb";
}

.fa-line:before {
    content: "\f3c0";
}

.fa-link:before {
    content: "\f0c1";
}

.fa-linkedin:before {
    content: "\f08c";
}

.fa-linkedin-in:before {
    content: "\f0e1";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-lira-sign:before {
    content: "\f195";
}

.fa-list:before {
    content: "\f03a";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-lock:before {
    content: "\f023";
}

.fa-lock-open:before {
    content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
    content: "\f309";
}

.fa-long-arrow-alt-left:before {
    content: "\f30a";
}

.fa-long-arrow-alt-right:before {
    content: "\f30b";
}

.fa-long-arrow-alt-up:before {
    content: "\f30c";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-lyft:before {
    content: "\f3c3";
}

.fa-magento:before {
    content: "\f3c4";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-male:before {
    content: "\f183";
}

.fa-mandalorian:before {
    content: "\f50f";
}

.fa-map:before {
    content: "\f279";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-map-marker-alt:before {
    content: "\f3c5";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mastodon:before {
    content: "\f4f6";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-medapps:before {
    content: "\f3c6";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-medium-m:before {
    content: "\f3c7";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-medrt:before {
    content: "\f3c8";
}

.fa-meetup:before {
    content: "\f2e0";
}

.fa-meh:before {
    content: "\f11a";
}

.fa-memory:before {
    content: "\f538";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-microchip:before {
    content: "\f2db";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-alt:before {
    content: "\f3c9";
}

.fa-microphone-alt-slash:before {
    content: "\f539";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-microsoft:before {
    content: "\f3ca";
}

.fa-minus:before {
    content: "\f068";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-mix:before {
    content: "\f3cb";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-mizuni:before {
    content: "\f3cc";
}

.fa-mobile:before {
    content: "\f10b";
}

.fa-mobile-alt:before {
    content: "\f3cd";
}

.fa-modx:before {
    content: "\f285";
}

.fa-monero:before {
    content: "\f3d0";
}

.fa-money-bill:before {
    content: "\f0d6";
}

.fa-money-bill-alt:before {
    content: "\f3d1";
}

.fa-money-bill-wave:before {
    content: "\f53a";
}

.fa-money-bill-wave-alt:before {
    content: "\f53b";
}

.fa-money-check:before {
    content: "\f53c";
}

.fa-money-check-alt:before {
    content: "\f53d";
}

.fa-moon:before {
    content: "\f186";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-music:before {
    content: "\f001";
}

.fa-napster:before {
    content: "\f3d2";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-newspaper:before {
    content: "\f1ea";
}

.fa-nintendo-switch:before {
    content: "\f418";
}

.fa-node:before {
    content: "\f419";
}

.fa-node-js:before {
    content: "\f3d3";
}

.fa-not-equal:before {
    content: "\f53e";
}

.fa-notes-medical:before {
    content: "\f481";
}

.fa-npm:before {
    content: "\f3d4";
}

.fa-ns8:before {
    content: "\f3d5";
}

.fa-nutritionix:before {
    content: "\f3d6";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-old-republic:before {
    content: "\f510";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-osi:before {
    content: "\f41a";
}

.fa-outdent:before {
    content: "\f03b";
}

.fa-page4:before {
    content: "\f3d7";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-palette:before {
    content: "\f53f";
}

.fa-palfed:before {
    content: "\f3d8";
}

.fa-pallet:before {
    content: "\f482";
}

.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-parachute-box:before {
    content: "\f4cd";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-parking:before {
    content: "\f540";
}

.fa-paste:before {
    content: "\f0ea";
}

.fa-patreon:before {
    content: "\f3d9";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-pen-square:before {
    content: "\f14b";
}

.fa-pencil-alt:before {
    content: "\f303";
}

.fa-people-carry:before {
    content: "\f4ce";
}

.fa-percent:before {
    content: "\f295";
}

.fa-percentage:before {
    content: "\f541";
}

.fa-periscope:before {
    content: "\f3da";
}

.fa-phabricator:before {
    content: "\f3db";
}

.fa-phoenix-framework:before {
    content: "\f3dc";
}

.fa-phoenix-squadron:before {
    content: "\f511";
}

.fa-phone:before {
    content: "\f095";
}

.fa-phone-slash:before {
    content: "\f3dd";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-phone-volume:before {
    content: "\f2a0";
}

.fa-php:before {
    content: "\f457";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-pied-piper-hat:before {
    content: "\f4e5";
}

.fa-pied-piper-pp:before {
    content: "\f1a7";
}

.fa-piggy-bank:before {
    content: "\f4d3";
}

.fa-pills:before {
    content: "\f484";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-plane:before {
    content: "\f072";
}

.fa-play:before {
    content: "\f04b";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-playstation:before {
    content: "\f3df";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-plus:before {
    content: "\f067";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-podcast:before {
    content: "\f2ce";
}

.fa-poo:before {
    content: "\f2fe";
}

.fa-portrait:before {
    content: "\f3e0";
}

.fa-pound-sign:before {
    content: "\f154";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-prescription-bottle:before {
    content: "\f485";
}

.fa-prescription-bottle-alt:before {
    content: "\f486";
}

.fa-print:before {
    content: "\f02f";
}

.fa-procedures:before {
    content: "\f487";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-project-diagram:before {
    content: "\f542";
}

.fa-pushed:before {
    content: "\f3e1";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-python:before {
    content: "\f3e2";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-question:before {
    content: "\f128";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-quidditch:before {
    content: "\f458";
}

.fa-quinscape:before {
    content: "\f459";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-r-project:before {
    content: "\f4f7";
}

.fa-random:before {
    content: "\f074";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-react:before {
    content: "\f41b";
}

.fa-readme:before {
    content: "\f4d5";
}

.fa-rebel:before {
    content: "\f1d0";
}

.fa-receipt:before {
    content: "\f543";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-red-river:before {
    content: "\f3e3";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-redo:before {
    content: "\f01e";
}

.fa-redo-alt:before {
    content: "\f2f9";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-rendact:before {
    content: "\f3e4";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-reply:before {
    content: "\f3e5";
}

.fa-reply-all:before {
    content: "\f122";
}

.fa-replyd:before {
    content: "\f3e6";
}

.fa-researchgate:before {
    content: "\f4f8";
}

.fa-resolving:before {
    content: "\f3e7";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-ribbon:before {
    content: "\f4d6";
}

.fa-road:before {
    content: "\f018";
}

.fa-robot:before {
    content: "\f544";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-rocketchat:before {
    content: "\f3e8";
}

.fa-rockrms:before {
    content: "\f3e9";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-ruble-sign:before {
    content: "\f158";
}

.fa-ruler:before {
    content: "\f545";
}

.fa-ruler-combined:before {
    content: "\f546";
}

.fa-ruler-horizontal:before {
    content: "\f547";
}

.fa-ruler-vertical:before {
    content: "\f548";
}

.fa-rupee-sign:before {
    content: "\f156";
}

.fa-safari:before {
    content: "\f267";
}

.fa-sass:before {
    content: "\f41e";
}

.fa-save:before {
    content: "\f0c7";
}

.fa-schlix:before {
    content: "\f3ea";
}

.fa-school:before {
    content: "\f549";
}

.fa-screwdriver:before {
    content: "\f54a";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-search:before {
    content: "\f002";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-searchengin:before {
    content: "\f3eb";
}

.fa-seedling:before {
    content: "\f4d8";
}

.fa-sellcast:before {
    content: "\f2da";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-server:before {
    content: "\f233";
}

.fa-servicestack:before {
    content: "\f3ec";
}

.fa-share:before {
    content: "\f064";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-shekel-sign:before {
    content: "\f20b";
}

.fa-shield-alt:before {
    content: "\f3ed";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-shipping-fast:before {
    content: "\f48b";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-shoe-prints:before {
    content: "\f54b";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-sign:before {
    content: "\f4d9";
}

.fa-sign-in-alt:before {
    content: "\f2f6";
}

.fa-sign-language:before {
    content: "\f2a7";
}

.fa-sign-out-alt:before {
    content: "\f2f5";
}

.fa-signal:before {
    content: "\f012";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-sistrix:before {
    content: "\f3ee";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-sith:before {
    content: "\f512";
}

.fa-skull:before {
    content: "\f54c";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-slack:before {
    content: "\f198";
}

.fa-slack-hash:before {
    content: "\f3ef";
}

.fa-sliders-h:before {
    content: "\f1de";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-smile:before {
    content: "\f118";
}

.fa-smoking:before {
    content: "\f48d";
}

.fa-smoking-ban:before {
    content: "\f54d";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-snowflake:before {
    content: "\f2dc";
}

.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-alpha-down:before {
    content: "\f15d";
}

.fa-sort-alpha-up:before {
    content: "\f15e";
}

.fa-sort-amount-down:before {
    content: "\f160";
}

.fa-sort-amount-up:before {
    content: "\f161";
}

.fa-sort-down:before {
    content: "\f0dd";
}

.fa-sort-numeric-down:before {
    content: "\f162";
}

.fa-sort-numeric-up:before {
    content: "\f163";
}

.fa-sort-up:before {
    content: "\f0de";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-speakap:before {
    content: "\f3f3";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-square-full:before {
    content: "\f45c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-staylinked:before {
    content: "\f3f5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-steam-symbol:before {
    content: "\f3f6";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-sticker-mule:before {
    content: "\f3f7";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stopwatch:before {
    content: "\f2f2";
}

.fa-store:before {
    content: "\f54e";
}

.fa-store-alt:before {
    content: "\f54f";
}

.fa-strava:before {
    content: "\f428";
}

.fa-stream:before {
    content: "\f550";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-stripe:before {
    content: "\f429";
}

.fa-stripe-s:before {
    content: "\f42a";
}

.fa-stroopwafel:before {
    content: "\f551";
}

.fa-studiovinari:before {
    content: "\f3f8";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-subway:before {
    content: "\f239";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-sun:before {
    content: "\f185";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-supple:before {
    content: "\f3f9";
}

.fa-sync:before {
    content: "\f021";
}

.fa-sync-alt:before {
    content: "\f2f1";
}

.fa-syringe:before {
    content: "\f48e";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-table-tennis:before {
    content: "\f45d";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-tablet-alt:before {
    content: "\f3fa";
}

.fa-tablets:before {
    content: "\f490";
}

.fa-tachometer-alt:before {
    content: "\f3fd";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-tape:before {
    content: "\f4db";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-taxi:before {
    content: "\f1ba";
}

.fa-teamspeak:before {
    content: "\f4f9";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-telegram-plane:before {
    content: "\f3fe";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-thermometer:before {
    content: "\f491";
}

.fa-thermometer-empty:before {
    content: "\f2cb";
}

.fa-thermometer-full:before {
    content: "\f2c7";
}

.fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-thermometer-quarter:before {
    content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbtack:before {
    content: "\f08d";
}

.fa-ticket-alt:before {
    content: "\f3ff";
}

.fa-times:before {
    content: "\f00d";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-tint:before {
    content: "\f043";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-toolbox:before {
    content: "\f552";
}

.fa-trade-federation:before {
    content: "\f513";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-train:before {
    content: "\f238";
}

.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-trash-alt:before {
    content: "\f2ed";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-trello:before {
    content: "\f181";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-truck-loading:before {
    content: "\f4de";
}

.fa-truck-moving:before {
    content: "\f4df";
}

.fa-tshirt:before {
    content: "\f553";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-tv:before {
    content: "\f26c";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-typo3:before {
    content: "\f42b";
}

.fa-uber:before {
    content: "\f402";
}

.fa-uikit:before {
    content: "\f403";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-undo:before {
    content: "\f0e2";
}

.fa-undo-alt:before {
    content: "\f2ea";
}

.fa-uniregistry:before {
    content: "\f404";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-university:before {
    content: "\f19c";
}

.fa-unlink:before {
    content: "\f127";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-untappd:before {
    content: "\f405";
}

.fa-upload:before {
    content: "\f093";
}

.fa-usb:before {
    content: "\f287";
}

.fa-user:before {
    content: "\f007";
}

.fa-user-alt:before {
    content: "\f406";
}

.fa-user-alt-slash:before {
    content: "\f4fa";
}

.fa-user-astronaut:before {
    content: "\f4fb";
}

.fa-user-check:before {
    content: "\f4fc";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-clock:before {
    content: "\f4fd";
}

.fa-user-cog:before {
    content: "\f4fe";
}

.fa-user-edit:before {
    content: "\f4ff";
}

.fa-user-friends:before {
    content: "\f500";
}

.fa-user-graduate:before {
    content: "\f501";
}

.fa-user-lock:before {
    content: "\f502";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-user-minus:before {
    content: "\f503";
}

.fa-user-ninja:before {
    content: "\f504";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-user-shield:before {
    content: "\f505";
}

.fa-user-slash:before {
    content: "\f506";
}

.fa-user-tag:before {
    content: "\f507";
}

.fa-user-tie:before {
    content: "\f508";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-users:before {
    content: "\f0c0";
}

.fa-users-cog:before {
    content: "\f509";
}

.fa-ussunnah:before {
    content: "\f407";
}

.fa-utensil-spoon:before {
    content: "\f2e5";
}

.fa-utensils:before {
    content: "\f2e7";
}

.fa-vaadin:before {
    content: "\f408";
}

.fa-venus:before {
    content: "\f221";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-vial:before {
    content: "\f492";
}

.fa-vials:before {
    content: "\f493";
}

.fa-viber:before {
    content: "\f409";
}

.fa-video:before {
    content: "\f03d";
}

.fa-video-slash:before {
    content: "\f4e2";
}

.fa-vimeo:before {
    content: "\f40a";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-vimeo-v:before {
    content: "\f27d";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-vk:before {
    content: "\f189";
}

.fa-vnv:before {
    content: "\f40b";
}

.fa-volleyball-ball:before {
    content: "\f45f";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-vuejs:before {
    content: "\f41f";
}

.fa-walking:before {
    content: "\f554";
}

.fa-wallet:before {
    content: "\f555";
}

.fa-warehouse:before {
    content: "\f494";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-weight:before {
    content: "\f496";
}

.fa-weixin:before {
    content: "\f1d7";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-whatsapp-square:before {
    content: "\f40c";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-whmcs:before {
    content: "\f40d";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-window-close:before {
    content: "\f410";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-wine-glass:before {
    content: "\f4e3";
}

.fa-wolf-pack-battalion:before {
    content: "\f514";
}

.fa-won-sign:before {
    content: "\f159";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-wordpress-simple:before {
    content: "\f411";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-x-ray:before {
    content: "\f497";
}

.fa-xbox:before {
    content: "\f412";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-y-combinator:before {
    content: "\f23b";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-yandex:before {
    content: "\f413";
}

.fa-yandex-international:before {
    content: "\f414";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-yen-sign:before {
    content: "\f157";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-youtube-square:before {
    content: "\f431";
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.IB-Container button,
.IB-Container .IB-Button,
.IB-Container input[type="button"],
.IB-Container input[type="reset"],
.IB-Container input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--basic_purple);
    border: 0;
    border-radius: 0;
    color: var(--white);
    cursor: pointer;
    display: inline-block;
    font-family: var(--ge_font_family_base);
    font-size: 1em;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    line-height: 1;
    padding: 0.75em 0.75em;
    text-decoration: none;
    -webkit-transition: background-color 150ms ease;
    -o-transition: background-color 150ms ease;
    transition: background-color 150ms ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}

.IB-Container button:hover,
.IB-Container .IB-Button:hover,
.IB-Container button:focus,
.IB-Container .IB-Button:focus,
.IB-Container input[type="button"]:hover,
.IB-Container input[type="button"]:focus,
.IB-Container input[type="reset"]:hover,
.IB-Container input[type="reset"]:focus,
.IB-Container input[type="submit"]:hover,
.IB-Container input[type="submit"]:focus {
    background-color: var(--ib_container_blue_button);
    color: var(--white);
}

.IB-Container button:disabled,
.IB-Container .IB-Button:disabled,
.IB-Container input[type="button"]:disabled,
.IB-Container input[type="reset"]:disabled,
.IB-Container input[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.IB-Container button:disabled:hover,
.IB-Container .IB-Button:disabled:hover,
.IB-Container input[type="button"]:disabled:hover,
.IB-Container input[type="reset"]:disabled:hover,
.IB-Container input[type="submit"]:disabled:hover {
    background-color: var(--basic_purple);
}

fieldset {
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0;
}

legend {
    font-weight: 600;
    margin-bottom: 0.375em;
    padding: 0;
}

label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.375em;
}

input,
select,
textarea {
    display: block;
    float: none;
    font-family: var(--ge_font_family_base);
    font-size: 1em;
}

.IB-Container input[type="color"],
.IB-Container input[type="date"],
.IB-Container input[type="datetime"],
.IB-Container input[type="datetime-local"],
.IB-Container input[type="email"],
.IB-Container input[type="month"],
.IB-Container input[type="number"],
.IB-Container input[type="password"],
.IB-Container input[type="search"],
.IB-Container input[type="tel"],
.IB-Container input[type="text"],
.IB-Container input[type="time"],
.IB-Container input[type="url"],
.IB-Container input[type="week"],
.IB-Container input:not([type]),
.IB-Container textarea,
.IB-Container select[multiple] {
    background-color: #f5f6f7;
    border: 1px solid var(--steam_grey);
    -webkit-box-shadow: inset 0 1px 3px var(--black);
    box-shadow: inset 0 1px 3px var(--black);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0.75em;
    padding: .6em .3em;
    -webkit-transition: border-color 150ms ease;
    -o-transition: border-color 150ms ease;
    transition: border-color 150ms ease;
    width: 100%;
}

.IB-Container input[type="color"]:hover,
.IB-Container input[type="date"]:hover,
.IB-Container input[type="datetime"]:hover,
.IB-Container input[type="datetime-local"]:hover,
.IB-Container input[type="email"]:hover,
.IB-Container input[type="month"]:hover,
.IB-Container input[type="number"]:hover,
.IB-Container input[type="password"]:hover,
.IB-Container input[type="search"]:hover,
.IB-Container input[type="tel"]:hover,
.IB-Container input[type="text"]:hover,
.IB-Container input[type="time"]:hover,
.IB-Container input[type="url"]:hover,
.IB-Container input[type="week"]:hover,
.IB-Container input:not([type]):hover,
.IB-Container textarea:hover,
.IB-Container select[multiple]:hover {
    border-color: var(--palladium_grey);
}

.IB-Container input[type="color"]:focus,
.IB-Container input[type="date"]:focus,
.IB-Container input[type="datetime"]:focus,
.IB-Container input[type="datetime-local"]:focus,
.IB-Container input[type="email"]:focus,
.IB-Container input[type="month"]:focus,
.IB-Container input[type="number"]:focus,
.IB-Container input[type="password"]:focus,
.IB-Container input[type="search"]:focus,
.IB-Container input[type="tel"]:focus,
.IB-Container input[type="text"]:focus,
.IB-Container input[type="time"]:focus,
.IB-Container input[type="url"]:focus,
.IB-Container input[type="week"]:focus,
.IB-Container input:not([type]):focus,
.IB-Container textarea:focus,
.IB-Container select[multiple]:focus {
    border-color: var(--basic_purple);
    -webkit-box-shadow: inset 0 1px 3px var(--black), 0 0 5px var(--endeavour_blue);
    box-shadow: inset 0 1px 3px var(--black), 0 0 5px var(--endeavour_blue);
    outline: none;
}

.IB-Container input[type="color"]:disabled,
.IB-Container input[type="date"]:disabled,
.IB-Container input[type="datetime"]:disabled,
.IB-Container input[type="datetime-local"]:disabled,
.IB-Container input[type="email"]:disabled,
.IB-Container input[type="month"]:disabled,
.IB-Container input[type="number"]:disabled,
.IB-Container input[type="password"]:disabled,
.IB-Container input[type="search"]:disabled,
.IB-Container input[type="tel"]:disabled,
.IB-Container input[type="text"]:disabled,
.IB-Container input[type="time"]:disabled,
.IB-Container input[type="url"]:disabled,
.IB-Container input[type="week"]:disabled,
.IB-Container input:not([type]):disabled,
.IB-Container textarea:disabled,
.IB-Container select[multiple]:disabled {
    background-color: var(--grey95);
    cursor: not-allowed;
}

.IB-Container input[type="color"]:disabled:hover,
.IB-Container input[type="date"]:disabled:hover,
.IB-Container input[type="datetime"]:disabled:hover,
.IB-Container input[type="datetime-local"]:disabled:hover,
.IB-Container input[type="email"]:disabled:hover,
.IB-Container input[type="month"]:disabled:hover,
.IB-Container input[type="number"]:disabled:hover,
.IB-Container input[type="password"]:disabled:hover,
.IB-Container input[type="search"]:disabled:hover,
.IB-Container input[type="tel"]:disabled:hover,
.IB-Container input[type="text"]:disabled:hover,
.IB-Container input[type="time"]:disabled:hover,
.IB-Container input[type="url"]:disabled:hover,
.IB-Container input[type="week"]:disabled:hover,
.IB-Container input:not([type]):disabled:hover,
.IB-Container textarea:disabled:hover,
.IB-Container select[multiple]:disabled:hover {
    border: 1px solid var(--steam_grey);
}

textarea {
    resize: vertical;
}

[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

[type="checkbox"],
[type="radio"] {
    display: inline;
    margin-right: 0.375em;
}

[type="file"] {
    margin-bottom: 0.75em;
    width: 100%;
}

select {
    font-size: 11px;
    height: 3em;
    margin-bottom: 0.75em;
    max-width: 100%;
    width: auto;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.IB-Grid::after {
    clear: both;
    content: "";
    display: block;
}

.IB-Grid::after {
    clear: both;
    content: "";
    display: table;
}

.IB-Col {
    width: calc(8.33333% - 21.66667px);
    float: left;
    margin-left: 20px;
    width: auto;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media only screen and (min-width: 0px) {
    .IB-Col-xs {
        width: calc(8.33333% - 21.66667px);
        float: left;
        margin-left: 20px;
        width: auto;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

@media only screen and (min-width: 640px) {
    .IB-Col-sm {
        width: calc(8.33333% - 21.66667px);
        float: left;
        margin-left: 20px;
        width: auto;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

@media only screen and (min-width: 1024px) {
    .IB-Col-md {
        width: calc(8.33333% - 21.66667px);
        float: left;
        margin-left: 20px;
        width: auto;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

@media only screen and (min-width: 1200px) {
    .IB-Col-lg {
        width: calc(8.33333% - 21.66667px);
        float: left;
        margin-left: 20px;
        width: auto;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

@media only screen and (min-width: 1440px) {
    .IB-Col-xl {
        width: calc(8.33333% - 21.66667px);
        float: left;
        margin-left: 20px;
        width: auto;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

.IB-Col-1 {
    width: calc(8.33333% - 21.66667px);
    float: left;
    margin-left: 20px;
}

@media only screen and (min-width: 0px) {
    .IB-Col-1-xs {
        width: calc(8.33333% - 21.66667px);
        float: left;
        margin-left: 20px;
    }
}

.IB-Col-2 {
    width: calc(16.66667% - 23.33333px);
    float: left;
    margin-left: 20px;
}

@media only screen and (min-width: 0px) {
    .IB-Col-2-xs {
        width: calc(16.66667% - 23.33333px);
        float: left;
        margin-left: 20px;
    }
}

.IB-Col-3 {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px;
}

@media only screen and (min-width: 0px) {
    .IB-Col-3-xs {
        width: calc(25% - 25px);
        float: left;
        margin-left: 20px;
    }
}

.IB-Col-4 {
    width: calc(33.33333% - 26.66667px);
    float: left;
    margin-left: 20px;
}

@media only screen and (min-width: 0px) {
    .IB-Col-4-xs {
        width: calc(33.33333% - 26.66667px);
        float: left;
        margin-left: 20px;
    }
}

.IB-Col-5 {
    width: calc(41.66667% - 28.33333px);
    float: left;
    margin-left: 20px;
}

@media only screen and (min-width: 0px) {
    .IB-Col-5-xs {
        width: calc(41.66667% - 28.33333px);
        float: left;
        margin-left: 20px;
    }
}

.IB-Col-6 {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
}

@media only screen and (min-width: 0px) {
    .IB-Col-6-xs {
        width: calc(50% - 30px);
        float: left;
        margin-left: 20px;
    }
}

.IB-Col-7 {
    width: calc(58.33333% - 31.66667px);
    float: left;
    margin-left: 20px;
}

@media only screen and (min-width: 0px) {
    .IB-Col-7-xs {
        width: calc(58.33333% - 31.66667px);
        float: left;
        margin-left: 20px;
    }
}

.IB-Col-8 {
    width: calc(66.66667% - 33.33333px);
    float: left;
    margin-left: 20px;
}

@media only screen and (min-width: 0px) {
    .IB-Col-8-xs {
        width: calc(66.66667% - 33.33333px);
        float: left;
        margin-left: 20px;
    }
}

.IB-Col-9 {
    width: calc(75% - 35px);
    float: left;
    margin-left: 20px;
}

@media only screen and (min-width: 0px) {
    .IB-Col-9-xs {
        width: calc(75% - 35px);
        float: left;
        margin-left: 20px;
    }
}

.IB-Col-10 {
    width: calc(83.33333% - 36.66667px);
    float: left;
    margin-left: 20px;
}

@media only screen and (min-width: 0px) {
    .IB-Col-10-xs {
        width: calc(83.33333% - 36.66667px);
        float: left;
        margin-left: 20px;
    }
}

.IB-Col-11 {
    width: calc(91.66667% - 38.33333px);
    float: left;
    margin-left: 20px;
}

@media only screen and (min-width: 0px) {
    .IB-Col-11-xs {
        width: calc(91.66667% - 38.33333px);
        float: left;
        margin-left: 20px;
    }
}

.IB-Col-12 {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
}

@media only screen and (min-width: 0px) {
    .IB-Col-12-xs {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px;
    }
}

.IB-Col-1 {
    width: calc(8.33333% - 21.66667px);
    float: left;
    margin-left: 20px;
}

@media only screen and (min-width: 640px) {
    .IB-Col-1-sm {
        width: calc(8.33333% - 21.66667px);
        float: left;
        margin-left: 20px;
    }
}

.IB-Col-2 {
    width: calc(16.66667% - 23.33333px);
    float: left;
    margin-left: 20px;
}

@media only screen and (min-width: 640px) {
    .IB-Col-2-sm {
        width: calc(16.66667% - 23.33333px);
        float: left;
        margin-left: 20px;
    }
}

.IB-Col-3 {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px;
}

@media only screen and (min-width: 640px) {
    .IB-Col-3-sm {
        width: calc(25% - 25px);
        float: left;
        margin-left: 20px;
    }
}

.IB-Col-4 {
    width: calc(33.33333% - 26.66667px);
    float: left;
    margin-left: 20px;
}

@media only screen and (min-width: 640px) {
    .IB-Col-4-sm {
        width: calc(33.33333% - 26.66667px);
        float: left;
        margin-left: 20px;
    }
}

.IB-Col-5 {
    width: calc(41.66667% - 28.33333px);
    float: left;
    margin-left: 20px;
}

@media only screen and (min-width: 640px) {
    .IB-Col-5-sm {
        width: calc(41.66667% - 28.33333px);
        float: left;
        margin-left: 20px;
    }
}

.IB-Col-6 {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
}

@media only screen and (min-width: 640px) {
    .IB-Col-6-sm {
        width: calc(50% - 30px);
        float: left;
        margin-left: 20px;
    }
}

.IB-Col-7 {
    width: calc(58.33333% - 31.66667px);
    float: left;
    margin-left: 20px;
}

@media only screen and (min-width: 640px) {
    .IB-Col-7-sm {
        width: calc(58.33333% - 31.66667px);
        float: left;
        margin-left: 20px;
    }
}

.IB-Col-8 {
    width: calc(66.66667% - 33.33333px);
    float: left;
    margin-left: 20px;
}

@media only screen and (min-width: 640px) {
    .IB-Col-8-sm {
        width: calc(66.66667% - 33.33333px);
        float: left;
        margin-left: 20px;
    }
}

.IB-Col-9 {
    width: calc(75% - 35px);
    float: left;
    margin-left: 20px;
}

@media only screen and (min-width: 640px) {
    .IB-Col-9-sm {
        width: calc(75% - 35px);
        float: left;
        margin-left: 20px;
    }
}

.IB-Col-10 {
    width: calc(83.33333% - 36.66667px);
    float: left;
    margin-left: 20px;
}

@media only screen and (min-width: 640px) {
    .IB-Col-10-sm {
        width: calc(83.33333% - 36.66667px);
        float: left;
        margin-left: 20px;
    }
}

.IB-Col-11 {
    width: calc(91.66667% - 38.33333px);
    float: left;
    margin-left: 20px;
}

@media only screen and (min-width: 640px) {
    .IB-Col-11-sm {
        width: calc(91.66667% - 38.33333px);
        float: left;
        margin-left: 20px;
    }
}

.IB-Col-12 {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
}

@media only screen and (min-width: 640px) {
    .IB-Col-12-sm {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px;
    }
}

.IB-Col-1 {
    width: calc(8.33333% - 21.66667px);
    float: left;
    margin-left: 20px;
}

@media only screen and (min-width: 1024px) {
    .IB-Col-1-md {
        width: calc(8.33333% - 21.66667px);
        float: left;
        margin-left: 20px;
    }
}

.IB-Col-2 {
    width: calc(16.66667% - 23.33333px);
    float: left;
    margin-left: 20px;
}

@media only screen and (min-width: 1024px) {
    .IB-Col-2-md {
        width: calc(16.66667% - 23.33333px);
        float: left;
        margin-left: 20px;
    }
}

.IB-Col-3 {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px;
}

@media only screen and (min-width: 1024px) {
    .IB-Col-3-md {
        width: calc(25% - 25px);
        float: left;
        margin-left: 20px;
    }
}

.IB-Col-4 {
    width: calc(33.33333% - 26.66667px);
    float: left;
    margin-left: 20px;
}

@media only screen and (min-width: 1024px) {
    .IB-Col-4-md {
        width: calc(33.33333% - 26.66667px);
        float: left;
        margin-left: 20px;
    }
}

.IB-Col-5 {
    width: calc(41.66667% - 28.33333px);
    float: left;
    margin-left: 20px;
}

@media only screen and (min-width: 1024px) {
    .IB-Col-5-md {
        width: calc(41.66667% - 28.33333px);
        float: left;
        margin-left: 20px;
    }
}

.IB-Col-6 {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
}

@media only screen and (min-width: 1024px) {
    .IB-Col-6-md {
        width: calc(50% - 30px);
        float: left;
        margin-left: 20px;
    }
}

.IB-Col-7 {
    width: calc(58.33333% - 31.66667px);
    float: left;
    margin-left: 20px;
}

@media only screen and (min-width: 1024px) {
    .IB-Col-7-md {
        width: calc(58.33333% - 31.66667px);
        float: left;
        margin-left: 20px;
    }
}

.IB-Col-8 {
    width: calc(66.66667% - 33.33333px);
    float: left;
    margin-left: 20px;
}

@media only screen and (min-width: 1024px) {
    .IB-Col-8-md {
        width: calc(66.66667% - 33.33333px);
        float: left;
        margin-left: 20px;
    }
}

.IB-Col-9 {
    width: calc(75% - 35px);
    float: left;
    margin-left: 20px;
}

@media only screen and (min-width: 1024px) {
    .IB-Col-9-md {
        width: calc(75% - 35px);
        float: left;
        margin-left: 20px;
    }
}

.IB-Col-10 {
    width: calc(83.33333% - 36.66667px);
    float: left;
    margin-left: 20px;
}

@media only screen and (min-width: 1024px) {
    .IB-Col-10-md {
        width: calc(83.33333% - 36.66667px);
        float: left;
        margin-left: 20px;
    }
}

.IB-Col-11 {
    width: calc(91.66667% - 38.33333px);
    float: left;
    margin-left: 20px;
}

@media only screen and (min-width: 1024px) {
    .IB-Col-11-md {
        width: calc(91.66667% - 38.33333px);
        float: left;
        margin-left: 20px;
    }
}

.IB-Col-12 {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
}

@media only screen and (min-width: 1024px) {
    .IB-Col-12-md {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px;
    }
}

.IB-Col-1 {
    width: calc(8.33333% - 21.66667px);
    float: left;
    margin-left: 20px;
}

@media only screen and (min-width: 1200px) {
    .IB-Col-1-lg {
        width: calc(8.33333% - 21.66667px);
        float: left;
        margin-left: 20px;
    }
}

.IB-Col-2 {
    width: calc(16.66667% - 23.33333px);
    float: left;
    margin-left: 20px;
}

@media only screen and (min-width: 1200px) {
    .IB-Col-2-lg {
        width: calc(16.66667% - 23.33333px);
        float: left;
        margin-left: 20px;
    }
}

.IB-Col-3 {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px;
}

@media only screen and (min-width: 1200px) {
    .IB-Col-3-lg {
        width: calc(25% - 25px);
        float: left;
        margin-left: 20px;
    }
}

.IB-Col-4 {
    width: calc(33.33333% - 26.66667px);
    float: left;
    margin-left: 20px;
}

@media only screen and (min-width: 1200px) {
    .IB-Col-4-lg {
        width: calc(33.33333% - 26.66667px);
        float: left;
        margin-left: 20px;
    }
}

.IB-Col-5 {
    width: calc(41.66667% - 28.33333px);
    float: left;
    margin-left: 20px;
}

@media only screen and (min-width: 1200px) {
    .IB-Col-5-lg {
        width: calc(41.66667% - 28.33333px);
        float: left;
        margin-left: 20px;
    }
}

.IB-Col-6 {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
}

@media only screen and (min-width: 1200px) {
    .IB-Col-6-lg {
        width: calc(50% - 30px);
        float: left;
        margin-left: 20px;
    }
}

.IB-Col-7 {
    width: calc(58.33333% - 31.66667px);
    float: left;
    margin-left: 20px;
}

@media only screen and (min-width: 1200px) {
    .IB-Col-7-lg {
        width: calc(58.33333% - 31.66667px);
        float: left;
        margin-left: 20px;
    }
}

.IB-Col-8 {
    width: calc(66.66667% - 33.33333px);
    float: left;
    margin-left: 20px;
}

@media only screen and (min-width: 1200px) {
    .IB-Col-8-lg {
        width: calc(66.66667% - 33.33333px);
        float: left;
        margin-left: 20px;
    }
}

.IB-Col-9 {
    width: calc(75% - 35px);
    float: left;
    margin-left: 20px;
}

@media only screen and (min-width: 1200px) {
    .IB-Col-9-lg {
        width: calc(75% - 35px);
        float: left;
        margin-left: 20px;
    }
}

.IB-Col-10 {
    width: calc(83.33333% - 36.66667px);
    float: left;
    margin-left: 20px;
}

@media only screen and (min-width: 1200px) {
    .IB-Col-10-lg {
        width: calc(83.33333% - 36.66667px);
        float: left;
        margin-left: 20px;
    }
}

.IB-Col-11 {
    width: calc(91.66667% - 38.33333px);
    float: left;
    margin-left: 20px;
}

@media only screen and (min-width: 1200px) {
    .IB-Col-11-lg {
        width: calc(91.66667% - 38.33333px);
        float: left;
        margin-left: 20px;
    }
}

.IB-Col-12 {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
}

@media only screen and (min-width: 1200px) {
    .IB-Col-12-lg {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px;
    }
}

.IB-Col-1 {
    width: calc(8.33333% - 21.66667px);
    float: left;
    margin-left: 20px;
}

@media only screen and (min-width: 1440px) {
    .IB-Col-1-xl {
        width: calc(8.33333% - 21.66667px);
        float: left;
        margin-left: 20px;
    }
}

.IB-Col-2 {
    width: calc(16.66667% - 23.33333px);
    float: left;
    margin-left: 20px;
}

@media only screen and (min-width: 1440px) {
    .IB-Col-2-xl {
        width: calc(16.66667% - 23.33333px);
        float: left;
        margin-left: 20px;
    }
}

.IB-Col-3 {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px;
}

@media only screen and (min-width: 1440px) {
    .IB-Col-3-xl {
        width: calc(25% - 25px);
        float: left;
        margin-left: 20px;
    }
}

.IB-Col-4 {
    width: calc(33.33333% - 26.66667px);
    float: left;
    margin-left: 20px;
}

@media only screen and (min-width: 1440px) {
    .IB-Col-4-xl {
        width: calc(33.33333% - 26.66667px);
        float: left;
        margin-left: 20px;
    }
}

.IB-Col-5 {
    width: calc(41.66667% - 28.33333px);
    float: left;
    margin-left: 20px;
}

@media only screen and (min-width: 1440px) {
    .IB-Col-5-xl {
        width: calc(41.66667% - 28.33333px);
        float: left;
        margin-left: 20px;
    }
}

.IB-Col-6 {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
}

@media only screen and (min-width: 1440px) {
    .IB-Col-6-xl {
        width: calc(50% - 30px);
        float: left;
        margin-left: 20px;
    }
}

.IB-Col-7 {
    width: calc(58.33333% - 31.66667px);
    float: left;
    margin-left: 20px;
}

@media only screen and (min-width: 1440px) {
    .IB-Col-7-xl {
        width: calc(58.33333% - 31.66667px);
        float: left;
        margin-left: 20px;
    }
}

.IB-Col-8 {
    width: calc(66.66667% - 33.33333px);
    float: left;
    margin-left: 20px;
}

@media only screen and (min-width: 1440px) {
    .IB-Col-8-xl {
        width: calc(66.66667% - 33.33333px);
        float: left;
        margin-left: 20px;
    }
}

.IB-Col-9 {
    width: calc(75% - 35px);
    float: left;
    margin-left: 20px;
}

@media only screen and (min-width: 1440px) {
    .IB-Col-9-xl {
        width: calc(75% - 35px);
        float: left;
        margin-left: 20px;
    }
}

.IB-Col-10 {
    width: calc(83.33333% - 36.66667px);
    float: left;
    margin-left: 20px;
}

@media only screen and (min-width: 1440px) {
    .IB-Col-10-xl {
        width: calc(83.33333% - 36.66667px);
        float: left;
        margin-left: 20px;
    }
}

.IB-Col-11 {
    width: calc(91.66667% - 38.33333px);
    float: left;
    margin-left: 20px;
}

@media only screen and (min-width: 1440px) {
    .IB-Col-11-xl {
        width: calc(91.66667% - 38.33333px);
        float: left;
        margin-left: 20px;
    }
}

.IB-Col-12 {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
}

@media only screen and (min-width: 1440px) {
    .IB-Col-12-xl {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px;
    }
}

.IB-Container ul,
.IB-Container ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.IB-Container dl {
    margin: 0;
}

.IB-Container dt {
    font-weight: 600;
    margin: 0;
}

.IB-Container dd {
    margin: 0;
}

figure {
    margin: 0;
}

img,
picture {
    margin: 0;
    max-width: 100%;
}

table {
    border-collapse: collapse;
    margin: 0.75em 0;
    width: 100%;
}

th {
    border-bottom: 1px solid var(--grey65);
    font-weight: 600;
    padding: 0.75em 0;
    text-align: left;
}

td {
    border-bottom: 1px solid var(--steam_grey);
    padding: 0.75em 0;
}

tr,
td,
th {
    vertical-align: middle;
}

.IB-LargeCell {
    width: 17em;
}

.IB-MediumCell {
    width: 11em;
}

.IB-Container body {
    color: var(--grey20);
    font-family: var(--ge_font_family_base);
    font-size: 1em;
    line-height: 1.5;
}

h1,
.IB-Container .IB-RecommendedTitle,
.IB-BannerTitle,
.IB-Container .IB-ProductPromosTitle,
.IB-Container .IB-SpecialBuysTitle {
    color: var(--h_tag_blue);
    font-size: 300%;
    margin: 0 0 0.375em;
    word-wrap: break-word;
}

h2,
.IB-BannerSubtitle,
.IB-BannerCta {
    color: var(--h_tag_blue);
    font-size: 1.5em;
    font-weight: bold;
    margin: 0 0 0.375em;
    word-wrap: break-word;
}

h3 {
    color: var(--grey20);
    font-size: 180%;
    line-height: 1.2em;
    margin: 0 0 0.375em;
    word-wrap: break-word;
}

h4 {
    font-size: 180%;
    line-height: 1.1em;
    margin: 0 0 0.375em;
    word-wrap: break-word;
}

h5 {
    font-weight: 500;
    letter-spacing: .05em;
    margin: 0 0 0.375em;
}

h6 {
    font-weight: bold;
    margin: 0 0 0.375em;
}

p {
    margin: 0 0 0.75em;
}

body .IB-Container a {
    color: var(--basic_purple);
    /* text-decoration: underline; */
    -webkit-transition: color 150ms ease;
    -o-transition: color 150ms ease;
    transition: color 150ms ease;
}

body .IB-Container a:active,
body .IB-Container a:focus,
body .IB-Container a:hover {
    color: var(--focus_hover_active_blue);
    text-decoration: none;
}

hr {
    border-bottom: 1px solid var(--steam_grey);
    border-left: 0;
    border-right: 0;
    border-top: 0;
    margin: 1.5em 0;
}

.CC-Decrease,
.CC-Increase,
.CC-Descend,
.CC-Asscend {
    font-size: 0.8em;
}

.CC-Decrease {
    color: var(--scarlet_red);
}

.CC-Increase {
    color: var(--cc_increase_green);
}

[class*="IB-Price"] {
    margin: 0;
}

.IB-Price_old {
    color: var(--nobel_grey);
    text-decoration: line-through;
}

.IB-Price_discount {
    color: var(--basic_purple);
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}

.IB-Main {
    clear: both;
    float: left;
    margin-top: 1em;
    width: 100%;
}

.IB-MainHeader {
    margin-bottom: 2em;
}

.IB-Button {
    margin-right: 1em;
}

.IB-ModalitiesList {
    margin-bottom: 0.5em;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
}

.IB-ModalitiesList::after {
    clear: both;
    content: "";
    display: block;
}

.IB-ModalitiesListItem {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px;
}

.IB-ModalitiesListItem .IB-Icon {
    color: var(--basic_purple);
}

.IB-ModalitiesListFooter {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
    text-align: right;
}

.IB-ModalitiesListFooter a {
    margin: 0 0 0 1em;
}

.IB-Container .IB-Recommended {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f5f6f7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0.5em;
    padding: 2em 1em 0em 1em;
}

.IB-Container .IB-RecommendedHeader {
    width: calc(50% - 20px);
}

.IB-Container .IB-RecommendedTitle {
    font-weight: bold;
}

.IB-Container .IB-RecommendedProduct {
    width: calc(50% + 20px);
}

.IB-Container .IB-RecommendedProduct::after {
    clear: both;
    content: "";
    display: block;
}

.IB-Container .IB-RecommendedProductTitle {
    font-size: 1.4em;
    margin-bottom: 0.3em;
    margin-top: -0.2em;
}

.IB-Container .IB-RecommendedProductNumber {
    color: var(--nobel_grey);
    margin-bottom: 0.5em;
}

.IB-Container .IB-RecommendedProductWishList {
    color: var(--ib_container_recommendedProductWishList_orange);
    display: inline-block;
    margin-bottom: 0.7em;
}

.IB-Container .IB-RecommendedProductWishList:hover {
    color: var(--ib_container_recommendedProductWishList_orange);
    text-decoration: none;
}

.IB-Container .IB-RecommendedProductImage {
    width: calc(33.33333% - 26.66667px);
    float: left;
    margin-left: 20px;
    border: 2px solid var(--steam_grey);
}

.IB-Container .IB-RecommendedProductMain {
    width: calc(66.66667% - 33.33333px);
    float: left;
    margin-left: 20px;
}

.IB-Container .IB-RecommendedProductAddlContent {
    margin-top: 1em;
}

.IB-Container .IB-RecommendedProductActions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.IB-Container .IB-RecommendedProductCart {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.IB-Container .IB-RecommendedProductCart [type="text"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-bottom: 0;
    width: calc(33% - 5px);
}

.IB-Container .IB-RecommendedProductCartAdd {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    width: 66%;
}

.IB-Container .IB-RecommendedProductPrice {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 1em;
    text-align: right;
}

.IB-Container .IB-RecommendedProduct .IB-Price_old {
    margin: -.3em 0 .4em;
}

.IB-Container .IB-RecommendedProduct .IB-Price_discount {
    margin: -.3em 0 0;
}

.IB-Container .IB-RecommendedProduct a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-decoration: inherit;
}

.IB-Container .IB-RecommendedProduct a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.IB-ModalityCallouts {
    margin: 3em auto 1em auto;
    max-width: 50rem;
}

.IB-ModalityCallouts::after {
    clear: both;
    content: "";
    display: block;
}

.IB-ModalityCallout {
    text-align: center;
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px;
}

.IB-ModalityCalloutImage {
    border: 2px solid var(--steam_grey);
    display: block;
    margin-bottom: 1em;
    padding: 1em;
}

.IB-ModalityCalloutTitle {
    color: var(--basic_purple);
    font-size: 1.4em;
}

.IB-ModalityCalloutTitle a {
    text-decoration: none;
}

.IB-Banner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url("http://placehold.it/400x400") no-repeat center right;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30vh;
    margin: 5em 0;
    min-height: 15em;
}

.IB-BannerMain {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
}

.IB-BannerTitle {
    margin: 0;
}

.IB-BannerSubtitle {
    font-weight: normal;
    margin-bottom: 2em;
}

.IB-BannerCta {
    text-decoration: none;
}

.IB-BannerCta:after {
    content: ">";
    padding-left: 0.5em;
}

.IB-Container .IB-ProductPromos {
    margin: 5em 0 0em 0;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
}

.IB-Container .IB-ProductPromos::after {
    clear: both;
    content: "";
    display: block;
}

.IB-Container .IB-ProductPromosTitle {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
    margin-bottom: 0.5em;
}

.IB-Container .IB-ProductPromo {
    margin-bottom: 2em;
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
}

.IB-Container .IB-ProductPromo::after {
    clear: both;
    content: "";
    display: block;
}

.IB-Container .IB-ProductPromo:nth-child(even) {
    clear: left;
}

.IB-Container .IB-ProductPromoProduct {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
}

.IB-Container .IB-ProductPromoProductTitle {
    font-size: 1.4em;
    margin-bottom: 0.3em;
    margin-top: -0.2em;
}

.IB-Container .IB-ProductPromoProductNumber {
    color: var(--nobel_grey);
    margin-bottom: 0.5em;
}

.IB-Container .IB-ProductPromoProductWishList {
    color: var(--ib_container_recommendedProductWishList_orange);
    display: inline-block;
    margin-bottom: 0.7em;
}

.IB-Container .IB-ProductPromoProductWishList:hover {
    color: var(--ib_container_recommendedProductWishList_orange);
    text-decoration: none;
}

.IB-Container .IB-ProductPromoProductImage {
    width: calc(33.33333% - 26.66667px);
    float: left;
    margin-left: 20px;
    border: 2px solid var(--steam_grey);
}

.IB-Container .IB-ProductPromoProductMain {
    width: calc(66.66667% - 33.33333px);
    float: left;
    margin-left: 20px;
}

.IB-Container .IB-ProductPromoProductAddlContent {
    margin-top: 1em;
}

.IB-Container .IB-ProductPromoProductActions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.IB-Container .IB-ProductPromoProductCart {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.IB-Container .IB-ProductPromoProductCart [type="text"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-bottom: 0;
    width: calc(33% - 5px);
}

.IB-Container .IB-ProductPromoProductCartAdd {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    width: 66%;
}

.IB-Container .IB-ProductPromoProductPrice {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 1em;
    text-align: right;
}

.IB-Container .IB-ProductPromoProduct .IB-Price_old {
    margin: -.3em 0 .4em;
}

.IB-Container .IB-ProductPromoProduct .IB-Price_discount {
    margin: -.3em 0 0;
}

.IB-Container .IB-ProductPromoProduct a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-decoration: inherit;
}

.IB-Container .IB-SpecialBuys {
    margin: 0.5em 0;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
}

.IB-Container .IB-SpecialBuys::after {
    clear: both;
    content: "";
    display: block;
}

.IB-Container .IB-SpecialBuysTitle {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
}

.IB-Container .IB-SpecialBuy {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px;
}

.IB-Container .IB-SpecialBuy::after {
    clear: both;
    content: "";
    display: block;
}

.IB-Container .IB-SpecialBuyProductTitle {
    font-size: 1.4em;
    margin-bottom: 0.3em;
    margin-top: -0.2em;
}

.IB-Container .IB-SpecialBuyProductNumber {
    color: var(--nobel_grey);
    margin-bottom: 0.5em;
}

.IB-Container .IB-SpecialBuyProductWishList {
    color: var(--ib_container_recommendedProductWishList_orange);
    display: inline-block;
    margin-bottom: 0.7em;
}

.IB-Container .IB-SpecialBuyProductWishList:hover {
    color: var(--ib_container_recommendedProductWishList_orange);
    text-decoration: none;
}

.IB-Container .IB-SpecialBuyProductImage {
    width: calc(33.33333% - 26.66667px);
    float: left;
    margin-left: 20px;
    border: 2px solid var(--steam_grey);
}

.IB-Container .IB-SpecialBuyProductMain {
    width: calc(66.66667% - 33.33333px);
    float: left;
    margin-left: 20px;
}

.IB-Container .IB-SpecialBuyProductAddlContent {
    margin-top: 1em;
}

.IB-Container .IB-SpecialBuyProductActions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.IB-Container .IB-SpecialBuyProductCart {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.IB-Container .IB-SpecialBuyProductCart [type="text"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-bottom: 0;
    width: calc(33% - 5px);
}

.IB-Container .IB-SpecialBuyProductCartAdd {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    width: 66%;
}

.IB-Container .IB-SpecialBuyProductPrice {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 1em;
    text-align: right;
}

.IB-Container .IB-SpecialBuyProduct .IB-Price_old {
    margin: -.3em 0 .4em;
}

.IB-Container .IB-SpecialBuyProduct .IB-Price_discount {
    margin: -.3em 0 0;
}

.IB-Container .IB-SpecialBuyProduct a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-decoration: inherit;
}

.IB-Container .IB-SpecialBuyProductImage {
    margin: 0 0 2em;
    width: 100%;
}

.IB-Container .IB-SpecialBuyProductMain {
    margin: 0;
    width: auto;
}

.IB-Container .IB-SpecialBuyProductActions {
    display: block;
}

.IB-Container .IB-SpecialBuyProduct .IB-Price_old {
    margin-top: 0;
}

.IB-Container .IB-SpecialBuyProduct .IB-Price_discount {
    margin-bottom: 1em;
}

@media print {

    *,
    *:before,
    *:after {
        background: transparent !important;
        color: var(--black) !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    abbr[title]:after {
        content: " ("attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid var(--gray60);
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    .IB-BannerSubtitle,
    .IB-BannerCta,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    .IB-BannerSubtitle,
    .IB-BannerCta,
    h3 {
        page-break-after: avoid;
    }
}

.IB-RecommendedProductPrice .IB-Price_old {
    text-decoration: none;
}

.IB-RecommendedProductCartPrice .IB-Price_old {
    text-decoration: none;
}

/*custom CSS of July */
.mysystemButtonCart {
    background: none !important;
    background-color: var(--basic_purple) !important;
    border: 0;
    padding: 0 10px 0 5px !important;
    height: 26px;
    line-height: 26px;
    line-height: 26px;
    margin: 0 12px 0 0;
    float: left;
    color: var(--white);
    cursor: pointer;
}

.wdth100 {
    width: 100%;
}

.myqty {
    height: 26 !important;
    width: 45px !important;
}

.specialtitle {
    min-height: 40px;
    float: left;
    width: 100%;
}

.recomaddwish {
    width: 100%;
    float: left;
    margin: 0 0 5px 0px !important;
}

.recomaddsection {
    width: 100%;
    margin-top: 5px;
    float: left;
}

/*custom CSS of July */