/* Toggle Footer Elements ---------------------------------------------- */

#footerToggleContainer {
	width: 100%; z-index: 200;
	position: fixed; bottom: 0; left: 0;
	margin: 0 auto;
	}

.footerHoliday {
	background: #fff url(/v/vspfiles/images/toggle/ajax_footer_content_bg.gif) repeat-x 0 25px;
	}
	
	.footerHoliday h4 {
		width: 100%; height: 25px;
		margin: -7px 0 0 0; padding: 7px 0 0 0;
		border-bottom: 1px solid #fff;
		background: url(/v/vspfiles/images/toggle/holiday_footer_title_bg.png) repeat-x bottom;
		}
	
	.footerHoliday h4 a {
		display: block;
		width: 314px; height: 25px;
		margin: 0 auto; padding: 0; 
		background: #b3d802 url(/v/vspfiles/images/toggle/holiday_shipping_footer_title.gif) no-repeat bottom;
		}
	
	/* Container for Toggle Content Area */
	#footerToggleContent {
		margin: 0 auto; padding: 10px; 
		width: 900px; height: 200px;
		}
		
		/* Style for details below shipping table */
		.footerHoliday .toggleFooterDetails, .footerHoliday .toggleFooterDetails2 { margin-top: 3px; float: left; }
			.footerHoliday .toggleFooterDetails2 { margin-left: 175px; }
		
		
/* Holiday Style Elements ---------------------------------------------- */	
	
	.footerBtnContainer { float: right; width: 182px; margin: 0px; }
		.footerGiftGuideBtn, .footerGiftCardBtn { margin-bottom: 10px; } /* Footer Toggle Graphics */
	
	.holidayShipDateBtn { margin: 0 0 5px 15px; } /* Header Graphic */

	
	
/* Holiday Schedule Elements */

		#holidayInfoContainer h2 { text-indent: -9999px; width: 680px; height: 150px; background-position: 0 0; }
		
	#holidayInfoContainer h3 { font-size: 18px; margin: 15px 0; }
	
	#holidayInfoContainer ul { margin: 30px 0 0 0; padding: 0; list-style-type: none; }
	
		#holidayInfoContainer li { width: 205px; height: 79px; margin-right: 30px; float: left; overflow: hidden;}
			#holidayInfoContainer li.holidayGiftGuideBan { background-position: 0 -150px; }
			#holidayInfoContainer li.holidayReturnsBan { background-position: -205px -150px; }
			#holidayInfoContainer li.holidayGiftCardBan { margin-right: 0; background-position: -410px -150px; }
		
		#holidayInfoContainer li a { float: left; width: 205px; height: 79px; padding-top: 79px;   }

/* Holiday Table Elements */
table.holidayShipSchedule, table.holidayShipSchedule2 {
	width: 710px; float: left;
	margin: 0; padding: 3px;
	border: 1px solid #ccc;
	background-color: #fff;
	}
	
table.holidayShipSchedule2 { float: none; width: 680px; border: none; padding: 0; }

table.holidayShipSchedule th, table.holidayShipSchedule td, table.holidayShipSchedule2 th, table.holidayShipSchedule2 td {
	text-align: left; color: #454545;
	padding: 4px 0 4px 8px;
	border-bottom: 2px solid #fff;
	background: #d6efff url(/v/vspfiles/images/holiday09/table_th_blue.gif) repeat-x bottom;
	}
	
table.holidayShipSchedule td, table.holidayShipSchedule2 td {
	font-weight: bold;
	border-bottom: 1px dashed #ccc;
	background: none;
	}

	table.holidayShipSchedule td span, table.holidayShipSchedule2 td span {
		font-size: 10px;
		font-weight: normal;
		display: block;
		}
	
	table.holidayShipSchedule td.bottom, table.holidayShipSchedule2 td.bottom { border-bottom: none; }
	table.holidayShipSchedule td.holidayName, table.holidayShipSchedule2 td.holidayName { background-color: #e9f6fe; }

