/* Base */

html {
	background-color:#FFF;
	}
body {
	color:#393939;
	font:62.5% Arial, Helvetica, sans-serif; /* Resets 1em to 10px */
	padding:0;
	margin:0;
	text-align:left;
	}
strong, b {
	font-weight:bold;
	}
em, i {
	font-style:italic;
	}
h1, h2, h3, h4, h5, p, a, strong, b, i, em, ul, li, tabel, th, td {
	line-height:1.3;
	padding:0;
	margin:0;
	}

#content { margin-right:10px;
	}

/* Stili link */

a:visited, a:link {
	text-decoration:underline;
	background-color:transparent;
	color:#3188DD;
	}
a:hover, a:active {
	color:#1D54AD;
	}

/* Stili testo */

p {
	margin-bottom:1em;
	color:#393939;
	font-weight:normal;
	}
h1 {
	color:#3188DD;
	font-size:1.8em;
	line-height:1.1;
	margin-bottom:1em;
	}
h2 {
	color:#1D54AD;
	font-size:1.4em;
	font-weight:normal;
	margin-bottom:1em;
	}

/* Stili liste */

ul, li {
	font-size:1em;
	line-height:1;
	}
ul {
	margin-bottom:1em;
	}
li {
	font-size:1.1em;
	list-style-type:square;
	list-style-position:outside;
	margin:0 0 .2em 1em;
	}

/* Stili tabelle */

table {
	font-size:1.2em;
	width:100%;
	border:none;
	border-collapse: collapse;
	border-spacing: 0;
	border-bottom:solid 1px #BDC7CF;
	}
th, td {
	margin:0;
	padding:0;
	padding:1em 0 1em 1em;
	text-align:left;
	vertical-align:top;
	}
th {
	background-color:#BDC7CF;
	color:#FFF;
	font-weight:bold;
	}
td {
	border-top:solid 1px #BDC7CF;
	}

/* Stili extra */

div.box {
	border-bottom:solid 1px #BDC7CF;
	margin:1em 0;
	}
div.box img {	
	float:left;
	}
div.box div {
	padding-left:200px;
	}
div.close {
	clear:both;
	height:20px;
	}
span.nuovo {
	color:#EA0016;
	font-size:1.2em;
	}
