@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;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.thrColFixHdr #mainContent {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	margin-top: 0;
	margin-right: 194px;
	margin-bottom: 0;
	margin-left: 188px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.thrColFixHdr #extraPhoto {
	position: absolute;
	z-index: 800;
	width: 340px;
	margin-right: auto;
	margin-left: 240px;
	left: auto;
	top: 420px;
	right: auto;
	height: 212px;
}
.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;
}

