@import url('content.css');
@import url('login.css');
@import url('home.css');
@import url('category.css');
@import url('product.css');
@import url('checkout.css');

/* layout */

body {
	background: #fff !important;
	font: 12px/18px Helvetica, Arial, sans-serif;
	color: #333;
	text-align: center;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 960px;
	position: relative;
}

/* header + minicart */

#header {
	position: relative;
	height: 100px;
	z-index: 50;
}

#header a.header-logo {
	position: absolute;
	left: 0;
	bottom: 10px;
	background: url(/static/img/site/logo-header.png) no-repeat left top;
	width: 330px;
	height: 45px;
	text-indent: -9999em;
}

ul.header-tools li a,
ul.header-account li a { color: #333; }

ul.header-tools li a:hover,
ul.header-account li a:hover { color: #999; }

ul.header-tools {
	position: absolute;
	left: 10px;
	top: 8px;
	margin: 0;
}

ul.header-tools li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0 15px 0 0;
}

ul.header-account {
	position: absolute;
	right: 10px;
	top: 8px;
	margin: 0;
	z-index: 20;
}

ul.header-account li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0 0 0 15px;
}

ul.header-account li a.header-cart-link { 
	padding-left: 40px;
	position: relative;
	white-space: nowrap !important;
}

.header-cart-icon {
	background: url(/static/img/site/header/icon-bag.png) no-repeat left top;
	width: 40px;
	height: 35px;
	position: absolute;
	left: 0;
	top: -8px;
	text-indent: -9999em;
}

#minicart-flyout {
	position: absolute;
	font-weight: normal;
	top: 28px;
	right: 9999em;
	background: #fff;
	padding: 0;
	width: 450px;
	z-index: 999;
	border: 2px solid #f9b71e;
}

.active #minicart-flyout { right: -11px; }

.header-minicart { margin: 0; }

.header-minicart-item {}
.header-minicart-qty {
	width: 50px;
	text-align: center;
	right: 90px;
}
.header-minicart-subtotal { right: 10px; }

ul.item-minicart { margin: 0; }

ul.item-minicart li.item-item {
	border-bottom: 1px solid #ccc;
	display: block;
	min-height: 70px;
	position: relative;
	padding: 10px 150px 10px 125px !important;
}

ul.item-minicart img.item-thumb {
	position: absolute;
	left: 5px;
	top: 10px;
}

ul.item-minicart .item-title {
	display: block;
	padding: 0 0 2px;
}

ul.item-minicart ul.item-meta {
	font-size: 11px;
	line-height: 14px;
}

ul.item-minicart ul.item-meta li { padding: 0; }

ul.item-minicart a.item-edit {
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: #666;
	text-decoration: underline;
}

ul.item-minicart a.item-edit:hover { color: #999; }

ul.item-minicart .item-price {
	display: block;
	font-size: 16px;
	line-height: 18px;
	padding: 5px 0 0;
}

ul.item-minicart .item-price-meta {
	height: 20px;
	white-space: nowrap;
	display: block;
}
ul.item-minicart .item-price-meta-was { float: left; }
ul.item-minicart .item-price-meta-save { float: right; }
	
ul.item-minicart .item-qty {
	font-size: 16px;
	line-height: 18px;
	position: absolute;
	text-align: center;
	width: 50px;
	top: 10px;
	right: 90px;
}
	

ul.item-minicart .item-total {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	position: absolute;
	right: 10px;
	top: 10px;
}

ul.item-minicart .item-total-meta {
	font-size: 11px;
	line-height: 14px;
	position: absolute;
	right: 10px;
	top: 30px;
	width: 120px;
	text-align: right;
}
/*
dl.minicart-totals {
	text-align: right;
	padding: 0 0 10px;
}
dl.minicart-totals dt {
	float: left;
	width: 380px;
}
dl.minicart-totals dd {
	float: left;
	width: 60px;
	font-weight: bold;
}
*/

ul.minicart-actions {
	font-weight: bold;
	text-align: right;
	font-size: 13px;
	padding: 10px;
	margin: 0;
	position: relative;
}

ul.minicart-actions li {
	display: inline;
	list-style: none;
	margin: 0;
}

ul.minicart-actions li.minicart-total {
	position: absolute;
	font-size: 13px;
	left: 10px;
	margin: 0;
	padding: 0;
	top: 18px;
}

ul.minicart-actions li.minicart-total .minicart-savings {
	padding-left: 5px;
	color: #d31044;
	font-size: 12px;
}

.minicart-empty {
	padding: 25px 0;
	text-align: center;
}

.minicart-empty p { margin: 0; }

/* header search + footer email */

.global-form {
	height: 32px;
	background: url(/static/img/site/gradient-gray.png) repeat-x left top;
	border: 1px solid #ccc;
	position: relative;
}

.global-form input.global-form-input {
	font: 14px/16px Helvetica, Arial, sans-serif;
	background: none;
	border: none;
	position: absolute;
	left: 10px;
	top: 8px;
	right: 30px;
	outline: none;
	padding: 0;
}

.global-form input.global-form-submit {
	width: 26px;
	height: 26px;
	position: absolute;
	right: 3px;
	top: 3px;
	background-color: #666;
	background-image: url(/static/img/site/icon-forms.gif) !important;
	font-size: 1px;
	letter-spacing: -5px;
	text-indent: -9999em;
	padding: 0;
	margin: 0;
	cursor: pointer;
	border: none;
}

#header .global-form {
	width: 298px;
	position: absolute;
	right: 10px;
	bottom: 15px;
}

