/* UNIVERSAL =========================================== */
body{
	background: #1D1D1D;
	font: 12px Arial;
	color: white;
}
a{
	text-decoration: none;
	color: #3C3363;
}

a:visited{
	color: #8D5A98;
}

a:hover, a:active{
	text-decoration: underline;
}

body table{
	font:12px Arial;
}

img{
	margin: 0px;
	border: 0px;
}

/* COLUMNS =========================================== */
.leftColumn{
	background: #BEBACE;
}

.centerColumn{
	background: white;
	color: black;
}
.centerColumn table{
	color: black;
}

.rightColumn{
	background: #BEBACE;
}

/* COMPONENTS =========================================== */
.componentHeader{
	font-weight: bold;
	color: #9E3B3B;
	font-size: 14px;
}
a.recent{
	text-decoration: none;
	color: red;
}
a:hover.recent{
	color: #3C3363;
}

a.categories{
	text-decoration: none;
	color: #3C3363;
	font-size: 13px;
	font-weight: bold;
}

a:visited.categories{
	color: #8D5A98;
}

a:hover.categories, a:active.categories{
	text-decoration: underline;
}

.tableHeader{
	background: #8D5A98;
	color: white;
}

.footer{
	font-size: 11px;
	font-weight: bold;
}

/* PAGE SPECIFIC =========================================== */
.productSpecs{
	background: #E1DCF8;
}

.productSpecsColumn{
	background: #BEBACE;
}



