/* stili per la versione stampabile delle pagine */


/* elementi da non stampare */
#localmenu,
#sidemenu,
#mainbar,
#commonlinks,
#footer,
#evidenzehomebottom,
.browsetype,
.catfilter
{ display: none; }

/* body */

body {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

body, p, td {
	color: black;
	background: white;
	font-size: 11pt;
	font-family: Times New Roman, Times, serif;
}

h1, h2, h3, h4 {
	font-family: Georgia, Times New Roman, Times, serif;
	margin-bottom: 0.7ex;
}
h1 { font-size: 160%; }
h2 { font-size: 140%; }
h3 { font-size: 120%; }
h4 { font-size: 100%; }


a:link, a:visited {
	text-decoration: underline;
	color:#006;
}

div, p {
	margin-bottom: 0.6ex;
}

div#header {
	text-align: center;
	margin-bottom: 1cm;
}

img {
	border: none;
}

#pathbar {
	font-size: 80%;
	border-bottom: solid 0.2mm Gray;
	padding-bottom: 0.5mm;
}

#pathbar a {
	text-decoration: none;
}
