/* Minification failed. Returning unminified contents.
(3,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2053,31): run-time error CSS1039: Token not allowed after unary operator: '-header-height-desktop'
(2053,66): run-time error CSS1039: Token not allowed after unary operator: '-header-padding-desktop'
(2644,35): run-time error CSS1039: Token not allowed after unary operator: '-theme-color'
(2800,28): run-time error CSS1039: Token not allowed after unary operator: '-ribbon-color'
(5418,8): run-time error CSS1038: Expected hex color, found '#white'
 */
/* Variables */
:root {
    --ribbon-color: #34466A;
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.Title {
    background-color: #000000;
    color: #ffffff;
    font-size: 17px;
    font-weight: bold;
    HEIGHT: 35px;
}

input[type=checkbox] {
    vertical-align: middle;
    position: relative;
    bottom: 2px;
    padding-left: 0;
    margin-left: 0;
    margin-right: 4px;
}

.GridButton {
    FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
    COLOR: #000000;
    HEIGHT: 20px;
    CURSOR: hand;
    BORDER-TOP: 1px solid #FFFFFF;
    BORDER-LEFT: 1px solid #FFFFFF;
    BORDER-BOTTOM: 1px solid #666666;
    BORDER-RIGHT: 1px solid #666666;
}

.toolTipDebuger {
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: left;
    background-color: whitesmoke;
    border-left-color: lightgrey;
    border-bottom-color: lightgrey;
    border-top-style: groove;
    border-top-color: lightgrey;
    border-right-style: groove;
    border-left-style: groove;
    border-right-color: lightgrey;
    border-bottom-style: groove;
    font-size: 15px;
}


.LineBelow {
    background-color: #990000;
}


/* */
.ErrorText {
    color: red;
    font-size: 11px;
    line-height: 15px;
}

.Error {
    color: red;
    font-weight: normal;
}

.validationSummary {
    margin-bottom: 10px;
}

.SelectedAsset {
    background: #999966;
    border-width: 10px;
    border-color: #00ffff;
}

.UnselectedAsset {
    background: #555D9C;
    border-width: 10px;
    border-color: #00ffff;
}

.PriceListRangeCell {
    width: 200px;
}


/* */
A.StepUnselected, A.StepUnselected:link, A.StepUnselected:visited {
    COLOR: #ffffff;
    background-color: #999966;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    padding-left: 10px;
}

    A.StepUnselected:hover {
        color: #999966;
        background-color: #ffffff;
        text-decoration: underline;
        padding-left: 10px;
    }

A.StepSelected {
    COLOR: white;
    background-color: #999966;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    padding-left: 10px;
}

    A.StepSelected:hover {
        color: white;
        background-color: #999966;
        text-decoration: none;
        padding-left: 10px;
    }

/* GENERAL */

/* text style used for most text rendered by modules */
.Normal {
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
}

.NormalDouble {
    font-size: 11px;
    font-weight: normal;
    line-height: 20px;
}

/* text style used for textboxes in the admin pages, for Nav compatibility */
.NormalTextBox {
    font-size: 1.2em;
    font-weight: normal;
}

/* text style used for selects in the admin pages, for Nav compatibility */
.NormalSelect {
    font-size: 1.2em;
    font-weight: normal;
}

/* text style used for textboxes in the edit pages, for Nav compatibility */
.EditTextBox {
    font-size: 1em;
    font-weight: normal;
    border-style: solid;
    border-width: 1px;
    border-color: #999966;
    width: 100%;
}

/* text style used for controls in the admin and edit pages, for Nav compatibility */
.NormalControl {
    font-size: 11px;
    font-weight: normal;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalCheckBox {
    margin-left: -4px;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalRadio {
    font-size: 11px;
    font-weight: normal;
    text-indent: -5px;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalButton {
    font-size: 11px;
    font-weight: normal;
    text-indent: -5px;
    /*    border-style: solid;
	border-width: 1px;
	border-color: #cccc99; */
    background-color: #ccccaa;
}

.NormalRed {
    font-size: 11px;
    font-weight: bold;
    color: red;
}

.NormalBold {
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
}

.NormalItalic {
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
}

HR {
    height: 1pt;
    text-align: left;
}

.options {
    color: #003399;
    font-size: 11px;
    font-weight: bold;
}


.HideControl {
    display: none;
}

.InfoPopup {
    display: none;
    position: absolute;
    width: 300px;
    z-index: 9;
    font-size: 11px;
    white-space: normal !important;
    border: solid 1px #CCCCCC;
    background-color: #FFFFFF;
    padding: 7px;
}

.OrderPriceLabelWidth {
    width: 500px;
}

.Spacer5 {
    display: inline-block;
    width: 5px;
}

.Spacer10 {
    display: inline-block;
    width: 10px;
}

.Spacer20 {
    display: inline-block;
    width: 20px;
}

.TableNoBorders,
.TableNoBorders TD {
    border: 0px !important;
}

.TableNoBordersOverride,
.TableNoBordersOverride TABLE,
.TableNoBordersOverride TD,
.TableNoBordersOverride DIV {
    border: 0px !important;
}

.XmpTooltipPopup {
    display: none;
    position: absolute;
    width: 300px;
    z-index: 10;
    font-size: 11px;
    font-weight: normal;
    white-space: normal !important;
    border: solid 1px #CCCCCC;
    background-color: #ffffe0;
    padding: 5px;
    width: auto;
    white-space: pre;
    max-width: 500px;
}

.priceExplainTooltip {
    margin-left: 5px;
}

.ulNoStyle {
    list-style: none;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

    .ulNoStyle li {
        list-style: none;
        list-style-type: none;
    }

.MoreInfoLabel {
    color: #333370;
    text-decoration: underline;
    cursor: default;
}

.RLPrevious {
    width: 100%;
}

/*.RLEditorContainer
{

	vertical-align: top;
	width: 615px;
}*/

.nopadding,
.nopadding TD {
    padding: 0px !important;
}

.ClearingGatewayMessage {
    white-space: normal;
    display: block;
}

.RequiredFieldMarker {
    color: Red;
    font-weight: bold;
    vertical-align: middle;
}

ul.horizontalList {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    ul.horizontalList li {
        display: inline-block;
        *display: inline;
        padding: 0;
        margin: 0;
    }


/*#region begin XmpImageDropDownList styles */
div.XmpImageDropDownList {
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(/uStore/Images/OpenMenu.png);
    z-index: inherit;
    border: solid 1px transparent;
}

    div.XmpImageDropDownList:hover {
        border: solid 1px #b0b0b0;
    }

    div.XmpImageDropDownList ul {
        z-index: inherit;
    }

    div.XmpImageDropDownList li, div.XmpImageDropDownList a.toggler {
        height: 20px;
        line-height: 20px;
        display: block;
        border-top: solid 1px #d0d0d0;
        background-color: white;
        background-repeat: no-repeat;
        text-decoration: none;
        color: #7395D3;
        z-index: inherit;
    }

        div.XmpImageDropDownList a.toggler, div.XmpImageDropDownList a.toggler:hover {
            background-color: transparent;
        }

        div.XmpImageDropDownList li:hover {
            background-color: #e8e8e8;
            z-index: inherit;
        }

    div.XmpImageDropDownList ul.choices {
        display: none;
        padding: 0;
        margin: 0;
        list-style-type: none;
        z-index: inherit;
    }

        div.XmpImageDropDownList ul.choices li {
            margin: 0;
            list-style-type: none;
            z-index: inherit;
        }
/*#endregion*/

/* begin user welcome styles */
.userWelcome {
    padding: 0 10px 0 10px;
    border: solid 1px transparent;
    vertical-align: baseline;
    text-align: right;
    float: right;
    height: 36px;
}

    .userWelcome span {
        *margin-bottom: 5px; /*  IE 7 hack*/
        display: block;
        height: 36px;
        line-height: 36px;
    }
/* end user welcome styles */

/* begin culture selector flag styles */
.flagList {
    padding-right: 5px;
    text-align: right;
    float: right;
    position: relative;
    z-index: 1001;
    height: 36px;
    margin-top: 7px;
}

div.flagList div.XmpImageDropDownList {
    background-position: 28px 8px;
    width: 40px;
    z-index: inherit;
}

    div.flagList div.XmpImageDropDownList li, div.flagList div.XmpImageDropDownList a.toggler {
        width: 8px;
        height: 20px;
        background-repeat: no-repeat;
        background-position: 4px center;
        padding-left: 20px;
        padding-right: 12px;
        z-index: inherit;
    }

.inlineFlags {
    display: inline;
    line-height: 23px;
}

/* saf3+, chrome1+ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .inlineFlags {
        display: inline-block;
        margin-top: 6px;
    }
}

/* end culture selector flag styles */

/* begin currency selector styles */
div.dropDownCurrencies {
    z-index: 1001;
    position: relative;
    width: 47px;
    height: 36px;
    margin-top: 7px;
    text-align: left;
    float: right;
    margin-right: 4px;
}

    div.dropDownCurrencies div.XmpImageDropDownList {
        background-position: 31px 8px;
    }

    div.dropDownCurrencies li, div.dropDownCurrencies a.toggler {
        width: 40px;
        height: 20px;
        display: inline-block;
        border-top: solid 1px #d0d0d0;
        background-color: white;
        text-decoration: none;
        padding-left: 3px;
        color: #7395D3;
        z-index: inherit;
    }

        div.dropDownCurrencies a.toggler, div.dropDownCurrencies a.toggler:hover {
            background-color: transparent;
        }
/* end currency selector styles */


.CheckoutCompleteOrderNumber {
    color: Red;
    font-weight: bold;
    vertical-align: middle;
}

ul.horizontalList {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    ul.horizontalList li {
        display: inline-block;
        *display: inline;
        padding: 0;
        margin: 0;
    }

/* -- Address List (begin)  -- */
.addressPaneTitle {
    padding: 0;
    float: left;
}

.addressPaneAddAddress {
    padding-right: 43px;
    float: right;
}

.addressListWrapper {
    max-width: 100%;
    height: auto;
    max-height: 300px;
    overflow: auto;
    padding: 0;
    width: 96%;
}

.addressListTable {
    table-layout: fixed;
    border-collapse: collapse;
    border: 0;
    border-spacing: 0;
    max-width: 100%;
    text-align: left;
}

    .addressListTable TD {
        padding: 0;
        text-align: left;
    }

.addressItemTable {
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 3px 12px;
    width: 260px;
    text-align: left;
    border: solid 1px #cccccc;
}

.addressItemHead {
    height: 25px;
    vertical-align: middle;
    font-size: 11px;
    font-weight: bold;
    border-bottom: solid 1px #cccccc;
}

    .addressItemHead > div {
        padding: 3px 0 0 5px;
        white-space: nowrap;
    }

    .addressItemHead .personName {
        vertical-align: middle;
        white-space: nowrap;
    }

    .addressItemHead .tooltip {
        display: inline-block;
        vertical-align: middle;
        width: 24px;
        height: 24px;
    }

.addressItemTitle {
    float: left;
}

.addressItemHead .buttons {
    float: right;
    width: 48px;
    text-align: right;
    padding: 3px 5px 0 0;
}

.addressItemBody {
	list-style-type: none;
	height: 110px;
	margin: 0;
	padding: 0 5px 5px 5px;
	vertical-align: top;
	background-color: #ffffff;
	font-size: 11px;
	font-weight: normal;
}

    .addressItemBody li {
        padding: 2px 0;
        margin: 0;
        white-space: nowrap;
    }

.paneSeparator {
    height: 2px;
    margin: 15px 5px 10px 0;
    border-top: 2px solid #CCCCCC;
    clear: both;
}


#tblAddressEdit input[type=text] {
    width: 260px;
}

#tblAddressEdit select {
    width: 266px;
}


/* -- Address List (end)  -- */

/*  ----------------------------------------------------------------------------------------------- */
/*  ------------------         PRODUCT LIST: BOTH LIST and GRID STYLES              --------------- */
/*  ----------------------------------------------------------------------------------------------- */

div.productList, table.productList {
    margin-top: 10px;
}


div.productListTable {
    position: relative;
}

    div.productListTable .thumbnail {
        border: solid 1px #e9e9e9;
        position: relative;
        width: 210px;
        height: 130px;
        margin: auto;
        padding: 4px;
    }

    /* productListTable Inventory*/
    div.productListTable.SoldOut div[class*="thumbnail"] {
    }

    div.productListTable.SoldOut .divSoldOut {
        background-image: url(/uStore/Images/SoldOut_big.png);
        position: absolute;
        z-index: 1000;
        top: 85px;
        right: 0px;
        width: 109px;
        height: 29px;
        color: White;
        font-size: 12px;
        line-height: 2.4em;
        display: inline !important;
        text-align: center;
        cursor: default;
    }

    /* center xmpimagebutton */
    div.productListTable div.productDetailsLink table {
        margin: 0 auto;
    }

    div.productListTable a, div.productListTable a img {
        display: block;
        margin: auto;
    }

        div.productListTable a img {
            border: solid 1px #e9e9e9;
        }

    div.productListTable .OutOfStock {
        color: Red;
    }

    div.productListTable .OutOfStockChoices {
        color: Red;
    }

    div.productListTable .InStock {
    }

    div.productListTable .StockLevel {
    }

.page-selection {
    display: block;
    min-height: 1px;
}


/*  ----------------------------------------------------------------------------------------------- */
/*  ------------------                               LIST                           --------------- */
/*  ----------------------------------------------------------------------------------------------- */

div.productlistview {
    width: 797px;
    margin-bottom: 15px;
}

    div.productlistview .thumbnail {
        float: left;
    }

.productlistview div.productInfo {
    float: left;
    width: 330px;
    position: relative;
    min-height: 144px;
}

div.productlistview div.productname, div.productlistview div.productdesc, div.productlistview div.productQtyRange {
    text-align: left;
    width: 355px;
    padding-left: 10px;
}

div.productlistview div.productname {
    line-height: 1.5em;
    padding-top: 10px;
    margin-top: 5px;
}

div.productlistview div.productdesc {
    margin-top: 10px;
    margin-bottom: 45px;
}

div.productlistview div.productQtyRange {
    position: absolute;
    left: 0;
    bottom: 15px;
    line-height: 15px;
}

div.productlistview div.pricingInfo {
    width: 195px;
    float: right;
    margin-top: 60px;
}

div.productlistview div.productPrice, div.productlistview div.productDetailsLink {
    text-align: center;
}

div.productlistview div.InventoryInfo {
    margin-left: 10px;
    position: absolute;
    left: 0;
    bottom: 0px;
    line-height: 15px;
    white-space: nowrap;
}

/*  ----------------------------------------------------------------------------------------------- */
/*  ------------------                              GRID                            --------------- */
/*  ----------------------------------------------------------------------------------------------- */

div.productgridview {
    width: 220px;
    margin: 10px;
    padding: 5px;
    border: solid 1px #e9e9e9;
}

.productgridview div.productname,
.productgridview div.productdesc,
.productgridview div.productQtyRange,
.productgridview div.productPrice,
.productgridview div.productDetailsLink {
    width: 210px;
}

.productgridview div.productname {
    margin-top: 10px;
}

.productgridview div.productdesc {
    margin-top: 5px;
    margin-bottom: 5px;
}

.productgridview div.productQtyRange {
    padding-bottom: 5px;
    display: block;
}

.productgridview .productunits {
    margin: 0 2px;
    width: 100%;
}

.productgridview div.productPrice, .productgridview div.productDetailsLink {
    text-align: center;
}

.productgridview div.productPrice {
    padding-bottom: 5px;
    display: block;
}

/*  ----------------------------------------------------------------------------------------------- */
/*  ------------------                              OVERLAY                         --------------- */
/*  ----------------------------------------------------------------------------------------------- */

div.productListTable .overlay {
    display: none;
    width: 100%;
    z-index: 100;
    position: absolute;
    font-size: 9px;
    line-height: 1.5em;
    height: 25px;
    text-align: left;
    top: 0;
    left: 0;
}

    div.productListTable .overlay div {
        width: 109px;
        height: 100%;
        position: absolute;
    }

div.productListTable .productEnlarge {
    left: 0;
    top: 0;
}

div.productListTable .productDownload {
    right: 0;
    top: 0;
}

div.productListTable .overlay div a {
    height: 100%;
    padding-top: 6px;
    width: 89px;
    padding-left: 20px;
    height: 100%;
}

div.productListTable div.overlay div {
    background-color: #e9e9e9;
}

div.productListTable .productDownload {
    border-left: solid 1px #d5d5d5;
}

div.productListTable .productEnlarge a {
    background: transparent url(/uStore/Images/magnifying_glass_high.png) no-repeat 5px 50%;
}

div.productListTable .productDownload a {
    background: transparent url(/uStore/Images/download.png) no-repeat 3px 50%;
}

.productListTable .overlay .productEnlarge:hover a {
    background-image: url(/uStore/Images/magnifying_glass_rol_high.png);
}

.productListTable .overlay .productDownload:hover a {
    background-image: url(/uStore/Images/download_rol.png);
}

/*  ----------------------------------------------------------------------------------------------- */
/*  ------------------                         END OVERLAY                          --------------- */
/*  ----------------------------------------------------------------------------------------------- */


/*  ----------------------------------------------------------------------------------------------- */
/*  ------------------                      GRID COLUMNS                            --------------- */
/*  ----------------------------------------------------------------------------------------------- */
.leftHeader {
    text-align: left;
}

.ShoppingCartGrid_Column_Buttons {
    width: 40px;
    text-align: center;
}

.ShoppingCartGrid_Column_Thumbnail {
    width: 82px;
    text-align: center;
}

.ShoppingCartGrid_Column_NotificationIcon {
    width: 24px;
    text-align: center;
}

.ShoppingCartGrid_Column_ProductName {
    width: 220px;
    text-align: left;
}

.ShoppingCartGrid_Column_Units {
    width: 180px;
    text-align: left;
}

.ShoppingCartGrid_Column_Reject {
    width: 120px;
    text-align: left;
}

.ShoppingCartGrid_Column_Price {
    width: 1%;
    text-align: right;
    white-space: nowrap;
}

.ShoppingCartGrid_Column_Currency {
    width: 1%;
    text-align: right;
    white-space: nowrap;
}

    .ShoppingCartGrid_Column_Price div.ShoppingCartPriceTD, .ShoppingCartGrid_Column_Currency div.ShoppingCartPriceTD {
        width: 80%;
    }

#trShoppingCart .shoppingCart_selectAll_wrapper {
    text-align: left;
}

#trShoppingCart img[id$="_imgChangeCart"] {
    margin-bottom: -5px;
}

.OrderDetailsGrid_Column_RequiresApproval {
    width: 24px;
    text-align: center;
}


/*  ----------------------------------------------------------------------------------------------- */
/*  ------------------                  END GRID COLUMNS                            --------------- */
/*  ----------------------------------------------------------------------------------------------- */
/* BEGIN FLOAT CLEARING */
.Duc:after,
.floatClearing:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .Duc,
* html .floatClearing {
    height: 1%;
}
/* for IE5+6 */

*:first-child + html .Duc,
*:first-child + html .floatClearing {
    min-height: 1px;
}
/* for IE7 */

/* END FLOAT CLEARING */



.subTitleProductNameExists {
    display: none;
}

.WizardButtonsContainer div {
    float: left;
    margin-right: 12px;
}

div.SaveDraftButtonContainer {
    float: right;
}

.WizardButtonsContainer {
    border-top: 1px solid #999999;
    padding-top: 4px;
}

#nav {
    margin-left: 3px;
}

#SlideShow {
    position: relative;
    visibility: hidden;
    text-align: center;
}

img.customizationPreview {
    max-width: 100%;
    max-height: 100%;
}

/*
* DialCustomerUIControls
*/

.CustomizationProperties {
}

    .CustomizationProperties #customization {
        float: left;
        width: 48%;
    }

    .CustomizationProperties #preview {
        float: right;
    }

