BODY {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #404040;
}

A {
	color: #0092EF;
    outline: none;
}

A:hover {
	color: #FF3701;
}


/* Strutture */

#CorpoPagina  {
	padding: 20px;
	line-height: 1.5em;
}


#DoppiaColonna {
	background-color: #ffffff;
	float: left;  /* importante */
	width: 100%;  /* importante */
} 

#ColonnaCentrale {
	width: 552px;
	float: left;
}

#ColonnaSinistra {
	width: 250px;
	float: right;
}

/* Fine strutture */

#CorpoPagina P {
	margin-bottom: 1em;
}

#CorpoPagina H1, #ColonnaCentrale H1 {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #FF3701;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #0092EF;
	margin-bottom: 15px;
	padding-bottom: 3px;
}

#CorpoPagina H2, #ColonnaCentrale H2 {
	font-size: 18px;
	margin-bottom: 0.2em;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #025286;
}

#CorpoPagina .Foto {
	padding: 3px;
	border: 1px solid #a0a0a0;
}

#CorpoPagina UL {
	margin-bottom: 1em;
}

#CorpoPagina LI {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 18px;
}


.Centro {
	text-align: center;
}

.Dx {
	text-align: right;
	width: 100%;
}

.Debug {
	border: 1px solid red;
}

.NoWrap {
	white-space: nowrap;
}

.Clear {
	clear: both;
	height: 1px;
	font-size: 0px;
}

/* ColonnaSinistra */

#ColonnaSinistra H3 {
	width: 230px;
	height: 33px;
	background-image: url('../immagini/b-titolo-colonna.gif');
	background-repeat: no-repeat;
	font-size: 13px;
	color: #FFD200;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
}

#ColonnaSinistra H3 SPAN {
	display: block;
	padding-top: 5px;
	padding-left: 10px;
}

#ColonnaSinistra H2 {
	display: block;
	width: 230px;
	height: 25px;
	padding-top: 5px;
	padding-left: 10px;
	background-color: #025286;
	font-size: 13px;
	color: #FFD200;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
}

#ColonnaSinistra .BloccoColonna {
	width: 200px;
	margin-left: 10px;
	margin-right: auto;
	font-size: 11px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 2px dotted #c0c0c0;
	padding-left: 10px;
}

#ColonnaSinistra .BloccoColonna A {
	font-weight: bold;
	color: #0092EF;
}

#ColonnaSinistra .BloccoColonna A:hover {
	color: #ff0000;
}

/* Homepage */

.NewsHomepage {
	margin-left: 10px;
	border: 2px dotted #c0c0c0;
	padding: 10px;
	margin-bottom: 15px;
}

.NewsHomepage IMG {
	padding: 3px;
	border: 1px solid #e0e0e0;
	margin-bottom: 0.5em;
}

.NewsHomepage P {
	line-height: 1.5em;
}

/* Vista elenco gamme prodotto */

H1#NomeCategoria {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #FF3701;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #0092EF;
	margin-bottom: 15px;
	padding-bottom: 3px;
	text-transform: uppercase;
	text-align: center;
}

#ElencoGamme {
	margin-left: auto;
	margin-right: auto;
}

.BloccoGamma {
	position: relative;
	width: 110px;
	height: 140px;
	border: 1px solid #0092EF;
	margin-right: 10px;
	margin-bottom: 10px;
}

.BloccoGamma IMG {
	position: absolute;
	display: block;
	width: 100px;
	height: 100px;
	top: 5px;
	left: 5px;
}

.BloccoGamma A.Link {
	position: absolute;
	display: block;
	width: 100px;
	height: 25px;
	font-size: 11px;
	font-weight: bold;
	top: 110px;
	left: 5px;
	background-color: #025286;
	text-align: center;
	line-height: 23px;
	color: #ffffff;
	text-decoration: none;
}

.BloccoGamma A.Link1 {
	position: absolute;
	display: block;
	width: 100px;
	height: 25px;
	font-size: 10px;
	font-weight: bold;
	top: 110px;
	left: 5px;
	background-color: #025286;
	text-align: center;
	line-height: 11px;
	color: #ffffff;
	text-decoration: none;
}

/* Testata pagina prodotto */
#SchedaGamma {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
}

#SchedaGamma TD {
	vertical-align: top;
}

#SchedaGamma TD.FotoGamma {
	width: 300px;
}

#SchedaGamma TD.FotoGamma {
	border: 1px solid #c0c0c0;
}

H1#SchedaGamma {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #FF3701;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #c0c0c0;
	margin-bottom: 3px;
	padding-bottom: 3px;
	text-transform: uppercase;
}

H2#SchedaGamma {
	font-size: 15px;
	font-weight: bold;
	color: #0092EF;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	text-align: right;
}

.Precedente {
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #0092EF;
	padding-left: 30px;
	width: 200px;
}

.DownloadPDF {
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #0092EF;
	margin-right: 30px;
	padding-right: 20px;
	margin-bottom: 3px;
	text-align: right;
	background-image: url('../immagini/icona-pdf.gif');
	background-position: right;
	background-repeat: no-repeat;
}

/* Tabella Prodotti */

#TabellaProdotto {
	width: 100%;
	border-collapse: collapse;
}

#TabellaProdotto TH, #TabellaProdotto TD {
	border-bottom: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	vertical-align: top;
	line-height: 15px;
}

#TabellaProdotto TH {
	color: #025286;
	padding-top: 20px;
}

/* pagina stabilimenti */

#Stabilimenti {
	width: 100%;
	margin-top: 10px;
}

TABLE#Stabilimenti TD {
	vertical-align: top;
	margin-left: 10px;
	border: 1px solid #c0c0c0;
	width: 33%;
	padding: 8px;
}

#Stabilimenti TD STRONG {
	color: #FF3701;
}

/* pagina sicurezza */

DIV.BloccoSicurezza {
	width: auto;
	height: 65px;
	border: 1px solid #c0c0c0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.BloccoSicurezza .TitoloSicurezza {
	width: 220px;
	float: left;
	text-align: right;
	font-weight: bold;
	color: #FF3701;
	font-size: 10px;
}

#CorpoPagina .BloccoSicurezza .TitoloSicurezza STRONG {
	font-size: 11px;
	color: #004082;
}

.BloccoSicurezza .TestoSicurezza {
	width: 500px;
	float: right;
}

/* Area Clienti */

#Areaclienti LI {
	list-style-type: none;
	display: inline;
}


#Areaclienti A {
	display: block;
	float: left;
	color: #F5BE08;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	background-color: #025286;
	font-weight: bold;
	margin-bottom: 1em;
	text-decoration: none;
	font-size: 11px;
	margin-right: 10px;
}

#Areaclienti A:hover {
	color: #ffffff;
}
