    .yes-info ul, .yes-info ol   { padding: 0; margin: 1em 0;  }
    .yes-info li    { margin: 0.5em 0 0.5em 1.3em; }
    .yes-info ul    {list-style-type: none; //list-style-image: url('i/li.gif');  }
    .yes-info ul li
    {
        padding: 0;
        behavior: expression(
            ( !this.before && parentNode && parentNode.tagName == 'UL' )
            ?
                ( this.before = true )
                & ( parentNode.style.listStyleImage = 'none' )
                & (
                    ( this.firstChild && this.firstChild.firstChild )
                    ?
                        ( this.firstChild.style.marginTop = '-1.2em' )
                        & ( this.firstChild.style.position = 'relative' )
                    : ''
                )
                & ( eNOBR = document.createElement( '<nobr style="position: relative; display: block; width: 1.25em; left: -1.25em; margin: 0 -1.25em -1.2em 0;" />' ) )
                & ( eNOBR.innerHTML = '&mdash;&nbsp;' )
                & ( this.insertBefore( eNOBR, this.firstChild ) )
            : ''
        );
    }
    .yes-info ul>li:before
    {
        content: '\2014\a0';
        float: left;
        margin-left: -1.25em;
    }
    .yes-info ul>li>*:first-child:-moz-first-node
    {
        margin-top: -1.2em;
    }
    .yes-info ul>li>*
    {
        text-indent: 0;
    }