	body {
		background-color:#c8a16f;
	}
	#top {
		width:880px;
		height:140px;
		margin:auto;
		background:url('public/images/top.jpg');
	}
	#all_col {
		margin:auto;
		width:880px	;
		height:auto;
	}
	#col1 {
		float:left;
		background-color:#46351F;
		padding:5px;	
		width:170px;
		height:100%;
	}
	#col2 {
		background-color:#FFFFFF;
		float:left;
		width:680px;
		height:100%;
		 white-space: nowrap;
	}
	#col3 {		
		float:left;
		width:20px;
		background-color:#46351F;
	}
	#bottom {
		clear:left;
		margin:auto;
		width:880px;
		height:60px;
		background:url('public/images/base.gif') no-repeat;
	}
	A:link {text-decoration: }
	A:visited {text-decoration: none; }
	A:active {text-decoration: none; }
	A:hover {text-decoration: underline; color: red;}
	td.pulsanti {
		background:url('public/images/pulsante.gif'); 
		height:40px; text-align:center; 
		font-family:Arial, Helvetica, sans-serif;
        color:#FFFFFF; 
		font-size:16px; font-weight:bold; font-stretch:narrower;
		padding-top:10px;	
	}
	div.griglia {
		background-color:#FFFFFF;
		margin-left:5px;
		margin-top:5px;
		margin-bottom:5px;
		margin-right:5px;
		width:665px;
		height:auto;
	}
	div.griglia div {
		background-color:#FFFFFF;
		float: left;
		width: 218px;
		border: 1px dotted #000;
		height:260px;
	}
	div.form_label {
		float: Left;
		font-family:Arial, Helvetica, sans-serif;
		width: 160px;
	}		
	div.titolo_categoria {
		margin-top:5px;
		margin-left:5px;
		width:660px;
		height:35px;
		text-align:right;
		font-family:Arial, Helvetica, sans-serif;
		font-style:oblique;
		font-weight:bold;
		font-size:30px;
		background: url(images/sfondo_titoli.gif);
	}
	div.titolo_sottocategoria {
		margin-left:5px;
		width:660px;
		height:15px;
		text-align:right;
		font-family:Arial, Helvetica, sans-serif;
		font-style:oblique;
		font-size:14px;
		background: url(images/sfondo_sottocategoria.gif);
	}
	p.menu {
		font-family:Arial, Helvetica, sans-serif;
		color:#FFFFFF;
		text-align:center;
		font-size:12px;
		font-style:normal;
		font-weight:bold;
	}
	img.piccola { width:85%; border:0px; }	
	H1 { font-family:Arial, Helvetica, sans-serif;	font-size:10px; 	color:#000000;	}
	H1.body { font-family:Arial, Helvetica, sans-serif; 	font-size:12px; 	color:#000000;	}
	H2 { font-family:Arial, Helvetica, sans-serif; font-size:12px;color:#000000; }		
	p { font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#000000; text-align:left;    }
	TD { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000; font-style:normal; }
	TD.serie { font-family:Arial, Helvetica, sans-serif; font-size:17px; color:#FB9D03; font-style:normal; font-weight:700;  }
	TD.foto { font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#FB9D03; font-style:normal; font-weight:700;  }
	td.tipo { font-family:Arial, Helvetica, sans-serif; font-size:13px; text-transform:lowercase; }
	TD.colori { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#FB9D03; font-style:normal; font-weight:700;  }	
	TD.normal { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000; font-style:normal;  }	
	tr.pari {	background:#FFFFCC;}
	tr.dispari {background:#FFCC99;}
	p.page { page-break-after:always; }
				
    .click-menu {
    }
    .click-menu .box1 {
        background: url("public/images/button1.gif") no-repeat;
        color: #f9f9f9;
    }
    .click-menu .box1-hover {
        background: url("public/images/button1.gif") no-repeat;
        color: #FFEBA9;
    }
    .click-menu .box1-open {
        background: url("public/images/button1-click.gif") no-repeat;
        color: #f9f9f9;
    }
    .click-menu .box1-open-hover {
        background: url("public/images/button1-click.gif") no-repeat;
        color: #FFEBA9;
    }
    .click-menu .box1,
    .click-menu .box1-hover,
    .click-menu .box1-open,
    .click-menu .box1-open-hover {
        text-indent: 12px;
        font-weight: bold;
        font-size: 14px;
        line-height: 31px;
        font-family: arial;
        cursor: pointer;
        width: 150px;
    }
    .click-menu .section {
        background-color: #46351F;
        font-family: arial;
        font-size: 13px;
        line-height: 15px;
        padding: 0 0 5px 10px;
        display: none;
    }
    .click-menu .section a {
        color: #ffffff;
        text-decoration: none;
        white-space: nowrap;
    }
    .click-menu .section a:hover {
        color: #FFFF99;
        text-decoration: none;
        white-space: nowrap;
    }
    .click-menu .box2 {
        border-color: #7B6139;
        border-width: 1px;
        border-style: none none solid solid;
        padding: 1px 0 2px 6px;
    }
    .click-menu .box2-hover {
        border-color: #7B6139;
        border-width: 1px;
        border-style: none none solid solid;
        padding: 1px 0 2px 6px;
        background: #5B4529;
    }
