@charset "utf-8";
/* CSS Document */


body {
	margin-top: 9px;
	background: #11161f url(img/main/bg_body.gif) repeat-x;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	text-align: center;
	}
#wrapper {
	width: 900px;
	margin: 0 auto 0 auto;
	}
#header {
	width: 900px;
	height: 100px;
	font-size: 16px;
	background: url(img/main/logo.gif) no-repeat left;
	text-align: right;
	overflow: hidden;
	}
.headlink {
	display: block;
	float: left;
	width: 700px;
	height: 100px;
	}	
#bodytab {
	width: 900px;
	height: auto;
	background-image: url(img/main/bg_tab.png);
	border: #77777f 1px solid;
	text-align:left;
	}
#footer {
	width: 870px !important;
	width: 900px;
	padding: 5px 30px 0 0;
	text-align: right;
	font-size: 9px;
	color: #99999f;
	}
#nav {
	width: 200px;
	float:left;
	display: inline;
	margin-top: 50px;
	}
#nav li {
	display: block;
	width: 160px;
	height: 18px;
	margin: 5px 0;
	overflow: hidden;
	list-style-type:none;
	}
#nav li a {
	display: block;
	width: 160px;
	height: 18px;
	line-height: 18px;
	background: url(img/main/bg_nav.gif) right;
	}
#nav li a:hover {
	background: url(img/main/bg_nav.gif) left;
	}
img.is {background-image: url(img/main/nav_is.png);
	}
#play {
	margin: 100px 0 0 40px;
	background: url(img/main/play1.png) no-repeat;
	}
#play a {
	display: block;
	padding: 9px 0 10px 60px;
	font: bold 11px  Verdana, Arial, Helvetica, sans-serif;
	background-image: url(img/main/play1.png)
	}
#play a:hover, .play_all a {
	color: #fff;
	background-image: url(img/main/play2.png)
	}
#content {
	float:right;
	display: inline;
	width: 630px;
	height: 380px;
	overflow: auto;
	margin: 15px 30px 15px 0px;
	background: url(img/main/bg_cont.png) repeat;
	border: #66666f 1px solid;
	}
.content_box {
	overflow: hidden;
	width:  530px;
	margin: 40px auto 40px 50px;
	font-size: 11px;
	line-height: 15px;
	color: #cccccf;
	text-align: justify;
	cursor: default;
	}
#home .content_box {
	margin: 16px auto 40px 50px;
	}
#news .content_box img {
	padding-right: 10px;
	}
.image_box {
	text-align: center;
	margin: 40px auto;
	}	
.item_box {
	overflow: hidden;
	width: 520px;
	padding: 10px 10px 10px 0;
	background: url(img/main/bg_x.png) repeat-y right;
	}
.item_box img, #player {
	float: right;
	}
.item_box a, .item_box b {
	display: block;
	}
.x, .bord, box {
	clear: both;
	height: 18px;
	background: url(img/main/bg_x.png) repeat-y right;
	}
.right {
	float: right;
	display: inline;
	}
.left {
	float: left;
	display: inline;
	}
.center {
	text-align: center;
	}
p  {padding: 5px 0 7px 0;
	}
h1 {position: absolute;
	top: 0;	left: 0;
	margin-left: -1000px;
	}
h2, .date {
	clear: both;
	margin: 0 0 20px 0;
	padding: 2px 5px 3px 0;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	color: #fff;
	background: url(img/main/bg_x.png) repeat-y right;
	}
h3 {padding-top: 6px;
	font-size: 13px;
	}
h4 {margin-top: 0;
	font-size: 11px;
	color: #444;
	}
h4:hover {
	color: #ccc;
	}
a  {color: #ccc;
	text-decoration: none;
	outline: none;
	}
a:hover {
	color: #fff;
	}
#news p a {
	display: inline-block;
	height: 14px;
	border-bottom: 1px #ccc dotted;
	}
#news p a:hover {
	border-bottom: none;
	}		 
img {border: 0;
	}

.gL, .hidden, hr { display: none;}


