@charset "utf-8";

/*Common Styles*/
.tx-pp-comments-recent a:hover,
.tx-pp-comments-recent a:active,
.tx-pp-comments-recent a:focus {
    text-decoration: underline;
    color: #000;
}

.tx-pp-comments-recent .recentComments .recentComments_Nr,
.tx-pp-comments-recent #meisten_list .meisten_item .m_anz{
    width: 47px;
    min-height: 44px;
    float: left;
    font-family: "wf-DINWeb-Bold" ;
    color: white;
    padding: 5px 0 0 0;
    background: url("../Images/pp_comments_recent_bubble.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    text-align: center;
}

.tx-pp-comments-recent #meisten_list .meisten_item,
.tx-pp-comments-recent .RCarticle {
    min-height: 55px;
    padding: 15px 0;
    clear: both;
    border-bottom: 1px solid #000;
    background: none;
}

/*Meiste Kommentare*/
.tx-pp-comments-recent #meisten_list .meisten_item:first-child {
    padding: 15px 0;
}
.tx-pp-comments-recent #meisten_list .meisten_item:last-child {
    background: none;
}
.tx-pp-comments-recent #meisten_list .meisten_item .m_anz{
    text-align: left;
    padding-left: 3px;
    color: #FFF;
    text-decoration: none;
    display:block;
}
.tx-pp-comments-recent #meisten_list .meisten_item a:hover .m_anz,
.tx-pp-comments-recent #meisten_list .meisten_item a:focus .m_anz {
    background: url("../Images/pp_comments_recent_bubble_h.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.tx-pp-comments-recent #meisten_list .meisten_item .m_title {
    margin-left: 60px;
    padding: 5px 0;
}

.tx-pp-comments-recent #meisten_list .meisten_item a .m_title {
    color: #000;
    text-decoration: none;
    font-family: "wf-DINWeb-Bold";
}

/*Anzahl pro Seite*/
.tx-pp-comments-recent .recentComments a .recentComments_Nr {
    color: #FFF;
    text-decoration: none;
    display:block;
}
.tx-pp-comments-recent .recentComments a:hover .recentComments_Nr,
.tx-pp-comments-recent .recentComments a:focus .recentComments_Nr {
    background: url("../Images/pp_comments_recent_bubble_h.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.tx-pp-comments-recent .recentComments a:hover .recentComments_Nr span,
.tx-pp-comments-recent .recentComments a:focus .recentComments_Nr span {
    text-decoration: underline;
}

/*Neueste Kommentare*/
.tx-pp-comments-recent .RCarticle {
    padding: 15px 0;
    min-height: 55px;
    border-bottom: 1px solid #000;
    clear: both;
    background: none;
}
.tx-pp-comments-recent .RCarticle:last-child {
    background: none;
}
.tx-pp-comments-recent .RCarticle a {
    font-family:  "wf-DINWeb-Bold";
    color:#000;
    display: block;
}
.tx-pp-comments-recent .RCarticle a:hover .bubble,
.tx-pp-comments-recent .RCarticle a:focus .bubble{
    background: url("../Images/pp_comments_recent_bubble_h.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.tx-pp-comments-recent .RCarticle a:hover .no-hover,
.tx-pp-comments-recent .RCarticle a:focus .no-hover,
.tx-pp-comments-recent .RCarticle a .no-hover,
.tx-pp-comments-recent .RCarticle a .no-hover{
    font-family:  "wf-DINWeb";
    text-decoration: none;
    display: inline-block;
}

.tx-pp-comments-recent .RCarticle .bubble{
    float: left;
    width:47px;
    height: 44px;
    margin-right: 1em;
    background: url("../Images/pp_comments_recent_bubble.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.tx-pp-comments-recent .RCarticle p.entry {
    margin-left: 63px;
}