﻿.productImage
{
    text-align:center;
    float: left;
    border: 1px solid #EFEFEF;
    padding: 2px;
}
.productTitle
{
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    color: Gray;
    margin-bottom: 5px;
}
.productDescription
{
    text-align: left;
    color: Silver;
    margin-top: 5px;
    margin-bottom: 5px;
}
.productPrice
{
    text-align: center !important;
    font-weight: bold !important;
    font-size: 16px !important;
}
.productPriceLabel
{
    color: gray;
    text-align: center !important;
    font-size: 12px !important;
}
.productStrikePrice
{
    color: Silver !important;
    font-size: 12px !important;
    text-decoration: line-through;
}
.productPromoPrice
{
    margin-left: 5px !important;
    color: #ED1B2E !important;
}
.productPromoText
{
    font-size: 12px !important;
    color: #ED1B2E !important;
}
.productPromoPriceLabel
{
    color: green;
    text-align: center !important;
    font-weight: bold !important;
    font-size: 12px !important;
}
.productAdditionalPrices
{
    color: gray;
    text-align: center !important;
    font-size: 11px !important;
}