@charset "utf-8";

html,body{
	height: 100%;
	width: 100%;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#444444;
}

p{
	margin-bottom: 8px;
	line-height: 1.4em;
}

strong{
	color: #000;
}

a{
	text-decoration: none;
	color: #334E6A;
}

a:hover{
	color: #E53A31;
}

h1.titoloSezione{
	background-color: #2e4567;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	line-height: 23px;
	padding: 0 0 0 6px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
}

h1.titoloPagina{
		margin-bottom: 6px;
		font-size: 15px;
		color: #2E4567;
		font-weight: normal;
}

h2.titoloDettaglio{
	border-bottom: #2e4567 1px solid;
	font-size: 16px;
	color: #2e4567;
	padding-bottom: 1px;
	margin-bottom: 13px;
}


.clear{
	clear: both;
	display: block;
}
.floatLeft{
	float: left;
}

.floatRight{
	float: right;
}

/* Menu di navigazione sx */

#boxMenu{
	width: 230px;
	float:left;
	margin-bottom: 10px;
	margin-right: 10px;
	font-size: 12px;
	display: block;
}

	#boxMenu h1{
		margin-bottom:10px;
	}
	
	#boxMenu ul.navSx li {
	
	}
	
		#boxMenu ul.navSx a{
			color: #333333;
			background-color: #E4E4E4;
			line-height: 1.4em;
			/* height: 28px;*/
			width: 220px;
			display: block;
			text-decoration: none;
			margin-bottom: 4px;
			text-transform: uppercase;
			font-size: 10px;
			display: block;
			padding: 8px 5px 8px 5px;
		}
		
		#boxMenu ul.navSx a:hover{
			background-color: #CCC;
		}

		#boxMenu ul.navSx a.active{
			background-color: #CCC;
			margin-bottom: 4px;
		}
	

		#boxMenu ul.navSx ul li a{
			height: 22px;
			line-height: 22px;
			width: 220px;
			background: none;
			background-color: #444444;
			color:#FFF;
			margin-bottom: 4px;
			padding: 3px 5px 3px 5px;
		}	
		

		#boxMenu ul.navSx ul.tecnAlpine	li a{	background-color: #344E6B;}
		#boxMenu ul.navSx ul.movTerra  li a	{ 	background-color: #ED8C07;}
		#boxMenu ul.navSx ul.industria	li a	{ 	background-color: #E64435;}
		#boxMenu ul.navSx ul.industriaAlim	li a{ 	background-color: #E6AC74;}
		#boxMenu ul.navSx ul.agricoltura  li a 	{	background-color: #5F7B25;}
		#boxMenu ul.navSx ul.edilizia  li a 		{	background-color:#C5C7C8;}
		#boxMenu ul.navSx ul.energia  li a		 	{	background-color: #1C8BC7;}
		#boxMenu ul.navSx ul.motorbike li a     	{	background-color:#000000;}
		#boxMenu ul.navSx ul.lubrorefr li a		{	background-color:#87888A;}
		
	
		



/* TEMPLATE 
-------------------------*/

#langSel{
	width: 100%;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background-color: #999;
	color: #FFF;
	position: relative;
	font-size: 11px;
	background-image: url(images/bkgSelLingue.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

	#langSel a{
		margin-left: 8px;
		margin-right: 8px;
		color: #E8E8E8;
		text-decoration: none;
	}
	
		#langSel a:hover{
		color: #FFF;
	}
	
	#langSel .closeLang{
		position: absolute;
		text-align: center;
		right: 5px;
		top: -1px;
		display: block;
		width: 25px;
		height: 25px;
		background-image: url(images/iconClose.gif);
		background-repeat: no-repeat;
		background-position: top center;
	}
	
	
	#langSel .closeLang:hover{
		background-position: bottom center;
	}


.changeLang{
	position: absolute;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	padding: 2px 4px 4px 4px;
	background-color: #999999;
	background-image: url(images/bkgBtnLang.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.changeLang:hover{
	color: #fff;
}

#wrapper{
	height: 101%;
	width: 100%;
	background-image: url(images/bkgBody.jpg);
	background-repeat: repeat-x;
	background-position: top;
}


#sfondoLayout{
	height: 100%;
	width: 100%;
	background-image: url(images/bkgWrapper.gif);
	background-position: top;
	background-repeat: no-repeat;
}


#container{
	margin: 0 auto;
	width: 990px;
	min-height: 550px;
	position: relative;
}

#header{
	width: 990px;
	height: 300px;
}

#navigazione{
	padding-top: 16px;
}

	#navigazione ul.nav{
		float: right;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
	}
	
		#navigazione ul.nav li{
			display: inline;
		}
		
			#navigazione ul.nav li a{
				text-decoration: none;
				padding: 2px 3px 3px 3px;
				color: #666666;
				margin: 0 5px 0 0;
				line-height: 20px;
			}
			
			#navigazione ul.nav li a:hover{
				color: #333333;
				/*background-image: url(images/bkgMenu.gif);
				background-repeat: repeat-x;
				background-position: bottom;*/
			}

				#navigazione ul.nav li a.active{
					color:  #33333;
					font-weight: bold;
					text-decoration: none;
				/*	background-image: url(images/bkgMenu.gif);
					background-repeat: repeat-x;
					background-position: bottom;*/
				}

#logo{
	position: absolute;
	top: 24px;
	left: 15px;
	z-index:5;
}

