a.dstags-active {
    background-color: #ccc;
}

div.dstags {
    font-size: 16px;
    float: left;
    width: 100%;
    padding: 1em 0 0 0;
    height: 92px;
    line-height: 1em;
}

    div.dstags > h3 {
        font-size: inherit;
        float: left;
    }

    div.dstags > ul {
        font-size: inherit;
        list-style: none;
        margin: 0;
        padding: 0;
        float: left;
        width: 100%;
    }
    
        div.dstags > ul.active {
            margin-bottom: 0.4em;
        }
    
        div.dstags > ul > li {
            display: block;
            float: left;
            font-size: inherit;
        }
    
    
        div.dstags > ul.passive {
            font-size: 12px;
        }
            div.dstags > ul.passive > li {
                margin-right: 6px;
            }
    

        
            div.dstags > ul.active > li {
                padding-bottom: 4px;
                padding-top: 1px;
                padding-left: 16px;
                background: url(nesting.png) 0 50% no-repeat;
                background-color: #00f;
            }
        
            div.dstags > ul > li.first {
                background-image: none;
                padding-left: 8px;
            }
            
            div.dstags > ul > li.last {
                background-image: url(nesting-last.png);
                padding-right: 4px;
                background-color: #666;
            }
            
            div.dstags > ul > li.only {
                background: #666;
                padding-left: 8px;
                padding-right: 4px;
            }
        
        
            div.dstags > ul.active > li > a {
                display: block;
                float: left;
                text-decoration: none;
                color: white;
            }
                div.dstags > ul.active > li > a:link:hover {
                    text-decoration: underline;
                }
            
                div.dstags > ul.active > li > a.delete {
                    margin-left: 4px;
                    width: 14px;
                    background: url(close.png) 0 3px no-repeat;
                    text-indent: -999px;
                }
                    div.dstags > ul.active > li > a.delete:hover {

                        background-image: url(close-hover.png);
                    }
            
            
