#CategoryDescription {
}
#CategoryDescription p {
	margin-top:0;
}
#CategoryDescription h2 {
	font-weight:normal;
	display:inline;
	font-size:12px;
	margin:0 5px 0 0;
}


#CategoryList {
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #CCC;
	border-top:1px solid #CCC;
	margin-top:10px;
	margin-bottom:10px;
}
#CategoryList a {
	color:#00F;
}


#FeaturedItems {
	border-bottom:1px solid #E7E7E7;
}
#FeaturedItems table {
	display:inline;
}
#Product-Featured table {
	border:0;
	width:auto;
}
#FeaturedItems table th {
	background-color:#E7E7E7;
	font-size: 12px;
	text-align:left;
}

.mothman {
	margin:1em 0;
	border:1px solid #CCC;
	padding:1em;
	text-align:center;
}
.mothman a {
	color:#00F;
}


/*FEATURED*/
table#featuredProduct {
	margin:0 auto;
	border:3px solid #C00;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow: 5px 5px 4px #888;
	-moz-box-shadow: 5px 5px 4px #888;
	-o-box-shadow: 5px 5px 4px #888;
	box-shadow: 5px 5px 4px #888;
	max-width:660px;
}
table#featuredProduct td {
	padding:10px;
	font-size:12px;
}
table#featuredProduct td h6 {
	color:#003399;
	display:block;
	font-size:18px;
	font-weight:bold;
	margin:0 auto 5px;
	text-align:center;
}
table#featuredProduct td div.smallImageList {
	margin:1em 0;
}
table#featuredProduct td div.smallImageList img {
	margin:.2em;
	border:1px solid #999;
	width:60px;
}
table#featuredProduct td img {
	float:left;
	border:0;
	margin-right:5px;
	width:200px;
}
	table#featuredProduct td ul {
		height:auto;
	}
	table#featuredProduct td ul strong {
		color:#FFF;
		background:#C00;
		padding: 0;
		margin: 0;
		width:auto;
		display:inline;
	}
	table#featuredProduct td p.ShortDescription {
		margin-top:2em;
	}
	td#quote {
		background:#EAF3FA;
		width:30%;
	}
	td#quote div#inner {
		background: url(/incs/images/left_quote.gif) left top no-repeat;
		display:block;
		padding-top:50px;
	}
	td#quote div#outer {
		display:block;
		padding-bottom:50px;
		background: url(/incs/images/right_quote.gif) right bottom no-repeat;
	}
	
