.CategoryControl {
        background: #fff none repeat scroll 0 0;
        margin:10px 0;
}
.CategoryControl .Header {
        border-left: 4px solid #075ece;
        height: 26px;
        margin: 0;
        padding: 0 10px;
        background: #dce8fe;
}
.CategoryControl .Header > span {
        color: #075ece;
        display: inline-block;
        font: bold 9pt/26px Arial;
        text-transform: uppercase;
        white-space: nowrap;
}
.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;
}
