
/* IE6 Only */
* html body {
	height: 100%; overflow-y: auto;
	margin: 0; padding: 0;
	color: #000;
	background: #aaa url('../immagini/struttura/bg-l.jpg') repeat-x;
	text-align:center;
	font: normal 11px/20px Helvetica, Tahoma, Arial, sans-serif;
	line-height: 16px;
	position: relative;
}

* html #boxContainer {
	background:transparent;
	padding-top: 18px;
}

* html a:focus { outline: none; }

* html #suggestions {
	margin: 30px 0 0 -190px;
	z-index: 200;
}

* html .footerLang {
	padding-top: 5px;
	border-bottom: 1px solid #bbb;
}
* html .footerLang div {
	margin-bottom: 4px;
}

* html #cmsv { display: none; position: absolute; }
* html #cmsvBox { display: none; }

/* IE7 Only */
*:first-child+html #cmsv {
	position:absolute;
}
html>/**/body #cmsvBox {
	position:inherit;
}

*:first-child+html #suggestions {
	margin: 30px 0 0 -190px;
	z-index: 200;
}