﻿/*Location Css*/
div.location {
	width:550px;
	margin:50px;
	float:left;
}
div.location h2.acc_trigger {
	background:#036ab3;
	border:1px solid #004a95;
	margin:0 0 1px;
	padding:5px;
	font-size:1em;
}
div.location h2.acc_trigger:hover {
	background:#007eff;
	cursor:pointer;
}
div.location h2.active {
	background-color:#006cff;
	border:1px solid #004a95;
}
div.location h2.acc_trigger a {
	font-size:0.9em;
	color:#fff;
	padding-left:0;
	text-indent:5px;
}
div.location div.acc_container {
	margin:1px 0;
	padding:0;
	clear:none;
}

/*More hotel list*/
div.location ul {
	font:normal 0.8em/2em Arial;
}
div.location ul li {
	text-indent:20px;
}

/*Map Location*/
#maplocation {
	float:left;
	margin:50px 0;
}
#maplocation h2 {
	font:bold 1em/1.5em Arial;
	text-align:center;
}