/*
#------------------------------------------------------------------------
# BikeStore - June Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2012 Gavick.com. All Rights Reserved.
# License:  Copyrighted Commercial Software
# Website:  http://www.gavick.com
# Support:  support@gavick.com
 */

/* Basic elements */
html {
	background: #767676 url('../images/style1/bg_base.jpg') no-repeat center -500px;
}
html.lightbg {
	background-position: center top;
}
body {
	min-height: 100%;
	background: transparent url('../images/style1/bg_abstract.png') no-repeat center top;
	font-size: 14px;
	line-height: 2;
	color: #777;
	padding: 0 15px;
	font-weight: 300;
	word-wrap: break-word;
}
a {
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-ms-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
	text-decoration: none;
	color: #fb5a29;
}
a:hover,
a:active,
a:focus {
	color: #212121;
}
h1,
h2,
h3,
h4,
h5 {
	margin: 0;
	padding: 0;
	color: #212121;
	font-weight: 300;
}
h1 {
	font-size: 36px;
}
h2,
.componentheading {
	font-size: 34px;
	color: #212121;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 125%;
}
h5 {
	font-size: 110%;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul li {
	line-height: 2.0;
}
p {
	margin: 0.5em 0 1.5em; 
}

/* Containers */
#gkPageWrap {
	margin: 0 auto;
	padding-top: 50px;
}
#gkPageWrap .gkFooter .menu{ margin-top:4px; line-height:25px;}
#gkPageContent {
	margin-bottom: 24px;
	width: 100%;
}
#gkInset {
	display: block;
	position: absolute;
}
#gkPage {
	display: block;
	margin: 0 auto;
	overflow: visible;
}
#gkContent > div {
	background: #fff;
	/*filter:alpha(opacity=80);-moz-opacity:0.8;opacity:0.8;*/
	/*border:1px solid #666;
	box-shadow:#666 1px 1px 5px;*/
}

/* Top links */
#gkTopLinks {
	display:none;
	float: right;
	font-size: 11px;
	line-height: 11px;
	margin: -26px 0 0 0;
	text-transform: uppercase;
}
#gkTopLinks a {
	color: #5a5a5a;
	margin-left: 16px;
}
#gkTopLinks a:active,
#gkTopLinks a:focus,
#gkTopLinks a:hover {
	color: #fff;
}
#btnCart span {
	display: none;
}

/* Logo  */
#gkLogo {
	background: #fb5a29;
	margin: 0;
	padding: 0;
	text-indent: -999em;
	text-shadow: none;
	width: 210px;
	display: block;
	float: left;
}
#gkLogo img {
	display: block;
	margin: 0;
}
#gkLogo.cssLogo {
	/* You can specify there logo size and background */
	background: url('../images/style1/logo.png') no-repeat 0 center;
	/*height: 46px; #fb5a29
	width: 175px;*/
	width:475px; height:79px;
}
#gkLogo.text {
	text-indent: 0;
	text-transform: uppercase;
	color: #fff;
}
#gkLogo.text > span {
	display: block;
	font-size: 27px;
	line-height: 44px;
}
#gkLogo.text .gkLogoSlogan {
	color: #eee;
	display: block;
	font-size: 15px;
	line-height: 12px;
}

/* top */
#gkPageTop {
	margin-top: 0 !important;
	margin-bottom: 20px !important;
}
#gkHeader {
	margin: 0 auto 14px auto;
}
#gkTop1,
#gkTop2 {
	margin-bottom: 14px;
}
#gkSearch {
	clear: right;
	float: right;
	margin-top: 12px;
}
#mod-search-searchword {
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
	color: #aaa;
	height: 34px;
	line-height: 35px;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	width: 225px;
	font-weight: 300;
	float: left;
	margin-right: 11px;
	-webkit-transition: width 0.3s ease-out;
	-moz-transition: width 0.3s ease-out;
	-ms-transition: width 0.3s ease-out;
	-o-transition: width 0.3s ease-out;
	transition: width 0.3s ease-out;
}
#mod-search-searchword:active,
#mod-search-searchword:focus {
	width: 265px;
}
#gkSearch .button {
	margin: 0;
}

