﻿/* General Styling */
html {
    overflow-y: scroll;
}

html, body {
    margin: 0;
    padding: 0;
    background-color: #DCDCDC;
}

body, tr, td, input, textarea, select {
    color: #484848;
    font-weight: normal;
    font-size: 13px;
    font-family: "Oxygen", Arial, sans-serif;
}

/* Main Layout */
#container {
    margin: 0 auto;
    width: 1024px;
}

#header {
    background-color: #E5E5E5;
    padding-top: 20px;
    height: 78px;
}
    #header > a {
        float: left;
        padding: 0 90px 0 30px;
    }
    #header img {
        display: inline-block;
        height: 75px;
    }

#main {
    display: table;
    margin-left: 37px;
    width: 987px;
}

#sideNav {
    display: table-cell;
    padding-top: 40px;
    width: 175px;
    vertical-align: top;
}

#contentWrapper {
    position: relative;
    display: table-cell;
    background-color: #FFF;
    -moz-box-shadow: -3px 0 0 rgba(0,0,0,.15), -7px 0 0 rgba(0,0,0,.05);
    -webkit-box-shadow: -3px 0 0 rgba(0,0,0,.15), -7px 0 0 rgba(0,0,0,.05);
    box-shadow: -3px 0 0 rgba(0,0,0,.15), -7px 0 0 rgba(0,0,0,.05);
    vertical-align: top;
}

#loginWrapper {
    padding: 50px;
}
    #loginWrapper h1 {
        color: #000;
    }
    #loginWrapper input {
        width: 200px;
    }

#content {
    padding: 15px;
    position: relative;
}

#footer {
    clear: both;
    overflow: auto;
    padding: 20px 55px;
    background-color: #E5E5E5;
    color: #666;
    font-size: 12px;
    font-family: "Abel", Arial, sans-serif;
}
    #footer p {
        float: right;
    }
    #footer a {
        display: inline-block;
        color: #666;
        padding-top: 10px;
    }
        #footer a.action {
            display: inline-block;
            background: transparent url(../images/icons/imgMedArrowGray.png) no-repeat right 7px;
            padding-right: 8px;
        }

/* HTML Elements */
h1 {
    margin: 0 0 10px;
    color: #4382A4;
    font-weight: normal;
    font-size: 34px;
    font-family: "Abel", Arial, sans-serif;
    line-height: 34px;
}

h2 {
    margin: 0 0 5px;
    color: #4382A4;
    font-weight: normal;
    font-size: 19px;
    font-family: "Abel", Arial, sans-serif;
    line-height: 19px;
}

h3 {
    margin: 0 0 5px;
    font-weight: normal;
    font-size: 15px;
    font-family: "Abel", Arial, sans-serif;
    line-height: 15px;
}

h4 {
    margin: 0 0 5px;
    font-weight: bold;
    font-size: 16px;
    font-family: "Oxygen", Arial, sans-serif;
    line-height: 16px;
}

p {
    margin: 10px 0;
    padding: 0;
}
    p.small {
        margin: 5px 0;
    }

a {
    color: #4382A4;
    cursor: pointer;
}
    a:hover {
        text-decoration: none;
    }
    a[disabled] {
        color: #CCC;
        cursor: default;
        text-decoration: none;
    }

select[disabled],
textarea[disabled],
input[type="text"][disabled],
input[type="file"][disabled] {
    color: #969696;
}

a, input, textarea, select,
a:focus, input:focus, textarea:focus, select:focus {
    outline: none;
}

sup {
    vertical-align: text-top;
    font-size: 70%;
}
h1 sup, h2 sup {
    font-size: 40%;
}

ul {
    margin: 10px 0;
    padding-left: 30px;
}

hr {
    border-top: 1px solid #CCC;
    border-left: none;
    border-right: none;
    border-bottom: none;
    margin: 15px 0;
}

/* Column Layout */
.group {
    display: table;
    clear: both;
    width: 100%;
}

.column {
    display: table-cell;
    vertical-align: top;
}
    .column.narrow {
        width: 35%;
    }
    .column.wide {
        width: 65%;
    }
    .column.half {
        padding-right: 20px;
        width: 48%;
    }

/* General Styles */
span.highlight,
input.highlight {
    color: #4382A4;
}

.large {
    font-size: 20px;
}
td.large {
    font-size: 20px !important;
}

.small {
    font-size: 11px;
}
td.small {
    font-size: 11px !important;
}

.indent {
    padding-left: 20px;
}
.outdent {
    margin-left: -15px;
}

.left, .left td, .left th {
    text-align: left !important;
}
.right, .right td, .right th {
    text-align: right !important;
}
.center, .center td, .center th {
    text-align: center !important;
}

.pending {
    color: #969696;
}
.incomplete {
    color: #BFBB43;
}
.complete {
    color: #4382A4;
}
.error,
.required,
.negative {
    color: #F00;
}

input[type="text"].formGenericRequired {
    outline: 1px solid #F00;
}

.timepicker {
    width: 70px;
}

.clear {
    clear: both;
}

div.checked {
    padding-left: 15px;
    background: transparent url(../images/icons/imgGreenCheck.png) no-repeat left 2px;
}

.info {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-bottom: -5px;
    background: transparent url(../images/icons/iconInfo.png) no-repeat left top;
    cursor: help;
}

.alert {
    display: inline-block;
    width: 19px;
    height: 19px;
    background: transparent url(../images/icons/iconAlert.png) no-repeat left top;
    cursor: help;
}

.expired {
    background: transparent url(../images/icons/iconExpiring.png) no-repeat left top;
    padding-left: 20px;
    cursor: help;
}
.grid .expired{
    background-position: right top;
    padding: 1px 20px 1px 0;
}

