.categoryBoxOuterContainer {
	background-color:#f8f8f8;
	background-image:url(/img/categoryboxbg.jpg);
	background-repeat:repeat-y;
	font-size:12px;
	margin-bottom:15px;
}
.categoryBoxHead {
	background-color:#f8f8f8;
	background-image:url(/img/categoryboxtop.jpg);
	background-repeat:no-repeat;
	height:34px;
	padding:0px 5px 0 33px;
	font-weight:bold;
	font-size:inherit;
}
.categoryBoxHeadText {
	padding-top:8px;
	font-weight: inherit;
	font-size:inherit;
	float:left;
	width:435px;
}

.categoryBoxHeadControl {
	padding-top:12px;
	margin-left:435px;
}
.categoryBoxFoot {
	background-color:#f8f8f8;
	background-image:url(/img/categoryboxbottom.jpg);
	background-repeat:no-repeat;
	height:9px;
	font-size:1px;
}
.categoryBoxContent {
	padding:10px;
	padding-bottom:0;
	

}
.categoryBoxContainerTable {
	border:0;
	width:470px;
}

/* item styling starts here */
.categoryBoxItemContainer {
	border:1px solid #ddd;	
	background-color:#e3e3e3;
	background-repeat:repeat-x;
	background-image:url(/img/itemheadbg.jpg);
}
.categoryBoxItemHead {
	padding:2px;
	padding-left:5px;
}
.categoryBoxItemHead a {
	cursor:pointer;
	color:#000;
	font-size:12px;
	background-repeat:no-repeat;
	background-image:url(/img/productmenubullet.gif);
	background-position:0px 1px;
	padding-left:16px;
	
}
.categoryBoxItemHead a:hover {
	color:#810000;
	background-image:url(/img/productmenubullet_o.gif);
}
.categoryBoxItemPicture {
	border-top:1px solid #ddd;
	
}
