@charset "UTF-8";
.thrColFixHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #e1e1e1;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ddd; /* padding keeps the content of the div away from the edges */
	display: none;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent {
	/*margin: 0 167.5px 0 167.5px;*/ /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 930px;/* remove for 3 column layout */
	float: left;/* remove for 3 column layout */
} 
.thrColFixHdr #infoPage #mainContent {width: 600px;}
.thrColFixHdr #footer { 
	clear: both; /* ensures that this clears the floated columns */
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.thrColFixHdr #recent-history .mask, .thrColFixHdr #related-items-product .mask { width: 848px; }
