/* ELENCO LIBRI COLLANA ------------------------------------ */

.elencoLibri ul {
    list-style-type:none;
    margin:0;
    overflow:hidden;
    padding:0;
    width:100%;
}

.elencoLibri li {
    border-right:1px solid #ccc;
    float:left;
    text-align:center;
    width:151px;
    height:240px;
    margin-bottom:20px;
}

.elencoLibri li.hover {
    background:#e8e8e8 url(../images/bgBoxesHomepage.png) repeat-x 0 0;
}

.elencoLibri li .cover {
    background:url(../images/ombraCover.png) no-repeat center bottom;
    height:170px;
    position:relative;
    width:151px;
}

.elencoLibri li .cover a {
    bottom:6px;
    display:block;
    left:0;
    position:absolute;
    text-align:center;
    width:151px;
    text-decoration:none;
}

.elencoLibri li .cover a img {
    width:99px;
}

.elencoLibri li .cover a em.scontoExtra {
    background:url(../images/bgPercent.png);
    bottom:10px;
    color:#fff;
    display:block;
    font-family:"Times new roman", Times, serif;
    font-style:normal;
    font-size:24px;
    height:33px;
    overflow:hidden;
    position:absolute;
    right:25px;
    width:71px;
}

.elencoLibri .info {
    font-size:11px;
}

.elencoLibri .info del {
    color:#c00;
    font-weight:bold;
}

.elencoLibri .info strong {
    font-size:14px;
}

.elencoLibri .last {
    border-right:0;
}

/* ELENCO CATEGORIE COLLANA ------------------------------------ */

.elencoCategorie ul {
    list-style-type:none;
    margin:0;
    overflow:hidden;
    padding:0;
    width:100%;
}

.elencoCategorie li {
    border-right:1px solid #ccc;
    float:left;
    text-align:center;
    width:202px;
    height:140px;
    margin-bottom:20px;
}

.elencoCategorie li.hover {
    background:#e8e8e8 url(../images/bgBoxesCategorie.png) repeat-x 0 0;
}

.elencoCategorie li .cover {
    height:100px;
    width:202px;
    padding:5px;
    position:relative;
}

.elencoCategorie li .cover a {
    position:absolute;
    bottom:0px;
    left:0;
    width:192px;
    text-align:center;
}

.elencoCategorie li .cover a img {

}

.elencoCategorie .info {
    font-size:12px;
    font-weight:bold;
}

.elencoCategorie .last {
    border-right:0;
}