.OrderFinalStepProperties {
    white-space: normal;
}

    .OrderFinalStepProperties .PropertyListItemTitle {
        min-height: 20px;
        margin-bottom: 15px;
        width: 100%;
        border-bottom: 1px solid;
    }

        .OrderFinalStepProperties .PropertyListItemTitle .titleText {
            font-weight: bold;
        }

    .OrderFinalStepProperties .DeliveryMethodSelection {
        margin-top: 5px;
        margin-bottom: 20px;
    }


#tdDocCtrlRight {
    vertical-align: top;
}

/* DUC */

.Duc {
    text-align: left;
    margin-bottom: 15px;
    display: block;
}

    .Duc.dependentDUC.xmp__dependentDUC__hide {
        position: fixed !important;
        top: 0 !important;
        opacity: 0 !important;
        z-index: -999 !important;
    }

    .Duc ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .Duc dl {
        clear: both;
    }

    .Duc dt, .Duc dd {
        float: left;
        margin: 0;
        padding: 0;
    }

.ducTitle {
    padding-bottom: 5px;
}

.Duc input[type=checkbox] {
    margin-left: 2px;
}

.FieldOptionItem:hover {
    color: grey;
    cursor: pointer;
}



/* IconDescriptionList DUC */
.FieldOptionItem.FOList {
    min-height: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
    background-repeat: no-repeat;
    background-position: 10px center;
    width: 100%;
    border-bottom: 1px solid #d0d0d0;
}

    .FieldOptionItem.FOList:first-child {
        border-top: 1px solid #d0d0d0;
    }

    .FieldOptionItem.FOList > div {
        padding-left: 65px;
    }

    .FieldOptionItem.FOList:last-child {
        border-bottom: 1px solid #d0d0d0;
    }

    .FieldOptionItem.FOList.selected {
        color: #000000;
        background-color: #ECECEC;
        border-top: none;
        border-bottom: none;
    }

/* IconTitleGallery DUC */

.FOGridWrapper {
    float: left;
}

.FieldOptionItem.FOGrid .optionTitle {
    position: absolute;
    text-align: center;
    top: 50px;
    width: 100px;
}

.FieldOptionItem .optionTitle {
    font-weight: bold;
    padding-top: 7px;
}

.FieldOptionItem.FOGrid.selected .optionTitle {
    position: absolute;
    text-align: center;
    top: 50px;
    width: 100px;
    font-weight: bold;
    padding-top: 7px;
    color: grey;
}


.FieldOptionItem.FOGrid {
    position: relative;
    float: left;
    width: 100px;
    height: 85px;
    margin: 5px;
    text-align: center;
}
/*
.FieldOptionItem.selected .optionIcon
{
    color: #000000;
    background-color : #ECECEC;
	border-top: none;
	border-bottom: none;
}
*/
.FieldOptionItem.selected + .FieldOptionItem {
    border-top-width: 0;
}

.FieldOptionItem.FOGrid .optionIcon {
    position: absolute;
    left: 17px;
    width: 66px;
    height: 45px;
    border: 1px solid grey;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 2px;
}

.FieldOptionItem.selected.FOGrid .optionIcon {
    border: 3px solid grey;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    margin: 0px;
}

.FieldOptionItem.selected.FOGrid + .FieldOptionItem {
    border-top-width: 1px;
}

.dependentDUC {
    display: block;
}
/* end DUC */


.dtiName, .dmiName, .dddlName {
    width: 190px;
}

.drbName {
    width: 182px;
}

.drbValue li {
    margin-left: 5px;
    line-height: 1.5em;
}

.dtiStringTextBox {
    width: 214px;
}

.dddlValue select {
    width: 220px;
}

/* remove HTML style tags from markup */

/*  hide title bar on XmpPopupWindow  */
.OrderFinalStepContent .ui-dialog-titlebar {
    display: none;
}

/* remove from WizardStepsNav.ascx, not sure how it is used */
.WizardStepsNavControl .hide {
    border: 0px;
    width: 0px;
    height: 0px;
}

#tdDialSummary.DialSummaryControl UL {
    width: 93%;
    white-space: normal;
}

.ShowMessagePage .Headbg {
    padding-right: 4px;
    padding-left: 4px;
    font-weight: bold;
    font-size: 12px;
    padding-bottom: 4px;
    margin: 4px;
    padding-top: 4px;
    height: 20px;
    background-color: #cfd8e0;
}

/* shopping cart */

.ShoppingCartControl .productName, .ShoppingCartControl .editProduct {
    float: left;
}

.ShoppingCartControl .productName {
    margin-bottom: 2px;
    font-weight: bold;
    padding-right: 5px;
}

.ShoppingCartControl .editProduct a {
    text-decoration: underline;
    font-size: 10px;
    color: #333333;
}

.ShoppingCartControl .emptyCartButtons {
    padding: 18px 0;
}

.ShoppingCartControl .emptyCartButtons {
    padding: 18px 0;
}

.ShoppingCartControl .modifyOrderRow {
    height: 30px;
    vertical-align: top;
}

.ShoppingCartControl .modifyingOrder {
    padding-right: 5px;
}

/* ShoppingCart Inventory*/
.ShoppingCartControl .inventoryStatus {
    color: Red;
    font-size: 12px;
    font-weight: bold;
}

.ShoppingCartControl .SoldOut div[class*="thumbnail"] {
}

.ShoppingCartControl .thumbnailWrapper {
    position: relative;
}

    .ShoppingCartControl .thumbnailWrapper #thumbnailBorder {
        padding: 10px;
        margin: 10px;
        border: solid 1px #cccccc;
        border-radius: 10px;
        background-color: #ffffff;
    }


.ShoppingCartControl .SoldOut .divSoldOut {
    background-image: url(/uStore/Images/SoldOut_small.png);
    position: absolute;
    z-index: 1000;
    top: 46px;
    right: 10px;
    width: 70px;
    height: 19px;
    color: White;
    font-size: 12px;
    line-height: 1.7em;
    display: inline !important;
}

.ie .ShoppingCartControl .SoldOut .divSoldOut {
    line-height: 1.5em;
}

ul.CheckOutPage {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    ul.CheckOutPage li.cartSummary ul {
        float: right;
        margin: 20px 20px 0 0;
    }

        ul.CheckOutPage li.cartSummary ul dt, ul.CheckOutPage li.cartSummary ul dd {
            display: inline-block;
        }

        * + html ul.CheckOutPage li.cartSummary ul dt, * + html ul.CheckOutPage li.cartSummary ul dd {
            display: block;
            float: left;
        }

        ul.CheckOutPage li.cartSummary ul dt {
            padding-left: 15px;
            padding-right: 30px;
            clear: both;
            float: left;
        }

        ul.CheckOutPage li.cartSummary ul dd {
            padding-left: 0;
            padding-right: 15px;
            margin-left: 0;
            float: right;
        }

            ul.CheckOutPage li.cartSummary ul dd span {
                display: block;
            }

.CheckOutPage .SecondaryCurrency {
    min-width: 130px;
}

.ShoppingCartSecondaryCurrencyLabel {
    float: right;
    clear: right;
}

.CheckOutPage .cartSummary dl {
    border: 0;
    margin: 0;
}

.CheckOutPage #CurrentCartSummary {
    height: 190px;
}

ul.CheckOutPage li.cartSummary div.totals tr {
    padding: 0 10px 0 10px;
}

.buttonContainer {
    float: left;
    padding-left: 5px;
}

.buttonsContainer {
    margin: 12px 10px 0 10px;
    float: right;
}

.CheckOutPage .cartSummary .aboveTop {
    border: 1px solid #cccccc;
    border-bottom: none;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: 15px;
}

.CheckOutPage .cartSummary .top {
    border: 1px solid #cccccc;
    border-top: none;
    padding-bottom: 14px;
    margin-bottom: 0;
}

.CheckOutPage .cartSummary .middle {
    margin-top: 0;
    margin-bottom: 0;
    border: 1px solid #cccccc;
    border-top: none;
    height: 28px;
    padding-top: 8px;
}

.CheckOutPage .cartSummary .bottom {
    border: 1px solid #cccccc;
    border-top: none;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    height: 30px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    background-color: #ffffff;
}

.ShoppingCartControl .divNickName {
    clear: left;
}

.SaveForLater {
    padding-bottom: 15px;
}

.KeywordsPanel {
    margin-left: 15px;
    margin-bottom: 20px;
}

.mainAreaFooterFullWidth {
    border-top: 1px solid #999999;
}

.inlinePanel {
    display: inline-block;
}

* + html .inlinePanel {
    display: block;
    float: left;
}

.productSearchBox {
    display: inline-block;
    border-width: 1px;
    margin-top: -8px;
}

.ie7 .productSearchBox {
    display: block;
    float: right;
}

.productSearchBox input[type=text] {
    height: 23px;
    width: 120px;
    margin: 0;
    padding: 0;
    border-style: none;
}

.productSearchBox input[type=submit] {
    border-width: 0;
    width: 20px;
    height: 23px;
    background-color: black;
    background-image: url(/uStore/Images/magnifying_glass_high.png);
    background-repeat: no-repeat;
    background-position: 4px 4px;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

.productSearchBox > div {
    float: left;
}

.noResultsLabel {
    display: block;
    padding: 10px 0px 0px 15px;
}

#TdBottomLogo, #TdBottomMenu {
}

/* BOTTOM NAVIGATION */

/* CheckoutPaymentSubmission */
.checkoutFinalBack, .checkoutFinalCheckout, .productDetailsBack, .productDetailsContinue {
    float: left;
}

.checkoutFinalCheckout,
.productDetailsContinue,
.checkoutFinalNext {
    float: right;
}

.checkoutFinalConfirm {
    text-align: right;
}

/*#region File submission property list styling */

.footnotes {
    padding: 2px;
}

.orderApprovalListBackButtonWrapper {
    padding-top: 50px;
}

.popupContent {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 50px;
    width: 100%;
    overflow: auto;
}

.popupFooter {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.footerButtons {
    float: right;
    text-align: right;
    width: 100%;
}

    .footerButtons > table.XmpImageButton {
        float: left;
    }

    .footerButtons > .XmpImageButton,
    .footerButtons > div > .XmpImageButton {
        margin-top: 10px;
        margin-bottom: 10px;
    }

.dialCustomizationTable {
    width: 100%;
}

.fileSubmissionCustomizationHeader {
    padding-left: 10px;
}

.fileSubmissionPropertyUnit {
    padding-left: 10px;
    font-weight: normal !important;
}

.fileSubmissionDropFilesHere {
    display: none;
    position: absolute;
    top: 0;
    left: 0px;
    width: 707px;
    z-index: 100;
    background-color: White;
    border-spacing: 8px;
    font-size: 40px;
    text-align: center;
}

    .fileSubmissionDropFilesHere .dropFileBorder {
        width: 670px;
        background-color: white;
        border: 4px dashed #cfcfcf;
        display: table-cell;
        opacity: .8;
        text-align: center;
        vertical-align: middle;
        color: #cfcfcf;
    }

.orderListTable {
    width: 100%;
}

    .orderListTable TD {
        padding-bottom: 5px;
    }

    .orderListTable .paneSeparator {
        margin: 0 -1px;
    }


#divSmpSearch .form-group {
    display: inline;
}

#divSmpSearch #TxtOrderID {
    width: 180px;
}

#divSmpSearch .SimpleSearchBtn {
    display: inline-block;
}

.ChangeToAdvSrchContainer {
    float: right;
}

#btnChangeToAdvSrch {
    display: inline;
}

