#front-tab {
    border: 1px solid #cfd1d0;
    margin-bottom: 15px;
}

#front-tab .front-tab-head{
    border-bottom: 1px solid #cfd1d0;
    margin-bottom: 10px
}

#front-tab .front-tab-head .h-manifestations,
#front-tab .front-tab-head .h-calendar       {
    background: #fff;
    display: inline-block;
    width: 127px;
    cursor: pointer;
    font-size: 13px;
    text-align: center;
    padding: 8px 0px;
}

#front-tab .front-tab-head .h-calendar {
    padding-right: 10px;
    width: 121px;
    margin-left: -4px;}

#front-tab .front-tab-head .h-manifestations.selected,
#front-tab .front-tab-head .h-calendar.selected       {
    background: #1075b6;
    color: #fff;
}

#front-tab .front-tab-head .h-selected {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 10px 0 10px;
    line-height: 0px;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    border-color: #1075b6 transparent transparent transparent;
    _border-color: #1075b6 #000000 #000000 #000000;
    position: absolute;
    margin-top: 8px;
    margin-left: 52px;
}


#front-tab .front-tab-content .front-tab-item{
    display: none;
}

#front-tab .front-tab-content .front-tab-item.visible {
    display: block;
}


#front-tab .front-tab-content div ul{
    padding: 0px 10px;
}

#front-tab .front-tab-content div ul li{
    margin: 0px;
    padding: 5px 0px;
    list-style-position: inside;
    list-style-image: url('images/home/news_more_bullet.png');
    line-height: 25px;
    border-bottom: 1px dashed #606465;
    color:#606465;
}

#front-tab .front-tab-content div ul a:last-child li{
    border-bottom:0px;
}

.more_events {float: right;margin-top: -20px;
    margin-bottom: 8px;
    margin-right: 10px;
}

