/*верхний блок*/
.blog_head{
    background: url(/bitrix/templates/moscvet/images/border.png) bottom left repeat-x;
    padding-bottom: 10px;
    margin: 30px 0px 20px 0px;
    overflow: auto;
    clear: both;
}
.blog_head .b_search div{
    line-height: 25px;
    display: inline-block;
}
.blog_head .b_search input[type=text]{
    border: 1px solid #c2b6ab;
    padding: 0px 2px;
    margin: 0px 0px 0px 5px;
    height: 25px;
    background: transparent;
}
.blog_head div{
    float: left
}
.blog_head .count{
    float: right;
}
.blog_head .nav{
    margin-left: 50px;
}



/*статьи*/
.post{
    clear: both;
    margin-bottom: 20px;
}
.post a.name{
    font-size: 20px;
    margin-bottom: 10px;
}
.post a{
    display: inline-block;
}
.post .text{
    display: inline-block;
    width: 67%;
    padding: 0px 0px 10px 20px;
    overflow: auto;
    vertical-align: top;
}
.post .text .date{
    color: #cc0000;
    margin-bottom: 10px;
}
.post .text .more{
    color: #d50509;
    float: right;
}
.post ul{
    list-style: disc;
}

/*топ*/
.blog_top{
    /*list-style: ;*/
    list-style-type: decimal;
    padding: 10px 10px 0px 30px;
}
.blog_top li{
    margin-bottom: 5px;
}
.blog_top li:last-child{
    margin-bottom: 0px;
}
.blog_top li a{
    color: #d50509;
}
/*теги*/
.blog_tags{
    margin: 10px 10px 0px 10px;
    padding: 0px;
    overflow: auto;
}
.blog_tags li{
    border: 1px solid #999;
    padding: 0px 5px;
    margin: 1px;
    line-height: 25px;
    float: left;
    cursor: pointer;
}
.blog_tags li:hover{
    color: #d50509;
}
.blog_tags li.select{
    border-color: #d50509;
    background: #d50509;
    color: #fff;
}

.blog_bot .page_ajax{
    color: #fff;
    cursor: pointer;
    text-decoration: underline;
    padding: 5px 20px;
    display: inline-block;
    margin: 0px 0px 0px 42%;
    background: #FC9D30;
}
.blog_bot .nav{
    float: right;
}

/*подписка*/
.subscribe{
    background: url(/bitrix/templates/moscvet/images/border.png) top left repeat-x;
    margin: 20px 0px 0px 0px;
    padding-top: 30px;
    text-align: center;
}
.subscribe p{
    font-family: initial;
    font-weight: bold;
    color: #3a322e;
}
.subscribe input[type=email]{
    border: 1px solid #c2b6ab;
    padding: 0px 2px;
    margin: 0px 0px 0px 5px;
    height: 30px;
    background: transparent;
}
.subscribe #send_subscribe{
    color: #fff;
    cursor: pointer;
    background: url(/bitrix/templates/.default/images/buy_detail.png) no-repeat;
    text-align: left;
    border: none;
    width: 136px;
    height: 37px;
    text-decoration: underline;
    padding-left: 15px;
}
.subscribe #send_subscribe:hover{
    text-decoration: none;
}
.subscribe .status{
    opacity: 0;
}
.subscribe .status .ok{
    color: green;
}
.subscribe .status .er{
    color: #d50509;
}

.block-title{
    background: url(/bitrix/templates/moscvet/images/border.png) bottom left repeat-x;
    padding: 0px 0px 10px 0px;
    font-size: 20px;
    text-align: center;
}