ul#stores_list {
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 180px;
	float: left;
}
ul#stores_list li {
	margin: 0px 0px 12px 0px;
}
ul#stores_list li span {
	display: block;
	line-height: 1.5em;
}
ul#stores_list li div.links * {
	display: inline;
	color: inherit;
    text-decoration: underline;
	font-style: normal;
	font-weight: normal;
	cursor: pointer;
}
ul#stores_list li span.web {
	text-decoration: none !important;
}
ul#stores_list li span.name {
	text-transform: uppercase;
	font-weight: bold;
}
div#map {
	width: 500px;
	height: 500px;
	float: right;
}
div#search_results {
	margin-top: 24px;
}
.error {
	border: 1px solid #a00027;
	color: #a00027;
	background:  7px 7px no-repeat url(/images/cancel.png) #ffb1b1;
	padding: 8px 8px 8px 30px;
	margin-bottom: 5px;
}

#body_content_standalone {
	margin-top: -34px;
}
#body_content_wrapper {
	background: url('/images/stores_bg.png');
}
#body_content_left {
	width: 285px;
	margin-left: 16px;
	margin-right: 30px;
}
#body_content_middle {
	margin-left: 30px;
	width: 278px;
	margin-right: 16px;
}
#body_content_middle h1 {
	margin-top: 16px;
}
#body_content_middle ul li {
	list-style: none;
}
.titles {
	margin-left: 170px;
	margin-top: 0px;
	position: relative;
	height: 46px;
}
.titles #main_title, .titles #right_title {
	position: absolute;
	top:-30px;
}
.titles #main_title {
	left: 16px;
}
.titles #right_title {
	left: 360px;
}