.blog {}
	
	.new-blogs .list-item {
	}
	
		.new-blogs h2 {
			margin-bottom: 5px;
		}
		
			.new-blogs h2 a {
				font-size: 85%;
				padding-left: 16px;			
				color: #000;
				display: block;
				/* odstranit */
				background: URL('/img/dp/ul_li.gif') 0 0.3em no-repeat;
			}
		
		.new-blogs .params {
			padding-left: 16px;
			font-size: 0.92em;
			margin-bottom: 15px;
			padding-bottom:12px;
			border-bottom: 1px solid #CED3DE;
		}
		.info-date {
			position: relative;
		}
		.new-blogs .stars {
			position: absolute;
			right: 10px;
		}
		html>body .new-blogs .stars {
			top: 0;	right: 0;
		}
		
		.new-blogs .comment {
			margin-top: 5px;
			margin-left: 16px;
		}
	
/* pro dp */
.portal-dp .new-blogs .params { border-bottom: 0; }
.portal-mp .new-blogs .params { border-bottom: 1px solid #CED3DE; }
.portal-up .new-blogs .params { border-bottom: 1px solid #DCD48C; }

	.portal-dp .new-blogs h2 a { background: URL('/img/dp/ul_li.gif') 0 0.3em no-repeat; }
	.portal-mp .new-blogs h2 a { background: URL('/img/mp/ul_li.gif') 0 0.3em no-repeat; }
	.portal-up .new-blogs h2 a { background: URL('/img/up/ul_li.gif') 0 0.3em no-repeat; }
	.portal-pp .new-blogs h2 a {
        padding-left: 17px; 
        font-family: Georgia, sans-serif;
        color: #9B1818;
        background: URL('/img/pp/ico-blog.gif') 0 0.3em no-repeat; 
    }

    .portal-pp .Portlet_Blog_BlogNewArticlesBox {
        margin-bottom: 12px;
    }
    
    .portal-pp .new-blogs {
        padding-top: 10px;
        padding-left: 2px;
    }

    .portal-pp .new-blogs .list-item {
        background: url('/img/pp/line-dotted.gif') repeat-x scroll 0 100%;
    }

    .portal-pp .new-blogs .params {
        margin-bottom: 10px;
        border: 0;
    }

    .portal-pp .new-blogs h2 {
        margin-bottom: 3px;
        line-height: 1.16em;
    }
	
	.portal-pp .new-blogs .params {
        padding-left: 17px;
    }
	
	.portal-pp .new-blogs .params, 
    .portal-pp .new-blogs .params a {
        color: #707070;    
    }

    .portal-pp .new-blogs .last {
        background: none;
    }

    .portal-pp .new-blogs .last .params {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    
/* zruseni linky u posledni polozky */
.new-blogs .list-item .last {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
