/*** Site ***/

body{
	font:1em normal Verdana, Helvetica, Arial, sans-serif;
	margin:0;
	padding:12px 0 0 0;
	font-size:12px;
	color:#000000;
	text-align:center;
}

td{ font-size:1em; }

form{
	display:inline;
	margin:0;
	padding:0;
}

h1{ font:bold 1.5em Helvetica, Verdana, Arial, sans-serif; }
h2{ font:bold 1.3em Helvetica, Verdana, Arial, sans-serif; }
h3{ font:bold 1.1em Helvetica, Verdana, Arial, sans-serif; }

h2.header{
	color:#333333;
	padding:4px;
	background-color:#cccccc;
	color:#333333;
	font-weight:bold;
}

a img{ border:0; }

a:link			{ color:#333333; }
a:visited		{ color:#000000; }
a:active		{ color:#999999 }
a:hover			{ color:#333333; }

.clear			{ clear:both; font-size:0em; height:0em; }

.floatright		{ float:right; }
.floatleft		{ float:left; }

.alignright		{ text-align:right; }
.alignleft		{ text-align:left; }

.aligncenter	{ text-align:center; }
.margincenter	{ margin:0 auto; }

.small			{ font-size:.9em; }
.smaller		{ font-size:.8em; }
.smallest		{ font-size:.7em; }
.large			{ font-size:1.1em; }
.larger			{ font-size:1.2em; }
.largest		{ font-size:1.3em; }
.bold			{ font-weight:bold; }
.italic			{ font-style:italic; }
.red			{ color:#dd0000; }
.blue			{ color:#0000ff; }
.grey			{ color:#999999; }
.nowrap			{ white-space:normal; }

.link-pipe		{ color:#999999; }

.input_error{ border-color:#cc0000 #ff0000 #ff0000 #ff0000; }

select{
	border-width:1px;
	border-color:#333333 #bbbbbb #bbbbbb #bbbbbb;
	padding:1px 2px;
}

.error-message{
	padding:4px;
	text-align:center;
	width:60%;
	margin:0 auto;
	color:#dd0000;
	font-weight:bold;
}

.LOGN .error-message,
.AFCL .error-message,
.ORDL .error-message{
	margin:12px 24px;
	width:auto;
}

.information-message{
	padding:4px;
	text-align:center;
	width:60%;
	margin:0 auto;
	color:#0000dd;
}

.LOGN .information-message{
	margin:12px 24px;
	width:auto;
}

.textfield, select, textarea,
#tax-fields .form_row input{
	border-width:1px;
	border-style:solid;
	border-color:#333333 #bbbbbb #bbbbbb #bbbbbb;
	padding:1px 2px;
	font:normal 1em Arial, Helvetica, Verdana, sans-serif;
}

.textfield, textarea{
	width:160px;
}

.button{
	border-width:1px;
	border-style:solid;
	border-color:#999999 #000000 #000000 #999999;
	background-color:#999999;
	color:#ffffff;
	font-size:.9em;
	padding:1px 2px;
	margin:0;
	cursor:pointer;
}

#site-container{
	width:1002px;
	margin:0 auto;
	text-align:left;
	border-collapse:collapse;
}

#bottom-wrap	{ clear:both; font-size:0em; height:0em; }

/*** Top Navigation Bar ***/

#navigation-bar{
	line-height:24px;
	padding:4px 4px 0 0;
}

#navigation-bar ul{
	margin:0;
	padding:0;
	float:right;
	clear:both;
	width:100%;
}

#navigation-bar li{
	color:#ffffff;
	list-style:none;
	line-height:12px;
	float:right;
	text-align:center;
	margin:0 2px;
}

#navigation-bar li.navigation-item-on	{ background-color:#999999; }
#navigation-bar li.navigation-item-off	{ background-color:#666666; }

/* tab padding */
#navigation-bar li div div{ padding:5px 18px; }

/* tab off side images */
#navigation-bar li.navigation-item-off div.item-left-side	{ background:transparent url() no-repeat scroll left top; }
#navigation-bar li.navigation-item-off div.item-right-side	{ background:transparent url() no-repeat scroll right top; }

/* tab on side images */
#navigation-bar li.navigation-item-on div.item-left-side	{ background:transparent url() no-repeat scroll left top; }
#navigation-bar li.navigation-item-on div.item-right-side	{ background:transparent url() no-repeat scroll right top; }

/* navigation bar links */
#navigation-bar li a:link,
#navigation-bar li a:visited{
	color:#0a0a0a;
	text-decoration:none;
}
#navigation-bar li a:hover,
#navigation-bar li a:active{
	color:#0079c1;
}


#nav-checkout		{}
#nav-search			{}
#nav-basket			{}
#nav-account		{}
#nav-all-products	{}
#nav-storefront		{}

/*** Left Navigation ***/

#left-navigation{
	width:20%;
	border-right:1px solid #D9D9D9;
	padding:0 0 0 0px;
	vertical-align:top;
}

/*** One Column Pages ***/
.one-column #left-navigation{ display:none; }

#category-tree{
	padding:1px;
	margin:0;
}

