@import url(map_germany.css);
@import url(map_austria.css);
@import url(map_switzerland.css);





#state {
	position: absolute;
	top: 40px; left: 589px;
	width: 385px; height: 545px;
	overflow: hidden;
}


ul#stores {
	display: block;
	position: absolute;
	top: 0px; left: 0px;
	width: 346px; height: 456px;
	z-index: 10;
}

ul.flags li {
	display: block;
	position: absolute;
	height: 26px;
	padding: 3px 3px 0;
	background-image: url(/images/home/flagstaff.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	overflow: hidden;
}

ul.flags li.left {
	background-position: left bottom;
}

ul.flags li.right {
	background-position: right bottom;
}

ul.flags li span {
	position: relative;
	z-index: 3;
	display: block;
	width: 25px; height: 30px;
	float: left;
	background: url(/images/maps/fire.png) right top no-repeat;
	text-indent: -19999px;
	margin: 0 0 0 -8px;
}

ul.flags li.right span {
	margin: 0 -8px 0 0;
}

ul.flags li a {
	display: block;
	float: left;
	background: white;
	font-family: "Courier New", Courier, monospace, serif;
	font-size: 1.1em;
	padding: 0 5px;
	margin: 0;
	color: black;
	text-decoration: none;
	cursor: pointer;
}

ul.flags li.fired a {
	background: #FF8800;
}

ul.flags li a.over, 
ul.flags li a:hover {
	font-weight: bold;
}
