.error
{
	font-size: 18;
	font-weight: bold;
	color: maroon;
}

.errTxt
{
	font-size: 10;
	color: #757575;
}


BODY, TD
{
	font-family: sans-serif;
	font-size: 12;
}

.iText, .iSelect
{
	border: 1px inset #CCCCCC;
	font-size: 11;
}

.iButton
{
	border: 1px outset #CCCCCC;
	width: 100px;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 11;
}


.title
{
	font-size: 16px;
	font-weight: bold;
	color: #000088;
}


// REMOVE THIS
.orderTitle
{
	font-size: 16;
	font-weight: bold;
	color: #000088;
	margin-bottom: 100px;
}

.textInput
{
	padding: 2px;
	font-size: 11;
	color: #707070;
	border: 1px solid #505050;
}

.inputError
{
	border: 1px inset maroon;
	background-color: #EFEFEF;
}

.inputEx {
	font-size: 10px;
	color: #CCCCCC;
}

.formSection
{
	margin-bottom: 5px;
	font-size: 14;
	font-weight: normal;
	color: #000088;
	border-bottom: 1px solid #8888AA;
}

.formSectionSpacer
{
	padding-bottom: 10px;
}

.formSpacer
{
	padding-bottom: 15px;
}

.fieldName
{
	padding-left: 20px;
	font-size: 12;
	color: #000033;
}

.formTitle
{
	font-size: 18;
	color: #000099;
}

/* Fix some problems with a floating element... */
.floatWrap:after {
	content: ".";
	display: block; 
	height: 0;
	overflow: hidden;
	clear: both; 
	visibility: hidden;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html .clearfix { height: 1%; }
.clearfix { display: block; }

#navigation {
	float: left;
	margin-top: 5px;
	margin-left: 10px;
	padding-right: 15px;
	width: 185px;
}

#navigation H1 {
	margin: 0px;
	border-bottom: 1px solid #003366;
	color: #003366;
	font-weight: bold;
	padding: 1px;
	font-size: 10px;
	text-indent: 3px;
}

#navigation UL {
	display: block;
	margin: 0px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#navigation LI {
	display: block;
	margin: 0px;
	line-height: 1.9;
	list-style: none;
	vertical-align: top;
	font-size: 11px;
	color: #505050;
}

#navigation LI A, LI A:link, LI A:active {
	display: block;
	text-decoration: none;
	color: #505050;
}

#navigation LI A.activeCategory {
	margin-left: -13px;
	font-weight: bold;
}

#navigation LI A:hover {
	color: #333399;
	font-weight: bold;
}

#navigation LI UL {
	margin: 0px;
	margin-top: -5px;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
}
