/*------------ MODULI GENERICI ------------*/
	#layout .box {
		margin-top: 15px;
		/*position:relative;*/
	}

		#layout.layout_page #col_right .box {
			margin-top: 25px;
			position:relative;
		}


	#layout .box .box_title {
		margin: 4px 0px 12px 0px;
	}

	#layout .box .box_body {
		/*margin:18px 20px;*/
		text-align: justify;
	}
				
	#layout .box .testo img {
		/*margin: 8px;*/
	}
	
	#layout .box .box_body img.no-margin {
		MARGIN-TOP: -10px; MARGIN-BOTTOM: -12px;
	}		
	
	#layout .box .subtitle {
		font-weight:bold;
		color:#666666;
		margin-bottom:6px;
	}
	
	#layout .box .comment {
		font-size:11px;
		color:#000;
		margin-bottom:12px;
	}
	
	#layout .box .command {
		display: block;
		margin: 6px 0px;
		padding-left: 16px;
		background: url(../images/li.html) left no-repeat;
	}
	
	#layout .box_img {
		float:right;
	}
	
	#layout .box .testo p, 
	#layout .box .testo ul {
		margin: 10px 0px 10px 0px;
	}		
	#layout .box .testo ul {
		padding: 0px 0px 0px 15px;
	}
		#layout .box .testo ul li {
			margin-bottom: 4px;
		}
		
	#layout .box .box_body h1 {
		margin: 15px 0px;
	}
	#layout .box .box_body h2 {
		margin: 10px 0px;
	}	
	
	#layout .box .box_body h3 {
		margin: 6px 0px;
	}
	

/*------------ MODULI GENERICI PER AREA ------------*/	

a.leggi,
a.archivio {
	color: #999999;
  }

a.leggi:hover,
a.archivio:hover {
	color: #444;
  }

/*------------ STRUMENTI PAGINE -----------*/

.pagebox {
	padding-top: 25px;
}

	.pagebox .page_box {
		margin-bottom:21px;
	}
	.pagebox .page_box a {
		display: block;
		height:82px;
	}
	
	.pagebox .page_box a img {
		float:left;
		margin:0px;
		margin-right: 15px;
		border: 1px solid #9C8750;
	}
	.pagebox .page_box a:hover img {
		filter: alpha(opacity=70);
		-moz-opacity:.70;opacity:.70;		
	}
	
	.pagebox .page_box a .titolo {		
		color:#000;
		font-family: 'CopperplateB';
		font-weight: normal;
		font-size: 17px;
		text-transform: uppercase;
		padding-top: 20px;
	}
	.pagebox .page_box a:hover .titolo {
		color: #9C8750;
	}
	.pagebox .page_box a .sottotitolo {
		display: none;
	}

	
/*--------- NUMERAZIONE ----------*/

.page_num ul {
	clear:both;
	list-style:none;
	margin: 5px 10px 0px 0px;
	padding:0px;
}

.page_num li {
	float:left;
	list-style:none;
	margin-right:7px;
}

.page_num li a {
	font-size:10px;
	display:block;
	text-decoration: none;
	text-align:center;
	color:#666;
	background:#000;
	border: 1px solid #aaa;
	width:18px;
	height:18px;
	font-weight:bold;
	line-height:18px;
}

.page_num li a:hover,
.page_num li a.selected {
	color:#222;
	background:#eee;
}

/*--------- PHOTOGALLERY -------*/

.photogallery {
	clear:both;
}

#col_left .photogallery {
	width: 351px;
}

	.photogallery .photo {
		float:left;
		margin: 0px 15px 10px 0px;
		width:102px;
		height:115px;
		overflow:hidden;
	}
	
		.photogallery .photo.titled {
			height:140px;
		}
	
		#col_right .photogallery .photo {			
			margin-right: 25px;
		}	
		
	.photogallery .photo a img{
		border: 1px solid #888;
	}

	.photogallery .photo a:hover img{
		filter: alpha(opacity=70);
		-moz-opacity:.70;opacity:.70;
	}

	.photogallery .photo .titolo {
		font-family: 'Copperplate';
		font-size:14px;
		font-weight:bold;
		margin-top:3px;
		color:#9C8750;
	}

	.photogallery .photo .descrizione {
		font-size:11px;
		margin-top:1px;
	}


