@charset "utf-8";
/* CSS Document */

@import url("newscentre.common_news.css");

div.articles {
	width: 500px;
}

div.article {
	position: relative;
	margin-bottom:20px;
	padding-bottom: 22px;
	width: 500px;
	background: url(../../_sharedimg/hr_bg.gif) left bottom repeat-x;
	overflow: hidden;

}


div.article div.thumbnail {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 94px;
	height: 96px;
	background: url(../../_sharedimg/news_thumbnail_bg.jpg) top left no-repeat;
}

div.article div.thumbnail img {
	margin: 8px 12px 15px 9px;
	width:73px;
	height:73px;
}


div.article h2 {
	margin-left: 108px!important;
}


div.article p {
	margin-left: 108px!important;
}

div.article p.publicationdate {
	margin-left: 108px!important;
}



