div#breadcrumba
{
    margin: 0;
    padding: 6px 0 25px 12px;
    list-style: none;
    color: #3C83CA;
    word-spacing: 1px;
    font-size: 11px;
    height: 1%;
    overflow: hidden;

}


div#leftmenu
{
    width: 190px;
    float: left;
}

div#content
{
    width: 688px;
    float: right;
    overflow: hidden;
    padding-bottom: 35px;
    position: relative;
}

div#contentLanding
{
    width: 100%;
    float: right;
    overflow: hidden;
    padding-bottom: 35px;
    position: relative;
}

/* font generico per i li 
div#content li {
font: 13px/18px Arial, Helvetica, sans-serif;
/*margin: 0;
}*/

    div#content > h1,
    .titolo_scheda
    {
        margin: 0 0 3px;
        font-size:  30px;
        color: #586B87;
    }
    div#content h3 
    {
	color: #999;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 20px;
    }
    
    
.sottotitolo_scheda {
    font-size: 22px;
    color: #304F6B;
    margin: 0 0 15px;
}

.titolo_paragrafo
{
    font-size: 13px;
    color: #304F6B;
    font-weight: bold;
    margin: 0 0 5px;
}


div#sch-slide-show
{
    margin: 6px 0 6px 0;
    padding: 0;
    position: relative;
    width: 688px;
    /* height: 223px;  */
    overflow: hidden;
}

/**************** SCHEDE categorie e liste prodotti ****/
div.listaCategorie  /* In prodCatBase.html .. */
{
    width: 420px;
    margin: 10px 0 20px 0;
    padding: 0;
    display: block;
    float: right;
}

div.listaCategorie > ul /* In prodCatBase.html .. */
{
    margin: 0 0 100px 0;
    padding: 0;
    width: 360px;
    list-style: none;
}

div.listaCategorie > ul > li
{
    margin: 0;
    padding: 0 0 8px 10px;
    float: left;
    width: 170px;
    list-style: none;
    background: url('/css/img/menuBaseLevel3Hover.gif') no-repeat left  center;
    color: #777;

}

div.listaCategorie > ul > li > a 
{
    margin: 0;
    padding: 0;
    float: left;
    width: 170px;
    list-style: none;
    text-decoration: none;
    color: #777;
}

div.bannerCaption
{
    font-size: 13px;
    margin: 0 0 20px 0;
    color: #333;
    line-height: 18px;
}

div.imgCatProdotti
{
    width: 250px;
    margin: 10px 0 30px 0;
    padding: 0;
    display: block;
    float: left;
}

ul.artListGrid {
    width: 720px;
    margin: 0 0 30px;
    padding: 0 0 0 0;
    list-style: none;
    clear: both;
}

ul.artListGrid > li {
    width: 235px;
    height: 380px;
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    display: block;
    overflow: hidden;
}

