html{
	margin: 0;
	padding: 0;
	overflow-y: scroll;
}

body{
	margin: 0;
	padding: 0;
	text-align: center;
	background: #FFFFFF;
}

form{
	margin: 0;
	padding: 0;
}


#contenitore {
	margin: 10px auto;
	padding: 0 20px;
	width: 900px;
	position: relative;
}
		
#testata {
	background: #FFFFFF url(/img/testata.png) center top no-repeat;
	height: 120px;
	margin: 0;
	padding: 5px 10px;
	text-align: left;
	position: relative;
}
		
#lang {
	position: absolute;
	top: 15px;
	right: 15px;
			
	color: #AAAAAA;
	font-size: 12px;
	font-family: tahoma, verdana, arial;		
}	

#lang img{
	border: 1px #999999 solid;	
	margin: 0 4px .25em 4px;
	vertical-align: middle;
}	

#lang a{			
	color: #AAAAAA;
	font-size: 12px;
	font-family: tahoma, verdana, arial;		
	text-decoration: none;
}	

#lang a:hover{			
	color: #AAAAAA;
	font-size: 12px;
	font-family: tahoma, verdana, arial;		
	text-decoration: underline;
}

#corpo {
	background: #FFFFFF url(/img/corpo.png) center top repeat-y;
	margin: 0;
	padding: 0 10px 5px 10px;
	text-align: left;
	position: relative;
	overflow: hidden;
}
#footer {
	background: #FFFFFF url(/img/footer.png) center bottom no-repeat;
	height: 40px;
	margin: 0;
	padding: 0px 10px 5px 10px;
	text-align: left;
	position: relative;
	clear: both;
}
		
#footer p{
	background:url(/img/barra_footer.jpg) center center no-repeat;
	margin:0;
	padding: 10px 10px 10px 10px;
	width: 860px;
	text-align:center;
			
	color: #FFFFFF;
	font-size: 10px;
	font-family: tahoma, verdana, arial;			
}
		
#footer a{
	color: #FFFFFF;
	font-size: 10px;
	font-family: tahoma, verdana, arial;	
	text-decoration: underline;
}
		
#menu{
	background: #FFFFFF url(/img/sfondo_menu.jpg);
	height:50px;
	margin: 0;
	position: relative;
}

#cerca{
	position: absolute;
	right: 10px;
	top: 14px;
}
#cerca a{
	color: #FFFFFF;
	font-size: 14px;
	font-family: verdana, tahoma, arial;	
	text-decoration: none;
}

.cerca{
	background: url(/img/sfondo_search.jpg) no-repeat left center;
	font-size: 11px; 
	width: 90px;
	padding: 4px 0 0 22px;
	height: 16px;
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	border: 1px #777777 solid;
}

#loghi{
	position:relative;
	overflow:auto;
	padding: 0 0 2px 0;
	margin: 0 0 5px 0;
	border-bottom: 3px #021E66 solid;
}

#banner{
	margin:2px 0 0 0;
	text-align: center;
	background: url(/img/sfondo_banner.jpg) center center repeat-y;
	z-index:10;
}
#sponsor{
	width: 50%;
	float: left;
	height: 60px;
	margin: 2px 0 0 0;
	text-align: left;
}
#sponsor img{
	border:0;
}
#logo_2{
	width: 50%;
	float: left;
	height: 60px;
	margin: 2px 0 0 0;
	text-align: center;
}
#colonna1{
	background: #FFFFFF;
	width: 245px;
	float: left;
}
#colonna1 h2{
	height:24px;
	width: 195px;
	background: #E7E7E7 url(/img/barra_titolo_1.jpg) center center no-repeat;
	margin:0 0 10px 0;
	color: #FFFFFF;
	font-size: 15px;
	font-family: tahoma;
	padding: 6px 10px 0 30px;
}
#series{
	width: 235px;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	background: #E9E9E9 url(/img/fondo_box_1.jpg) left bottom no-repeat;
}
#series p.catSerie{
	margin: 5px 0;
	padding: 0 10px;
	font-size: 15px;
	font-family: verdana;
	font-weight: bold;
}
#series p.serie{
	margin: 0 0 10px 0;
	padding: 0 10px 0 20px;
	color: #000000;
	font-size: 12px;
	font-family: tahoma;
}
#series p.serie a.titolo{
	color: #000000;
	font-size: 14px;
	font-family: tahoma;
	font-weight: bold;
	text-decoration: none;
}
#series p.serie a.titolo:hover{
	color: #000000;
	font-size: 14px;
	font-family: tahoma;
	font-weight: bold;
	text-decoration: underline;
}
#series p.serie a{
	color: #000000;
	font-size: 12px;
	font-family: tahoma;
	text-decoration: none;
}
#series p.serie a:hover{
	color: #000000;
	font-size: 12px;
	font-family: tahoma;
	text-decoration: underline;
}
		