#content{
	min-height: 200px;
	padding: 10px 0 10px 10px;
}

#footer{
	height: 60px;
	width: 100%;
	background-image: url(images/bkgFooter.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-top: #cbcdd2 1px solid;
	color: #334e6a;
}

	#footer .inner{
			margin: 0 auto;
			width: 990px;
	}

	#footer .infoLeft{
		float: left;
		padding-left: 5px;
		width: 600px;
	}
	
			#footer .infoLeft h6{
				margin-bottom: 2px;
				margin-top: 17px;
			}
			
			#footer .infoLeft a{
				color: #334e6a;
				text-decoration: none;
			}
			
			#footer .infoLeft a:hover{
				text-decoration: underline;
			}
			
			#footer .infoLeft img{
				float: left;
				margin-right: 10px;
			}
			
	
	#footer .infoRight{
		float: right;
		padding-right: 15px;
	}
	
		#footer .infoRight img{
			float: left;
		}
		#footer .rssIcon{
			float: left;
			display:block;
			width: 24px;
			height: 48px;
			background-image: url(images/iconaRss.gif);
			background-repeat: no-repeat;
			background-position: top;
			margin-right: 12px;
		}
		
		#footer .rssIcon:hover{
			background-position: bottom;
		}
		
		
/* HOME PAGE
------------------------------*/

#boxNews{
	display: block;
	width: 300px;
	height: 415px;
	float:left;
	margin-bottom: 20px;
	margin-right: 10px;
}

	#boxNews .singleNews{
		padding: 10px 5px 20px 5px;
		border-bottom:  1px dotted #CCC;
		position: relative;
		height: auto;
	}
		
		#boxNews .singleNews .leggi{
			background-color: #dfdedf;
			position: absolute;
			right: 5px;
			bottom: 10px;
			padding: 3px 5px 3px 6px;
			text-decoration: none;
			font-size: 10px;
			color: #334e6a;
			font-size: 8px;
		}
		
		#boxNews .singleNews .text{
			text-align: justify;
		}
		
		#boxNews .singleNews .leggi:hover{
			background-color: #334e6a;
			color: #FFF;
		}
	#boxNews h5{
		color: #e64335;
		margin-bottom: 10px;
		font-weight: bold;
		font-size: 13px;
	}
	
	#boxNews p.data{
		font-size: 10px;
		text-align: center;
		line-height: 14px;
		color: #ffffff;
		display: block;
		width: 60px;
		height: 19px;
		background-image: url(images/bkgTooltipData.gif);
		background-repeat: no-repeat;
		background-position: top left;
		margin-bottom: 3px;
	}

#boxApplicazioni{
	float: left;
	width: 668px;
	height: 415px;
}
	#boxApplicazioni h1{
		margin-bottom: 8px;
		margin-right: 8px;
	}
	
	#boxApplicazioni .appl{
		float: left;
		width: 214px;
		height: 90px;
		margin-bottom: 8px;
		margin-right: 8px;
		display: inline;
	}
	
/* InfoBar ita */
#infoBar_ita{
	width: 980px;
	height: 43px;
	margin-top: 10px;
	display: block;
	clear: both;
}
	#infoBar_ita img{
		float: left;
	}
	
	#infoBar_ita a{
		background-image: url(images/infoBar.jpg);
		background-repeat: no-repeat;
		width: 138px;
		height: 43px;
		display: block;
		float: left;
	}

	#infoBar_ita .btn1{	background-position: 0px 0px;}
	#infoBar_ita .btn1:hover{ background-position: 0px -43px;}
	
	#infoBar_ita .btn2{	background-position: -136px 0px;}
	#infoBar_ita .btn2:hover{	background-position: -136px -43px;}
	
	#infoBar_ita .btn3{	background-position: -272px 0px;}
	#infoBar_ita .btn3:hover{	background-position: -272px -43px;}
	
	#infoBar_ita .btn4{	background-position: -415px 0px;}
	#infoBar_ita .btn4:hover{ background-position: -415px -43px;}
	
	#infoBar_ita .btn5{	background-position: -550px 0px;}
	#infoBar_ita .btn5:hover{ background-position: -550px -43px;}
	
	#infoBar_ita .btn6{	background-position: -690px 0px;}
	#infoBar_ita .btn6:hover{background-position: -690px -43px;}
	
	#infoBar_ita .btn7{	background-position: -834px 0px;}
	#infoBar_ita .btn7:hover{ background-position: -834px -43px;}
	

/* InfoBar spa */
#infoBar_spa{
	width: 980px;
	height: 43px;
	margin-top: 10px;
	display: block;
	clear: both;
}
	#infoBar_spa img{
		float: left;
	}
	
	#infoBar_spa a{
		background-image: url(images/infoBar_spa.jpg);
		background-repeat: no-repeat;
		width: 138px;
		height: 43px;
		display: block;
		float: left;
	}

	#infoBar_spa .btn1{	background-position: 0px 0px;}
	#infoBar_spa .btn1:hover{ background-position: 0px -43px;}
	
	#infoBar_spa .btn2{	background-position: -136px 0px;}
	#infoBar_spa .btn2:hover{	background-position: -136px -43px;}
	
	#infoBar_spa .btn3{	background-position: -272px 0px;}
	#infoBar_spa .btn3:hover{	background-position: -272px -43px;}
	
	#infoBar_spa .btn4{	background-position: -415px 0px;}
	#infoBar_spa .btn4:hover{ background-position: -415px -43px;}
	
	#infoBar_spa .btn5{	background-position: -550px 0px;}
	#infoBar_spa .btn5:hover{ background-position: -550px -43px;}
	
	#infoBar_spa .btn6{	background-position: -690px 0px;}
	#infoBar_spa .btn6:hover{background-position: -690px -43px;}
	
	#infoBar_spa .btn7{	background-position: -834px 0px;}
	#infoBar_spa .btn7:hover{ background-position: -834px -43px;}




	