.IdentityPresent {
	font-weight:bold;
}
.IdentityAbsent {
	font-style:italic;
	color: #969696;	
}

input.blank {
    color: #CCC;
}

input.datepicker {
    width: 80px;
}

/* Main Navigation */
#navigation {
    list-style-type: none;
    float: left;
    padding: 0;
    margin: 17px 0 0;
}
    #navigation li {
        float: left;
        border-left: 1px solid #CCC;
    }
    
    #navigation a {
        display: block;
        height: 55px;
        padding: 0 45px 0 5px;
        font-family: "Abel", Arial, sans-serif;
        font-size: 18px;
        line-height: 36px;
        color: #484848;
        border-bottom: 6px solid transparent;
        text-decoration: none;
    }
        #navigation a:hover {
            color: #000;
            border-bottom: 6px solid #5F82A5;
        }
    
    #navigation li.navOn a {
        font-size: 23px;
        color: #000;
        border-bottom: 6px solid #5F82A5;
    }

/* Left Navigation */
#leftNav {
    font-size: 13px;
    font-family: "Raleway", Arial, sans-serif;
}
    #leftNav h2 {
        font-size: 16px;
        font-family: "Montserrat", Arial, sans-serif;
        position: relative;
        margin: 0 0 0 -5px;
        padding: 8px 0 8px 20px;
        background-color: #969696;
        color: #FFF;
    }
    #leftNav > ul {
        padding-bottom: 20px !important;
    }
        #leftNav > ul > li > div {
            background-color: #DCDCDC;
            width: 175px;
            overflow: hidden;
        }
    #leftNav ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
        #leftNav ul li {
            background-color: #E5E5E5;
        }
        #leftNav ul ul {
            margin-left: 15px;
            padding: 5px 0;
            width: 160px;
            background-color: #CFCFCF;
        }
            #leftNav ul ul li {
                padding: 2px 5px 2px 15px;
                background-color: transparent;
            }
    #leftNav a,
    #leftNav span {
        display: inline-block;
        color: #4C4C4C;
        text-decoration: none;
    }
        #leftNav a:hover {
            color: #000;
            text-decoration: underline;
        }
        #leftNav a.active {
            color: #F00;
        }
    #leftNav > ul > li > a,
    #leftNav > ul > li > span {
        display: block;
        margin-left: 15px;
        padding: 10px 0 8px 15px;
        border-bottom: 2px solid #FFF;
        background: transparent url(../images/icons/imgMedArrowDkGray.png) no-repeat 6px 14px;
        font-size: 14px;
    }
        #leftNav > ul > li > a:hover {
            text-decoration: none;
        }
        #leftNav > ul > li > a.open {
            padding-bottom: 10px;
            border-bottom: none;
            background: transparent url(../images/icons/imgMedDownArrowDkGray.png) no-repeat 2px 17px;
        }
        #leftNav > ul > li > a.last {
            padding-bottom: 10px;
            border-bottom: none;
        }
    #leftNav ul ul li a,
    #leftNav ul ul li span {
        padding: 0 0 0 10px;
    }

.searchWrapper {
    padding: 15px 0;
    line-height: 33px;
}
    .searchWrapper input[type="text"] {
        font-family: "Raleway", Arial, sans-serif;
        padding: 8px;
        width: 126px;
        border: none;
        font-size: 14px;
    }

.searchButton {
    display: inline-block;
    padding: 0 !important;
    width: 33px;
    height: 32px;
    background: #b2b2b2 url(../images/icons/iconMedMagnify.png) no-repeat 6px 7px;
    text-indent: -9999px;
}

.favoriteList {
    overflow: hidden;
}
    .favoriteList a,
    .favoriteList span {
        float: left;
        width: 105px;
    }
    .favoriteList .remove {
        margin: 0 -5px 0 10px;
        padding: 0 !important;
    }

.treeView {
    overflow: hidden !important;
    margin-left: 15px;
    padding: 5px 0 5px 15px;
    background-color: #CFCFCF;
    font-size: 13px;
    font-family: "Raleway", Arial, sans-serif;
}
    .treeView nobr {
        white-space: normal;
    }

.treeNode {
    padding: 2px 0 2px 5px;
    font-size: 13px;
    font-family: "Raleway", Arial, sans-serif;
    cursor: pointer;
}

.treeNodeHover {
    padding: 2px 0 2px 5px;
    color: #000;
    text-decoration: underline;
    font-size: 13px;
    font-family: "Raleway", Arial, sans-serif;
    cursor: pointer;
}

.treeNodeSelected {
    padding: 2px 0 2px 5px;
    color: #F00;
    font-size: 13px;
    font-family: "Raleway", Arial, sans-serif;
    cursor: pointer;
}

/* Left Nav Callouts */
#callouts {
    padding-bottom: 20px;
}
    #callouts > div {
        padding: 10px;
        width: 153px;
    }

#callouts h2 {
    font-family: "Abel", Arial, sans-serif;
    position: relative;
    margin: 0 0 0 -5px;
    padding: 8px 0 8px 20px;
    background-color: #969696;
    color: #FFF;
}
    #callouts h2:after {
        position: absolute;
        top: 100%;
        left: 0;
        border-top: 5px solid #666;
        border-right: none;
        border-bottom: 5px solid transparent;
        border-left: 5px solid transparent;
        content: "";
    }

