@charset "UTF-8";
/* CSS Document */

.thrColFixHdr #container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}
.thrColFixHdr #header {
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.thrColFixHdr #mainContent {
	margin: 0 190px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.thrColFixHdr #extraPhoto {
	position: absolute;
	z-index: 90;
	width: 340px;
	margin-right: auto;
	margin-left: 240px;
	left: auto;
	top: 402px;
	right: auto;
	height: 194px;
}
.thrColFixHdr #productSummary {
	padding: 5px;
	margin-left: 190px;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloatCopy {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

