

/* === PL page layout modifications: disable ilc === */
#PLMainCL {
	padding-left:0; /* width of [InnerLeft column] */
}
#PLMainEqC { /* allows for equal length colored columns; can be left un-styled if columns do not need to be colored */
	border-left:0px solid #fff; /* width of [InnerLeft column] */
	margin-left:-0px; /* width of [InnerLeft column] */
}
#PLMainLeftColumnCPos{
	width:0px; /* width of [InnerLeft column] */
	margin-left:-0px; /* width of [InnerLeft column] */
	display:none;
	visibility:hidden;
}
#PLMainCenterColumnCSp {
	padding-left:0px; /* gutter on left in case there's an InnerLeft column */
}


/* === define min-widths === */
.browseCategory #PLMainCenterColumnCPos {
	min-width:915px;
}
.browseCategory #PLOuterCenterColumnCPos {
	min-width:915px;
}
/* === set fixed widths for IE print (to workaround lack of support for min-width) === */
* html .browseCategory #PLMainCenterColumnCPos {
	display:inline;
	margin-right:-915px; /* nominal page width - width InnerLeft column - width InnerRight column */
	width:915px;
}
* html .browseCategory #PLOuterCenterColumnCPos {
	display:inline;
	margin-right:-915px;
	width:915px;
}
