/* Outer Master DIV layer for categories */
.MenuCatParentDiv {
	text-align: left;
}

/* Each category is inside a DIV, this is the FIRST one */
.MenuCatDivRoot {
	padding-left: 0;
}
/* Each category is inside a DIV */
.MenuCatDiv {
	padding-left: 0;
}

/* This is the collapsable DIV that surrounds all sub categoryies */
/* Use this to control the default block/none display */
.MenuCatDivSub {
	display: none;
	padding-left:10;
}

/* the [+] or [-] image is in a TD with this class */
.MCTTDTogImage {
	width: 12px;
	padding-right: 2px;
	white-space: nowrap;
	vertical-align: middle;
	display: none;
}

/* The folder Icon for the category is in a TD with this class */
.MCTTDImage {
	width: 1px;
	padding-right: 2px;
	white-space: nowrap;
	vertical-align: top;
	display:none;
}

/*
==========================================================
		Styles for Non-Selected Category
==========================================================
*/
/* The TD containing actual text portion of the category */
.MCTTDText {
	white-space: nowrap;
	vertical-align: middle;
	white-space: normal;
}
.MCTTDText A:LINK{
}
.MCTTDText A:VISITED{
}
.MCTTDText A:HOVER{
}
.MCTTDText A:ACTIVE{
}

.productHeader{
	font-weight: bold;
	font-size: 18px;
}
.productHeader A:LINK,.productHeader A:VISITED{
}

/*
==========================================================
		Styles for Selected Category
==========================================================
*/
/* The TD containing actual text portion of the category */
.MCTTDTextSel {
	vertical-align: middle;
}
.MCTTDTextSel A:LINK{color: #DB3B2E;
}
.MCTTDTextSel A:VISITED{color:#DB3B2E;
}
.MCTTDTextSel A:HOVER{color:#DB3B2E;
}
.MCTTDTextSel A:ACTIVE{color:#DB3B2E;
}