﻿.productDetailsImageSection
{
    float: left;
}

.productDetailsOptionsSection
{
    padding-left: 1em;
    padding-bottom: 1em;
    float: left;
}

.productDetailsAddToCartSection
{
    float: right;
    padding-left: 1em;
}

.productDetailsDescriptionSection
{
    clear: both;
}

.productDetailsPriceLabel
{
    color: Black;
    font-weight: normal;
}

.productDetailsPrice
{
    color: #990000;
    font-weight: bold;
    background-color: white;
    padding: 0.25em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    border: 1px solid #dddddd;
}

.productDetailsOptionsTable
{
    margin-top: 1em;
}

.productDetailsOptionsTable th
{
    text-align: left;
}

.addToCartTable
{

}

.addToCartTable td
{
    padding: 0.5em;
}