﻿@charset "UTF-8";
@import 'common_resetCss.css';
@import 'fonts.css';


/**************************************************************/
/***************************GENERAL****************************/
/**************************************************************/

* {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    -webkit-font-smoothing: antialiased !important;
    /*font-family: 'Raleway', sans-serif;*/
    font-family: Arial, Helvetica, sans-serif;
}

input[type=checkbox], input[type=radio] {
    width: auto !important;
}

body, html {
    height: 100%;
    background: #f8f8f8 url('/_images/bg_main.png') repeat-x;
    /*background-position: -5px center;*/
    font-size: 10px;
    top: 0;
    margin-top: 0;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    padding-top: 25px;
}

.imageBlock {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}

p {
    font-size: 1.1em;
    font-weight: normal;
    line-height: 1.5em;
    font-family: Arial, Helvetica, sans-serif !important;
}

    p strong {
        font-weight: bolder;
    }

a {
}

h1 {
    font-size: 2.4em;
    font-weight: 100;
    letter-spacing: 0px;
    line-height: 1.2em;
    margin-bottom: 22px;
    font-family: "futura-pt",sans-serif;
}

    h1 span {
        display: block;
        font-weight: 600;
        color: #590075;
        font-size: .95em;
        letter-spacing: -1px;
        margin-top: -5px;
    }


h3 span {
    float: right;
}

h2 {
}

h3 {
}

h4 {
}

li {
}

.clear {
    clear: both;
}

.clearRight {
    clear: right;
}
/*************************************************************/
/***************************HEADER****************************/
/*************************************************************/

header {
    float: left;
}

    header.noNav {
        position: absolute;
        top: 0;
    }

    header #logo {
        width: 120px;
        height: 142px;
        background-image: url('/_images/logo.png');
        float: left;
        margin-left: 23px;
    }

    header nav {
        border-left: 1px solid #C13D3D;
        margin-left: 36px;
        padding-left: 18px;
        margin-top: 28px;
        padding-bottom: 0px;
        margin-bottom: 50px;
        width: 140px;
    }

        header nav ul li {
            padding: 5px 0;
        }

        header nav a {
            color: #111;
            text-decoration: none;
            font-weight: 300 !important;
            font-size: 1.6em;
            font-family: Arial, Helvetica, sans-serif;
        }

            header nav a.current {
                color: #C13D3D;
            }

            header nav a:hover, header nav a:focus, header nav a:active {
                color: #C13D3D;
            }

            header nav a img {
                float: left;
                margin-top: -2px;
                margin-right: 4px;
            }

        header nav ul li ul li {
            padding-bottom: 0px !important;
        }

            header nav ul li ul, header nav ul li ul li ul {
                margin: 2px 0;
            }

                header nav ul li ul li {
                    padding: 4px 0;
                }

                header nav ul li ul a {
                    font-size: 11px;
                    padding-left: 10px;
                    font-family: Arial, Helvetica, sans-serif !important;
                    color: #4e4e4e;
                }

                header nav ul li ul li ul a {
                    font-size: 1em;
                    padding-left: 20px;
                    display: block;
                }

        header nav ul #MainMenu_pnlCustomerMenu li ul li {
            list-style: disc;
            list-style-position: outside;
            margin-left: 25px;
        }

            header nav ul #MainMenu_pnlCustomerMenu li ul li a {
                display: block;
                padding-left: 0 !important;
                margin-left: -5px !important;
            }


        header nav ul li ul li ul li ul a {
            font-size: 1em;
            padding-left: 30px;
        }

    header .verisign {
        width: 125px;
        height: 60px;
        float: left;
        margin-left: 40px;
        margin-top: -30px;
        margin-bottom: 25px;
    }


/*************************************************************/
/***************************CONTENT***************************/
/*************************************************************/

main {
    width: 760px;
    height: auto;
    min-height: 500px;
    margin: 0 auto 0px;
    background: #ffffff; /* Old browsers */
    background: #f8f8f8 url('/images/bg.gif') repeat-x;
    background-position: top;
    background-size: auto 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    main:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 60px;
        width: 50px;
        height: 10px;
        background-color: #590075;
    }

mainPopup {
    width: 650px;
    height: auto;
    min-height: 600px;
    margin: 0 auto 10px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #dbdcdc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dbdcdc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#dbdcdc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#dbdcdc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#dbdcdc 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#dbdcdc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbdcdc',GradientType=0 ); /* IE6-9 */
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    mainPopup:after {
        content: '';
        display: block;
        position: absolute;
        /*bottom:0;*/
        left: 60px;
        width: 50px;
        height: 10px;
        background-color: #590075;
    }


.quickSearch {
    width: 255px;
}

    .quickSearch input {
        background: #FFF;
        border: 1px solid #b0b0b0;
        width: 112px;
        height: 21px;
        margin-right: 5px;
        padding-left: 10px;
        float: left;
    }

    .quickSearch label {
        color: #6d6d6d;
        font-size: 1.1em;
        margin: 5px 3px 2px;
        /*margin-bottom:2px;*/
        float: left;
        font-family: "futura-pt",sans-serif !important;
    }

    .quickSearch form {
        height: 42px;
    }

    .quickSearch .qsSubmit {
        display: inline-block;
        background-image: url('/_images/go.png');
        width: 35px;
        height: 30px; /*40px;*/
        top: -15px;
        margin-top: 5px;
        position: relative;
        float: left;
        right: -5px;
    }

    .quickSearch .viewCart {
        background: url("/_images/cart.png") no-repeat scroll right top 5px rgba(0, 0, 0, 0);
        color: #6D6D6D;
        display: inline-block;
        font-family: "futura-pt",sans-serif;
        font-size: 1.1em;
        height: 19px;
        padding-right: 22px;
        padding-top: 7px;
        position: relative;
        text-decoration: none;
        vertical-align: top;
        /*background: url("/_images/cart.png") no-repeat scroll right top 1px rgba(0, 0, 0, 0);
        color: #6D6D6D;
        font-family: "futura-pt",sans-serif;
        font-size: 1.1em;
        height: 16px;
        padding-right: 22px;
        padding-top: 5px;
        text-decoration: none;
        vertical-align: middle;
        display: inline-block;
        position: relative;
        top: -7px;*/
    }

     .quickSearch .cartItems {
    color: #c13d3d;
    display: inline-block;
    font-family: "futura-pt",sans-serif;
    font-size: 12px;
    height: 19px;
    position: relative;
    text-decoration: none;
    vertical-align: top;
    float: right;
    margin-right: 49px;
    margin-top: -18px;
}


#viewCart {
    display: none;
}

/*****************HOME STYLES*******************/

#homeBtnContainer {
    width: 307px;
    position: absolute;
    top: -45px;
    left: 210px;
    -moz-transform: rotate(8deg);
    -webkit-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

    #homeBtnContainer a {
        float: left;
        width: 147px;
        height: 147px;
        background: #999;
        margin: 3px;
        opacity: 1;
        -webkit-transition: opacity 1s ease-in-out;
        -moz-transition: opacity 1s ease-in-out;
        -ms-transition: opacity 1s ease-in-out;
        -o-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out;
        -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, .25);
        box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, .25);
    }

        #homeBtnContainer a:hover, #homeBtnContainer a:focus {
            opacity: .5;
            -webkit-transition: opacity 0s ease-in-out;
            -moz-transition: opacity 0s ease-in-out;
            -ms-transition: opacity 0s ease-in-out;
            -o-transition: opacity 0s ease-in-out;
            transition: opacity 0s ease-in-out;
        }

    #homeBtnContainer #homePipets {
        float: right;
        margin-right: 5px;
        background: url('/_images/pipets_home.png');
    }

    #homeBtnContainer #homeSpatulas {
        background: url('/_images/spatulas.png');
    }

    #homeBtnContainer #homeJars {
        background: url('/_images/bottles.png');
    }

    #homeBtnContainer #homeSponges {
        background: url('/_images/sponges.png');
    }

    #homeBtnContainer #homeBrushes {
        background: url('/_images/brushes.png');
    }

    #homeBtnContainer #homeCotton {
        background: url('/_images/cotton.png');
    }

