@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	color: #444444;
	line-height: 1.5;
	font-family: "Segoe UI",Candara,"Bitstream Vera Sans","DejaVu Sans","Bitstream Vera Sans","Trebuchet MS",Verdana,"Verdana Ref",sans-serif,Arial,"Lucida Sans Unicode";
	background: #f2f2f0;
	font-size: 75%;
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
	color: #444444;
	line-height: 1.5;		
	font-weight: bold;
}
h1 {
	font-size: 130%;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 110%;
	line-height: 1.5;
}
h4, h5, h6 {
	font-size: 120%;
}
h5, h6 {
	font-size: 110%;
}




p img {
	float: none;
	margin: 0;
	padding: 0;
}
ul, ol {
	list-style-position: inside;
}
ol.style1 {
	list-style-position: outside;
	padding-left: 10px;
}
hr {
	background: #dddddd;
}
hr.hr1 {
	background: #ffffff url(../images/hr_bg1.gif) no-repeat left top;
	height: 15px;
	_height: 1px;
}
hr.white {
	background: #ffffff;
	color: #ffffff;
	margin: 0;
}


/* Links */
a {text-decoration: underline; color: #00479d;}
a:hover { text-decoration: none; }
a:visited {color:#00479d;}

.a-underline a, a.a-underline {
	text-decoration: underline;
}
.a-nounderline a, a {
	text-decoration: none;
}
.a-gray a, .a-gray a:hover, .gray {
	color: #999999;
}
.a-black a, .a-black a:hover {
	color: #444444;
}
.red {
	color: #ccoooo;
}
.float-left {
float: left;
}
.float-right {
float: right;
}
.fontlarge {
font-size: 14px;
}
.font-s {
	font-size: 95%;
}
.t-r {
	text-align: right;
}
.t-l {
	text-align: left;
}
.t-c {
	text-align: center;
}
.p-10 {
padding: 10px;
}
.p-5-10 {
	padding: 5px 10px;
}
.p-l60 {
	padding-left: 60px;
}
.p-t5 {
	padding-top: 5px;
}
.m-r10 {
margin-right: 10px;
}
.m-r15 {
margin-right: 15px;
}
.m-r20 {
margin-right: 20px;
}
.m-l15 {
margin-left: 15px;
}
.m-l20 {
margin-left: 20px;
}
.m-t10 {
margin-top: 10px;
}
.m-t20 {
margin-top: 20px;
}
.m-b5 {
margin-bottom: 5px;
}
.m-b10 {
margin-bottom: 10px;
}
.m-b15 {
margin-bottom: 15px;
}
.m-b20 {
margin-bottom: 20px;
}
.width100 {
width: 100%;
}
.w-30 {
width: 30px;
}
.w-620 {
width: 620px;
}
.w-560 {
width: 560px;
}
.w-590 {
width: 590px;
}
.w-640 {
width: 640px;
}
.w-650 {
width: 650px;
}
.w-70 {
width: 70px;
}
.w-110 {
width: 110px;
}
.w-240 {
width: 240px;
}
.w-260 {
width: 260px;
}
.w-280 {
width: 280px;
}
.w-320 {
width: 320px;
}
.w-340 {
width: 340px;
}
.w-380 {
width: 380px;
}
.w-450 {
width: 450px;
}
.w-480 {
width: 480px;
}
.w-940 {
width: 940px;
}
.h-80 {
	height: 80px;
}
.line-height1 {
line-height: 1.5;
}
.line-height2 {
	line-height: 1.8;
}
.red {
color: #C8082F;
}
.border-all {
	border: 1px solid #dddddd;
}
.border-r {
	border-right: 1px solid #dddddd;
}
.border-t {
	border-top: 1px solid #dddddd;
}
.border-t2 {
	border-top: 1px solid #fefefe;
}
.border-b {
	border-bottom: 1px solid #dddddd;
}
.border-b-dot {
	border-bottom: 1px dotted #dddddd;
}
.bg-yellow {
	background: #fff8cc;
}
.bg-blue {
	background: #f2f9fd;
}
input.button {
	border: 1px solid #d5d5d5;
	background: url(../images/bg_button.gif) repeat-x 0 center;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0;
}
input.text, textarea.text {
	border: 1px solid #d5d5d5;
	background-color: #ffffff;
	margin: 0;
	padding: 2px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
textarea {
font-size: 100%;
}
select {
margin: 0;
font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}
th {
background: #eeeeee;
}
th.no-bg {
	background: none;
}
.info, .success, .notice, .error, .validation {  
   border: 2px solid;
   margin-bottom: 1.5em; 
   padding: 15px 10px 15px 50px;  
   background-repeat: no-repeat;  
   background-position: 10px center;  
}  
.info {
   border-color: #00529b;
   color: #00529B;  
   background-color: #BDE5F8;  
   background-image: url(../images/info.gif);  
}  
.success {  
   border-color: #4f8a10;
   color: #4F8A10;  
   background-color: #DFF2BF;  
   background-image:url(../images/success.gif);  
}  
.notice {  
   border-color: #e36d00;
   color: #e36d00;  
   background-color: #FEEFB3;  
   background-image: url(../images/notice.gif);  
}  
.error {  
   border-color: #d8000c;
   color: #D8000C;  
   background-color: #FFBABA;  
   background-image: url(../images/error.gif);  
}  
.validation {
   border-color: #d63301;
   color: #D63301;  
   background-color: #FFCCBA;  
   background-image: url(../images/validation.gif);  
}  
form p {
margin-bottom: 0.8em;
}
.font-nobold {
	font-weight: 100;
}
#wrap, .content-bg, .content-bg-white{
float: left;
width: 100%;
}
#wrap {
margin: 0;
padding: 0;
min-width: 960px;
}
.container {
width: 960px;
margin: 0 auto;
}
#header {
	float: left;
	width: 960px;
	padding: 15px 0 10px;
}
.logo {
float: left;
width: 40%;
}
.header-info {
float: right;
width: 60%;
text-align: right;
padding-top: 20px;
}
.header-info span.current {
background: url(../images/login_bg.gif) no-repeat left top;
padding: 4px 30px 5px 30px;
}
.header-info .current a {
color: #ffffff;
}
.user {
float: left;
}
.user img {
border: 1px solid #b4b4b4;
vertical-align: middle;
}
.searchbar {
float: right;
}
form.search {
float: right;
text-align: right;
}
.searchbar input.text, .searchbar select {
width: 100px;
margin-right: 5px;
}

