#divPanel01 {
	background-color: #F3F3F3;
	background-image: url(../stores/imageFiles/panel-01-frame-bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 310px;
	height: 406px;
	float: left;
}

#divPanel01 img.storePhoto {
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
}
#divPanel01 p.storeName {
	font-size: 1.1em;
	font-weight: bold;
	color: #FD0000;
	margin-top: 10px;
	margin-bottom: .5em;
}
#divPanel01 p.storeInformation {
	font-size: 1em;
	color: #333333;
	font-family: "Courier New", Courier, mono;
	line-height: 1em;
}
#divPanel01 p.storeHours {
	font-size: .9em;
	font-weight: bold;
	color: #404040;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.1em;
	margin-top: 1em;
}
p.storeName a, p.storeName a:link, p.storeName a:visited, p.storeName a:focus, p.storeName a:active {
	color: #000000;
	text-decoration: underline;
}
p.storeName a:hover {
	color: #FD0000;
	text-decoration: none;
}

#divPanel02 {
	background-color: #E6E6E6;
	background-image: url(../stores/imageFiles/panel-02-frame-bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 310px;
	height: 406px;
	margin-left: 320px;
}

div.map {
	height: 406px;
	width: 310px;
	margin-left: 5px;
	position: absolute;
	visibility: hidden;
	z-index: auto;
	left: 50%;
	top: 160px;
}

#divPanel02 p {
	font-size: 3em;
	font-weight: bold;
	color: #CCCCCC;
	line-height: 1.1em;
	margin-top: 100px;
	margin-right: 30px;
	margin-left: 30px;
}