.orderListTable #tblAdvSearch {
    padding: 0px;
}


    .orderListTable #tblAdvSearch .captionColumn {
        width: 180px;
        padding: 5px 0;
    }

    .orderListTable #tblAdvSearch .contentColumn {
        width: 335px;
        padding: 5px 0;
    }

    .orderListTable #tblAdvSearch .searchButtonsColumn {
        text-align: right;
        padding: 5px 15px 5px 0;
    }



    .orderListTable #tblAdvSearch .toSmpSearchColumn {
        text-align: right;
        padding: 5px 0;
    }


    .orderListTable #tblAdvSearch #TxtOrderID2 {
        width: 325px;
    }

    .orderListTable #tblAdvSearch #DdlAddress {
        width: 328px;
    }

    .orderListTable #tblAdvSearch #TxtProduct {
        width: 325px;
    }

    .orderListTable #tblAdvSearch #DdlSearchFilter {
        width: 328px;
    }

    .orderListTable #tblAdvSearch .datePicker {
        width: 130px !important;
    }


.orderDetailsPage {
    width: 100%;
}

.OrderDetailsTdRounding {
    width: 300px;
    padding: 0px 10px 0px 10px;
}

.flippedDivHorizontal {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.flippedDivVertical {
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
}


/*#endregion */

/* ProductDetails page table */
#productDetailsContainer {
    min-height: 440px;
    width: 100%;
}

.ProductDescMain {
    padding: 0px 0px 30px 0px;
}

.productDetailsIndent {
}

td.ProductDetailsInventory {
    padding: 10px 0 10px 10px;
}


    td.ProductDetailsInventory .OutOfStock {
        color: Red;
    }

    td.ProductDetailsInventory .OutOfStockChoices {
        color: Red;
    }

    td.ProductDetailsInventory .InStock {
    }

    td.ProductDetailsInventory .StockLevel {
    }

/* ProductDetails page table END */


/*  Wizard Navigation Begin  */

.WizardStepsNavControl {
    border-bottom: 1px solid #999999;
    margin-bottom: 5px;
}

#productDetailsContainer .WizardStepsNavControl {
    margin-bottom: 10px;
}

#ProgressBarDiv .WizardStepsNavControl {
    border-bottom: none;
}

.WizStep, .WizStepSel {
    display: block;
}

.WizardProgressStep {
    padding: 0px 15px 10px 5px;
}

/*  Wizard Navigation End  */

.checkoutSubmissionOrderPriceContainerContainer {
    float: right;
    margin-right: -16px;
}

/* LivePersonButton style */
.LivePersonButton_Skin {
    position: fixed;
    z-index: 100;
    bottom: 10px;
    right: 160px;
}
/* LivePersonButton style End */

.singleSignOnButtonFacebook {
    position: relative;
    display: block;
    height: 20px;
    padding: 0 8px 0 28px;
    border: 1px solid #32437F;
    text-align: left;
    cursor: pointer;
    border-bottom-color: #24346F;
    background: #6676AB url(/ustore/images/facebook-login-wide.gif) no-repeat 0 0;
    width: 141px;
}

    .singleSignOnButtonFacebook span {
        line-height: 20px;
        font: bold 11px/1 Verdana,Arial,sans-serif;
        color: white;
        vertical-align: middle;
    }

#divPricingGridWrapper {
    width: 930px;
    overflow-x: auto;
}

.disabledLink {
    color: #aaaaaa !important;
    cursor: default;
}

.divloadingImgPrice {
    position: absolute;
    width: 188px;
    background-color: black;
    opacity: 0.2;
}

.loadingImgPrice {
    z-index: 9999;
    position: relative;
    top: 30%;
    left: 40%;
}

/*#region OrderFinalStep Page Style */
.OrderFinalStepFinalStepInventory div {
    margin-bottom: 15px;
}

td.OrderFinalStepFinalStepInventory .OutOfStock {
    color: Red;
}

td.OrderFinalStepFinalStepInventory .OutOfStockChoices {
    color: Red;
}

td.OrderFinalStepFinalStepInventory .InStock {
}

td.OrderFinalStepFinalStepInventory .StockLevel {
}
/*#endregion */



/*#region Edit nickname in shopping cart*/
.linkEditNickName {
    display: none;
    background: url(/uStore/Images/icon-edit.gif) no-repeat;
    height: 16px;
    width: 16px;
    vertical-align: top;
    cursor: pointer;
}

.divNickName .txtNickName {
    width: 120px;
    height: 15px;
    display: none;
}

.divNickName :hover {
    cursor: pointer;
}

.CustomizationSteps span {
    float: left;
    margin-bottom: 3px;
    padding-left: 0px;
}
/*#endregion*/

/*#region Personal Information*/

.PersonalInformation td {
    padding-bottom: 7px;
}


.PersonalInformation #trChangePassword,
.PersonalInformation #trEditInfo {
    padding-bottom: 10px;
}

.PersonalInformation .TablesTitle {
    padding-bottom: 10px;
}

.PersonalInformation TD.FormLabel {
    padding-right: 20px;
}

.PersonalInformation #trChangePassword .FormField {
    width: 209px;
}

.PersonalInformation #trEditInfo .FormField {
    width: 260px;
}

.PersonalInformation #trEditInfo SELECT.FormField,
.PersonalInformation #trEditInfo .RadInput .FormField {
    width: 262px;
}

.PersonalInformation #chkOptIn {
    margin-left: -3px;
}

.PersonalInformation #trRequiredField TD,
.PersonalInformation #trOptIn TD {
    height: 20px;
}
/*#endregion*/

/*#region Document submission repository on disk*/
#upButton {
    cursor: pointer;
    width: 738px;
    height: 36px;
    top: 0px;
    background-image: url('/uStore/Images/FileSubmissionFileTypes/up.png');
    background-repeat: no-repeat;
    float: none;
    margin: 2px;
    border: 1px dotted lightgray;
}

#foldersContainer, #filesContainer {
    cursor: pointer;
}

    #foldersContainer .subfolderContainer, #filesContainer .fileContainer {
        border: 1px dotted lightgray;
        width: 237px;
        height: 55px;
        float: left;
        margin: 2px 2px 2px 2px;
        padding-left: 5px;
    }

    #foldersContainer .subfolderIcon, #filesContainer .fileIcon {
        width: 48px;
        height: 48px;
        display: table-cell;
    }

    #foldersContainer .subfolderName, #filesContainer .fileName {
        vertical-align: middle;
        display: table-cell;
        padding-left: 10px;
    }

    #foldersContainer .fileExtensionFolder {
        background-image: url('/uStore/Images/FileSubmissionFileTypes/folder.png');
    }

    #filesContainer .fileExtensiondocx, #filesContainer .fileExtensiondoc {
        background-image: url('/uStore/Images/FileSubmissionFileTypes/docx.png');
    }

    #filesContainer .fileExtensionpptx, #filesContainer .fileExtensionppt {
        background-image: url('/uStore/Images/FileSubmissionFileTypes/pptx.png');
    }

    #filesContainer .fileExtensionpdf {
        background-image: url('/uStore/Images/FileSubmissionFileTypes/PDF.png');
    }

#selectedFileName, #fileSelected, #resetFolder {
    display: none;
}
/*#endregion*/




/*#region PricingTableUI*/
#tblPricingTable {
    height: 100%;
    padding: 0 0 0 0;
}
/*#endregion*/

/*#region UploadRLWrapper.ascx*/
#UploadRLWrapper .form-group {
    display: table-row;
}

#UploadRLWrapper .formLabel {
    display: table-cell;
    padding: 0 1em;
    text-align: left;
}

#UploadRLWrapper #txtListDescription {
    width: 300px;
}

#UploadRLWrapper input[type="file"] {
    width: 390px;
    height: 22px;
}

/*#endregion*/

/*#region login.aspx*/
#tblSignIn, #tblRegistration, #tblSocialSignIn {
    width: 454px;
    margin-bottom: 12px;
    margin-top: 20px;
}

    #tblRegistrationForm input[type="text"], #tblRegistration input[type="password"], #tblRegistration input[type="text"], #tblRegistration input[type="password"] {
        width: 248px;
    }


#divRegisterComplete table {
    float: left;
}

.loginLogoContainer {
    text-align: center;
}

    .loginLogoContainer .logo {
        max-width: 165px;
        max-height: calc(var(--header-height-desktop) - 2 * var(--header-padding-desktop));
    }

/*#endregion*/

/*#region RecipientListEditor*/
#divRecipientListTitle, #divRecipientListButtons, #divRecipientListErrors {
    padding-bottom: 10px;
}

/*#endregion*/

/*#region RecipientListInsertPage.aspx*/
#rlEditContainer .input {
    margin-right: 20px;
    margin-bottom: 10px;
}

    #rlEditContainer .input input {
        width: 100%;
    }

#rlEditContainer input, #rlEditContainer label {
    display: block;
}

/*#endregion*/


/*#region AddressBox.ascx*/
.addressBoxWrapper .ddlAddresses {
    width: 200px;
}
/*#endregion*/

/*#region checkoutFinal.aspx*/
.CheckoutServices {
    width: 230px;
}

.ShippingItemContainer {
    float: left;
    margin: 5px;
}

.CheckoutAddressHeading {
    text-align: left;
}

/*#endregion*/

/*#region OrderFinalStep.aspx*/
#tblOrderFinalStepContent {
    table-layout: fixed;
    margin-top: 15px;
}

#tblNumCopies {
    margin-bottom: 15px;
}

    #tblNumCopies #lblNumCopiesWrapper {
        width: 190px;
    }

    #tblNumCopies input[type="text"] {
        width: 85px;
    }

/*#endregion*/

/*#region SelectGlobalAddress.aspx */
#selectGlobalAddressWrapper #txtSearch {
    width: 300px;
}

/*#endregion*/


/*#region  PriceReview.ascx */
.tblPriceTagsWrapper td.FormLabel {
    width: 180px;
}

#NumberOfCopiesPopup #lblNumCopiesWrapper {
    width: 190px;
}

#NumberOfCopiesPopup #txtNumCopies {
    width: 85px;
}
/*#endregion*/

/*#region OrderFinalStep.aspx*/

#docCtrlContainer {
    margin-top: 10px;
}

/*#endregion*/

/*#region OrderDetails.aspx*/
#orderTableContainer {
    margin-top: 10px;
    margin-bottom: 20px;
    border: 1px solid #000000;
}

#tableShipmentsContainer {
    margin-top: 10px;
    margin-bottom: 20px;
    border: 1px solid #000000;
}

#tableRejectionNotesContainer {
    padding-top: 10px;
}

.RejectNote {
    width: 75%;
    display: block;
}

#tblModifyVersionsContainer {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#tblModifyVersions {
    margin-left: -1px;
}

    #tblModifyVersions TD {
        padding-right: 20px;
    }

.OrderDetailsAnalytics, .OrderDetailsRecipientListDownload {
    display: table;
    width: 100%;
    height: 20px;
    vertical-align: middle;
}

.OrderDetailsGrid_Column_ProductName .imgDiv {
    display: table-cell;
    width: 30px;
    height: 20px;
    text-align: left;
    vertical-align: middle;
}

.OrderDetailsGrid_Column_ProductName .Link {
    display: table-cell;
    vertical-align: middle;
}

.OrderDetailsDeletedImg {
    height: 16px;
    width: 16px;
    vertical-align: sub;
    margin: auto 3px;
}

.OrderDetailsDeletedText {
    color: red;
    display: inline-block;
}

/*#endregion*/

/*#region proof.ascx*/
#txtProofRecordCount {
    width: 26px;
}
/*endregion*/


/*#region NoClearingUserDataCreditCard.ascx*/

#tblOfflinePayment #divCardNumber, #tblOfflinePayment #divExpirationDate {
    float: left;
}

#tblOfflinePayment #divCardNumber {
    padding-right: 15px;
}

#tblOfflinePayment #divExpirationDate {
    width: 175px;
}

#tblOfflinePayment .ddlCreditDate {
    max-width: 75px;
}

/*endregion*/

#trHTML5CompatibilityAlert .alert, #trHTML5CompatibilityAlert .alert2 {
    background-color: #ffc0c0;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: normal;
    padding: 5px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#trHTML5CompatibilityAlert .alert {
    margin: -5px 2px 10px 2px;
}


#trHTML5CompatibilityAlert .alert2 {
    margin: -15px 0 5px 0;
}


.tdContainer {
    float: left;
}

.mobile {
    display: none !important;
}

/*#region Web Proof */

.webProofTab {
    border: 1px solid #ddd;
    padding: 10px;
    width: 100px;
    height: 30px;
    display: inline;
    cursor: pointer;
}

    .webProofTab.selected {
        background-color: #C8CACB;
    }

.webProofMain {
    border: 1px solid #ddd;
    position: relative;
    top: 11px;
    padding-top: 20px;
    padding-left: 5px;
}

.webProofFrame {
    width: 100%;
    height: auto;
    min-height: 800px;
}

/*#endregion*/


/*#region dateTime picker*/
.dtPickerTable {
    display: inline-block;
    vertical-align: top;
}

.datetimeWrapper div {
    float: left;
    margin-right: 5px;
}

/*#endregion*/


/* #region OrdedDetails Approval */

.approvalContainer {
    margin-left: -2px;
    margin-bottom: 10px;
}

    .approvalContainer TABLE TR TD:first-child {
        padding-left: 0;
    }

td.approverRejectConfirm {
    padding-bottom: 10px;
}

.engagementMessage {
    line-height: 30px;
}

TD.approvalButton {
    padding-right: 5px;
}

/* #endregion */
.ReportDetailDiv {
    text-align: center;
    widows: 100%;
}

.mcReportsWaitingDiv {
    position: absolute;
    bottom: 180px;
    left: 50%;
    width: 40px;
    display: block;
}

.quantityCalculationInProgressText {
    margin-top: 10px;
    margin-left: 50px;
    margin-right: 50px;
    text-align: center;
}

.quantityCalculationInProgressImg {
    margin-top: 30px;
    margin-left: 40%;
    margin-right: 40%;
    background-image: url('/ustore/images/ImageLoading.gif');
    height: 66px;
    width: 66px;
}

/*#region file submission NewItemMenu*/
.NewItemMenu .VerticalMenuDiv {
    float: left;
    padding: 0px;
    margin: 0px;
    height: 100%;
    width: 100%;
}

    .NewItemMenu .VerticalMenuDiv ul li {
        padding: 0px 5px 0px 5px;
        height: 30px;
        line-height: 2em;
        white-space: nowrap;
        overflow: hidden;
    }


.NewItemMenuTitle {
    background-color: #BFBFBF;
    padding: 0 5px 0 5px;
    min-height: 20px;
    /*display: none;*/
    font-weight: 600;
}

.NewItemMenu li span {
    height: 100%;
}

    .NewItemMenu li span.UploadName {
        display: inline-block;
        border-left: 1px solid #d0d0d0;
        padding-left: 10px;
    }

    .NewItemMenu li span.UploadImage {
        background-repeat: no-repeat;
        background-position: left;
        padding: 2px 0 2px 30px;
    }

.NewItemMenu li.UploadFileMenuItem.local .UploadImage {
    background-image: url('/ustore/images/Folder.png');
}

/*#endregion*/



/*#region fileAttachDuc*/

.FileAttachmentList li {
    margin-bottom: 10px;
}

    .FileAttachmentList li a {
        text-decoration: underline;
        cursor: pointer;
        color: #006699;
        padding-left: 4px;
    }

.fileAttachDelete {
    background: url(icon-delete.gif) no-repeat;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    cursor: pointer;
    background-position: center;
    display: inline-block;
}


.fileAttachDropFilesHere {
    position: relative;
    margin-right: 12px;
}