/* standard breadcrumb */
#gkBreadcrumb {
	font-size: 16px;
	margin: 0 0 32px;
}
#gkBreadcrumb .breadcrumbs {
	float: left;
}
#gkBreadcrumb .breadcrumbs li.separator {
	background: #ebebeb url('../images/breadcrump.png') no-repeat 100% 0 !important;
	width: 10px;
	padding: 0 !important;
	text-indent: -9999px;
}
#gkBreadcrumb .breadcrumbs li.pathway {
	padding-right: 20px;
	background: #ebebeb url('../images/breadcrump.png') no-repeat 100% 100%;
	font-weight: bold;
	color: #212121
}
#gkBreadcrumb .breadcrumbs > ul > li {
	float: left;
	border-top: none;
	font-size: 12px;
	line-height: 28px;
	padding: 0 10px;
	margin-bottom: 5px;
	background: #ebebeb;
}
#gkBreadcrumb .breadcrumbs a {
	color: #999;
}
#gkBreadcrumb .breadcrumbs a:active,
#gkBreadcrumb .breadcrumbs a:focus,
#gkBreadcrumb .breadcrumbs a:hover {
	color: #fb5a29;
}
#gkTools {
	float: right;
	margin: 0 10px 0 0;
}
#gkTools a {
	display: block;
	float: left;
	width: 22px;
	height: 16px;
	margin: 0 0 0 0px !important;
	text-indent: -99999em;
	background: url('../images/font_size.png') no-repeat -38px 50%;
}
a#gkToolsReset {
	background-position: -15px 50%;
	margin-left: 6px;
}
a#gkToolsDec {
	background-position: 6px 50%;
}

/* bottom 1/2/3 */
#gkBottom1,
#gkBottom2,
#gkBottom3 {
	color: #ccc;
	font-size: 13px;
	margin: 24px 0 -16px 0;
	overflow: hidden;
	padding: 0;
}
#gkTop1 .box > div,
#gkTop2 .box > div,
#gkBottom1 .box > div,
#gkBottom2 .box > div,
#gkBottom3 .box > div {
	background: transparent;
}
#gkBottom3 {
	border-top: 3px solid #fff;
}
#gkBottom1 .box > div,
#gkBottom2 .box > div {
	padding-bottom: 0;
	padding-top: 0;
}
#gkTop1 > div,
#gkTop2 > div,
#gkBottom1 > div,
#gkBottom2 > div,
#gkBottom3 > div {
	margin: 0;
	width: 100%;
}
#gkBottom1 h3.header,
#gkBottom2 h3.header,
#gkBottom3 h3.header {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
}
#gkBottom1 a,
#gkBottom2 a,
#gkBottom3 a {
	color: #d3d3d3;
}
#gkBottom1 a:active,
#gkBottom1 a:focus,
#gkBottom1 a:hover,
#gkBottom2 a:active,
#gkBottom2 a:focus,
#gkBottom2 a:hover,
#gkBottom3 a:active,
#gkBottom3 a:focus,
#gkBottom3 a:hover {
	color: #fff;
}

/* footer */
.gkFooter {
	border-top: 1px solid #b5b5b5;
	color: #696969;
	font-size: 10px;
	line-height: 10px;
	margin: 20px 0;
	min-height: 10px;
	padding: 20px 0;
	text-transform: uppercase;
}
.gkFooter a {
	color: #ccc;
}
.gkFooter a:active,
.gkFooter a:focus,
.gkFooter a:hover {
	color: #fff;
}
.gkFooter > p {
	color: #9d9d9d;
	float: right;
}
.gkFooter ul.menu li {
	float: left;
	margin-right: 17px;
}
.gkFooter ul.menu li:before {
	background: #fabf10;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	content: "";
	display: block;
	float: left;
	height: 3px;
	left: -8px;
	margin: 8px 0 0 0px;
	position: relative;
	width: 3px;
}
.gkFooter ul.menu li:first-child:before {
	display: none;
}

/* other footer elements */
#gkStyleArea {
	display: block;
	text-align: center;
	clear: both;
	margin: 30px 0;
}
#gkStyleArea > a {
	width: 8px;
	height: 8px;
	margin-right: 5px;
	display: inline-block;
	text-indent: -9999px;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
	-webkit-transition: transform 0.2s ease-out;
	-moz-transition: transform 0.2s ease-out;
	-ms-transition: transform 0.2s ease-out;
	-o-transition: transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
}
#it-lp{
  position: absolute;
  top: 0px;
  left: -5500px;
  }
#gkStyleArea > a:hover {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}
#gkColor1 {
	background: #FF9932;
}
#gkColor2 {
	background: #29a5fb;
}
#gkColor3 {
	background: #92ad41;
}
#gkFrameworkLogo {
	display:none;
	/*display:block;*/
	width: 140px;
	height: 42px;
	background: url('../images/framework-logo.png') no-repeat 0 0;
	text-indent: -9999em;
	margin: 0 auto;
	padding-bottom: 12px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
	clear: both;
}
#gkSocial {
	width: 100%;
	position: absolute;
	text-align: center;
	top: 13px;
}
#gkSocial p {
	width: 100%;
}