/* InfoBar deu */
#infoBar_deu{
	width: 980px;
	height: 43px;
	margin-top: 10px;
	display: block;
	clear: both;
}
	#infoBar_deu img{
		float: left;
	}
	
	#infoBar_deu a{
		background-image: url(images/infoBar_deu.jpg);
		background-repeat: no-repeat;
		width: 138px;
		height: 43px;
		display: block;
		float: left;
	}

	#infoBar_deu .btn1{	background-position: 0px 0px;}
	#infoBar_deu .btn1:hover{ background-position: 0px -43px;}
	
	#infoBar_deu .btn2{	background-position: -136px 0px;}
	#infoBar_deu .btn2:hover{	background-position: -136px -43px;}
	
	#infoBar_deu .btn3{	background-position: -288px 0px;}
	#infoBar_deu .btn3:hover{	background-position: -288px -43px;}
	
	#infoBar_deu .btn4{	background-position: -428px 0px;}
	#nfoBar_deu .btn4:hover{ background-position: -428px -43px;}
	
	#infoBar_deu .btn5{	background-position: -567px 0px;}
	#infoBar_deu .btn5:hover{ background-position: -567px -43px;}
	
	#infoBar_deu .btn6{	background-position: -710px 0px;}
	#infoBar_deu .btn6:hover{background-position: -710px -43px;}
	
	#infoBar_deu .btn7{	background-position: -834px 0px;}
	#infoBar_deu .btn7:hover{ background-position: -834px -43px;}

		

/* InfoBar eng */
#infoBar_eng{
	width: 980px;
	height: 43px;
	margin-top: 10px;
	display: block;
	clear: both;
}
	#infoBar_eng img{
		float: left;
	}
	
	#infoBar_eng a{
		background-image: url(images/infoBar_eng.jpg);
		background-repeat: no-repeat;
		width: 138px;
		height: 43px;
		display: block;
		float: left;
	}

	#infoBar_eng .btn1{	background-position: 0px 0px;}
	#infoBar_eng .btn1:hover{ background-position: 0px -43px;}
	
	#infoBar_eng .btn2{	background-position: -136px 0px;}
	#infoBar_eng .btn2:hover{	background-position: -136px -43px;}
	
	#infoBar_eng .btn3{	background-position: -272px 0px;}
	#infoBar_eng .btn3:hover{	background-position: -272px -43px;}
	
	#infoBar_eng .btn4{	background-position: -415px 0px;}
	#infoBar_eng .btn4:hover{ background-position: -415px -43px;}
	
	#infoBar_eng .btn5{	background-position: -550px 0px;}
	#infoBar_eng .btn5:hover{ background-position: -550px -43px;}
	
	#infoBar_eng .btn6{	background-position: -690px 0px;}
	#infoBar_eng .btn6:hover{background-position: -690px -43px;}
	
	#infoBar_eng .btn7{	background-position: -834px 0px;}
	#infoBar_eng .btn7:hover{ background-position: -834px -43px;}



	/* InfoBar fra */
#infoBar_fra{
	width: 980px;
	height: 43px;
	margin-top: 10px;
	display: block;
	clear: both;
}
	#infoBar_fra img{
		float: left;
	}
	
	#infoBar_fra a{
		background-image: url(images/infoBar_fra.jpg);
		background-repeat: no-repeat;
		width: 138px;
		height: 43px;
		display: block;
		float: left;
	}

	#infoBar_fra .btn1{	background-position: 0px 0px;}
	#infoBar_fra .btn1:hover{ background-position: 0px -43px;}
	
	#infoBar_fra .btn2{	background-position: -138px 0px;}
	#infoBar_fra .btn2:hover{	background-position: -138px -43px;}
	
	#infoBar_fra .btn3{	background-position: -277px 0px;}
	#infoBar_fra .btn3:hover{	background-position: -277px -43px;}
	
	#infoBar_fra .btn4{	background-position: -416px 0px;}
	#infoBar_fra .btn4:hover{ background-position: -416px -43px;}
	
	#infoBar_fra .btn5{	background-position: -555px 0px;}
	#infoBar_fra .btn5:hover{ background-position: -555px -43px;}
	
	#infoBar_fra .btn6{	background-position: -694px 0px;}
	#infoBar_fra .btn6:hover{background-position: -694px -43px;}
	
	#infoBar_fra .btn7{	background-position: -833px 0px;}
	#infoBar_fra .btn7:hover{ background-position: -833px -43px;}
	
	
	
