﻿DIV#rowNames
{
    float: left;
    margin: 83px 0px 0px 30px;
}

DIV#rowNames UL
{
    list-style: none;
    line-height: 44px;
}

DIV#rowNames UL LI
{
    font-size: 1em;
    text-align: right;
    color: #111;
}

DIV#planTable
{
    margin-bottom: 30px;
    float: right;
}

DIV#planTable TABLE
{
    border: 1px solid #d3d4d3;
    text-align: center;
}

DIV#planTable TABLE THEAD
{
    background: #ededed url('../images/table_header.gif') repeat-x bottom;
}

DIV#planTable TABLE THEAD TD
{
    padding: 15px 0px 15px 0px;
    width: 177px;
    border-right: 1px solid #d3d3d3;
}

DIV#planTable TABLE TD.last
{
    border-right: none;
}

DIV#planTable TABLE THEAD TD H2
{
    color: #000000;
    font-size: 21px;
    margin-bottom: 12px;
    font-weight: bold;
}

DIV#planTable TBODY TD
{
    font-size: 14px;
    color: #555555;
    padding: 12px 0px 12px 0px;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #e6e6e6;
}

DIV#planTable TBODY TR.color TD
{
    background: #eee;
}

DIV#planTable TBODY TR.buttons TD
{
    padding: 30px 0px 30px 0px;
    border-bottom: none;
}

DIV#faq .left
{
    width: 410px;
    float: left;
    margin-bottom: 25px;
}

DIV#faq .right
{
    width: 410px;
    float: right;
}
