
/*=============================================================================
	.header-foc
===============================================================================*/
.header-foc{
	height:122px;
	background:#eeeeee;
	border-bottom:1px solid #cacaca;
	margin-bottom:8px;
}

.header-foc .wrap{
	width:1000px;
	margin:0 auto;
}

.header-foc .wrap .h-left{
	float:left;
}

.header-foc .wrap .h-left h1 img{
	margin-top:20px;
	height:75px;
}

.header-foc .wrap .h-right{
	float:right;
}

.header-foc .wrap .h-right .btn-login{
	float:right;
}

.header-foc .wrap .h-right .menu-top{
	clear:both;
	height:40px;
	line-height:40px;
	background:url(../images/bg-menu-top.png) repeat 0 0;
	border-radius:5px;
	margin-top:67px;
}

.header-foc .wrap .h-right .menu-top ul.main li{
	float:left;
	background:url(../images/line-menu-top.png) no-repeat right center;
	position:relative;
}

.header-foc .wrap .h-right .menu-top ul.main li.last{
	background:none;
}

.header-foc .wrap .h-right .menu-top ul.main li a{
	font-family:MyCustomFont;
	text-decoration:none;
	color:#fff;
	display:block;
	padding:0 19px;
	font-size:21px;
	text-shadow:1px 1px #92161b;
}
.header-foc .wrap .h-right .menu-top ul.main li .plusm
{
	    background: url(../images/plus4.png) no-repeat right 10px center;
    background-size: 10px 10px;
}
.header-foc .wrap .h-right .menu-top ul.main li .minusm
{
	background: url(../images/minus_3.png) no-repeat right 10px top 10px;
	background-size: 10px 2px;
}
.header-foc .wrap .h-right .menu-top ul.main ul li ul
{
	position:relative;
	top:auto;
	left:auto;
}
.header-foc .wrap .h-right .menu-top ul.main ul li ul li a
{
	padding-left:20px;
	width:177px;
}
.header-foc .wrap .h-right .menu-top ul.main > li > a:hover{
	background:url(../images/bg-menu-top-h.png) repeat-x 0 0;
	color:#ff0000;
}

.header-foc .wrap .h-right .menu-top ul.main li.first a:hover{
	border-radius:3px 0 0 3px;
}

.header-foc .wrap .h-right .menu-top ul.main li.last a:hover{
	border-radius:0 3px 3px 0;
}

.header-foc .wrap .h-right .menu-top ul.main > li:hover > ul{
	display: block;
}

/* sub-menu */
.header-foc .wrap .h-right .menu-top ul.main ul{
    list-style: none;
    margin: 0;
    padding: 5px 0 10px 0;    
    display: none;
    position: absolute;
    top: 39px;
    left: 0;
    z-index: 99999;    
    background: #ed1c24;
	text-align:left;
	width: 310px;
	height: auto;
}

.header-foc .wrap .h-right .menu-top ul.main ul.nho{
    list-style: none;
    margin: 0;
    padding: 5px 0 10px 0;    
    display: none;
    position: absolute;
    top: 39px;
    left: 0;
    z-index: 99999;    
    background: #ed1c24;
	text-align:left;
	width: 190px;
	height: auto;
}

.header-foc .wrap .h-right .menu-top ul.main ul li{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
}

.header-foc .wrap .h-right .menu-top ul.main ul a{    
    padding: 5px 5px 5px 20px;
	
	
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
	text-transform: none;
	font-family:tahoma;
	color:#fff;
	font-size:12px;
	text-shadow:none;
	
}

.header-foc .wrap .h-right .menu-top ul.main ul a:hover{
	color:#fff;
}


.header-foc .wrap .h-right .shadow{
	clear:both;
	height:15px;
	background:url(../images/bg-shadow-menu.png) repeat-x 0 0;
	border-radius:5px 5px 0 0;
}

/*=============================================================================
	.box-silder-search-foc
===============================================================================*/
.box-silder-search-foc{
	width:998px;
	height:302px;
	margin:0 auto;
	text-align:left;
	border:1px solid #c9c9c9;
}

