﻿#productComparison
{
    border-style: solid solid none none;
    border-width: 1px;
    border-color: #808080;
}
#productComparison  tr
{

}
.goldCheck
{
    border-width: 1px;
    border-color: #808080 #808080 #C0C0C0 #808080;
    border-left-style: solid;
    border-bottom-style: solid;
    background-position: center center;
    background-image: url(/Content/images/gold_check.png);
    background-repeat: no-repeat;
}
.platCheck
{
    border-width: 1px;
    border-color: #808080 #808080 #C0C0C0 #808080;
    border-bottom-style: solid;
    border-left-style: solid;
    background-position: center center;
    background-image: url(/Content/images/platinum_check.png);
    background-repeat: no-repeat;
}
.emptyCheck
{
    border-bottom-style: solid;
     border-width: 1px;
    border-color: #808080 #808080 #C0C0C0 #808080;
    border-left-style: solid;
}
.productDesc
{
    border-width: 1px;
    border-color: #808080 #808080 #C0C0C0 #808080;
    border-style: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding-top:5px;
    padding-left: 5px;
    padding-bottom: 5px;
    border-bottom-style: solid;
        border-left-style: solid;
}