<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* error message */
.error {
	/* supply height to ensure consistent positioning for every browser */
	height:15px;
	background-color: #FFDFBF;
	border:1px solid #E1E16D;
	font-size:11px;
	color:#000;
	padding:3px 10px;
	margin-left:5px;


	/* CSS3 spicing for mozilla and webkit */
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-topleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;

	-moz-box-shadow:0 0 6px #ddd;
	-webkit-box-shadow:0 0 6px #ddd;
}
.error p{
	padding:0px;
}
/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#fff;
	
	width:675px;	
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(/img/close.png) !important;
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
.newsletterPolicy p{
padding: 10px  !important;
}
.error em {
	display:block;
	width:0;
	height:0;
	border:10px solid;
	border-color:#FFFE36 transparent transparent;

	/* positioning */
	position:absolute;
	bottom:-17px;
	left:60px;
}

#newsTabs{
position: relative;
}
/* single slide */
#box_due_notizie {
	display:none;
	position:absolute;
	top:0;
	left:0;		
}

#mies1 .titolo{
	text-align:center;
	font-weight:bold;
	margin-top:5px;
	
	}


body#mappaGrande{
	background-image:none;}
	
 .header_popup {
    border-bottom: 1px dotted #CCCCCC;
    display: block;
    margin-top: 3px;
    text-align: right;
	margin-right:30px;}	



 .header_popup a {
	 color:#333;
	 font-weight:bold;
	 font-size:14px;
	 background-image:url(/img/close.png);
	 background-position:right;
	 background-repeat:no-repeat;
	 padding-right:40px;
	 line-height:34px;
	 padding-top:10px;
	 padding-bottom:10px;
	 text-transform:uppercase;
 }



 .footer_popup {
    border-top: 1px dotted #CCCCCC;
	display:block;
	margin-top:5px;
	 margin-top:10px;
	 height:50px;
	 text-align:center;
}	



 .footer_popup a {
 color: #333333;
    font-weight: bold;
    padding-bottom: 4px;
    padding-top: 4px; }
.rigaNews, .rigaOfferta {
	overflow: hidden;	
	float: left;
}

#testLunghezza
{display:none;
    position: absolute;
    visibility: hidden;
    height: auto;
    width: auto;
       padding: 0;
    margin: 0;
    border: 0;
}

body {
margin:5px auto;

}

.contenitore {
font-family: Verdana, Geneva, sans-serif;
font-size:12px;
margin:0 auto;
width:800px;
padding:10px;

}

p {
	line-height:20px;

}

h1 { color: #2285CE;
display:block;
border-bottom:1px solid #CCC}


.ul, li {
list-style-position:outside;
list-style-type:disc;
list-style-image: url(/immagini/list.gif);
margin:0 0 5px 10px;
padding:0;
}
li ul li{
	list-style:none;}

. ol li{
/*list-style-image: url(/immagini/tit3.gif);*/
list-style-position: outside;
list-style-type: decimal;
list-style-image: none;
margin:0 0 5px 10px;
padding:0;
font-weight:bold;
}


.ol ol li{
list-style-position: outside;
	list-style-type: lower-alpha;
	list-style-image: none;
	color: #f89c30;
	margin:0 0 5px 10px;
	padding:0;
	font-size:13px;
	font-weight:bold;
}


ul li{
	font-size:14px;
	font-weight:bold;
	list-style:none;
margin-left:-1px;
margin-top:15px;}

ul ul li{
	list-style: circle;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	padding-top:5px;
	line-height:20px;}

ul ul p{
	margin:0px;
	padding:0px;
	padding-bottom:5px;
	line-height:20px;
	margin-bottom:5px;
	
	}
	
div#servizi li {
    font-weight: normal;
}</pre></body></html>