/* COLORI

	nero: #000000;
	giallo: #FFFF33;
	viola: #FF33FF;
	cyano: #66FFFF;

*/

body {
	margin: 20px 0px 20px 20px;
	background-color: #000000;
	color: #FFFF33;
	font-family: Verdana;
	font-size:100%;
	text-decoration: none;
	font-weight: normal;
}

img {
	border: none;
}

a {
	color:#66FFFF;
	text-decoration: none;
}

.nascosta{
	display: none;
	visibility: hidden;
	}

a:hover{

	color: #66FFFF;
	font-weight: normal;
	text-decoration: underline;
}

hr {
	display: none;
}

div#limitatore {
	display: none;
}

div#limitatore_centrale {
	width: auto;
}

div#limitatore_sinistro {
	display: none;
}

table#tabella_struct {
	width: auto;
	/*table-layout:auto;*/
}

td.riga_intestazione {
	/*background-image: url('images/sfondo_intestazione.gif');
	background-position: top left;
	background-repeat: repeat;*/
	background-color: #000000;
}

div#intestazione {
	width: 100%;
	/*height: 74px;*/
	margin: 0px;
	padding: 0px;
	float: left;
	/*background-image: url('images/intestazione.gif');
	background-position: top right;
	background-repeat: no-repeat;*/
	background-color: #000000;
	/*border: 1px solid #999999;*/
}

.logo {
	width: 20%;
	/*height: 60px;*/
	margin-top: 3px;
	margin-left: 5px;
	margin-bottom: 5px;
	padding:  0px;
	float: left;
	/*border: 1px solid #999999;*/
}

.spalla {
	width: 50%;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0px;
	float: right;
	text-align: right;
	/*border: 1px solid #999999;*/
}

div#societa {
	width: 100%;
	padding: 0px;
	float: right;
	/*border: 1px solid #999999;*/
}

.img_societa {
	margin-right: 6px;
	padding: 0px;
	/*border: 1px solid #999999; */
}

div#bandiere {
	width: 300px;
	margin-top: 3px;
	/*margin-bottom: 5px;*/
	padding: 0px;
	float: right;
	/*border: 1px solid #999999;*/
}

.controlli {
	clear: both;
	width: auto;
	margin-top: 2px;
	/*margin-bottom: 5px;*/
	padding: 0px;
	float: right;
	/*border: 1px solid #999999;*/
}

div#canali {
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 37px;
	float: left;
	border: 1px solid #CCCCCC;
	/*background-image: url('images/sfondo_canali.gif');
	background-position: top right;
	background-repeat: repeat-x;*/
}

.canale {
	width: 14%;
	height: 37px;
	margin: 0px;
	float: left;
	/*background-image: url('images/sfondo_canale.gif');
	background-repeat: repeat-x;*/
	background-color: #000000;
	text-align: center;
	/*border: 1px solid #FFFFFF;*/
}

.canale_attivo {
	width: 14%;
	height: 37px;
	margin: 0px;
	float: left;
	/*background-image: url('images/sfondo_canale_attivo.gif');
	background-repeat: repeat-x;*/
	text-align: center;
	background-color: #FF33FF;
	/*border: 1px solid #000000;*/
}

.sx_canale {
	width: 10px;
	height: 37px;
	margin: 0px;
	float: left;
	/*background-image: url('images/sx_canale.gif');
	background-repeat: no-repeat;*/
	/*border: 1px solid #FF0000;*/
}

.dx_canale {
	width: 10px;
	height: 37px;
	margin: 0px;
	float: right;
	/*background-image: url('images/dx_canale.gif');
	background-repeat: no-repeat;*/
	/*border: 1px solid #FFFF00;*/
	border-right: 1px solid #FF33FF;
}

.dx_canale_ultimo {
	width: 10px;
	height: 37px;
	margin: 0px;
	float: right;
	/*background-image: url('images/dx_canale_ultimo.gif');
	background-repeat: no-repeat;*/
	border-left: 1px solid #FF33FF;
	/*border: 1px solid #FFFF00;*/
}

