/* Minification failed. Returning unminified contents.
(3,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2571,32): run-time error CSS1039: Token not allowed after unary operator: '-theme-color'
(2723,25): run-time error CSS1039: Token not allowed after unary operator: '-ribbon-color'
(3090,1): run-time error CSS1019: Unexpected token, found '}'
 */
/* 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%;
	}



.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;
}


/*#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 {
	height: 140px;
	margin: 12px 0 12px 0;
	width: 100%;
	z-index: 100;
}

	.fileAttachDropFilesHere span {
		display: none;
	}

	.fileAttachDropFilesHere.drag {
		width: 500px;
		z-index: 100;
		border-style: dashed;
		color: #808080;
		font-size: 30px;
		text-align: center;
		display: table-cell;
		vertical-align: middle;
		height: 158px;
	}

		.fileAttachDropFilesHere.drag span {
			display: block;
			pointer-events: none;
		}

/*#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%;
}

/*#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;
	}

/*#endregion*/

/* Style: XmpGreen */

/* Resets */
/*
	  ---   COLOURS   ---
	St Ives Blue -	#203679
	St Ives Green -	#a9ce1b
	St Ives Grey -	#666666
	Lilac -			#CB86D1
	Blue - 			#288ECD
	Pink -			#F93387
	Turquoise - 	#
	Purple -		#965BD6
	Medium Green - 	#75B56B
	Dark Green -	#579A75
	Light Grey -	#EEEEEE
	Med Grey -		#ACACAC
*/

/*	REORDER & RECIPIENTS DISPLAYS	*/
#ctl00_cphMainContent_OrderTable_ctl00_ctl04_LnkReOrder{visibility: hidden}
.ManageRecipientListLink{display: none}
.ManageRecipientListDesc{display: none}

/*COMING SOON PRODUCT*/
#btnBuyItNow3709,#btnBuyItNow5714{display: none !important;}



/*  ----------------------------------------------------------------------------------------------- */
/*  ------------------                             DOWNLOAD                         --------------- */
/*  ----------------------------------------------------------------------------------------------- */

div.productListTable .productDownload {border: none !important}

div.productlistview div.overlay {display:block !important}

.productEnlarge{display:block !important}

div.productListTable .productDownload a {
    background: url('download-white.png') no-repeat scroll -3px 40% transparent !important;
}

.productListTable .overlay .productDownload:hover a
{
	background-image: url('download-white.png') !important;
}


/*  ---   START   --- */


