.rss{
    float: right;
}

.rss img{
    float: left;
    margin-right: 7px;
}

#them_links{
    margin-top: 42px;
}

#them_links .item{
    height: 33px;
    background: url('/i/interesting_item.png') no-repeat;
    padding-left: 25px;
    line-height: 30px;
    margin-left: 5px;
    overflow: hidden;
}

#them_links .item:hover{
    background: url('/i/interesting_item_hover.png') no-repeat;
}

#education_tabs{
    height: 210px;
}

.clrtab-content .univer_content{
    background: white;
    width: 370px !important;
}

.clrtab-content .univer_content .logo{
    margin-left: 5px;
}

.clrtab-content .univer_content .title{
    font-size: 18px;
    color: #3349a4;
}

/* Цветные сворачивающиеся заголовки */


.clr-header-content .green-list{
    background: #ecf5db;
    padding: 15px 0 15px 0;
    
    /* Круглые углы */
    border:solid 0px #000000;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright:5px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
}

.clr-header-content .green-list .item{
    border-bottom: solid 1px #bdc4af;
    border-top: solid 1px white;
    margin-left: 15px;
}

.clr-header-content .green-list .item .valign{
   line-height: 40px;
}

.clr-header.green{
    background: #9acc41;
}

.clr-header.orange{
    background: #f2cb54;
}

.clr-header.blue{
    background: #63bfea;
}

.clr-header.red{
    background: #ea7a43;
}

.clr-header-content .event{
    margin-top: 15px;
}

.clr-header-content .event .data{
    float: left;
    height: 25px;
    width: 35px;
    background: #fef0c4;
    line-height: 5px;
    padding-top: 10px;
    text-align: center;
}

.clr-header-content .event .data .big{
    font-size: 20px;
}

.clr-header-content .event .data .small{
    font-size: 11px;
}

.clr-header-content .discount{
    padding: 8px;
    margin-top: 2px;
}

.clr-header-content .discount.active{
    background: #fef0c4;
}

.clr-header-content .discount img{
    float: left;
    margin-right: 20px;
}

.clr-header-content .discount .discnt_number{
    margin-left: 172px;
    margin-top: 4px;
}

#quiz{
    padding: 10px;
    background: #EDF6F7;
    margin-top: 20px;
    
/*    Углы*/
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright:5px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
}

#quiz .blue_btn{
    margin: 10px 60px;
}

#baraholka{
    margin-top: 10px;
}

#answers li{
    padding: 5px 0;
    border-bottom: solid 1px white;
    margin-right: 15px;
}

.member{
    float: left;
    width: 150px;
    padding: 10px;
    text-align: center;
}

.member img{
    float: left;
    margin-right: 5px;
}

.member span{
    font-size: 15px;
}

.afisha{
    float: left;
    margin: 0 10px;
}