* {
	margin: auto;
	padding: 0;
}

body {
	background-color:#dcdee0;
}

body, th, td, input, textarea {
	text-align: justify;
	font-family:  Trebuchet MS,Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;

}


a:link{color:#4D6B88; text-decoration: none; }
a:active{color:#4D6B88; text-decoration: none;}
a:hover{color:#4D6B88; text-decoration: underline;}
a:visited{color:#4D6B88; text-decoration: none;}

/*Global Content */
div #box-gallery
{
padding-left:10px;
float:left;
width:200px;
}
#globalcontent {
	position:absolute;
	left:50%;				 /*per centrare il box verticalmente il parametro left va settato al 50%*/
	top:2px;
	width:950px !important; /*MZ*/
	width: 950px; /*IE*/
	height:100%;
	margin:0 0 0 -475px;	/* per centrare il box orizzontalemente impostare il paramentro margin con un numero negativo in ultima posizione pari alla meta' della larghezza (width) del div */
}

/*:::::::::::: Header :::::::::::::*/
#header {
	width:950px !important; /*MZ*/
	width: 950px; /*IE*/
	border-collapse:collapse; 
	margin: 0 auto;
}

#header A:link, A:active{color:#727B82;}
#header A:visited{color:#727B82;}
#header A:hover{text-decoration: underline;}

#riga-t{height:50px; background-color: #dcdee0;}

#riga-c {width:950px; height:30px;display:none;}

.linkhome {
	width:40px;
	background: url(../img/top/home.gif) no-repeat 15px center; 
	padding-left:30px;	
	float:left;
	font-size:9px;
	margin-top:7px;
}
.linkcontact {
	width:50px; 
	background: url(../img/top/contact.gif) no-repeat 15px center; 
	padding-left:30px; 
	float:left;
	font-size:9px;
	margin-top:7px;
}
.linkhome a {
	font-size:11px;
}
.linkcontact a {
	font-size:11px;
}

.riga01 {background: url(../img/top/separatore-gri.gif) no-repeat center center; width: 1px; height:30px; padding: 0px 0px 0px 0px; float:left;}
.riga02 {background: url(../img/top/separatore-gri.gif) no-repeat center center; width: 1px; height:30px; padding: 0px 20px 0px 20px; float:left;}
.ita, .ita a {display:none;}
.ita a {display:none;}
.uk, .uk a {display:none;}
.uk a {display: none;}
.fr, .fr a {display:none;}
.fr a {display:none;}
.de, .de a {display:none;}
.de a {display:none;}
.es, .es a {display:none;}
.es a {display:none;}
.br, .br a {display:none;}
.br a {display:none;}
.ch, .ch a {display:none;}
.ch a {display:none;}
.jp, .jp a {display:none;}
.jp a {display:none;}
.ru, .ru a {display:none;}
.ru a {display:none;}
.newsletter {background: url(../img/top/freccia.gif) no-repeat left center; font-size: 12px; float:left; margin-top:7px; padding-left:15px;}
.newsletter A:hover {text-decoration: none;}
.search {background-color: #e9eff4; width:300px; height:31px; float: right;}

.search input.textcerca {
	width:200px; 
	height:18px; 
	border: 1px solid #4D6B88;
	float:left;
	margin-left:30px;
	margin-top:5px;
}
.search input.pulsantecerca {
	height:20px;
	width:45px;
	background-color: #4D6B88; 
	border: 1px solid #ffffff; 
	color: #FFFFFF; 
	text-align:center;
	float:left;
	margin-left:15px;
	margin-top:5px;
	cursor: pointer;	
}

div#riga-d{height:1px; background-color: #CFCECB;display:none;}

div#logo{
	background: url(../img/top/logo.png) no-repeat;	
	width:200px;
	height:70px;
	float:left;
	margin:2px 0px 2px 0px;
	cursor:pointer;
}
div#image{
	background: url(../img/top/headerimg.jpg) no-repeat; 
	width:765px; 
	height:175px; 
	float:right; 
	margin:2px 0px 2px 0px;
	display:none;
}
div#loghi{
	display: none; 
	overflow:hidden;
}

/*:::::::::::: Menu Header:::::::::::::*/
#menu_header {
	display: none; 
	overflow:hidden;
}


/*:::::::::::: Menu Orizzontale:::::::::::::*/
#menu {
	width: 100%;
	height: 30px;
	margin: 0;
	border:0;
	border-spacing:0; 
	border-collapse:collapse; 
	padding:0px;
	background-color: #90A3AF;
}

#menu TD {
	font-family: Tahoma,arial,verdana,helvetica;
	font-size: 12px;
	text-align:center;
	font-weight:bold;
	text-transform: uppercase;
	border-bottom: 1px solid #546B83;
	}
	
