﻿@charset "utf-8";
	.clearfix:after {
	    content: ".";
	    clear: both;
	    visibility: hidden;
	    line-height: 0;
	    height: 0;
	}

	.clearfix { clear:both;display: inline-block;font-size:0.1px;height:0pt;line-height:0pt;width:0pt;} 
	html[xmlns] .clearfix {
	    display: block;
	}
	* html .clearfix {
	    height: 1%;
	}
 /*
  USAGE: All you have to do is include this one line in your CSS file, with the
  tag names to which you want the script applied:
 
 img, div { behavior: url(css/iepngfix.htc) }

  Alternatively, you can specify that this will apply to all tags like so:
   * { behavior: url(iepngfix.htc) }
 */
	.img{
		behavior: url(css/iepngfix.htc);
	}
	input[type=text]{
		-webkit-appearance: none;
		-webkit-box-shadow: none;
		-webkit-tap-highlight-color: transparent
	}
	*{
		padding:0;
		margin:0;
		border:0px solid transparent; /* fix ie */
		outline:none;
		
	}
	html,body{
		color:#f9f9f9;
	}
  	object { outline:none; }

	a img{border:none;}	
	img{border:0px;vertical-align:middle;}
	
	
	/*///  page setting  ///*/
	.page-bg{
	width:100%;
	text-align:center;
	position:absolute;
	}
	
	#page-height{
		overflow:hidden;
		padding-bottom:25px;
	}
	#page-wrap{
		float:none;
		margin:0 auto;
		width:100%;
		position:relative;
		z-index:100;
	}
	#page-wrap *{
		 /* overflow:hidden;fix ie6 bug hight */
	}
	#header{
		float:none;
		margin:0 auto;
		width:912px;
		height:126px;
		padding-bottom:8px;
	}
	#footer{
		float:none;
		margin:0 auto 0px;
		width:910px;
		overflow:visible;
	}
	.print-view{
		display:none;
	}
	
#bg-alpha{
	width:100%;
	margin:0 auto;
	top:0;
	left:0;
	position:absolute;
	background :black;
	z-index:99998;
	display:none;           
}

.detailviewer{

	left:0;
	position:absolute;
	width:100%;
	z-index:99999;
	text-align:center;
	display:none;
}

.list_job {
	background: url(../images/job/job_list_body.png) repeat-y center top;
	padding: 0 3px;
}
.list_job .data { /*
	background: url(../images/job/job_list_bottom.png) no-repeat center bottom;  */
	margin: 0 -3px;
	position: relative;
	zoom: 1;
}
.list_job .item {
	height: 164px;
	overflow: hidden;
	width: 451px;
	margin: 0 1px;
	float: left;
}
.list_job .item strong.job_title {
	background: url(../images/job/bg_title.png) no-repeat top left; 
	line-height:22px;
	height:23px;
	margin:5px 0 4px 5px;
	-margin-left: 4px;
	padding-left:20px;
	width:424px;
	display: block;
	color: #fd158b;
}
.list_job .item .pink {
	margin: 0 4px 0 6px;
	-margin-top: 3px;
	-margin-left: 5px;
	height: 127px; /*
	background: url(../images/job/job_bg_detail.png) repeat-y top;  */
}
.list_job .item .scroll-pane {
	margin-left: 10px;
}

#page-wrap .pink .jScrollPaneContainer ol li, #page-wrap .pink .jScrollPaneContainer ul li {
	list-style-position: inside;
	margin: 0;
}

.pl_header {
	width: 903px;
	margin: 0 auto;
}