#homeButtonNames {
    width: 185px;
    height: 100px;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}

    #homeButtonNames p {
        border-left: 1px solid #C13D3D;
        padding-left: 5px;
        font-size: 1.6em;
        font-weight: 300;
        font-family: "futura-pt",sans-serif !important;
    }

#homeContent {
    width: 210px;
    display: block;
    float: right;
    margin-top: 68px;
    margin-right: 10px;
}

    #homeContent h1 {
        padding-left: 10px;
        margin-bottom: 17px;
    }

    #homeContent p {
        padding-left: 18px;
        border-left: 1px solid #C13D3D;
        font-size: 1em;
        height: 115px;
        font-size: 11px;
        /*font-weight: 100 !important;*/
        line-height: 1.7;
        position: relative;
        left: -5px;
    }

#quickSearchHome {
    float: right;
    margin-top: 23px;
    margin-right: 5px;
    width: 203px;
}

    #quickSearchHome label {
        display: block !important;
        margin-left: 0px;
        float: none;
        font-family: "futura-pt",sans-serif;
    }

    #quickSearchHome .viewCart {
        top: -15px;
    }
    #quickSearchHome .cartItems {
        margin-top: -32px;
        margin-right: 142px;
    }

/*****************END HOME STYLES*******************/

/*****************SECONDARY STYLES*******************/

#mainRight {
    float: right;
    width: 575px;
    height: auto;
}

    #mainRight.noNav {
        width: 100%;
        padding: 0 20px;
        margin-left: -40px;
    }

    #mainRight .quickSearch {
        float: right;
        margin-top: 15px;
        margin-right: -15px;
        z-index: 100;
        position: relative;
    }

    #mainRight.noNav .quickSearch {
        margin-right: -35px;
    }

.ie #mainRight .quickSearch {
    margin-right: 15px;
}

#mainRight .quickSearch .welcomeText {
    font-weight: bold;
    font-size: 1.0em;
    font-family: "futura-pt",sans-serif;
    vertical-align: top;
}

#mainRight .quickSearch .viewCart {
    float: right;
    margin-right: 45px;
}

#mainRight #content {
    margin-top: 20px;
}

    #mainRight #content #contentMain {
        padding: 20px 20px 0 20px;
    }

        #mainRight #content #contentMain h1 {
            padding-left: 88px;
            padding-top: 9px;
            font-size: 2.25em;
        }

#mainRight.noNav #content #contentMain h1 {
    padding-left: 275px;
}

#mainRight #content #contentMain h1 span {
    display: inline;
}

#mainRight #content #contentMain p {
    padding-left: 40px;
    padding-right: 40px;
    line-height: 18px !important;
    font-size: 1.1em;
    margin-bottom: 10px;
    color: #4E4E4E;
    font-family: Arial, Helvetica, sans-serif !important;
}

#mainRight #content #contentMain .loginField {
    margin-bottom: 0;
    margin-left: -48px;
}

    #mainRight #content #contentMain .loginField label {
        text-align: right;
        margin-bottom: 0;
    }

#mainRight.noNav #content #contentMain p {
    padding-left: 0;
    padding-right: 0px;
    margin-bottom: 5px;
}

#mainRight.noNav #content #contentMain .messageAlign {
    padding-left: 200px;
    padding-bottom: 20px;
}


#mainRight #content #contentMain p.red {
    color: #C13D3D;
}

#mainRight #content #contentMain ul {
    margin-bottom: 18px;
}

    #mainRight #content #contentMain ul li {
        list-style: disc;
        margin-left: 85px;
        font-size: 1.1em;
        font-family: Arial, Helvetica, sans-serif !important;
        line-height: 18px;
        color: #4E4E4E;
        padding-right: 100px;
    }

        #mainRight #content #contentMain ul li p {
            list-style: disc;
            padding-left: 0px;
            padding-right: 40px;
            margin-bottom: 0;
        }

#mainRight #content #contentMain ol {
    margin-bottom: 18px;
}

    #mainRight #content #contentMain ol > li {
        list-style: decimal !important;
        margin-left: 85px;
        list-style: disc;
        padding-left: 0px;
        padding-right: 40px;
        margin-bottom: 0;
        font-size: 1.1em;
        font-family: Arial, Helvetica, sans-serif !important;
        line-height: 18px;
        padding-right: 100px;
        color: #4E4E4E;
    }

        #mainRight #content #contentMain ol > li strong {
            font-weight: bold;
        }

#mainRight #content #contentMain a {
    text-decoration: none;
    color: #C13D3D;
}

#mainRight #content #contentMain blockquote {
    margin: 0 35px;
}

#mainRight #content #contentMain a:hover {
    text-decoration: none;
}

#mainRight #content #contentMain table {
    margin-left: 40px;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 11px;
    padding-left: 0;
}

#mainRight.noNav #content #contentMain table {
    margin-left: 0px;
    padding-bottom: 10px;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
}

    #mainRight.noNav #content #contentMain table tr td {
        border-bottom: 1px solid #C13D3D;
        vertical-align: middle;
        padding: 3px 0 3px 0;
        color: #4E4E4E;
    }

#mainRight #content #contentMain table tr th {
    font-weight: bolder;
    text-align: left;
    border-bottom: 1px solid #CCACD7;
    padding-bottom: 10px;
}

/******* customer order list table ******/

#mainRight #content #contentMain table.orders td {
    padding: 10px 10px 10px 0px;
    text-align: left;
    border-bottom: 1px solid #C13D3D;
    vertical-align: middle;
    color: #4E4E4E;
}

#mainRight #content #contentMain table.orders tr th {
    background: #DADCDC;
    font-weight: normal;
    padding: 5px;
    border-bottom: none;
}

#mainRight #content #contentMain table.orders tr td:nth-child(1) {
    width: 120px;
    padding-left: 5px;
}

#mainRight #content #contentMain table.orders tr td:nth-child(2) {
    width: 70px;
}

#mainRight #content #contentMain table.orders tr th:nth-child(3) {
    width: 80px;
    text-align: right;
    padding-right: 10px !important;
}

#mainRight #content #contentMain table.orders tr td:nth-child(3) {
    width: 80px;
    text-align: right;
}

#mainRight #content #contentMain table.orders tr th:nth-child(4) {
    width: 170px;
    padding-left: 50px;
}

#mainRight #content #contentMain table.orders tr td:nth-child(4) {
    width: 170px;
    padding-left: 50px;
}

/******* customer order detail table ******/
table.orderDetails tr {
    background-color: #FFFFFF;
}

#mainRight #content #contentMain table.orderDetails tr th {
    background: #DADCDC;
    font-weight: normal;
    padding: 5px;
    border-bottom: none;
    text-align: left;
}

#mainRight #content #contentMain table.orderDetails td {
    padding: 10px 5px 10px 0px;
    text-align: left;
    border-bottom: none;
}


#mainRight #content #contentMain table.orderDetails tr td:nth-child(1) {
    width: 50px;
    padding-left: 5px;
}

#mainRight #content #contentMain table.orderDetails tr td:nth-child(2) {
    width: 80px;
    line-height: 1.3em;
}

#mainRight #content #contentMain table.orderDetails tr th:nth-child(3) {
    text-align: left;
}

#mainRight #content #contentMain table.orderDetails tr td:nth-child(3) {
    width: 246px;
    text-align: left;
    line-height: 1.3em;
}

#mainRight #content #contentMain table.orderDetails tr th:nth-child(4) {
    text-align: right;
}

#mainRight #content #contentMain table.orderDetails tr td:nth-child(4) {
    width: 70px;
    text-align: right;
}

#mainRight #content #contentMain table.orderDetails tr th:nth-child(5) {
    text-align: right;
}

