@charset "utf-8";
/* CSS Document */


/*
**********************************
Global Footer: Image Sprites
**********************************
*/

	/* Sprite image for global notext elements */
	.linkbox ul#social a,
	div#catalog,
	div#membershipBar li.payments a {
	background-image:url(/sfc3/images/noText/nd2010/sprite_global.png);
	}
	
	/* Sprite image for global ENGLISH elements */
	div#secureshoppingBar h3,
	div#secureshoppingBar li.guarantee a,
	div#secureshoppingBar li.exchange a,
	div#membershipBar li.pdp a,
	div#copyrightBar a.techlink {
	background-image:url(/sfc3/images/en/nd2010/sprite_global_btns.png);
	}
	/* Sprite image for global SPANISH elements */
	body.uses div#secureshoppingBar h3,
	body.uses div#secureshoppingBar li.guarantee a,
	body.uses div#secureshoppingBar li.exchange a,
	body.uses div#membershipBar li.pdp a,
	body.uses div#copyrightBar a.techlink {
	background-image:url(/sfc3/images/es/nd2010/sprite_global_btns.png);
	}
	
/*
**********************************
Global Footer Styles
**********************************
*/	  
	div#footer2010 {
	clear:both;
	float:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:755px;
	padding:0; margin:0; border:0;
	background-image:url(/sfc3/images/noText/nd2010/sprite_hbars.png);
	background-repeat:no-repeat;
	background-position:0 -219px;
	padding-top: 18px;
	/* center div in non-IE browsers */
    margin-left: auto;
    margin-right: auto;
    text-align: left; /* override global align-center */
	padding-bottom:30px; /* lift copyright off of page bottom */
	}
	
	div.doublebox {
	width:302px;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #f07935;
	}
	
	.doublebox h3 {
	margin:0 10px 1px 0; 
	padding:0; border:0;
	font-size:24px;
	}
	
	.doublebox p {
	margin:0 10px 4px 0; padding:0; border:0;
	font-size:11px;
	color:#666666;
	}
	.doublebox p strong {
	color:#000;
	}
	
	div.linkbox {
	width:151px;
	float:left;
	padding-bottom:10px;
	}
	
	.linkbox a:hover {
	text-decoration:underline;
	}
	
	/* SuperFooter UL heading (H3)*/
	.linkbox h3 {
    font-weight: bold;
	font-size:12px;
	margin:0 10px 1px 0; 
	padding:0; border:0;
	}
	.linkbox h3 a:link,
	.linkbox h3 a:visited {
	color: #69207f;
	text-decoration:none;
	}

	/* SuperFooter UL */
	.linkbox ul {
	margin:0 10px 0 0; padding:0; border:0;
	list-style-type: none;
	
	}
	.linkbox ul a {
	/*color: #707070;*/
	color:#444444; /* per JP, 6/16/2010.  Darken text */
	text-decoration:none;
	}
	.linkbox ul a.clearance {
	color: #ff0000;
	}
	
/* social link box */

	.linkbox ul#social {
	margin-right:0;
	}
	.linkbox ul#social li {
	padding-top:4px;
	}
	
	
	.linkbox ul#social a {
	display: block;
	height:24px;
	line-height:24px;
	padding-left:35px;
	background-repeat:no-repeat;
	text-decoration:none;
	}
	
	.linkbox ul#social a:hover {
	color:#6a187c;
	}
	
	.linkbox li.facebook a {background-position: 0 -536px;}
	.linkbox li.twitter a {background-position: 0 -570px;}
	.linkbox li.youtube a {background-position: 0 -604px;}
	
	.linkbox li.facebook a:hover {background-position: -151px -536px;}
	.linkbox li.twitter a:hover {background-position: -151px -570px;}
	.linkbox li.youtube a:hover {background-position: -151px -604px;}

/* catalog link box */

	div#catalog {
	background-color:#CCCCCC;
	background-repeat:no-repeat;
	background-position:right -654px;
	margin-bottom:0;
	padding-bottom:0;
	height:120px;
	}
	
	div#catalog ul {
	padding:0; margin:0; border:0;
	}

	div#catalog ul li {
	padding:0; margin:0; border:0;
	}
	div#catalog ul a {
	color: #0000FF;
	text-decoration:underline;
	}
	
	/*
**********************************	
	*/
	
	div#secureshoppingBar, 
	div#membershipBar,
	div#copyrightBar {
	border-top: 1px solid #a7a9ac;
	text-align: center;
		zoom: 1;
	}
	