#category-tree-top-image{}
#category-tree-bottom-image{}

#category-tree a{
	display:block;
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
}

#category-tree div{
	background-color:#666666;
	border-bottom:1px solid #ffffff;
}

#category-tree .level-1 a{ padding:4px 6px 4px 12px; }
#category-tree .level-2 a{ padding:4px 6px 4px 24px; }
#category-tree .level-3 a{ padding:4px 6px 4px 36px; }
#category-tree .level-4 a{ padding:4px 6px 4px 48px; }
#category-tree .level-5 a{ padding:4px 6px 4px 60px; }
#category-tree .level-6 a{ padding:4px 6px 4px 72px; }

.level-2 {display:none;}

#category-tree div.active{ background-color:#999999; }
#category-tree-header{}

#category-tree-footer{
	padding:4px;
	margin:10px 0;
}

/*** Content ***/

#content-container{
	clear:both;
	width:100%;
	/*border-style:solid;
	border-color:#666666;
	border-width:1px 0;*/
	padding:0 0 12px 0;
	margin:0;
	/* ie6 min-height hack */
	height:270px;
	max-height:270px !important;
}

#main-content{
	padding:16px;
	vertical-align:top;
	border:solid 1px #D9D9D9;
	border-left-width:1px;
	font-size:13px;
}

#main-content-cat{
	vertical-align:top;
	border:solid 1px #D9D9D9;
	border-left-width:1px;
	font-size:13px;
}

/*** Global Header/Footer ***/

#global-header{}

#logo{
	clear:both;
	margin:0 0 0 5px;
}

#logo a{
	width:759px;
	height:85px;
	display:block;
	background:transparent url( graphics/en-US/new/banner.jpg ) no-repeat scroll left top;
	cursor:pointer;
}

#search{
	float:right;
	padding:4px 6px 4px 0;
}

#header-links{
	float:right;
	padding:4px 12px 0 0;
	line-height:22px;
	color:#000000;
	text-align:right;
}

#global-footer{ margin:0px; }
#footer-links{ text-align:right; }

#footer-links ul{
	font:.9em normal Verdana, Helvetica, Arial, sans-serif;
	margin:8px 0;
	padding:0;
}


#footer-links ul li{
	list-style-type:none;
	border-left:1px solid #999999;
	padding:0 2px 0 6px;
	margin:0;
	text-align:center;
	display:inline;
}

#footer-links ul li.first-child{ border:0; }
#global-footer #footer-links #footer-sitemap-link{ display:none; }

#miva-link{
	font-size:.8em;
	text-align:right;
	margin:16px 0;
}

#miva-link a{ color:#999999; }

#page-header{ clear:both; }
#page-footer{ clear:both; }

#maintenance{
	color:#dd0000;
	font-weight:bold;
}

/*** ACAD, ACED, AFAD, AFED, OCST ***/

.logout-link{
	margin:12px 0;
	float:right;
}

#customer-fields label,
#affiliate-fields label{
	float:left;
	width:150px;
	white-space:nowrap;
	text-align:right;
	padding:2px 5px 3px 0;
	clear:both;
}

#affiliate-commissions label,
.OSEL .non-editable label{
	float:left;
	width:120px;
	font-weight:bold;
	text-align:right;
	padding:0 6px 0 0;
}

#customer-fields input.textfield,
#affiliate-fields input.textfield,
#tax-fields input,
#affiliate-commissions div.form_row div,
.non-editable div.form_row div{
	width:170px;
	margin:0 0 4px 0;
}

#affiliate-commissions div.form_row div{ float:left; }

#customer-fields select,
#affiliate-fields select{
	width:176px;
	margin:0 0 4px 0;
}

#login-details,
#affiliate-information{
	margin:0 0 16px 0;
}

#affiliate-commissions .form_row{ margin:0 0 8px 0; }