.photogallery_1r {
	clear:both;
}

	.photogallery_1r .photo {
		clear:both;
		height: 102px;
		margin-bottom: 10px;
	}

	.photogallery_1r  .photo a img {
		float:left;
		margin:0px;
		margin-right: 15px;
		border: 1px solid #9C8750;
	}
	.photogallery_1r  .photo a:hover img {
		filter: alpha(opacity=70);
		-moz-opacity:.70;opacity:.70;		
	}
	
	.photogallery_1r  .photo a .titolo {		
		color:#000;
		font-family: 'CopperplateB';
		font-weight: normal;
		font-size: 17px;
		text-transform: uppercase;
		padding-top: 20px;
		text-align: left;
	}
	.photogallery_1r  .photo a:hover .titolo {
		color: #9C8750;
	}
	.photogallery_1r  .photo a .sottotitolo {
		display: none;
	}



 .photogallery_main {
		width:400px;
		margin: 0px auto;
	 }
	 
	 	 .photogallery_main #mainphoto {
		 		float:left;
		 		border: 1px solid #ccc;
				margin:6px;
		 }

	 	 .photogallery_main .thumbphoto {
		 		float:left;
		 		border: 1px solid #ccc;
				margin:6px;
		 }
		 

 .photogallery_loghi {
	 clear:both;
 }

	.photogallery_loghi .photo {
		float:left;
		margin: 0px 20px 15px 0px;
		width:171px;
		height:90px;
		overflow:hidden;
	}	
	.photogallery_loghi .photo .titolo {
		display:none;
	}
	.photogallery_loghi .photo .descrizione {
		display:none;
	}

.downloadgallery {
	margin-bottom: 20px;
}

.downloadgallery ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
/*------------ FORM ----------------*/

.form {
	width:350px;
}
.form form fieldset {
	margin:0px;
	padding:0px;
}
.form form {
	width:350px;
	clear:both;
	padding-top:1px;
}

.form .label {
	clear:both;
	float:left;
	display: block;	
	width:350px;
	margin-top:5px;
}
	.form .label p {
		margin:0px;
		padding:5px 0px;
	}

.form .label span {	
	display: block;	
	float:left;
	width:120px;
	text-align:left;
	padding-right:15px;
	font-weight:bold;
	line-height:20px;
}

.form .label span.little {	
	display: block;	
	float:left;
	width:10px;
	text-align:right;
	padding-right:0px;
}

.form .label.requestednote {
	margin-bottom:15px;
}

.form .input_group label {
	float:left;
}

.form .label input, 
.form .label select, 
.form .label textarea {
	display: block;
	float:left;
	width : 200px;
	padding : 3px;
	border : 1px solid #888;
	background :  #f5f5f5;
	font : 10px Verdana, Geneva,  Arial, Helvetica, sans-serif;
	color:#333333;
}
.form .label input.check {
	width:auto;
}

.form .label .input {
	color:#181818;
	line-height:20px;
}

.form .label .text_check{
	display: block;
	float:left;
	width : 250px;
}


.form .label input.submit {
	width : auto;
	padding : 3px 10px;
	background: #ccc;
	color:#333;
}

.form .label input.submit:hover {
	background:#aaa;
	color:#000;
	cursor : pointer;
	cursor : hand;
}

.form .label span input {
	width:auto;	
	height:18px;
	float:right;
}	
	.form .input_group {
		display: block;
		float:left;
		width : 350px;		
	}
	
	.form .input_group label {		
		display:inline;
		width:350px;	
	}

	.form .input_group input {
		float:none;
		display:inline;
		width:auto;
	}

form input.check {
		border:none;
		background:none;
		width:auto;		
}
.form p {
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	font-size : 11px;
}

.form fieldset {
	border: 0px;
}

/*------------ FORM PREVENTIVO -------------*/

.form.prev {
	width:570px;
}

.form.prev fieldset {
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-color: #888;
    border-style: solid;
    border-width: 1px;
    padding-bottom: 7px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 7px;
    text-align: left;	
}

.form.prev fieldset legend {
	font-weight: bold;
	color: #003467;
}

