﻿BODY {
scrollbar-base-color : #FFFFFF;
scrollbar-arrow-color : #78726e;
}
td {
font-family: Verdana;
font-size : 8pt;
color : #78726e;
}

img			{border: 0;}

a:link		{font-family: Verdana; color: #78726e; text-decoration: none;}
a:visited	{font-family: Verdana; color: #78726e; text-decoration: none;}
a:hover		{font-family: Verdana; color: #000000; text-decoration: none;}

.link2             {font-family: Times New Roman; color: #666666; text-decoration: none;}
.link2:link         {font-family: Times New Roman; color: #666666; text-decoration: none;}
.link2:visited	   {font-family: Times New Roman; color: #666666; text-decoration: none;}
.link2:hover	   {font-family: Times New Roman; color: #E97D00; text-decoration: none;}

.link3      		{font-family: Verdana; font-size: 8pt; color: #FFFFFF; text-decoration: none;}
.link3:link      		{font-family: Verdana; font-size: 8pt; color: #FFFFFF; text-decoration: none;}
.link3:visited	   	{font-family: Verdana; font-size: 8pt; color: #FFFFFF; text-decoration: none;}
.link3:hover	   	{font-family: Verdana; font-size: 8pt; color: #007945; text-decoration: underline;}

.link4      		{font-family: Verdana; font-size: 8pt; color: #008E5F; text-decoration: none;}
.link4:link      		{font-family: Verdana; font-size: 8pt; color: #008E5F; text-decoration: none;}
.link4:visited	   	{font-family: Verdana; font-size: 8pt; color: #008E5F; text-decoration: none;}
.link4:hover	   	{font-family: Verdana; font-size: 8pt; color: #000000; text-decoration: underline;}


button	{height:40pt; font-size: 10pt; font-family: Verdana; color: #E97D00; font-weight: bold;}
hr			{height: 1; color: #008E5F;}

.titolo	{font-size: 12pt; font-family: Verdana; color: #008E5F; font-weight: bold; text-align:center;}
.sotto_titolo	{font-size: 10pt; font-family: Verdana; color: #008E5F; font-weight: bold; text-align:center;}
.testo	{font-size: 9pt; font-family: Verdana; color: #008E5F; text-align:center;}
.bianco	{font-size: 10pt; font-family: Verdana; color: #FFFFFF; text-align:center;}
.cella_intestazione	{background-color: #008E5F; color: #FFFFFF; padding: 5px; font-weight: bold;}
.cella_dati	{color: #666666; padding: 5px; }
.input_area	{ width: 100%; border:1px solid #008E5F; height: 100px;}
.input_text	{width:100%; color:#008E5F; background-color: #FFFFFF; border:1px solid #008E5F; padding:3px;}


/* prodotti */

	#prodotti h2 {font-size:12pt; color: #008E5F; font-weight: bold;}
	#prodotti h3 {font-size:10pt; color: #008E5F; font-weight: bold;}
	#prodotti {text-align:left; font-family:Verdana}

	#prodotti .box_prodotto {width:600px; text-align:left; background:#E1FABC; margin:10px 0}
	#prodotti .box_prodotto .immagine_non_disponibile {width:100px; text-align:center; height:75px; float:left;}
	#prodotti .box_prodotto .immagine_non_disponibile,#prodotti  .box_prodotto img {margin-right:5px; float:left;border-right:1px #98D812 solid;}
	#prodotti .box_prodotto .dettagli {float:left; padding-top:5px; color:#008E5F; line-height:13pt; font-size:9pt;}
	#prodotti .box_prodotto a:link, #prodotti .box_prodotto a:visited {display:block; height:75px; border:1px #98D812 solid;}
	#prodotti .box_prodotto a:hover {border:1px #008E5F solid; background:#BFF46F}

	#prodotti #dettagli_prodotto {width:700px}
	#prodotti #dettagli_prodotto #nome_prodotto {background:#008E5F; color:#fff; padding:3px}
	#prodotti #dettagli_prodotto #indietro {float:left; font-size:8pt; width:150px; margin-top:-4px;}
	#prodotti #dettagli_prodotto #richiesta_informazioni {float:right; font-size:8pt; width:150px; text-align:right; margin-top:-4px;}
	#prodotti #dettagli_prodotto #indietro a:hover, #richiesta_informazioni a:hover {color:#008E5F;}

	#prodotti #dettagli_prodotto #immagini_prodotto {background:#F3F3F2; border:1px #DCDBD7 solid; padding:5px; margin:10px 0 5px 0;}
	#prodotti #dettagli_prodotto #immagini_prodotto a:link, #prodotti #dettagli_prodotto #immagini_prodotto a:visited {display:block; float:left; border:1px #666 solid; margin:3px}
	#prodotti #dettagli_prodotto #immagini_prodotto a:hover {border:1px #008E5F solid}
	#prodotti #dettagli_prodotto #immagini_prodotto .clear {font-size:1pt; line-height:1pt}
	
	#prodotti #dettagli_prodotto .documenti_prodotto {margin:5px 0;}
	#prodotti #dettagli_prodotto .documenti_prodotto h2 {padding-right:20px; width:200px}
	#prodotti #dettagli_prodotto .documenti_prodotto ul {list-style:none; margin:10px 0; color:#008E5F;}
	#prodotti #dettagli_prodotto .documenti_prodotto ul li a:hover {color:#008E5F;}
	.clear {clear:both}
