@charset "utf-8";

body
{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}

.thrColHdrFtr #container
{
	width: 100%;
	background: #FFF;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.thrColHdrFtr #header
{
	width: 100%;
	background: #FFF;
	margin: 0;
	padding: 0;  /* 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. */
	font-size: 10pt;
	float: left;
}

.thrColHdrFtr #header #storeLogo
{
	margin: 0;
	width: 450px;
	padding: 0;
	float:left;
}

.thrColHdrFtr #header #freeShipping
{
	margin: 0;
	width: 250px;
	padding: 8px 25px;
	float: right;
	font-size: 12pt;
	font-weight: bold;
	color: #030;
	vertical-align: middle;
	text-align: center;
}

.thrColHdrFtr #header #navCustomer
{
	margin: inherit;
	padding: 2px 15px;
	float: right;
	background: #f8f8f9;
}

.thrColHdrFtr #header #navStore
{
	margin: inherit;
	padding: inherit;
	float: left;
}

.thrColHdrFtr #header #navBreadCrumbs
{
	margin: inherit;
	padding: 3px 5px;
}

.thrColHdrFtr #sideBarLeft
{
	float: left;
	width: 200px; /* since this element is floated, a width must be given */
	background: #FFFFE4; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: inherit;
	padding: inherit; /* top and bottom padding create visual space within this div */
	vertical-align: top;
}

.thrColHdrFtr #sideBarRight
{
	float: right;
	width: 200px; /* since this element is floated, a width must be given */
	/* the background color will be displayed for the length of the content in the column, but no further */
	background: #FFFFFF;
	margin: inherit;
	padding: inherit; /* top and bottom padding create visual space within this div */
	vertical-align: top;
}

.thrColHdrFtr #mainContent,
.thrColHdrFtr #mainContentNoLeft,
.thrColHdrFtr #mainContentNoRight,
.thrColHdrFtr #mainContentWithBoth
{
	margin: 0px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding: 20px;
	vertical-align: top;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	height: 100%;
}

.thrColHdrFtr #mainContentNoRight
{
	margin: 0 0 0 220px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	height: 100%;
}

.thrColHdrFtr #mainContentWithBoth
{
	margin: 0; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding: 0 220px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	height: 100%;
}

.thrColHdrFtr #mainContentNoLeft
{
	padding: 0 220px 20px 20px;
}

.thrColHdrFtr #mainContentNoLeft #checkoutComments
{
	margin: 0;
	padding: 5px 15px 5px 5px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	height: 100%;
}


.thrColHdrFtr #mainContentNoLeft #checkoutComments h3
{
	margin: 0;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
}

.thrColHdrFtr #mainContentNoLeft #checkoutComments textarea
{
	margin: 0;
	padding: 5px;
	background-color: #f8f8f9;
}

.thrColHdrFtr #mainContentNoLeft
{
	padding: 10px 220px 20px 20px;
	color: #000;
}

.thrColHdrFtr #mainContentNoLeft #productInfo
{
	padding: 0 20px;
	font-size: 12px;
	width: 100%;
}

.thrColHdrFtr #mainContentNoLeft #productInfo #productInfoImage
{
	float: right;
	margin: 0;
	padding: 0 20px 20px 20px;
	font-size: 10px;
}

.thrColHdrFtr #mainContentNoLeft #productInfo #productInfoManufacturer a
{
	font-size: 17pt;
	font-weight: bold;
	color: #039;
}

.thrColHdrFtr #mainContentNoLeft #productInfo #productInfoName
{
	font-size: 14pt;
	font-weight: bold;
}

.thrColHdrFtr #mainContentNoLeft #productInfo #productInfoModel
{
}

.thrColHdrFtr #mainContentNoLeft #productInfo #productInfoDescription
{
	line-height: 1.5
}

.thrColHdrFtr #mainContentNoLeft #productInfo #productInfoReviews
{
	line-height: 1.5
}

.thrColHdrFtr #mainContentNoLeft #productInfo #productInfoDocuments
{
}

.thrColHdrFtr #mainContentNoLeft #productInfo #productInfoPricing
{
	clear: right;
	margin: 0;
	padding: 10px 50px 5px 25px;
	float: right;
	text-align: center;
}

.thrColHdrFtr #mainContentNoLeft #productInfo #productInfoPrice
{
	font-size: 18pt;
	color: #007700;
}

.thrColHdrFtr #mainContentNoLeft #productInfo #productInfoUOM1
{
	line-height: 1.5
}

.thrColHdrFtr #mainContentNoLeft #productInfo #productInfoStockStatus
{
}

.thrColHdrFtr #mainContentNoLeft #productInfo #productInfoAddCart
{
	float: right;
	padding: 0 100px 0 0;
}

.thrColHdrFtr #mainContentNoLeft #bottomNav
{
	margin: 0;
	padding: 10px 20px 35px 20px;
	background-color: #F8F8F9;
	border: 1px #C0C0C0 solid;
}

.thrColHdrFtr #mainContentNoLeft #bottomNav #backButton
{
	float: left;
}

.thrColHdrFtr #mainContentNoLeft #bottomNav #continueButton
{
	float: right;
}

.thrColHdrFtr #pageHeading
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	/*  color: #9a9a9a; */
	color: #030;
	padding: 0 0 10px 5px;
}

.thrColHdrFtr #pageHeadingImage
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	/*  color: #9a9a9a; */
	color: #030;
}

.buttonBack
{ /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin: 10px 20px;
}

.buttonContinue
{ /* this class can be used to float an element left in your page */
	float: right;
	margin: 10px 20px;
}

.thrColHdrFtr #footer
{
	margin: 0;
	padding: 0 0 5px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#EFEFEF;
	font-size: 8pt;
	text-align: center;
}

/* Miscellaneous classes for reuse */
.fltrt
{ /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft
{ /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearright
{ /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:right;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.clearfloat
{ /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection {

/*	ul.MenuBarHorizontal li.MenuBarItemIE */
  .thrColHdrFtr #header #navCustomer ul li
{
	display: inline;
	float: left;
	background: #FFF;
}
}
