/* locate a store page */
html {
	
}

.col-left p { width: 90%; }

/* store display */
.store-address {
	background: url(../images/pages/locate-store/bg-store.png) no-repeat top left;
	position: relative;
	height: 300px;
	margin-bottom: 15px;
}

.store-address h4 {
	padding: 5px 10px;
}

.store-address img {
	position: absolute;
	left: 1px;
	bottom: 1px;
}

.store-address .address {
	position: absolute;
	right: 60px;
	top: 35px;
	width: 170px;
	font-size: .9em;
}