﻿html, body, div, span, object, iframe, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, fieldset, form, label, legend, table, caption, tr, td
{ 
margin: 0; 
padding: 0; 
border: 0; 
} 

html
{
	font-family: Tahoma, Helvetica, Sans-Serif;
	font-size: small;
	background-color: #717274;
	height: 100%;
}

body
{
	height: 100%;
}

h1 
{
	text-align: center;
	color: #B02329;
}

dl
{
	margin-bottom: 2ex;
}

dt
{
	font-weight: bold;
	margin-bottom: 1ex;
}

#container 
{
	margin: 5px auto 5px auto;
	background-color: #B8B9BD; 
	width: 770px; 
	padding-bottom: 4px;
	min-height: 100%;
}

#header 
{
text-align:center; 
padding-top: 8px;
padding-bottom: 3px;
}

#headerImg
{
	border: none;
}

#dashboard
{
	background-color: #B02329; 
	color: White;
	font-weight: bold;
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px 8px 5px 8px;
	height: 3ex;
}

#dashboard table
{
	width: 100%;
}

#dashLeft
{
	text-align: left; width: 50%;
}

#dashRight
{
	text-align: right; width: 50%;
}

#dashRight a
{
	color: White;
	text-decoration: none;
}

#menuLeftWrapper
{
	text-align: center;
	width: 200px;
	padding: 5px 2px 5px 5px;
	float: left;
}

#menuLeft
{
	width: 190px;
	min-height: 120ex;
	padding: 10px;
	color: #333333;
	text-align: left;
}

.leftMenuItem1
{
	font-size: medium;
	font-weight: bold;
	color: #B02329;
}

.leftMenuList
{
	list-style-type:disc;
	margin-top: 5px;
}

.leftMenuItem2
{
	font-size: small;
	text-decoration: none;
	color: black;
}

.leftMenuItem2:hover
{
	font-weight: bold;
	color: black;
}

#content
{
	float: right; width: 525px; min-height: 120ex; padding: 10px; margin: 5px 5px 5px 2px;
}

#contentFull
{
	width: 740px; height: 100ex; padding: 10px; margin: 5px 5px 5px 5px;
}

#footer 
{
	clear: both;
}

.hrBlack 
{
	height: 1px; color: black; background-color: black; border: 0;
}

#shoppingCart
{
	width: 100%;
}

#shoppingCartHeader
{
	font-weight: bold;
}

fieldset {
  padding: 1em;
  font-size: small;
  border: none;
  text-align: left;
  width: 80%;
}
  
label {
  float:left;
  width:100px;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  font-size: small;
}

fieldset div {
	margin-bottom: 2px;
}

#checkoutForm label.error { margin-left: 110px; color: Red; font-weight: bold; width: auto; text-align: left; }

.legend, legend {
  padding: 0.2em 0.5em 0.5em;
  margin-bottom: 0.5em;
  border-bottom: dotted 5px #B02329;
  color: Black;
  font-size: 140%;
  font-weight: bold;
  text-align: center;
}

.checkoutRadio {
  font-size: 80%;
}

.checkoutField {
	width: 12em;
}

.orderButton 
{
	background-image: url('/images/order-button.png');
	display: block;
	width: 123px;
	height: 35px;
}