/*==<Популярные направления>==*/

.destinations .title{
    font-family: "Calibri", Arial, sans-serif;
    font-size: 22px;
    color: #000000;
    font-weight: bold;
}
.destinations .styles{
    font-family: "Calibri", Arial, sans-serif;
    font-size: 18px;
    margin: 28px 0 16px 0;
}
.destinations .styles a{
    color: #4f4d4d;
    font-weight: bold;
    text-decoration: none;
    margin-right: 13px;
}
.destinations .styles a:hover{
    text-decoration: underline;
}
.destinations .styles a.active{
    color: #196793;
}

/*==</Популярные направления>==*/

/*==<ТОП>==*/

.top_dance .title{
    font-family: "Calibri", Arial, sans-serif;
    color: black;
    font-size: 22px;
    font-weight: bold;
}
.top_dance .school{
    margin-top: 10px;
    text-align: center;
    width: 100%;
}
.top_dance .school td{
    padding-bottom: 26px;
    vertical-align: top;
    width: 33.33%;
}
.top_dance .photo{
    padding: 12px;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    position: relative;
    width: 189px;
    margin: 0 auto;
}
.top_dance .photo a{
    display: block;
    height: 144px;
    overflow: hidden;
}
.top_dance .rating{
    margin: 12px 0 10px 74px
}
.top_dance .name{
    font-family: Arial, sans-serif;
    color: #000000;
    font-weight: bold;
}
.top_dance .reviews a{
    color: #1a7ba5;
    font-size: 12px;
    margin-top: 4px;
}
/*==</ТОП>==*/