.AFAD #affiliate-fields{
	width:50%;
	margin:0 auto;
}

.AFED #affiliate-fields #affiliate-contact,
.AFED #affiliate-fields #affiliate-commissions{
	float:left;
	width:50%;
}

#affiliate-commissions .affiliate-code{
	width:230px !important;
}

#affiliate-commissions #affiliate-image{
	width:236px !important;
	overflow:auto;
}

#affiliate-terms{ margin-left:155px; }

#affiliate-fields .form_row div.non-editable{
	margin:0 0 8px 0;
	padding:2px 0 0 0;
}

.save-button,
.continue-button{
	clear:both;
	text-align:right;
	padding:24px 0 0 0;
}

.required{ font-weight:bold; }

h2.fields-heading{
	background-color:#cccccc;
	color:#333333;
	margin:0 0 12px 0;
	padding:4px 4px 4px 12px;
}

.address2-label{ margin:0 0 14px 0; }

.controls{
	font:normal .7em Verdana, Helvetica, Arial, sans-serif;
	visibility:hidden;
}

#customer-fields .controls label{
	float:none;
}

#ship-to,
#bill-to{
	width:50%;
	float:left;
}

#ship-to h2 input.checkbox,
#bill-to h2 input.checkbox{
	margin:0 2px 0 12px;
	padding:0;
	width:13px;
	height:13px;
	overflow:hidden;
}

div.invalid input.textfield,
div.invalid select,
#tax-fields div.invalid input{
	border-color:#cc0000 #ff0000 #ff0000 #ff0000;
}

div.invalid label{ color:#dd0000; }

.warning-message{
	padding:4px;
	text-align:center;
	width:60%;
	margin:0 auto;
	color:#dd0000;
}

#customer-fields.editable .form_row,
#affiliate-fields.editable .form_row{
	margin:0 0 6px 0;
	text-align:left;
}

#customer-fields.non-editable .form_row{
	margin:0 0 4px 0;
	text-align:left;
}

#customer-fields.non-editable label,
#affiliate-fields.non-editable label{
	margin:0 0 0 30px;
	padding:0 4px 0 0;
	font-weight:bold;
	width:110px;
	text-align:right;
	float:left;
	clear:both;
	white-space:nowrap;
}

#customer-fields.non-editable .form_row div,
#affiliate-fields.non-editable .form_row div{
	float:left;
}

#update-record, #mc-sub{
	clear:both;
	margin:24px 0 0 24px;
}

.tax-fields label{ font-weight:bold; }

/*** LOGN, AFCL, ORDL, ORHL ***/

.AFCL #main-content,
.LOGN #main-content{
	padding:28px 126px;
}

.ORHL #main-content{ padding:28px 126px 28px 116px; }

.ORDL #main-content{ padding:28px 16px; }

.AFCL .section,
.LOGN .section{
	float:left;
	height:220px;
	width:49%;
}

.ORDL .section{
	float:left;
	height:220px;
	width:33%;
}

.ORHL .lookup-section{
	float:left;
	height:220px;
	width:50%;
}

.ORHL .signin-section{
	float:left;
	height:220px;
	width:48%;
}

.section h3,
.lookup-section h3,
.signin-section h3{
	text-align:center;
}

.form_row{ margin:0 0 6px 0; }

.LOGN label,
.ORDL label,
.AFCL label{
	float:left;
	clear:both;
	width:80px;
	text-align:right;
	padding:3px 5px;
}

.ORHL label{
	white-space:nowrap;
	float:left;
	clear:both;
	width:90px;
	text-align:right;
	padding:3px 5px;
}

.grey-border-right{ border-right:1px solid #cccccc; }

.logn-input{ width:120px; }

#invalid-key{
	width:23px;
	float:left;
	margin:0 4px 0 0;
	border-width:1px;
	border-style:solid;
	border-color:#cc0000 #ff0000 #ff0000 #ff0000;
}

.sign-in-buttons{
	text-align:center;
	margin:12px 0 0 0;
}

.forgot-password{
	font-size:.9em;
	text-align:center;
	margin:12px 0 0 0;
}

/*** BASK, OCST, OPAY, OSEL ***/

#basket-contents.non-editable,
#basket-contents.editable,
#order-contents table{
	width:100%;
	border-left:1px solid #ffffff;
	border-top:1px solid #ffffff;
}

#basket-contents.non-editable table,
#basket-contents.editable table,
#order-contents table{
	border-collapse:collapse;
}