ul.artListGrid > li > div.cellaArticolo
{
    width: 220px;
    height: 380px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

ul.artListGrid > li > div.cellaArticolo > div.cellaArticoloImg {
    width: 215px;
    height: 215px;
    margin: 0;
    padding: 0;
    border: 1px solid #C4D2D5;  
}

ul.artListGrid > li > div.cellaArticolo > div.cellaArticoloTxt{
    margin: 0;
    padding: 10px;
}

ul.artListGrid > li > div.cellaArticolo > div.cellaArticoloTxt > h4 {
   font-size: 12px;
    color: #304F6B;
    font-weight: bold;
    margin: 0 0 5px;
}
ul.artListGrid > li > div.cellaArticolo > div.cellaArticoloTxt > h4 > a {
    font-size: 15px;
    color: #304F6B;
    font-weight: bold;
    text-decoration: none;
}

ul.artListGrid > li > div.cellaArticolo > div.cellaArticoloTxt > p{
    font-size: 12px;
    margin: 0 0 20px 0;
    color: #333;
    line-height: 18px;
}

div.listaFilter{
    width: 688px;
    margin: 30px 0 20px 0;
    padding: 10px 15px 0px;
    height: 38px;
    background: #596F87;
    overflow: hidden;
    color: white;
}


/**************** SCHEDE categorie e liste prodotti - FINE ****/
.tabellaCorsi {
    /*width: 100%;*/
    border-spacing: 2px;
    margin-top: 5px;
    margin-right: 0;
    margin-bottom: 8px;
    margin-left: 0;
}

.tabellaCorsi  tr {
    clear: left;
}
.tabellaCorsi th 
{
    font-weight: bold;
    padding: 6px;
    color: white;
    background-color: #94A2AB;
    font-size: 12px;
}

.tabellaCorsi td.idn {
    color: #5BA7D9;
    text-align: center;
}
.tabellaCorsi td {
    color: #666;
    font-size: 11px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #CBCBCB;
    background-color: white;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 5px;
}

.tabellaCorsi td a:visited {
    color: #00b2ff;
    text-decoration: none;
}
.tabellaCorsi td a {
    color: #00b2ff;
    text-decoration: none;
}

.tabellaCorsi td a.button_reg {
    color: #fff;
    width: 75px;
    text-align: center;
}


.tabellaCorsi td a.btn_sold_out {
    background: #ff535f;
}

.tabellaCorsi td a.btn_iscr_dis {
    background: #666666;
}



.tabellaCorsiLanding {
    width: 100%;
    border-spacing: 1px;
    margin-top: 5px;
    margin-right: 0;
    margin-bottom: 8px;
    margin-left: 0;
}

.tabellaCorsiLanding  tr {
    clear: left;
}

.tabellaCorsiLanding th {
    font-weight: bold;
    padding: 6px;
    color: white;
    background-color: #e4aa93;
    font-family: Arial;
    font-size: 12px;
}

.tabellaCorsiLanding td.idn {
    color: #5BA7D9;
    text-align: center;
}
.tabellaCorsiLanding td {
    color: #666;
    font-family: Arial;
    font-size: 11px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #CBCBCB;
    background-color: white;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 5px;
}

.tabellaCorsiLanding td a:visited {
    color: #5BA7D9;
    text-decoration: none;
}
.tabellaCorsiLanding td a {
    color: #5BA7D9;
    text-decoration: none;
}

.tabellaCorsiLanding td a.info {
    color: #fff;
    text-decoration: none;
    padding: 8px 4px;
    -webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
    background-color: #c11819;
    font-weight: bold;
}


.tabellaCorsiLanding td a:hover{
	text-decoration: underline;
}




/*************** Scheda prodotto *****************/
div.imgCaratt > div.prodImages > div.imgBig
{
    width: 480px;
    position: absolute;
    text-align: center;
}

div.imgCaratt > div.prodImages > div.imgBig > img 
{
    display:none;
   /* top: 0px;
    left: 0px; */
}
div.imgCaratt > div.prodImages > div.imgBig > img.active
{
    display:inline-block;
}

div.imgCaratt > div.prodImages > div.Thumbs
{
    position:absolute;
    top: 383px;
    overflow:hidden;
    width: 480px;
    text-align: center;
}

div.imgCaratt > div.prodImages > div.Thumbs > a 
{
    text-decoration: none;
}

div.imgCaratt > div.prodImages > div.Thumbs > a > img
{
    margin-right:18px;
    opacity: 0.6;
    border: 1px solid transparent;
}
div.imgCaratt > div.prodImages > div.Thumbs > a > img.active,
div.imgCaratt > div.prodImages > div.Thumbs > a:hover > img
{
    opacity: 1.0;
     border: 1px solid #95A3B8;
}

div.imgCaratt
{
    margin: 5px 0 0 0;
    padding: 0;
    float: left;
    width: 100%;
    /*height: 450px;*/
    height: 474px;
    border: 1px #F6F7F9 solid;
    overflow: hidden;
    background: url('../images/bg_product_image_box.gif') repeat-x bottom;
    z-index: 1;
    position: relative;
}

div.prodCaratt
{
    margin: 0;
    padding: 0;
    float: right;
    width: 200px;
    height: 450px;
    background: #F6F7F9;
}

div.prodCaratt div.spacing
{
    position: absolute;
    /*top: 109px;*/
    height: 20px;
    width: 200px;
    z-index: 5;
    background-color: #F6F7F9;
}
div.prodCaratt div.spacing.down
{
    top: 394px;
}

div.prodCaratt > div.prodCar
{
    padding: 20px 10px 20px 15px;
    overflow-y: auto;
    height: 375px;
}

div.prodCaratt > div.prodCar ul
{
    padding: 0px;
}
div.prodCaratt > div.prodCar ul > li
{
    background: url('/css/img/menuBaseLevel3Hover.gif') no-repeat  scroll 0px 5px transparent ;
    line-height: 16px;
    list-style: none outside none;
    margin: 0;
    padding: 0 0 12px 15px;
}

div.where-to-buy
{
    position: absolute;
   top: 414px;
}
div.where-to-buy > a 
{
    width: 200px;
    height: 30px;
    background: #95A3B8;
    font-size: 15px;
    color: white;
    font-weight: bold;
    display: block;
    text-align: center;
    padding: 6px 0 0 0;
    text-decoration: none;
}

div.prodTabs > div.tabContent
{
    display:none;
    margin: 20px 0 0;
}

.resource-widget {
    width: 190px;
    /*float: left;*/
    height: auto;
    padding: 0;
    margin: 0 0 20px 0;
    border-top: 1px solid #B5BFC8;
    border-bottom: 1px solid #B5BFC8;
    background: #F6F7F9;
}

.resource-widget h3 {
    color: #8693A4;
    letter-spacing: -1px;
    font-size: 15px;
    font-weight: bold;
    margin: 10px 0 10px 18px;
}

.resource-widget ul,
.resource-widget p{
    width: 150px;
    padding: 0 18px 10px 18px;
    margin: -4px 0 8px 0;
    list-style: none;
}

.resource-widget li {
    padding: 0 0 0 15px;
    margin: 0 0 3px 0;
    color: #68696B;
    line-height: 16px;
    list-style: none;
    background: url('/css/img/menuBaseLevel3Hover.gif') no-repeat 0px 5px;
}

.resource-widget li a {
    text-decoration: none;
    font-weight: normal;
    color: #666;
}

.resource-widget button
{
    height: 29px;
    width: 100px;
    text-align: center;
    margin: 10px 40px 0 0;
    background: #495E79;
    color: white;
    border: none;
    padding: 4px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

/* Tab stile pagina news... */

/*div.tabs .tabset {
    width: 688px;
    overflow: hidden;
}*/
ul.tabset {
    list-style: none;
    padding: 0;
    overflow: hidden;
    margin: 0 0 1px 0;
    background: white url('../img/bg_tab.gif') repeat;
    height: auto;
    list-style: none;
    clear: both;
}

ul.tabset li {
    float: left;
    margin: 0;
    list-style: none;
    height: 46px;
}

ul.tabset a.active,
ul.tabset li.active a{
    background: #5C708B;
    text-align: center;
    text-decoration: none;
    color: white;
    cursor: default;
}
ul.tabset a {
    display: block;
    width: auto;
    background: #D9DEE4 url('../img/bg_tab.gif') repeat;
    text-align: center;
    padding: 8px 6px 7px 6px;
    margin: 0 0 11px 0;
    color: #5C708B;
    border-right: 1px solid white;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    white-space: nowrap;
}

/**************************** scheda News */
    ul.news-list {
	width: 100%;
	list-style: none;
	padding: 0 0 20px 0;
	margin: 0;
    }

    ul.news-list .news-date {
	width: 140px;
	float: left;
	display: block;
	color: #586B87;
    }

    ul.news-list .news-title {
	width: 508px;
	float: left;
	display: block;
    }

    ul.news-list li a {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0 0 12px 0;
	display: block;
    }
    .news-title a {
	color: #333;
	text-decoration: none;
    }

    div.news-end {
	border-bottom: 1px solid #CECFD1;
	height: 20px;
	clear: both;
    }
    
    .dicono-list a {
	width: 100%;
	list-style: none;
	margin: 0;
	/*padding: 0 0 12px 0;*/
	display: block;
        color: #333;
	text-decoration: none;        
    }
    
    .dicono-list tr
    {
        
    }
    
    .dicono-title {
        width: 80%;
    }
    
    .dicono-date {
	width: 140px;
	float: left;
	display: block;
	color: #586B87;
    }
    
    .dicono-subtitle
    {
	color: #304F6B;
        font-weight: bold;
        padding-bottom: 10px;
    }

div.paginazione 
{
    margin-top: 30px;
    width: 100%;
    text-align: center;
    height: 50px;
}

div.paginazione a {
    color: #082446;
    margin: 0 5px;
    padding: 3px 4px;
    text-align: center;
    text-decoration: none;
}

#scenario h1 {
    font-size: 12px;
    color: #0C2F83;
    padding: 10px;
    background-color: #F6F6F6;
}

#scenario h1  > a {
    color: #436EEE;
    text-decoration: none;
}
/************************* Fine scheda news */

