.details_tab,
.details_tab_active {
    border-style:solid solid none;
    border-width:1px;
    cursor:pointer;
    float:left;
    margin-right:4px;
    padding:2px 10px;
}

.details_tab_active {
    background-color:#EAEAEA;
    border-color:#CCCCCC;
    color:#666666;
    font-weight:bold;
    height:28px;
}

.details_tab {
    background-color:white;
    border-color:#CCCCCC #CCCCCC #000000;
    height:21px;
    margin-top: 7px;
    margin-right:4px;
}

#xajax_resp_tabs {
    width:100%;
}