/* CSS Document */
#prodotto{
margin-top:10px;
margin-right:10px;
margin-bottom:20px;
margin-left:15px;
width:180px;
height:270px;
float:left;
border:1px solid gray;
background-color:#FFFFFF;
color:#000000;
text-align:center;
}
#prodotto h2{
font-size:1.5em;
color:#CCCCCC;
border-bottom:1px solid;
border-bottom-color:#333333;
padding:10px;
margin-bottom:10px;
text-transform:lowercase;
}
#prodotto_categoria{
background-image:url(../images/bg-prod-categoria.jpg);
background-repeat:no-repeat;
padding:5px;
height:15px;
font-size:10px;
text-transform:lowercase;
text-align:left;
color:#FFFFFF;
}
#prodotto_categoria a{
text-transform:none;
color:#FFFFFF;
}
#prodotto_foto{
height:140px;
text-align:center;
margin-top:10px;

}
#prodotto img{

}
#prodotto_footer{
text-align:left;
padding:0px;
width:100%;
}
#prodotto_descrizione{
margin-top:10px;
padding:0px 10px;
height:45px;
text-align:left;
font:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
text-transform:lowercase;

}
#prodotto_dettagli{
margin-top:10px;
padding-right:10px;
font-size:10px;
text-align:right;
}

/*prodotto scheda*/
#prodotto_scheda{
margin-top:10px;
margin-right:10px;
margin-bottom:20px;
margin-left:15px;
border:1px solid gray;
background-color:#FFFFFF;
color:#000000;
text-align:center;
}
#prodotto_scheda_img{
background-color:#FFFFFF;
width:220px;
height:340px;
text-align:center;
margin-top:10px;
padding-top:10px;
float:left;
}
#prodotto_scheda_img a{
border:0px;

}
#prodotto_scheda_dettagli{
width:380px;
margin-top:10px;
float:right;
}
#prodotto_scheda_dettagli h2{
font-size:1.2em;
color:#CCCCCC;
border-bottom:1px solid;
border-bottom-color:#333333;
padding:10px;
margin-bottom:10px;
text-transform:lowercase;
text-align:left;
}
#prodotto_scheda_dettagli table{
font-size:1em;
color:#CCCCCC;
border-bottom:1px solid;
border-bottom-color:#333333;
padding:10px;
margin-bottom:10px;
text-transform:lowercase;
text-align:left;
list-style:none;
}
#prodotto_scheda_dettagli td{
padding:10px;
}