﻿.SubcatTable
        {
            width: 830px;
            height: auto;
            position: relative;
            top: 0px;
            border: thin ridge #FF0000;
            padding: 5px;
            margin: 5px;
        }
        .SubcatTableRow
        {
            width: 820px;
            height: 300px;
            top: 0px;
            position: relative;
            padding: 5px;
            margin: 5px;
            border: thin ridge #0000FF;
        }
        .SubcatTableRowCell
        {
            border: thin ridge #00FF00;
            width: 260px;
            height: 350px;
            margin: 0px;
            top: 0px;
        }
        .SubcatTable1
        {
            width: 260px;
            height: 350px;
            top: 0px;
            text-align: center;
        }
        .dCell1
        {
            width: 260px;
            height: 35px;
            top: 0px;
            background-color: #D199A6;
            font-size: large;
            color: #2E6658;
            font-family: Arial, Helvetica, sans-serif;
            text-align: center;
        }
        .dCell2
        {
            background-position: center center;
            width: 260px;
            height: 240px;
            top: 0px;
            background-repeat: no-repeat;
        }
        .dCell3
        {
            border: thin ridge #FFFF00;
            width: 260px;
            height: 25px;
            margin: 5px;
            top: 0px;
            background-color: #E4C8E8;
            padding-right: 5px;
            padding-left: 5px;
        }
        .dCell4
        {
            width: 260px;
            height: 45px;
            top: 0px;
            
            
        }
        .dCell3:hover
        {
            border: thin ridge #FFFF00;
            width: 260px;
            height: 25px;
            margin: 5px;
            top: 0px;
            background-color: #BEB0DC;
            padding-right: 5px;
            padding-left: 5px;
        }
        .dCell1:hover
        {
            width: 260px;
            height: 35px;
            top: 0px;
            background-color: #DCB0B7;
            font-size: large;
            color: #245147;
            font-family: Arial, Helvetica, sans-serif;
            text-align: center;
        }
