@import url("content.css");
@import url("item.css");
@import url("form.css");

/* GLOBAL */

* {
	margin: 0;
	padding: 0;
	border: none;
	zoom: 1.0;
	-webkit-font-smoothing: antialiased !important;
}

a, span, div { outline: none; }

a { color: #416e9b; text-decoration: none; }
a:hover { color: #0080ff; }

img { display: inline-block; }

.red { color: #c00 !important; }
.green { color: #690 !important; }

.clear {
	clear: both !important;
	height: 1px !important;
	overflow: hidden !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	display: block !important;
	border: none !important;
	background: none !important;
	list-style: none !important;
	min-height: 0 !important;
}

.divider {
	border-bottom: 1px solid #ddd !important;
	clear: both !important;
	float: none !important;
	width: auto !important;
	height: 5px !important;
	margin: 0 10px 15px !important;
	text-indent: -9999em !important;
	overflow: hidden !important;
}

.or-divider{
	padding: 0 0 0 45%;
}

dl .divider { margin: 0 0 10px !important; }

.print-only {
	position: absolute;
	left: -9999em;
}

body {
	background: #e1f2f8;
	font-family: Helvetica, Arial, sans-serif;
	color: #525252;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
}

/* layout, level 1 */

#top {
	position: relative;
	z-index: 5;
	width: 940px;
	padding: 8px 20px 0;
	height: 22px;
	font-size: 12px;
	line-height: 14px;
	text-shadow: 0 1px 0 #fff;
	text-align: right;
	margin: 0 auto;
}

#top small {
	font-size: 11px;
	line-height: 14px;
}

#top p.top-left { float: left; }
#top p.top-right { float: right; }

#middle {
	position: relative;
	z-index: 3;
	background: #fff;
	width: 980px;
	margin: 0 auto;
	text-align: left;
	
	box-shadow: 0 0 20px #a0beca;
	-moz-box-shadow: 0 0 20px #a0beca;
	-webkit-box-shadow: 0 0 20px #a0beca;
	
	behavior: url(/js/PIE.htc);
}

#bottom {
	position: relative;
	z-index: 1;
	width: 820px;
	padding: 20px 20px 30px 140px;
	margin: 0 auto;
	text-align: left;
	font-size: 11px;
	line-height: 14px;
}

#bottom img {
	position: absolute;
	left: 20px;
	top: 20px;
}

#top p,
#bottom p { margin: 0; }

#bottom a.bottom-vs {
	position: absolute;
	right: 10px;
	top: 10px;
}

#bottom a.bottom-vs img {
	position: static;
}

/* layout, level 2 */

#header {
	position: relative;
	width: 980px;
	height: 150px;
	z-index: 100;
}

#header .header-logo {
	position: absolute;
	left: 10px;
	top: 15px;
}

#header ul.header-tools {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	width: 410px;
	height: 90px;
	z-index: 100;
}

ul.header-tools li {
	float: left;
	width: 80px;
	height: 90px;
	list-style: none;
	margin: 0;
}

ul.header-tools li .header-tools-label {
	display: block;
	position: relative;
	height: 35px;
	width: 80px;
	padding: 55px 0 0;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	background-image: url(../images/header-tools.gif);
}

/* ul.header-tools li:hover .header-tools-label, */
ul.header-tools li.active .header-tools-label { z-index: 50; }

ul.header-tools li .header-tools-label .arrow {
	background: url(../images/header-tools-point.png) no-repeat left top;
	width: 40px;
	height: 20px;
	position: absolute;
	left: -9999em;
	bottom: 7px;
	text-indent: -9999em;
}