/* worry free shopping */
	
	div#secureshoppingBar {
	text-align:center;
	}
	
	/* worry free shopping */
	div#secureshoppingBar h3 {
	 display:block;
	 outline:none;
	 width:148px;
	 height:82px;
	 text-indent:-9009px;
	 margin:0; padding:0; border:0;
	 float:left;
	 background-repeat:no-repeat;
	 background-position: 0 -310px;
	}
	
	div#secureshoppingBar ul {
	padding: 0; border:0; margin:0;
	text-align:center;
	height:82px;
	}
	
	div#secureshoppingBar li {
	padding: 0; border:0; margin:0;
	display: block;
	float: left;
	list-style-type: none;
	}
	
	/* 60 day guarantee */
	div#secureshoppingBar li.guarantee a {
	margin:0; padding:0; border:0;
	text-align:left;
	display:block;
	outline:none;
	width:115px;
	height:82px;
	text-indent:-9009px;
	background-repeat:no-repeat;
	background-position: 0 -420px;
	}
	div#secureshoppingBar li.guarantee a:hover {
	background-position: -155px -420px;
	}
	
	/* free exchanges */
	div#secureshoppingBar li.exchange a {
	margin:0; padding:0; border:0;
	text-align:left;
	display:block;
	outline:none;
	width:133px;
	height:82px;
	text-indent:-9009px;
	background-repeat:no-repeat;
	background-position: 0 -527px;
	}
	div#secureshoppingBar li.exchange a:hover {
	background-position: -155px -527px;
	}
	
	div#secureshoppingBar li.verisign {
	padding: 5px 0 0 12px;
	}
	div#secureshoppingBar li.mcafee {
	padding: 14px 0 0 22px;
	}
	div#secureshoppingBar li.trustwave {
	padding: 13px 0 0 22px;
	}
	
/* memberships and payments Bar */
	div#membershipBar {
	text-align: right;
	}
	
	div#membershipBar h3 {
	display: none;
	}
	
	div#membershipBar ul {
	padding: 0; border:0; margin:0;
	text-align:center;
	height:75px;
	float: left;
	}
	
	div#membershipBar li {
	padding:0 20px 0 0; border:0; margin:0;
	display: block;
	float: left;
	list-style-type: none;
	}
	
	div#membershipBar li.payments a {
	margin:26px 0 0 0;
	padding:0; border:0;
	text-align:left;
	display:block;
	outline:none;
	height:20px;
	text-indent:-9009px;
	background-repeat:no-repeat;
	}
	/* US credit card image */
	body.usen div#membershipBar li.payments a,
	body.uses div#membershipBar li.payments a {
	width:287px;
	background-position: 0 -406px;
	}
	body.usen div#membershipBar li.payments a:hover,
	body.uses div#membershipBar li.payments a:hover {
	background-position: 0 -436px;
	}
	
	/* Canada credit card image */
	body.caen div#membershipBar li.payments a {
	width:142px;
	background-position: 0 -466px;
	}
	body.caen div#membershipBar li.payments a:hover {
	background-position: 0 -496px;
	}
	
	div#membershipBar li.pdp {
	padding-right:0;
	}
	
	/* PDP button */
	div#membershipBar li.pdp a {
	margin:17px 0 0 0; 
	padding:0; border:0;
	text-align:left;
	display:block;
	outline:none;
	width:145px;
	height:40px;
	text-indent:-9009px;
	background-repeat:no-repeat;
	background-position: 0 -629px;
	}
	div#membershipBar li.pdp a:hover {
	background-position: -155px -629px;
	}

/* Copyright Bar */
	div#copyrightBar {
	height: 30px;
	line-height:30px;
	text-align: right;
	}
	
	div#copyrightBar a.techlink {
	text-align: left;
	 display:block;
	 width:235px;
	 height:30px;
	 background-repeat:no-repeat;
	 background-position: 0 -762px;
	 text-indent:-9009px;
	 margin:0; padding:0; border:0;
	 float:left;
	}
	div#copyrightBar a.techlink:hover {
	background-position: 0 -802px;
	}
