﻿.Table {
    display: table;
}

.Title {
    display: table-caption;
    text-align: center;
    font-weight: bold;
    font-size: larger;
}

.Heading {
    display: table-row;
    font-weight: bold;
    text-align: center;
}

.Row {
    display: table-row;
    vertical-align: top;
}

.Cell {
    display: table-cell;
    vertical-align: top;
    padding-left: 5px;
    padding-right: 5px;
}

/*BOX OFFERTE*/
.CellSchedaTitoloOfferte {
    display: table-cell;
    vertical-align: top;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 3px;
    font-size: 13px;
    font-weight: bold;
    color: #28a447;
}

.CellSchedaImgOfferte {
    display: table-cell;
    vertical-align: top;
    padding-right: 5px;
    padding-top: 5px;
}

.CellSchedaOfferte {
    display: table-cell;
    height: 50px;
    vertical-align: top;
    padding-right: 5px;
    width: 240px;
}

/*BOX OFFERTE*/

/*Scheda Ebook*/
.CellSchedaBold {
    display: table-cell;
    vertical-align: top;
    padding-left: 5px;
    font-weight: bold;
    width: 90px;
}

.CellSchedaBoldMid {
    display: table-cell;
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    font-weight: bold;
    height: 20px;
    width: 80px;
}

.CellSchedaTop {
    display: table-cell;
    vertical-align: top;
    padding-left: 5px;
}

.CellScheda {
    display: table-cell;
    vertical-align: middle;
    padding-left: 5px;
}

.CellSchedaPrezzo {
    display: table-cell;
}


.CellSchedaDescrizione {
    display: table-cell;
    vertical-align: middle;
    padding-left: 5px;
    height: 20px;
}

.CellSchedaDescrizionePaper {
    display: table-cell;
    vertical-align: middle;
    padding-left: 5px;
    height: 30px;
}

.master-page .CellSchedaTitolo h1 {
    /*display: table-cell;
    vertical-align: top;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #28a447;*/
    display: table-cell;
    font-family: Poppins,Arial;
    padding: 0px 5px 5px 5px;
    font-size: 1.3em;
    font-weight: bold;
    color: #28A447;
    margin: 0px;
    background-color: #ffffff;
    background-image: none;
}

.CellSchedaTitolo2 {
    display: table-cell;
    vertical-align: top;
    padding-top: 8px;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #28a447;
}

.CellSchedaTitoloNoPadding {
    display: table-cell;
    vertical-align: top;
    font-size: 18px;
    font-weight: bold;
    color: #28a447;
}

.schedaAutore {
    display: table-cell;
    vertical-align: top;
    font-family: Poppins,Arial;
    text-align: left;
    color: #4b4a4a;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    width: 80px;
}

.schedaAutoreDX {
    display: table-cell;
    vertical-align: top;
    font-family: Poppins,Arial;
    text-align: left;
    color: #4b4a4a;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
}

.schedaPrezzoTitolo {
    display: table-cell;
    vertical-align: top;
    font-family: Poppins,Arial;
    text-align: left;
    color: #4b4a4a;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    padding-top: 3px;
    width: 80px;
}


.schedaPrezzo {
    display: table-cell;
    vertical-align: top;
    font-size: 15px;
    font-weight: bold;
    color: #f70404;
    padding-left: 5px;
}

@media (max-width: 650px) {
    .schedaPrezzo {
        font-size: 14px;
    }
}
/*Fine Scheda Ebook*/

.ffTitle {
    text-align: left;
    font: normal normal 600 16px/22px Poppins;
    letter-spacing: 0px;
    color: #1A1A1A;
    opacity: 1;
}

.ffPrice {
    color: #f70404;
    font-weight: bold;
    padding-left: 0;
    padding-top: 3px;
}



.ToDo {
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    border: dotted 2px #ee7121;
    min-height: 32px;
    width: 100%;
    display: block;
}

/* Stili per le colonne della pagina */
.clColonnaSXCXDX {
    display: table;
    overflow: hidden;
    width: 960px;
    vertical-align: top;
}

.clColonnaSX {
    float: left;
    display: table-cell;
    width: 140px;
    float: left;
    vertical-align: top;
}

.clColonnaCX {
    float: left;
    display: table-cell;
    width: 500px;
    margin-left: 10px;
    vertical-align: top;
}

.clColonnaCXDX {
    float: left;
    display: table-cell;
    width: 820px;
    vertical-align: top;
}

