﻿#imgProduct
{
    border: 1px solid lightgray;
}

.divLeftMerchandise
{
    float: left;
    width: 85px;
    text-align: center;
    font-size: 0.8em;
}

.divRightMerchandise
{
    float: right;
    width: 525px;
}

.ProductLabel
{
    color: gray;
}

.NoImageBorder
{
    border: none;
}
