html, body {
	background: none;
}
body {
	overflow: visible;
	*overflow: hidden;
}

#header {
	display: none;
}

	#locator {
		position: static;
		height: auto;
	}
	
	#locator-left {
		display: block;
		width: 600px;
		margin: 0px;
		float: none;
		display: none;
		position: static;
	}

	#locator-map {
		display: none;
	}

	#top-gradient {
		display: none;
	}
	
	#right-gradient2 {
		display: none;
	}
	
	#right-gradient, #right-wrapper.active #right-gradient2 {
		display: none;
	}
	#right-wrapper.active #right-gradient2 {
		display: none;
	}
	
	#right-wrapper 
	{
	  width: 100% !important;
	}
	
	#locator-right {
		height: auto;
		float: none;
		width: 100%;
		margin: 0px;
	}
	
	#right-wrapper.active {
		position: static;
		width: 100%;
		height: 100%;
		background: none;
		padding: 0;
	}
	
	#events {
		display: none;
		width: 100%;
		height: auto;
	}
	
	#events iframe 
	{
	  width: 100%;
	  height: 800px;
	}
	
	#locator-right .tabs {
		display: none;
	}
	
	#locator-right .panel {
		background: #FFF;
		padding: 0px 0 0 0;
		position: static;
		width: 100%;
	}
	
	#locator-right .panel .panel-main {
		position: static;	
		width: 100%;
		overflow: visible;
		
	}
	
	.pagination, #pagination 
	{
	  display: none !important;
	}
	
	#directions-wrapper 
	{
	  display: block;
	  width: 600px;
	}
	
	#footer-locator, #directions-icons, #directions-wrapper a.change-location-link,
	#directions-wrapper a#back-to-results-link	{
		display: none;
	}
	
	#directions-wrapper a.gray-button,
	#results-wrapper a.gray-button
	{
	  display: none;
	}
	
	#directions-wrapper h3 
	{
	  font-size: 15px;
	}
	
	#directions-wrapper p.shop-address
	{
	  font-size: 13px;
	}
	
	#directions-wrapper span.trip-info 
	{
	  font-size: 14px;
	}
	
	#directions-wrapper ol li {
		margin-bottom: 15px;
		font-size: 13px;
	}
	
	#directions-wrapper ol li span {
		width: 450px;
		margin-right: 10px;
	}
	
	#map-print {
		display: block;
	}
