﻿#TopItems {
    width:810px;
    height: 314px;
}
#TopItemsTitleBackground {
    background-color: #e1e1e1;
    display: table-cell;
    height: 30px;
    width: 790px;
    vertical-align: middle;
}
#TopItemsTitle 
{
    padding-right: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #2e2e2e;
}
.WhatsNewItem {
    height: 237px;
    width: 150px;
    border-style: solid;
    border-width: 1px;
    border-color: #E1E1E1;
    margin: 11px 0 0 8px;
    float: right;
    position: relative;
}
.WhatsNewTitleItem{font-size: 16px;font-weight: bold;color: #009dd2;text-align: center;padding-top: 15px;}
.WhatsNewImageItem{background-repeat: no-repeat;height: 90px;width: 150px;margin-top: 10px;background-size: 150px 90px;}
.WhatsNewTextItem{ font-size: 12px;font-weight: bold;color: #2e2e2e;text-align: center;padding-top: 10px;height: 30px;}
.WhatsNewPriceItem{ font-size: 14px;font-weight: bold;color: #009dd2;text-align: center;}