@charset "UTF-8";
/* CSS Document */
body {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background: #FFFFFF;
	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 wrap in IE 5* browsers. The text is then set to the left aligned default in the #wrap selector */
	color: #1a171b;
}
#wrap {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}I
.LOGN #wrap {
	width: 500px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0 auto;
}
#global-header {
	background: #FFFFFF;
	padding: 0 10px 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #global-header instead of text, you may want to remove the padding. */
}
#global-header #logo {
	padding-top: 10px;
	padding-bottom: 10px;
}
#global-header h1 {
	margin: 0; /* zeroing the margin of the last element in the #global-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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#column-left {
	float: left; /* since this element is floated, a width must be given */
	width: 208px; /* 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: #FFFFFF;
}
.one-column #column-left {
	display:none;
}
#column-right {
	margin-left: 232px;
	width: 708px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	font-size: 1px;
	line-height: 1px;
}
.CTGY #column-right {
	margin-left: 232px;
	width: 706px;
	min-height:458px;
!important  height:auto;
	border: 1px solid #868789;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
}
.CTGY2 #column-right {
	margin-left: 232px;
	width: 706px;
	min-height:458px;
!important  height:auto;
	border: 1px solid #868789;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
}
.CTGY3 #column-right {
	margin-left: 232px;
	width: 706px;
	min-height:458px;
!important  height:auto;
	border: 1px solid #868789;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
}
.INFO #column-right {
	min-height:458px;
!important  height:auto;
	border: 1px solid #868789;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	font-size: 11px;
	line-height: normal;
}
.INFO .SPECIAL #column-right {
	min-height:458px;
!important  height:auto;
	border: 1px solid #868789;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	font-size: 11px;
	line-height: normal;
}
#column-right img {
	margin: 0px;
	padding: 0px;
}
.one-column #column-right {
	width: 920px;
	border: 1px solid #868789;
	margin: 0px;
	padding: 0px;
}
.LOGN #column-right {
	width:400px;
	padding: 40px;
	border: 1px solid #868789;
	vertical-align: top;
	font-size: 1em;
	line-height: normal;
	background-color: #FFF;
}
.LOGN .logn-text p {
	font-size: 11px;
	text-align: right;
}
.INFO #wrap #site-container #column-right {
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #666;
	width: 686px;
}
.INFO #wrap #site-container #column-right p, .INFO #wrap #site-container #column-right ul {
	font-size: 11px;
	line-height: 16px;
}
.INFO #wrap #site-container #column-right h1 {
	font-size: 12px;
	line-height: normal;
	margin-top: 0px;
	padding-top: 6px;
	margin-bottom: 0px;
}
.INFO #wrap #site-container #column-right h2 {
	font-size: 11px;
	line-height: normal;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: -10px;
	margin-left: 0px;
}
.CONTACT #wrap #site-container #column-right h2 {
	font-size: 11px;
	line-height: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	text-transform: uppercase;
	padding: 0px;
}
.INFO #wrap #site-container #column-right #related-products h2 {
	margin:0px;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 4px;
}
.PROD.INFO #wrap #site-container #column-right {
	width:696px;
	padding-right: 0px;
}
#global-header #navbar ul {
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	margin: 0px;
}
#global-header #navbar ul li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	font-size: 11px;
}
#global-header #navbar ul li a {
	color:#868789;
	text-decoration: none;
}
#global-header #navbar ul li a:hover {
	color:#1a171b;
}
#return-meta {
}
#return-to-main {
	text-align: left;
	float: left;
	height: 18px;
	line-height: 24px;
	margin-top: 18px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-bottom: 10px;
	font-size: .65em;
	display: inline;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
}
#return-to-main li {
	/* if your li's float, you can adjust border height w/ line-height */
	color: #868789;
	padding: 0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
	display: inline;
	text-transform: uppercase;
}
#return-to-main .first {
	border: none
}
#return-to-main a:link, #return-to-main a:visited {
	color: #868789;
	text-decoration: none;
}
#return-to-main a:hover, #return-to-main a:active {
	color: #1a171b;
}
/* ------------------------ meta ------------------------ */

#meta {
	text-align: right;
	float: right;
	height: 18px;
	line-height: 24px;
	margin-top: 18px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-bottom: 10px;
	font-size: .65em;
	display: inline;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
}
#meta li {
	/* if your li's float, you can adjust border height w/ line-height */
	color: #868789;
	padding: 0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
	display: inline;
	border-left: 1px solid #FFFFFF;
}
#meta .first {
	border: none
}
#meta a:link, #meta a:visited {
	color: #868789;
	text-decoration: none;
}
#meta a:hover, #meta a:active {
	color: #1a171b;
}
#wrap #global-header #logo {
	text-align: center;
}
#global-footer {
	background:#FFFFFF;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.LOGN.one-column #wrap #global-footer p {
	padding-right: 6px;
}
#global-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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: right;
	font-size: 0.6em;
	
}
.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: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a wrap that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
#global-footer p a {
	color: #868789;
	text-decoration: none;
}
#global-footer p a:hover {
	color: #1a171b;
	text-decoration: none;
}
/*** SFNT ***/
.SFNT #column-right {
	border: 1px solid #999;
	font-size: 1px;
	line-height: 1px;
	height: 458px;
	width: 706px;
}
.SFNT #column-right td {
	margin: 0px;
	padding: 0px;
}
.PROD .hide-radio {
	display: none;
}