body {
    /*background-color: #d0d0d0;*/
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/********************************************************************************/
/***** TMP101 Template **********************************************************/
/********************************************************************************/

/* ~~ this fixed width container surrounds the other divs ~~ */
.TMP101 {
    width: 955px; /* the auto value on the sides, coupled with the width, centers the layout */
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.TMP101_AreaHeader {
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

.TMP101_AreaContent {
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0px;
    padding-left: 0;
    background-color: #FFFFFF;
    min-height: 500px;
    width: 955px;
}

.TMP101_AreaCofftent {
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0px;
    padding-left: 0;
    background-color: #FFFFFF;
}

.TMP101_ContentUp {
    padding: 0px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

/* ~~ The footer ~~ */
.TMP101_AreaFooter {
    width: 955px;
    padding: 0px;
    margin: 0 auto;
}

.LimitedDropDown {
    max-width: 600px;
}

/********************************************************************************/
/***** HEA201 Header ************************************************************/
/********************************************************************************/

.HEA201 {
    width: 955px;
    /*background-image: url(/SiteImg/HEA101_TopLineBkg.gif);
	background-repeat: no-repeat;
	background-position: right top;*/
}

.HEA201_ServArea {
    padding: 0px;
    margin: 0px;
    height: 63px;
}

.HEA201_Logo {
    width: 260px;
    float: left;
    padding: 0px;
    margin-top: 0px;
    /*margin-right: 50px;*/
    margin-bottom: 0px;
    margin-left: 0px;
    height: 63px;
}

.HEA02A_Flags {
    /*width: 200px;*/
    /*float: right;*/
    margin-top: 22px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-color: #FFFFFF;
    text-align: right;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    display: inline-block;
}

.HEA02A_AreaNavInt {
    width: 130px;
    height: 63px;
    float: right;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.HEA201_ServNav {
    /*width: 350px;*/
    float: right;
    margin: 0px;
    padding: 0px;
    height: 63px;
}

.HEA201_Nav {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

.HEA201_NavList {
    float: right;
    height: 63px;
}

    .HEA201_NavList a, .HEA201_NavList a:link, .HEA201_NavList a:visited {
        font-family: Arial, Helvetica, sans-serif;
        color: #666666;
        font-size: 11px;
        font-weight: normal;
        cursor: pointer;
        display: block;
        /*background-image: url(/SiteImg/HEA101_LineBkg.gif);
        background-repeat: no-repeat;
        background-position: right top;*/
        text-decoration: none;
        padding-right: 15px;
        padding-top: 28px;
        padding-left: 15px;
        padding-bottom: 2px;
        height: 33px;
    }

        .HEA201_NavList a:hover, .HEA201_NavList a:active {
            /*background-image: url(/SiteImg/HEA101_LineBkgHover.gif);*/
            background-color: #ddd;
            color: #666;
        }

.HEA201_SearchBox {
    float: right;
    margin: 0px;
    height: 63px;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
}

.HEA201_SearchTxt {
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    padding-top: 28px;
    padding-left: 10px;
    padding-bottom: 2px;
    height: 33px;
    float: left;
}

.HEA201_SearchForm {
    float: left;
    padding-top: 22px;
    padding-left: 10px;
}


.HEA201_Compass {
    margin: 0px;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
}

.HEA201_TxtCompass {
    padding-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 10px;
    font-weight: normal;
    color: #6d6d6d;
    text-decoration: none;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

    .HEA201_TxtCompass a, .HEA201_TxtCompass a:link, .HEA201_TxtCompass a:visited {
        color: #6d6d6d;
        text-decoration: underline;
    }

        .HEA201_TxtCompass a:hover, .HEA201_TxtCompass a:active, .HEA201_TxtCompass a:focus {
            color: #ffffff;
            background-color: #6d6d6d;
            text-decoration: underline;
        }


/********************************************************************************/
/***** FOO101 Footer ************************************************************/
/********************************************************************************/

.FOO101 {
    width: 935px;
    overflow: hidden;
    padding: 20px 10px 10px 10px;
    background-image: url(/SiteImg/FOO01_BottomLineBkg.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
}

.FOO101_NavMenu1 {
    width: 150px;
    float: left;
    margin: 0px;
    padding: 0px;
}

.FOO101_NavMenu2 {
    width: 150px;
    float: left;
    margin: 0px;
    padding: 0px;
}

.FOO101_Disclaimer {
    width: 480px;
    float: left;
    padding: 0px;
    margin-top: 0px;
    margin-right: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.FOO101_LogoArea {
    width: 135px;
    float: left;
    margin: 0px;
    padding: 0px;
}

.FOO101_Logo1 {
    margin-bottom: 20px;
}

.FOO101_Logo2 {
    padding-left: 70px;
}

.FOO101_TxtNavMenu {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 15px;
    font-weight: normal;
    color: #666;
    text-decoration: none;
}

    .FOO101_TxtNavMenu a:link, .FOO101_TxtNavMenu a:visited {
        color: #666;
        text-decoration: none;
    }

    .FOO101_TxtNavMenu a:hover, .FOO101_TxtNavMenu a:active, .FOO101_TxtNavMenu a:focus {
        color: #666;
        text-decoration: underline;
    }


.FOO101_TxtDisclaimer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 12px;
    font-weight: normal;
    color: #666;
    text-decoration: none;
}

    .FOO101_TxtDisclaimer a:link, .FOO101_TxtDisclaimer a:visited {
        color: #666;
        text-decoration: underline;
    }

    .FOO101_TxtDisclaimer a:hover, .FOO101_TxtDisclaimer a:active, .FOO101_TxtDisclaimer a:focus {
        color: #FFFFFF;
        background-color: #666666;
        text-decoration: underline;
    }

/********************************************************************************/
/***** BTN01B Button Service Page ***********************************************/
/********************************************************************************/

.BTN01B_left, .BTN01B_left:link, .BTN01B_left:visited {
    width: 255px;
    height: 40px;
    float: left;
    background-color: #dddfde;
    background-image: url(/SiteImg/BtIco_Laboratori.png);
    background-position: left;
    background-repeat: no-repeat;
    text-align: left;
    vertical-align: middle;
    line-height: 40px;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    font-size: 13px;
    text-indent: 40px;
    cursor: pointer;
    display: block;
    text-decoration: none;
}


    .BTN01B_left:hover, .BTN01B_left:active {
        background-color: #d0d2d1;
    }

.BTN01B a, .BTN01B a:link, .BTN01B a:visited {
    text-decoration: none;
}

.BTN01B_right, .BTN01B_right:link, .BTN01B_right:visited {
    width: 150px;
    height: 40px;
    margin-left: 10px;
    float: left;
    background-color: #dddfde;
    background-image: url(/SiteImg/BtIco_TuttiPoint.png);
    background-position: left;
    background-repeat: no-repeat;
    text-align: left;
    vertical-align: middle;
    line-height: 40px;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    font-size: 13px;
    text-indent: 40px;
    cursor: pointer;
    display: block;
    text-decoration: none;
}

    .BTN01B_right:hover, .BTN01B_right:active {
        background-color: #d0d2d1;
    }

/********************************************************************************/
/***** LSS102 ListMenu ***************************************************/
/********************************************************************************/

.LSS102 {
    /*	width:415px;*/
    padding: 0px;
    margin: 0px;
    border: 0px;
}

.LSS102_ {
    width: 415px;
    padding: 0px;
    margin: 0px;
    border: 0px;
}

.LSS102_SopraTitolo {
    background-color: #ADADAD;
    background-repeat: repeat-y;
    background-position: left top;
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 12px;
    margin-left: 0;
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 6px;
    padding-left: 10px;
}

.LSS102_Titolo {
    background-color: #ADADAD;
    background-repeat: repeat-y;
    background-position: left top;
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 12px;
    margin-left: 0;
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 6px;
    padding-left: 10px;
}

.LSS102_Content1 {
    padding: 0px;
    margin: 0px 0 12px 0;
    border: 0px;
    display: table;
    min-width: 100%;
    width: 100%;
    vertical-align: top;
}

.LSS102_Content1_areaSX {
    display: table-cell;
    vertical-align: top;
    width: 270px;
}

.LSS102_Content1_areaDX {
    display: table-cell;
    vertical-align: top;
    width: 40px;
    padding-left: 20px;
}

.LSS102_TxtSopraTitolo {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #FFFFFF;
}

.LSS102_TxtTitolo {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #FFFFFF;
}

.LSS102_TxtSottotitolo {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #0092de;
}

.LSS102_TxtCorpoTesto {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
}

.LSS102_TxtNote {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #333333;
}

/********************************************************************************/
/***** SBAN01  ******************************************************************/
/********************************************************************************/

.SBAN01 {
}

.SBAN01_Box {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

/********************************************************************************/
/***** SMA001 Site Map **********************************************************/
/********************************************************************************/

.SMA001 {
    width: 650px;
    overflow: hidden;
    background-color: #FFFFFF;
    margin: 0px;
    padding: 0px;
}

.SMA001_ContentSx {
    width: 307px;
    float: left;
    padding: 0px;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-color: #FFFFFF;
}

.SMA001_ContentDx {
    width: 307px;
    float: left;
    margin: 0px;
    padding: 0px;
    background-color: #FFFFFF;
}

.SMA001_LayArea {
    background-color: #D6D3D6;
    padding: 5px;
}

.SMA001_LayList {
    margin-bottom: 10px;
}

.SMA001_TxtArea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333333;
}

.SMA001_List a, .SMA001_List a:link, .SMA001_List a:visited {
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
    font-size: 11px;
    line-height: 15px;
    cursor: pointer;
    display: block;
    height: 19px;
    padding: 3px 0 0 10px;
    background-repeat: no-repeat;
    background-position: left center;
    text-decoration: none;
    background-color: #FFFFFF;
    background-image: url(/SiteImg/Bkg_Bt_Off.gif);
}

    .SMA001_List a:hover, .SMA001_List a:active {
        background-repeat: no-repeat;
        background-position: left center;
        background-color: #109EE7;
        color: #FFFFFF;
        background-image: url(/SiteImg/Bkg_Bt_On.gif);
    }


/********************************************************************************/
/***** SMN101 Site Menù *********************************************************/
/********************************************************************************/

.SMN101 {
    height: 31px;
    text-align: center;
    background-image: url(/SiteImg/SMN101_Bkg.gif);
    color: #000000;
}

    .SMN101 ul {
        display: inline-block;
        margin: 0 auto;
        padding: 0;
        list-style: none;
        white-space: nowrap;
    }

    .SMN101 li {
        display: inline;
    }

        .SMN101 li a {
            display: block;
            height: 26px;
            float: left;
            color: #FFFFFF;
            text-decoration: none;
            padding-top: 5px;
            padding-right: 40px;
            padding-bottom: 0;
            padding-left: 40px;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            line-height: 22px;
            font-weight: normal;
        }

            .SMN101 li a:hover {
                color: #fff;
                background-image: url(/SiteImg/SMN101_BkgHover.gif);
            }

/********************************************************************************/
/***** SMN107 Site Menù *********************************************************/
/********************************************************************************/

.SMN107 {
    width: 200px;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

.SMN107_LayTitolo {
    width: 180px;
    background-color: #727272;
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 6px;
    padding-left: 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.SMN107_LayElenco {
    background-color: #b3b2b2;
}

.SMN107_TxtTitolo {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
}

.SMN107_List a, .SMN107_List a:link, .SMN107_List a:visited {
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
    font-size: 11px;
    line-height: 15px;
    cursor: pointer;
    display: block;
    height: 19px;
    padding: 3px 0 0 10px;
    background-repeat: no-repeat;
    background-position: left center;
    text-decoration: none;
    background-color: #FFFFFF;
    background-image: url(/SiteImg/Bkg_Bt_Off.gif);
}

    .SMN107_List a:hover, .SMN107_List a:active {
        background-repeat: no-repeat;
        background-position: left center;
        background-color: #15a0e5;
        color: #FFFFFF;
        background-image: url(/SiteImg/Bkg_Bt_On.gif);
    }

/********************************************************************************/
/***** SMN207 Site Menù *********************************************************/
/********************************************************************************/

.SMN207 {
    width: 300px;
    padding: 0px;
    border: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.SMN207_LayTitolo {
    width: 280px;
    background-color: #727272;
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 6px;
    padding-left: 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 3px;
    margin-left: 0px;
}

.SMN207_LayElenco {
}

.SMN207_TxtTitolo {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
}

.SMN207_List a, .SMN207_List a:link, .SMN207_List a:visited {
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
    font-size: 12px;
    line-height: 13px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
    background-position: left center;
    text-decoration: none;
    background-color: #FFFFFF;
    background-image: url(/SiteImg/SMN207/Bkg_Bt_Off.gif);
    padding-top: 4px;
    padding-right: 0px;
    padding-bottom: 6px;
    padding-left: 10px;
}

    .SMN207_List a:hover, .SMN207_List a:active {
        background-repeat: no-repeat;
        background-position: left center;
        background-color: #15a0e5;
        color: #FFFFFF;
        background-image: url(/SiteImg/SMN207/Bkg_Bt_On.gif);
    }

/********************************************************************************/
/***** SMN13B Site Menù *********************************************************/
/********************************************************************************/

.SMN13B {
    width: 960px;
    height: 208px;
    overflow: hidden;
}

.SMN13B_Button {
    display: block;
    width: 470px;
    height: 200px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 13px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 13px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 13px rgba(50, 50, 50, 0.75);
    text-decoration: none;
    float: left;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
}

    .SMN13B_Button:hover, .SMN13B_Button:focus {
        text-decoration: none;
        background-color: #EDEDED;
    }


/******************************************************************************/
/***** ZeusBoxLibrary ZBL102 - 2 Colonne 635+300 *********/
/******************************************************************************/

.ZBL102 {
    overflow: hidden;
    margin-bottom: 0px;
    width: 935px;
    margin-right: 10px;
    margin-left: 10px;
}

.ZBL102_ContentSx {
    width: 625px;
    float: left;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.ZBL102_ContentDx {
    width: 300px;
    float: left;
    margin: 0px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

/******************************************************************************/
/***** ZeusBoxLibrary ZBL106 - 3 Colonne *********/
/******************************************************************************/

.ZBL106 {
    overflow: hidden;
    margin-bottom: 0px;
    width: 935px;
    margin-right: 10px;
    margin-left: 10px;
}

.ZBL106_ContentSx {
    width: 200px;
    float: left;
    padding: 0px;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.ZBL106_ContentCnt {
    width: 415px;
    float: left;
    padding: 0px;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.ZBL106_ContentDx {
    width: 300px;
    float: left;
    margin: 0px;
    padding: 0px;
}

.ZBL106_ContentCntDx {
    width: 725px;
    float: left;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

/******************************************************************************/
/***** ZeusBoxLibrary ZBL202 - 2 Colonne (uguale o diversa larghezza) *********/
/******************************************************************************/

.ZBL202 {
    overflow: hidden;
    margin-bottom: 0px;
    width: 935px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 0px;
    background-color: #FFFFFF;
}

.ZBL202_ContentSx {
    width: 300px;
    float: left;
    padding: 0px;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.ZBL202_ContentDx {
    width: 625px;
    float: left;
    margin: 0px;
    padding: 0px;
}

/******************************************************************************/
/***** ZeusBoxLibrary ZBL203 - Banner *****************************************/
/******************************************************************************/

.ZBL203_Banner1 {
    width: 300px;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.ZBL203_Banner2 {
    width: 625px;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

/******************************************************************************/
/***** ZeusBoxLibrary ZBL204 - 2 Colonne quasi uguali *********/
/******************************************************************************/

.ZBL204 {
    overflow: hidden;
    margin-bottom: 10px;
    width: 935px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
    background-color: #FFFFFF;
}

.ZBL204_ContentSx {
    width: 220px;
    float: left;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 125px;
    background-color: #EBEBEB;
    height: 160px;
    background-repeat: no-repeat;
}

.ZBL204_ContentDx {
    width: 220px;
    float: left;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 125px;
    background-color: #EBEBEB;
    height: 160px;
    background-repeat: no-repeat;
}

/******************************************************************************/
/***** ZeusBoxLibrary ZBL206 - 3 Colonne di cui 2 uguali *********/
/******************************************************************************/

.ZBL206 {
    overflow: hidden;
    margin-bottom: 10px;
    width: 935px;
    margin-right: 10px;
    margin-left: 10px;
}

.ZBL206_ContentSx {
    width: 307px;
    float: left;
    padding: 0px;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.ZBL206_ContentCnt {
    width: 307px;
    float: left;
    padding: 0px;
    margin-top: 0px;
    margin-right: 11px; /* 11 al posto di 10 */
    margin-bottom: 0px;
    margin-left: 0px;
}

.ZBL206_ContentDx {
    width: 300px;
    float: left;
    margin: 0px;
    padding: 0px;
}

/******************************************************************************/
/***** ZeusBoxLibrary ZBL303 - Titolo prodotto *****************************************/
/******************************************************************************/

.ZBL303 {
    /*border-width: 10px 0px 10px 0px;
    border-style: solid none solid none;*/
    margin: 0px;
    padding: 12px 0;
    background-color: #ffffff;
    border-top-color: #ededed;
    border-right-color: inherit;
    border-bottom-color: #ededed;
    border-left-color: inherit;
    overflow: hidden;
    display: table;
    width: 100%;
}

.ZBL303_TxtTitolo {
    font-family: "Dosis";
    font-size: 44px;
    color: #9a9a9a;
    line-height: 44px;
    display: table-cell;
    padding-right: 20px;
}

.ZBL303_TxtTopTitolo {
    font-family: "Dosis";
    font-size: 26px;
    color: #9a9a9a;
    display: block;
    line-height: 26px;
}

/******************************************************************************/
/***** ZeusBoxLibrary ZBL401 - 2 Colonne (uguale o diversa larghezza) *********/
/******************************************************************************/

.ZBL401 {
    overflow: hidden;
    margin-bottom: 0px;
    width: 935px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 0px;
    background-color: #FFFFFF;
}

.ZBL401_ContentSx {
    width: 200px;
    float: left;
    padding: 0px;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.ZBL401_ContentDx {
    width: 725px;
    float: left;
    margin: 0px;
    padding: 0px;
}

/******************************************************************************/
/***** ZeusBoxLibrary ZBL401 - 2 Colonne (uguale o diversa larghezza) *********/
/******************************************************************************/

.ZBL402 {
    overflow: hidden;
    margin-bottom: 0px;
    width: 725px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
    background-color: #FFFFFF;
}

.ZBL402_ContentSx {
    width: 355px;
    float: left;
    padding: 0px;
    margin-top: 0px;
    margin-right: 15px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.ZBL402_ContentDx {
    width: 355px;
    float: left;
    margin: 0px;
    padding: 0px;
}

/******************************************************************************/
/***** ZeusBoxLibrary ZBL401 - 2 Colonne (150-565) *********/
/******************************************************************************/

.ZBL403 {
    overflow: hidden;
    margin-bottom: 0px;
    width: 725px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
    background-color: #FFFFFF;
}

.ZBL403_ContentSx {
    width: 150px;
    float: left;
    padding: 0px;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.ZBL403_ContentDx {
    width: 565px;
    float: left;
    margin: 0px;
    padding: 0px;
}

/******************************************************************************/
/***** ZeusBoxLibrary ZBL401 - 2 Colonne (150-565) *********/
/******************************************************************************/

.ZBL404 {
    overflow: hidden;
    margin-bottom: 0px;
    width: 355px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
    background-color: #FFFFFF;
}

.ZBL404_ContentSx {
    width: 150px;
    float: left;
    padding: 0px;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.ZBL404_ContentDx {
    width: 195px;
    float: left;
    margin: 0px;
    padding: 0px;
}

/******************************************************************************/
/***** ZeusBoxLibrary ZBL501 - 1 colonna *********/
/******************************************************************************/

.ZBL501 {
    overflow: hidden;
    margin-bottom: 0px;
    width: 925px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 0px;
    background-color: #FFFFFF;
}

/******************************************************************************/
/***** PaginaProdotti Scheda **************************************************/
/******************************************************************************/
.PRD001_PageTitle {
    font-family: "Dosis";
    font-size: 54px;
    font-weight: lighter;
    color: #999999;
    text-decoration: none;
    line-height: 60px;
    padding: 20px 0;
    width: 100%;
    min-height: 180px;
    height: 180px;
    display: table;
    overflow: hidden;
}

    .PRD001_PageTitle > div {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

.PRD001_Title {
    font-family: "Dosis";
    font-size: 44px;
    font-weight: lighter;
    color: #999999;
    text-decoration: none;
    line-height: 40px;
    padding: 20px 0;
}
/******************************************************************************/
/***** Pulsanti PaginaProdotti ************************************************/
/******************************************************************************/
.PRP001 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: lighter;
    color: #999999;
    text-decoration: none;
    line-height: 22px;
    padding: 20px 0;
    width: 235px;
    height: 82px;
    text-transform: uppercase;
    display: table-cell;
    vertical-align: middle;
}

.PRD001_img {
    display: inline-block;
    width: 30%;
}

.PRD001_txt {
    display: inline-block;
    width: 70%;
    vertical-align: middle;
}
/********************************************************************************/
/* LBT02B ***********************************************************************/
/********************************************************************************/
.LBT02B {
    display: inline-block;
    margin-bottom: 10px;
}

    .LBT02B a {
        text-decoration: none;
        color: #FFF;
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom: 10px;
        float: left;
    }

.LBT02B_btn {
    width: 240px;
    height: 78px;
    display: block;
    margin-left: 10px;
}

.LBT02B_img {
    width: 95px;
    height: 78px;
    float: left;
}

.SpecTec {
    background-image: url("/SiteImg/IcoProd_SpecTec.png");
    background-repeat: no-repeat;
    background-position: center;
}

.AccProd {
    background-image: url("/SiteImg/IcoProd_AccProd.png");
    background-repeat: no-repeat;
    background-position: center;
}

.ProdComp {
    background-image: url("/SiteImg/IcoProd_ProdComp.png");
    background-repeat: no-repeat;
    background-position: center;
}

.RecDown {
    background-image: url("/SiteImg/IcoProd_RecDown.png");
    background-repeat: no-repeat;
    background-position: center;
}

.SchedaPdf {
    background-image: url("/SiteImg/IcoProd_SchedaPdf.png");
    background-repeat: no-repeat;
    background-position: center;
}

.LBT02B_txt {
    display: table;
    /*width:175px;*/
    height: 78px;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    /*float:right;*/
}

    .LBT02B_txt p {
        display: table-cell;
        width: 185px;
        height: 78px;
        vertical-align: middle;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        color: #999999;
        line-height: 18px;
        text-transform: uppercase;
        vertical-align: middle;
    }

.LBT02B_btn, .LBT02B_btn:link, .LBT02B_btn:visited {
    background-color: #d7d7d7;
    cursor: pointer;
}

    .LBT02B_btn:hover, .LBT02B_btn:active {
        background-color: #b8b8b8;
        cursor: pointer;
    }

        .LBT02B_btn:hover > .LBT02B_txt > p, .LBT02B_btn:active > .LBT03B_txt > p {
            color: #FFF;
        }

        .LBT02B_btn:hover > .SpecTec, .LBT02B_btn:active > .SpecTec {
            background-image: url("/SiteImg/IcoProd_SpecTecW.png");
        }

        .LBT02B_btn:hover > .AccProd, .LBT02B_btn:active > .AccProd {
            background-image: url("/SiteImg/IcoProd_AccProdW.png");
        }

        .LBT02B_btn:hover > .ProdComp, .LBT02B_btn:active > .ProdComp {
            background-image: url("/SiteImg/IcoProd_ProdCompW.png");
        }

        .LBT02B_btn:hover > .RecDown, .LBT02B_btn:active > .RecDown {
            background-image: url("/SiteImg/IcoProd_RecDownW.png");
        }

        .LBT02B_btn:hover > .SchedaPdf, .LBT02B_btn:active > .SchedaPdf {
            background-image: url("/SiteImg/IcoProd_SchedaPdfW.png");
        }

/********************************************************************************/
/* LBT03B ***********************************************************************/
/********************************************************************************/
.LBT03B {
    /*display:inline-block;*/
    margin-bottom: 10px;
}

    .LBT03B a {
        text-decoration: none;
        color: #FFF;
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom: 10px;
        /*float:left;*/
    }

.LBT03B_btn {
    /*width:230px;*/
    height: 50px;
    display: block;
    /*margin-left:10px;*/
    margin-bottom: 10px;
}

.LBT03B_img {
    width: 70px;
    height: 50px;
    float: left;
}

.CatGen {
    background-image: url("/SiteImg/IcoProd_CatGen.png");
    background-repeat: no-repeat;
    background-position: center;
}

.ImgHiRes {
    background-image: url("/SiteImg/IcoProd_ImgHiRes.png");
    background-repeat: no-repeat;
    background-position: center;
}

.LBT03B_txt {
    display: table;
    /*width:175px;*/
    height: 50px;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    /*float:right;*/
}

    .LBT03B_txt p {
        display: table-cell;
        /*width:175px;*/
        height: 50px;
        vertical-align: middle;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        color: #999999;
        line-height: 22px;
        /*text-transform:uppercase;*/
        vertical-align: middle;
    }

.LBT03B_btn, .LBT03B_btn:link, .LBT03B_btn:visited {
    background-color: #d7d7d7;
    cursor: pointer;
}

    .LBT03B_btn:hover, .LBT03B_btn:active {
        background-color: #b8b8b8;
        cursor: pointer;
    }

        .LBT03B_btn:hover > .LBT03B_txt > p, .LBT03B_btn:active > .LBT03B_txt > p {
            color: #FFF;
        }

        .LBT03B_btn:hover > .CatGen, .LBT03B_btn:active > .CatGen {
            background-image: url("/SiteImg/IcoProd_CatGenW.png");
        }

        .LBT03B_btn:hover > .ImgHiRes, .LBT03B_btn:active > .ImgHiRes {
            background-image: url("/SiteImg/IcoProd_ImgHiResW.png");
        }

/********************************************************************************/
/***** SKU03A Download **********************************************************/
/********************************************************************************/

.SKU03A {
    width: 550px;
    margin: 0 0 10px 0;
    padding: 0px;
}

.SKU03A_Titolo {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
    text-decoration: none;
    background-color: #d0d0d0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10;
    margin-left: 0;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
}

/*.SKU03A_SottotitoloTabella{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color:#999999;
	padding:3px 10px;
	font-weight:bold;
	margin:5px 0 0 0;
}*/

.SKU03A_LayDati {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    line-height: 13px;
}

.SKU03A_LayRiga {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cecece;
    overflow: hidden;
}

.SKU03A_LayRigaCol1 {
    width: 280px;
    text-align: left;
    float: left;
    padding: 3px 0 3px 10px;
}

.SKU03A_LayRigaCol2 {
    width: 170px;
    text-align: left;
    padding: 3px 0 3px 10px;
    float: left;
}

.SKU03A_LayRigaCol3 {
    width: 60px;
    text-align: right;
    padding: 3px 10px 3px 10px;
    float: left;
}

    .SKU03A_LayRigaCol3 a:link, .SKU03A_LayRigaCol3 a:visited {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #CC9999;
        line-height: 13px;
        text-decoration: underline;
    }

    .SKU03A_LayRigaCol3 a:hover, .SKU03A_LayRigaCol3 a:active {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #FFFFFF;
        background-color: #CC0000;
        line-height: 13px;
    }

/********************************************************************************/
/***** SKU03B Press **********************************************************/
/********************************************************************************/

.SKU03B {
    /*width:445px;*/
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0px;
    margin-left: 0;
    /*padding-top: 10px;*/
    padding-right: 0px;
    padding-bottom: 10px;
    /*padding-left: 20px;*/
}

.SKU03B_Titolo {
    height: 40px;
    padding-left: 20px;
    font-family: "Dosis";
    font-size: 22px;
    line-height: 38px;
    font-weight: normal;
    color: #333333;
    background-color: #e6e6e6;
}

.SKU03B_LayDati {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #777;
    text-decoration: none;
    line-height: 16px;
}

    .SKU03B_LayDati > iframe {
        width: 445px;
    }

.SKU03B_LayRiga {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cecece;
    overflow: hidden;
}

.SKU03B_LayRigaCol1 {
    /*width:385px;*/
    width: 70%;
    text-align: left;
    float: left;
    padding: 3px 0 3px 10px;
}

/*.SKU03B_LayRigaCol2 {
	width:170px;
	text-align:left;
	padding:3px 0 3px 10px;
	float:left;
}
*/
.SKU03B_LayRigaCol3 {
    /*width:65px;*/
    text-align: right;
    width: 23%;
    padding: 3px 10px 3px 10px;
    float: left;
}

    .SKU03B_LayRigaCol3 a:link, .SKU03B_LayRigaCol3 a:visited {
        color: #777;
        text-decoration: underline;
    }

    .SKU03B_LayRigaCol3 a:hover, .SKU03B_LayRigaCol3 a:active {
        color: #FFFFFF;
        text-decoration: underline;
        background-color: #777;
    }


/******************************************************************************/
/***** Datalist elenco prodotti       *****************************************/
/******************************************************************************/

.QCKLST {
    background-color: #ededed;
    padding: 15px 15px 0 15px;
    margin: 0 0 0 0px;
}

.LSTPRD {
    margin: 0 auto;
    margin-left: 10px;
}

.LSTPRD_Item {
    width: 179px;
    background-color: #FFFFFF;
    margin-right: 12px;
    margin-bottom: 10px;
    height: 200px;
    border: 1px solid #ededed;
}

.LSTPRD_Item_Img {
    padding: 10px 10px 10px 9px;
    text-align: center;
    height: 100px;
}

.LSTPRD_Item_Img_Label {
    position: absolute;
    display: block;
    width: 70px;
    z-index: 10;
}

.LSTPRD_Item_Titolo {
    padding: 0px 12px 6px 12px;
    height: 49px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #9a9a9a;
    text-decoration: none;
}

    .LSTPRD_Item_Titolo a:link, .LSTPRD_Item_Titolo a:visited {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #9a9a9a;
        text-decoration: none;
    }

    .LSTPRD_Item_Titolo a:hover, .LSTPRD_Item_Titolo a:active {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #9a9a9a;
        text-decoration: underline;
    }

.LSTPRD_LayConfronta {
}

.LSTPRD_Item_Codice {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #666666;
    text-decoration: none;
    padding: 6px 6px 0px 12px;
    text-align: left;
    float: left;
}

.LSTPRD_Item_Confronta {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #666666;
    text-decoration: none;
    padding: 0 12px 0px 5px;
    text-align: right;
    float: right;
}


/*---------------------------------------------------------------------------*/

.LSTPRD2 {
    margin: 0 auto;
    margin-left: 0px;
    overflow: hidden;
}

.LSTPRD2_Item {
    width: 179px;
    background-color: #FFFFFF;
    margin-right: 10px;
    margin-bottom: 10px;
    height: 200px;
    float: left;
}

.LSTPRD2_Item_Img {
    padding: 10px 10px 10px 9px;
    text-align: center;
    height: 100px;
}

.LSTPRD2_Item_Titolo {
    padding: 0px 12px 6px 12px;
    height: 49px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #9a9a9a;
    text-decoration: none;
}

    .LSTPRD2_Item_Titolo a:link, .LSTPRD2_Item_Titolo a:visited {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #9a9a9a;
        text-decoration: none;
    }

    .LSTPRD2_Item_Titolo a:hover, .LSTPRD2_Item_Titolo a:active {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #9a9a9a;
        text-decoration: underline;
    }

.LSTPRD2_LayConfronta {
}

.LSTPRD2_Item_Codice {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #666666;
    text-decoration: none;
    padding: 6px 6px 0px 12px;
    text-align: left;
    float: left;
}

.LSTPRD2_Item_Confronta {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #666666;
    text-decoration: none;
    padding: 0 12px 0px 5px;
    text-align: right;
    float: right;
}


.QCKLST_btn a, .QCKLST_btn a:link, .QCKLST_btn a:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #606060;
    padding: 5px;
    text-decoration: none;
}

    .QCKLST_btn a:hover, .QCKLST_btn a:active {
        color: #333333;
        background-color: #CCCCCC;
        padding: 5px;
        text-decoration: none;
    }

.QCKLST_btn input, .QCKLST_btn input:link, .QCKLST_btn input:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #606060;
    padding: 5px;
    text-decoration: none;
    cursor: pointer;
}

    .QCKLST_btn input:hover, .QCKLST_btn input:active {
        color: #333333;
        background-color: #CCCCCC;
        padding: 5px;
        text-decoration: none;
    }

/********************************************************************************/
/***** LSS03D Elenco Accessori  **************************************************/
/********************************************************************************/

.LSS03D {
    width: 945px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: 0px;
    /*padding-left: 10px;*/
}

.LSS03D_Title {
    height: 40px;
    padding-left: 20px;
    margin-bottom: 10px;
    background-color: #e6e6e6;
}

.LSS03D_TitleTxt {
    font-family: "Dosis";
    font-size: 22px;
    line-height: 38px;
    font-weight: normal;
    color: #333333;
    float: left;
}

.LSS03D_TitleLink {
    font-family: 'Kaushan Script', cursive;
    font-size: 18px;
    color: #999999;
    text-decoration: none;
    line-height: 40px;
    float: right;
}

    .LSS03D_TitleLink a:link, .LSS03D_TitleLink a:visited {
        text-decoration: none;
        color: #72A8CF;
    }

    .LSS03D_TitleLink a:hover, .LSS03D_TitleLink a:active, .LSS03D_TitleLink a:focus {
        color: #FFFFFF;
        text-decoration: none;
        background-color: #72A8CF;
    }


.LSS03D_Item {
    BACKGROUND-COLOR: #ffffff;
    width: 224px;
    min-height: 173px;
    border: 1px solid #EAEAEA;
    float: left;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    overflow: visible;
}

.LSS03D_Item_Img {
    TEXT-ALIGN: center;
    PADDING-BOTTOM: 15px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    HEIGHT: 100px;
    PADDING-TOP: 15px;
}

.LSS03D_Item_Titolo {
    width: 224px;
    text-align: center;
    background-color: #EFEFEF;
    overflow: visible;
    height: 50px;
    COLOR: #666666;
    TEXT-DECORATION: none;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    padding-bottom: 8px;
    padding-right: 0px;
    padding-left: 0px;
}

    .LSS03D_Item_Titolo A:link, .LSS03D_Item_Titolo A:visited {
        TEXT-DECORATION: none;
        display: block;
        cursor: pointer;
        color: #666666;
        height: 60px;
    }



    .LSS03D_Item_Titolo A:hover, .LSS03D_Item_Titolo A:active {
        background-color: #999999;
        color: #FFFFFF;
    }

.LSS03D_Item_Modello {
    FONT-SIZE: 15px;
    line-height: 15px;
    padding-top: 8px;
    padding-bottom: 4px;
    padding-right: 10px;
    padding-left: 10px;
    /*height: 31px;*/
    overflow: hidden;
}

.LSS03D_Item_CodProd {
    FONT-SIZE: 10px;
    line-height: 10px;
    padding-bottom: 8px;
}

/******************************************************************************/
/***** Scheda prodotto                *****************************************/
/******************************************************************************/

.SCHPRD_LayTitolo {
    border: 0px;
    padding: 10px 0px;
    margin: 0;
}

.SCHPRD_Titolo1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #808080;
    text-decoration: none;
}

.SCHPRD_LayTesto {
    border: 0px;
    padding: 0 0 10px 0px;
    margin: 0;
}

.SCHPRD_Testo1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    text-decoration: none;
}

.SCHPRD_BtnScheda {
    margin: 0 10px 0 0;
}

.SCHPRD_BtnPress {
}

.SCHPRD_Disclaimer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #666;
    text-decoration: none;
    padding: 20px 0;
}

/*************************************************************************/
/* CNE02 - Tabella 1                                                     */
/*************************************************************************/

.CNE02CAR {
    /*width:525px;*/
    margin: 0 0 10px 0;
    padding: 0px;
}

.CNE02CAR_TitoloTabella {
    height: 40px;
    padding-left: 20px;
    font-family: "Dosis";
    font-size: 22px;
    line-height: 38px;
    font-weight: normal;
    color: #333333;
    background-color: #e6e6e6;
}

.CNE02CAR_LayRigaTabella {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cecece;
    overflow: hidden;
}

    .CNE02CAR_LayRigaTabella > div.CNE02CAR_LayRigaTabellaCol1 {
        /*width:190px;*/
        width: 375px;
        text-align: right;
        float: left;
        padding: 3px 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .CNE02CAR_LayRigaTabella > div.CNE02CAR_LayRigaTabellaCol2 {
        width: 560px;
        text-align: left;
        padding: 3px 0 3px 10px;
        float: left;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

.CNE02CAR_TestoTabella {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #777;
    text-decoration: none;
    line-height: 16px;
}

/*************************************************************************/
/* CNE02 - Tabella 2                                       */
/*************************************************************************/

.CNE02EXT {
    width: 525px;
    margin: 0 0 10px 0;
    padding: 0px;
}

.CNE02EXT_TitoloTabella {
    height: 40px;
    padding-left: 20px;
    font-family: "Dosis";
    font-size: 22px;
    line-height: 38px;
    font-weight: normal;
    color: #333333;
    background-color: #e6e6e6;
}

.CNE02EXT_SottotitoloTabella {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #999999;
    padding: 3px 10px;
    font-weight: bold;
    margin: 5px 0 0 0;
}

.CNE02EXT_LayRigaTabella {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cecece;
    overflow: hidden;
}

    .CNE02EXT_LayRigaTabella > div.CNE02EXT_LayRigaTabellaCol1 {
        width: 190px;
        text-align: right;
        float: left;
        padding: 3px 0;
    }

    .CNE02EXT_LayRigaTabella > div.CNE02EXT_LayRigaTabellaCol2 {
        width: 325px;
        text-align: left;
        padding: 3px 0 3px 10px;
        float: left;
    }
    /*****************/
    .CNE02EXT_LayRigaTabella > div.CNE02EXT_LayRigaTabellaCol1 {
        width: 180px;
    }

    .CNE02EXT_LayRigaTabella > div.CNE02EXT_LayRigaTabellaCol2 {
        width: 270px;
    }

.CNE02EXT_TestoTabella {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #777;
    text-decoration: none;
    line-height: 16px;
}


/*************************************************************************/
/* CNE02 - Tabella 3                                      */
/*************************************************************************/

.CNE02DRI {
    width: 525px;
    margin: 0 0 10px 0;
    padding: 0px;
}

.CNE02DRI_TitoloTabella {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333333;
    text-decoration: none;
    background-color: #E0E0E0;
    padding: 5px 10px;
    margin: 0;
}

.CNE02DRI_SottotitoloTabella {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #999999;
    padding: 3px 10px;
    font-weight: bold;
    margin: 5px 0 0 0;
}

.CNE02DRI_LayRigaTabella {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cecece;
    overflow: hidden;
}

    .CNE02DRI_LayRigaTabella > div.CNE02DRI_LayRigaTabellaCol1 {
        width: 265px;
        text-align: left;
        float: left;
        padding: 3px 0 3px 10px;
    }

    .CNE02DRI_LayRigaTabella > div.CNE02DRI_LayRigaTabellaCol2 {
        width: 120px;
        text-align: left;
        padding: 3px 0 3px 10px;
        float: left;
    }

    .CNE02DRI_LayRigaTabella > div.CNE02DRI_LayRigaTabellaCol3 {
        width: 100px;
        text-align: right;
        padding: 3px 10px 3px 10px;
        float: left;
    }

        .CNE02DRI_LayRigaTabella > div.CNE02DRI_LayRigaTabellaCol3 a:link, .CNE02DRI_LayRigaTabella > div.CNE02DRI_LayRigaTabellaCol3 a:visited {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 11px;
            color: #808080;
            line-height: 15px;
            text-decoration: underline;
        }

        .CNE02DRI_LayRigaTabella > div.CNE02DRI_LayRigaTabellaCol3 a:hover, .CNE02DRI_LayRigaTabella > div.CNE02DRI_LayRigaTabellaCol3 a:active {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 11px;
            color: #FFFFFF;
            background-color: #808080;
            line-height: 15px;
        }

.CNE02DRI_TestoTabella {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    line-height: 15px;
}

/*************************************************************************/
/* CNE02_CONF - Tabella 1                                                     */
/*************************************************************************/

.CNE02CONF_Titolo1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #0092de;
    text-decoration: none;
    line-height: 18px;
}

.CNE02CAR_CONF {
    margin: 0 10px 10px 0;
    padding: 0px;
}

.CNE02CAR_CONF_TitoloTabella {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333333;
    text-decoration: none;
    background-color: #E0E0E0;
    padding: 5px 10px;
}

.CNE02CAR_CONF_LayRigaTabella {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cecece;
}

    .CNE02CAR_CONF_LayRigaTabella > div.CNE02CAR_CONF_LayRigaTabellaCol1 {
        text-align: right;
        float: left;
        padding: 3px 0;
    }

    .CNE02CAR_CONF_LayRigaTabella > div.CNE02CAR_CONF_LayRigaTabellaCol2 {
        text-align: left;
        padding: 3px 0 3px 10px;
        float: left;
    }

.CNE02CAR_CONF_TestoTabella {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    line-height: 15px;
}

/*************************************************************************/
/* CNE02_CONF - Tabella 2                                       */
/*************************************************************************/

.CNE02EXT_CONF {
    margin: 0 0px 0px 0;
    padding: 0px;
}

.CNE02EXT_CONF_TitoloTabella {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333333;
    text-decoration: none;
    background-color: #E0E0E0;
    padding: 5px 10px;
    margin: 0;
}

.CNE02EXT_CONF_SottotitoloTabella {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #999999;
    padding: 3px 10px;
    font-weight: bold;
    margin: 5px 0 0 0;
}

.CNE02EXT_CONF_LayRigaTabella {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cecece;
    overflow: hidden;
}

    .CNE02EXT_CONF_LayRigaTabella > div.CNE02EXT_CONF_LayRigaTabellaCol1 {
        text-align: right;
        float: left;
        padding: 3px 0;
    }

    .CNE02EXT_CONF_LayRigaTabella > div.CNE02EXT_CONF_LayRigaTabellaCol2 {
        text-align: left;
        padding: 3px 0 3px 10px;
        float: left;
    }

.CNE02EXT_CONF_TestoTabella {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    line-height: 15px;
}

/*************************************************************************/
/* FAQ001                                      */
/*************************************************************************/

.FAQ001 {
    width: 625px;
    margin: 0 0 10px 0;
    padding: 0px;
}

.FAQ001_Titolo {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333333;
    text-decoration: none;
    background-color: #E0E0E0;
    padding: 5px 10px;
    margin: 0;
}

.FAQ001_Sottotitolo {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #999999;
    padding: 3px 10px;
    font-weight: bold;
    margin: 5px 0 0 0;
}

/*************************/
/* Form Objects */
/*************************/
.FRMOB_TextBox {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding: 2px;
    height: 13px;
    border-style: solid;
    border-width: 1px;
    border-color: #888888 #bbbbbb #bbbbbb #888888;
    width: 95px;
}

.FRMOB_TextBoxMultiline {
    border-style: solid;
    border-width: 1px;
    border-color: #888888 #bbbbbb #bbbbbb #888888;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding: 2px;
    overflow: auto;
}

.FRMOB_DropDownList {
    border-style: solid;
    border-width: 1px;
    border-color: #888888 #bbbbbb #bbbbbb #888888;
    color: #333333;
    font-size: 11px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.FRMOB_FileUpload {
    color: #333333;
    font-size: 11px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    border-style: solid;
    border-width: 1px;
    border-color: #888888 #bbbbbb #bbbbbb #888888;
}

.FRMOB_RadioButton {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
}

.FRMOB_RadioButtonList {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
}

.FRMOB_CheckBox {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
}

.FRMOB_CheckBoxTitle {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: #ed6927;
    font-size: 14px;
    font-weight: bold;
}

.FRMOB_CheckBoxList {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
}

.FRMOB_HyperLink, .FRMOB_HyperLink:link, .FRMOB_HyperLink:visited {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
}

    .FRMOB_HyperLink:hover, .FRMOB_HyperLink:active {
        color: #0b0a0b;
    }

.FRMOB_HyperLinkButton, .FRMOB_HyperLinkButton:link, .FRMOB_HyperLinkButton:visited {
    cursor: pointer;
    font-size: 10px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #0a93d1;
    padding: 3px 10px;
    margin: 2px;
    text-align: center;
    border: 1px outset;
}

    .FRMOB_HyperLinkButton:hover, .FRMOB_HyperLinkButton:active {
        background-color: #0b0a0b;
    }

.FRMOB_HyperLinkOrange, .FRMOB_HyperLinkOrange:link, .FRMOB_HyperLinkOrange:visited {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: underline;
}

    .FRMOB_HyperLinkOrange:hover, .FRMOB_HyperLinkOrange:active {
        color: #fe6b04;
        text-decoration: underline;
    }

.FRMOB_HyperLinkOrangeBox, .FRMOB_HyperLinkOrangeBox:link, .FRMOB_HyperLinkOrangeBox:visited {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px !important;
    color: #FFFFFF !important;
    background-color: #0a93d1;
    padding: 3px;
    text-decoration: none;
}

    .FRMOB_HyperLinkOrangeBox:hover, .FRMOB_HyperLinkOrangeBox:active {
        color: #333333 !important;
        text-decoration: underline;
    }

.FRMOB_HyperLinkButtonOrange, .FRMOB_HyperLinkButtonOrange:link, .FRMOB_HyperLinkButtonOrange:visited {
    cursor: pointer;
    font-size: 10px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #0a93d1;
    padding: 3px 10px;
    margin: 2px;
    text-align: center;
    border: 1px outset;
}

    .FRMOB_HyperLinkButtonOrange:hover, .FRMOB_HyperLinkButtonOrange:active {
        text-decoration: underline;
    }

.FRMOB_LabelFieldDescription {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    text-decoration: none;
    line-height: 16px;
}

.FRMOB_LabelFieldValue {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    text-decoration: none;
    line-height: 16px;
}

.FRMOB_LabelTitolo1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #0092de;
    text-decoration: none;
    line-height: 18px;
}

.FRMOB_LabelTitoloNewsletter1 {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: #ed6927;
    font-size: 14px;
    font-weight: bold;
}

.FRMOB_LabelEmptyData {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    font-weight: bold;
}

.FRMOB_LabelCorpoTesto1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    text-decoration: none;
    line-height: 16px;
}

.FRMOB_LabelCorpoTestoCategoria {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    text-decoration: none;
    line-height: 16px;
}

.FRMOB_LabelNote1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #333333;
    text-decoration: none;
    line-height: 12px;
}

.FRMOB_LinkButton, .FRMOB_LinkButton:link, .FRMOB_LinkButton:visited {
    cursor: pointer;
    font-size: 10px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #606060;
    padding: 4px 10px;
    margin: 2px;
    text-align: center;
    border: 1px outset;
    display: inline-block;
}

    .FRMOB_LinkButton:hover, .FRMOB_LinkButton:active {
        background-color: #0b0a0b;
    }

.FRMOB_LinkImageButton, .FRMOB_LinkImageButton:link, .FRMOB_LinkImageButton:visited {
    padding: 0px;
    width: 80px;
    height: 20px;
    background-color: #0a93d1;
    background-image: url(/SiteImg/btn_InviaRichiesta_Off.gif);
    background-repeat: no-repeat;
    background-position: top left;
}

    .FRMOB_LinkImageButton:hover, .FRMOB_LinkImageButton:active {
        padding: 0px;
        width: 80px;
        height: 20px;
        background-color: #0b0a0b;
        background-image: url(/SiteImg/btn_InviaRichiesta_On.gif);
        background-repeat: no-repeat;
        background-position: top left;
    }

.FRMOB_Button, .FRMOB_Button:link, .FRMOB_Button:visited {
    cursor: pointer;
    font-size: 10px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #606060;
    padding: 3px 10px;
    margin: 2px;
    text-align: center;
    border: 1px outset;
}

    .FRMOB_Button:hover, .FRMOB_Button:active {
        background-color: #0b0a0b;
    }

/********************************************************************************/
/***** HIC Html Input Controls **************************************************/
/********************************************************************************/

.HIC_Button1, .HIC_Button1:link, .HIC_Button1:visited {
    cursor: pointer;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #333333;
    margin: 2px;
    text-align: center;
    border: 1px outset;
    padding-top: 3px;
    padding-right: 8px;
    padding-bottom: 3px;
    padding-left: 8px;
}

    .HIC_Button1:hover, .HIC_Button1:active {
        background-color: #666666;
    }

.HIC_CheckBox1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    font-weight: normal;
}

.HIC_Dropdown1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 2px;
    height: 22px;
    border-style: solid;
    border-width: 1px;
    border-color: #888888 #bbbbbb #bbbbbb #888888;
    background-color: #FFFFFF;
}


.HIC_GridView1 {
    margin: 5px 0 10px 0;
    border-collapse: collapse;
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #999999;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #999999;
}

    .HIC_GridView1 td {
        color: #333333;
        padding-top: 2px;
        padding-right: 4px;
        padding-bottom: 2px;
        padding-left: 4px;
        font-size: 12px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #999999;
    }

        .HIC_GridView1 td a { /* Bottoni Link */
            cursor: pointer;
            font-size: 12px;
            font-family: Arial, Helvetica, sans-serif;
            color: #333333;
            text-decoration: underline;
            border-top-style: none;
            border-right-style: none;
            border-bottom-style: none;
            border-left-style: none;
        }

            .HIC_GridView1 td a:hover { /* Bottoni Link */
                background-color: #333333;
                color: #FFFFFF;
            }

    .HIC_GridView1 th { /* Header */
        padding: 4px 2px;
        background-color: #CCCCCC;
        font-size: 11px;
        color: #333333;
        border: 1px solid #999999;
    }

        .HIC_GridView1 th a {
            color: #333333;
            text-decoration: underline;
            font-weight: bold;
        }

            .HIC_GridView1 th a:hover {
                color: #FFFFFF;
                text-decoration: underline;
                background-color: #333333;
            }

    .HIC_GridView1 .gvAltRow {
        background-color: #F0F0F0;
    }

    .HIC_GridView1 .gvSelRow {
        background-color: #CCCCCC;
    }

    .HIC_GridView1 .gvButton1 a {
        color: #FFFFFF;
        text-decoration: none;
        background-color: #333333;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
        margin: 2px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        border: 1px outset;
    }

        .HIC_GridView1 .gvButton1 a:hover {
            color: #FFFFFF;
            background-color: #666666;
        }

    .HIC_GridView1 .gvPager {
        background-color: #FFFFFF;
    }

        .HIC_GridView1 .gvPager table {
            margin: 5px 0;
            background-color: #FFFFFF;
        }



        .HIC_GridView1 .gvPager td {
            font-weight: bold;
            color: #333333;
            line-height: 12px;
            padding-top: 2px;
            padding-right: 6px;
            padding-bottom: 2px;
            padding-left: 6px;
            background-color: #FFFFFF;
            margin: 20px;
            border-top-style: none;
            border-right-style: none;
            border-bottom-style: none;
            border-left-style: none;
        }

        .HIC_GridView1 .gvPager a {
            color: #333333;
            text-decoration: none;
            background-color: #CCCCCC;
            padding-top: 3px;
            padding-right: 7px;
            padding-bottom: 3px;
            padding-left: 7px;
        }

            .HIC_GridView1 .gvPager a:hover {
                color: #FFFFFF;
                text-decoration: none;
                background-color: #333333;
                padding-top: 3px;
                padding-right: 7px;
                padding-bottom: 3px;
                padding-left: 7px;
            }


.HIC_HyperLinkCorpoTesto1, .HIC_HyperLinkCorpoTesto1:link, .HIC_HyperLinkCorpoTesto1:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    cursor: pointer;
    /*text-decoration:none;*/
    font-weight: normal;
}

    .HIC_HyperLinkCorpoTesto1:hover, .HIC_HyperLinkCorpoTesto1:active {
        color: #FFFFFF;
        background-color: #333333;
    }

.HIC_HyperLinkButton1, .HIC_HyperLinkButton1:link, .HIC_HyperLinkButton1:visited {
    cursor: pointer;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #333333;
    margin: 2px;
    text-align: center;
    border: 1px outset;
    padding-top: 3px;
    padding-right: 8px;
    padding-bottom: 3px;
    padding-left: 8px;
}

    .HIC_HyperLinkButton1:hover, .HIC_HyperLinkButton1:active {
        background-color: #666666;
    }

.HIC_LabelCorpoTesto1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    font-weight: normal;
}

    .HIC_LabelCorpoTesto1 a:link, .HIC_LabelCorpoTesto1 a:visited {
        color: #333333;
        text-decoration: underline;
    }

    .HIC_LabelCorpoTesto1 a:hover, .HIC_LabelCorpoTesto1 a:active, .HIC_LabelCorpoTesto1 a:focus {
        color: #FFFFFF;
        text-decoration: underline;
        background-color: #333333;
    }

.HIC_LabelNote1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    font-weight: normal;
}

    .HIC_LabelNote1 a:link, .HIC_LabelNote1 a:visited {
        color: #333333;
        text-decoration: underline;
    }

    .HIC_LabelNote1 a:hover, .HIC_LabelNote1 a:active, .HIC_LabelNote1 a:focus {
        color: #FFFFFF;
        text-decoration: underline;
        background-color: #333333;
    }

.HIC_LabelFieldDescription1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    font-weight: normal;
}

.HIC_LabelFieldValue1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    font-weight: normal;
}

.HIC_LabelTitolo1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}

.HIC_LabelValidazione1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FF0000;
}

    .HIC_LabelValidazione1 a, .HIC_LabelValidazione1 a:link, .HIC_LabelValidazione1 a:visited, .HIC_LabelValidazione1 a:hover, .HIC_LabelValidazione1 a:active {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #FF0000;
    }



.HIC_LinkButton1, .HIC_LinkButton1:link, .HIC_LinkButton1:visited {
    cursor: pointer;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #333333;
    margin: 2px;
    text-align: center;
    border: 1px outset;
    padding-top: 3px;
    padding-right: 8px;
    padding-bottom: 3px;
    padding-left: 8px;
}

    .HIC_LinkButton1:hover, .HIC_LinkButton1:active {
        background-color: #666666;
    }

.HIC_RadioButton1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    font-weight: normal;
}

.HIC_TextBox1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 2px;
    height: 13px;
    border-style: solid;
    border-width: 1px;
    border-color: #888888 #bbbbbb #bbbbbb #888888;
    background-color: #FFFFFF;
}

.HIC_TextBoxMultiline1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 2px;
    border-style: solid;
    border-width: 1px;
    border-color: #888888 #bbbbbb #bbbbbb #888888;
    background-color: #FFFFFF;
}

.HIC_Validator1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

/*************************/
/* Validazioni */
/*************************/

.VALID_Validator {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

.VALID_LabelValidazione {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

/********************************************************************************/
/* Box Titoli **********************************************************/
/********************************************************************************/

.TITBOX01 {
    border: 0px;
    margin: 0px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    background-color: #A4A4A4;
}

/******************************************************************************/
/***** ZeusBoxLibrary ZBL05B - Bottoni scheda prd *****************************/
/******************************************************************************/

.ZBL05B {
    overflow: hidden;
    margin-bottom: 10px;
    background-color: #FFFFFF;
    width: 400px;
}

.ZBL05B_Content1 {
    width: 180px;
    float: left;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    background-color: #FFFFFF;
    height: 40px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-right-width: 10px;
    border-right-style: solid;
    border-right-color: #FFFFFF;
}

/******************************************************************************/
/********************* Tabella Confronto Prodotti *****************************/
/******************************************************************************/

.comparison-content {
    background-color: #ffffff;
    padding: 0 0 50px 0;
    font: 12px/1.5 Arial, Helvetica, sans-serif;
}
    /*2013-01-15 update*/
    .comparison-content label {
        font-size: 18px;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    }

    .comparison-content .ul-1 {
        float: left;
        width: 134px;
    }

    .comparison-content .ul-2 {
        float: left;
        width: 204px;
        border-left: #e9e9eb 1px solid;
        color: #333333;
    }

    .comparison-content .ul-3 {
        float: left;
        width: 204px;
        border-left: #e9e9eb 1px solid;
        color: #333333;
    }

    .comparison-content .ul-1 .li-0 {
        border-bottom: #e9e9eb 1px solid;
    }

        .comparison-content .ul-1 .li-0 div {
            padding: 18px 0 20px 10px;
        }

    .comparison-content .ul-1 .li-1 {
        border-bottom: #e9e9eb 1px solid;
    }

        .comparison-content .ul-1 .li-1 div {
            padding: 18px 0 20px 10px;
        }

    .comparison-content .ul-1 .li-2 {
        border-bottom: #e9e9eb 1px solid;
    }

        .comparison-content .ul-1 .li-2 div {
            padding: 18px 0 20px 10px;
        }

    .comparison-content .ul-1 .li-3 {
        border-bottom: #e9e9eb 1px solid;
    }

        .comparison-content .ul-1 .li-3 div {
            padding: 18px 0 20px 10px;
        }

    .comparison-content .ul-1 .li-4 {
        border-bottom: #e9e9eb 1px solid;
    }

        .comparison-content .ul-1 .li-4 div {
            padding: 18px 0 20px 10px;
        }

    .comparison-content .ul-1 .li-5 {
        border-bottom: #e9e9eb 1px solid;
    }

        .comparison-content .ul-1 .li-5 div {
            padding: 18px 0 20px 10px;
        }

    .comparison-content .ul-1 .li-6 {
        border-bottom: #e9e9eb 1px solid;
    }

        .comparison-content .ul-1 .li-6 div {
            padding: 18px 0 20px 10px;
        }

    .comparison-content .ul-1 .li-8 {
        border-bottom: #e9e9eb 1px solid;
    }

        .comparison-content .ul-1 .li-8 div {
            padding: 18px 0 20px 10px;
        }

    .comparison-content .ul-1 .li-9 {
    }

        .comparison-content .ul-1 .li-9 div {
            padding: 18px 0 0 10px;
        }

    .comparison-content .ul-2 .li-0 {
        border-bottom: #e9e9eb 1px solid;
    }

    .comparison-content .ul-2 .img-1 {
        width: 164px;
        height: 133px;
        padding: 34px 0 0 20px;
        display: block;
    }

    .comparison-content .ul-2 .img-2 {
        width: 140px;
        height: 102px;
        padding: 54px 0 0 30px;
        display: block;
    }

    .comparison-content h2 {
        font: 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
        color: #333333;
        text-align: center;
    }

        .comparison-content h2 a {
            color: #333333;
        }

            .comparison-content h2 a:hover {
                color: #df1000;
            }

    .comparison-content .a-1 {
        color: #5c5c5c;
        padding-left: 80px;
        display: block;
        padding-bottom: 18px;
        *padding-bottom: 18px;
        font-size: 11px;
        -webkit-text-size-adjust: none;
    }

        .comparison-content .a-1:hover {
            color: #df1000;
        }

    .comparison-content .ul-2 .li-1 {
        border-bottom: #e9e9eb 1px solid;
    }

        .comparison-content .ul-2 .li-1 div {
            padding: 26px 12px 26px 12px;
        }

    .comparison-content .ul-2 .li-2 {
        height: 86px;
        border-bottom: #e9e9eb 1px solid;
    }

        .comparison-content .ul-2 .li-2 div {
            padding: 26px 12px 24px 12px;
        }

    .comparison-content .ul-2 .li-3 {
        border-bottom: #e9e9eb 1px solid;
    }

        .comparison-content .ul-2 .li-3 div {
            padding: 26px 12px 26px 12px;
        }

    .comparison-content .ul-2 .li-4 {
        border-bottom: #e9e9eb 1px solid;
    }

        .comparison-content .ul-2 .li-4 div {
            padding: 22px 12px 30px 12px;
        }

    .comparison-content .ul-2 .li-5 {
        border-bottom: #e9e9eb 1px solid;
    }

        .comparison-content .ul-2 .li-5 div {
            padding: 22px 12px 28px 12px;
        }

    .comparison-content .ul-2 .li-6 {
        border-bottom: #e9e9eb 1px solid;
    }

        .comparison-content .ul-2 .li-6 div {
            padding: 22px 12px 28px 12px;
        }

    .comparison-content .ul-2 .li-8 {
        border-bottom: #e9e9eb 1px solid;
    }

        .comparison-content .ul-2 .li-8 div {
            padding: 22px 12px 30px 12px;
        }

    .comparison-content .ul-2 .li-9 {
    }

        .comparison-content .ul-2 .li-9 div {
            padding: 22px 12px 30px 12px;
        }

    .comparison-content .ul-3 .li-0 {
        border-bottom: #e9e9eb 1px solid;
    }

    .comparison-content .ul-3 .li-00 {
        border-bottom: #e9e9eb 1px solid;
    }

    .comparison-content .ul-3 .img-1 {
        padding: 24px 0 6px 19px;
        display: block;
    }

    .comparison-content .ul-3 .img-2 {
        width: 140px;
        height: 92px;
        padding: 54px 0 26px 30px;
        display: block;
    }

    .comparison-content .ul-3 .p-1 {
        padding: 0 0 6px 25px;
    }

    .comparison-content .ul-3 .li-1 {
        border-bottom: #e9e9eb 1px solid;
    }

    .comparison-content .ul-3 .li-2 {
        border-bottom: #e9e9eb 1px solid;
    }

    .comparison-content .ul-3 .li-3 {
        border-bottom: #e9e9eb 1px solid;
    }

    .comparison-content .ul-3 .li-4 {
        border-bottom: #e9e9eb 1px solid;
    }

    .comparison-content .ul-3 .li-5 {
        border-bottom: #e9e9eb 1px solid;
    }

    .comparison-content .ul-3 .li-6 {
        border-bottom: #e9e9eb 1px solid;
    }

    .comparison-content .ul-3 .li-8 {
        border-bottom: #e9e9eb 1px solid;
    }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

.clearfix {
    display: block;
}

.clear {
    height: 0;
    clear: both;
    visibility: hidden;
}

/******************************************************************************/
/********************* MegaMenu ***********************************************/
/******************************************************************************/

.nav {
    background: #ddd;
    /*border-radius: 3px;*/
    width: 955px;
    min-width: 955px;
    max-width: 955px;
    margin: 0px auto;
    height: 43px;
    position: relative;
}

    .nav li {
        list-style: none;
    }

    .nav > li {
        padding: 0;
        float: left;
        cursor: pointer; /*position: relative;*/
    }

        .nav > li > a {
            float: left;
            line-height: 43px;
            padding: 0 25px;
            /*border-right: 1px solid #777;
	border-left: 1px solid #555;*/
            height: 43px;
            font-family: Arial, Helvetica, sans-serif;
            color: #4b4b4b;
            text-decoration: none;
            font-size: 14px;
            text-decoration: none;
        }

        .nav > li.Hovered > a {
            background: #e8e8e8; /*border-right: 1px solid #666;*/
        }

        .nav > li:first-child > a {
            border-left: 0;
        }

        .nav > li:last-child > a {
            border-right: 0;
        }

        .nav > li.Hovered > div {
            display: block;
        }

        /* MEGA DROP DOWN */

        .nav > li > div {
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            padding: 0;
            margin: 0;
            z-index: 9999;
            position: absolute;
            left: 0;
            top: 43px;
            display: none;
            background-color: #e8e8e8;
            /*padding: 10px 10px;*/
            box-shadow: 0 2px 3px rgba(0,0,0,0.1);
            height: 450px;
            overflow: hidden;
        }

            .nav > li > div p {
                color: #666;
            }

            .nav > li > div h3 {
                color: #646464;
                text-align: center;
                background-color: #d6d6d6;
                font-family: Arial, Helvetica, sans-serif;
                text-decoration: none;
                font-size: 14px;
                padding-top: 7px;
                padding-bottom: 7px;
                margin-bottom: 10px;
            }

            .nav > li > div a {
                color: #646464;
                text-align: center;
                font-family: Arial, Helvetica, sans-serif;
                text-decoration: none;
                font-size: 14px;
                line-height: 16px;
            }

            .nav > li > div ul > li {
                padding-top: 5px;
                padding-bottom: 5px;
            }

            .nav > li > div a:hover {
                text-decoration: underline;
            }

            .nav > li > div.right {
                right: 0;
                left: auto;
            }

.container-1, .container-2, .container-3, .container-4, .container-7 {
    font-size: 80%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}


/* COLUMNS */

[class^="container-"] {
    width: 955px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

[class^="col-"] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px 0;
    float: left;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
/* 1 Column */
.container-1 .col-1 {
    width: 100%;
}

/* 2 Column */
.container-2 .col-1 {
    width: 50%;
}

.container-2 .col-2 {
    width: 100%;
}

/* 3 Column */
.container-3 .col-1 {
    width: 33.33%;
}

.container-3 .col-2 {
    width: 66.66%;
}

.container-3 .col-3 {
    width: 100%;
}


/* 4 Column */
.container-4 .col-1 {
    width: 25%;
}

.container-4 .col-2 {
    width: 50%;
}

.container-4 .col-3 {
    width: 75%;
}

.container-4 .col-4 {
    width: 100%;
}


/* 5 Column */
.container-5 .col-1 {
    width: 20%;
}

.container-5 .col-2 {
    width: 40%;
}

.container-5 .col-3 {
    width: 60%;
}

.container-5 .col-4 {
    width: 80%;
}

.container-5 .col-5 {
    width: 100%;
}

/* 7 Column */
.container-7 .col-1 {
    width: 135px;
}

.container-7 .col-2 {
    width: 40%;
}

.container-7 .col-3 {
    width: 60%;
}

.container-7 .col-4 {
    width: 80%;
}

.container-7 .col-5 {
    width: 100%;
}

.container-7 .col-6 {
    width: 100%;
}

.container-7 .col-7 {
    width: 100%;
}
/* HIGHLIGHTS */

.container-3 .highlighted {
    width: 400px;
    margin-left: -20px;
    padding: 20px;
    background: #e4fbff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.container-4 .highlighted {
    width: 500px;
    margin-left: -10px;
    padding: 20px;
    background: #e4fbff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.container-bkg10 {
    background-image: url("/SiteImg/Tartaruga10.jpg");
    background-position: right;
    background-repeat: no-repeat;
}

.container-bkg20 {
    background-image: url("/SiteImg/Tartaruga20.jpg");
    background-position: right;
    background-repeat: no-repeat;
}

/********************************************************************************/
/***** OHFX10  ******************************************************************/
/********************************************************************************/

.OHFX10Box {
    /*width: 100%;*/
    width: 224px;
    height: 185px;
    /*height: 200px;*/
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    margin-top: 0;
    /*-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;*/
    /*padding:2%;*/
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #eaeaea;
}

.OHFX10 {
    width: 100%;
    height: 185px;
    float: left;
    /*border: 15px solid #fff;*/
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    margin-bottom: 3%;
    margin-left: 0px;
    /*margin-right: 3%;*/
    margin-top: 0px;
    /*background-color: #9CF;*/
    /*background-image: url(/images/bgimg.jpg);*/
    background-position: center center;
    background-repeat: no-repeat;
    /*-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;*/
    cursor: pointer;
    /*-webkit-box-shadow: 0px -1px 19px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -1px 19px 0px rgba(0,0,0,0.75);
    box-shadow: 0px -1px 19px 0px rgba(0,0,0,0.75);*/
    /*padding:2%;*/
}

    .OHFX10 .mask {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        background-color: rgba(255, 231, 179, 0.3);
        transition: all 0.5s linear;
        opacity: 0;
    }

    .OHFX10 .content {
        width: 100%;
        /*height: 200px;*/
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
    }

    .OHFX10 .OHFX10_Label {
        position: absolute;
        display: block;
        transform: scaleY(1);
        transition: all 0.7s ease-in-out;
        width: 70px;
        z-index: 10;
    }

    .OHFX10 .OHFX10_MainImg {
        /*display: block;*/
        transform: scaleY(1);
        transition: all 0.7s ease-in-out;
        padding-top: 12px;
        /*width:100%;*/
        /*position: absolute;
    top:0;
    left:0;*/
    }

    .OHFX10 .OHFX10_Title_Wrapper {
        position: absolute;
        bottom: 0px;
        left: 0px;
        text-align: center;
    }

    .OHFX10 h2 {
        display: table-cell;
        vertical-align: middle;
        transform: scaleY(1);
        transition: all 0.7s ease-in-out;
        text-align: center;
        position: relative;
        width: 228px;
        height: 60px;
        padding: 0px 10px;
        /*margin: 20px 40px 0px 40px;*/
        /*border-bottom: 1px solid rgba(0, 0, 0, 0.3);*/
        background-color: #E6E6E6;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: normal;
        line-height: 18px;
        color: #333333;
    }

    .OHFX10 h3 {
        text-align: center;
        position: relative;
        padding: 10px;
        background: transparent;
        border-bottom: 1px solid rgba(51, 51, 51, 0.3);
        margin: 10px 30px 0px 30px;
        transform: scale(0);
        transition: all 0.5s linear;
        opacity: 0;
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: normal;
        color: #333333;
    }

    .OHFX10 p {
        font-family: 'Open Sans', sans-serif;
        font-weight: normal;
        font-size: 10px;
        position: relative;
        padding: 10px 20px;
        text-align: center;
        color: #333333;
        opacity: 0;
        transform: scale(0);
        transition: all 0.5s linear;
        margin: 10px;
    }

    .OHFX10 a.info {
        font-family: 'Open Sans', sans-serif;
        opacity: 0;
        transform: scale(0);
        transition: all 0.5s linear;
        width: 45%;
        margin: 0 auto;
        color: #333333 !important;
        display: block;
        text-align: center;
        position: relative;
        padding: 5px;
        padding-top: 10px;
        padding-bottom: 10px;
        border: 1px solid rgba(51, 51, 51, 0.3);
        cursor: pointer;
        /*margin-top: 10px;*/
        background-color: rgba(255,0,0,0);
        text-transform: uppercase;
        text-decoration: none !important;
    }

        .OHFX10 a.info:hover {
            /*box-shadow: 0 0 5px #000;*/
            background-color: #C6C6C6;
        }

    .OHFX10:hover img, .OHFX10:hover .title {
        transform: scale(10);
        opacity: 0;
    }

    .OHFX10:hover .mask {
        opacity: 1;
        background-color: #E6E6E6;
    }

    .OHFX10:hover h3,
    .OHFX10:hover p,
    .OHFX10:hover a.info {
        transform: scale(1);
        opacity: 1;
    }

@media only screen and (min-width: 600px) {
}

@media only screen and (min-width: 800px) {

    .OHFX10 {
        /*width: 30%;*/
        margin: 0px;
    }

    .OHFX10 {
        /*width: 33.3333%;*/ /* DEFAULT */
        /*padding: 2%;*/
    }

        .OHFX10.FourBoxes {
            width: 25%;
            /*padding: 1%;*/
        }

        .OHFX10.ThreeBoxes {
            /*width: 33.3333%;*/
            width: 50%;
        }

        .OHFX10.TwoBoxes {
            width: 50%;
        }

        .OHFX10.OneBoxes {
            width: 100%;
            /*padding:0;*/
        }
}

@media only screen and (min-width: 1300px) {

    .OHFX10.ThreeBoxes {
        width: 33.3333%;
    }
}

/*.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}*/


/********************************************************************************/
/***** OHFX10_Team  ******************************************************************/
/********************************************************************************/

.OHFX10Box_Team {
    /*width: 100%;*/
    width: 224px;
    height: 224px;
    /*height: 200px;*/
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    margin-top: 0;
    /*-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;*/
    /*padding:2%;*/
    margin-right: 17px;
    margin-bottom: 10px;
    border: 1px solid #eaeaea;
}

.OHFX10_Team {
    width: 100%;
    height: 224px;
    float: left;
    /*border: 15px solid #fff;*/
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    margin-bottom: 3%;
    margin-left: 0px;
    /*margin-right: 3%;*/
    margin-top: 0px;
    /*background-color: #9CF;*/
    /*background-image: url(/images/bgimg.jpg);*/
    background-position: center center;
    background-repeat: no-repeat;
    /*-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;*/
    cursor: pointer;
    /*-webkit-box-shadow: 0px -1px 19px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -1px 19px 0px rgba(0,0,0,0.75);
    box-shadow: 0px -1px 19px 0px rgba(0,0,0,0.75);*/
    /*padding:2%;*/
}

    .OHFX10_Team .mask {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        background-color: rgba(255, 231, 179, 0.3);
        transition: all 0.5s linear;
        opacity: 0;
    }

    .OHFX10_Team .content {
        width: 100%;
        /*height: 200px;*/
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
    }

    .OHFX10_Team .OHFX10_Label {
        position: absolute;
        display: block;
        transform: scaleY(1);
        transition: all 0.7s ease-in-out;
        width: 70px;
        z-index: 10;
    }

    .OHFX10_Team .OHFX10_MainImg {
        /*display: block;*/
        transform: scaleY(1);
        transition: all 0.7s ease-in-out;
        /*padding-top: 12px;*/
        width: 100%;
        /*position: absolute;
    top:0;
    left:0;*/
    }

    .OHFX10_Team .OHFX10_Title_Wrapper {
        position: absolute;
        bottom: -1px;
        left: 0px;
        text-align: center;
        width: 225px;
    }

    .OHFX10_Team h2 {
        display: table-cell;
        vertical-align: middle;
        transform: scaleY(1);
        transition: all 0.7s ease-in-out;
        text-align: center;
        position: relative;
        width: 228px;
        height: 36px;
        padding: 0px 10px;
        /*margin: 20px 40px 0px 40px;*/
        /*border-bottom: 1px solid rgba(0, 0, 0, 0.3);*/
        background-color: rgba(230,230,230,0.9);
        font-family: "Dosis";
        font-size: 16px;
        font-weight: normal;
        line-height: 15px;
        color: #333333;
    }

    .OHFX10_Team h3 {
        text-align: center;
        position: relative;
        padding: 10px;
        background: transparent;
        border-bottom: 1px solid rgba(51, 51, 51, 0.3);
        margin: 10px 30px 0px 30px;
        transform: scale(0);
        transition: all 0.5s linear;
        opacity: 0;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: normal;
        color: #333333;
    }

    .OHFX10_Team p {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 12px;
        position: relative;
        padding: 10px 20px;
        text-align: center;
        color: #333333;
        opacity: 0;
        transform: scale(0);
        transition: all 0.5s linear;
        margin: 10px;
    }

    .OHFX10_Team a.info {
        font-family: Arial, Helvetica, sans-serif;
        opacity: 0;
        transform: scale(0);
        transition: all 0.5s linear;
        width: 45%;
        margin: 0 auto;
        color: #333333 !important;
        display: block;
        text-align: center;
        position: relative;
        padding: 5px;
        padding-top: 10px;
        padding-bottom: 10px;
        border: 1px solid rgba(51, 51, 51, 0.3);
        cursor: pointer;
        /*margin-top: 10px;*/
        background-color: rgba(255,0,0,0);
        text-transform: uppercase;
        text-decoration: none !important;
    }

        .OHFX10_Team a.info:hover {
            /*box-shadow: 0 0 5px #000;*/
            background-color: #C6C6C6;
        }

    .OHFX10_Team:hover img, .OHFX10_Team:hover .title {
        transform: scale(10);
        opacity: 0;
    }

    .OHFX10_Team:hover .mask {
        opacity: 1;
        background-color: #E6E6E6;
    }

    .OHFX10_Team:hover h3,
    .OHFX10_Team:hover p,
    .OHFX10_Team:hover a.info {
        transform: scale(1);
        opacity: 1;
    }

@media only screen and (min-width: 600px) {
}

@media only screen and (min-width: 800px) {

    .OHFX10_Team {
        /*width: 30%;*/
        margin: 0px;
    }

    .OHFX10_Team {
        /*width: 33.3333%;*/ /* DEFAULT */
        /*padding: 2%;*/
    }

        .OHFX10_Team.FourBoxes {
            width: 25%;
            /*padding: 1%;*/
        }

        .OHFX10_Team.ThreeBoxes {
            /*width: 33.3333%;*/
            width: 50%;
        }

        .OHFX10_Team.TwoBoxes {
            width: 50%;
        }

        .OHFX10_Team.OneBoxes {
            width: 100%;
            /*padding:0;*/
        }
}

@media only screen and (min-width: 1300px) {

    .OHFX10_Team.ThreeBoxes {
        width: 33.3333%;
    }
}

/********************************************************************************/
/***** COOKIE POLICY ************************************************************/
/********************************************************************************/

#cookieChoiceInfo {
    background-color: #5a5a5a;
}

    #cookieChoiceInfo span {
        color: #fff;
        font-family: arial, sans-serif;
        font-size: 13px;
        font-weight: bold;
        margin-left: 10px;
    }

    #cookieChoiceInfo a:first-of-type {
        color: #fff;
        font-family: arial, sans-serif;
        font-size: 13px;
        font-weight: bold;
        margin-left: 10px;
        text-decoration: underline;
    }

        #cookieChoiceInfo a:first-of-type:hover {
            color: #CCCCCC;
        }

#cookieChoiceDismiss {
    background-color: #0092de;
    border: 1px solid rgba(0,0,0,.1);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    line-height: 19px;
    padding: 4px 8px;
    text-decoration: none;
    white-space: nowrap;
    font-family: arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
}

    #cookieChoiceDismiss:hover {
        background-color: #00CCFF;
    }

@media screen and (max-width: 1080px) {
    #cookieChoiceInfo span {
        display: block;
        margin-bottom: 10px;
    }
}

/********************************************************************************/
/***** Content Box **************************************************************/
/********************************************************************************/

.Content_Box {
    display: table;
    table-layout: fixed;
    width: auto;
    margin-bottom: 10px;
}

.Content_Box_Column1 {
    display: table-cell;
    padding-right: 5px;
    width: 50%;
}

.Content_Box_Column2 {
    display: table-cell;
    padding-left: 5px;
    width: 50%;
}

/********************************************************************************/
/***** SOCIAL BLOCK *************************************************************/
/********************************************************************************/

.socialBlock {
    margin-top: 20px;
    display: table;
}

.socialFollow {
    display: table-cell;
    vertical-align: middle;
    padding-right: 5px;
}

    .socialFollow span {
        display: inline-block;
        padding: 10px 30px;
        background-color: #777;
        font-family: 'Dosis';
        font-size: 16px;
        color: #fff;
    }

.social {
    display: block;
    float: left;
    vertical-align: middle;
    margin-right: 5px;
}

    .social:last-child {
        margin-right: 0;
    }

    .social img {
        width: 40px;
        opacity: 0.9;
    }

    .social:hover img {
        opacity: 1;
    }

/********************************************************************************/
/***** LSS03C Elenco ************************************************************/
/********************************************************************************/

.LSS03C {
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: 0px;
}

.LSS03C_Title {
    background-color: #E6E6E6;
    width: 100%;
    margin-bottom: 10px;
    height: 40px;
}

.LSS03C_TitleTxt {
    font-family: "Dosis";
    font-size: 22px;
    line-height: 40px;
    font-weight: normal;
    color: #333333;
    float: left;
    padding-left: 20px;
}

.LSS03C_TitleLink {
    font-family: 'Raleway';
    font-size: 18px;
    color: #999999;
    text-decoration: none;
    line-height: 40px;
    float: right;
    padding-right: 20px;
}

    .LSS03C_TitleLink a:link, .LSS03C_TitleLink a:visited {
        text-decoration: none;
        color: #72A8CF;
    }

    .LSS03C_TitleLink a:hover, .LSS03C_TitleLink a:active, .LSS03C_TitleLink a:focus {
        color: #FFFFFF;
        text-decoration: none;
        background-color: #72A8CF;
    }