.banner {
    width: 638px;
    height: 60px;

    overflow: hidden;

    font-size: 14px;
    color: #5d5d5d;
    line-height: normal;
    font-family: Arial, sans-serif;

    margin: 0;
    padding: 0;

    position: relative;
}

.banner a {
    text-decoration: none;
}

.banner__title {
    width: 168px;

    position: absolute;
    display: block;
    top:10px;
    left: 0;

    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #6d6d6d!important;
    line-height: normal;

    cursor: pointer;
}
.banner__title__label {
    font-size: 16px;
    font-weight: normal;

    padding: 3px 0 0 0;
}

.banner__category {
    position: absolute;
    top: 0;
    right: 0;

    width: 465px;

    margin: 0;
    padding: 0;

    line-height: normal;
    font-size: 14px;

    list-style: none;
}
.banner__category__item {
    width: 149px;
    height: 32px;

    padding: 0 0 0 6px;
    margin: 0;


    float: left;

    line-height: normal;
}

.banner__category__item__link,
#playerBox .sponsorBottom .banner__category__item__link {
    display: block;

    height:25px;

    text-align: center;
    font-size: 14px;
    line-height: 25px;
    color: #5d5d5d!important;
    text-decoration: none;

    background: #fff;

    border: 1px solid #d3d3d3;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.banner__category__item__link:hover,
#playerBox .sponsorBottom .banner__category__item__link:hover {
    color: #f62e1d!important;

    background: #f1f1f1;

    border-color: #cecece;
}
.banner__category__item__link .iconPagerNext {
    display: inline-block;
    vertical-align: middle;
    margin-top: -1px;
}


.font-color-red {
    color: #f62e1d !important;
}
