/* _screen.css // IAL VDA // NETBE INTERNET SOLUTIONS  */

/* * * * * * * * * * * * * *
		TAGS DEFS
* * * * * * * * * * * * * */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body{
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 80%;
	background-color: #fff;
	background-image: url('../img/bg-body.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	color: #333;
	line-height: 1.4em;
}
	
img{
	border: none;
	text-decoration: none;
}

label{
	font-size: 100%;
}

h1,h2,h3,h4{
	margin: 0;
	padding: 0;
	font-size: 100%;
}

a{
	text-decoration: none;
	color: #005DA3;
}

a:visited{
	color: #548ECE;
}

a:hover{
	color: #BF3048;
}

a:active{
	color: #c00;
}
	
/*ul, ol{
	list-style-type: none;
	margin: 0;
	padding: 0;
}*/

ul li, ol li{
	margin: 0;
	padding: 0;
}
	
p{
	text-align: left;
	padding: 0;
	margin: 0;
}

form{
	margin: 0;
	padding: 0;
	border: none;
}
	
fieldset{
	margin: 0;
	padding: 0;
	border: none!important;
}
		
blockquote{
	border-left: 4px dotted #DDD;
	padding: 8px;
}

acronym{
	border-bottom: 1px dotted black;
	cursor:help;
	}	

/* * * * * * * * * * * * * *
	 MAIN LAYOUT
* * * * * * * * * * * * * */

#mainwrapper{
	position: relative;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	background-color: transparent;
	width: 765px;
}
	
#maincontent{
	clear: both;
	width: 765px;
	margin: 17px 0 0 0;
	padding: 0;
	background-color: transparent;
}

#col_sx{
	float: left;
	clear: left;
	width: 142px;
	margin: 0 4px 0 0;
	padding: 0;
}

#col_centro{
	float: left;
	width: 452px;
	margin: 0;
	padding: 0;
}

#col_doppia{
	float: left;
	margin: 0;
	padding: 0;
	width: 618px;
}

#col_dx{
	width: 158px;
	float: left;
	margin: 0 0 0 8px;
	padding: 0;
}

/* * * * * * * * * * * * * *
	HEADER
* * * * * * * * * * * * * */

#div-header{
	width: 765px;
	margin: 0; padding: 0;
}

#logo{
	display: block;
	width: 100px;
	height: 84px;
	float: left;
	margin: 9px 0 0 11px!important;
	margin: 9px 0 0 6px;
	padding: 0;
	background: url('../img/logo-ial-vda.gif') no-repeat bottom left;
}

.logo-replacer{
	display: none;
}

#header-rightblock{
	float: right;
	width: 620px;
}

#menu-block{
	float: right;
	clear: both;
	margin: 0;
	padding: 0;
	text-align: right;
}

/* lingue */

#langsmenu{
	float: right;
	font-size: 85%;
	margin: 4px 0px 0 8px!important;
	margin: 3px 0px 0 5px;
	padding: 0;
	background-color: #538DCD;
	background-image: url('../img/bg-top-sx.gif');
	background-repeat: no-repeat;
	background-position: left bottom;	
	color: #fff;
	text-transform: lowercase;
}

#langsmenu li{
	display: inline;
	float: left;
	background-position: left center;
	background-repeat: no-repeat;
	background-color: #538DCD;
	margin: -4px 4px 0 8px;
	padding: 0 4px 0 2px;
}

#langsmenu li a{
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
}

#langsmenu li a:hover, #langsmenu li a:active{
	color: #fff;
	text-decoration: underline;
}

#langsmenu li a.selected{
	font-weight: bold;
}

/* menu servizi */

#header-menu{
	font-size: 85%;
	float: right;
	margin: 4px 0 0 0!important;
	margin: 3px 0 0 0;
	padding: 0;
	color: #fff;
	text-transform: lowercase;
	background-color: #538DCD;
	background-image: url('../img/bg-top-dx.gif');
	background-repeat: no-repeat;
	background-position: right bottom;
}