/* InfoBar Sloveno */
#infoBar_slv{
	width: 980px;
	height: 43px;
	margin-top: 10px;
	display: block;
	clear: both;
}
	#infoBar_slv img{
		float: left;
	}
	
	#infoBar_slv a{
		background-image: url(images/infoBar_slv.jpg);
		background-repeat: no-repeat;
		width: 138px;
		height: 43px;
		display: block;
		float: left;
	}

	#infoBar_slv .btn1{	background-position: 0px 0px;}
	#infoBar_slv .btn1:hover{ background-position: 0px -43px;}
	
	#infoBar_slv .btn2{	background-position: -136px 0px;}
	#infoBar_slv .btn2:hover{	background-position: -136px -43px;}
	
	#infoBar_slv .btn3{	background-position: -272px 0px;}
	#infoBar_slv .btn3:hover{	background-position: -272px -43px;}
	
	#infoBar_slv .btn4{	background-position: -415px 0px;}
	#infoBar_slv .btn4:hover{ background-position: -415px -43px;}
	
	#infoBar_slv .btn5{	background-position: -550px 0px;}
	#infoBar_slv .btn5:hover{ background-position: -550px -43px;}
	
	#infoBar_slv .btn6{	background-position: -690px 0px;}
	#infoBar_slv .btn6:hover{background-position: -690px -43px;}
	
	#infoBar_slv .btn7{	background-position: -834px 0px;}
	#infoBar_slv .btn7:hover{ background-position: -834px -43px;}




/* InfoBar hbs */
#infoBar_hbs{
	width: 980px;
	height: 43px;
	margin-top: 10px;
	display: block;
	clear: both;
}
	#infoBar_hbs img{
		float: left;
	}
	
	#infoBar_hbs a{
		background-image: url(images/infoBar_hbs.jpg);
		background-repeat: no-repeat;
		width: 138px;
		height: 43px;
		display: block;
		float: left;
	}

	#infoBar_hbs .btn1{	background-position: 0px 0px;}
	#infoBar_hbs .btn1:hover{ background-position: 0px -43px;}
	
	#infoBar_hbs .btn2{	background-position: -136px 0px;}
	#infoBar_hbs .btn2:hover{	background-position: -136px -43px;}
	
	#infoBar_hbs .btn3{	background-position: -272px 0px;}
	#infoBar_hbs .btn3:hover{	background-position: -272px -43px;}
	
	#infoBar_hbs .btn4{	background-position: -415px 0px;}
	#infoBar_hbs .btn4:hover{ background-position: -415px -43px;}
	
	#infoBar_hbs .btn5{	background-position: -550px 0px;}
	#infoBar_hbs .btn5:hover{ background-position: -550px -43px;}
	
	#infoBar_hbs .btn6{	background-position: -690px 0px;}
	#infoBar_hbs .btn6:hover{background-position: -690px -43px;}
	
	#infoBar_hbs .btn7{	background-position: -834px 0px;}
	#infoBar_hbs .btn7:hover{ background-position: -834px -43px;}
	


/* InfoBar rus */
#infoBar_rus{
	width: 980px;
	height: 43px;
	margin-top: 10px;
	display: block;
	clear: both;
}
	#infoBar_rus img{
		float: left;
	}
	
	#infoBar_rus a{
		background-image: url(images/infoBar_rus.jpg);
		background-repeat: no-repeat;
		width: 138px;
		height: 43px;
		display: block;
		float: left;
	}

	#infoBar_rus .btn1{	background-position: 0px 0px;}
	#infoBar_rus .btn1:hover{ background-position: 0px -43px;}
	
	#infoBar_rus .btn2{	background-position: -136px 0px;}
	#infoBar_rus .btn2:hover{	background-position: -136px -43px;}
	
	#infoBar_rus .btn3{	background-position: -272px 0px;}
	#infoBar_rus .btn3:hover{	background-position: -272px -43px;}
	
	#infoBar_rus .btn4{	background-position: -415px 0px;}
	#infoBar_rus .btn4:hover{ background-position: -415px -43px;}
	
	#infoBar_rus .btn5{	background-position: -560px 0px;}
	#infoBar_rus .btn5:hover{ background-position: -560px -43px;}
	
	#infoBar_rus .btn6{	background-position: -695px 0px;}
	#infoBar_rus .btn6:hover{background-position: -695px -43px;}
	
	#infoBar_rus .btn7{	background-position: -834px 0px;}
	#infoBar_hbs .btn7:hover{ background-position: -834px -43px;}





	
/* PRODOTTI
------------------------------*/