/* Page suffixes */
.nobg #gkContent > div {
	background: transparent;
	overflow: visible;
	padding: 0;
}

/* Suffixes */
.box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
}
.box > div {
	background: #fff;
	overflow: hidden;
}
div.content {
	clear: both;
}
.box li a {
	text-decoration: none;
}
.box a {
	text-decoration: none;
}
#gkContent .box:first-child {
	padding-top: 0 !important;
}

/* suffix banner */
.box.banner p {
	margin: 0;
	padding: 0;
	text-align: center;
}

/* suffix transparent */
.box.transparent > div {
	background: transparent!important;
	padding: 0!important;
}

/* suffix alpha */
.box.alpha > div {
	background: transparent url('../images/style1/bg_alpha.png') repeat 0 0!important;
}

/* clear spaces in the inset and content */
#gkContent .box {
	padding: 0 !important;
}

/* default suffix */
.box .header {
	color: #505757;
	font-size: 24px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

/* clear suffix */
.box.clear {
	margin: 0;
}
.box.clear > div {
	margin: 0;
	padding: 0;
}
.clear div.content {
	clear: both;
}

/* advertisement suffix */
.box.advertisement .header {
	border-bottom: 1px solid #fff;
	color: #fff !important;
	font-size: 9px !important;
	font-weight: 300;
	margin: 0 0 10px 0;
	text-align: right;
	text-transform: uppercase;
	line-height: 16px;
	font-family: Arial, Verdana, sans-serif !important;
}
.box.advertisement {
	color: #d3d3d3;
}
.box.advertisement > div {
	background: transparent;
	padding: 0!important;
}

/* suffix _text */
.box_text > div {
	background: #fff;
}

/* suffix color */
.box.color h3.header {
	color: #fff;
}
.box.color {
	color: #ffe3db;
}
.box.color > div {
	background: #fb5a29;
}
.box.color a {
	color: #fff;
}
.box.color a:active,
.box.color a:focus,
.box.color a:hover {
	text-decoration: underline;
}
.box.color b,
.box.color strong {
	color: #ffdfaf;
	font-weight: bold;
}
.box.color ul li {
	border-top: 1px solid #ff8965;
}
.box.color ul li:first-child {
	border-top: none;
}

/* suffix colortitle */
.box.colortitle h3.header {
	background: #fb5a29;
	color: #fff;
	font-size: 20px;
	line-height: 19px;
	padding: 8px 10px;
	float: left;
}
.box.colortitle h3.header + div {
	clear: both;
}
/* suffix dark + colortitle */
.box.colortitle.dark h3.header {
	background: #fff;
	color: #212121;
}
/* suffix color + colortitle */
.box.colortitle.color h3.header {
	background: #fff;
	color: #fb5a29;
}
/* suffix dark */
.box.dark > div {
	background: #212121!important;
	color: #888;
}
.box.dark h3.header {
	color: #fff;
}
.box.dark ul {
	margin: 0;
	padding: 0;
}
.box.dark ul li {
	border-top: 1px solid #444;
	position: relative;
}
.box.dark ul li:first-child {
	border-top: none;
}
.box.dark a {
	color: #fff;
}
.box.dark a:active,
.box.dark a:focus,
.box.dark a:hover {
	color: #ccc;
}
.box.dark ul ul {
	margin: 0 0 0 20px;
}
.box.dark b,
.box.dark strong {
	color: #aaa;
	font-weight: bold;
}
/* mainbody restrictions */
#gkMainbody .box,
#gkMainbodyTop .box,
#gkMainbodyBottom .box {
	margin-top: 14px;
}
#gkMainbody .box:first-child,
#gkMainbodyTop .box:first-child
#gkMainbodyBottom .box:first-child {
	margin-top: 0;
}
/* tablet/mobile suffixes */
.notablet {
	display: none;
}
.nomobile {
	display: none;
}
.onlytablet {
	display: none;
}
.onlymobile {
	display: none;
}
/* Login form */
#gkFBLogin {
	float: left;
	width: 45%;
}
#gkFBLogin p {
	line-height: 18px;
	margin: 14px 0 20px;
}
#gkFBLogin + #login-form,
#gkFBLogin + #com-login-form {
	float: left;
	width: 45%;
	margin-left: 4%;
	padding-left: 30px;
	border-left: 1px solid #e7e7e7;
}
#form-login-remember {
	margin: 10px 0;
}
#form-login-remember label {
	color: #777;
	font-size: 11px;
	font-weight: normal;
	line-height: 27px;
}
#login-form fieldset {
	margin: 0 0 20px;
}
#login-form fieldset p {
	margin: 0.5em 0;
}
#login-form ul {
	border-top: 1px solid #E7E7E7;
	overflow: hidden;
	padding: 12px 0 0;
}
#login-form ul li {
	font-size: 11px;
	line-height: 1.6;
}
#login-form ul li a {
	color: #999;
}
#login-form ul li a:hover {
	color: #222;
}
#login-form input[type="text"],
#login-form input[type="password"] {
	width: 85%;
}
label#jform_spacer-lbl {
	font-size: 11px;
	font-weight: normal;
	color: #666;
}
.logout-button .login-greeting {
	float: left;
	margin-right: 32px;
	font-size: 14px;
}
.gkUsermenu {
	border-top: 1px solid #eee;
	clear: both;
	padding-top: 10px;
	position: relative;
	top: 10px;
}
.gkUsermenu li {
	background: url("../images/style1/typography/bullet-square2.png") no-repeat 0 4px;
	font-size: 12px;
	padding-left: 16px;
}
/* Login with Facebook button */
span#fb-auth small {
	width: 20px;
	background: transparent url('../images/fbauth.png') no-repeat 0 2px;
	text-indent: -999em;
	display: block;
	float: left;
	border-right: 1px solid #a0aecd;
	margin: 2px 7px 0 0;
	height: 17px;
}
span#fb-auth {
	background-color: #798db9;
	border: 1px solid #4d576b;
	display: inline-block;
	color: #fff;
	font-family: arial;
	line-height: 22px;
	font-size: 12px;
	font-weight: bold;
	margin: 12px 0 6px;
	padding: 2px 24px 7px 12px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #445375;
	cursor: pointer;
	height: 17px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-ms-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
	position: relative;
	top: -3px;
}
span#fb-auth:hover {
	background-color: #556b9b;
}
.login span#fb-auth {
	margin: 6px 0 0 10px;
}
/* popup */
#gkPopupOverlay,
#gkPopupLogin,
#gkPopupCart {
	display: none;
	overflow: hidden;
	position: fixed;
	z-index: 1000002;
	left: 50%;
	top: 50%;
	background: #fff;
}
#gkPopupLogin,
#gkPopupCart {
	position: absolute;
	top: 100px;
}
#gkPopupLogin,
#gkPopupCart {
	width: 320px;
	margin-left: -220px;
}
#gkPopupCart {
	width: 440px;
	background: #212121;
}
#gkPopupCart h3 {
	color: #fff;
}
.gkPopupWrap {
	padding: 34px 24px;
	overflow: hidden;
}
.gkPopupWrap h3 {
	margin: 0 0 18px;
	font-size: 32px;
	line-height: 32px;
}
#gkPopupOverlay {
	background: #000;
	width: 100%;
	height: 100%;
	z-index: 1000001;
	top: 0;
	left: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
	filter: alpha(opacity=45);
	opacity: 0.45;
	margin-left: 0;
}
/*<!----------------------------------------------------------------------------------->*/
#container #user_evaluate {	padding-bottom:40px;    width: 980px;	margin:0px;	border-bottom:none;}
.info_box_01 .info_title0 em{background: url('http://www.keread.com/logist/images/Contentpages/block_title2.gif') no-repeat 0 0;	width:525px; float:left; height:30px; text-indent:-999px;	}
#container #user_evaluate dl.u3 {background: url('http://www.keread.com/logist/images/Contentpages/stu3_talk.gif') no-repeat  604px 14px;}
#container #user_evaluate .u3 dt {background: url('http://www.keread.com/logist/images/Contentpages/stu3.jpg') no-repeat center top ;}
.info_title,.info_title0 {background: url('http://www.keread.com/logist/images/Contentpages/block_title_icon.gif') no-repeat 0 0;height: 31px;padding-left: 36px;}
#user_evaluate { width:980px; margin:30px auto; padding-bottom:20px; margin-bottom:20px; border-bottom:1px solid #e1e7ef; }
#user_evaluate .info_title em { background-position:left bottom; }
#user_evaluate dl { height:226px; margin:5px 0px; padding-left:80px; }
#user_evaluate dt { width:174px; height:70px; padding-top:136px; float:left; }
#user_evaluate dt .student { color:#ba7a3d; }
#user_evaluate dt .red{ font-size:16px; padding:0px 5px;}
#user_evaluate .u1 dt { background:url('http://www.keread.com/logist/images/Contentpages/user_img01.jpg') no-repeat center top; }
#user_evaluate .u2 dt { background:url('http://www.keread.com/logist/images/Contentpages/user_img02.jpg') no-repeat center top; }
#user_evaluate .u3 dt { background:url('http://www.keread.com/logist/images/Contentpages/user_img03.jpg') no-repeat center top; }
#user_evaluate .u4 dt { background:url('http://www.keread.com/logist/images/Contentpages/user_img04.jpg') no-repeat center top; }
#user_evaluate .u5 dt { background:url('http://www.keread.com/logist/images/Contentpages/user_img05.jpg') no-repeat center top; }
#user_evaluate dl.u1 { background:url('http://www.keread.com/logist/images/Contentpages/txt_bg01.gif') no-repeat 664px top; }
#user_evaluate dl.u2 { background:url('http://www.keread.com/logist/images/Contentpages/txt_bg02.gif') no-repeat 664px top; }
#user_evaluate dl.u3 { background:url('http://www.keread.com/logist/images/Contentpages/txt_bg03.gif') no-repeat 664px top; }
#user_evaluate dl.u4 { background:url('http://www.keread.com/logist/images/Contentpages/txt_bg04.gif') no-repeat 664px top; }
#user_evaluate dl.u5 { background:url('http://www.keread.com/logist/images/Contentpages/txt_bg05.gif') no-repeat 664px top; }
#user_evaluate .evaluate_txt{ width:336px; height:203px; margin-left:25px; float:left; text-shadow:0px 1px #fff; background:url('http://www.keread.com/logist/images/Contentpages/evaluate_bg.gif') no-repeat; }
#user_evaluate .evaluate_txt p{ line-height:21px; padding:5px 10px; }