#menu TD.normal {background-color: #90A3AF;}
#menu TD.normal A:link{color:#ffffff; text-decoration: none;}
#menu TD.normal A:visited {color:#ffffff; text-decoration: none;}
#menu TD.normal A:hover{color:#4D6B88;}
#menu TD.normal A:active{color:#ffffff;}	

#menu TD.selec {background-color: #4D6B88;}
#menu TD.selec A:link {color:#ffffff; text-decoration: none;}
#menu TD.selec A:visited {color:#ffffff; text-decoration: none;}
#menu TD.selec A:hover{color:#ffffff; text-decoration: underline;}
#menu TD.selec A:active{color:#ffffff;}	

#menu TD.separatore {background-color: #3F5E7D; width: 1px; text-align:center;}

#sottomenu {
	width: 100%;
	height: 40px;
	background-color: #a9b7c6;
	margin:20px 0px 0px 0px;
	border:0px;
	border-spacing:0px; 
	border-collapse:collapse; 
	padding-top:0px;
	}
#sottomenu TD {	
	padding-left: 40px;
	font-family: Trebuchet MS,arial,verdana,helvetica;
	font-size: 13px;
	font-weight:normal;
	text-transform: capitalize;
	
	}
			
#sottomenu TD A:link{color:#fff;}
#sottomenu TD A:visited {color:#fff;}
#sottomenu TD A:active{color:#fff;}
#sottomenu TD A:hover{color:#fff;text-decoration: underline;}


/*:::::::::::: Menu Verticale:::::::::::::*/
#menuv {
	width: 100%;
	height: 30px;
	margin: 0;
	border:0;
	border-spacing:0; 
	border-collapse:collapse; 
	padding:0px;
	text-indent: 3px;
}

#menuv TD {
	font-family: Tahoma,arial,verdana,helvetica;
	font-size: 12px;
	text-align:left;
	font-weight:bold;
	text-transform: uppercase;
	border-bottom: 1px solid #546B83;	
}
	
#menuv TD.normalv {background-color: #90A3AF;}
#menuv TD.normalv A:link{color:#ffffff; text-decoration: none;}
#menuv TD.normalv A:visited {color:#ffffff; text-decoration: none;}
#menuv TD.normalv A:hover{color:#4D6B88;}
#menuv TD.normalv A:active{color:#ffffff;}	

#menuv TD.selecv {background-color: #4D6B88;}
#menuv TD.selecv A:link {color:#ffffff; text-decoration: none;}
#menuv TD.selecv A:visited {color:#ffffff; text-decoration: none;}
#menuv TD.selecv A:hover{color:#ffffff; text-decoration: underline;}
#menuv TD.selecv A:active{color:#ffffff;}	

#menuv TD.separatore {background-color: #3F5E7D; width: 1px; text-align:left;}

.sottomenuv {
	width: 100%;
	height: 20px;
	background-color: #4D6B88;
	margin: 0;
	border:0;
	border-spacing:0; 
	border-collapse:collapse; 
	
	}
.sottomenuv TD {	
	font-family: Tahoma,arial,verdana,helvetica;
	font-size: 11px;
	font-weight:bold;
	text-transform: capitalize;
	padding-left:10px;
	}
			
