/* Powered by Weliam - www.dadehe.com */
body {
	margin:0;
	padding:0;
	background:url(/i/bodybg.gif);
	font-size:13px;
	color: #ccc;
}
body,html {
	height: 100%;
}
#wrap {
	width:766px;
	margin: 0 auto;
	background:#000;
	padding:0 6px 0 6px;
	overflow:hidden;
	display: block;
}
#header {
	height: 120px;
	background: url(/i/bg_top.png) no-repeat;
	margin: 0 auto;
	padding: 0;
	border-bottom: 1px solid #590000;
}
.language {
	float:left;
	padding:80px 0 0 680px;
}
.language a {
	font-size:12px;
	display:block;
	width:50px;
	height:14px;
	background:url(/i/bg_language.gif);
	text-align:left;
	padding-top:1px;
	padding-left:22px;
	color:#7d7d7d;
	text-decoration: none;
}
.language a:hover {
	color:#dbdbdb;
	background:url(/i/bg_language.gif) 0 -15px;
}
.language .en {
	margin-top:5px;
	font-size:11px;
	font-family:Verdana;
}
/* Menu Begin */
#nav {background: #191919 url(/i/bg_nav.gif);}
#nav a {
	background: #191919 url(/i/bg_nav.gif);
	border-right: 1px solid #161616;
	color: #a6bfbf;
	float: left;
	font-size:13px;
	font-weight:bold;
	line-height: 40px;
	padding: 0 17px;
	text-decoration: none;
}
#nav a:hover {
	color: #f5ad28;
	background: #191919 url(/i/bg_nav_hover.gif);
}
/* Menu End */

#bar {
	margin-top:5px;
	border:1px solid #636363;
	font-size:14px;
	padding:5px 5px 5px 10px;
	background:url(/i/bg_bar.gif);/*#1a1a1a;*/
	color:#aaa;
	font-family:Verdana;
}
#bar a {
	color:#aaa;
	text-decoration: none;
}
#bar a:hover {
	color:#fff;
	text-decoration: underline;
}
#bar span {
	font-family:Verdana;
	font-weight:bold;
	color:#cc9;
}

#content {
	display: block;
	margin-top:5px;
}
.left-side {
	float: left;
	width: 400px;
}
.right-side {
	width: 350px;
	float: right;
}

/* Photo Begin */
.photo-layout {
	width: 376px;
	height: 176px;
	background: url(/i/bg_photo.png);
	margin: 0;
	padding: 12px;
}
.photo-layout .title {
	background:url(/i/ico_camera.gif) 0 5px no-repeat;
	margin-bottom:5px;
	padding:5px 0 5px 20px;
	font-family:Verdana;
}
.photo-layout .item {
	padding:10px 0 10px 0;
	float:left;
	border-top:1px solid #f5ad28;
	border-bottom:1px solid #f5ad28;
	margin-bottom:10px;
}
.photo-layout .item a {
	width:85px;
	height:85px;
	background:url(/i/bg_frm.png) no-repeat;
	float:left;
	margin:4px;
}
.photo-layout .item a img {
	padding:5px;
	border:0;
}
.photo-layout .item a:hover {
	background:url(/i/bg_frm.png) 0 -85px no-repeat;
}
.photo-layout .more {
	padding-right:5px;
	float:right;
}
.photo-layout .more a {
	color:#f5ad28;
	font-size:12px;
	text-decoration:none;
	padding:1px 10px 1px 10px;
	display:block;
}
.photo-layout .more a:hover {
	color:#ccc;
	text-decoration:none;
	background:#000;
}
/* Photo End */

/* Article Begin */
.article_layout .title {
	background:url(/i/ico_document.gif) no-repeat;
	padding-left: 20px;
	margin-bottom:5px;
}
.article_layout ul {
	width:400px;
	border-top:1px solid #333;
	list-style:none;
	margin:0;
	padding:0;
}
.article_layout ul li {
	border-bottom:1px solid #333;
	font-size:13px;
	list-style:none;
	margin:0;
	padding:0;
}
.article_layout ul li a{
	display:block;
	line-height:2em;
	padding:0 5px 0 5px;
	text-decoration:none;
	color:#c9c9c9;
}
.article_layout ul li a:hover{
	background:#111;
}
.article_layout ul li a span {
	font-family:Verdana;
	font-size:10px;
	color:#777;
}
/* Article End */

