@charset "utf-8";
/*
	世纪精英培训学校
	人力资源管理考试网
	全站侧边栏模块调用样式表
	Design & Power by Danile Chen
	Email: together008@gmail.com
*/
#hottel{
	width: 228px;
	height: 94px;
	margin: 0 auto
}
#timebox{
	width: 228px;
	height: 0px;
}
	.time{
		position: absolute;
		z-index: 3;
		width: 247px;
		height: 128px;
		background: url(../images/time.jpg) no-repeat;
		left: 6px;
	}
	.time_flash{
    width: 50px;
    height: 24px;
    margin-left: 175px;
    margin-top: 63px;
    color: #eee;
    font-size: 16px;
	}
/*
	Login Box
*/
#loginbox{
	display: block;
	width: 228px;
}
#Login{
	position: absolute;
	z-index: 4;
	height: 130px;
	width: 226px;
	left: 6px;
	border: 1px solid #d9d9d9;
	background: #FAFAFA url(../images/loginbg.jpg) no-repeat left top;
	padding-top: 30px;
	margin-top: 102px;
}
	.logintable{
		width: 220px;
		margin: 0 auto;
	}
	.logintable th{
		width: 55px;
		font-size: 12px;
		font-weight: normal;
		text-align: right;
	}
	.logintable .txt{
		width: 150px;
		height: 16px;
		border: 1px solid #CCC;
		vertical-align: middle;
		font-size: 12px;
		padding: 2px;
	}
	.logintable .vdcode{
		width: 72px;
		height: 16px;
		border: 1px solid #CCC;
		vertical-align: middle;
		font-size: 12px;
		padding: 2px;
	}
.other_login{
	padding-left: 30px;
	text-align: center;
	line-height: 30px;
}
	.other_login ul{
		list-style-type: none;
		font-size: 12px;
	}
	.other_login ul li{
		display: inline;
		float: left;
	}
	.other_login ul li span{
		padding: 0 5px;
		font-size: 10px;
	}
/*
	报考直通车模块
*/
.SBtitle{
	height: 35px;
	background: url(../images/sidebartitlebg.jpg) no-repeat;
	line-height: 34px;
	padding-left: 20px;
	font-size: 12px;
	color: #C30;
	font-weight: bold
}
	.SBtitle span{
		float: right;
		margin-top: 11px;
		margin-right: 10px;
	}
#ClearFloat{
	display: none;
	_display: block;
	height: 180px;
	clear: both;
}
#Zcar{
	width: 226px;
	height: 172px;
	margin: 0 auto;
	background-color: #fafafa;
	border: 1px solid #d7d7d7;
	margin-top: 270px;
	_margin-top: 95px;
}
	.Cartype{
		width: 226px;
		overflow: hidden;
		zoom: 1;
		padding-bottom: 10px;
	}
	.Cartype a{
		display: inline;
		float: left;
		width: 60px;
		height: 20px;
		border: 1px solid #81a6cc;
		font-size: 12px;
		margin: 10px 0 0 10px;
		text-align: center;
		line-height: 20px;
		background-color: #d0e7ff;
		color: #333;
	}
	.Cartype a:hover{
		background-color: #C30;
		color: #FFF;
		border: 1px solid #900;
	}
/*
	侧边栏通用模块
*/
.Gbox{
	width: 226px;
	margin: 6px auto 0 auto;
	border-bottom-color: #FAFAFA;
	border: 1px solid #D7D7D7;
	background-color: #fafafa;
}
	.SBlist ul{
		list-style-type: none;
		padding: 10px;
	}
	.SBlist ul li{
		width: 210px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow:ellipsis;
		font-size: 12px;
		line-height: 24px;
		background: url(../images/point.jpg) no-repeat left center;
		text-indent: 10px;
	}