.map_border { 
	width:659px;
	height:469px;
	border:1px solid #bfb8a1;
	background-color:#e0dacc;
}
	.map_wrapper {
		height:456px;
		margin:6px;
	}		
		.map_key { margin-top:.5em; text-align:center; }
		.map_key span { cursor:help; }
		#map_key_title {
			position:absolute;
			top:0;
			left:0;
			display:none;
			background:#fff;
			border:1px solid #888;
			width:200px;
			z-index:10;
			font-family:Arial, Helvetica, sans-serif;
			font-size:8pt;
			padding:.4em .6em;
		}
			#map_key_title_shadow {
				position:absolute;
				top:0;
				left:0;
				display:none;
				background:#ccc;
				border:1px solid #ccc;
				width:200px;
				z-index:5;
				font-family:Arial, Helvetica, sans-serif;
				font-size:8pt;
				padding:.4em .6em;
			}
		#mouse_over_for_desc {
			width:100%;
			float:left;
			text-align:center;
			font-size:8pt;
			margin-top:-.75em;
		}


.store_name {
	font-weight:bold; margin-bottom:.5em;
}
	.type_store { color:#a7627d; }
	.type_corner { color:#669999; }
	.type_wholesaler { color:#7f7f7f; }

#search_by_zip {
	width:204px;
	float:left;
	margin-right:1.3em;
}

#store_list td { padding-top:15px; }



.map_container {
	width:400px;
	height:250px;
	border:4px double #ccc;
	float:right;
	margin-bottom:1em;
}


.store_name_store {
	color:#a7627d;	
}
.store_name_corner {
	color:#669999;
}
.store_name_wholesaler {
	color:#999999;
}


.map_key {
	width:458px;
	float:right;
	font-size:10pt;
	margin-bottom:1em;
	text-align:center;
}




/* ---------------------------------------------------------------- State Popup -------------------------------- */
#state_popup {
	position:absolute;
	top:0;
	left:0;
	border:1px solid #666;
	background-color:#fef3e1;
	display:none;
	z-index:10;
	width:100px;
}
	#state_popup p {
		font-size:8pt;
		font-family:Arial, Helvetica, sans-serif;
		margin:.2em .4em;
	}
#state_popup_shadow {
	position:absolute;
	font-size:8pt;
	top:0;
	left:0;
	background-color:#888;
	display:none;
	z-index:5;
	height:3.2em;
	width:102px;
}
