.diz_descriz {
	font-size: small;
	border: thin solid #808080;
}
.diz_termini {
	border: thin solid #808080;
	text-transform: uppercase;
	background-color: #0000FF;
	color: #FFFF00;
	font-weight: bold;
}
  /* --------------------------------------------------------------------------- */
.styleMenuItem {
	width: 170px;
}
.styleMenuSeparatore {
	height: 6px;
}
.styleMenuSfondo {
	background-color: #FFFFFF;
	width: 220px;
}
.styleMenuSpazioSubLiv {
	width: 10px;
}
.styleMenuTab {
	border: thin solid #808080;
	width: 220px;
	background-color: #FFFFFF;
	font-size: small;
}
.styleMenuWidth {
	Width:100%;
  /* Width:240px; */
}
  /* --------------------------------------------------------------------------- */
.styleDimensImgScatola {
	height: 300px;
	width: 215px;
}
.styleDimensImgSchermo {
	height: 300px;
	width: 400px;
}
  /* --------------------------------------------------------------------------- */
.styleTestoBianco {
	color: #FFFFFF;
}
.styleTabCellaNum {
	text-align:right;
}
.styleTabIntestaz {
	background-color: #C0C0C0;
	text-align: center;
}
.styleTabIntestazEvid {
	background-color: #0000FF;
	text-align: left;
	color: #FFFF00;
	font-weight: bold;
}
.styleTxtRight {
	text-align: right;
	font-size: medium;
}
.styleTabSfondo {
	border: thin solid #808080;
	background-color: #FFFFFF;
	font-family: Calibri;
}
.styleTabTitolo {
	color: #FFFFFF;
	background-color: #000000;
	text-transform: uppercase;
}
.styleTabContenuto {
	width: 750px;
}
  /* --------------------------------------------------------------------------- */
  /* CSS layout */
body {
	margin: 0;
	padding: 0;
}

#masthead {
}

#top_nav {
}

#container {
	min-width: 800px;
}

#left_col {
	width: 242px;
	float: left;
}

#page_content {
	margin-left: 242px;
}

#footer {
	clear: both;
}
  /* --------------------------------------------------------------------------- */

