/*------------ Dinh dang cho CatNewsV ----------------------*/
.NewsList{
	MARGIN: 0px 0px 30px 0px;
	PADDING-left: 10px;
	padding-right:10px;
	FONT: 12px Arial,Helvetica,sans-serif;
}

.NewsList IMG{
	BORDER-WIDTH: 0px;
}

.NewsList .CatTitle{
	FONT: bold 15px Arial;
	COLOR: #444444;
	BORDER: solid #aaaaaa;
	border-width:0px 0px 1px 0px;
	PADDING: 3px 0px 3px 5px;
	DISPLAY: block;
	white-space : nowrap;
	background:url(BGTitle.gif) left Repeat-y ;
}

.NewsList .CatTitle A{
	FONT: bold 15px Arial;
	COLOR: #f00;
}
/*----------------*/

.NewsList .News{
	MARGIN: 0px;
	PADDING: 0px;
}

.NewsList .News TD{
	MARGIN: 0px;
	PADDING: 10px 10px 30px 10px;
	width:50%;
}

.NewsList .News .NewsImg{
	MARGIN: 0px 10px 0px 0px;
	BORDER: 1px solid #586647;
	float:left;
	width:100px;
	height:66px;
}

.NewsList .News .NewsTime{
	COLOR:#808080;
	MARGIN: 5px 0px 5px 0px;
	display:block;
}

.NewsList .News .NewsTitle A{
	FONT-Weight: bold;
	MARGIN: 0px;
	COLOR:#004080;
}

.NewsList .News .NewsTitle A:hover{
	COLOR:#cc3300;
}

.NewsList .News .NewsSource{

}

.NewsList .News .NewsIntro{
	PADDING: 0px 10px 0px 15px;
	MARGIN: 0px;
	LIST-STYLE-TYPE: none;
	TEXT-ALIGN : justify;
	COLOR:#000000;
}

.NewsList .News .NewsIntro img{
	MARGIN: 0px 10px 10px 0px;
}

.NewsList .ViewDetailText{
	display:none;
}

.NewsList .NextText A{
	color:#ffffff;
	background:#4C7DBA;
	font:11px arial;
}

/*----------------*/

.NewsList .NewsOrder{
	MARGIN:15px 0px 20px 20px;
	PADDING: 0px;
	display:block;
	LIST-STYLE-TYPE:square;
}
.NewsList .NewsOrder A{
	color:#009;
	font:arial;
	font-size:11px;
	font-weight:bold;
}
.NewsList .NewsOrder A:hover{
	text-decoration:underline;
	color:#F00;
}
.NewsList .NewsOrder .NewsTime{
	display:none ;
}
