/* Minification failed. Returning unminified contents.
(3,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2053,25): run-time error CSS1039: Token not allowed after unary operator: '-header-height-desktop'
(2053,60): run-time error CSS1039: Token not allowed after unary operator: '-header-padding-desktop'
(2644,32): run-time error CSS1039: Token not allowed after unary operator: '-theme-color'
(2800,25): run-time error CSS1039: Token not allowed after unary operator: '-ribbon-color'
(3454,12): run-time error CSS1038: Expected hex color, found '#f6600'
 */
/* 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: 100px;
	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;
}

.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: Heenemann Demo-Shop */
@font-face {
  font-family: "Open Sans";
	font-style: normal;
   font-weight: 400;
  font-display: swap;
  src: url("fonts/OpenSans-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Open Sans";
	font-style: normal;
   font-weight: 700;
  font-display: swap;
  src: url("fonts/OpenSans-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Open Sans";
	font-style: italic;
   font-weight: 400;
  font-display: swap;
  src: url("fonts/OpenSans-Italic.woff2") format("woff2");
}

@font-face {
  font-family: "Open Sans";
	font-style: italic;
   font-weight: 700;
  font-display: swap;
  src: url("fonts/OpenSans-BoldItalic.woff2") format("woff2");
}

div, header, nav, ul, li, body {
    padding: 0;
    margin: 0;
}
            
ul {
    list-style-type: none;
}

article, aside, figure, footer, header, hgroup, nav, section { 
    display: block; 
}		

html {
    height: 100%;
    background-color: #ffffff;        
}


body {
    border-style: solid;
    border-width: 0;
    font-family: "Open Sans",sans-serif !important;
    font-size: 13px;
    font-weight: normal;
	letter-spacing: 0.1px;
	line-height: 1.4;
	color: #1b1a19;
}

#fullpage {
    margin: auto;
    width: 1047px;
    position: relative;
	padding-bottom: 23px;
}

#searcharea {
    position: relative;
    height: auto;
   	clear: both;
}

.subtitle {
    display: inline-block;
    font-size: 32px;
    font-variant: inherit;
    font-weight: normal;
}

a:link,
a:visited,
a.SmallLink,
.addressItemHead .personName,
A.BigLink,
A.BigLink:hover,
a.SmallLink:hover,
.DeliveryStatus,
.TrackingLink
{
    color: #ff6600;
}

.imageGalleryBody .expander {
	background-color: #ff6600 !important;
	opacity: 1 !important;
	border: none !important;
	bottom: 16px !important;
}

.imageGalleryBody .expander:hover {
    background-color: #444444 !important;
	color: #ffffff !important;
}

.imageGalleryBody .expander img {
	padding-top: 3px;
}

.imageGalleryBody .expandertext {
    color: #fff !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    font-weight: normal !important;
	padding-top: 7px;
}

.imageGalleryBody .imagepreviewDiv {
    background-color: #fff !important;
}

.imageGalleryBody .imageInfoLine, .imageGalleryBody .imageInfoLine.selector {
	background-color: transparent !important;
	z-index: auto !important;
}

.NoimageSelectedDiv {
    font-family: "Open Sans", sans-serif !important;
    font-weight: normal !important;
}

.imageGalleryBody .second {
    /*left: 447px !important;
    top: 18px !important;*/
}

#titlediv_13052 {
	margin-bottom: 12px;
}

.imageGalleryBody {
    margin-bottom: 18px !important;
	width: 400px;
}

.imageContainer div {
    border: 2px solid #fff;
}

.imageContainer div:hover, .imageOverflow.selected {
    box-shadow: none !important;
    border: 2px solid #ff6600;
}

.imageGalleryBody .iconInfo {
	display: none !important;
}

.NormalBold {
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
}

.Normal {
	font-size: 14px !important;
	line-height: 20px !important;
}

div.productListTable {
    border: solid 1px transparent;	
}

div.productgridview {
    background-color: #fafafa;
	border: 3px solid #e0e0e0;
    border-radius: 4px;
    text-align: center;  
	padding: 17px; 
}


/*--- Produkt-Kategorie --- */

.productgridview a {
	color: #1b1a19;
}


/*--- Produkt personalisieren ---*/

.mainareaFullWidth {
    background-color: #FFFFFF;
    border-width: 0px;
    padding: 38px 0 0;
    float: none;
    width: 100%;
    min-height: 336px;
	padding-bottom: 0;
}


.ThemedPagedFullWidthMaster #searcharea .subtitleProductName {
	top: auto;
	left: auto;
}

.subtitleProductName {
	display: block;
    font-size: 32px;
    position: relative;
    left: 13px;
	padding: 34px 2px 2px;
	text-transform: none;
	color: #1b1a19;
}

.subTitleProductNameExists {
    display:none;
}

.ie7 .subtitleProductName,
.ie7 .subtitle {
    display: block;
}

.WizardStepsNavControl {
	width:366px;
	padding-bottom:10px;
	border-bottom: none;
	margin-bottom: 0;
	background-color: #f2f2f2;
	border-radius: 4px;
	padding-top: 10px;
	display: none;
}

.CustomizationProperties #customization {
    float: left;
    width: auto;
}

.CustomizationProperties #preview {
    background-color: #fafafa;
    border: 3px solid #E0E0E0;
    border-radius: 4px;
    padding: 40px 40px 13px;
}

