.list-item.doc-unaccessible h3.list-item-heading {
	background: transparent url('/img/dp/doc-unaccessible-big.gif') no-repeat scroll 0 0em;
	padding-left: 20px;
	padding-top: 0.2em;
}

.list .list-item.doc-unaccessible .accessibility-info a {
	background-image: url('/img/dp/doc-unaccessible.gif');
}

.portal-mp .list-item.doc-unaccessible h3.list-item-heading {
	background: transparent url('/img/dp/doc-unaccessible-big.gif') no-repeat scroll 0 0em;
}

.portal-mp .list .list-item.doc-unaccessible .accessibility-info a {
	background-image: url('/img/mp/doc-unaccessible.gif');
}

.portal-up .list-item.doc-unaccessible h3.list-item-heading {
	background: transparent url('/img/dp/doc-unaccessible-big.gif') no-repeat scroll 0 0em;
}

.portal-up .list .list-item.doc-unaccessible .accessibility-info a {
	background-image: url('/img/up/doc-unaccessible.gif');
}


/* Specificke PP */

.portal-pp .Portlet_LatestDocs_Box .list {
    margin-top: 3px;
    margin-bottom: 5px;
}

.portal-pp .Portlet_LatestDocs_Box .list .list-item {
    margin-bottom: 11px;
}
    .portal-pp .Portlet_LatestDocs_Box .list .last {
        margin-bottom: 0;
    }
    
.portal-pp .Portlet_LatestDocs_Box .list-item-heading {
    font-size: 1em;
}
    .portal-pp .Portlet_LatestDocs_Box .list-item-heading .unaccessible {
        background-position: 0 6px;
    }


    .portal-pp .Portlet_LatestDocs_Box .params {
        position: relative;
        padding-bottom: 4px;
    }
        .portal-pp .Portlet_LatestDocs_Box .params .category {
            font-family: Georgia, serif;
            font-weight: bold;
            font-size: 1em;
            color: #101010;
        }
    
        .portal-pp .Portlet_LatestDocs_Box .params .date {
            position: absolute;
            top: 0; right: 0;
            background-position: 0 5px;
        }
        
    .portal-pp .Portlet_LatestDocs_Box .perex {
        margin-top: 5px;
    }