#prodotti{
	min-height: 400px;
}


	#prodotti h1{
		margin-bottom: 10px;
	}
	
	#prodotti .colDx{
		width: 730px;
		display: block;
		float: left;
	}
	
	#prodotti #opzioniVis{
		display: block;
		height: 26px;
		width: 728px;
		margin-bottom: 3px;
		line-height: 26px;
		border: 1px solid #CCC;
	}
	
	#prodotti #opzioniVis a{
		color: #444444;
		text-decoration: none;
		padding: 0 8px  0 5px;
	}
	
	#prodotti #opzioniVis a:hover{
		color: #000000;
	}
	
	
	

	/* intestazione */
	
		#prodotti table.oli td{
			width: 10.1%;
		}
		
		#prodotti table.grassi td{
			width: 10%;
		}
		
		#prodotti table.spray td{
			width: 20%;
		}
		
		#prodotti .intestazione{
			width: 728px;
			margin: 0 auto;
			color: #FFF;
			border:#cccccc 1px solid;
			
		}
		#prodotti .intestazione table{
			background-color:#98A9BF;
			height: 25px;
			border: none;
			border-collapse: separate;
		}
		
		#prodotti .intestazione #sorter{
			background-color: #dde3ea;
		}
		
		#prodotti #sorter a{
			display: inline-block;
			width: 11px;
			height: 12px;
			margin-top: 2px;
		}
		
		#prodotti #sorter a.asc{
			background: url(images/frecciaOrd.gif) 0px 0px;
		}
		
		#prodotti #sorter a.asc:hover{
			background-position: -22px 0px;
		}
		
		#prodotti #sorter a.desc{
			background: url(images/frecciaOrd.gif) -11px 0px;
		}
		
		#prodotti #sorter a.desc:hover{
			background-position: -33px 0px;
		}
		
		#prodotti #sorter a.ascAct{
			background: url(images/frecciaOrd.gif) -22px 0px;
		}
		
		#prodotti #sorter a.descAct{
			background: url(images/frecciaOrd.gif) -33px 0px;
		}

		
		
		
		
		#prodotti .intestazione td{
			border:none;
			text-align: center;
			vertical-align: middle;
			border: none;
			padding: 2px 0 2px 0;
		}
		
		
		/* box prodotto */
		
		.colorSquare{
			width: 15px;
			height: 15px;
			display: inline-block;
			border: #CCC 1px solid;
		}
		
		#prodotti .colorSquare{
			margin: 0 auto;
		}
		
		#prodotti .boxProdotto{
			width: 728px;
			margin: 0 auto;
			border: #CCC 1px solid;
			border-top: none;
			
		}
		
		#prodotti .boxProdotto .titoloEstesa{
			background-color: #98A9BF;
			width: 728px;
			display: block;
			height: 25px;
			line-height: 25px;
			color: #FFF;
		}
		
		#prodotti .boxProdotto .titoloEstesa a{
			margin-right: 5px;
			margin-left: 8px;
		}
		
		#prodotti .boxProdotto .titoloEstesa a:hover{
			/*color: #000;*/
		}
		
		#prodotti .boxProdotto .titoloEstesa span{
			font-weight: bold;
			font-size: 12px;
			padding-left: 5px;
			
		}
		
		

		
		#prodotti .boxProdotto p{
			padding: 5px;
			margin: 0;
			color: #666;
			font-size: 11px;
		}
		
		#prodotti .boxProdotto .descrizione{
			padding-bottom: 5px;
			
		}
		
		#prodotti .boxProdotto .apriChiudi{
			margin-top: 6px;
			margin-left: 5px;
			margin-right: 10px;
			padding: 0 5px 0 5px;
			display: block;
			height: 14px;
			line-height: 14px;
			outline: none;
			background-color: #ffffff;
			color:#2E4567;
			background-image: url(images/bkgApriChiudi.jpg);
			background-position: bottom;
			background-repeat: repeat-x;
		}
		
		#prodotti .boxProdotto .apriChiudi:hover{
			background-color: #ffffff;
			background-image: none;
			color: #555555
		}
		
		#prodotti .boxProdotto .schedaProd{
			margin-top: 6px;
			background-color: #ffffff;
			display: block;
			height: 14px;
			line-height: 14px;
			padding: 0 5px 0 5px;
			color:#2E4567;
			background-image: url(images/bkgApriChiudi.jpg);
			background-position: bottom;
			background-repeat: repeat-x;
		}
		#prodotti .boxProdotto .schedaProd:hover{
			background-color: #ffffff;
			background-image: none;
			color: #555555
		}
		
		#prodotti .boxProdotto a{
			color: #ffffff;
			text-decoration: none;
			font-size: 10px;
		}
		
		
		/* tabella dettaglio */		
	
		#prodotti .boxProdotto .tabellaDettaglio{
			width: 100%;
			font-size: 11px;
			margin: 0;
			padding: 0;
	
		}
		
		#prodotti .boxProdotto .tabellaDettaglio thead{
			background-color:#E4E4E4;
		}
		
		#prodotti .boxProdotto .tabellaDettaglio td{
			padding: 2px 0px 2px 0px;
			width:auto;
			text-align: center;
			border:none;
			vertical-align: middle;
		}
		
		#prodotti .boxProdotto .tabellaDettaglio td.titolo{
			background-color: #E4E4E4;
			font-weight: bold;
			
		}
		
		#prodotti .boxProdotto .tabellaDettaglio td.linkScheda{
			background-color: #E4E4E4;
		}
		
		#prodotti .boxProdotto .tabellaDettaglio td.linkScheda a.linkScheda{
			color: #444444;
		}
		
		#prodotti .boxProdotto .tabellaDettaglio td.linkScheda a.linkScheda:hover{
			color: #2E4567;
		}





			
/* DETTAGLIO PRODOTTI
------------------------------*/
#dettProd {
}

	#dettProd .colDx{
		float: left;
	}
	
	#dettProd h1{
		margin-bottom: 10px;
	}
	
	#dettProd h3{
		margin-bottom: 4px;
		color: #485c70;
	}
	
	#dettProd .bloccoDettagli{
		float: right;
		width: 530px;
		margin-right: 10px;
	}
	
	#dettProd .bloccoTxt{
		margin-bottom: 15px;
		display: block;
		text-align: justify;
	}
	
		#dettProd .colDx .inner{
			width: 710px;
			background-image: url(images/bkgSchedaDettaglio.jpg);
			background-repeat: repeat-x;
			background-position: top;
			display:block;
			padding: 20px 10px 10px 10px;
			position: relative;
		}

	#dettProd .boxImgAppl{
		margin-top: 10px;
	}
	
		#dettProd .boxImgAppl a{
			margin-right: 5px;
		}
		