.CustomizationProperties #preview div div {
	height: auto !important;
    width: 100% !important;
}

.CustomizationProperties #preview #SlideShow {
	background-color: transparent !important;
}

#ctl00_cphMainContent_ucDialCustomization_updatePanelSlideShow {
	margin-bottom: 32px;
}

.CustomizationSteps a {
	background-color: #f2f2f2;
	border-radius: 4px;
	padding: 14px;
}

#tdDialCustomization .Duc {
	margin-bottom: 9px;
	width: 570px;
}

#ctl00_cphMainContent_ucDialCustomization_Duc12976_tblMain, #ctl00_cphMainContent_ucDialCustomization_Duc12979_tblMain, #ctl00_cphMainContent_ucDialCustomization_Duc12982_tblMain, #ctl00_cphMainContent_ucDialCustomization_Duc13018_tblMain, #ctl00_cphMainContent_ucDialCustomization_Duc13019_tblMain, #ctl00_cphMainContent_ucDialCustomization_Duc13010_tblMain, #ctl00_cphMainContent_ucDialCustomization_Duc13166_tblMain, #ctl00_cphMainContent_ucDialCustomization_Duc13177_tblMain, #ctl00_cphMainContent_ucDialCustomization_Duc13180_tblMain, #ctl00_cphMainContent_ucDialCustomization_Duc13183_tblMain, #ctl00_cphMainContent_ucDialCustomization_Duc13186_tblMain {
	background-color: #fafafa;
    border: 3px solid #E0E0E0 !important;
    border-radius: 4px;
	width: 71.3%;
	margin-top: 25px;
	padding: 18px 40px 13px;
    text-align: center;
}

.imageGalleryBody .first {
    width: 100%;
}

.FilePick {
    border: none;
	margin-bottom: 21px;
}

#ctl00_cphMainContent_ucDialCustomization_Duc12976_Pager1_tblPageSize, #ctl00_cphMainContent_ucDialCustomization_Duc12976_Pager1_vldTxtPageSize, #tblLayout {
	display: none;
}

.SelectedAsset {
    background: transparent;
    border: none;
}

.UnselectedAsset {
    background: transparent;
    border: none;
    cursor: hand;
}

.SelectedAsset img {
	border: 2px solid #ff6600;
}

.UnselectedAsset img {
	border: none;
}

#tdDialCustomization .Duc td {
	border: none !important;
}

input, textarea {
    padding-right: 7px;
    padding-left: 7px;
	font-family: 'Open Sans', sans-serif;
}


/*--- End Produkt personalisieren ---*/




/*--- Checkout ---*/

#tblNumCopies {
	font-size: 16px;
}

#tblNumCopies #lblNumCopiesWrapper {
	width: auto;
	padding-right: 12px;
}

#ctl00_cphMainContent_txtNumCopies {
	margin-right: 3px;
}

div.proofLink {
    background-image:url(proofRight.png);
    background-repeat: no-repeat;
	background-position: right top;
    cursor: pointer;
	background-color: transparent;
	margin-left: -7px;
}  

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: 8px;
    padding-left: 50px;
	padding-right: 9px;
	margin-right: 12px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
}

#ctl00_cphMainContent_lblPaymentSubmissions {
	display: none;
}

.RadGrid .rgHeader, .RadGrid th.rgResizeCol {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.RadGrid .rgRow td, .RadGrid .rgAltRow td, .RadGrid .rgEditRow td, .RadGrid .rgFooter td, .RadGrid .rgFilterRow td, .RadGrid .rgHeader, .RadGrid .rgResizeCol, .RadGrid .rgGroupHeader td {
	padding-left: 22px !important;
	padding-right: 22px !important;
	padding-bottom: 8px !important;
    padding-top: 9px !important;
}

.ShippingItemContainer {
    margin: 5px 19px 5px 0;
}


/*--- End Checkout ---*/



/*--- Mein Konto ---*/

.LoginMaster .subtitle {
    margin-top: 34px;
}

.formbox {
    background-color: #fafafa;
    border: 3px solid #E0E0E0;
    border-radius: 4px;
    padding: 25px 16px 21px;
}

.Heading2 {
    font-size: 20px;
    font-weight: normal;
}

.formprompt {
    font-size: 13px;
    font-weight: normal;
    text-align: left;
}

.form-group {
	margin-bottom: 10px;
}

.FormField, .formfield {
    font-size: 14px;
    font-weight: normal;
    height: 28px;
}

.LoginMaster #bodyarea {
    width: 100%;
    background-color: transparent;
}

/*--- End Mein Konto ---*/


/*--- Button-Design ---*/

.XmpImageButton {
    
    border-radius: 5px;
    margin-right: 1px;
    padding: 9px 21px 8px;
    font-size:14px;
    line-height: 21px;
    text-decoration: none;
    display: inline-block;
    font-weight:normal;
}


.XmpieTransparentButton {
    background-color: transparent;
}

.XmpieThemeColorButton,
.XmpieDisabledButton,
.XmpieCancelButton,
.XmpieRejectButton,
.XmpieAcceptButton,
.XmpieApproveButton {
    color: #fff !important;
    text-decoration: none!important;
	text-transform: none;
}

