#fancybox-scheda{ 
	width:840px;
	margin:auto;
	display:none;
	overflow-x:hidden;
}

.scheda {
	font-size:14px;
}

.scheda .header{
	width:800px;
	height:73px;
	background-image:url(../img/scheda_top.jpg);
	background-repeat:repeat-x;
}

.scheda .blocco {
	width:800px;
	min-height:89px;
	background-image:url(../img/scheda_blocco.jpg);
	background-repeat:repeat-x;
	margin-bottom:10px;	
}

.scheda .blocco-clear {
	clear:both;
}

.scheda .blocco-sx {
	float:left;
	width:390px;
	margin-right:10px;
}

.scheda .blocco-dx {
	float:right;
	width:390px;
	margin-left:10px;
}

.scheda .inner {
	padding:10px;
	font-family:Arial;
	line-height:180%;
}

.scheda h3.titolo {
	font-family:Arial;
	color:#113781;
	font-size:22px;
	margin:0px;
}

.scheda h3 {
	font-family:Arial;
	color:#0099FF;
	margin:2px 0px 5px 0px;
	font-size:18px;
}

.scheda table.scheda-product{
	border-collapse:collapse;
	border:1px #AEE1FF solid;
}

.scheda table.scheda-product td, .scheda table.scheda-product th{
	border:1px #AEE1FF solid;
	padding:5px;
}

.scheda table.scheda-product td{
	vertical-align:top;
	font-size:14px;
	color:black;
}

.scheda table.scheda-product th{
	text-align:left;
	font-size:14px;
	color:#113781;
}

.thisIsPrinting .pulsante-pdf {display:none;}
.newpage {display:none;}
.thisIsPrinting .newpage {page-break-after:always;clear:both;}