
.CategoryControl {
    background: #fff none repeat scroll 0 0;
  margin-bottom:10px;
}
.CategoryControl .Header {
   border-left: 4px solid #0074bc;
   height: 26px;
   margin: 0;
   padding: 0 10px;
   background: #dce8fe;
}
.CategoryControl .Header > span {
    display: inline-block;
    color: #0074bc;
    font-size: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 28px;
    font-weight: bold;
}
.CategoryControl .Detail {
    padding: 5px;
}
.CategoryControl .Detail .UserItem {
     background: rgba(0, 0, 0, 0) url("images/arr_b.png") no-repeat scroll left center;
     padding: 2px 0 2px 15px;
}
.CategoryControl .Detail .UserItem > a:hover {
    color: #ef59a1;    
}