.storeCallout {
    background-color: #FFF;
    border: 1px solid #969696;
    font-family: "Abel", Arial, sans-serif;
    font-size: 15px;
    margin-bottom: 10px;
    cursor: pointer;
}
    .storeCallout a {
        text-decoration: none;
    }
    .storeCallout h1 {
        font-size: 22px;
        line-height: 20px;
        color: #000;
        height: 54px;
        padding: 0px;
        margin: 0px;
    }  
    .storeCallout span {
        display: block;
        position: relative;
        margin: 0 -10px;
        padding: 8px 30px 8px 10px;
        background-color: #969696;
        color: #FFF;
    }
    .storeCallout span:after {
        position: absolute;
        background: transparent url(../images/icons/imgMedArrowWhite.png) no-repeat left top;
        height: 10px;
        width: 5px;
        content: "";
    }

/* EDDM Callout */
    .storeCallout.EDDM h1 {
        background: transparent url(../images/icons/iconHouse.png) no-repeat left top;
        padding-left: 53px;
        margin-right: -10px;
    }
    .storeCallout.EDDM span:after {
        top: 31px;
        left: 120px;
    }

/* Constant Contact Callout */
    .storeCallout.CC h1 {
        background: transparent url(../images/icons/imgConstantContact.jpg) no-repeat left top;
        color: transparent;
        width: 175px;
        margin-left: -10px;
    }
    .storeCallout.CC span:after {
        top: 30px;
        left: 148px;
    }

/* Left Nav Summary Section */
#leftNavSummary {
    font-size: 16px;
    font-family: "Abel", Arial, sans-serif;
}
    #leftNavSummary h2 {
        position: relative;
        margin: 0 0 0 -5px;
        padding: 8px 0 8px 20px;
        background-color: #5F82A5;
        color: #FFF;
    }
        #leftNavSummary h2:after {
            position: absolute;
            top: 100%;
            left: 0;
            border-top: 5px solid #334d67;
            border-right: none;
            border-bottom: 5px solid transparent;
            border-left: 5px solid transparent;
            content: "";
        }
    #leftNavSummary ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
        #leftNavSummary ul li {
            background-color: #E5E5E5;
        }
    #leftNavSummary div {
        color: #4C4C4C;
        margin-left: 15px;
        padding: 10px 0;
        border-bottom: 2px solid #FFF;
    }
        #leftNavSummary div.last {
            padding-bottom: 14px;
            border-bottom: none;
        }
    #leftNavSummary span {
        display: block;
        font-size: 24px;
        line-height: 20px;
    }

/* Information Bar (subnav, marketing dollars, and cart callouts) */
#subheader {
    padding: 3px 30px;
    background-color: #414042;
    color: #FFF;
    text-align: right;
}
    #subheader a {
        color: #FFF;
        text-decoration: none;
    }
        #subheader a:hover {
            text-decoration: underline;
        }
    #subheader #loginWelcome {
        float: left;
    }

#headerCallouts {
    padding: 0 30px;
    background-color: #666;
    color: #D7D6D6;
    font-size: 15px;
    font-family: "Abel", Arial, sans-serif;
}
    #headerCallouts div {
        display: inline-block;
        margin-right: 1px;
        background-color: #767676;
    }
    #headerCallouts a,
    #headerCallouts .highlight {
        color: #FFF;
    }
    #headerCallouts h2 {
        margin: 0;
        padding: 10px 50px;
        color: #FFF;
    }

.marketingDollarTab {
    padding: 5px 10px 10px 50px;
    background: transparent url(../images/icons/imgDollarsWhite.png) no-repeat left top;
}
    .marketingDollarTab .info {
        position: relative;
        top: 5px;
        margin: 0;
    }

.cartTab {
    padding: 10px 10px 7px 60px;
    background: transparent url(../images/icons/imgCartWhite.png) no-repeat left bottom;
}
    .cartTab .highlightButton {
        margin-left: 10px;
    }

.orderTab {
    padding: 12px 30px 10px;
    text-align: center;
    font-size: 13px;
}
    .orderTab a {
        display: inline-block;
        padding-right: 8px;
        background: transparent url(../images/icons/imgMedArrowGray.png) no-repeat right 5px;
    }

#breadcrumb {
    margin: -15px -15px 15px;
    padding: 5px 30px;
    background-color: #666;
    color: #FFF;
    font-size: 15px;
    font-family: "Abel", Arial, sans-serif;
}
    #breadcrumb a,
    #breadcrumb span {
        color: #D7D6D6;
    }

/* Section Styles */
.sectionHeader {
    overflow: auto;
    padding: 10px 10px 0;
    background-color: #5F82A5;
    color: #FFF;
    clear: both;
}
    .sectionHeader h2 {
        margin-bottom: 10px;
        color: #FFF;
        -webkit-text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.5);
        text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.5);
    }
    .sectionHeader a {
        color: #FFF;
    }
        .sectionHeader a.action {
            float: right;
        }
            .sectionHeader a.action.small {
                background: transparent url(../images/icons/imgSmArrowWhite.png) no-repeat right 5px;
            }
        .sectionHeader a.print {
            float: right;
            background: transparent url(../images/icons/iconPrintWhite.png) no-repeat left top;
        }
    .sectionHeader img {
        padding: 0 5px 10px 0;
    }

.sectionContent {
    padding: 10px 0;
    background-color: #FFF;
}
    .sectionContent h4 {
        margin: 5px 0;
        color: #4382A4;
    }
    .sectionContent .subsectionContent {
        border: 1px solid gray;
        margin: 10px;
        padding: 5px;
        width: 300px;
    }

.subsectionContent ul {
	/*list-style-type: none;*/
}

.calloutSection {
    clear: both;
    margin: 15px -15px;
    padding: 15px;
    background-color: #E5E5E5;
}
    .calloutSection .action {
        float: right;
    }