#header-menu li{
	display: inline;
	float: left;
	margin: -4px 0 0 6px;
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0 0 0 14px;
	background-color: #538DCD;
}
.close{
	font-size: 50%;
	padding: 0;
	background-color: #538DCD;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.topsx	{
	float: right;
	background-image: url('../img/bg-top-sx.gif');
	
	margin: 0 0 0 0!important;
	margin: -1px 0 0 0;
}
.topdx	{
	float: right;
	padding:0 2px 0 0!important;
	background-image: url('../img/bg-top-dx.gif');
	
	margin: 0 5px 0 0!important;
	margin: -1px 5px 0 0;
}
#header-menu li a{
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
}

#header-menu li a:hover, #header-menu li a:active{
	color: #fff;
	text-decoration: underline;
}

#header-menu li a.selected{
	font-weight: bold;
}

#header-menu li.icona-mappa{
	background-image: url('../img/icona-mappa.gif');
	}
	
#header-menu li.icona-contatti{
	background-image: url('../img/icona-contatti.gif');
	}

#header-menu li.icona-links{
	background-image: url('../img/icona-links.gif');
	}
	
#header-menu li.icona-login{
	background-image: url('../img/icona-login.gif');
	}

/* menu orizzontale */

#horizontal-bar{
	clear: both;
	width: 618px;
	background: url('../img/header-bar.gif') no-repeat left top;
	margin: 14px 0 0 0!important;
	padding: 0;
}

#breadcrumb{
	margin: 0 0 0 18px;
	padding: 0;
	font-size: 90%!important;
	font-size: 85%;
	text-transform: lowercase;
	vertical-align: text-top;
}

#breadcrumb a{
	color: #000;
}

/* * * * * * * * * * * * * *
	COLONNA SX
* * * * * * * * * * * * * */

ul#menu-1{
	list-style-type: none;
	margin: 0;
	padding: 0;
	clear: both;
	line-height: 1.4em;
	width: 140px;
}

ul#menu-1 li{
	width: 137px;
	background: url('../img/menu-1.gif') no-repeat left top;
	height: auto;
	min-height: 18px;
	margin: 0 0 6px 0; 
	padding: 0;
	font-size: 90%;
	float: left;
}
ul#menu-1 li a{
	display: block;
	margin: 0 0 0 8px;
	color: #000;
}

ul#menu-1 li.selected{
	background: url('../img/menu-1-sel.gif') no-repeat left top;
}

ul#menu-1 li.selected a{
	background: url('../img/menu-arrow.gif') no-repeat left center;
	padding: 0 0 0 14px;
}

ul#menu-2{
	list-style-type: none;
	margin: 4px 0 0 0; 
	padding: 0;
	font-size: 95%;
	line-height: 1.36em;
	clear: both;
	background-color: #F7F7F7;
	border: 1px solid #f1efed;
}

ul#menu-2 li{
	margin: 0 0 6px 0; 
	padding: 2px 0 0 0;
	background-image: none;
	background-color: transparent;
}

ul#menu-2 li a{
	text-decoration: none;
	background: url('../img/menu-arrow-2.gif') no-repeat left top!important;
	color: #000;
}

ul#menu-2 li a.selected{
	text-decoration: underline;
}

#print-btn a{
	display: block;
	float: left;
	width: 131px;
	height: 18px;
	background: url('../img/print-btn.gif') no-repeat left top;
	background-color: transparent;
	color: #fff;
	font-size: 10px;
	text-align: center;
	margin: 15px 0 0 0;
	padding: 0 0 0 12px;
  	voice-family: "\"}\""; 
  	voice-family:inherit;
	padding: 0 0 0 8px;
  }

*{}

#col_sx .box-heading{
	background: url('../img/heading-colsx.gif') no-repeat left top;
	width: 132px;
	height: 20px;
	margin: 26px 0 0 0;
}

#col_sx .box-content{
	width: 132px;
	padding-bottom: 12px;
  	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 120px;
}

*{}

/* * * * * * * * * * * * * *
	COLONNA CENTRO
* * * * * * * * * * * * * */

#col_centro .box-heading{
	background: url('../img/heading-centro.gif') no-repeat left top;
	height: 20px;
	margin: 0;
}

#col_centro .box-content{
	padding: 6px;
	margin: 0 0 12px 0;
	font-size: 95%;
}

#col_centro img.left, #col_doppia img.left{
	float: left;
	margin: 0 6px 0 0;
	padding: 0;
}

#col_centro img.right, #col_doppia img.right{
	float: right;
	margin: 0 0 0 6px;
	padding: 0;
}

