/* GOOGLE MAPS STYLE */
.googleborder { width:670px; margin:25px 0 0 0; }
.googleborder #middle_left { height:420px; }
.googleborder #middle_right { height:420px; }
#googlemaps { width:626px; overflow:hidden; float:left; height:418px; border:1px solid #BBBBBB; }
div.google p { color:#666; font-size:12px; margin-top:0px !important;}
div.google p .darkblue { color:#7B8E9C; font-weight:bold; }
div.google input.route { width:204px; height:18px; background:url(google-input-bg.png) no-repeat 0 0; margin-top:0px; margin-bottom:0px; border:1px solid #d0d0d0; padding:0 3px;}

/* GOOGLE ROUTE */
#googleroute { margin-top:10px; display:none; clear:both; width:100%; }
#googleroute .red { color:#aa0001; } 
#googleroute table { background:#d0d0d0; padding:1px 0 0 1px; width:100%; }
#googleroute table tr { background:#fff; }
#googleroute table tr.odd { background:#f8f8f8; }
#googleroute table td { border:1px solid #d0d0d0; padding:6px 10px; }
#googleroute table tr.from td { border-right:0; height:33px; background:url(google-maps-route-bg.png) repeat-x 0 0; vertical-align:middle; }
#googleroute table tr.from td.last { border-right:1px solid #d0d0d0; }
#googleroute table tr.from td.last span { display:inline-block; height:33px; line-height:33px; }
#googleroute table tr.from td.last span.l {width:460px; color:#000; font-weight:bold;}
#googleroute table tr.step { cursor:pointer; }
#googleroute table tr td a { color:#7B8E9C;}
#googleroute table tr td a:hover { text-decoration:none; }
#googleroute table tr.to td { border-right:0; height:33px; background:url(google-maps-route-bg.png) repeat-x 0 0; vertical-align:middle; }
#googleroute table tr.to td.last { border-right:1px solid #d0d0d0; font-weight:bold; color:#000; }