.sx_attivo {
	width: 10px;
	height: 37px;
	margin: 0px;
	float: left;
	background-color: #FF33FF;
	/*background-image: url('images/sx_attivo.gif');
	background-repeat: no-repeat;*/
	/*border: 1px solid #FF0000;*/
}

.dx_attivo {
	width: 10px;
	height: 37px;
	margin: 0px;
	float: right;
	background-color: #FF33FF;
	/*background-image: url('images/dx_attivo.gif');
	background-repeat: no-repeat;*/
	border-left: 1px solid #FF33FF;
	/*border: 1px solid #FFFF00;*/
}

.dx_attivo_ultimo {
	width: 10px;
	height: 37px;
	margin: 0px;
	float: right;
	/*background-image: url('images/dx_attivo_ultimo.gif');
	background-repeat: no-repeat;*/
	background-color: #FF33FF;
	/*border: 1px solid #FFFF00;*/
}

.testocanale {
	padding: 0px;
	margin-top: 12px;
	float: left;
	width: 80%;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 90%;
	font-weight: bold;
	/*border: 1px solid #000000;*/
}

.testocanale a {
	color: #FF33FF;
	text-decoration: underline;
}

.testocanale a:hover {
	color: #000000;
	background-color: #FF33FF;
	text-decoration: none;
}

/*.testocanale a:visited {
	color: #666666;
	text-decoration: none;
}*/

/* inizio classi box grande lato sinistro */
img.transparent {
	float: left;
	/*border: 1px solid #000;*/
}


/*.box_grigio {
	width: 187px;
	margin: 0px;
	padding: 0px;
	float: left;
	border-left: 1px solid #CCCCCC;
	background-image: url('images/sfondoSottoBox.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #F6F6F6;
}*/

/*******************************************
	COLONNE TABELLA
********************************************/
table#main {
	/*border: 1px solid #000;*/
	/*background-image: url('images/sfondo_content.gif');
	background-repeat: repeat;*/
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

td.cella {
	border-left: 1px solid #CCC;
	/*border-right: 1px solid #66FFFF;*/
	/*border-bottom: 1px solid #66FFFF;*/
	/*background-image: url('images/sfondo_blocco.gif');
	background-repeat: repeat;*/
	background-color: #000000;
}

td.cella_blocco {
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	background-color: #000000;
}

td.cella_quarta {
	border-top: 1px solid #CCC;
	background-color: #000000;
}

td.cella_quinta {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	background-color: #000000;
}

td.cella_menu {
	border-right: 1px solid #CCC;
	background-color: #000000;
	width: 19%;
}

td.cella_centrale {
	/*border-bottom: 1px solid #66FFFF;*/
}

td.cella_estrema {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	background-color: #000000;
}

td.cella_media {
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	background-color: #000000;
}

td.cella_ultima {
	border-top: 1px solid #CCC;
	background-color: #000000;
}

td.cella_centrale {
	/*border-bottom: 1px solid #66FFFF;*/
}

div#sfondo_menu {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 10px;
	height: 173px;
	background-color: #000000;
}

div#sfondo_menu2 {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 10px;
	height: 173px;
	background-color: #000000;
}


div#sfondo_menu3 {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 10px;
	height: 173px;
	background-color: #000000;
}


div#sfondo_menu4 {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 10px;
	height: 173px;
	background-color: #000000;
}


div#sfondo_menu5 {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 10px;
	height: 173px;
	background-color: #000000;
}


div#sfondo_menu6 {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 10px;
	height: 173px;
	background-color: #000000;
}


.blocco {
	width: 100%;
	margin: 0px;
	margin-bottom: 6px;
	float: left;
	background-color: #000000;
	/*border: 1px solid #FFCC00;*/
}

