


#content .textBlock {
	padding : 4px 0px;
}

/* 1a: recursive category widget */
#content #category {
	float: left;
	padding-left : 11px;
	color : #F96808;
}
#content #catHeader {
	font-size : 12pt;
	font-weight : bold;
	padding-bottom : 6px;
}
#content .subcategory {
	font-weight : bold;
}
#content #catColumn1 {
	float : left;
	padding-left : 10px;
}
#content #catColumn2 {
	float : left;
	padding-left : 30px;
}
#content #catTop, #content #catBottom {
	text-align: right;
	height: 8px;
	background-image : url(http://demandware.edgesuite.net/aaca_prd/on/demandware.static/Sites-easyspirit-Site/Sites-easyspirit-Library/default/v1258695047827/CSS/customerService/border_greyHoriz.gif);
	background-repeat : repeat-x;
	width: 245px;
	clear : both;
}
#content #catMiddle {
	background-image : url(http://demandware.edgesuite.net/aaca_prd/on/demandware.static/Sites-easyspirit-Site/Sites-easyspirit-Library/default/v1258695047827/CSS/customerService/border_greyVert.gif);
	background-repeat : repeat-y;
	background-position : right;
	width: 245px;
	float : left;
	clear : both;
}
#content #catTop {
	background-position : top;
	clear : both;
}
#content #catBottom {
	background-position : bottom;
	clear : both;
}

/* 1b: main body content */
#content #contMain {
	padding-top : 34px;
}
#content .contMainHeader {
	font-weight : bold;
}
#content #about, #content #help, #content #custService {
	float: left;
	padding-left : 30px;
	width : 130px;
}

#category a, a:link, a:visited,  a:active {
	color : #F96808;
	text-decoration:none;
}
#contMain a, a:link, a:visited,  a:active {
	color:#7C7C66;
	text-decoration:none;
}
