﻿DIV#mapContainer {
    position: relative;
}
DIV#map {
    width: 710px; 
    height: 450px;
    /*margin-left:10px;*/
}
DIV#infoWindow{
    background:url(../images/gmap/bgInfoWindow.png) no-repeat;
    position:absolute;
    top:-5px;
    left:-243px;
    width:410px;     /* 320 */
    height:408px;
    padding:20px;
}

/* content */

DIV#infoWindow A#infoWindoClose IMG {
    float:right; 
    display:inline;
    margin:0px;
}
DIV#infoWindow H2 {
    color:#000;
    font-weight:bold;
    font-size:1.7em;
    padding:15px 0 5px 0px;
    display:block; 
}
DIV#infoWindow P {
    font-family:Arial, Sans-Serif;
    font-size:1.2em;
    line-height:normal;
    margin:0;
    padding:0;
}
DIV#infoWindow P.strong {
    font-weight:bold;
    margin-top: 12px;
    color:#666;
}

/* input */

DIV#infoWindow INPUT 
{
    background:url(../images/bgInput.gif) no-repeat;
    border: solid 1px #d7d7c7;
    color:#666;
    /*display:inline;    */
    font: bold 1.1em Arial, Sans-serif;
	height:1.6em;
	margin:0;
	padding:3px 5px 3px 5px;
	width:240px;

}

DIV#infoWindow INPUT.submit {
    background:url(../images/bgLoginBtn.gif) no-repeat top left;
    border:none;
    color:#fff;	   
    cursor:pointer;
    font-size: 11px;
    font-weight:bold;
    height:25px;     
    margin:0 0 0 8.5em;
    padding:5px;
    text-decoration:none;     
    width:71px;	
    margin:0 0 0 5px;

}

/* description */

DIV#directions {
    overflow:auto;
    height:270px;
}
TABLE#routestops {
    border:none;
    font-family:Arial;
    font-size:1em;
}
TABLE#routestops TR.odd {
    background:#eee;
}
TABLE#routestops TD {
    font-size:1.1em;
}

