* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body {height: 100%; font-family: Verdana, Geneva, sans-serif; font-size: 11px;}
img{
	border:0px;
}

a{
	color:#0a93bb;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}


#contenitore {
	min-height: 100%;
	width: 100%;
}

div#header {
	width: 100%;
	margin: 0 auto;
	height: 81px;
	background-image:url(../img/header.jpg);
	background-repeat:repeat-x;
	z-index:100;
}

div#header_centratore {
	width: 945px;
	height: 81px;
	margin: 0 auto;
	position:relative;
	z-index:100;
}

#main_contenitore {
	overflow:hidden;
	padding-bottom: 175px;
	width: 955px;
	margin: 0 auto;
	position: relative;
	height:auto;
	z-index:1;
}  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -175px; /* negative value of footer height */
	height: 175px;
	clear:both;
	background-image:url(../img/footer.jpg);
	background-repeat:repeat-x;
	color: #333;
	z-index:100;
} 

div#footer_centratore {
	width: 945px;
	margin: 0 auto;
	position: relative;
}


/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}

/*********************   HEADER   *********************/
#logo {
	float: left;
	position:relative;
	width: 284px;
	height:81px;
	left: 0;
}

#logo img {
	width: 267px;
	height: 52px;
	margin-top: 11px;
}

#box_cerca_header {
	/*margin-top: 26px;
	margin-top: 8px;*/
	float: right;
	right:0;
	top:54px;
	position:absolute;
	width:auto;
	text-align:left;
	z-index:1;
}

* html #box_cerca_header {
	z-index:100;
}
ul#megamenu li{
	display:inline;
	margin-left:10px;
}
#menu {
	/*margin-top: 10px;*/
	font-family: 'Eurostile LT Std Ext Two', Verdana, Geneva, sans-serif;
	font-size: 15px;
	float: right;
	right:0;
	top:10px;
	position:absolute;
	width:660px;
	line-height:normal;
	height:37px;
	z-index:100;
}
* html #menu {
	/*margin-top: 3px;
	height:25px;*/
}
ul#megamenu{
	margin-left:7px;
}
* html ul#megamenu{
	margin-left:2px;
}
ul#megamenu a {
	color: #5E062A; 
	text-decoration: none;
	text-align: center;
	position:relative;
	float:left;
	display:block;
	height:26px;
	width:auto;
}
span.testo_voci_menu{
	position:relative;
	float:left;
	margin:0px;
	margin-top:0px;
	margin-left:5px;
	margin-right:5px;
}
#megamenu{
	position:relative;
	float:left;
}
.sfondo_menu_attivo{
	background-image:url(../img/btn/btn_linguetta_attiva.png);
	background-repeat:repeat-x;
}
a.colore_menu_attivo{
	color:#FFF;
}

#menu a:hover {color: #014B94;}
.voci_menu{
	position:relative;
	float:left;
}
.sub {
	display: none;
	position: absolute;
	width: 245px;
	left:-120px;
}
.sub_top {
	background-image: url(../img/sfondo-submenu-top.png);
	background-repeat:no-repeat;
	min-height: 10px;
	height: 10px;
}
.sub_middle {
	background-image: url(../img/sfondo-submenu-middle.png);
	background-repeat: repeat-y;
}
p.elenco_sottosezioni{
	margin:0px;
	padding:0px;
	line-height:1.5em;
}
* html .sub_middle {
	margin-top:-5px;
}
.sub_bottom {
	background-image:url(../img/sfondo-submenu-bottom.png);
	background-repeat:no-repeat;
	min-height: 10px;
	height: 10px;
	position:relative;
	float:left;
	width:250px;
}


.sub a {
	color: #5E062A; 
	text-decoration: none;
	display: block;
	padding-left: 8px;
	padding-bottom: 4px;
	font-size: 11px;
}

#sei_in{
	position: relative;
	margin-top: 20px;
	left: 5px;
	float: left;
	width: 945px;
}
#sei_in a {
	color: #5E062A;
}
#sei_in a:hover {color: #AE567A}
#sei_in strong {
	color: #666666;
}

