﻿.CatalogCell
{
    border-right: #98cafb 1px solid;
    border-top: #98cafb 1px solid;
    border-left: #98cafb 1px solid;
    border-bottom: #98cafb 1px solid;
    background-color: #e6f2fe;
}
.CatalogCellTitle
{
    font-weight: bold;
    font-size: 15px;
    color: #4169e1;
    font-family: Arial;
}
.CatalogItem
{
    font-size: 12px;
    color: black;
    font-family: Arial;
}
