@charset "UTF-8";
body  {
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #A09A8F;
	background-image: url(images/body_background.gif);
	background-repeat: repeat-y;
	background-position: center;
	line-height: 20px;
}
.oneColFixCtrHdr #container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding: 0;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.oneColFixCtrHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	text-decoration: none;
}
.oneColFixCtrHdr #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 */
} 
a {
	outline:none;	
} 
a:link {
	color: #282D6F;
	text-decoration: underline;
}
a:visited {
	color: #282D6F;
	text-decoration: underline;
}
a:hover {
	color: #282D6F;
	text-decoration: underline;
} 
a:active {
	color: #282D6F;
	text-decoration: underline;	
}
.boldtxt {
	font-weight: bold;
}
.italic_txt {
	font-style: italic;
}
.alttxt {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #2E3192;
}
.product_txt_price {
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #39539B;
}
.product_txt {
	line-height: 19px;
}
.product_txt_header1 {
	font-weight: bold;
	color: #282D6F;
	line-height: 19px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.product_txt_header2 {
	font-weight: bold;
	color: #39539B;
	line-height: 18px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.product_txt_header3 {
	font-weight: bold;
	color: #000000;
	line-height: 18px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.blue_txt_bld {
	font-weight: bold;
	color: #39539B;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.cart_linktxt {
	font-size: 10px;
	color: #827D74;
	text-align: right;
	}
.cart_linktxt a:link, .cart_linktxt a:visited, .cart_linktxt a:hover, .cart_linktxt a:active {
	color: #827D74;
	text-decoration: none;
	}
.footernav {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.oneColFixCtrHdr #container #footer .footernav .foottext {
	padding-left: 15px;
}

.footernav a:link, .footernav a:visited, .footernav a:hover, .footernav a:active {
	color: #ffffff;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #39539B;
	margin: 0px;
	padding: 0px;
}
table {
	border:0;
	border-collapse:collapse;
}
.oneColFixCtrHdr #container #mainContent table tr td {
	vertical-align: top;
}

.ProdListBar {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
 }
 
.product_popup {
	font-weight: bold;
	color: #282D6F;
	line-height: 19px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.coupon {
	text-align: center;
	vertical-align: text-top;
	display: block;
}

#cm_mapTR td {
	text-align: left;
	color: #000;
	line-height: normal;
}
#cm_mapTR td #sidebar {
	height: 400px;
	overflow: auto;
}
.grayedout {
	color: #999;
}
