
div#schedaprodotto{
    float: left;
    width: 440px;
    height: 560px;
   /* background-color: white;*/
    } 

div#imgprodotto{
    float: left;
    width: 150px;
    height: 181px;
    /*background-color: pink;*/
    } 
    
div#misureprodotto{
    float: right;
    width: 280px;
    height: 181px;
   	padding-left: 10px;
   /*	background-color: pink;*/
    } 

div#descrprodotto{
    float: left;
    width: 440px;
    height: 355px;
    
    }         
