body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#333333;
}
input, select, textarea {
	font-size: 11px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #FF9933;
	text-decoration: underline;
}
ul {
	list-style-position: outset;
	list-style-image: url(Images/bullet.gif);
	top: 0px;
}
/**************************HEADER******************************/
.header-td-banda-l {
	background-color:#FF9933;
	background-image: url(Images/header-angolo.gif);
	background-position: right;
	background-repeat: no-repeat;
}
.header-td-banda-s {
	background-color:#666666;
}
/**************************BODY******************************/
.testo-b {
	font-weight: bold;
}
.body-titolo {
	color:#FF9933;
	font-size: 14px;
	font-weight: bold;
}
.body-testo-b, .body-testo-b:link, .body-testo-b:visited {
	color:#828282;
	font-size: 11px;
	font-weight: bold;
}
.body-testo-b:hover {
	color:#FF9933;
	font-size: 11px;
	font-weight: bold;
}
.body-testo-evid {
	color:#FF9933;
	font-size: 11px;
}
hr.Separazione {
	height: 1px;
	color: #EFEFEF;
}
.form-obbligatorio {
	background-color: #FADEDE;
}
/**************************MENU******************************/
.menu-folder, .menu-folder:link, .menu-folder:visited,.menu-folder-on, .menu-folder-on:link, .menu-folder-on:visited  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	border: none;
	padding-left: 9px;
	padding-top: 2px;
	padding-bottom: 3px;
}
.menu-folder-on,.menu-folder-on:link, .menu-folder-on:visited {
	font-weight:bold;
}
.menu-list, .menu-list:link, .menu-list:visited,.menu-list-on, .menu-list-on:link, .menu-list-on:visited  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.menu-list-on, .menu-list-on:link, .menu-list-on:visited  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF9933;
	text-decoration: none;
}
.menu-list-on  {
	font-weight:bold;
}
.menu-folder:hover,.menu-list:hover,.menu-list-on:hover,.menu-folder-on  {
	color: #FF9933;
	text-decoration: none;
}
.menu-folder-on:hover,.menu-list-on:hover {
	font-weight:bold;
}
.menu-td-on {
	background-color:#EDEDED;
	background-image: url(Images/menu-angolo-on.gif);
	background-position: right;
	background-repeat: no-repeat;
}
.menu-td-off {
	background-color:#EDEDED;
	background-image: url(Images/menu-angolo-off.gif);
	background-position: right;
	background-repeat: no-repeat;
}
/**************************BOX******************************/
.box-testo-s, .box-testo-s:link, .box-testo-s:visited  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #666666;
}
.box-td-bordo {
	border: 2px solid #666666;
}
.box-td-sfondo {
	background-color:#666666;
	padding:4px;
}
.box-testo, .box-testo:link, .box-testo:visited  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #FFFFFF;
	text-decoration: none;
}
.box-testo:hover  {
	color: #FF9933;
	text-decoration: none;
}
/**************************SCHEDA PRODOTTO******************************/
.prodotto-td-bordo {
	border: 1px solid #999999;
}
.prodotto-td-separatore {
	background-color:#999999;
}
.prodotto-td-utility {
	background-color:#666666;
}
.prodotto-td-angolo {
	background-image: url(Images/tabella-angolo.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
.prodotto-td-nome {
	background-color:#FF9933;
	background-image: url(Images/prodotto-angolo.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.prodotto-nome {
	color:#FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.prodotto-titolo {
	color:#828282;
	font-size: 14px;
	font-weight: bold;
}
.prodotto-td-descrizione {
	background-color:#EDEDED;
	border-top: 1px solid #999999;
}
.prodotto-td-menu-off{
	background-color:#828282;
	background-image: url(Images/td-menu-bordo.gif);
}
.prodotto-td-menu-off a:link, .prodotto-td-menu-off a:visited {
	color:#FFFFFF;
}
.prodotto-td-menu-on {
	background-color:#FF9933;
	background-image: url(Images/td-menu-bordo.gif);
}
.prodotto-td-menu-on a:link, .prodotto-td-menu-on a:visited{
	background-color:#FF9933;
	color:#000000;
	text-decoration: none;
}
.prodotto-utility, .prodotto-utility:link, .prodotto-utility:visited{
	color:#FFFFFF;
	text-decoration: none;
}
.prodotto-utility:hover{
	color:#FF9933;
	text-decoration: none;
}
/**************************FOOTER******************************/
.footer-td-banda {
	background-color:#666666;
}
.footer-testo, .footer-testo:link, .footer-testo:visited  {
	font-size:10px;
	color: #666666;
}
.footer-testo:hover  {
	color: #FF9933;
}
/*************STILI VERSIONE STAMPABILE************/
@media print {
BODY {
	background-color: #FFFFFF;
}
.noPrint {
	display:none;
}
.onlyPrint {
	display:inline;
}
}

