/* news list */

.news-list-item img {
    float: left;
    margin-right: 16px;
}

.news-list-item hr,
.news-single-item hr {
    border: 0px;
    border-top: 1px dotted #3e919b;
    margin: 18px 0px;
}

/* breadcrumbs */

#main_content .tx-ttnews-browsebox ul {
    padding: 7px 0px 30px 0px;
}

#main_content .tx-ttnews-browsebox ul li {
    list-style: none;
    float: left;
    margin-right: 2px;
}

#main_content .tx-ttnews-browsebox ul li strong,
#main_content .tx-ttnews-browsebox ul li a {
    padding: 6px 8px;
    background: #DDD;
}

#main_content .tx-ttnews-browsebox ul li strong {
    font-weight: bold;
}

/* news single */

.news-single-item img {
    margin: 4px 16px 6px 0px ;
    float: left;
}