ul.nav-main {
width: 100%;
background: url(../images/bg_navmain.gif) repeat-x left bottom;
float: left;
list-style: none;
margin: 0;
padding: 0;
font-size: 1.2em;
}
ul.nav-main li, ul.nav-main-unlogin2 li {
float: left;
}
ul.nav-main li.current {
background: url(../images/navi_tab.png) no-repeat 100% 0;
padding-right: 5px;
_background: none; /* 针对IE6 */
}
li.first-li {
padding-left: 20px;
}
ul.nav-main a {
float: left;
display: block;
margin: 0;
padding: 13px 15px 6px;
color: #ffffff;
text-decoration: none;
}
ul.nav-main li.current a {
	font-weight: bold;
padding-bottom: 8px;
margin-top: 0;
padding-left: 20px;
background: url(../images/navi_tab.png) no-repeat 0 0;
_background-color: #4cc5f7; /* 针对IE6 */
_background-image: none;  /* 针对IE6 */
}
ul.nav-main a:hover {
	text-decoration: underline;
}
ul.nav-maingray {
float: right;
background: #787878;
list-style: none;
margin: -35px 0 0;
padding: 0 5px;
height: 31px;
}
ul.nav-maingray li {
float: left;
padding: 7px 5px 0;
}
ul.nav-maingray a {
color: #ffffff;
border-right: 1px solid #999999;
padding-right: 10px;
}
ul.nav-maingray li.last a {
border-right: none;
padding-right: 0;
}
ul.nav-main-unlogin2, ul.nav-login {
float: left;
width: 100%;
list-style: none;
margin: 0 0 15px;
}
ul.nav-login li {
float: right;
}
ul.nav-main-unlogin2 li.current, ul.nav-login li.current {
background: url(../images/navmain_unlogin2_l.gif) no-repeat left top;
padding-left: 12px;
}
ul.nav-main-unlogin2 a, ul.nav-login a {
float: left;
display: block;
padding: 3px 20px;
}
ul.nav-main-unlogin2 li.current a, ul.nav-login li.current a {
color: #ffffff;
background: url(../images/navmain_unlogin2_r.gif) repeat-x right top;
padding: 3px 20px 3px 8px;
}
ul.nav-main2 {
width: 940px;
border-bottom: 2px solid #cccccc;
background: #4cc5f7;
float: left;
list-style: none;
margin: 0 0 10px 0;
padding: 0 0 0 20px;
}
ul.nav-main2 li {
float: left;
margin-right: 20px;
padding: 5px 0 3px;
}
ul.nav-main2 a {
color: #ffffff;
}
ul.nav-main2 li.current a {
font-weight: bold;
}
.mobile-title h1 {
padding: 20px 0;
margin: 0;
}
.mainbody, .index-banner, .index-banner2, .index-banner3, .index-banner4, .en-index-banner, .en-index-banner2, .en-index-banner3, .en-index-banner4 {
margin: 0;
padding: 0;
width: 100%;
float: left;
}
.mainbody {
margin-bottom: 15px;
}
.index-banner, .index-banner2, .index-banner3, .index-banner4, .en-index-banner, .en-index-banner2, .en-index-banner3, .en-index-banner4 {
background: #f2f2f2 url(../images/index_banner.jpg) no-repeat left top;
min-height: 360px;
_height: 360px;
}
.index-banner2 {
background: #f2f2f2 url(../images/index_banner2.jpg) no-repeat left top;
}
.index-banner3 {
background: #f2f2f2 url(../images/index_banner3.jpg) no-repeat left top;
}
.index-banner4 {
background: #f2f2f2 url(../images/index_banner4.jpg) no-repeat left top;
}

