/* Tabs */
.tabs {
  background: none;
  margin: 10px 0;
  padding: 0;
}

.tabs li {
  background: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tabs-selector {
  background: url(/images/tabs/tab-selector-bkg.gif) repeat-x left bottom;
  height: 24px;
  margin: 5px 0 0 0;
  padding: 0 0 0 s10px;
}

.tabs-selector-simple {
  padding-left: 10px;
}

.tabs-selector li {
  background: url(/images/tabs/tab-bkg.gif) no-repeat;
  border-right: #b8b8b8 1px solid;
  cursor: pointer;
  float: left;
  font-size: 10px;
  height: 24px;
  line-height: 24px;
  list-style: none;
  padding: 0 8px 0 10px;
}

.tabs-selector li.active {
  background: url(/images/tabs/tab-active-bkg.gif) no-repeat;
}

.tabs-selector li.right {
  position: absolute;
  right: 0;
}

.tabs-selector li.right a {
  color: #000;
  font-size: 10px;
}