
.CategoryControl {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e0e0e0;
  margin-bottom:10px;
}
.CategoryControl .Header {
    background: #049be2 none repeat scroll 0 0;
    border-radius: 3px 3px 0 0;
    height: 26px;
}
.CategoryControl .Header > span {
    color: #fff;
    font: bold 10pt/26px arial;
    padding-left: 20px;
    text-transform: uppercase;
}
.CategoryControl .Detail {
    padding: 0 10px 10px;
}
.CategoryControl .Detail .UserItem {
     background: rgba(0, 0, 0, 0) url("images/arr.png") no-repeat scroll left center;
    padding: 2px 0 2px 10px;
}