#DisplayDownloadButton3757, #DisplayDownloadButton3758, #DisplayDownloadButton3759, #DisplayDownloadButton3760, #DisplayDownloadButton3761, #DisplayDownloadButton3762, 
#DisplayDownloadButton3763, #DisplayDownloadButton3764, #DisplayDownloadButton3765, #DisplayDownloadButton3766, #DisplayDownloadButton3767, #DisplayDownloadButton3921, 
#DisplayDownloadButton3920, #DisplayDownloadButton3950, #DisplayDownloadButton3951, #DisplayDownloadButton3952, #DisplayDownloadButton3953, #DisplayDownloadButton3954, 
#DisplayDownloadButton3955, #DisplayDownloadButton3956, #DisplayDownloadButton3957, #DisplayDownloadButton3958, #DisplayDownloadButton3959, #DisplayDownloadButton3960, 
#DisplayDownloadButton4071, #DisplayDownloadButton4072, #DisplayDownloadButton4537, #DisplayDownloadButton4538, #DisplayDownloadButton4383, #DisplayDownloadButton4384, 
#DisplayDownloadButton5013, #DisplayDownloadButton5014, #DisplayDownloadButton5015, #DisplayDownloadButton5658, #DisplayDownloadButton5659, #DisplayDownloadButton5660, 
#DisplayDownloadButton5661, #DisplayDownloadButton5662, #DisplayDownloadButton5663, #DisplayDownloadButton5664, #DisplayDownloadButton5665, #DisplayDownloadButton4701, 
#DisplayDownloadButton4702, #DisplayDownloadButton4703, #DisplayDownloadButton5688, #DisplayDownloadButton5689, #DisplayDownloadButton5690, #DisplayDownloadButton5691, 
#DisplayDownloadButton5692, #DisplayDownloadButton5693, #DisplayDownloadButton5694, #DisplayDownloadButton5695, #DisplayDownloadButton5697, #DisplayDownloadButton5698, 
#DisplayDownloadButton5699, #DisplayDownloadButton5700, #DisplayDownloadButton5875, #DisplayDownloadButton5876, #DisplayDownloadButton5877, #DisplayDownloadButton5878, 
#DisplayDownloadButton5879, #DisplayDownloadButton5880, #DisplayDownloadButton5881, #DisplayDownloadButton5882, #DisplayDownloadButton5883, #DisplayDownloadButton5884, 
#DisplayDownloadButton5885, #DisplayDownloadButton5886, #DisplayDownloadButton5887, #DisplayDownloadButton5888, #DisplayDownloadButton5889, #DisplayDownloadButton5890, 
#DisplayDownloadButton5891, #DisplayDownloadButton5892, #DisplayDownloadButton5893, #DisplayDownloadButton5894, #DisplayDownloadButton5895, #DisplayDownloadButton5896, 
#DisplayDownloadButton5903, #DisplayDownloadButton5904, #DisplayDownloadButton5905, #DisplayDownloadButton5906, #DisplayDownloadButton5907, #DisplayDownloadButton5908, 
#DisplayDownloadButton5909, #DisplayDownloadButton5910, #DisplayDownloadButton5911, #DisplayDownloadButton5912, #DisplayDownloadButton5913, #DisplayDownloadButton5914, 
#DisplayDownloadButton5915, #DisplayDownloadButton5916, #DisplayDownloadButton5917, #DisplayDownloadButton5918, #DisplayDownloadButton5919, #DisplayDownloadButton5920, 
#DisplayDownloadButton5921, #DisplayDownloadButton5922, #DisplayDownloadButton5923, #DisplayDownloadButton5924, #DisplayDownloadButton5995, #DisplayDownloadButton5996, 
#DisplayDownloadButton6019, #DisplayDownloadButton6020, #DisplayDownloadButton6021, #DisplayDownloadButton6022, #DisplayDownloadButton6126, #DisplayDownloadButton6127, 
#DisplayDownloadButton6133, #DisplayDownloadButton6654, #DisplayDownloadButton7682, #DisplayDownloadButton7686, #DisplayDownloadButton7687, #DisplayDownloadButton7683, 
#DisplayDownloadButton8125, #DisplayDownloadButton8100, #DisplayDownloadButton8246, #DisplayDownloadButton8599, #DisplayDownloadButton8600, #DisplayDownloadButton8608, 
#DisplayDownloadButton8609, #DisplayDownloadButton8623, #DisplayDownloadButton8556, #DisplayDownloadButton8557, #DisplayDownloadButton8630



	{display: block !important; min-height: 31px; margin-bottom: 20px; font-size: 16px !important; position: relative; top: -68px; left: 549px; background:#cc0000 !important;border-radius: 6px;color: #fff !important;padding: 0px 12px; width: 172px !important;}


#DisplayDownloadButton3757:hover, #DisplayDownloadButton3758:hover, #DisplayDownloadButton3759:hover, #DisplayDownloadButton3760:hover, #DisplayDownloadButton3761:hover, #DisplayDownloadButton3762:hover, 
#DisplayDownloadButton3763:hover, #DisplayDownloadButton3764:hover, #DisplayDownloadButton3765:hover, #DisplayDownloadButton3766:hover, #DisplayDownloadButton3767:hover, #DisplayDownloadButton3920:hover, #DisplayDownloadButton3921:hover, #DisplayDownloadButton3950:hover, #DisplayDownloadButton3951:hover, #DisplayDownloadButton3952:hover, #DisplayDownloadButton3953:hover, #DisplayDownloadButton3954:hover, #DisplayDownloadButton3955:hover, #DisplayDownloadButton3956:hover, #DisplayDownloadButton3957:hover, 
#DisplayDownloadButton3958:hover, #DisplayDownloadButton3959:hover, #DisplayDownloadButton3960:hover, #DisplayDownloadButton4071:hover, #DisplayDownloadButton4072:hover, #DisplayDownloadButton4537:hover, #DisplayDownloadButton4539:hover, #DisplayDownloadButton4383:hover, #DisplayDownloadButton4384:hover, #DisplayDownloadButton5013:hover, #DisplayDownloadButton5014:hover, #DisplayDownloadButton5015:hover, 
#DisplayDownloadButton5658:hover, #DisplayDownloadButton5659:hover, #DisplayDownloadButton5660:hover, #DisplayDownloadButton5661:hover, #DisplayDownloadButton5662:hover, #DisplayDownloadButton5663:hover, 
#DisplayDownloadButton5664:hover, #DisplayDownloadButton5665:hover, #DisplayDownloadButton4701:hover, #DisplayDownloadButton4702:hover, #DisplayDownloadButton4703:hover, #DisplayDownloadButton5688:hover, 
#DisplayDownloadButton5689:hover, #DisplayDownloadButton5690:hover, #DisplayDownloadButton5691:hover, #DisplayDownloadButton5692:hover, #DisplayDownloadButton5693:hover, #DisplayDownloadButton5694:hover, 
#DisplayDownloadButton5695:hover, #DisplayDownloadButton5697:hover, #DisplayDownloadButton5698:hover, #DisplayDownloadButton5699:hover, #DisplayDownloadButton5700:hover, #DisplayDownloadButton5875:hover, 
#DisplayDownloadButton5876:hover, #DisplayDownloadButton5877:hover, #DisplayDownloadButton5878:hover, #DisplayDownloadButton5879:hover, #DisplayDownloadButton5880:hover, #DisplayDownloadButton5881:hover, 
#DisplayDownloadButton5882:hover, #DisplayDownloadButton5883:hover, #DisplayDownloadButton5884:hover, #DisplayDownloadButton5885:hover, #DisplayDownloadButton5886:hover, #DisplayDownloadButton5887:hover, 
#DisplayDownloadButton5888:hover, #DisplayDownloadButton5889:hover, #DisplayDownloadButton5890:hover, #DisplayDownloadButton5891:hover, #DisplayDownloadButton5892:hover, #DisplayDownloadButton5893:hover, 
#DisplayDownloadButton5894:hover, #DisplayDownloadButton5895:hover, #DisplayDownloadButton5896:hover, #DisplayDownloadButton5903:hover, #DisplayDownloadButton5904:hover, #DisplayDownloadButton5905:hover, 
#DisplayDownloadButton5906:hover, #DisplayDownloadButton5907:hover, #DisplayDownloadButton5908:hover, #DisplayDownloadButton5909:hover, #DisplayDownloadButton5910:hover, #DisplayDownloadButton5911:hover, 
#DisplayDownloadButton5912:hover, #DisplayDownloadButton5913:hover, #DisplayDownloadButton5914:hover, #DisplayDownloadButton5915:hover, #DisplayDownloadButton5916:hover, #DisplayDownloadButton5917:hover, 
#DisplayDownloadButton5918:hover, #DisplayDownloadButton5919:hover, #DisplayDownloadButton5920:hover, #DisplayDownloadButton5921:hover, #DisplayDownloadButton5922:hover, #DisplayDownloadButton5923:hover, 
#DisplayDownloadButton5924:hover, #DisplayDownloadButton5995:hover, #DisplayDownloadButton5996:hover, #DisplayDownloadButton6019:hover, #DisplayDownloadButton6020:hover, #DisplayDownloadButton6021:hover, 
#DisplayDownloadButton6022:hover, #DisplayDownloadButton6126:hover, #DisplayDownloadButton6127:hover, #DisplayDownloadButton6133:hover, #DisplayDownloadButton6654:hover, #DisplayDownloadButton7682:hover, 
#DisplayDownloadButton7683:hover, #DisplayDownloadButton7686:hover, #DisplayDownloadButton7687:hover, #DisplayDownloadButton8125:hover, #DisplayDownloadButton8100:hover, #DisplayDownloadButton8246:hover, 
#DisplayDownloadButton8599:hover, #DisplayDownloadButton8600:hover, #DisplayDownloadButton8608:hover, #DisplayDownloadButton8609:hover, #DisplayDownloadButton8623:hover, #DisplayDownloadButton8556:hover, #DisplayDownloadButton8557:hover, #DisplayDownloadButton8630:hover


	{background:#882222 !important}


#DisplayDownloadButton3757 a, #DisplayDownloadButton3758 a, #DisplayDownloadButton3759 a, #DisplayDownloadButton3760 a, #DisplayDownloadButton3761 a, #DisplayDownloadButton3762 a, 
#DisplayDownloadButton3763 a, #DisplayDownloadButton3764 a, #DisplayDownloadButton3765 a, #DisplayDownloadButton3766 a, #DisplayDownloadButton3767 a, #DisplayDownloadButton3920 a, 
#DisplayDownloadButton3921 a, #DisplayDownloadButton3950 a, #DisplayDownloadButton3951 a, #DisplayDownloadButton3952 a, #DisplayDownloadButton3953 a, #DisplayDownloadButton3954 a, 
#DisplayDownloadButton3955 a, #DisplayDownloadButton3956 a, #DisplayDownloadButton3957 a, #DisplayDownloadButton3958 a, #DisplayDownloadButton3959 a, #DisplayDownloadButton3960 a, 
#DisplayDownloadButton4071 a, #DisplayDownloadButton4072 a, #DisplayDownloadButton4537 a, #DisplayDownloadButton4538 a, #DisplayDownloadButton4383 a, #DisplayDownloadButton4384 a, 
#DisplayDownloadButton5013 a, #DisplayDownloadButton5014 a, #DisplayDownloadButton5015 a, #DisplayDownloadButton5663 a, #DisplayDownloadButton5658 a, #DisplayDownloadButton5659 a, 
#DisplayDownloadButton5660 a, #DisplayDownloadButton5661 a, #DisplayDownloadButton5662 a, #DisplayDownloadButton5664 a, #DisplayDownloadButton5665 a, #DisplayDownloadButton4701 a, 
#DisplayDownloadButton4702 a, #DisplayDownloadButton4703 a, #DisplayDownloadButton5688 a, #DisplayDownloadButton5689 a, #DisplayDownloadButton5690 a, #DisplayDownloadButton5691 a, 
#DisplayDownloadButton5692 a, #DisplayDownloadButton5693 a, #DisplayDownloadButton5694 a, #DisplayDownloadButton5695 a, #DisplayDownloadButton5697 a, #DisplayDownloadButton5698 a, 
#DisplayDownloadButton5699 a, #DisplayDownloadButton5700 a, #DisplayDownloadButton5875 a, #DisplayDownloadButton5876 a, #DisplayDownloadButton5877 a, #DisplayDownloadButton5878 a, 
#DisplayDownloadButton5879 a, #DisplayDownloadButton5880 a, #DisplayDownloadButton5881 a, #DisplayDownloadButton5882 a, #DisplayDownloadButton5883 a, #DisplayDownloadButton5884 a, 
#DisplayDownloadButton5885 a, #DisplayDownloadButton5886 a, #DisplayDownloadButton5887 a, #DisplayDownloadButton5888 a, #DisplayDownloadButton5889 a, #DisplayDownloadButton5890 a, 
#DisplayDownloadButton5891 a, #DisplayDownloadButton5892 a, #DisplayDownloadButton5893 a, #DisplayDownloadButton5894 a, #DisplayDownloadButton5895 a, #DisplayDownloadButton5896 a, 
#DisplayDownloadButton5903 a, #DisplayDownloadButton5904 a, #DisplayDownloadButton5905 a, #DisplayDownloadButton5906 a, #DisplayDownloadButton5907 a, #DisplayDownloadButton5908 a, 
#DisplayDownloadButton5909 a, #DisplayDownloadButton5910 a, #DisplayDownloadButton5911 a, #DisplayDownloadButton5912 a, #DisplayDownloadButton5913 a, #DisplayDownloadButton5914 a, 
#DisplayDownloadButton5915 a, #DisplayDownloadButton5916 a, #DisplayDownloadButton5917 a, #DisplayDownloadButton5918 a, #DisplayDownloadButton5919 a, #DisplayDownloadButton5920 a, 
#DisplayDownloadButton5921 a, #DisplayDownloadButton5922 a, #DisplayDownloadButton5923 a, #DisplayDownloadButton5924 a, #DisplayDownloadButton5995 a, #DisplayDownloadButton5996 a, 
#DisplayDownloadButton6019 a, #DisplayDownloadButton6020 a, #DisplayDownloadButton6021 a, #DisplayDownloadButton6022 a, #DisplayDownloadButton6126 a, #DisplayDownloadButton6127 a, 
#DisplayDownloadButton6133 a, #DisplayDownloadButton6654 a, #DisplayDownloadButton7682 a, #DisplayDownloadButton7683 a, #DisplayDownloadButton7686 a, #DisplayDownloadButton7687 a, 
#DisplayDownloadButton8125 a, #DisplayDownloadButton8100 a, #DisplayDownloadButton8246 a, #DisplayDownloadButton8599 a, #DisplayDownloadButton8600 a, #DisplayDownloadButton8608 a, 
#DisplayDownloadButton8609 a, #DisplayDownloadButton8623 a, #DisplayDownloadButton8556 a, #DisplayDownloadButton8557 a, #DisplayDownloadButton8630 a


	{color:#fff !important}


#btnBuyItNow3757, #btnBuyItNow3758, #btnBuyItNow3759, #btnBuyItNow3760, #btnBuyItNow3761, #btnBuyItNow3762, #btnBuyItNow3763, #btnBuyItNow3764, 
#btnBuyItNow3765, #btnBuyItNow3766, #btnBuyItNow3767, #btnBuyItNow3920, #btnBuyItNow3921, #btnBuyItNow3950, #btnBuyItNow3951, #btnBuyItNow3952, 
#btnBuyItNow3953, #btnBuyItNow3954, #btnBuyItNow3955, #btnBuyItNow3956, #btnBuyItNow3957, #btnBuyItNow3958, #btnBuyItNow3959, #btnBuyItNow3960, 
#btnBuyItNow4071, #btnBuyItNow4072, #btnBuyItNow4537, #btnBuyItNow4538, #btnBuyItNow4383, #btnBuyItNow4384, #btnBuyItNow4701, #btnBuyItNow4702, 
#btnBuyItNow4703, #btnBuyItNow4703, #btnBuyItNow5694, #btnBuyItNow5695, #btnBuyItNow5697, #btnBuyItNow5698, #btnBuyItNow5699, #btnBuyItNow5700, 
#btnBuyItNow5875, #btnBuyItNow5876, #btnBuyItNow5877, #btnBuyItNow5878, #btnBuyItNow5879, #btnBuyItNow5880, #btnBuyItNow5881, #btnBuyItNow5882, 
#btnBuyItNow5883, #btnBuyItNow5884, #btnBuyItNow5885, #btnBuyItNow5886, #btnBuyItNow5887, #btnBuyItNow5888, #btnBuyItNow5889, #btnBuyItNow5890, 
#btnBuyItNow5891, #btnBuyItNow5892, #btnBuyItNow5893, #btnBuyItNow5894, #btnBuyItNow5895, #btnBuyItNow5896, #btnBuyItNow5013, #btnBuyItNow5014, 
#btnBuyItNow5015, #btnBuyItNow5663, #btnBuyItNow5658, #btnBuyItNow5659, #btnBuyItNow5660, #btnBuyItNow5661, #btnBuyItNow5662, #btnBuyItNow5663, 
#btnBuyItNow5664, #btnBuyItNow5665, #btnBuyItNow5903, #btnBuyItNow5904, #btnBuyItNow5905, #btnBuyItNow5906, #btnBuyItNow5907, #btnBuyItNow5908, 
#btnBuyItNow5909, #btnBuyItNow5910, #btnBuyItNow5911, #btnBuyItNow5912, #btnBuyItNow5913, #btnBuyItNow5914, #btnBuyItNow5915, #btnBuyItNow5916, 
#btnBuyItNow5917, #btnBuyItNow5918, #btnBuyItNow5919, #btnBuyItNow5920, #btnBuyItNow5921, #btnBuyItNow5922, #btnBuyItNow5923, #btnBuyItNow5924, 
#btnBuyItNow5995, #btnBuyItNow5996, #btnBuyItNow6019, #btnBuyItNow6020, #btnBuyItNow6021, #btnBuyItNow6022, #btnBuyItNow6126, #btnBuyItNow6127, 
#btnBuyItNow6133, #btnBuyItNow6654, #btnBuyItNow7682, #btnBuyItNow7683, #btnBuyItNow7686, #btnBuyItNow7687, #btnBuyItNow8125, #btnBuyItNow8100, 
#btnBuyItNow8246, #btnBuyItNow8599, #btnBuyItNow8600, #btnBuyItNow8608, 
#btnBuyItNow8609, #btnBuyItNow8623, #btnBuyItNow8556, #btnBuyItNow8557, #btnBuyItNow8630

	{display:none !important}



/*  ----------------------------------------------------------------------------------------------- */
/*  ------------------                              END DOWNLOAD                    --------------- */
/*  ----------------------------------------------------------------------------------------------- */


#UploadBtnDiv_31411{visibility:visible !important;}
#ctl00_cphWelcome_ctl00_lblSignInMessage{position: relative;top: -60px;left: 600px;color: #203679 !important;}
#ctl00_cphWelcome_ctl00_lblSignInMessage a {color: #203679 !important;}
#ctl00_cphWelcome_ctl00_lblSignInMessage a:hover {color: #a9ceb1 !important;}
#tblSignIn .formprompt{color: #c00 !important; border: none !important;}

#tblSignIn  .formprompt, #tblRegistration  .formprompt, #tblSocialSignIn .formprompt, #ctl00_cphMainContent_pnlUserExpired .formprompt
{font-size: 12px !important}
.btnSelected a{display: block;
padding: 14px 18px 0px;
background-color: #203679;
border-bottom: 3px solid #a9cd1b !important;
text-align: center;
margin-right: 10px;}
.btnUnselected a{display: block;
padding: 14px 18px 0px;
background-color: #A9CE1B;
text-align: center;
margin-right: 10px;
color: #203679 !important;
border-bottom: 3px solid rgb(32, 54, 121) !important;}
.btnUnselected a:hover{background-color:#203679;color:#a9ce1b !important;border-bottom:3px solid #a9ce1b !important;}
.CustomizationSteps span {width: 232px;
display: inline-block;
padding: 0px !important;
margin-bottom: 20px !important;}
#ugc {
    display: inline !important;
    float: left !important;
    width: 465px !important;
    margin-right: 15px !important;
}
#service_section, #latest_case_study {
    display: inline;
    float: left;
    width: 225px;
}
div, header, nav, body {
    padding: 0;
    margin: 0;
}
   ul, li{
	   margin:0;
   }
ul {
    list-style-type: none;
}

/* for new elements in old browsers */
article, aside, figure, footer, header, hgroup, nav, section { 
    display: block; 
}		

/*
    Document Level styles
*/

/*	FONTS	*/

@font-face{font-family: 'Chevin-Light';src: url(fonts/CHEVIN-L.TTF);}
@font-face{font-family: 'Chevin-Medium';src: url(fonts/CHEVIN-M.TTF);}
@font-face{font-family: 'Chevin-Bold';src: url(fonts/CHEVIN-B.TTF);}

body 
{
    border-style: solid;
    border-width: 0;
    font-family:'Chevin-Light',Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
	background:url(body_bg.jpg);
	height:100%;
}

html 
{
    height: 100%;
  
        background-color: transparent/*fdd*/;
}

a:link,
a:visited,
a.SmallLink,
.addressItemHead .personName,
A.BigLink,
A.BigLink:hover,
a.SmallLink:hover,
.DeliveryStatus,
.TrackingLink
{
    color: #c00;
}

#searcharea 
{
    position: relative;
    height: 89px;
}

.ThemedPagedFullWidthMaster #searcharea { width: 1000px; }

.subtitleProductName,
.subtitle 
{/*
    display: inline-block;
    font-size: 16px;
    font-variant: inherit;
    font-weight: bold;
    position: absolute;
    left: 15px;
    top: 10px;
	padding: 2px;*/
	color:#c00 !important;
	display:inline-block;
	position:inherit;
	top:22px;
	margin-left:15px;
    font-size: 16px;
font-family: 'Chevin-Bold', Arial, Helvetica, sans-serif;
    padding-bottom:2px;
}
.subtitleProductName{
color: #c00 !important;
display: inline-block;
position: inherit;
top: 22px;
margin-left: 0px !important;
font-size: 16px;
padding: 9px 0px 5px 15px;
width: 985px;
padding-left: 15px;
}
.subTitleProductNameExists
{
    display:none;
}

.ie7 .subtitleProductName,
.ie7 .subtitle
{
    display: block;
}

.LoginMaster .subtitle 
{
    left: 16px;
}

.productSearchBox
{
    display: inline-block;
    margin: 0;
	float:right;
	position: absolute;
right: 40px;
top: -104px;
border-radius:12px;
}
.productSearchBox input[type="text"]
{border-radius: 12px 0px 0px 12px !important; padding-left:5px;border: 1px solid #555;}

/*.ThemedPageMaster .productSearchBox
{
	bottom: 26px;
}*/

.productSearchBox > div
{
    float: left;
}

.productSearchBox input[type=submit]
{
    background-image: url(magnifing-glass.png);
    background-color:#555;
	border-radius: 0px 12px 12px 0px;
	 border-width: 0;
    width: 24px;
    height: 25px;
   background-repeat: no-repeat;
    background-position: 4px 5px;
    cursor: pointer;
    margin: 0;
    padding: 0;
}
}
/* begin user welcome styles */
.userWelcome
{
padding: 0px;
border-width: 0px;
margin: 0px;
background-color: transparent;
z-index: 2;
float: right;
right: 230px;
position: absolute;
text-align: right;
top: 25px;
height: 25px;
}
.userWelcome span
{
    display: inline !important;
    height: 36px;
    line-height: 36px;
}
/* end user welcome styles */

#masterPageFooter 
{/*
    border-bottom: 3px solid #203679;
    height: 10px;
    background-color: #A5CD3A; 
    border-radius: 0 0 20px 20px;    
    width: 1000px;
*/}

#postFooter { margin-bottom: 25px; }

.ThemedPageMaster #masterPageFooter
{
    width: 100%;
}

/* removed */
#fullWidthContent {
    background-color: #FFFFFF;
    /*
    border-left: #C6CCD9 solid 3px;
    border-right: #C6CCD9 solid 3px;
*/
    height:auto;
    min-height: 480px;    
}

#header {
    background-image:url(header_background.jpg);
    border-right:3px solid #C6CCD9;	
    border-top:3px solid #C6CCD9;
    border-left:3px solid #C6CCD9;
    float: left;
    height: 112px;
    text-align: left;
    width: 959px;
    z-index:1000;
}

