@charset "utf-8";
/* CSS Document */

/* Nyhedsoversigt */

ul#NewsTeaser, .delicious-posts ul {
	margin:0;
	line-height:1.1;
	width:180px;
	overflow:hidden;

}

li.NewsTeaserItem, li.delicious-post {
	border-bottom:1px solid #dbe4e8;
	margin:0;
	padding:2px;
	padding-bottom:0.2em;
	background-image:none;
	background:#fff;
}

.NewsTeaserItem:hover, li.delicious-post:hover {
	background-color:#f0f4f6;
}

.NewsTeaserItem a, .delicious-post a {
	display:block;
	color:#3d5159;
	margin-top:0.1em;
	line-height:1.2em;
	padding:0 0 2px 0;
}

.NewsTeaserItemDate {
	color:#888;
	margin:0;
	padding:0;
	line-height:1.1;
}

p.NewsTeaserItemTitle {
	margin:0;
	padding:0;
}
