@charset "iso-8859-1";
/* CSS Document */

#map_canvas{
	height: 400px;
	width: 600px;
	border: 1px solid #666;
}

#painel{
	height: 400px;
}

#toolbox{
/*	height: 373px;*/
	/*height: 338px;*/
	/*width: 210px;*/
	height: 363px;
	width: 220px;

	margin-top: 0px;
	padding: 30px 10px 5px;

	border: 1px solid #999;
	background-color: #fff;
	opacity: .9;
	filter: alpha(opacity=90);
	
	float: left;
}

#toolbox *{
/*	opacity: 1;
	filter: alpha(opacity=100);*/
}	

#toolbox .servico{
	/*width: 94px;*/
	width: 110px;
	font-size: 10px;
}

#toolbox .servico div,
#toolbox .servico input,
#toolbox .servico img
{
	float: left;
}

#toolbox .servico input{
	padding: 0;
	margin: 0;
	margin-right: 2px;
}

#toolbox .servico div{
	width: 53px;
	margin-left: 2px;
	color: #000;
	line-height: 14px;
	margin-bottom: 2px;
}

#puxador{
	float: left; 
	height: 100%; 
	vertical-align: middle; 
	
	background: url(/images/googleMaps/legenda_barra.png) repeat-y;
}
#puxador img{
	margin-top: 170px;
	cursor: pointer;
}


.info_window .nome{
	font-size: 12px;
	font-weight: bold;
}
.info_window img.icone{
	margin-top: 5px;
}
