/* product tabs --------------*/

div.tab-container {
  padding: 50px 0 10px;
  position: relative;
}
div.tab-items {
  width: 100%;
  position: absolute;
  top: 8px;
  left: 0;
}
#ie6only div.tab-items {
  top: 8px;
}
.tab-items li {
  float: left;
  padding-left: 22px;
  margin: 0 5px 0 0;
  background: url(/resources/dyn/files/87737/_fn/tab_inactive_left.gif)  no-repeat top left;
  cursor: pointer;
  cursor: hand;
  list-style-type: none;
  font-size: 0.9em;
  color: black;
  list-style-type: none;
  text-transform: uppercase;
  font-family: "Arial Narrow", "Trebuchet MS", arial, sans-serif;
}
.tab-items li span {
  display: block;
  padding: 15px 22px 14px 0;
  background: url(/resources/dyn/files/87738/_fn/tab_inactive_right.gif) no-repeat top right;
}
.tab-items li.first {
  margin-left: 5px;
}
.tab-items li.tab-selected,
.tab-items li.over {
  background: url(/resources/dyn/files/87735/_fn/tab_active_left.gif) no-repeat top left;
}
.tab-items li.tab-selected span,
.tab-items li.over span {
  background: url(/resources/dyn/files/87736/_fn/tab_active_right.gif) no-repeat top right;
}

.tab-items ul {
  clear: both;
  margin: 0;
}
div.tab-content {
  background: white url(/resources/dyn/files/87745/_fn/tab_content.gif) repeat-x top left;
  clear: both;
  padding: 0 0 15px;
  overflow: hidden;
  border: 1px solid #d9d9d9;
}
.tab-content div.textbean {
  padding: 30px 15px 0;

}