#productDetail
{
}

#productDetail .photos
{
    width: 236px;
    float: left;
}
    #productDetail .photos img
    {     
        float: left;
        margin-bottom: 2px;
        margin-left: 2px;
    }

#productDetail .description
{
    float: left;
    width: 516px;
    margin-left: 30px;
}

    #productDetail .description p
    {
        text-align: justify;
    }
    
#productDetail #price
{
    font-size: 28px;
    font-weight: bold;
    color: rgb(83, 105, 52);
    margin-top: 30px;
    float: left;
}


#productDetail #buynow
{
    float: right;
    margin-top: 30px;
} 

    #productDetail #buynow .buynowBtn
    {
        width: 125px;
        height: 47px;
        background: url(../image/buynow.png) no-repeat;
        border: 0px;
        cursor: pointer;
    }
    
    #productDetail #buynow .buynowCount
    {
        width: 40px;
    }
