*{
	margin:0;
	padding:0;
}
body{
	background:#ddd;
  font-family:Roboto,sans-serif;

	font-size:12px;
}


/*	background-color:#333;*/

.cn_wrapper{

	height:350px;
	position:relative;
	color:#3e3d40;
	overflow:hidden;
	padding:5px;

}
.cn_wrapper h1{
	font-size:20px;
}
.cn_wrapper h2{
	font-size:15px;
	padding-bottom:0px;
}

/*	
  width:200px;
	height:250px;
*/

.cn_list{
  float:left;

	margin:15px 0px 0 100px;
}


.cn_list h2{
  color:white;
  margin:0;
}


.cn_preview{
  float:right;
	height:300px;
}


.cn_content{
	top:360px;/*5*/
	left:300px;
	padding:10px;
	position:absolute;
	height:330px;

}



.cn_content h1{
  color:#026EB9;

}


/*	-moz-box-shadow:1px 1px 4px #000;*/
/*	-webkit-box-shadow:1px 1px 4px #000;*/
/*	box-shadow:1px 1px 4px #000;*/


.cn_content img{
	width:120px;


}

.cn_content p{
	height:277px;
	margin-top:2px;
	overflow:hidden;
}
a.cn_more{
	position:absolute;
	padding: 4px 0px;
	left:0px;
	bottom:0px;
	width:236px;
	color:#fff;
	text-align:center;
	font-size:12px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #011c44;
	text-transform:uppercase;
	text-decoration: none;
	border:1px solid #4c7ecb;
	outline:none;
	cursor:pointer;
	background-color: #1951A5;
	background-image:
		-moz-linear-gradient(
			top,
			rgba(255,255,255,0.25),
			rgba(255,255,255,0.05)
		);
	background-image:
		-webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(0, rgba(255,255,255,0.25)),
			color-stop(1, rgba(255,255,255,0.05))
		);
	-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;
	-moz-box-shadow:1px 1px 3px #111;
	-webkit-box-shadow:1px 1px 3px #111;
	box-shadow:1px 1px 3px #111;
}
a.cn_more:hover{
	color: #011c44;
	text-shadow: 1px 1px 1px #ccdffc;
}
.cn_item{
	border:1px solid #4C7ECB;
	cursor:pointer;
	position:relative;
	overflow:hidden;
	height:16px;
	color:#3e3d40;
  padding: 2px 5px 5px 2px;
  margin:3px;
	background:#2b2b2b;
	background:
		-webkit-gradient(
			linear,
			left top,
			left bottom,
			from(#171717),
			to(#2b2b2b)
		);		
		background: -moz-linear-gradient(center top , #006FB5, #095893) repeat scroll 0 0 transparent;
}

/*	-moz-box-shadow:1px 1px 3px #111;*/
/*	-webkit-box-shadow:1px 1px 3px #111;*/
/*	box-shadow:1px 1px 3px #111;*/
/*	-moz-border-radius:5px;*/
/*	-webkit-border-radius:5px;*/
/*	border-radius:5px;*/



.cn_item:hover, .selected{


    background-color: #fff;
    background-image: -moz-linear-gradient(center top , rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.05));
    border-color: #f1f1f1;

	background-image:
		-webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(0, rgba(255,255,255,0.25)),
			color-stop(1, rgba(255,255,255,0.05))
		);
}


.cn_item:hover h2,
.cn_list .selected h2,
.cn_item:active h2{
	color: #026EB9;
	border-color:#026EB9;
}
.cn_item:hover p,
.cn_list .selected p,
.cn_item:active p{
	border-color:#527CBB;
}
.cn_item:active {
	color: #026EB9;
	text-shadow: 1px 1px 1px #ccdffc;
}
.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;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
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;
}
