/* GET CONTENT STYLES */
@import url(content.css);

/* GET MINICART STYLES */
@import url(minicart.css);

/* GET FORM STYLES */
@import url(form.css);

/* GET ITEM LISTING STYLES */
@import url(item.css);

/* GET INSTALLER STYLES */
@import url(installer.css);

/* GET MODAL STYLES */
@import url(modal.css);

* {
	margin: 0;
	padding: 0;
	border: none; 
	zoom: 1;
	font-family: Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased !important;
	outline: none;
	}
	
a { cursor: pointer; }

img { display: block; }

body {
	text-align: center;
	background: #eee;
	min-width: 980px;
	}
	
#background {
	background: #fff;
	border-bottom: 3px double #ccc;
	}
	
/* HEADER */

#header-wrap {
	background: #eee;
	height: 140px;
	position: relative;
	width: 100%;
	text-align: center;
	margin: 0 0 10px;
	z-index: 200;
	background: #999;
	}

#header {
	height: 100px;
	position: relative;
	width: 960px;
	text-align: left;
	margin: 0 auto;
	z-index: 400;
	}
	
#header a.header-logo {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	}
	
/***/
	
#header p, #header h1 {
	font: normal 13px/16px Helvetica, Arial, sans-serf;
	color: #333;
	position: absolute;
	height: 40px;
	bottom: 2px;
	}
	
#header p strong, #header h1 strong {
	font: bold 13px/16px Helvetica, Arial, sans-serf;
	}
	
#header p small, #header h1 small {
	font-size: 11px;
	line-height: 18px;
	}
	
#header p.header-tagline, #header h1.header-tagline{
	text-align: left;
	left: 160px;
	}	
	
#header p.header-contact {
	text-align: right;
	right: 10px;
	}
	
/***/

#header #header-shipping {
	position: absolute;
	left: 229px;
	top: -1px;
	font: bold 11px/12px Helvetica, Arial, sans-serif;
	padding: 5px;
	z-index: 800;
	cursor: pointer;
	border: 1px solid #fff;
	}
	
#header #header-shipping strong {
	float: left;
	padding: 4px 5px 0;
	height: 16px;
	color: #fff;
	background: #666;
	text-shadow: #333 0 -1px 0;
	}
	
#header #header-shipping span {
	float: left;
	color: #333;
	padding: 4px 20px 0 3px;
	height: 16px;
	background: url(../img/arrow-down-grey.png) no-repeat right 5px;
	}
	
#header #header-shipping.on span { background-image: url(../img/arrow-up-grey.png); }
	
#header #header-shipping:hover {
	background: #fff;
	border: 1px solid #ccc;
	}

#header #header-shipping .header-shipping-details {
	position: absolute;
	left: -1px;
	top: 30px;
	width: 420px;
	height: 0;
	padding: 0 10px;
	background: #fff;
	z-index: 9999;
	cursor: default;
	border: 1px solid #ccc;
	display: none;
	overflow: hidden;
	}
	
#header #header-shipping .header-shipping-details p {
	position: static;
	top: 0;
	left: 0;
	height: auto;
	font: normal 11px/16px Helvetica, Arial, sans-serif;
	padding: 10px 0 0;
	}
	
	
/***/	

#header ul.header-nav {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 30px;
/*	border-bottom: 1px solid #ccc; */
	font: normal 11px/12px Helvetica, Arial, sans-serif;
	color: #333;
	}

#header ul.header-nav li {
	float: right;
	height: 30px;
	position: relative;
	list-style: none;
	padding: 9px 10px 0;
	height: 21px;
	}
	
/***/

#header ul.header-nav li#header-nav-greeting {
	border-right: 1px solid #ccc;
	}
	
#header ul.header-nav li#header-nav-greeting a {
	color: #333;
	text-decoration: none;
	font-size: 10px;
	}
	
#header ul.header-nav li#header-nav-greeting a:hover {
	color: #666;
	}

/***/
	
#header ul.header-nav li#header-nav-user { 
	white-space: nowrap;
	padding: 9px 5px 0;
	}

