/*-------------------------------------------------------------------------------
 News CSS for supplierbank
 by Simon Pollard - Deckchair UK Ltd
 http://deckchair.co.uk
-------------------------------------------------------------------------------*/
.main_news_story {
	border-top: 5px solid #bde3f1;
	width: 660px;
	margin-bottom: 30px;
	padding-top: 10px;
	margin-top: 20px;
}
.main_news_story img {
	float: right;
	margin-left: 20px;
	margin-bottom: 30px;
	border: 2px solid #bde3f1;
}
.sub_news_story {
	border-top: 5px solid #bde3f1;
	width: 300px;
	float: left;
	padding-top: 10px;
}
.sub_news_story img {
	border: 2px solid #bde3f1;
	margin-bottom: 20px;
}
.sub_news_story h4 {
	padding-left: 0px;
	margin-bottom: 20px;
	height: auto;
}
.first {
	margin-right: 60px;
}
.more_news {
	margin-bottom: 20px;
	float: left;
	width: 660px;
	padding-top: 20px;
}
.more_news h4 {
	padding-left: 0px;
	border-bottom: 5px solid #bde3f1;
	height: auto;
	padding-bottom: 10px;
	margin-bottom: 10px;
}