#Prod-Item{
border:1px solid #cacaca;
padding:10px;
color:#545454;
width:770px;
float:left;
position:relative;
margin-bottom:10px;
background-color:#f0f0f0;

}

#Prod-Item h2{
color:#3363a3;
font-size:14pt;
}

#Prod-Item p{
color:#545454;
}

#left-img{
float:left;
max-width:190px;
width:auto;
/*padding-right:10px;*/
text-align:center;
/*background:green;*/
}

#description{
float:left;
width:370px;
/*background:red;*/
padding:0 10px;

}

#right-img{
float:left;
max-width:190px;
width:auto;
/*padding-left:10px; background:yellow;*/

text-align:center;

}

.shdw {
background: #ffffff;
padding: 3px;
border: 1px solid #a0a0a0;
}

.hide input{
display:none
}