.Duc .fileAttachDropFilesHere a,
.Duc .fileAttachDropFilesHere a:hover,
.Duc .FileAttachmentDownloadTemplate a,
.Duc .FileAttachmentDownloadTemplate a:hover {
    height: 34px;
    line-height: 34px;
    padding-left: 28px;
    padding-right: 28px;
    border: 1px solid #d6d6d6;
    border-radius: 8px;
    text-decoration: none;
    color: #484848;
    display: flex;
    align-items: center;
    width: max-content;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.FileAttachmentDownloadTemplate a:before,
.fileAttachDropFilesHere a:before {
    content: "";
    width: 34px;
    height: 34px;
    box-sizing: border-box;
    background-color: #484848;
}

/*download icon*/
.FileAttachmentDownloadTemplate a:before {
    -webkit-mask: url(/uStore/Images/download.svg) no-repeat left center;
    mask: url(/uStore/Images/download.svg) no-repeat left center;
}

/*upload icon*/
.fileAttachDropFilesHere a:before {
    -webkit-mask: url(/uStore/Images/upload.svg) no-repeat left center;
    mask: url(/uStore/Images/upload.svg) no-repeat left center;
}

.FileAttachmentDescription span {
    font-size: 14px;
    color: #767676;
}

#fileAttachmentErrorMessage {
    font-size: 12px;
    color: #ff625a;
}

    #fileAttachmentErrorMessage > a {
        color: #20a8ce;
    }

.fileAttachDropFilesHere .NewItemMenu {
    visibility: hidden;
    opacity: 0;
}

.fileAttachDropFilesHere .NewItemMenu .VerticalMenuDiv {
    float: none;
    width: auto;
    height: auto;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid #d6d6d6;
    background: #ffffff;
    border-radius: 4px;
    z-index: 999;
}

.fileAttachmentUploadWrapper {
    display: flex;
    align-items: center;
}

.fileAttachmentUploadAllowedFiles {
    display: none;
    max-width: 264px;
}
/*#endregion fileAttachDuc*/


/*#region Horizontal Menu (moved from filesubmission.css*/

.VerticalMenuDiv ul {
    width: 100%;
    margin: 0;
    padding: 0;
}

    .VerticalMenuDiv ul li {
        list-style-type: none;
        text-align: left;
        min-height: 30px;
        line-height: 1.4em;
        font-weight: 500;
    }

.VerticalMenuDiv .disabledItem {
    color: #aaaaaa;
}

    .VerticalMenuDiv .disabledItem:hover {
        color: #aaaaaa;
        cursor: default;
        background: white !important;
    }

/* IE needs special attention in overriding gradient background */
.ie .VerticalMenuDiv .disabledItem:hover {
    color: #aaaaaa;
    cursor: default;
    background: white !important;
    background: -ms-linear-gradient(top, white 27%,white 66%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='white', endColorstr='white',GradientType=0 ); /* IE6-9 */
}

.VerticalMenuDiv ul li:hover, .VerticalMenuDiv_ul_li_active {
    cursor: pointer;
    background: #acd01e; /* Old browsers */
    background: -moz-linear-gradient(top, #acd01e 27%, #b8da30 66%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(27%,#acd01e), color-stop(66%,#b8da30)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #acd01e 27%,#b8da30 66%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #acd01e 27%,#b8da30 66%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #acd01e 27%,#b8da30 66%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd01e', endColorstr='#b8da30',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #acd01e 27%,#b8da30 66%); /* W3C */
}
/*#endregion*/

/* #region xmpDialog (moved from jqury-ui-custom.css) */
.xmpDialog {
    display: none;
}

.ui-dialog-titlebar.noTitle {
    padding: 10px 0 0 0;
    border-color: transparent;
    background: none;
}

    .ui-dialog-titlebar.noTitle.noIcon {
        display: none;
    }
/*#endregion xmpDialog*/

/*#region Touch Point Preview */

.BigMargin {
    margin: 50px;
}

.LoadDivImgBar {
    background-image: url("/uStore/Images/touch point preview loader.gif");
    background-position: center center;
    display: block;
    width: 128px;
    height: 15px;
}

#touchpoint-preview-wrapper.withProgressBar {
    margin-top: 30px;
}


#touchpoint-preview-wrapper .hide {
    display: none;
}

#touchpoint-preview-wrapper #sendEmailProofWrapper {
    margin-bottom: 15px;
}

#touchpoint-preview-wrapper #sendEmailProofContent {
    position: relative;
    left: 10px;
    display: table;
    padding-top: 20px;
    padding-bottom: 30px;
}

#touchpoint-preview-wrapper #sendEmailProofWrapper > div.horizontalRow {
    border-bottom: 1px solid var(--theme-color, black);
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
}

#touchpoint-preview-wrapper #sendEmailProofContent > * {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    left: 0;
    top: 0;
}

    #touchpoint-preview-wrapper #sendEmailProofContent > *:not(:last-child) {
        padding-right: 8px;
    }

#touchpoint-preview-wrapper #sendEmailProofWrapper #sendEmailErrorMessage.hide {
    visibility: hidden;
}

#touchpoint-preview-wrapper .form-group > input {
    position: relative;
    top: 0;
    left: 0;
}

#touchpoint-preview-wrapper .form-group > .error-message {
    position: absolute;
    top: calc(55% + 10px);
    left: 0;
    color: red;
    height: 8px;
}

#touchpoint-preview-wrapper .touchpoint-progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    background-color: #eff6d3;
    height: 30px;
    overflow: hidden;
}

    #touchpoint-preview-wrapper .touchpoint-progress-bar.loading {
        background-color: #d8eff6;
    }

    #touchpoint-preview-wrapper .touchpoint-progress-bar.error {
        background-color: #fed3dc;
    }

    #touchpoint-preview-wrapper .touchpoint-progress-bar.success {
        background-color: #eff6d3;
    }

    #touchpoint-preview-wrapper .touchpoint-progress-bar.hide {
        background-color: #d8eff6;
        height: 0;
    }

#touchpoint-preview-wrapper .progress-bar-icon {
    position: absolute;
    left: 12px;
    top: 5px;
    height: 20px;
    width: 20px;
}

#touchpoint-preview-wrapper .touchpoint-progress-bar.loading .progress-bar-icon {
    top: 2px;
    height: 25px;
    width: 25px;
}

#touchpoint-preview-wrapper .progress-bar-wrapper {
    width: 100%;
    height: 100%;
    font-size: 11px;
}

#touchpoint-preview-wrapper .touchpoint-progress-bar .progress-bar-status-wrapper {
    display: none;
    width: 100%;
    height: 100%;
}

#touchpoint-preview-wrapper .touchpoint-progress-bar.error .progress-bar-status-wrapper.error-wrapper {
    display: table;
}

#touchpoint-preview-wrapper .touchpoint-progress-bar.success .progress-bar-status-wrapper.success-wrapper {
    display: table;
}

#touchpoint-preview-wrapper .touchpoint-progress-bar.loading .progress-bar-status-wrapper.loading-wrapper {
    display: table;
}

#touchpoint-preview-wrapper .progress-bar-status-text {
    position: relative;
    left: 40px;
    display: table-cell;
    vertical-align: middle;
}

#touchpoint-preview-wrapper #proofContent {
    position: relative;
    top: 30px;
}

    #touchpoint-preview-wrapper #proofContent > iframe {
        border: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

.fullHeight {
    height: 100%;
}

#divPreview .fullHeight {
    height: calc(100% - 60px) !important;
}

/*#endregion*/


/* XM Analytics reports in order details */
.divReportContainer {
    border: solid 2px #e6e6e6;
    text-align: center;
    height: 280px;
    width: 305px;
    margin: auto;
    margin-bottom: 20px;
}

/*#endregion*/

/* #region Cookie Ribbon */

.cookieRibbonWrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    line-height: 50px;
    height: 50px;
    opacity: 0.75;
    background-color: var(--ribbon-color, #34466A);
    display: none;
    z-index: 9999;
}

    .cookieRibbonWrapper.show {
        display: block;
    }

    .cookieRibbonWrapper .buttonContainer {
        position: absolute;
        right: 10px;
        vertical-align: middle;
        line-height: inherit;
        color: #fff;
    }

    .cookieRibbonWrapper .cookieRibbonText {
        position: absolute;
        left: 10px;
        vertical-align: middle;
        line-height: inherit;
        color: #fff;
    }

#modifyOrderDialog .modifyOrderDialog-content {
    padding: 15px 15px 35px 15px;
}

#modifyOrderDialog .divDialogButtons {
    float: right;
}

.fileAttachmentErrorMessage {
    color: red;
}

/*#endregion*/

/**/

/* Style: XmpGreen */

/* Resets */

div, header, nav, ul, li, body {
    padding: 0;
    margin: 0;
}
            
ul {
    list-style-type: none;
}

/* for new elements in old browsers */
article, aside, figure, footer, header, hgroup, nav, section { 
    display: block; 
}		

/*
    Document Level styles
*/
body 
{
    border-style: solid;
    border-width: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

html 
{
    height: 100%;
    /*	radial gradient	background*/
        /*	fallback */
        background-color: #6a6a6a;
        background-image: url(images/background.jpg);
        background-position: center top;
        background-repeat: no-repeat;
		background-attachment: fixed;
		background-size:cover;

        /* SVG for IE9 and Opera */
        background-color: #6a6a6a;
        background-image: url(images/background.jpg);
        background-position: center top;
        background-repeat: no-repeat;
		background-attachment: fixed;
		background-size:cover;

        /* W3C for Mozilla */
        background-color: #6a6a6a;
        background-image: url(images/background.jpg);
        background-position: center top;
        background-repeat: no-repeat;
		background-attachment: fixed;
		background-size:cover;

        /* W3C for new WebKit */
        background-color: #6a6a6a;
        background-image: url(images/background.jpg);
        background-position: center top;
        background-repeat: no-repeat;
		background-attachment: fixed;
		background-size:cover;
                    
        /* W3C unprefixed */
        background-color: #6a6a6a;
        background-image: url(images/background.jpg);
        background-position: center top;
        background-repeat: no-repeat;
		background-attachment: fixed;
		background-size:cover;
    /*	end radial gradient	*/
}

a:link,
a:visited,
a.SmallLink,
.addressItemHead .personName,
A.BigLink,
A.BigLink:hover,
a.SmallLink:hover,
.DeliveryStatus,
.TrackingLink
{
    color: #006699;
}

#searcharea 
{
    position: relative;
    height: 54px;
    background: url(fullWidthBanner_recht.png) no-repeat 0 0;
	margin-top: 10px;
}

.ThemedPagedFullWidthMaster #searcharea { width: 959px; }

.subtitleProductName,
.subtitle 
{
    display: inline-block;
    font-size: 16px;
    font-variant: inherit;
    font-weight: bold;
    position: absolute;
    left: 13px;
    bottom: 5px;
	padding: 2px;
}

.subTitleProductNameExists
{
    display:none;
}

.ie7 .subtitleProductName,
.ie7 .subtitle
{
    display: block;
}

.LoginMaster .subtitle 
{
    left: 16px;
}

.productSearchBox
{
    display: inline-block;
    position: absolute;
    right: 20px;
    bottom: 13px;
    top: -43px;
}

.ThemedPageMaster .productSearchBox
{
	bottom: 10px;
}

.productSearchBox > div
{
    float: left;
}

.productSearchBox input[type=submit]
{
    background-image: url(magnifing-glass.png);
    background-color: #006eb6;
}
/* begin user welcome styles */
.userWelcome
{
	height: auto;
    padding: 0;
    border-width: 0;
    margin: 0;
    float: none;
	text-align: left;    
    background-color: transparent;
    position: absolute;
    left: 180px;
    top: 60px;
    z-index: 2;    
}
.userWelcome span
{
	height: 18px;
	line-height: 18px;
	text-align: left;
}
/* end user welcome styles */

#masterPageFooter 
{
    border-top: 1px solid #000000;
    height: 9px;
    background-color:  #006eb6; 
    width: 959px;
}

#postFooter { margin-bottom: 25px; }


/* removed */
#fullWidthContent {
    background-color: #FFFFFF;
    /*
    border-left: #C6CCD9 solid 3px;
    border-right: #C6CCD9 solid 3px;
*/
    height:auto;
    min-height: 480px;    
}

#header {
    background-image:url(header_background.jpg);
    border-right:3px solid #C6CCD9;	
    border-top:3px solid #C6CCD9;
    border-left:3px solid #C6CCD9;
    float: left;
    height: 112px;
    text-align: left;
    width: 959px;
    z-index:1000;
}

/* Formatting Styles */ 
a {
    text-decoration: none;
}

.Link
{
    text-decoration: underline;
}

.productSearchTD
{
    text-align: right;
    background-color: #FFFFFF;
}

.cellbottom {
    border: 0px;
}

.clearfloat{
    clear: both;
}

.emphasis {
    font-size: 12px;
    font-weight: bold;
}


.formfield {
    font-size: 11px;
}

.formprompt {
    font-size: 11px;
    font-weight: bold;
    text-align: right;
}

.formpromptred {
    font-size: 11px;
    font-weight: bold;
    text-align: right;
}

.formtitle {
    background-color: #007ABE;
    font-size: 12px;
    font-weight: bold;
}

.leftbar {
    background-color: #009900;
    font-size: 12px;
    font-weight: normal;
    height: 100%;
    width: 154px;
}

.welcomeIFrame 
{
    width:783px;
    height:525px;
    border-width:0px;
    overflow:hidden;
}

.homeIFrameContainer
{
    vertical-align:top;
}

.homeOrderListsContainer
{
    background-color:transparent; 
    width: 100%;
    font-size:11px;
}

.homeOrderListsContainer > div
{
    float: right;
}

.mainareaFullWidth {
    background-color: #FFFFFF;
    border-width: 0px;
    padding: 10px 15px;
    float: left;
    width: 929px;
    min-height: 480px;
}
.LoginMaster #bodyarea
{
    width: 959px;
    background-color: #ffffff;
}

.mainAreaFooter {
    background-color: #FFFFFF;	
    border-width: 0px;
    clear:left; 
}

.mainAreaFooterFullWidth {
    background-color: #FFFFFF;	
    border-width: 0px;
    float: left;
    width: 959px;
    padding: 12px 0;
}

.productDetailsContentFooter
{    
    overflow: hidden;
}

.mainAreaFooterFullWidth .WizardButtonsContainer
{
    border-top: none;
    margin-top: 0;
    padding: 12px 0;
    width: 959px;
    overflow: hidden;
}

.mainAreaFooterFullWidth table 
{
    margin: 10px;
}

.mainAreaFooterFullWidth table.uEditButtons
{
    margin: 0;
}

.mainAreaFooterFullWidth table > tr > td
{
    margin-right: 10px;    
}

