<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*#.- .-.. . ... ... .- -. -.. .-. --- -.-. .- .. -- ..#*/
/* ]==========[          GOOGLEMAPS        ]=========[  */
/*#.- .-.. . ... ... .- -. -.. .-. --- -.-. .- .. -- ..#*/

#center.googlemaps{
	margin-right:0px;
}
#gmap{
        width:100%;
        height:500px;
        position:relative;
        margin-top:20px;
        margin-bottom:20px;
}
.gballoon{
        font-size:12px;
		max-width:300px;
		line-height:16px;
        /*
		width:300px;
        height:130px;
        overflow-x: hidden; 
        overflow-y: auto;
		*/
}
.gballoon h2{
        font-size:15px;
		margin-bottom:5px;
		margin-top:0px !important;
}
.gballoon .balnav a{
      font-size:11px;
}
.gballoon .balnav{
	margin-bottom:5px;
}

h2#ricercaShow{
        position:absolute;
        display:block;
        height:20px;
        width:225px;
        right:6px;
        top:20px;
        border:1px solid #BBB9B3;
        z-index:1000;
        padding:5px 10px 0 10px;
        -moz-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
		background-color:#FFFFFF;
		font-family: Roboto,Arial,sans-serif;
		font-size: 11px;
		font-weight: 500;
        color:#000;
		cursor:pointer;
		line-height:100%;
}
h2#ricercaShow:before{
	content:"&gt; "
}
h2#ricercaShow.closed:before{
	content:"&lt; "
}
#ricercapunti{
        font-size:12px;
        position:absolute;
        right:6px;
        top:65px;
        padding:0 10px 10px 10px;
        display:block;
        width:225px;
        height:340px;
        z-index:99;
        background-color:#FFFFFF;
        border:1px solid #BBB9B3;
        overflow-x:auto;
}
#ricercapunti .cat{
	margin-left:5px;
}
#ricercapunti h5.cat{
    /*border-top: 1px dotted;*/
    margin: 0 0 0 5px;
    text-transform: uppercase;
}


#ricercapunti h4{
        margin-top:10px;
}

ul.listaitems{
	position:relative;
	padding:0px;
	margin:0px;
}
ul.listaitems li{
	clear:left;
	padding:0px;
	margin: 5px 0px;
	list-style:none;
	min-height:80px;
}
ul.listaitems li img {
	float:left;
	display:inline;
	width:120px;
	height:74px;
	margin-right:5px;
}
.colorIco{
    display: block;
    float: left;
    height: 13px;
    margin-top: 3px;
    width: 13px;
}
#partenza,
#arrivo,
.gballoon input,
.gballoon select{
      font-size:10px;
      width:210px;
}
#mode{
      font-size:10px;
}

aside .expand{
	position:absolute;
	top:95px;
	left:21px;
	background:url(../img/gmap_openclose.png) right top no-repeat;
	width:20px;
	height:21px;
	display:block;
	text-indent:-9999px;
}
aside .expand.expanded{
	background:url(../img/gmap_openclose.png) left top no-repeat;
}

body .gballoon table,
body.styleattivita .gballoon table,
body.stylebenvenuti .gballoon table,
body.stylecomune .gballoon table,
body.styleinforma .gballoon table,
body .gballoon table td,
body.styleattivita .gballoon table td,
body.stylebenvenuti .gballoon table td,
body.stylecomune .gballoon table td,
body.styleinforma .gballoon table td{
      border:0px #FFFFFF;
}
</pre></body></html>