/************************
*	MAPPA GMAPS
*************************/
#map_canvas { width:100%;height:400px; }
.mapContainer { padding:0px;margin:0px; }
.loading_icon { display:none;position:absolute;margin:auto;top:0;left:0;bottom:0;right:0;width:64px;height:64px; }
.loading_icon img { width:64px;height:64px; }
/************************
*	SEARCH BAR GMAPS
*************************/
#gmapSearchBar { padding:0px!important;border-bottom:0px;font-size:12px;width:100%; }
#gmapSearchBar .search_wrapper { padding:0px 10px; }
#gmapSearchBar .label { float:left;margin-top:10px;font-weight:bold; }
#gmapSearchBar .search { float:left;margin:5px 10px;width:60%; }
#gmapSearchBar .search input { width:100%;padding:3px 10px;border:0px; }
/************************
*	POI INFOWINDOW GMAPS
*************************/
#poiInfoWindow { width:300px;margin:0px;padding:0px;font-size:100%;line-height:1.2;background:#fff;border:1px solid #000; }
#poiInfoWindow .container { height:120px;margin:5px;overflow:auto; }
#poiInfoWindow .poi_header { background:#f6f6f6;padding:5px 10px;font-weight:bold;line-height:1.2;text-align:center;vertical-align:middle;margin-bottom:5px; }
#poiInfoWindow table { width:100%;border-bottom:1px solid #ddd;border-top:1px solid #ddd;padding:0px;margin:0px; }
#poiInfoWindow table tr td { background:#fff;padding:4px 10px;height:auto;line-height:1.2;border-bottom:1px solid #ddd;text-align:left;vertical-align:middle; }
#poiInfoWindow table tr:hover td { background:#fff; }
#poiInfoWindow table tr.odd td { background:#fbfbfb; }
#poiInfoWindow table.poiReviews { margin-top:10px;border-top:0px solid #ddd; }
#poiInfoWindow table.poiReviews tr td {	border-bottom:0px; }
#poiInfoWindow table.poiReviews tr.last td { border-bottom:1px solid #ddd; }
#poiInfoWindow a { color:#fff;cursor:pointer; }
/*****************
*	POI COLORS
******************/
/* Rail Station */
/* Highways */
/* Airports */
.rstn,.hway,.airp {	background:#000 !important;color:#fff !important; }
/* Tourist Information */
.tinf {	background:#9E7151!important;color:#fff!important; }
/* ATM's */
.cash { background:#5171CF!important;color:#fff!important; }
/* Hospitals */
.hosp {	background:#FC6355!important;color:#fff!important; }
/* Restaurants */
.rest {	background:#7E52FF!important;color:#fff!important; }
/* Attractions */
/* Wineries */
.attr,.wine { background:#00E13C!important;color:#fff!important; }
/* Museum */
.mus { background:#DF4598!important;color:#fff!important; }
/* Shopping */
.shce {	background:#55D7D7!important;color:#fff!important; }
/* Golf */
/* Pharmacies */
/* Tennis */
.recg,.phar,.rect {	background:#FC6355!important;color:#fff!important; }
/************************
*	DRAWING ICONS
*************************/
.gmapPanel { margin-top:5px;z-index:10;clear:both; }
.gmapPanelButton { float:left;direction:ltr;overflow-x:hidden;overflow-y:hidden;overflow:hidden;text-align:left;position:relative;font-family:Arial,sans-serif;-webkit-user-select:none;font-size:13px;font-weight:normal;padding:4px;color:rgb(51, 51, 51);
	-webkit-box-shadow:rgba(0,0,0,0.4) 0px 2px 4px;box-shadow:rgba(0,0,0,0.4) 0px 2px 4px;
	border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;
	border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;
	border-top-color:rgb(113,123,135);border-right-color:rgb(113,123,135);border-bottom-color:rgb(113,123,135);border-left-color:rgb(113,123,135);
	background-color:rgb(255,255,255);	}
.gmapPanelButton.enabled:hover { background:-webkit-gradient(linear,left top, left bottom, from(rgb(255,255,255)),to(rgb(230,230,230))); }
.gmapPanelButton span { display:inline-block; }
.gmapPanelButton div.iconImg { overflow-x:hidden;overflow-y:hidden;overflow:hidden;position:relative;width:16px;height:16px; }
.gmapPanelButton div.iconImg  img { position:absolute;left:0px;-webkit-user-select:none;border:0px;padding:0px;margin:0px;-webkit-user-drag:none;width:16px;height:224px; }
.gmapPanelButton div.iconImg  img.circleEnabled { top:0px; }
.gmapPanelButton div.iconImg  img.circleDisabled { top:-160px; }
.gmapPanelButton div.iconImg  img.squareEnabled { top:-48px; }
.gmapPanelButton div.iconImg  img.squareDisabled { top:-16px; }
.gmapPanelButton div.iconImg  img.polylineEnabled {	top:-128px; }
.gmapPanelButton div.iconImg  img.polylineDisabled { top:-32px; }
.gmapPanelButton div.iconImg  img.polygonEnabled { top:-96px; }
.gmapPanelButton div.iconImg  img.polygonDisabled { top:-64px; }
.gmapPanelButton div.iconImg  img.panEnabled { top:-144px; }
.gmapPanelButton div.iconImg  img.panDisabled { top:-80px; }
.gmapPanelButton div.iconImg  img.markerEnabled { top:-112px; }
.gmapPanelButton div.iconImg  img.markerDisabled { top:-176px; }
.gmapPanelButton div.iconImg  img.deletePointEnabled { top:-192px; }
.gmapPanelButton div.iconImg  img.deletePointDisabled { top:-208px; }