﻿body 
{
	background-color: White;
	font-size: small;
	font-family: Verdana, Tahoma, Sans-Serif;
	min-width: 850px;
}

.IE8Fix  
{  
	z-index: 100;  
}

#header
{
	background-image: url(Logo.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 100px;
	cursor: pointer;
}

#title
{
	font-size: larger;
	font-weight: bold;
	font-variant: small-caps;
	color: Navy;
	border-bottom: solid 3px Navy;
	margin-bottom: 20px;
}

#formTitle
{
	float: right;
	font-size: larger;
	font-weight: bold;
	font-variant: small-caps;
	color: Navy;
	border-bottom: solid 3px Navy;
	margin-bottom: 20px;
	margin-right: 20px;
}

#content
{
	margin-left: 210px;
}

#menuColumn
{
	float: left;
	width: 200px;
}

.menu td a   
{   
    width:100%;   
    display:block;   
}

.menu td div
{   
    width:100%;  
    font-weight: bold;
    padding-top: 5px; 
	border-bottom: solid 1px Navy;
}

.content
{
	padding: 20px;
	background-color: #F5F5F5;
	color: Navy;
	border: solid 1px Navy;
}

.content h2
{
	font-weight: bold;
	font-size: larger;
	text-align: center;
}

.layoutTable
{
	border: solid 1px black;
}

.dividerRow
{
	border-top: solid 1px black;
}
.controlBox
{
	background-color: #F5F5F5;
	color: Navy;
	border: solid 1px Navy;
}

.shoppingCart
{
	background-color: #F5F5F5;
	color: Navy;
	border: solid 1px Navy;
	width: 190px;
}

.sectionHeader
{
	padding: 3px 0 3px 0;
	background-color: #B0C4DE;
	text-align: center;
}

.shoppingCartContent
{
	font-size: smaller;
	padding: 3px 0 3px 3px;
}

.cartTitle
{
	text-align: left;
	width: 60px;
	float: left;
}

.cartPrice
{
	text-align: right;
	margin-left: 70px;
	width: 50px;
}

.cartQty
{
	text-align: right;
	width: 40px;
	float: right;
	margin-right: 20px;
}

.sectionFooter
{
	padding: 3px 0 3px 0;
	background-color: #B0C4DE;
	text-align: center;
}

.commandFooter
{
	padding: 3px 0 3px 0;
	text-align: center;
}

.numericTextBox
{
	text-align: right;
}