body, table {
	background: white; /*page background*/
	font-family: Arial;
	color: black; /*general text*/
	font-size: 12px;
}

body {
	margin: 0;
}

img {
	border: 0;
}

h1 {
	font-size: 18px;
	color: black; /*page title*/
	font-weight: bold;
}

a {
	color: #0A347A; /*general link*/
}

a:hover {
	color: #B01023; /*general link hover*/
}




table.header {
	width: 100%;
	background: black; /*header background*/

	color: white; /*header text*/
	font-size: 11px;
}

table.header td#right {
	padding-right: 20px;
}


table.homebar {
	width: 100%;
	background: #CBCBCA; /*trail background*/
	font-size: 12px;
}


table.homebar td {
	padding: 2px 8px;
}

table.homebar {
	color: Black; /*trail text*/
}

table.homebar a {
	color: Black; /*trail text*/
}

table.homebar a:hover {
	color: #808285; /*trail text hover*/
}


table.main {
	width: 100%;
}

table.main td#left {
	padding: 5px;
	background: white; /*left background*/
	border-right: 1px solid #999999;
	font-family: Verdana;
	font-size: 11px;
}

table.sidebar {
	font-size: 11px;
}

table.sidebar caption {
	color: white; /*sidebar title*/
	border: 1px solid;
	border-color: black; /*sidebar border*/
	border-bottom: 0;
	font-size: 12px;
	padding: 2px 5px;
	background: black; /*sidebar title background*/
}

table.sidebar  {
	width: 160px;
	color: black; /*sidebar text*/
	font-size: 11px;
	border: 1px solid;
	border-color: black; /*sidebar border*/
	border-top: 0;
	margin-bottom: 10px;
	font-family: Verdana, sans-serif;
}

table.sidebar td { padding: 3px; }

table.sidebar div {
	font-size: 11px;
}


table.sidebar#categories caption { display: none; }

table.sidebar#categories {
	border: 0;
	background-color: transparent; /*categories box background*/
}

table.sidebar#categories td.l1,
table.sidebar#categories td.l1_over,
table.sidebar#categories td.l1_active {
	padding: 3px 5px;
	border-top: 8px solid #666666;
	border-color: #666666; /*top categories border*/
	font-weight: bold;
}

table.sidebar#categories td.l1 a {
	color: black; /*category level1*/
	text-decoration: none;
}

table.sidebar#categories td.l1_over a,
table.sidebar#categories td.l1_over a:hover,
table.sidebar#categories td.l1_active a,
table.sidebar#categories td.l1_active a:hover,
table.sidebar#categories td.l1 a:hover {
	color: #808285; /*category level1 hover*/
}

table.sidebar#categories td.l2,
table.sidebar#categories td.l2_over,
table.sidebar#categories td.l2_active {
	padding: 3px 10px; padding-bottom: 5px;
}

table.sidebar#categories td.l2 a {
	
	color: #000000; /*category level2*/
	text-decoration: none;
}

table.sidebar#categories td.l2_over a,
table.sidebar#categories td.l2_over a:hover,
table.sidebar#categories td.l2_active a,
table.sidebar#categories td.l2_active a:hover,
table.sidebar#categories td.l2 a:hover {
	text-decoration: none;
	color: red; /*category level2 hover*/
}

table.main td#right {
	background: white; /*right background*/
	padding: 10px;
	border-left: 1px solid #999999;
}

table.main td#center {
	padding: 8px;
}



table.footer {
	background: #CBCBCA; /*footer background*/
	width: 100%;
	margin-bottom: 30;

	color: white; /*footer text*/
	font-size: 11px;
}

table.footer td { padding: 3px 8px; }

table.footer a {
	color: white; /*footer link*/
	text-decoration: none;
}

table.footer a:hover {
	color: #999999; /*footer link hover*/
	text-decoration: underline;
}


table.buybox td {
	padding: 4px 12px;
}



























