body {
    margin-top: 0;
    text-align: center;
    color: #0e2145;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

a:link, a:visited {
    text-decoration: underline;
    color: #666;
}

a:hover {
    text-decoration: underline;
    color: #666;
}

#mainWrapper {
    width: 1000px;
    margin: 0 auto;
    clear: both;
}

#headerBanner {
    width: 956px;
    height: 144px;
    background: url(../images/TopBoxOnly.jpg) no-repeat top left;
    margin: 0px 19px 0px 19px;
}

.buttonClass {
    padding: 2px 20px;
    text-decoration: none;
    background-color: white;
    backGround: #593421;
    color: white;
    text-align: center;
    font-size: 14px;
    border-color: #593421;
}

    .buttonClass:hover {
        border: solid 1px Black;
        background-color: #ffffff;
    }

.smallbutton {
    backGround: #593421;
    color: white;
    text-align: center;
    font-size: 9px;
    border-color: #593421;
}

.normalbutton {
    backGround: #593421;
    color: white;
    text-align: center;
    font-size: 14px;
    border-color: #593421;
}

.fileupload {
    background-color: #BA6C43;
}

#footer {
    width: 100%;
    background: url(../images/footerBg.png) no-repeat top left;
    background-position: center;
    left: 0;
    float: left;
    text-align: left;
    font-size: 11px;
    color: #666;
    padding: 5px 0px 5px 0px;
    margin: 15px 0px 0px 0px;
    bottom: 0;
    /*position:absolute;*/
    position: fixed;
}

    #footer a {
        color: #666;
        text-decoration: none;
    }

        #footer a:hover {
            color: #000;
            text-decoration: none;
        }

        #footer a img {
            border: none 0px;
        }

    #footer .left {
        text-align: center;
        margin: 0px;
    }

    #footer .right {
        float: right;
        margin: 0px 20px 0px 0px;
    }

/************************PageHeaderTable******************************************/
#PageHeaderTable {
    width: 956px;
    height: 30px;
    margin: 0px 19px 0px 19px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
}

    #PageHeaderTable .table {
        width: 956px;
        height: 30px;
        border-collapse: collapse;
    }

    #PageHeaderTable .RightCurve {
        backGround: #593421;
        color: white;
        width: 10px;
        border-top-left-radius: 5px 10px;
    }

    #PageHeaderTable .Normal {
        backGround: #593421;
        color: white;
        text-align: left;
    }

    #PageHeaderTable .LeftCurve {
        backGround: #593421;
        color: white;
        border-top-Right-radius: 5px 10px;
    }

/************************End PageHeaderTable**************************************/


/************************SearchCriteriaContentTable******************************************/
#SearchCriteriaContentTable {
    width: 956px;
    height: 170px;
    margin: 0px 19px 0px 19px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

    #SearchCriteriaContentTable .sccttable {
        border-spacing: 4px;
    }

    #SearchCriteriaContentTable .sccttr {
        height: 14px;
    }

    #SearchCriteriaContentTable .scctLeftColumn {
        backGround: white;
        width: 10px;
    }

    #SearchCriteriaContentTable .scctLabels {
        backGround: white;
        color: #593421;
        text-align: right;
    }

    #SearchCriteriaContentTable .scctInput {
        backGround: white;
        color: #593421;
        text-align: left;
    }


/************************End SearchCriteriaContentTable*******************/



/************************Header Table******************************************/

#HeaderTable .httable {
    border-spacing: 4px;
    width: 956px;
    height: 40px;
    margin: 0px 19px 0px 19px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    border-collapse: collapse;
}

#HeaderTable .httr {
    height: 40px;
}

#HeaderTable .htLeftColumn {
    backGround: white;
    width: 30px;
}

#HeaderTable .htLeftColumnColor {
    backGround: #BA6C43;
    width: 10px;
}

#HeaderTable .htLabels {
    backGround: #BA6C43;
    color: white;
    text-align: left;
}

/************************End Header Table*******************/

.csrLeftColumn {
    backGround: white;
    width: 20px;
}

.csrTableHeader {
    background: #593421;
    color: white;
    height: 50px;
    width: 200px;
    font-size: 48px;
    text-align: center;
}

.csrTableSubHeader {
    background: #BA6C43;
    color: white;
    height: 20px;
    width: 200px;
    font-size: 24px;
    text-align: center;
}

.csrTableContent {
    background: white;
    color: #593421;
    height: 100px;
    width: 200px;
    font-size: 72px;
    text-align: center;
}


/************************************************************************/

#mainNav {
    background: url(../images/mainNavBg.png) no-repeat top left;
    width: 994px;
    text-align: left;
    height: 65px;
}