.XmpieThemeColorButton {
    background-color: #ff6600;
	border: none;
    
}

#ctl00_cphMainContent_btnLogin {
	margin-left: 111px;
}

#ctl00_cphMainContent_btnRegister {
	margin-bottom: 23px;
}

.XmpieThemeColorButton:hover, 
.XmpieThemeColorButton.Hover {
    background-color: #444444;
	color: #ffffff !important;
	border: none;
    
}

.XmpieThemeColorButton:active {    
    background-color: #666666;
    
}

.XmpieThemeColorButton[disabled],
.XmpieRejectButton[disabled],
.XmpieApproveButton[disabled],
.XmpieBackLink[disabled] {
    background-color: #afafaf !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: 0;
    font-size:14px;
    font-weight: 500;
    color: #333333;
	padding-left: 0;
}

.ThemedPagedFullWidthMaster a.XmpieBackLink {    
    margin-left: 13px;
}

.XmpImageButton.TallButton {
    height: 32px;
    line-height: 32px;
}

.XmpieApproveButton {
    background-color: #619933;
    
}

.XmpieApproveButton:hover {
    background-color: #3d750c;
    
}

.XmpieApproveButton:active {
    background-color: #619933;
    
}

.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%);
}

.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: #f6600;
    border: 0px;
    text-decoration: none;
}

.FormButton {	
    cursor: pointer;	
    background: #ff6600;
 	color: #fff;
	padding: 9px 21px 8px;
	border-radius: 5px;	
	font-size: 14px;
	border: none;
}

.FormButton:hover {	
	background-color: #444444;
 }
 
 .WizardButtonsContainer .next, .WizardButtonsContainer .finish, .WizardButtonsContainer .saveForLater {
    float: right;
    margin-right: 0;
}


.WizardButtonsContainer .cancel {
    display: none;
}

.checkoutFinalBack, .productDetailsBack {
    float: left;
}

 .checkoutFinalCheckout, 
 .productDetailsContinue, 
 .checkoutFinalNext {
     float: right;
     margin-right: 0;
 }


/*--- End Button-Design ---*/



/*--- Sidebar ---*/

.RadTreeView_Default, .RadTreeView_Default a.rtIn, .RadTreeView_Default .rtEdit .rtIn input {
	text-transform: none;
	font-family: "Open Sans",sans-serif !important;
    font-size: 15px;
    font-weight: normal;
	letter-spacing: 0.1px;
	line-height: 1.4;
	color: #1b1a19;
}

.RadTreeView_Default .rtSelected .rtIn {
    color: #ff6600;
}

.RadTreeView_Default .rtHover .rtIn, .RadTreeView_Default .rtSelected .rtIn {
	padding: 4px 3px 3px !important;
	color: #3a5d8a;
}

.RadTreeView_Default .rtHover .rtIn, .RadTreeView_Default .rtHover.rtSelected .rtIn {
	color: #3a5d8a !important;
}

.RadTreeView_Default .rtSelected .rtIn {
	color: #ff6600;
}

.RadTreeView .rtTop, .RadTreeView .rtMid, .RadTreeView .rtBot {
	padding-left: 12px !important;
	padding-bottom: 9px !important;
}

/*--- End Sidebar ---*/


/*--- Footer ---*/

.mainAreaFooter {
    background-color: #FFFFFF;	
    border-width: 0px;
    clear:left; 
}

.mainAreaFooterFullWidth {
    background-color: #FFFFFF;	
    border-width: 0px;
    float: left;
    width: 100%;
    padding: 12px 0;
}

.productDetailsContentFooter {    
    overflow: hidden;
}

.mainAreaFooterFullWidth .WizardButtonsContainer {
    border-top: none;
    margin-top: 0;
    padding: 12px 0;
    width: 100%;
    overflow: hidden;
}

.mainAreaFooterFullWidth table {
    margin: 10px;
}

.mainAreaFooterFullWidth table.uEditButtons {
    margin: 0;
}

.mainAreaFooterFullWidth table > tr > td {
    margin-right: 10px;    
}


/*--- End Footer ---*/

.LoginMaster .subtitle {
    left: 16px;
}

.ThemedPagedFullWidthMaster .subtitle {
	top: 19px;
}

.productSearchBox {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 13px;
    margin: 0;
	display: none;
}

.ThemedPageMaster .productSearchBox {
	border: 1px solid #bdbdbd;
}

.productSearchBox > div {
    float: left;
}

.productSearchBox input[type=submit] {
    background-image: url(magnifing-glass.png);
    background-color: #0380b5;;
}

/* 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: 236px;
    top: 39px;
    z-index: 2;
	display: none;  
}

.userWelcome span {
	height: 18px;
	line-height: 18px;
	text-align: left;
}
/* end user welcome styles */

#masterPageFooter {
    border-top: 1px solid #bdbdbd;
    height: 9px;   
    width: 959px;
	display: none;
}

#postFooter { 
	margin-bottom: 25px;
	display: none;
}


/* removed */
#fullWidthContent {
    background-color: #FFFFFF;
    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: 75px;
    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;
}

.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;
	display: block;
	margin-top: -9px;
}

.homeOrderListsContainer {
    background-color:transparent; 
    width: 100%;
    font-size:11px;
	padding-bottom: 10px;
}

