﻿productlist-productcontainer.FieldSetContainer {
    height: 100%;
    display: inline-block;
    /*  width: 45%;*/
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* RESET +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins,
kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}


ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }
/* remember to define focus styles! */
:focus {
    outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
/* slightly enhanced, universal clearfix hack */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/* close commented backslash hack */
.inline {
    vertical-align: bottom;
    display: inline;
}

sup {
    font-size: 75%;
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;
    bottom: 1ex;
}

th, td {
    padding: 0.25em;
}

.left {
    float: left;
    margin: 0 .5em .5em 0;
    caption: Left Align;
}

.right {
    float: right;
    margin: 0 0 .5em .5em;
    caption: Right Align;
}

p, dl, hr, ol, ul, pre, table, address, fieldset, blockquote {
    margin-bottom: 1em;
}

img, embed, object, video {
    max-width: 100%;
}

.alpha {
    margin-left: 0;
}

.omega {
    margin-right: 0;
}



/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* BODY SETUP ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* HEADERS +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, Times New Roman, serif;
    font-weight: normal;
    margin-bottom: 0.5em;
    margin-top: 0 !important;
    height: auto;
}

h1 {
    color: #000;
    font-size: 150%;
}

h2 {
    /*background: #297eb8 url(../images/bgH2.jpg) repeat-x;*/
    color: #fff;
    /*font-size: 110%;
    height: 1.05em;*/
    margin-bottom: 0;
    padding: 0.4em 10px 0.6em 10px;
    height: 36px;
    line-height: 21px;
    font-size: 18px;
}

h3 {
    border-bottom: 1px solid #e6e5d4;
    color: #b94d19;
    font-size: 105%;
    font-weight: normal;
    padding-top: .5em;
    padding-bottom: 0.25em;
}

h4 {
    color: #ea7817;
    font-size: 110%;
    font-family: Georgia, Times New Roman, serif;
    font-weight: normal;
    margin-bottom: 0.5em;
}

h5 {
    color: #b94d19;
    font-size: 85%;
    line-height: 1.5em; /*letter-spacing:0.1em;*/
    text-transform: uppercase;
}

h6 {
    color: #0a4993;
    font-size: 100%;
    font-weight: bold;
    margin-bottom: .2em;
    text-transform: none;
}

hr {
    border-color: #ccc;
    border-style: solid;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin-bottom: 1em;
}

/* HYPERLINK ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
a {
    color: #1e6abc;
    text-decoration: none;
}

    a:visited {
        color: #359fcb;
    }

    a[name] {
        color: inherit;
        text-decoration: none;
    }

        a[name]:hover {
            text-decoration: none;
        }

    a:hover {
        text-decoration: underline;
    }

blockquote {
    margin: 1em 2em;
}

ol {
    list-style: decimal;
}

    ol ol {
        font-size: 1em;
        list-style: lower-alpha;
        margin-bottom: 0;
    }

        ol ol ol {
            list-style: lower-roman;
            margin-bottom: 0;
        }

ul {
    list-style: disc;
}

    ul ul {
        font-size: 1em;
        margin-bottom: 0;
    }

li {
    margin-left: 2em;
    margin-bottom: .5em;
}

.topbar li {
    margin-left: 0;
}

dl {
    padding: 0px;
}

dt {
    font-weight: bold;
}

dd {
    padding-bottom: 10px;
    margin-left: 15px;
}

/* INPUTS +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
input[type=text], textarea, input[type=url], input[type=tel], input[type=number], input[type=color], input[type=email] {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: 28px;
    border: solid 1px #666;
    padding: 4px 8px;
    background: rgba(255,255,255,0.5);
    margin: 0 0 12px 0;
    color: #666;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

input.spinner {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 16px !important;
}

input[type=submit], input[type=button] {
    cursor: pointer;
    height: 28px;
    /* CHANGED PADDING BOTTOM SO THAT BUTTONS LINE UP WITH TEXT BOXES */
    padding: 0em 8px 0px 4px;
    background-color: #f57f1e;
    border: solid 1px #fba025;
    color: #fff;
    font-size: 14px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

input[type=button].disabled-button, input[type=submit]:disabled  {
    background-color: #bcbcbc;
    border: solid 1px #d0d0d0;
    cursor: default;
}

select {
    height: 28px;
    padding: 4px 8px;
    font-size: 14px;
    border: solid 1px #666;
    margin: 0 0 12px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.ui-spinner {
    border: none !important;
    border: solid 1px #666 !important;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -o-border-radius: 0px !important;
}

.ui-spinner-input {
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* PAGE SETUP ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*#Page-Container {
    border: 1px solid #dedede;
    background-color: #FEFEFE;
    box-shadow: 0 0 10px #888888;
    padding: 0;
    width: 100%;
    margin: 0 auto;
    max-width: 960px;
}*/

.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
    float: left;
    margin: 2%;
}

