@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------------
[Table of contents]

1. Latest News / .latest_news
	1.1 Image Default / .news_image
		1.1.1 User Image / .news_image img
	1.2 Item / .news_item
		1.2.1 Item Heading / .news_header
		1.2.2 Date (long) / .news_date
		1.2.3 View Button / .news_view_btn
		
[Colour Codes]
	Item Heading: text, #389EA6 (blue-green)
	Item Date: text, #D2633C (red)
-------------------------------------------------------*/

.latest_news {
	float:left;
	padding-bottom: 20px;
	margin-bottom: 30px;
	font: 1.1em/1.5 Verdana, Arial, Helvetica, sans-serif;
	background : url(../../_sharedimg/newsevent_div_line.gif) no-repeat bottom;
	display: block;
}

	.news_image {
		width: 130px;
		height: 123px;
		background: url(../../_sharedimg/news_thumb_bg.gif) no-repeat top;
		float: left;
	}
	
	.latest_news > .news_image {height:auto; min-height:123px;}
	
		.news_image img {
			height: 73px;
			width: 73px;
			padding: 10px 0 0 29px;
		}

	.news_item {
		float:left;
		width: 490px;
	}
	
	.news_item h3 {margin:0.1em 0em 0.3em 0em;}	

		.news_item a:hover h3 {
			text-decoration: underline;
		}
/*	.latest_news > .news_item {padding-left: 137px;}*/
	
		.news_header {
			padding-bottom: 9px;
			font: bold 1.4em/1.2 Verdana, Arial, Helvetica, sans-serif;
			color: #389EA6;
			background: url(../../_sharedimg/newsevent_underline.gif) no-repeat bottom;
		}

		.news_date {
			font: italic bold 1.17em/1.5 Verdana, Arial, Helvetica, sans-serif;
			color: #D2633C;
		}
			
		.news_view_btn {
			width: 62px;
			height: 26px;
		}
