/* ------------------ PRODOTTI PIł VENDUTI ---------------- */
#piu_venduti{
margin:0 auto 8px auto;
width:500px;
padding:0;
}
.piu_venduto{
background:url(../img/home/piu_venduto.gif) no-repeat top left;
width:250px;
height:139px;
float:left;
margin:0;
padding:0;
}
.prodotto_piu_venduto{
padding:20px 8px;
}
.img_piu_venduto{
float:left;
width:90px;
}
.img_piu_venduto p{
width:80px;
text-align:center;
margin:auto;
}
.img_piu_venduto img{
width:50px;
}
.descrizione_piu_venduto{
float:left;
width:130px;
}
.nome_piu_venduto{
line-height:1;
color:#111;
font-size:1em;
font-weight:bold;
padding:2px;
margin:0 0 5px 0;
}
.testo_piu_venduto{
color:#111;
font-size:0,6em;
line-height:1.1;
padding:2px;
margin:0 0 5px 0;
}
.prezzo_piu_venduto{
color:#111;
font-size:0,6em;
font-weight:bold;
padding:2px;
margin:0;
}

/* ------------------ PRODOTTI IN PRIMO PIANO ---------------- */
#primo_piano{
margin:0 auto;
width:500px;
padding:0;
}
#primo_piano_1, #primo_piano_2{
background:url(../img/home/primo_piano_1.gif) no-repeat top left;
width:250px;
height:240px;
float:left;
margin:0;
padding:0;
}
#primo_piano_1{
background:url(../img/home/primo_piano_1.gif) no-repeat top left;
}
#primo_piano_2{
background:url(../img/home/primo_piano_2.gif) no-repeat top left;
}
.prodotto_primo_piano{
padding:96px 10px 10px 20px;
}
.img_primo_piano{
float:left;
width:90px;
text-align:center;
}
.img_primo_piano p{
width:80px;
text-align:center;
margin:auto;
}
.img_primo_piano img{
width:70px;
}
.descrizione_primo_piano{
float:left;
width:120px;
}
.nome_primo_piano{
line-height:1;
color:#fff;
font-size:0.8em;
font-weight:bold;
padding:2px;
margin:0 0 5px 0;
border-bottom:1px dotted #fff;
}
.testo_primo_piano{
color:#fff;
font-size:0,6em;
line-height:1.1;
padding:2px;
margin:0 0 5px 0;
}
.prezzo_primo_piano{
color:#fff;
font-size:0,6em;
font-weight:bold;
padding:2px;
margin:0;
}

/* ------------------ PRODOTTI PIł RICHIESTI ---------------- */
#piu_richiesti{
margin:0 auto;
width:500px;
padding:0;
}
.prodotto_piu_richiesto{
margin:0;
padding:6px 0 6px 0;
border-bottom:1px dashed #ccc;
}
.img_piu_richiesto{
float:left;
width:90px;
text-align:center;
}
.img_piu_richiesto p{
width:80px;
text-align:center;
margin:auto;
}
.img_piu_richiesto img{
width:40px;
}
.descrizione_piu_richiesto{
float:left;
width:400px;
}
.nome_piu_richiesto{
line-height:1;
color:#111;
font-size:0.8em;
font-weight:bold;
padding:2px;
margin:0 0 5px 0;
border-bottom:1px dotted #fff;
}
.testo_piu_richiesto{
color:#111;
font-size:0,6em;
line-height:1.1;
padding:2px;
margin:0 0 5px 0;
}
.prezzo_piu_richiesto{
color:#111;
font-size:0,6em;
font-weight:bold;
padding:2px;
margin:0;
}
