.dhx_tabcontent_zone{
  overflow:hidden;
  position:relative;
  overflow:auto;
  background:url(../images/bgProdTabbarHor.gif) no-repeat left top;
}

.dhx_tabbar_zone .dhx_tabcontent_zone{
  /*border-bottom:1px solid #91A7B4;
     border-left:1px solid #91A7B4;*/
  border-right:0px solid #ffffff;
  border-top:0px solid #91A7B4;
}

.dhx_tab_element div{
    font-family:Arial,tahoma;
    font-size:12px;
	color:#000000;
}

.dhx_tab_element{
    font-family:arial;
    font-size:11px;
    text-align:center;
    cursor:pointer;
    position:absolute;
    overflow:hidden;
}

.dhx_tabbar_zone .dhx_tab_element{
    padding:3px 0px 3px 0px;
}

.dhx_tab_element_inactive{
    font-weight:normal;
    z-Index:4;
}

.dhx_tabbar_zone .dhx_tab_element_inactive{
    margin-top:3px;
    margin-left:0px;
}

.dhx_tab_element_active{
    background-color: #F0F8FF;
    font-weight:bold;
    z-Index:6;
}

.dhx_tabbar_row{
    overflow:hidden;
}

.dhx_tabbar_zone .dhx_tabbar_row{
    margin-top:-5px;
    position:relative;
}

.dhx_tablist_line{
    height:1px;
    overflow:hidden;
    background-color:#91A7B4;
    width:100%;
    position:absolute;
    left:0px;
    z-Index:5;
}

.dhx_ajax_loader{
    margin-top:20px;
    margin-left:10px;    
    font-size:10pt;
    font-family:Tahoma,Arial;
    font-weight:bold;
    vertical-align:absmiddle;
}