div.simple_instructions {
	padding: 10px;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
	border: 1px solid #beaf9a;
	font-size: 12px;
	margin-bottom: 10px;
}

div.simple_instructions #instruction_ignore {
	float: right;
}

div.simple_instructions p {
	margin: 0;
	padding: 0;
	padding-bottom: 4px;
}

td.sub_group_title {
	margin: 0;
	padding: 0;
}

td.sub_group_title h3 {
	margin: 0;
	padding: 0;
	font-size: 1.4em;
	font-weight: 700;
	border-bottom: 1px solid #000;
	padding-bottom: 4px;
	margin-bottom: 4px;
}

div.location_notice {
	background: #e9e9e9;
	padding: 10px;
	margin-bottom: 5px;
	color: #000;
}

div.location_notice div.site_info {
	font-weight: 700;

}

div.location_notice div.site_info address {
	font-style: normal;
	font-weight: 700;
	margin-bottom: 2px;
}

div.switch_info {

}
div.switch_info a {
	color: #247735;
	font-weight: 700;

}

/* PRIMARY BUTTON UI */
div.nav_block {
	text-align: center;


}

a.big_button {
	display: block;
	width: 207px;
	text-align: center;
	height: 20px;
	padding: 12px 0px 12px 0px;
	font-size: 18px;
	color: white;
	background: #fff;

}


a.big_button:active {
	background: #000;

}


div#footer_nav {
	height: 64px;
	text-align: left;
}

div#footer_nav div.col-1 {
	width: 616px;
	float: left;
	padding-right: 10px;
	min-height: 64px;
}

div#footer_nav div.col-1:first-child {
	margin: 0px;
	padding: 0px;
}

div#footer_nav div.col-2 {
	width: 253px;
	padding-left: 10px;
	float: left;
	min-height: 64px;
}

div#footer_nav div.col-2:first-child {
	margin: 0px;
	padding: 0px;
}

div#footer_nav a.checkout {
	width: 295px;
	height: 53px;	
	display: block;
	cursor: pointer;
	margin-top: 8px;
	margin-left: -5px;
	border: 1px solid #000;
}

div#footer_nav ul {
	margin: 8px 0px 0px 0px;
	padding: 0px;
	list-style: none;

}

div#footer_nav ul li {
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	height: 47px;
	float: left;
	margin-right: 10px;
}

div#footer_nav li.button_small {
	background: #fff;
	width: 47px;
}

div#footer_nav li.button_small a {
	display: block;
	width: 47px;
	height: 47px;

}

div#footer_nav li.button_medium {
	background: #fff;
	width: 96px;
}

div#footer_nav li.button_medium {
	display: block;
	width: 96px;
	height: 47px;
}

div#footer_nav ul li:active {
	background-position: bottom;

}


div#footer_nav li a img {
	padding: 12px;
}

.off {
	opacity: 0.6;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";	
	cursor: default;
}

html body div#footer_nav ul li.off a {
	cursor: default;

}


div#footer_nav a#checkout_button {
	display: block;
	width: 280px;
	height: 52px;
	positioN: relative;
	top: -4px;
	left: 0;
	background: #fff;
}

div#footer_nav a#checkout_button:active {
	background-position: bottom;

}
