body {
	font-family: Verdana, sans-serif;
	xxxfont-size: 13px;
	padding: 1em;
}

form[name="ordercart"] {
	display: inline-block;
}

form[name="ordercart"], form[name="ordercart"] * {
	xxxborder: 1px solid green;
	xxxmax-width: 957px;
}

#idNABFieldsHidden {
	display: none;
}

#idMessage {
	color: red;
	font-weight: bold;
	max-width: 600px;
	float: right;
	xxxdisplay: inline-block;
	margin-right: 1em;
}

#idBuy {
	clear: right;
	padding: 10px;
	border: 1px solid #7C7C7C;
	border-top-color: #EDECE9;
	border-left-color: #EDECE9;
	border-radius: 5px;
	color: #000054;
	background-color: #D0CCC2;
	font-weight: bold;
}

#idBuy:hover {
	text-decoration: none;
}

#idBuy,
#idWaitSpin {
	float: right;
}

#idTest {
	xxxdisplay: inline-block;
	width: 100%;
}

#idDeliveryAddressPlaceholder {
	height: 50px;
}

#idDeliveryAddress + #idDeliveryAddressPlaceholder {
	height: 20px;
}

#idInstructions {
	display: block;
	margin-bottom: 1.5em;
}

.clsAddressLabel {
	text-align: right;
	padding-right: 1em;
}

.clsAddressLabel span { /* for the "optional" label */
	font-size: smaller;
	font-style: italic;
}

/*
.clsMandatoryIndicator {
	color: red;
}
*/

#idMarkedOptional {
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: smaller;
}

#idMarkedOptional > span {
	font-style: italic;
}

input[readonly=""] {
	background-color: transparent !important;
	border-style: none;
}

#idDIExampleContainer,
#idEmailAddressReasonContainer {
	text-align: left;
	margin-top: 0.5em;
}

#idDIExampleContainer {
	float: right;
	max-width: 13em;
}

#idEmailAddressReasonContainer {
	max-width: 49em;
	margin-left: 3.4em;
}

.clsDIExample,
.clsEmailAddressReason {
	font-size: smaller;
	margin-bottom: 0.5em;
	line-height: normal;
}

.clsDIExample {
	font-style: italic;
}

#idDIExampleContainer > .clsDIExample:first-child {
	font-style: normal;
}

textarea {
	padding: 0px;
	min-height: 6em;
	width: 25.1em;
}

#idDeliveryAddress td,
#idEmailAddressContainer td {
	vertical-align: top;
}

#idEmailAddressContainer td {
	width: 14.6em;
}

.clsMakeHidden {
	visibility: hidden;
}

form h4 {
	font-weight: bold;
}

#idBodyCartView {
	background-color: #f8f8f8;
}