#footer_rs {
	position: absolute;
	top: 18px;
	left: 0;
}

#footer_link {
	position: absolute;
	top: 18px;
	left: 324px;
}

#footer_news {
	position: absolute;
	top: 18px;
	left: 636px;
}

#footer a {
	text-decoration: none;
	color: #333;
}
#footer a:hover {text-decoration: underline;}

#box_dx_home{
	position: relative;
	float:left;
	width: 567px;
	height: auto;
	margin-left:33px;
	z-index:1;
}
* html #box_dx_home{
	margin-left:16px;
}
#box_sx_home{
	position: relative;
	float:left;
	width: 345px;
	height: auto;
}
#box_borsa {
	position: relative;
	float:left;
	width: 320px;
	margin-top:9px;
	height: auto;
	margin-left:5px;
}
#box_bottoni_home {
	position: relative;
	float:left;
	width: 100%;
	height: auto;
	margin-top:20px;
}
* html #box_bottoni_home {
	margin-bottom:20px;
}

#product_home {
	position: relative;
	float:left;
	width: 955px;
	margin-top: 18px;
	height: 318px;
	/*background-image: url(../img/sfondo_in_evidenza.png);
	background-repeat:no-repeat;*/
}

#product_submenu {
	position: absolute;
	float:right;
	right:6px;
	/*right:6px;*/
	width: 365px;
	margin-top:6px;
	z-index:100;
}
#foto_prod_evidenza{
	margin-left:5px;
	margin-top:7px;
	width:608px;
	height: 300px;
	position: relative;
	float: left;
}
*html #foto_prod_evidenza{
	margin-left:0px;
	left:5px;
}
/*#product_submenu li {display: inline}
#product_submenu li a {
	display: block; 
	width: 330px; 
	height: 57px;
	text-decoration: none;
	color: #FFF;
	font-size: 24px;
	line-height: 57px;
}*/

/* jquery dropshadow classes */ 
.wrap0 {
	position:relative;
	float:left; 
 /* background: transparent url(../img/shadow.gif) right bottom no-repeat; */
  margin: 1em 0.5em 0 -4px; 
  } 
.wrap1 { 
	position:relative;
	float:left; 
 /* background:transparent  url(../img/shadow180.gif) no-repeat; */
  } 
.wrap2 { 
	position:relative;
	float:left; 
  /*background:transparent  url(../img/corner_bl.gif) -16px 100% no-repeat; */
  } 
.wrap3 { 
	position:relative;
	float:left; 
    padding: 10px 12px 12px 10px; 
  /*background:transparent  url(../img/corner_tr.gif) 100% -16px no-repeat; */
  } 
div[class="wrap0"]{ /* for modern browsers */ 
  margin: 0 1em 0 -8px; 
} 

#showed {position: absolute; top:0px; left: 0px; z-index: 8;}

#prodotto_home {
	left:5px;
	position: relative;
	float:left;
	width: 579px;
	height: 314px;
	background-color: transparent;
	z-index: 10;
	overflow: hidden;
}

#product_description {
	position: absolute;
	top:7px;
	right:342px;
	float:right;
	width: 250px;
	/*height: 325px;*/
	height: 300px;
	background-color: transparent;
	overflow: hidden;
}

#product_description_inside {
	width: 100%;
	text-align: left;
	line-height: 120%;
	height: 300px;
	position:relative;
	float:left;
	/*right:42px;*/
	height: 300px;
	z-index:100;
	background-color: transparent;
	background-image: url(../img/sfondo.png);
	background-repeat: repeat;
	/*top:7px;*/
	z-index:80;
}

#product_description_inside p{
	margin:0px;
	margin-left:5px; 
	margin-right:25px;
	line-height:1.5em;
	margin-top:20px;
	font-size: 12px;
}
#img_focus{
	position:absolute;
	float:left;
	top:0px;
	left:0px;
	width:159px;
	height:59px;
	z-index:100;
	background-image:url(../img/focus.jpg);
	background-repeat:no-repeat;
}

#news_home {
	margin-top: 24px;
	margin-bottom: 24px;
	position:relative; 
	float:left;
	width:945px;
	left:5px;
}