/* Form Styles */
.formHeader {
    margin-bottom: 5px;
    float: right;
}
    .formHeader a {
        margin-left: 5px;
    }

.formFooter {
    position: relative;
    margin-top: 10px;
    text-align: right;
}
    .formFooter .back {
        position: absolute;
        top: 5px;
        left: 0;
        margin-left: 0;
    }

.errorSummary {
    border: 1px solid #F00;
    margin: 5px 0;
    padding: 5px;
}
    .errorSummary ol,
    .errorSummary ul {
        margin: -10px 0 5px;
    }

/* Grid layout */
.gridList {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family: "Abel", Arial, sans-serif;
}
    .gridList li {
        position: relative;
        float: left;
        margin: 5px 5px 15px;
        width: 250px;
        text-align: center;
    }
    .gridList .detailButton {
        float: left;
    }
    .gridList .detailWrapper {
        position: relative;
        overflow: hidden;
        margin-bottom: 5px;
        width: 250px;
        height: 175px;
        background-color: #CFCFCF;
    }
    .gridList .detail {
        position: absolute;
        top: 127px;
        padding: 5px;
        width: 240px;
        background-color: #666;
        color: #FFF;
        text-align: left;
        font-size: 12px;
        opacity: 0.9;
    }
        .gridList .detail h2 {
            color: #FFF;
        }
        .gridList .detail p {
            margin: 5px 0 0;
        }
    .gridList .expired {
        height: 16px;
        width: 17px;
        padding: 0;
        position: absolute;
        top: 4px;
        right: 4px;
    }

/* Link List */
.linkList .active {
    color: #F00;
}

/* Table Styles */
table.information {
    margin: 15px 15px 15px 0;
    width: 100%;
    border-top: 1px solid #969696;
}
    table.information td {
        font-size: 13px;
        padding: 5px 0;
        border-bottom: 1px solid #969696;
    }
    table.information table.indent {
        padding: 5px 0 5px 20px;
    }

.gridWrapper {
    width: 782px;
    overflow: hidden;
}

table.grid {
    width: 100%;
    border-collapse: collapse;
    background-color: #DCDCDC;
}
    table.grid tr {
        background-color: #D0CECE;
    }
        table.grid tr.alt {
            background-color: #EEEEEE;
        }
            table.grid tr.alt td.summary {
                background-color: #C3CDD8;
            }
        table.grid tr.active {
            background-color: #7DD9E2;
        }
            table.grid tr.active td.summary {
                background-color: #74BFD0;
            }
        table.grid tr.footer {
            background-color: #DCDCDC;
        }
            table.grid tr.footer td {
                padding: 5px 0;
            }
        table.grid tr.pager td {
            padding: 3px 5px;
            background-color: #DCDCDC;
        }
        table.grid tr.pager a.button,
        table.grid tr.pager a.highlightButton {
            float: right;
        }
        table.grid tr.summary {
            background-color: #BEC7D0;
        }
            table.grid tr.summary td {
                font-size: 12px;
                height: 23px;
                padding: 3px 7px 2px;
            }
            table.grid tr.summary a.remove {
                position: relative; 
                margin-bottom: -11px; 
                top: -3px;
            }
    table.grid th {
        padding: 7px;
        background-color: #898989;
        color: #FFF;
        text-align: left;
        font-size: 11px;
    }
        table.grid th a {
            color: #FFF;
            text-decoration: none;
        }
    table.grid td {
        padding: 7px;
        text-align: left;
        font-size: 11px;
    }
        table.grid td.summary {
            background-color: #AEB7C2;
        }
    table.grid table {
    }
        table.grid table tr {
            background-color: transparent;
        }
        table.grid table td {
            padding: 0;
        }
    table.grid .modal td {
        font-size: 13px;
    }

/* Scrollable Table */
table.scrollable thead,
table.scrollable tbody {
    display: block;
}
table.scrollable div.scrollable {
    overflow-y: scroll;
    width: 100%;
    height: 245px;
}
    table.scrollable div.scrollable td {
        padding: 7px;
    }

/* Accordian */
.accordian {
    padding-bottom: 5px;
    clear: both;
}
    .accordian .sectionHeader {
        background: #5F82A5 url(../images/icons/imgLgArrowGray.png) no-repeat 15px 10px;
        padding-left: 30px;
        cursor: pointer;
    }
        .accordian .sectionHeader.open {
            background: #5F82A5 url(../images/icons/imgLgDownArrowGray.png) no-repeat 10px 15px;
        }
    .accordian .sectionContent {
        background-color: transparent;
        padding: 5px 0 0;
    }


/* Ribbon Headers */
.ribbon {
    display: inline-block;
    color: #FFF;
}

h1.ribbon {
    position: relative;
    margin-right: 30px;
    margin-left: -30px;
    padding: 5px 0 8px 30px;
    background: transparent url(../images/common/bkgdLgRibbonLft.png) no-repeat left top;
}
    h1.ribbon:after {
        position: absolute;
        top: 0;
        left: 100%;
        width: 20px;
        height: 46px;
        background: transparent url(../images/common/bkgdLgRibbonRt.png) no-repeat left top;
        content: "";
    }

h2.ribbon {
    position: relative;
    margin-right: 30px;
    margin-left: -30px;
    padding: 4px 0 8px 30px;
    background: transparent url(../images/common/bkgdMedRibbonLft.png) no-repeat left top;
}
    h2.ribbon:after {
        position: absolute;
        top: 0;
        left: 100%;
        width: 10px;
        height: 32px;
        background: transparent url(../images/common/bkgdMedRibbonRt.png) no-repeat left top;
        content: "";
    }

