﻿.ProductContainer
{
    width:800px;
}

.ProductDescription
{
    float:left;
    width:480px;
    display:block;
}

.ProductDetailsContainer
{
    float: right; 
    width: 300px; 
    min-height: 100%; 
    background-color: #a6bacf;
    
}

.ProductDetails
{
    padding:10px; 
    color:#000000;
}


.ProductDetails P
{
    color:#000000 !important;
}

.PhotoPanel
{
    clear:both;
}