#testo_news_home{
	position:relative; 
	float:left; 
	width: 326px;
	background-image:url(../img/sfondo_news.jpg);
	background-repeat:no-repeat;
	height:270px;
}

#testo_news_home_sx{
	position:relative; 
	float:left; 
	width: 312px;
}
#testo_news_home_sx p{
	font-size:11px;
	margin-left:15px;
	margin-top:10px;
	margin-right:10px;
	line-height:1.3em;
}
#testo_news_home_dx{
	position:relative; 
	float:left; 
	width: 311px;
}

#titoli_news_home{
	position:relative; 
	float:left; 
	width: 231px;
	z-index:100;
}
* html #titoli_news_home{
	/*left:-10px;*/
}

#titoli_news_home ul{
}
#titoli_news_home li {
	width: auto;
	height: 38px;
	line-height: 38px;
	margin-bottom: 4px;
	/*background: url(../img/sfondo_focus_tit.png) top left no-repeat;*/
}

#titoli_news_home li a {
	display: block;
	color: #666;
	text-decoration: none;
	/*line-height: 36px;
	height: 36px;
	font-size: 12px;
	padding-left: 10px;*/
}

#titoli_news_home li.current {
	/*background: url(../img/sfondo_focus_titc.png) top left no-repeat;*/
}

#titoli_news_home li.current a {
	color: #FFF;
}

#news_title {
	position: absolute;
	top: 12px;
	left: 144px;
	font-size: 16px;
	font-style: italic;
	color: #018D49;
}

.paragraph, .list, #content_title {
	margin-bottom: 24px;
}
.paragraph, .list {
	text-align: justify; 
	line-height: 120%;
}
.list li {
	list-style-position: inside;
	list-style-type:none;
	list-style-image: url(../img/list.gif);
	margin-bottom: 4px;
}

#content {margin-top: 24px; margin-left: 284px;}
#content_title {
	font-size: 16px;
	font-style: bold;
	color: #018D49;
 	font-family: 'Eurostile LT Std Ext Two', Verdana, Geneva, sans-serif;
}

#submenu {
	position: absolute;
	top: 37px;
	left: 0;
	background-color: #F4F4F4;
	border: 1px solid #DBDBDB;
	width: 208px;
	height: 168px;
}	

#submenu a {
	font-size: 12px;
	color: #5E062A;	
	text-decoration: none;
	margin-top: 6px;
	margin-left: 4px;
	display: block;
}
#submenu a:hover {color: #AE567A;}

#pubblicita {
	position: absolute;
	top: 229px;
	left: 0;
	width: 208px;
	height: 230px;
	background-color: #F4F4F4;
	border: 1px solid #DBDBDB;		
}

.arrow {
	/*margin-left: -29px;*/
	display: inline;
	width:29px;
	height:57px;
	background-color:transparent;
}

.arrow_vuota {
	display: inline;
	width:29px;
	height:57px;
	background-color:transparent;
}


.arrow.current {display: inline; z-index:100;}