.homeOrderListsContainer td {
	padding-bottom: 0;
}

.homeOrderListsContainer > div {
    float: right;
}

.homeOrderListsContainer a, .homeOrderListsContainer a:link, .homeOrderListsContainer a:visited, .homeOrderListsContainer span {
	color: #666666;
}


/*  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: 15px;
    font-weight: normal;
}

*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:normal;
	color:#000000;
    position:absolute;
	top:55px;
	left:188px;
	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: 12px;
    font-style: normal;
    font-variant: normal;	
    white-space:normal;
	line-height: 20px;
}

.ShoppingCartGridDeleteItem center a:link
{	
    text-decoration: none;
}
.title 
{
    font-size: 31px;
    padding-left:10px;
	text-transform: uppercase;
	color: #e30613;
	font-weight: bold;
}

.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%;
}

#logo
{
    height: 45px;
    width: 289px;
    position: absolute;
    top: 12px;
    left: 0px;	
    background-image: url(logo.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;
}

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;
}

/* FORM STYLE */

.breadCrumbs {
    width: 100%;
    padding-bottom: 20px;
	display: none;
}

.FormLabel {
    FONT-SIZE: 16px;
    FONT-WEIGHT: normal;
}

#Dial_13020 .FormLabel, #Dial_13021 .FormLabel, #Dial_13022 .FormLabel, #Dial_13023 .FormLabel, #Dial_13024 .FormLabel, #Dial_13025 .FormLabel, #Dial_13026 .FormLabel, #Dial_13027 .FormLabel, #Dial_13028 .FormLabel, #Dial_13029 .FormLabel, #Dial_13031 .FormLabel, #Dial_13030 .FormLabel {
    FONT-SIZE: 13px;
}

.FormLabelLeft {
    FONT-SIZE: 13px;
    FONT-WEIGHT: bold;
    text-align:left;
}

.Tooltip
{
    FONT-SIZE: 9px;
    cursor: help;
    white-space: nowrap;
}

.TablesInnerText {
	line-height: 26px;
}


/* 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
{
    font-size: 11px;
    font-weight: bold;
}

.RejectBack
{
    font-size: 11px;
    background-color: #f2dcdb !important;
}

.RejectBackAlt
{
    font-size: 11px;
    background-color: #e6b9b8 !important;
}

td.approverRejectConfirm
{
    padding-top: 12px;
}
.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;
}

.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: 16px;
	display: block;
	margin-top: 33px;
	height: auto;
	font-weight: bold;
}

.Blueborder {
    border-top: 3px solid #00598b;
}

.SubSectionTable
{
    padding: 0;
    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: #EBF1DE;
    padding-left: 5px;
    padding-bottom: 10px;
    width:100%;
}

.ShippingAddressBoxFooter
{
    background-color: #EBF1DE;
    padding-left: 5px;
    padding-bottom: 25px;
    width: 100%;
}



.CheckoutAddressHeading table 
{
    position: relative;
    left: -70px;
}

.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:#EBF1DE;
}

.SinglePrice
{
    font-size: 17px;
    font-weight: bold;
}
.SinglePriceCurrency
{
    font-size: 13px;
    font-weight: bold;
}

.productgridview div.productPrice
{
    text-align: left;
}

.productgridview div.productname, .productgridview div.productdesc, .productgridview div.productQtyRange, .productgridview div.productPrice, .productgridview div.productDetailsLink {
	width: 100%;
}

div.productListTable .thumbnail {
	width: auto;
	height: auto;
}

.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 #C3D69B;
    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: #f2f2f2;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;	
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 7px;
	padding-right: 7px;
}
.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:hover
{
    border: 3px solid #3a5d8a;	    
}

div.productListTable div.thumbnail
{
    border: none;
    background-color: transparent;
    padding: 9px 3px 3px 3px;
}

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;
}


/*  ----------------------------------------------------------------------------------------------- */
/*  ------------------                              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.productListTable .overlay {
	display: none !important;
}

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;	
}

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;
	padding-right: 16px;
}

.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;

} 

/* Customization DUCs*/

.dtiStringTextBox
{
	width: 252px;
	height: 26px;
}

.dddlValue select
{
	width: 257px;
}

/* 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 : #87A01F;
}

.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: #f2f2f2;
}

.CheckOutPage .cartSummary .aboveTop {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

.CheckOutPage .cartSummary .bottom {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

ul.CheckOutPage li.cartSummary ul {
	margin: 20px 0 0 !important;
}

.CheckOutPage .cartSummary .totalBackground
{
    background-color:#e7f1cd;
}

/* new navigation */

            header
            {
                height: 75px;
				border-bottom: 1px solid #bdbdbd;
            }
            
            nav {
                margin-left: 445px;
                float: left;
				margin-top: 29px;
            }
            
            header ul li
            {
                display: inline-block;
            }
            
            header li.links
            {
                position: absolute;
                right: 0;
                top: 41px;                
            }

            
            #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;
                margin: 0 1px;
                padding: 14px 18px;
                border: none;
                
                text-align: center;
                border-radius: 0;


                background-color: transparent;
               

                -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.selected a {
                font-weight: bold;
				color: #ffffff;
            }			
            
            
			menuButton.selected.color
			  {
                background-color: transparent;
				
                
            }
			
			.menuButton.color:hover {
				background-color: transparent;
			}
			
			.menuButton a:focus, .menuButton a:active {
				color: #444444;
			}
            
            .menuButton a
            {
                display: block;
               
            }
        
        