.shadow-slider-foc{
	width:1000px;
	height:18px;
	margin:0 auto;
	background:url(../images/bg-shadow-slider.png) no-repeat 0 0;
}

.box-silder-search-foc .box-search{
	width:257px;
	height:302px;
	float:left;
	background:url(../images/bg-box-search.png) repeat-y 0 0;
}

.box-silder-search-foc .box-search .wrap{
	padding:7px 15px 0 15px;
}

.box-silder-search-foc .box-search .wrap ul li{
	margin-bottom:7px;
	color:#403f3f;
	font-weight:bold;
	font-size:14px;
}

.box-silder-search-foc .box-search .wrap ul li img{
	margin-left:-2px;	
}

.box-silder-search-foc .box-search .wrap ul li input{
	border: 1px solid #d0d0d0;
    border-radius: 5px;
    height: 22px;
    margin: 0 0 4px;
	text-indent:10px;
	outline:none;
}

.box-silder-search-foc .box-search .wrap ul li .submits {
	border: none;   
    height: 26px;
	width: 81px;
    margin: 0 0 4px;
	outline:none;
}

.box-silder-search-foc .box-search .wrap ul li select{
	border: 1px solid #D0D0D0;
    border-radius: 5px;
    margin: 0 0 4px;
    outline: medium none;
    padding: 3.5px;
    width: 217px;
}

.box-silder-search-foc .box-search .wrap ul li.first{
	color:#403f3f;
	font-weight:bold;
	font-size:14px;
}

.box-silder-search-foc .box-search .wrap ul li:last-child{
	margin-bottom:0;
}

.box-silder-search-foc .box-search .wrap ul li.last .shadow{
	width:81px;
	height:15px;
	background:url(../images/shadow-btn-search.png) no-repeat 0 0;
}

/*=============================================================================
	.main-content-foc
===============================================================================*/
.main-content-foc{
	width:1000px;
	margin:0 auto;	
}
/*-- .content-left --*/
.main-content-foc .content-left{
	float:left;
	width:262px;
	text-align:left;
	
}

.main-content-foc .content-left .box-menu-hot-job h2.title{
	width: 277px;
    height: 60px;
    background: url(../images/bg-title-menu-hot-job.png) no-repeat -5px 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 1px #222;
    padding-left: 0px;
    line-height: 49px;
	    margin-bottom: -30px;
    z-index: 123;
    position: relative;
	text-align:center;
	    background-size: 100%;
}

.main-content-foc .content-left .box-menu-hot-job .content{
	background:url(../images/bg-menu.png) repeat-x 0 0;
	margin-left:5px;
	padding-top: 30px;
	height:280px;
	overflow:hidden;
	background-size: auto 100%;
}

.main-content-foc .content-left .box-menu-hot-job .content ul{
	padding:3px 0 10px 10px;
}

.main-content-foc .content-left .box-menu-hot-job .content ul li{
	margin-bottom:6px;
}

.main-content-foc .content-left .box-menu-hot-job .content ul li.last{
	margin-bottom:0;
}

.main-content-foc .content-left .box-menu-hot-job .content ul li a{
	text-decoration: none;
    color: #000;
    font-size: 12px;
    background: url(../images/arrow-red.png) no-repeat left 1px;
    padding-left: 11px;
}

.main-content-foc .content-left .box-menu-hot-job .content ul li a:hover{
	text-decoration:underline;
}

.main-content-foc .content-left .box-menu-hot-job .content p{
	text-align:right;
	border-top: 1px solid #c9c9c9;
    margin-right: 0px;
	padding:1px 0 0px 0;
}

.main-content-foc .content-left .box-menu-hot-job .content p.view-more a{
	text-decoration:none;
	color:#5f5f5f;
	margin-right:10px;
	background:url(../images/arrow-black.png) no-repeat right 5px;
	padding-right:10px;
	font-style:italic;
	font-size:13px;
	
}

