﻿.product
{
    margin: 5px;
    width: 650px;
    height: 215px;
}

.productTable
{
    border-collapse: collapse;
    border-color: #cccccc;
}

td.productImage
{
    width: 220px;
    text-align: center;
    vertical-align: middle;
}

td.productImage img
{
    width: 200px;
    height: 210px;    
}

.productDetails
{
    vertical-align: top;
    background-color: #e9e3db;
    width: 410px;
}
.productDetails table tr td
{
	vertical-align: top;	
}

.productHeader
{
    height: 20px;
    border-bottom: 1px solid #cccccc;
    padding: 3px;
}
.productHeader h2
{
    margin: 0px;
    padding: 0px;
    font-size: 13pt;
}

.productDescription
{
    padding: 3px;
    height: 140px;
}

.productFooter
{
    bottom: 3px;
    border-top: 1px solid #cccccc;
    width: 100%;
}
.productPrices
{
    padding: 3px;
    float: left;
    width: 40%;
    border-right: 1px solid #cccccc;
    color: Red;
}
.productButtons
{
    padding: 3px;
    width: 50%;
    float: left;
    text-align: right;
    white-space: nowrap;
    margin-top: 5px;
}

