body {

}
.container {
	width: 100%;
}
.container-inner {
	width: 1270px;
	display: block;
	margin: 0 auto;
	position: relative;
}
.header {
	background: #D7B752;
	width: 1254px;
	padding: 8px;
	height: 60px;
}
.header div {
	display: inline-block;
}
.header > .back > a{
	color: #FFF;
}
.header > .header-text {
	font-size: 24px; 
	color: #FFFFFF;
	margin-left: 18px;
}
.map {
	width: 1000px; 
	height: 650px;
}

.my-css-styled-labels {
	top:20px;
	left:20px;
	color: #ffffff;
}

.z9 .my-css-styled-labels{
    font-size: 26px;
}	
.z10 .my-css-styled-labels{
    font-size: 24px;
}
.z11 .my-css-styled-labels{
    font-size: 22px;
}
.z12 .my-css-styled-labels{
    font-size: 20px;
}
.z13 .my-css-styled-labels{
    font-size: 18px;
}
.z14 .my-css-styled-labels{
    font-size: 18px;
}




.box {
	position:absolute; 
	overflow-y:auto; 
	top:-2px; 
	left:1010px; 
	width:250px;
	height: 650px; 
	/*border:1px #c0c0c0 solid;*/
}

.boxItem {
	border:1px #000 dashed; 
	padding-top:8px; 
	margin:4px;
	width:240px;
	min-height:30px; 
	cursor: pointer;
}

.boxItem:hover {
	background-color: #c0c0c0;
}

.itemImage {
	position:absolute; 
	margin-left:0px; 
	margin-right:2px;
}

.itemText {
	font-size:12px;
	position:relative; 
	left:4px;
}



.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    height:100px;
    overflow:scroll;
    overflow-y:auto;
    word-wrap: normal;
    width:400px;
    max-width:45%;
}
.info h4 {
    margin: 0 0 5px;
    color: #2b4eb6;
    font: 14px Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.poi-image {
	max-height: 120px; 
	border: 1px solid #e5e5e5; 
	border-radius: 8px; 
	padding: 8px;
	margin: 0 8px 8px 8px;
}