/* NON RIMUOVERE */@import url(style.base.css);@import url(style.menu.css);@import url(style.store.css);@import url(style.form.css);html {		background-color: #fff;		padding: 0px;	}body {		background-color: #fff;		font-family: Georgia, Serif;				font-size: 0.8em;	 /* 10px */		line-height: 1.5em; /* 15px */		color: #696F6D;		margin: 0px;		font-family: "Lucida Grande", "Microsoft Sans Serif";		font-family: 'sofia_prolight';		}#global {		width: 960px;		margin: 0px auto;		padding: 0px;	/*	border: 1px solid #555;	*/				}.inside {		padding: 10px;	}a {		text-decoration: none;		}a:hover {		text-decoration: underline;		}/*#menu, #content, #colDx, #testata, #footer, img {		border: none;}*/.padded{	padding: 5px;}/*	TESTATA*/#head {		position: relative;	/* per il cart */		text-align: center;	/*	height: 150px;	*/	/*	background-color: #ddd;*/		}/*	FOOTER*/#footer {		text-align: center;		color: #aaa;		min-height: 150px;		padding: 10px;}#footer a{		color: #bcd;}#footer a:hover{		color: #68a;}/*	MENU*/#menu {		border: 1px solid #aaa;		width: 240px;		float: left;		min-height: 600px;}#logo{	margin-top: 20px;}/*	CONTENT*/#contentHome {		margin: 0px auto;		width: 960px;		min-height: 600px;		color: #333;		}#content {		border: 1px solid #aaa;		width: 720px;		min-height: 600px;		margin-left: 241px;		color: #333;		}#contentWide {		border: 1px solid #aaa;		width: 960px;		min-height: 600px;		color: #333;		}#breadcrumbs div {		float: left;		margin-left: 10px;		}#breadcrumbs span {		margin-right: 10px;		}/*	testi*/#testo{	padding: 10px;}.testiHead{	height: 200px;	overflow: hidden;}.testiHead img{	width: 100%;	margin-top: -80px;}