.abgne_tab {
    width:100%;
    padding-top: 10px;
}
ul.tabs {
    list-style-type:none;
    padding: 0px;
    margin: 0px;
    width: 100%;
/*    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;*/
    float: left;
}
ul.tabs li {
    display: inline;
    float: left;
    width: 160px;
/*    background-image:url("../pictures/common/img_tabs_off.png") ;*/
    background-repeat:no-repeat;
    text-align: center;
    margin-right: 1px;
}
ul.tabs li a {
    display:block;
    color: #000000;
    text-decoration: none;
}
ul.tabs li a:hover {
    display: block;
    color: #000000;
    text-decoration: none;
}

ul.tabs li.active  {
    background: #fff;
    border-bottom: 1px solid #fff;
/*    background-image:url("../pictures/common/img_tabs_on.png") ;*/
/*    background-repeat:no-repeat;*/
    background-color: #efefef;
    font-weight: bold;
}
ul.tabs li.active a:hover{
    color: #666666;
}
div.tab_container {
    margin-top: 29px;
    margin-bottom: 10px;
    padding-right: 10px;
    width:100%;
}
