/* Organic Tabs */
/* line 9, tabs.sass */
.tabs {
  clear: both;
  margin-bottom: 20px;
  /* Tabs Bar */
  /* Tab Content */
}
/* line 14, tabs.sass */
.tabs ul.tab {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
/* line 18, tabs.sass */
.tabs ul.tab li {
  float: left;
  margin: 0 1px 0 0;
	list-style: none !important;
}
/* line 21, tabs.sass */
.tabs ul.tab li a {
  display: block;
  padding: 5px;
  background: url("http://www.agilent.com/about/common/css/img/bg-contentTab.png") repeat-x bottom #257bde;
  color: white;
  font-size: 11px;
  text-align: center;
  border: 1px solid transparent;
  border-bottom: 1px solid #c7c8ca;
  text-decoration: none;
  font-weight: bold;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
/* line 38, tabs.sass */
.tabs ul.tab li a.current {
  background: white;
  color: #ffba00;
  border: 1px solid #c7c8ca;
  border-bottom: 1px solid white;
}
/* line 47, tabs.sass */
.tabs .tab-content {
  border: 1px solid #c7c8ca;
  padding: 20px;
  margin-top: -1px;
}
/* line 51, tabs.sass */
.tabs .tab-content div {
  display: none;
}
/* line 53, tabs.sass */
.tabs .tab-content .tabContent {
  display: block;
}