h3.ribbon {
    position: relative;
    margin-right: 25px;
    margin-left: -25px;
    padding: 3px 0 8px 25px;
    background: transparent url(../images/common/bkgdSmRibbonLft.png) no-repeat left top;
}
    h3.ribbon:after {
        position: absolute;
        top: 0;
        left: 100%;
        width: 10px;
        height: 26px;
        background: transparent url(../images/common/bkgdSmRibbonRt.png) no-repeat left top;
        content: "";
    }
    h3.ribbon.action:before {
        position: absolute;
        top: 5px;
        right: -22px;
        width: 6px;
        height: 12px;
        background: transparent url(../images/icons/imgLgArrowBlue.png) no-repeat left top;
        content: "";
    }

/* Buttons */
.button,
.addButton,
.removeButton {
    position: relative;
    display: inline-block;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Abel", Arial, sans-serif;
    white-space: nowrap;
}
    .button:after,
    .addButton:after,
    .removeButton:after {
        position: absolute;
        top: 0;
        left: 100%;
        width: 20px;
        height: 32px;
        background: transparent url(../images/buttons/btnRedCap.png) no-repeat left top;
        content: "";
    }
    .button:hover:after,
    .addButton:hover:after,
    .removeButton:hover:after {
        background-position: left -32px;
    }
    .button[disabled]:after {
        background-position: left -64px;
        cursor: default;
    }

.button {
    margin: 0 20px 0 5px;
    padding: 4px 0 6px 15px;
    background: transparent url(../images/buttons/btnRedDrawer.png) no-repeat left top;
}
    .button:hover {
        background-position: left -32px;
        text-decoration: none;
    }
    .button[disabled] {
        background-position: left -64px;
        color: #969696;
    }
    .button.large {
        padding: 2px 0 4px 15px;
        font-size: 20px;
    }

.addButton {
    margin-right: 20px;
    padding: 7px 0 8px 42px;
    background: transparent url(../images/buttons/btnRedPlusDrawer.png) no-repeat left top;
}
    .addButton:hover {
        background-position: left -37px;
        text-decoration: none;
    }
    .addButton:after {
        top: 3px;
    }

.removeButton {
    margin-right: 20px;
    padding: 7px 0 8px 42px;
    background: transparent url(../images/buttons/btnRedMinusDrawer.png) no-repeat left top;
}
    .removeButton:hover {
        background-position: left -37px;
        text-decoration: none;
    }
    .removeButton:after {
        top: 3px;
    }

.highlightButton {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    padding: 1px 5px 3px 13px;
    background: transparent url(../images/buttons/btnWhiteDrawer.png) no-repeat left top;
    color: #F00 !important;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Abel", Arial, sans-serif;
}
    .highlightButton:hover {
        background-position: left -20px;
        text-decoration: none;
    }
    .highlightButton[disabled] {
        background-position: left -40px;
    }
    .highlightButton:after {
        position: absolute;
        top: 0;
        left: 100%;
        width: 12px;
        height: 20px;
        background: transparent url(../images/buttons/btnWhiteCap.png) no-repeat left top;
        content: "";
    }
    .highlightButton:hover:after {
        background-position: left -20px;
    }
    .highlightButton[disabled]:after {
        background-position: left -40px;
    }

.secondaryButton {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    padding: 1px 5px 3px 13px;
    background: transparent url(../images/buttons/btnGreyDrawer.png) no-repeat left -20px;
    color: #484848 !important;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Abel", Arial, sans-serif;
}
    .secondaryButton:hover {
        background-position: left top;
        text-decoration: none;
    }
    .secondaryButton[disabled] {
        background-position: left -40px;
    }
    .secondaryButton:after {
        position: absolute;
        top: 0;
        left: 100%;
        width: 12px;
        height: 20px;
        background: transparent url(../images/buttons/btnGreyCap.png) no-repeat left -20px;
        content: "";
    }
    .secondaryButton:hover:after {
        background-position: left top;
    }
    .secondaryButton[disabled]:after {
        background-position: left -40px;
    }

.detailButton,
.favButton,
.refreshButton {
    display: inline-block;
    padding: 4px 10px;
    background-color: #4382A4;
    color: #FFF;
    font-size: 16px;
    font-family: "Abel", Arial, sans-serif;
    text-decoration: none;
}
    .detailButton:hover,
    .favButton:hover,
    .refreshButton:hover {
        background-color: #2A6889;
        text-decoration: none;
    }
    .detailButton[disabled]:hover,
    .favButton[disabled]:hover,
    .refreshButton[disabled]:hover {
        background-color: #4382A4;
        text-decoration: none;
    }

.detailButton {
    padding-left: 25px;
    background: #4382A4 url(../images/icons/iconSmMagnify.png) no-repeat 8px 8px;
}

.favButton {
    padding-left: 25px;
    background: #4382A4 url(../images/icons/iconFav.png) no-repeat 5px 5px;
}

/* Command Link Styles */
a.action, a.next {
    display: inline-block;
    padding-right: 7px;
    background: transparent url(../images/icons/imgSmArrowBlue.png) no-repeat right 5px;
}
    a.action[disabled], a.next[disabled] {
        background: transparent url(../images/icons/imgMedArrowGray.png) no-repeat right 4px;
    }

a.back {
    padding-left: 7px;
    background: transparent url(../images/icons/imgSmBackArrowBlue.png) no-repeat left 5px;
}
    a.back[disabled] {
        background: transparent url(../images/icons/imgMedBackArrowGray.png) no-repeat left 4px;
    }

a.remove {
    display: inline-block;
    width: 20px;
    height: 21px;
    background: transparent url(../images/icons/iconDeleteRemove.png) no-repeat left top;
    margin: 0 5px;
    text-align: left;
    text-indent: -9999px;
}

