﻿/* css generici */
.clearfix
{
    clear: both;
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table; 
}

.clearfix:after {
    clear: both;
}

/* body e containers principali */
body
{
    /* font primario */
    font-family: Arial;
    font-size: 12px;
    color: #353535;
    /* sfondo */
    background-color: #f2f2f2;
    /*/background-image: url(../Images/backgroundGlobal.jpg);
    background-repeat: no-repeat;
    background-position: center top;*/
    /* dimensioni */
    width: 940px;
    margin: 0px auto 0px auto;
}

hr {
    color:#EB0028;
    border-top:1px solid #EB0028;
    border-left:0px;
    border-right:0px;
    border-bottom:0px;
}

.button,
button,
input[type=button],
input[type=submit] {
    background-color:#EB0028;
    color:#fff;
    font-weight:600;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #D5D5D5;
    padding:4px 10px;
    cursor:pointer;
}

fieldset
{
    border: 1px solid #D5D5D5;
}

.MainContainer
{
    background-image: url(../Images/Body_Background.gif);
    width: 940px;
}

.EmptyContainer
{
    margin-top: 10px;
    width: 940px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #D5D5D5;
    padding: 12px;
}

/* registration */
.registration_page
{
}

    .registration_page h1
    {
        font-size: 25px;
        line-height: 27px;
        font-weight: normal;
    }

    .registration_page .action_link
    {
        text-align: center;
    }

        .registration_page .action_link a
        {
            background: #EB0028;
            color: #fff;
            text-shadow: none;
            border: none;
            padding: 6px 24px;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            cursor: pointer;
        }

    .registration_page .action_link_bottom
    {
        margin-top: 10px;
        border-top: 1px solid #D5D5D5;
        padding-top: 20px;
        padding-bottom: 10px;
    }

