/*
    ===================================================================
    Style sheet to define general stuff.
    ===================================================================
*/

a
{
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

table.compare
{
    margin-top: 1em;
    width: 99%;
}

/* Standard compare stuff. */
div.compare7
{
    width: 100%;
}

div.compare7 table.compare td,
div.compare7 table.compare th
{
    width: 14%; 
}

div.compare5
{
    width: 100%;
}

div.compare5 table.compare td,
div.compare5 table.compare th
{
    width: 19%; 
}

table.compare
{
    border-collapse: collapse;
}

table.compare th
{
    border: solid 0.1em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    text-align: center;
}

table.compare td
{
    border: solid 0.1em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    text-align: center;
}

table.compare tr.rank td,
table.compare tr.product td,
table.compare tr.divider td
{
    font-weight: bold;
}

table.compare td img
{
    float: none;
}

table.compare td.desc
{
    font-style: italic;
    text-align: left;
}

/* Compare table. */

table.compare td,
table.compare th
{
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-size: 80%;
    border-color: #BABEC0;
}

table.compare tr.product td,
table.compare tr.rank td,
table.compare th
{
    background-color: #E8F0F1;
}

table.compare tr.divider td
{
    background-color: #DEDEDE;
}

table.compare tr.feature td.yes
{
    background-color: #D3F7D3;
}

table.compare tr.feature td.no
{
    background-color: #FEC6C6;
}

table.compare tr.price td,
table.compare tr.rating td
{
    font-weight: bold;
    color: #8E0808;
    font-size: 110%;
}

table.compare a
{
    font-weight: bold;
}

table.compare td.desc
{
    font-style: italic;
    text-align: left;
    color: #606060;
}