.details_tab,
.details_tab_active {
    border-style:solid solid none;
    border-width:1px;
    cursor:pointer;
    float:left;
    margin-right:2px;
    padding:2px 10px;
    text-align:center;
}

.details_tab_active {
    background-color:#ffffff;
    border-color:#000000;
    color:#000000;
    font-weight:bold;
    height:20px;
}

.details_tab {
    background-color:#D6D7D9;
    border-color:#CCCCCC #CCCCCC #000000;
    height:19px;
    margin-top: 0px;
    margin-right:2px;
    width:auto;
    font-weight:bold;
    border-bottom:1px solid #CCCCCC;
}

#xajax_resp_tabs {
    width:100%;
}
