@import url("/Products/pCatAccordion.css");
#prodCatBox {
	background-color: #000;
	width: 186px;
	margin-left: 8px;
	margin-right: 8px;
}
#prodCatBox #header {
	height: 23px;
	background-image: url(img/ProductSideBarTitle.jpg);
	background-repeat: no-repeat;
}
#prodCatBox #body {
height: 242px;
background-color: #201D1F;
vertical-align: top;
color: #CCC;
}

#prodCatBox #body a {
color: #CCC;
}

#prodCatBox #body a:hover {
color: #fff;
}

#prodCatBox #footer {
	height: 5px;
	background-image: url(img/ProductSideBarBottom.jpg);
	background-repeat: no-repeat;
}

