﻿TD.Product
{
    text-align:center;
    padding:0px;
    border: groove 2px white;
    width:195px;
    vertical-align:top;
}
Table.Item
{
    margin:0;
    padding:0px 0px 0px 0px;
    border-style:none;
    width:188px;
}

.productIntroduction
{

}
.ProductName, ProductPriceLabel, ProductPrice, .ProductShippingLabel,.ProductShipping, .ProductTotalCostLabel,
.ProductTotalCost, .ProductStatus, .ProductDescription, .ProductQuantity
{
    display:block;
    width:100%;
}

.ProductImage
{
    display:block;
    margin: 0px auto 0px 0px;
    border-style:none;
    vertical-align:top;
    text-align:center;
    width:90px;
}


.ProductPriceLabel, .ProductPrice
{
    margin: 0px 0 0 0 ;
    color:Orange;
    font-weight:bold;
    font-size:12px;
    display:block;
}
.ProductPriceLabel
{
    text-align:left;
}
.ProductPrice
{
    text-align:right;
}
.ProductShippingLabel,.ProductShipping
{
    color:White;
    font-weight:normal;
    font-size:12px;
    display:block;
}
.ProductShippingLabel
{
    text-align:left;
}
.ProductShipping
{
    text-align:right;
}
.ProductTotalCostLabel, .ProductTotalCost
{
    color:White;
    font-weight:bold;
    text-align:right;
}
.ProductAddToCartButton
{
   margin: 20px auto 20px auto;
   text-align:center;
   padding: 20px auto 20px auto;
}
.ProductStatus
{
    text-align:center;
    font-style:italic;
    min-height:40px;
    height:40px;
}

.ProductName
{
    
    font-variant: small-caps;
    font-weight: bold;
    text-decoration: underline;
    line-height: 25px;
    margin:0px;
    font-size:12px;
    text-align:center;
    
}

.ProductQuantity, .ProductDescription
{
    text-align:left;
    margin:0px  2px 2px 5px;
}
.paypalPaymentMethods
{
    margin: 40px 0px 0px 0px;
    padding:20px 0px 10px 0px;
    text-align:center;
    float:right;
    
}
Div.leftColumn
{
    Width:600px;
    text-align:left;
    display:inline;
}
.spacer
{
    height:40px;
    
}