#newsDiv1 {
	width:456px; 
	margin-right:17px;
}
#newsDiv2 {
	width:461px;
}

#newsDiv12 {
	width:456px;
	margin-right:17px;
	border-top:5px solid #000;
}
#newsDiv22 {
	width:461px;
	border-top:5px solid #000;
}


#newsTopCombo {
	height:86px;	
}
	#newsTopCombo h1 {
		padding-top:16px;	
	}	
	



#nPaginationShell {
	position:relative;
	width:100%;
	height:50px;
	padding-bottom:90px;
}

#nPagination {
	position:absolute;
	right:10px;
	top:10px;	
}


	#nPagination ul {
		
	}
	#nPagination li {
		float:left;
		font-size:15px;
		padding:2px;
	}
	#nPagination li:before {
		content: "/";
	}
	#nPagination li.previous:before {
		content: "";
	}
	#nPagination li span {
		color:#939395;
		font-size:15px;
		font-weight:bold;
		font-style: italic;
	}
	#nPagination li.selected span {
		
		color:#000;
	}
	#nPagination a  {
		font-size:15px;
		color:#6D6E70;
		font-style: italic;
	}
	#nPagination i.forth {
		width:16px;
		height:20px;
		background:url(../gfx/news-arrows.png) -32px 8px no-repeat;
		float:right;
	}
	#nPagination i.back {
		width:16px;
		height:20px;
		background:red;
		background:url(../gfx/news-arrows.png) 8px 8px no-repeat;
		float:left;
	}
	#nPagination li.disabled i.forth, #nPagination li.disabled i.back {
		opacity:.5;
	}
	
	

#newsList .item {
	position:relative;
	margin-right:17px;
	float:left;
	margin-bottom:8px;
	width:456px;
	height:143px;
	border-bottom:1px solid #fff;
}
	#newsList .item.l {
		margin-right:0;
	}
	#newsList .item.ll {
		border-bottom:none;
	}
	#newsList .img {
		width:195px;
		height:128px;
		ovewrflow:hidden;
	}
	#newsList h3 a {
		font-family:BaskB;
		font-weight:bold;
		font-size:14px;
		color:#6D6E70;
	}
	#newsList h3 a:hover {
		color:#000;
	}
	#newsList .cop {
		position:absolute;
		top:0;
		left:213px;
		width:240px;
		padding:0 0 15px 10px;
	}
	#newsList .cs {
		padding-top:10px;
		font-size:12px;
	}
