.CategoryControl {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #e0e0e0;
        margin-bottom:10px;
}
.CategoryControl .Header {
        background: #ffe6ae url("images/n.png") no-repeat scroll right 5px center;
        height: 30px;
}
.CategoryControl .Header > span {
        color: #cc0000;
        font-size: 15px;
        font-weight: bold;
        padding: 0 0 0 20px;
        text-transform: uppercase;
        line-height: 33px;
}
.CategoryControl .Detail {
        padding: 0 10px 10px;
        min-height: 200px;
}
.CategoryControl .Detail .UserItem {
        background: rgba(0, 0, 0, 0) url("Images/i1.png") no-repeat scroll left center;
        padding: 2px 0 2px 20px;
}
