﻿body {
    margin: 0 auto;
    padding: 0px;
    background-color: #efefef;
    color: #444444;
    vertical-align: top;
    font-size: 11px;
    font-family: segoe ui, arial, sans-serif;
}



a {
    color: #590356;
}



h1 {
    margin: 0;
    padding: 0;
    padding-top: 15px;
    color: #460046;
    font-size: 18px;
}

h2 {
    z-index: 1;
    float: left;
    margin: 0;
    padding: 0;
    padding-top: 10px;
    color: #333;
    font-size: 18px;
}

h3 {
    float: left;
    margin: 0;
    padding: 0;
    padding-top: 10px;
    color: #333;
    font-size: 14px;
}

th {
    text-align: left;
}


#mainpanel {
    margin-top: 45px;
    width: 990px;
}

#leftpanel {
    float: left;
    margin-bottom: 30px;
    min-height: 550px;
    width: 135px;
    border-right: 1px solid #cccccc;
}

#contentpanel {
    float: right;
    width: 845px;
}

#footer {
    clear: both;
    height: 100px;
    background-color: white;
}

.headcontactpanel {
    margin-left: 20px;
    padding-top: 10px;
    color: White;
    font-size: 10px;
}

    .headcontactpanel a {
        text-decoration: none;
    }

.headerimage {
    height: 78px;
    background-image: url('/masterpages/purpletuesday/Assets/banner.png');
    background-position: center top;
    background-repeat: no-repeat;
}

.maincontainer {
    margin: 0 auto;
    margin-top: 5px;
    padding: 5px;
    width: 990px;
    border: 1px solid #cccccc;
    background-color: white;
}


.ddlstorefront {
    margin-left: 20px;
}

.tabbed {
    position: relative;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 100%;
    height: 35px;
    background-repeat: repeat-x;
}

.active A {
    background-color: #460046;
}

.tabs {
    margin: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
    height: 30px;
    list-style-type: none;
}

    .tabs LI {
        display: inline;
        color: #fff;
        font: bold 100%/29px;
    }

        .tabs LI A {
            display: block;
            float: left;
            padding-right: 30px;
            padding-left: 30px;
            height: 30px;
            color: #fff;
            text-decoration: none;
        }



.navouter {
    z-index: 1000;
    background-color: Purple;
    background-image: url(/masterpages/purpletuesday/Assets/tabs.png);
    font-size: 12px;
}

    .navouter a {
        color: White;
        text-decoration: none;
    }

.navpanels {
    margin: 0;
    margin-bottom: 25px;
    height: 55px;
    background-color: #460046;
}


.panel {
    display: none;
    margin-left: 6px;
    color: White;
}

    .panel a {
        color: White;
        text-decoration: none;
    }

        .panel a:hover {
            text-decoration: underline;
        }

    .panel ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    .panel li {
        display: block;
        float: left;
        padding-top: 12px;
        padding-right: 25px;
        padding-bottom: 10px;
        padding-left: 25px;
        vertical-align: top;
    }

.preferencecontainer {
    padding-top: 10px;
    padding-right: 10px;
    height: 20px;
    color: White;
    text-align: right;
    font-size: 10px;
}

    .preferencecontainer a {
        color: white;
        text-decoration: none;
    }

.websitedropdown {
    margin-bottom: 10px;
    width: 130px;
    font-size: 11px;
}

.headcontactpanel {
    text-align: left;
}

    .headcontactpanel a {
        color: #333333;
    }

.breadcrubmbscontainer {
    padding-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid purple;
    font-size: 11px;
}

    .breadcrubmbscontainer a:hover {
        text-decoration: underline !important;
    }

.leftpanel {
    margin-bottom: 30px;
}

    .leftpanel h3 {
        margin: 0;
        margin-right: 5px;
        border: 1px solid #bbbbbb;
        background-color: #dddddd;
        color: black;
        text-align: center;
        font-size: 23px;
    }

