.rss_content{
    padding: 0 10px 10px;
}
.rss_content a{
    background: url(../img/rss.png) no-repeat right;
    font-family: tahoma;
    font-size: 12px;
    text-decoration: none;
    padding-right: 20px;
    
}
.rss_content a:hover {
    background: url(../img/rss-hover.png) no-repeat right;
    font-weight: bold;
}

.rss_content ul li{
    list-style-type: none;
}

.taxonomy_content{
    padding: 0 10px 10px;
}
.taxonomy_content a{
    background: url(../img/tree.png) no-repeat right;
    font-family: tahoma;
    font-size: 12px;
    text-decoration: none;
    padding-right: 20px;

}
.taxonomy_content a:hover {
    background: url(../img/tree-hover.png) no-repeat right;
    font-weight: bold;
}

.taxonomy_content ul li{
    list-style-type: none;
}

.term_tree img{
    margin-right: 10px;
}

.term_tree img:hover{
    background-color: #ffeb80;
    border-radius: 10px;
}
#masstoggler{
    text-align: center;
}

#masstoggler a{
    text-decoration: none;
    color: #975415
}