#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0.5em;
	margin-right: 0.5em;
	}

#navColumnOneWrapper, #categories, .leftBoxContainer, #categoriesContent, .sideBoxContent  {
	margin:0px;
	padding:0;
	text-align:left;
	border:none;
}

#navColumnOneWrapper {
	margin-top:20px;
	margin-bottom:20px;
}

.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	border: 1px solid #9a9a9a;
	border-bottom: 5px solid #336633;
	margin-top: 1.5em;
	}
	
#categoriesHeading {
	display:none;
}


#categoriesContent {
	margin-top:5px;
	margin-bottom:5px;
}

#categoriesContent A  {	
	padding-left:12px;
	padding-bottom:4px;
	padding-top:4px;
}

#categoriesContent A.category-products, #categoriesContent A.category-products:visited {
	padding-left:5px;
}	

.sideBoxContent {
	font-size: 1.1em;
	padding: 0.4em;
	}
	
A.category-top, A.category-top:visited {
	font-size:11px;
	text-decoration:underline;
	display:block;
	width:130px;
	}
	
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	font-size:10px;
	text-decoration: none;
	padding:0;
	display:block;
}


A.category-subs, A.category-subs:visited {
	margin-left:5px;
}

A.category-products, A.category-products:visited {
	white-space:normal;
	position:relative;
	left:18px;
	width:120px;
	padding-left:-15px;
	border-left:solid #AAAAAA 1px;
}




SPAN.category-subs-selected {
	font-weight: bold;
	}