﻿#tabs
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.tabs-content, .ajax__tab_body
{
    border: solid 1px #444;
    color: #C68038;
    margin-top: -1px;
    padding: 15px;
}

#tabs li, .tabs .ajax__tab_outer
{
    background: #fff url("../../Images/bg_leadtabdef.gif") no-repeat scroll left bottom;
    border-bottom: solid 1px #444;
    float: left;
    height: 50px;
    margin: 0 15px 0 0;
    padding: 0;
    width: 140px;
    display: block;
    list-style: none;
}

    #tabs li.active, .tabs .ajax__tab_active .ajax__tab_outer
    {
        background-image: url("../../Images/bg_leadtabcur.gif");
        border-bottom: solid 1px #fff;
    }

    #tabs li a, .tabs .ajax__tab_tab
    {
        color: #666;
        display: block;
        font-size: 18px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        text-decoration: none;
        width: 140px;
    }

        #tabs li a:hover, .tabs .ajax__tab_tab:hover
        {
            color: #fff;
            cursor: pointer;
        }

    #tabs li.active a, .tabs .ajax__tab_active .ajax__tab_tab
    {
        color: #0061bc;
    }

.tabs .ajax__tab_header
{
    overflow: hidden;
}
