
ul.latest-news {
	list-style:none;
	padding:0 10px;
	margin: 0px;
}

ul.latest-news li.item {
	font-weight:bolder;
	padding:5px 0;
	font-size: 80%;
}

ul.latest-news li.item a.title {
	color:#000000;
	margin-left:40px;
	text-decoration:none;
	display:block;
}

ul.latest-news li.item p.time {
	float:left;
	margin:0;
	padding:0;
}

ul.latest-news li.item a:hover {
	text-decoration:underline;
}

ul.tag-relations p.time {
	float: left;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

ul.tag-relations li a {
	margin-left: 60px;
	text-decoration: none;
	font-weight: bolder;
	display: block;
}

ul.latest-news.bnb {
	background-image: url(../images/bnb.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-bottom: 40px;
}

ul.latest-news.ritzau {
	background-image: url(../images/ritzau_logo.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-bottom: 40px;
}

ul.latest-news.image {
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-bottom: 40px;
}



div.articleLatestNewsColumns {
	float:left;
	width:33%;
}

ul.latest-news li.list-date {
	border-top:1px solid #E4E6E5;
	border-bottom:1px solid #E4E6E5;
}

ul.latest-news li.list-date p {
	font-size:15px;
	color:#000000;
	padding: 0;
	margin: 0;
}

ul.latest-news li.list-date p:first-letter {
	text-transform: uppercase;
}

