
#eos_storelocator {
	position: relative;
	width: 100%;
	height: 350px;
}

#eos_storelocator H2 {
	position: absolute;
	left: 0px;
	top: 45px;
}

/**
 * Suchformular
 */
#store_search {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 568px;
}

#store_search FORM {
	position: absolute;
	left: 0px;
	top: 0px;
}

#store_search INPUT {
	border: 1px solid #999;
	width: 300px;
	padding: 3px 2px;
	font-size: 10px;
}

#store_search INPUT.submit {
	border: none;
	width: 50px;
	background-color: transparent;
	font-weight: bold;
}

.ac_results {
	border: 1px solid #999;
	border-top: 0;
	background-color: #fff;
	color: #999;
	padding: 0 2px;
}

.ac_results ul {
	margin: 7px;
}

.ac_results li {
	margin-bottom: 3px;
}

.ac_results li strong {
	color: #000;
}


#store_navigation {
	left: 0;
	top: 73px;
	width: 189px;
	height: 267px;
	overflow: auto;
}
	#store_navigation ul.store-nav-level-main {
		margin: 10px;
	}

	#store_navigation ul.store-nav-level-main li.top {
		padding-bottom: 7px;
		margin-bottom: 7px;
		border-bottom: 1px solid #999;
	}
	
	#store_navigation ul.store-nav-level-main ul {
		margin-top: 7px;
		margin-left: 13px;
	}
	
	#store_navigation a,
	#store_navigation a:hover,
	#store_navigation a:focus {
		color: #999;
		text-decoration: none;
	}
	
	#store_navigation a.section,
	#store_navigation a.current {
		color: #000;
	}
	
	#store_navigation a.current {
		padding-right: 10px;
		background-image: url('../images/storelocator/arrow.gif');
		background-position: right;
	}

#store_result {
	left: 209px;
	top: 73px;
	width: 359px;
	height: 267px;
	overflow: auto;
}

	#store_result ul.cities,
	#store_result div.branch {
		margin: 7px;
	}
	#store_result ul.cities h3 {
		margin-bottom: 0;
	}
	#store_result ul.branches li {
		margin-bottom: 1em;
	}
	

#store_maparea {
	position: absolute;
	left: 589px;
	top: 0px;
	width: 233px;
	height: 341px;
}

#map_eos_storelocator_map {
	border: 1px solid #fff;
	overflow: hidden;
}

div#logocontrol + div {
	width: 145px;
}

div#logocontrol + div span {
	display: block;
}

.store_box {
	position: absolute;
	border: 1px solid #999;
}

.mapError {
	text-align: center;
	margin-top: 100px;
}
