/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.errorBox { font-family : Arial, Verdana, Helvetica, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Arial, Verdana, Helvetica, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Arial, Verdana, Helvetica, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  MARGIN: 0px; PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px;
}

FORM {
  display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.boxText { 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	color: #636434;
	text-decoration: none;
	margin-left: 16px;
	text-align: center;
	font-weight: bold;
	background-color: transparent;
	vertical-align: middle;	
}
.boxText a:link {
	color: #636434;
	text-decoration : none;			
}
.boxText a:visited {
	color: #72875D;
	text-decoration : none;			
}
.boxText a:active {
	color: #636434;
	text-decoration : none;			
}
.boxText a:hover {
	color: #A13713;
	text-decoration : underline;		
}

.infoBox {
  background: #FFFFFF;
}

.infoBox1 {
  background: #CCD5C4;
}

.infoBox2 {
  background-color: transparent;
}

.infoBoxContents {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;	
	color: #000000;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	background-color: transparent;
	vertical-align: baseline;
}

.infoBoxNotice {
  background-color: transparent;
}

.infoBoxNoticeContents {
  background-color: transparent;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10px;
}

.infoBoxHeading {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  color: #ffffff;
  text-decoration: none;
  margin-left: 16px;
  text-align: left;
  font-weight: bold;
  vertical-align: middle;	
  background: #7C8E66;
}

.infoBoxHeading1 {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  color: #ffffff;
  text-decoration: none;
  margin-left: 16px;
  text-align: left;
  font-weight: bold;
  background-color: transparent;
  vertical-align: middle;	
  background: #A33713;
}

TD.infoBox, SPAN.infoBox {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  background: #f8f8f9;
  color: #A13713;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  background: #f8f8f9;
  color: #A13713;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #BDCDB3;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  background: #6D8A5C;
  color: #FFFFFF;
  font-weight: bold;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #A7BD9B;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.main a:link {
	color: #A13713;
	text-decoration : none;			
}
TD.main a:visited {
	color: #636434;
	text-decoration : none;			
}
TD.main a:active {
	color: #636434;
	text-decoration : none;			
}
TD.main a:hover {
	color: #A13713;
	text-decoration : underline;		
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10px;
}

TD.smallText a:link {
	color: #A13713;
	text-decoration : none;			
}
TD.smallText a:visited {
	color: #636434;
	text-decoration : none;			
}
TD.smallText a:active {
	color: #636434;
	text-decoration : none;			
}
TD.smallText a:hover {
	color: #A13713;
	text-decoration : underline;		
}

TD.accountCategory {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1fffa;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #DEE7D9; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E4EBDF; }

.checkoutBarFrom, .checkoutBarTo { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10px; background-color: #C5D4BC; }

/* input requirement */

.inputRequirement { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10px; color: #ff0000; }

.sfondotop {
	color: #ffffff;
	background-color: #ffffff;
}
.menu {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	color: #ffffff;
	text-decoration: none;
	margin-left: 16px;
	text-align: left;
	font-weight: bold;
	background-color: transparent;
	vertical-align: middle;	
}
.menu a:link {
	color: #306B5F;
	text-decoration : none;			
}
.menu a:visited {
	color: #404040;
	text-decoration : none;			
}
.menu a:active {
	color: #306B5F;
	text-decoration : none;			
}
.menu a:hover {
	color: #D30514;
	text-decoration : underline;		
}
.menu1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	background-color: transparent;
	vertical-align: middle;	
}
.menu1 a:link {
	color: #FFFFFF;
	text-decoration : none;			
}
.menu1 a:visited {
	color: #FFFFFF;
	text-decoration : none;			
}
.menu1 a:active {
	color: #FFFFFF;
	text-decoration : none;			
}
.menu1 a:hover {
	color: #FFFFFF;
	text-decoration : underline;		
}
.menu2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0px;
	color: #636434;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	background-color: transparent;
	vertical-align: middle;	
}
.menu2 a:link {
	color: #636434;
	text-decoration : none;			
}
.menu2 a:visited {
	color: #636434;
	text-decoration : none;			
}
.menu2 a:active {
	color: #636434;
	text-decoration : none;			
}
.menu2 a:hover {
	color: #636434;
	text-decoration : underline;		
}
.menu_red {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0px;
	color: #B33E15;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	background-color: transparent;
	vertical-align: middle;	
}
.menu_red a:link {
	color: #B33E15;
	text-decoration : none;			
}
.menu_red a:visited {
	color: #B33E15;
	text-decoration : none;			
}
.menu_red a:active {
	color: #B33E15;
	text-decoration : none;			
}
.menu_red a:hover {
	color: #B33E15;
	text-decoration : underline;		
}
.sottomenu {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	color: #636434;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	background-color: transparent;
	vertical-align: middle;	
}
.sottomenu a:link {
	color: #636434;
	display: block;
	border-bottom: 1px #CCC solid;
	background-color: transparent;
	text-decoration : none;			
}
.sottomenu a:visited {
	color: #72875D;
	display: block;
	background-color: transparent;
	text-decoration : none;			
}
.sottomenu a:active {
	color: #636434;
	display: block;
	background-color: transparent;
	text-decoration : none;			
}
.sottomenu a:hover {
	color: #A13713;
	display: block;
	background: #E1E6DD;
	text-decoration : underline;		
}
.testo {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 80%;
	letter-spacing: 1px;	
	color: #000000;
	text-decoration: none;
	text-align: middle;
	font-weight: normal;
	background-color: transparent;
	vertical-align: baseline;	
}
A.testo:link {
	font-size: 100%;
	color: #586648;
	font-weight: bold;	
	text-decoration : underline;		
}
A.testo:visited {
	font-size: 100%;
	color: #586648;
	font-weight: bold;	
	text-decoration : underline;		
}
A.testo:active {
	font-size: 100%;
	color: #586648;
	font-weight: bold;	
	text-decoration : none;		
}
A.testo:hover {
	font-size: 100%;
	color: #A13713;
	font-weight: bold;		
	text-decoration : underline;		
}
.testo_prod {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 70%;
	letter-spacing: 1px;	
	color: #000000;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	background-color: transparent;
	vertical-align: top;	
}
A.testo_prod:link {
	font-size: 90%;
	color: #586648;
	font-weight: bold;	
	text-decoration : underline;		
}
A.testo_prod:visited {
	font-size: 90%;
	color: #586648;
	font-weight: bold;	
	text-decoration : underline;		
}
A.testo_prod:active {
	font-size: 90%;
	color: #586648;
	font-weight: bold;	
	text-decoration : underline;		
}
A.testo_prod:hover {
	font-size: 90%;
	color: #A13713;
	font-weight: bold;		
	text-decoration : underline;		
}
.ricerca {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #586648;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 20px;
	background-color: transparent;
	vertical-align: middle;	
}
.ricerca a:link {
	color: #586648;
	text-decoration : none;	
}
.ricerca a:visited {
	color: #586648;
	text-decoration : none;	
}
.ricerca a:active {
	color: #586648;
	text-decoration : none;	
}
.ricerca a:hover {
	color: #A73510;
	text-decoration : underline;	
}
.testo_grigio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #404040;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	background-color: transparent;
	vertical-align: middle;	
}
.testo_grigio a:link {
	color: #404040;
	text-decoration : none;	
}
.testo_grigio a:visited {
	color: #404040;
	text-decoration : none;	
}
.testo_grigio a:active {
	color: #404040;
	text-decoration : none;	
}
.testo_grigio a:hover {
	color: #D30514;
	text-decoration : underline;		
}
.titolo {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #B33E15;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	background-color: transparent;
	vertical-align: baseline;	
}
.titolo a:link {
	color: #B33E15;
	text-decoration : none;		
}
.titolo a:visited {
	color: #B33E15;
	text-decoration : none;		
}
.titolo a:active {
	color: #B33E15;
	text-decoration : none;		
}
.titolo a:hover {
	color: #B33E15;
	text-decoration : underline;		
}
.data {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
	text-decoration: none;
	text-align: right;
	margin-top:2px; 
	margin-bottom:1px; 	
	font-weight: normal;
	background-color: transparent;
	vertical-align: baseline;	
}
.data a:link {
	color: #FFFFFF;
	font-weight: bold;	
	text-decoration : none;			
}
.data a:visited {
	color: #6B734A;
	font-weight: bold;
	text-decoration : none;			
}
.data a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration : none;			
}
.data a:hover {
	color: #6B734A;
	font-weight: bold;
	text-decoration : underline;		
}
.email {
	font-size: 90%;	
	font-family: Arial, Verdana, Helvetica, sans-serif;	
}
.testo ul {
	list-style-image: url('images/arrow.gif');
	text-decoration: none;	
}
.page_tit {
	font-family: Times;
	letter-spacing: 5px;
	font-size:14px;	
	font-weight:bold;
	vertical-align: middle;	
	text-align: left;
	color:#000000;
	height:29px;
	text-decoration : none;		
}
.page_tit a:link {
	text-align: right;
	color:#FFFFFF;
	text-decoration : none;	
}
.page_tit a:visited {
	text-align: right;
	color:#FFFFFF;
	text-decoration : none;	
}
.page_tit a:active {
	text-align: right;
	color:#FFFFFF;
	text-decoration : none;	
}
.page_tit a:hover {
	text-align: right;
	color:#FFFFFF;
	text-decoration : underline;	
}
.tit_pag {
	font-family: Times;
	letter-spacing: 5px;
	font-size:20px;	
	font-weight:bold;
	vertical-align: baseline;	
	text-align: left;
	color:#D0D6C8;
	height:22px;
	text-decoration : none;		
}
.alcrvaltp {
	text-align: center;
	vertical-align: top;
}
.alcrvalmd {
	text-align: center;
	vertical-align: middle;
}
.alcrvalbt {
	text-align: center;
	vertical-align: bottom;
}
.alsxvaltp {
	text-align: left;
	vertical-align: top;
}
.alsxvalmd {
	text-align: left;
	vertical-align: middle;
}
.alsxvalbt {
	text-align: left;
	vertical-align: bottom;
}
.aldxvaltp {
	text-align: right;
	vertical-align: top;
}
.aldxvalmd {
	text-align: right;
	vertical-align: middle;
}
.aldxvalbt {
	text-align: right;
	vertical-align: bottom;
}
.tabella {
	border-spacing: 0;
	padding: 0px;
	border: 0;
	background-color:transparent;
}
.spacer {
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0px;
	border-bottom: 1px #148780 solid;
	display: block;
}
.location {
	font: 90% Arial, Verdana, Helvetica, sans-serif;
	padding: 0px;
	display: block;
	border-bottom: 1px #CCC solid;
}
.bordo {
	border: 1px solid #748660;	
	background-color: #FFFFFF;
	vertical-align: top;
	margin: 0px 0px;
}
.bordo1 {
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 1px solid #748660;	
	background-color: #FFFFFF;
	vertical-align: top;
	margin: 0px 0px;
}
.bordo2 {
	border-top: 1px solid #748660;
	border-bottom: 1px solid #748660;
	border-left: 1px solid #748660;
	border-right: 1px solid #748660;	
	background-color: #FFFFFF;
	vertical-align: top;
	margin: 0px 0px;
}
.prezzo {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: 0px;	
	color: #000000;
	text-decoration: none;
	text-align: middle;
	font-weight: bold;
	background-color: transparent;
	vertical-align: baseline;	
}
.descrizione {
	font-family: Times;
	letter-spacing: 0px;
	font-size:14px;	
	font-weight:bold;
	vertical-align: middle;	
	text-align: center;
	color:#6B6B42;
	height:29px;
	text-decoration : none;		
}
.tit_pag {
	font-family: Times;
	letter-spacing: 5px;
	font-size:18px;	
	font-weight:bold;
	vertical-align: baseline;	
	text-align: left;
	color:#FFFFFF;
	height:15px;
	text-decoration : none;		
}
.testo_red {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	letter-spacing: 1px;	
	color: #FF0000;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	background-color: transparent;
	vertical-align: baseline;	
}
.testo_red a:link {
	font-size: 100%;
	color: #586648;
	font-weight: bold;	
	text-decoration : none;		
}
.testo_red a:visited {
	font-size: 100%;
	color: #586648;
	font-weight: bold;	
	text-decoration : none;		
}
.testo_red a:active {
	font-size: 100%;
	color: #586648;
	font-weight: bold;	
	text-decoration : none;		
}
.testo_red a:hover {
	font-size: 100%;
	color: #586648;
	font-weight: bold;		
	text-decoration : underline;		
}
.menu_white {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	background-color: transparent;
	vertical-align: baseline;	
}
.menu_white a:link {
	color: #FFFFFF;
	text-decoration : none;			
}
.menu_white a:visited {
	color: #F8EEC0;
	text-decoration : none;			
}
.menu_white a:active {
	color: #636631;
	text-decoration : none;			
}
.menu_white a:hover {
	color: #6B734A;
	text-decoration : underline;		
}
.page_tit1 {
	font-family: Times;
	letter-spacing: 5px;
	font-size:13px;	
	font-weight:bold;
	vertical-align: baseline;	
	text-align: left;
	color:#FFFFFF;
	text-decoration : none;		
}
.testo_bianco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	background-color: transparent;
	vertical-align: middle;	
}
.testo_bianco a:link {
	color: #FFFFFF;
	text-decoration : none;	
}
.testo_bianco a:visited {
	color: #FFFFFF;
	text-decoration : none;	
}
.testo_bianco a:active {
	color: #FFFFFF;
	text-decoration : none;	
}
.testo_bianco a:hover {
	color: #6B734A;
	text-decoration : underline;		
}
ul {  
	margin-top: 0px; 
	margin-right: 10px; 
	margin-bottom: 10px; 
	margin-left: 20px;
	text-decoration: none;	
	list-style-image: url('images/arrow.gif');	
}
li {  
	margin-top: 3px;
}
.resellers {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;	
	color: #FF0000;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	background-color: transparent;
	vertical-align: middle;	
}
.resellers a:link {
	color: #586648;
	font-weight: bold;	
	text-decoration : underline;		
}
.resellers a:visited {
	color: #586648;
	font-weight: bold;	
	text-decoration : underline;		
}
.resellers a:active {
	color: #586648;
	font-weight: bold;	
	text-decoration : none;		
}
.resellers a:hover {
	color: #586648;
	font-weight: bold;		
	text-decoration : underline;		
}
.resellers ul {  
	margin-top: 0px; 
	margin-right: 10px; 
	margin-bottom: 10px; 
	margin-left: 15px;
	text-decoration: none;	
	list-style-image: url('images/oliv.gif');	
}
.resellers li {  
	margin-top: 4px;
	padding: 5px;
}
.tab_brand {  
	background-color: transparent;
}
.staff {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 0px;	
	color: #000000;
	text-decoration: none;
	text-align: justify;
	font-weight: normal;
	background-color: transparent;
	vertical-align: baseline;	
}
.staff a:link {
	color: #586648;
	font-weight: bold;	
	text-decoration : none;		
}
.staff a:visited {
	color: #586648;
	font-weight: bold;	
	text-decoration : none;		
}
.staff a:active {
	color: #586648;
	font-weight: bold;	
	text-decoration : none;		
}
.staff a:hover {
	color: #586648;
	font-weight: bold;		
	text-decoration : underline;		
}
.whiteProdotti { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: bold; 
	color: #FFFFFF; 
	text-decoration: none;
}
.whiteProdotti:hover { 
	text-decoration: underline;
}