﻿BODY #page #right .subtabs
{
    margin: 0px;
    list-style-type: none;
    width: 575px;
}

BODY #page #right .subtabs LI
{
    display: inline;
    margin: 0;
    padding: 0;
}

UL.subtabs A
{
    background: url(../images/contenttab_left.gif) no-repeat left top;
    float: left;
    text-decoration: none;
    margin: 0;
    padding: 0;
    width: 82px;
}

UL.subtabs A SPAN
{
    display: block;
    background: url(../images/contenttab_right_home.gif) no-repeat right top;
    color: #000;
    text-decoration: none;
    float: none;
    margin: 0 0 0 1px;
    padding:  5px 5px 3px 0px;
    text-align:center;
}

UL.subtabs A:hover SPAN
{
    color: #f10;
    background-position: 100% -42px;
}

UL.subtabs A:hover
{
    background-position: 0 -42px;
}

UL.sub-tabs A.on
{
    background-position: 0 -84px;
}

UL.subtabs A.on SPAN
{
    background-position: 100% -84px;
    font-weight: 700;
}

.row1
{
    list-style-type: none;
    width: 545px;
    margin: 0;
    padding:5px 0px;
}

.col1
{
    float: left;
    height: 20px;
    width: 59px;
    margin: 0;
}

.col2
{
    float: left;
    width: 100px;
    height: 20px;
    margin: 0;
    line-height:20px;
}

.col3
{
    float: left;
    width: 385px;
    height: auto;
    line-height:20px;
    margin: 0;
}

.col4
{
    float: left;
    width: 88px;
    height: 20px;
}

.col5
{
    float: left;
    width: 470px;
    height: 20px;
}