/* Formatting Styles */ 
a {
    text-decoration: none;
}

.Link
{
    text-decoration: underline;
}

.productSearchTD
{
    text-align: right;
    background-color: #FFFFFF;
}

.cellbottom {
    border: 0px;
}

.clearfloat{
    clear: both;
}

.emphasis {
    font-size: 12px;
    font-weight: bold;
}

.formbox {
    border: solid 1px #C6CCD9;
}

.formfield {
    font-size: 11px;
}

.formprompt {
    font-size: 16px;
    font-family: 'Chevin-Light';
    text-align: right;
	padding-right: 15px;
border-right: 1px dotted rgb(255, 255, 255);
margin-right: 10px;
}

.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:780px;
    height:700px;
    border-width:0px;
    overflow:hidden;
}

.homeIFrameContainer
{
	position:absolute;
	/*background:url("mainImage.gif") no-repeat;*/
	min-width:780px;
	left:5px;
	top:5px;
}
.ctl00_cphMainContent_StoreImage{
	position:absolute;
	left:opx;
	top:125px;
}
#homeOrderListsContainer
{
    background-color:transparent; 
    width: 100%;
    font-size:11px;
}

.homeOrderListsContainer > div
{
    float: right;
}

.mainareaFullWidth {
    background-color: transparent;
    border-width: 0px;
    padding: 10px;
    /*float: left;*/
    width: 939px;
    /*min-height: 480px;*/
}
.LoginMaster #bodyarea
{
    width: 959px;
    background-color: #ffffff;
}
.LoginMaster .mainareaFullWidth
{
    width: 939px;
}
.mainAreaFooter {
    background-color: transparent;	
    border-width: 0px;
    clear:left; 
}

