@charset "utf-8";
/* Copyright (C) 2010 Ngan Hang Online by hotxac */

/* News */

.news_bank{
	background:#fff url(../images/news_bank_bg.png) repeat-y;
	border:1px #cbcbcb solid;
	width:693px;
	float:left;
	margin:0 5px 5px 0;
}

#News_Feature{
	width:435px;
	padding-bottom:10px;
	float:left;
}  

#News_Feature h1{
	width:410px;
	padding:7px 10px 3px 15px;
	background: url(../images/news-banks-h2.png) no-repeat;
	border-bottom:1px #d7d7d7 solid;
}

#News_Feature h1 span a{
	color:#a7280a;
	font-size:15px;
	font-weight:bold;
	line-height:25px;
	text-transform:uppercase;
}

#News_Feature h1 span a:hover{
	text-decoration:none;
}

#News_Feature h2{
	width:410px;
	padding:7px 10px 3px 15px;
	background: url(../images/news-banks-h2.png) no-repeat;
	border-bottom:1px #d7d7d7 solid;
}

#News_Feature h2 span a{
	color:#a7280a;
	font-size:15px;
	font-weight:bold;
	line-height:25px;
	text-transform:uppercase;
}

#News_Feature h2 span a:hover{
	text-decoration:none;
}

#News_Feature .news_bank_info{
	width:415px;
	margin:5px 0px 0px 0px;
	padding:5px 5px 5px 15px;
}
 
#News_Feature .news_bank_info img{
	max-width:200px;
	max-height:170px;
	margin:0px 10px 0px 0px;
	background:transparent;
	float:left;
}


#News_Feature .news_bank_info .news_bank_title{
	font-size:16px;
	font-weight:bold;
	overflow:hidden;
	display:block;
	padding:0 5px 0 0px;
	margin-bottom:5px;
}


#News_Feature .news_bank_info .news_bank_title a{
	color:#a7280a;
	line-height:20px;
}

#News_Feature .news_bank_info .news_bank_title a:hover{
	color:#d30707;
	text-decoration:none;
}

#News_Feature .news_bank_info p{
	line-height:18px;
	margin:0 3px 0 0px;
	margin-top:0;
	padding-top:5px;
	text-align:justify;
	color:#3e3e3e;
	display:inline;
}

#News_Feature .news_bank_info ul.news_bank_other{
	margin:10px 0;
	width:100%;
	float:left;
}

#News_Feature .news_bank_info ul.news_bank_other li{
	width:100%;
	background:url(../images/bullet_5.png) no-repeat left 5px;
	padding:0 5px;
	padding-left:10px;
	margin:3px 0;
	float:left;
	display:block;
	line-height:14px;
}

#News_Feature .news_bank_info ul.news_bank_other li a{
	color:#7e7e7e;
	font-weight:bold;
	margin:0;
	padding:0;
}

#News_Feature .news_bank_info ul.news_bank_other li a:hover{
	color:#3e3e3e;
	text-decoration:none;
}


#News_list{
	width:256px;
	background:transparent;
	float:left;
}


#News_list ul.newslist_wrapper{
	width:256px;
	margin-top:5px;
}

#News_list ul.newslist_wrapper li{
	width:234px;
	height:35px;
	padding:8px 10px;
	margin:5px 1px 5px 1px;
	background:#ecefef;
	overflow:hidden;
}

#News_list ul.newslist_wrapper li.bg2{
	background:#fff;
}

#News_list ul.newslist_wrapper li img{
	width:35px;
	height:35px;
	margin:0;
	float:left;
}

#News_list ul.newslist_wrapper li p{
	width:190px;
	height:32px;
	line-height:15px;
	float:left;
	margin-left:8px;
	display:inline;
	text-align:left;
	overflow:hidden;
}

#News_list ul.newslist_wrapper li p a{
	color:#3e3e3e;
	font-size:11px;
}

#News_list ul.newslist_wrapper li p a:hover{
	text-decoration:none;
	color:#a70303;
}


/* News */