/*-------------------------------//
 * 
 * FRYED.GOOGLEMAP.CSS
 * CSS FOR JQUERY GOOGLE MAP PLUGIN
 * WRITTEN BY ED FRYER
 * WWW.FRYED.CO.UK
 * 
 -------------------------------*/

.fryedMapHolder {
	background:#e5e3df url(../images/fryed-map-loading.gif) no-repeat center center;
	border:0px solid #ccc;
}

.fryedDirectionsHolder {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#fryedDirections table.adp-placemark {
	border: 0px solid #057d9a !important;
	background-color: #B3B3B3;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

#DirectionsForm {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.adp-summary {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
.adp-legal {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}

#fryedDirections table.adp-placemark td {
	color:#fff !important;
	font-weight:bold !important;
	vertical-align:middle;
	text-shadow:1px 1px 0px rgba(0,0,0,0.1);
	-moz-text-shadow:1px 1px 0px rgba(0,0,0,0.1);
	-webkit-text-shadow:1px 1px 0px rgba(0,0,0,0.1);
	-ms-text-shadow:1px 1px 0px rgba(0,0,0,0.1);
	-o-text-shadow:1px 1px 0px rgba(0,0,0,0.1);
}	

#fryedDirections table.adp-directions {
	border: 1px solid #B8B8B8 !important;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

#fryedDirections table td {
	padding:10px !important;
	border-top:none !important;
}	

#fryedDirections table td a {
	color:#000 !important;	
}

#fryedDirections table.adp-directions tr td {
	background-color: #F4F4F4;
}

#fryedDirections table.adp-directions tr:nth-child(2n) td {
	background:#ffffff !important;
}	

.directions_textbox {
	background-color: #D8D8D8;
	padding: 10px;
	color: #5C5C5C;
	border-style: none;
	margin-bottom: 10px;
	width: 80%;
}
.directions_submit {
	background-color: #42AF22;
	padding: 10px;
	color: #FFFFFF;
	border-style: none;
	width: 15%;
}	