#mainRight #content #contentMain table.orderDetails tr td:nth-child(5) {
    width: 73px;
    text-align: right;
}

#mainRight #content .detailPaymentTotal.shipAcc {
    text-align: right;
}


#mainRight #content .detailPaymentTotal {
    /*font-weight:bolder;*/
    font-family: Arial, Helvetica, sans-serif !important;
    float: right;
    margin-top: 10px;
    font-size: 11px;
    height: 10px;
    text-align: right;
    margin-right: 5px;
    width: 100%;
    padding-left: 13px;
    font-weight: bolder;
}



    #mainRight #content .detailPaymentTotal span {
        display: inline-block;
        text-align: left;
        float: left;
        margin-left: 30px;
        width: 300px;
    }

/******* price list table ******/

#mainRight #content #contentMain table.priceTable {
    line-height: 1.3em;
    padding-right: 50px !important;
}

#mainRight #content #contentMain .priceTable td {
    padding: 10px 10px 10px 0px;
    text-align: left;
    border-bottom: 1px solid #C13D3D;
    vertical-align: middle;
}

    #mainRight #content #contentMain .priceTable td img {
        vertical-align: middle;
    }

#mainRight #content #contentMain .priceTable tr td:nth-child(1) {
    width: 50px;
}

#mainRight #content #contentMain .priceTable tr td:nth-child(2) {
    width: 215px;
}

#mainRight #content #contentMain .priceTable tr td:nth-child(3) {
    width: 75px;
}

#mainRight #content #contentMain .priceTable tr td:nth-child(4) {
    width: 80px;
}


/******* cart table ******/

#mainRight.noNav #content #contentMain .cartTable tr th {
    background: #DADCDC;
    font-weight: normal;
    padding: 5px;
    border-bottom: none;
}

#mainRight.noNav #content #contentMain .cartTable tr a {
    padding-left: 15px;
    display: block;
}

#mainRight.noNav #content #contentMain .cartTable td input {
    width: 40px;
}

#mainRight.noNav #content #contentMain .cartTable tr td:nth-child(1) {
    width: 50px;
}

#mainRight.noNav #content #contentMain .cartTable tr td:nth-child(2) {
    width: 85px;
    line-height: 1.3em;
}

#mainRight.noNav #content #contentMain .cartTable tr td:nth-child(3) {
    width: 235px;
    line-height: 1.3em;
}

#mainRight.noNav #content #contentMain .cartTable tr td:nth-child(4) {
    width: 80px;
}

#mainRight.noNav #content #contentMain .cartTable tr th:nth-child(5) {
    width: 50px;
    text-align: right !important;
    padding: 0;
}

#mainRight.noNav #content #contentMain .cartTable tr td:nth-child(5) {
    width: 50px;
    text-align: right;
    vertical-align: middle;
}

#mainRight.noNav #content #contentMain .cartTable tr th:nth-child(6) {
    width: 75px;
    text-align: right;
    padding: 0;
}

#mainRight.noNav #content #contentMain .cartTable tr td:nth-child(6) {
    width: 75px;
    text-align: right;
}

#mainRight.noNav #content #contentMain .cartTable tr th:nth-child(7) {
    width: 75px;
    text-align: right;
    padding-right: 20px;
}

#mainRight.noNav #content #contentMain .cartTable tr td:nth-child(7) {
    width: 75px;
    text-align: center;
}


/******* checkout table ******/

#mainRight.noNav #content #contentMain .payment tr th {
    background: #DADCDC;
    font-weight: normal;
    padding: 5px;
    border-bottom: none;
}

#mainRight.noNav #content #contentMain .payment tr td {
    padding: 5px 0 5px 0;
}

#mainRight.noNav #content #contentMain table.payment tr td:nth-child(1) {
    padding-left: 10px;
    width: 30px;
}

#mainRight.noNav #content #contentMain table.payment tr td:nth-child(2) {
    line-height: 1.3em;
    width: 75px;
}

#mainRight.noNav #content #contentMain table.payment tr td:nth-child(3) {
    width: 150px;
    line-height: 1.3em;
}

#mainRight.noNav #content #contentMain table.payment tr td:nth-child(4) {
    text-align: right;
    width: 75px;
}

#mainRight.noNav #content #contentMain table.payment tr th:nth-child(4) {
    text-align: right;
    padding: 0;
}

#mainRight.noNav #content #contentMain table.payment tr td:nth-child(5) {
    text-align: right;
    width: 75px;
    padding-right: 10px;
}

#mainRight.noNav #content #contentMain table.payment tr th:nth-child(5) {
    text-align: right;
    padding-right: 12px;
}


#mainRight #content #contentMain #siteMap ul {
    margin-bottom: 0px;
    margin-top: 0px;
}


#mainRight #content #contentMain #siteMap > li {
    margin-bottom: 0px;
    margin-top: 0px;
    list-style: disc !important;
    list-style-position: inside;
    font-size: 11px;
    font-weight: bold;
}

    #mainRight #content #contentMain #siteMap > li > ul > li {
        font-weight: bold !important;
    }

    #mainRight #content #contentMain #siteMap > li ul li {
        margin-left: 45px !important;
        list-style: circle !important;
        font-weight: normal;
        margin-top: 0px !important;
        margin-bottom: 0px;
        font-size: 11px;
    }

        #mainRight #content #contentMain #siteMap > li ul li ul li {
            list-style: square !important;
            font-size: 11px !important;
        }


#mainRight #content .subtotal {
    font-weight: bolder;
    font-family: Arial, Helvetica, sans-serif !important;
    float: right;
    margin-top: 10px;
    font-size: 11px;
    height: 10px;
    text-align: left;
    width: 230px;

}

    #mainRight #content .subtotal span {
        display: block;
        text-align: right;
        float: right;
        width: 75px;
        margin-right: 79px;
    }

#mainRight #content .paymentTotal {
    /*font-weight:bolder;*/
    font-family: Arial, Helvetica, sans-serif !important;
    float: right;
    margin-top: 10px;
    font-size: 11px;
    height: 10px;
    text-align: right;
    margin-right: 50px;
    width: 100%;
    padding-left: 13px;
    font-weight: bolder;
}



    #mainRight #content .paymentTotal span {
        display: block;
        text-align: left;
        float: left;
        margin-right: 55px;
        width: 200px;
        text-align: right;
    }

#mainRight.noNav #content .continueShopping {
    float: left;
}

#mainRight.noNav #content .updateCart, #mainRight.noNav #content .proceed {
    float: right;
}

#mainRight #content .column {
    width: 48%;
    margin-bottom: 25px;
}

#mainRight #content .columnCart {
    width: 55%;
    margin-bottom: 25px;
}

#mainRight #content .columnCheckout {
    width: 40%;
    margin-bottom: 25px;
}

#mainRight #content .columnLeft {
    float: left;
}

#mainRight #content .columnRight {
    float: right;
}

#mainRight.noNav #content h3 {
    background: #DADCDC;
    padding: 10px;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif !important;
    margin-bottom: 15px;
    margin-top: 15px;
}

#mainRight #content #form {
    /*padding-left: 50px;*/
}



#form.shippingForm {
    padding-left: 0 !important;
}

#mainRight #content #form h1 {
    padding-left: 25px;
    padding-top: 9px;
    font-size: 2.25em;
}

#mainRight #content .paymentTotal {
    text-align: right;
    width: 100%;
    float: none;
    padding: 0;
    padding-right: 10px;
}

    #mainRight #content .paymentTotal span {
        float: left;
        margin: 0;
        width: 82%;
    }


#mainRight #content h3, #mainRight.noNav #content h3 {
    font-family: Arial, Helvetica, sans-serif !important;
    color: #5B1972 !important;
    font-weight: bold !important;
    font-size: 1.3em !important;
    margin-bottom: 15px !important;
    background: none;
    border-bottom: 1px solid #999;
    overflow: hidden;
}

    #mainRight #content h3.futuraH3, #mainRight.noNav #content h3.futuraH3 {
        border: none;
        color: #222 !important;
        font-weight: 300 !important;
        font-size: 1.6em !important;
        margin-bottom: 15px !important;
        margin-top: 33px !important;
        margin-bottom: 20px !important;
        font-family: "futura-pt",sans-serif !important;
        font-weight: 300 !important;
    }

