body {
	font-family: bitstream vera sans,sans-serif;
	margin: 0;
	padding: 0 10 30 10px;
}

.azzurro {
	background-color: #C6E6FB;
}

.stampa {
	width: 12em;
}

.modulo_tavolo_centrato {
	color: #000099;
	text-align: center;
}

#navigazione
{
	background-image: url(../files/sfondo.gif);
	height: 60px;
	text-align: center;
	font-size: .8em;
	padding-top: 10px;
}

#riepilogo
{
	background-image: url(../files/sfondo_index.jpg);
	height: 60px;
	text-align: center;
	font-size: .8em;
	padding-top: 0px;
}

h1 {
	font-size: 1.1em;
}

p {
	color: #000000;
	font-size: 12px;
	line-height: 20px;
}

.label
{
	width: 15em;
	font-weight: bold;
	float: left;
	text-align: right;
	padding-right: .5em;
}

.button {
	width: 10em;
}

input {
	font-size: 12px;
	border: 1px solid #000000;
}

hr {
	border: 1px dashed #CCCCCC;
}

a:link {
	color: #6699CC;
}
a:visited {
	color: #6699CC;
}
a:hover {
	color: #f20;
}

a.prodotti:link
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #6699CC;
	text-decoration: underline;
}

a.prodotti:visited
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #6699CC;
	text-decoration: underline;
}

a.prodotti:hover
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #6699CC;
	text-decoration: underline;
}

.riepilogo
{
	background-color: #666666;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	font-size: 1em;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.centerordine {
	text-align: center;
	background-color: #6699CC;
	color: #FFFFFF;
}

.smalleright {
	font-size: .7em;
	text-align: right;
}

.smallecenter {
	font-size: 10px;
	text-align: center;
}

.carrello {
	border: 0px;
}

.smaller {
	font-size: .7em;
}

.totale_ordine {
	width: 100px;
	text-align: center;
	border: 1px solid #000000;
	color: black;
	font-weight: bold;
	background-color: #FFFFCC;
}

.normal {
/*	text-align: left;
	border: 1px solid #CCCCCC;
	width: 30px;*/
}

.noborder {
	border: 0px;
}