.WizardButtonsContainer div { 
    display: inline-block; 
}

.WizardButtonsContainer .back,
.productDetailsBack,
.backLinkContainer,
.orderApprovalListBackButtonWrapper
{
    background: transparent url(back_arrow.png) no-repeat 0px center;
}

.backLinkContainer
{
	padding: 12px 0;
}

.ie7 .WizardButtonsContainer div { display: inline; }

div.SaveDraftButtonContainer { float: right; }

.orderApprovalListBackButtonWrapper
{
	padding-top: 50px;
	background-position: 20px 65px;
}
/* -- flags and currency (begin) -- */
div.XmpImageDropDownList
{
    background-image: url(dropdown_arrow_white.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
{
    text-align: left;
    border-width: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    
}

/* faux column affect for product category tree (#navArea) */
.ThemedPageMaster #bodyarea:before
{
    width: 172px;
    z-index: -1;
    position: absolute;
    background-color: #ffffff;
    top: 31px;
    bottom: 0;
    content: "";
}

.ie8 .ThemedPageMaster #bodyarea:before
{
    bottom: 0;
}

.ie7 #content
{
    border-right: solid 1px #9a9a9a; 
    width: 793px; 
}
    
.ThemedPageMaster #searcharea
{
	float: none;
	z-index: 2;
    background-image: none;
	width: auto;
	height:auto;
	top: 58px;
}

.mainarea 
{
    background-color: #FFFFFF;
    border-width: 0px;
    min-height: 380px;
    width: 100%;
	margin-top: 14px;
}
#contentArea {
    display: inline-block;
    float: right;
    width: 775px;
    height: 100%;
	margin-top: 30px;
}

#content {
    background-color: #FFFFFF;
    height: auto;
    min-height: 480px;
	margin-left: 24px;
	
}

#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: 225px;
    margin-top: 125px;
    overflow: auto;
	margin-left: 5px; 
}

.ie7 #navArea
{
    background-color: #fff;
}

#fullpage.ThemedPageMaster #navArea,
#fullpage.LoginMaster #navArea
{
    padding-top: 20px;
	padding-bottom: 20px;
}

#fullpage.ThemedPageMaster #bodyarea,
#fullpage.LoginMaster #bodyarea
{
    float: none;
	padding-bottom: 22px;
}

.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;
}


/* ---THEME COLORS--- */
body,
.explanation,
.formfield,
.tablerow td,
nav .menuButton a,
.nav,
.captcha SPAN,
input,
select,
textarea
{
    color: #333333;
}

nav .menuButton a {
	color: #1b1a19;
	text-transform: uppercase;
}

.menuButton.color:hover, .menuButton.selected.color {
    
    color: #444444;
}

select
{
    color: #666666;
}

.rtcontentcol,
DIV.LoadingDivHeader,
.Heading2,
.productPriceInList,
.productPriceInGrid,
.productGridCurrency,
.productListCurrency,
.LoginMaster .SmallLink,
.SaveForLaterCartListHead,
.FormLabel.ShoppingCartTitle
{
    color: #444444;
}

.productGridPriceFrom,
.productListPriceFrom
{
    color: #B8B3E4;
}

.emphasis {
    color: #5676A5;
}

.formprompt {
    color: #2D3D55;
}

input, select, textarea
{
	border: 1px solid #d0d0d0;
}

.productSearchBox .searchCriteria input {
	border: 1px solid #666666;
	height: 21px;
}

input[type="checkbox"], input[type="radio"]
{
	border: 0 none;
	margin-right: 9px;
	margin-left: 2px;
}

.formtitle, 
.btnSelected, 
.smallprompt,
.CheckoutHead,
.userWelcome span,
.PriceListHead,
.PagerCurrentPageStyle,
#fullpage ul .links a,
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: #444444;
}

#fullpage ul .links a:hover {
	color: #000000;
}

nav .menuButton:hover a {
	color: #444444;
}

nav .menuButton.selected a  {
                
				color: #ff6600;
            }	

nav .menuButton.selected a:hover, nav .menuButton a:hover {
		color: #3a5d8a;
		text-decoration: underline;
}

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: #000000;
}

/*  -----  greens  -----  */

.CouponInfoMessage
{
    color:Green;
}

/*  -----  end r,g,b colors  -----  */

.THFontText, .RTHFontText {
    COLOR: darkblue; 
}

.divOptionRepeater.selected,
.trOptionRepeater.hover
{
    color: #87A01F;
}

.RejectText
{
    color: #c0504d !important;    
}

.MailingItemsTablesSubTitle
{
    color: #1F497D;
}

.SinglePriceCurrency
{
    color: #4D4D4D;
}

.WizardStepHeadingCurrent
{
    color: #A9BB59;
}


/* hide header signin link on login page */
.LoginMaster a.signin
{
    display: none !important;
}


/* product categories tree placement */
.ThemedPageMaster #bodyarea:before
{
    left: 0;
}
.ThemedPageMaster #bodyarea:after
{
    right: 0;
}