.main-content-foc .content-left .box-menu-hot-job .content p.view-more a:hover{
	text-decoration:underline;
}

.main-content-foc .content-left .shadow{
	width:256px;
	height:14px;
	background:url(../images/shadow-menu-hot-job.png) no-repeat 0 0;
	margin-left:5px;
}

/*-- .content-right --*/
.main-content-foc .content-jobslist{
	width:1000px;
	text-align:left;
	border:0px solid #eeeeee;
}

.main-content-foc .content-right{
	float:right;
	width:725px;
	margin-top:15px;
}

.main-content-foc .content-right .box-services h2{
	color:#ed1c24;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	background:url(../images/dotted.png) repeat-x left bottom;
	padding-bottom:3px;
	text-align:left;
}

.main-content-foc .content-right .box-services p.desc{
	color:#515151;
	font-size:13px;
	margin-bottom:13px;
}

.box-services p.desc{
	text-align:justify;
}

.main-content-foc .content-right .box-services ul li{
	float:left;
	width:240px;
	background:url(../images/bg-line-box-service.png) no-repeat right bottom;
	padding-right:1px;
	text-align: center;
}

.main-content-foc .content-right .box-services ul li.last{
	background:none;
	padding-right:0;
}

.main-content-foc .content-right .box-services ul li.endl{
	background:none;
	padding-right:0;
}

.main-content-foc .content-right .box-services ul li img{
	margin-bottom:1px;
	width: auto;
    height: 90px;
	margin-bottom:8px;
}