.sottomenuv TD A:link{color:#ff0000;}
.sottomenuv TD A:visited {color:#ffffff;}
.sottomenuv TD A:active{color:#ffffff;}
.sottomenuv TD A:hover{text-decoration: underline;}

.click{
	font-family: Trebuchet MS,arial,verdana,helvetica;
	font-size: 13px;
	font-weight:bold;
	margin-left:-5px;
	padding-left: 5px;
	padding-top:3px;
	padding-right:0px;
	padding-bottom:3px;
	display: inline;	
	color:#fff;
	
	}

.click TD A:link{text-decoration:underline;color:#fff; padding:0px 0px 0px 0px;}
.click A:visited {text-decoration:underline;color:#fff;padding:0px 0px 0px 0px;}
.click A:active{text-decoration:underline;color:#fff;padding:0px 0px 0px 0px;}
.click A:hover{text-decoration: none;color:#fff;padding:0px 0px 0px 0px;}

/*:::::::::::: Menu misto :::::::::::::*/

div#mmisto{
	width:750px; 
	height:20px; 
	float:right; 
	margin:25px 0px 0px 0px;
	background-color: #dcdee0;
	padding-top:5px;

}

.menu_misto {
	width:100% !important; /*MZ*/
	width: 100%; /*IE*/
	border:0;
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
	display: inline;	
	float:left;
	font-family: Trebuchet MS,arial,verdana,helvetica;
	color:#FFFFFF;
	font-size: 11px;
	font-weight:bold;	
}


.menu_misto div.normalv {color:#a9b7c6;padding:0px 0px 0px 0px;display: inline;	}
.menu_misto div.normalv A:link{color:#a9b7c6;padding:0px 0px 0px 0px;display: inline;}
.menu_misto div.normalv A:visited {color:#a9b7c6;padding:0px 0px 0px 0px;display: inline;}
.menu_misto div.normalv A:hover{color:#a9b7c6;padding:0px 0px 0px 0px;display: inline;}


.menu_misto div.selecv{color:#fff;padding:0px 0px 0px 0px;display: inline;	}
.menu_misto div.selecv A:link{color:#fff; text-decoration:none;padding:0px 0px 0px 0px;display: inline;	}
.menu_misto div.selecv A:visited{color:#fff;text-decoration:none;padding:0px 0px 0px 0px;display: inline;	}
.menu_misto div.selecv A:hover{color:#fff;text-decoration:none;padding:0px 0px 0px 0px;display: inline;	}




.mistoseparatore {background-color: #3F5E7D; width: 1px; text-align:center;display:none;}

.logo_categ {
	width: 40px;
	height: 40px;	
	margin:0px 0px 0px 0px;
	border:0px;
	border-spacing:0px; 
	border-collapse:collapse; 
	padding:0px 10px 0px 120px;
	display: inline;
		
	}


/*:::::::::::: Contenuto Pagina :::::::::::::*/



div#contenitore{
	background-color:#FFF;
	margin-bottom: 0px;	
	width:950px !important; /*MZ*/
	width: 950px; /*IE*/
	overflow:hidden;

}

/*:::::::::::: Colonna Left :::::::::::::*/
div#mleft {
	width:180px !important; /*MZ*/
	width: 180px; /*IE*/
	border:0;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	display: inline;
	float:left;
	background-color:#ffffff;
}


/*:::::::::::: Contenuto Centrale :::::::::::::*/

.search_page {background-color: #e9eff4; width:920px; height:31px;margin-bottom:5px;margin-top:10px;display:none;}

.search_page div.search_page_descr {float:left;margin:5px 10px 0px 5px;font-family: Trebuchet MS;font-size: 18px;font-weight:bold;color: #395b80;}

.search_page input.text_search_page  {
	width:200px; 
	height:18px; 
	border: 1px solid #4D6B88;
	float:left;
	margin-left:5px;
	margin-top:5px;
	
}
.search_page input.button_search_page {
	height:20px;
	width:45px;
	background-color: #4D6B88; 
	border: 1px solid #ffffff; 
	color: #FFFFFF; 
	text-align:center;
	float:left;
	margin-left:15px;
	margin-top:5px;
	cursor: pointer;
	
}
.descrizione_breve {width:920px;
}

div#page {
	width: 920px !important; /*MZ*/
	width: 920px; /*IE*/
	border:0;
 	margin: 0px 9px 0px 9px;
	display: inline;
 	position: relative;
	float:left;
}

div#page_centro{
	float: left;
	margin-top:5px;
	width: 920px ;
}


div#bannercentro {
	width: 572px !important; /*MZ*/
	width: 572px; /*IE*/
	border:0;
 	margin: 0px 0px 0px 0px;
	display: inline;
 	position: relative;
	float:left;
}
div.banner {
	float:left;
	margin-bottom:5px;
}

.notizia {float: none; clear: both;}

.paginazione {
	margin-top:15px;
	margin-bottom:15px;
}

/*:::::::::::: Colonna Right :::::::::::::*/
div#mright {
	width:180px !important; /*MZ*/
	width: 180px; /*IE*/
	border:0;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	display: none;
 	position: relative;
	float:right;
}

/*:::::::::::: Iframe di autenticazione newsletter complessa :::::::::::::*/
.iframe {
	background-color:#b4c9dc;
	width:180px;
	height: 190px;
	overflow: hidden;
}

/*:::::::::::: Meteo :::::::::::::*/
#meteo {
	margin-top:10px;
	width:180px;
	height: 150px;
	float:left;
}

/*:::::::::::: Menu right :::::::::::::*/
div#menudx{
	background: #4D6B88 url(../img/mright/li.gif) no-repeat left;
	font-family: arial,verdana,helvetica; 
	font-size: 14px;
	font-weight:bold;
	text-align:left;	
	text-transform: uppercase;
	padding-left: 20px;
	padding-top: 2px;
	margin-bottom:2px;
	vertical-align: middle;
}

div#menudx a:link, a:active{color:#ffffff;text-decoration: none;}
div#menudx a:visited {color:#90A3AF;}
div#menudx a:hover {color:#90A3AF;}

.clearer {float: none; clear: both;} /*interrompe l'azione del float e non permette che altri div si affianchino all'ultima colonna */

/*:::::::::::: Linea orizzontale sfumata :::::::::::::*/
.linea {
	height:1px; 
	background: url(../img/linea.png) no-repeat;
	overflow:hidden;
	margin-bottom:4px;
}
.lineasottocat {
	height:2px; 
	background: url(../img/linea.png) no-repeat;
	overflow:hidden;
	margin-bottom:20px;
}
.lineanews {
	height:1px; 
	background: url(../img/news/hr-lastnews.png);
	overflow:hidden;
}
.lineapaginazione {
	height:1px; 
	background: url(../img/lineapaginazione.png);
	overflow:hidden;
}
	
/*:::::::::::: Footer :::::::::::::*/
.pxup {	
	background-color: #fff;
	height: 50px;
	margin-top:0px;
	overflow:hidden;
	
}
	
div#footer {
	height: 30px;
	width: 100%;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	background-color: #a9b7c6;
	text-align: center;
	font-size: 11px;
	color: #fff;
	margin:0px 0px 0px 0px;
	padding:20px 0px 10px 0px;

}

div#footer a {
	padding: 2px 7px 0px 0px;
	color: #FFFFFF;
}

.pxdown {	
	background-color: #B6C3D0;
	height: 3px;
	overflow:hidden;
	display:none;
}


/*:::::::::::: Privacy ::::::::::::::*/
#privacy {
	padding: 8px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
/*:::::::::::: Link Ricerca avanzata Prodotti ::::::::::::::*/

.search-param {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#395b80;
	background-color:#e9eff4;
	font-size:18px;
	padding:2px 2px 2px 2px;
	font-weight:bold;
	margin-bottom:8px;
}
.search-param A:link {
	font-family: Trebuchet MS;
	color:#395b80;
	font-size:18px;
	padding:2px 2px 2px 2px;
	font-weight:bold;
	background-color: #e9eff4;
	text-decoration: none;
}
.search-param A:visited {
	font-family: Trebuchet MS;
	color:#395b80;
	font-size:18px;
	padding:2px 2px 2px 2px;
	font-weight:bold;
	background-color:#e9eff4;
	text-decoration: none;
}
.search-param A:hover{
	font-family: Trebuchet MS;
	color:#395b80;
	font-size:18px;
	padding:2px 2px 2px 2px;
	font-weight:bold;
	background-color: #e9eff4;
	text-decoration: underline;
}
.search-param A:active{
	font-family: Trebuchet MS;
	color:#395b80;
	font-size:18px;
	padding:2px 2px 2px 2px;
	font-weight:bold;
	background-color: #e9eff4;
	text-decoration: none;
}	

/*:::::::::::: Ricerca avanzata Prodotti ::::::::::::::*/

.ricerca_param  {background-color:#e9eff4; margin:10px 0px 10px 0px; padding:5px;}
.ricerca_param div.title{font-family: Trebuchet MS;font-size: 18px;font-weight:bold;color: #395b80;background-color:#e9eff4; }
.campo{width:120px; margin:5px; background-color:#e9eff4;}
.campo select {font-family: Trebuchet MS;font-size: 11px;font-weight:normal;color: #000; background-color:#FFF; border:#395b80 solid 1px; height:20px;}


.pulsantecerca_param{
	margin-top:10px;
    border: 1px solid #395b80;
    color:#fff;
    background-color: #395b80;
    width:80px;
    text-align:center;
	cursor:pointer;
}

/*:::::::::::: Ricerca veloce prodotti :::::::::::::*/

.search-veloce {background-color:#e9eff4;margin:10px 0px 10px 0px;padding:5px; display:none}
.search-veloce div.title_veloce {font-family: Trebuchet MS;font-size: 18px;font-weight:bold;color: #395b80;background-color:#e9eff4; width:910px;}
.search-veloce div.nome {width:910px;}
.search-veloce div.select{width:910px;} 
.search-veloce div.select select {font-family: Trebuchet MS;font-size: 11px;font-weight:normal;color: #000; background-color:#FFF; border:#395b80 solid 1px; height:20px;}
.search-veloce div.pulsante{width:910px;} 

.pulsantecerca_veloce{
    border: 1px solid #395b80;
    color:#fff;
    background-color: #395b80;
    width:80px;
    text-align:center;
	cursor:pointer;
}


/*:::::::::::: Elenco prodotti con tabella dinamica:::::::::::::*/
.notizia-prod { font-family: Trebuchet MS;font-size:12px;padding:0px 0px 0px 0px;}
.elenco_prod_colonne { font-family: Trebuchet MS;font-size:12px; padding:0px 0px 0px 0px;background-color:#fadca2; }
.elenco_prod_colonne th { font-family: Trebuchet MS;font-size:12px; color:#FFF;text-transform:uppercase;text-align:left; background-color:#4d6b88;padding:5px 5px 5px 5px;border:1px #4d6b88 solid}
.elenco_prod_colonne td{ font-family: Trebuchet MS;font-size:12px;padding:5px 5px 5px 5px;background-color:#e9eff4; border:1px #e9eff4 solid;text-align:left;}

