﻿#tabs
{
    margin: 0;
    float: left;
    position: relative;
}

#tabs .tab_headers
{
    text-align: center;
    font-size: 16px;
    font-family: Georgia, Times New Roman, Serif;
    width: 125px;
    text-decoration: underline;
}

#tabs #tabs_wrap
{
    border: 1px #142848 solid;
    margin-left: 2px;
    width: 642px;
}

#tabs .tab_section h2, #tabs .tab_section h2 a
{
    padding: 0;
    margin: 0;
    font-size: 13px;
    color: #183666;
}

#tabs .tab_section
{
    padding: 10px;
    float: left;
}

#tabs .tab_section ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#tabs .tab_section a
{
    font-size: 12px;
    color: #183666;
}

#tabs .ui-widget-content { background: none;border: none;}
#tabs .ui-widget-header { background: none;border:none; }
#tabs { background: none;border:none; }

#tabs #find_tab, #tabs #shop_tab, #tabs #community_tab, #tabs #classifieds_tab {
background-color:#ffffff;
border-top: 5px solid #1d8d37;
}