.blocco ul {
	margin: 0px;
	padding: 6px 4px 6px 24px;
}

.blocco ul li {
/* 	list-style-image: url('images/ul_blocco.gif'); */
	line-height: 15px;
}

.blocco ul li a{
	color: #66FFFF;
	text-decoration: none;
}
.blocco ul li a:hover{
	color: #000000;
	background-color: #66FFFF;
	text-decoration: none;
}

.blocco_intestazione {
	width: 92%;
	height: 22px;
	margin: 0px;
	padding: 2px 0px 0px 16px;
	float: left;
	/*background-image: url('images/intestazione_menu.gif');
	background-repeat: repeat-x;
	background-repeat: repeat-y;*/
	background-color: #FFFF33;
	font-weight: bold;
	color: #000000;
}

.blocco_content {
	width: 170px;
	padding: 4px 5px 0px 5px;
	margin: 0px;
	float: left;
	text-align: center;
}


/*******************************************
	MENU
********************************************/
.menu {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	/*border: 1px solid #FF0000;*/
}

.menu ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	/*border: 1px solid #FF0000;*/
}

.menu li {
	width: 90%;
	/*height: 17px;*/
	padding-left: 12px;
	padding-bottom: 2px;
	margin-top: 5px;
	float: right;
	color: #FFFF33;
	/*background-image: url('images/ul_menu.gif');
	background-position: bottom left;
	background-repeat: no-repeat;*/
	/*border:1px solid #FFFF00;*/
}

.menu li a {
	text-decoration: underline;
	color: #66FFFF;
}

.menu li a:hover {
	text-decoration:none;
	color: #000000;
	background-color: #66FFFF;
}


.sottomenu {
	width: 90%;
	margin: 0px;
	padding: 0px;
	float: right;
	/*border: 1px solid #FF0000;*/
}

.sottomenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: square;
	/*border: 1px solid #FF0000;*/
}

.sottomenu li {
	/*height: 17px;*/
	list-style-type: square;
	padding-bottom: 2px;
	padding-left: 8px;
	margin-top: 5px;
	color: #006633;
	/*border:1px solid #FFFF00;*/
}

.sottomenu li a {
	text-decoration: underline;
	color: #66FFFF;
	/*border-bottom:1px solid #FFF;*/
}

.sottomenu li a:hover {
	text-decoration:none;
	color: #000000;
	background-color: #66FFFF;
}


.box_pulsante_ricerca {
	width: 52px;
	height: 16px;
	margin-right: 16px;
	padding: 0px;
	float: right;
	background-image: url('../images/cerca_pulsante.gif');
	background-repeat: no-repeat;
}

.form_ricerca
{
	background: #FFFF33;
 	color : #000;
 	font : bold 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #666;
}

.quadratino {
	width: 10px;
	height: 10px;
	margin-left: 3px;
	margin-right: 3px;
	float: left;
	background-image: url('../images/ul_blocco.gif');
	background-position: bottom;
	background-repeat: no-repeat;
	/*border:1px solid #FFFF00;*/
}


/********************************************
	BRICOLA
*********************************************/
.contenitore_briciola {
	width: 100%;
	height: 34px;
	padding: 0px;
	margin: 0px;
	float: left;
	/*background-image: url('images/sfondo_briciola.gif');
	background-position: bottom left;
	background-repeat: no-repeat;*/
	background-color: #CCCCCC;
	/*border: 1px solid #000;*/
}

.briciola {
	width: 72%;
	height: 26px;
	padding-left: 4px;
	padding-top: 8px;
	margin-left: 4px;
	float: left;
	/*background-image: url('images/deck_briciola.gif');
	background-position: top left;
	background-repeat: no-repeat;*/
	/*border: 1px solid #FF0000;*/
}

.testo_briciola  {
	margin-left: 3px;
	font-weight: bold;
	text-decoration: none;
	font-size: 1em;
	float: left;
	color: #000000;
	/*border: 1px solid #000;*/
}

