@charset "utf-8";
/* CSS Document */


/* List View
**************************/

div.news-list-item {
	background:url(../../dotted-1.gif) left bottom repeat-x;
	margin-bottom:16px; padding-bottom:10px;
	clear:left;
}

div.news-list-item h3 {
	margin-top:0;
	border-bottom:none;
}

div.news-list-date {
	margin-bottom:4px;
}


div.news-list-item img {
	margin-bottom:0.6em;
	display:block;
}

div.news-list-item div.text {
	display:inline;
}





/* Single View
**************************/

div.news-single-item h3 {
	margin-bottom:1.5em;
}

div.news-single-backlink {
	background:url(../../dotted-1.gif) left top repeat-x;
	margin-top:2em; padding-top:0.8em;
}

div.news-single-backlink {
	background:url(../../dotted-1.gif) left top repeat-x;
	margin-top:2em; padding-top:0.8em;
}

div.news-single-image {
	margin-bottom:2em;
}










