.inner .bl-contacts { width: 650px; }


.inner .bl-info {
    width: 630px;
    margin: 0px 0px 20px 0px;
    padding: 10px;
}

.inner .bl-info .top { margin-top: -24px; }

.inner .bl-title {
    width: 650px;
    margin: 0px 0px 15px 0px;
}


.texts-default {  }

.texts-default .photos {
    float: right;
    width: 270px;
    padding: 0px 17px 0px 0px;
}

.texts-default .photos .item {
    border: 1px solid #b22019;
    padding: 10px;
    margin: 0px 0px 10px 0px;
}

.texts-default .photos .item .desc {
    margin: 10px 0px 0px 0px;
    color: #b22019;
}

.texts-default .text {
    width: 650px;
    float: left;
}

.texts-default .text .more {
    margin: 10px 0px 0px 0px;
    text-align: right;
    /*font-weight: bold;*/
}



.news-default { width: 650px; font-size: 100%; }
.news-default .bl { width: 620px; }

.news-default .date {
    font-size: 85%;
    color: #2aac37;
}

.news-default .link { padding: 0px 0px 0px 10px; }


.photos-default { width: 650px; }
.photos-default .text { margin: 0px 0px 30px 0px; }
.photos-default .photos .last { margin-right: 0px !important; }
.photos-default .photos img { width: 180px; }

.photos-default .photos .item {
    float: left;
    width: 180px;
    height: 260px;
    overflow: hidden;
    padding: 10px 15px 10px 15px;
    margin: 0px 10px 15px 0px;
    background-color: #f5f1e0;
}

.photos-default .photos .item .desc { margin: 10px 0px 0px 0px; }

.imagebox {
    position: absolute;
    z-index: 200;
    left: 0;
    top: 0;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
}

.imagebox .overlay {
    position: absolute;
    z-index: 200;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    background-color: #000;
}

.imagebox .img {
    position: absolute;
    z-index: 210;
    left: 50%;
    top: 0%;
    width: 710px;
    float: left;
    background-color: #f5f1e0;
    border: 1px solid #92342f;
    padding: 30px 0px 30px 0px;
    margin: 10% 0px 0px -350px;
}

.imagebox table {
    width: 90%;
    margin: 0px auto;
}

.imagebox td { 
    text-align: center; 
    vertical-align: middle;
}

.imagebox .photo { padding: 0px 15px; }

.imagebox .prev {
    display: block;
    width: 33px;
    height: 49px;
    background: url(resources/images/ico/a-prev.gif) center no-repeat;
}

.imagebox .next {
    display: block;
    width: 33px;
    height: 49px;
    background: url(resources/images/ico/a-next.gif) center no-repeat;
}

.imagebox img {
    width: 585px;
    border: 1px solid #fff;
}

.imagebox .close {
    display: block;
    clear: both;
    float: right;
    height: 17px;
    margin: 30px 0px 0px 0px;
    padding: 0px 65px 0px 25px;
    text-decoration: underline;
    font-size: 80%;
    color: #b22019 !important;
    font-weight: bold;
    background: url(resources/images/ico/close.gif) left center no-repeat;
}