h2{
    margin-bottom:15px;
}

div.special{
    height:160px;
}

div.special .element{
    position:absolute;
    margin:0;
    padding:0;
}

div.special .element{
    font-size:11px;
}

div.special .fumettiElement{
    width:255px;
    height:40px;
}

div.special .fumettiElement a{
    display:block;
    width:255px;
    height:40px;
}

div.special .libriElement{
    width:170px;
    height:40px;
}

div.special .libriElement a{
    display:block;
    width:170px;
    height:40px;
    background-position:0 0;
    background-repeat:no-repeat;
}

div.special .libriElement a span, div.special .fumettiElement a span{
    display:block;
    padding-left:30px;
    padding-top:4px;
}

div.special .libriElement a:hover, div.special .fumettiElement a:hover{
    background-position:5px 0;
    padding-left:5px;
} 

div.special .libriElement a:hover span{
}

/* 3 colonne per i libri */

div.libri .bc1{
    margin-left:0;
}

div.libri .bc2{
    margin-left:170px;
}

div.libri .bc3{
    margin-left:340px;
}

/* 2 colonne per i fumetti */

div.libri .bc1{
    margin-left:0;
}

div.libri .bc2{
    margin-left:255px;
}


/* 4 righe per tutti */
div.special .br1{
    margin-top:120px;
}

div.special .br2{
    margin-top:80px;
}

div.special .br3{
    margin-top:40px;
}

div.special .br4{
    margin-top:0;
}



/** exploded product **/
div#explodedProduct{
    margin-bottom:30px;
    border-bottom:1px solid gray;
}

div#explodedProduct h2{
    float:left;
}

p#explodedProductOptions{
    float:right;
    width:160px;
    padding:2px;
    border-bottom:1px solid gray;
}

p#explodedProductOptions a{
    margin-right:10px;
}

div#productLeft{
    width:530px;
    padding-right:20px;
}

div#productLeft p{
    text-align:justify;
}

div#productRight dd{
    margin:0 0 1em 0;
}

div#productRight dd.last{
    margin-bottom:0;
}

div#productRight dl{
    margin-bottom:0;
}

div#productLeft img{
    margin: 0 10px 10px 0;
}
/*
div#productLeft p img{
    margin:0 10px 10px 0;
}
*/
div#productRight{
    width:160px;
}

div.buyRecord{
    width:230px;
    
}