#dettProd .tabber{
	padding-top: 15px;
	padding-bottom: 15px;
	
}

	#dettProd .tabber .tab{
		padding: 5px;
		min-height: 150px;
	}
	
	#dettProd .tabber .tabContainer{
		padding-top: 5px;
	}
	
	#dettProd .tabber .navigation{
		 background-position: bottom;
		 background-repeat: repeat-x;
		 background-image: url("images/bkgMenuTabber.jpg");
		 padding-left: 20px;
		 height:25px;
		 display: block;
		 font-weight: bold;
	}
	
		#dettProd .tabber .navigation a{
			margin: 0px;
			padding: 2px 10px 2px 10px;
			text-decoration: none;
			outline: none;
			line-height: 32px;
			color: #2e4567;
		}
		
		#dettProd .tabber .navigation a:hover{
			color: #C00;
		}
		
		#dettProd .tabber .active{
			background-color: #fff;
			border: 1px solid #a8a6a8;
			border-bottom: 1px solid #ffffff;
			
		}
		
		#dettProd .tabber p{
			border-bottom: 1px solid #dcdbdc;
			padding-bottom: 5px;
			padding-left: 5px;
			margin-bottom: 5px;
		}
		
		#dettProd .tabber span{
			border-bottom: 1px solid #dcdbdc;
			padding-bottom: 5px;
			padding-left: 5px;
			margin-bottom: 5px;
			display: block;
		}

		#dettProd .tabber .colorSquare{
			width: 15px;
			height: 15px;
			display: inline-block;
			border: #CCC 1px solid;
			position: relative;
			bottom: -2px;
			margin-left: 3px;
		}
		
	#dettProd .colDx .inner .print{
		position: absolute;
		top: 14px;
		right: 20px;
	}



/* LABORATORIO E SERVIZIO
------------------------------*/

#laboratorio{
	padding-right: 10px;
	min-height: 400px;
}
	
	#laboratorio h3{
		margin-bottom: 8px;
		margin-top:15px;
		color: #2E4567;
		font-weight: normal;
	}
		
		#laboratorio h3.titoloNVerde{
			margin-bottom: 5px;
			margin-top:15px;
			color: #2E4567;
			font-weight: bold;
		}
		
	#laboratorio p.restrizioni{
		font-size: 10px;
		margin-top: 5px;
		color: #666666;
	}
	

	
	#laboratorio .colDx{
		width: 730px;
		display: block;
		float: left;
	}
		
		#laboratorio .colDx img{
			clear:left;
			float: left;
			margin-right: 15px;
			margin-top: 5px;
			margin-bottom: 5px;
		}
	
	#laboratorio .bloccoTesto{
		padding-bottom: 25px;
		padding-left: 8px;
		padding-right: 8px;
		text-align:justify;
	}

#laboratorio ul.lista{
	margin-left: 25px;
	display: block;
	list-style: disc;
	float: left;
}

#laboratorio ul.lista li{
	margin-bottom: 5px;
}

/* CHI SIAMO
------------------------------*/

#chiSiamo{
	padding-right: 10px;
	min-height: 400px;
}
	
	#chiSiamo h3{
		margin-bottom: 8px;
		margin-top:15px;
		color: #2E4567;
		font-weight: normal;
	}
	
	#chiSiamo .intro{
		padding-top:25px;
	}
 
	#chiSiamo .colDx{
		width: 730px;
		display: block;
		float: left;
	}
		
		#chiSiamo .colDx img{
			clear:left;
			float: left;
			margin-right: 15px;
			margin-bottom: 5px;
			margin-top: 5px;
		}
	
	#chiSiamo .bloccoTesto{
		padding-bottom: 25px;
		padding-left: 8px;
		padding-right: 8px;
	}



/* CONTATTACI
------------------------------*/

#contattaci{
	padding-right: 10px;
	min-height: 400px;
}
	#contattaci .colDx{
		width: 730px;
		float: left;
		padding-bottom: 20px;
	}

	#contattaci fieldset{
		width: 355px;
		display: block;
	}
	
	#contattaci label{
		font-weight: bold;
		width: 200px;
		display:block;
	}
	
	#contattaci fieldset input{
		border: 1px solid #D1D1D1;
		padding: 5px;
		width: 340px;
		margin: 0;
	}
	
	#contattaci textarea{
		width: 98%;
		height: 150px;
		border: 1px solid #D1D1D1;
		padding: 5px;
		margin: 0px;
	}
	
	#contattaci .privacy{
		font-size: 10px;
		clear: both;
	}
		#contattaci .privacy input{
			position: relative;
			bottom: -2px;
		}
		
		#contattaci .privacy a{
			color: #F00;
			text-decoration: none;
			font-weight: bold;
		}
		
		#contattaci .privacy a:hover{
			text-decoration: underline;
		}
		
	#contattaci .btnLink{
		display: block;
		background-color: #2E4567;
		width: 100px;
		height: 25px;
		line-height: 25px;
		margin-top: 15px;
		text-align: center;
		color: #ffffff;
		text-decoration: none;
		clear: both;
	}
	
	#contattaci .btnLink:hover{
		background-color: #577BAF;
	}
	
		#contattaci .allega label{
			width: 50%;
		}
		
		#contattaci .allega input{
			border: 1px solid #D1D1D1;
		}