.en-index-banner {
background: #f2f2f2 url(../images/en_index_banner.jpg) no-repeat left top;
}
.en-index-banner2 {
background: #f2f2f2 url(../images/en_index_banner2.jpg) no-repeat left top;
}
.en-index-banner3 {
background: #f2f2f2 url(../images/en_index_banner3.jpg) no-repeat left top;
}
.en-index-banner4 {
background: #f2f2f2 url(../images/en_index_banner4.jpg) no-repeat left top;
}
.banner-box h1, .banner-box2 h1, .banner-box-unlogin h1, .banner-box2-unlogin h1, .banner-box-unlogin p, .banner-box2-unlogin p, .banner-box p, .banner-box2 p, .banner-box-en h1, .banner-box2-en h1, .banner-box-unlogin-en h1, .banner-box2-unlogin-en h1, .banner-box-unlogin-en p, .banner-box2-unlogin-en p, .banner-box-en p, .banner-box2-en p, .index-banner h1, .index-banner2 h1, .index-banner3 h1, .index-banner4 h1, .index-banner p, .index-banner2 p, .index-banner3 p, .index-banner4 p, .en-index-banner h1, .en-index-banner2 h1, .en-index-banner3 h1, .en-index-banner4 h1, .en-index-banner p, .en-index-banner2 p, .en-index-banner3 p, .en-index-banner4 p {
	text-indent: -9999em;
	height: 0;
	width: 0;
	display: block;
	overflow: hidden;
}
.index-button {
margin: 220px 0 0 50px;
}
.quicklink-box1, .quicklink-box2, .quicklink-box3, .quicklink-box4 {
float: left;
width: 233px;
min-height: 200px;
_height: 200px;
}
.quicklink-box1 {
margin-right: 9px;
background: #f2f2f2 url(../images/index_link1.jpg) no-repeat left top;
}
.quicklink-box2 {
margin-right: 9px;
background: #f2f2f2 url(../images/index_link2.jpg) no-repeat left top;
}
.quicklink-box3 {
margin-right: 10px;
background: #f2f2f2 url(../images/index_link3.jpg) no-repeat left top;
}
.quicklink-box4 {
background: #f2f2f2 url(../images/index_link4.jpg) no-repeat left top;
}
.quicklink-box1 h2, .quicklink-box2 h2, .quicklink-box3 h2, .quicklink-box4 h2 {
margin: 0;
font-size: 1.2em;
}
.quicklink-box1 h2 a, .quicklink-box2 h2 a, .quicklink-box3 h2 a, .quicklink-box4 h2 a {
display: block;
padding: 125px 0 5px 20px;
}
.quicklink-box1 p, .quicklink-box2 p, .quicklink-box3 p, .quicklink-box4 p {
padding: 0 20px;
color: #797979;
line-height: 1.2;
}
.banner-box, .banner-box2, .banner-box-en, .banner-box2-en, .banner-box-unlogin, .banner-box2-unlogin, .banner-box-unlogin-en, .banner-box2-unlogin-en {
	background: #ffffff url(../images/bg_banner.jpg) no-repeat right bottom;
	margin-bottom: 20px;
	height: 277px;
}
.banner-box-en {
	background: #ffffff url(../images/bg_banner_en.jpg) no-repeat right bottom;
}
.banner-box2 {
	background: #ffffff url(../images/bg_banner2.jpg) no-repeat right bottom;
}
.banner-box2-en {
	background: #ffffff url(../images/bg_banner2_en.jpg) no-repeat right bottom;
}
.banner-box-unlogin {
	background: #ffffff url(../images/bg_banner_unlogin.jpg) no-repeat right bottom;
}
.banner-box-unlogin-en {
	background: #ffffff url(../images/bg_banner_unlogin_en.jpg) no-repeat right bottom;
}
.banner-box2-unlogin {
	background: #ffffff url(../images/bg_banner2_unlogin.jpg) no-repeat right bottom;
}
.banner-box2-unlogin-en {
	background: #ffffff url(../images/bg_banner2_unlogin_en.jpg) no-repeat right bottom;
}
.banner-box a, .banner-box-en a, .banner-box2 a, .banner-box2-en a, .banner-box-unlogin a, .banner-box-unlogin-en a, .banner-box2-unlogin a, .banner-box2-unlogin-en a {
	display: block;
	width: 200px;
	height: 30px;
	position: relative;
	left: 36px;
	top: 165px;
	overflow: hidden;
	text-indent: -9999em;
}
.banner-box a:hover, .banner-box-unlogin a:hover {
	background: url(../images/a_hover.jpg) no-repeat left bottom;
}
.banner-box2 a:hover, .banner-box2-unlogin a:hover {
	background: url(../images/a_hover2.jpg) no-repeat left bottom;
}
.banner-box-en a:hover, .banner-box-unlogin-en a:hover {
	background: url(../images/a_hover_en.jpg) no-repeat left bottom;
}
.banner-box2-en a:hover, .banner-box2-unlogin-en a:hover {
	background: url(../images/a_hover2_en.jpg) no-repeat left bottom;
}
ul.nav-content {
	float: left;
	width: 100%;
	list-style: none;
	background: url(../images/bg_navcontent.gif) repeat-x left bottom;
	margin: 0;
}
ul.nav-content li {
	float: left;
}
ul.nav-content li.first-li {
	padding-left: 10px;
}
ul.nav-content a {
	float: left;
	display: block;
	margin: 2px 3px 0 0;
	padding: 5px 20px 3px;
	text-decoration: none;
	background: #fefefe;
	color: #797979;
}
ul.nav-content li.current a {
	padding-bottom: 4px;
	background: #ffffff;
	border-top: 2px solid #4cc5f7;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	margin-top: 0;
	color: #000000;
	font-weight: bold;
} 
ul.m-b15 {
	margin-bottom: 15px;
}
ul.nav-content li.bg-gray a {
	background: #F2F2F0;
}
.maincontent {
	float: left;
	background: #ffffff;
	width: 100%;
	padding-bottom: 20px;
}
.lesson-banner-b1 {
	border: 2px solid #ced8db;
}
.lesson-banner {
	border: 1px solid #4cc5f7;
	width: 914px;
	padding: 20px;
	float: left;
	background: #ffffff url(../images/lesson_banner_bg.gif) no-repeat 645px 10px;
}
.lesson-img img, .lesson-img2 img, .avatar-img img {
	background: #FFFFFF;
	border-color: #D9E0E6 #C8CDD2 #C8CDD2 #D9E0E6;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 1em;
	padding: 4px;
	text-align: center;
}
.lesson-img2 img {
	padding: 2px;
}
.avatar-img img {
	padding: 1px;
}
.comment-box, .comment-box-s {
float: left;
}
.comment-box {
width: 100%;
}
.comment-box-s {
padding-left: 60px;
}
.comment-info, .comment-box-s {
width: 580px;
}
.comment-info, .comment-info-s {
float: right;
font-size: 105%;
}
.comment-info-s {
width: 520px;
}
.comment-title, .comment-title-s {
background: #f5f5f5;
border-top: 1px solid #dddddd;
margin-bottom: 5px;
}
.comment-title, .comment-content, .comment-reply-title {
padding: 5px;
width: 570px;
}
.comment-title-s, .comment-content-s {
width: 510px;
padding: 5px;
}
.comment-reply-title {
width: 630px;
margin-bottom: 0;
border-top: 1px solid #dddddd;
border-bottom: 1px solid #eeeeee;
background: #f2f9fd;
}
.p-m-b10 p {
	margin-bottom: 10px;
}
.title-box {
	border-bottom: 1px solid #dddddd;
	float: left;
	width: 920px;
	padding: 10px 20px 5px;
}
/*.title-box h1, .title-box h2, .h1-1 {
	font-size: 130%;
	line-height: 1.5;
}*/
.list-none {
list-style: none;
list-style-position: outside;
margin: 0 0 1.5em 0;
padding: 0;
}
.list-row, .list-newlesson, .list-hotgroup {
list-style: none;
float: left;
margin: 0;
padding: 0;
}
.list-row li {
float: left;
margin-right: 20px;
}
.list-row li.current a {
color: #000000;
}
.list-newlesson, .list-hotgroup {
width: 100%;
padding-bottom: 20px;
}
.list-newlesson li {
float: left;
width: 300px;
padding: 0 10px 5px 0;
margin-bottom: 15px;
border-bottom: 1px solid #f0f0f0;
}
.list-newlesson li.more {
	border-bottom: none;
	width: 100%;
	text-align: right;
}
.list-hotgroup li {
float: left;
width: 100px;
margin: 0 4px 10px 0;
text-align: center;
}
.list-hotgroup li.last {
margin: 0 0 10px 0;
}
.groupname {
height: 34px;
}
.homecontent, .leftcontent2, .homecontent2 {
float: left;
width: 660px;
padding-bottom: 40px;
}
.homecontent2 {
	width: 670px;
}
.leftcontent2 {
	padding-bottom: 0;
}
.user-status {
float: left;
width: 620px;
padding: 10px 20px;
background: #ffffff;
}
.homecontent-box, .box-dashboard {
float: left;
width: 620px;
padding: 19px;
border: 1px solid #e7e7e7;
background: #ffffff;
}
.homecontent-box h2 {
border-bottom: 1px solid #c7c7c7;
padding-bottom: 5px;
}
.homecontent-box h2.no-border {
border: none;
}
.homecontent-box h2.black {
color: #444444;
} 
.box-dashboard {
	padding: 19px 19px 10px;
	border-bottom: none;
}
.bg-level {
background: url(../images/bg_level.jpg) no-repeat left center;
padding: 1px 0px;
text-align: center;
width: 60px;
}
.bg-level a, .bg-level a:hover {
	color: #fff;
}
.newlesson {
float: left;
margin-right: 15px;
background: #ffffff url(../images/bg_lesson.gif) repeat-x left bottom;
padding-bottom: 12px;
}
.box-newlesson {
width: 360px;
padding: 10px;
background: #ffffff;
}
.community-box {
float: left;
width: 620px;
padding-bottom: 5px;
margin-bottom: 5px;
border-bottom: 1px solid #eeeeee;
}
.content-bg, .content-bg-white {
background: #ffffff url(../images/bg_content.gif) repeat-y right top;
padding: 20px 0;
}
.content-bg-white {
	background: #ffffff;
}
.community-content {
float: right;
width: 570px;
}
.community-content h4 {
margin-bottom: 5px;
}
.leftcontent {
float: left;
padding: 0 20px;
width: 640px;
}
.form-normal label {
width: 115px;
float: left;
margin-right: 5px;
line-height: 1.8em;
text-align: right;
}
.form-normal small {
display: block;
margin-left: 120px;
font-size: 100%;
}
.form-normal p {
display: block;
margin: 0 0 1em;
}
.form-normal input.text, .form2 input.text {
	width: 230px;
}
.form-normal select {
width: 260px;
}
.form2 .form-line {
	float: left;
	width: 640px;
	margin-bottom: 1em;
}
.form2 .form-left {
	float: left;
	width: 115px;
	text-align: right;
}
.form2 .form-left label {
	line-height: 1.8em;
}
.form2 .form-right {
	float: right;
	width: 520px;
}
.form-order {
margin-bottom: 1.5em;
}
.form-order small {
display: block;
margin-left: 2em;
color: #797979;
font-size: 1em;
}
.form1 .line {
	margin-bottom: 1em;
	width: 640px;
	float: left;
}
.form1 .left {
	padding-top: 6px;
	float: left;
	width: 105px;
	text-align: right;
}
.form1 .right {
	float: right;
	width: 530px;
}
.form1 small {
	margin-left: 0em;
}
.form1 input.text, .form1 textarea.text {
	padding: 8px 2px;
	width: 230px;
	float: left;
}
.form1 input.sizelong {
	width: 630px;
	height: 40px;
	padding: 0 2px 26px 2px;
}
.form1 .js1, .form1 .js2, .form1 .js3, .form1 .js4, .form1 .js5 {
	background: url(../images/js_info.gif) no-repeat left top;
	display: table-cell;
	width: 255px;
	height: 28px;
	vertical-align: middle;
	float: left;
	padding: 0 5px 0 30px;
	line-height: 1;
}
.form1 .js2 {
	background: url(../images/js_right.gif) no-repeat left top;
}
.form1 .js3 {
	background: url(../images/js_error.gif) no-repeat left top;
}
.form1 .js4, .form1 .js5 {
	height: 70px;
	background: url(../images/js_4.gif) no-repeat left top;
	padding: 0 8px 0 18px;
	line-height: 1.3;
}
.form1 .js5 {
	height: 50px;
	background: url(../images/js_5.gif) no-repeat left top;
	margin-left: 20px;
	width: 230px;
	padding: 0 10px 0 20px;
}
table.table-js {
	margin: 0;
}
table.table-js td {
padding: 0;
}
table.table-js td.v-middle, table.table-js td.v-middle2, table.table-js td.v-middle3 {
	height: 28px;
	vertical-align: middle;
}
table.table-js td.v-middle2 {
	height: 70px;
}
table.table-js td.v-middle3 {
	height: 50px;
}
.table-upgrade th {
	color: #bbbbbb;
	background: none;
	padding-bottom: 0;
}
.table-upgrade select {
	width: 80%;
	background: #f5f5f5;
}
table.table-lineborder {
border-top: 1px solid #dddddd;
}
.table-lineborder td {
border-bottom: 1px dotted #dddddd;
padding: 5px;
}
table.table-blue {
border-top:  1px solid #4cc5f7;
border-right: 1px solid #4cc5f7;
border-left: 1px solid #4cc5f7;
}
table.table-blue th {
background: #4cc5f7;
color: #ffffff;
}
.table-blue td {
border-bottom: 1px solid #4cc5f7;
}
.table-blue td.border-r {
border-right: 1px solid #4cc5f7;
}
.table-blue td.bg {
background: #cdeffd;
}
.bg-gray1 {
background-color: #f6f6f6;
}
.bg-white {
background-color: #ffffff;
}
.table-lessoninfo {
width: 340px;
}
.table-lessoninfo th {
background: none;
}
.table-lessondown {
width: 260px;
}
/* pricing */
table.pricing {
width: 100%;
font-weight: bold;
margin-bottom: 1em;
}
.pricing caption {
font-size: 2.5em;
}
.pricing td {
padding: 3px;
text-align: center;
border-left: 1px solid #cccccc;
}
.pricing td.border-first {
border-left: none;
}
.pricing-bg1 td, .pricing-bg2 td {
border-left: 1px solid #ffffff;
}
td.t-l {
text-align: left;
}
td.t-r {
text-align: right;
}
.pricing .font-big {
font-size: 130%;
}
.pricing-bg1 {
background: #000000;
color: #ffffff;
}
.black {
color: #444444;
}
.pricing-bg1 td.no-bg, .pricing-bg2 td.no-bg {
background: #ffffff;
}
.pricing-bg2 {
background: #f2f5fa url(../images/pricing_bg2.gif) repeat-x left top;
}
.pricing-bg3 {
background: #ebebeb;
}
.pricing-bg4 {
background: #e1f0fb;
}
.pricing-bg5 {
background: #d3e3ed;
}
.pricing .border-top td {
border-top: 1px solid #cccccc;
}
.mobilepay-p {
padding: 30px 80px 10px;
}
.table-mobilepay {
width: 800px;
color: #ffffff;
}
.table-mobilepay .font1 {
font-size: 140%;
}
.table-mobilepay .font2 {
font-size: 120%;
}
.table-mobilepay td {
padding: 5px 0;
border: none;
font-weight: bold;
}
.table-mobilepay td.td-p {
padding: 0 20px;
}
.table-mobilepay td.bg-img1 {
background: url(../images/mobilepay1.gif) no-repeat left bottom;
height: 15px;
}
.table-mobilepay td.bg-img2 {
background: url(../images/mobilepay2.gif) no-repeat left bottom;
height: 15px;
}
.table-mobilepay td.bg-img3 {
background: #83a4c3 url(../images/bg_mobilepay1.gif) repeat-x left top;
}
.table-mobilepay td.bg-img4 {
background: #b1c960 url(../images/bg_mobilepay2.gif) repeat-x left top;
}
.table-mobilepay td.bg-img5 {
background: #a4c900 url(../images/bg_mobilepay3.gif) repeat-x left top;
}
.table-mobilepay td.bg-img6 {
background: #a7a7a7 url(../images/bg_mobilepay4.gif) repeat-x left top;
}
.table-mobilepay td.bg-img7 {
background: #848484 url(../images/bg_mobilepay5.gif) repeat-x left top;
}
.table-mobilepay td.bg-blue {
background: #85a7c3;
}
.table-mobilepay td.bg-green1 {
background: #afc870;
}
.table-mobilepay td.bg-green2 {
background: #a2c841;
}
.table-mobilepay td.border-r1 {
border-right: 1px solid #ffffff;
}
.table-mobilepay td.border-b1 {
border-bottom: 1px solid #ffffff;
}
.table-mobilepay td.border-b2 {
border-bottom: 1px solid #6488ad;
}
.table-mobilepay td.border-b3 {
border-bottom: 1px solid #a5c261;
}
.table-mobilepay td.border-b4 {
border-bottom: 1px solid #98c22c;
}
.table-mobilepay td.border-b5 {
border-bottom: 1px solid #959595;
}
.table-mobilepay td.border-b6 {
border-bottom: 1px solid #727272;
}
.table-mobilepay td.border-t1 {
border-top: 1px solid #85a7c3;
}
.table-mobilepay td.border-t2 {
border-top: 1px solid #b6cd7c;
}
.table-mobilepay td.border-t3 {
border-top: 1px solid #abcd53;
}
.table-mobilepay td.border-t4 {
border-top: 1px solid #b8b8b8;
}
.table-mobilepay td.border-t5 {
border-top: 1px solid #9b9b9b;
}
.pagination {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.pagination a, .pagination a:hover, .pagination	.page-cur, .pagination .dot {
	border: 1px solid #999;
	text-decoration:none;
	padding:2px 5px;
	display: block;
	float: left;
	margin-right: 5px;
}
.pagination .dot {
	border: none;
}
.pagination a:hover {
	color: #ffffff;
	background: #ff6600;
}
.pagination	a.current { 
	color:#999999;
	background-color:#f1f1f1;
}
.message-detail {
float: left;
width: 100%;
border-bottom: 1px solid #dddddd;
padding-bottom: 1.45em;
}
.sidebar, .sidebar2 {
float: right;
width: 280px;
padding-bottom: 20px;
}
.sidebar2 {
	float: left;
}
.sidebar-homebox1 {
float: left;
width: 280px;
}
.sidebar-homebox1 h3, .sidebar-homebox2 h3 {
padding-left: 10px;
border-bottom: 1px solid #dddddd;
line-height: 1.1;
padding-bottom: 0.3em;
margin-bottom: 0.5em;
}
.sidebar-homebox1-content {
padding: 0 10px;
line-height: 1.8;
}
.sidebar-homebox2, .sidebar-box2 {
float: left;
width: 260px;
padding: 10px;
background: #ffffff;
border: 1px solid #e7e7e7;
}
.help-box, .box-row1, .box-row4 {
float: left;
width: 260px;
border-bottom: 1px dashed #e7e7e7;
padding-bottom: 5px;
margin-bottom: 5px;
}
.help-content, .box-row1-content, .box-row4-content {
float: right;
width: 220px;
}
.row-box, .box-row2, .box-row3 {
width: 100%;
float: left;
}
.row-box, .box-row2 {
border-bottom: 1px dashed #e7e7e7;
padding-bottom: 5px;
margin-bottom: 5px;
}
.row-content, .box-row2-content {
float: right;
width: 180px;
}
.box-row3 {
width: 640px;
}
.box-row3-content {
float: right;
width: 505px;
}
.box-row4 {
width: 240px;
}
.box-row4-content {
width: 200px;
}
.box-blue {
	background: #e2eff7;
	border: 1px solid #afdff3;
}
.box-invite {
	border-top: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
	border-bottom: 2px solid #e7e7e7;
	padding: 10px;
	margin-bottom: 15px;
}
.box-invite-long, .box-invite-short {
overflow-x: hidden;
overflow-y: scroll;
border: 1px solid #dddddd;
}
.box-invite-long {
height: 400px;
}
.box-invite-short {
height: 300px;
}
.sidebar-yellowbox {
	background: #fff8cc;
	border: 1px solid #ebad7d;
	width: 218px;
	padding: 10px;
	float: left;
	margin: 0 20px 20px;
}
.box-demolesson {
	background: #fff8cc;
	border: 1px solid #ebad7d;
	padding: 9px 19px;
	float: left;
	width: 920px;
	margin-bottom: 15px;
}
.sidebar-box {
	width: 240px;
	float: left;
	padding: 0 20px;
	margin-bottom: 20px;
}
.sidebar-box h3, .sidebar-box2 h3, .sidebar-homebox2 h3, .sidebar-homebox2 h3 {
border-bottom: 1px solid #dddddd;
line-height: 1.1;
padding-bottom: 0.3em;
margin-bottom: 0.8em;
}
.icon-phone, .icon-service, .icon-info, .icon-newlessonbutton {
background: url(../images/icons.gif) no-repeat 0 0;
width: 20px;
}
.icon-phone {
height: 14px;
background-position: 0 0px;
}
.icon-service {
height: 16px;
background-position: 0 -14px;
}
.icon-info {
background-position: 0 -30px;
height: 16px;
}
.icon-newlessonbutton {
background-position: 0 -50px;
height: 14px;
}
.icon-invite1, .icon-invite2, .icon-invite3, .icon-invite4 {
	background: url(../images/icon_invite1.gif) no-repeat left top;
	padding-left: 60px;
}
.icon-invite2 {
	background: url(../images/icon_invite2.gif) no-repeat left top;
}
.icon-invite3 {
	background: url(../images/icon_invite3.gif) no-repeat left top;
}
.icon-invite4 {
	background: url(../images/icon_invite4.gif) no-repeat left top;
}
.interview-info {
	background: url(../images/interview1.jpg) no-repeat 20px 20px;
	padding-left: 280px;
}
.nav-interview {
	list-style: none;
	list-style-position: outside;
}
.nav-interview li.no1, .nav-interview li.no2 {
	background: url(../images/interview2.jpg) no-repeat left top;
	padding: 20px 0 20px 80px;
	margin-bottom: 10px;
	font-weight: bold;
}
.nav-interview li.no2 {
	background: url(../images/interview3.jpg) no-repeat left top;
}
.table-interview {
border-top: 1px solid #C1DAD7;
border-left: 1px solid #C1DAD7;
width: 80%;
}
.table-interview caption {
	background: none;
	font-weight: bold;
}
.table-interview th {
background: url(../images/bg_th.jpg) repeat-x left top;
border-bottom: 1px solid #C1DAD7;
}
.table-interview th.b-r {
border-right: 1px solid #C1DAD7;
}
.table-interview td {
border-bottom: 1px solid #C1DAD7;
border-right: 1px solid #C1DAD7;
}
.table-interview tr.bg-line {
	background: #F5FAFA;
}
.box-interview {
	float: left;
	width: 900px;
	border-width: 1px 1px 3px 1px;
	border-style: solid;
	border-color: #C1DAD7;
	padding: 19px;
	background: #F5FAFA;
	margin-bottom: 15px;
}
.box-interview-img {
	float: left;
	width: 130px;
}
.box-interview-info {
	float: right;
	width: 750px;
}
#footer, #footer-unlogin {
float: left;
width: 100%;
padding-bottom: 20px;
}
#footer {
border-top: 1px solid #dddddd;
}
#footer-unlogin .float-left img {
	vertical-align: middle;
}
.footer-link {
background: #f5f5f5;
float: left;
width: 920px;
padding: 5px 20px;
margin-bottom: 20px;
text-align: right;
}
.footer-link a {
color: #797979;
}
.copyright {
color: #797979;
}
.wordoverflow{
word-wrap: break-word; /* fix for long non-text content breaking IE sidebar float */
overflow: hidden;
}
.nospace {
  white-space: nowrap;
}

