﻿/* News
----------------------------------*/
.news_block{
    float:left;
    width: 30%;
    margin: 0 0 0 0px;
}
.main_news_h1{
    font-family: Arial;
    font-style: italic;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: underline;
    margin-bottom: 20px;
}
.main_news_h1 a{
    color: #000;
}
.main_news_body{
    height: 315px;
    overflow: hidden;
}
.news_title, h3, h1.title{
    background:url(/modules/mod_latest_blog/images/cur_ico.png) no-repeat 10px 12px #f7f7f7;
    padding-left:20px;
}
.news{
    background:#fafafa;
    border: 1px solid #cccccc;
    margin-top:-1px;
    padding:10px;
    border-radius: 0 0 4px 4px;
    background: white;
}
.news20{
    padding: 20px;
}
.dark{
    background: #222;
    border: #777;
    border-radius: 4px;
    padding-right: 5px;
}
.news2{
    padding:6px 5px 10px 10px;
    height: 306px;
}
.one_news{
    padding:0 0 5px;
    margin:0 0 5px;
    background: url(/modules/mod_latest_blog/images/dotted.png) repeat-x bottom;
}
.one_news.last{
    background: none;
}
.news_padding{
    padding-left: 70px;
    height: 50px;
}
.news_img{
    float:left;
    /* border:1px solid #cccccc; */
    margin-right:10px;
    width: 80px;
    height: 50px;
    overflow: hidden;
    display: block;
    /* border-radius: 4px; */
}
.news_img img{
    width: 80px;
}
.time{
    color: #aaaaaa;
    font-weight: normal;
    font-size: 10px;
    margin-top: 0px;
    font-family: Tahoma, Arial;
}
.one_news a{
    font-size: 11px;
    padding-left: 0px;
    padding-right: 10px;
    margin-bottom: 2px;
    display: block;
    text-decoration: underline;
    overflow: hidden;
    max-height: 40px;

    line-height: 13px;

}
.one_news .news_img a{
    max-height: 50px;
}
.one_news a:hover{
    text-decoration: none;
}


/* slider
----------------------------------*/
.slides{
    width: 100%;
    height: 348px;
    position: relative;
    overflow: hidden;

}
.slides_runner{
    position: relative;
}
.slider{
    position: relative;
    float:left;
    width: 68.5%;
    margin-left:5px;
    margin-bottom:20px;
}
.slider_title{
    padding: 0 10px;

}
ul.slider_dot{
    margin-top:3px;
    text-align:center;
    margin-bottom: 5px;
    position: absolute;
    bottom: 0;
    left: 12px;
    padding: 0;
}
ul.slider_dot li{
    margin: 1px;
    display:inline-block;
}
ul.slider_dot li a{
    background:url(/modules/mod_latest_blog/images/dot.png) no-repeat bottom center;
    display:block;
    width:13px;
    height:13px;
}
ul.slider_dot li a.prew_slider{
    background:url(/modules/mod_latest_blog/images/prew_ico.png) no-repeat left 2px;
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    display: none;
}
ul.slider_dot li a.prew_slider:hover{
    background:url(/modules/mod_latest_blog/images/prew_ico.png) no-repeat left 2px;
}
ul.slider_dot li a.next_slider{
    background:url(/modules/mod_latest_blog/images/next_ico.png) no-repeat 4px 2px;
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    display: none;
}
ul.slider_dot li a.next_slider:hover{
    background:url(/modules/mod_latest_blog/images/next_ico.png) no-repeat 4px 2px;
}
ul.slider_dot li a:hover, ul.slider_dot li a.active{
    /* background-position:top; */
    background:url(/modules/mod_latest_blog/images/dot_hover.png) no-repeat bottom center;

}
.prew_slider{
    background:url(/modules/mod_latest_blog/images/prew_ico.png) no-repeat left 13px;
    padding-left:12px;
    margin-top:-30px;
    display:block;
    font-size:11px;
    text-transform:none;
    color:#555;
    float:left;
}
.next_slider{
    background:url(/modules/mod_latest_blog/images/next_ico.png) no-repeat right 13px;
    padding-right:12px;
    margin-top:-30px;
    display:block;
    font-size:11px;
    text-transform:none;
    color:#555;
    float:right;
}
.slider_image{
    position: relative;
    height: 348px;
    overflow: hidden;
    text-align: center;

    float: left;
}

.opisanie{
    height: 348px;
    width: 140px;
    position: absolute;
    top: 0;
    left: 0;
    background:url(/modules/mod_latest_blog/images/opasity.png) repeat;
    color:#fff;
    padding:15px 20px 10px 20px;
    font-size:11px;
    text-align: left;

    border-radius: 0 0 4px 4px;
}

.opisanie p{
    padding:5px 0;
    color: #fff;
    font-family: Tahoma;
    font-size: 11px;
}
.opisanie p b{
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    display: block;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}

/* vk widget
----------------------------------*/
#vk_groups{
    float: right;
    margin-top:20px;

}