
#container-1 {
  margin-left: -10px;
}
.ui-tabs-nav, .ui-tabs-panel {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.ui-tabs-panel {
  background: #fdfdfd url(../images/tabs-panel-bg.png) repeat-x;
  min-height: 180px;
  border: 1px solid #fdaa99;
  padding: 10px;
  /*border-top: none;*/
}

.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 0px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
}
.ui-tabs-nav li {
  float: left;
margin-right: 10px;
}
.ui-tabs-nav li a#odd {
  line-height: 15px;
  padding-top: 5px;
  height: 30px;
}
.ui-tabs-nav li a {}
.ui-tabs-nav li.last {margin-right: 0;}
.ui-tabs-nav li a {
    padding-left: 0;
    color: #fff;
    float: left;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
    line-height: 40px;
    width: 100px;
    height: 34px;
    _margin-bottom: -2px;
    background: url(../images/sprite.png) no-repeat -215px -161px;
}
.ui-tabs-nav li a:hover {background-position: -215px -125px; color: #fff;}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav .ui-tabs-selected a:hover {background-position: -215px -88px; margin-bottom: -2px; _margin-bottom: -4px; color: #ff2d00; height: 36px;}
.ui-tabs-nav .ui-tabs-selected a#odd {
  background-position: -215px -88px; color: #ff2d00; height: 30px;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected li a  {
    padding-bottom: 1px;
}

.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}

.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

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

