body {
    background-color: #FFF;
    margin: 0 5px 10px;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000;
} 

/* PARAGRAFO E STILI DI TESTO */

p {
    font-size: 100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000;
}

.grande {
    font-size: 110%;
}

.normale {
    font-size: 80%;
}

.medio {
    font-size: 70%;
}

.piccolo {
		font-size: 60%;
}

.ita {
		font-style: italic;
}

.gras {
		font-weight: bold;
}

.nocol {
		color: #000;
}

.col1 {
		color: #009;
}

.col2 {
		color: #C00;
}

.col3 {
		color: #060;
}

.cent {
		text-align: center;
}

.giust {
		text-align: justify;
}

.dest {
		text-align: right;
}

.sin {
		text-align: left;
}

.clearleft {
		clear: both;
}

/* LINKS */

a {
    color: #00C;
}

a:link {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.menu {
	font-weight: bold;
	font-size: 80%;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

a.menu:hover {
	text-decoration: none;
}

a.settore {
	color: #060;
	font-weight: bold;
}


/* DIV */

div.menu {
	background: #FFF;
	width: 160px;
	margin-left: 4px;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #C00;
}

div.home {
	text-align: center;
	padding: 5px;
}

div.reparto {
	font-weight: bold;
	font-size: 80%;
	color: #C00;
	margin-top: 5px;
}

div.settore {
	padding-left: 5px;
	font-size: 75%;
}

div.carrello {
	text-align: center;
	font-weight: bold;
	font-size: 105%;
	color: #000;
	margin-top: 5px;
}

div.titolo {
	height: 20px;
	text-align: center;
	font-weight: bold;
	background: #C00;
	color: #FFF;
	padding: 2px;
	margin-right: 0;
}

div.testo {
	font-size: 80%;
	text-align: justify;
	padding: 2px;
	margin: 0;
}

div.categoria {
	font-size: 70%;
	padding: 2px;
	background: #D9ECFB;
	border-bottom: 1px solid #FFF8E8;
	overflow: show;
}

div.sottocat {
	font-size: 60%;
	padding: 0;
	padding-left: 10px;
	margin: 0;
	background: #FFF8E8;
	border-bottom: 1px solid #D9ECFB;
}

div.topround130 {
	height: 20px;
}

div.headround130 {
	font-size: 70%;
	color: #C00;
	height: 20px;
}

div.picround130 {
	height: 130px;
}

div.midround130 {
	font-size: 60%;
	height: 40px;
	padding: 5px;
}

div.priround130 {
	font-size: 70%;
	color: #C00;
}

div.botround130 {
	height: 20px;
}


div.topround180 {
	height: 20px;
}

div.headround180 {
	font-size: 70%;
	color: #C00;
	height: 20px;
}

div.picround180 {
	font-size: 60%;
	color: #C00;
	height: 130px;
	padding: 5px;
}

div.midround180 {
	font-size: 60%;
	color: #C00;
	height: 40px;
	padding: 5px;
}

div.priround180 {
	font-size: 70%;
	color: #C00;
}

div.botround180 {
	height: 20px;
}


/* LISTE */


/* IMMAGINI */


/* TABELLE MODULI */

table {
	text-align: left;
}

table.round {
	border: 1px solid #999999;
}

table.roundopen {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}

td.topmenu {
	background: url(/images/menu.gif) no-repeat;
	font-size: 60%;
	color: #C00;
	text-align: center;
}

td.catmenu {
	width: 15%;
	height: 67px;
	cursor: pointer;
	cursor: hand;
	text-align: right;
	padding-right: 5px;
}

td.r {
	border-right: 1px solid #CCCCCC;
}

td.b {
	border-bottom: 1px solid #CCCCCC;
}

td.sfverde {
	background: #0C76FF;
	height: 30px;
	font: bold 80% Verdana;
	color: #FF0;
	padding-left: 10px;
}

td.sfrossa {
	background: #0863DD;
	height: 30px;
	font: bold 80% Verdana;
	color: #FF0;
	padding-left: 10px;
}

td.sfblu {
	background: #005BFE;
	height: 30px;
	font: bold 80% Verdana;
	color: #FF0;
	padding-left: 10px;
}

td.sfblucent {
	background: #005BFE;
	height: 30px;
	font: bold 90% Verdana;
	color: #FF0;
	padding-left: 10px;
}

table.sfcol {
	background: #F9F9FF;
	border-bottom: 1px solid #99C;
	margin-bottom: 10px;
}

/* FORM */

form {
	margin: 0;
	padding: 2px;
}

label {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}

input {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #C00;
}

button {
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

select {
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #C00;
}

textarea {
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #C00;
	margin: 0;
	padding: 0;
}

fieldset {
	border: 1px solid #000;
	margin-top: 10px;
	padding: 5px;
	font-size: 70%;
	background: #FC0;
	color: #000;
	font-weight: bold;
}