#mainRight #content #form h1 span {
    display: inline;
}

.validation-error {
    color: #C13D3D !important;
    font-size: 14px !important;
}


#form label {
    width: 100px;
    float: left;
    display: block;
    margin: 5px 0;
    font-family: Arial, Helvetica, sans-serif !important;
    color: #4e4e4e;
    font-weight: bolder;
    font-size: 11px;
}



#ContentPlaceHolder1_pnlBillAcntDetails,
#ContentPlaceHolder1_pnlCC, .poNumber {
    font-family: Arial, Helvetica, sans-serif !important;
    color: #4e4e4e;
    font-size: 11px;
    line-height: 18px;
}

#ContentPlaceHolder1_pnlCC, .poNumber {
margin-left: 0px !important;
}
#form .validation-error {
    color: #FF0000 !important;
    font-size: 16px !important;
}

/*#form .column label
{
	width:125px;
	clear:both;
}

#form .column input
{
}*/

#form .StateList {
    margin: 3px 0;
    width: 170px !important;
    max-width: 100%;
}



#form a, #form span {
    margin-left: 10px;
    font-family: Arial, Helvetica, sans-serif !important;
}

#form .selectMonth {
    display: inline-block;
}

#form .validation-error dropdownVal {
    margin: 0 0 0 0;
}

#form .selectYear {
    margin-left: 5px;
    display: inline-block;
}

#form input {
    margin: 3px 0;
}


#form #ContentPlaceHolder1_pnlAccount label {
    width: 110px !important;
    float: left;
    display: block;
    margin: 5px 0;
    font-family: Arial, Helvetica, sans-serif !important;
    color: #4e4e4e;
    font-weight: bolder;
    font-size: 11px;
}

#form #ContentPlaceHolder1_pnlBillAccount label {
    width: 170px !important;
}
#form #ContentPlaceHolder1_pnlAccount #accountLabel, #form #ContentPlaceHolder1_pnlAccount #addressLabel {
    float: left;
    display: block;
    margin: 0 0 10px;
    font-family: Arial, Helvetica, sans-serif !important;
    color: #4e4e4e;
    font-size: 11px;
}

#form #ContentPlaceHolder1_pnlAccount input[type="text"] {
    width: 170px !important;
    max-width: 100%;
    margin: 3px 0;
}

#form input[type="text"], #form input[type="email"], #form input[type="password"] {
    width: 170px !important;
    max-width: 100%;
}

.column #form input[type="text"], .column #form input[type="email"],
.column #form input[type="password"] {
    width: 100% !important;
}

.column #form.paymentForm input[type="text"], .column #form.paymentForm input[type="email"],
.column #form.paymentForm input[type="password"] {
    width: 170px !important;
    max-width: 100%;
}

.column select {
    clear: both;
}


.column #form.paymentForm label {
    width: 100px;
    float: left;
    display: block;
    margin: 5px 0;
    font-family: Arial, Helvetica, sans-serif !important;
    color: #4e4e4e;
    font-weight: bolder;
}

.column #form.paymentForm #lblWide {
    width: 200px;
    float: left;
    display: block;
    margin: 5px 0 5px;
    font-family: Arial, Helvetica, sans-serif !important;
    color: #4e4e4e;
    font-weight: bolder;
    font-size: 11px;
}

.column #form.paymentForm #lblWideText {
    width: 320px;
    float: left;
    display: block;
    margin: 5px 0 5px;
    font-family: Arial, Helvetica, sans-serif !important;
    color: #4e4e4e;
    font-weight: normal;
    font-size: 11px;
    line-height: 1.3em;
}

    .column #form.paymentForm #lblWideText a {
        margin: 0;
    }

.column #form.paymentForm .txtArea {
    margin: 5px 0;
    width: 275px;
}

.shippingTable {
    margin-bottom: 20px;
    font-family: Arial, Helvetica, sans-serif !important;
    color: #4e4e4e;
    font-size: 11px !important;
    line-height: 1.3em;
}

    .shippingTable td {
        padding: 5px 5px 0px 0px !important;
    }

#ContentPlaceHolder1_rblBillShipAddrs input[type=radio] + label {
    margin-top: 1px !important;
}

.column #form {
    padding-left: 0 !important;
}

#form select {
    margin: 5px 0px;
}




#form input[type="image"] {
    float: right;
}

#form .checkbox {
    display: block;
    clear: both;
    margin-bottom: 15px;
}

    #form .checkbox input {
        float: left;
        clear: both;
    }


    #form .checkbox label {
        width: 275px !important;
        float: left;
        display: block;
        font-family: Arial, Helvetica, sans-serif !important;
        font-size: 11px;
        margin-top: 1px !important;
    }

    #form .checkbox input {
        float: left;
        margin: 0px 10px 0px 0px !important;
        clear: both;
    }

    #form .checkbox table td {
        padding: 1px 0px 0px 0px !important;
    }

#form .continue {
    float: right;
}



/*****************END SECONDARY STYLES*******************/

/*****************PRODUCT PAGE STYLES*******************/

#mainRight #content #productCategories {
    padding-left: 50px;
    padding-bottom: 30px;
}

    #mainRight #content #productCategories img {
        margin-bottom: 10px;
        -webkit-box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, .30);
        box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, .30);
    }

    #mainRight #content #productCategories a {
        display: block;
        float: left;
        width: 147px;
        margin: 10px;
        text-align: center;
        text-decoration: none;
        font-size: 1.4em;
        color: #4e4e4e;
        font-weight: 700;
        font: 13px/13px Geneva, Arial, Helvetica, sans-serif;
    }

        #mainRight #content #productCategories a:hover, #mainRight #content #productCategories a:focus {
            color: #C13D3D;
            text-decoration: underline;
        }

/*****************END PRODUCT PAGE STYLES*******************/

/***************CATEGORY INFO PAGE STYLES*******************/