#train_info{width:980px; margin:30px auto 0px auto; padding-bottom:30px; background:url('http://www.keread.com/logist/images/Contentpages/box_left_line.gif') repeat-y 13px top;}
.info_title em{width:525px; float:left; height:30px; text-indent:-999px; background:url('http://www.keread.com/logist/images/Contentpages/block_title2.jpg') no-repeat; }
.p_info{width:152px; height:36px; padding:7px 5px; margin-top:6px; display:inline-block;  line-height:18px; font-size:12px;}
.p_name{display:inline-block; margin-right:10px; background-color:#cf5455; color:#fff; font-size:16px; font-style:normal;}

.info_box_01 .info_title{margin-bottom:3px; background-position:left -3px;}
.info_box_01 dl{width:936px; float:left; margin:20px 0px 0px 13px; padding:0px 0px 40px 27px; }
.info_box_01 dl h4{font-size:14px; font-weight:normal;}
.info_box_01 dt{width:194px; float:left; font-size:16px;}
.info_box_01 dt h4 em{display:inline-block; background:#cf5455; color:#fff; font-weight:normal;}
.info_box_01 dt .p_info{width:234px; padding:7px 10px; height:26px; display:inline-block; background:url('http://www.keread.com/logist/images/Contentpages/container_bg.gif') no-repeat left -149px; line-height:20px; font-size:12px;}
.info_box_01 dd{width:666px; float:left;}
.info_box_01 dd li{width:153px; float:left; padding-bottom:25px; margin-left:10px; display:inline; overflow:hidden;}
.info_box_01 dd .U-em li{width:153px; float:left; padding-bottom:25px; margin-left:65px; display:inline; overflow:hidden;}
.info_box_01 dt img,.info_box_01 dd li img{margin-bottom:9px;}

/* 课程价值 */
.info_box_02{margin-top:30px;}
.info_box_02 .info_title em{background-position:left -30px;}
.info_box_02 dl{width:963px; margin:30px 0px 0px 15px; float:left; display:inline;}
.info_box_02 dt{height:30px; padding:0px 0px 10px 34px; position:relative; left:-8px; color:#cf5455; font-size:14px; background:url('http://www.keread.com/logist/images/Contentpages/title_icon_02.gif') no-repeat left 5px; line-height:30px;}
.info_box_02 dd{padding-left:18px;}
.info_box_02 dd li{width:213px; float:left; margin-left:18px; line-height:20px; font-size:14px;}

.info_box_02 .info_title em{background-position:left 1px;}
.mostread{ list-style:decimal outside !important; margin-left:10px;}
.latestnews{ list-style:decimal outside !important; margin-left:10px;}