@charset "UTF-8";
/* CSS Document */

body {

	background:#000 url(/img/template1/fondo_int.gif) repeat-x scroll 0% 0%;
	color:#fff;
	font-family:Arial;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	line-height:1.5em;
	margin:0px;
	padding:0px;
	text-align:center;

}

#corpo #header {
	background:				url(../img/template1/baseMenu_template1.jpg) no-repeat;
	background-position:	center top;
	height:					146px;
	width:					992px;
	padding:				0;
	margin:					0;
	text-align:				left;
}


#corpo #content {
	background:				url(../img/template1/content_template1.jpg) no-repeat;
	background-position:	left top;
	width:					992px;
		
	min-height: 			438px;
	height: 				auto !important;
	height: 				438px;
	
	text-align:				left;
	margin:					0px;
	padding:				0px;

}

/* ********************* CONTENT ************************************ */


#corpo #spazioGrafico {

	padding:			33px 52px 0 52px;
	text-align:			left;

}

#corpo #spazioGrafico #titoloContent {

	margin-left:		10px;
	font-size:			16px;
	color:				#555555;
	font-weight:		bold;

}

#corpo #spazioGrafico #contenutoContent {

	margin-top:			5px;
	text-align:			left;
	position:			relative;

}

/* ****************************************************************** */

/* *********************** tabella della scheda tecnica ************* */


.prodNome {

	width:				725px;
	height:				26px;
	background:			#868686;
	color:				#000;
	font-size:			13px;
	font-weight:		bold;
	border-bottom:		2px solid #0b0b0b;
	position:			relative;
	padding:			0 0 0 5px;

}

.allVert {
	position: absolute;
	top:50%;
	margin-top:-0.6em;
}

.pdfDownload {

	position:			absolute;
	left:				651px;
	top:				0;
	
}

.printScheda {

	position:			absolute;
	left:				685px;
	top:				0;
	
}

.imgLink {
	border:				0;
}

.rigaNera {
	
	width:				725px;
	font-size:			10px;
	color:				#FFFFFF;
	font-weight:		bold;
	background-color:	#000000;
	padding:			0 0 0 5px;
	border-bottom:		1px solid #282828;
	
}

.rigagrigia {
	
	width:				725px;
	font-size:			10px;
	color:				#FFFFFF;
	font-weight:		bold;
	background-color:	#131313;
	padding:			0 0 0 5px;
	border-bottom:		1px solid #282828;
	
}

.separatore {

	width:				725px;
	background-color:	#282828;

}

ul.orizzontale {
	
	padding:			0;
	margin:				0;
	list-style-type: 	none;

}

ul.orizzontale li{
	
	margin: 			0; 
	padding: 			0; 
	float: 				left; 

}

ul.orizzontale li.etichetta {

	width:				255px;
	height:				auto;

}

ul.orizzontale li.valore {

	border-left:		1px solid #282828;
	display:			block;
	width:				450px;
	padding-left:		10px;
	height:				auto;

}

.clear {
	clear:				both;
	padding:			0;
	margin:				0;
}