#col_centro .vetrina{
	width: 31%;
	float: left;
	margin: 0 0 0 8px;
	padding: 0;
}

#col_centro .vetrina.first{
	margin: 0 0 0 4px;
	padding: 0;
}

#col_centro .titolo a{
	display: block;
	font-weight: bold;
	color: #548ECE;
	font-size: 120%;
	letter-spacing: -1px;
	padding: 0;
	margin: 0 0 5px 0;
}

/* * * * * * * * * * * * * *
	COLONNA DOPPIA
* * * * * * * * * * * * * */

#col_doppia .box-heading{
	background: url('../img/heading-doppia.gif') no-repeat left top;
	height: 20px;
	margin: 0;
}

#col_doppia .box-content{
	padding: 6px;
	margin: 0 0 12px 0;
	font-size: 95%;
	height: auto!important;
	min-height: 250px;
	height: 250px;
}

/* * * * * * * * * * * * * *
	COLONNA DX
* * * * * * * * * * * * * */

#col_dx .box-heading{
	background: url('../img/heading-coldx.gif') no-repeat left top;
	height: 20px;
	margin: 0;
	color: #003366;
}

#col_dx .box-content{
	padding: 0 0 8px 0;
	margin: 0 0 12px 0;
}


#col_dx .box-content.news{
	background: url('../img/bg-news.gif') repeat left top;
}

#col_dx .box-content.corsi{
	background: url('../img/bg-corsi.gif') repeat left top;
}

#col_dx .block-text{
	padding: 0;
	margin: 4px 4px 8px 4px;
	font-size: 90%;
}

.block-text .data{
	display: block;
	font-style: italic;
	font-weight: bold;
	color: #036;
}

.box-content .data{
	display: block;
	font-style: italic;
	color: #036;
}

.block-text .titolo a{
	display: block;
	font-weight: bold;
	color: #548ECE;
}

/* * * * * * * * * * * * * *
	FOOTER
* * * * * * * * * * * * * */

#footer{
	width: 100%;
	clear: both;
	margin: 12px 0 0 0; 
	padding: 0;
	border-top: 4px solid #548ECE;
}

#colophon{
	width: 765px;
	margin: 0 auto;
	font-size: 90%;
	color: #000;
}

#colophon .sx{
	width: 40%;
	float: left;
	text-align: left;
	margin: 0 0 0 24px;
	padding: 0;
}

#colophon .dx{
	width: 40%;
	float: right;
	text-align: right;
	margin: 0 24px 0 0;
	padding: 0;
}	

#colophon .dx a{
	text-decoration: none;
	color: #000;
	}

.netblack{
	color: #000;
	font-weight: bold;
	background-color: #fff;
	}

.beblu{
	color: #1E62AD;
	font-weight: bold;
	background-color: #fff;
	}

/* * * * * * * * * * * * * *
	FORMS
* * * * * * * * * * * * * */

.txt, .textarea{
	padding: 1px;
	border: 1px solid #548ECE;
	font-size: 11px;
  	}

.txt:hover, .textarea:hover{
	border: 1px solid #036;
}

.txt:focus, .textarea:focus{
	border: 1px solid #000;
	background-color: #ffc;
}

.btn{
	margin: 0; padding: 0;
	color: #fff;
	text-align: center;
	border: none;
	text-transform: lowercase;
}


/* form di ricerca */

#form-cerca{
	display: block;
	clear: both;
	float: right;
	margin: 14px 18px 7px 0!important;
	margin: 7px 4px 0 0;
	width: 165px;
	}

#form-cerca legend{
	display: block;
	clear: both;
	color: #548ECE;
	font-weight: bold;
	font-size: 95%;
	margin: 0; padding: 0;
	}

#form-cerca fieldset{
	border: none;
}

#form-cerca .txt{
	width: 120px;
  	}

#form-cerca .btn{
	width: 36px;
	height: 18px;
	background-color: transparent;
	background-image: url('../img/searchbtn.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 10px;
}

/* form dei contatti */

#long-form, #contatti-form{
	float: left;
	clear: both;
	padding: 0;
	margin: 12px 0 0 0;
	}
	
#long-form.login{
	margin: 12px auto;
	width: 400px;
	float: none;
}
	
