BODY 		{ scrollbar-base-color: #F9C4E1; 
              background-repeat: no-repeat;
              background-position: left bottom;}


a:link		{ color: #F965B9; text-decoration: none }
a:visited	{ color: #F965B9; text-decoration: none }
a:active	{ color: #F965B9; text-decoration: none }
a:hover		{ color: #FF38A9; text-decoration: none }

a.prodotti:link  		{ color: #5E5E5E; text-decoration: none; font-weight: bold  }
a.prodotti:visited  	{ color: #5E5E5E; text-decoration: none; font-weight: bold  }
a.prodotti:active 	    { color: #5E5E5E; text-decoration: none; font-weight: bold  }
a.prodotti:hover		{ color: #5E5E5E; text-decoration: underline; font-weight: bold  }

a.immagine img { border: 3px solid #D0EBF0; }
a.immagine:hover { font-size: 101%; }
a.immagine:hover img { border-color: #D0EBF0; }

a.immagine2 img { border: 1px solid #FEA1D6; }
a.immagine2:hover { font-size: 101%; }
a.immagine2:hover img { border-color: #FEA1D6; }






 /* THE NEXT LINE CONTROLS THE FONT SIZE ON ALL PAGES */

TABLE		{ COLOR: #5E5E5E; FONT: 11px  Verdana, arial, geneva, arial, sans-serif; font-weight: normal  }

.news	    {COLOR: #587379; FONT: 10px  Verdana, arial, geneva, arial, sans-serif; font-weight: normal}

.testo		{ COLOR: #313131; FONT: 11px Verdana, arial, verdana, sans-serif; font-weight: normal }

.title-grey	{ COLOR: #313131; FONT: 11px Verdana, arial, verdana, sans-serif; font-weight: bold }

.title-side { COLOR: #313131; FONT: 10px Verdana, arial, verdana, sans-serif; font-weight: bold }

.piede		{ COLOR: #313131}


 /* FORM */

input.text {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #4E4E4E;
	background: #E3F3F6;
	border: 0px;
	padding-right: 5px;
	padding-left: 5px;
	width: 300px;
}

input.text:focus {
    background: #FFFFFF;
    } 
	
textarea.sfondo {
    font: 10px Verdana, Arial, Helvetica, sans-serif;
    color: #282828;
	background: #E3F3F6 url(img/sfondo-text.gif) no-repeat top left;
    width: 300px;
    border: 0px;
    padding-right: 5px;
    padding-left: 5px;
    } 



input.pulsante {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #4E4E4E;
	background: #E3F3F6;
	text-align: center;
	padding: 5px;
	width: 100px;
	border: 0px;
	}
	
input.pulsante:hover {
	background: #FFFFFF;
}