#footer .global-form { margin: 0 0 10px; }

#header .global-form input.global-form-submit { background-position: left top; }
#header .global-form input.global-form-submit:hover { background-position: left bottom; }
#footer .global-form input.global-form-submit { background-position: right top; }
#footer .global-form input.global-form-submit:hover { background-position: right bottom; }

/* navigation */

ul#navigation { 
	margin: 0 0 8px;
	height: 48px;
	position: relative;
	z-index: 10;
	background: #f9b71e url(/static/img/site/header/gradient-orange.gif) repeat-x left bottom;
	border: 1px solid #e98820;
}

ul#navigation li {
	float: left;
	height: 48px;
	list-style: none;
	margin: 0;
	border-right: 1px solid #e98820;
	position: relative;
}

ul#navigation li.nav-right { position: static; }

ul#navigation li a.topCatLinks {
	display: block;
	font-size: 15px;
	font-weight: bold;
	position: relative;
	text-transform: none;
	text-decoration: none;
	height: 33px;
	padding: 15px 13px 0;
	width: auto;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,.2);
}
ul#navigation li.currentCat a.topCatLinks { background: #f9b71e; }
/* ul#navigation li a.topCatLinks:hover { text-decoration: underline; } */

ul#navigation li .subNavContainer {
	position: absolute;
	left: -9999em;
	top: 47px;
	background: #fff;
	width: 300px;
	padding: 10px 15px 5px;
	border: 2px solid #f9b71e;
}

ul#navigation li.active { z-index: 1000; }

ul#navigation li.active a.topCatLinks {
	background: #fff !important;
	top: -2px;
	margin: 0 -2px;
	color: #333;
	border: 2px solid #f9b71e;
	border-bottom: none;
	text-shadow: none;
	z-index: 10;
	height: 34px;
}

ul#navigation li.active .subNavContainer { left: -2px; }
ul#navigation li.nav-right.active .subNavContainer { left: auto; right: -2px; }


ul#navigation li ul { 
	font-size: 12px;
	margin: 0;
	text-shadow: none;
}
ul#navigation li li {
	float: none;
	height: auto;
	border: none;
	margin: 0 0 5px;
}

ul#navigation li li.sbFirst {
	font-weight: bold;
	color: #666;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}

ul#navigation li li a {
	color: #333;
	text-decoration: none;
}
ul#navigation li li a:hover {
	color: #e98820;
	font-weight: normal;
	text-decoration: none;
	background: none;
}

ul#navigation li li.sbFirst a { text-decoration: underline; }
ul#navigation li li.sbFirst a:hover { font-weight: bold; }

ul#navigation li.nav-kids .subNavContainer { 
	width: 545px;
	padding-left: 0;
	padding-right: 0;
}

ul#navigation li.nav-kids .subNavContainer ul {
	float: left;
	width: 250px;
	padding-left: 15px;
}

/* footer */

ul#footer {
	clear: both;
	border-top: 2px solid #666;
	padding: 20px 0;
	margin: 0;
}

ul#footer li {
	float: left;
	width: 220px;
	padding: 0 10px;
	list-style: none;
	margin: 0;
}

ul#footer h4 { 
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 5px;
}

ul#footer ul,
ul#footer p { margin: 0 0 10px; }

ul#footer a { color: #333; }
ul#footer a:hover { color: #999; }

ul#footer li li {
	padding: 0;
	width: auto;
	float: none;
}

ul#footer li.footer-shop ul {
	float: left;
	width: 109px;
}

ul#footer li.footer-connect { padding-right: 0; }
	
ul#footer li ul.footer-connect-social li {
	float: left;
	margin: 0 5px 0 0;
}

ul#footer li.footer-copy {
	clear: both;
	width: auto;
	text-align: center;
	float: none;
	padding: 20px 0 0;
	font-size: 11px;
	color: #999;
}

/* 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(../img/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;
}

#modal.js {
	background: #fff;
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	text-align: left;
	font-size: 12px;
	line-height: 16px;
}