
/* CSS Document */

/*GOOGLE MAP
********************************/
.mapa_container{
	width:500px;
	height:400px;
	float:left;
	border:1px solid #ccc;
	padding:5px;
}
.mapa_textfield{
	width:155px;
	padding-left:10px;
	float:left;
}
.mapa_textfield label{
	font-weight:bold;
}
.mapa_textfield form input {
	width:155px;
	border-style:solid;
	border-collapse:collapse;
	border-width:1px;
	border-color:#ccc;
}
.mapa_textfield ul{
	list-style:none;
	margin:0;
	margin-top:20px;
	padding:0;
}
.mapa_textfield ul li{
	font-family:tahoma;
	font-size:11px;
	color:#333;
	margin-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
	}
.mapa_textfield #gecoderResponse li{
	cursor:pointer;
}
.mapa_textfield #gecoderResponse li:hover{
	color:#666;
}		
.mapa_textfield #gecoderResponse li:first-child{
	border:none;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;	
	padding-bottom:5px;
	cursor:default;
}
.mapa_textfield #gecoderResponse li:first-child:hover{
	color:#333;
}
#mapRouteResult{
	margin-top:10px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;	
}
.mapa_route{
	width:680px;
	float:left;
}
.mapa_route p{
	font-weight:bold;
}
.geomapLiSelected{
	font-weight:bold;
}
.adp-placemark{
	border-radius: 5px;
}
.adp-list{
	border-radius: 5px;
}

