*
{
	margin:0;
	padding:0;
}
body
{
	background-color:#ffb;
	font-family:Arial, sans-serif;
	font-size:x-small;
	text-align:center; /* IE - Center main div */
}
html>body
{
	font-size:small; /* Mozilla - Adjust font size */
}

div#Container
{
	display:table;
	border-style:none;
	border-collapse:collapse;
	height:100%;
	width:100%;
	font-size:100%;
}

a
{
	color:#466;
}
a:hover
{
	color:#333;
}

p
{
	margin:20px 0;
}

img
{
	border-style:none;
}

div.StorePanel
{
	margin-bottom:-20px;
	padding-right:5px;
	width:180px;
	height:100%;
	float:left;
	background-image:url('Default/StorePanelBackground.png');
	border-right:solid 1px #234;
	color:#fff;
	font-size:85%;
	text-align:left;
}
div.StorePanel div
{
	margin-top:15px;
	margin-bottom:10px;
	text-align:center;
}
div.StorePanel ul
{
	list-style-type:none;
	margin-bottom:20px;
	margin-left:5px;
}
div.StorePanel label
{
	margin-left:5px;
	font-size:110%;
	font-weight:bold;
}
div.StorePanel ul li
{
	padding-left:10px;
}
div.StorePanel a
{
	color:#eee;
	text-decoration:none;
}
div.StorePanel a:hover
{
	color:#cef;
}
div.StorePanel ul li.Special a
{
	font-weight:bold;
}

div.OrderPanel
{
	margin-bottom:-20px;
	padding-right:5px;
	width:180px;
	height:100%;
	float:right;
	background-image:url('Default/OrderPanelBackground.png');
	border-left:solid 1px #234;
	color:#fff;
	font-size:85%;
	text-align:left;
}
div.OrderPanel div
{
	margin-top:15px;
	margin-bottom:10px;
	font-size:110%;
	font-weight:bold;
	text-align:center;
}
div.OrderPanel ul
{
	list-style-type:none;
	margin-bottom:20px;
	margin-left:5px;
}
div.OrderPanel label
{
	margin-left:5px;
	font-size:110%;
	font-weight:bold;
}
div.OrderPanel ul li
{
	padding-left:10px;
}
div.OrderPanel a
{
	color:#eee;
	text-decoration:none;
}
div.OrderPanel a:hover
{
	color:#cfe;
}

div.PageHead
{
	min-height:20px; /* Mozilla - Handle small menu text */
	background-image:url('Default/HeaderBackground.png');
	border-bottom:solid 1px #244;
	font-size:80%;
	text-align:left;
}
div.PageHead h1
{
	padding:5px;
	color:#ddd;
	font-size:200%;
	font-style:italic;
	font-weight:bold;
}

div.PageBody
{
	margin:0 190px;
	color:#333;
	text-align:left;
}
div.PageBody h1
{
	margin:40px 0;
	font-size:140%;
}
div.PageBody p
{
	margin:20px 10px;
}
div.PageBody ol
{
	margin:20px 60px;
}
div.PageBody ul
{
	margin:20px 60px;
}
div.PageBody ul.CommandList
{
	font-size:120%;
	font-weight:bold;
}
div.PageBody table
{
	font-size:80%;
}
div.PageBody table caption
{
	text-align:left;
}
div.PageBody table tr.Spacer
{
	height:10px;
}
div.PageBody table th
{
	text-align:right;
	vertical-align:top;
}
div.PageBody table th.Required
{
	color:#f33;
}
.Required
{
	color:#f33;
}
.Description
{
	color:#339;
}
div.PageBody table.Listing th
{
	padding:2px 5px;
	text-align:left;
}
div.PageBody table.Listing td
{
	padding:2px 5px;
}

div.Indent
{
	margin-left:40px;
}

div.PageFoot
{
	margin-top:80px;
	color:#777;
	font-size:80%;
	text-align:center;
}