#tabs { 
    clear: both;
    text-align: left; 
    margin: 10px 0px;
}

#tabcontrols {
  margin-left: 0px;
  background: url(/lib/yhst-95832770774638/tab1-back.jpg) 0px 0px no-repeat;
  height: 37px;
  z-index: 12;
  position: relative;
}

#tabcontrols td {
  width: 101px;
  height: 37px !important;
  text-align: center !important;
  vertical-align: middle !important;
}

#tabcontrols a:link, #tabcontrols a:visited {
    font-family: helvetica, arial;
    font-size: 12px;
    font-weight: bold;
    color: #69605a;
    text-decoration: none;
  display: block;
  padding: 10px 0px 10px;
}
#tabcontrols #tabbtn1 a:link {
  padding: 5px 0px 5px;
}

#tabcontrols a:hover {
  text-decoration: underline;
}

#tabcontrols td.selected {
  text-align: center !important;
  vertical-align: middle !important;
}

#tabcontrols td.selected a:link, #tabcontrols td.selected a:visited {
    color: #605f47;
}

#tabcontents {
    border: 1px solid #999999;
    padding: 10px;
  margin-top: -1px;
  z-index: 6;
  color: #616161;
/*
  font-size: 14px !important;
*/
}

#tabcontents #tab1 {
  padding: 10px 20px;
}

.tabshell {
  position: relative;
}
.tabtopleft, #tabbtn1 .tabtopleft {
  display: none;
}
.selected .tabtopleft {
  display: block;
  position: absolute;
  top: -11px;
  left: -15px;
}