.testo_briciola a {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	text-decoration: underline;
	font-size: 1em;
	color: #000000;
}

.testo_briciola a:hover {
	background-color: #000000;
	font-size: 1em;
	color: #FFFF33;
}

.separatore_briciola {
	width: 7px;
	height: 15px;
	margin-left: 4px;
	margin-left: 4px;
	float: left;
	background-image: url('../images/separatore_briciola.gif');
	background-position: top left;
	background-repeat: no-repeat;
	/*border: 1px solid #FF0000;*/
}


/*********************************
	PULSANTIERA
**********************************/
.pulsantiera {
	width: 75px;
	height: 14px;
	margin-top: 6px;
	margin-right: 3px;
	float: right;
	/*border: 1px solid #000;*/
}

.pulsantiera a {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}

.pulsantiera a:hover {
	text-decoration: underline;
	color: #FFFF33;
	font-weight: bold;
	background-color: #000000;
}


/***************************************
	PARTE CENTRALE
****************************************/
.centro_corpo {
	width: 97%;
	margin: 0px;
	padding: 10px 4px 8px 4px;
	float: left;
	/*border: 1px solid #000;*/
}

.immagine_sx {
	/*height: 217px;*/
	margin-left: 1px;
	margin-right: 5px;
	float: left;
	/*border: 1px solid #000;*/
}

.testo_dx {
	width: 65%;
	float: left;
	/*border: 1px solid #FF0000;*/
}

.testo_intero {
	width: 99%;
	float: left;
	/*border: 1px solid #FF0000;*/
}


/***********************************
	ELEMENTO
************************************/
.elemento {
	width: 100%;
	margin: 0px;
	float: left;
	margin-bottom: 8px;
	/*border: 1px solid #FF0000;*/	
}

.barra_elemento {
	width: 100%;
	margin: 0px;
	float: left;
	color: #000;
	/*background-image: url('images/sfondo_barra_elemento.gif');
	background-repeat: repeat-x;
	background-position: bottom;*/
	background-color: #FFFF33;
	text-align: left;
	/*border: 1px solid #FFFFFF;*/
}

.sx_barra_elemento {
	width: 10px;
	margin: 0px;
	float: left;
	height: 19px;
	background-color: #FFFF33;
	/*background-image: url('images/sx_barra_elemento.gif');
	background-repeat: no-repeat;
	background-position: bottom;*/
	/*border: 1px solid #FF0000;*/
}

.dx_barra_elemento {
	width: 10px;
	margin: 0px;
	float: right;
	height: 19px;
	background-color: #FFFF33;
	/*background-image: url('images/dx_barra_elemento.gif');
	background-repeat: no-repeat;
	background-position: bottom;*/
	/*border: 1px solid #FFFF00;*/
}

.testobarra_elemento {
	padding: 0px;
	margin-left: 5px;
	padding-top: 3px;
	float: left;
	width: 92%;
	color: #000;
	text-decoration: none;
	font-size: 90%;
	font-weight: bold;
	/*border: 1px solid #000000;*/
}

.riga_elemento {
	padding-left: 8px;
	margin-left: 8px;
	margin-top: 8px;
	padding-bottom: 2px;
	float: left;
	width: 94%;
	color: #FFFF33;
	text-decoration: none;
	font-size: 90%;
	font-weight: bold;
	border-bottom: 1px solid #66FFFF;
}

.img_elemento {
	padding: 0px;
	margin-top: 3px;
	margin-right: 6px;
	padding-bottom: 2px;
	float: left;
}

.testo_elemento {
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 2px;
	float: left;
	color: #FFFF33;
	font-weight: normal;
	text-decoration: none;
}

.testo_elemento a {
	color: #66FFFF;
	text-decoration: underline;
}
.testo_elemento a:hover {
	color: #000;
	text-decoration: none;
	background-color: #66FFFF;
}