.navItems {
    padding-top: 11px;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.sf-menu {
    line-height: 1.0;
}

    .sf-menu ul {
        position: absolute;
        top: -999em;
        width: 17em; /* left offset of submenus need to match (see below) */
    }

        .sf-menu ul li {
            width: 100%;
        }

    .sf-menu li:hover {
        visibility: inherit; /* fixes IE7 'sticky bug' */
    }

    .sf-menu li {
        float: left;
        position: relative;
    }

    .sf-menu a {
        display: block;
        position: relative;
    }

    .sf-menu li:hover ul,
    .sf-menu li.sfHover ul {
        left: 0;
        top: 38px; /* match top ul list item height */
        z-index: 99;
    }

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
    top: -999em;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left: 17em; /* match ul width */
    top: 0;
}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
    top: -999em;
}

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
    left: 15em; /* match ul width */
    top: 0;
}

/*** DEMO SKIN ***/
.sf-menu {
    float: left;
    /*margin-bottom:	1em;*/
}

    .sf-menu a {
        padding: .75em 1.5em;
        text-decoration: none;
    }

        .sf-menu a, .sf-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/
            color: #512b1b;
            font-size: 12px;
        }

    .sf-menu li {
        color: #512b1b;
        font-size: 12px;
    }

        .sf-menu li li {
            background-color: #f0eade;
            border-bottom: 1px solid #b79b61;
        }

            .sf-menu li li li {
                background-color: #f0eade;
                border-bottom: 1px solid #b79b61;
            }

                .sf-menu li li:hover, .sf-menu li li li:hover {
                    background: #f7f5ee;
                    outline: 0;
                }

    /*** arrows **/
    .sf-menu a.sf-with-ul {
        padding-right: 2.25em;
        min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
    }

.sf-sub-indicator {
    position: absolute;
    display: block;
    right: .75em;
    top: 1.04em; /* IE6 only */
    width: 10px;
    height: 10px;
    text-indent: -999em;
    overflow: hidden;
    background: url('../images/mainNavArrows.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}

a > .sf-sub-indicator { /* give all except IE6 the correct values */
    top: .8em;
    background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
    background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
    background-position: -10px 0;
}

.sf-menu ul a > .sf-sub-indicator {
    background-position: 0 0;
}
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
    background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
    background: url('../images/menuShadow.png') no-repeat bottom right;
    padding: 0 8px 9px 0;
    -moz-border-radius-bottomleft: 17px;
    -moz-border-radius-topright: 17px;
    -webkit-border-top-right-radius: 17px;
    -webkit-border-bottom-left-radius: 17px;
}

    .sf-shadow ul.sf-shadow-off {
        background: transparent;
    }
/*
	Grid View Styles
*/
.Grid-View {
    border-color: White;
    border-style: solid;
}

    .Grid-View td, th {
        padding: 5px;
    }

    .Grid-View tr, td {
        padding: 5px;
    }

        .Grid-View tr.header {
            color: White;
            background-color: #593421;
            text-align: center;
            font-weight: bold;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            height: 25px;
            position: relative;
        }

            .Grid-View tr.header a {
                color: White;
                background-color: #593421;
                text-align: center;
                font-weight: bold;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 12px;
                height: 25px;
                position: relative;
                padding-left: 5px;
                padding-right: 5px;
            }

                .Grid-View tr.header a:active {
                    color: White;
                    background-color: #593421;
                    text-align: center;
                    font-weight: bold;
                    font-family: Arial, Helvetica, sans-serif;
                    font-size: 12px;
                    height: 25px;
                    position: relative;
                }

        .Grid-View tr.normal {
            color: #BA6C43;
            background-color: White;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            vertical-align: middle;
            text-align: center;
            height: 0px;
        }

            .Grid-View tr.normal a {
                color: #BA6C43;
                background-color: White;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 12px;
                vertical-align: middle;
                text-align: center;
                height: 0px;
            }

        .Grid-View tr.alternative {
            color: White;
            background-color: #BA6C43;
            vertical-align: middle;
            text-align: center;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            height: 0px;
        }

            .Grid-View tr.alternative a {
                color: White;
                background-color: #BA6C43;
                vertical-align: middle;
                text-align: center;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 12px;
                height: 0px;
            }

    .Grid-View .ScrollContent {
        display: block;
        overflow: auto;
        width: 100%;
        height: 250px;
    }

    .Grid-View .FixedHeader {
        display: block
    }

#divGrid {
    overflow: scroll;
    height: 300px;
    margin-left: 75px;
}

