#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-head .h-manifestations {
    width: 50%;
    padding-left: 3%;
}
#front-tab .front-tab-head .h-calendar       {
    width: 45%;
}

#front-tab .list-style {margin-bottom: 0;}

#front-tab .front-tab-head .h-manifestations,
#front-tab .front-tab-head .h-calendar       {
    background: url('images/shared/front-box-header-inactive.png') no-repeat #eaeaea;
    height: 40px;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    line-height: 40px;
    font-family: "palatino-bold";
    font-size: 16px;
    color: #383838;
    cursor: pointer;
}

#front-tab .front-tab-head .h-manifestations.selected,
#front-tab .front-tab-head .h-calendar.selected       {
    background: url('images/shared/front-box-header-active.png') no-repeat;
    font-family: "palatino";
    color: #3d8db9;
}

/* #front-tab {
    border: 1px solid #cfd1d0;
    margin-bottom: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#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: 111px;
    cursor: pointer;
    font-size: 12px;
    text-align: center;
    padding: 8px 0px;
}

#front-tab .front-tab-head .h-manifestations {
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
}

#front-tab .front-tab-head .h-calendar {
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
}

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

#front-tab .front-tab-head .h-manifestations.selected,
#front-tab .front-tab-head .h-calendar.selected       {
    background: #2f708d;
    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: #2f708d transparent transparent transparent;
    _border-color: #2f708d #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/shared/content_bullet_blue.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;
}

.front-tab-content a:hover {
    text-decoration: underline;
} */