#map {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px;
	margin: 0px;
	border: 5px solid #ccc;
	width: 800px;
	height: 500px;
	
}
#guideDescription {
	position: absolute;
	top: 0;
	left: 830px;
	padding: 10px;
	margin: 0;
	background: #666;
	border: 5px solid #ccc;
	width: 200px;
	height: 500px;
	border-left: none;
}
#guideOverview {
	position: relative;
	width: 200px;
	height: 550px;
	margin: 0;
	padding: 0;
}

#countryflag {position: relative;
	top: 8px;
}
#guideOverview h2 {
	margin-top: 0px;
}
#guideOverview h2,#guideOverview  h3{
	color: white;
	width: auto;
}
#countryName {
	color: #ddd;
}
#guideName {
	font-size: 1.3em;
}

#guideStatistics {
	margin: 0;
	padding: 0;
	list-style: none;
	color: white;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 0.9em;
}
#guideStatistics li {
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}
	li.guideNumPOI {
		background: transparent url('/img/poi.png') left center no-repeat;
	}
		li.guideNumRestaurant {
			background: transparent url('/img/poiRestaurant.png') left center no-repeat;
		}
li.guideNumPub {
	background: transparent url('/img/poiPub.png') left center no-repeat;
}
li.guideNumShop {
	background: transparent url('/img/poiShop.png') left center no-repeat;
}
li.guideNumStreet {
	background: transparent url('/img/poiStreet.png') left center no-repeat;
}

#nearby, #noGuide, #guideNote {	
	color: #ddd;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 0.9em;
}	

#noGuide {
	font-family:  "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold",Helvetica,Arial,Sans-Serif;
	font-size: 1.25em;
	width: 540px;
	color: #fff;
	margin-bottom: 0;
	display: block;
}
