﻿#detailTabs
    {
        padding-left: 20px;
        clear: both;
        height: 24px;
    }
    #detailTabs .tabNotSelected
    {
        margin-top: 3px;
        padding-top: 6px;
        color: #000000;
        font-weight: bold;
        height: 19px;
        position:relative;
        top:1px;
    }
    #detailTabs .tabNotSelectedLeft
    {
        float: left;
        display: block;
        text-decoration: none;
        padding-left: 14px;
        background: #D5E6C4 url(/images/common/gr_tab_unselected.gif);
    }
    #detailTabs .tabNotSelectedRight
    {
        float: left;
        display: block;
        text-decoration: none;
        background: #D5E6C4 url(/images/common/gr_tab_unselected.gif);
        background-position: right top;
        width: 13px;
    }
    #detailTabs .tabSelected
    {
        padding-top: 7px;
        color: #000000;
        font-weight: bold;
        height: 21px; 
        position: relative;
        top: 3px;
        z-index: 10;
    }
    #detailTabs .tabSelectedLeft
    {
        float: left;
        display: block;
        text-decoration: none;
        padding-left: 14px;
        background: url(/images/common/gr_tab_selected.gif);
    }
    #detailTabs .tabSelectedRight
    {
        float: left;
        display: block;
        text-decoration: none;
        width: 13px;
        background: url(/images/common/gr_tab_selected.gif);
        background-position: right top;
    }
    #viewContainer
    {
        padding: 10px 5px;
    }
    .featureContentContainer
    {
        width: 885px;
        margin: 5px 10px;
    }
