* {
    margin: 0;
    padding: 0;
}
body {
    font-family: "Myriad Pro","Trebuchet MS",sans-serif;
    font-size: 12px;
}
.cn_wrapper {
    background-color: #333333;
    border: 1px solid #111111;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 4px #222222;
    color: #FFFFFF;
    height: 300px;
    overflow: hidden;
    padding: 5px;
    position: relative;
    text-shadow: 1px 1px 1px #000000;
    width: 620px;
}
.cn_wrapper h1 {
    font-size: 20px;
    text-transform: uppercase;
}
.cn_wrapper h2 {
    border-bottom: 1px solid #000000;
    font-size: 12px;
    padding-bottom: 4px;
    text-transform: uppercase;
}
.cn_preview, .cn_list {
    height: 300px;
    left: 6px;
    position: absolute;
    top: 2px;
    width: 300px;
}
.cn_preview {
    left: 309px;
}
.cn_content {
    background-color: #101010;
    border: 1px solid #444444;
    border-radius: 5px 5px 5px 5px;
    height: 275px;
    left: 5px;
    padding: 10px;
    position: absolute;
    top: 310px;
    width: 284px;
}
.cn_content img {
    box-shadow: 1px 1px 4px #000000;
    width: 285px;
}
.cn_date {
    bottom: 30px;
    font-size: 11px;
    position: absolute;
    right: 8px;
}
.cn_category {
    background: none repeat scroll 0 0 #CCCCCC;
    border: 1px solid #DDDDDD;
    border-radius: 3px 3px 3px 3px;
    bottom: 30px;
    color: #000000;
    font-size: 11px;
    left: 8px;
    padding: 1px 3px;
    position: absolute;
    text-shadow: -1px 0 1px #FFFFFF;
}
.cn_content p {
    height: 57px;
    margin-top: 2px;
    overflow: hidden;
}
a.cn_more {
    background-color: #1951A5;
    background-image: -moz-linear-gradient(center top , rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.05));
    border: 1px solid #4C7ECB;
    border-radius: 0 0 5px 5px;
    bottom: 0;
    box-shadow: 1px 1px 3px #111111;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    left: 0;
    letter-spacing: 1px;
    outline: medium none;
    padding: 4px 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px #011C44;
    text-transform: uppercase;
    width: 302px;
}
a.cn_more:hover {
    color: #011C44;
    text-shadow: 1px 1px 1px #CCDFFC;
}
.cn_item {
    background: -moz-linear-gradient(center top , #171717, #2B2B2B) repeat scroll 0 0 transparent;
    border: 1px solid #090909;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 3px #111111;
    color: #FFFFFF;
    cursor: pointer;
    height: 49px;
    margin: 6px 5px 0 0;
    overflow: hidden;
    padding: 5px;
    position: relative;
    text-shadow: 1px 1px 1px #000000;
}
.cn_item:hover, .selected {
    background-color: #1951A5;
    background-image: -moz-linear-gradient(center top , rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.05));
    border-color: #4C7ECB;
}
.cn_item:hover h2, .cn_list .selected h2, .cn_item:active h2 {
    border-color: #2C5FAC;
}
.cn_item:hover p, .cn_list .selected p, .cn_item:active p {
    border-color: #527CBB;
}
.cn_item:active {
    color: #011C44;
    text-shadow: 1px 1px 1px #CCDFFC;
}
.cn_list p {
    border-top: 1px solid #333333;
    height: 29px;
    overflow: hidden;
    padding-top: 2px;
}
.cn_nav {
    bottom: 0;
    height: 24px;
    left: 120px;
    position: absolute;
    width: 55px;
}
a.cn_next, a.cn_prev {
    background-color: #212121;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #111111;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 3px #000000;
    cursor: pointer;
    float: left;
    height: 23px;
    outline: medium none;
    width: 23px;
}
a.cn_next {
    background-image: url("../images/next.png");
}
a.cn_prev {
    background-image: url("../images/prev.png");
    margin-right: 5px;
}
.cn_nav a:hover {
    background-color: #101010;
}
.cn_nav a:active {
    background-color: #000000;
    margin-top: 1px;
}
.cn_nav a.disabled {
    opacity: 0.5;
}
.cn_page {
    display: none;
}





























.cc_menu{
	width:980px; /*140px * 7*/
	height:600px;
	position:relative;
	font-size:14px;
	text-transform:uppercase;
	color:#fff;
}
.cc_item{
	text-align:center;
	width:140px;
	height:600px;
	float:left;
	border-bottom:1px solid #000;
	background:#444 url(../images/bg.png) repeat top left;
	position:relative;
	-moz-box-shadow:3px -3px 10px #000;
	-webkit-box-shadow:3px -3px 10px #000;
	box-shadow:3px -3px 10px #000;
}
span.cc_title{
	color:#fff;
	font-size:16px;
	top:200px;
	left:5px;
	position:absolute;
	padding:3px 0px;
	background:#111;
	width:130px;
	display:block;
	z-index:11;
	-moz-box-shadow:1px 1px 4px #000;
	-webkit-box-shadow:1px 1px 4px #000;
	box-shadow:1px 1px 4px #000;
}
.cc_submenu ul{
	list-style:none;
	width:140px;
	margin:0;
	padding:0;
	height:0px; /*increase to 200px to slide up*/
	overflow:hidden;
	text-align:left;
	background:#000;
	position:absolute;
	left:0px;
	bottom:0px;
	opacity:0.7;
	z-index:13;
}
.cc_submenu ul li{
	color:#ddd;
	cursor:pointer;
	padding:10px;
}
.cc_item img{
	position:absolute;
	width:140px;
	height:600px;
	top:-1600px;
	left:0px;
}
.cc_content{
	width:750px;
	height:600px;
	border-bottom:1px solid #000;
	position:absolute;
	left:-1700px;
	background:#444 url(../images/bg.png) repeat top left;
	overflow:hidden;
	-moz-box-shadow:4px 0 7px #000;
	-webkit-box-shadow:4px 0 7px #000;
	box-shadow:4px 0 7px #000;
}
.cc_content div{
	display:none;
	margin:20px;
}
.cc_content p{
	background:#000;
	padding:20px;
	opacity:0.7;
}
span.cc_back{
	position:absolute;
	bottom:10px;
	right:10px;
	cursor:pointer;
	color:#ddd;
}