div#map-navbox {
	height: 400px;
}
ul#shop-banners {
	list-style: none;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-position: inside;
	text-align: center;
}
ul#shop-banners li {
	height: 50px;
	padding-bottom: 1px;
}

div#shops {
	background-color: #f0f0f0;
	margin-top: 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.shop-column {
	float: left;
	width: 300px;
	text-align: center;
}
.shop-column-inner {
	padding: 20px;
}
.shop-column-spacer {
	width: 18px;
	height: 600px;
	background-color: #ddd;
	border-left: 1px solid white;
	border-right: 1px solid #ccc;
	float: left;
}
.shop-column h4 {
	padding-top: 5px;
	padding-bottom: 5px;
}
div.box p {
	font-size: 0.8em;
	line-height: 1.4em;
}
div.box h2 {
	padding-top: 10px;
}