/*style the main menu*/
.MainMenu {
    margin: 0;
    padding: 0;
}

    .MainMenu li {
        float: left;
        width: 137px;
        list-style: none;
    }

        .MainMenu li a:link, .MainMenu li a:visited {
            display: block;
            margin: 0;
            padding: 1em 2em;
            border-right: 1px solid #fff;
            background-color: #606060;
            color: Black;
            color: white;
            text-decoration: none;
            font-weight: bold;
        }

        .MainMenu li a:hover {
            background-color: #bbb;
            color: Black;
        }

        /*style the sub menu*/
        .MainMenu li ul {
            position: absolute;
            z-index: 90000;
            visibility: hidden;
            margin: 0;
            padding: 0;
            width: 137px;
            border-top: 1px solid #fff;
        }

            .MainMenu li ul li {
                display: inline;
                float: none;
            }

                .MainMenu li ul li a:link, .MainMenu li ul li a:visited {
                    width: auto;
                    background-color: #ddd;
                    color: Black;
                }

                .MainMenu li ul li a:hover {
                    background-color: #ccc;
                }

        .MainMenu li ul {
            border-bottom: 1px solid #fff;
        }

.RadGrid_Default {
    border-top: 0 !important;
}

    .RadGrid_Default td.rgPagerCell {
        border: 0 !important;
    }

.RadGrid_Default .rgFilterRow td { 
    border-bottom: 0 !important;
}

.RadGrid_Default .rgFooter td { 
    border-top: 0 !important;
}

.RadGrid_Default .rgPagerButton {
    vertical-align:auto !important;
    text-decoration:none !important;
    }



.backbutton.button {
    padding-top: 15px;
    padding-bottom: 15px;
}

.introtext {
    margin: 0;
    padding: 0;
    padding-right: 50px;
    padding-bottom: 10px;
}


 
    

.button {
    height: 18px;
    border: solid 1px #999999;
    background-color: #dddddd;
    font-size: 11px;
    font-size: 90%;
    font-family: Segoe UI Semibold, Segoe UI, Arial, Sans-Serif;
}

    .button:hover {
        border: solid 1px black;
        background-color: purple;
        color: White;
        cursor: pointer;
    }




.riTextBox {
    
    border: solid 1px #ddd !important;
}

 .riHover {
    border: solid 1px #aaa !important;
}

select {
    height: 19px;
    font-size: 11px;
}


.captchatextbox {
    width: 177px;
    border: solid 1px #bbbbbb;
}


.modalBackground {
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=30);
}

.modalHeadText {
    display: block;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    text-transform: uppercase;
    font-weight: bold;
}

.modalInnerText {
    display: block;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    vertical-align: top;
    text-align: center;
}

.outerPopup input {
    background-color: #dddddd;
}

.modalInnerText ul {
    margin: 0;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 0;
    padding-left: 15px;
    text-align: left;
}

.modalInnerText li {
    text-align: left;
}

.modalpopupalert {
    z-index: 10000;
    margin: 0 auto;
    margin-top: 20px;
    padding: 15px;
    padding-right: 40px;
    padding-left: 40px;
    border: solid 1px red;
    background-color: White;
    text-align: center;
}

.modalpopupstandard {
    z-index: 10000;
    margin: 0 auto;
    margin-top: 20px;
    padding: 15px;
    padding-right: 40px;
    padding-left: 40px;
    border: solid 1px black;
    background-color: White;
    text-align: center;
}

.modalpopupheader {
    font-weight: bold;
    font-size: 140%;
}

.pleaswaitcontainer {
    z-index: 100;
    margin: 0 auto;
    margin-top: -40px;
    padding-top: 20px;
    width: 150px;
    height: 50px;
    border: solid 1px black;
    background-color: White;
    text-align: center;
}


.formcontainer {
    margin-top: 10px;
    padding: 10px;
    border: solid 1px #cccccc;
    background-color: #dedede;
}

.form .question {
    width: 120px;
    font-weight: bold;
}

.selectlist {
    margin-bottom: 10px;
    width: 100%;
    border: solid 1px #dddddd;
}

    .selectlist a {
        color: #444444;
        font-weight: bold;
    }

    .selectlist th {
        padding: 3px;
        background-color: #dddddd;
        text-align: left;
    }

    .selectlist tr:hover {
        background-color: #dddddd !important;
    }

    .selectlist td {
        padding: 3px;
    }

.scroller td {
    font-weight: normal !important;
}

