<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	padding:0px;
	margin:0px;
	background-color: #f4f4f4;
	color: #464646;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
#contenitore{
	width: 100%;
	background: url(../images/topHeader.png) repeat-x top left #f4f4f4;
}

#contenitoreInterno{
	width: 930px;
	text-align: left;
	border-top:1px dotted #cad4dd;
	margin-top:10px;
	
}

#header{
	text-align: center;
}

h1,h2,h3,h4{
	padding:0px;
	margin:0px;
	font-family: arial;
	letter-spacing: 0.2em;
	text-shadow: 2px 2px 5px #3e3e3e, 1px 1px 1px #CCCCCC;
}

h1{
	color:#464646;
	font-size: 32px;
	font-weight: normal;
}

h2{
	color:#646464;
	font-size:20px;
	font-weight: normal;
}

h5{
	padding:0px;
	margin:0px;
	font-family: arial;
	letter-spacing: 0.2em;
}

#testo{
	line-height: 1.5em;
	/*
	font-size: 16px;
	padding:20px 0;
	*/
}

.titolo{
	color: #0060a3;
	font-size: 18px;
	font-weight: bold;
	padding-bottom:10px;
}

.boxLittleGarage{
	width: 300px;
	height: 180px;
	background-color: #e8e7e7;
	float: left;
	margin: 5px;
}

.rigaBlu{
	background-color: #0060a3;
	height: 8px;
}

#boxBottomGrey{
	background-color:#e0e0e0;
	min-height: 200px;
}

#footer{
	background-color: #333333;
	min-height: 120px;
}

#footerInt{
	width: 930px;
	text-align: left;
	color: #ffffff;
}

#footerInt a, #footerInt a:link{
	color: #ffffff;
	text-decoration: none;
}

#footerInt a:hover{
	color: #d4ca9a;
	text-decoration: underline;
}

#footerLeft{
	float:left;
	width: 250px;
	padding-top:10px;
}

#footerRight{
	float:left;
	width: 680px;
	font-size: 11px;
	text-align: right;
}

.separatore{
	clear: both;
}

#menuMini{
	list-style: none;
}
#menuMini li{
	display: inline;
	padding: 5px;
}


#contenitoreSelezioneHome{
	width: 930px;
	text-align: left;
	padding:20px 0;
}

#leftSelezioneHome{
	float: left;
	width: 630px;
}

#RightSelezioneHome{
	float: left;
	width: 300px;
}

.selGarage{
	padding:5px 0;
	font-size: 14px;
}







.desc { color:#6b6b6b;}
.desc a {color:#0092dd;}

.dropdown dd, .dropdown dt, .dropdown ul { margin:0px; padding:0px; }
.dropdown dd { position:relative; }
.dropdown a, .dropdown a:visited { color:#816c5b; text-decoration:none; outline:none;}
.dropdown a:hover { color:#5d4617;}
.dropdown dt a:hover, .dropdown dt a:focus { color:#5d4617; border: 1px solid #5d4617;}
.dropdown dt a {background:#e4dfcb url(arrow.png) no-repeat scroll right center; display:block; padding-right:20px;
                border:1px solid #d4ca9a;  width:250px;}
.dropdown dt a span {cursor:pointer; display:block; padding:5px;}
.dropdown dd ul { background:#e4dfcb none repeat scroll 0 0; border:1px solid #d4ca9a; color:#C5C0B0; display:none;
                  left:0px; padding:5px 0px; top:2px; width:auto; min-width:270px; list-style:none;}
.dropdown span.value { display:none;}
.dropdown dd ul li a { padding:5px; display:block;}
.dropdown dd ul li a:hover { background-color:#d0c9af;}

.dropdown img.flag { border:none; vertical-align:middle; margin-left:10px; }
.flagvisibility { display:none;}

        
        
#headerSitoInt{
	text-align: center;
	background-image: url(../images/header.png);
	width: 1007px;
	height: 327px;
	background-repeat: no-repeat;
}

#menu{
	height: 45px;
	/*background-image: url(../images/bgMenu.png);
	
	*/
	background-repeat: repeat-x;
	position: relative;
   /*top: 286px;*/
	top:10px;
	left: 55px !important;
	/*width: 890px;*/
	text-align: left;
}

#menu ul{
	list-style: none;
	padding-top: 0px;
}

#menu li {
	display: inline;
	/*text-transform: uppercase;
	color: #363636;*/
	font-size: 25px;
	padding: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	
	font-weight: bold;
	
	text-shadow: 0px -2px -3px #555;
}

#menu li a, #menu li a:link {
	
	color: #191970;
	text-decoration: none;
}

.selectedMenu{
	color:#0060a3;
}

#boxTitolo{
	padding:20px;
}

#colLeft{
	float:left;
	width:190px;
	margin-right:10px;
}
#colRight{
	float:left;
	width:730px;
}

.boxThumb{
	padding: 5px 0px;
}

.thumb{
	border: 5px solid #0088eb;
	width: 177px;
}



#directions-panel {
	height: 100%;
	/*width: 350px;*/
	overflow: auto;
	/*position:fixed;*/
	z-index:999;
	right:0;
	top:0;
	background-color:#FFF;
	display:none;
	box-shadow: 0 2px 2px rgba(33, 33, 33, 0.4);
	padding:10px;
	font-size: 10px;
}

.adp-directions{
	width: 100%;
	font-size: 12px;
}

@media print {
	#map-canvas {
		height: 500px;
		margin: 0;
	}

	#directions-panel {
		float: none;
		width: auto;
	}						
}</pre></body></html>