#categorie{
	width: 235px;
	padding: 0 0 10px 0;
	margin: 0;
	background: #E9E9E9 url(/img/fondo_box_1.jpg) left bottom no-repeat;
}
#categorie ul.cat1{
	margin: 0 10px;
	padding: 0;
	list-style-type: none;
}
#categorie ul.cat1 li{
	margin: 0;
	padding: 0 0 0 10px;
	background: url(/img/quadratino.gif) 0 8px no-repeat;
	list-style-type: none;
	color: #000000;
	font-size: 14px;
	font-family: tahoma;
}
#categorie ul.cat1 li a{
	color: #000000;
	font-size: 14px;
	font-family: tahoma;
	text-decoration: none;
}
#categorie ul.cat1 li a:hover{
	color: #000000;
	font-size: 14px;
	font-family: tahoma;
	text-decoration: underline;
}


#colonna2{
	background: #FFFFFF;
	float: left;
	width: 635px;
	color: #000000;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: normal;
}
		
#colonna2 h2{
	height:24px;
	width: 615px;
	background: #E7E7E7 url(/img/barra_titolo_4.jpg) center center no-repeat;
	margin:0 0 5px 0;
	text-align: center;
	color: #FFFFFF;
	font-size: 15px;
	font-family: Verdana;
	padding: 6px 10px 0 10px;
}
#colonna2 .titolo{
	color: #000000;
	font-size: 14px;
	font-family: Tahoma;
	font-weight: bold;
	margin:0;
	display: block;
}
#colonna2 a.titolo{
	text-decoration: none;
}
div.news{
	clear:both;
	margin: 0 0 10px 0;
	overflow: hidden;
}
		
div.newsImg{
	width:100px;
	margin-top: 5px;
	float: left;
}
div.newsTxt{
	width: 525px;
	margin: 5px 0 0 5px;
	float: left;
	color: #000000;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: normal;
	text-align: justify;
}	
div.newsImg2{
	width:192px;
	margin: 0 5px 0 0;
	float: left;
}
div.newsTxt2{
	margin: 5px 0 0 5px;
	color: #000000;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: normal;
}
div.newsTxt a{
	color: #D06200;
	font-size: 12px;
	font-family: Tahoma;
	text-decoration: none;
}
.testo{	
	color: #000000;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: normal;
}


ul.referenza{
	list-style-type:none;
	margin: 0 0 10px 0;
	padding: 0;
	overflow: hidden;
}
ul.referenza li{
	list-style-type:none;
	float: left;
	width: 45%;
	height: 17px;
	margin: 0 5% 5px 0;
	padding: 0;			
	font-size: 16px;
	font-weight: bold;
}
ul.referenza li a{		
	background: transparent url(/img/quadratino.gif) 5px 6px no-repeat;
	padding:0 0 0 15px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color:#000000;
}
ul.referenza li a:hover{	
	background: transparent url(/img/quadratino.gif) 5px 6px no-repeat;
	padding:0 0 0 15px;
	padding:0 0 0 15px;		
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color:#000000;
}

.imgContainer{
	width: 100%;
	overflow: hidden;
	margin: 20px 0 0 0;
}

.img{
	width: 25%;
	float: left;
	text-align: center;
}
h1.tools{
	height: 24px;
	width: 615px;
	background: #E7E7E7 url(/img/barra_titolo_4.jpg) center center no-repeat;
	margin: 5px;
	text-align: center;
	color: #FFFFFF;
	font-size: 15px;
	font-family: Verdana;
	padding: 6px 10px 0 10px;
}


div.prodotti{
	margin-top:5px;
	padding:5px;
	overflow: hidden;
}
div.bg1{
	background: #FFFFFF;
}
div.bg2{
	background: #EFEFEF;
}
			
