#tabs 
{
    border-left: 8px solid #f7f7f7;
    border-right: 8px solid #f7f7f7;
    border-bottom: 8px solid #f7f7f7;
    clear:both;
}

#tabs .ui-tabs-panel
{
    font-size: 93%;
}

#tabs h2
{
    font-size: 18px;
}

#tabs h3
{
    font-size: 146.5%;
}

.ui-tabs .ui-tabs-nav
{
    padding:0;
    position: relative;
    margin:0;
    height:40px;
    background: #f7f7f7;
}
.ui-tabs .ui-tabs-nav li
{
    float: left;
    margin: 10px -0.5em 0 1em;
    list-style: none;
    background-image: url(/c/i/fade_bg.gif);
    background-repeat: repeat-x;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
}

.ui-tabs .ui-tabs-nav li a
{
    display: block;
    text-decoration: none;
    padding: .5em 1em;
    color: #555;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected
{
    padding-bottom: .1em;
    background: #fff;
}
.ui-tabs .ui-tabs-panel
{
    padding: 1em 1.4em;
    display: block;
    background: #fff;
}
.ui-tabs .ui-tabs-hide
{
    display: none !important;
}