a.delete {
    display: inline-block;
    width: 22px;
    height: 23px;
    background: transparent url(../images/icons/iconDelete.png) no-repeat left top;
    margin: 0 5px;
    text-align: left;
    text-indent: -9999px;
}

a.edit {
    display: inline-block;
    width: 27px;
    height: 24px;
    background: transparent url(../images/icons/iconEdit.png) no-repeat left top;
    margin: 0 0 0 5px;
    text-align: left;
    text-indent: -9999px;
}

a.print {
    display: inline-block;
    width: 25px;
    height: 23px;
    background: transparent url(../images/icons/iconPrint.png) no-repeat left top;
    margin: 0 5px;
    text-align: left;
    text-indent: -9999px;
}

a.saveForLater {
    display: inline-block;
    width: 34px;
    height: 21px;
    background: transparent url(../images/icons/iconSaveForLater.png) no-repeat left top;
    margin: 0 5px;
    text-align: left;
    text-indent: -9999px;
}

a.moveToCart {
    display: inline-block;
    width: 44px;
    height: 22px;
    background: transparent url(../images/icons/iconMoveToCart.png) no-repeat left top;
    margin: 0 5px;
    text-align: left;
    text-indent: -9999px;
}
    a.moveToCart[disabled] {
        background: transparent url(../images/icons/iconMoveToCartInactive.png) no-repeat left top;
    }

a.preview {
    display: inline-block;
    width: 23px;
    height: 23px;
    background: transparent url(../images/icons/iconSearchActive.png) no-repeat left top;
    margin: 0 5px;
    text-align: left;
    text-indent: -9999px;
}

a.plus {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent url(../images/icons/iconAdd.png) no-repeat left top;
    text-align: left;
    text-indent: -9999px;
}
    a.plus[disabled] {
        background: transparent url(../images/icons/iconAddInactive.png) no-repeat left top;
    }

a.minus {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent url(../images/icons/iconRemove.png) no-repeat left top;
    text-align: left;
    text-indent: -9999px;
}
    a.minus[disabled] {
        background: transparent url(../images/icons/iconRemoveInactive.png) no-repeat left top;
    }

/* Pager Control */
.pager {
    position: relative;
    margin: -15px 0 0;
    text-align: center;
}
    .pager.top {
        margin: 0 0 -15px;
    }
    .pager .pageLinks {
        padding: 5px 0;
    }
        .pager .pageLinks a,
        .pager .pageLinks span {
            display: inline-block;
            padding: 0 3px;
        }
        .pager .pageLinks .active {
            color: #F00;
        }
            .pager .pageLinks .active:hover {
                text-decoration: none;
            }
    .pager .back {
        position: absolute;
        top: 5px;
        left: 0;
    }
    .pager .next {
        position: absolute;
        top: 5px;
        right: 0;
    }

/* Home Page */
.homeDescription {
    width: 550px;
}
.homeSort {
    float: right;
    width: 200px;
    margin-bottom: 10px;
}

/* Promotion Page */
.promotionContent {
    margin-left: -15px;
}
.promotionImageCol {
    padding-right: 30px;
    width: 285px;
    text-align: right;
}
    .promotionImageCol p,
    .promotionImageCol ul {
        text-align: left;
    }
    .promotionImageCol p {
        margin-left: 15px;
    }
.paddingtop td
{
    padding-top: 5px;
}
.pricePaddingtop td
{
    padding-top: 20px;
}
.recurringExplanation {
    padding-left: 20px;
}

/* EDDM Landing Page Hero */
.hero {
    -moz-box-shadow: -2px 2px 0px #CCC;
    -webkit-box-shadow: -2px 2px 0px #CCC;
    box-shadow: -2px 2px 0px #CCC;
}
    .hero p {
        display: inline-block;
        margin: 0 0 10px;
    }

.heroHeader {
    padding: 15px 20px 0;
    background-color: #969696;
    color: #FFF;
}
    .heroHeader h1 {
        display: inline-block;
        -webkit-text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.5);
        text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.5);
    }
    .heroHeader p {
        width: 320px;
    }

.heroContent {
    padding: 20px;
    background-color: #DCDCDC;
}
    .heroContent h3 {
        float: left;
        margin-top: 3px;
    }
    .heroContent ul {
        overflow: hidden;
        margin-bottom: 20px;
        padding: 0;
        list-style-type: none;
    }
    .heroContent li {
        float: left;
        margin-right: 20px;
    }
        .heroContent li img {
            float: left;
            margin-right: 10px;
        }
        .heroContent li .detail {
            float: left;
        }
        .heroContent li input {
            display: block;
            margin-bottom: 3px;
        }
        .heroContent li span {
            display: block;
            padding-bottom: 5px;
        }
    .heroContent label {
        display: inline;
        font-size: 15px;
    }
    .heroContent .group {
        margin-bottom: 20px;
    }
    .heroContent div.highlight {
        padding: 0 0 0 20px;
        background-color: #E5E5E5;
    }
    .heroContent .continue {
        text-align: right;
    }
        .heroContent .continue p {
            margin-right: 15px;
            width: 240px;
        }
        .heroContent .continue a {
            top: -7px;
        }
    .heroContent .footer {
        color: #9B9B9B;
        font-size: 10px;
    }
    .heroContent .sectionHeader h2 {
        margin-top: 10px;
        text-transform: capitalize;
    }
    .heroContent .sectionHeader p {
        width: 250px;
        font-size: 10px;
    }

/* Cart */
#cartHeader {
    padding-left: 60px;
    background: transparent url(../images/icons/imgCartGray.png) no-repeat left top;
}

