#Main {
	position:absolute;
	overflow:hidden;
	padding:10px;
	height:95%;
	width:95%;
}
#MenuOption {
	border-style:groove;
	border-width:thick;
	width:150px;
	text-align:center;
}
#Header {
	clear:right;
	font-size:1.5em;
}
.CartRow1 {
	background-color:#D5FFFF;
}
.CartRow2 {
	background-color:#FFFFCC;
}
#Content {
	clear:both;
	position:relative;
	top:-10.5em;
	margin-left:10em;
	height:90%;
	overflow:auto;
	border-style:groove;
	border-color:#0099FF;
	border-width:thick;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:1em;
}
.ContentHeader {
	font-size: 1.5em;
	font-weight: bold;
	color: #000000;
	padding-bottom:.75em;
}
.ContentBoxHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #000000;
	text-align:center;
	padding-top:1.25em;
	padding-bottom:1.25em;
}
#ProductsMenu ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
} 
#ProductsMenu ul li {
	margin-left: 0;
	margin-bottom: 0;
	padding-right:5px;
	list-style: none;
	display: inline;
}
.Required {
	color:#FF0000;
	font-weight:bold;
}
.Products {
	float:left;
	background-image:url(../images/AdminProductBox.png);
	padding-left:10px;
	width:340px;
	height:300px;
	text-align:left;
	font-size:.75em;
}
.ProductSizes {
	text-align:right;
	padding-left:15px;
	padding-right:5px;
	width:70px;
	float:left;
}
.FormRow2 {
	float:left;
	height:32em;
	background-repeat:repeat;
}
.Orders {
	float:left;
	background-repeat:repeat-y;
	margin-top:2px;
	padding-left:5px;
	width:335px;
	height:100%;
	text-align:left;
	font-size:.75em;
	clear:both;
	display:none;
}
.Items {
	display:none;
	position:absolute;
	left:0px;
	top:0px;
	z-index:2;
}
.OrderQty {
	width:18px;
	height:16px;
	font-size:1em;
	text-align:right;
}
.OrderAddName {
	width:100px;
	height:16px;
	font-size:1em;
}
divy{
	border-color:#000000;
	border-style:ridge;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	height:100%;
	width:100%;
}