.col1 {
    width: 4.33%;
}

.col2 {
    width: 12.667%;
}

.col3 {
    width: 21%;
}

.col4 {
    width: 29.33%;
}

.col5 {
    width: 37.66%;
}

.col6 {
    width: 46%;
}

.col7 {
    width: 54.33%;
}

.col8 {
    width: 62.667%;
}

.col9 {
    width: 71%;
}

.col10 {
    width: 79.33%;
}

.col11 {
    width: 87.667%;
}

.col12 {
    width: 96%;
}

.mobile-show {
    display: none;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* HEADER SETUP ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
header {
    padding: 0;
    position: relative;
    width: 100%;
    background: #3e9dd5 url(../images/bgBanner.jpg) no-repeat top left;
    box-shadow: none;
}

.banner {
    height: 5.75em;
    padding: 0 1%;
    width: 98.1%;
}

    .banner #menu_img {
        float: right;
        cursor: pointer;
    }

.logo {
    float: left;
    left: 1em;
    top: 1.75em;
    height: 5em;
}

    .logo img {
        height: 100%;
    }

header .search {
    display: block;
    position: absolute;
    right: 1em;
    top: 5em;
}

header .search-textwrapper {
}

#search #textfieldMenu, #search #textfieldHome {
    /*background: url(../images/search-input.jpg) no-repeat;*/
    background-color: white;
    border: none 0px;
    float: left;
    /*font: 14px Arial, Helvetica, sans-serif;*/
    color: #333333;
    width: 275px;
    padding: 5px 5px 5px 20px;
    height: 30px !important;
    margin-bottom: 0 !important;
    /*margin-right: 10px;*/
}

/*#searchButton {
    float: left;
}*/

.mobile-menu-container {
    display: none;
}

    .mobile-menu-container img {
        cursor: pointer;
    }

.asha-store {
    position: absolute;
    top: 56px;
    left: 342px;
}

/* HEADER - TOP RIGHT NAVIGATION +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.global-nav {
    background: #0b5c95;
    background: rgba(11, 92, 149, 0.6);
    color: #d0e5f5;
    height: 1em;
    padding: 0.28em 1%;
    width: 98%;
}

    .global-nav a {
        color: #d0e5f5;
        display: inline-block;
        padding: 0.1em 0;
    }

    .global-nav .home {
        float: left;
        font-size: .7em;
        vertical-align: baseline;
    }

        .global-nav .home a.phone {
            color: #fff;
            font-weight: bold;
            margin: 0 6px 0 10px;
            vertical-align: baseline;
        }

    .global-nav .links {
        float: right;
        font-size: .7em;
    }

    .global-nav .cart-button {
        height: 18px;
        padding: 0 .5em 2px 24px;
        font-size: 11px;
        background-image: url('../images/ASHA-icons.png');
        background-position: 5px -145px !important;
        background-repeat: no-repeat;
        padding-left: 24px;
    }

    .global-nav .mobile-global-nav {
        display: none;
        text-align: center;
        width: 100%;
        font-size: .8em;
        color: #fff;
        line-height: 1.85;
    }

        .global-nav .mobile-global-nav a {
            font-size: 1em;
            color: #fff;
            line-height: 1.5em;
        }

        .global-nav .mobile-global-nav input {
            float: left;
            margin-left: 1em;
        }

        .global-nav .mobile-global-nav .mobile-global-nav-login {
            float: right;
            margin-right: 1em;
        }

/* MAIN NAVIGATION +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
nav.global {
    position: relative;
    z-index: 5;
    background: #1e579a;
    background: rgba(30, 87, 154, 0.6);
    clear: both;
    color: #d0e5f5;
    font-size: 70%;
    height: 3.4em;
    overflow: hidden;
    padding: 0 1%;
    text-transform: uppercase;
    width: 98.1%;
}

    nav.global a {
        color: #fff;
        text-decoration: none;
        text-shadow: 0 1px 0 #1e579a;
        padding: 12px 10px;
        /*display: block;*/
    }

        nav.global a:hover {
            text-decoration: none;
        }

    nav.global ul {
        list-style-type: none;
        margin: 0;
    }

        nav.global ul li {
            border-right: 1px solid #5f8ebc;
            display: block;
            float: left;
            margin: 0;
            padding: 1.05em 0 1.05em 0;
            height: 3.4em;
        }

            nav.global ul li:hover, nav.global ul li.selected {
                background: #78c8ef;
                background: rgba(120, 200, 239, 0.6);
            }

            nav.global ul li:last-child {
                border-right: 0;
            }



