﻿table.productCompare
{
    width: 100%;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    border-collapse: collapse;
}
table.productCompare th
{
    font-size: 1em;
    font-weight: normal;
    text-align: left;
    padding-left: 10px;
    line-height: 30px;
    background-color: #41637b;
    color: #FFFFFF;
    border-bottom: 1 #FFFFFF solid;
}
table.productCompare td
{
    border: 1px #FFFFFF solid;
    line-height: 30px;
    padding-left: 10px;
}
table.productCompare thead
{
    height: 30px;
    /*background-color: #FF0066;*/
}
table.productCompare thead th
{
    /*background: trasparent;*/
}
table.productCompare tr:hover
{
    color: #FFFFFF;
    background-color: #707e99;
}
table.productCompare thead tr:hover
{
    background: trasparent;
}
table.productCompare caption
{
    border-bottom: 1 #FFFFFF solid;
    border-bottom-width: 1px;
    margin: 0px auto 0px auto;
    font-size: 1.2em;
    font-weight: bold;
    padding-bottom: 10px;
    color: #333333;
}
.ItemColumnGray
{
    background-color: #EFEFEF;
}
.ItemColumnLightGray
{
    background-color: #F5F5F5;
}
.menuTabs
{
    float: left;
    width: 160px;
}
.tab
{
    background-color: #eeeeee;
    width: 160px;
    text-align: center;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    border-left-color: #CCCCCC;
    margin-bottom: 2px;
    height: 4em;
    vertical-align: middle;
}
.selectedTab
{
    background-color: white;
    text-align: center;
    margin-bottom: 2px;
    width: 160px;
}
.tabBody
{
    border: 1px solid #CCCCCC;
    width: 520px;
    float: left;
}
.tabBox
{
    float: left;
    width: 700px;
}
.tabHover
{
    background-color: #C0C0C0;
    width: 160px;
    text-align: center;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    border-left-color: #CCCCCC;
    margin-bottom: 2px;
}
.tab a
{
    width: 160px;
    padding-top: 1em;
    padding-bottom: 1em;
}
.tab a:hover
{
    width: 160px;
    padding-top: 1em;
    padding-bottom: 1em;
    text-decoration: none;
}
