/* BASE LAYOUT */		BODY, HTML {
                            margin: 0px;
                            padding: 0px;
                            background-color: #FFF;
                            text-align: center;
                            font-family: Verdana, Arial, Helvetica, sans-serif;
                            font-size: 0.9em;
                            color: #404040;
						}
						
						TH {background-color: #000; color: #FFF;}
						TH SPAN {display: none;}
						
						TD {height: 25px;}
						
						H1 {display: none;}
						
						IMG {border:0;}
						
						A {color: #FF8B0E; text-decoration: none;}
						
						A:HOVER {color:#919191; text-decoration: underline;}
						
						FORM {margin: 0; padding: 0;}
						
						INPUT, .input {
							border: 1px solid #D7D7D7;
							font-size: 11px;
						}
						TEXTAREA, .textarea {
							font-family: Verdana, Arial, Helvetica, sans-serif;
							font-size: 11px;
						}
						.noinput {border: none;}

/* CONTENUTI */						
						#prodotti, #prodotti-scheda {margin-bottom: 20px; margin-top: 20px; clear:both;}
						#prodotti TD {border-bottom: 1px solid #BFBFBF; text-align: center; font-size: 0.8em; height:33px; padding: 2px 8px 2px 8px;}
						#prodotti .left {text-align: left;}
						#prodotti .right {text-align: right;}
						#prodotti A.carrello, #prodotti .gray {color: #9C9C9C; text-decoration:none;}
						#prodotti A.carrello:HOVER {color: #000; text-decoration: underline;}
						#prodotti-scheda {
							background-image: url(/images/pagine/bg-prodotti-schede.gif);
							background-repeat: repeat-x;
							background-position: 0 0;
							}
						#prodotti-scheda .td {
							font-size: 0.8em;
							line-height: 1.5em;
							padding: 4px;
							}

						#stampa {
							margin: 0px auto;
							width: 640px;
							clear: both;
							background-image: url(/images/ordine/bg-testata.gif);
							background-repeat: repeat-x;
							background-position: left top;
							text-align:left;
                        }
						
						#stampa .dati {
							width: 40%;
							float:right;
							clear:both;
							margin-top: 10px; 
							margin-bottom: 20px; 
							line-height: 1.5em;
						}
						
						#stampa TD {
							font-size: 0.8em;
							padding: 3px;
							height: 15px;
						}
						
						A.tasto {
							display: none;
						}