.Grid-View-Compact {
    border-color: White;
    border-style: solid;
    width: 925px;
}

    .Grid-View-Compact th {
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
    }

    .Grid-View-Compact td {
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .Grid-View-Compact tr.header {
        color: White;
        background-color: #593421;
        text-align: center;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        height: 25px;
        position: relative;
    }

        .Grid-View-Compact tr.header a {
            color: White;
            background-color: #593421;
            text-align: center;
            font-weight: bold;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            height: 25px;
            position: relative;
            padding-left: 5px;
            padding-right: 5px;
        }

            .Grid-View-Compact tr.header a:active {
                color: White;
                background-color: #593421;
                text-align: center;
                font-weight: bold;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 12px;
                height: 25px;
                position: relative;
            }

    .Grid-View-Compact tr.normal {
        color: #BA6C43;
        background-color: White;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        vertical-align: middle;
        text-align: center;
        height: 0px;
    }

        .Grid-View-Compact tr.normal a {
            color: #BA6C43;
            background-color: White;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            vertical-align: middle;
            text-align: center;
            height: 0px;
        }

    .Grid-View-Compact tr.alternative {
        color: White;
        background-color: #BA6C43;
        vertical-align: middle;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        height: 0px;
    }

        .Grid-View-Compact tr.alternative a {
            color: White;
            background-color: #BA6C43;
            vertical-align: middle;
            text-align: center;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            height: 0px;
        }

    .Grid-View-Compact .ScrollContent {
        display: block;
        overflow: auto;
        width: 100%;
        height: 250px;
    }

    .Grid-View-Compact .FixedHeader {
        display: block
    }

/*
	Grid View Inner Styles
*/
.Grid-View-Inner {
    border-color: White;
    border-style: solid;
}

    .Grid-View-Inner tr.header {
        color: White;
        background-color: #593421;
        text-align: center;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        height: 25px;
        position: relative;
    }

    .Grid-View-Inner tr.header a {
        color: White;
        background-color: #593421;
        text-align: center;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        height: 25px;
        position: relative;
        padding-left: 5px;
        padding-right: 5px;
    }

    .Grid-View-Inner tr.header a:active {
        color: White;
        background-color: #593421;
        text-align: center;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        height: 25px;
        position: relative;
        text-wrap: nowrap;
    }

    .Grid-View-Inner tr.normal {
        color: #BA6C43;
        background-color: White;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        vertical-align: middle;
        text-align: center;
        height: 0px;
        text-wrap: nowrap;
    }

    .Grid-View-Inner tr.normal a {
        color: #BA6C43;
        background-color: White;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        vertical-align: middle;
        text-align: center;
        height: 0px;
    }

    .Grid-View-Inner tr.alternative {
        color: White;
        background-color: #BA6C43;
        vertical-align: middle;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        height: 0px;
    }

        .Grid-View-Inner tr.alternative a {
            color: White;
            background-color: #BA6C43;
            vertical-align: middle;
            text-align: center;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            height: 0px;
        }

    .Grid-View-Inner .ScrollContent {
        display: block;
        overflow: auto;
        width: 100%;
        height: 250px;
    }

    .Grid-View-Inner .FixedHeader {
        display: block
    }

#hidden {
    display: none;
}

.Labels {
    margin-top: 0;
    text-align: center;
    color: #0e2145;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.IssuesLabel {
    margin-top: 0;
    text-align: center;
    color: red;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

#AdidasOrderContainer H3 {
    float:left;
}
#divSoldTo {
    text-align:left;
    position:absolute;
    margin: 40px 5px 5px 30px;
    width:350px;
} 
.SoldToLabel {
    position: absolute;
    text-align: left;
    float: left;
}
.SoldToTextBox {
    /*position: absolute;*/
    /*text-align: left;*/
    /*margin-left: 5px;*/
}
.SoldTo {
    padding: 0px 0px 5px 0px;
}

#divShipTo {
    text-align: left;
    /*position: absolute;*/
    margin: 70px 5px 5px 470px;
    width: 350px;
}

.ShipToTextBox {
    /*position: absolute;*/
    /*text-align:right;*/
    /*margin-top: 5px;*/
}
.ShipTo {
    padding: 0px 0px 5px 0px;
}

#divFreightTerms {
    text-align: left;
    /*position: absolute;*/
    margin: 0px 0px 0px 25px;
    width: 200px;
}
button#ctl00_SearchCriteriaContent_btnSoldToName:focus,
button#ctl00_SearchCriteriaContent_btnSoldToName:hover,
button#ctl00_SearchCriteriaContent_btnShipToName:focus,
button#ctl00_SearchCriteriaContent_btnShipToName:hover {
    background-color: darkorange;
}
button#ctl00_SearchCriteriaContent_btnSoldToName,
button#ctl00_SearchCriteriaContent_btnShipToName {
    border: 10px;
    font-size: 20px;
    border-radius: 7px;
}

.form-controls {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    /* -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%); */
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    /* -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; */
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    /* transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; */
}
.TextAlight-Right {
    text-align:right;
    float: left;
}
div#divCustomer {
    text-align:left;
}
div#ctl00_SearchCriteriaContent_calReqShipDate_container {
    z-index: 4;
}

.Calendar {
    width:25px;
}

#SearchResults {
    margin-bottom: 35px;
    padding-bottom: 15px;
}