#long-form fieldset{
	margin: 0px; 
	padding: 0px;
	float: left;	
	width: 560px;
	border: none;
	}
	
#contatti-form fieldset{
	margin: 0px 0px 0px 8px; 
	padding: 0px 0px 0px 8px;
	float: left;
	width: 260px;
	/*height: 200px;*/
}

#contatti-form fieldset.large{
	width: 540px;	
	margin-top: 12px;
	height: auto;
}

#long-form fieldset.narrow{
	width: 306px;	
	margin-top: 12px;
	height: auto;
}

#long-form legend{
	display: none;
}

#contatti-form legend{
	text-transform: uppercase;
	font-size: 120%;
	letter-spacing: -1px;
	margin: 0 0 8px 0; 
	padding: 0 2px 0 2px;
	color: #548ECE;
	font-weight: bold;
}


#long-form label{
	text-align: right;
	float: left;
	width: 150px;
	clear: left;
	}

#contatti-form label{
	text-align: right;
	float: left;
	width: 100px;
	clear: left;
}

#long-form .input-div{
	margin-bottom: 8px;
	float: left;
	width: 550px;
}
	
#contatti-form .input-div{
	margin-bottom: 6px;
	float: left;
	width: 260px;
	}

#long-form .txt, #contatti-form .txt{
	width: 140px;
	font-size: 11px;
	margin: 0 0 0 6px;
}

#long-form .textarea, #contatti-form .textarea{
	width: 240px;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	}

#contatti-form .textarea.contatti{
	height: 118px!important;
	height: 122px;
}
	
#contatti-form .inputRadio{
	display: inline;
	height: 14px;
	width: 14px;
	background-color: transparent;
	border-width: 0px;
	padding: 0px;
	margin: 0px 4px 0px 20px;
}

#contatti-form label.labelRadio{
	float: none;
	display: inline;
	width: auto;
	clear: none;
	padding: 4px 10px 0px 0px;
	text-indent: 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
}

.checkbox{
	float: left;
	margin: 0 6px 10px 4px;
	}

label.privacy {
	text-align: left!important;
	margin: 12px 0px 0px 0px;
	width: 100%!important;
	clear: left;
	}

.utilizzo{
	text-align: left;
	background-color: #fcfcfc;
	padding: 4px;
	height: 90px;
	overflow: auto;
	border: 1px solid #548ECE;
	margin: 6px 0 0 0;
}

/* form di login */

#form-login{
	clear: both;
	font-size: 90%;
	padding: 2px 2px 2px 8px;
	margin: 0;
	}

#form-login legend{
	display: none;
	}

#form-login fieldset{
	border: none;
}

#form-login .txt{
	width: 110px;
	margin: 0 0 4px 0;
  	}

#form-login .btn, #long-form .btn , #contatti-form .btn{
	width: 44px;
	height: 20px;
	background-color: transparent;
	background-image: url('../img/loginbtn.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	color: #fff;
	font-size: 10px;
	float: right;
	margin: 2px 6px 0 0;
}

/* * * * * * * * * * * * * *
	LINKS
* * * * * * * * * * * * * */

h3.dot1{
	color: #333;
	background: url('../img/dot.gif') no-repeat left center;
	padding: 0 0 0 16px;
	text-transform: uppercase;
	margin: 12px 0 0 0;
	clear:both;
}

h2.dot-title{
	font-size: 160%;
	font-weight: bold;
	letter-spacing: -1px;
	color: #548ECE;
}

h1.dot-title{
	font-size: 160%;
	font-weight: bold;
	letter-spacing: -1px;
	color: #548ECE;
	margin: 0 0 10px 0;
}

.nomargin{
	margin: 0!important;
	padding: 0;
}

.content-links{
	font-size: 100%;
	margin: 0 0 0 4px;
}

ul.cl{
	list-style-type: none;
	padding: 0;
	margin: 10px 0 0 8px;
	font-size: 100%;
}

li.link-title a{
	background: url('../img/link-ws.gif') no-repeat top left;
	padding: 0 0 0 14px;
	margin: 0;
	text-decoration: none!important;
	font-weight: bold;
	font-size: 105%;
	color: #005AA3!important;
	float: left;
	clear: right;
}

li.link-description{
	display: block;
	clear: left;
	margin: 0 0 0 16px;
	padding: 0;
  }
  
