/* Stili generici comuni a tutte le sezioni*/

a:link, a:visited, a:hover {
	color: #0000FF;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color:#FFFFFF;
	line-height: 1.166;
	margin: 2px 2px 0px 2px;
	padding: 0px;
	
}


h1,h2,h3,h4,h5 {
	font-size: 1em;
	margin: 0px;
	padding: 0px 0px 5px 3px;
}
h2{
	font-weight:normal;
}

img {border: 0px;}
hr {
	color: #6CA88F;
	font-size: 10px;
}

li {padding-bottom: 0px;}

/*--------------------------struttura e titoli---------------------------*/
div#main {
/* Correzione allineamento in explorer per elenchi lunghi */
	float:none !important;
	float:left;
	margin-left:20% !important;
	margin-left:0%;
/*fine correzione*/
	
/*	margin-left:20%;
	margin-top:0px;
	*/
	padding-left: 3px;
	font-size: 0.9em;
}

#footer {
	clear:both;
	margin-top:10px;
	border-top: 2px solid #92cba3;
	margin-right: 10px;
	font-size:0.8em;
	text-align:right;
}

#comandifooter {

margin-right:10px;
}

#riga {
	margin:4px;
	background-color:#FF6600;
	height:4px;
}
#titolopagina {
	background-color: #FFFFFF;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 3px;
	border-width: 1px;
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	padding-top: 7px;
	color: #3E8461;
	margin-left: 20%;
	margin-bottom:10px;
	padding-left: 8px;
}

#titolosito {
	text-align:center;
	border: 1px;
	border-color: #003366;
	border-style: solid;
	clear: both;
}
#sottotitolo {
	color: #000000;
	font-weight: normal;
	padding: 0px 3px 5px 5px;
	text-align: left;
}

#contenuti {
	padding: 5px;
}

#contenuti img {
	border: 1px solid #000000;
	margin: 0px 2px 2px 2px;
}

#fotoboxsx {
	float: left;
	margin-top: 15px;
	width: 105px;
}

#spalladx {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 25px;
}

#spallasx {
	float: left;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 10px;
	margin-top: 25px;
}


/* ------------------Formattazione box sottomodelli -----------------------*/
#fotoboxsx img{
	height: 80px;
	width: 80px;
}

#testobox1 {
	min-height: 100px;
	height: auto !important;
	height: 100px;
	margin-bottom: 10px;
	margin-left: 120px;
	padding-left: 5px;
	font-size: 1em;
}

#titolobox1 {
	font-weight: bold;
	margin-bottom: 3px;
	text-transform: uppercase;
	margin-top: 15px;
}
#testobox2 {
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 5px;
}
#titolobox2 {
	font-weight: bold;
	margin-bottom: 3px;
	text-transform: none;
}
#titolomenu1 {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-color: #003366;
	border-left-width: 0px;
	border-right-width: 0px;
	border-style: solid;
	border-top-width: 5px;
	font-weight: bold;
	height: 15px;
	text-align: center;
}

#titolomenu2 {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-color: #003366;
	border-left-width: 0px;
	border-right-width: 0px;
	border-style: solid;
	border-top-width: 5px;
	font-weight: bold;
	height: 15px;
	text-align: center;
}

#titolomenu3 {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-color: #003366;
	border-left-width: 0px;
	border-right-width: 0px;
	border-style: solid;
	border-top-width: 5px;
	font-weight: bold;
	height: 15px;
	text-align: center;
}

div#lista {
		
}

#lista ul {
	list-style-type: none;
	margin:0;
	padding:0;
}

#lista li {
	margin-left:10px;
	margin-right:10px;
	padding:2px 2px 3px 5px;
	margin-bottom:5px;
	background-color:#FFFFFF;
	border-bottom:1px solid;
	border-bottom-color:#E0E0E0;

}
div#listapuntata {
		
}

#listapuntata ul {
	list-style-type: disc;
	margin:0px 0px 0px 10px;
	padding:0;
}

#listapuntata li {
	margin-left:10px;
	margin-right:10px;
	padding:2px 2px 3px 5px;
	margin-bottom:5px;
	background-color:#FFFFFF;
	list-style-image: url(../images_modello/punto_elenco.gif);
}

/*********************** foto decorative ******************************/
#fotooriz{
	margin-bottom:7px;
	padding: 3px 7px 0px 7px;
	float: right;

}
#fotooriz img{
	height: 60px;
	width: 80px;
	border:1px solid black;
	margin-left:2px;
	margin-bottom: 5px;
	
}