/************************ Scheda eventi */
ul.event-list li{
    width: 100%;
    overflow: hidden;
    padding: 30px 0 20px 0;
    margin: 0;
    border-bottom: 1px solid #CECFD1;
    list-style: none;
}

ul.event-list li:last-child{
    border-bottom: none;
}

ul.event-list li .imgpart {
    width: 240px;
    margin: 0;
    float: left;
}

ul.event-list li .textpart {
    float: right;
    width: 400px;
}

ul.event-list li h3 {
    font: 16px Arial, Helvetica, sans-serif;
    color: #304F6B;
    font-weight: bold;
    margin: 0 0 10px;
    text-decoration: none;
}

ul.event-list li span {
    display: block;
    margin-bottom: 0;
    font-size: 13px;
    color: #333;
    margin: 2px 0 10px;
}

/*********************** Fine eventi *****************/


/*************** scheda worldwide */
div.worldwide
{
    width: 680px;
    border: 1px solid #AEB9C0;
    padding: 3px 3px 0 3px;
    margin-bottom: 26px;
    overflow: hidden;


}

div.worldwide div.portaregione
{
    width: 634px;
    height: 160px;
    padding: 16px 28px 13px 30px;
    background: url('/css/img/worldwide_map_bg.jpg') no-repeat;
 
}
div.worldwide div.regione
{
   display: none;
}