.mainAreaFooterFullWidth {
    background-color: transparent;	
    border-width: 0px;
    float: left;
    width: 959px;
    padding: 12px 0;
}

.productDetailsContentFooter
{    
    overflow: hidden;
}

.mainAreaFooterFullWidth .WizardButtonsContainer
{
    border-top: none;
    margin-top: 0;
    padding: 12px 0;
    width: 959px;
    overflow: hidden;
}

.mainAreaFooterFullWidth table 
{
    margin: 10px;
}

.mainAreaFooterFullWidth table.uEditButtons
{
    margin: 0;
}

.mainAreaFooterFullWidth table > tr > td
{
    margin-right: 10px;    
}

/*  uEditCustomization adjustment  */

.gallerylayer
{
    padding-bottom:15px;
}
.customizationPreview
{
    border:1px solid gray;
    box-shadow: 1px 1px 5px gray;
    -moz-box-shadow: 1px 1px 5px gray;
    -webkit-box-shadow: 1px 1px 5px gray;
}


table.mainAreaFooterFullWidth
{
    border: none;
}
.mainarea_bg {
    background-color: #EFEFEF;
}

.navnorm {
    background-image: url(navnorm.gif);
    border: none;
    cursor: pointer;
    height: 21px;
    padding-left: 10px;
    text-decoration: none;
    vertical-align: middle;
}

.navsel {
    background-image: url(navsel.gif);
    border: none;
    cursor: pointer;
    height: 21px;
    padding-left: 10px;
    vertical-align: middle;
}

.productbtns {
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}

.productdesc {
    font-size: 12px;
    font-variant: normal;
    font-weight: normal;
}

.productunits {
    font-size: 11px;
    font-variant: normal;
    font-weight: normal;
}

.productname {
    font-size: 12px;
    font-weight: bold;
}

*div.productListCell
{
    /* IE vertical scroll fix */
    overflow-y:hidden;
    padding-bottom:15px;
}
.productListCell
{
    position:relative;
    top:0;
    left:0;
    min-height:100%;
    overflow:auto;
    padding: 0;
}

#TdBottomMenu
{
}
.rtcontentcol {	
    font-size: 10px;
    font-weight: normal;
    padding-left:20px;
	position:absolute;
	left:168px;
	width:auto !important;
	color:#666 !important;
	min-height:40px;
}

.searchprompt {
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
}


.slogan {
    font-size:13px;
    font-weight:bold;
	color:#666666;
    position:absolute;
	top:77px;
	left:19px;
	white-space:nowrap;
	z-index:2;
}

.smallprompt {
    font-size: 10px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    text-transform: uppercase;
}

.explanation {
    font-size: 10px;
    font-style: normal;
    font-variant: normal;	
    white-space:normal;
}

.ShoppingCartGridDeleteItem center a:link
{	
    text-decoration: none;
}
.title 
{	
	display:inline-block;
	position:absolute;
	left:-99999px;
	margin-left:15px;
    font-size: 16px;
    colour:#272E75 !important;
	/*font-weight:bold;*/
	border-bottom:2px #A5CD3A solid;
    padding-bottom:2px;
}

.boundedBox 
{
    border: solid 1px #D9D9D9;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
	padding-top: 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;
    float: left;
    clear: both;
}

#fullpage {
    margin: 0 auto;
    width: 1000px;
    position: relative;
	background-color:#f5f5f5;
}

#logo
{
    height: 49px;
    width: 190px;
	background:url(royalmail-PFW-logo.png);
    position: absolute;
    top: 5px;
    left: 60px;
    z-index: 2;
}

#TdBottomLogo
{
    height: 25px;
}

.LoginBodyArea span.ErrorText  
{
    margin-top:-20px;
}

#signinbtn {
    background-image: url(icon-signin3.gif);
    background-repeat: no-repeat;
    cursor: pointer;
    height: 36px;
    width: 52px;
}
/* Layout Styles */ 
.SelectedAsset
{
    background: #0068A3;
    border:none;
    border-color: #00ffff;
}

.UnselectedAsset
{
    background: #FFFFFF;
    border:none;
    border-color: #00ffff;
    cursor:hand;
}
A.BigLink
{
    FONT-SIZE: 13px;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
}

A.BigLink:hover
{
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

a.SmallLink
{
    font-size: 11px;
    font-weight: normal;
    text-decoration: underline;
}

a.SmallLink:hover
{
    text-decoration: underline;
    cursor: pointer;
}

/* CUSTOM LINKS STYLES */

/* FORM STYLES */
/* DEFAULT LINK STYLE */
/* commented by idan - because of new wizard
.WizStep
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    text-align: center;
    text-decoration: none;
}

.WizStepSel
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    BORDER: none;
    text-align: center;
    text-decoration: none
}
*/


/* HEADING STYLE */

.PageTitle
{
    FONT-SIZE:18px;
    FONT-WEIGHT:bold;
}

.Heading1   /* product details page, product name*/
{
    padding-top:5px;
    font-size: 18px;
    font-weight: bold;
	display:none;
}

.Heading2
{
    FONT-SIZE:14px;
    FONT-WEIGHT:bold;
}


/* FORM STYLE */

.breadCrumbs
{
    width: 100%;
    padding-bottom: 20px;
}

.FormLabel
{
    FONT-SIZE: 14px;
    FONT-WEIGHT: bold;
	color:#c00;
}
.FormLabelLeft
{
    FONT-SIZE: 13px;
    FONT-WEIGHT: bold;
    text-align:left;
}
.Tooltip
{
    FONT-SIZE: 9px;
    cursor: help;
    white-space: nowrap;
}
/* Customization Steps navigation (StepsNav.ascx) */
.btnUnselected
{
    HEIGHT: 30px;	
    CURSOR: hand;
    text-align: center;
    padding:4px;
}
.btnUnselected a:link
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #666666;
    border: 0px;

}
.btnSelected
{
    padding:4px;
    HEIGHT: 30px;	
    CURSOR: hand;
    text-align: center;
}
.btnSelected a:link
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #A9CD1A;
    border: 0px;
    text-decoration: none;
}

.FormField
{
    FONT-SIZE: 13px;
    FONT-WEIGHT: normal;
	padding:5px;
	color:#000;
}