.main-content-foc .content-right .box-services ul li h3{
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

.main-content-foc .content-right .box-services ul li p.brief{
	color:#515151;
	font-size:13px;
	text-align:center;
	padding:0 13px;
}

/*-- .content-info --*/
.main-content-foc .content-info{
	width:1000px;
	text-align:left;
	border:0px solid #eeeeee;
}

.main-content-foc .content-info .box-services h2{
	color:#ed1c24;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}

.main-content-foc .content-info .box-services p.desc{
	color:#515151;
	font-size:13px;
	margin-bottom:3px;
}

.main-content-foc .content-info .box-services ul li{
	float:left;
	width:240px;
	background:url(../images/bg-line-box-service.png) no-repeat right bottom;
	padding-right:1px;
}

.main-content-foc .content-info .box-services ul li.last{
	background:none;
	padding-right:0;
}

.main-content-foc .content-info .box-services ul li.endl{
	background:none;
	padding-right:0;
}

.main-content-foc .content-info .box-services ul li img{
	margin-bottom:1px;
}

.main-content-foc .content-info .box-services ul li h3{
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

.main-content-foc .content-info .box-services ul li p.brief{
	color:#515151;
	font-size:13px;
	text-align:center;
	padding:0 13px;
}


/*=============================================================================
	.footer-foc
===============================================================================*/
.footer-foc{
	height:94px;
	padding-top:12px;
	background:#ed1c24;
	border-top:1px solid #c42622;
	margin-top:15px;	
}

.footer-foc .wrap{
	width:1000px;
	margin:0 auto;
	color:#fff;
}

.footer-foc .wrap .f-top p.address{
	float:left;
	font-size:12px;
}

.footer-foc .wrap .f-top p.address a{
	color:#fff;
	text-decoration:none;
}

.footer-foc .wrap .f-top p.address a:hover{	
	text-decoration:underline;
}

.footer-foc .wrap .f-top .net-social{
	float:right;
}

.footer-foc .wrap .f-top .net-social h4{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	background:url(../images/bg-line-footer.png) repeat-x 0 bottom;
	padding-bottom:1px;
	margin-bottom:6px;
}

.footer-foc .wrap .f-top .net-social ul li{
	float:left;
	margin-right:2px;
}

.footer-foc .wrap .f-top .net-social ul li.last{
	margin-right:0;
}

.footer-foc .wrap .f-bottom{
	background:url(../images/bg-line-footer.png) repeat-x 0 top;
	margin-top:4px;
	padding-top:4px;
}

.footer-foc .wrap .f-bottom p.copy-right{
	float:left;
	font-size:11px;
}

.footer-foc .wrap .f-bottom ul.menu-footer{
	float:right;
}

.footer-foc .wrap .f-bottom ul.menu-footer li{
	float:left;
	padding:0 10px;
	background:url(../images/bg-li-menu-footer.png) no-repeat right center;
}

.footer-foc .wrap .f-bottom ul.menu-footer li.last{
	background:none;
	padding-right:0;
}

.footer-foc .wrap .f-bottom ul.menu-footer li a{
	font-size:12px;
	color:#fff;
	text-decoration:none;
}

.footer-foc .wrap .f-bottom ul.menu-footer li a:hover{
	text-decoration:underline;
}

/*=============================================================================
	.subpage-foc
===============================================================================*/
.subpage-foc{
	width:1000px;
	margin:0 auto;
}

/*=============================================================================
	.subpage-foc-detail-01
===============================================================================*/
/* .box-table-job */
.subpage-foc-detail-01 .box-table-job .tbl-job{
	width:100%;
	margin-bottom:20px;
}

.subpage-foc-detail-01 .box-table-job .tbl-job tr.alt{
	background:#f4f4f4;
}

.subpage-foc-detail-01 .box-table-job .tbl-job tr th{
	background:#ffffff;
	height:28px;
	line-height:28px;
	font-family:MyCustomFont;
	font-size:18px;
	color:#ed1c24;
}

.subpage-foc-detail-01 .box-table-job .tbl-job tr th.job-title{
	padding-left:20px;
}

.subpage-foc-detail-01 .box-table-job .tbl-job tr td{
	padding:7px 0;
	font-family:Arial, Tahoma, Geneva, sans-serif;
}

.subpage-foc-detail-01 .box-table-job .tbl-job tr td a{
	font-family:Arial, Tahoma, Geneva, sans-serif;
	text-decoration:none;
}

.subpage-foc-detail-01 .box-table-job .tbl-job tr td a:hover{
	color:#ed1c24;
}

.subpage-foc-detail-01 .box-table-job .tbl-job tr td:nth-child(1){
	padding-left:20px;
}

/*--- paging ---*/
.subpage-foc-detail-01 .box-table-job .paging{
	clear: both;
    overflow: hidden;
    padding-left: 328px;
	*margin-top:30px;
}

.subpage-foc-detail-01 .box-table-job .paging ul li{
	float:left;
	padding:0 11px;
}

.subpage-foc-detail-01 .box-table-job .paging ul li:first-child{
	background:url(../images/arrow-p-prev.png) no-repeat 0 0;
	width:13px;
	height:8px;
	cursor:pointer;
	text-indent:-9999px;
	margin:6px -3px 0px 0px;
}

.subpage-foc-detail-01 .box-table-job .paging ul li:last-child{
	background:url(../images/arrow-p-next.png) no-repeat 0 0;
	width:13px;
	height:8px;
	cursor:pointer;
	text-indent:-9999px;
	margin:6px 0px 0px 0px;
	margin-left:19px;
}

.subpage-foc-detail-01 .box-table-job .paging ul li a{
	color:#616161;
	text-decoration:none;
	font-weight:bold;
}

.subpage-foc-detail-01 .box-table-job .paging ul li a:hover{
	text-decoration:underline;
}

.subpage-foc-detail-01 .box-table-job .paging ul li a.selected{
	background:#ea1a21;
	color:#fff;
	display:block;
	padding:1px 9px;
	text-decoration:none;
}

.m-view {	
	clear:both;
	float:left;
	width:960px;
	border:0px solid #ff0000;
	overflow: hidden;
}

.m-view-detail {	
	float:left;
	width:560px;
	border:0px solid #ccc;
}

.m-view-other {	
	float:left;
	width:375px;
	margin-left:15px;
	border:1px solid #f5f5f5;
	background-color:#f5f5f5
}

.relatejob {	
	color:#000000;
	font-family:Tohama, arial, verdana;
	text-decoration:none;
	font-size:16px;
	padding:10px 10px 3px;
	border-bottom:1px solid #cccccc;
	width:355px;
	display:block;
}

/* box apply */
.main-content-foc .content-info .box-apply{
	margin-bottom:1px;
	float:left;
	display:inline-block;
	width:490px;
	border:0px solid #000000;
}

.main-content-foc .content-info .box-apply .btn-apply-now{	
	float:left;
	display:inline-block;
	text-align:center;
}

.main-content-foc .content-info .box-apply .btn-apply-now a{
	height:32px;
	line-height:32px;
	display:inline-block;
	padding:0 55px 0 12px;
	background:#ed1c24 url(../images/arrow-apply-now.png) no-repeat right 0;
	color:#fff;
	font-family:MyCustomFont;
	text-decoration:none;
	font-size:18px;
	border-radius:16px 0 0 16px;
	margin-left:15px;
}

.main-content-foc .content-info .box-apply ul li{
	padding:7px 0;
	display:inline-block;

}

.main-content-foc .content-info .box-apply ul li img{
	float:left;
	margin-left:14px;
	margin-right:12px;
}

.main-content-foc .content-info .box-apply ul li a{
	text-decoration:none;
	font-family:MyCustomFont;
	color:#0054a6;
	font-size:16px;
}

.main-content-foc .content-info .box-apply ul li a:hover{
	color:#ED1C24;
}

.main-content-foc .content-info  .linengang {
	clear:both;
	line-height:1.8;
	display:block;
	width:920px;
	height:5px;
	background:url(../images/bg-line-box.png) repeat-x 0 bottom;
	padding:5px 0 5px 0;
	margin-bottom:10px;
	
}

.main-content-foc .content-info .d-mxh{	
	float:left;
	display:inline-block;
	height:25px;
	text-align:left;
	margin-top:9px;
	border:0px solid #000000;
}
.main-content-foc .content-info .d-faceb{	
	float:left;
	display:inline-block;
	width:145px;
	height:25px;
	text-align:left;
	border:0px solid #000000;
}

.main-content-foc .content-info .d-ggpl{	
	float:left;
	display:inline-block;
	width:75px;
	height:25px;
	text-align:left;
	border:0px solid #000000;
}
.main-content-foc .content-info .d-linkedin{	
	float:left;
	display:inline-block;
	width:120px;
	height:25px;
	text-align:left;
	border:0px solid #000000;
}

.main-content-foc .content-info .d-twitter{	
	float:left;
	display:inline-block;
	width:87px;
	height:25px;
	text-align:left;
	border:0px solid #000000;
}

.main-content-foc .content-info .sendfr{	
	float:left;
	width:900px;
	text-align:left;
	margin-left:30px;
	border:0px solid #000000;
}

.d-login{	
	width:360px;
	margin:0 auto;
	text-align:left;
	border:0px solid #000000;
}
.bder-res{	
	border:1px solid #999999;
	padding:5px;
}

.bder-func{	
	border:1px solid #999999;
	padding:5px;
	width:205px;
}

/* box careertool */
.main-content-foc .content-info .career-tool{
	margin-bottom:1px;
	float:left;
	display:inline-block;
	width:490px;
	border:0px solid #000000;
}

.main-content-foc .content-info .career-tool ul li{
	padding:7px 0;
	display:inline-block;

}

.main-content-foc .content-info .career-tool ul li img{
	float:left;
	margin-left:14px;
	margin-right:12px;
}

.main-content-foc .content-info .career-tool ul li a{
	text-decoration:none;
	font-family:MyCustomFont;
	color:#0054a6;
	font-size:16px;
}

.main-content-foc .content-info .career-tool ul li a:hover{
	color:#ED1C24;
}

.career-content{	
	float:left;
	width:650px;
	text-align:left;
	margin-left:10px;
	border:0px solid #000000;
}

/*=============================================================================
	.subpage-foc-detail-02
===============================================================================*/
/*=========================
 .content-left 
===========================*/
.subpage-foc-detail-02 .content-left{
	float:left;
	width:251px;
	text-align:left;
	background:#fff;
	box-shadow:0 0 6px 0 rgba(50, 50, 50, 0.65);
	
}

.subpage-foc-detail-02 .content-left .wrap{
	padding:9px 4px 16px 4px;
	
}

/* .box-job */
.subpage-foc-detail-02 .content-left .wrap .box-job{
	margin-bottom:25px;
}

.subpage-foc-detail-02 .content-left .wrap .box-job ul li{
	display:table;
	padding:7px 0;
	background:url(../images/bg-line-box.png) repeat-x 0 bottom;
	width:100%;
}

.subpage-foc-detail-02 .content-left .wrap .box-job ul li img{
	float:left;
	margin-left:14px;
	margin-right:12px;
}

.subpage-foc-detail-02 .content-left .wrap .box-job ul li a{
	display:table-cell;
	vertical-align:middle;
	text-decoration:none;
	font-family:Tahoma, Geneva, sans-serif;
	color:#0054a6;
	font-size:13px;
	width:100%;
}

.subpage-foc-detail-02 .content-left .wrap .box-job ul li a:hover{
	color:#ED1C24;
}

.subpage-foc-detail-02 .content-left .wrap .box-job .btn-apply-now{
	text-align:center;
}

.subpage-foc-detail-02 .content-left .wrap .box-job .btn-apply-now a{
	height:32px;
	line-height:32px;
	display:inline-block;
	padding:0 55px 0 12px;
	background:#ed1c24 url(../images/arrow-apply-now.png) no-repeat right 0;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:13px;
	border-radius:16px 0 0 16px;
	margin-top:18px;
}

/* .box-social-net */
.subpage-foc-detail-02 .content-left .wrap .box-social-net{
	padding:20px 0;
	border:1px solid;
	border-width:1px 0;
	border-color:#b3b3b3;
	margin:0 16px 22px 16px;
}

.subpage-foc-detail-02 .content-left .wrap .box-social-net p{
	float:left;
	margin-right:7px;
	color:#333;
	font-weight:bold;
}

/* .box-similar-job */
.subpage-foc-detail-02 .content-left .wrap .box-similar-job h2{
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	color:#ed1c24;
	margin-bottom:12px;
	padding-left:15px;
}

.subpage-foc-detail-02 .content-left .wrap .box-similar-job ul li{
	line-height:1.8;
	background:url(../images/bg-line-box.png) repeat-x 0 bottom;
	padding:9px 0 9px 15px;
}

.subpage-foc-detail-02 .content-left .wrap .box-similar-job ul li:first-child{
	padding-top:0;
}

.subpage-foc-detail-02 .content-left .wrap .box-similar-job ul li:last-child{
	background:none;
}

.subpage-foc-detail-02 .content-left .wrap .box-similar-job ul li a{
	text-decoration:none;
	color:#000000;
	font-family:Tahoma, Geneva, sans-serif;
}

.subpage-foc-detail-02 .content-left .wrap .box-similar-job ul li a:hover{
	text-decoration:underline;
}

.subpage-foc-detail-02 .content-left .wrap .box-similar-job p{
	font-family:Tahoma, Geneva, sans-serif;
	color:#0054a6;
	text-align:right;
	margin-right:10px;
}

.subpage-foc-detail-02 .content-left .wrap .box-similar-job p a{
	font-family:Tahoma, Geneva, sans-serif;
	color:#0054a6;
	text-decoration:none;
	
}
.subpage-foc-detail-02 .content-left .wrap .box-similar-job p a:hover{
	font-family:Tahoma, Geneva, sans-serif;
	color:#ed1c24;	
}

/*=========================
 .content-right 
===========================*/
.subpage-foc-detail-02 .content-right{
	float:right;
	width:735px;
	border:0px solid #000;
}
/*=========================
 my apply 
===========================*/
.career-content-al{	
	float:left;
	width:710px;
	text-align:left;
	margin-left:3px;
	border:0px solid #000000;
}

.career-content-al .tbl-job {
	width:100%;
	margin-bottom:20px;
}

.career-content-al .tbl-job tr.alt{
	background:#f4f4f4;
}

.career-content-al .tbl-job tr th{
	background:#ffffff;
	height:28px;
	line-height:28px;
	font-family:MyCustomFont;
	font-size:16px;
	color:#333333;
}

.career-content-al .tbl-job tr th.job-code{
	padding-left:20px;
	width:90px;
	border:0px solid #000000;
}

.career-content-al .tbl-job tr th.job-title{
	width:300px;
	border:0px solid #000000;
}

.career-content-al.tbl-job tr td{
	padding:7px 0;
	font-family:Arial, Tahoma, Geneva, sans-serif;
}

.career-content-al .tbl-job tr td a{
	font-family:Arial, Tahoma, Geneva, sans-serif;
	text-decoration:none;
}

.career-content-al .tbl-job tr td a:hover{
	color:#ed1c24;
}

.career-content-al .tbl-job tr td:nth-child(1){
	padding-left:20px;
}

#out_divages {
width : 220px;
z-index:1000; 
}

#divages {
display:none;
width:205px; 
z-index:1001; 
background-color: #ffffff; 
border-top: 0px solid #cccccc;  
border-right: 1px solid #000000;
border-left: 1px solid #cccccc;  
border-bottom: 1px solid #000000;
margin-top: -3px;
margin-left: 0px;
padding:5px;
position: absolute ;
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
color:#000000;

}
#divfunc {
display:none;
width:205px; 
z-index:1001; 
background-color: #ffffff; 
border-top: 0px solid #cccccc;  
border-right: 1px solid #000000;
border-left: 1px solid #cccccc;  
border-bottom: 1px solid #000000;
margin-top: -3px;
margin-left: 0px;
padding:5px;
position: absolute ;
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
color:#000000;

}