#header ul.header-nav li#header-nav-user ul,
#header ul.header-nav li#header-nav-user ul li {
	display: inline;
	padding: 0;
	height: auto;
	float: none;
	}
	
#header ul.header-nav li#header-nav-user ul li a {
	margin: 5px;
	color: #333;
	text-decoration: none;
	}
	
#header ul.header-nav li#header-nav-user ul li a:hover {
	color: #666;
	}
	
	/*IE7*/
#header ul.header-nav li#header-nav-user-ies { 
	white-space: nowrap;
	padding: 3px 5px 0;
	}

#header ul.header-nav li#header-nav-user-ies ul,
#header ul.header-nav li#header-nav-user-ies ul li {
	display: inline;
	padding: 0;
	height: auto;
	float: none;
	}
	
#header ul.header-nav li#header-nav-user-ies ul li a {
	margin: 5px;
	color: #333;
	text-decoration: none;
	}
	
#header ul.header-nav li#header-nav-user-ies ul li a:hover {
	color: #666;
	}
	
/***/

#header ul.header-nav li#header-nav-minicart {
	border-left: 1px solid #ccc;
	padding: 9px 22px 0 33px;
	margin-right: 1px;
	background: url(../img/arrow-down-grey.png) no-repeat right 10px;
	cursor: pointer; 
	}
	
#header ul.header-nav li#header-nav-minicart.on {
	background-color: #fff;
	background-image: url(../img/arrow-up-grey.png);
	margin-right: 0;
	border-right: 1px solid #ccc;
	}
	
#header ul.header-nav li#header-nav-minicart img {
	position: absolute;
	left: 11px;
	top: 9px;
	}

/*#header ul.header-nav li#header-nav-minicart:hover,*/
/*#header #header-shipping span:hover { background-image: url(/img/arrow-up-grey.png); }*/

/* NAV */	

#nav-wrap {
	height: 40px;
	background: #666 url(../img/gradient-dark.gif) repeat-x left center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 200;
	}

ul#nav {
	font: bold 13px/14px Helvetica, Arial, sans-serif;
	text-shadow: #333 0 -1px 0;
	height: 40px;
	position: relative;
	margin: 0 auto;
	width: 959px;
	border-left: 1px solid #333;
	text-align: left;
	}
	
ul#nav li {
	float: left;
	position: relative;
	list-style: none;
	border-left: 1px solid #666;
	border-right: 1px solid #333;
	}
	
ul#nav li a {
	display: block;
	padding: 13px 10px 0;
	height: 27px;
	color: #fff;
	text-decoration: none;
	}
	
ul#nav li.hovering { background: #666; }

ul#nav ul.nav-subnav { 
	background: #fff;
	text-shadow: none;
	}	
	
ul#nav li.hovering ul a {
	color: #333;
}
	
/***/
	
ul#nav li ul.nav-subnav {
	position: absolute;
	left: -9999em;
	top: 40px;
	width: 180px;
	z-index: 1000;
	padding: 10px 0 10px 10px;
	border: 1px solid #ccc;
	border-top: none;
	}

ul#nav li ul.nav-subnav li {
	float: none;
	border: none;
	background: none;
	clear: none;
	height: auto;
	color: #fff;
	position: static;
	font: bold 12px/14px Helvetica, Arial, sans-serif;
	}
	
ul#nav li ul.nav-subnav li .nav-subsubnav ul li.hovering { background: none; }	
	
ul#nav li ul.nav-subnav li a {
	padding: 5px;
	height: auto;
}

ul#nav li ul.nav-subnav li span.nav-subsubnav .nav-subsubnav-back {
    top: 0;
    position: absolute;
    background: #fff !important;
    border: 1px solid #ccc !important;
    padding: 10px 0;
	}

ul#nav li ul.nav-subnav li .nav-subsubnav {
	position: absolute;
	/*background: #fff;*/
	left: -9999em;
	width: 362px;
	top: 0;
	/*border: 1px solid #ccc;*/
	border-top: none;
	padding: 10px 0;
	text-shadow: none;
	/*min-height: 150px;*/
	}