li.link-url{
	margin: 0px 0 8px 16px;
}

/* * * * * * * * * * * * * *
	MAPPA DEL SITO
* * * * * * * * * * * * * */

div.split{
	float: left;
	width: 40%;
	margin-left: 5%;
}

ul.map-1{
	list-style-type: none;
	border-left: 1px solid #ccc;
	line-height: 1.9em;
	margin: 6px 0 0 4px;
	padding: 0;
}

ul.map-2{
	list-style-type: none;
	border-left: 1px solid #ccc;
	line-height: 1.9em;
	margin: 0 0 12px 4px;
	padding: 0;
}

li.mappasito-item{
	background: url('../img/sitemap-bar1.gif') no-repeat top left;
	padding: 0 0 0 16px;
	margin: 0;
}

li.mappasito-item a{
	text-decoration: none!important;
}

/* * * * * * * * * * * * * * * * * * * * * *
	PAGINAZIONE, STRUMENTI NAVIGAZIONE
* * * * * * * * * * * * * * * * * * * * * */

/* paginazione */

#naviga-risultati{
	text-align: center;
	/*width: 566px;*/
	padding: 5px 0 5px 0;
	clear: both;
	text-transform: lowercase;
	}

#naviga-risultati li{
	display: inline;
	}

#naviga-risultati li img{
	vertical-align: text-top;
}

#naviga-risultati li a{
	width: 16px;
	padding: 1px 5px;
	text-decoration: none;
	color: #000;
	font-size: 105%;
	background: url('../img/resbox-off.jpg') no-repeat center;
	text-decoration: none!important;
	}

#naviga-risultati li a.nb{
	border: none;
	padding: 0;
	background: transparent!important;
	}

#naviga-risultati li.nb{
	border: none;
	padding: 0;
	}
	
#naviga-risultati li a.selected{
	color: #fff;
	background: url('../img/resbox-on.jpg') no-repeat center;
	}
	

/* news navigazione */

.naviga-news{
	text-align: center;
	text-transform: lowercase;
	float: left;
	width: 590px;
	margin: 0px 0px 0px 4px;
	font-size: 90%;
	}

.naviga-news a{
	text-decoration: none;
	color: #005DA3;
}

.naviga-news .lista-news{
	float: left;
	padding-left: 17px;
	background: url('../img/elenconews.gif') no-repeat left;
	font-weight: bold;
}

.naviga-news .lista-prev{
	float: right;
	padding-left: 16px;
	background: url('../img/arrow-left.jpg') no-repeat left top;
	font-weight: bold;
	height: 18px;
}

.naviga-news .lista-next{
	float: right;
	padding-right: 16px;
	margin-left: 6px;
	background: url('../img/arrow-right.jpg') no-repeat right top;
	font-weight: bold;
	height: 18px;
}

.naviga-news .lista-prev.off{
	background: url('../img/arrow-left-off.jpg') no-repeat right top;
	color: #666;
	height: 18px;
}

.naviga-news .lista-next.off{
	background: url('../img/arrow-right-off.jpg') no-repeat right top;
	color: #666;
	height: 18px;
}

/* * * * * * * * * * * * * *
	GALLERY
* * * * * * * * * * * * * */



.thumbwrap {
	display: inline;
	padding: 6px 0 0 0;
	margin: 0;
	float:left;
	clear:both;
	width: 600px;
}

.thumbwrap li {
	display: inline;
	vertical-align: top;  /* IE Mac non capisce e a volte crea extra v space */
	padding: 0;
	text-align: center;
	float: left;
	padding: 0 9px 10px 0;
}

.thumbwrap a {
	display: block;
	width: 125px;
	height: 160px;
	margin: 0;
	padding: 6px 0 0 0;
	color: #333!important;
	text-decoration: none!important;
	border: 1px solid #f1efed;
	background: none;
}
.thumbwrap div {
	display: block;
	width: 125px;
	height: 160px;
	margin: 0;
	padding: 6px 0 0 0;
	color: #333!important;
	text-decoration: none!important;
	border: 1px solid #f1efed;
	background: none;
}

.thumbwrap a:hover, .thumbwrap a:active {
	border-color: #548ECE;
}
.thumbwrap a img {
	border-width: 0;
	margin: auto;
}
.thumbwrap a span {
	display: block;
	width: 120px;
	padding: 4px;
}

