﻿body {
	background-color: #fff;
	color: #000;
}

#shell {
	border: none;
	margin-left: 0;
	padding: 0;
	text-align: left;
	width: 80%;
	float: left;
}

.top img.cvcb {display: block;}
.top a.toplink {display: none;}

#nav, #nav2, .content_right, .content_left {display: none;}
#twocol #nav, #nav2, .content_left, .content_dl {display: none;}

/* CUSTOM CATEGORIES TABLE
********************************************/

table.categories {
	border-bottom: 1px #D5A00F solid;
	width: 550px;
}

table.categories thead th {
	color: #005542;
	font-weight: bold;
	text-align: left;
	border-right: 1px #d5a00f solid;
	font-size: 1em;
	padding: 3px;
}

table.categories thead th.right {
	color: #005542;
	font-weight: bold;
	text-align: left;
	border-right: 0px #d5a00f solid;
	font-size: 1em;
	padding: 3px;
}
table.categories td {
	color: #000;
	font-weight: bold;
	text-align: left;
	border-right: 1px #d5a00f solid;
	padding: 6px 3px 3px 6px;
	font-size: .85em;
}
table.categories td a {
	font-size: 1em;
}

table.categories td.none {
	border-right: 0px #d5a00f solid;
}


/* CUSTOM PRODUCTS TABLE
********************************************/
table.products {
	margin: 0 auto;
	text-align: center;
	border: none;
	width: 95%;
}

table.products thead th {
	font-family: Helvetica;
	font-weight: bold;
	font-size: 10pt;
	color: #005542;
	border-top: 0px #000 solid;
	border-left: 0px #000 solid;
	border-right: 0px #000 solid;	
	border-bottom: 1px #000 solid;
	min-height: 25px;
	text-align: left;
	vertical-align: bottom;
}

table.products tbody th {
	font-family: Helvetica;
	font-weight: normal;
	font-size: 9pt;
	color: #005542;
	border-top: 0px #000 solid;
	border-left: 0px #000 solid;
	border-right: 0px #000 solid;	
	border-bottom: 0px #000 solid;
	min-height: 25px;
	padding: 6px 3px;
}
table.products td {
	text-align: left;
	border-left: 1px #000 solid;
	padding: 6px;
	vertical-align: top;
	font-size: .7em;
}
table.products td img {
	margin: 0 auto;
	text-align: center;
}

table.products ul {
	margin:0;
	padding-left:13px;
}

table.products thead th a,
table.products tbody th a,
table.products td a {
	color: #D5A00F;
	text-decoration: underline;
}
