.googleMap
{
	width: 500px; 
	height: 500px; 
	border-style: solid; 
	border-width: 1px;
	border-color: #3b5998;
}
	
.googleMap A
{	
	text-decoration:underline;
}

.mapInfoWindow
{
	width: 380px;
}

.mapInfoWindowStoreInfo
{
/*
	float:left;
*/
	width:49%;
	font-size: 11px;

	border-style: solid;
	border-width: 0px;
	border-right-width: 2px;
	border-color: gray;
}

.mapInfoWindowStoreServices
{
	font-size: 11px;
}

.alternateColor
{
	background-color: #cae4ce;
}

.show
{
	position: absolute;
	display: block;
	top: 3px;

	border-style: solid;
	border-width: 1px;
	padding: 4px;
	background-color: white;
}

.hide
{
	position: absolute;
	display: none;
	top: 3px;
}

/*
	the div that popups to display info when mouse rolls over dom element
*/
.popUpHours
{
	width: 150px;
}

.popUpPhone
{
	width: 150px;
}

/*
	highlight background color for current day's hours of operation
*/
.currentDayHop
{
	background-color: #cae4ce;
	font-weight: bold;
}

.bottomBorder
{
/*
	border-style: solid;
	border-color: gray;
	border-width: 0px;
	border-bottom: 1px;
*/
	border-bottom: 1px solid gray;
}

.servicePopupAvailable
{
/*
	background:#e8b36d url(../../images/map/phone.gif) top no-repeat;
*/
	color: #e17c00;
}