#mainRight #content #categoryInfo {
    border-left: 52px solid #efbea5;
    border-top: -50px !important;
    position: relative;
    margin-top: -89px;
    margin-left: 28px;
    padding: 45px 25px 172px 43px;
}

    #mainRight #content #categoryInfo h1 {
        border-right: 1px solid #C13D3D;
        margin-bottom: 0;
        text-transform: uppercase;
        font-style: italic;
        font-weight: 500;
        font-size: 1.6em;
        font-family: Arial, Helvetica, sans-serif !important;
        letter-spacing: .05em;
        float: left;
        padding-right: 12px;
        padding-bottom: 12px;
        margin-left: -18px;
        margin-top: 4px;
    }

    #mainRight #content #categoryInfo.textPage h1 {
        border-right: none;
        margin-bottom: 0;
        text-transform: capitalize;
        font-style: normal;
        font-weight: bold;
        font-size: 21px;
        font-family: Arial, Helvetica, sans-serif !important;
        letter-spacing: normal;
        float: none;
        padding-right: 0;
        padding-bottom: 0;
        margin-left: 0 !important;
        color: #660066 !important;
        font: bold 21px Geneva, Arial, Helvetica, sans-serif !important;
        padding-top: 60px !important;
        padding-left: 0px !important;
    }

    #mainRight #content #categoryInfo.textPage ul {
        padding-left: 40px;
        margin-bottom: 20px;
    }

        #mainRight #content #categoryInfo.textPage ul li {
            line-height: 1.65em;
            color: #4E4E4E;
            padding-right: 30px;
            font-family: Geneva, Arial, Helvetica, sans-serif !important;
            list-style: disc;
            list-style-position: outside;
        }

            #mainRight #content #categoryInfo.textPage p a, #mainRight #content #categoryInfo.textPage ul li a {
                color: #C13D3D;
            }

    #mainRight #content #categoryInfo p {
        line-height: 1.65em;
        margin-bottom: 20px;
        color: #4E4E4E;
        padding-right: 30px;
    }

    #mainRight #content #categoryInfo a {
        color: #4E4E4E;
        text-decoration: none;
    }

    #mainRight #content #categoryInfo article {
        float: left;
        width: 50%;
    }

        #mainRight #content #categoryInfo article a {
            color: #C13D3D;
        }

            #mainRight #content #categoryInfo article a:hover {
                text-decoration: underline;
            }



        #mainRight #content #categoryInfo article div.columnLeft > a {
            float: left;
            display: block;
            width: 85px;
            padding-right: 20px;
            text-align: right;
            margin-right: 25px;
            /*padding-top:16px;*/
            margin-left: 2px;
            font-size: .9em;
            text-decoration: underline;
        }

        #mainRight #content #categoryInfo article .moreinfo {
            color: #5B1972;
            text-decoration: underline;
        }


        #mainRight #content #categoryInfo article div.columnLeft a img {
            margin-bottom: 2px;
        }

        #mainRight #content #categoryInfo article div.columnLeft > a:hover {
            text-decoration: none;
        }

        #mainRight #content #categoryInfo article div.column {
            float: left;
            width: 50%;
        }

        #mainRight #content #categoryInfo article div.columnRight {
            float: left;
            border-left: 1px solid #C13D3D;
            padding-left: 8px;
            color: #4E4E4E;
            min-height: 80px;
        }

        #mainRight #content #categoryInfo article div h2 {
            padding-top: 4px;
            font-weight: bolder;
            font-size: 1.1em;
            font-family: Arial, Helvetica, sans-serif !important;
            line-height: 1.5em;
        }

        #mainRight #content #categoryInfo article div img {
            margin-top: -4px;
        }

        #mainRight #content #categoryInfo article div a {
            display: block;
            text-decoration: none;
            margin-top: 5px;
            font-size: 1.1em;
            font-family: Arial, Helvetica, sans-serif !important;
        }

            #mainRight #content #categoryInfo article div a.sub {
                margin-left: 5px;
            }

#mainRight #content .submit {
    float: right;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #c8c8c8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#c8c8c8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#c8c8c8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#c8c8c8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#c8c8c8 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#c8c8c8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c8c8c8',GradientType=0 ); /* IE6-9 */
    display: block;
    text-decoration: none;
    font-weight: 900;
    color: #656666 !important;
    /*width:105px;*/
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    height: 15px;
    padding-top: 2px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(195, 173, 201, 1);
    box-shadow: 0px 0px 10px 2px rgba(195, 173, 201, 1);
    margin-top: -5px;
    margin-right: 40px;
}

/*************END CATEGORY INFO PAGE STYLES*****************/



/*****************PRODUCT LISTING STYLES********************/

#productListings {
    padding-bottom: 50px;
    margin-left: 45px;
}

    #productListings .pagination {
        margin-bottom: 10px;
        font-size: 1.1em;
        padding-right: 36px;
        color: #4E4E4E;
        background: none;
        border: none;
    }

        #productListings .pagination a, #productListings .pagination span {
            font-family: Arial, Helvetica, sans-serif !important;
        }

        #productListings .pagination a {
            color: #C13D3D;
            text-decoration: none;
            /*padding-left:2px;
	padding-right:100px;*/
            /*border-right:1px solid #666;*/
            background: none;
        }

            #productListings .pagination a span {
                padding-right: 8px;
            }

            #productListings .pagination a:hover {
                background: none;
            }

            #productListings .pagination a:last-child {
                border: none;
            }

        #productListings .pagination .rdpCurrentPage {
            color: #333;
            font-weight: bolder;
        }

        #productListings .pagination span {
            padding-left: 2px;
            padding-right: 4px;
            border-right: 1px solid #666;
            background: none;
            line-height: 12px;
            margin-top: 7px;
        }

            #productListings .pagination span.displaying {
                margin-left: -10px;
                font-family: Arial, Helvetica, sans-serif !important;
                padding: 0px 10px 0px 0px;
                border: none;
            }

        #productListings .pagination .rdpNumPart {
            margin-left: -15px;
            margin-right: -15px;
        }

    #productListings article {
        float: left;
        margin-right: 18px;
        margin-bottom: 15px;
        width: 147px;
    }

        #productListings article img {
            /*-webkit-box-shadow:  1px 1px 5px 1px rgba(0, 0, 0, .5);
    box-shadow:  1px 1px 5px 1px rgba(0, 0, 0, .5);*/
            margin-bottom: 0px;
        }

        #productListings article p {
            padding: 0px 6px;
            margin-left: 5px;
            margin-top: -2px;
            border-left: 1px solid #C13D3D;
            color: #4E4E4E;
            line-height: 18px;
        }

            #productListings article p img {
                vertical-align: middle;
            }

            #productListings article p span {
                float: right;
                position: absolute;
                margin-left: 60px;
                font-weight: bolder;
                font-family: Arial, Helvetica, sans-serif !important;
            }

            #productListings article p a {
                text-decoration: none;
                color: #C13D3D;
                font-family: Arial, Helvetica, sans-serif !important;
            }

                #productListings article p a:hover {
                    text-decoration: underline;
                }

        #productListings article .imgProductListing {
            width: 155px;
        }


        #productListings article span {
            float: left;
            position: relative;
            background: none;
        }

            #productListings article span a.gallery {
                width: 106px;
                height: 33px;
                position: absolute;
                left: 42px;
                top: 90px;
                display: block;
                visibility: hidden;
            }

            #productListings article span:hover a.gallery {
                background: url(images/quicklook.png) left top no-repeat;
                visibility: visible;
            }



            #productListings article span div.gallery {
                width: 79px;
                height: 33px;
                position: absolute;
                left: 59%;
                top: 115px;
                display: block;
                visibility: hidden;
                margin-left: -53px;
            }

            #productListings article span:hover div.gallery {
                background: url('/_images/quicklook_sml.png') left top no-repeat;
                visibility: visible;
                opacity: 0.80;
            }


/***************END PRODUCT LISTING STYLES******************/

/****************INDIVIDUAL PRODUCT STYLES******************/

#theProduct {
    margin-left: 42px;
    margin-top: -9px;
    padding-right: 25px;
    padding-bottom: 50px;
}

    #theProduct img {
        float: left;
        margin-right: 30px;
        margin-bottom: 10px;
    }

    #theProduct h2 {
        font-family: Arial, Helvetica, sans-serif !important;
        color: #5B1972;
        font-weight: bold;
        font-size: 1.3em;
        margin-bottom: 15px;
    }

    #theProduct p {
        font-size: 1.1em;
        color: #4E4E4E;
        line-height: 18px;
    }

    #theProduct h3 {
        color: #222;
        font-weight: 300;
        font-size: 1.3em;
        margin-bottom: 15px;
        margin-top: 33px;
        margin-bottom: 31px;
    }

    #theProduct article {
        margin-bottom: 15px;
    }

        #theProduct article a {
            float: left;
            width: 85px;
            text-align: center;
            text-decoration: none;
            color: #C13D3D;
            margin-right: 15px;
            font-size: 1.1em;
            font-family: Arial, Helvetica, sans-serif !important;
        }

            #theProduct article a:hover {
                text-decoration: underline;
            }

            #theProduct article a img {
                float: none;
                margin-bottom: 2px;
            }

        #theProduct article div {
            padding-left: 5px;
            border-left: 1px solid #C13D3D;
            float: left;
            max-height: 90px;
        }

            #theProduct article div.clear {
                padding: 0;
                border: 0;
                float: none;
                height: auto;
            }

            #theProduct article div p strong {
                font-family: Arial, Helvetica, sans-serif !important;
            }

            #theProduct article div input {
                width: 40px;
                margin-right: 5px;
            }

