#left_content{
    width: 740px;
    margin: 16px 0 0;
    float: left;
    border-right: 1px solid #ababab;
}

#left_content .news-content .breadcrumbs{
    margin: 0 0 0 10px;
}
#left_content .news-content .breadcrumbs,
#left_content .news-content .breadcrumbs a{
    color: #666;
    font-size: 10px;
    font-style: italic;
}

.poll-view{
    margin: 10px 10px 0;
}

.poll-view .start-date{
    font-size: 10px;
    font-style: italic;
}

.poll-view .title{
    color: #333;
    font-size: 24px;
    font-weight: bold;
}

.poll-view .status{
    font-size: 10px;
    font-style: italic;
    margin: 5px 0 0;
}

.poll-view .comments{
    margin: 5px 0 0;
    font-size: 10px;
    text-align: right;
}

.poll-view .options .option{
    font-size: 15px;
    margin: 6px 0;
}

.poll-view .options .option.img{
    font-size: 15px;
    margin: 4px 0;
}

.poll-view .options .option.img .b-image{
    text-decoration: none;
}

.poll-view .options .option.img .image{
    position: relative;
    top: 20px;
    width: 50px;
    height: 50px;
}

#left_content .news-content .vote{
    width: 90px;
    float: right;
    clear: right;
    padding: 10px 0 0;
    font-size: 10px;
}

#left_content .news-content .vote .like{
    color: #640f3c;
    font-size: 10px;
    float: left;
}

#left_content .news-content .vote span{
    line-height: 21px;
}

#left_content .news-content .vote .dislike{
    color: #666;
    font-size: 10px;
    float: left;
    margin: 0 0 0 6px;
}

#left_content .news-content .vote .icon{
    width: 21px;
    height: 21px;
    background: url("../../images/news/sprite.png") no-repeat;
    float: left;
    margin: 0 2px 0 0;
    cursor: pointer;
}

#left_content .news-content .vote .like .icon{
    background-position: -18px 0;
}

#left_content .news-content .vote .dislike .icon{
    background-position: -39px 0;
}


#left_content .news-content .to-news{
    text-align: right;
    margin: 10px;
    padding: 10px 0 0;
    clear: both;
}

#left_content .news-content .to-news a{
    color: #666;
    font-size: 13px;
}


#left_content .news-content .share{
    clear: both;
    margin: 36px 0 0 10px;
}


.poll-view .options .op-option{
    font-size: 15px;
    margin: 16px 0;
    position: relative;
}

.poll-view .options .op-option.img{
    font-size: 15px;
    margin: 20px 0 0 60px;
    position: relative;
}


.poll-view .options .op-option.img .b-image{
    position: absolute;
    left: -60px;
    top: 4px;
    width: 50px;
    height: 50px;
}

.poll-view .options .op-option .op-line-all{
    width: 678px;
    height: 12px;
    background: #ccc;
    margin: 2px 0 0;
}

.poll-view .options .op-option.img .op-line-all{
    width: 618px;
    height: 12px;
    background: #ccc;
    margin: 2px 0 0;
}

.poll-view .options .op-option .op-line{
    height: 12px;
    background: #640f3c;
}

.poll-view .options .op-option .num{
    float: right;
    font-size: 13px;
    position: relative;
    top: 7px;
    font-weight: bold;
    text-align: center;
    width: 42px;
}

.poll-view .options .op-option .num span{
    font-weight: normal;
}

.thumbnail{
    position: relative;
    z-index: 0;
}
.thumbnail:hover{
    background-color: transparent;
    z-index: 50;
}
.thumbnail span{ /*CSS для увеличенного изображения*/
    position: fixed;
    background-color:#fff;
    padding: 5px;
    left: -1000px;
    border: 1px solid black;
    visibility: hidden;
    color: black;
    text-decoration: none;
}
.thumbnail span img{ /*CSS для увеличенного изображения*/
    border-width: 0;
    padding: 2px;
}
.thumbnail:hover span{ /*CSS для увеличенного изображения при наведении*/
    visibility: visible;
    top: 22%;
    left: 41%;
}