.CompareTable
{
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    /* The following 3 lines center the table */
    margin-left: auto;
    margin-right: auto;
    width: 614px;
    text-align: center ;
    border-collapse: collapse;
    margin-bottom: 3em;
    margin-top: 1em; padding-top: 0;
}

.CompareNotes {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    /* The following 3 lines center the table */
    margin-left: auto;
    margin-right: auto;
    width: 614px;
    margin-top: -3em;
    margin-bottom: 3em;
}

/* The next two styles italicize the list numbers, per http://webdesignerwall.com/tutorials/style-your-ordered-list
  Make sure to enclose the li content in p tags */
ol.CompareNotes {
   font-style: italic
}

ol.CompareNotes p {
  font-style: normal
}

.CompareTable th
{
    font-size: 14px;
    font-weight: normal;
    padding: 12px 15px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    color: #039;
}
.CompareTable td
{
    padding: 8px 15px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    color: #669;
}
.vzebra-odd
{
    background: #eff2ff;
}
.vzebra-even
{
    background: #e8edff;
}

.CompareTable th
{
    text-align: right
}

.CompareTable #col2, .CompareTable #col4, .CompareTable #col6
{
    background: #d0dafd;
    border-bottom: 1px solid #c8d4fd;
    text-align: center ;
}
.CompareTable #col1, .CompareTable #col3, .CompareTable #col5
{
    background: #dce4ff;
    border-bottom: 1px solid #d6dfff;
    text-align: center ;
}

.CompareTable tr {
    border-bottom: 1px solid grey ;
}

.CompareTable tr:hover td
{
    color: #339;
    background: #eaeafd;
}

.CompareTable th {
    width: 30%
}
.CompareTable th + th{
    width: 14%
}
.CompareTable th + th + th{
    width: 14%
}
.CompareTable th + th + th + th{
    width: 14%
}
.CompareTable th + th + th + th + th{
    width: 14%
}
.CompareTable th + th + th + th + th + th{
    width: 14%
}