div.prodotti img{
	float: left;
	border:1px #DEDEDE solid;
	margin: 0 5px 0 0;
}
div.prodotti p{
	margin: 5px 0;
}
			
div.prodotti a.titolo{
	font-weight:bold;
	color:#000;
	text-decoration:none;
}
div.prodotti a{
	font-weight: normal;
	color: #D06200;
	text-decoration: none;
}
div.prodotti a:hover{
	text-decoration: underline;
}


div#productImg{
	border:1px #DEDEDE solid;
	width:150px;
	height:150px;
	margin: 5px 5px 5px 0; 
	float: left;
	clear: left;
}
		
div#imgDown{
	position: relative;
	overflow: hidden;
}
		
div#productDownload{
	background: #EFEFEF;
	width: 470px;
	height: 80px;
	margin: 5px 0px 5px 5px;
	float: left;
	clear: right;
	position: relative;
}
div#productDownl{
	background: #EFEFEF;
	margin: 7px;
	position: relative;
}
div#productDescription{
	float: right;
	width: 470px;
	margin: 5px 0 0 0;
}
		
.corner { position: absolute; width: 7px; height: 7px; background: url('/img/corners.gif') no-repeat; font-size: 0%; }
.TL { top: 0; left: 0; background-position: 0 0; }
.TR { top: 0; right: 0; background-position: -7px 0; }
.BL { bottom: 0; left: 0; background-position: 0 -7px; }
.BR { bottom: 0; right: 0; background-position: -7px -7px; }
		
.download img{
	border:0;
}
		
.download{
	margin:0;
	width: 20%;
	float: left;
	text-align: center;
	color: #AAAAAA;
}
.download a{
	color: #222222;
	text-decoration: none;
}
.download a:hover{
	text-decoration: underline;
}

div.download p.testo{
	text-align: left;
	margin: 5px auto 0 auto;
	width: 80%;
}

#ProdottoTestoExtra{
	position: relative;
	background: #EFEFEF;
	margin:10px 10px 0 0;
}
					
#inner_ProdottoTestoExtra{
	padding: 7px;
}
					
#inner_ProdottoTestoExtra .titolo{
	color: #000000;
	font-size: 14px;
	font-family: Tahoma;
	font-weight: bold;	
}
#inner_ProdottoTestoExtra p{
	margin:0;
	color: #000000;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: normal;						
}

.evidenzia{
	background: #FFAA5F;
}

.Pag1{
	color: #000000;
	background: #DEDEDE;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: normal;	
	border: 1px #555 solid;
	padding: 2px 5px;
	text-decoration: none;
}
.Pag1:hover{
	color: #000000;
	background: #AAA;
}

.Pag2{
	color: #FFFFFF;
	background: #666;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;	
	border: 1px #444 solid;
	padding: 2px 5px;
}



#marchi {
	padding: 5px 10px;
	overflow: hidden;
	text-align: center;
	background: #FFFFFF url(/img/corpo.png) center center repeat-y;
}
#marchi img{
	margin: 0 5px;
	border: 1px #DEDEDE solid;
}
/*--------- STILI PER I FORM ---------*/

.TextEuroBianco{
	FONT-SIZE: 11px; 
	FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
	TEXT-ALIGN: right;
}
.TextBianco{
	FONT-SIZE: 11px; 
	FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif; 
}
.TextModificato{
	FONT-SIZE: 11px; 
	FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif; 
	BACKGROUND-COLOR: #FFDD00;
}
.TextErrato{
	FONT-SIZE: 11px; 
	FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif; 
	BACKGROUND-COLOR: #FF3333;
}
.TextReadonly{
	FONT-SIZE: 11px; 
	FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif; 
	BACKGROUND-COLOR: #DEDEFF;
}
.TextBiancoCenter{
	FONT-SIZE: 11px; 
	FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
	TEXT-ALIGN: center; 
}
.TextEuroGiallino{
	FONT-SIZE: 11px; 
	FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif; 
	TEXT-ALIGN: right;
	BACKGROUND-COLOR: #FFFF99;
}
.TextEuroBiancoBold{
	FONT-SIZE: 11px; 
	FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif; 
	TEXT-ALIGN: right;
	FONT-WEIGHT: bold;
}
.TextEuroGrigio{
	FONT-SIZE: 11px; 
	FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif; 
	TEXT-ALIGN: right;
	BACKGROUND-COLOR: #CDCDCD;
}
