#latest_news_wrapper
{

	width:380px;
	height:280px;
	background-color:#4c4c4c;
	margin-right:0px;
	float:right;
}


#latest_news_header
{
	width:380px;
	height:40px;
}

#latest_news_header small
{
	color:#fff;
	display:block;
	padding-top:3px;
	font-weight:bold;
	font-size:0.75em;
}

#latest_news_header small, #latest_news_header h1, .latest_news_showing
{
	margin:0 0 0 15px;
}

#latest_news_header h1 
{
	color:#ffa032;
	margin:0;
	font-size:0.9em;
	font-weight:bold;
	margin-left:15px;
	float: left;
	display: inline;
}

.latest_news_showing
{
	width:176px;
	height:225px;
	border:2px solid #ccc;
	float:left;
	display:none;
	margin-top:1px;
	border-right:none;
	margin-left: 15px;
}


.latest_news_showing_image
{
	width:175px;
	height:119px;
	border: 1px solid #373938;
	border-bottom:none;
}

.latest_news_showing_text
{
	width:175px;
	height:101px;
	background:url(new_latest_news_text_bg4.gif) no-repeat;
	position:relative;
	margin-top:3px;
	color:#464646;
	border: 1px solid #373938;
	border-top:none;
	font-weight:bold;
}

.latest_news_main_text a
{
	text-decoration:none;
	color:#464646;
	
}

.latest_news_main_text a:hover, .latest_news_main_text span a:hover
{
	text-decoration:underline;
	
}

.latest_news_main_text span a
{
	text-decoration:none;
	color:#ffa032;
}

.latest_news_showing_text p
{
	margin:0;
	font-size:0.6em;
	padding:0 5px 5px 5px;
}

#latest_news_list
{
	width:166px;
	margin-left:193px;
	border:2px solid #ccc;
	border-left:none;
	margin-top:1px;
	
}

#latest_news_list div
{
	width:166px;
	height:45px;
	background:url(tab_sprite_bg2.gif) no-repeat 1px 0;
	position:relative;
	margin:0;
}

#latest_news_list div p
{
	color:#fff;
	font-size:0.6em;
	margin:0;
	
	font-weight:bold;
	text-align:right;
	position:absolute;
	
	margin-left:15px;
	width:115px;
	
}

a.latest_news_tab_unselected
{
	display:block;
	color:#fff;
	text-decoration:none;
	
}

a.latest_news_tab_selected
{
	font-weight:bold;
	color:#ffa032;
	text-decoration:underline;
	
}

p.latest_news_read_more 
{
	position:absolute;
	bottom:-3px;
}
p.latest_news_read_more a
{
	text-decoration:none;
	color:#464646;
}

p.latest_news_main_text span {
	color: #FF9F31;
}