#basket-contents.non-editable td,
#basket-contents.editable td,
#order-contents td{
	background-color:#eeeeee;
	border-bottom:1px solid #ffffff;
	border-right:1px solid #ffffff;
	vertical-align:top;
	padding:6px;
	font:normal 1em Arial;
}

#basket-contents table tr.basket-heading td,
#basket-contents table tr.basket-heading td,
#order-contents table tr.heading td{
	background-color:#cccccc;
	color:#333333;
	font-weight:bold;
	text-align:center;
	font-size:1em;
	white-space:nowrap;
}

#basket-contents .basket-qty-input{ width:34px; }

#basket-contents .item-remove{
	width:8%;
	vertical-align:middle;
}

#basket-contents table .basket-heading td.item-name{
	text-align:left;
}

#basket-contents.editable .item-quantity{
	width:13%;
	text-align:center;
	white-space:nowrap;
}

#basket-contents.non-editable .item-quantity{
	width:6%;
	text-align:center;
}

#basket-contents .item-options .item-name{ padding-left:16px; }

#basket-contents.non-editable .item-name{ width:59%; }
#basket-contents.editable .item-name	{ width:66%; }

#basket-contents td.item-name{ text-align:left; }

#basket-contents .item-price{
	width:10%;
	text-align:right;
	white-space:nowrap;
}

#basket-contents .item-total{
	width:10%;
	text-align:right;
}

#basket-contents .basket-charges .charge-description,
#basket-contents .basket-charges .formatted-charge{
	font-style:italic;
	text-align:right;
	white-space:nowrap;
}


#basket-contents #basket-totals .formatted-total,
#basket-contents #basket-totals .total-prompt{
	font-weight:bold;
	text-align:right;
}

#basket-contents .item-options td{}

.checkout .item-quantity	{ width:8% !important; }
.checkout .item-name		{ width:64% !important; }

#fields-key{ margin:16px 0; }

.checkout-button{
	margin:12px 0;
	text-align:right;
}

#payment-fields input{
	border-width:1px;
	border-style:solid;
	border-color:#333333 #bbbbbb #bbbbbb #bbbbbb;
	padding:1px 2px;
	font:normal 1em Arial, Helvetica, Verdana, sans-serif;
}

#payment-fields label{
	white-space:nowrap;
	text-align:left;
	padding:3px 5px 3px 0;
	clear:both;
	margin:2px 0 0 0;
}

#payment-fields td{
	padding:0 0 6px 0;
}

#shipping-payment .form_row{ margin:10px 0 0 0; }

#shipping-payment label{
	float:left;
	width:65px;
	white-space:nowrap;
	text-align:left;
	padding:3px 5px 3px 0;
	clear:both;
	margin:2px 0 0 0;
}

.OSEL .continue-button,
.OPAY .continue-button{
	margin:0 0 12px 0;
}

.OCST #basket-contents{ margin: 0 0 32px 0; }

.OPAY .fields-key{ margin:0 0 16px 0; }
#payment-fields .form_row{ margin:10px 0 0 0; }

#customer-fields.non-editable{ margin:0 0 32px 0; }
#basket-contents.non-editable{ margin:16px 0 32px 0; }

/*** CTGY, SRCH, PLST, OUS1, OUSM ***/

.categoy-listing,
.all-products,
.related-products,
.search-results{
	clear:both;
}

.product-item{
	width:50%;
	float:left;
}

.product-item .padding{
	padding:12px;
	margin:12px;
	height:300px;
	border:1px solid #cccccc;
	overflow:hidden;
}

.product-next-previous{
	clear:both;
	margin:12px 0;
}

.CTGY .product-details,
.PLST .product-details,
.SRCH .product-details{
	height:245px;
	overflow:hidden;
}

.product-item .product-thumbnail{
	margin:0 0 12px 0;
	text-align:center;
	min-height:136px;
	height:auto !important;
	height:136px;
}

.product-item .product-thumbnail img{
	max-width:136px;
	max-height:136px;
	height:auto !important;
	height:136px;
}

.purchase-buttons{
	text-align:center;
	margin:16px 0 0 0;
}

.purchase-buttons input.button{
	margin:0 2px;
}

.line-item td.item-buttons{
	white-space:nowrap;
}