div.worldwide div.regione strong {
    font-size: 16px;
    color: #026BC7;
}

div.worldwide div.paese
{
    display: none;
}


div.worldwide .regioni {
    width: 656px;
    height: 27px;
    padding: 7px 55px 0;
    background: url('/css/img/worldwide_regioni_bg.jpg') no-repeat;
    margin: 0 0 3px -3px;
    overflow: hidden;
}

div.worldwide .regioni a.active {
    color: #0072BC;
}
div.worldwide .regioni a {
    margin: 0 18px 0 17px;
    float: left;
    color: #7E92A1;
    font-weight: bold;
    text-decoration: none;
}

div.worldwide .regione ul {
    margin: 0;
    padding: 8px 0 0 0;
    list-style: none;
    font-size: 11px;
    width: 100%;
    overflow: hidden;
}

div.worldwide .regione ul li {
    float: left;
    padding: 0 25px 7px 0;
    height: 1%;
    vertical-align: top;
}

div.worldwide .regione ul li a {
    color: #666;
    text-decoration: none;
}


div.worldwide .sede strong {
    display: block;
    color: #333;
    margin-bottom: 8px;
}

div.worldwide .sede
{
    float: left;
    width: 500px; /*400px;*/
    margin: 0;


    padding: 29px 20px 30px 25px;
}

div.worldwide .sede span{
    display: block;
    /*float: left;
    */
    color: #666;
    font-size: 11px;
    line-height: 16px;
    width: 600px;
    
}

div.worldwide .sede img{
    float: left;
    width: 180px;
    margin: 0;
    padding: 0;
    margin-right: 20px;
}

div.worldwide .sede span a {
    color: #3C83CA;
    text-decoration: underline;
}

/*********************** fine worldwide */


/*************************** Inizio Partner program ********/
#reseller {
	background-color: #fee2c9;
	height: 22px;
	padding: 5px 5px 5px 20px;
	color: #f58220;
	font-size: 14px;
	font-weight: bold;
	background-image: url('/css/img/partner/list_reseller.png');
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	margin: 15px 10px 0 0;
	width: 420px;
}
#logo_reseller {
	background-image: url('/css/img/partner/logo_reseller.png');
	background-repeat: no-repeat;
	background-position: left;
	width: 150px;
	height: 64px;
	float: left;
}