input#scopri{
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: 0;
	width: 83px;
	height: 39px;
	background-image: url(../img/btn/btn_scopri.png);
	background-repeat: no-repeat;
	cursor: pointer;
	cursor: hand;
}
input#btn_cerca{
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: 0;
	width: 70px;
	height: 34px;
	background-image: url(../img/btn/btn_cerca.png);
	background-repeat: no-repeat;
	cursor: pointer;
	cursor: hand;
}
input#btn_cerca_box{
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: 0;
	width: 70px;
	height: 34px;
	background-image: url(../img/btn/btn_cerca.png);
	background-repeat: no-repeat;
	cursor: pointer;
	cursor: hand;
}
input#btn_altri_prodotti{
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: 0;
	width: 97px;
	height: 43px;
	background-image: url(../img/btn/btn_altri_prodotti.png);
	background-repeat: no-repeat;
	cursor: pointer;
	cursor: hand;
}
p#titolo_notizia_home{
	color:#018D49;
	font-weight:bold;
	font-style:italic;
	font-size:14px;
	margin-left:130px;
	margin-top:10px;
}
p.titolo_notizia_home{
	color:#018D49;
	font-weight:bold;
	font-style:italic;
	font-size:14px;
	margin-left:130px;
	margin-top:15px;
}
p.testo_notizia_home{
	font-size:11px;
	margin-left:15px;
	margin-top:20px;
	margin-right:10px;
	line-height:1.3em;
}
p.leggi_notizia_home{
	font-size:11px;
	margin-left:15px;
	margin-top:10px;
	margin-right:10px;
	line-height:1.3em;
}
p.img_notizia_home{
	margin-top:10px;
	margin-right:10px;
}
#menu_interno{
	position: relative;
	float: left;
	width: 272px;
	margin-top:20px;
	left:5px;
}
#contenuti_interni{
	position: relative;
	float: left;
	width: 660px;
	margin-top:20px;
	z-index:1;
}
#titolo_prodotti{
	position:relative;
	float:left;
	width:660px;
	height:auto;
}
#titolo_prodotti_alto{
	position:relative;
	float:left;
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:6px;
}
#titolo_prodotti_centro{
	position:relative;
	float:left;
	background-repeat:repeat-y;
	background-position:center;
	width:100%;
	height:auto;
	margin-top:-15px;
}

* html #titolo_prodotti_centro{
	margin-top:-5px;
}
*:first-child+html #titolo_prodotti_centro /* solo IE 7.0 */
{
  margin-top: 0px!important;
}
#titolo_prodotti_basso{
	position:relative;
	float:left;
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:5px;
}
*:first-child+html #titolo_prodotti_basso /* solo IE 7.0 */
{
  margin-top: 0px!important;
}
* html #titolo_prodotti_basso{
	margin-top:-5px;
}

h1.titolo_prodotti{
	margin:0px;
	padding:0px;
	color:#5E062A;
	font-size:15px;
	margin-left:5px;
	margin-top:6px;
	margin-left:30px;
}
p.p_tabs{
	margin-left:10px;
	margin-top:10px;
	margin-right:10px;
}
#titolo_interne{
	position:relative;
	float:left;
	background-image:url(../img/angolo_titolo_interne.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	width:660px;
	height: auto !important; 
    height:32px;     
    min-height: 32px; 
	background-color:#014B94;
}
#img_vedi_prodotto{
	position:relative;
	float:left;
	width:672px;
	height:324px;
	background-image:url(../img/sfondo_box_img_prod_tipo_1.png);
	background-repeat:no-repeat;
	top:-5px;
}
span.nome_prodotto{
	color:#014B94;
}
.colore_verde{
	color:#005B28;
	text-transform:uppercase;
}
.colore_blu{
	color:#014B94;
}
h1.titolo_interne{
	margin:0px;
	padding:0px;
	color:#fff;
	font-size:15px;
	margin-left:5px;
	margin-top:6px;
	margin-left:15px;
}
#contieni_abstract{
	position: relative;
	float: left;
	width: 100%;
	background-image:url(../img/sfondo_abstract_interne.jpg);
	background-repeat:repeat;
	top:-3px;
}
#contieni_foto_interna{
	position: relative;
	float: left;
	width: 100%;
}
#contieni_testo{
	position: relative;
	float: left;
	width: 100%;
	margin-top:15px;
}
#condizioni_secondarie{
	position: relative;
	float: left;
	width: 100%;
	margin-top:20px;
}
#eventuali_vantaggi{
	position: relative;
	float: left;
	width: 100%;
	margin-top:20px;
}
#eventuali_vantaggi p{
	margin-left:25px;
	margin-right:25px;
	line-height:2em;
	font-size:14px;
	text-align:left;

}
.eventuali_vantaggi_big{
	position: relative;
	float: left;
	width: 660px;
}
p#titolo_eventuali_vantaggi{
	font-size:16px;
	text-align:center;
}
.eventuali_vantaggi_big_alto{
	position: relative;
	float: left;
	width: 100%;
	background-image: url(../img/eventuali_vantaggi_big_alto.jpg);
	background-repeat: no-repeat;
	height: 30px;
}
.eventuali_vantaggi_big_centro{
	position: relative;
	float: left;
	width: 100%;
	background-image: url(../img/eventuali_vantaggi_big_centro.jpg);
	background-repeat: repeat-y;
}
.eventuali_vantaggi_big_basso{
	position: relative;
	float: left;
	width: 100%;
	background-image: url(../img/eventuali_vantaggi_big_basso.jpg);
	background-repeat: no-repeat;
	height: 30px;
}

