body {
	background-color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #000000;
}

h1 {
	font-family: Arial, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #0800BD;
	margin-bottom: 5px;
}

h2 {
	font-family: Arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #0800BD;
	margin-bottom: 2px;
}

h3 {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #0800BD;
	margin-bottom: 0px;
}

table.OuterTable {
	width: 970px;
}

table.MainProductNav {
	width: 720px;
}

table.Cart {
	width: 720px;
}

td {
	font-size: 10pt;
}

td.Centred {
	text-align: center;
}

td.SpacerTiny {
	width: 10px;
}

td.SpacerMed {
	width: 25px;
}

td.SpacerLarge {
	width: 50px;
}

td.Thumbnail {
	width: 70px;
}

td.SearchResult {
	width: 550px;
	text-align: left;
}

td.RequiresAttn {
	color: #CC3333;
	font-weight: bold;
	background-color: #CCCCCC;
}

td.MenuCell {
	width: 180px;
	border-right-style: double;
	border-right-color: #0800BD;
	border-right-width: 1px;
}

td.MainProductCell {
	width: 180px;
	height: 180px;
}

td.ContentCell {
	width: 780px;
}

td.CartItem {
	width: 260px;
	text-align: left;
}

td.CartQty {
	width: 50px;
	text-align: center;
}

td.CartPrice {
	width: 100px;
	text-align: right;
}

td.FormLabel {
	color: #000000;
	font-weight: bold;
	text-align: right;
}

td.logo-cell {
	width: 150px;
	vertical-align: top;
}

hr.blue {
	/* need both color and background color for Firefox and IE */
	color: #0800BD;
	background-color: #0800BD;
	height: 2px;
	border: 0px;
}

hr.blue-sm {
	color: #0800BD;
	background-color: #0800BD;
	height: 1px;
	border: 0px;
}

.footer {
	font-size: 8pt;
	color: #996600;
	vertical-align: top;
}

img {
	border-width: 0px;
}

img.bordered { 
	border: solid #000000 1px; 
}

form {
	margin-top: 0px;
	margin-bottom: 0px;
}

font.Reqd {
	color: #CC3333;
	font-style: italic;
}

font.Recommended {
	font-size: 8pt;
	font-style: italic;
}

font.Help1 {
	color: #CC3333;
}

object.bordered {
	border: solid #754C24 1px; 
}

ul {
	margin-top: 5px;
	margin-bottom: 5px;
}

P.NoJSAlert {
	border-width: 3px;
	border-color: #CC3333;
	border-style: solid;
	font-size: 16px;
	font-family: arial,sans-serif;
	font-weight: bold;
	background: #FFFFFF;
	color: #CC3333;
	padding: 5px;
	width: 100%;
	text-align: center;
}

P.ErrorMsg {
	border-width: 1px;
	border-color: #CC3333;
	border-style: solid;
	padding: 10px;
	width: 300px;
	text-align: center;
	font-size: 10px;
	color: #CC3333;
}

p.Alert {
	border-width: 1px;
	border-color: #0800BD;
	border-style: solid;
	padding: 10px;
	width: 500px;
	text-align: center;
	font-size: 12px;
	color: #0800BD;
}

A {
	text-decoration: underline;
	color: #996600;
}

A:hover {
	text-decoration: underline;
	color: #FFFFFF;
	background: #996600;
}


A.Breadcrumbs {
	text-decoration: underline;
	color: #CC3333;
	font-size: 8pt;
	font-weight: bold;
}

A.Breadcrumbs:hover {
	text-decoration: underline;
	color: #FFFFFF;
	background: #CC3333;
}

A.Header {
	text-decoration: underline;
	color: #0800BD;
	font-size: 10pt;
	font-weight: normal;
}

A.Header:hover {
	text-decoration: underline;
	color: #FFFFFF;
	background: #0800BD;
}

A.CartAction {
	text-decoration: underline;
	color: #6699FF;
	font-size: 8pt;
	font-weight: normal;
	font-style: italic;
}

A.CartAction:hover {
	text-decoration: underline;
	color: #FFFFFF;
	background: #6699FF;
}

A.Search1 {
	color: #CC3333;
	text-decoration: underline;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
}

A.Search1:hover {
	text-decoration: underline;
	color: #FFFFFF;
	background: #CC3333;
}

A.Search2 {
	color: #0800BD;
	text-decoration: underline;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
}

A.Search2:hover {
	text-decoration: underline;
	color: #FFFFFF;
	background: #0800BD;
}

A.Search3 {
	color: #6699FF;
	text-decoration: underline;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
}

A.Search3:hover {
	text-decoration: underline;
	color: #FFFFFF;
	background: #6699FF;
}

/* *** Estimate-specific styles *** */
/* Changes here have to also be made in estpopup.asp and invpopup.asp */

table.estOuter {
	width: 680px;
	border-width: 1px;
	border-style: solid;
}

td.estTechAddr {
	width: 400px;
	color: #0066FF;
	font-size: 10pt;
	text-align: center;
}

td.estTblHdr {
	color: #0066FF;
	font-size: 12pt;
	font-weight: bold;
}

h4 {
	margin-bottom: 0px;
	font-size: 12pt;
	font-weight: bold;
}

p.estSmCaps {
	font-size: 9pt;
	font-variant: small-caps;
	color: #0066FF;
}

p.estEmphasis {
	font-size: 18pt;
	font-weight: bold;
	color: #0066FF;
}

p.estDisclaimer {
	font-size: 9pt;
	font-style: italic;
	margin-top: 0px;
}

p.estAddrIndented {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	color: #0066FF;
}

font.estBigger {
	font-size: 12pt;
	font-weight: bold;
	color: #0066FF;
}

font.MenuBlue {
	color: #0800BD;
}