/* 
    Document   : print
    Created on : 20-giu-2012, 13.22.01
    Author     : marco
    Description:
        Purpose of the stylesheet follows.
*/
* {
	background-image:none !important;
	color:#000000;
}
root { 
    display: block;
}
#sidebar,#logo,#header,#footer,#back,#supersized {
    display:none;
	width:1px;
	position:absolute;
	left:-99999px;
}
.print {
	display:none;
}
#main  {
	width:90%!important;
}
#centro {
	padding:0px!important;
}
#box {
	margin:0px;
}
#box_info  {
	width:100%!important;
	color:#000000;
	font-size:10px;
	line-height:14px;
}
a {
color:#000000;
}
#box h1 {
	text-transform:uppercase;
	font-weight:bold;
	font-size:18px;
	margin-bottom:10px;
	letter-spacing: 0.1em;
}
#box h2 {
	text-transform:uppercase;
	font-weight:bold;
	font-size:15px;
	margin-top:15px;
	margin-bottom:5px;
}
#box h3 {
	text-transform:uppercase;
	font-weight:bold;
	font-size:13px;
	margin-top:12px;
	margin-bottom:5px;
}
#box h4 {
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
	margin-top:8px;
	margin-bottom:3px;
}