/* Customization Page */
.fileContent {
    margin-bottom: 15px;
    text-align: center;
}

.webContent {
    margin-bottom: 15px;
    text-align: center;
}
    .webContent.zoom {
        overflow: hidden;
        width: 680px;
        height: 480px;
        margin: 0 auto;
    }
        .webContent.zoom iframe {
            width: 971px;
            height: 640px;
            -moz-transform: scale(0.70);
            -o-transform: scale(0.70);
            -webkit-transform: scale(0.70);
            -ms-transform: scale(0.70);
            transform: scale(0.70);
            -moz-transform-origin: 0 0;
            -o-transform-origin: 0 0;
            -webkit-transform-origin: 0 0;
            -ms-transform-origin: 0 0;
            transform-origin: 0 0;
            -ms-zoom: 0.70;
        }

.twitterContent {
    margin: 0 15px 15px;
    padding: 20px;
    background-color: #FFF;
}
    .twitterContent .url {
        color: #00F;
    }

.customizeElements {
    margin: 0 10px 10px;
    width: 650px;
}

.element {
    padding: 5px 0 10px 5px;
}

.elementHeader, .elementGroupHeader {
}
    .elementHeader span, .elementGroupHeader span {
        display: inline-block;
        margin: 0 2px 0 6px;
    }
    .elementHeader input, .elementGroupHeader input {
        margin: 0 2px 0 0;
    }

.elementContent {
    position: relative;
    padding-left: 20px;
}
    .elementContent table,
    .elementContent textarea,
    .elementContent input[type="text"] {
        width: 99%;
    }
    .elementContent td {
        height: 23px;
    }
    .elementContent img {
        position: absolute;
        top: -15px;
        right: 0;
    }

.elementGroup {
    margin: 5px 0 0 -6px;
    padding: 5px 5px 0;
    border: 1px solid #666;
    background-color: #F9F9F9;
}
    .elementGroup .element {
        margin-left: -5px;
    }

.cropWrapper {
    padding: 5px;
    border: 1px solid #969696;
}

/* Customization Modal */
.modal .pager {
    margin: 0;
}
.modal .controlWrapper {
    overflow: auto;
}
.modal .controls {
    float: left;
    margin-right: 0;
    height: 600px;
    width: 500px;
    overflow-y: scroll;
}
.modal .customizeElements {
    width: 450px;
}
.modal .previewWindow {
    float: left;
    margin: 0;
    height: 570px;
    width: 440px;
}
.modal .webContent.zoom {
    height: 540px;
    width: 440px;
}
    .modal .webContent.zoom iframe {
        -moz-transform: scale(0.50);
        -o-transform: scale(0.50);
        -webkit-transform: scale(0.50);
        -ms-transform: scale(0.50);
        transform: scale(0.50);
    }

/* Gallery */
#optionGallery .pager {
    float: right;
    margin: 0;
}
    #optionGallery .pager .pageLinks {
        display: inline-block;
        padding: 0;
    }
    #optionGallery .pager .back {
        position: static;
        margin-right: 4px;
    }
    #optionGallery .pager .next {
        position: static;
        margin-left: 4px;
    }
#optionGallery ul {
    list-style-type: none;
    padding: 0;
    width: 550px;
    overflow: hidden;
}
    #optionGallery ul li {
        float: left;
        height: 136px;
        width: 100px;
        padding: 5px;
        overflow: hidden;
        text-align: center;
    }
        #optionGallery ul li.active {
            border: 3px solid #7DD9E2;
            padding: 2px;
        }
    #optionGallery ul a {
        display: block;
    }
    #optionGallery ul img {
        margin-bottom: 5px;
        border: none;
    }

/* File Upload */
.uploadWrapper {
    display: inline-block;
}
    .uploadWrapper div {
        position: absolute;
        width: 230px;
        z-index: 100;
    }
    .uploadWrapper.manual div {
        width: 300px;
    }
    .uploadWrapper iframe {
        border: none;
    }
    .uploadWrapper img {
        position: static;
        margin-bottom: -5px;
    }
    .uploadWrapper input[type="text"] {
        width: 150px !important;
    }
input.fileUpload {
    width: 230px;
    opacity: 0;
    filter: alpha(opacity=0);
}
div.fileUpload {
    position: absolute;
    width: 245px;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1;
}

/* EDDM Map Page Controls */
.mapKey {
    overflow: auto;
    padding: 3px 0px 3px 3px;
    border: 1px solid #969696;
    background-color: #FFF;
    text-align: center;
}
    .mapKey div {
        float: left;
        margin-right: 3px;
        padding: 3px 5px;
        color: #FFF;
        font-size: 12px;
    }

.mapInfo {
    position: absolute;
    display: none;
    width: 300px;
    background-color: #FFF;
    -moz-box-shadow: -3px 0 0 rgba(0,0,0,.15), -7px 0 0 rgba(0,0,0,.05);
    -webkit-box-shadow: -3px 0 0 rgba(0,0,0,.15), -7px 0 0 rgba(0,0,0,.05);
    box-shadow: -3px 0 0 rgba(0,0,0,.15), -7px 0 0 rgba(0,0,0,.05);
}
    .mapInfo .closeButton {
        float: right;
    }
    .mapInfo .sectionContent {
        padding: 0;
        background-color: #FFF;
    }
        .mapInfo .sectionContent h2 {
            margin: 0;
            padding: 15px 0 15px 70px;
            background: #F5F5F5 url(../images/icons/iconBluePeople.jpg) no-repeat 15px 12px;
        }
        .mapInfo .sectionContent div {
            padding: 10px;
        }
        .mapInfo .sectionContent a {
            position: absolute !important;
            bottom: -18px;
            left: 15px;
        }
        .mapInfo .sectionContent table {
            width: 100%;
        }
        .mapInfo .sectionContent td span {
            white-space: nowrap;
        }
        .mapInfo .sectionContent p {
            color: #F00;
            text-align: center;
            font-size: 11px;
        }
    .mapInfo #demographic_info {
        margin-bottom: 10px;
    }
    .mapInfo:after {
        position: absolute;
        bottom: -8px;
        left: -7px;
        width: 16px;
        height: 25px;
        background: transparent url(../images/common/imgBtmTooltipCorner.png) no-repeat left top;
        content: "";
    }

