/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 17, D:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  color: #4D4D4D;
}

input:focus{outline:none;}

html {
  line-height: 1;
}

ol, ul,li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

body {
  font-family: arial, helvetica, clean, sans-serif;
  font-size: 12px;
  /*background-color: #f8f8f7;*/
}
html, 
body { 
margin: 0; 
padding: 0; 
} 
#container { 
min-height: 100%; 
height: auto !important; 
height: 100%; 
}
a {
  text-decoration: none;
  cursor: pointer;
}

input {
  font-family: arial, helvetica, clean, sans-serif;
}

.text-overflow {
  width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

input.text {
float: none;
width: 282px;
height: 24px;
line-height: 24px;
padding: 4px 20px 4px 3px;
border: 1px solid #cccccc;
font-size: 14px;
font-family: arial;
}
.hide{display:none;}

.radius {
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.radius_l5_r0 {
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}

.btn-orange, .btn-green, .btn {
  border: none;
  background: url(../../image/button_bg.gif) no-repeat -2px -85px;
  width: 78px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  color: #fff;
  font-size: 14px;
  cursor:pointer;
}

.btn-orange:hover{background:url(../../image/button_bg.gif) no-repeat -2px -128px;}

.btn-orange-slim ,.btn-frame-flat{
  border: none;
  background: url(../../image/button_bg.gif) no-repeat -2px -307px;
  width: 78px;
  height: 26px;
  font-weight: bold;
  color: #fff;
  margin-left: -6px;
  font-size: 14px;
}

.btn-orange-slim:hover{background:url(../../image/button_bg.gif) no-repeat -2px -334px;}

.btn-green {
  background: url(../../image/button_bg.gif) no-repeat -2px -169px;
}

.btn-green:hover{background:url(../../image/button_bg.gif) no-repeat -2px -211px;}

.btn {
  background: url(../../image/button_bg.gif) no-repeat -2px -1px;
  color: #4d4d4d;
  border:solid 1px #ccc;
}
.btn:hover{background:url(../../image/button_bg.gif) no-repeat -2px -43px;}

.btn-frame-flat{color:#4d4d4d;font-size:12px;background:none #ececec;font-weight:normal;border:solid 1px #ccc;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}


.reminder-text {
  font-family: arial, helvetica, clean, sans-serif;
  font-size: 12px;
  float: right;
  color: #010101;
  text-decoration: none;
}

.reminder-text:hover {
  color: #ff6600;
  text-decoration: underline;
}

.reminder-orange {
  color: #e35204;
}

.top-bar {
  width: 100%;
  height: 30px;
  color: #686868;
  background-color: #f4f4f4;
  border-bottom: solid 1px #ccc;
}

.top-bar ul {
  width: 890px;
  margin: 0 auto;
}

.top-bar ul li {
  float: left;
  line-height: 30px;
  margin-right: 8px;
}

.top-bar ul li a {
  color: #686868;
}

.top-bar ul li a:hover {
  color: #ff6600;
}
.top-bar img{margin-bottom:-3px;margin-right:3px;}
.container {
  clear: both;
  width: 940px;
  margin: 0 auto;
  /*border-top:solid 1px #d1d1d1;background:#eeeeee url(../../image/bg_body.gif) repeat-x top;*/
}

.login-content {
  width: 940px;
  margin: 0 auto;
  height: auto;
  padding: 0.5em;
}
.login-content img {
  width: 677px;
  margin-top: 0.5em;
}

.login-info-col {
  width: 240px;
  height: auto;
  float: right;
  margin-right: 1.2em;
  padding: 2.5px;
  padding-right: 0;
}

.info-240-top, .info-240-bottom {
  height: 21px;
  width: 240px;
  background: url(../../image/main-img.png) no-repeat 0 -74px;
}

.info-240-bottom {
  background: url(../../image/main-img.png) no-repeat 0 -98px;
}

.info-240-content {
  height: 145px;
  background: url(../../image/info-short-vbg.png) repeat-y;
  padding: 0 15px 15px 15px;
}

.login-title {
  font-family: 微软雅黑, 宋体, Arial, Helvetica, sans-serif, simsun;
  font-size: 14px;
  line-height: 26px;
  float: right;
  font-weight:bold;
}

.weidgets_container {
  width: 940px;
  margin: 0 auto;
  padding: 0.6em;
  overflow-y: hidden;
  height: 100%;
}

.ui-widget {
  font-family: 微软雅黑, Arial;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #e4e4e4;
  background: white url(../images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
  color: #222222;
}

.ui-widget-content a {
  color: #222222;
}

.ui-widget-header {
  height: 23px;
  line-height: 23px;
  color: #ff6600;
  font-weight: bold;
}

.ui-widget-header a {
  color: #ff6600;
}

.column {
  width: 400px;
  float: left;
}

.model_wai {
  background: #e7e7e7;
  padding-bottom: 2px;
  margin-left: 2px;
  padding-right: 2px;
  margin-bottom: 8px;
}

.model_nei {
  border: 1px solid #dcdcdc;
  background: #fcfcfc;
  margin-left: -2px;
  position: relative;
  zoom: 1;
  padding: 1px;
}

.portlet {
  margin: 0 1.3em 1.3em 0;
}

.portlet-header {
  margin: 0;
  padding: 0.5em 0 0.1em 0.5em;
}

.portlet-content {
  padding: 0.4em;
  overflow: hidden;
}

.portlet-content p {
  line-height: 18px;  
}


.portlet-content li {
  background: url(../../image/left_li_icon.gif) no-repeat left 4px;
  padding-left: 15px;
  line-height: 20px;
}


.portlet-content li a {
  text-decoration: none;
  line-height: 20px;
}


.flowperson {
  margin-left: 6px;
}

.flowperson li {
  width: 210px;
  padding-left: 8px;
  float: left;
  margin-left: 3px;
  background: none;
}

.flowperson li p {
  background: url(../../image/mark-left.gif) no-repeat left top;
  padding: 18px 3px 3px 18px;
  border: solid 1px #ccc;
  width: 200px;
  height: 144px;
  background-color: #fff;
}

.footer {  
  clear: both;
  width: 100%;
  font-size: 12px;
  margin-top: 0 !important;
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
/*   height: 60px; */
}

.footer ul {
  float: right;
}

.footer li {
  float: left;
}


.footer-content {
  height: 100%;
  width: 820px;
  margin: 0 auto;
  text-align:center;
}


.copytight {  
  line-height: 23px;
}

.loginfooter {
  height: 226px;
  width: 100%;
  background: #f1f1e4;
}


.errMsg {
  font-family: 黑体;
  background: #fff6bf url(../../images/alert.png) center no-repeat;
  background-position: 5px 50%;
  text-align: left;
  border: 1px solid #ffd324;
  line-height: 26px;
  margin: 8px 0;
  padding: 8px 4px 4px 25px;
  display: none;
}


/*courseintroduce*/

.hd {
position: relative;
border-bottom: 1px solid #e2dddd;
padding-top: 20px;
height:64px;
  width: 940px;
  margin: 0 auto;
}
.hd h3 {
font-size: 18px;
font-family: '微软雅黑';
font-weight: normal;
color: #333;
display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
float:left;
}
ul, menu, dir {
display: block;
}
ul.tab-list li {
height: 15px;
line-height: 25px;
text-align: center;
font-size: 14px;
padding: 0 12px 0 12px;
float: left;
margin-top: 7px;
position: relative;
cursor: pointer;
}
ul.tab-list li.posBefore {
width: 58px;
}
ul.tab-list li.borderRight {
border-right: 1px solid #e2dddd;
}
.course-category {
  height: 45px;
  line-height: 45px;
}
.course-category  ul.tab-list {
padding: 5px 0 0 0;
}

ul.tab-list li a {
display: inline-block;
padding: 0 8px;
height: 25px;
color: #000;
margin-top: -5px;
position: absolute;
top: 0;
left: 6px;

}
ul.tab-list li.posBefore a {
width: 58px;
}
ul.tab-list li.current a {
background-color: #06ad76;
-webkit-border-radius: 2px;
border-radius: 2px;
color: #fff;
}
.course-search {
	background-color: #F6F6F8;
border: 1px solid #DDDDDD;
font-size: 14px;
height: 30px;
padding: 0 40px 30px 33px;
width: 530px;
overflow: hidden;
float:right;
}
.search-box{
width: 530px;
height: 42px;
margin-top: 10px;
overflow: hidden;
position: relative;
}
#inputsearch{
	border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-right: none;
float:left;
}
#inputsearch input{
width: 419px;
height: 32px;
line-height: 34px;
padding: 2px 10px 2px 20px;
border: #FFF solid 1px;
font-size: 14px;
color: #494949;
}

.bookSelectGuide {
  width: 285px;
  height: auto;
  float: right;
  margin-right: 15px;
  padding: 2.5px;
  padding-right: 0;
  border: solid 1px #837a7b;
}

ul.tab-con {
overflow: hidden;
position: relative;
width: 100%;
margin:auto;
min-height:328px;
height: auto;
clear:both;
}
ul.tab-con li {
width: 105%;
padding-left: 4px;
}
.ebook {
float: left;
padding: 18px 60px 0 0;
width: 109px;
height: 245px;
position: relative;
}
.ebook .ebook-img {
width: 111px;
height: 147px;
position: relative;
display: block;
padding-top: 4px;
background: #FFF url(../../image/ebook_img_top_13353efd.png) 0 0 no-repeat;
color: #000;
}
.ebook .ebook-img img {
width: 109px;
height: 145px;
border: 1px solid #c1c1c1;
background-color: #FFF;
display: block;
overflow: hidden;
}
.ebook .ebook-img .ebook-img-border {
position: absolute;
top: 5px;
height: 145px;
background: url(../../image/ebook_left_bg_cdb59ce4.png) 0 0 no-repeat;
width: 7px;
_background: 0;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=noscale,src="http://static.wenku.bdimg.com/static/pay/ui/ebook/images/ebook_left_bg_cdb59ce4.png");
}
.ebook .ebook-img .ebook-abstract-wp {
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
overflow: hidden;
}
.ebook .ebook-img .ebook-abstract {
position: absolute;
bottom: -130px;
width: 90px;
height: 110px;
display: block;
padding: 10px 10px;
font-size: 12px;
line-height: 1.5em;
background: #FFF;
opacity: 0;
z-index: 1;
bottom: 0;
filter: Alpha(Opacity=0);
_display: none;
-webkit-transition: all 300ms;
-moz-transition: all 300ms;
-ms-transition: all 300ms;
-o-transition: all 300ms;
transition: all 300ms;
}
.ebook .ebook-img .ebook-abstract {
font-size: 12px;
line-height: 1.5em;
}
.ebook .ebook-title {
text-align:center;
display: block;
font-size: 14px;
line-height: 1.5;
height: 42px;
overflow: hidden;
padding-top: 8px;
color: #333;
clear:both;
}
.ebook .ebook-publisher {
text-align:center;
display: block;
font-size: 12px;
padding-top: 5px;
height: 21px;
line-height: 1.5;
color: #999;
width:100%;
clear:both;
}
.f-bold {
font-weight: bold;
}
ul.tab-con .btn-frame-flat{float:right;margin-top:0.4em;clear:both;}
ul.tab-con .btn-frame-flat:hover{background-color:#fcfbfb;cursor:pointer;}

.btnOpenCourse {
  float: right;
}
.page-nav {
height: 53px;
}
.page-center {
position: relative;
line-height: 22px;
white-space: nowrap;
text-align: center;
}
.page-center .page-inner {
float: left;
position: relative;
left: 50%;
}
.page-center .page-content {
position: relative;
right: 50%;
float: left;
padding: 8px 0 7px 0;
font-size: 13px;
font-family: Arial,simsun,sans-serif;
}
.page-center .page-content .pre, .page-center .page-content .next {
width: 60px;
line-height: 23px;
_line-height: 24px;
line-height: 24px;
font-family: simsun;
}
.page-center .page-content a, .page-center .page-inner span {
float: left;
width: 23px;
height: 22px;
margin-right: 5px;
line-height: 22px;
overflow: hidden;
border: 1px solid #e7ecf0;
background: #fff;
text-decoration: none;
text-align: center;
}
.page-center .page-content a{color:#016C38;}
.page-center .page-content a:hover{background-color:#d4e9d4;}
.page-center .cur {
width: 25px;
border: 0;
background: 0;
font-weight: 700;
color: #000;
border: 0 none!important;
}
.page-center .page-content .first, .page-center .page-content .last {
width: 41px;
line-height: 24px;
}

.tempText
{
	color: #AFAFAF;font-style: italic;
}

a:hover
{
	color:#ff6600;
}

a span:hover
{
	color:#ff6600;
}

#osx-container {background-color:#eee; color:#000; font: 16px/24px "Lucida Grande",Arial,sans-serif; padding-bottom:4px; width:600px; -moz-border-radius-bottomleft:6px; -webkit-border-bottom-left-radius:6px; -moz-border-radius-bottomright:6px; -webkit-border-bottom-right-radius:6px; border-radius:0 0 6px 6px; -moz-box-shadow:0 0 64px #000; -webkit-box-shadow:0 0 64px #000; box-shadow:0 0 64px #000;}
#osx-container a {color:#007217;}
#osx-container #osx-modal-title {color:#000; background-color:#ddd; border-bottom:1px solid #ccc; font-weight:bold; padding:6px 8px; text-shadow:0 1px 0 #f4f4f4;}
#osx-container .close {display:block;cursor:pointer; position:absolute; right:0; top:0;}
#osx-container .close a {display:block; color:#777; font-weight:bold; padding:6px 12px 0; text-decoration:none; text-shadow:0 1px 0 #f4f4f4;}
#osx-container .close a:hover {color:#000;}
#osx-overlay {background-color:#000;}
#osx-container #osx-modal-data {font-size:12px; padding:6px 12px;}
#osx-container h2 {margin:10px 0 6px;font-size:20px;}
#osx-container p {margin-bottom:10px;}
#osx-container span {color:#777;}

