body {
    background-color: #CCC;
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000;
} 

/* PARAGRAFO E STILI DI TESTO */

.grande {
    font-size: 14px;
}

.medio {
    font-size: 11px;
}

.piccolo {
		font-size: 10px;
}

.ita {
		font-style: italic;
}

.gras {
		font-weight: bold;
}

.cent {
		text-align: center;
}

.dest {
		text-align: right;
}

.prezzo {
		color: #C00;
}

.marca {
		font: bold 12px Verdana;
		color: #336;
}

/* LINKS */

a {
    color: #336;
}

a.menu {
    color: #000;
}

a:link {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* DIV */


/* LISTE */


/* IMMAGINI */


/* TABELLE MODULI */

table {
		text-align: left;
}

table.round {
    border: 1px solid #999;
}

table.roundopen {
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
}

td.r {
    border-right: 1px solid #CCC;
}

td.b {
    border-bottom: 1px solid #CCC;
}

table.main {
		background: #FFF;
}

table.tabTop {
		height: 30px;
}

table.tabSide {
		background: #E3ECE1;
}

table.prodotto {
		text-align: center;
}

table.offerta {
		text-align: center;
		border: 1px outset #CCC;
}

td.tdopen {
		background: #E0DFE3 url(/2007/images/fondo_lato.jpg) repeat-x;
		height: 23px;
		text-align: center;
		font-size: 12px;
		font-weight: bold;
		color: #339;
}

td.tdclose {
		background: url(/2007/images/chiusura_lato.jpg) repeat-x;
		height: 16px;
}

td.tdcont {
		padding: 0;
		margin: 0;
		background: #E3ECE1;
		border-left: 1px solid #CCC;
		border-right: 1px solid #CCC;
}

td.tdchiaro {
		background: #D2DBD0;
		border: 1px outset #CCC;
}

td.tdscuro {
		background: #C1CABF;
		border: 1px outset #CCC;
}

td.titolo {
		background: url(/2007/images/fondo_titolo.gif);
		height: 34px;
		font: bold 14px Arial;
		padding-left: 5px;
		color: #66C;
}

td.immagine {
		height: 80px;
}

/* FORM */

form {
		margin: 0;
		padding: 0;
}

.form {
		font-size: 10px;
		color: #339;
		background: #F3F7F2;
		border: 1px outset #FFF;
}

textarea.form {
		font-size: 11px;
		color: #339;
		background: #F3F7F2;
		border: 1px outset #FFF;
}

.bottone {
		padding: 2px;
		font-size: 12px;
		color: #006;
		background: #F3F7F2;
		border: 1px outset #FFF;
}

.nobord {
		border: none;
}

/* ALTRO */

hr {
		height: 1px;
		color: #099;
		margin: 10px;
}