
body,td,th {
	color: #0E0D12;
 font-size: 12px;
}

body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.prodotti {
	font-weight: bold;
	color: #B22423;
}
a {
	font-size: 13px;
	font-weight: bolder;
	color: #990000;
}

.Elenco_puntato {
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	margin-left: -25px;
	margin-top: 10px;
	list-style-type: disc;
}
.Elenco_numerato {
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	margin-left: -16px;
	margin-top: 10px;
	list-style-type: decimal;
}
.Elenco_Lettere {
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	margin-left: -12px;
	margin-top: 10px;
	list-style-type: upper-alpha;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.riempimento_verde {
	background-color: #F1F2D8;
}

h1 {
	font-size: 14px;
	color: #C3CE09;
	margin:0px 0px 0px 0px;
	padding:5px 5px 5px 5px;
	background-color: #ffffff;
	width:100%;
	display:block;
}

.TITOLI_Spry 
{
	font-weight: bold;
	margin:0px 0px 0px 20px;
	padding:0px 0px 0px 0px;
	background-color:transparent;
}


h2 {
	font-size: 13px;
	color: #B22423;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	color: #B22423;
	font-weight: bold;
}

h4 {
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	margin-bottom:0px;
	margin-top:0px;
}

p {
	font-style: normal;
	font-weight: normal;
	color: #0E0E11;
	text-align: justify;
	margin-top:7px;
	margin-bottom:7px;
}


input 
{
  font-size:80%;
  width:100%;
  float:right;
  display:inline;
  border:solid 1px #7F9DB9;
}


.font-piccolo
{
  font-size:small;
}

.hidden
{
    border:solid 0px #7F9DB9;
}

label 
{
  font-size:80%;
  width:230px;
  float:left;
  display:inline;
}
.riga_alternata {
	background-repeat: no-repeat;
	background-color: #EEEEEE;
}
.riga_normale {
	background-repeat: no-repeat;
	background-color: #DEDEDE;
}


/* form di inserimento dati */

.form_inserimento
{
  width:100%;
  background-color:#F1F2D8;
  margin-top:10px;
 }

.form_inserimento h1
{ 
  width:100%;
  background-color:#000000;
  color:#C3CD09;
  font-size:100%;
}

.form_inserimento h2
{ 
  width:100%;
  background-color:#000000;
  color:#C3CD09;
  font-size:100%;
  margin-bottom:5px;
}

.form_inserimento ul
{
  margin:0px 0px 0px 0px;
  list-style-type:none;
  display:block;
}

form_inserimento .conto
{ 
  font-weight:normal;
  font-size:10px;

}

.form_inserimento li
{
  border-bottom:solid 1px #EBEBEB;
  margin-bottom:3px;
  margin-top:2px;
  display:block;
}

.form_inserimento .label
{
  font-size:100%;
  width:280px;
  float:left;
  display:inline;
}

.form_inserimento .valore
{
  width:250px;
  float:right;
  display:inline;
}

.form_inserimento textarea
{
  font-size:12px;
  width:250px;
  height:60px;
  float:right;
  display:inline;
  border:solid 1px #7F9DB9;
  
}

/*.form_inserimento .input-normale
{
  font-size:12px;
  width:250px;
  float:right;
  display:inline;
  border:solid 1px #7F9DB9;
}

.form_inserimento .input-date
{
  font-size:12px;
  width:83px;
  text-align:center;
  display:inline;
  border:solid 1px #7F9DB9;
}
*/
.form_inserimento select
{
  font-size:12px;
  display:inline;
  float:right;
  border:solid 1px #7F9DB9;
}

.form_inserimento .note
{
  margin-top:10px;
  font-size:9px;
  font-style:italic;
  margin-bottom:5px;
}

.form_inserimento .note a
{
  color:#000000;
  text-decoration:underline;
  font-size:9px;
}



.form_inserimento .reset
{
  background-color:#B22423;
  color:#FFFFFF;
  width:150px;
  font-weight:bold;
  margin-right:10px;
  border:solid 1px #C22423;
  display:inline;
}

.form_inserimento .submit
{
  background-color:#C3CD09;
  color:#FFFFFF;
  width:150px;
  font-weight:bold;
  margin-left:10px;
  border:solid 1px #D3CD09;
  display:inline;
}

/* carrello dell'ordine */
.form_carrello
{
  width:100%;
  background-color:#F1F2D8;
  margin-top:10px;
}


.form_carrello h2
{ 
  width:100%;
  background-color:#000000;
  color:#C3CD09;
  font-size:100%;
  margin-bottom:5px;
}

.form_carrello ul
{
  margin:0px 0px 0px 0px;
  list-style-type:none;
}

.form_carrello li
{
  border-bottom:solid 1px #EBEBEB;
  margin-top:5px;
  margin-bottom:5px;
}

.form_carrello .label
{
  font-size:11px;
  width:450px;
  float:left;
  display:inline;
}

.form_carrello input, textarea
{
  width:40px;
  float:right;
  display:inline;
  border:solid 1px #EBEBEB;
}

.form_carrello select
{
  width:45px;
  float:right;
  display:inline;
  border:solid 1px #EBEBEB;
}

.form_carrello .radio
{
  font-size:12px;
  margin-right:0px;
  border:solid 1px #EBEBEB;
  width:16px;
}

.form_carrello .titolo_sezione
{
  width:100%;
  background-color:#D0D0D0;
  text-align:center;
  font-size:110%;
}

.form_carrello td
{ 
font-size:12px;
}

.form_carrello .td_valore
{
  width:60px;
  text-align:right;

}

/* pagina delle news */

.news
{
  margin:30px 0px 10px 0px;
}

.grid
{
	width:100%;
	border:solid 1px #CCCCCCC;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

.grid_header
{
	background-color:#C3CD09;
	color:#000000;
	font-weight:bold;
}

.grid_item
{
 background-color:#DEDEDE;
 border-bottom:solid 2px #CCCCCC;
 vertical-align:top;
}

.grid_alternate_item
{
  background-color:#EEEEEE;
  border:solid 2px #CCCCCCC;
  vertical-align:top;
}

.ricerca 
{
	margin:5px 0px 0px 0px;
	background-color: #F9FBFD; 
	color: #000000; 
	border: 1px solid #D7E5F2; 
	height: 20px;
	display:block;
	margin-bottom:5px;
}

.ricerca select
{
 width: 250px; 
 background-color: #D7E5F2; 
 color: #102132; 
 border: 1px solid #284279; 
 height: 20px;
}

.ricerca input
{
 width: 250px; 
 background-color: #D7E5F2; 
 color: #102132; 
 border: 1px solid #284279; 
 height: 20px; 
}

.ricerca .button
{ 
 background-color: #D7E5F2; 
 color: #102132; 
 margin-left: 3px; 
 margin-top: 3px; 
 margin-bottom: 2px;
 width: 60px; 
 height: 20px;
 border: 1px solid #284279;
}

/* fine area news **/