ul.header-tools li.active .header-tools-label { color: #0080ff; }

/* ul.header-tools li:hover .header-tools-label .arrow, */
ul.header-tools li.active .header-tools-label .arrow { left: 20px; }

ul.header-tools li.header-tools-account .header-tools-label { background-position: left top; }
ul.header-tools li.header-tools-contact .header-tools-label { background-position: -80px top; }
ul.header-tools li.header-tools-lists .header-tools-label { background-position: -160px top; }
ul.header-tools li.header-tools-quick .header-tools-label { background-position: -240px top; }
ul.header-tools li.header-tools-cart .header-tools-label { background-position: right top; }

ul.header-tools li.header-tools-account:hover .header-tools-label { background-position: left bottom; }
ul.header-tools li.header-tools-contact:hover .header-tools-label { background-position: -80px bottom; }
ul.header-tools li.header-tools-lists:hover .header-tools-label { background-position: -160px bottom; }
ul.header-tools li.header-tools-quick:hover .header-tools-label { background-position: -240px bottom; }
ul.header-tools li.header-tools-cart:hover .header-tools-label { background-position: right bottom; }

ul.header-tools li.header-tools-cart .header-tools-cart-qty {
	font-size: 14px;
	text-align: center;
	position: absolute;
	top: 21px;
	width: 75px;
	left: 0;
	letter-spacing: -1px;
}

ul.header-tools li .header-tools-content { 
	position: absolute;
	left: -9999em;
	top: 82px;
	width: 360px;
	height: auto;
	padding: 19px 19px 9px;
	background: #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #ddd;
	text-shadow: 0 1px 0 #fff;
	
	box-shadow: 0 0 10px #ccc;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.25);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.25);
	
	behavior: url(/js/PIE.htc);
}

/* ul.header-tools li:hover .header-tools-content, */
.touch ul.header-tools li:hover .header-tools-content,
ul.header-tools li.active .header-tools-content { left: 0; }
	
.header-tools-content h3 {
	font-weight: bold;
	color: #690;
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 10px;
}

.header-tools-content p,
.header-tools-content ul {
	margin: 0 0 10px;
}

.header-tools-content ul { border-top: 1px solid #ddd; }

.header-tools-content ul li {
	float: none;
	width: auto;
	height: auto;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	position: relative;
}

.header-tools-content ul li a {
	display: block;
	padding: 6px;
}
.header-tools-content ul li a:hover { background: #eee; }

/* tools - contact */

.header-tools-content dl.header-tools-contact-list {}

.header-tools-content dl.header-tools-contact-list dt {
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #999;
	height: 25px;
	padding-top: 3px;
	clear: both;
	width: 15%;
}

.header-tools-content dl.header-tools-contact-list dd {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	height: 30px;
	width: 80%;
}

/* tools - lists */

.header-tools-content ul.shopping-list li .shopping-list-title {
	display: block;
	padding: 0 0 4px;
}

.header-tools-content ul.shopping-list li a .shopping-list-count { 
	color: #666;
	position: absolute;
	right: 6px;
	bottom: 6px;
	font-size: 11px;
}
.header-tools-content ul.shopping-list li a .shopping-list-date {
	color: #666;
	font-size: 11px;
}

/* tools - quick order */

.header-tools-content ul.header-tools-quick li { height: 39px; }

.header-tools-content ul.header-tools-quick li label {
	position: absolute;
	top: 11px;
}

label.header-tools-quick-sku { left: 0; }
label.header-tools-quick-qty { left: 240px; }
	
.header-tools-content ul.header-tools-quick li input {
	position: absolute;
	top: 4px;
}

input.header-tools-quick-sku { left: 45px; }
input.header-tools-quick-qty { left: 270px; text-align: center; }

/* tools - cart */

.header-tools-cart .form-submit h3 {
	position: absolute;
	left: 0;
	top: 0;
}

dl.header-tools-cart-totals {
	border-bottom: 1px solid #ddd;
	margin: 0 0 10px;
	text-align: right;
}

dl.header-tools-cart-totals dt {
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #999;
	height: 25px;
	padding-top: 5px;
	width: 66%;
	clear: both;
}

dl.header-tools-cart-totals dd {
	float: left;
	width: 33%;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	height: 30px;
}

dl.header-tools-cart-totals dt.header-tools-cart-message {
	height: auto;
	padding: 5px 0 10px;
	text-align: center;
	width: auto;
	float: none;
}

	
/* navigation */	
	
ul.header-nav {
	position: absolute;
	bottom: 0;
	left: 10px;
	margin: 0;
	width: 960px;
	height: 50px;
	background: #9c3 url(../images/header-nav-new.png) no-repeat left top;
}

ul.header-nav li {
	list-style: none;
	float: left;
	height: 50px;
	margin: 0;
	border-right: 1px solid #9c3;
}

ul.header-nav li.header-nav-resources { border-color: #527a00; }

ul.header-nav li a.header-nav-label {
	display: block;
	border-right: 1px solid #7aa329;
	font-size: 15px;
	line-height: 22px;
	padding: 10px 15px 0;
	height: 50px;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	text-shadow: 0 -1px 0 #7aa329;
	box-sizing: border-box;
	position: relative;
}

ul.header-nav li.header-nav-shop a.header-nav-label { width: 160px; }
ul.header-nav li.header-nav-resources a.header-nav-label { width: 240px; }

ul.header-nav li a.header-nav-label .header-nav-label-main {
	display: block;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
}

ul.header-nav li a.header-nav-label .arrow {
	background: url(../images/header-nav-arrow.png) no-repeat left top;
	width: 11px;
	height: 7px;	
	position: absolute;
	top: 22px;
	right: 15px;
	text-decoration: none !important;
}
/*
.ie7 ul.header-nav li a.header-nav-label .arrow { top: -8px; left: 5px; }
.wk ul.header-nav li a.header-nav-label .arrow { top: -4px; }
*/
ul.header-nav li.header-nav-home a.header-nav-label:hover {
	background: #7aa329;
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

/* ul.header-nav li.header-nav-drop:hover a.header-nav-label, */
ul.header-nav li.header-nav-drop.active a.header-nav-label {
	background: #eee;
	text-shadow: 0 1px 0 #fff;
	color: #333;
	position: relative;
	top: -2px;
	margin-left: -1px;
	margin-right: 1px;
	border: 1px solid #ddd;
	border-bottom: none;
	z-index: 100;
	height: 50px;
	
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

/* ul.header-nav li.header-nav-drop:hover a.header-nav-label .arrow, */
ul.header-nav li.header-nav-drop.active a.header-nav-label .arrow { background-position: right top; }
	
ul.header-nav li .header-nav-content {
	position: absolute;
	left: -9999em;
	top: 47px;
	border: 1px solid #ddd;
	background: #eee;
	width: 952px;
	padding: 4px;
	box-shadow: 0 0 10px rgba(0,0,0,.25);
	z-index: 80;
	
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.nojs ul.header-nav li:hover .header-nav-content,
.touch ul.header-nav li:hover .header-nav-content,
ul.header-nav li.active .header-nav-content { left: -1px; }

ul.header-nav li .header-nav-inner {
	background: #fff;
	border: 1px solid #ccc;
	overflow: hidden;
	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

ul.header-nav li.header-nav-shop ul.header-subnav { height: 470px; }
ul.header-nav li.header-nav-resources ul.header-subnav { height: 500px; }

ul.header-subnav {
	width: 234px;
	border-right: 1px solid #ccc;
	position: relative;
	margin: 0;
}

ul.header-subnav li {
	border-right: none;
	border-bottom: 1px solid #ddd;
	height: auto;
	width: 234px;
}

ul.header-subnav li a.header-subnav-label {
	display: block;
	width: 204px;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #333;
	padding: 12px 15px;
	z-index: 100;
	position: relative;
}

.nojs ul.header-subnav li:hover a.header-subnav-label,
.touch ul.header-subnav li:hover a.header-subnav-label,
ul.header-subnav li.active a.header-subnav-label {
	background: url(../images/header-subnav.gif) no-repeat left top;
	padding-right: 25px;
	color: #fff;
	text-shadow: 0 -1px 0 #007aa3;
}

ul.header-subnav li .header-subnav-content {
	position: absolute;
	left: -9999em;
	top: 0;
	height: 460px;
	width: 380px;
	padding: 10px 325px 0 10px;
}

.nojs ul.header-subnav li:hover .header-subnav-content,
.touch ul.header-subnav li:hover .header-subnav-content,
ul.header-subnav li.active .header-subnav-content { left: 235px; }

ul.header-subnav li .header-subnav-content .header-subnav-features {
	position: absolute;
	top: 0;
	right: 0;
	width: 295px;
	height: 500px;
	padding: 10px 10px 0;
	border-left: 1px solid #eee;
}

ul.header-subnav li .header-subnav-content p { line-height: 20px; }

ul.header-subnav li .header-subnav-content ul li {
	border: none;
	width: auto;
	float: none;
	margin: 0 0 5px;
}

ul.header-subnav li .header-subnav-content ul li a { font-weight: bold; }

ul.header-subnav li .header-subnav-content ul.header-subnav-cats {
	float: left;
	width: 165px;
}

ul.header-subnav li .header-subnav-content ul.header-subnav-cats li { margin: 0 0 10px; }

ul.header-subnav li .header-subnav-content .header-subnav-all {
	text-align: center;
	clear: both;
}

/*
ul.header-subnav li .header-subnav-content a.button {
	position: absolute;
	left: 20px;
	bottom: 20px;
}
*/

ul.header-subnav li .header-subnav-content ul.header-subnav-popular {}

ul.header-subnav li .header-subnav-content ul.header-subnav-popular li {
	margin: 0;
	padding: 0 0 10px;
	min-height: 60px;
}

ul.header-subnav li .header-subnav-content ul.header-subnav-popular li a {
	position: relative;
	padding: 0 0 0 70px;
	min-height: 60px;
	display: block;
}

ul.header-subnav li .header-subnav-content ul.header-subnav-popular li a h4 { margin: 0 0 5px; }

.header-nav-resources ul.header-subnav li .header-subnav-content ul.header-subnav-popular li a h4 { margin-right: 24px; }

ul.header-subnav li .header-subnav-content ul.header-subnav-popular li a img {
	position: absolute;
	left: 0;
	top: 0;
}

ul.header-subnav li .header-subnav-content ul.header-subnav-popular li a img.header-subnav-popular-icon { 
	left: auto;
	right: 0;
	top: -5px;
}

ul.header-subnav li .header-subnav-content ul.header-subnav-popular li a p {
	line-height: 14px;
	font-size: 11px;
	margin: 0;
	font-weight: normal;
	color: #333;
}

ul.header-nav li.header-nav-search {
	position: absolute;
	right: 5px;
	top: 5px;
	border: none;
}

a.header-nav-label:hover,
a.header-subnav-label:hover { text-decoration: underline; }

/* footer */

ul#footer {
	border-top: 1px solid #cad9df;
	background: #e1f2f8;
	clear: both;
	padding: 20px 0 8px 10px;
	text-shadow: 0 1px 0 #fff;
	margin: 0;
}

ul#footer li {
	float: left;
	list-style: none;
	padding: 0 10px;
	width: 180px;
	margin: 0;
}

ul#footer li h4 {
	font-weight: bold;
	color: #416e9b;
	margin: 0 0 6px;
	font-size: 14px;
	line-height: 18px;
}

ul#footer li p,
ul#footer li ul {
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 12px;
}

ul#footer ul li { 
	padding: 0;
	width: auto;
	float: none;
}

ul#footer ul li a { color: #333; }
ul#footer ul li a:hover { color: #0080ff; }

ul#footer li.footer-email { 
	width: 300px;
	padding-right: 90px;
}

ul#footer li.footer-social {
	width: 140px;
}

ul#footer li.footer-social li {
	height: 30px;
	font-weight: bold;
}