.rl_local {
	font-family: Arial, Helvetica, sans-serif;
	color:#0054a6;
	font-size:10px;
}

.rl_job {
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:13px;
}

.rl_job a{
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:13px;
}

.rl_job a:hover{
	color:#ff0000;
}
.catoption1 {	
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	font-weight:bold;
}
.catoption2 {	
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	margin-left:8px;
}
.line-search {
	display:block;
	height:5px;
	background:url(../images/bg-line-box.png) repeat-x 0 top;
	padding:0 0 2px 0;
	
}

.box-all
{
	float:left;
	width:100%;
	margin-top:10px;

}
.box-fleft
{
	float:left;
	width:100%;

}

.title-top-red
{
	background: url(../images/title-red.png) no-repeat 0px 0px;
    font-size: 14px;
    text-transform: uppercase;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    float: left;
    width: 250px;
    padding: 11px;
	position:relative;
	z-index:12;
	margin-bottom:-20px;
}
.title-top-red a
{
    color: #FFF;
	text-decoration:none;
}

.list-services
{
	float: left;
    width: 100%;
    border: 1px solid #e2e2e2;
    margin: -2px 0px 0px 0px;
	padding:40px 0px 30px 0px;
}

.non-bd
{
	border: none;
}

.list-services li
{
	text-align:center;
	float:left;
	width:20%;
	background:url(../images/dashed.png) repeat-y top right;
}
.list-services li:last-child
{
	background:none;
}
.list-services li a.step
{
	display:block;
	padding:10px 0px 5px 0px;
	color:#ed1c24;
	font-family:Helvetica;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
}
.desc-step
{
	padding:0px 25px;
	margin-bottom:15px;
	margin-top:5px;
}
.btn-detail
{
	background:url(../images/bg-detail.png) no-repeat 0px 0px;
	padding:5px 10px;
	text-decoration:none;
}
.btn-detail span
{
	background: url(../images/arrow.png) no-repeat right 5px center;
    padding: 4px 10px;
    display: inline;
	
}
