.poffice h2 {
    border-bottom: 1px dotted #115b9d;
    color: #115b9d;
    font-size: 14px;
    margin: 0 0 5px 0;
    padding: 5px 0;
    text-transform: uppercase;
}
.poffice .subscription {
    width: 100%;
}
.poffice .subscription td {
    background: #f7f7f3;
    font-size: 12px;
    font-weight: bold;
    list-style: none;
    padding: 7px 10px;
    text-align: center;
    white-space: nowrap;
}
.poffice .subscription .date {
    text-align: left;
}

.poffice .clear {
    clear: both;
    width: 1px;
    height: 1px;
}

.poffice .more li 
{
    /*background: transparent url(/i/li-next.gif) left 6px no-repeat;*/
    font-weight: bold;
    list-style: none;
    margin: 0;
    padding: 0 0 0 20px;
}

.toggle h2 {
    background-position: 5px center;
    background-repeat: no-repeat;
    background-image: url(/i/li-down.gif);
    cursor: pointer;
    padding-left: 20px;
}
.toggleClose h2 {
    background-image: url(/i/li-next.gif);
}
.toggleClose div.block {
    display: none;
}