@charset "utf-8";

@import "inpage.css";
@import "button.css";
@import "form.css";
@import "pages.css";

.news {
	width: 731px;
	padding-top: 10px;
	padding-left: 6px;
	padding-bottom: 30px;
}



/*========== Module Image ===========*/
.mod_lang1 {
	background: url(../images/in_mod_news1_lang1.jpg);
	height: 61px;
}



/*========== List ===========*/
.list {
	padding-top: 5px;
}

.list tr.header_item {
	background: url(../images/header_bg.jpg);
} 

.list td.header_date {
	text-align: center;
	width: 20%;
	color: #fff;
	font-weight: bold;
	padding: 10px;
}

.list td.header_topic {
	padding: 10px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

.list td.header_hits {
	padding: 10px;
	text-align: center;
	width: 18%;
	color: #fff;
	font-weight: bold;
}

.list tr.bg0 {}

.list tr.bg1 {
	background-color: #2b2b2b;
}

.list td {
	padding: 6px;
	border-bottom: #4e4e4e 1px solid;
}

.list_date {
	text-align: center;
}

.list_topic {
	text-align: left;
	font-size: 15px;
	line-height: 25px;
}

.list_topic a {
	color: #fff;
}

.list_topic a:hover {
	color: #fff;
}

.list_content {}

.list_hits {
	text-align: center;
	font-size: 11px;
}



/*========== Content ===========*/
.content_top td {
	border-bottom: #bcb6b0 1px solid;
	padding: 5px;
}

.content_topic {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	font-weight: bold;
}

.content_date {
	text-align: left;
}

.content_hits {
	text-align: right;
}

.content_image {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

.content_txt {
	padding-top: 15px;
	padding-left: 5px;
}




/*========== Button ===========*/
.related_button {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