.lente{
	display: block;
	width: 20px;
	height: 18px;
	text-decoration: none;
	background: url("../img/lente.gif") no-repeat center;
}

span.link-zoom{
	display: none!important;
}

span.didascalia{
	margin: 0; 
	padding: 0;
	font-size: 85%;
	text-align: center;
	display: block;
	margin: auto;
	height: 22px;
	line-height: 1em;
	}


/* * * * * * * * * * * * * *

	ELENCO FILE E ALLEGATI

* * * * * * * * * * * * * */
.attach {
	list-style-type: none;
	margin:0;
	padding:0;
}


li.file{
	margin: 10px 0 0 6px;
	padding-left: 8px;
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding-bottom: 10px;
}

li.file a{
	float: left;
	letter-spacing: 0px;
	text-decoration: none!important;
}

li.file .nome-file a{
	display: block;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	text-transform: none;
	font-size: 110%;
	letter-spacing: normal!important;
	margin: 0; padding: 0;
}

h4.nome-file{
	margin: 0px 0px 0px 16px;
	padding: 0;
}

span.filedescription{
	display: block;
	clear: left;
	text-align:left;
	font-size: 100%;
	margin: 0 0 0 16px;
	padding: 0;
}

li.file a.download{
	background: url('../img/download.gif') no-repeat top right;
	padding: 2px 14px 0px 0px;
	margin: 0 0 0 16px;
	font-weight: bold;
	font-size: 95%;
	color: #333!important;
}

li.file span.size{
	font-size: 90%;
	padding: 0px 0px 0px 8px;
}

li.file.doc{
	background: url('../img/files/doc.gif') no-repeat top left;
}

li.file.htm{
	background: url('../img/files/htm.gif') no-repeat top left;
}

li.file.mp3{
	background: url('../img/files/mp3.gif') no-repeat top left;
}

li.file.nofile{
	background: url('../img/files/nofile.gif') no-repeat top left;
}

li.file.img{
	background: url('../img/files/htm.gif') no-repeat top left;
}

li.file.pdf{
	background: url('../img/files/pdf.gif') no-repeat top left;
}

li.file.ppt{
	background: url('../img/files/ppt.gif') no-repeat top left;
}

li.file.jpg, li.file.img, li.file.gif{
	background: url('../img/files/img.gif') no-repeat top left;
}

li.file.rtf{
	background: url('../img/files/rtf.gif') no-repeat top left;
}

li.file.mdb{
	background: url('../img/files/mdb.gif') no-repeat top left;
}

li.file.txt{
	background: url('../img/files/txt.gif') no-repeat top left;
}

li.file.xls{
	background: url('../img/files/xls.gif') no-repeat top left;
}

li.file.zip{
	background: url('../img/files/zip.gif') no-repeat top left;
}

li.file.swf{
	background: url('../img/files/swf.gif') no-repeat top left;
}

li.file.exe{
	background: url('../img/files/exe.gif') no-repeat top left;
}

li.file.pub{
	background: url('../img/files/publisher.gif') no-repeat top left;
}

li.file.link{
	background:url('../img/files/link_esterno.gif') no-repeat top left;
}

li.file.link-links{
	background: url('../img/files/link_esterno.gif') no-repeat top left;
	margin-bottom: 0;
	padding-bottom: 5px;
}

/* * * * * * * * * * * * * *

	RISULTATI RICERCA

* * * * * * * * * * * * * */

.risultato{
	background-color: #FFEF00;
	color: #000;
	padding: 1px;
}

.categoria{
	display: block;
	clear: both;
	margin: 0; padding: 0;
}

.categoria a{
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

/* * * * * * * * * * * * * *
	SPLASH
* * * * * * * * * * * * * */
#splash-box{
	width: 450px;
	margin: 50px auto;
	height: 500px;
	border: 1px solid #548ECE;
	/*height: 300px;*/
	background-image: url('../img/bg-body.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #fff;
}

#splash-box .messaggio{
	font-size: 140%;
	letter-spacing: -1px;
	display: block;
	clear: both;
	width: 100%;
	font-weight: bold;
	text-align: center;
	
	padding: 15px 0 15px 0;
	border-top: 1px solid #548ECE;
}