.FormButton {	
    cursor:pointer;	
    background: #fff;
    height: 24px;
    font: bold 11px Verdana, Arial;	
    border: #8fb3cc 2px solid;		
}

.FormButton:hover {	border: #38789c 2px solid; }

.FilePick {
    font-size : 11px;
    background-color: #E1E1E1;
    border: 1px solid #7B7B7B;
}

/* TEXT STYLE */

.SmallItalic {
    font-size: 10px;
    font-weight: normal;
    font-style: italic;
    white-space: normal;
}


.BigItalic
{
    FONT-SIZE: 13px;
    FONT-WEIGHT: normal;
    FONT-STYLE: italic;
}

.Italic
{
    FONT-STYLE: italic;
}

.Error
{
    FONT-SIZE: 12px;
}

.RejectText
{
    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: 12px;
    font-weight: bold;
	display:none;
}

.Blueborder {
    border-top: 3px solid #00598b;
}

.SubSectionTable
{
    padding: 5px;
    width: 350px;
    text-align : left;
    margin-bottom:5px;

}

.tablehead td{
    /* border-bottom-color: #00FF00; */
    border-bottom: #a8d8e8 solid 1px;
    font-size: 12px;
    font-weight: bold;
}
.tablerow td{
    border-bottom: #CCCCCC solid 1px;
    font-size: 11px;
    font-weight: normal;
    height: 14px;
}

.SiteLink
{
    text-decoration: none;
    font-size: 12px;
}
.SiteLink:hover
{
}

DIV.LoadingDivHeader
{
    /* border: solid 1px #6A88AE;
    background-color: ghostwhite; */
    FONT: statusbar;
    font-style: oblique;
    text-decoration: blink;
    background-position: center center;
    background-image: url(wait.gif);
    background-repeat: no-repeat;
    LEFT: 2px;
    WIDTH: 148px;
    height: 12px;
    POSITION: absolute;
    padding-left: 2px;
    TOP: 2px;
}

.ShippingPanel
{
    
}


.ShippingAddressBoxHeader
{
    padding-left: 5px;
}

.ShippingAddressBoxCell
{
    overflow: hidden;
}

.ShippingAddressBox
{
    background-color: #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;
}

.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
{
    FONT-SIZE: 13px;
    FONT-WEIGHT: bold;
}

/* 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;
}

.CouponBar
{
    background-color: #f4f4f4;
	padding:5px;
	border-bottom:#666 1px solid;
	border-left:#666 1px solid;
	border-right:#666 1px solid;
}

.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;
}
.productSearchBox input[type=text]
{
	height: 23px;
	width: 152px !important;
}
.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 #c00;
    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: transparent;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;	
}
.addressItemBody
{
    background-color: #ffffff;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;		
}
/* -- Address List (end)  -- */

/*  ----------------------------------------------------------------------------------------------- */
/*  ------------------         PRODUCT LIST: BOTH LIST and GRID STYLES              --------------- */
/*  ----------------------------------------------------------------------------------------------- */
div.productListTable
{
    border: solid 1px #d0d0d0;
		border-radius: 20px 20px 10px 10px;
}

div.productListTable:hover
{
    border: solid 1px #d0d0d0;	
    background-color: #f4f4f4;	     
}

div.productListTable div.thumbnail
{
    border: solid 1px #d0d0d0;
    background-color: #ffffff;
    padding: 9px 3px 3px 3px;
    border-radius: 15px;
}

div.productListTable div.productname a
{    
    text-decoration: none;
}
div.productname a {color:#c00 !important;}
/*div.productname a:hover{color:#822 !important;}*/
div.productdesc a {color:#000 !important;}
div.productdesc a:hover {color:#000 !important;}
.productgridview div.productDetailsLink {width: 100% !important;}

/*  ----------------------------------------------------------------------------------------------- */
/*  ------------------                            LIST                              --------------- */
/*  ----------------------------------------------------------------------------------------------- */

div.productlistview
{
    padding: 9px;
    width: 745px;
    border-bottom: solid 1px #d0d0d0;
}
        
div.productListTable div.productdesc a, div.productListTable div.productdesc a:hover
{
    font-size: 11px;
}
        
div.productlistview div.productQtyRange, div.productgridview div.productQtyRange
{
    font-size: 10px;
}

/*  ----------------------------------------------------------------------------------------------- */
/*  ------------------                              GRID                            --------------- */
/*  ----------------------------------------------------------------------------------------------- */

div.productgridview
{
    background-color: #f4f4f4;
    text-align: left;    
}

/*  ----------------------------------------------------------------------------------------------- */
/*  ------------------                              OVERLAY                         --------------- */
/*  ----------------------------------------------------------------------------------------------- */

/* place enlarge/download buttons at bottom of thumbnail*/
div.productlistview div.overlay
{
    top: auto;
    bottom: 0;
}

div.productListTable div.overlay div
{
    width: 108px;
}

div.productlistview div.overlay div, div.productlistview div.overlay div:hover,
div.productgridview div.overlay div, div.productgridview div.overlay div:hover
{
    background-color: #e8e8e8 !important;	
}

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;
}
.ShoppingCartPriceTD
{
    text-align:right;
    padding:2px;
}

.ShoppingCartControl .productName, .ShoppingCartControl .editProduct
{
    clear: left;
    width: auto;
}
.ShoppingCartControl .productName
{

}
.ShoppingCartControl .editProduct
{
    background-image: none;
    padding-left: 0;
}


.BoldPriceLabel
{
    font-weight:bold;
}

.OrderPriceTable td.tdAmount
{
    width: 150px;
}

.MailingItemsTablesSubText
{
    font-weight:bold;
}
.OrderDetailsBoldPriceLabel
{
    font-weight:bold;
}
.OrderDetailsPriceSummaryCaption
{
    width:50%;
	text-align:left;
}
.PaymentCurrencyMessage
{
    font-size:10px;
}
.OrderDetailsPaymentCurrency
{
    width:40%;
}
.OrderDetailsPriceSummarySpace
{
    width:10%;
}

.OrderFinalStep_Proof_XmpImageButton 
{   display: none;

} 
div.proofLink
{
    background-image:url(proofRight.png);
    background-repeat: no-repeat;
	background-position: right top;
    cursor: pointer;
	background-color: transparent;
}  
div.proofLink span,div.proofLink a
{
    color: #ffffff !important;
    background-image:url(proof_left.png);
    background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;

    height: 45px;    
    display: block;
    padding-top: 9px;
    padding-left: 50px;
	padding-right: 9px;
	margin-right: 12px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
}

/* Customization DUCs*/

.dtiStringTextBox
{
	width: 252px;
}

.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 : #c00;
}

.roundedCorners
{
    padding: 0;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: solid 1px #000000;
}

.divOptionRepeater.selected .imgIconWrapper
{
    border: solid 3px #c00;
}

#divClearFloat
{
    clear:left;
}

.CheckOutPage .cartSummary
{
    margin-top: -50px;
}
* ul.CheckOutPage .cartSummary
{
    margin-top: 0;
}

.CheckOutPage .cartSummary .detailBackground
{
    background-color: #fff;
}

.CheckOutPage .cartSummary .totalBackground
{
    background-color:#e7f1cd;
}

/* new navigation */

            header {
    height: 133px;
    background-color: #c00;
    width: 100%;
}
            
            /* placeholder for logo and welcome message */
            nav {
float: left;
/*margin-left: 25px;*/
margin-top: 74px;
            }
            
            header ul li
            {
                display: inline-block;
            }
            
            header li.links
            {
top: 74px;
height: 59px;
background: linear-gradient(rgb(252, 252, 252), rgb(205, 205, 205)) repeat scroll 0% 0% transparent;
float: left;
position: relative;
left: -38px;  
border-radius: 0px 0px 0px 0px !important;          
            }
			header ul{float:left !important;}
.signin{border-radius: 0px 0px 0px 0px !important;}
            
            #fullpage header li.links > div
            {
                float: right;
                margin-right: 20px;
                margin-left: 100px;
            }
            #fullpage header li.links a
            {
margin: 0px -2px;
font-size: 16px;
padding: 19px 45px 0px;
text-align: center;
text-decoration: none;
min-width: 30px;
display: inline-block;
height: 40px;
color: #000;
font-family: "Chevin-Medium",Arial,Helvetica,sans-serif;
border-left: 2px solid #555;
            }
			#fullpage header li.links a:hover
            {
				background:linear-gradient(#ededed,#b7b7b7);
				color:#000;
			}
	/*#fullpage ul .links a,{
	display:block;
	min-width:60px;
	padding:2 10px;
	color:#272E75;
	text-decoration:none;
	border-bottom:#A5CD3A 2px solid;
}*/

            .ie7 nav ul li,  .ie7 #fullpage nav li.links a
            {
                display: block;
                float: left;
            }
            
            #fullpage ul .links a 
            {
                font-size: 12px;
            }
            .menuButton
            {
font-size: 16px;
font-family: "Chevin-Medium",Arial,Helvetica,sans-serif;
min-width: 120px;
height: 59px;
padding: 0px 15px;
border-top: 0px none;
text-align: center;
background: linear-gradient(rgb(252, 252, 252), rgb(205, 205, 205)) repeat scroll 0% 0% transparent;
color: #000 !important;
margin: 0px 0px 0px -4px;								
            }
        /*    
            .menuButton:hover {
                height: 40px;
            }

            .menuButton.selected a {
                font-weight: bold;
            }			
            */
			.cartButton{border-left:2px #555 solid;}
            .cartButton.color:hover,
			.cartButton.selected.color
			  {
                background:linear-gradient(#ededed,#b7b7b7);
            }
			
			.accountButton{border-left:2px #555 solid;}
			.accountButton.color:hover,
			.accountButton.selected.color
			  {
                background:linear-gradient(#ededed,#b7b7b7);
			  }
			 
			.storeButton{border-radius: 0px 0px 0px 0px !important;}
			.storeButton.color:hover,
			.storeButton.selected.color
			  {
                background:linear-gradient(#ededed,#b7b7b7);
			  }
            
            .menuButton a
            {
                display: block;
                height: 100%;
                margin-top: 18px;
            }
        
        
.WizardButtonsContainer div { 
    display: inline-block; 
}

.WizardButtonsContainer .back,
.productDetailsBack,
.backLinkContainer,
.orderApprovalListBackButtonWrapper
{
    background: transparent url(back_arrow.png) no-repeat 20px center;
}

.backLinkContainer
{
	padding: 12px 0;
}

.ie7 .WizardButtonsContainer div { display: inline; }

div.SaveDraftButtonContainer { float: right; }

.orderApprovalListBackButtonWrapper
{
	padding-top: 50px;
	background-position: 20px 57px;
}
/* -- flags and currency (begin) -- */
div.XmpImageDropDownList
{
    background-image: url(dropdown_arrow_white.png);
}

ul.choices li
{
    background-color: #a0a0a0;
}
    
div.flagList, div.dropDownCurrencies
{
    float: none;
    position: absolute;
    top: 0px;
}
div.flagList
{
    right: 0px;
}
div.dropDownCurrencies
{
    right: 0px;
    width: 43px;
		top:25px;
}

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: 0px;
background-color: transparent;
z-index: 1;
overflow: hidden;
position: relative;
top: -25px;
min-height: 480px;
    
}

/* faux column affect for product category tree (#navArea) */
.ThemedPageMaster #bodyarea:before
{
width: 220px;
z-index: -1;
bottom: 0px;
content: "";
background-color: #f5f5f5;
position: absolute;
top: 0px;
}

.ie8 .ThemedPageMaster #bodyarea:before
{
    bottom: 0;
}

.ie7 #content
{
    border-right: solid 1px #9a9a9a; 
    width: 793px; 
}
    
.ThemedPageMaster #searcharea {
    background-image: none;
    width: 1000px;
    margin: 0px auto;
    z-index: 2;
    top: 0px;
    height: 25px;

}

.mainarea 
{
    background:transparent;
    border-width: 0px;
    min-height: 380px;
    width: 100%;
	margin-top: 50px;
}
#contentArea {
display: inline-block;
width: 780px;
height: 100%;
position: relative;
top: 0px;
left: 0px;
}

#content {
    background: transparent;
    height: auto;
    min-height:300px;
}

#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: 220px;
    margin-top: 30px;
    overflow: auto;   
}

.ie7 #navArea
{
    background-color: rgb(232,232,232)
}

#fullpage.ThemedPageMaster #navArea,
#fullpage.LoginMaster #navArea
{
    padding-top: 20px;
	position:relative;
	left:-1px;
}
#fullpage.ThemedPageMaster #bodyarea,
#fullpage.LoginMaster #bodyarea
{
   margin: 0px auto;
width: 1000px;
background-color:#f5f5f5;
}

.LoginMaster .flagList
{
    position: absolute;
    right: 20px;
    top: 85px;    
}

.nav a {
    text-decoration: none;
}

.nav a:visited {
    text-decoration: none;
}

.treeViewContainer
{
    display:block;
    width:220px;
    height: auto;
}


/* ---THEME COLORS--- */
body,
.explanation,
.formfield,
.tablerow td,
.nav,
.captcha SPAN,
input,
select,
textarea
{
    color: #666666;
}

nav .menuButton a
{
	color:#000;
}
select
{
    color: #666666;
}

.rtcontentcol,
DIV.LoadingDivHeader,
.Heading2,
.productPriceInList,
.productPriceInGrid,
.productGridCurrency,
.productListCurrency,
a.AccountLinks, a.AccountLinks:hover,
/*
.TablesTitle,
*/
.LoginMaster .SmallLink,
.SaveForLaterCartListHead,
.FormLabel.ShoppingCartTitle
{
    color: #000;
}

.productGridPriceFrom,
.productListPriceFrom
{
    color: #B8B3E4;
}

.emphasis {
    color: #5676A5;
}

.formbox {
    border: solid 1px #C6CCD9;
}

.formprompt {
    color: #fff !important;
}

input, select, textarea
{
	border: 1px solid #d0d0d0;
}

input[type="checkbox"], input[type="radio"]
{
	border: 0 none;
}

.formtitle, 
.btnSelected, 
.smallprompt,
.CheckoutHead,
.userWelcome span,
.PriceListHead,
.PagerCurrentPageStyle,

nav .menuButton:hover a,
.nav a,
.nav a:visited,
.menuButton.selected a,
div.XmpImageDropDownList li, div.XmpImageDropDownList a.toggler,
div.dropDownCurrencies li, div.dropDownCurrencies a.toggler,
div.dropDownCurrencies li, div.dropDownCurrencies a.toggler,
div.XmpImageDropDownList li:hover, div.XmpImageDropDownList a.toggler:hover,
div.dropDownCurrencies li:hover, div.dropDownCurrencies a.toggler:hover,
div.dropDownCurrencies li:hover, div.dropDownCurrencies a.toggler:hover
{
    color: #ffffff;
}
nav .menuButton:hover a,.menuButton.selected a{color:#000 !important;}

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: #272E75;
}

/*  -----  greens  -----  */

.CouponInfoMessage
{
    color:Green;
}

/*  -----  end r,g,b colors  -----  */

.THFontText, .RTHFontText {
    COLOR: darkblue; 
}

.divOptionRepeater.selected,
.trOptionRepeater.hover
{
    color: #c00;
}


.FormButton
{	
    color: #38789c;
}

.RejectText
{
    color: #c0504d !important;    
}

.MailingItemsTablesSubTitle
{
    color: #1F497D;
}

.SinglePriceCurrency
{
    color: #4D4D4D;
}

.WizardStepHeadingCurrent
{
    color: #A9BB59;
}


/* background-color: */
.formbox,
.LockedUserDiv,
.LoginPasswordExpired,
.LockedUser
{	
    background-color: #F1F1F1;
}

/*  -----  */

.ShoppingCartSecondaryCurrencyLabel {
}

/* hide header signin link on login page */
.LoginMaster a.signin
{
   /* display: none !important;*/
}

/*   -----  move cart summary to top right ----- */
/*
.CheckOutPage #CurrentCartSummary
{   position: absolute;
    right: -350px;
    top: 155px;    
    height: 150px;
}
*/

/* BOTTOM NAVIGATION */

/* CheckoutPaymentSubmission */

.WizardButtonsContainer .next, .WizardButtonsContainer .finish
{
    float: right;
    margin-right: 12px;
}


.WizardButtonsContainer .cancel
{
    display: none;
}
.checkoutFinalBack, .productDetailsBack
{
    float: left;
}
 .checkoutFinalCheckout, 
 .productDetailsContinue, 
 .checkoutFinalNext
 {
     float: right;
     margin-right: 12px;
 }


/* product categories tree placement */
.ThemedPageMaster #bodyarea:before
{
    left: 0;
}
.ThemedPageMaster #bodyarea:after
{
    right: 0;
}
#navArea
{
    float: left;
   /* border-right: 1px solid #999999;    */
}


/* File submission - part of this should be moved to default.css */

.propertyList
{
}


.propertyLink
{
    color: #394a6a !important;
}
.propertyLink:visited
{
    color: #394a6a !important;
}
.propertyLink:hover
{
    color: #000088 !important;
}

.WizardStepsNavControl
{
	width:918px;
	padding-bottom:10px;
	border-bottom: none;
	margin-bottom: 0;
}

#productDetailsContainer .WizardStepsNavControl
{
	margin-bottom: 0;
}

.XmpTooltipPopup TR
{
    vertical-align:top;
}

.XmpTooltipPopup TD
{
    padding: 3px 10px 3px 5px !important;
}

/* GalleryGridView/GalleryListView (aka IconTitleGallery/IconDescriptionList) DUC styles per skin (other styles are in default) */
.FieldOptionItem.selected.FOGrid .optionIcon
{
    border: 3px solid #c00;
}

.FieldOptionItem:hover
{
    color: #c00;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////// working XmpieButton styles begin ////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////// */


.XmpImageButton
{
    height: 21px;
    border-radius: 5px;
    margin-right: 5px;
    padding: 0 10px;
    font-size:12px;
    line-height: 21px;
    text-decoration: none;
    display: inline-block;
    font-weight:normal;
}


.XmpieTransparentButton
{
    background-color: transparent;
}

.XmpieThemeColorButton,
.XmpieDisabledButton,
.XmpieCancelButton,
.XmpieRejectButton,
.XmpieAcceptButton,
.XmpieApproveButton,
.XmpieModifyButton
{
    color: #ffffff !important;
    text-decoration: none!important;
}

.XmpieThemeColorButton
{
    background-color: #c00;
    background-image: url(XmpImageButton-Green.svg);
    background-image: -webkit-linear-gradient(top, #c00 50%, #c00 50%); 
    background-image:    -moz-linear-gradient(top, #c00 50%, #c00 50%); 
    background-image:     -ms-linear-gradient(top, #c00 50%, #c00 50%); 
    background-image:      -o-linear-gradient(top, #c00 50%, #c00 50%); 
    background-image:         linear-gradient(top, #c00 50%, #c00 50%);
}

.XmpieThemeColorButton:hover, 
.XmpieThemeColorButton.Hover /*    file submission upload fakeBtn    */
{
    background-color: #822;
    background-image: url(XmpImageButton-GreenHover.svg);
    background-image: -webkit-linear-gradient(top, #822 50%, #822 50%); 
    background-image:    -moz-linear-gradient(top, #822 50%, #822 50%); 
    background-image:     -ms-linear-gradient(top, #822 50%, #822 50%); 
    background-image:      -o-linear-gradient(top, #822 50%, #822 50%);  
    background-image:         linear-gradient(top, #822 50%, #822 50%); 
}

.XmpieThemeColorButton:active
{    
    background-color: #822;
    background-image: url(XmpImageButton-GreenClick.svg);
    background-image: -webkit-linear-gradient(top, #822 50%, #822 50%); 
    background-image:    -moz-linear-gradient(top, #822 50%, #822 50%); 
    background-image:     -ms-linear-gradient(top, #822 50%, #822 50%); 
    background-image:      -o-linear-gradient(top, #822 50%, #822 50%); 
    background-image:         linear-gradient(top, #822 50%, #822 50%);
}

.XmpieThemeColorButton[disabled],
.XmpieRejectButton[disabled],
.XmpieApproveButton[disabled],
.XmpieBackLink[disabled],
.XmpieModifyButton[disabled]
{
    background-color: #afafaf;
    background-image: url(XmpImageButton-Disabled.svg);
    background-image: -webkit-linear-gradient(top, #afafaf 50%, #999999 50%); 
    background-image:    -moz-linear-gradient(top, #afafaf 50%, #999999 50%); 
    background-image:     -ms-linear-gradient(top, #afafaf 50%, #999999 50%); 
    background-image:      -o-linear-gradient(top, #afafaf 50%, #999999 50%); 
    background-image:         linear-gradient(top, #afafaf 50%, #999999 50%);
}

.XmpImageButton.HideDisabled[disabled],
.XmpieHiddenButton
{
    display: none;
}
/* ORIGINAL CLEAR BUTTON
.XmpieClearButton
{    
    background-color: transparent;
    height: 40px;
    text-decoration: underline !important;
    padding: 0px!important;
    font-size: 12px;
    line-height: 21px;
    font-weight: bold;
    color: #333333;
}
*/
.SiteLink {color:#f00 !important;}
.XmpieClearButton {
    background-color: #c00;
    font-size: 16px;
    color: #fff !important;
    padding: 5px 25px;
    font-weight: bold;
}
.XmpieClearButton:hover {background-color:#822;}
a.XmpieBackLink
{    
    background-color: transparent;
    text-decoration: none!important;
    margin-left: 25px;
    font-size:11px;
    font-weight: 500;
    color: #822;
}

.XmpImageButton.TallButton
{
    height: 32px;
    line-height: 32px;
}

.XmpieApproveButton
{
    background-color: #76a43b;
    background-image: url(XmpImageButton-StrongGreen.svg);
    background-image: -webkit-linear-gradient(top, #76a43b 50%, #598839 50%); 
    background-image:    -moz-linear-gradient(top, #76a43b 50%, #598839 50%); 
    background-image:     -ms-linear-gradient(top, #76a43b 50%, #598839 50%); 
    background-image:      -o-linear-gradient(top, #76a43b 50%, #598839 50%); 
    background-image:         linear-gradient(top, #76a43b 50%, #598839 50%);
}

.XmpieApproveButton:hover
{
    background-color: #548036;
    background-image: url(XmpImageButton-StrongGreenHover.svg);
    background-image: -webkit-linear-gradient(top, rgba(84,128,54,.7) 50%, rgba(64,98,40,.7) 50%); 
    background-image:    -moz-linear-gradient(top, rgba(84,128,54,.7) 50%, rgba(64,98,40,.7) 50%); 
    background-image:     -ms-linear-gradient(top, rgba(84,128,54,.7) 50%, rgba(64,98,40,.7) 50%); 
    background-image:      -o-linear-gradient(top, rgba(84,128,54,.7) 50%, rgba(64,98,40,.7) 50%); 
    background-image:         linear-gradient(top, rgba(84,128,54,.7) 50%, rgba(64,98,40,.7) 50%);
}

.XmpieApproveButton:active
{
    background-color: #548036;
    background-image: url(XmpImageButton-StrongGreenClick.svg);
    background-image: -webkit-linear-gradient(top, rgb(84,128,54) 50%, rgb(64,98,40) 50%); 
    background-image:    -moz-linear-gradient(top, rgb(84,128,54) 50%, rgb(64,98,40) 50%); 
    background-image:     -ms-linear-gradient(top, rgb(84,128,54) 50%, rgb(64,98,40) 50%); 
    background-image:      -o-linear-gradient(top, rgb(84,128,54) 50%, rgb(64,98,40) 50%); 
    background-image:         linear-gradient(top, rgb(84,128,54) 50%, rgb(64,98,40) 50%);
}

.XmpieRejectButton
{    
    background-color: #f00000;
    background-image: url(XmpImageButton-Red.svg);
    background-image: -webkit-linear-gradient(top, #f00000 50%, #cc0000 50%); 
    background-image:    -moz-linear-gradient(top, #f00000 50%, #cc0000 50%); 
    background-image:     -ms-linear-gradient(top, #f00000 50%, #cc0000 50%); 
    background-image:      -o-linear-gradient(top, #f00000 50%, #cc0000 50%); 
    background-image:         linear-gradient(top, #f00000 50%, #cc0000 50%);
}

.XmpieRejectButton:hover
{    
    background-color: #a30000;
    background-image: url(XmpImageButton-RedHover.svg);
    background-image: -webkit-linear-gradient(top, rgba(163,0,0,.7) 50%, rgba(128,0,0,.7) 50%); 
    background-image:    -moz-linear-gradient(top, rgba(163,0,0,.7) 50%, rgba(128,0,0,.7) 50%); 
    background-image:     -ms-linear-gradient(top, rgba(163,0,0,.7) 50%, rgba(128,0,0,.7) 50%); 
    background-image:      -o-linear-gradient(top, rgba(163,0,0,.7) 50%, rgba(128,0,0,.7) 50%); 
    background-image:         linear-gradient(top, rgba(163,0,0,.7) 50%, rgba(128,0,0,.7) 50%);
}

.XmpieRejectButton:active
{
    background-color: #a30000;
    background-image: url(XmpImageButton-RedClick.svg);
    background-image: -webkit-linear-gradient(top, rgba(163,0,0) 50%, rgba(128,0,0) 50%); 
    background-image:    -moz-linear-gradient(top, rgba(163,0,0) 50%, rgba(128,0,0) 50%); 
    background-image:     -ms-linear-gradient(top, rgba(163,0,0) 50%, rgba(128,0,0) 50%); 
    background-image:      -o-linear-gradient(top, rgba(163,0,0) 50%, rgba(128,0,0) 50%); 
    background-image:         linear-gradient(top, rgba(163,0,0) 50%, rgba(128,0,0) 50%);
}
/*
.XmpImageButton_Items_AssignAll
{
    text-decoration: none!important;
    padding: 0px!important;    
    font-size:11px;
    font-weight:normal;
    float: right;
    display: inline-block;
    padding-right: 20px;
    position: relative;
}
*/

.XmpieClearButton_LinkStyle, .options
{
    text-decoration: underline !important;
    padding: 0px!important;
    font-size:12px;
    line-height: 21px;
    font-weight: bold;
    color: #333333;
}

.XmpieDisabledButton, .XmpieCancelButton
{
    background-color: #afafaf;
    background-image: url(XmpImageButton-Default.svg);
    background-image: -webkit-linear-gradient(top, #afafaf 50%, #999999 50%); 
    background-image:    -moz-linear-gradient(top, #afafaf 50%, #999999 50%); 
    background-image:     -ms-linear-gradient(top, #afafaf 50%, #999999 50%); 
    background-image:      -o-linear-gradient(top, #afafaf 50%, #999999 50%); 
    background-image:         linear-gradient(top, #afafaf 50%, #999999 50%);
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////// working XmpieButton styles end //////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.footnotes,
/* Pricing Table - RadGrid */
#tdProductPricing .rgRow,
#tdProductPricing .rgAltRow
{
    font-size: 10px;
}


#detailsTable.orderDetailsPage hr
{
	display: none;
}


/* //////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////// Wizard Navigation Begin //////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.WizardProgressBarContainer{
    width:100%;
    margin: 0;
    padding: 0;
    position:relative;    
    font-size:10PT;
    font-weight:bold;
    border-spacing: 0px;
    border-collapse:separate;
    overflow: hidden;

}
.WizardProgressBarContainer TD
{
    
}
.WizardProgressStep
{
    width:20%;
    position:relative;
	padding: 0;
}
.WizardProgressStep table
{
    width:100%;
}

.WizardProgressStepInnerTable
{
    width:100%;
    border-spacing: 0px;

}
.WizStepTR, .WizStepTRSel
{
    position:relative;
    width:100%;
    height:37px;
    line-height:37px;
    color:White;
    text-align:center;
    float:left;
    padding: 0px;
}
.WizStepTR[stepStatus='waiting'], .WizStepTRSel[stepStatus='waiting'] 
{
    background-image:url('WizardNavigation/waiting_background.png');
    color:#666666;
}
.WizStepTR[stepStatus='done'], .WizStepTRSel[stepStatus='done'] 
{
    background-image:url('WizardNavigation/done_background.png');
    color:WHITE;
}
.WizStepTR[stepStatus='active'], .WizStepTRSel[stepStatus='active'] 
{
    background-image:url('WizardNavigation/active_background.png');
    COLOR:#fff;
    font-weight:bold;
}

.WizStepTR[stepStatus='waiting'] .WizStep, .WizStepTRSel[stepStatus='waiting'] .WizStepSel
{
    color:#666666;
}
.WizStepTR[stepStatus='done'] .WizStep, .WizStepTRSel[stepStatus='done'] .WizStepSel
{
    color:WHITE;
}
.WizStepTR[stepStatus='active'] .WizStep, .WizStepTRSel[stepStatus='active'] .WizStepSel
{
    COLOR:#fff;
    font-weight:bold;
}


/*left element*/
.WizStepTR .leftElement, .WizStepTRSel .leftElement
{
    position:absolute;
    top:0;
    left:0px;
    height:37px;
    width:10px;
    
}
.WizStepTR[stepStatus='waiting'] .leftElement
{
    background-image:url('WizardNavigation/waiting_middle_left.png');
}
.WizStepTR[stepStatus='done'] .leftElement
{
    background-image:url('WizardNavigation/done_middle_left.png');
}
.WizStepTRSel[stepStatus='active'] .leftElement
{
    background-image:url('WizardNavigation/active_middle_left.png');
}
/*right element*/
.WizStepTR .rightElement, .WizStepTRSel .rightElement
{
    position:absolute;
    top:0;
    right:0;
    height:37px;
    width:10px;
    
}

.WizStepTR[stepStatus='waiting'] .rightElement
{
    background-image:url('WizardNavigation/waiting_middle_right.png');
}
.WizStepTR[stepStatus='done'] .rightElement
{
    background-image:url('WizardNavigation/done_middle_right.png');
}
.WizStepTRSel[stepStatus='active'] .rightElement
{
    background-image:url('WizardNavigation/active_middle_right.png');
}

/*first left element*/
.WizStepFirstStep[stepStatus='waiting'].leftElement
{
    background-image:url('WizardNavigation/waiting_first_left.png');
}
.WizStepFirstStep[stepStatus='done'] .leftElement
{
    background-image:url('WizardNavigation/done_first_left.png');
}
.WizStepFirstStep[stepStatus='active'] .leftElement
{
    background-image:url('WizardNavigation/active_first_left.png');
}
/*last right element*/
.WizStepLastStep[stepStatus='waiting'] .rightElement
{
    background-image:url('WizardNavigation/waiting_last_right.png');
}
.WizStepLastStep[stepStatus='done'] .rightElement
{
    background-image:url('WizardNavigation/done_last_right.png');
}
.WizStepLastStep[stepStatus='active'] .rightElement
{
    background-image:url('WizardNavigation/active_last_right.png');
}
.WizStep
{
}

.WizardStepImageURL
{
    display:none;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////// Wizard Navigation End //////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/* ProductDetails page table */

.productDetailsIndent
{
	width:6px;
}
#SIMS_content {
    background: none repeat scroll 0% 0% #FFF;
    height: auto;
    min-height: 300px;
}
.fancy_title {
    font-size: 2.25em;
    position: relative;
    margin-top: 5px !important;
    margin-bottom: 25px !important;
    color: #272E75 !important;
    border-bottom: 2px solid #F5F5F5;
    z-index: 0;
    line-height: 1.4em;
}
.fancy_title > span {
    border-bottom: 2px solid #A5CD3A;
    position: relative;
    top: 3px;
}
#content_main {
    width: 945px;
    margin-left: 15px;
    margin-top: 0.833em;
    margin-bottom: 340px;
	position: relative;
	float: left;
	display: inline;
}
#ugc .big {
    font-size: 1.5em;
    margin-bottom: 0.952em;
    line-height: 1.3em;
}
#ugc a {
    color: #A5CD3A;
}
#ugc p {
    margin-bottom: 1.667em;
	line-height: 1.667em;
}
#service_section a{
	color:#666666;
}
.jump{
    color: #A5CD3A !important;
}
#latest_case_study a {
    color: #666666;
}
#latest_case_study .case_study_link_title {
    font-size: 1.333em;
    line-height: 1.25em;
}
#latest_case_study .article_stub_link_image {
    
	background-color:#272E75;
    border-bottom: 4px solid #272E75;
		margin-bottom:5px;
}
#latest_case_study .article_stub_item {
	list-style:none;
}
.article_stub_content{margin-top: 5px !important;}
/*
#latest_case_study p {
    margin-bottom: 1.667em;
	line-height: 1.667em;
}

.article_stub_image {
    display: block;
	/*vertical-align:baseline;
}*/

.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%);
}
#SlideShow{background-color:transparent !important;}
div.productlistview div.productname, div.productlistview div.productdesc, div.productlistview div.productQtyRange {
    text-align: left;
    width: auto !important;
    padding-left: 10px;
    padding-right: 15px !important;
}
div.productListTable .productDownload a {
    background: url("/uStore/Images/royalmail_dev_skin/download.png") no-repeat scroll 3px 50% transparent ;
}
div.productListTable .productDownload a:hover {
    background: url("/uStore/Images/royalmail_dev_skin/download_rol.png") no-repeat scroll 3px 50% transparent ;
}
div.productListTable .productEnlarge a {
    background: url("/uStore/Images/royalmail_dev_skin/magnifying_glass_high.png") no-repeat scroll 5px 50% transparent !important;
}
div.productListTable .productEnlarge a {
    background: url("/uStore/Images/royalmail_dev_skin/magnifying_glass_rol_high.png") no-repeat scroll 5px 50% transparent !important;
}
div.productListTable .overlay div a:hover {color:#822 !important;}
div.productListTable .overlay div a{padding-top:8px !important;}

.addressItemTable{position:relative; left:-12px;}
#ctl00_cphMainContentFooter_btnBack{padding:2px 20px !important;}
.rcbSlide{background-color:#f5f5f5 !important;}
.rcbList li:hover{background-color:#d5d5d5 !important;}


/* Email Proof text */
#ctl00_cphMainContent_ctl10_lblEmailSent {
    font-size: 18px;
    color: #c00;
    font-weight: bold;
}

#ctl00_cphMainContent_OrderListTable_ctl00 thead th:nth-child(4), #ctl00_cphMainContent_OrderListTable_ctl00 tbody td:nth-child(4) {
    display: none;
}

/* NAV FIX 05/07/24 */
li.rtLI.rtFirst:hover ul.rtUL, li.rtLI.rtLast:hover ul.rtUL {
    display: block !important;
}
