pre emphasize {
    font-style:italic;
}
#header-autocomplete-rs {
    position:absolute!important;
    background:#fff;
    width:164px!important;
    max-height:200px;
    overflow:hidden;
}
#header-autocomplete-rs ul {
    list-style:none;
    margin:0px;
}
#header-autocomplete-rs li {
    width:150px;
    margin:0 4px 0 4px;
    padding:0 3px 0 3px;
    font-size:0.9em;
    background:orange;
    overflow:hidden;
}
#TopThemen ul.level1 {
    background:#E94E00;
}
#TopThemen li.title {
    color:#000;
}
/*	SOCIAL	*/
a.addthis_button_tweet {
    padding-right:27px!important;
}
a.addthis_button_google_plusone {
    padding-right:27px!important;
}
a.addthis_button_facebook_like {
    padding-right:57px!important;
}
a.addthis_counter {
    padding-right:57px!important;
}

/* Print Articles */

.list_box.article {
    overflow:hidden;
    padding-bottom:0.5em;
}

.list_box.article .article-teaser p {
    margin:0;
}

.article_status_text {
    border-radius: 3px 3px 3px 3px;
    font-size: 7px;
    padding: 2px 3px;
    text-transform: uppercase;
    vertical-align: top;
    vertical-align: -webkit-calc(9px);
    vertical-align: calc(9px);
    color:#fff;
}

.article_status_text.free {
    background-color: #6BAF6C;
}

.article_status_text.premium {
    background-color: #FC3F3C;
}
/*	LIGHTBOX	*/
#lightbox {
    display:none;
}
/*	POLL	*/
.content-poll-results .resultbar {
    background:#ff0000;
    height:5px;
}

