body { 
	background-color: #FFFFFF; 
	margin: 10px 0px; 
	padding: 0px; 
}

p, td, input, textarea, select, h2 { 
	color: #000000; 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 11px;
}

h2 {
	font-size: 16px;
}

p.para, p.para a {
	font-size: 13px;
	line-height: 17px;
}

a:link, a:active, a:visited { 
	color: #000000; font-family: Verdana, Arial, Helvetica; 
	font-size: 11px; 
	text-decoration: underline; 
}

a:hover { 
	color: #3B3B3B; 
	text-decoration: none;
}

form { 
	margin: 0px; 
}

.foot, a.foot:link, a.foot:visited, a.foot:active  {
	text-decoration: none;
	color: #448500
}

a.foot:hover {
	background-color: #EAEAEA;
}

.titolo_pagina { 
	font-size: 16px; 
	font-weight: bold;
	color: #003366;
	padding-bottom: 10px;
}

/* sottotitolo */
.stitolo_pagina { 
	color: #003366;
	font-size: 14px; 
	font-weight: bold;
	border-bottom: 1px dotted #91991F;
	width: 100%;
	padding: 10px 0 3px 0;
}

.alert, a.alert, .req { 
	color: red;
}

/* td o tb con messaggio di help */
.tbhelp { 
	border: 1px dotted #ff6600; 
	background: #ffffdd;
	padding: 5px 5px 5px 8px 
}

/* img che identifica un campo richiesto */
#req {
	width: 9px;
	height: 9px;
	background-image: url('../img/req.gif');
	background-repeat: no-repeat;
	border: 0px;
}

.visibile {
    display: block;
    visibility: visible;
}

.invisibile {
    display: none;
    visibility: hidden;
}

.ronly {
	background-color: #EAEAEA
}

/* etichetta */
.eti {
	font-size: 10px; 
	font-weight: bold;
	text-align: right;
	padding-right: 6px;
}

/* campo invisibile */
.inpinv {
	background-color: #FFFFFF; 
	border: 0px;
	font-size: 11px;
	text-align: right;
} 

.inpinvb {
	background-color: #FFFFFF; 
	border: 0px;
	font-size: 11px;
	text-align: right;
	font-weight: bold;
} 

a.menu-head:link, a.menu-head:active, a.menu-head:visited { 
	color: #000000; 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 11px; 
	text-decoration: none; 
}

a.menu-head:hover { 
	color: #3B3B3B; 
	text-decoration: none;
}

a.menu-item:link, a.menu-item:active, a.menu-item:visited, a.menu-item:hover {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.img_articolo_small, .img_articolo_big  {
	border: 1px solid #787678
}

.articolo_prezzo {
	font-weight: bold;
	text-align: right;
}

.aticolo_prezzo_det {
	color: #BA1226; 
	font-size: 14px;
	font-weight: bold;
}


.articolo_descrizione {
	text-align: left;
}

.titolo_articolo {
	font-size: 14px; 
	font-weight: bold;
	color: #003366;
	padding-bottom: 5px;
}

a.minia:hover, a.minia:active, a.minia:visited, a.minia:hover, a.minia {
	font-size: 9px; 
}

.eti_articolo {
	color: #A50000;
}

.visibile {
    display: block;
    visibility: visible;
}

.invisibile {
    display: none;
    visibility: hidden;
}

.stitolo {
	font-size: 13px; 
	font-weight: bold;
	padding: 5px;
}

.bianco, .bianco a, .bianco a:hover, .bianco a:visited, .bianco a:active, .bianco a:link {
	color: White;
}

#link-reciproci {
	text-align: center;
	border: 1px solid White;
	background-color: #789BC9;
	width: 150px;
	padding: 10px 0 10px;
}

#link-reciproci a:hover, #link-reciproci a:active, #link-reciproci a:visited, #link-reciproci a:link {
	color: White;
}