.support-all-items{
    width: 100%;

}
.support-all-items td{
    padding: 20px;
    width: 50%;
    vertical-align: top;
    text-align: left;
}
/****************************************/
.item-list a{
    color: #003366;
    font-size: 13px;
    font-weight: bold;
}
.item-list .title{
    font-size: 16px;
    font-weight: bold;
    color:#000000;
    list-style: none;
}
/****************************************/
.item-list-manual{
    padding: 0px;
    margin: 0 0 20px 0;
    list-style: none;
}
.item-list-manual a{
    color: #003366;
    font-size: 13px;
    font-weight: bold;
}
.item-list-manual li{
    padding-left: 20px;
}
.item-list-manual .title{
    font-size: 14px;
    font-weight: bold;
    color:#000000;
    list-style: none;
    padding-left: 0px;
}
/******************************************/
.support-manual{
    width: 100%;
    vertical-align: top;
    text-align: left;
}
.support-manual .menu{
    width: 250px;
    padding-right: 15px;
    border-right: 1px solid #999;
    vertical-align: top;
}
.support-manual li.active{
    background: #ccc;
}
.support-manual .content{
    vertical-align: top;
    font-size: 13px;
    font-family: tahoma;
}
.support-manual .content .text-red{
    color: red;
}

.support-manual .breadcrumbs{
    background: #eeeee0;
    padding: 4px 10px;
    margin-bottom: 10px;
    color: #003366;
    font-weight: bold;
}
.support-manual .breadcrumbs a, .support-manual a{
    color: #003366;
    font-weight: bold;
}
.support-manual img{
    border: 1px solid #999;
    padding: 3px;
    margin-bottom: 20px;
}
.support-manual .title_section{
    color: #003366;
    font-weight: bold;
}
.support-manual ul.style_decimal{
    list-style-type: decimal;
}
.support-manual ul.style_disc{
    list-style-type: disc;
}
.support-manual .btn{
    color: #fff;
    font-weight: normal;
}
.support-manual .no_border{
    border: none;
}