<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	padding: 0px;
	margin: 0px;
	font-family: "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

	html, body { width: 100%; height: 100%; }
	.tb_cont { width: 100%; height: 100%;; border: 0px; }
		.tb_cont td { padding: 0px;vertical-align: middle; }


a:link, a:visited { color: #333; text-decoration: none; }
a:hover, a:active { color: #060; text-decoration: underline; }


.menu_intro { text-align: right; font-weight: bold; padding: 120px 40px; }


#container {
	width: 960px;
	height: 580px;
	margin: 15px auto 0 auto;
	
	border-left: 1px solid #fff;
}



.col_sinistra {
	width: 220px;
	height: 580px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	float: left;
}

	#menu { height: 370px; overflow: hidden; padding: 10px; }
		
		#menu a:link, #menu a:visited {
			display: block;
			line-height: 18px;
			height: 18px;
			background-position: 0px -2px; 
			padding: 1px 0px 1px 0px;
			/*background-image: url(images/linea_menu.gif);
			background-repeat: repeat-y;*/
			text-decoration: none;
			color: #999;
		}
		#menu a:hover, #menu a:active {
			color: #060;
			text-decoration: none;
		}
				/* modificatori */
				#menu a.scuro:link, #menu a.scuro:visited { color: #666; }
				#menu a.scuro:hover, #menu a.scuro:active { color: #060; }
				.spazio {
					height: 3px;
					font-size: 1px;
					overflow: hidden;
					/*background-position: 0px -2px; 
					background-image: url(images/linea_menu.gif);
					background-repeat: repeat-y; */
				}
	
		#logo { padding: 10px 10px 0 10px; }
			#logo img { width: 200px; height: 54px; border: 0px; }
		
		#indirizzo { 
			font-family: Verdana, Arial, Helvetica, sans-serif; 
			font-size: 10px;
			line-height: 13px;
			/* height: 78px; */
			overflow: hidden;
			background-color: #fff;
			padding: 3px 10px;
			font-weight: normal;
		}
		
		#indirizzo_home { 
			font-family: Verdana, Arial, Helvetica, sans-serif; 
			font-size: 10px;
			line-height: 13px;
			width: 150px;
			position: absolute;
			bottom: 7px;
			left: 7px;
			background-color: #fff;
			padding: 10px;
		}


.col_centro {
	width: 280px;
	height: 550px;
	padding: 15px;
	float: left;
}
	.stretta_centro { width: 140px; } /* modificatore */

	.scheda {
		width: 280px;
		height: 550px;
		position: relative;
	}
		.scheda .info {
			width: 280px;
			position: absolute;
			bottom: 0px;
			left: 0px;
		}
			.scheda .info .testo .tit_prodotto { color: #333; font-weight: bold; margin-bottom: 15px; }
				.scheda .info .testo .tit_prodotto strong { color: #7a8a0e; }
			.scheda .info .testo { color: #666; margin-bottom: 20px; }
				.scheda .info .testo p { font-size: 11px; }
			.scheda .info .navigazione { text-align: right; }
			
			.attiva { color:#c1d72e; }


.col_destra {
	width: 430px;
	height: 580px;
	float: left;
}
	.col_destra img { border: 0px; }
	
	.larga_destra { width: 570px; } /* modificatore */
	.unica_destra { width: 740px; } /* modificatore */
	
			 /* il css ? sui jscripts esterni */
			 /* a.thumb { display: block; text-align:center; width: 115px; height: 15px; background-position: center 7px; background-repeat: no-repeat; line-height: 15px; height: 15px; padding: 110px 5px 0 5px; float: left; border: 1px solid #ccc; } */
		
		
	
		.colonna_tre { width: 170px; /*height: 360px;*/ padding: 10px; float: left; font-size: 11px; line-height: 23px;  }

		.colonna_due { width: 255px; /*height: 360px;*/ padding: 10px; float: left; /*font-size: 11px;*/ margin-top: 70px; }

		.colonna_uno { width: 430px; /*height: 360px;*/ padding: 10px; float: left; /*font-size: 11px;*/ margin-top: 70px; }

		
		.colonna_larga_due { width: 350px; padding: 10px; float: left; }
		.colonna_stretta_due { width: 180px; float: left;}		
		
		
		.separatore { clear: both; height: 10px; overflow: hidden; }
	

.mini-gallery img { border: 1px solid #333; }


.js #link1_contenuto, 
.js #link2_contenuto,
.js #link3_contenuto,
.js #link4_contenuto {
	display: none;
}

	
</pre></body></html>