/*
################## news
*/
#cld_list { width: 759px; }
#cld_list a { color: #454545; }

#cld_list a.mainimage {
	float: left;
	width: 485px; height: 352px;
	cursor: pointer;
}
#cld_list a:hover.mainimage { color: #0F63A3; text-decoration: none; }

#cld_list img.mainbox {
	width: 485px; height: 351px;
	border-bottom: 1px solid #FFF;
}
#cld_list a.text {
	display: block;
	clear: both;
	padding: 10px 10px 10px 10px;
	width: 739px;
	vertical-align: middle;
	font-size: 24px; font-weight: normal; font-family: 'trebuchet ms', arial, tahoma, serif; color: #31528D;
	background: #E3E3E3; 
}
#cld_list a:hover.text { text-decoration: none; }

#cld_list a.box {
	float: right;
	display: block;
	width: 273px; height: 352px;
	cursor: pointer;
	text-align: center;
}
#cld_list a:hover.box { 
	float: right;
	display: block;
	width: 273px;
	cursor: pointer;
	text-align: center;
}
#cld_list img.box {
	padding: 0; margin: 0;
	width: 273px; height: 175px;
	border-bottom: 1px solid #FFF;
	vertical-align: middle;
}

/*
################## news detail
*/
#tbl_detail {
	color: #454545
}
#tbl_detail h2 {
	font-size: 16px; color: #333;
	padding: 0 0 10px 0;
}
#tbl_detail div.date {
	margin: 0 0 10px 0;
	font-size: 13px; color: #999;
}
#tbl_detail div.author {
	margin: 20px 0 0 0;
	font-size: 13px; color: #454545; text-align: right;
}
#tbl_detail div.author_charge {
	margin: 2px 0 20px 0;
	font-size: 13px; color: #454545; text-align: right;
}
#tbl_detail img.right {
	float: right;
	border: 1px solid #454545;
	padding: 2px;
}
#tbl_detail img.galery {
	border: 1px solid #454545;
	padding: 2px;
}
#tbl_detail a {
	color: #0A408A;
}