.line-item tr.header-row td{ font-weight:bold;color:#FFFFFF;background:#02478d; }

.thumbnail-not-available{
	display:block;
	width:110px;
	height:110px;
	background:transparent url() no-repeat scroll left top;
	margin:0 auto;
}

.image-not-available{
	display:block;
	background:transparent url() no-repeat scroll left top;
}

.next-previous{ margin:12px 0 0 0; }

.next-button	{ float:right; margin-right:320px;}
.next-button .button{background:#000000;padding:5px;}
.previous-button{ float:left; margin-left:300px;}
.previous-button .button{background:#000000;padding:5px;}

.search-again{ margin:0 0 16px 0; }

.OUS1 #main-content{
	padding-left:225px;
	padding-right:225px;
}

.upsale-heading{ text-align:center; }

.OUS1 .product-thumbnail{
	margin:12px 0;
	text-align:left;
	height:116px;
	min-height:116px;
}

.OUS1 .product-description		{ margin:16px 0 0 0; }
.OUS1 .thumbnail-not-available	{ margin:16px auto; }

.OUSM #main-content{
	padding-left:160px;
	padding-right:160px;
}

.upsale-batch{
	width:100%;
	padding:2px;
}

.upsale-batch .heading td	{ font-weight:bold; }

.upsale-checkbox{ width:32px; }
.upsale-name{ width:175px; }

.OUS1 .purchase-buttons textarea{
	text-align:center;
	width:390px;
	height:100px;
}

.OUSM .continue-button{ text-align:center; }

.line-item table{ width:100%; }
.line-item table tr.heading td{ font-weight:bold; }
.line-item table td{
	padding:2px 10px 2px 2px;
	vertical-align:top;
}

.line-item .item-code{
	padding-left:2px;
	padding-right:10px;
}

.line-item .item-price{
	padding-left:2px;
	padding-right:10px;
}

.line-item .item-custom-field{padding-right:10px; }

.line-item .item-name{ width:80%; }
.line-item tr.alt_row{ background-color:#f4f4f4; }

/*** PRODUCT DISPLAY ***/

.product-details-1,
.product-details-2{
	width:50%;
	float:left;
}

.product-image{ margin:0 auto 16px auto; }

.product-image img{
	width:305px;
	max-width:280px;
}

.product-quantity-input{
	width:34px;
	margin:0 4px;
}

.related-products{
	clear:both;
	margin:32px 0 16px 0;
}

.product-attributes{
	margin:16px 0;
	text-align:left;
}

.product-attributes td{
	padding:4px 0;
}

.product-attributes td.prompt{
	vertical-align:top;
	text-align:right;
	padding-right:4px;
}

.product-attributes td.field{
	text-align:left;
}

/*** INVC ***/

.INVC .order-id,
.ORDS .order-id{
	float:left;
	font-weight:bold;
}

.INVC .order-date,
.ORDS .order-date{
	float:right;
	text-align:right;
}

.INVC .order-date span,
.ORDS .order-date span{
	font-weight:bold;
}

.INVC h3,
.ORDS h3{
	clear:both;
	margin:16px 0 24px 0;
}

/*** PATR ***/

.PATR .continue-button{
	text-align:right;
	margin:12px 0;
}

/*** SMAP ***/

.SMAP h3{

}

.SMAP .category{
	width:33%;
	text-align:left;
	float:left;
}

.SMAP .category .padding{
	padding:2px;
}

.SMAP .product{
	width:33%;
	text-align:left;
	float:left;
}

.SMAP .product .padding{ padding:2px; }

/*** ORDH, ORDS ***/

#orderhistory-list table{ border-collapse:collapse; }

#order-contents table{
	width:100%;
}

#order-contents table td,
#orderhistory-list table td{
	vertical-align:top;
}

#orderhistory-list .order-reorder		{ text-align:center; }
#orderhistory-list .order-invoice		{  }
#orderhistory-list .order-description	{ text-align:left; }
#orderhistory-list .order-date			{  }
#orderhistory-list .order-purchased		{ text-align:center; }
#orderhistory-list .order-quantity		{ text-align:center; }
#orderhistory-list .order-status		{ text-align:center; }
#orderhistory-list .order-tracking		{ text-align:left; }
#orderhistory-list .order-total			{ text-align:right; }
#orderhistory-list .order-price			{ text-align:right; }
#orderhistory-list .order-view			{
	vertical-align:middle;
	padding:0 8px;
}

#orderhistory-list tr.heading td {
	font-weight:bold;
	white-space:nowrap;
}

