/* UNIVERSAL =========================================== */
body{
	font: 12px Arial;
	color: black;
}
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;
	padding: 0px;
}

ul{
	margin: 0px;
	padding: 10px;
}

.header{
	/* #A6D6F8*/
	/*background: url(../images/whereTheActionIs.jpg) top right no-repeat;*/
}

/* COLUMNS =========================================== */
.leftColumn{
	
}

.centerColumn{
	color: black;
}
.centerColumn table{
	color: black;
}

.rightColumn{
	background: #FDD77C;
}

.footer{
	padding-top: 10px;
}

/* COMPONENTS =========================================== */
.componentHeader{
	font-weight: bold;
	color: #9E3B3B;
	font-size: 14px;
}

.componentSearch input{
	background: red;
}

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: #FFD0D8;
	border-left: #F54A4A 35px solid;
	border-right: #F54A4A 10px solid;
	border-top: #F54A4A 2px solid;
	border-bottom: #F54A4A 2px solid;
}

.productSpecsColumn{
	
}



