.tab_item_active {
  float: left;
  margin: 2px 4px 0px 0px;
  height: 29px;
  color: #e76629;
}

.tab_item_active a {
  color: #e76629;
}

.tab_item_active .left_active {
  background: url(/images/tabs/left_side_active.png) no-repeat;
  float:left;
  height: 29px;
  width: 4px;
}

.tab_item_active .middle_active {
  background: url(/images/tabs/middle_active.png) repeat-x;
  float:left;
  height: 29px;
  line-height: 28px;
  font-size: 10pt;
  padding: 0px 10px;
  font-weight: bold;
}

.tab_item_active .right_active {
  background: url(/images/tabs/right_side_active.png) no-repeat;
  float:left;
  height: 29px;
  width: 4px;
}

.tab_item_inactive {
  float: left;
  margin: 2px 4px 0px 0px;
  height: 28px;
  cursor: pointer;
  border-bottom: 1px solid #CCCCCC;
}

.tab_item_inactive .left_inactive {
  background: url(/images/tabs/left_side.png) no-repeat;
  float:left;
  height: 28px;
  width: 4px;
}

.tab_item_inactive .middle_inactive {
  background: url(/images/tabs/middle.png) repeat-x;
  float:left;
  height: 28px;
  line-height: 28px;
  font-size: 10pt;
  padding: 0px 10px;
  font-weight: bold;
}

.tab_item_inactive .right_inactive {
  background: url(/images/tabs/right_side.png) no-repeat;
  float:left;
  height: 28px;
  width: 4px;
}

.tab_side_label {
  float: right;
  line-height: 28px;
  font-size: 0.9em;
}

.tab_container {
  width:569px;
}

.tab_submarine {
  background:url(/images/tabs/sub2.png);
  width:569px;
  height:68px;
  margin-top: -1px;
}