#certified {
	background-color: #fcd3c1;
	height: 22px;
	padding: 5px 5px 5px 20px;
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
	background-image: url('/css/img/partner/list_certified.png');
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	margin: 15px 10px 0 0;
	width: 420px;
}
#logo_certified {
	background-image: url('/css/img/partner/logo_certified.png');
	background-repeat: no-repeat;
	background-position: left;
	width: 150px;
	height: 64px;
	float: left;
}

#solution {
	background-color: #c7eafb;
	height: 22px;
	padding: 5px 5px 5px 20px;
	color: #00b9f2;
	font-size: 14px;
	font-weight: bold;
	background-image: url('/css/img/partner/list_solution.png');
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	margin: 15px 10px 0 0;
	width: 420px;
}
#logo_solution {
	background-image: url('/css/img/partner/logo_solution.png');
	background-repeat: no-repeat;
	background-position: left;
	width: 150px;
	height: 64px;
	float: left;
}

#cert_gold {
	background-color: #fcd3c1;
	height: 22px;
	padding: 5px 5px 5px 20px;
	color: #e39717;
	font-size: 14px;
	font-weight: bold;
	background-image: url('/css/img/partner/list_cert_gold.png');
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	margin: 15px 10px 0 0;
	width: 420px;
}
#logo_cert_gold {
	background-image: url('/css/img/partner/logo_cert_gold.png');
	background-repeat: no-repeat;
	background-position: left;
	width: 150px;
	height: 64px;
	float: left;
}

h1.logoZyx > img {
	float: right;
}

.square_reseller{
	background-image: url('/css/img/partner/list_reseller_big.png');
	background-repeat: no-repeat;
	background-position: left;
	padding: 7px
}

.list_reseller{
	border: 1px solid #ffc801;
	padding: 5px 15px;
	color: #555;
}

.square_certified{
	background-image: url('/css/img/partner/list_certified_big.png');
	background-repeat: no-repeat;
	background-position: left;
	padding: 7px
}

.list_certified{
	border: 1px solid #64bd01;
	padding: 5px 15px;
	color: #555;
}

.square_certified_gold{
	background-image: url('/css/img/partner/list_certified_gold_big.png');
	background-repeat: no-repeat;
	background-position: left;
	padding: 7px
}

.list_certified_gold{
	border: 1px solid #ff2837;
	padding: 5px 15px;
	color: #555;
}

.square_solution{
	background-image: url('/css/img/partner/list_solution_big.png');
	background-repeat: no-repeat;
	background-position: left;
	padding: 7px
}

.list_solution{
	border: 1px solid #00B9F2;
	padding: 5px 15px;
	color: #555;
}

.require {
	background-color: #e1f4fd;
	color: #000;
	padding: 10px;
}
.require > p 
{
    margin: 0px;
}

ul.doveAc-list li{
    width: 100%;
    overflow: hidden;
    padding: 30px 0 20px 0;
    margin: 0;
    border-bottom: 1px solid #CECFD1;
    list-style: none;
    color: #333;
}
ul.doveAc-list li a{
    color: #333;
}
ul.doveAc-list li .imgpart {
    width: 240px;
    margin: 0;
    float: right;
}

ul.doveAc-list li .textpart {
    float: right;
    width: 400px;
}

ul.doveAc-list li span {
    display: block;
    margin-bottom: 0;
    font-size: 13px;
}

ul.doveAc-list li span.azienda {
    font-weight: bold;
}


ul.doveAcE-list {
    list-style: none;
    clear:both;
}
ul.doveAcE-list li
{
    float: left;
    padding: 10px;
    text-align: center;

    
}
ul.doveAcE-list li a{
    width: 180px;
    height: 70px;
    /*border: 2px solid #D7D7D7; */
    display:block;
}
ul.doveAcE-list li img
{
    
    padding: 5px;
}


.dove-acq-ricerca
{
    text-align: center;
}

/*************************** Fine Partner program ********/


/************** Ricerca */

.form-box {
    margin: 0 0 16px 0;
    padding: 18px;
    background: #EBEFF2;
    width: 100%;
}

.risultato {
    padding-bottom: 36px;
}

div.risultato  h4 {
    margin: 0;
    padding: 0;
    
}

.risultato > h4 > a {
    margin: 0;
    padding: 0;
    text-decoration: underline;
    color: #3C83CA;
}
.risultato > p {
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: #333;
}


