/* ============================================================== */
/* LOCATION STYLES
/* 2009 Michael B. Mitchell
/* Copyright Economy Furniture, 2009 - All Rights Reserved
/* ============================================================== */

/* Main Page Pod */
#POD_Location {
	border: 1px solid rgb( 120, 120, 120 );
	border-left: 0;
	border-right: 0;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 3px;
	padding-bottom: 5px;
}

/* Brands pod title */
#POD_Location h3 {
	font-size: 15px;
	color: #ffffff;
	background-color: rgb( 50, 50, 50 );
	border: 1px solid rgb( 240, 240, 240 );
	letter-spacing: 2px;
	margin-top: 0;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* Outer div for interactive map */
#GMapDiv {
	border: 0;
	text-align: center;
}

/* Map itself */
#GMap {
	border: 1px solid #000000;
	padding: 5px;
}