#order-contents table tr td.order-reorder		{ text-align:center; }
#order-contents table tr td.order-invoice		{  }
#order-contents table tr td.order-description	{ text-align:left; }
#order-contents table tr td.order-date			{ text-align:left }
#order-contents table tr td.order-purchased		{ text-align:center; }
#order-contents table tr td.order-quantity		{ text-align:center; }
#order-contents table tr td.order-status		{ text-align:left; }
#order-contents table tr td.order-tracking		{ text-align:left; }
#order-contents table tr td.order-total			{ text-align:right; }
#order-contents table tr td.order-price			{ text-align:right; }

#order-contents table tr td.charge-description,
#order-contents table tr td.charge-fee{
	font-style:italic;
	text-align:right;
}

#order-contents table tr td.charge-fee{ text-align:right; }
#order-contents table tr td.formatted-total,
#order-contents table tr td.total-prompt{
	text-align:right;
	font-weight:bold;
}

#customer-fields{
	margin:16px 0;
}

#Order_BillZip{ width:44px; }

.widest{ width:100%; }

#category-listing{padding:20px;}
.content-block ul{margin-left:30px;}
.content-block li{list-style:disc;}


div#askabout {
	clear: right;
	background-color: #D5DBE7;
	background-image: url(../../graphics/g_askaboutour.gif);
	background-position: 6px 6px;
	background-repeat: no-repeat;
	border: 1px #B2BBC4 solid;
	float: right;
	width: 276px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 20px;
	padding-bottom: 6px;
	font-style: italic;
	color: #013368;
}
div#content > div#askabout {
	margin-bottom: 15px;
}

#sidebar{border-top:solid 1px #D9D9D9;}





/* CSS Reset YUI */
html{
	color:#000;
	background:#fff;
}
/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF.
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
th {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,
img {
	border:0;
}
/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
th,
var {
	font-style:normal;
	font-weight:normal;
}
/*
	TODO Figure out where this list-style rule is best set. Hedger has a request to investigate.
*/
li {
	list-style:none;
}

caption,
th {
	text-align:left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,
q:after {
	content:'';
}
abbr,
acronym {
	border:0;
	font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,
textarea,
select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/*to enable resizing for IE*/
input,
textarea,
select {
	font-size:100%;
}
/*because legend doesn't inherit in IE */
legend {
	color:#000;
}
/* end CSS Reset YUI */
html {height:100%;}
/* body */
body {
	margin:0;
	color:#3e3e3f;
	font:11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	min-width:1002px;
	background:#fff;
	height:100%;
	position:relative;
}
a {
	text-decoration:underline;
	color:#3e3e3f;
}
a:hover {
	text-decoration:none;
	color:#3e3e3f;
}
/* wrapper */
#wrapper {
	width:1002px;
	min-height:100%;
	overflow:hidden;
	margin:0 auto;
	background:url(../../graphics/bg-wrapper.gif) repeat-y 208px 0;
}
* html #wrapper {
	height:100%;
	overflow:visible;
}
/* header */
#header {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:34px;
	overflow:hidden;
	clear:both;
	background:url(../../graphics/bg-header.gif) no-repeat 50% 169px;
	z-index:10;
}
/* header-row */
.header-row {
	width:100%;
	background:url(../../graphics/bg-header-row.gif) repeat-x;
}
.container {
	margin:0 auto;
	width:1002px;
	overflow:hidden;
	padding:24px 0 9px 1px;
}
.header-row .container {padding:0;}
.block {
	float:right;
	padding:7px 18px 12px 0;
}
.block ul {
	margin:1px 0 0;
	padding:0;
	list-style:none;
	overflow:hidden;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float:right;
}
.block li {
	float:left;
	background:url(../../graphics/bullet01.gif) no-repeat 0 6px;
	padding:0 12px;
}
.block li:first-child,
.block li.first-child {background:none}
.block a {
	color:#fff;
	text-decoration:none;
}
.block a:hover {
	text-decoration:underline;
	color:#fff;
}
.block .cart {
	background:url(../../graphics/bg-cart.gif) no-repeat 100% 55%;
	padding:1px 21px 0 0;
	margin:-1px 0 0;
	height:15px;
}
.block .phone {
	font:bold 12px/15px Verdana, Arial, Helvetica, sans-serif;
	padding:0 0 0 11px;
	float:right;
	color:#fff;
}
/* logo */
.logo {
	overflow:hidden;
	float:left;
	background:url(../../graphics/logo.gif) no-repeat;
	width:180px;
	height:86px;
	text-indent:-9999px;
}
.logo a {
	cursor:pointer;
	height:100%;
	display:block;
}
.header-holder {
	float:right;
	width:794px;
	padding:14px 0 0;
}
/* slogan */
.header-holder .right {
	overflow:hidden;
	background:url(../../graphics/slogan01.gif) no-repeat;
	width:527px;
	height:35px;
	text-indent:-9999px;
	display:block;
	margin:0 auto 37px;
}
/* nav */
.header-frame {
	position:relative;
	float:left;
	left:50%;
}
.header-box {
	position:relative;
	float:left;
	left:-50%;
}
#nav {
	margin:0;
	padding:0;
	list-style:none;
	font:14px Arial, Helvetica, sans-serif;
	overflow:hidden;
	text-transform:uppercase;
}
#nav li {
	float:left;
	background:url(../../graphics/separator01.gif) no-repeat 0 55%;
	margin:0 3px 0 -3px;
	padding:0 8px 0 14px;
}
#nav a {
	color:#0a0a0a;
	text-decoration:none;
}
#nav a:hover,
#nav li.active a {color:#0079c1;}
/* sidebar */
#sidebar {
	width:208px;
	float:left;
	overflow:hidden;
}
/* contact */
.contact {
	overflow:hidden;
	text-align:right;
	margin:24px 20px 23px 0;
}
.contact strong {font-weight:bold;}
.contact a {color:#0079c1;}
.contact a:hover {color:#0079c1;}
/* main */
#main {
	overflow:hidden;
	width:1002px;
	padding:170px 0 0;
}
#content {
	float:right;
	width:793px;
	overflow:hidden;
	/*padding:0 0 1px 1px;*/
}

