B            { font-weight:bold; }
ul           { }
.AddCartText { }
.AccessoryText { font-style: italic }
.Step1Form   { font-weight: bold }
.Step2Form   {  }
.Step3Form   {  }
.Step4Form   {  }
.Step4List   {  }
.Step5Form   {  }
.Step6Form   { font-weight: bold }
.Step6List   {  }
.Step7Form   {  }
.Error       { font-weight: bold }
.CartItem    {  }
.CartCurrency { font-weight: bold }
.CartSubTotal { font-weight: bold }
.CartTotal    { font-weight: bold }
.CartHeader  { font-weight: bold }
.CartOrderNumber { font-weight: bold }
.CartOrderDate { font-weight: bold }
.CartBillTo  { font-weight: bold }
.CartBillToName  { }
.CartNotes  { }
.OrderViewForm  { }

#header {
	width: 100%;
	height: 50px;
	padding: 10px;
	background-color: #FFFFFF;
}

#header h1 {
	font-size: large;
}

#sidebar {
	float: left;
	width: 20%;
	height: 100%;
	border-right: 2px dotted #CCCCCC;
}

#sidebar h1 {
	font-size: 14pt;
}

#content {
	float: right;
	width: 78%;
}

#footer {
	clear: both;
	border: 1px solid #CCCCCC;
	background: #FFFFFF url(bg_footer.gif) repeat-x top left;
}

#footer h1 {
	font-size: large;
}