.scroller input {
    display: block;
    float: left;
    margin-top: -2px;
    margin-left: 1px;
}

.filterboxhead {
    margin-bottom: 10px;
    padding-top: 4px;
    padding-left: 3px;
    width: 835px;
    height: 20px;
    border-bottom: solid 1px black;
    background-color: #dddddd;
    font-weight: bold;
}

.filterbox {
    margin-bottom: 15px;
    width: 100%;
    background-color: #eeeeee;
}

.filterboxfirsrow {
    padding-top: 10px !important;
}

.filterbox td {
    padding-left: 5px;
    font-weight: bold;
}

.filterbox .button {
    margin-top: 5px;
    margin-bottom: 10px;
}

.detailboxhead {
    padding-top: 4px;
    width: 100%;
    height: 19px;
    border-top: solid 5px white;
    border-bottom: solid 1px black;
    background-image: url('/masterpages/purpletuesday/assets/images/greygrad.jpg');
    background-repeat: repeat-x;
}

    .detailboxhead h4 {
        margin: 0;
        padding: 0;
        padding-left: 5px;
        color: Black;
        font-weight: bold;
        font-size: 12px;
    }

 

.detailbox th {
    text-align: left;
}

.detailboxsubhead {
    margin: 0;
    margin-bottom: 5px;
}

.detailbox {
    width: 100%;
    background-color: #eeeeee;
}

.detailquestion {
    padding-left: 5px;
    font-weight: bold;
    height:27px;
}

.detailboxfirsrow {
    padding-top: 10px;
} 

.pager {
    margin-bottom: 10px;
}

.tabtable {
    margin-top: 15px;
    width: 845px;
}

.popuphelplinkcontainer {
    position: absolute;
    z-index: 1;
    margin: 0;
    margin-top: 58px;
    margin-left: 787px;
    padding: 0;
    padding-top: 1px;
    padding-bottom: 5px;
    padding-left: 20px;
    background-image: url('/masterpages/purpletuesday/assets/images/helpicon.png');
    background-position: 0px 0px;
    background-repeat: no-repeat;
    font-weight: bold;
}

.rightnavpanel {
    position: absolute;
    z-index: 1;
    margin: 0;
    margin-top: 8px;
    margin-bottom: 15px;
    margin-left: 510px;
    padding: 0;
    padding: 20px;
    padding-top: 15px;
    width: 130px;
    border: 1px solid #cccccc;
    background-color: #eae8e8;
    text-align: right;
    font-weight: bold;
}

.rightnavpanel, .product input {
    margin-bottom: 5px;
    text-align: left;
}

.rightnavpanel, .category input {
    margin-bottom: 5px;
    text-align: left;
}

    .rightnavpanel h4 {
        margin: 0;
        padding: 0;
        padding-bottom: 5px;
    }

.popuphelplinkcontainer a {
    color: black;
    text-decoration: none;
}

    .popuphelplinkcontainer a:hover {
        text-decoration: underline;
    }

.PackingSlipContainer {
    margin: 10px;
    padding: 15px;
    width: 500px;
    border-top: gray 4px solid;
    border-right: gray 4px solid;
    border-bottom: gray 4px solid;
    border-left: gray 4px solid;
    color: Black;
}

.imageList {
    margin: 0;
    padding: 0;
}

    .imageList li {
        display: inline;
        float: left;
        margin: 0;
        padding: 0;
    }

.footpanel {
    padding: 10px;
    border: 1px solid #dddddd;
    background-color: #eeeeee;
}

.ChildTab {
    background-color: #cccccc !important;
}

.SelectedTab {
    border-bottom: solid 1px #eeeeee !important;
    background-color: #eeeeee !important;
}

.HoveredTab {
    border: solid 1px black !important;
    background-color: #460046 !important;
    color: White !important;
}

.watermarkcss {
    border: solid 1px #bbbbbb;
    color: #aaaaaa;
}

.redtext {
    color: #600;
    font-weight: bold;
}

.greentext {
    color: #060;
}


.addressusercontrol td {
    padding-bottom: 5px;
}

#indicator {
    padding-left: 10px;
}


.forgotpasswordtextbox {
    margin-right:10px;
    border:1px solid #ddd;
    height:21px;
}