.div-subtab-root
{
    width: 100%; 
    overflow: hidden;
}
.div-subtab-tab-container
{
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 30px;
    list-style: none;
    border-bottom: 1px solid #b8bbbe;
    background-color:#ebecee;
}
.div-subtab-tab-container > li:first-child
{
    margin-left: 10px;
}
.div-subtab-tab-container > li
{
    float: left;
    height: 29px;
    line-height: 28px;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    font-family: Î¢ÈíÑÅºÚ,Helvetica;
    font-size: 14px;
}
.li-subtab-tab
{   
    border-top: 2px solid #eeeef0;
}
.li-subtab-tab-tabSelected
{ 
    border-top: 2px solid #d3390a;
    border-left: 1px solid #b8bbbe;
    border-right: 1px solid #b8bbbe;
    background-color:#eeeef0;
    color: #d3390a;
}
.div-subtab-body-container
{
    width: 100%; 
}
