/** Store List Lookup **/
.store {
	clear: both;
	margin: 10px 0 0 0;
	cursor: pointer;
	border: solid 1px #696969;
	background: #F5F5F5;
}

.store .address, .store .city, .store .name {
	padding: 0px 4px 0px 4px;
}
.store .name {
	background-color: #004400;
	color: #FFF;
}