/* DOVE SIAMO
------------------------------*/

#doveSiamo{
	padding-right: 10px;
	min-height: 400px;
}
	#doveSiamo .colDx{
		width: 730px;
		float: left;
		padding-bottom: 20px;
	}
	
	#doveSiamo #map{
		border: 1px  #CCC solid;
		width: 728px;
		height: 300px;
	}
	
#addressContainer{
	margin-top: 10px;
	border: 1px solid #CCC;
	padding: 10px 0 10px 0;
	background-image: url(images/bkgBoxAddress.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

		#addressContainer .addressBox{
				display: block;
				width: 155px;
				float: left;
				margin-left: 20px;
				margin-top: 15px;
			}
			
		#addressContainer .addressBox h4{
				margin-bottom: 5px;
				color: #2E4567;
				line-height: 13px;
				font-size: 12px;
			}
			
		#addressContainer .canaletto{
			display: block;
			width: 1px;
			height: 160px;;
			float: left;
			background-image: url(images/canalettoAddress.jpg);
			background-position: center center;
			background-repeat: no-repeat;
		}


/* COMUNICAZIONE
------------------------------*/

#comunicazione{
	padding-right: 10px;
	min-height: 400px;
}
	#comunicazione .colDx{
		width: 730px;
		float: left;
		padding-bottom: 20px;
	}
	
	#comunicazione .newsList{
			padding-bottom: 15px;
			border-bottom:  #CCC 1px dotted;
			margin-bottom: 15px;
			padding-right: 5px;
		}
		
		#comunicazione .newsList h1{
			color: #2E4567;
			margin-bottom: 4px;
			font-size: 12px;
		}
		
		#comunicazione .newsList .data{
			font-size: 9px;
			font-weight: bold;
			margin-bottom: 5px;
			font-style: italic;
		}
		
		#comunicazione .newsList .testoList{
			color: #444444;
			text-decoration: none;
			line-height: 1.4em;
		}
		
		#comunicazione .newsList .testoList:hover{
			color: #777777;
		}
		
		#comunicazione .newsList img{
			margin-right: 10px;
		}


		#comunicazione .newsDett{
			padding-bottom: 15px;
			margin-bottom: 15px;
			padding-right: 8px;
		}
		
		#comunicazione .newsDett h1{
			color: #2E4567;
			margin-bottom: 4px;
			font-size: 12px;
			line-height: 14px;
		}
		
		#comunicazione .newsDett .data{
			font-size: 9px;
			font-weight: bold;
			margin-bottom: 5px;
			font-style: italic;
		}
		
		#comunicazione .newsDett img{
			margin: 0 10px 10px 0;
		}
		
		#comunicazione .newsDett .testoDett{
			width: 590px;
			float: right;
		}
		




/* PAGING
------------------------------------*/
		#paging{
			position: absolute;
			bottom: 8px;
			right: 15px;
			font-size: 9px;
			width: 720px;
			padding-left: 10px;
		}
		
			#paging a{
				color: #3E526C;
				text-decoration: none;
			}
			
				#paging .btnPrev a{
					background-image:  url(images/freccePrev.gif);
					background-repeat: no-repeat;
					background-position: top left;
					padding-left: 15px;
					line-height: 12px;
				}
				
				#paging .btnPrev a:hover{
					background-position: bottom left;
					}
				
				#paging .btnMenu a{
					margin-left: 10px;
					background-image: url(images/frecceMain.gif);
					background-repeat: no-repeat;
					background-position: top left;
					padding-left: 15px;
					line-height: 12px;
				}
				
				#paging .btnMenu a:hover{
					background-position: bottom left;
					}

				#paging .btnNext a{
					background-image: url(images/frecceNext.gif);
					background-repeat: no-repeat;
					background-position: top right;
					padding-right: 15px;
					line-height: 12px;
				}
				#paging .btnNext a:hover{
					background-position: bottom right;
					}


/* AREA RISORSE
------------------------------*/

#areaRisorse{
	padding-right: 10px;
	min-height: 400px;
}
	#areaRisorse .colDx{
		width: 730px;
		float: left;
		padding-bottom: 20px;
	}
	
	#areaRisorse .risorsa{
		margin-bottom: 5px;
		border-bottom: #CCC 1px solid;
		padding: 2px 0 4px 0;
	}
	
		#areaRisorse h2{
			
		}
	
		#areaRisorse  .risorsa .dettaglio{
			display: block;
			clear: both;
			padding: 8px 5px 8px 5px;
		}
		
		
		#areaRisorse  .risorsa img{
			float: left;
			margin-right: 15px;
		}
		
		#areaRisorse .risorsa p{
			padding-top:0px;
			margin-top:0px;
		}
		
		#areaRisorse  .risorsa h4{
			display: inline;
			float: left;
			padding-left: 5px;
		}
		
		#areaRisorse .risorsa .linkDettagli{
			display: inline;
			float: right;
			padding: 2px 10px 2px 10px;
			background-color: #CCC;
			margin-right: 5px;
		}
		
		#areaRisorse .risorsa .linkDownload{
			display: inline;
			float: right;
			padding: 2px 10px 2px 10px;
			background-color: #CCC;
		}
		
		#areaRisorse .risorsa a:hover{
			color: #FFF;
			background-color: #2E4567;
		}
		
		
		