ul#nav li ul.nav-subnav li .nav-subsubnav ul {
	padding: 0 0 5px 15px;
	width: 180px;
	float: left;
}

ul#nav li ul.nav-subnav li .nav-subsubnav ul.nav-resources {
	padding: 0 15px 5px;
	width: 125px;
	float: right;
	border-left: 1px solid #eee;
}

ul#nav li ul.nav-subnav li .nav-subsubnav li {
	padding: 5px 0 0;
	display: list-item;
	list-style: none;
	font: normal 12px/14px Helvetica, Arial, sans-serif;
	color: #333;
}

ul#nav li ul.nav-subnav li .nav-subsubnav li.nav-resources-title { font-weight: bold; }

ul#nav li ul.nav-subnav li.hovering .nav-subsubnav ul a {
	display: inline;
	padding: 0;
	color: #333;
	background: none;
	text-shadow: none;
}

/* hovers */

ul#nav li ul.nav-subnav li.hovering a {
	background: #666;
	text-shadow: #333 0 -1px 0;
	color: #fff; 
	border-right: 10px solid #fff;
	}

ul#nav li ul.nav-subnav li.parent.hovering a {
	background-image: url(../img/arrow-right-white.png);
	background-repeat: no-repeat;
	background-position: 157px 7px;
}

ul#nav li.hovering ul.nav-subnav { left: -1px; }
ul#nav li ul.nav-subnav li.hovering .nav-subsubnav { left: 190px; }	
ul#nav li ul.nav-subnav li.hovering ul a:hover { 
	color: #666 !important; 
	text-decoration: underline;
	}

/***/
	
ul#nav li.nav-outlet {
	background: #e03923 url(../img/gradient-red.gif) repeat-x left center;
	text-shadow: #c22410 0 -1px 0;
	border-left: 1px solid #e03923;
	border-right: 1px solid #c22410;
	}

ul#nav li.nav-outlet:hover,
ul#nav li.nav-outlet ul.nav-subnav { background: #e03923; }	
	/*
ul#nav li.nav-outlet ul.nav-subnav li h4 { border-bottom: 1px dotted #c22410; }
	*/
	
/***/

ul#nav li.nav-search,
ul#nav li.nav-search:hover {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 218px;
	height: 28px;
	border: 1px solid #666;
	background: #fff;
	overflow: hidden;
	}

ul#nav li.nav-search label {
	position: absolute;
	left: -9999em;
	}	
	
ul#nav li.nav-search input.nav-search-text {
	text-shadow: #eee 0 1px 0;
	color: #333;
	font: bold 13px/14px Helvetica, Arial, sans-serif;
	padding: 7px 10px;
	width: 198px;
	position: absolute;
	border: none;
	}
	
ul#nav li.nav-search input.nav-search-submit {
	position: absolute;
	right: 0;
	top: 0;
	width: 28px !important;
	height: 28px !important;
	padding: 0 !important;
	background: url(../img/search-grey.gif) no-repeat center center;
	cursor: pointer;
	text-indent: -9999em;
	display: block;
	border: none;
	}
	
/* FOOTER */

ul#footer {
	text-align: left;
	position: relative;
	margin: 0 auto;
	width: 950px;
	padding: 5px 0 0 10px;
	font: normal 11px/12px Helvetica, Arial, sans-serif;
	color: #333;
	}
	
ul#footer li {
	float: left;
	width: 160px;
	padding: 5px 0 0;
	overflow: hidden;
	list-style: none;
	}

ul#footer li h4 {
	font: bold 14px/14px Helvetica, Arial, sans-serif;
	margin: 4px 10px 8px;
	}
	
ul#footer li a {
	color: #333;
	text-decoration: none;
	}
	
ul#footer li a:hover {
	color: #666;
	text-decoration: none;
	}
	
ul#footer li ul {
	margin: 0 10px;
	}
	
ul#footer li ul li {
	width: auto;
	float: none;
	padding: 0;
	margin: 0 0 3px;
	}
	
