.information-tabs {
	margin-top: 20px; /* ? */
}

.information-tabs .headers {
	margin: 0;
	padding: 0;
	/*overflow: hidden;*/
	background: #007ec5; /* Old browsers */
	background: -moz-linear-gradient(top,  #007ec5 0%, #0050a2 30%, #004b9c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007ec5), color-stop(30%,#0050a2), color-stop(100%,#004b9c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #007ec5 0%,#0050a2 30%,#004b9c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #007ec5 0%,#0050a2 30%,#004b9c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #007ec5 0%,#0050a2 30%,#004b9c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #007ec5 0%,#0050a2 30%,#004b9c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007ec5', endColorstr='#004b9c',GradientType=0 ); /* IE6-9 */
	border-bottom: solid 1px #95adc2;
}

.information-tabs .headers:after {
	content: ' ';
	display: block;
	font-size: 0;
	width: 0;
	height: 0;
	clear: both;
}

span.more {
    position: relative;
}
.fade {
    position: absolute;
    left: 0;
    top: -65px;
    background: transparent url(/img/white_fade.png) top left repeat-x;
    height: 65px;
    width: 100%;
}

.information-tabs .headers li {
	float: left;
	margin: 0;
	padding: 15px;
	color: white;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	border-left: solid 1px #4086b8;
	position: relative;
}

.information-tabs .headers li.active {
	background: #f4b62f; /* Old browsers */
	background: -moz-linear-gradient(top,  #f4b62f 0%, #e6711d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4b62f), color-stop(100%,#e6711d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f4b62f 0%,#e6711d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f4b62f 0%,#e6711d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f4b62f 0%,#e6711d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f4b62f 0%,#e6711d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4b62f', endColorstr='#e6711d',GradientType=0 ); /* IE6-9 */
	border-left: solid 1px #ebebeb;
}

.information-tabs .headers li a {
	color: white;
	text-decoration: none;
}

.information-tabs #tab_offers {
	clear: both;
}

#tab_location h3, #tab_videos h3 {
	font-size: 14px;
	color: #0066b3;
}

#tab_offers p + h3 , #tab_overview p+p, #tab_overview .run-time {
	margin-top: 25px;
}

#tab_location h3 {
	margin-bottom: 10px;
}

#tab_location a {
	margin-top: 25px;
	color: #5c5d5f;
	display: inline-block;
}

#tab_location .map_container {
	overflow: hidden;
}

#tab_location .map_container .map_left {
	float: left;
}