.eventuali_vantaggi_small{
	position: relative;
	float: left;
	width: 295px;
	margin-right:20px;
}
.eventuali_vantaggi_small_alto{
	position: relative;
	float: left;
	width: 100%;
	background-image: url(../img/eventuali_vantaggi_small_alto.jpg);
	background-repeat: no-repeat;
	height: 30px;
}
.eventuali_vantaggi_small_centro{
	position: relative;
	float: left;
	width: 100%;
	background-image: url(../img/eventuali_vantaggi_small_centro.jpg);
	background-repeat: repeat-y;
}
.eventuali_vantaggi_small_basso{
	position: relative;
	float: left;
	width: 100%;
	background-image: url(../img/eventuali_vantaggi_small_basso.jpg);
	background-repeat: no-repeat;
	height: 30px;
}


#condizioni_secondarie ul{
	margin-top:0px;
	margin-bottom:15px;
	margin-left:35px;
	list-style-image:url(../img/lista.gif);
}
#condizioni_secondarie ul li{
	margin-bottom:10px;
	font-size:12px;
	line-height:1.6em;
}

#condizione_primaria{
	position: relative;
	float: left;
	width: 100%;
	font-size:18px;
}
#condizione_primaria p{
	margin-left:25px;
	margin-right:25px;
	line-height:2em;
}
#condizione_primaria_alto{
	margin-left:114px;
	position: relative;
	float: left;
	width: 432px;
	background-image: url(../img/condizione_primaria_alto.jpg);
	background-repeat: no-repeat;
	height: 25px;
}
* html #condizione_primaria_alto{
	margin-left:57px;
}
#condizione_primaria_centro{
	margin-left:114px;
	position: relative;
	float: left;
	width: 432px;
	background-image: url(../img/condizione_primaria_centro.jpg);
	background-repeat: repeat-y;
}
* html #condizione_primaria_centro{
	margin-left:57px;
}

#condizione_primaria_basso{
	margin-left:114px;
	position: relative;
	float: left;
	width: 432px;
	background-image: url(../img/condizione_primaria_basso.jpg);
	background-repeat: no-repeat;
	height: 25px;
}
* html #condizione_primaria_basso{
	margin-left:57px;
}

#testi_interni{
	position: relative;
	float: left;
	width: 100%;
	font-size:13px;
}
#testi_interni p{
	line-height:1.6em;
	margin-bottom:15px;
}
#testi_interni ul{
	margin-top:0px;
	margin-bottom:15px;
	margin-left:35px;
	list-style-image:url(../img/lista.gif);
}
* html #testi_interni ul{
}
#testi_interni ul li{
	font-size:12px;
	line-height:2em;
}
#sezione_attuale_prodotti{
	position: relative;
	float: left;
	width: 239px;
	height:49px;
	background-repeat:no-repeat;
}