.addToCart {
    float: right;
    display: block;
    text-decoration: none;
    font-weight: 900;
    color: #656666;
    width: 125px;
    text-align: center;
    height: 15px;
    padding-top: 2px;
}

.crossout {
    background: url('/_images/crossout.png') center center no-repeat;
    background-size: 40px 10px;
}

.saleprice {
    padding-left: 32px;
    margin-top: -5px;
}
#ContentPlaceHolder1_pnlSalePrice {

    margin-top: -8px !important;
}

.prQuantity{
    float: left;
	padding-right: 20px;
}

.prPrice
{
    display: inline-block; 

}
.prSubmit
{
    float: right;

}

#ContentPlaceHolder1_pnlDiscontinued
{
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: bolder;
    font-size: 11px !important;
}

/**************END INDIVIDUAL PRODUCT STYLES****************/

/****************INDIVIDUAL PRODUCT STYLES******************/

#theProductDetail {
    margin-left: 42px;
    margin-top: -9px;
    padding-right: 25px;
    padding-bottom: 50px;
}

    #theProductDetail img {
        float: left;
        margin-right: 30px;
        margin-bottom: 30px;
    }

    #theProductDetail h2 {
        font-family: Arial, Helvetica, sans-serif !important;
        color: #5B1972;
        font-weight: bold;
        font-size: 1.3em;
        margin-bottom: 20px;
        line-height: 18px;
        position: relative;
        top: 2px;
    }

.RadWindow_Default #theProductDetail h2 {
    font-size: 1.2em !important;
}

/*#theProductDetail h2 img
{
	float:none;
	position:relative;
	top:10px;
	left:-3px;
}*/

#theProductDetail h2 img.newItemBadge {
    display: inline-block;
    float: none;
    margin: 0;
}

#theProductDetail .silverButton {
    float: right;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #c8c8c8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#c8c8c8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#c8c8c8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#c8c8c8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#c8c8c8 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#c8c8c8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c8c8c8',GradientType=0 ); /* IE6-9 */
    display: block;
    text-decoration: none;
    font-weight: 900;
    color: #656666;
    /*width:105px;*/
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    height: 15px;
    padding-top: 2px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(195, 173, 201, 1);
    box-shadow: 0px 0px 10px 2px rgba(195, 173, 201, 1);
    margin-top: -5px;
    margin-right: 40px;
}

#theProductDetail p, #theProductDetail #ContentPlaceHolder1_pnlOrderItem, #theProductDetail #ContentPlaceHolder1_pnlOrderItemNoStock {
    font-size: 1.1em;
    color: #4E4E4E;
    line-height: 18px;
    font-family: Arial, Helvetica, sans-serif !important;
    margin-bottom: 15px;
}

#theProductDetail .itemDetail {
    padding-left: 280px;
}

.RadWindow_Default #theProductDetail p {
    font-size: .9em;
}

.RadWindow_Default .rwWindowContent {
    background: #ffffff !important; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #dbdcdc 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dbdcdc)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#dbdcdc 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#dbdcdc 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#dbdcdc 100%) !important; /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#dbdcdc 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbdcdc',GradientType=0 ) !important; /* IE6-9 */
}


#theProductDetail p strong, #theProductDetail b {
    font-family: Arial, Helvetica, sans-serif !important;
}

#theProductDetail h3.futuraH3 {
    color: #222 !important;
    font-weight: 300 !important;
    font-size: 1.6em !important;
    margin-bottom: 15px !important;
    margin-top: 33px !important;
    margin-bottom: 20px !important;
    font-family: "futura-pt",sans-serif !important;
    font-weight: 300 !important;
}

#theProductDetail article {
    margin-bottom: 15px;
    float: left;
    width: 25%;
    padding-right: 5px;
}

    #theProductDetail article a {
        width: 100%;
        display: block;
    }

    #theProductDetail article a {
        float: left;
        width: 85px;
        text-align: center;
        text-decoration: none;
        color: #C13D3D;
        margin-right: 15px;
        font-size: 1.1em;
        font-family: Arial, Helvetica, sans-serif !important;
    }

        #theProductDetail article a:hover {
            text-decoration: underline;
        }

        #theProductDetail article a img {
            float: none;
            margin-bottom: 2px;
        }

    #theProductDetail article div {
        padding-left: 5px;
        border-left: 1px solid #C13D3D;
        float: left;
        height: 70px;
    }

        #theProductDetail article div.clear {
            padding: 0;
            border: 0;
            float: none;
            height: auto;
        }

        #theProductDetail article div p strong {
            font-family: Arial, Helvetica, sans-serif !important;
        }

        #theProductDetail article div input {
            width: 40px;
            margin-right: 5px;
        }

.discountCode input[type=text], #form .discountCode input[type=text] {
    width: 100px !important;
}

.discountCode input[type=image] {
    margin-top: 0px !important;
}

#ContentPlaceHolder1_pnlCC {
    line-height: 18px !important;
}

/**************END INDIVIDUAL PRODUCT STYLES****************/

/*************************************************************/
/***************************FOOTER****************************/
/*************************************************************/

footer {
    width: 760px;
    height: 50px;
    margin: 6px auto;
    position: relative;
}

    footer nav ul {
        margin-bottom: 10px;
        float: left;
    }

        footer nav ul li {
            float: left;
            padding: 0 4px;
            border-left: 1px solid #4e4e4e;
        }

            footer nav ul li:first-child {
                border-left: none;
                padding-left: 0;
            }

            footer nav ul li a {
                color: #4e4e4e;
                text-decoration: none;
                font-weight: 500 !important;
                font-size: 10px;
            }

                footer nav ul li a:hover, footer nav ul li a:focus, footer nav ul li a:active {
                    color: #C13D3D;
                }

    footer p {
        color: #4e4e4e;
        text-decoration: none;
        font-weight: 500 !important;
        font-size: 1.0em;
    }

    .footerRight {
        height:24px;
        padding-right:4px;
        float:right;
    }
     .footerLast {
        padding-right: 0px;
    }

.footerCards {
    position: absolute;
    right: 0;
    bottom: -10px;
}


/********************************************************/
/************** MOBILE NAV STYLES ***********************/
/********************************************************/

#menuBtn {
    width: 55px;
    height: 55px;
    position: absolute;
    background-size: 60% !important;
    top: 0;
    right: 0;
    z-index: 9999;
    display: none;
}

    #menuBtn.menuClosed {
        background: #590075 url('/_images/icon_menu.png') center center no-repeat;
    }

    #menuBtn.menuOpen {
        background: #590075 url('/_images/icon_close.png') center center no-repeat;
    }

#menuMain {
    position: absolute;
    background: #590075;
    width: 100%;
    height: 0;
    overflow: hidden;
    top: 54px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    z-index: 99999999;
}

    #menuMain #rootNav {
        position: relative;
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        -ms-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
    }

    #menuMain div, #menuMain div ul {
        width: 100%;
        height: auto;
    }

        #menuMain div ul li {
            width: 100%;
            height: 75px;
            border-bottom: 1px solid #CCACD7;
        }

            #menuMain div ul li a {
                display: block;
                width: 100%;
                height: 75px;
                padding: 28px 50px;
                color: #FFF;
                font-size: 2.3em;
                font-weight: 900 !important;
                text-decoration: none;
            }

                #menuMain div ul li a.hasSub {
                    background: url('/_images/icon_arrow_right.png') center right no-repeat;
                }

                #menuMain div ul li a:hover, #menuMain div ul li a:focus, #menuMain div ul li a:active {
                    -webkit-box-shadow: inset 0px 0px 10px 5px rgba(0, 0, 0, .15);
                    box-shadow: inset 0px 0px 10px 5px rgba(0, 0, 0, .15);
                    background-color: #460f57;
                }

            #menuMain div ul li .subNav {
                width: 100%;
                height: auto;
                position: absolute;
                left: 100%;
                top: 0;
            }

                #menuMain div ul li .subNav .menuBack {
                    text-align: center;
                    -webkit-box-shadow: inset 0px -3px 10px 5px rgba(0, 0, 0, .05);
                    box-shadow: inset 0px -3px 10px 5px rgba(0, 0, 0, .05);
                    background: #460f57 url('/_images/icon_arrow_left.png') center left no-repeat;
                }

