#travelerMain {
	float: left;
	width: 74%;
	padding: 2.5% 3% 2.5% 2%;
	background: #fff url('../images/bg/travelerMainBg.png') repeat-y top right;
	border-bottom: 0;	
}

#travelerRail {
	float: right;
	width: 20%;
	padding: 1% 0.5%;
}

#travelerFooter {
	float: left;
	background: #e5e5e5 url("../images/bg/travelerFooterBg.png") repeat-x top right;
	width: 74.9%;
	padding: 1.5% 2%;
	text-align: left;
}

#travelerHeader #rightLogo {
	display: block;
}

#travelerNav {
	padding: 12px 0 0 18px;
	list-style-type: none;
	float: left;
}

	#travelerNav li {
		float: left;
		font-size: 11px;
		font-weight: bold;
		background-color: #69001d;
		margin: 0 3px 0 0;
	}
	
	#travelerNav a {
		display: block;
		color: #fff;
		text-decoration: none;
		padding: 7px 23px;
	}
	
	#travelerNav a:hover {
		background: #7e0b2b;
	}
	
	#travelerNav a.current {
		background: #fff;
		color: #000;
	}
	
select.travelerLanguage {
	display: block;
	float: right;
	margin: 11px 7px 0 0;
	padding: 0;
}
	
#travelerMain .tabs {
	list-style-type: none;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	padding-left: 10px;
}

	#travelerMain .tabs li {
		float: left;
		width: auto;
		margin: 0 5px 0 0;
	}
	
	#travelerMain .tabs a {
		display: block;
		font-size: 13px;
		color: #666;
		text-decoration: none;
		padding: 7px 23px;
		border: 1px solid #ccc;
		background-color: #eee;
		position: relative;
		top: 1px;
	}

	#travelerMain .tabs a:hover {
		background: #666;
		color: #fff;
	}
	
	#travelerMain .tabs a.current {
		font-weight: normal;
		background: #fff;
		color: #000;
		border-bottom: 1px solid #fff;
	}
	
#travelerMain table a {
	display: inline;
	margin-right: 10px;
	margin-bottom: 0;
}
	

#travelerMain .tabsTable {
	margin-left: 10px;
}