.CategoryControl {
        background: #fff none repeat scroll 0 0;
        margin: 0 0 10px;
                min-height: 250px;
}
.CategoryControl .Header {
        background: rgba(0, 0, 0, 0) url("images/r.png") no-repeat scroll left center;
        height: 27px;
        background-size: 100%;
}
.CategoryControl .Header span {
        color: #b90e01;
        display: inline-block;
        font: bold 14px/27px "Segoe UI",Tahoma,Verdana;
        padding: 0 0 0 32px;
        white-space: nowrap;
        text-transform: uppercase;
}
.CategoryControl .Detail {
        padding: 10px;
}
.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;
}

@media only screen and (max-width: 768px){
        .CategoryControl {
                padding: 0 5px;
        }
}
