﻿#googleMaps
{
	top: 350px;
	left: 225px;
	position: absolute;
	width: 350px;
	height: 450px;
	border: solid 2px #606060;
}

#googleMaps div.googlemapOverlay
{
	font-size: 12px;
	font-family: Tahoma;
	color: #1D1D1D;
}

#googleInformation 
{
	min-height: 470px;
	margin-left: 370px;
}

#googleInformation div.directionsInput
{
	margin-top: 25px;
}

#googleInformation div.directionsInput input.txt
{
	width: 100%;
	font-size: 10px;
	font-family: Tahoma;
}

#googleInformation div.directionsInput span.chk
{
	font-size: 9px;
	font-weight: bold;
}

#googleInformation div.directionsInput .label
{
	display: block;
	margin-top: 10px;
	font-size: 9px;
	font-weight: bold;
}

#googleDirections 
{
	margin-top: 20px;
	height: 200px;
	overflow: auto;
	border: solid 1px #3C3C3C;
	background-color: #282828;
	visibility: hidden;
}

#googleDirections div.googledir
{
}

div.directionsInput a.button 
{
	display: block;
	float: right;
	margin-top: 4px;
	background: url(<%=this.Page.Response.ApplyAppPathModifier("~/Themes/Standard/_images/bg_nav_sub.gif")%>) center left no-repeat;
	padding-left: 20px;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
}

div.directionsInput a.button:hover
{
	background-image: url(<%=this.Page.Response.ApplyAppPathModifier("~/Themes/Standard/_images/bg_nav_sub_hi.gif")%>);
}