.form.prev fieldset.single {
	width: 260px;
	float: left;
	margin-bottom: 20px;
}

	.form.prev fieldset.single .label{
		width: 250px;
	}
	
		.form.prev fieldset.single .label span{
			width: 250px;
		}
		.form.prev fieldset.single .label input,
		.form.prev fieldset.single .label select {
			width: 250px;
		}

		.form.prev fieldset.single .input_group input {
			float:none;
			display:inline;
			width:auto;
		}
		.form.prev fieldset.single .input_group label {
			float:none;
			display:inline;
			width:auto;
		}
		
	.form.prev fieldset.double .label input,
	.form.prev fieldset.double .label textarea,
	.form.prev fieldset.double .label select {
		width: 540px;
	}

	.form.prev fieldset.double .label input.submit {
		width : auto;
		padding : 3px 10px;
	}

/*-------------------------*/

	.mod_utente {
		height: 69px;
		overflow: hidden;
	}

	.mod_utente  .form {
		width:250px;
	}
	.mod_utente  .form form {
		width:250px;
		overflow: hidden;
	}
	
	.mod_utente  .form .label {
		width:250px;
		line-height: 35px;
		position:relative;
	}

	.mod_utente  .form .label span {
		width: 50px;
		color: #fff;
		font-weight: bold;
		font-size:14px;
		text-align:left;
		margin-bottom: 3px;
	}
	
	.mod_utente .form .label input, 
	.mod_utente .form .label textarea {	
		width: 140px;
		border: none;
		background: #fff;
	}
	
	.mod_utente  .form .label input.img {
		width:auto;
		background: none;
		margin:0px;
		/*margin-top:-2px;
		margin-left:6px;
		padding:0px;
		float:right;*/
		position:absolute;
		right:0px;
		top:-2px;
	}
	
	.mod_utente  .form .label input.submit {
		margin-top:5px;
		font-size:12px;
	}
/*------- MAPPA DEL SITO -----*/

.sitemap ul {
	margin: 3px 0 3px 20px;
	padding:0;
}

.sitemap ul li {
	list-style-type: square;
	margin: 0;
	padding: 0;
}

.sitemap ul li ul li{
	float:left;
	width:200px;
	margin-top:12px;
}

.sitemap ul li ul li ul li{
	float:none;
	width:auto;
	margin-top:0px;
}


.sitemap ul li a {
	font-weight:bold;
	color:#666666;
}
.sitemap ul li a:hover {
	color:#000;
}

.sitemap ul li ul li ul li a {
	font-weight:normal;
}


.sitemap ul li.no-point {
	list-style-image: none;
	list-style:none;
	margin:0px;
	padding:0px;
}

/*------- SLIDE SHOW --------*/

.slideshow.bordato .clearer { display:none; }

/*-------- MENU_LEFT --------*/

.pagetree {	}

	.pagetree .box_body {}	

	.pagetree ul {
		list-style: none;
		margin:0px;
		padding:0px;
	}
	
	.pagetree ul li.root {
	}
	
	.pagetree ul li.root a {
		display: block;
		font-size: 14px;
		font-weight: bold;
		color:#003467;
		margin: 11px 0px;
	}
	.pagetree ul li.root ul li {
		padding-left:15px;
		background:url(../images/li.html) left no-repeat;		
	}
	.pagetree ul li.root ul li a {
		font-size: 12px;
		font-weight: normal;
		color:#444;
		font-weight: bold;
		margin: 6px 0px;
	}	
	.pagetree ul li.root ul li a.attivo,
	.pagetree ul li.root ul li a:hover {
		color:#888;
	}


/*------ TOOLTIP --------*/

.tooltip {
	display:none;
	background: #fff;
	border-top: #888 15px solid;
	border-left: #888 1px solid;
	border-right: #888 1px solid;
	border-bottom: #9C8750 10px solid;
	padding: 10px;
	z-index: 20;
}

.tooltip table td {
	vertical-align: top;
}

.trigger:hover {
	filter: alpha(opacity=70);
	-moz-opacity:.70;opacity:.70;
}

.info_tbl td {
	/*border-bottom: 1px solid #888;*/
}