﻿.ThumbWrapper {
    background: inherit;
    border: none;
    display:table;
    position: static;
    width: 100%;
}

.ThumbSmallImageHolder {
    display:table-cell;
    height: 128px;
    margin:auto;
    position:relative;
    text-align: center;
    top:0px;
    vertical-align: middle;
    width: 128px;
}

.ThumbTextHolder {
    display:table-cell;
    bottom:0px;
    font-weight: bold;
    position:relative;
    text-align: center;
    vertical-align: top;
}

.ThumbSmallImage {
}

.ThumbSellPrice{
    color:Blue;
}

.ThumbPromoPrice{
    color:red;
    font-weight:bold;
    font-size:inherit;
}

.ThumbProductName{
    color:Blue;
    font-weight:bold;
    font-size:inherit;
}