/********************* Area supporto tecnico */

div.faqAlbero
{
    width: 300px;
    float: left;
    min-height: 500px;
}

div.faqRisBox
{
    /*position: absolute;
    left: 300px;*/
    float: right;
    width: 374px;
    border-right: 2px solid #1858a0;
    border-left: 2px solid #1858a0;
    display: none;
	background: url('/css/img/bg-bottom-faqRisBox.png');
	background-position: bottom;
	background-repeat: repeat-x;
}

div.mostraFaq
{
    position: relative;
    top: -18px;
}

div.faqRisBox h1
{
	padding: 0;
	margin: 0;
	background: url('/css/img/bg-ris-h1.png');
	background-repeat: repeat-x;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	height: 20px;
	text-indent: 10px;
	line-height: 20px;
}

div.faqRisBox .chiudi
{
    border: 0 none;
    color: #FFFFFF;
    float: right;
    font-size: 10px;
    font-weight: bold;
    height: 19px;
    margin: 0;
    position: absolute;
    right: 0;
    text-decoration: none;
    text-transform: uppercase;
    top: 1px;
    width: 55px;
    background: none;
}

.pdf-video
{
	width: 100%;
	text-align: center;
	padding: 70px 0 15px;
}

div.pdf-video > a.pdf{
	color: #385069;
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	margin: 5px;
	background: url('/css/img/allegato-pdf.png');
	background-repeat: no-repeat;
	padding: 70px 15px 0px 15px;
}

div.pdf-video > a.videoYT{
	color: #385069;
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	margin: 5px;
	background: url('/css/img/image-video.png');
	background-repeat: no-repeat;
	padding: 70px 25px 0;
}

.faqRisBox p
{
	padding: 5px;
	margin: 0;
	font-size: 13px;
	font-weight: bold;
	color: #385069;
	line-height: 15px;
}

.faqRisBox p:last-child
{
	border-bottom: 1px solid #666666;
}

.elencoFaq
{
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #336666;
}

div.elencoFaq ul
{
	margin: 5px;
	padding: 0;
}

div.elencoFaq ul li.video
{
	list-style: none;
	line-height: 20px;
	border-bottom: 1px solid #848484;
	background: url('/css/img/bg-video.png');
	background-position: center right;
	background-repeat: no-repeat;
	padding: 3px 0;
}

div.elencoFaq ul li.pdf
{
	list-style: none;
	line-height: 20px;
	border-bottom: 1px solid #848484;
	background: url('/css/img/bg-pdf.png');
	background-position: center right;
	background-repeat: no-repeat;
	padding: 3px 0;
}

div.elencoFaq ul li.no_res
{
	list-style: none;
	line-height: 20px;
	border-bottom: 1px solid #848484;
	background: url('/css/img/bg-no-res.png');
	background-position: center right;
	background-repeat: no-repeat;
	padding: 3px 0;
}

div.elencoFaq a,
div.elencoFaq ul li.no_res
{
	color: #385069;
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}

div.faqAlbero ul
{
    padding: 0 0 10px 0;
    margin: 0;
    background: #cccccc;
    list-style: none;
    margin-left: 22px;
    width: 265px;
}

div.faqAlbero ul li.level0
{
    border-bottom: 1px solid #ADC0CF;
    padding-top: 13px;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    font-size: 12px;
    margin-left: -22px;
}
div.faqAlbero ul li:first-child
{
     padding-top: 0px;
}

div.faqAlbero ul li.level0 a
{
    color: #30384B;
    text-decoration: none;
    line-height: 14px;
    display: block;
    padding: 4px 5px 4px 16px;
    height: 1%;
    background: #DFECF5 url('/css/img/menuLeftCorp_active.gif') repeat-y;
    font-weight: bold;
    text-transform: uppercase;
}

div.faqAlbero ul li.level1
{
    border-bottom: 1px #1858a0 solid;
    margin: 10px 0 0 22px;
    /*padding-left: 20px;*/
    text-indent: 2px;
}

div.faqAlbero ul li.level2
{
    border-bottom: 1px #1858a0 solid;
    margin-left: 40px;
    /*padding-left: 20px;*/
    line-height: 16px;
}