.data_elemento {
	width: 30%;
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 2px;
	float: right;
	color: #FFFF33;
	text-decoration: none;
}


/***********************************
	PRODOTTI
************************************/
.box_prodotto_demo {
	width: 135px;
	height: 140px;
	margin: 0px;
	float: left;
	margin-bottom: 8px;
	margin-right: 8px;
	margin-left: 8px;
	text-align:center;
	border: 1px solid #CCCCCC;
}

.box_gallery {
	width: 120px;
	margin: 0px;
	padding: 4px;
	float: left;
	margin-bottom: 8px;
	margin-right: 8px;
	margin-left: 8px;
	text-align:center;
	border: 1px solid #CCCCCC;
}

.testo_prodotto_demo {
	width: 96%;
	margin: 0px;
	float: left;
	margin-bottom: 8px;
}

.testo_prodotto_demo a {
	color: #006633;
	text-decoration: none;
}
.testo_prodotto_demo a:hover{
	color: #666666;
	text-decoration: none;
}

.box_prodotto {
	width: 99%;
	margin: 0px;
	float: left;
	margin-bottom: 12px;
	padding-right: 8px;
	padding-left: 8px;
	/*border: 1px solid #000;*/
}

.titolo_prodotto {
	width: 98%;
	margin: 0px;
	padding: 0px;
	float: left;
	/*border: 1px solid #000;*/
}

.titolo_prodotto h2{
	color: #FFFF33;
	font-size: 1.4em;
}

.produttori {
	width: 60%;
	margin: 0px;
	float: left;
	margin-bottom: 8px;
	/*border: 1px solid #FF0000;*/
}

.descr_prodotto {
	width: 52%;
	margin: 0px;
	margin-bottom: 8px;
	/*border: 1px solid #FF0000;*/
}

.img_prodotto {
	width: 35%;
	margin: 0px;
	float: right;
	/*border: 1px solid #FF0000;*/
}


/***********************************
	ELEMENTO PRODOTTO
************************************/
.elemento_prodotto {
	width: 100%;
	margin: 0px;
	float: left;
	margin-bottom: 8px;
	/*border: 1px solid #FF0000;*/
}

.testo_elemento_prodotto {
	width: 65%;
	margin-left: 25px;
	padding: 0px;
	float: left;
	/*border: 1px solid #999;*/
}

.titolo_elemento_prodotto {
	margin-top: 8px;
	margin-bottom: 4px;
	padding: 0px;
	color: #006600;
	font-weight: bold;
	font-size: 1.4em;
	text-decoration: none;
	border-bottom: 1px solid #CCCCCC;
	/*border: 1px solid #000;*/
}

.img_elemento_prodotto {
	width: 140px;
	margin: 0px;
	float: left;
}

.testo_elemento_prodotto p {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
}

/***********************************
	 DOWNLOAD
************************************/
table#download {
}

.intestazione_download {
	background-image: url('../images/sfondo_barra_elemento.gif');
	background-position: bottom;
	background-repeat: repeat;
	margin-bottom: 2px;
}

.colonna_intestazione_1_download {
	width: 25%;
	padding-bottom: 4px;
}

.colonna_intestazione_2_download {
	width: 25%;
	padding-bottom: 4px;
}

.colonna1_download {
	width: 25%;
	paddin-top: 4px;
	padding-left: 5px;
	padding-bottom: 4px;
	background-color: #F6F6F6;
}

.colonna2_download {
	width: 25%;
	padding-top: 4px;
	padding-left: 5px;
	padding-bottom: 4px;
	background-color: #FFFFFF;
}

.testo_download {
	color: #363;
}

/***********************************
	 FOOTER
************************************/
div#footer {
	height:32px;
	width: 100%;
	padding-top: 6px;
	margin-bottom: 5px;
	float:left;
	/*background-image: url('images/sfondo_footer.gif');
	background-repeat: repeat-x;
	background-position: bottom left;*/
	background-color: #000000;
	text-align: center;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

