.boxText {
	font-size: 10px;
}

.pageTableArea {
	margin: 0 8px 8px;
}

td {
	font-size: 11px;
}

td p {
	font-size: 11px;
}

.errorBox {
	font-size: 10px;
	background: #9C0F0F;
	font-weight: bold;
	color: white;
}

.stockWarning {
	font-size: 10px;
	color: #9C0F0F;
}

.productsNotifications {
	background: #c4cdbb;
}

.orderEdit {
	color: #9C0F0F;
	text-decoration: underline;
}

FORM {
	display: inline;
}

TR.headerError {
	background: #9C0F0F;
}

TD.headerError {
	font-size: 12px;
	background: #9C0F0F;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

.infoBoxes {
}

.infoBoxNotice {
	background: #FF8E90;
}

.infoBoxNoticeContents {
	background: #FFE6E6;
	font-size: 10px;
}

TD.infoBoxHeadingBorder {
}

TD.infoBoxHeading {
	margin-top: 10px;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

.infoBoxFooter {
	
}

TD.infoBox, SPAN.infoBox {
	font-size: 10px;
}

TABLE.productListing {
	border: 1px;
	border-style: solid;
	border-color: #c4cdbb;
}

.productListing-heading {
	font-size: 12px;
	background: #c4cdbb;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 4px;
}

TD.productListing-data {
	padding: 4px;
}

TD.fieldKey {
	font-size: 12px;
	font-weight: bold;
}

TD.fieldValue {
	font-size: 12px;
}

TD.tableHeading {
	font-size: 12px;
	font-weight: bold;
}

CHECKBOX, INPUT, RADIO, SELECT {
	font-size: 11px;
}

TEXTAREA {
	width: 100%;
	font-size: 11px;
}

TABLE.formArea {
	background: white;
	border-color: #c4cdbb;
	border-style: solid;
	border-width: 1px;
}

TD.formAreaTitle {
	font-size: 12px;
	font-weight: bold;
}

SPAN.markProductOutOfStock {
	font-size: 12px;
	color: #9C0F0F;
	font-weight: bold;
}

SPAN.productSpecialPrice {
	color: #9C0F0F;
}

SPAN.errorText {
	color: #9C0F0F;
}

.checkoutBarFrom, .checkoutBarTo {
	font-size: 10px;
	color: #8c8c8c;
}

.checkoutBarCurrent {
	font-size: 10px;
	color: #000000;
}

.messageBox {
	font-size: 10px;
}

.messageStackError, .messageStackWarning {
	font-size: 11px;
	background-color: #9C0F0F;
	padding: 5px;
	font-weight: bold;
	color: white;
}

.messageStackSuccess {
	font-size: 11px;
	background-color: #c4cdbb;
	padding: 5px;
	color: white;
	font-weight: bold;
}

.inputRequirement {
	font-size: 10px;
	color: #9C0F0F;
}

TD.main, P.main {
	font-size: 11px;
	line-height: 1.5;
}

TABLE.infoBox {
	background-color: #c4cdbb;
}

TABLE.infoBox td {
	padding: 3px;
}

.infoBoxContents {
	padding: 4px;
	font-size: 11px;
	background-color: white;
}

.inputbox {
	border: 1px solid silver;
}