#navArea
{
    float: left;
	background-color: #fff;
	border-top: 6px solid #ff6600;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1); 
	padding: 23px 20px;
	border-radius: 4px; 
}


/* 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;
}

#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 #87A01F;
}

.FieldOptionItem:hover
{
    color: #87A01F;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////// working XmpieButton styles begin ////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////// */

div.productlistview div.pricingInfo {
	width: auto;
}

#ctl00_cphMainContent_trApproval {
	margin-bottom: 16px;
}

#ctl00_cphMainContent_trCustomerNote {
	margin-top: 12px;
	margin-bottom: 12px;
}

#ctl00_cphMainContent_lblTitlePurchase {
	font-size: 19px;
	font-weight: normal;
}

.productPrice {
	margin-bottom: 7px;
}

.XmpieRejectButton
{    
    background-color: #f00000;
    
}

.XmpieRejectButton:hover
{    
    background-color: #a30000;
    
}

.XmpieRejectButton:active
{
    background-color: #a30000;
    
}

.XmpieClearButton_LinkStyle, .options
{
    text-decoration: underline !important;
    padding: 0px!important;
    font-size:12px;
    line-height: 21px;
    font-weight: bold;
    color: #333333;
}

.XmpieDisabledButton, .XmpieCancelButton
{
    background-color: #e8e8e8;
	border: 1px solid #cccccc;
    
}

.XmpieCancelButton:hover, .XmpieCancelButton:active {
	background-color: #444444;
	border: 1px solid #444444;
	color: #ffffff !important;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////// working XmpieButton styles end //////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.footnotes,
/* Pricing Table - RadGrid */
#tdProductPricing .rgRow,
#tdProductPricing .rgAltRow
{
    font-size: 12px;
}


#detailsTable.orderDetailsPage hr
{
	display: none;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////// Wizard Navigation Begin //////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.WizardProgressBarContainer{
    width:100%;
    margin: 0;
    padding: 0;
    position:relative;    
    font-size:10PT;
    font-weight:normal;
    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'] 
{
    
    color:#666666;
}
.WizStepTR[stepStatus='done'], .WizStepTRSel[stepStatus='done'] 
{
    
    color:WHITE;
}
.WizStepTR[stepStatus='active'], .WizStepTRSel[stepStatus='active'] 
{
 
    COLOR:#A9CD1A;
    font-weight:bold;
}

.WizStepTR[stepStatus='waiting'] .WizStep, .WizStepTRSel[stepStatus='waiting'] .WizStepSel
{
    color:#666666;
}
.WizStepTR[stepStatus='done'] .WizStep, .WizStepTRSel[stepStatus='done'] .WizStepSel
{
    color: #999999;
}
.WizStepTR[stepStatus='active'] .WizStep, .WizStepTRSel[stepStatus='active'] .WizStepSel
{
    color: #e30613;
    font-weight: bold;
	font-size: 14px;
}


/*left element*/
.WizStepTR .leftElement, .WizStepTRSel .leftElement
{
    position:absolute;
    top:0;
    left:0px;
    height:37px;
    width:10px;
    
}
.WizStepTR[stepStatus='waiting'] .leftElement
{
    
}
.WizStepTR[stepStatus='done'] .leftElement
{
    
}
.WizStepTRSel[stepStatus='active'] .leftElement
{
    
}
/*right element*/
.WizStepTR .rightElement, .WizStepTRSel .rightElement
{
    position:absolute;
    top:0;
    right:-11px;
    height:34px;
    width:25px;
    
}

.WizStepTR[stepStatus='waiting'] .rightElement {
	background-image:url('pfeil_weiter_grau.png');  
}

.WizardProgressStep:last-child .WizStepTR[stepStatus='waiting'] .rightElement {
	background-image: none;  
} 

.WizStepTR[stepStatus='done'] .rightElement
{
    background-image:url('pfeil_weiter_grau.png');
}

.WizStepTRSel[stepStatus='active'] .rightElement
{
    background-image:url('pfeil_weiter.png');
}

.WizStepLastStep[stepStatus="active"] .rightElement {
    background-image: none;
}


/*first left element*/
.WizStepFirstStep[stepStatus='waiting'].leftElement
{
    
}
.WizStepFirstStep[stepStatus='done'] .leftElement
{
    
}
.WizStepFirstStep[stepStatus='active'] .leftElement
{
    
}
/*last right element*/
.WizStepLastStep[stepStatus='waiting'] .rightElement
{
    
}
.WizStepLastStep[stepStatus='done'] .rightElement
{
    
}
.WizStepLastStep[stepStatus='active'] .rightElement
{
    
}
.WizStep
{
}

.WizardStepImageURL
{
    display:none;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////// Wizard Navigation End //////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.dtiName, .dmiName, .dddlName {
	width: 150px;
	padding-top: 7px !important;
}

#ctl00_cphMainContent_pnlPropertiesConfig {
	margin-top: 62px;
}

.CheckOutPage .cartSummary .bottom {
	height: auto !important;
	overflow: hidden;
}

.addressBoxWrapper .ddlAddresses, .CheckoutServices {
	width: auto !important;
	height: 24px;
}

.orderListTable #tblAdvSearch .contentColumn {
	width: 495px !important;
}

.datePickerContainer span.Normal {
	
	margin-right: 3px;
}

