/* CSS Document */

BODY {
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-color: #011101;
}

BODY, TABLE, TR, TD, DIV, P {
	font-family: Tahoma, Arial, Helvetica, sans serif;
	color: #FFA800;
	font-size: 100%;
}

A {
	color: #8FFE8E;
	text-decoration: underline;
}

A:hover {
	color: #41B540;
	text-decoration: none;
}

P {
	margin: 0px;
	border: 0px;
	padding-bottom: 0.8em;
}

P.Piccolo {
	font-size: 85%;
}

H1 {
	margin: 0px;
	color: #ffffff;
	padding-bottom: 6px;
	border-bottom: 1px dashed #14A014;
	margin-bottom: 15px;
	font-size: 150%;
}

H1.Sotto {
	margin-bottom: 5px;
}

H2 {
	margin: 0px;
	color: #FFCC00;
	font-size: 120%;
	margin-bottom: 15px;
}


.ContenutoPagina {
	padding: 20px;
	margin-top: 6px;
	font-size: 80%;
	line-height: 1.5em;
}

.ContenutoPagina STRONG {
	color: #FFCC00;
}

.ContenutoPagina STRONG.Up {
	color: #FFCC00;
	text-transform: uppercase;
	font-size: 85%;
}

.SchedaTecnica {
	background-color: #115314;
	border: 1px solid #14A014;
	padding-bottom: 5px;
	line-height: 1.3em;
}

.SchedaTecnica H3 {
	margin: 0px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 4px;
	margin-bottom: 2px;
	border-bottom: 1px solid #14A014;
	background-color: #011101;
	color: #ffffff;
	font-size: 100%;
	font-weight: bold;
}

.SchedaTecnica H3 .SchedaTitolo {
	font-size: 85%;
	font-weight: normal;
}

.SchedaTecnicaEtichette {
	font-size: 88%;
	font-weight: bold;
	text-align: right;
	color: #8FFE8E;
	white-space: nowrap;
	padding-left: 10px;
}

.SchedaTecnicaValori {
	font-size: 88%;
	color: #ffffff;
	padding-right: 10px;
}



.TestataPagina {
	background-color: #053305;
	background-image:url('../immagini/back_testata.gif');
	background-repeat: repeat-x;
	background-position: top;
}

.BarraLaterale {
	background-color: #115314;
	background-image:url('../immagini/barra_laterale.gif');
	background-repeat: repeat-y;
}

.SelezionaNazione {
	text-align: center;
	font-size: 70%;
	color: #8FFE8E;
	padding-top: 8px;
}

.BarraLaterale H3 {
	margin: 0px;
	padding: 3px;
	font-size: 80%;
	text-align: center;
	background-color: #011101;
	border-top: 1px solid #14A014;
	border-bottom: 1px solid #14A014;
	border-right: 1px solid #14A014;
}

.BarraLaterale A {
	display: block;
	padding: 4px;
	font-size: 70%;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-align: right;
	background-color: #053305;
	background-image: url('../immagini/back_barralaterale.gif');
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 20px;
	border-bottom: 1px solid #14A014;
	border-right: 1px solid #14A014;
}

.BarraLaterale A:hover {
	color: #FFA800;
	background-color: #011101;
}

.Piede {
	background-color: #115314;
	border-top: 1px solid #14A014;
	border-bottom: 1px solid #14A014;
	font-size: 70%;
}

.Copyright {
	font-size: 70%;
	color: #8FFE8E;
	padding-top: 2px;
	text-align: right;
}

.Ricerca {
	font-size: 70%;
	color: #8FFE8E;
	padding-top: 5px;
}

.Ricerca1 {
	padding-top: 7px;
}

.Ricerca INPUT {
	width: 90px;
	height: 13px;
	border: 1px solid #14A014;
}

.Pulsantiera {
	padding-top: 17px;
}

.Pulsantiera A {
	display: block;
	font-weight: bold;
	font-size: 80%;
	color: #ffffff;
	text-decoration: none;
	background-image: url('../immagini/back_pulsantiera.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 14px;
	margin-right: 10px;
	margin-left: 10px;
	white-space: nowrap;
}

.Pulsantiera A:hover {
	color: #8FFE8E;
	background-image: url('../immagini/back_pulsantiera_on.gif');
}

.Pulsantiera A.Attiva {
	color: #8FFE8E;
	background-image: url('../immagini/back_pulsantiera_on.gif');
}