#splash-box .presentazione{
	font-size: 100%;
	text-align: center;
	margin: 0px 10px 0 10px;
	padding: 0px 10px 0 10px;
}

#splash-box .goto{
	display: block;
	clear: both;
	width: 100%;
	margin: 48px 0 0 0;
	font-weight: normal;
}


/* * * * * * * * * * * * * *
	TABELLE
* * * * * * * * * * * * * */

table.tab{
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	margin: 0;
	padding: 0;
}

table.tab th{
	background-color: #548ECE;
	font-size: 105%;
	border: 2px solid #fff;
	border-collapse: collapse;
	padding: 2px 2px 2px 4px;
	text-align: left;
	color: #fff;
	white-space: nowrap;
}

table.tab td{
	border: 2px solid #fff;
	padding: 4px;
	vertical-align: top;
}

table.tab caption{
	text-align: left;
	font-weight: bold;
	font-size: 120%;
	color: #548ECE;
	letter-spacing: -1px;
	margin: 0 0 12px 0;
	padding: 0;
}

table.tab td.hilite{
	background-color: #E8E6E3;
}

table.tab tr.over, table.tab tr.over td{
	background-color: #B8D6F1;
}

table.tab tr.out{
	background-color: #f1efed;
}

table.tab tr.select, table.tab tr.select td{
	background-color: #FFEF00;
}

table.tab a{
	background: url('../img/menu-arrow-3.gif') no-repeat left top;
	
	clear: both;
	display: block;
	vertical-align: text-top;
	margin: 0;
	padding: 0 0 0 12px;
	width: 90%;
}

table.tab td a:hover{
	color: #333;
	background-color: #FFEF00;
}

table.tab td a{
	white-space:normal;
}

/* * * * * * * * * * * * * *
	VARI
* * * * * * * * * * * * * */

.box-heading{
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font-size: 115%;
	letter-spacing: -1px;
	padding: 2px;
}

.box-heading span{
	padding: 0 0 0 6px;
}

.box-content{
	border: 1px solid #B8D6F1;
	padding: 0;
	margin: 2px 0 0 0;
}

a.readmore{
	background: url('../img/readmore.gif') no-repeat left center;
	padding: 0 0 0 11px;
	color: #000!important;
	width: 30px;
	height: auto;
	font-size: 95%;	
	vertical-align: baseline;
	text-transform: capitalize;
}
	
a.readmore:hover{
	color: #000;
	background-color: #FFEF00;
}

.titolo a:hover{
	text-decoration: underline;
}

.indent1{
	margin: 12px 0 0 24px;
	display: block;
	clear: both;
}

.filetto{
	margin: 0px; 
	padding: 0px;
	height: 1px;
	border-top: 1px solid #ddd;
}

.filetto.margin{
	clear:both;
	margin: 12px 0 12px 0;
}

ul.dettagli{
	list-style-type: none;
	padding: 0;
	margin: 6px 0 0 8px;
}

ul.dettagli li{
	margin: 0 0 8px 0!important;
	margin: 0;	
}

ul.dettagli li span.titolo{
	display: block;
	clear: both;
	background: url('../img/link-ws.gif') no-repeat left top;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 12px;
}

ul.dettagli li span.contenuto{
	display: block;
	position: relative;
	left: 16px;
	width: 90%;
}
/* * * * * * * * * * * * * *
	HIDDEN
* * * * * * * * * * * * * */
.link-zoom{
	display: none;
}
.hidgr{
	display: none;
}


/* * * * * * * * * * * * * *
	HACKS
* * * * * * * * * * * * * */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}


.breaker{
	display: block;
	clear: both;
}

/** html { 
	overflow-x: hidden; 
}
*/
* html #mainwrapper { 
	height: 1% 
}


.clear{
	display: block;
	width: 100%;
	clear: both;
	height: 4px;
}

.breaker{
	display: block;
	width: 100%;
	clear: both;	
	height: 12px;
}


#contatti-form .err {
	float:right;
	margin-right:10px;
	color:red;
}
.thumbwrap a.zoom{
	background: url("../img/lente.gif") no-repeat right bottom;
}

.thumbwrap a.zoom:hover{
	background: url("../img/lente2.gif") no-repeat right bottom;
}
#flashbanner {
	width:135px;
	height:135px;
	padding-top:8px;
}