#sezione_attuale{
	position: relative;
	float: left;
	width: 239px;
	height:49px;
	background-image:url(../img/sfondo_sezione_attuale.jpg);
	background-repeat:no-repeat;
}
#sottosezioni_sezione_attuale{
	position: relative;
	float: left;
	width: 239px;
	height:auto;
	background-image:url(../img/sfondo_sottosezioni.jpg);
	background-repeat:repeat-y;
}
#angoli_menu_interno{
	position: relative;
	float: left;
	width: 239px;
	background-image: url(../img/sfondo_menu_interno.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 6px;
}
*html #angoli_menu_interno{
	top:-9px;
}
p.sezione_attuale{
	margin:0px;
	padding:0px;
	margin-left:40px;
	margin-top:14px;
	color:#ffffff;
	font-size:14px;
}
ul.sottosezioni{
	margin-top:10px;
}
ul.sottosezioni li{
	margin-left:40px;
	/*height:21px;*/
	height:auto;
}
li#sottosezione_corrente{
	margin-left:0px;
	padding-left:40px;
	background-image:url(../img/freccia_sezione_corrente.jpg);
	background-repeat:no-repeat;
}
li#sottosezione_corrente a{
	color:#014B94;
}
ul li{
	margin-bottom:10px;
	font-size:12px;
	line-height:1.5em;
	list-style-type:none;
}
p#abstract_interne{
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-size:16px;
	line-height:1.6;
	color:#ffffff;
	margin-bottom:20px;
	margin-top:0px;
	margin-left:5px;
	margin-right:5px;
}
p#abstract_prodotti{
	line-height:1.6;
	margin-bottom:20px;
	margin-top:20px;
	margin-left:20px;
	margin-right:20px;
}
img.img_prodotto{
	position:relative;
	float:left;
	margin-left:4px;
	margin-top:4px;
}
table#tabella_vantaggi_soci{
	margin-top:25px;
	margin-bottom:25px;
	font-size:12px;
	line-height:1.5em;
}
table#tabella_vantaggi_soci td{
	border:1px solid #333;
	border-top:0;
	border-left:0;
	padding:5px;
	width:33%;
	vertical-align:top;
}
tr.titoli_tabella{
	background-color:#005B28;
	color:#fff;
	font-weight:bold;
}
table#tabella_organigramma{
	margin-top:25px;
	margin-bottom:25px;
	font-size:12px;
	line-height:1.5em;
}
table#tabella_organigramma td{
	border:1px solid #333;
	border-top:0;
	border-left:0;
	padding:5px;
	width:33%;
	vertical-align:top;
}
td.bordo_sinistra{
	border-left:1px solid #333;
}
table.sottotabelle_organigramma{
	border:0;
}
table.sottotabelle_organigramma td{
	border:0;
	padding:5px;
}
img.icone_dati_sociali{
	position:relative;
	float:left;
	top:2px;
	width:30px;
	height:30px;
	left:0px;
}
div.links_footer{
	position: relative;
	float: left;
	width: 315px;
	margin-top: 18px;
}

div#elenco_notizie{
	position: relative;
	float: left;
	width: 100%;
	margin-top:20px;
}

