
.CategoryControl {
    background: #fff none repeat scroll 0 0;
    margin: 0 0 10px;
    border: solid 1px #e3393c;
}
.CategoryControl .Header {
   background: #e3393c !important;
    border-bottom: none !important;
    border-left: solid 10px #ca1619 !important;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 10px 15px;
}
.CategoryControl .Header > span {
      color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}
.CategoryControl .Detail {
    padding: 0;
}
.CategoryControl .Detail  .ItemStyle{
   border-top: 1px solid #ebccd1;
   padding: 10px;
}
.CategoryControl .Detail .UserItem {
     background: rgba(0, 0, 0, 0) url("images/arr.png") no-repeat scroll left center;
     padding: 2px 0 2px 15px;
}
