.CategoryControl {
        background: #fff none repeat scroll 0 0;
        margin-bottom:10px;
}
.CategoryControl .Header {
        border-bottom: 2px solid #eabc00;
        height: 32px;
        margin: 0 0 10px;
        padding: 0 10px;
}
.CategoryControl .Header > span {
        border-bottom: 6px solid #b80002;
        color: #ae0002;
        display: inline-block;
        /* font: bold 10pt/30px Arial; */
        text-transform: uppercase;
        white-space: nowrap;
        font-size: 13px;
        font-weight: 600;
        line-height: 28px;
}
.CategoryControl .Detail {
        padding: 5px;
}
.CategoryControl .Detail .UserItem {
        background: rgba(0, 0, 0, 0) url("images/arr.png") no-repeat scroll left center;
        padding: 2px 0 2px 15px;
}
.CategoryControl .Detail .UserItem a{
        text-decoration: none;
}
@media only screen and (max-width: 768px){
        .CategoryControl{
                padding: 0 15px !important;
                margin-bottom: 15px !important;
        }
}
