/*!
 * jQuery UI Tabs 1.8.22
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
* Licensed under MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs 
{ 
    position: relative; 
    padding: 0px; 
    zoom: 1;
    background: none;
    border: none;
    font-size: 1em;
    font-family: inherit;
    padding-left: 0px;
    height: 33px;
    
}
.ui-tabs  ul.ui-tabs-nav {
    background: url('images/tabs-top-border.gif') repeat-x bottom left;
}
.ui-tabs .stNavMain li.stNavNextArrow, .stNavMain li.stNavLastArrow {
    right: -18px;
}

.ui-tabs .separator 
{
    margin-bottom: 6px;
}
.ui-tabs .ui-tabs-nav 
{ 
    margin: 0 0 0px 0; 
    padding: 0px 0px 0px 0px;
    border: none;
    line-height: normal;
    height: 33px!important;
    background:none;
}

    
.ui-tabs .ui-tabs-nav li 
{
     list-style: none; 
     float: left; 
     position: relative; 
     top: 1px; 
     margin: 0 .2em 1px 0; 
     border-bottom: 0 !important; 
     padding: 0; 
     white-space: nowrap;
    font-size: 1.15em;
    background: none;
    border: none;
    padding-left: 8px;

}
.ui-tabs .ui-tabs-nav li a 
{ 
    float: left; 
    padding: 0.5em 8px 0.5em 0px;
    text-decoration: none;
    outline: none;

}
.ui-tabs .ui-tabs-nav li.ui-tabs-active 
{ 
    margin-bottom: 0; 
    padding-bottom: 1px;
    background: url('images/tab-selected-left.png') no-repeat top left;
    border: none;
    
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    color: #602a00;
    background: url('images/tab-selected-right.png') no-repeat top right;
    padding-right: 7px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a 
{ 
    cursor: pointer; 
} /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel 
{ 
    display: block; border-width: 0; background: none;
    padding: 0;
    

}
.ui-tabs .ui-tabs-hide { display: none !important; }

.ui-helper-clearfix::before, .ui-helper-clearfix::after {
content: "";
display: table;
}

.ui-helper-clearfix::after {
clear: both;
}