.selectedViewLabel {
	color: #006699;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/*  uEditCustomization adjustment  */

.gallerylayer
{
    padding-bottom:15px;
}
.customizationPreview
{
    border:1px solid gray;
    box-shadow: 1px 1px 5px gray;
    -moz-box-shadow: 1px 1px 5px gray;
    -webkit-box-shadow: 1px 1px 5px gray;
}


table.mainAreaFooterFullWidth
{
    border: none;
}
.mainarea_bg {
    background-color: #EFEFEF;
}

.navnorm {
    background-image: url(navnorm.gif);
    border: none;
    cursor: pointer;
    height: 21px;
    padding-left: 10px;
    text-decoration: none;
    vertical-align: middle;
}

.navsel {
    background-image: url(navsel.gif);
    border: none;
    cursor: pointer;
    height: 21px;
    padding-left: 10px;
    vertical-align: middle;
}

.productbtns {
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}

.productdesc {
    font-size: 12px;
    font-variant: normal;
    font-weight: normal;
}

.productunits {
    font-size: 11px;
    font-variant: normal;
    font-weight: normal;
}

.productname {
    font-size: 12px;
    font-weight: bold;
}

*div.productListCell
{
    /* IE vertical scroll fix */
    overflow-y:hidden;
    padding-bottom:15px;
}
.productListCell
{
    position:relative;
    top:0;
    left:0;
    min-height:100%;
    overflow:auto;
    padding: 0;
}

#TdBottomMenu
{
}
.rtcontentcol {	
    font-size: 10px;
    font-weight: normal;
    padding-left:20px
}

.searchprompt {
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
}


.slogan {
    font-size:13px;
    font-weight:bold;
	color:#ffffff;
    position:absolute;
	top:77px;
	left:19px;
	white-space:nowrap;
	z-index:2;
}

.smallprompt {
    font-size: 10px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    text-transform: uppercase;
}

.explanation {
    font-size: 10px;
    font-style: normal;
    font-variant: normal;	
    white-space:normal;
}

.ShoppingCartGridDeleteItem center a:link
{	
    text-decoration: none;
}
.title 
{
    font-size: 18px;
    font-weight: bold;
    padding-left:10px;
}

.boundedBox 
{
    border: solid 1px #D9D9D9;
    margin-bottom: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}

.boxHeading
{
    display:inline-block;
    font-size:12px;
    font-weight:bold;
    padding-bottom:5px;
}

.boxSubHeading
{
    display: block;
    font-size: 11px;
    font-weight:bold;
    padding-bottom:5px;
    padding-top: 10px;
    position: relative;
    clear: both;
}

.boxSeparator
{
	border-bottom: solid 1px #D9D9D9;
	line-height:70%;
}

#fullpage {
    margin: auto;
    width: 960px;
    position: relative;

}

#logo
{
    height: 60px;
    width: 250px;
    position: absolute;
    top: 10px;
    left: 20px;
    background-image: url(logo_HR.png);
    z-index: 2;
}

#TdBottomLogo
{
    height: 25px;
}

.LoginBodyArea span.ErrorText  
{
    margin-top:-20px;
}

#signinbtn {
    background-image: url(icon-signin3.gif);
    background-repeat: no-repeat;
    cursor: pointer;
    height: 36px;
    width: 52px;
}
/* Layout Styles */ 
.SelectedAsset
{
    background: #0068A3;
    border:none;
    border-color: #00ffff;
}

.UnselectedAsset
{
    background: #FFFFFF;
    border:none;
    border-color: #00ffff;
    cursor:hand;
}
A.BigLink
{
    FONT-SIZE: 13px;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
}

A.BigLink:hover
{
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

a.SmallLink
{
    font-size: 11px;
    font-weight: normal;
    text-decoration: underline;
}

a.SmallLink:hover
{
    text-decoration: underline;
    cursor: pointer;
}

/* CUSTOM LINKS STYLES */

/* FORM STYLES */
/* DEFAULT LINK STYLE */
/* commented by idan - because of new wizard
.WizStep
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    text-align: center;
    text-decoration: none;
}

.WizStepSel
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    BORDER: none;
    text-align: center;
    text-decoration: none
}
*/


/* HEADING STYLE */

.PageTitle
{
    FONT-SIZE:18px;
    FONT-WEIGHT:bold;
}

.Heading1   /* product details page, product name*/
{
    padding-top:5px;
    font-size: 18px;
    font-weight: bold;
	display:none;
}

.Heading2
{
    FONT-SIZE:14px;
    FONT-WEIGHT:bold;
}


/* FORM STYLE */

.breadCrumbs
{
    width: 100%;
    padding-bottom: 20px;
}

.FormLabel
{
    font: 13px "Segoe UI",Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: black;
	padding-left: 5px;
}

.FormLabelLeft
{
    FONT-SIZE: 13px;
    FONT-WEIGHT: bold;
    text-align:left;
}
.Tooltip
{
    FONT-SIZE: 9px;
    cursor: help;
    white-space: nowrap;
}
/* Customization Steps navigation (StepsNav.ascx) */
.btnUnselected
{
    HEIGHT: 30px;	
    CURSOR: hand;
    text-align: center;
    padding:4px;
}
.btnUnselected a:link
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #666666;
    border: 0px;

}
.btnSelected
{
    padding:4px;
    HEIGHT: 30px;	
    CURSOR: hand;
    text-align: center;
}
.btnSelected a:link
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #006eb6;
    border: 0px;
    text-decoration: none;
}

.FormField, #ctl00_cphMainContent_ddlNumCopies
{
    font: 13px "Segoe UI",Arial,Helvetica,sans-serif;
	color: black;
	padding-left: 5px;
	width: 230px;
	height: 30px;
}


.FormButton {	
    cursor:pointer;	
    background: #fff;
    height: 24px;
    font: bold 11px Verdana, Arial;	
    border: #8fb3cc 2px solid;		
}