.subNav .subNav {
    display: none;
}

#ContentPlaceHolder1_btnCheckout, #ContentPlaceHolder1_btnUpdate {
    float: right;
}

.orderNumber {
    padding-right: 15px !important;
}

    .orderNumber span {
        background: #DADCDC;
        width: 100%;
        padding: 2px;
        display: block;
    }

.orderInfo {
    display: inline-block;
    width: 155px;
}

.orderData {
    display: inline-table;
}

.deliveryForm table td {
    border: none !important;
    width: auto !important;
}

    .deliveryForm table td strong {
        font-weight: bolder;
    }

.deliveryForm label {
    width: 85px !important;
}


/********************************************************/
/************* RESPONSIVE STYLES *****************/
/********************************************************/
@media only screen and (max-device-width : 1024px)

{
    .hideForTablet {
        visibility:hidden !important;
    }
}

@media screen and (max-width: 780px) {

    body {
        padding: 0;
    }

    main {
        width: 100%;
    }

    footer {
        width: 100%;
        padding: 0 25px;
        text-align: center;
    }

        footer nav ul {
            text-align: center;
            width: 100%;
        }

            footer nav ul li {
                float: none;
                display: inline-block;
            }

        footer img {
            display: inline-block;
            position: relative;
            margin-top: 10px;
        }

    #homeBtnContainer {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        left: 200px;
    }

    #mainRight #content #categoryInfo {
        border-left: 0;
    }

        #mainRight #content #categoryInfo > img {
            width: 98%;
        }

        #mainRight #content #categoryInfo article {
            float: none;
            width: 100%;
            height: 125px;
            display: block;
            padding-bottom: 25px !important;
        }


}

@media screen and (max-width: 745px) {

     #mainRight {
        float: left;
        width: 430px;
    }

    #productCategories {
        text-align: center;
        padding-right: 20px;
        padding-left: 20px !important;
    }

    #mainRight #content #productCategories img {
        margin-bottom: 5px;
        width: 115px;
        height: 115px;
        -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, .25);
        box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, .25);
    }

    #mainRight #content #productCategories a {
        width: 115px;
        height: 150px;
        margin: 2px;
        float: none;
        display: inline-block;
        vertical-align: top;
    }

    #theProductDetail img {
        display: block;
        float: none;
    }

    #theProductDetail h2 {
        line-height: 18px;
    }

    #theProductDetail .silverButton {
        float: none;
        width: 100px;
        margin-bottom: 15px;
    }

    #mainRight.noNav {
        width: 100%;
        margin-left: 0px;
    }


}

@media screen and (max-width: 730px) {

    #mainRight #content #form .column, #contentMain.reviewPage .column {
        float: none !important;
        width: 100% !important;
    }



    #mainRight #content #form input[type="text"], #mainRight #content #form input[type="email"], #mainRight #content #form input[type="password"], #mainRight #content select {
        float: none;
        display: block;
        width: 100% !important;
        height: 35px;
    }

    #mainRight #content select {
        margin-bottom: 10px;
    }

    .discountCode span {
        float: none !important;
        margin-left: 0 !important;
    }

    .discountCode input[type=text] {
        float: none !important;
        width: 100% !important;
        height: 35px !important;
    }

    .discountCode input[type=image] {
        float: right !important;
        margin-top: 5px !important;
    }

    
           #mainRight #content .subtotal span {
        margin-right: 60px;
    }
}

@media screen and (max-width: 715px) {

    #homeBtnContainer {
        top: 110px;
        width: 205px;
    }

        #homeBtnContainer a {
            width: 95px;
            height: 95px;
        }

        #homeBtnContainer .clear {
            display: none;
        }

        #homeBtnContainer #homePipets {
            float: left;
        }

    #homeContent {
        float: left;
        margin-top: 175px;
        margin-left: 228px;
        margin-right: 0;
    }

    #homeButtonNames {
        position: absolute;
        top: 10px;
        left: 180px;
    }

    #quickSearchHome {
        position: absolute;
        top: 0;
        right: 0;
        width: 175px;
        margin-right: 0;
    }

        #quickSearchHome .viewCart {
            margin-left: 65px;
        }

    #contentMain.columnLayout .column {
        float: none !important;
        width: 100% !important;
    }

}


@media screen and (max-width: 630px) {

    #menuBtn {
        display: block;
    }

    .hideForMobile {
        display: none !important;
    }


    main {
        background: none;
        min-height: 0;
        padding-bottom: 100px;
    }

        main:after {
            display: none;
        }

    body, html {
        background: #dbdcdc url('/_images/bg.png') top center repeat-x;
        height: auto;
    }

    header {
        height: 125px !important;
        text-align: center;
        width: 100%;
        position: relative !important;
        padding-left: 15px;
        padding-right: 15px;
    }

        header:after {
            content: '';
            width: 90%;
            height: 1px;
            background: #C13D3D;
            display: block;
            position: absolute;
            bottom: 0;
            left: 50%;
            margin-left: -45%;
        }

        header #logo {
            background: url('/_images/mobile-logo.png');
            width: 243px;
            height: 103px;
            float: none;
            position: relative;
            margin: 10px auto !important;
        }

    #homeContent {
        padding: 0 25px;
        margin: 10px 0;
        width: 100%;
        height: auto;
        position: relative;
        top: 15px;
        float: none !important;
        padding-bottom: 20px;
    }

        #homeContent p {
            border-left: none;
            font-size: 1.5em;
            height: auto;
        }

#homeBtnContainer
	{
		left: 0px !important;
		top: 0px !important;
		display: inline-block;
		position: relative;
		width: 400px;
		left: 40px !important;
		top: 15px !important;
	}

    #homeBtnContainer a {
        float: left;
        width: 120px;
        height: 120px;
}
    .quickSearch, #quickSearchHome {
        position: absolute;
        bottom: 0;
        top: auto;
        width: 100% !important;
        padding-right: 15px !important;
        padding-left: 15px;
        float: left;
    }



        #quickSearchHome:before {
            content: '';
            width: 100%;
            height: 1px;
            background: #C13D3D;
            display: block;
            margin: auto;
            margin-bottom: 15px;
        }

    #mainRight.noNav .quickSearch input {
        margin-left: -20px !important;
    }

    #quickSearchHome label {
        display: none !important;
    }

    .quickSearch input, #quickSearchHome input {
        width: 77%;
        height: 35px;
        margin: 0 !important;
        float: left;
    }

    #quickSearchHome input {
        margin-left: 7px !important;
    }


    .quickSearch .qsSubmit, #quickSearchHome .qsSubmit {
        background-image: none;
        background: #601373;
        width: 15%;
        height: 35px;
        display: block;
        margin-top: 15px;
        margin-right: 10px;
        float: left;
        text-align: center;
        text-indent: 0;
        color: #FFF;
        text-decoration: none;
        font-weight: 900;
        font-size: 2em;
        text-transform: uppercase;
        padding-top: 7px;
    }

    /*#viewCart {
        display: block;
        position: absolute;
        top: 10px;
        right: 60px;
        padding-left: 30px;
        padding-top: 8px;
        font-weight: 900;
        color: #333;
        text-decoration: none;
        width: 115px;
        height: 25px;
        font-size: 1.6em;
        background-image: url('/_images/cart_mobile.png');
        background-repeat: no-repeat;
        background-position: 0 5px;
        background-size: 20px;
        z-index: 999;
    }
*/


    #mainRight {
        float: left;
        width: 100%;
    }

        #mainRight #content #contentMain p {
            margin: 0px;
        }

        #mainRight.noNav #content {
            width: 100%;
        }

        #mainRight #content #contentMain .loginField label {
            text-align: left;
            margin-bottom: 0;
        }

        #mainRight #content #contentMain table {
            margin-left: 0px;
        }


    #productCategories {
        text-align: center;
        padding-right: 20px;
        padding-left: 20px !important;
    }

    #mainRight #content #productCategories img {
        margin-bottom: 5px;
        width: 115px;
        height: 115px;
        -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, .25);
        box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, .25);
    }

    #mainRight #content #productCategories a {
        width: 115px;
        height: 150px;
        margin: 5px;
        float: none;
        display: inline-block;
        vertical-align: top;
    }

    #mainRight #content #contentMain p {
        padding-left: 20px;
    }

    footer {
        display: none;
    }

    #productListings article {
        width: 100%;
        padding-right: 30px;
    }

        #productListings article .imgProductListing {
            width: 220px !important;
        }

    #theProduct .imgProductDetail, #theProductDetail .imgProductDetail {
        width: 100%;
        margin-bottom: 0px;
    }

    #theProductDetail article {
        width: 50%;
        padding-right: 30px;
    }

    #theProductDetail .itemDetail {
        padding-left: 0px;
    }

    #mainRight.noNav #content #contentMain h1 {
        padding-left: 0px;
    }

    #mainRight.noNav #content #contentMain .messageAlign {
        padding-left: 0px;
        padding-bottom: 20px;
    }

    #mainRight.noNav .quickSearch {
        margin-left: -40px !important;
    }

    #mainRight #content #contentMain ul li {
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 0;
    }

    #mainRight #content .detailPaymentTotal span {
        width: 133px;
    }

       #mainRight #content .subtotal span {
        margin-right: 40px;
    }