.clColonnaDX {
    float: right;
    display: table-cell;
    width: 300px;
    margin-left: 10px;
    vertical-align: top;
}

.Liste {
    float: left;
    display: table-cell;
    width: 640px;
    margin-left: 10px;
    vertical-align: top;
}

.bannerListe {
    float: right;
    display: table-cell;
    width: 160px;
    vertical-align: top;
}

.fullwide {
    width: 100%;
}

/* Reparti eBook */


/* Ricerca FactFinder */
.ffPrezzi caption {
    background-image: url("/img/tit_prezzi.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    height: 22px;
    text-indent: -999%;
}

.ffReparto caption {
    background-image: url("/img/tit_rep.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    height: 22px;
    text-indent: -999%;
}

.ffEditore caption {
    background-image: url("/img/tit_ed.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    height: 22px;
    text-indent: -999%;
}

.ffItem {
    color: #25a345 !important;
    font-weight: bold;
    list-style-type: none;
    margin: 0;
    padding: 3px 0px 3px 0px;
}

.ffItemCount {
    color: #28a447;
    font-size: 0.9em;
    text-align: right;
    right: 3px;
    font-family: Poppins,Arial;
}

.ffItemMenu {
    color: #28a447;
    text-decoration: none;
}

.ffItemColor {
    color: #1a1a1a;
    text-decoration: none;
}

    .ffItemColor a:hover {
        text-decoration: underline;
    }

/* Scatolo */
.ScatoloTable {
    table-layout: fixed;
    margin-top: 30px;
    margin-bottom: 10px;
}

.ScatoloHeader {
    /*padding: 3px 0 3px 8px;
    letter-spacing: .05em;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-top: 0;*/
    /* margin-bottom: -30px; */
    /*background-color: #27a345;
    background-image: linear-gradient(to bottom,#27a345,#047a23);*/
    padding: 6px 10px 6px 10px;
    margin-top: 0px;
    margin-bottom: 10px;
    background-color: #27A345;
    /*background-image: linear-gradient(to bottom, #27A345, #047A23);*/
    /*text-align: center;*/
    color: #25A345;
    font: normal normal 600 24px/30px Poppins;
    letter-spacing: 0.01px;
    color: #FFFFFF;
    opacity: 1;
    text-align:center;
}

.ScatoloFooter {
    height: 5px;
}

.ScatoloCell {
    width: 25%;
    vertical-align: top;
    /*border-left: solid 1px #cccccc;*/
    padding-left: 3px;
    /*padding-bottom: 5px;*/
    margin-bottom: 5px;
    padding-top: 15px;
    text-align: center;
}

.ScatoloTitolo a {
    /*    color: #28a447;
    font-family: Poppins,Arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    line-height: 15px;
    border-bottom: 1px dotted #28a447;*/
    color: #1a1a1a;
    font-weight: bold;
    width: 90%;
    font: normal normal bold 14px/20px Poppins;
    letter-spacing: 0;
    opacity: 1;
    text-decoration: none;
}

.ScatoloAutore {
/*    color: #4b4a4a;
    font-family: Poppins,Arial;
    font-size: 11px;
    font-weight: bold;
    padding-top: 4px;
    text-decoration: none;*/
    text-decoration: none;
    font: normal normal 400 12px/18px Poppins;
    letter-spacing: 0px;
    /* font-family: Poppins,Arial; */
    color: #1A1A1A;
    margin: 0px;
}

.ScatoloPrezzo {
    color: #4b4a4a;
    font-family: Poppins,Arial;
    font-size: 11px;
    font-weight: bold;
    padding-right: 4px;
    padding-top: 3px;
    text-decoration: line-through;
}

.ScatoloPrezzoLib {
/*    color: #f70404;
    font-family: Poppins,Arial;
    font-size: 11px;
    font-weight: bold;*/
    font-weight: bold;
    color: #ff6501;
    font-size: 14px;
}



/*input[type=submit] {
    background: url(/img/acquisto/Continua.gif);
    border: 0;*/
    /* display: block; */
    /*height: 24px;
    width: 83px;
}*/

.BottoneConferma {
    background-image: url(/img/acquisto/Continua.gif);
    -moz-box-shadow: 0px 10px 14px -7px #038024;
    -webkit-box-shadow: 0px 10px 14px -7px #038024;
    box-shadow: 0px 10px 14px -7px #038024;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #038024), color-stop(1, #038024));
    background: -moz-linear-gradient(top, #038024 5%, #038024 100%);
    background: -webkit-linear-gradient(top, #038024 5%, #038024 100%);
    background: -o-linear-gradient(top, #038024 5%, #038024 100%);
    background: -ms-linear-gradient(top, #038024 5%, #038024 100%);
    background: linear-gradient(to bottom, #038024 5%, #038024 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#038024', endColorstr='#038024',GradientType=0);
    background-color: #038024;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #4b8f29;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    padding: 6px 12px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #5b8a3c;
}

.radioButtons label {
    margin-left: 5px;
}

.classConferma {
    display: inline-block;
    width: 155px;
    height: 24px;
    background: url(/img/acquisto/confermaacquisto.gif) no-repeat;
    border: 0;
    float: right;
}

.classModify {
    display: inline-block;
    width: 79px;
    height: 24px;
    background: url(/img/acquisto/Mod.gif) no-repeat;
    border: 0;
    float: right;
    margin-right: 10px;
}

.testoVerde {
    color: #25a345;
    font-weight: bold;
}

.PrezzoBold {
    display: table-cell;
    vertical-align: top;
    padding-left: 5px;
    padding-right: 5px;
    height: 20px;
    width: 80px;
    font-size: 16px;
    font-weight: bold;
}

.PrezzoPieno {
    font-weight: bold;
    color: #4b4a4a;
    padding-left: 0;
    padding-top: 3px;
    font-size: 16px;
}

.PrezzoPienoBarrato {
    font-weight: bold;
    color: #4b4a4a;
    padding-left: 0;
    padding-top: 3px;
    font-size: 16px;
    text-decoration: line-through;
}

.PrezzoScontato {
    font-weight: bold;
    color: #f70404;
    padding-left: 0;
    padding-top: 3px;
    font-size: 16px;
}

.classModifyLink {
    display: inline-block;
    float: right;
    clear: right;
    margin-right: 10px;
}

.coverContainer {
    position: relative;
}

.CoverPromoSplash170 {
    border: 0px;
    width: 76px;
    height: 39px;
    position: absolute;
    right: 0px;
    bottom: 3px;
    background-image: url("/img/sconti/promo-120.png");
    background-repeat: no-repeat;
}

.CoverPromoSplash110 {
    border: 0px;
    width: 51px;
    height: 26px;
    position: absolute;
    right: 0px;
    bottom: 3px;
    background-image: url("/img/sconti/promo-80.png");
    background-repeat: no-repeat;
}

.CoverPromoSplash70 {
    border: 0px;
    width: 51px;
    height: 26px;
    position: absolute;
    right: 0px;
    bottom: 3px;
    background-image: url("/img/sconti/promo-80.png");
    background-repeat: no-repeat;
}

.tvl {
    border: 0px;
    width: 22px;
    height: 12px;
    left: 0px;
}
/*.CoverPromoSplash170 { border:0px; width:51px; height:26px; position:absolute; right:0px; bottom:0px; background-image: url("/img/sconti/promo-80.png"); background-repeat: no-repeat; } 
.CoverPromoSplash110 { border:0px; width:28px; height:15px; position:absolute; right:3px; bottom:3px; background-image: url("/img/sconti/promo-45.png"); background-repeat: no-repeat; } 
.CoverPromoSplash70 { border:0px; width:28px; height:15px; position:absolute; right:3px; bottom:3px; background-image: url("/img/sconti/promo-45.png"); background-repeat: no-repeat; } */

#screen {
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
}

#divLoading {
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 99;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
}

#divLoadGif {
    width: 66px;
    height: 66px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
    background-image: url('../img/loading2.gif');
    background-repeat: no-repeat;
    background-position: center;
}

.nectarbox, .nectar-value, .nectar-logo {
    display: none;
}

.contnav ul {
    margin-bottom: 10px;
    margin-top: 7px;
    padding: 0px;
    display: block;
    list-style-image: none;
}

.reparti {
    text-decoration: none;
    color: #1a1a1a;
    display: block;
    border-bottom: dotted 1px #c9dece;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-left: 5px;
    font-weight: normal;
    position: relative;
    padding-right: 14px;
}


.reparti a {

    font-weight: normal;
}

.audio-scheda-outlet {
    text-align: right;
    text-decoration: underline;
    font: normal normal 600 14px/18px Poppins;
    letter-spacing: 0px;
    color: #1A1A1A;
    opacity: 1;
}

.audiobook-table {
    font: normal normal normal 14px/18px Poppins;
}

table {
    font-family: Poppins;
    font-size: 13px;
}

.master-page h2 {
    text-align: left;
}