.news-latest-container, .news-list-container {
	margin: 0;
	padding: 0;
}

.news-latest-item, .news-list-item {
	margin: 0;
	padding: 5px;
}

.news-latest-image, .news-list-image {
	margin: 0 0 0 10px;
	padding: 0;
	float: right;
}

.news-latest-content, .news-list-content {
}

div.news-latest-morelink a, .news-list-morelink a {
	margin: 0;
	padding: 0 0 0 18px;
	color: #006699;
	text-decoration: none;
	background: url(../images/link-bg.gif) left center no-repeat;
	clear: both;
}

.news-latest-morelink a:hover, .news-list-morelink a:hover {
	text-decoration: underline;
}

.news-single-item  {
	float: left;
}
/*
.news-single-img {
	float: left;
	margin-right: 1.2em;
}
*/
.news-single-backlink {
	margin-top: 10px;
    clear: both;
}

.news-single-content {
	text-align: justify;
}

.news-single-img img {
    width: 48%;
    float: left;
    height: auto;
    margin-right: 10px;
    margin-bottom: 10px;
}
