.CategoryControl {
        background: #fff none repeat scroll 0 0;
        margin-bottom:10px;
}
.CategoryControl .Header {
        background: rgba(0, 0, 0, 0) url("images/r.png") no-repeat scroll left center;
        height: 25px;
}
.CategoryControl .Header > span {
        color: #b90e01;
        display: inline-block;
        font: bold 14px/22px "Segoe UI",Tahoma,Verdana;
        padding: 0 0 0 32px;
        white-space: nowrap;
}
.CategoryControl .Detail {
        padding: 0 10px 10px;
        min-height: 250px;
}
.CategoryControl .Detail .UserItem {
        background: rgba(0, 0, 0, 0) url("images/arr.png") no-repeat scroll left center;
        padding: 2px 0 2px 10px;
}

.CategoryControl .Detail .UserItem > a {
        padding-left: 2px;
}