/* Tabs
----------------------------------*/
.ui-tabs { zoom: 1;}
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; margin: 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; margin: 0 1px 0 0; padding: 0;  background: #fff url(../images/tab-bckg.gif) top right no-repeat; }
.ui-tabs .ui-tabs-nav li span { position: relative; float: left; background: #fff url(../images/tab-bckg-left.gif) top left no-repeat; display: block; width: 4px; height: 35px; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: 9px 14px 7px 10px; font-size: 14px; color: #2b2b2b; }
.ui-tabs .ui-tabs-nav li a:focus { outline: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { border-bottom-width: 0; background: #fff url(../images/tab-active-bckg.gif) top right no-repeat;  }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected span { border-bottom-width: 0; background: #fff url(../images/tab-active-bckg-left.gif) top left no-repeat; float: left; display: block; width: 4px; height: 35px;  }
.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; color: #86153b; font-weight: bold; }
.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 { padding: 15px 25px; display: block; border-width: 0; background: none; clear: both; background: #fff; border: 1px solid #cbcbcb; border-top-width: 0; -moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; }
.ui-tabs .ui-tabs-hide { display: none !important; }
.ui-state-default, .ui-widget-content .ui-state-default { background: #ccc; }
.ui-corner-top { -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; }
.ui-widget-header { border-bottom: 1px solid #cbcbcb; height: 34px;  }
 