ul#footer li.footer-social li a {
	padding: 4px 0 0 30px;
	position: relative;
	height: 20px;
	display: block;
}

ul#footer li.footer-social li a img {
	position: absolute;
	left: 0;
	top: 0;
}
	
/* search & email forms */	
	
.global-form {
	height: 40px;
	width: 300px;
	display: block;
	border: 1px solid #ddd;
	margin: 0 0 12px;
	position: relative;
	box-sizing: border-box;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
	background: #fff;
	background: -moz-linear-gradient(top, #dddddd 0%, #ffffff 50%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(50%,#ffffff)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff',GradientType=0 ); /* ie */
}

.global-form label {
	position: absolute;
	left: 12px;
	top: 10px;
	font-size: 14px;
	width: 200px;
	height: 38px;
	z-index: 5;
	cursor: text;
	color: #666;
}

.global-form input[type=text],
.global-form input[type=email] {
	position: absolute;
	left: 0;
	top: 0;
	padding: 11px;
	width: 260px;
	font-size: 14px;
	background: none;
	border: none;
	outline: none;
	box-sizing: border-box;
	
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.ff .global-form input[type=text],
.ff .global-form input[type=email] {
	background: #f9f9f9;
	width: 240px;
	height: 38px;
}

.global-form input[type=submit] {
	background: url(../images/ui-form.gif) no-repeat;
	width: 36px;
	height: 36px;
	padding: 0 !important;
	position: absolute;
	right: 1px;
	top: 1px;
	text-indent: -9999em;
	text-shadow: none;
	font-size: 1px;
	letter-spacing: -10px;
	outline: none;
}

ul.header-nav li.header-nav-search .global-form { border-color: #527a00; width: 550px; }
ul.header-nav li.header-nav-search .global-form label { background-position: left top; }
ul.header-nav li.header-nav-search .global-form input[type=text] { width: 510px; }
ul.header-nav li.header-nav-search .global-form input[type=submit] { background-position: left top; }
ul.header-nav li.header-nav-search .global-form input[type=submit]:hover { background-position: left bottom; }

ul#footer li.footer-email .global-form { border-color: #cad9df; }
ul#footer li.footer-email .global-form label { background-position: left bottom; }
ul#footer li.footer-email .global-form input[type=submit] { background-position: right top; }
ul#footer li.footer-email .global-form input[type=submit]:hover { background-position: right bottom; }


/* new autocomplete */

.search-flyout {
	background: #fff;
	border: 1px solid #ddd;
	position: absolute;
	left: -1px;
	top: 38px;
	box-sizing: border-box;
	width: 550px;
	z-index: 50;
	overflow: hidden;
	
	box-shadow: 0 0 10px #ccc;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.25);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.25);
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	display: none;
}

.search-flyout-bg {
	border-left: 1px solid #ddd;
	background: #eee;
	width: 33.4%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.search-flyout h3 {
	color: #333;
	padding: 0 0 5px;
	margin: 0;
}

.search-flyout ul {
	margin: 0;
	padding: 0;
	position: relative;
}

.search-flyout ul li {
	float: left;
	width: 33.3%;
	padding: 10px;
	margin: 0;
	box-sizing: border-box;
	border: none;
	height: auto;
}

.search-flyout ul ul { padding: 0 0 5px; }

.search-flyout ul li li {
	float: none;
	width: auto;
	display: block;
	padding: 0 0 5px;
}

.search-flyout-cats li a { font-weight: bold; }

.search-flyout ul li li a:hover { text-decoration: underline; }

/*
.search-flyout a.button {
	display: block;
	width: auto;
	text-align: center;
	box-sizing: border-box;
	width: 162px;
}
*/

/* autocomplete */

ul.ui-autocomplete {
	background: #fff;
	border: 1px solid #ddd;
	position: absolute;
	left: -1px;
	top: 38px;
	box-sizing: border-box;
	width: 550px !important;
	z-index: 50;
	overflow: hidden;
	
	box-shadow: 0 0 10px #ccc;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.25);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.25);
	
	behavior: url(/js/PIE.htc);
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

ul.ui-autocomplete li {
	margin: 0;
	list-style: none;
}

ul.ui-autocomplete li a {
	display: block;
	padding: 3px;
	color: #333;
}

ul.ui-autocomplete li a:hover {
	background: #eee;
	color: #999;
	text-shadow: 0 1px 0 #fff;
}

ul.ui-autocomplete h3 {
	color: #333;
	padding: 0 0 5px;
	margin: 0;
}
ul.menu-product {
    margin: 0;
}
ul.menu-content {
    margin: 0;
}
ul.menu-suggest {
    margin: 0;
}

/* loading */

#loading {
      position: fixed;
      left: 0;
      right: 0;
      z-index: 1000;
      text-align: center;
      height:     100%;
      top:0;
      display:none;

}

#loading .message {
       color: #fff;
       text-align: center;
       font-size: 24px;
       font-weight: bold;
       background: rgba(0,0,0,.8);
       text-shadow: 0 -1px 0 #000;
       width: 100%;
       padding: 100px 0;
       margin: 0 auto;
      height:     100%; 
}

/* modals */

.simplemodal-overlay { background: #000; }

.simplemodal-container { 
	background: #fff;
	
	box-shadow: 0 0 10px #ccc;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.25);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.25);
	
	behavior: url(/js/PIE.htc);
}

a.simplemodal-close {
	width: 30px;
	height: 30px;
	position: absolute;
	top: -13px;
	right: -13px;
	z-index: 1000;
	background: url(../images/icon-close.png) no-repeat left top;
	cursor: pointer;
}

a.simplemodal-close:hover { background-position: left bottom; }

.simplemodal-wrap {
	background: #fff;
	position: relative;
	z-index: 1;
}
