	
/* NEWS */

div.news {
	clear : both ;
	width : 675px ;
	/*height : 240px ;*/
	margin-left : 38px ;
	padding-top : 20px ;
	margin-bottom : 20px ;
	border-bottom: 1px solid #CCC;
	overflow:hidden;
	padding-bottom:20px;
	}
	
div.news-detail {
	clear : both ;
	width : 660px ;
	margin-left : 43px ;
	padding-top : 20px ;
	margin-bottom : 20px ;
	}
	
div.news a,div.news-detail a{
	color: #0066CC;
	}
	
div.images {	
	display : block ;
	width: 270px;
	margin-left: 15px;
	float: left;
	overflow: hidden;
	}
	
div.images-detail {	
	margin-left: 15px;
	}
	
div.text {
	display : block ;
	width : 360px ;
	color : #666666 ;
	float:left;
	}

div.text-detail {
	display : block ;
	color : #666666 ;
	padding: 10px;
	font-size: 12px;
	line-height: 1.4em;
	clear:both;
	}

.newstitle {
	color: #666;
	float : left ;
	font-size : 13px ;
	font-weight: bold;
	clear:both;
	padding-left: 15px;
	border-left: 3px solid #88FFD6;
	margin-bottom: 15px;
	}
	
.newstitle-detail {
	font-size : 13px ;
	font-weight: bold;
	clear:both;
	padding-left: 15px;
	border-left: 3px solid #88FFD6;
	margin-bottom: 15px;
	color: #666;
	width: 450px;
	float: left;
	}
	
.news .comment {
	clear : both ;
	margin-top : 10px ;
	font-size : 12px ;
	}