/***/

ul#footer li.footer-social li a.footer-social {
	padding: 0 0 0 0 !important;
    position:absolute;
	}

ul#footer li.footer-social li a.footer-social-right {
    float:left;
    }

ul#footer li.footer-social li a {
	font-weight: bold;
	padding: 6px 0 0 30px;
	height: 21px;
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	}
	
ul#footer li.footer-social li div {
	font-weight: bold;
	padding: 6px 0 0 30px;
	height: 21px;
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	}

ul#footer li.footer-social li.footer-social-fb a { background-image: url(../img/social-fb.png); }
ul#footer li.footer-social li.footer-social-tw a { background-image: url(../img/social-tw.png); }
ul#footer li.footer-social li.footer-social-yt a { background-image: url(../img/social-yt.png); }
ul#footer li.footer-social li.footer-social-gp a { background-image: url(../img/google-plus.png); }

/***/

ul#footer li.footer-email { width: 300px; }
	
ul#footer li.footer-email p {
	padding: 0 10px 10px;
	font: normal 12px/16px Helvetica, Arial, sans-serif;
	color: #666;
}

ul#footer li.footer-email dl {
	position: relative;
	height: 32px;
	border: 1px solid #ccc;
	margin: 0 10px;
	background: #fff;
	width: 280px;
	overflow: hidden;
}

ul#footer li.footer-email dt { 
	position: absolute;
	left: -9999em;
}

ul#footer li.footer-email dd input.footer-email-text {
	border: none;
	width: 90%;
	color: #333;
	padding: 0;
	left: 10px;
	top: 8px;
	position: absolute;
	font: bold 13px/14px Helvetica, Arial, sans-serif;
}

ul#footer li.footer-email dd input.footer-email-submit {
	position: absolute;
	right: 1px;
	top: 1px;
	}


/***/

ul#footer li.footer-payment {
	clear: both;
	float: none;
	padding: 10px 0 0;
	height: 50px;
	width: 500px;
	}
	
ul#footer li.footer-payment li {
	float: left;
	padding: 0 10px 0 0;
	margin: 0;
	}
	
ul#footer li.footer-payment li img { border: 1px solid #ccc; }

ul#footer li.footer-payment li.footer-payment-noborder img { border: none; }

ul#footer li.footer-payment li.footer-payment-pp { width: 130px; }

/***/
	
ul#footer li.footer-logos {	
	position: absolute;
	right: -20px;
	bottom: 0px;
	width: 500px;
	}
	
ul#footer li.footer-logos li {
	float: right;
	position: relative;
	margin: 0;
	padding: 0;
	}
	
ul#footer li.footer-logos li#verisign {
	bottom: 6px;
	}

ul#footer li.footer-logos li.footer-logos-vs { width: 120px; height: 50px; }

ul#footer li.footer-logos li.footer-logos-vs img { position: absolute; top: -10px; }

/***/

#meta {
	border-top: 1px solid #ccc;
	text-align: center;
	clear: both;
	padding: 20px 0 10px;
	font: normal 10px/14px Helvetica, Arial, sans-serif;
	white-space: nowrap;
	}
	
#meta p {
	width: 960px;
	margin: 0 auto 20px;
	color: #666;
	}

#meta p a {
	color: #666;
	text-decoration: none;
	}
	
#meta p a:hover,
#meta p.meta-links a:hover {
	color: #333;
	}
	
#meta p.meta-links { color: #999; }
#meta p.meta-links a {
	color: #999;
	margin: 0 3px;
	}
	
/* GENERAL */

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

.nav-subsubnav-transparent {
	clear: both !important;
	float: none !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
	list-style: none !important;
    /*opacity: 0;*/
    /*border: 1px solid #ccc !important;*/
	}

.red { color: #e23821 !important; }
.green { color: #390 !important; }
	
.align-left { float: left !important; }
.align-right { float: right !important; }

img.align-left,
img.align-right { margin: 0 10px 10px; }

.print-only { display: none; }