/* CSS2 Style powerd by That's Web, Biancucci Roberto, 
2007 Tutti i diritti riservati */

/* Stile generale */
html, body {
	margin: 0; 
	padding: 0; 
	height: 100%;
	background: url('textures/body_bg.gif') no-repeat top;
}
body {
	font-family: "@Arial Unicode MS", sans-serif;
	text-align: center;
	font-size: 9pt;
	color: #1B1B1B;
}
div#container {
	position: relative;
	width: 750px;
	height: 100%;
	margin: 0px auto;
	text-align: center;
}
div#header {
	position: relative;
	width: 750px;
	height: 20px;
	background: #B9B9B9 url('textures/header_menu.gif');
}
div#header_data {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	padding-top: 2px;
	font-size: 8pt;
	color: #FFFFFF;
}
div#header_menu {
	position: absolute;
	top: 0px;
	left: 200px;
	width: 550px;
	height: 20px;
	text-align: left;
}
div#header_logo {
	position: relative;
	width: 750px;
	height: 100px;
	background: url('textures/header_logo.gif');
}
div#header_logo_en {
	position: relative;
	width: 750px;
	height: 100px;
	background: url('textures/header_logo_eng.gif');
}
div#content {
	position: relative;
	width: 750px;
	background: url('textures/content_bg.gif') no-repeat top;
	text-align: left
}
div#content_menu {
	position: relative;
	float: left;
	width: 200px;
	height: 300px;
	background: url('textures/content_menu.gif') no-repeat top;
	padding-top: 80px
}
div#content_where {
	position: absolute;
	top: 400px;
	left: 0px;
	width: 200px;
	font-size: 9pt;
	text-align: center;
}
div#content_mail {
	position: absolute;
	top: 400px;
	left: 0px;
	width: 200px;
	padding: 10px;
	font-size: 8pt;
	text-align: left;
	color: #919191;
}
div#content_area {
	margin-left: 210px;
	width: 460px;
	text-align: justify;
}
div#content_catg {
	margin-left: 210px;
	width: 460px;
	text-align: center;
}
div#content_title {
	width: 450px;
	padding: 5px;
	margin-bottom: 10px;
	background: #F5F5F5;
	border: 1px solid #C6C6C6;
	text-align: left;
	font-size: 9pt;
	color: #C80000;
}
div#content_page {
	width: 450px;
	padding: 5px;
	background: #F5F5F5;
	border: 1px solid #C6C6C6;
	text-align: center;
	font-size: 9pt;
	color: #5E5E5E;
}
div#footer {
	position: relative;
	clear: left;
	width: 730px;
	padding: 10px;
	margin-top: 50px;
	border-top: 1px solid #C80000;
	text-align: center;
	font-size: 8pt;
	color: #919191;
}
div#content_home {
	position: relative;
	width: 750px;
	height: 380px;
	background: url('textures/content_home.gif') no-repeat top;
	text-align: left
}
div#content_home_monitor {
	position: absolute;
	top: -100px;
	left: 200px;
	width: 550px;
	height: 250px;
}
div#content_home_intro {
	position: absolute;
	top: 160px;
	left: 210px;
	width: 200px;
	padding: 0px;
	background: transparent;
	font-size: 8pt;
}
div#content_home_news {
	position: absolute;
	top: 160px;
	left: 210px;
	width: 200px;
	height: 100px;
	padding: 0px;
	background: transparent;
	font-size: 8pt;
}
div#content_home_promo {
	position: absolute;
	top: 260px;
	left: 210px;
	width: 200px;
	height: 100px;
	padding: 0px;
	background: transparent;
	font-size: 8pt;
}
div#content_home_down {
	position: absolute;
	width: 150px;
	top: 165px;
	left: 430px;
	font-size: 8pt;
}
div#content_home_catg {
	position: absolute;
	width: 150px;
	top: 220px;
	left: 430px;
	font-size: 8pt;
}
div#content_home_media {
	position: absolute;
	top: 160px;
	left: 585px;
	width: 150px;
	font-size: 8pt;
}
div#content_home_search {
	position: absolute;
	bottom: 0px;
	right: 20px;
}
div#content_home_italia {
	position: absolute;
	top: 60px;
	left: 600px;
}
div#footer_home {
	position: relative;
	clear: left;
	width: 750px;
	height: 170px;
	background: #FF0000 url('textures/footer_home.gif') no-repeat top;
	text-align: center;
	font-size: 8pt;
	color: #FFFFFF;
}
div#footer_home_en {
	position: relative;
	clear: left;
	width: 750px;
	height: 170px;
	background: #FF0000 url('textures/footer_home_eng.gif') no-repeat top;
	text-align: center;
	font-size: 8pt;
	color: #FFFFFF;
}

/* Tabelle */