#areaRisorse h2.titoloSezRisorse{
	text-transform: uppercase;
	margin-bottom: 10px;
	background-color: #EAEAEA;
	height: 28px;
	padding-left: 5px;
	line-height: 28px;
	font-size: 11px;
	color: #2E4567;
}
	#areaRisorse .selectProduct{
	margin-bottom: 15px;
	border-bottom:  #CCCCCC  1px dotted;
	padding-bottom: 10px;
	}	
	
	#areaRisorse .selectProduct label{
		display: block;
		font-weight: bold;
		margin-bottom: 3px;
	}
	
	#areaRisorse .selectProduct select{
		border: #CCCCCC 1px solid;
		padding: 2px;
		width: 200px;
	}

/* Applicazioni
------------------------------*/

#applicazioni{
	padding-right: 10px;
	min-height: 400px;
}
	#applicazioni .colDx{
		width: 730px;
		float: left;
		padding-bottom: 20px;
	}
	#applicazioni .colDx .inner{
			width: 710px;
			background-image: url(images/bkgSchedaDettaglio.jpg);
			background-repeat: repeat-x;
			background-position: top;
			display:block;
			padding: 10px 10px 10px 10px;
		}
	

	
		
	#applicazioni .colDx .inner .textBox{
		width: 420px;
		float: left;
		text-align: justify;
		margin-bottom: 15px;
	}
		
	#applicazioni .colDx .icon{
		margin-right: 10px;
		margin-top: 5px;
		float: left;
	}
	
	#applicazioni .colDx .imgAppl{
		float: right;
		margin-left: 10px;
		margin-bottom: 10px;
	}
		

	#applicazioni h3{
		clear: both;
		margin-bottom: 8px;
		color: #485c70;
	}
	
	#applicazioni img.referenze	{
		margin-right: 5px;
	}

/* Sitemap
------------------------------*/

#sitemap{
	padding-right: 10px;
	min-height: 400px;
	margin-bottom: 15px;
	
}

  #sitemap .homeLink{
	  width: 94px;
	  height: 22px;
	  display: block;
	  background-color: #2E4567;
	  color: #FFF;
	  padding: 8px;
	  margin-left: 10px;
	  text-align: center;
	  margin-bottom: 10px;
  }

  #sitemap .boxSezione{
	  width: 135px;
	  display: block;
	  float: left;
	  text-align: center;
	  background-image: url(images/imgCollSitemap.jpg);
	  background-position: center;
	  background-repeat: repeat-y;
  }
  
  #sitemap .boxSezione a.sezione{
	  background-color: #2E4567;
	  color: #FFF;
	  height:22px;
	  margin-bottom: 8px;
	  margin-top: 0;
	  	  border: none;
  }
  
  #sitemap .boxSezione a{
	  width: 108px;
	  background-color: #fff;
	  display: block;
	  float: left;
	  text-align: center;
	  margin-top: 5px;
	  padding: 8px;
	  margin-left: 10px;
	  border:  #CCC 1px solid;
  }
  
   
 /* RIVENDITORI
------------------------------*/

#rivenditori{
	padding-right: 10px;
	min-height: 400px;
} 

 
	#rivenditori .colDx{
		width: 730px;
		display: block;
		float: left;
	}

	#rivenditori img{
		margin-bottom: 10px;
	}
  
  
 /* Diventa Rivenditore */
  
  .formCercaRivenditore{
	padding-right: 10px;
	min-height: 400px;
}
	.formCercaRivenditore .colDx{
		width: 730px;
		float: left;
		padding-bottom: 20px;
	}

	.formCercaRivenditore fieldset{
		width: 355px;
		display: block;
	}
	
	.formCercaRivenditore label{
		font-weight: bold;
		width: 300px;
		display:block;
	}
	
	.formCercaRivenditore fieldset input{
		border: 1px solid #D1D1D1;
		padding: 5px;
		width: 340px;
		margin: 0;
	}
	
	.formCercaRivenditore select{
		border: 1px solid #D1D1D1;
		padding: 4px;
		width: 350px;
		margin: 0;
	}
	
	.formCercaRivenditore textarea{
		width: 98%;
		height: 100px;
		border: 1px solid #D1D1D1;
		padding: 5px;
		margin: 0px;
	}
	
	.formCercaRivenditore .privacy{
		font-size: 10px;
		clear: both;
	}
		.formCercaRivenditore .privacy input{
			position: relative;
			bottom: -2px;
		}
		
		.formCercaRivenditore .privacy a{
			color: #F00;
			text-decoration: none;
			font-weight: bold;
		}
		
		.formCercaRivenditore .privacy a:hover{
			text-decoration: underline;
		}
		
	.formCercaRivenditore .btnLink{
		display: block;
		background-color: #2E4567;
		width: 100px;
		height: 25px;
		line-height: 25px;
		margin-top: 15px;
		text-align: center;
		color: #ffffff;
		text-decoration: none;
		clear: both;
	}
	
	.formCercaRivenditore .btnLink:hover{
		background-color: #577BAF;
	}
	

  

  
  
  
  
  
  
  
  
  
  
  
 /* CONFERME/ERRORI
------------------------------*/

#confermeInvioDati{
	padding-right: 10px;
	min-height: 400px;
	text-align: center;
}

	#confermeInvioDati h1{
		margin-top: 20px;
		font-size: 16px;
	}
	
	#confermeInvioDati h2{
		font-size: 12px;
		line-height: 15px;
		font-weight: normal;
		margin-bottom: 20px;
	}