.newslist, .newsitem {
	width: 960px; /* calling content module, so don't use % here */
}

.newshead {
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 3px;
	overflow: hidden;
	font-size: 11px; font-weight: bold;
	line-height: 24px;
	border-bottom: 1px solid #ccc;
	color: #333;
}
	.newslhed {
		width: 60%;
		float: left;
	}
	.newsview {
		width: 35%;
		float: right;
		text-align: right;
	}

.newsltit {
	padding: 3px 10px;
	font-family: arial, tahoma; font-size: 14px; font-weight: bold;
	color: #fff;
	background: #006699 url(../../images/testbg.png) repeat-x; /* use site's corporate colour */
	border: 1px solid #ccc;
	border-bottom: 2px solid #000000;
}
.newslbod {
	margin-bottom: 10px;
	padding: 10px;
}
	.newslmvl, .newslmvr { float: left; }
	.newslmvl { width: 100px; }
	.newslmvr a { font-weight: bold; }