.datePickerContainer span#ctl00_cphMainContent_LblDateTo {
	margin-left: 35px;
	margin-right: 5px;
}

.orderListTable #tblAdvSearch #TxtOrderID2, .orderListTable #tblAdvSearch #TxtProduct {
	width: 360px !important;
}

.orderListTable #tblAdvSearch #DdlAddress, select#ctl00_cphMainContent_DdlSearchFilter {
	width: 365px !important;
}

.rgNoRecords td {
	padding: 5px 7px;
}

.addressItemBody {
	padding: 10px 11px !important;
}

.formbox .checkbox {
	margin-top: 12px;
	margin-bottom: 12px;
}

table.productList {
	margin-top: 69px !important;
}

#ctl00_cphMainContent_lblProductUnavailable {
	padding-bottom: 19px;
	display: block;
}

#ctl00_cphMainContent_LblMessage b {
	font-weight: normal;
}

#ctl00_cphMainContent_trPaymentMethods hr {
	display: none;
}

#UploadRLWrapper .well {
	margin-bottom: 23px;
}

#UploadRLWrapper .form-group {
	height: 36px;
}

#ctl00_cphMainContent_rlmWrapper_4_RLM_4_DownloadExcelTemplate, #ctl00_cphMainContent_lnkPageMode {
	color: #e30613;
	text-decoration: underline;
	display: inline-block;
	padding-top: 15px;
}

#UploadRLWrapper .formLabel {
	padding-left: 0 !important;
}

#divRecipientListTitle {
	font-size: 18px !important;
	padding-bottom: 23px !important;
	margin-top: 52px;
}

#divRecipientListButtons {
	margin-bottom: 26px;
}

.RLEditorContainer {
	border: 1px solid #828282;
	margin-bottom: 22px;
}

#divRecipientsNum, #divRecipientsNum .FormField {
	font-size: 18px;
}

#wndAddNew {
	height: 522px !important;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable {
	/*top: 158px !important;*/
}

#ctl00_cphStandardHeader_ctl00_lnkHelp, #fullpage header li.links a#ctl00_cphStandardHeader_ctl00_lnkHelp {
	display: none;
}

#ctl00_cphMainContent_LblStoreName {
	display: none;
}

#ValidationSummary1 {
	margin-top: 5px;
	margin-left: 2px;
}


/*---- Homepage ----*/

.home .ThemedPageMaster #searcharea {
	width: 1047px;
	height: 200px;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	top: 23px;
}

.home .subtitle {
	background-color: rgba(255,255,255,0.8);
	margin: 26px;
    padding: 18px 23px;
}

.home #navArea {
	width: 1047px;
	float: none;
	background-color: #fff;
	margin-top: 51px;
	border-top: none;
	margin-left: 0;
	box-shadow: none;
	padding-left: 0;
    padding-right: 0;
}

.home #fullpage.ThemedPageMaster #navArea {
	padding-bottom: 0;
}

.home #contentArea {
	width: 1047px;
	float: none;
	height: auto;
	display: none;
}

.home .RadTreeView .rtUL {
	overflow: hidden;
	display: block;
	width: 1047px;
}

.home .RadTreeView .rtUL li {
	width: 31.42%;
	float: left;
    text-align: center;
	margin-right: 2%;
	border: 3px solid #e0e0e0;
	border-radius: 4px;
	margin-bottom: 20px;
}

.home .RadTreeView .rtUL li:hover {
	border: 3px solid #3a5d8a;
}

.home .RadTreeView .rtTop, .home .RadTreeView .rtMid, .home .RadTreeView .rtBot {
	padding-left: 0 !important;
	padding-bottom: 0;
}

.home .RadTreeView .rtSp {
    display: none;
}

.home .RadTreeView .rtUL li .rtIn {
	display: block;
	padding: 24px 3px 0;
	margin-left: 0;
	text-transform: none;
	font-family: "Open Sans",sans-serif !important;
    font-size: 20px;
    font-weight: normal;
	letter-spacing: 0.4px;
	line-height: 1.4;
	background-color: #fafafa;
	border-radius: 4px;
	height: 215px;
	background-repeat: no-repeat;
	background-position: center 82px;
}

.home .RadTreeView .rtUL li .rtHover .rtIn {
	color: #3a5d8a;
	font-weight: 700;
	background-color: #fff;
}

.home .RadTreeView_Default .rtHover .rtIn, .home .RadTreeView_Default .rtSelected .rtIn {
	padding: 24px 3px 0 !important;
}

.home .RadTreeView .rtTop, .home .RadTreeView .rtMid, .home .RadTreeView .rtBot {
    padding-bottom: 0 !important;
}

.home .RadTreeView .rtUL li div {
	padding-top: 0;
}

.home .RadTreeView .rtUL li div.rtTop a {
	background-image: url(visitenkarte.png);
}

.home .RadTreeView .rtUL li div.rtMid a {
	background-image: url(flyer.png);
}

.home .RadTreeView .rtUL li.rtFirst + li + li div.rtMid a {
	background-image: url(postkarten_130.png);
}

.home .RadTreeView .rtUL li.rtFirst + li + li + li div.rtMid a {
	background-image: url(briefbogen.png);
}

.home .RadTreeView .rtUL li.rtFirst + li + li + li + li div.rtMid a {
	background-image: url(Gutschein.png);
}

