.CategoryControl {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #eee;
        margin: 0 0 10px;
        padding: 10px;
}
.CategoryControl .Header {
        /* border-bottom: 2px solid #eabc00; */
        /* height: 32px; */
        margin: 0 0 10px;
        padding: 0;
}
.CategoryControl .Header span {
        color: #da251d;
        text-transform: uppercase;
        white-space: nowrap;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
        text-shadow: 0px 1px 1px #888;
}
.CategoryControl .Detail {
        padding: 0;
        max-height: 300px;
        overflow: auto;
}
.CategoryControl .Detail ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
}
.CategoryControl .Detail .arrow {
        background: rgba(0, 0, 0, 0) url("images/arr.png") no-repeat scroll left center;
        display: inline-block;
        height: 9px;
        width: 9px;
}
.CategoryControl .Detail .UserItem > a {
        padding-left: 2px;
}
.CategoryControl .Detail .UserItem {
        padding: 2px 0;
}
.CategoryControl .Detail .UserItem > a:hover {
        color: #830304;
        text-decoration: underline;
}
