#tabs {
  background: transparent;
  border: none;
  float: left;
  width: 100%;
}

#tabs .ui-widget-content {
  padding: 0;
  margin: 0;
}

#tabs .ui-widget-header {
  background: transparent;
  border: none;
  border-bottom: 1px solid #dedede;
  border-radius: 0;
  font-size: 100%;
}

#tabs .ui-state-default {
  background: transparent;
  border: none;
}

#tabs .ui-state-default a {
  color: #787878;
}

#tabs .ui-state-active {
  background: transparent url(images/uiTabsArrow.png) no-repeat bottom center;
  border: none;
}

#tabs .ui-state-active a {
  color: #6dabc2;
}

/*# sourceMappingURL=tabs.css.map */
