.news-latest-container {
	width: 			200px;
	height: 		272px;

/*	border-left: 	1px solid #DFE5E8; */
	background-color: #F4F7F8;
}

.news-latest-item {
	height: 		115px;
	
	padding:		5px 5px	5px 15px;	

	border-bottom: 	1px solid #DFE5E8;
}
.news-latest-header {
/*	font-weight: bold; */
}

.news-latest-date {
	border-right: 1px solid #F08B06;
	padding-right: 4px;
	margin-right: 4px;
/*	font-weight:	bold; */
}

.news-latest-item-text {
	width: 90%;
/*	text-align: justify; */
	overflow: hidden;
}

.news-latest-morelink {
	margin-right: 10px;
	padding-left: 10px;
	width: 22px;
	/*text-align: right; */
	background: url('images/more.gif') left center no-repeat;
}

/*
*/