﻿div.productDetails
{
    margin:16px;    
}

div.productDetails div.title
{ 
    height:26px;
    padding-left:10px;
    padding-top:6px;
    font-size:16;
    background-repeat:repeat-x;
    background-image: url(Img/YellowFading.gif);
}

div.productDetails div.content
{  
    color:#666666; 
    border:solid 1px #ffcd01;
    margin-top:2px;
    padding:12px;
    font-size:12px;
}

div.productDetails img
{
    margin-bottom:10px;    
}
