@import url('/style/reset.css');
@import url('/style/global.css');
@import url('/style/botton.css');
@import url('/css/commons.css');

html, body {
	font-family: '宋体';
	font-size: 13px;
	background-image: url(/images/bg01.png);
	background-color: #000000;
	background-repeat: repeat-y;
	background-position: center;
}

.adancer_wallper {
	position: relative; /* needed for footer positioning */
	margin: 0 auto;
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

.adancer_main {
	min-width: 1000px;
	margin: 0 auto;
}

.adancer_container {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

.adancer_top {
	height: 130px;
}

.adancer_top .logo {
	height: 95px;
	width: 237px;
	float: left;
	background: url(/style/c1/images/logo.png);
}

.adancer_top .login {
	width: 230px;
	padding-top: 20px;
	float: right;
}

.adancer_top .login .account {
	color: #e2a4c1;
	width: 70px;
	background-image: url(/images/signin_icon.png);
	background-repeat: no-repeat;
	padding-left: 34px;
	display: inline-block;
	height: 28px;
	line-height: 28px;
	margin-bottom: 10px;
	
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: middle;
}

.adancer_top .login .cart {
	color: #e2a4c1;
	width: 70px;
	background-image: url(/images/cart_icon.png);
	background-repeat: no-repeat;
	padding-left: 34px;
	display: inline-block;
	height: 28px;
	line-height: 28px;
	margin-bottom: 10px;
}

.adancer_top .login .regist_new {
	color: #e2a4c1;
	width: 70px;
	background-image: url(/images/regist_new_icon.png);
	background-repeat: no-repeat;
	padding-left: 34px;
	display: inline-block;
	height: 28px;
	line-height: 28px;
	margin-bottom: 10px;
}

.adancer_top .login .help {
	color: #e2a4c1;
	width: 70px;
	background-image: url(/images/help_icon.png);
	background-repeat: no-repeat;
	padding-left: 34px;
	display: inline-block;
	height: 28px;
	line-height: 28px;
	margin-bottom: 10px;
}

.adancer_top .login .exit {
	color: #e2a4c1;
	width: 70px;
	background-image: url(/images/exit_icon.png);
	background-repeat: no-repeat;
	padding-left: 34px;
	display: inline-block;
	height: 28px;
	line-height: 28px;
	margin-bottom: 10px;
}

#adancer_nav {
	margin-top: -50px;
}

#adancer_nav .nav_inner {
	position: relative;
	width: 1000px;
	height: 41px;
	line-height: 41px;
	background-image: url(/style/c1/images/navigation_bkg.png);
	background-repeat: no-repeat;
	margin: 0px auto;
	margin-bottom: 30px;
	box-shadow: 0px 2px 2px rgba(44,44,44,0.7);
}

.content-top {
	width: 1000px;
	min-height: 15px;
	background-image: url(/style/c1/images/contentblock_top.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
}

.content-inner {
	width: 970px;
	padding: 0 15px 0 15px;
	min-height: 300px;
	overflow: hidden;
}

.content-title {
	height: 100px;
}

.content-more {
	height: 100px;
	width: 68px;
	background: url(/style/c1/images/more.jpg) no-repeat;
}

.message-wid {
	color: #f9f9fb;
	font-size: 24px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	background-color: #50062c;
	border-radius: 6px 6px 6px 6px;
	box-shadow: 0px 1px 0px 0px #7b4f67, 0 1px 8px 0px rgba(0, 0, 0, 0.7) inset;
	overflow: hidden;
	font-family: '微软雅黑';
	color: #ffffff;
	font-size: 22px;
	margin: 10px 0px 38px 0px;
}

/*********** navigator ***********/
.promo-inner {
	width: 1000px;
	height: 330px;
	overflow: hidden;
}
/* position and dimensions of the navigator */
.navi {
	position: absolute;
	margin-left:340px;
	width:70px;
	height:20px;
	cursor:pointer;
	z-index: 70;
}

/* items inside navigator */
.navi a {
	display:block;
	width: 15px;
	height: 15px;
	background:url(/style/c1/images/slider_nav.png) no-repeat;
	background-position: 0px -20px;
	text-indent: -8888px;
	border:0;
	margin-right:5px;
	float:left;
	cursor: pointer;
}

/* mouseover state */
.navi a:hover {
	background-position:0 0px;      
}

/* active state (current page state) */
.navi a.active {
		background-position: 0px 0px;
	cursor: pointer;     
} 	

/* main vertical scroll */
#main_content {
	position:relative;
	overflow:hidden;
	height: 330px;
}
	
