/* --------- Map Side Bar --------- */

#map {
	 width: 560px;
	 height: 280px;
	 margin: 0 0 2em 0;
	 border:#000 solid 1px;
	}

#side-bar a:hover {
	text-decoration: underline;
	}
#side-bar p {
	font-size: 1em;
	margin: .4em 0 .4em 0;
	padding-left: 10px;
	background: url(../accommodation/noosa-springs/images/bullet-blue.gif) 0 .55em no-repeat;
	}
#side-bar, #side-bar-title {
	line-height: 1.5em;
	}
img.map {
	height: 72px;
	width: 85px;
	float: left;
	margin: 0 12px 8px 0;
	border: solid #070800 1px;
	}
div.summary {
	width: 350px;
	font-size: .9em;
	}
div.summary-text {
	width:250px;
	float:right;
	}
#gMapContainer.expandedMap {
	text-align:left;
	background-color: #fff;
	position:absolute;
	padding:7px 10px 57px 10px;
	border:1px solid #aaa;
	}
#gMapContainer.expandedMap #map {
	width:100%;
	z-index:3;
	}
a.expand {
	display:block;
	margin: 0 0 5px 10px;
	padding: 2px 6px 3px 6px;
	border: 1px solid #008DC4;
	margin-bottom: 4px;
	color:#008DC4;
	cursor:pointer;
	}
a:hover.expand {
	text-decoration: none;
	}
#gMapExpander {
	float: right;
	text-align:right;
	}