/* Video Begin */
.video-layout .title {
	background:url(/i/ico_video.gif) 0 5px no-repeat;
	margin-bottom:5px;
	padding:5px 0 5px 20px;
}
.video-layout .item {
	display: inline;
	text-align: center;
}
.video-layout .item span {
	float: left;
	width: 21px;
	margin: 0;
	padding: 0;
	height: 10px;
}
a.thumbNail:link, a.thumbNail:visited{
	border-top: 1px solid #3A3A3A;
	float: left;
	margin: 0;
	padding: 0 0 20px 0;
	background: #2C2C2C url(/i/button_fullview_night.gif) no-repeat 0 80px;
	margin-bottom: 5px;
	text-decoration: none;
}
.video-layout a.thumbNail:hover{
	background: #800606 url(/i/button_fullview_night.gif) no-repeat 0 60px;
}
.video-layout a.thumbNail img{
	border: 3px solid #2C2C2C;
	border-bottom: none;
	display: block;
	padding: 1px;
	background: #1C1C1C;
}
.video-layout a.thumbNail:hover img{
	background: #fa0000;
}
#previewimageid{
	font-size: 0.75em;
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	height: 0px;
	z-index: 200;
	text-align: left;
}
#previewimageid img{
	border: 1px solid #561c0f;
}
.video-layout .more{
  text-align:right;
}
.video-layout .more a{
	color:#f5ad28;
	text-decoration:none;
	padding:1px 10px 1px 10px;
}
.video-layout .more a:hover{
  color:#ccc;
  background:#181818;
}
/* Vidwo End */

/* Intro Begin */
.intro-layout .title {
	height:26px;
	background:url(/i/bg_bar_top.gif);
	font-size: 16px;
	font-weight: bold;
	padding:7px 0 0 10px;
	color: #f5ad28;
}
.intro-layout .content {
	background:url(/i/bg_corner.gif) bottom right no-repeat #1d1d1d;
	padding:10px;
	line-height: 19px;
	letter-spacing: 1px;
	font-size:12px;
}
.intro-layout .content span{
  color:#fff;
}
.intro-layout .more {
  letter-spacing:normal;
	padding-right:5px;
}
.intro-layout .more a {
	color:#f5ad28;
	text-decoration:none;
	padding:1px 10px 1px 10px;
}
.intro-layout .more a:hover {
	color:#ccc;
	text-decoration:none;
	background:#000;
}
/* Intro End */

/* Course Begin */
.course {
	border: 1px solid #2a2a2a;
	padding: 10px;
	background: url(/i/ico_striking.gif) 5px 5px no-repeat #1c1c1c;
}
.course .title {
	padding-left: 28px;
}
.course ul {
	border-top: 1px solid #222;
	list-style:none;
	margin: 10px 0 10px 0;
	padding:0;
	font-family:Verdana;
}
.course ul li {
	border-bottom: 1px solid #222;
	background: #131313;
	list-style:none;
	margin:0;
	padding:0;
}
.course ul li a {
	height: 52px;
	display: block;
	padding: 8px;
	color: #777;
	font-size: 12px;
	text-decoration: none;
}
.course ul li a img {
	width: 50px;
	height: 50px;
	border: 1px solid #3f3f3f;
	float: left;
	margin-right: 8px;
}
.course ul li a:hover {
	color: #ccc;
	background: #000;
}
.course ul li a .light {
	font-size: 14px;
	color: #eee;
}
.course ul li a:hover .light {
	color: #fff;
}
/* Course End */

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.clearer {clear: both;}
.stripes {
	background: #333 url(/i/bg_stripe.gif);
	height: 6px;
}

#link-layout .title {
	background:url(/i/ico_link.gif) no-repeat;
	padding-left:20px;
}


.c1 {
	float: left;
	width: 130px;
	margin-right: 29px;
}
.c2 {
	float: right;
	width: 130px;
}
.links {
	margin-top: 15px;
	list-style: none;
	border-top: 1px solid #333;
}
.links li {
	border-bottom: 1px solid #333;
}
.links li a {
	color: #777;
	display: block;
	text-decoration: none;
	padding: 4px 5px;
	width: 120px;
}
.links li a:hover, .links li a:active {
	color: #ddd;
	background:url(/i/ico_links2.gif) center right no-repeat #111;
	text-decoration: none;
}


#footer {
	width:746px;
	float:left;
	background: url(/i/bg_footer.gif);
	border-top: 1px solid #1d1c1c;
	margin-top:20px;
	padding:10px;
	color:#9f9f9f;
	font-family: Verdana;
	font-size:12px;
}
#footer a img {
	border:0;
}
#footer .link a {
	color: #fff;
	text-decoration: none;
	background:url(/i/ico_links.gif) 0 2px no-repeat;
	padding-left: 9px;
}
#footer .link a:hover {
	text-decoration: underline;
}
#footer .link {
	font-size:11px;
}

.alltitle {
	font-size: 16px;
	font-weight: bold;
	color: #f5ad28;
	font-family:Verdana;
}
.inp {
	font-size:12px;
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#9d9d9d;
	background:#eee;
	padding:2px;
	color:#222;
	font-family:Verdana;
}
.page {
	margin:0;
	border:1px solid #7f9db9;
	padding:0;
	font-family:Verdana;
	height:17px;
	font-size:11px;
	background:#eee;
}