/* root element for pages */
#pages {
	position:absolute;
	height:20000em;
}

/* single page */
.page {
	height: 330px;
	background:#222;
	width:750px;
}
	
/*********** main navigator ***********/
#main_navi {
	float:right;
	background-color: #ede6e9;
	border-left: 5px solid #d5c4cc;
}
#main_navi li {
	clear:both;
	color:#4d4d4d;
	font-size:12px;
	height:71px;
	line-height: 160%;
	list-style-type:none;
	padding: 10px 10px 0px 10px;
	width:239px;
	cursor:pointer;
	border-bottom: 1px solid #d5c4cc;
	border-top: 1px solid #ffffff;
}
#main_navi li:hover {
	background-color:#cfc5ca;
}
#main_navi li.first {
	border-top: 0px none;
}
#main_navi li.last {
	border-bottom: 0px none;
}
#main_navi li.active {
	background-color:#50062c;
	background: url(/style/c1/images/slide_select_arrow.png) no-repeat left center;
}
#main_navi li span.title {
	color: #ce5d86;
	font-weight: bold;
	display: block;
}
#main_navi li img {
	width: 80px;
	height: 60px;
}
#main_navi strong {
	display:block;
}
#main_navi .ibe_outer {
	float: left;
	margin-right: 10px;
}


/*标签云*/
#Tag_Cloud {
	font-family: Microsoft YaHei;
	width: 227px;
	height: 150px;
	padding: 5px 0px 0px 5px;
	line-height: 1.6;
	font-size: 16px;
}

#Page_Index {
	width: 222px;
	height: 180px;
	padding: 5px 0px 0px 5px;
}

#Page_Index ul {
	list-style: none;
}

#Page_Index ul li {
	font-weight: 800;
	font-family: Microsoft YaHei;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
	
}

#Page_Index ul li a {
	background: #feffeb;
	width: 100px;
	display: block;
	height: 30px;
	line-height: 30px;
	border: 1px solid #dddddd;
	border-radius: 6px 6px 6px 6px;
}

#Page_Index ul li a:hover {
	background: #e27f9f;
	color: #fff;
}

#Page_Course_list {
	width: 222px;
	height: 140px;
	padding: 5px 0px 0px 5px;
}

#Page_Course_list ol {
	margin-left: 25px;
	color: #000000;
	list-style: decimal outside;
}

#Page_Course_list ol li {
	font-weight: 800;
	font-family: Microsoft YaHei;
	font-size: 14px;
	margin-top: 6px;
}


.adancer_page_footer {
	padding: 10px 20px;
	background-color: #50062c;
	border-radius: 6px 6px 6px 6px;
	box-shadow: 0px 1px 0px 0px #7b4f67, 0 1px 8px 0px rgba(0, 0, 0, 0.7) inset;
	overflow: hidden;
	margin: 10px 0px 38px 0px;
}

.footer-line {
	margin-left: auto;
	margin-right: auto;
	width: 629px;
	height: 35px;
	background: url(/style/c1/images/footer-line.png) no-repeat;
}

.friend_links {
	overflow: hidden;
	display: block;
}

.friend_links ul {
	list-style: none;
	font-size: 13px;
}

.friend_links li {
	float: left;
	line-height: 20px;
}

.friend_links li a {
	padding-right: 15px;
	color: #000000;
}