/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ICONS +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

a.icon, span.icon {
    background: transparent url('../images/ASHA-icons.png') no-repeat;
    padding: 2px 0 0 24px;
    display: block;
    height: 18px;
    font-size: .75em;
    color: #1e6abc;
}

.enlarge-product-photo {
    background-position: 0 1px !important;
}

.toc {
    background-position: 0 -18px !important;
}

.presenter {
    background-position: 0 -36px !important;
}

.share-product {
    background-position: 0 -54px !important;
    margin-bottom: 10px;
}

.monitor {
    background-position: 0 -72px !important;
}

.email-offers {
    background-position: 0 -90px !important;
}

.facebook {
    background-position: 0 -108px !important;
}

.twitter {
    background-position: 0 -126px !important;
}

.bestseller {
    background-position: 0 -198px !important;
    font-weight: bold;
    font-style: italic;
    padding: 2px 0 0 20px !important;
    color: #C82B2B !important;
}

.newproduct {
    background: none !important;
    font-weight: bold;
    font-style: italic;
    padding: 2px 0 0 0 !important;
    color: #C82B2B !important;
}

.google {
    background-position: 0 -216px !important;
}

.pinterest {
    background-position: 0 -234px !important;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* LEFT COLUMN++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.left-column {
    min-height: 800px;
}

    .left-column h1 {
        border-bottom: solid 1px #000;
        padding-bottom: 10px;
        margin-bottom: 2px;
    }

    .left-column h2 {
        padding: 0 !important;
        background-color: transparent;
        color: #000;
        font-size: 1.4em;
        font-family: Verdana,Arial,Helvetica,sans-serif;
    }

    .left-column a {
        color: #333 !important;
    }


.left-col-nav-tiered > li {
    border-bottom: solid 1px #eee;
    list-style-type: none;
    margin: 0;
    margin-top: 15px;
    padding: 8px 0 8px 0;
    font-size: 15px;
    line-height: 1.2;
    font-weight: bold;
}

    .left-col-nav-tiered > li.no-children {
        font-size: 13px;
        font-weight: normal;
        margin-top: 0px !important;
    }

.left-col-nav-tiered li.no-children a {
    width: 100%;
    display: block;
}


.left-col-nav-tiered li ul {
    margin-top: 8px;
}

    .left-col-nav-tiered li ul li {
        border-top: solid 1px #eee;
        border-bottom: none !important;
        list-style-type: none;
        margin: 0;
        padding: 0px;
        font-size: .8em;
        line-height: 1.2;
        font-weight: normal;
    }

        .left-col-nav-tiered li ul li a {
            width: 100%;
            display: block;
            padding: 8px 0;
        }

.left-col-nav > li {
    border-bottom: solid 1px #eee;
    list-style-type: none;
    margin: 0;
    margin-bottom: 4px;
    padding: 0;
    font-size: 13px;
    line-height: 1.2;
}

    .left-col-nav > li a {
        width: 100%;
        display: block;
        padding: 6px 0 8px 0;
    }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* SIDEBAR +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.sidebaritem {
    background-color: #edecea;
}

    .sidebaritem h2 {
        background: #cecdc9;
        box-shadow: 0 8px 5px -5px #888888;
        color: #b84d19;
        height: auto;
        text-shadow: 0 1px 0 #fff;
    }

    .sidebaritem ul {
        font-size: 80%;
        margin-bottom: 0;
        padding: 0.75em;
    }

.sidebaritem-content {
    padding: 5%;
    font-size: .72em;
    line-height: 1.4;
}

    .sidebaritem-content a.icon {
        font-size: .95em;
    }

    .sidebaritem-content td:first-child {
        width: 35%;
    }


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* PRODUCT SETUP +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Sidebar Related Product */

.sidebaritem-productcontainer {
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
    margin-top: .5em;
}

.sidebaritem-productcontainer {
    border-bottom: dashed 1px #666;
}
/*.sidebaritem-productcontainer:first-child{border-bottom:dashed 1px #666;}*/
.sidebaritem-product-photo {
    margin: 0 0 .5em 0;
}

.sidebaritem-product-title {
    margin: 0 0 .5em 0;
}

.sidebaritem-product-pricing label {
    float: left;
    width: 100px;
}

.sidebaritem-product-pricing .markedoutprice {
    text-decoration: line-through;
    padding-right: .5em;
}

.sidebaritem-product-pricing .non-markedoutprice {
    color: red;
}

.sidebaritem-productcontainer:first-child {
    border-bottom: dashed 1px #666;
}

.sidebaritem-product-photo {
    margin: 0 0 .5em 0;
}

.sidebaritem-product-title {
    margin: 0 0 .5em 0;
}

.sidebaritem-product-pricing label {
    float: left;
    width: 100px;
}

.sidebaritem-product-pricing .markedoutprice {
    text-decoration: line-through;
    padding-right: .5em;
}

.sidebaritem-product-pricing .non-markedoutprice {
    color: red;
}

/* Product Detail Page */
.product-photo {
    float: left;
    margin: 0 1em 1em 0;
}

.product-title-price-container {
    margin: 0 0 .5em 0;
}

.productlist-addtocart > table {
    clear: left;
}

.product-options {
    /*float: left;*/
    margin: 0 0 1em 0;
}

.product-addtocart-container {
    float: left;
}

.product-addtocart {
    margin: 0px 0 0 0;
}

    .product-addtocart input {
        float: left;
    }

        .product-addtocart input[type=number] {
            width: 55px;
            margin-right: .5em;
        }

    .product-addtocart .ui-spinner {
        float: left !important;
        width: 55px;
        margin-right: .5em;
    }

.product-desc {
    clear: both;
    margin-top: 0px;
}

/* Product List Page */
.productlist-header {
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: solid 1px #666;
}

.productlist-mode {
    float: right;
    font-size: .75em;
    height: 40px;
    margin-top: -10px;
}

    .productlist-mode span {
        float: left;
        margin-top: 10px;
        font-weight: bold;
    }

    .productlist-mode div {
        float: left;
        cursor: pointer;
        background: transparent url('../images/ModeIcons.png') no-repeat;
        padding: 24px 0 0 0px;
        width: 26px;
        margin-left: 10px;
    }

.productlist-mode-grid {
    background-position: -28px 0px !important;
}

    .productlist-mode-grid.active {
        background-position: -4px 0px !important;
    }

.productlist-mode-list {
    background-position: -78px 0px !important;
}

    .productlist-mode-list.active {
        background-position: -54px 0 !important;
    }

.productlist-count {
    margin: -8px 0 2px 0;
    font-size: .875em;
}

.productlist-sort {
    font-size: .75em;
    margin-bottom: 1em;
}

    .productlist-sort a.active {
        text-decoration: none;
        color: #666;
    }



.productlist-productcontainer {
    font-size: .75em;
    line-height: 1.25;
    padding-bottom: 0;
    /*min-height: 315px;*/
    margin: .5em 2% .5em 2% !important;
}

    .productlist-productcontainer.listmode {
        min-height: 0;
    }

.productlist-photo {
    min-height: 130px;
    vertical-align: baseline;
    position: relative;
    margin-bottom: 1em;
}

    .productlist-photo img {
    }

.productlist-highlight {
    /*height: 20px;*/
    width: 100%;
    margin: 0px 0 3px 0;
}

.productlist-productcontainer label {
    font-weight: bold;
}

.productlist-title {
    font-size: 1.125em;
    font-weight: bold;
    margin: 0 0 .5em 0;
    padding-right: 1em;
}

.productlist-livedate {
    /*display: none;*/
}

.productlist-format {
    display: none;
}

.productlist-desc {
    display: none;
    margin: .5em 0;
}

.productlist-CEU {
    /*float: left;*/
    margin-right: 1em;
    clear: both;
    margin-top: 5px;
}

.productlist-PDH {
    /*float: left;*/
    margin-top: 5px;
    margin-bottom: 5px;
}

.productlist-addtocart {
    margin: 8px 0 0 0;
    display: none;
}

    .productlist-addtocart input {
        float: left;
        margin-right: .5em;
    }

        .productlist-addtocart input[type=submit], .productlist-addtocart input[type=button] {
            padding-bottom: .15em;
        }

        .productlist-addtocart input[type=text] {
            float: left !important;
            width: 55px;
            margin-right: .5em;
        }

    .productlist-addtocart .ui-spinner {
        float: left !important;
        width: 55px;
        margin-right: .5em;
    }

.title-mode-list {
    display: none;
}

.title-mode-grid {
    display: inline;
}

.productlist-productcontainer .icon {
    font-size: 1em;
}

.productlist-productcontainer.listmode {
    border-bottom: solid 1px #666;
    min-height: 0;
    margin: 1% 2% 2% 2% !important;
    padding-bottom: 2%;
}

    .productlist-productcontainer.listmode .productlist-livedate {
        display: block;
    }

    .productlist-productcontainer.listmode .productlist-photo {
        min-height: 0px;
    }

        .productlist-productcontainer.listmode .productlist-photo img {
            position: relative;
        }

    .productlist-productcontainer.listmode .productlist-highlight {
        margin-top: -20px;
    }

    .productlist-productcontainer.listmode .productlist-format {
        display: block;
    }

    .productlist-productcontainer.listmode .productlist-desc {
        display: block;
    }

    .productlist-productcontainer.listmode .productlist-photo {
        float: left;
        width: 13%;
    }

    .productlist-productcontainer.listmode .productlist-details-container {
        float: left;
        width: 60%;
    }

    .productlist-productcontainer.listmode .productlist-purchase-container {
        float: left;
        width: 18%;
        margin-left: 4%;
    }

    .productlist-productcontainer.listmode .productlist-addtocart {
        display: block;
    }

    .productlist-productcontainer.listmode .title-mode-list {
        display: inline;
    }

    .productlist-productcontainer.listmode .title-mode-grid {
        display: none;
    }

.productlist-productcontainer.gridmode .title-mode-grid {
    display: inline;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* FOOTER SETUP +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
footer {
    width: 100%;
    margin-top: 3%;
    background-color: #3772A7;
}

.footer-column {
    float: left;
    margin: 2%;
    font-size: .65em; /*border-right:solid 1px #1c5ea0;*/
}

    .footer-column ul {
        margin: 0px;
    }

    .footer-column li {
        list-style: none;
        padding: 0px;
        margin: 0px;
        color: #fff;
        font-size: 1em;
        line-height: 1.2;
        margin-bottom: 5px;
    }

        .footer-column li a {
            color: #fff;
        }

        .footer-column li.footer-column-title,
        .footer-column li.footer-column-title a {
            color: #fff;
            font-weight: bold;
            font-size: 1.25em;
            font-family: Georgia, Serif;
        }

    .footer-column.last {
        padding-right: 0 !important;
        border: none !important;
        margin: 1%;
    }

    .footer-column a.icon {
        color: #fff;
        font-size: 1em;
    }

.footer-copyright {
    float: left;
    padding: 0 2% 0 1%;
    margin: 1%;
    font-size: .65em;
    color: #fff;
    margin-top: 50px;
}

    .footer-copyright a {
        color: #fff;
    }

.footer-logos {
    float: right;
    margin: 0 3% 3% 0;
}

    .footer-logos img {
        float: left;
        margin: 10px 0 10px 10px;
    }

ul.mobilenav {
    display: none;
    margin: 80px 0 0px 0px important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    clear: both;
    width: 100%;
}

    ul.mobilenav > li {
        list-style: none;
        -moz-linear-gradient(top, #45a0dd 0%, #3772ac 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45a0dd), color-stop(100%,#3772ac)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #45a0dd 0%,#3772ac 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #45a0dd 0%,#3772ac 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #45a0dd 0%,#3772ac 100%); /* IE10+ */
        background: linear-gradient(to bottom, #45a0dd 0%,#3772ac 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#45a0dd, endColorstr=#3772ac,GradientType=0 ); /* IE6-8 */
        color: #fff;
        padding: 12px 0 12px 16px;
        font-size: 1.125em;
        cursor: pointer;
        margin-left: 0 !important;
        margin-bottom: 0 !important;
        border-bottom: solid 1px #fff;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

ul.mobile-subnav {
    padding: 10px 0;
}

    ul.mobile-subnav li {
        list-style: none !important;
        color: #fff;
        border: none !important;
        font-size: .875em;
        padding: 3px 0px 3px 0px;
        margin: 0px 0 2px 20px;
    }

        ul.mobile-subnav li a {
            color: #fff;
        }




/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* MEDIA QUERIES +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* SCREEN ADJUSTMENTS TO MAKE NAVIGATION FIT */
@media screen and (max-width: 1000px) {
    nav.global {
        /*margin-bottom: 3.1em;*/
    }

        nav.global ul li {
            letter-spacing: -0.02em;
            font-size: 0.95em;
            /*	background-color: #2D73B0;*/
        }

    /*  nav.global a
	    {
		    display: inline;
	    }*/
    .footer-column {
        margin-left: 1%;
        margin-right: 1%;
    }

    .asha-store {
        top: 48px;
        left: 342px;
    }
}

@media screen and (max-width: 930px) {
    nav.global ul li {
        letter-spacing: -0.05em;
    }
}

@media screen and (max-width: 890px) {
    nav.global ul li {
        padding: 1.05em 0 1.05em 0;
        font-size: .9em;
        letter-spacing: -.05em;
    }

    .footer-column {
        margin-left: .75%;
        margin-right: .75%;
    }
}

@media screen and (max-width: 850px) {
    .productlist-productcontainer {
        width: 29%;
    }

        .productlist-productcontainer.listmode {
            width: 96%;
        }

    .footer-column {
        font-size: .64em;
    }
}


@media screen and (max-width: 850px) {
    nav.global ul li {
        padding: 1.05em 0 1.05em 0;
        font-size: .85em;
        letter-spacing: -.05em;
    }

    nav.global a {
        padding-right: 5px;
        padding-left: 5px;
    }
}


/* MOBILE VIEW */
@media screen and (max-width: 760px) {
    .mobile-hide {
        display: none;
    }

    .mobile-show {
        display: block;
    }

    .left-column {
        min-height: 0px;
    }

        .left-column a:hover {
            text-decoration: none !important;
        }

    .left-col-nav-tiered li {
        margin-top: 0px;
        background: transparent url(../images/leftnavmenu-icon3.png) no-repeat;
        background-position: right 12px;
        background-size: 9px 13px;
        font-weight: normal;
    }

        .left-col-nav-tiered li.no-children {
            background-image: url(../images/leftnavmenu-icon1.png);
            font-size: 15px;
        }

        .left-col-nav-tiered li ul {
            display: none;
        }

            .left-col-nav-tiered li ul li {
                padding-left: 15px;
                background: transparent url(../images/leftnavmenu-icon1.png) no-repeat;
                background-position: right 12px;
                background-size: 9px 13px;
            }

                .left-col-nav-tiered li ul li a {
                    padding: 10px 0;
                }

        .left-col-nav-tiered li.active {
            background-image: url(../images/leftnavmenu-icon2.png);
        }

    .left-col-nav li {
        border-bottom: solid 1px #eee;
        margin-bottom: 0px;
        background: transparent url(../images/leftnavmenu-icon1.png) no-repeat;
        background-position: right 12px;
        background-size: 9px 13px;
        font-size: 15px;
    }

    .left-col-nav > li a {
        padding: 8px 0 8px 0;
    }

    .global-nav {
        height: 2.85em;
        background: #3176B2;
    }

        .global-nav .home {
            display: none;
        }

        .global-nav .links {
            display: none;
        }

        .global-nav .mobile-global-nav {
            display: inline-block;
        }

    nav.global {
        display: none;
    }

    nav.global {
        position: absolute;
        top: 146px;
        left: 0px;
        z-index: 5;
        background: #E9E8E4;
        background: rgba(30, 87, 154, 0.6);
        clear: both;
        color: #d0e5f5;
        font-size: 100%;
        height: auto;
        overflow: auto;
        padding: 0 !important;
        margin: 0 !important;
        text-transform: none;
        width: 100%;
    }

        nav.global a {
            color: rgb(28, 87, 155) !important;
            text-shadow: none;
            width: 100%;
            display: block;
            padding: 1.05em 0;
        }

        nav.global ul {
            list-style-type: none;
            margin: 0;
        }

            nav.global ul li {
                border-right: 1px solid #5f8ebc;
                display: block;
                float: left;
                margin: 0;
                padding: 0 1.15em;
                height: auto;
                width: 100%;
                background-color: #E9E8E4;
                letter-spacing: 0em;
                background: -moz-linear-gradient(top, #F9F9F9 0%, #E9E8E4 100%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F9F9F9), color-stop(100%,#E9E8E4)); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, #F9F9F9 0%,#E9E8E4 100%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, #F9F9F9 0%,#E9E8E4 100%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top, #F9F9F9 0%,#E9E8E4 100%); /* IE10+ */
                background: linear-gradient(to bottom, #F9F9F9 0%,#E9E8E4 100%); /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#F9F9F9, endColorstr=#E9E8E4,GradientType=0 ); /* IE6-8 */
                box-sizing: border-box;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
            }

                nav.global ul li:hover, nav.global ul li.selected {
                    background: #F3F3F1;
                }

                nav.global ul li:last-child {
                    border-right: 0;
                }





    /* go to mobile view */
    .col8 {
        width: 96%;
    }

    .col4 {
        width: 96%;
    }

    .col3 {
        width: 96%;
    }

    .col9 {
        width: 96%;
    }

    header {
        background-position: 0 2.5em;
    }

        header .search {
            position: static;
            width: 100%;
            background: rgba(30, 87, 154, 0.6);
            padding: 0 !important;
        }

        header .search-textwrapper {
            padding: 5px 0 2px 10px;
        }

        header .search #textfieldHome, header .search #textfieldMenu {
            width: 220px;
        }

        header .asha-store {
            display: none;
        }

        header .mobile-menu-container {
            display: inline-block;
            position: absolute;
            right: 0px;
            width: 110px;
            height: 92px;
            background: transparent url(../images/mobile-menu.png) no-repeat 0px 0px;
            cursor: pointer;
        }

            header .mobile-menu-container.active {
                background-position: 0 -92px;
            }

    .product-title-price-container {
        clear: both;
    }

    .productlist-mode {
        display: none;
    }

    .productlist-productcontainer {
        width: 100%;
        min-height: 0px;
        border-bottom: solid 1px #666;
    }

        .productlist-productcontainer .productlist-photo {
            min-height: 0px;
        }

            .productlist-productcontainer .productlist-photo img {
                position: relative;
            }



    footer {
        background: #fff !important;
    }

    .footer-copyright {
        font-size: .85em;
        margin-left: 1em;
    }

        .footer-copyright a {
            color: #1e6abc;
        }

    ul.mobilenav {
        display: inline-block;
        margin-bottom: 0px;
    }

    footer .footer-column {
        display: none;
    }

    .none {
        display: none;
    }

    .hide-label {
        display: none !important;
    }
}

@media screen and (max-width: 630px) {
    .billing-right-box {
        float: none;
        padding: 10px;
    }

    .billing-left-box {
        float: none;
        padding: 10px;
    }
}

@media screen and (min-width: 631px) {
    .billing-right-box {
        width: 45%;
        float: right;
        padding: 10px;
    }

    .billing-left-box {
        width: 45%;
        float: left;
        padding: 10px;
    }

    .paymentgrid-div {
        width: 48%;
        float: left;
        padding-left: 8px;
    }
}

.ui-dialog-buttonset button.dialog-button {
    cursor: pointer;
    height: 28px;
    background: none;
    /* CHANGED PADDING BOTTOM SO THAT BUTTONS LINE UP WITH TEXT BOXES */
    padding: 0em 8px 0px 4px;
    background-color: #f57f1e;
    border: solid 1px #fba025;
    color: #fff;
    box-sizing: border-box;
    font-size: 1em;
    margin: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.button-dialog {
    width: 50px;
    float: right;
    bottom: 5px;
    right: 5px;
    /*display: none;*/
}

@media screen and (max-width: 400px) {
    .amount-labels {
        display: inline-block;
        width: 70px;
        text-align: right;
    }

    .totalsLabels {
        float: left;
        width: auto;
        text-align: right;
    }
}

@media screen and (min-width: 401px) {
    .amount-labels {
        display: inline-block;
        width: 125px;
        text-align: right;
    }

    .totalsLabels {
        float: left;
        width: 180px;
        text-align: right;
    }
}

@media screen and (min-width: 401px) {
    .simple_overlay_cartAdd, .simple_overlay_sessionWarning  {
        /* must be initially hidden */
        display: none;
        /* place overlay on top of other elements */
        z-index: 10;
        /* styling */
        background-color: #fff;
        max-width: 350px;
        /*height: 351px;*/
        /*border: 1px solid #666;*/
        /* CSS3 styling for latest browsers */
        /*-moz-box-shadow: 0 0 90px 5px #000;
        -webk*/it-box-shadow: 0 0 90px #000;
        padding: 10px;
    }

        .simple_overlay_cartAdd .close {
            background-image: url(../images/close.png);
            position: absolute;
            right: -15px;
            top: -15px;
            cursor: pointer;
            height: 35px;
            width: 35px;
        }

        .simple_overlay_cartAdd .cartAddContainer {
            overflow-x: hidden;
            /*overflow-y:auto;
            height: 350px;*/
        }

    .checkout-popup-buttons-div {
        float: right;
        display: inline;
    }
}

@media screen and (max-width: 400px) {
    .simple_overlay_cartAdd, .simple_overlay_sessionWarning {
        /* must be initially hidden */
        display: none;
        /* place overlay on top of other elements */
        z-index: 10;
        /* styling */
        background-color: #fff;
        max-width: 250px;
        /*height: 251px;*/
        /*border: 1px solid #666;*/
        /* CSS3 styling for latest browsers */
        /*-moz-box-shadow: 0 0 90px 5px #000;
        -webkit-box-shadow: 0 0 90px #000;*/
        padding: 10px;
    }

        .simple_overlay_cartAdd .cartAddContainer {
            overflow-x: hidden;
            /*overflow-y:auto;
            height: 250px;*/
        }

        .simple_overlay_cartAdd .close {
            background-image: url(../images/close.png);
            position: absolute;
            right: -15px;
            top: -15px;
            cursor: pointer;
            height: 35px;
            width: 35px;
        }

    .checkout-popup-buttons-div {
        display: inline;
    }

    #ContinueButton, #checkoutButton {
        margin: 0px;
    }
}

@media screen and (max-width: 300px) {
    .simple_overlay_cartAdd, .simple_overlay_sessionWarning  {
        /* must be initially hidden */
        display: none;
        /* place overlay on top of other elements */
        z-index: 10;
        /* styling */
        background-color: #fff;
        max-width: 150px;
        /*border: 1px solid #666;*/
        /* CSS3 styling for latest browsers */
        /*-moz-box-shadow: 0 0 90px 5px #000;
        -webkit*/-box-shadow: 0 0 90px #000;
        padding: 10px;
    }

        .simple_overlay_cartAdd .close{
            background-image: url(../images/close.png);
            position: absolute;
            right: -15px;
            top: -15px;
            cursor: pointer;
            height: 35px;
            width: 35px;
        }

        .simple_overlay_cartAdd .cartAddContainer  {
            overflow-x: hidden;
            /*overflow-y:auto;
            height: 150px;*/
        }

    .checkout-popup-buttons-div {
        display: inline;
    }

    #ContinueButton, #checkoutButton {
        margin: 0px;
    }
}
    /*WhW 03142014 - sharethis*/
    .st_sharethis_custom {
        background: url(../images/icons/share-this.png) no-repeat scroll left top transparent;
        padding: 0px 160px 0 0;
    }

    /*Ensure that validation messages appear in red text*/
    .DataFormValidationSummary {
        color:red;
    }

    
/*OLS Header overrides*/

.header #product-sales-text 
{
	color: #7c8082;
	font-size: 11px;
	text-transform: uppercase;
    text-decoration: none;
}

.header .topbar ul.loginbar > li, 
.header .topbar ul.loginbar > li > a,
.header .topbar ul.loginbar > li > span {
	vertical-align: baseline;
}

.header .topbar ul.loginbar > li > a:hover {
    text-decoration:none;
}
#breadcrumb-bar-text-area
{
    color: white;
    width: 50%;
}
.breadcrumb-spacer-bar-top
{
    height: 5px;
}
.breadcrumb-spacer-bar-bottom
{
    height: 9px;
}
#BreadcrumbBarIntroText
{
    font-style: italic;
}
#search
{
    margin-top: 9px;
}

.header > .navbar > .container .navbar-brand
{
    top: -19px;
    max-width: 250px;
    background-color: white;
}
#searchButton
{
    padding: 7px 11px;
}
/*
@media screen and (max-width: 991px) {
    #product-sales-text
    {
        display: none;
    }
}
*/
/*width: 200px;*/

.breadcrumb li.active a
{
    color: #fff;
}

.breadcrumb li
{
    margin-left: 0;
    margin-bottom: 0;
}
.breadcrumb a {
    color: #bcbec0;
}
/*End OLS Header overrides*/

/*OLS Footer overrides*/
.footer 
{
    margin-top: 3%;
}
.footer li
{
    margin-left: 0;
    margin-bottom: 0;
}
.footer h2
{
    font-family: inherit;
    height: inherit;
    font-weight: inherit;
    margin-bottom: 0;
    padding-left: 0;
}
.copyright {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
/*End OLS Footer overrides*/

legend 
{
    width: auto;
}
fieldset
{
    border: 2px groove threedface;
    padding: 12px;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
input[type=number] {
    -moz-appearance: textfield;
}
input[type=radio]
{
    margin: 3px 3px 0 5px;
}
label {
    font-weight: normal;
    color: inherit;
}
.fancybox-skin{
    border-radius: 4px !important;
}
button 
{
    line-height: 1.4;
}

#textfieldMenu {
    padding-top: 6px;
    padding-bottom: 6px;
    height: 32px;
}
#searchButton2{
    height:32px;
}

#ViewCartButton
{
    border: none;
    background: transparent;
    font-size: 11px;
    color: #7c8082;
    text-transform: uppercase;
}

#ViewCartButton:hover
{
    color:#36c;
}
#viewCartParentDiv{
    display: inline;
}
#viewCartParentDiv:hover input{
    color:#36c;
    cursor: pointer;
}

#ivd_prc_key input[type="radio"] {
    float: left;
    display: block;
}
#ivd_prc_key label {
    display: block;
}
table#ivd_prc_key{
    width: 100%;
}