/* CSS Document */

.titolo{
	background-image:url(../images/sfondo_tit_giallo.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	padding-left:20px;
	color:#fff;
	background-color:#F4CB2B;
}
.t_lungo {
	background-image:url(/images/sfondo_t_lungo_giallo.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	padding-left:20px;
	color:#fff;
	background-color:#F4CB2B;
}
.made_verde{
	background-image: url(../images/made_giallo.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height:30px;
	background-color:#F4CB2B;
	width:200px;
}
.pallini{
display:block;
height:10px;
background-image:url(../images/pallini_gialli.gif);
background-position:right top;
background-repeat:no-repeat;
margin:6px 0;}

.riga{
background-image:url(../images/riga_tit_giallo.gif);
background-position:left top;
background-repeat:repeat-x;
height:6px;}

.interno{
	background-color:#F1F1F1;
	padding:20px 0; }
	
.testo{
padding:0 20px;}

h2 {
color: #E9A404;
font-size:12px;}
h3 {
color: #000;
font-size:12px;
background-color:#fff;
padding:5px;
border-bottom:1px dashed #E9A404;}

#navigazione{
	margin-bottom:15px;
	background-image: url(/images/sfondo_nav.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align:right;
	margin-right:21px;
	display:block;
	vertical-align:middle;
	padding-right: 10px;
	padding-top:2px;
	padding-bottom:6px;
}
#navigazione a{
color:#000;}
.centro{
	background-color:#FFFFFF;
	padding-top:0px;
}
.centro a{
color: #EA9105;}

.foto{
float:left;
padding:10px;
margin: 0px 20px 10px 0px;
border:1px solid #D8D8D8;
}
.cartina{
padding:0 20px;
}
.cartina a{
color: #000;
}

.rivendita{
background-color:#fff;
border-bottom:1px dashed #E9A404;
border-left: 25px solid #FCEFBF;
padding:8px;
}

.rivendita_elenco{
	background-color:#F9F8EE;
	padding:5px;
	border:1px solid #D8D8D8;
	width:30%;
    text-transform: uppercase;
	margin:5px 0 0 0;}
	
.rivendita_elenco a{
text-decoration: none;

}

ul.regioni {
	padding:0;
	list-style-type: none;
	margin:0;
}
.regioni li{
	padding:5;
	background-color: #FFFFFF;
	background-image: url(../images/bullet_rivendite.gif);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	text-indent:30px;
	margin: 6px 0px;
	width:40%;
}
.regioni li a{
	text-decoration: none;
}

ul.regioni_elenco{
	padding:0;
	list-style-type: none;
	margin:0;
}

.regioni_elenco li{
	padding:5;
	background-color: #FFFFFF;
	background-image: url(../images/bullet_rivendite.gif);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	text-indent:30px;
	margin: 0 0 2px 0px;
	width:180px;
}

.regioni_elenco a{
	text-decoration: none;
}

/*campo allegato*/
.allegato{
	display:block;
	padding:9px 2px;
	clear:both;
	background-image: url(../images/ico_pdf.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 30px;
}
/*campo link*/
.link{
	display:block;
	padding:2px;
	clear:both;
	background-image: url(../images/decoro_giallo_g.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 12px;
}