/* content */
.content {
	overflow:hidden;
	padding:20px 25px 14px 0;
	height:1%;
	background:url(../../graphics/bg-border.gif) repeat-x 0 100%;
}
* html .content {padding:21px 25px 14px 0;}
.content-holder {
	height:1%;
	overflow:hidden;
	padding:5px 17px 0 28px;
	text-align:left;
}
.content-holder h1 {
	margin:0 0 6px;
	font-size:13px;
	color:#0079c1;
	font-weight:bold;
}
.content-holder h2 {
	margin:0 0 7px;
	font-size:11px;
	color:#0079c1;
	font-weight:bold;
}
.content-holder p {padding:0 0 7px;}
/* products */
.products {
	width:261px;
	background:url(../../graphics/bg-products.gif) no-repeat;
	min-height:128px;
	float:right;
	overflow:hidden;
}
* html .products {
	height:128px;
	overflow:visible;
}
.products fieldset {margin:-3px 0 0 59px;}
.products label {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	color:#737373;
	padding:0 0 3px 3px;
}
.products select {
	width:169px;
	float:left;
}
.products .submit {float:right;}
/* footer */
#footer {
	margin:1px 0 0;
	overflow:hidden;
	height:1%;
	background:url(../../graphics/bg-border.gif) repeat-x;
	padding:18px 20px 94px 20px;
}
.footer-holder {
	float:left;
	overflow:hidden;
}
/* footer nav */
.nav {
	margin:0 10px 0 0;
	padding:0;
	list-style:none;
	overflow:hidden;
	width:530px;
}
.nav li {
	float:left;
	background:url(../../graphics/separator02.gif) no-repeat 0 60%;
	margin:0 1px 0 -6px;
	padding:0 10px 0 7px;
}
.nav a {
	text-decoration:none;
	color:#0079c1;
}
.nav a:hover {
	text-decoration:underline;
	color:#0079c1;
}
/* payment */
.payment {
	float:right;
	overflow:hidden;
	margin:9px 0 0;
	padding:0;
	list-style:none;
}
.payment li {
	float:left;
	padding:0 0 0 5px;
}
.payment img {vertical-align:top;}
/* inner */
/* slogan */
.header-holder .hickey {
	overflow:hidden;
	/*background:url(../images/slogan02.gif) no-repeat;*/
	width:527px;
	height:35px;
	/*text-indent:-9999px;*/
	display:block;
	margin:0 auto 35px;
	font-weight:bold;
	font-size:26px;
	color:#000000;
	padding-top:5px;
}
/* sidebar */
#sidebar .box {
	border:1px solid #d9d9d9;
	border-width:0 0 1px 1px;
	overflow:hidden;
	height:1%;
}
/* left nav */
.menu {
	margin:0 0 -5px;
	padding:0;
	list-style:none;
	background:#ecf2f5;
	font:13px Verdana, Arial, Helvetica, sans-serif;
	line-height:normal;
	text-align:right;
}
.menu li {
	border-bottom:1px solid #d9d9d9;
	padding:6px 20px 6px 5px;
}
.menu a {
	color:#080808;
	text-decoration:none;
}
.menu a:hover,
.menu li.active {
	color:#0078c1;
	background:url(../../graphics/bullet02.gif) no-repeat 100% 7px;
	padding:0 9px 0 0;
}
.menu li.active {
	padding:6px 29px 6px 5px;
	background-position:90% 12px;
	font-weight:bold;
}
.menu li.active a:hover {
	background:none;
	padding:0;
}
.menu li.active a {color:#0078c1;}
/* contact */
.box .contact {margin:24px 20px 23px 0;}
/* buttons */
.buttons {
	overflow:hidden;
	margin:25px 18px 0 -1px;
	padding:0;
	list-style:none;
}
.buttons li {
	position:relative;
	float:left;
	width:100%;
}
.buttons img {display:block;}
/*
.buttons a {
	background:url(../../graphics/btn-go.gif) no-repeat;
	position:absolute;
	bottom:-3px;
	right:-2px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#3b73b9;
	padding:2px 7px 5px 6px;
}
*/
* html .buttons a {right:-3px;}
.buttons a:hover{
	color:#3b73b9;
	text-decoration:underline;
}
/* content inner */
.content-inner {
	overflow:hidden;
	height:100%;
	padding:0 20px 0 0;
	position: relative;
	background:url(../../graphics/bg-border.gif) repeat-x 0 100%;
}
/* visual */
.visual {
	float:left;
	padding:0 22px 0 0;
}
.visual img {vertical-align:top;}
.content-frame {
	overflow:hidden;
	padding:17px 0 10px;
	/*float:right;*/
	width:495px;
}
.content-frame h1 {
	margin:0 0 9px;
	color:#ef8200;
	font-size:20px;
	line-height:23px;
	font-weight:bold;
}
.content-frame h2,
.content-frame h3 {
	margin:0 0 15px;
	color:#0079c1;
	font-size:11px;
	line-height:14px;
	font-weight:bold;
}
.content-frame h3 {margin:0 0 12px;}
/* breadcrumbs */
.breadcrumbs {
	margin:0 0 10px;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
}
.breadcrumbs li {
	float:left;
	background: url(../../graphics/bullet04.gif) no-repeat 0 55%;
	padding:0 11px 0 8px;
	margin:0 0 0 -8px;
	text-decoration:underline;
}
.breadcrumbs li:hover {text-decoration:none;}
/* content-block */
.content-block {
	overflow:hidden;
	width:100%;
	margin:0 0 28px;
}
.items {
	margin:0 0 15px;
	padding:0 0 0 3px;
	list-style:none;
}
.items li {
	background:url(../../graphics/bullet03.gif) no-repeat 0 7px;
	padding:0 0 0 7px;
}
/* search form */
.product-search {
	overflow:hidden;
	width:100%;
	color:#0f3f6f;
}
.product-search .product-holder {margin:0 0 0 125px;}
.product-search .row {
	overflow:hidden;
	height:1%;
	margin:0 0 3px -125px;
}
.product-search label {
	float:left;
	width:120px;
	padding:2px 10px 0 0;
	text-align:right;
}
.product-search .text {
	float:left;
	padding:1px 4px 3px 4px;
	border:1px solid #cbcbcb;
	width:216px;
}
.product-search strong {
	display:block;
	font-weight:bold;
	margin:0 0 3px 6px;
}
.product-search select {width:226px;}
* html .product-search select {margin:0 0 0 -2px;}
.product-search .submit {
	width:47px;
	height:15px;
	border:0;
	cursor:pointer;
	display:block;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
	overflow:hidden;
	margin:16px 0 0 2px;
	background:url(../../graphics/btn-submit.gif) no-repeat;
}

site-container{width:1002px;}

.homecta{margin:10px 0px 0px 0px;}

#main-content-cat ul {
	padding-left:40px;
	margin-bottom:17px;
	list-style: disc;
}
#main-content-cat li {
	list-style: disc;
}

#main-content-cat .breadcrumbs{
	padding-left:0px;
	list-style:none;
}
#main-content-cat .breadcrumbs li {
	list-style:none;
	list-style-image:none;
}

#category-listing tr {
	border-bottom:dashed #333333 1px;
}
.text-center{
	text-align:center;
	margin: 0 5rem;
}
#main-content-cat .no-style li{
	list-style: none;
}
.full-width{
	width:auto;
}
