﻿.threePackTable
{
    border: 0px;
    border-collapse: collapse;
    width: 98%;
    background-color: Aqua;
}

.threePackTableImageCell
{
    background-color: #eeeeee;
    width: 160px;
    height: 235px;
    text-align: center;
    padding-top: 5px;
}

.threePackTableTitleCell
{
    background-color: #eeeeee;
    width: 160px;
    text-align: left;
    vertical-align: top;
    padding-top: 5px;
    padding-left: 10px;
    font: normal 13px Arial, sans-serif;
    font-weight: bold;
}

.threePackTableSubTitleCell
{
    background-color: #eeeeee;
    width: 160px;
    padding-left: 12px;
    font: normal 12px Arial, sans-serif;
    color: #333333;
}

.threePackTableSubTitleCellText
{
    text-align: left;
}

.threePackTableSubTitleCellLink
{
    text-align: right;
    color: #215BA5;
    padding-right: 5px;
    
}

.threePackTableSubTitleCellLink a,
.threePackTableSubTitleCellLink a:visited
{
    color: #215BA5;
    text-decoration: none;
    
    }

.threePackTableSpacerCell
{
    width: 25px;
}

.threePackTableBannerCell
{
    width: 100%;
    height: 90px;
    text-align: center;
    background-color: Lime;
}