div#footer a{
	margin-right: 8px;
	text-align: center;
	text-decoration: underline;
	background-color: #000000;
}

div#footer a:hover{
	margin-right: 8px;
	text-decoration: underline;
	background-color: #66FFFF;
	color: #000000;
}

div#content_brain {
	height:32px;
	width: 100%;
	padding: 0px;
	margin-bottom: 5px;
	float:left;
	/*border: 1px solid #000;*/
}

.loghi_accessibilita {
	width: 80px;
	height: 22px;
	padding: 0px;
	margin-top: 5px;
	margin-left: 3px;
	float: right;
}

.logo_brain {
	width: 111px;
	height: 22px;
	margin-left: 6px;
	padding: 0px;
	float: left;
}

.linea {
	width: 98%;
	height: 4px;
	margin: 0px;
	padding: 0px;
	float: left;
	background-image: url('../images/linea.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
	/*border: 1px solid #999999;*/
}

/*************
classi di fra 
****************/
.centro_box_link
{
	height: 15px;
	width: 180px;
	padding-top: 2px;
	margin-left: 10px;
	margin-top: 5px;
	float: left;
	background-image: url('../images/centro_sfondo_link.gif');
	background-repeat: repeat;
	background-position: bottom;
	border: 1px solid #063;
	text-align: center;
}

.centro_box_ico
{
	height: 11px;
	width: 14px;
	padding: 0px;
	margin-left: 3px;
	margin-top: 1px;
	float: left;
	background-image: url('../images/ico_link.gif');
	background-repeat: no-repeat;
}

.centro_box_link_txt
{
	height:15px;
	width: 150px;
	padding: 0px;
	margin: 0px;
	float:left;
	color: #363;
}

.centro_box_link_txt a
{
	text-decoration: none;
	color: #363;
}

.centro_box_link_txt a:hover
{
	text-decoration: none;
	color: #FFF;
}

.centro_logo_azienda
{
	width: 135px;
	height: 60px;
	padding: 0px;
	margin-top: 5px;
	margin-left: 10px;
	float: left;
	/*
	background-image: url('images/int_condor.gif');
	background-position: bottom left;
	background-repeat: no-repeat; */
}

.centro_divisioni_azienda
{
	width: 222px;
	height: 60px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	float: right;
	/*
	background-image: url('images/int_condor_divisioni.gif');
	background-position: bottom right;
	background-repeat: no-repeat;*/
}


/* NUOVE CLASSI */

.specifiche_box {
	padding: 0px;
	margin: 0px;
	width: 218px;
	border: 1px solid #003300;
	float: left;
	height: auto;
	}
	
.specifiche_int_L {
	padding: 0px;
	margin: 0px;
	width: 83px;
	border-bottom: 2px solid #006600;
	float: left;
	height: auto;
	background-color: #ececed;
	text-align: center;
	}
	
.specifiche_int_C {
	padding: 0px;
	margin: 0px;
	width: 83px;
	border-bottom: 2px solid #006600;
	float: left;
	height: auto;
	background-color: #FFFFFF;
	text-align: center;
	}
	
.specifiche_int_R {
	padding: 0px;
	margin: 0px;
	width: 52px;
	border-bottom: 2px solid #006600;
	float: left;
	height: auto;
	background-color: #ececed;
	text-align: center;
	}

.specifiche_col_L {
	padding: 0px;
	margin: 0px;
	width: 83px;
	float: left;
	height: auto;
	background-color: #ececed;
	text-align: center;
	}
	
.specifiche_col_C {
	padding: 0px;
	margin: 0px;
	width: 83px;
	float: left;
	height: auto;
	background-color: #FFFFFF;
	text-align: center;
	}
	
.specifiche_col_R {
	padding: 0px;
	margin: 0px;
	width: 52px;
	float: left;
	height: auto;
	background-color: #ececed;
	text-align: center;
	}