.FormButton:hover {	border: #38789c 2px solid; }

.FilePick {
    font-size : 11px;
    background-color: #E1E1E1;
    border: 1px solid #7B7B7B;
}

/* TEXT STYLE */

.SmallItalic {
    font-size: 10px;
    font-weight: normal;
    font-style: italic;
    white-space: normal;
}


.BigItalic
{
    FONT-SIZE: 13px;
    FONT-WEIGHT: normal;
    FONT-STYLE: italic;
}

.Italic
{
    FONT-STYLE: italic;
}

.Error
{
    FONT-SIZE: 12px;
}

.RejectText, .PendingText, .ApprovedText, .ModifiedText
{
    font-size: 11px;
    font-weight: bold;
}

.RejectBack
{
    font-size: 11px;
    background-color: #f2dcdb !important;
}

.RejectBackAlt
{
    font-size: 11px;
    background-color: #e6b9b8 !important;
}

.ModifyBack
{
    font-size: 11px;
    background-color: #A4CAD2 !important;
}

.InlineImage
{
    vertical-align:middle;
    border: 0 none;   
}

/* FORM STYLES */

.THFontText {
    FONT-WEIGHT: bold; FONT-SIZE: 8pt; 
    BACKGROUND-COLOR: #d3d3d3
}
.TDItemText {
    FONT-SIZE: 8pt; BACKGROUND-COLOR: white
}
.TDAltItemText {
    FONT-SIZE: 8pt; BACKGROUND-COLOR: #CCCCCC
}
.RTHFontText {
    FONT-WEIGHT: bold; FONT-SIZE: 8pt; 
    BACKGROUND-COLOR: #d3d3d3
}
.RTDItemText {
    FONT-SIZE: 8pt; BACKGROUND-COLOR: white
}
.RTDAltItemText {
    FONT-SIZE: 8pt; BACKGROUND-COLOR: #CCCCCC
}

/* -------------  OrderApprovalList OrderRecentList ----------*/

.OrderApprovalListFooter
{
    background-color: transparent;

    font-size: 11px;
	padding-top: 5px;
}

.PositionedImage3px
{
    position:relative;
    left:3px;
     
}

.PositionedImage5px
{
    position:relative;
    left:5px;
     
}

.PaddedTD
{
    padding-left:5px;
}

/* -------------  OrderApprovalList OrderRecentList END ----------*/

.CartTable
{

}

.CartListHead
{
    background-color: #00598b;
    line-height: 15pt;
    padding-left: 5px
}

.CartListItem
{
    background-color: #ffffff;
    border-bottom: dimgray;
    font-size: 11px;
    line-height: 15pt;
    padding-left: 5px;
    padding-right: 5px;
    white-space: normal;
}

.CartListItemAlt
{
    background-color: #f2f2f2;
    border-bottom: dimgray;
    font-size: 11px;
    line-height: 15pt;
    padding-left: 5px;
    padding-right: 5px;
    white-space: normal;
}

.CartListFooter
{
    background-color: #dddca3;
    line-height: 10pt;
}

#cartOrderTableWrapper .productName
{
	width: 150px;
}
.SaveForLaterCartListHead
{
    line-height: 15pt;
    padding-left: 5px
}

.RejectHead
{
    background-color: #c0504d !important;
    border-bottom:1px solid #c0504d !important;
}

.RejectItem,
.RejectItem p
{
    background-color: #f2dcdb !important;    
}

.RejectItemAlt,
.RejectItemAlt p
{
    background-color: #e6b9b8 !important;
}

.ModifiedFromOrderItem,
.ModifiedFromOrderItem p
{
	background-color: #A4CAD2 !important;    
}

.PlacedDirectlyItem,
.PlacedDirectlyItem p
{
}

.PriceListTable
{
    border-color:Black;
    font-size:8pt;
    border-collapse:collapse;
    width: 400px;	
}

.PriceListHead
{
    background-color: #00598b;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    font-size: 11px;
    font-weight: bold;
    line-height: 20pt;
    padding-left: 5px;
    text-align: right;   
}

.PriceListItem
{
    background-color: #ffffff;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    font-size: 11px;
    padding-left: 5px;
     padding-right: 5px;
     text-align: right;
}

.PriceListItemAlt
{
    background-color: #f2f2f2;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: right;
}

.PriceListFooter
{
    background-color: #00598b;
    line-height: 10pt
}
.smalltext {
    font-size:10px;
    line-height:12px;
}

.ItemsAssignAllDiv
{
    float:right;
    position: relative;
    right: 10px;
	padding: 10px 0;
}

.MailingItemsTablesSubTitle
{
    display:inline-block;
    margin-top:5px;
    margin-bottom:5px;
    font-weight: bold;
}

.TablesTitle
{
    font-size: 12px;
    font-weight: bold;
}

.Blueborder {
    border-top: 3px solid #00598b;
}

.SubSectionTable
{
    padding: 0px 5px;
    width: 350px;
    text-align: left;
    margin-bottom: 5px;
}

.tablehead td{
    /* border-bottom-color: #00FF00; */
    border-bottom: #a8d8e8 solid 1px;
    font-size: 12px;
    font-weight: bold;
}
.tablerow td{
    border-bottom: #CCCCCC solid 1px;
    font-size: 11px;
    font-weight: normal;
    height: 14px;
}

.SiteLink
{
    text-decoration: none;
    font-size: 12px;
}
.SiteLink:hover
{
}

DIV.LoadingDivHeader
{
    /* border: solid 1px #6A88AE;
    background-color: ghostwhite; */
    FONT: statusbar;
    font-style: oblique;
    text-decoration: blink;
    background-position: center center;
    background-image: url(wait.gif);
    background-repeat: no-repeat;
    LEFT: 2px;
    WIDTH: 148px;
    height: 12px;
    POSITION: absolute;
    padding-left: 2px;
    TOP: 2px;
}

.ShippingPanel
{
    
}


.ShippingAddressBoxHeader
{
    padding-left: 5px;
}

.ShippingAddressBoxCell
{
    overflow: hidden;
}

.ShippingAddressBox
{
    background-color: #eaf7ff;
    padding-left: 5px;
    padding-bottom: 10px;
    width:100%;
}

.ShippingAddressBoxFooter
{
    background-color: #eaf7ff;
    padding-left: 5px;
    padding-bottom: 25px;
    width: 100%;
}



.CheckoutAddressHeading table 
{
    position: relative;
}

.MailingAddressItems
{
    background-color: White;
    margin-right: 20px;
    position: relative;
    top: 10px;
}


.ShippingAddressItems
{
    background-color: White;
    position: relative;
    top: 10px;
    vertical-align: top;
	width:880px;
}

.ShippingAddressItemsContainer
{
    background-color: White;
    position: relative;
    top: 10px;
    clear:both;
    padding:5px;
	width:905px;
}

.MailingGridCell
{
    margin-left: 10px;
    border-left: solid 1px #C6DDDF;
    border-top: solid 1px #C6DDDF;
    border-bottom: solid 1px #C6DDDF;
    width: 650px;
}

.MailingGridServicesCell
{
    padding-left: 10px;
    border-left: solid 1px #C6DDDF;
    border-right: solid 1px #C6DDDF;
    border-top: solid 1px #C6DDDF;
    border-bottom: solid 1px #C6DDDF;
    width: 250px;
}




.AddressBody {	
    font-size: 11px;
    font-weight: normal;		
    text-align: left;
}

.AddressBlock 
{
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
    overflow: auto;
    clear: both;
    background-color: #F3F3F3;
    vertical-align: top; 
    width: 96%; 
    margin-bottom: 15px;
    text-align: left;
}

.AddressHeading 
{
    position: relative;
    clear: both;
    display: inline-block;
    font-weight: bold;
    float: left;
    padding-bottom: 5px;
}

.AddressSub
{
    position: relative;
    clear: both;
    display: inline-block;
    float: left;
    font-size: 11px;
}

.AddressEditButton
{
    position: relative;
    float: left;
    padding-left: 5px;
    font-weight: bold; 
    padding-top: 16px;
}

.ShippingAddressHeading
{
    position: relative;
    float: left;
    clear: both;
    font-weight: bold; 
    padding-top: 20px;
    display: block;
}

.AddressNote
{
    position: relative;
    clear: both;
    display: inline-block;
    float: left;
    font-size: 11px;
    padding-top: 10px;
    white-space:normal;
}

.CheckoutTable
{
    border-color: Black;
    border-width:1px;
    margin-left:5px;
    margin-bottom:5px;
}

.CheckoutTable td
{			
    border-right-color: Black;
    border-right-style: solid;
    border-right-width: 1px;
}

.CheckoutHead
{
    background-color: #00598b;
    font-size: 11px;
    font-weight: bold;
    padding-left: 25px;
    padding-right: 25px;
}

.CheckoutItem
{
    background-color: #FFFFFF;    
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
    width: 150px;
}

.CheckoutItemAlt
{
    background-color: #F2F2F2;
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;    
}

.DeliveryStatus
{
    border-bottom: dimgray;
    font-size: 11px;
    font-weight: bold;
    line-height: 15pt;		
}

.TrackingLink
{
    border-bottom: dimgray;
    font-size: 11px;
    font-weight: bold;
    line-height: 15pt;
}

.LoadDivTransparent
{
    z-index:9997; 
    visibility: hidden;
    background-color: white;          
    position:absolute;  
    left: 0px;  
    top: 0px;  
    filter:alpha(opacity=0);
    -moz-opacity:.0;
    opacity:.0;
}

.LoadDiv
{
    z-index:9998; 
    visibility: hidden;
    background-color: black;          
    position:absolute;  
    left: 0px;  
    top: 0px;  
    text-align: center;
    vertical-align: middle;        
    filter:alpha(opacity=20);
    -moz-opacity:.20;
    opacity:.20;
}
.LoadDivImg
{
    z-index:9999; 
    visibility: hidden;
    position:absolute;
    top: 48%; 
    left: 48%;		
}

.dgRecipientsComments
{
    background-color:#ddf2ff;
}

.SinglePrice
{
    font-size: 17px;
    font-weight: bold;
}
.SinglePriceCurrency
{
    font-size: 13px;
    font-weight: bold;
}

.productgridview div.productPrice
{
    text-align: left;
}

.productPriceInList, 
.productPriceInGrid
{
    font-size: 14px;
    font-weight: bold;	
    vertical-align: baseline;
}

.productGridPriceFrom
{
    font-size: 9px;
    font-weight: normal;
    vertical-align: baseline;
    margin-right: 2px;
}


.productGridCurrency
{
    font-size: 14px;
    font-weight: normal;
    margin-left: 2px;	
    vertical-align: baseline;
}

.productListPriceFrom
{
    font-size: 9px;
    font-weight: normal;
    vertical-align: baseline;
}



.productListCurrency
{
    font-size: 14px;
    font-weight: normal;
    vertical-align: baseline;
}


.ProductDescMain { }
.ProductDescMainText 
{
    float: none;
    /*float: left;*/
    /*width: 260px;*/
}
.ProductDescMainSlide
{
    float:none;
    /*float: left;*/
}
.ProductDescMainSpacer 
{
    float:none;
    /*float: left;*/
    width: 25px;
    height: 20px;
}

.groupDesc
{
	padding-left:16px;
	padding-right:16px;
}

.groupDesc SPAN
{
    font-size: 13px;
    font-weight: bold;
	position:relative;
	top:14px;
}

/* BUTTON STYLE'S */
.ButtonAreaHelpButton
{
    background-image: url(header_help.gif);
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    cursor: pointer;
}
.ButtonAreaCartButton
{
    background-image: url(header_cart.gif);
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    cursor:pointer;
}
.ButtonAreaAccountButton
{
    background-image: url(header_account.gif);
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    cursor:pointer;
}
.ButtonAreaLogoutButton
{
    background-image: url(header_logout.gif);
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    cursor:pointer;
}
.ButtonAreaDraftButton
{
    background-image: url(header_draft.gif);
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    cursor:pointer;	
}
.ButtonAreaHomeButton
{
    background-image: url(header_home.gif);
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    cursor:pointer;
}

.SimpleSearchBtn
{
    background-image: url(search_glass.png);
    background-repeat: no-repeat;
    height: 17px;
    width: 17px;
    display: block;
    padding: 0px;	
    border: 0px;
    cursor: pointer;
}
.SimpleSearchBtn:hover { background-image: url(search_glass_hover.png); }

.Expand 
{
    background-image: url(expand.png);
    background-repeat: no-repeat;
    height: 13px;
    width: 13px;	
    padding-left: 17px;
    border: 0px;
    cursor: pointer;
}

.Collapse
{
    background-image: url(collapse.png);
    background-repeat: no-repeat;
    height: 13px;
    width: 13px;	
    padding-left: 17px;
    border: 0px;
    cursor: pointer;
}

.OrderButton 
{
    
}

.PagerStyle
{
    margin: 1px;
    text-align: right;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.PagerTop .PagerStyle
{
    padding-top: 0;
}

.PagerBottom .PagerStyle
{
    padding-bottom: 0;
}

.PagerHyperlinkStyle
{    
    padding: 1px 3px;
    font-weight: 100;
    background: #f7f7f7;
    border: 1px solid #c7c7c7;	
    text-decoration: none;
    margin: 0 1px;
    font-weight: 100;
    font-size: 10px;    
}
a.PagerHyperlinkStyle { color: #444; }
.PagerHyperlinkStyle:hover
{
    background: #ccc;
    border: 1px solid #666;
}
.PagerDisabledHyperlinkStyle
{
    padding: 1px 3px;
    font-weight: 100;
    background: #fdfdfd;
    border: 1px solid #cdcdcd;		
    margin: 0 1px;
    font-weight: 100;
    font-size: 10px;    
}
.PagerCurrentPageStyle
{
    padding: 1px 3px;
    font-weight: 100;
    background: #f7f7f7;
    border: 1px solid #c7c7c7;	
    text-decoration: none;
    margin:0 1px;
    font-weight: 100;
    font-size: 10px;    
    background: #666;
    border: 1px solid #666;
}
.KeywordsPanel
{
}
.KeywordLink
{
    text-decoration:underline;
    font-size: 12px;
}

.DrafOrderButton
{
    cursor:pointer;	
}

.StepDescription
{    
    font-size: 11px;
    display:block;
    padding-bottom:20px;
}

.CouponBar
{
    background-color: #DBEEF4;
}

.CouponDiscountCell
{
    width:15%;
    text-align:center;
}

.ClearingGatewayMessage
{
    white-space: normal;
    display: block;
}
    
.WizardButtonsContainer > div
{
    margin-right: 12px;
}

.ItemsAddressContainer
{
    vertical-align: top; 
    width: 100%; 
    overflow:hidden; 
    float: left; 
    clear:both; 
    margin-top: 15px;    
}

.ItemsGridContainer
{
	vertical-align: top; 
	width: 99%; 
	margin-bottom: 5px; 
	margin-top: 5px;
	border: 1px;
	text-align: left;
}

.AddressGridContainer
{
    vertical-align: top; 
    width: 98%; 
	position:relative;
    border: 1px;
}

.WizardContainer
{
    border: solid 1px #006eb6;
    overflow: hidden;
}

.WizardContent
{
    padding-left: 15px;
	padding-bottom: 10px;
}

.WizardBreadCrumb
{
    background-color: #F0F5FA;
    height: 100px;
    padding-left: 15px;
    padding-top: 7px;
}

.WizardStepHeadingText
{
    padding-left: 10px;
}

.WizardSubLabel
{
    font-size: 11px;
    font-weight: bold;
    display: block;
    float:left;
    clear: both;
    position: relative;
    top: 8px;
    text-align: left;
    padding-bottom: 4px;
    margin-bottom: 15px;
}

.WizardLabel
{
    font-size: 11px;
    display: block;
    float:left;
    clear: both;
    position: relative;
    top: 8px;
    text-align: left;
    padding-bottom: 4px;
    margin-bottom: 10px;
}

.WizardLabelNoRecords
{
    font-size: 11px;
    display: block;
    float:left;
    clear: both;
    top: -10px;
    position: relative;
    vertical-align: middle;
    text-align: left;
    padding-bottom: 4px;
    margin-bottom: 10px;
}

.WizardStepHeading
{
    font-size: 11px;
    width: 100%;
    display: block;
    float:left;
    clear: both;
    text-align: left;
    padding-bottom: 4px;
}

.WizardStepHeadingCurrent
{
    font-size: 11px;
    font-weight: bold;
    width: 100%;
    display: inline;
    float:left;
    clear: both;
    text-align: left;
    padding-bottom: 4px;
}

.WizardSubHeading
{
    font-size: 14px;
    font-weight: bold;
    position: relative;
    /*left: 0px;*/
    top: 8px;
    float: left;
    clear:both;
    display: block;
    margin-right: 170px;
    padding-bottom: 25px;
}

.WizardStepsNextPrevSpace
{
    width:62%;
}

.WizardDivider
{
    height: 10px;
}

.SplitWizardAddNewAddress
{
    float: left;
    position: relative;
    right: 15px;
}
.WizardHeader
{
    text-align:center;
}
.WizardHeader .XmpImageButton
{
	float:right;
	margin:10px 20px;
}

.OrderPriceLabelWidth {	width: 500px; }

.RegisterLink {	margin: 10px 20px 10px 20px; }

/*-- CaptchaControl styles start --*/
.CaptchaContainer { margin: 7px 15px 10px 137px; }

.captcha {}

.captcha SPAN
{
    font-size: 11px;
}

.captcha INPUT
{
    font-size: 11px;
}
/*-- CaptchaControl styles end --*/

.OrderPriceContainer
{
    border: solid 2px #D9D9D9;
    padding: 15px 35px 15px 15px;
}

.LockedUserDiv
{
    margin:0px 100px;
    height: 255px;
    width: 470px;
    border: solid 1px #C6CCD9;
    padding: 50px;
}

.LockedUserTitle
{
    color: Red;
}



.LoginPasswordExpired {
    border: solid 1px #C6CCD9;
    width: 454px;
}
.LockedUser
{
    border: solid 1px #C6CCD9;
    width: 454px;
    text-align: center;
}

/*-- CaptchaControl styles end --*/

.MerchantAddressBody {	
    font-size: 11px;
    font-weight: normal;		
    text-align: left;
}

.RegisterPendingDiv
{
    margin-left:20px;
    margin-top:40px;
    line-height:20px;
}

.ActivationDiv
{
    margin-left:20px;
    margin-top:40px;
    line-height:20px;
}

.AccountNotActivatedDiv
{
    margin-left:20px;
    margin-top:40px;
    line-height:20px;
}
/* -- Address List (begin)  -- */
.addressItemTable
{
    border: solid 1px #cccccc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;	
}
.addressItemHead
{
    background-color: #eaf7ff;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;	
}
.addressItemBody
{
    background-color: #ffffff;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;		
}
/* -- Address List (end)  -- */

/*  ----------------------------------------------------------------------------------------------- */
/*  ------------------         PRODUCT LIST: BOTH LIST and GRID STYLES              --------------- */
/*  ----------------------------------------------------------------------------------------------- */
div.productListTable
{
    border: solid 1px transparent;	
}

div.productListTable:hover
{
    border: solid 1px #d0d0d0;	
    background-color: #eaf7ff;	     
}

div.productListTable div.thumbnail
{
    border: solid 1px #d0d0d0;
    background-color: #ffffff;
    padding: 9px 3px 3px 3px;
    border-radius: 15px;
}

div.productListTable div.productname a
{    
    text-decoration: none;
}

/*  ----------------------------------------------------------------------------------------------- */
/*  ------------------                            LIST                              --------------- */
/*  ----------------------------------------------------------------------------------------------- */

div.productlistview
{
    padding: 9px;
    width: 760px;
    border-bottom: solid 1px #d0d0d0;
}

div.productlistview div.productname, div.productlistview div.productdesc, div.productlistview div.productQtyRange
{
	width: 335px;
}
        
div.productListTable div.productdesc a, div.productListTable div.productdesc a:hover
{
    font-size: 11px;
}
        
div.productlistview div.productQtyRange, div.productgridview div.productQtyRange
{
    font-size: 10px;
}

/*  ----------------------------------------------------------------------------------------------- */
/*  ------------------                              GRID                            --------------- */
/*  ----------------------------------------------------------------------------------------------- */

div.productgridview
{
    background-color: #f4f4f4;
    text-align: left;    
}

/*  ----------------------------------------------------------------------------------------------- */
/*  ------------------                              OVERLAY                         --------------- */
/*  ----------------------------------------------------------------------------------------------- */

/* place enlarge/download buttons at bottom of thumbnail*/
div.productlistview div.overlay
{
    top: auto;
    bottom: 0;
}

div.productListTable div.overlay div
{
    width: 108px;
}

div.productlistview div.overlay div, div.productlistview div.overlay div:hover,
div.productgridview div.overlay div, div.productgridview div.overlay div:hover
{
    background-color: #e8e8e8 !important;	
	display: none;
}

div.productListTable .productDownload
{
    border-color: #d0d0d0;
}

.productgridview .productEnlarge
{
    border-radius: 15px 0 0 0;
}
.productgridview .productDownload
{
    border-radius: 0 15px 0 0;
}
.productlistview .productEnlarge
{
    border-radius: 0 0 0 15px;
}
.productlistview .productDownload
{
    border-radius: 0 0 15px 0;
}
/*  ----------------------------------------------------------------------------------------------- */
/*  -----------------------                   END OVERLAY                         ----------------- */
/*  ----------------------------------------------------------------------------------------------- */
.SecondaryCurrencyLabel {
    font-size: 10px;
    width: 150px;
}
.ShoppingCartSecondaryCurrencyLabel {
    font-size: 10px;
}

.ShoppingCartControl .productName, .ShoppingCartControl .editProduct
{
    clear: left;
    width: auto;
}
.ShoppingCartControl .productName
{

}
.ShoppingCartControl .editProduct
{
    background-image: none;
    padding-left: 0;
}


.BoldPriceLabel
{
    font-weight:bold;
}

.OrderPriceTable
{
	font-weight:bold;
}

.OrderPriceTable td.tdAmount
{
    width: 150px;
}

.MailingItemsTablesSubText
{
    font-weight:bold;
}
.OrderDetailsBoldPriceLabel
{
    font-weight:bold;
}
.OrderDetailsPriceSummaryCaption
{
    width:50%;
	text-align:left;
	font-weight:bold;
}

.OrderDetailsInventoryLabel
{
	color:Red;
	font-size: 12px;
    font-weight: bold;
}

.OrderDetailsProductNameDiv
{
font-weight:bold;
}

.PaymentCurrencyMessage
{
    font-size:10px;
}
.OrderDetailsPaymentCurrency
{
    width:40%;
}
.OrderDetailsPriceSummarySpace
{
    width:10%;
}

.OrderFinalStep_Proof_XmpImageButton 
{   display: none;

} 
div.proofLink
{
    background-image:url(proofRight.png);
    background-repeat: no-repeat;
	background-position: right top;
    cursor: pointer;
	background-color: transparent;
}  
div.proofLink span, 
div.proofLink a
{
    color: #ffffff !important;
    background-image:url(proof_left.png);
    background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;

    height: 45px;    
    display: block;
    padding-top: 9px;
    padding-left: 50px;
	padding-right: 9px;
	margin-right: 12px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
}

/* Customization DUCs*/

.dtiStringTextBox
{
	height: 30px;
	width: 225px;
	font: 13px "Segoe UI",Arial,Helvetica,sans-serif;
	color: black;
	padding-left: 5px;
}

.dddlValue select
{
	width: 230px;
}

/* IconDescriptionList DUC */
.trOptionRepeater.hover
{
    cursor: pointer;
}
.trOptionRepeater.selected
{
    background-color : #ECECEC;
}

.trOptionRepeater .optionTitle
{
    font-weight:bold;
}

/* IconTitleGallery DUC */
.divOptionRepeater
{
    width:100px;
    height:85px;
    float:left;
    padding:10px;
    text-align:center;
}

.divOptionRepeater.hover
{
    cursor: pointer;
    font-weight:bold;
}
.divOptionRepeater.selected
{
    font-weight:bold;
}
.divOptionRepeater .imgIconWrapper
{
    margin-left:auto;
    margin-right:auto;
}

.FieldOptionItem.FOGrid.selected .optionTitle
{
    color : #006eb6;
}

.roundedCorners
{
    padding: 0;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: solid 1px #000000;
}

.divOptionRepeater.selected .imgIconWrapper
{
    border: solid 3px #87A01F;
}

#divClearFloat
{
    clear:left;
}

.CheckOutPage .cartSummary
{
    margin-top: -50px;
}
* ul.CheckOutPage .cartSummary
{
    margin-top: 0;
}

.CheckOutPage .cartSummary .detailBackground
{
    background-color: #eaf7ff;
}

.CheckOutPage .cartSummary .totalBackground
{
    background-color:#e7f1cd;
}

/* new navigation */

            header
            {
                height: 77px;
            }
            
            /* placeholder for logo and welcome message */
            nav {
                margin-left: 350px;
                float: left;
            }
            
            header ul li
            {
                display: inline-block;
            }
            
            header li.links
            {
                position: absolute;
                right: 0;
                top: 15px;                
            }

            
            #fullpage header li.links > div
            {
                float: right;
                margin-right: 20px;
                margin-left: 100px;
            }
            #fullpage header li.links a
            {
                display: inline-block;
                margin-left: 10px;
                text-decoration: underline;
            }

            .ie7 nav ul li,  .ie7 #fullpage nav li.links a
            {
                display: block;
                float: left;
            }
            
            #fullpage ul .links a 
            {
                font-size: 11px;
            }
            .menuButton
            {
                font-size: 14px;
                min-width: 60px;
                height: 40px;
                margin: 0 5px;
                padding: 0 15px;
                border: 2px solid #006eb6;
                border-top: 0px;
                text-align: center;
                border-radius: 0 0 5px 5px;


                background-color: #006eb6;
                background-image: url(MenuButtonGray.svg);
                background-image: -webkit-linear-gradient(bottom, #006eb6 0%, #006eb6 57.13%, #006eb6 96.83%, #006eb6 100%);
                background-image:    -moz-linear-gradient(bottom, #006eb6 0%, #006eb6 57.13%, #006eb6 96.83%, #006eb6 100%);
                background-image:     -ms-linear-gradient(bottom, #006eb6 0%, #006eb6 57.13%, #006eb6 96.83%, #006eb6 100%);
                background-image:      -o-linear-gradient(bottom, #006eb6 0%, #006eb6 57.13%, #006eb6 96.83%, #006eb6 100%);
                background-image:         linear-gradient(bottom, #006eb6 0%, #006eb6 57.13%, #006eb6 96.83%, #006eb6 100%);

                -webkit-transition-property: height;				
                -moz-transition-property: height;				
                -o-transition-property: height;				
                transition-property: height;				

                -webkit-transition-duration: .4s;				
                -moz-transition-duration: .4s;			
                -o-transition-duration: .4s;				
                transition-duration: .4s;
                
                -webkit-transition-timing-function: ease-out;
                -moz-transition-timing-function: ease-out;
                -o-transition-timing-function: ease-out;
                transition-timing-function: ease-out;									
            }
            
            .menuButton:hover {
                height: 57px;
            }

            .menuButton.selected a {
                font-weight: bold;
            }			
            
            .menuButton.color:hover,
			.menuButton.selected.color
			  {
                background-color: #a9ce1b;
                background-image: url(MenuButtonGreen.svg);				
                background-image: -webkit-linear-gradient(bottom, #006eb6, #006eb6);
                background-image:    -moz-linear-gradient(bottom, #006eb6, #006eb6);
                background-image:     -ms-linear-gradient(bottom, #006eb6, #006eb6);
                background-image:      -o-linear-gradient(bottom, #006eb6, #006eb6);
                background-image:         linear-gradient(bottom, #006eb6, #006eb6);
            }
            
            .menuButton a
            {
                display: block;
                height: 100%;
                margin-top: 13px;
			}
        
        
.WizardButtonsContainer div { 
    display: inline-block; 
}

.WizardButtonsContainer .back,
.productDetailsBack,
.backLinkContainer,
.orderApprovalListBackButtonWrapper
{
    background: transparent url(back_arrow.png) no-repeat 20px center;
}

.backLinkContainer
{
	padding: 12px 0;
}

.ie7 .WizardButtonsContainer div { display: inline; }

div.SaveDraftButtonContainer { float: right; }

.orderApprovalListBackButtonWrapper
{
	padding-top: 50px;
	background-position: 20px 57px;
}
/* -- flags and currency (begin) -- */
div.XmpImageDropDownList
{
    background-image: url(dropdown_arrow_blue.png);
}

ul.choices li
{
    background-color: #a0a0a0;
}
    
div.flagList, div.dropDownCurrencies
{
    float: none;
    position: absolute;
    top: 35px;
}
div.flagList
{
    right: 47px;
}
div.dropDownCurrencies
{
    right: -4px;
    width: 45px;
}

div.XmpImageDropDownList a.toggler 
{
    border: 1px solid #d0d0d0;
}

div.XmpImageDropDownList:hover
{
    border: solid 1px transparent;
}
/* -- flags and currency (end) -- */
#TdBottomLogo, #TdBottomMenu
{
    display: none;
}

.ThemedPageMaster #bodyarea
{
    /* margin-top: 15px; */
	text-align: left;
    border-width: 0;
    position: relative;
	background: url(CategoriesPageBanner_recht.png) no-repeat 0 0;
    z-index: 0;
    overflow: hidden;
    
}

/* faux column affect for product category tree (#navArea) */
.ThemedPageMaster #bodyarea:before
{
    width: 172px;
    z-index: -1;
    position: absolute;
    background-color: #e8e8e8;
    top: 31px;
    bottom: 0;
    content: "";
}

.ie8 .ThemedPageMaster #bodyarea:before
{
    bottom: 0;
}

.ie7 #content
{
    border-right: solid 1px #9a9a9a; 
    width: 793px; 
}
    
.ThemedPageMaster #searcharea
{
	float:right;
	z-index: 2;
	top: 65px;
    background-image: none;
	width: 786px;
	height:auto;
}

.mainarea 
{
    background-color: #FFFFFF;
    border-width: 0px;
    min-height: 380px;
    width: 100%;
	margin-top: 50px;
}
#contentArea {
    display: inline-block;
    float: right;
    width: 786px;
    height: 100%;
}

#content {
    background-color: #FFFFFF;
    height: auto;
    min-height: 480px;
}

#navArea
{

    scrollbar-face-color:#e8e8e8;
    scrollbar-base-color:#e8e8e8;
    scrollbar-arrow-color:black;
    scrollbar-track-color:#F3F3F3;
    scrollbar-shadow-color:#e8e8e8;
    scrollbar-highlight-color:#eaf1e1;
    scrollbar-3dlight-color:#78AAFF;
    scrollbar-darkshadow-Color:#78AAFF;
    width: 172px;
    margin-top: 30px;
    overflow: auto;   
}

.ie7 #navArea
{
    background-color: #e8e8e8;
}

#fullpage.ThemedPageMaster #navArea,
#fullpage.LoginMaster #navArea
{
    padding-top: 20px;
}
#fullpage.ThemedPageMaster #bodyarea,
#fullpage.LoginMaster #bodyarea
{
    float: left;
}

.LoginMaster .flagList
{
    position: absolute;
    right: 20px;
    top: 85px;    
}

.nav a {
    text-decoration: none;
}

.nav a:visited {
    text-decoration: none;
}

.treeViewContainer
{
    display:block;
    width:172px;
    height: auto;
}

.treeViewContainerInner
{
	margin-bottom: 2px;
}


/* ---THEME COLORS--- */
body,
.explanation,
.formfield,
.tablerow td,
.nav,
.captcha SPAN,
input,
select,
textarea
{
    color: #333333;
}

nav .menuButton a
{
	color: #FFFFFF;
}

select
{
    color: #666666;
}

.rtcontentcol,
DIV.LoadingDivHeader,
.Heading2,
.productPriceInList,
.productPriceInGrid,
.productGridCurrency,
.productListCurrency,
a.AccountLinks, a.AccountLinks:hover,
/*
.TablesTitle,
*/
.LoginMaster .SmallLink,
.SaveForLaterCartListHead,
.FormLabel.ShoppingCartTitle
{
    color: #006699;
}

.productGridPriceFrom,
.productListPriceFrom
{
    color: #B8B3E4;
}

.emphasis {
    color: #5676A5;
}

.formbox {
    border: solid 1px #C6CCD9;
}

.formprompt {
    color: #2D3D55;
}

input, select, textarea
{
	border: 1px solid #d0d0d0;
}

input[type="checkbox"], input[type="radio"]
{
	border: 0 none;
}

.formtitle, 
.btnSelected, 
.smallprompt,
.CheckoutHead,
.PriceListHead,
.PagerCurrentPageStyle,
nav .menuButton:hover a,
.nav a,
.nav a:visited,
.menuButton.selected a,
div.XmpImageDropDownList li, div.XmpImageDropDownList a.toggler,
div.dropDownCurrencies li, div.dropDownCurrencies a.toggler,
div.dropDownCurrencies li, div.dropDownCurrencies a.toggler,
div.XmpImageDropDownList li:hover, div.XmpImageDropDownList a.toggler:hover,
div.dropDownCurrencies li:hover, div.dropDownCurrencies a.toggler:hover,
div.dropDownCurrencies li:hover, div.dropDownCurrencies a.toggler:hover
{
    color: #ffffff;
}

nav .menuButton:hover a
{
color: #white;
}

a.XmpImageButton_style1_link,
.XmpImageButton_Items_AssignAll,
a.XmpImageButton_ThemeColorLink, a.XmpImageButton_ThemeColorLink:link
{
    color: white!important;
}


.leftbar,
.searchprompt,
.WizStepSel,
.addressItemBody,
.addressItemHead .tooltip,
.MerchantAddressBody,
.AddressBody,
.tablehead td,
.FilePick,
.PageTitle,
.PriceListItemAlt,
.CheckoutItem,
.CartListItem,
.CartListItemAlt,
.PriceListItem,
.CheckoutItemAlt
{
    color: #000000;
}

/*  -----  reds  -----  */

.Error,
.formpromptred,
.LockedUserTitle
{
    color: #ff0000;
}

.SinglePrice
{
    color: #CC0000;
}



/*  -----  grays  -----  */

.WizStep,
.SecondaryCurrencyLabel
{
    COLOR: Gray;
}

.disabledElement,
.PagerDisabledHyperlinkStyle
{
    color: #cdcdcd;
}

/*  -----  blues  -----  */

.Tooltip {
    color: #000066;
}

.btnUnselected,
a:hover
{
    COLOR: #000088;
}

/*  -----  greens  -----  */

.CouponInfoMessage
{
    color:Green;
}

/*  -----  end r,g,b colors  -----  */

.THFontText, .RTHFontText {
    COLOR: darkblue; 
}

.divOptionRepeater.selected,
.trOptionRepeater.hover
{
    color: #87A01F;
}


.FormButton
{	
    color: #38789c;
}

.RejectText
{
    color: #c0504d !important;    
}

.PendingText
{
	color: #006699;
}

.ApprovedText
{
	color: #38789c;
}

.ModifiedText
{
	color: #006699;
}

.MailingItemsTablesSubTitle
{
    color: #1F497D;
}

.SinglePriceCurrency
{
    color: #4D4D4D;
}

.WizardStepHeadingCurrent
{
    color: #006eb6;
}


/* background-color: */
.formbox,
.LockedUserDiv,
.LoginPasswordExpired,
.LockedUser
{	
    background-color: #F1F1F1;
}

/*  -----  */

/* hide header signin link on login page */
.LoginMaster a.signin
{
    display: none !important;
}

/*   -----  move cart summary to top right ----- */
/*
.CheckOutPage #CurrentCartSummary
{   position: absolute;
    right: -350px;
    top: 155px;    
    height: 150px;
}
*/

/* BOTTOM NAVIGATION */

/* CheckoutPaymentSubmission */

.WizardButtonsContainer .next, .WizardButtonsContainer .finish, .WizardButtonsContainer .saveForLater
{
    float: right;
    margin-right: 12px;
}


.WizardButtonsContainer .cancel
{
    display: none;
}
.checkoutFinalBack, .productDetailsBack
{
    float: left;
}
 .checkoutFinalCheckout, 
 .productDetailsContinue, 
 .checkoutFinalNext
 {
     float: right;
     margin-right: 12px;
 }


/* product categories tree placement */
.ThemedPageMaster #bodyarea:before
{
    left: 0;
}
.ThemedPageMaster #bodyarea:after
{
    right: 0;
}
#navArea
{
    float: left;
    border-right: 0px solid #999999;    
}


/* File submission - part of this should be moved to default.css */

.propertyList
{
}


.propertyLink
{
    color: #394a6a !important;
}
.propertyLink:visited
{
    color: #394a6a !important;
}
.propertyLink:hover
{
    color: #000088 !important;
}

.WizardStepsNavControl
{
	width:712px;
	padding-bottom:10px;
	border-bottom: none;
	margin-bottom: 0;
}

#productDetailsContainer .WizardStepsNavControl
{
	margin-bottom: 0;
}

.XmpTooltipPopup TR
{
    vertical-align:top;
}

.XmpTooltipPopup TD
{
    padding: 3px 10px 3px 5px !important;
}

/* GalleryGridView/GalleryListView (aka IconTitleGallery/IconDescriptionList) DUC styles per skin (other styles are in default) */
.FieldOptionItem.selected.FOGrid .optionIcon
{
    border: 3px solid #006eb6;
}

.FieldOptionItem:hover
{
    color: #006eb6;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////// working XmpieButton styles begin ////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////// */


.XmpImageButton
{
    height: 21px;
    border-radius: 5px;
    margin-right: 5px;
    padding: 0 10px;
    font-size:12px;
    line-height: 21px;
    text-decoration: none;
    display: inline-block;
    font-weight:normal;
}


.XmpieTransparentButton
{
    background-color: transparent;
}

.XmpieThemeColorButton,
.XmpieDisabledButton,
.XmpieCancelButton,
.XmpieRejectButton,
.XmpieAcceptButton,
.XmpieApproveButton,
.XmpieModifyButton
{
    color: #ffffff !important;
    text-decoration: none!important;
}

.XmpieThemeColorButton
{
    background-color: #006eb6;
    background-image: url(XmpImageButton-Green.svg);
    background-image: -webkit-linear-gradient(top, #006eb6 50%, #006eb6 50%); 
    background-image:    -moz-linear-gradient(top, #006eb6 50%, #006eb6 50%);  
    background-image:     -ms-linear-gradient(top, #006eb6 50%, #006eb6 50%); 
    background-image:      -o-linear-gradient(top, #006eb6 50%, #006eb6 50%); 
    background-image:         linear-gradient(top, #006eb6 50%, #006eb6 50%); 
}

.XmpieThemeColorButton:hover, 
.XmpieThemeColorButton.Hover /*    file submission upload fakeBtn    */
{
    background-color: #006eb6;
    background-image: url(XmpImageButton-GreenHover.svg);
    background-image: -webkit-linear-gradient(top, #006eb6 50%, #006eb6 50%); 
    background-image:    -moz-linear-gradient(top, #006eb6 50%, #006eb6 50%); 
    background-image:     -ms-linear-gradient(top, #006eb6 50%, #006eb6 50%); 
    background-image:      -o-linear-gradient(top, #006eb6 50%, #006eb6 50%); 
    background-image:         linear-gradient(top, #006eb6 50%, #006eb6 50%); 
}

.XmpieThemeColorButton:active
{    
    background-color: #006eb6;
    background-image: url(XmpImageButton-GreenClick.svg);
    background-image: -webkit-linear-gradient(top, #006eb6 50%, #006eb6 50%);
    background-image:    -moz-linear-gradient(top, #006eb6 50%, #006eb6 50%);
    background-image:     -ms-linear-gradient(top, #006eb6 50%, #006eb6 50%); 
    background-image:      -o-linear-gradient(top, #006eb6 50%, #006eb6 50%);
    background-image:         linear-gradient(top, #006eb6 50%, #006eb6 50%);
}

.XmpieThemeColorButton[disabled],
.XmpieRejectButton[disabled],
.XmpieApproveButton[disabled],
.XmpieModifyButton[disabled],
.XmpieBackLink[disabled]
{
    background-color: #afafaf !important;
    background-image: url(XmpImageButton-Disabled.svg) !important;
    background-image: -webkit-linear-gradient(top, #afafaf 50%, #999999 50%) !important;
    background-image:    -moz-linear-gradient(top, #afafaf 50%, #999999 50%) !important;
    background-image:     -ms-linear-gradient(top, #afafaf 50%, #999999 50%) !important;
    background-image:      -o-linear-gradient(top, #afafaf 50%, #999999 50%) !important;
    background-image:         linear-gradient(top, #afafaf 50%, #999999 50%) !important;
}

.XmpImageButton.HideDisabled[disabled],
.XmpieHiddenButton
{
    display: none;
}

.XmpieClearButton
{    
    background-color: transparent;
    height: 40px;
    text-decoration: underline !important;
    padding: 0px!important;
    font-size: 12px;
    line-height: 21px;
    font-weight: bold;
    color: #333333;
}

a.XmpieBackLink
{    
    background-color: transparent;
    text-decoration: none!important;
    margin-left: 25px;
    font-size:11px;
    font-weight: 500;
    color: #999999;
}

.XmpImageButton.TallButton
{
    height: 32px;
    line-height: 32px;
}

.XmpieApproveButton
{
    background-color: #006eb6;
    background-image: url(XmpImageButton-StrongGreen.svg);
    background-image: -webkit-linear-gradient(top, #006eb6 50%, #006eb6 50%); 
    background-image:    -moz-linear-gradient(top, #006eb6 50%, #006eb6 50%);
    background-image:     -ms-linear-gradient(top, #006eb6 50%, #006eb6 50%);
    background-image:      -o-linear-gradient(top, #006eb6 50%, #006eb6 50%);
    background-image:         linear-gradient(top, #006eb6 50%, #006eb6 50%);
}


.XmpieApproveButton:hover
{
    background-color: #006eb6;
    background-image: url(XmpImageButton-StrongGreenHover.svg);
    background-image: -webkit-linear-gradient(top, #006eb6 50%, #006eb6 50%);
    background-image:    -moz-linear-gradient(top, #006eb6 50%, #006eb6 50%);
    background-image:     -ms-linear-gradient(top, #006eb6 50%, #006eb6 50%);
    background-image:      -o-linear-gradient(top, #006eb6 50%, #006eb6 50%);
    background-image:         linear-gradient(top, #006eb6 50%, #006eb6 50%);
}

.XmpieApproveButton:active
{
    background-color: #006eb6;
    background-image: url(XmpImageButton-StrongGreenClick.svg);
    background-image: -webkit-linear-gradient(top, #006eb6 50%, #006eb6 50%); 
    background-image:    -moz-linear-gradient(top, #006eb6 50%, #006eb6 50%); 
    background-image:     -ms-linear-gradient(top, #006eb6 50%, #006eb6 50%);
    background-image:      -o-linear-gradient(top, #006eb6 50%, #006eb6 50%);
    background-image:         linear-gradient(top, #006eb6 50%, #006eb6 50%);
}

.XmpieRejectButton
{    
    background-color: #f00000;
    background-image: url(XmpImageButton-Red.svg);
    background-image: -webkit-linear-gradient(top, #f00000 50%, #cc0000 50%); 
    background-image:    -moz-linear-gradient(top, #f00000 50%, #cc0000 50%); 
    background-image:     -ms-linear-gradient(top, #f00000 50%, #cc0000 50%); 
    background-image:      -o-linear-gradient(top, #f00000 50%, #cc0000 50%); 
    background-image:         linear-gradient(top, #f00000 50%, #cc0000 50%);
}

.XmpieRejectButton:hover
{    
    background-color: #a30000;
    background-image: url(XmpImageButton-RedHover.svg);
    background-image: -webkit-linear-gradient(top, rgba(163,0,0,.7) 50%, rgba(128,0,0,.7) 50%); /* #a30000 to #800000 with 0.7 opacity */
    background-image:    -moz-linear-gradient(top, rgba(163,0,0,.7) 50%, rgba(128,0,0,.7) 50%); /* #a30000 to #800000 with 0.7 opacity */
    background-image:     -ms-linear-gradient(top, rgba(163,0,0,.7) 50%, rgba(128,0,0,.7) 50%); /* #a30000 to #800000 with 0.7 opacity */
    background-image:      -o-linear-gradient(top, rgba(163,0,0,.7) 50%, rgba(128,0,0,.7) 50%); /* #a30000 to #800000 with 0.7 opacity */
    background-image:         linear-gradient(top, rgba(163,0,0,.7) 50%, rgba(128,0,0,.7) 50%); /* #a30000 to #800000 with 0.7 opacity */
}

.XmpieRejectButton:active
{
    background-color: #a30000;
    background-image: url(XmpImageButton-RedClick.svg);
    background-image: -webkit-linear-gradient(top, #a30000 50%, #800000 50%); 
    background-image:    -moz-linear-gradient(top, #a30000 50%, #800000 50%); 
    background-image:     -ms-linear-gradient(top, #a30000 50%, #800000 50%); 
    background-image:      -o-linear-gradient(top, #a30000 50%, #800000 50%); 
    background-image:         linear-gradient(top, #a30000 50%, #800000 50%); 
}

.XmpieModifyButton
{
    background-color: #53b4cf;
    background-image: url(XmpImageButton-StrongGreen.svg);
    background-image: -webkit-linear-gradient(top, #53b4cf 50%, #2799b8 50%); 
    background-image:    -moz-linear-gradient(top, #53b4cf 50%, #2799b8 50%); 
    background-image:     -ms-linear-gradient(top, #53b4cf 50%, #2799b8 50%); 
    background-image:      -o-linear-gradient(top, #53b4cf 50%, #2799b8 50%); 
    background-image:         linear-gradient(top, #53b4cf 50%, #2799b8 50%);
}


.XmpieModifyButton:hover
{
    background-color: #358ea6;
    background-image: url(XmpImageButton-StrongGreen.svg);
    background-image: -webkit-linear-gradient(top, #358ea6 50%, #1f7b94 50%); 
    background-image:    -moz-linear-gradient(top, #358ea6 50%, #1f7b94 50%); 
    background-image:     -ms-linear-gradient(top, #358ea6 50%, #1f7b94 50%); 
    background-image:      -o-linear-gradient(top, #358ea6 50%, #1f7b94 50%); 
    background-image:         linear-gradient(top, #358ea6 50%, #1f7b94 50%);
}

.XmpieModifyButton:active
{
    background-color: #2f849c;
    background-image: url(XmpImageButton-StrongGreen.svg);
    background-image: -webkit-linear-gradient(top, #2f849c 50%, #1b738b 50%); 
    background-image:    -moz-linear-gradient(top, #2f849c 50%, #1b738b 50%); 
    background-image:     -ms-linear-gradient(top, #2f849c 50%, #1b738b 50%); 
    background-image:      -o-linear-gradient(top, #2f849c 50%, #1b738b 50%); 
    background-image:         linear-gradient(top, #2f849c 50%, #1b738b 50%);
}
/*
.XmpImageButton_Items_AssignAll
{
    text-decoration: none!important;
    padding: 0px!important;    
    font-size:11px;
    font-weight:normal;
    float: right;
    display: inline-block;
    padding-right: 20px;
    position: relative;
}
*/

.XmpieClearButton_LinkStyle, .options
{
    text-decoration: underline !important;
    padding: 0px!important;
    font-size:12px;
    line-height: 21px;
    font-weight: bold;
    color: #333333;
	margin-left: 5px;
}

.XmpieDisabledButton, .XmpieCancelButton
{
    background-color: #afafaf;
    background-image: url(XmpImageButton-Default.svg);
    background-image: -webkit-linear-gradient(top, #afafaf 50%, #999999 50%); 
    background-image:    -moz-linear-gradient(top, #afafaf 50%, #999999 50%); 
    background-image:     -ms-linear-gradient(top, #afafaf 50%, #999999 50%); 
    background-image:      -o-linear-gradient(top, #afafaf 50%, #999999 50%); 
    background-image:         linear-gradient(top, #afafaf 50%, #999999 50%);
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////// working XmpieButton styles end //////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.footnotes,
/* Pricing Table - RadGrid */
#tdProductPricing .rgRow,
#tdProductPricing .rgAltRow
{
    font-size: 10px;
}


#detailsTable.orderDetailsPage hr
{
	display: none;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////// Wizard Navigation Begin //////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.WizardProgressBarContainer{
    width:100%;
    margin: 0;
    padding: 0;
    position:relative;    
    font-size:10PT;
    font-weight:bold;
    border-spacing: 0px;
    border-collapse:separate;
    overflow: hidden;

}
.WizardProgressBarContainer TD
{
    
}
.WizardProgressStep
{
    width:20%;
    position:relative;
	padding: 0;
}
.WizardProgressStep table
{
    width:100%;
}

.WizardProgressStepInnerTable
{
    width:100%;
    border-spacing: 0px;

}
.WizStepTR, .WizStepTRSel
{
    position:relative;
    width:100%;
    height:37px;
    line-height:37px;
    color:White;
    text-align:center;
    float:left;
    padding: 0px;
}
.WizStepTR[stepStatus='waiting'], .WizStepTRSel[stepStatus='waiting'] 
{
    background-image:url('WizardNavigation/waiting_background.png');
    color:#666666;
}
.WizStepTR[stepStatus='done'], .WizStepTRSel[stepStatus='done'] 
{
    background-image:url('WizardNavigation/done_background.png');
    color:WHITE;
}
.WizStepTR[stepStatus='active'], .WizStepTRSel[stepStatus='active'] 
{
    background-image:url('WizardNavigation/active_background.png');
    COLOR:#006eb6;
    font-weight:bold;
}

.WizStepTR[stepStatus='waiting'] .WizStep, .WizStepTRSel[stepStatus='waiting'] .WizStepSel
{
    color:#666666;
}
.WizStepTR[stepStatus='done'] .WizStep, .WizStepTRSel[stepStatus='done'] .WizStepSel
{
    color:WHITE;
}
.WizStepTR[stepStatus='active'] .WizStep, .WizStepTRSel[stepStatus='active'] .WizStepSel
{
    COLOR:#FFFFFF;
    font-weight:bold;
}


/*left element*/
.WizStepTR .leftElement, .WizStepTRSel .leftElement
{
    position:absolute;
    top:0;
    left:0px;
    height:37px;
    width:10px;
    
}
.WizStepTR[stepStatus='waiting'] .leftElement
{
    background-image:url('WizardNavigation/waiting_middle_left.png');
}
.WizStepTR[stepStatus='done'] .leftElement
{
    background-image:url('WizardNavigation/done_middle_left.png');
}
.WizStepTRSel[stepStatus='active'] .leftElement
{
    background-image:url('WizardNavigation/active_middle_left.png');
}
/*right element*/
.WizStepTR .rightElement, .WizStepTRSel .rightElement
{
    position:absolute;
    top:0;
    right:0;
    height:37px;
    width:10px;
    
}

.WizStepTR[stepStatus='waiting'] .rightElement
{
    background-image:url('WizardNavigation/waiting_middle_right.png');
}
.WizStepTR[stepStatus='done'] .rightElement
{
    background-image:url('WizardNavigation/done_middle_right.png');
}
.WizStepTRSel[stepStatus='active'] .rightElement
{
    background-image:url('WizardNavigation/active_middle_right.png');
}

/*first left element*/
.WizStepFirstStep[stepStatus='waiting'].leftElement
{
    background-image:url('WizardNavigation/waiting_first_left.png');
}
.WizStepFirstStep[stepStatus='done'] .leftElement
{
    background-image:url('WizardNavigation/done_first_left.png');
}
.WizStepFirstStep[stepStatus='active'] .leftElement
{
    background-image:url('WizardNavigation/active_first_left.png');
}
/*last right element*/
.WizStepLastStep[stepStatus='waiting'] .rightElement
{
    background-image:url('WizardNavigation/waiting_last_right.png');
}
.WizStepLastStep[stepStatus='done'] .rightElement
{
    background-image:url('WizardNavigation/done_last_right.png');
}
.WizStepLastStep[stepStatus='active'] .rightElement
{
    background-image:url('WizardNavigation/active_last_right.png');
}
.WizStep
{
}

.WizardStepImageURL
{
    display:none;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////// Wizard Navigation End //////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////// */


.VerticalMenuDiv ul li:hover, .VerticalMenuDiv_ul_li_active {
	background: #ddf2ff;
}

#ctl00_cphMainContent_ctl11_Duc24588_ucDatePicker1_radDatePicker1_dateInput, #ctl00_cphMainContent_ctl11_Duc24581_ucDatePicker1_radDatePicker1_dateInput, #ctl00_cphMainContent_ctl11_Duc22783_ucDatePicker1_radDatePicker1_dateInput, #ctl00_cphMainContent_ctl11_Duc22783_ucTimePicker1_radSendTime_dateInput, #ctl00_cphMainContent_ctl11_Duc22896_ucDatePicker1_radDatePicker1_dateInput, #ctl00_cphMainContent_ctl11_Duc22896_ucTimePicker1_radSendTime_dateInput, #ctl00_cphMainContent_ctl11_Duc22896_ucTimePicker1_radSendTime_dateInput, #ctl00_cphMainContent_ctl11_Duc22783_ucTimePicker1_radSendTime_dateInput, #ctl00_cphMainContent_ctl10_Duc36733_ucDatePicker1_radDatePicker1_dateInput {
	width: 90px;
}

.RadTreeView_MetroTouch .rtSelected .rtIn {
	background-color: #006699;
	border-color: #006699;
}

#tdDialCustomization textarea.FormField, #tdPropertyList textarea.FormField {
	height: 100px;
}

#tdDialCustomization .FormLabel,  #tdPropertyList .FormLabel, .drbValue li {
	display: table-cell;
	height: 30px;
	vertical-align: middle;
}

#ctl00_cphMainContent_ucDialCustomization_Duc22767_OptionsListRadio, #ctl00_cphMainContent_ucDialCustomization_Duc22774_OptionsListRadio, #ctl00_cphMainContent_ucDialCustomization_Duc22777_OptionsListRadio, #ctl00_cphMainContent_ctl11_Duc22896_ucDatePicker1_radDatePicker1_dateInput, #ctl00_cphMainContent_ctl11_Duc22896_ucTimePicker1_radSendTime_dateInput, #ctl00_cphMainContent_ctl11_Duc22783_ucDatePicker1_radDatePicker1_dateInput, #ctl00_cphMainContent_ctl11_Duc22783_ucTimePicker1_radSendTime_dateInput {
	font: 13px "Segoe UI",Arial,Helvetica,sans-serif;
	color: black;
	vertical-align: middle;
}

#ctl00_cphMainContent_Stepsnav1_MyList_ctl00_Button1,  #ctl00_cphMainContent_Stepsnav1_MyList_ctl01_Button2, #ctl00_cphMainContent_Stepsnav1_MyList_ctl00_Button2, #ctl00_cphMainContent_Stepsnav1_MyList_ctl01_Button1 {
	font: 13px "Segoe UI",Arial,Helvetica,sans-serif;
	font-weight: bold;
}

#ctl00_cphMainContent_ctl11_Duc22782_ducTextBox, #ctl00_cphMainContent_ctl11_Duc22895_ducTextBox, #ctl00_cphMainContent_ctl11_Duc22899_ducTextBox {
	padding-left: 0px;
}

.ShippingItemContainer .boxSubHeading {
	display: initial;
	margin-right: 10px;
}

div.productListTable a img {
	border: 0px !important;
	margin-top: 12px;
}

#loginscreen {
	text-align: center;
	font: 13px "Segoe UI",Arial,Helvetica,sans-serif;
	color: black;
}

.homeIFrameContainer a:link {
	text-decoration: none!important;
	float:left;
	margin: 0 0 15px 15px;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.homeIFrameContainer a:link:hover {
	-webkit-filter: none;
  filter: none;
}

#ctl00_cphMainContent_txtPassword, #ctl00_cphMainContent_txtEmail{
	margin-bottom: 5px;
}

#ctl00_cphMainContent_ctl11_Duc22925_infoPopup1 {
	margin-left: 10px;
}
/*#ctl00_cphMainContent_ucDialCustomization_btnUpdateThumbnails, #ctl00_cphMainContent_ucDialCustomization_SlideShow_lblPage,*/
 #preview, #ctl00_cphMainContent_lblUnitPluralName {
	display: none;
}

a[href='MyAccount'] {
	padding-left: 15px;
	color: #999999;
}

a[href='MyAccount']:hover {
	color: #999999;
}

.FieldOptionItem.FOList {
	padding-top: 3px;
	padding-bottom: 3px;
}

.FieldOptionItem.FOList > div {
	padding-left: 20px;
}

input[type=checkbox] {
	bottom: 7px;
}

div.productListTable.SoldOut .divSoldOut {
	display: none!important;
}

td.OrderFinalStepFinalStepInventory .OutOfStock {
	margin-left: 5px;
}

.cookieRibbonButton {
	color: white!important;	
}

.dddlName span {
	display: inline-block!important;
}

#tblOrderFinalStepContent #tdDocCtrlRight {
	display: none!important;
}

.dtPickerTable {
	margin-left: 98px;
}

#imgCompositeProofView {
	display: none;
}