div.faqAlbero ul li.level1 a,
div.faqAlbero ul li.level2 a
{
    color: #1858a0;
    text-decoration: none;
    font-weight: bold;
    background: url('/css/img/faqapnArrow.png');
    padding-right: 15px;
    background-position: right;
    background-repeat: no-repeat;

}
div.faqAlbero ul li.level1.first
{
	border-top: none;
}


/******************** Case history ***********/
ul.case-list li{
    width: 100%;
    overflow: hidden;
    padding: 30px 0 20px 0;
    margin: 0;
    border-bottom: 1px solid #CECFD1;
    list-style: none;
}

ul.case-list li .imgpart {
    width: 240px;
    margin: 0;
    float: left;
}

ul.case-list li .textpart {
    float: right;
    width: 400px;
}

ul.case-list li h3 ,
ul.case-list li h3 a {
    font: 16px Arial, Helvetica, sans-serif;
    color: #304F6B;
    font-weight: bold;
    margin: 0 0 10px;
    text-decoration: none;
}

ul.case-list li span {
    display: block;
    margin-bottom: 0;
    font-size: 13px;
    color: #333;
    margin: 2px 0 10px;
}

ul.case-list li span a:hover {
    color: #333 !important;
    text-decoration: underline !important;
}

ul.case-list li span a.detail,
a.download {
    padding-left: 14px;
    /*background: url(../images/ico_detail.gif) no-repeat 0 50%;*/
    color: #666;
    text-decoration: none;
    font-size: 12px;
    float: left;
    margin: 0 50px 0 0;
}
ul.case-list li span a.detail img,
a.download img
{
    margin-right: 7px;
}

/************ Fine case history ********/


/******************* Form tradeup ********/
form.tradeUp .label
{
    width: 140px;
    display: inline-block
}
form.tradeUp input[type='text']
{
    width: 300px;
}


form.tradeUp h4
{
    margin: 14px 0px;
    color: #999;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
}
/******************* fine form tradeup *****/




.contattaci .label
{
	width: 60px;
	float: left;
	text-align: right;
	margin: 0 10px;
}

/*** tabella prodotti ***/
.frame th{
background: none repeat scroll 0 0 #d9dee4;
color: #2f405a;
text-align: center;
white-space: nowrap;
padding: 6px;
}

.frame table {
border: 1px solid #c8cfd9;
font-family: Arial, Helvetica, sans-serif;
width: 100%;
border-collapse: collapse;
}


.frame td {
background: none repeat scroll 0 0 #fff;
text-align: left;
padding: 6px 12px 6px;
}


/* @group tabs */
/*#tabs { background: #fff url(/images/layout/BGTabs.gif) no-repeat;} phe's version */
#tabs { background: #fff url(/css/images/BGTabs_PHE.gif) no-repeat;}
#tabs ul { margin: 0; padding: 0; list-style: none; display: block; width: 100%; float: left; font-size: 16px; margin-bottom:10px; }
#tabs li { float: left; background: #d8dee4; padding: 0 10px; margin: 8px 10px 0 0; line-height:30px;}
#tabs li a { color: #5a708a; text-decoration: none;}
#tabs li a:hover { color: #5a708a; text-decoration: none;} /* added by phe 15.10. */


/* 5a708a */
#tabs li.active { background: #5a708a url(/css/images/spickelActiveTab.gif) 50% 10px no-repeat; line-height:46px; padding: 0 10px; margin-top: 0px; padding-bottom: 10px; }
#tabs li.active a { color: #fff; }

/* @end */




.button-horeca,
.button-camp{
	background: #f7f7f7;
	background: -moz-linear-gradient(top,  #f7f7f7 0%, #d1d1d1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#d1d1d1));
	background: -webkit-linear-gradient(top,  #f7f7f7 0%,#d1d1d1 100%);
	background: -o-linear-gradient(top,  #f7f7f7 0%,#d1d1d1 100%);
	background: -ms-linear-gradient(top,  #f7f7f7 0%,#d1d1d1 100%);
	background: linear-gradient(to bottom,  #f7f7f7 0%,#d1d1d1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#d1d1d1',GradientType=0 );
	
	color: #222 !important;
	padding: 5px 15px;
	border: 1px solid #9a9a9a;
	text-shadow: 0 1px 0 #fff;
}





