div#box_ricerca_notizie{
	position: relative;
	float: left;
	width: 100%;
	border:1px solid #666;	
}
div#box_ricerca_notizie p{
	margin:7px;
}
form#form_filtra_news{
	margin:0;
	padding:0;
}
input.form_filtra_news {
	width:200px;
}
input.form_cerca {
	width:193px;
	height:15px;
	font-size:12px;
}
span.testo_sx{
	position:relative;
	float:left;
	width:20%;
	height:30px;
}
span.testo_dx{
	position:relative;
	float:left;
	width:80%;
	height:30px;
}
img.img_anteprima_notizia{
	float:left;
	margin-right:10px;
}
div.allegati_news{
	position: relative;
	float: left;
	width: 100%;
	margin-top: 10px;
}
div#box_galleria{
	position: relative;
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom:20px;
}
div.icone_news{
	position: relative;
	float: left;
	width: 100%;
	margin-top:10px;
}
div#map {
	font-size:11px;
	height:500px;
	width:100%;
}
#side_bar {
display:none;
}
#menu_tipo_utenti{
	position:relative;
	float:left;
	width:154px;
	margin-top:20px;
	margin-left:5px;
	text-align:right;
}
#box_elenco_prodotti{
	position:relative;
	float:left;
	width:782px;
	margin-top:20px;
}
#box_elenco_prodotti_alto{
	position:relative;
	float:left;
	width:100%;
	height:10px;
	background-image:url(../img/elenco_prodotti_alto.jpg);
	background-repeat:no-repeat;
}
#box_elenco_prodotti_centro{
	position:relative;
	float:left;
	width:100%;
	background-image:url(../img/sfondo_elenco_prodotti.jpg);
	background-repeat:repeat-y;
	min-height:200px; 
	height:auto!important; 
	height:300px;
}
* html #box_elenco_prodotti_centro{
	margin-top:-3px;
}
#box_elenco_prodotti_basso{
	position:relative;
	float:left;
	width:100%;
	height:10px;
	background-image:url(../img/elenco_prodotti_basso.jpg);
	background-repeat:no-repeat;
}
img.btn_tipologia_prodotti{
	float:right;
}
.riga_box_abstract_prodotti{
	position:relative;
	float:left;
	width:100%;
	margin-bottom:10px;
	margin-top:10px;
	margin-left:10px;
}
*html .riga_box_abstract_prodotti{
	margin-left:5px;
}
.box_abstract_prodotti{
	position:relative;
	float:left;
	width:50%;
	*width:49%; /* targets IE6 and 7 */
}
* html .box_abstract_prodotti{
	width:49%;
}
.box_abstract_prodotti_alto{
	position:relative;
	float:left;
	width:100%;
	height:auto;
}
.box_abstract_prodotti_alto_1{
	position:relative;
	float:left;
	width:100%;
	height:12px;
	background-image:url(../img/box_prodotti_alto_1.jpg);
	background-repeat:no-repeat;
}
.box_abstract_prodotti_alto_2{
	position:relative;
	float:left;
	width:100%;
	height:auto;
	background-image:url(../img/box_prodotti_alto_2.jpg);
	background-repeat:repeat-y;
}
* html .box_abstract_prodotti_alto_2{
	margin-top:-6px;
}
.box_abstract_prodotti_alto_3{
	position:relative;
	float:left;
	width:100%;
	height:11px;
	background-image:url(../img/box_prodotti_alto_3.jpg);
	background-repeat:no-repeat;
}
.box_abstract_prodotti_centro{
	position:relative;
	float:left;
	width:100%;
	background-image:url(../img/box_prodotti_centro.jpg);
	background-repeat:repeat-y;
}
* html .box_abstract_prodotti_centro{
	margin-top:-7px;
}

.box_abstract_prodotti_basso{
	position:relative;
	float:left;
	width:100%;
	height:6px;
	background-image:url(../img/box_prodotti_basso.jpg);
	background-repeat:no-repeat;
}
p.titoli_elenco_prodotti{
	margin-left:5px;
	margin-right:20px;
	margin-top:10px;
	margin-bottom:10px;
	line-height:1.2em;
}
p.abstract_elenco_prodotti{
	margin-left:20px;
	margin-right:50px;
	margin-bottom:10px;
	margin-top:0px;
}
span.titolo_elenco_prodotti{
	margin-top:6px; 
	float:left; 
	position:relative;
	margin-left:30px;
}
span.titolo_menu_prodotti{
	margin-top:3px; 
	float:left; 
	position:relative;
	margin-left:30px;
	min-height:21px; 
	height:auto!important; 
	height:21px;
}
a#prodotto_corrente{
	color:#014B94;
}
div.menu_prodotti{
	position:relative;
	float:left;
	width:100%;
}
div.voce_menu_prodotti{
	position:relative;
	float:left;
	width:100%;
	margin-top:5px;
	margin-bottom:5px;
	background-image:url(../img/lista.gif);
	background-repeat:no-repeat;
	background-position:10px 0px;
}
div.voce_menu_prodotti p{
	margin:0px;
	margin-left:25px;
	line-height:1.3em;
	padding-right:5px;
}
* html div.voce_menu_prodotti p{
	margin-right:0px;
}
#titolo_vedi_prodotto{
	position:relative;
	float:left;
	background-repeat:no-repeat;
	width:660px;
	height:32px;
}
.icona_notizia{
	position:relative;
	float:left;
	width:120px;
}
.icona_notizia a:hover{
	text-decoration:none;
}
.thumb_galleria{
	position:relative;
	float:left;
	width:60px;
	height:45px;
	margin-right:5px;
}