.registration_page_sx
{
    float: left;
    width: 580px;
    margin-bottom: 20px;
}

    .registration_page_sx h2
    {
        font-size: 16px;
        padding: 0px 0px 10px 0px;
        border-bottom: 1px solid #CCE3F1;
    }

    .registration_page_sx div.FormRow
    {
        margin: 14px 0px;
    }

    .registration_page_sx div.FormRowPrivacy
    {
        margin: 14px 0px 14px 130px;
    }

        .registration_page_sx div.FormRowPrivacy .FormError
        {
            margin-left: 2px;
        }

    .registration_page_sx .registration_box
    {
        padding: 10px 40px;
        background-color: #EDF5F9;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

    .registration_page_sx .FormLabel
    {
        display: inline-table;
        vertical-align: middle;
        width: 110px;
        padding: 0 17px 0 0;
        text-align: right;
        font-size: 12px;
        line-height: 16px;
        font-weight: bold;
    }

    .registration_page_sx .PrivacyLabel
    {
        display: block;
        vertical-align: middle;
        font-size: 12px;
        line-height: 16px;
        font-weight: bold;
        margin-bottom: 6px;
    }

    .registration_page_sx .PrivacyNotes
    {
        margin: 6px 0px;
        line-height: 18px;
    }

        .registration_page_sx .PrivacyNotes a
        {
            text-decoration: underline;
            color: #353535;
        }

    .registration_page_sx .Mandatory:before
    {
        content: '* ';
        color: red;
        font-weight: bold;
    }

    .registration_page_sx .FormError
    {
        color: red;
        display: block;
        margin-left: 133px;
        font-size: 10px;
    }

    .registration_page_sx select
    {
        padding: 3px;
        height: 25px;
        width: 257px;
        /*display: inline-table;*/
        vertical-align: middle;
        border: 1px solid #CCCCCC;
        background-color: #ebf3f9;
        font-size: 12px;
        line-height: 25px;
    }

    .registration_page_sx input[type=text]
    {
        height: 25px;
        /*display: inline-table;*/
        vertical-align: middle;
        position: relative;
        z-index: 2;
        border: 1px solid #CCCCCC;
        background-color: #ebf3f9;
        padding: 0 0 0 7px;
        font-size: 12px;
        line-height: 25px;
    }

        .registration_page_sx input[type=text].wide
        {
            width: 337px;
        }

    .registration_page_sx input[type=submit]
    {
        background: #EB0028;
        color: #fff;
        text-shadow: none;
        border: none;
        padding: 6px 24px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        cursor: pointer;
    }

    .registration_page_sx .buttons
    {
        text-align: right;
        margin: 10px 0px;
    }

.registration_page_dx
{
    float: left;
    width: 260px;
    padding: 10px;
    margin-bottom: 20px;
}

    .registration_page_dx .form-side-article h3
    {
        margin: 0;
    }


/* banner testata */
.SiteHeader
{
    background-image: url(../Images/logo.png);
    height: 102px;
    width: 250px;
    background-repeat: no-repeat;
    background-position: 10px 10px;
}

    .SiteHeader a
    {
        height: 102px;
        width: 250px;
        display: block;
    }

.UpperContainer
{
    margin-top: 10px;
    background-image: url(../Images/backgroundGlobalTop.png);
    background-repeat: no-repeat;
    width: 940px;
    height: 24px;
}

.BottomContainer
{
    background-image: url(../Images/backgroundGlobalBottom.png);
    background-repeat: no-repeat;
    width: 940px;
    height: 24px;
}

/* links */
a
{
    color: #353535;
    text-decoration: none;
}

    a:hover
    {
        text-decoration: underline;
    }

ul li a:hover
{
    text-decoration: none;
}
/* titoli !!!TODO */
.Titolo
{
    color: #EB0028;
}

/* tabella-griglia */
table.Grid
{
    border-color: #D5D5D5;
}

    table.Grid th
    {
        padding: 10px 0px 10px 0px;
        text-align: center;
        border-color: #D5D5D5;
    }

    table.Grid td
    {
        padding: 7px 5px 7px 5px;
        border-color: #D5D5D5;
    }

    table.Grid tr.GridHeaderStyle th,
    table.Grid tr.GridHeaderStyle th a,
    table.Grid tr.GridPagerStyle td,
    table.Grid tr.GridPagerStyle td a
    {
        background-color: #EB0028;
        color: #FFFFFF;
        text-transform: uppercase;
        text-align: center;
    }

    table.Grid tr.GridFooterStyle td,
    table.Grid tr.GridFooterStyle td a
    {
        background-color: #F2F2F2;
        color: #EB0028;
        text-transform: uppercase;
        text-align: center;
    }

    table.Grid tr.GridRowStyle td
    {
        background-color: #FFFFFF;
    }

    table.Grid tr.AlternatingRowStyle td
    {
        background-color: #F2F2F2;
    }

/* input fields */
input[type=text],
input[type=password],
select
{
    width: 150px;
    border: 1px solid #D5D5D5;
    font-size: 12px;
}

/* pulsanti */
.Dettagli a
{
    background-image: url(../Images/dettagli.gif);
    background-repeat: no-repeat;
    width: 30px;
    text-align: center;
    height: 20px;
    display: block;
}

.Aggiungi a
{
    background-image: url(../Images/nuovo.gif);
    background-repeat: no-repeat;
    width: 300px;
    padding-left: 20px;
    text-decoration: underline;
}

.LoginButton a
{
    background-image: url(../Images/login.gif);
    background-repeat: no-repeat;
    width: 300px;
    padding-left: 20px;
    padding-top: 6px;
    text-decoration: underline;
}

.Bottoni /* banda pulsanti admin */
{
    background-color: #F2F2F2;
    padding: 5px;
    text-align: center;
}

/* Menu sinistra */
div.MenuToolbar
{
    width: 200px;
    float: left;
    margin-left: 10px;
    padding-left: 12px;
    /*
    border: 1px solid #c8c8c8;
    background-color: #f2f2f2;
    border-radius: 0.4375rem 0 0 0.4375rem;
    -webkit-border-radius: 0.4375rem 0 0 0.4375rem;
    */
}

    div.MenuToolbar table td
    {
        font-size: 12px;
        width: 200px;
        line-height: 35px;
        background-image: url(../Images/separaSx.gif);
        background-position: bottom;
        background-repeat: no-repeat;
    }

    div.MenuToolbar a
    {
        text-decoration: none;
    }

        div.MenuToolbar a:hover
        {
            text-decoration: underline;
        }

    div.MenuToolbar .Txtmenu
    {
        color: #777777;
        border-bottom: 1px solid #777777;
    }

    div.MenuToolbar p
    {
        color: #EB0028;
        font-size: 13px;
        font-weight: bold;
        text-transform: uppercase;
    }

    div.MenuToolbar a
    {
        color: #353535;
        font-size: 12px;
    }

/* e-commerce - Login */
.LoginBox_Sx
{
    float: left;
    width: 270px;
    height: 220px;
    padding: 10px 20px 10px 20px;
    background-image: url('../Images/Box_login.gif');
    background-repeat: no-repeat;
}

    .LoginBox_Sx a
    {
        color: #EB0028;
        font-size: 13px;
        font-weight: bold;
        text-align: right;
        text-decoration: underline;
    }

    .LoginBox_Sx .LoginBox_Title,
    .LoginBox_Dx .LoginBox_Title
    {
        color: #EB0028;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
    }

.LoginBox_Dx
{
    float: right;
    width: 310px;
    height: 240px;
    padding: 4px;
    background-image: url('../Images/Box_login.gif');
    background-repeat: no-repeat;
}

.LoginBox
{
    width: 100%;
    background-color: #F2F2F2;
    font-family: Arial;
    color: #353535;
}

    .LoginBox .LoginBoxTitle
    {
    }

.LoginBox_Dx .LoginBox
{
    background: none;
}

.LoginBox a
{
    color: #353535;
    text-decoration: underline;
}

.LoginBox table
{
    margin: 0px auto 0px auto;
    width: 300px;
    padding: 2px;
}

    .LoginBox table td
    {
        font-size: 12px;
        /*width:100px;*/
        padding: 4px;
        text-align: center;
    }

.RealContent
{
    width: 656px;
    float: right;
    padding: 0px 25px;
}

    .RealContent .Titolo
    {
        color: #353535;
        font-size: 24px;
        /*text-transform:  capitalize;*/
        text-transform: uppercase;
        margin-bottom: 25px;
        float: left;
    }

    .RealContent .Pulsante_Back
    {
        color: #000000;
        font-size: 20px;
        margin-bottom: 15px;
        text-align: right !important;
        float: right;
    }

    .RealContent .Titolo2
    {
        color: #EB0028;
        font-size: 20px;
        text-align: left;
        border-bottom: 1px dotted #ccc;
        margin-bottom: 10px;
    }

.Login
{
    font-size: 12px;
}

.RealContent h3
{
}

.InputForm
{
}

.InputFormLabel
{
    width: 190px;
    margin-top: 3px;
    margin-left: 5px;
    display: block;
    float: left;
    clear: left;
    color: #686868;
}

.InputFormLabelMandatory:after
{
    content: ' * ';
    color: red;
    font-weight: bold;
}

.inputformlabel1
{
    color: #686868 !important;
}

.ECommerce
{
    width: 650px;
    font-size: 12px;
    font-family: Arial;
    margin-bottom: 40px;
}

    .ECommerce p
    {
        border-bottom: 1px solid #F2F2F2;
        padding-bottom: 10px;
    }

h4
{
    padding-bottom: 1px;
    font-weight: bold;
    color: #EB0028;
    text-transform: uppercase;
    border-bottom: 1px solid #EB0028;
}

.ECommerce .Nome
{
    float: left;
    font-weight: bold;
    font-style: italic;
    width: 200px;
}

.ECommerce .input
{
    float: right;
    width: 200px;
}


.linkColor
{
    font-family: Verdana;
    color: #777777;
    text-decoration: underline;
}

.linkColor2
{
    font-family: Verdana;
    color: #777777;
}

    .linkColor2:before
    {
        content: '»';
    }

.FooterToolbar
{
    text-align: right;
    margin: 15px 0px;
    color: #353535;
}

    .FooterToolbar a
    {
        color: #353535;
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: underline;
    }

.WarrantySelection
{
    height: 180px;
    border: 1px solid #F2F2F2;
    overflow-y: scroll;
}

    .WarrantySelection h2
    {
        color: #EB0028;
        margin-bottom: 0px;
        font-size: 14px;
    }

    .WarrantySelection b
    {
        color: #EB0028;
    }

    .WarrantySelection td
    {
        padding-bottom: 15px;
        vertical-align: middle;
    }

    .WarrantySelection tr td:first-child
    {
        width: 20px;
    }

    .WarrantySelection tr td:last-child
    {
        width: 150px;
        text-align: right;
    }

.PaymentSelection
{
}

    .PaymentSelection td
    {
        height: 50px;
        vertical-align: middle;
    }

    .PaymentSelection tr td:last-child
    {
        padding-left: 10px;
    }

.LinkSelezione
{
    background-image: url(../Images/but_dettagli.png);
    background-repeat: no-repeat;
    width: 58px;
    height: 13px;
    display: block;
    color: #fff;
    font-size: 10px;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: normal;
    padding-top: 1px;
}

.Prezzo
{
    font-family: Verdana;
    font-size: 19px;
    color: #353535;
}

.TableProd
{
    border-top: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;
}

.HeaderTable
{
    background-color: #F2F2F2;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    height: 40px;
}

    .HeaderTable td
    {
        border-right: 1px solid #d5d5d5;
        border-bottom: 1px solid #d5d5d5;
        color: #EB0028;
    }

.SottoTitleTable
{
    background-color: #ffffff;
    font-family: Arial;
    color: #353535;
    text-align: center;
    height: 45px;
}

    .SottoTitleTable td
    {
        border-right: 1px solid #d5d5d5;
        border-bottom: 1px solid #d5d5d5;
        font-size: 10px;
    }

.trTable01
{
    background-color: #F2F2F2;
    font-size: 11px;
    font-family: Arial;
    color: #353535;
    text-align: center;
}

    .trTable01 td
    {
        border-right: 1px solid #d5d5d5;
        border-bottom: 1px solid #d5d5d5;
    }

.trTable02
{
    background-color: #ffffff;
    font-size: 11px;
    font-family: Arial;
    color: #353535;
    text-align: center;
}

    .trTable02 td
    {
        border-right: 1px solid #d5d5d5;
        border-bottom: 1px solid #d5d5d5;
    }

.TipoProdotto
{
    font-size: 11px;
    padding-left: 12px;
    font-family: Arial;
    font-weight: bold;
    color: #353535;
    text-align: left;
}

.TxtSmall
{
    font-size: 11px;
    color: #353535;
    margin-left: 10px;
    margin-top: 10px;
}

.Descrizione
{
    float: right;
    width: 480px;
    text-align: justify;
    font-family: Arial;
    color: #353535 !important;
    line-height: 18px;
    font-size: 12px;
    margin-bottom: 20px;
}

    .Descrizione span
    {
        color: #353535 !important;
    }

.ImgSx
{
    float: left;
    width: 167px;
    height: 145px;
    background-image: url(../Images/Img_sx_home.png);
    background-position: center center;
}

.DescrizioneScheda
{
    float: left;
    width: 400px;
    text-align: justify;
    font-family: Arial;
    line-height: 18px;
    font-size: 12px;
    margin-bottom: 20px;
    margin-top: 20px;
}

    .DescrizioneScheda span
    {
        color: #353535 !important;
    }

.ImgDxScheda
{
    float: right;
    width: 245px;
    height: 207px;
}

.TxtPrezzo
{
    width: 650px;
    height: 40px;
    background-color: #F2F2F2;
    padding: 10px;
    position: relative;
    margin-top: 30px;
}

    .TxtPrezzo .DescrSmall
    {
        float: left;
        width: 510px;
        font-family: Arial;
        font-size: 11px;
        font-style: italic;
        color: #EB0028;
        padding-top: 10px;
    }

    .TxtPrezzo .PrezzoBig
    {
        float: right;
        margin-right: 10px;
        font-family: Arial;
        font-size: 32px;
        color: #353535;
    }
/* Navigator */
.SiteNavigationBar
{
    padding-left: 12px;
    padding-top: 3px;
    position: relative;
    top: 16px;
    width: 940px;
    background-image: url("../Images/backgroundGlobalTop_navigator.png");
    background-repeat: no-repeat;
}

ul.ShopNavigator
{
    list-style-type: none;
    position: relative;
    margin-left: -20px;
}

    ul.ShopNavigator li
    {
        font-weight: bold;
        position: relative;
        margin-left: -20px;
        float: left;
        width: 166px;
        height: 42px;
        line-height: 42px;
        vertical-align: middle;
        padding-left: 40px;
    }

        ul.ShopNavigator li.Past
        {
            background-image: url(../Images/nav_past.png);
            background-repeat: no-repeat;
            color: #FFF;
        }

            ul.ShopNavigator li.Past a
            {
                color: #FFF;
            }

        ul.ShopNavigator li.Selected
        {
            background-image: url(../Images/nav_selected.png);
            background-repeat: no-repeat;
            color: #FFF;
        }

            ul.ShopNavigator li.Selected a
            {
                color: #FFF;
            }

        ul.ShopNavigator li.Future
        {
            background-image: url(../Images/nav_future.png);
            background-repeat: no-repeat;
            color: #FFF;
        }

            ul.ShopNavigator li.Future a
            {
                color: #FFF;
            }
/* Tab Selezione */
.etabs
{
    margin: 0;
    padding: 0;
    background-image: url('../Images/bkg_tabs.png');
    background-repeat: repeat-x;
    background-position: 0 100%;
}

.tab
{
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 185px;
    text-align: center;
    height: 60px;
}

    .tab a
    {
        font-size: 12px;
        line-height: 2em;
        display: block;
        padding: 0 10px;
        outline: none;
        color: #EB0028;
    }

        .tab a:hover
        {
            text-decoration: none;
        }

    .tab.active
    {
        background-image: url('../Images/bkg_active_tab.png');
        background-repeat: no-repeat;
        position: relative;
    }

    .tab a.active
    {
        font-weight: bold;
        color: #FFF;
    }

.tab-container .panel-container
{
    background: #fff;
    padding: 10px;
    -moz-border-radius: 0 4px 4px 4px;
    -webkit-border-radius: 0 4px 4px 4px;
}

    .tab-container .panel-container span
    {
        font-weight: bold;
    }

    .tab-container .panel-container a
    {
        color: #EB0028;
    }

    .tab-container .panel-container ul li a:hover
    {
        text-decoration: none;
    }

    .tab-container .panel-container a.linkDettaglio
    {
    }

    .tab-container .panel-container a.linkCarrello
    {
        background-image: url(../Images/cart_icon.png);
        background-repeat: no-repeat;
        width: 25px;
        height: 25px;
        display: inline-block;
        margin-left: 10px;
    }

/* Slider */

#family_slider
{
    height: 150px;
    width: 180px;
    padding: 0px;
}

#family_slider_container
{
    margin: 0px 0px 30px 0px;
    padding: 0px 30px 1px 50px;
    background-image: url('../Images/bordo_slider.png');
    background-repeat: no-repeat;
}

#family_slider li img
{
    margin-bottom: 4px;
}

#family_slider li span
{
    padding: 4px;
    line-height: 18px;
}

#family_slider li.active span
{
    background-color: #EB0028;
}

#family_slider li.active a span
{
    color: #FFF;
    text-decoration: none;
}

/*next button*/
.bx-next
{
    position: absolute;
    top: 40%;
    right: -50px;
    z-index: 999;
    width: 48px;
    height: 48px;
    text-indent: -999999px;
    background: url(../Images/but_scroll_right.png) no-repeat;
}

/*previous button*/
.bx-prev
{
    position: absolute;
    top: 40%;
    left: -25px;
    z-index: 999;
    width: 48px;
    height: 48px;
    text-indent: -999999px;
    background: url(../Images/but_scroll_left.png) no-repeat;
}

.bx-child
{
    text-align: center;
}

#wp_container
{
    margin: 0px 0px 10px 0px;
    padding: 10px;
    border: 1px solid #D5D5D5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    #wp_container ul li
    {
        line-height: 30px;
    }

.titleLeadForm
{
    font-size: 14px;
}

.divLeadContainer
{
    padding: 30px;
    text-align: center;
}

.divLeadForm
{
    background-color: #F2F2F2;
    padding: 30px;
}

    .divLeadForm .title
    {
        color: #EB0028;
        font-size: 16px;
    }

    .divLeadForm table
    {
        margin: 0px auto 0px auto;
    }

        .divLeadForm table td
        {
            vertical-align: middle;
            line-height: 30px;
        }

            .divLeadForm table td.firstColumn
            {
                text-align: right;
                font-style: italic;
            }

.panelBuy
{
    margin-top:10px;
}

.panelBuy a
{
    background-color: #EB0028;
    color:#fff;
    padding:6px 14px;    
    margin-top:10px;
    display:inline-block;
    font-size:20px;
}

/* autocomplete */
.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }

.InputRequired::after
{
    content: ' *';
}

.invoices-container ul {
    list-style:none;
    float:left;
    margin:0;
    padding:0;
}

.rightLink {
    float: right;
    padding: 10px;
}

.FormFormat div {
    margin: 0 0 8px;
}

/*boostrap recovery*/
.form-group {
    margin:6px 0px;
}

    .form-group input {
        display:block;
    }

    .form-group input:last-child {
        margin-left:195px;
    }


    /* TIMFIN CUSTOM */
.pwa-info-box {
    color: #0faa2f;
    padding: 5px;
    border: 1px solid #0faa2f;
    background-color: #d0f7d2;
    line-height: 22px;
    vertical-align: middle;
    margin-bottom:10px;
}

.pwa-warning-box {
    color: #d35106;
    padding: 5px;
    border: 1px solid #d35106;
    background-color: #f8fec9;
    line-height: 22px;
    vertical-align: middle;
    margin-bottom: 10px;
}

.pwa-error-box {
    color: #ff0000;
    padding: 5px;
    border: 1px solid #ff0000;
    background-color: #f8dada;
    line-height: 22px;
    vertical-align: middle;
    margin-bottom: 10px;
}
    .pwa-error-box a {
        color: #ff0000;
        font-weight:bold;
    }