/********** add for slide ************/
/* glider */
.glider-position {
float: right;
width: 60px;
z-index: 9999;
position: relative;
top: 10px;
right: 10px;
margin-bottom: -14px;
}
#my-glider .controls { 
right: 20px;
height: 14px;
overflow: hidden;
top: 0;
z-index: 9000
position: relative;
}

#my-glider .controls a { 
float: left;
width: 14px;
height: 14px;
margin: 0;
text-indent: -9999px;
text-decoration: none;
outline:none;
hide-focus: expression(this.hideFocus = true);
background: url(/images/glider_control.gif) 0 -28px no-repeat;
}

#my-glider .controls a:hover { 
background: url(/images/glider_control.gif) 0 -14px no-repeat;
}


#my-glider .controls a.activeSlide { 
background: url(/images/glider_control.gif) 0 0 no-repeat;
}

/* tooltip begins */
#dhtmltooltip {position: absolute;left: -300px;width: 150px;border: 1px solid black;padding: 5px;background-color: lightyellow;visibility: hidden;z-index: 100;filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);}
#dhtmlpointer {position: absolute;left: -300px;z-index: 101;font-size: 36px;visibility: hidden;}
a.forbidden-gray {color: #666;}
.row_1 {font-size: 20px;}
/* tooltip ends */
/*---- pop menu---*/
.l-pop{ height:0px; width:350px; overflow:visible; float:right; z-index:100px; position:relative;}
.popmenu{ background:#fff; border: #4c4c4c solid 4px; padding:20px; }
.popmenu h2{ color:#36c;}
.popmenu li{ padding:3px; margin:0px; line-height:200%; border-top:#333 solid 0px; }
.popmenu li input{ top:3px; position:relative;}

/* --- invite -----*/
textarea.size1 {
	width: 300px;
	height: 80px;
}


.clear {
clear: both;
height: 0px;
}

.clear-20 {
clear: both;
height: 20px;
}

.clear-40 {
clear: both;
height: 40px;
}


.over{padding:40px 5px; height:300px; width:590px}
.over h2{ color:#B7262D}
.over img{float:left}
.over_text{font-size:12px; float:right; width:320px}
.over_text p{padding-bottom:20px}
.over_text span{ color:#c01921; font-weight:bold}
.over_box p{font-size:12px; font-weight:bold; float:left; padding-top:5px}
.over_box img{float:left; height:52; padding-right:10px}
.over_box a{color:#c01921; text-decoration:underline}


.sub-l {float:left; width:180px}
.sub-l p{text-align:center; }
.sub-r {float:right; width:450px}
.sub-r h2{color:#B7262D}