#mainRight #content #categoryInfo h1
{
padding-top: 20px;
}
}

@media screen and (max-width: 400px) {


    #mainRight.noNav {
        padding: 0 10px !important;
    }

        #mainRight.noNav .quickSearch {
            padding-left: 0px !important;
        }


	#homeBtnContainer
	{
		left: 0px !important;
		top: 0px !important;
		display: inline-block;
		position: relative;
		width: 100%;
		left: 15px !important;

		top: 15px !important;
	}
}

/************** NOTIFICATION MESSAGES ****************/

.notification {
    height: 51px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    margin-right: 20px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 1px 1px 2px #ddd;
}

    .notification p {
        margin: 7px 10px 0 75px;
        font-size: 13px;
        color: #333;
    }

    .notification a.close {
        position: absolute !important;
        width: 14px;
        height: 14px;
        top: 5px;
        right: 5px;
        background-image: url('/images/close.png');
        background-repeat: no-repeat;
    }

        .notification a.close:hover {
            cursor: pointer;
        }

.msgalert a.close {
    background-position: -14px 0;
}

    .msgalert a.close:hover {
        background-position: -14px -14px;
    }

.msginfo a.close {
    background-position: -42px 0;
}

    .msginfo a.close:hover {
        background-position: -42px -14px;
    }

.msgsuccess a.close {
    background-position: -28px 0;
}

    .msgsuccess a.close:hover {
        background-position: -28px -14px;
    }

.msgerror a.close {
    background-position: 0 0;
}

    .msgerror a.close:hover {
        background-position: 0 -14px;
    }

.msgalert {
    border: 1px solid #eac572;
    background: #ffe9ad url(/images/notifications.png) no-repeat 0 -52px;
    overflow: scroll;
    overflow-x: hidden;
}

.msginfo {
    border: 1px solid #99c4ea;
    background: #d1e4f3 url(/images/notifications.png) no-repeat 0 -156px;
    overflow: scroll;
    overflow-x: hidden;
}

.msgsuccess {
    border: 1px solid #c1d779;
    background: #effeb9 url(/images/notifications.png) no-repeat 0 -104px;
    overflow: scroll;
    overflow-x: hidden;
}

.msgerror {
    border: 1px solid #e18b7c;
    background: #fad5cf url(/images/notifications.png) no-repeat 0 0;
    overflow: scroll;
    overflow-x: hidden;
}

/*new changes add by stw team member*/
.quickSearch #lnkCustomerSignOut {
    display: inline-block;
    position: relative;
    right: auto;
}

span.validation-error.custval[style*="inline"] {
    display: inline-block !Important;
    margin: 0px !Important;
}

#accDetails {
    clear: both;
}

#mainRight .quickSearch #loginText,#homeUserPanel.quickSearch #loginText{
    margin-top: 7px;
    display: inline-block;
}

#homeUserPanel {
    float: right;
    height: 100%;
    width: 185px;
    margin-top: 25px;
}

#browser-detection {
	background: #DADCDC;
	color: #333333;
	position: fixed;
    margin-top: -300px;
	_position: absolute;
	padding: 10px 15px;
	font-size: 13px;
	font-family: "Trebuchet MS", "Segoe UI", Arial, Tahoma, sans-serif;
	border-radius: 5px;
	border: 1px solid #D6D6C1;
	-moz-border-radius: 5px;
	width: 700px;
	z-index:1001;
}
#browser-detection P {
	margin: 0;
	padding: 0;
	background: transparent;
	line-height: 135%;
	width: auto;
	float: none;
	border: none;
	text-align: left;
}
#browser-detection P.bd-title {
    padding-top: 0px;
    font-size: 25px;
    line-height: 100%;
}
#browser-detection P.bd-notice {
    padding-bottom: 5px;
    padding-top: 5px;
}
#browser-detection SPAN.bd-highlight { color: #B50E0E; }
#browser-detection A#browser-detection-close {
	width: 15px;
	height: 15px;
	outline: none;
	position: absolute;
	right: 10px;
	top: 10px;
	text-indent: -500em;
	line-height: 100%;
	background: url(/_images/close.gif) no-repeat center center;
}
#browser-detection A#browser-detection-close:HOVER { background-color: #F5F5DC; }
#browser-detection UL.bd-browsers-list, #browser-detection UL.bd-browsers-list LI,
#browser-detection UL.bd-skip-buttons, #browser-detection UL.bd-skip-buttons LI {
	padding: 0;
	margin: 0;
	float: left;
	list-style: none;
}
#browser-detection UL.bd-browsers-list { 
	clear: both;
	margin-top: 3px;
	padding: 7px 0;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	width: 100%;
}
#browser-detection UL.bd-browsers-list LI { text-align: left; }
#browser-detection UL.bd-browsers-list LI A {
	width: 120px;
	height: 55px;
	display: block;
	color: #666666;
	padding: 10px 10px 0 65px;
	text-decoration: none;
}
#browser-detection UL.bd-browsers-list LI A:HOVER {	text-decoration: underline; }
#browser-detection UL.bd-browsers-list LI.firefox A { background: url(/_images/firefox.gif) no-repeat left top; }
#browser-detection UL.bd-browsers-list LI.chrome A { background: url(/_images/chrome.gif) no-repeat left top; }
#browser-detection UL.bd-browsers-list LI.safari A { background: url(/_images/safari.gif) no-repeat left top; }
#browser-detection UL.bd-browsers-list LI.opera A { background: url(/_images/opera.gif) no-repeat left top; }
#browser-detection UL.bd-browsers-list LI.msie A { background: url(/_images/msie.gif) no-repeat left top; }
#browser-detection UL.bd-skip-buttons {	margin-top: 10px; float:right; }
#browser-detection UL.bd-skip-buttons LI {
	display: inline;
	margin-right: 10px;	
}
#browser-detection UL.bd-skip-buttons LI BUTTON { font-size: 13px; }
#browser-detection DIV.bd-poweredby {
	font-size: 9px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-style: italic;
}
#browser-detection DIV.bd-poweredby, #browser-detection DIV.bd-poweredby A { color: #AAAAAA; }
#browser-detection DIV.bd-poweredby A { text-decoration: underline; }
#browser-detection DIV.bd-poweredby A:HOVER { text-decoration: none; }
#black_overlay {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
} 