/* new style - from 11.01.2016 */	
.toptitle {
    height: 33px;
    text-align: center;
    font-family: Georgia, Arial;
    font-weight: bold;
    font-size: 1.625em;
    line-height: 33px;
    color: #231f20;
    background: #e76631;
}

.topblock {
    position: relative;
    overflow: hidden;
}
    .topblock-left {
        width: 208px;
        float: left;
        background: #757575;
        height: 390px;
    }
    #centertop.topblock-center {
        height: 390px;
        width: 584px;
        float: left;
        background: #ffffff;
    }
    #righttop.topblock-right {
        height: 390px;
        width: 208px;
        float: left;
        background: #3f3f3f;
    }
#centertop.topblock-center .ad-gallery .ad-image-wrapper,
#centertop.topblock-center .ad-gallery {
    width: 584px;
}
#centertop.topblock-center #descriptions .ad-image-description {
    width: 524px;
}
#centertop.topblock-center div.bgdesc {
    width: 544px;
}

.toppromo {
    position: relative;
    padding: 0 4px;
}
    .toppromo a {
        display: block;
    }
    .toppromo img {
        margin: 4px 0;
        display: block;
    }

.photolist {
    position: relative;
}
    .photolist-item {
        position: relative;
        height: 179px;
        overflow: hidden;
        display: block;
    }
    .photolist-title {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        padding: 6px 10px 8px;
        background: #666;
        background: rgba(0,0,0,0.5);
        color: #fff;
        text-decoration: none;
    }
	.photolist-image {
		width:208px;
	}

#left .contentblock-left {
    position: relative;
    width: 225px;
}

#right .contentblock-right {
    position: relative;
    width: 220px;
}
.contentblock-left .borderblock {
    margin-right: 17px;
}
#right .contentblock-right .borderblock {
    margin-left: 17px;
}

.borderblock {
    position: relative;
}
    .borderblock-title {
        margin-left: 4px;
        margin-bottom: -10px;
        font-family: Georgia, Arial;
        font-weight: bold;
        font-size: 1.625em;
        line-height: 120%;
        color: #231f20;
    }
        .borderblock-title span {
            padding: 0 5px;
            background: #e3e3e3;
        }
    .borderblock-holder {
        padding: 4px;
        border: 1px solid #fff;
    }
    .borderblock-title + .borderblock-holder {
        padding-top: 15px;
    }
    .borderblock-holder + .borderblock-holder {
        border-top: 0;
    }
	.borderblock-holder .vote {
        width: 100%;
		color: #ffffff;
    }

.sidelist {
    position: relative;
}
.borderblock .sidelist {
    margin: 5px;
}
    .sidelist-item + .sidelist-item {
        margin-top: 4px;
        padding-top: 4px;
        border-top: 1px solid #c0c0c1;
    }
    .sidelist-link {
        color: inherit;
        text-decoration: none;
        display: block;
    }
    .sidelist-image {
        border: 1px solid #fff;
        margin-bottom: 4px;
        display: block;
		width: 181px;
    }
    .sidelist-date {
        color: #818285;
    }
    .sidelist-title {
        display: block;
    }

.lightmenu {
    position: relative;
    margin: 0;
    padding: 0;
}
    .lightmenu li {
        margin: 0;
        padding: 0;
        list-style: none;
        background: #e76631;
        color: #fff;
    }
    .lightmenu li + li {
        margin-top: 1px;
    }
    .lightmenu a {
        padding: 5px 14px;
        color: inherit;
        text-decoration: none;
        display: block;
    }

.sidemenu ul,
.sidemenu {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 11px;
    line-height: 1.2;
}
.sidemenu ul {
    border-bottom: 1px solid #c5c5c5;
    display: none;
}
    .sidemenu li {
        position: relative;
        margin: 0;
        padding: 0;
        list-style: none;
        background: #6c6c6c;
        color: #fff;
    }
    .sidemenu ul li {
        background: #bcbdc0;
    }
    .sidemenu ul li:first-child,
    .sidemenu li + li {
        border-top: 1px solid #c5c5c5;
    }
    .sidemenu a {
        position: relative;
        min-height: 31px;
        padding: 0 0 0 38px;
        color: inherit;
        text-decoration: none;
        display: block;
    }
    .sidemenu a.active {
        background: #e76631;
    }
    .sidemenu a:before {
        content: "";
        width: 0;
        height: 31px;
        margin-left: -1px;
        display: inline-block;
        vertical-align: middle;
    }
    .sidemenu a > span {
        display: inline-block;
        vertical-align: middle;
    }
    .sidemenu a > span:before {
        content: "";
        width: 8px;
        height: 8px;
        margin-left: -13px;
        margin-right: 5px;
        background: #e76631;
        display: inline-block;
        vertical-align: baseline;
    }
    .sidemenu a > img + span:before {
        display: none;
    }
    .sidemenu img {
        position: absolute;
        top: 0;
        left: 0;
        border-left: 1px solid #c5c5c5;
        border-right: 2px solid #e76631;
    }

.m_st {
    margin-top: 4px;
}
.m_mt {
    margin-top: 10px;
}
.m_lt {
    margin-top: 15px;
}
.m_sb {
    margin-bottom: 4px;
}
.m_mb {
    margin-bottom: 10px;
}
.m_lb {
    margin-bottom: 15px;
}


