.cn_wrapper{
	margin:0 auto;
	width:639px;
	height:427px;
	position:relative;
	overflow:hidden;
	padding:5px;
	background-color:#f7e0ae;
	top:5px;
}



.cn_preview, .cn_list{
	width:330px;
	height:400px;
	position:absolute;
	top:2px;
	left:6px;
	
}
.cn_preview{
	left:125px;
}
.cn_content{
	
	top:500px;/*5*/
	left:5px;
	width:492px;
	padding:10px;
	position:absolute;
	background-color:#fcf2dd;
	height:403px;
	z-index:10;
	

}

.cn_date{
	position:absolute;
	bottom:30px;
	right:8px;
	font-size:11px;
}
.cn_category{
	position:absolute;
	bottom:30px;
	left:8px;
	font-size:11px;
	padding:1px 3px;
	background:#ccc;
	border:1px solid #ddd;
	color:#000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.cn_content p{
	margin-top:2px;
	overflow-x:auto;
	overflow-y:auto;
	height:323px;
	padding:0 15px;
}




.cn_wrapper h1, h2{
	font-size:18px;
	padding:10px 0 0 15px;
	color:#c4a25b;
	font-family:Papyrus;
}


a.cn_more{
	position:absolute;
	padding: 4px 0px;
	left:0px;
	bottom:0px;
	width:100px;
	color:#fff;
	text-align:center;
	font-size:12px;
	letter-spacing:1px;

	
	text-decoration: none;
	border:1px solid #4c7ecb;
	outline:none;
	cursor:pointer;
	color: #1951A5;
	
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-border-bottom-left-radius: 5px;
	-border-bottom-right-radius: 5px;


}
a.cn_more:hover{
	color: #011c44;
	
}
.cn_item{

	cursor:pointer;
	position:relative;
	overflow:hidden;
	color:#fff;
	
}



.cn_item:hover, .selected{
	border-color:#4c7ecb;
	color:#ffffff;
	
}
.cn_item:hover h2,
.cn_list .selected h2,
.cn_item:active h2{
	border-color:#2C5FAC;
	color: #a31404;
	font-size:18px;
	
}
.cn_item:hover p,
.cn_list .selected p,
.cn_item:active p{
	border-color:none;
}
.cn_item:active {
	color: #011c44;

}
.cn_list p{
	height:29px;
	padding-top:2px;
	overflow:hidden;
	border-top:1px solid #333;
}
.cn_nav{
	width:55px;
	height:24px;
	position:absolute;
	bottom:0px;
	left:94px;
}
a.cn_next, a.cn_prev{
	float:left;
	height:23px;
	width:23px;
	background-color:#212121;
	background-repeat:no-repeat;
	background-position:center center;
	cursor:pointer;
	outline:none;
	border:1px solid #111;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

}
a.cn_next{
	background-image:url(../images/next.png);
}
a.cn_prev{
	margin-right:5px;
	background-image:url(../images/prev.png);
}
.cn_nav a:hover{
	background-color:#101010;
}
.cn_nav a:active{
	margin-top:1px;
	background-color:#000;
}
.cn_nav a.disabled{
	opacity:0.5;
}
.cn_page{
	display:none;
}