div#immagine_news_home{
	position:absolute;
	float:left;
	/*background-image:url(../img/immagine_news_home.jpg);
	background-repeat:no-repeat;*/
	z-index:100;
	width:122px;
	height:46px;
	top:0px;
	left:0px;
}
* html div#immagine_news_home{
	/*display:none;
	visibility:hidden;*/
}
a#btn_archivio_news{
	position:absolute;
	float:left;
	top:9px;
	left:9px;
}
span.img_pdf{
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:5px;
	cursor:hand;
	cursor:pointer;
	width:20px;
	height:20px;
}
* html span.img_pdf{
	margin-left:10px;
}
span.testo_pdf{
	position:relative;
	float:left;
	cursor:hand;
	cursor:pointer;
}
span.testo_pdf_trasparenza{
	position:relative;
	float:left;
	cursor:hand;
	cursor:pointer;
	margin-left:30px;
}

ul#sitemap{
	margin-top:20px;
}
.sezioni_primo_livello{
	cursor:pointer;
	cursor:hand;
	color:#5E062A;
	font-weight:normal;
}
span.linee_prodotto{
	position:relative;
	float:left;
	margin-left:0px;
	margin-top:0px;
}
* html span.linee_prodotto{
	width:17px;
	position:absolute;
	float:left;
}
span.testo_menu_prodotto{
	position:relative;
	float:left;
}
* html span.testo_menu_prodotto{
	position:absolute;
	float:left;
	width:156px;
}
span.icona_lista{
	position:relative;
	float:left;
	background-image:url(../img/lista.gif);
	background-repeat:no-repeat;
	width:10px;
	height:17px;
	margin-right:5px;
	margin-left:10px;
}
p.come_fare_per{
	margin:15px;
}
p.info_prodotto{
	line-height:1.6;
	margin-bottom:20px;
	margin-top:30px;
	margin-left:20px;
	margin-right:20px;
	
}
ul#documenti_consultabili{
	margin-top:20px;
}
td.riga_sottotitolo{
	background-color:#F4F4F6;
	color:#014B94;
	font-weight:bold;
}
table#elenco_obbligazioni{
	margin-top:25px;
	margin-bottom:25px;
	font-size:12px;
	line-height:1.5em;
}
table#elenco_obbligazioni td{
	border:1px solid #333;
	border-top:0;
	border-left:0;
	padding:5px;
	vertical-align:center;
}
table.elenco_obbligazioni{
	margin-bottom:25px;
	font-size:12px;
	line-height:1.5em;
}
table.elenco_obbligazioni td{
	border:1px solid #333;
	border-top:0;
	border-left:0;
	padding:5px;
	vertical-align:center;
}
table#avvisi_obbligazioni{
	border:0px;
}
table#avvisi_obbligazioni td{
	border:0px;
	text-align:center;
}
table#avvisi_pubblicazione{
	border:0px;
}
table#avvisi_pubblicazione td{
	text-align:center;
	border:0px;
}
#scelta_obbligazioni{
	position:relative;
	float:left;
	width:100%;
	margin-bottom:20px;
	margin-top:20px;
}
table#tabella_bancomat{
	margin-left:35px;
}
.titoletti_centro_promozione{
	color:#015B28;
	font-weight:bold;
}
.img_centro_promozionale{
	display:inline;
	float:left; 
	margin-right:10px;
}
.colonna_sx_centro_promozionale{
	float:left;
	position:relative;
	width:190px;
}
.colonna_dx_centro_promozionale{
	float:left;
	position:relative;
	width:470px;
}
.riga_box_centro_promozionale{
	position:relative;
	float:left;
	width:100%;
	margin-bottom:20px;
}
.gmnoprint{
	width:150px;
	height:120px;
}
span.label_form{
	position:relative;
	float:left;
	width:30%;
}
span.input_form{
	position:relative;
	float:left;
	width:70%;
}
#form_iscrizione{
	margin-top:20px;
}
.riga_form{
	position:relative;
	float:left;
	width:100%;
	margin-top:10px;
}
label.error{
	color:#900;
}
#btn_invia_form{
	border:none;
	background-color:transparent;
	background-image:url(../img/btn/btn_invia.png);
	cursor:pointer;
	cursor:hand;
	width:75px;
	height:34px;
}
