#NAME 
{ 
        position: relative;
        margin-left: 290px;
        top: 30px;

} 
#STOCK 
{
        position: relative;
        margin-left: 290px;
        top: 38px;
}

#RATING
{
        position: relative;
        margin-left: 290px;
        top: 32px;


}

#SKU 
{
        position: relative;
        margin-left: 290px;
        top: 36px;


} 
#PRICE 
{
        position: relative;
        margin-left: 290px;
        top: 34px; 


}

#DESCRIPTION 
{
        position: relative;
        top: 10px;
        width:440px;
        left: 5px; 
        float: left;
}

img 
{
    float:left;
    margin-left: 10px;
    margin-top: 10px;
    width: 200px; 
    height: 140px; 
    border: 0; 
}

.ITEMS 
{
    position: relative;
    width: 450px; 
    height: 230px;
    border: 1px solid; 
    left: 10px;
    float:left;
    margin: 10px;
    box-sizing: border-box;
    
}
.clear 
{
    clear: left;
} 


