html, body {
	margin: 0;
	padding: 0;
	text-align: center;
}

body {
	font: 115% "Calibri", fantasy;
	color: #800;
	background-color: #165a9b;
}

#page {
	margin: 0 auto;
	width: 780px;
	text-align: left;
}

form {
	margin-top: 25px;
	margin-bottom: 25px;
}
table {
	width: 90%;
	background: #fff url('../images/sfondoLegno.jpg') repeat left top;
}

/* tabella selezione articoli */
#selettore {
	border: 2px outset #eee;
	border-collapse: separate;
	margin: 0 auto;
}
#selettore th {
	padding: 0 0.2em;
	font-weight: bold;
	text-align: center;
}
#selettore td, #selettore th  {
	border: 1px outset #eee;
}


/* tabella carrello della spesa */
#carrello {
	border: 2px outset #eee;
	border-collapse: separate;
	margin: 0 auto;
}
#carrello th {
	padding: 0 0.2em;
	font-weight: bold;
	text-align: center;
}
#carrello td, #carrello th  {
	border: 1px outset #eee;
}
#carrello #labelTotale {
	text-align: left;
}
#carrello caption {
	text-align: center;
}

/* tabella dati cliente*/
#datiCliente {
	border: 2px outset #eee;
	border-collapse: separate;
	margin: 0 auto;
}
#datiCliente td, #datiCliente th  {
	border: 1px outset #eee;
}



caption {
	font-weight: normal;
	text-align: left;
}



.quantita, .prezzo {
	text-align: right;
}


caption {
	text-align: center;
	color: #ff0;
}

.back {
	text-align: center;
}
.back a {
	color: #f00;
}



/* Forms  */
label {
	display: block;
}
#listProdotti {
	background-color: #ffc;
}
select, input, textarea {
	font: 76% Calibri, fantasy;
	color: #800;
	background-image: url('../widgets/b2.jpg');
}
.needed {
	background-color: #ffb;
}

