
a, #displayprice {
	color: #C3282C;
}
a:hover {
	color: #8F080E;
}
#mainp h1 {
	color:#C3282C;
}
#nav li a:hover {
	background-color:#C2272D;
}
#prodleft {
	float:left;
	text-align: center;
	padding-left: 15px;
}
	#prodleft a img {
		border: 0px;
	}
select#sku {
	width: 150px;
}

h2 {
	padding-bottom: 0px;
	margin-bottom: 10px;
}
h3 {
	font-size:125%;
	margin-bottom:15px;
	padding-top:10px;
}
img#displayproduct {
	margin: 0 0 -3px;
	border: 0px;
	max-height: 350px;
	max-width: 350px;
}
div#products {
	display:block;
margin: 0px auto;
	text-indent:0;
	text-align: center;
	white-space: nowrap;
	width: 410px;
	padding: 1px;
	overflow: auto;
}	
#products a:hover img {
	opacity:1;
}
a img, a:hover img {
	border:1px solid #000000;
}
	#products img {
		max-width: 90px;
		max-height: 90px;
		margin: 5px;
		opacity:.75;
		filter:alpha(opacity=75);
	}
#displayprice, #displaysold {
	padding: 10px 0;
	display: block;
}
#dp {
	border:3px double black;
	background: #FFFFFF;
	padding: 0px;
	margin: 10px 15px;
	float: right;
	
	text-align: center;
}
div#greycontainer {
	background-color: #AAAAAA;
}
div#leftfilter {
	width:120px;
	margin-right:-120px;
	float:left;
	background-color: #AAAAAA;
	position: relative;
	z-index: 4;
}
	#leftfilter a, #leftfilter a:hover, #current {
		color:#000000;
		text-decoration:none;
		font-weight:bold;
		text-align:center;
		font-size: 100%;
		display:block;
		padding:2px 0;
	}
	#leftfilter ul {
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
	}
#leftfilter li:hover {
	background: #DB9443;
}
li#current, li#current:hover {
	background-color:#DE7300;
}
#content p.noindent {
	text-indent: 0px;
}
#content p#dimensions {
	margin-top: -5px;
}
#content p#ship {
	font-size: 85%;
}