.totalSection {
    display: table;
    width: 100%;
    background-color: #EEE;
}
    .totalSection .leftColumn {
        display: table-cell;
        padding-top: 10px;
        width: 55%;
        vertical-align: top;
        text-align: center;
        font-size: 20px;
    }
        .totalSection .leftColumn span {
            display: block;
        }
        .totalSection .leftColumn > span {
            margin-bottom: 10px;
            font-size: 80px;
            line-height: 65px;
        }
        .totalSection .leftColumn .small {
            font-size: 13px;
        }
    .totalSection .rightColumn {
        display: table-cell;
        padding: 25px 25px 15px;
        width: 283px;
        background-color: #D0CECE;
        vertical-align: top;
        font-size: 15px;
    }
        .totalSection .rightColumn table {
            margin-bottom: 15px;
        }
        .totalSection .rightColumn td {
            font-size: 15px !important;
        }
        .totalSection .rightColumn h2 {
            float: left;
        }
    .totalSection .sum {
        float: left;
        font-size: 20px;
    }

#mapOverlayModal {
    position: absolute;
    top: 30px;
    left: 200px;
    z-index: 101;
    display: none;
    padding: 25px;
    width: 300px;
    background-color: #5F82A5;
    color: #FFF;
    text-align: center;
    font-size: 20px;
}

#mapOverlayBkgd {
    position: absolute;
    top: 0;
    z-index: 100;
    display: none;
    width: 782px;
    height: 1100px;
    background-color: #FFF;
    opacity: 0.7;
    filter: alpha(opacity=0.7);
}

/* Shipping Address List */
.addressList {
    list-style-type: none;
}
    .addressList .button {
        float: right;
    }

/* Image Slider */
.sliderWrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    height: 120px;
}
    .sliderWrapper .prev {
        position: absolute;
        top: 50px;
        left: 0;
        width: 20px;
        height: 20px;
        background: transparent url(../images/buttons/btnPrev.png) no-repeat left top;
        text-indent: -9999px;
    }
        .sliderWrapper .prev.disabled {
            background-position: left -20px;
        }

    .sliderWrapper .next {
        position: absolute;
        top: 50px;
        right: 0;
        width: 20px;
        height: 20px;
        background: transparent url(../images/buttons/btnNext.png) no-repeat left top;
        text-indent: -9999px;
    }
        .sliderWrapper .next.disabled {
            background-position: left -20px;
        }

ul.slider {
    position: absolute;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
    ul.slider li {
        float: left;
        padding: 0 3px;
    }
    ul.slider img {
        width: 200px;
    }

/* Modal */
.modal {
    position: absolute;
    z-index: 101;
    display: none;
    background-color: #FFF;
}
    .modal .closeButton {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 21px;
        height: 20px;
        background: transparent url(../images/buttons/btnX-Close.png) no-repeat left top;
        text-indent: -9999px;
    }
    .modal .sectionContent {
        padding: 10px;
    }

.modalProgress {
    position: absolute;
    z-index: 101;
    display: none;
    width: 100px;
    height: 100px;
    background: transparent url(../images/common/ajaxLoading.gif) no-repeat left top;
}

.modalBackground {
    position: fixed;
    top: 0;
    z-index: 100;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.75;
    filter: alpha(opacity=0.75);
}

/* OLD STYLE OVERRIDES - Remove once site refresh has been completed */
.oldStyle, .oldStyle tr, .oldStyle td, .oldStyle input, .oldStyle select, .oldStyle textarea {
    color: #333;
    font-family: Lucida Grande,Arial,Verdana,sans-serif;
    font-size: 11px;
}

    .oldStyle #content {
        width: 740px;
    }

    .oldStyle #subheader {
        position: static;
        font-family: "Oxygen", Arial, sans-serif;
        font-size: 13px;
    }

    .oldStyle #loginWelcome {
        position: static;
    }

    .oldStyle h1 {
        color: #333;
        font-family: Lucida Grande,Arial,Verdana,sans-serif;
        font-size: 18px;
        line-height: normal;
        margin: 0 0 5px;
    }

    .oldStyle ul {
        margin: 0;
        padding: 0 0 10px 20px;
    }

    .oldStyle .button {
        padding: 0 11px 0 0;
        font-family: Lucida Grande,Arial,Verdana,sans-serif;
        font-size: 11px;
    }
        .oldStyle .button:after {
            display: none;
        }

    .oldStyle .marketingDollarTab {
        float: none;
        height: auto;
        position: static;
    }


.clsHidden {
    display:none;
}

.outofStockWrapper {
    position: relative;
}
    .outofStockWrapper img {
        position: absolute;
        top: 0;
        left: 0;
    }

.detail .price {
    width: 65%;
    float: left;
}
.detail .quantity {
    width: 35%;
    float: right;
    text-align: right;
}

span.loading {
    display: inline-block;
    background: transparent url(../images/common/imgSmLoading.gif) no-repeat left top;
    padding: 2px 0 0 20px;
}