table.summary {
	width: 460px;
	padding: 5px;
	margin-bottom: 10px;
	background: #F5F5F5;
	border: 1px solid #C6C6C6;
	font-size: 8pt;
	color: #5E5E5E;
}
table.search {
	width: 460px;
	margin-bottom: 10px;
	background: #F5F5F5;
	border: 1px solid #C6C6C6;
	font-size: 7pt;
	color: #5E5E5E;
}
table.results {
	width: 460px;
	margin-bottom: 10px;
}
table.results td.img {
	width: 70px;
	padding: 5px;
	border: 1px dotted #C80000;
	vertical-align: middle;
	text-align: center;
}
table.results td.ant {
	vertical-align: top;
	text-align: left;
	font-size: 8pt;
}
table.results td.butt {
	width: 60px;
	vertical-align: top;
	text-align: left;
}
table.image {
	width: 460px;
	margin-bottom: 10px;
	border: 1px solid #C6C6C6;
	border-collapse: collapse;
	background: #FFFFFF;
	text-align: center;
}
table.details {
	width: 460px;
	margin-bottom: 10px;
	border-bottom: 1px solid #C6C6C6;
	border-top: 1px solid #C6C6C6;
	border-collapse: collapse;
}
table.details td.dida {
	width: 150px;
	border-bottom: 1px solid #C6C6C6;
	border-right: 1px solid #C6C6C6;
	background: #F5F5F5;
	vertical-align: top;
	color: #5E5E5E;
	font-size: 7pt;
}
table.details td.note {
	width: 460px;
	border-bottom: 1px solid #C6C6C6;
	background: #F5F5F5;
	color: #5E5E5E;
	font-size: 7pt;
}
table.details td.value {
	border-bottom: 1px solid #C6C6C6;
	vertical-align: top;
	color: #1B1B1B;
	font-size: 9pt;
	text-align: left;
}
table.card {
	width: 460px;
	margin-bottom: 10px;
	border: 1px solid #C6C6C6;
	border-collapse: collapse;
	text-align: left;
}
table.card th {
	border: 1px solid #C6C6C6;
	background: #F5F5F5;
	color: #5E5E5E;
	font-size: 8pt;
}
table.card td {
	border: 1px solid #C6C6C6;
	color: #1B1B1B;
	font-size: 8pt;
}
table.tools {
	width: 460px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #F5F5F5;
	border: 1px solid #C6C6C6;
	font-size: 8pt;
}
table.download {
	width: 460px;
	margin-bottom: 10px;
	border-top: 1px solid #C6C6C6;
	border-bottom: 1px solid #C6C6C6;
}
table.download td.img {
	width: 15px;
	vertical-align: top;
	font-size: 8pt;
}
table.download td.ant {
	vertical-align: top;
	text-align: left;
	font-size: 9pt;
}
table.download td.butt {
	width: 100px;
	vertical-align: top;
	text-align: right;
	font-size: 8pt;
}

/* Stile collegamenti */

a {
	color: #C80000;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
table.results a {
	color: #C80000;
	text-decoration: none;
}
table.results a:hover {
	color: #FF0000;
	text-decoration: underline;
}
div#footer a {
	color: #5E5E5E;
	text-decoration: none;
}
div#footer a:hover {
	color: #FF0000;
	text-decoration: underline;
}
div#footer_home a {
	color: #FFFFC8;
	text-decoration: none;
}
div#footer_home a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
div#footer_home_en a {
	color: #FFFFC8;
	text-decoration: none;
}
div#footer_home_en a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
div#content_home_down a {
	padding: 0px 0px 0px 15px;
	background: url('images/article.png') no-repeat left;
	color: #c80000;
	text-decoration: underline;
	font-weight: bolder;
}
div#content_home_down a:hover {
	color: #FF0000;
	text-decoration: underline;
}
div#down a {
	padding: 0px 0px 0px 15px;
	background: url('images/article.png') no-repeat left;
	color: #c80000;
	text-decoration: underline;
	font-weight: bolder;
}
div#down a:hover {
	color: #FF0000;
	text-decoration: underline;
}
div#content_home_catg a {
	padding: 0px 0px 0px 15px;
	background: url('images/catalogue.png') no-repeat left;
	color: #c80000;
	text-decoration: underline;
	font-weight: bolder;
}
div#content_home_catg a:hover {
	color: #FF0000;
	text-decoration: underline;
}
div#content_home_media a {
	color: #5E5E5E;
	text-decoration: underline;
}
div#content_home_media a:hover {
	color: #FF0000;
	text-decoration: underline;
}

/* Stile generale */
big {
	font-size: 110%;
	font-weight: bold;
	color: #C80000;
}
.descr {
	padding: 5px;
	color: #5E5E5E;
}
form {
	margin: 0px;
}
input {
	font-size: 9pt;
}
.orange {
	color: #FFAF00;
}
.red {
	color: #C80000;
}
select {
	font-size: 9pt;
}
small {
	color: #5E5E5E;
}
.yellow {
	color: #FFFFC8;
}