.home .RadTreeView .rtUL li div.rtBot a {
	background-image: url(Anzeige.png);
}

.home .RadTreeView .rtUL li.rtFirst + li + li, .home .RadTreeView .rtUL li.rtLast {
	margin-right: 0;
}



/*---- Footer ----*/

.footer {
	overflow: hidden;
	display: block;
	width: 1047px;
	clear: both;
	border-top: 1px solid #bdbdbd;
	padding-top: 23px;
	margin-top: 26px;
}

.footer-block {
	width: auto;
	float: left;
	margin-right: 110px;
}

.footer-block.right, .footer-block.right img {
	float: right;
	margin-right: 0;
}

.footer-block h4 {
	margin-top: 0;
	font-family: "Open Sans",sans-serif !important;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1px;
    line-height: 1.4;
	margin-bottom: 7px;
}

#ctl00_cphMainContent_trAcceptTermsConditions label {
	font-weight: normal !important;
}

#ctl00_cphMainContent_trAcceptTermsConditions td {
	padding-bottom: 14px !important;
}

#ctl00_cphMainContent_ucUserRegistration_trGender select {
	width: 100%;
	height: 32px;
}

a.cookieRibbonButton, a.cookieRibbonButton:link, a.cookieRibbonButton:visited {
	color: #fff;
	padding-top: 6px;
	display: inline-block;
}

.cookieRibbonWrapper {
	opacity: 1;
	background-color: #999;
	width: auto;
	height: auto;
	padding: 30px 60px;
}

.cookieRibbonWrapper .cookieRibbonText {
	position: relative;
	left: 0;
	display: block;
	line-height: normal;
	font-size: 14px;
	width: 73%;
	float: left;
	margin-right: 20px;
}

.cookieRibbonWrapper .buttonContainer {
	position: relative;
	right: auto;
	border: 1px solid #fff;
	margin-top: 2px;
	padding-left: 0;
	line-height: normal;
	border-radius: 5px;
}

#ContainerDivRight .RightMenuWrapper .PropListWrapper {
	display: none;
}

#ContainerDivRight #divTotalPrice {
	padding: 16px 0 13px 20px;
	font-size: 16px;
}

.NewItemMenu .VerticalMenuDiv ul li {
	padding: 9px 22px;
}

.NewItemMenu li span.UploadImage {
	padding: 0;
}

.NewItemMenu li span.UploadName {
	border-left: none;
	padding-left: 0;
}

.NewItemMenu .NewItemMenuTitle {
	display: none;
}

#LowerNavDiv #divPropertiesCheckBox {
	display: none;
}

#ContainerDiv #WrenchBtnDiv {
	display: none !important;
}

.BasicDialogContainer .DocumentMenuDialog {
    padding: 5px 35px !important;
}

#ctl00_cphMainContent_btnRecalculate {
	height: auto;
}

#ctl00_cphMainContent_lnbShowPricingTable {
	font-weight: bold;
	text-decoration: underline;
}

.addressListWrapper {
	max-height: 100%;
	padding-top: 18px;
}

.XmpieCancelButton {
	color: #777 !important;
}

.addressListTable .tdContainer:first-child .addressItemTable, .addressListTable br + .tdContainer .addressItemTable {
	margin-left: 0;
}

.addressListTable .tdContainer {
	margin-bottom: 15px;
}

.addressListWrapper + #ctl00_cphMainContent_trSeparator .paneSeparator {
	margin-top: 8px;
}

@media (max-width: 1080px) {
	
	#fullpage {
		width: 820px;
		padding-left: 12px;
		padding-right: 12px;
	}
	
	.home .ThemedPageMaster #searcharea {
		width: 820px;
	}
	
	#logo {
		left: 12px;
	}
	
	nav {
		margin-left: 289px;
	}
	
	header li.links {
		right: 12px;
	}
	
	#navArea {
		width: 183px;
	}
	
	#contentArea {
		width: 591px;
	}
	
	.home #navArea, .home .RadTreeView .rtUL, .footer {
		width: 820px;
	}
	
	.home .RadTreeView .rtUL li {
		width: 31.27%;
	}
	
	.home #navArea {
		margin-top: 28px;
	}
	
	.footer {
		margin-top: 12px;
	}
	
	.FormLabel {
		font-size: 14px;
	}
	
	.dtiName, .dmiName, .dddlName {
		width: 121px;
	}
	
	#tdDialCustomization .Duc {
		width: 423px;
	}
	
	.CustomizationProperties #preview {
		padding: 22px 18px 3px;
	}
	
	.tab-pane #ctl00_cphMainContent_ucDialCustomization_SlideShow_tblNavigationPanel {
		width: 353px !important;
	}
	
	.RadGrid .rgRow td, .RadGrid .rgAltRow td, .RadGrid .rgEditRow td, .RadGrid .rgFooter td, .RadGrid .rgFilterRow td, .RadGrid .rgHeader, .RadGrid .rgResizeCol, .RadGrid .rgGroupHeader td {
		padding: 9px 13px 8px !important;
	}
	
	.addressItemTable {
		margin-right: 6px;
		margin-left: 6px;
	}
	
	.addressListWrapper {
		width: 100%;
	}
	
	.cookieRibbonWrapper .cookieRibbonText {
		width: 64%;
	}
}
