
/* --------------------------- Modules customisation --------------------------- */
	


	.leftColumn .A02 {
		background-image:url(../images/roundedCornerLeft.png);
		background-repeat:no-repeat;
		background-position:0px 0px;
	}

	.leftColumn .A02 h3{
		background-image:url(../images/roundedCornerRight.png);
		background-repeat:no-repeat;
		background-position:right 0px;
		margin-left:5px;
		padding-left:5px;
	}
	
	.leftColumn .A02 h3 a{
		color:#ffffff;
		text-decoration:none;
	}
	
	.leftColumn .A02 .links{
		border-top:none;
		padding-bottom:10px;
		background-color:#fff;
	}	
	
	.leftColumn .A02 .links li{
		background-color:#f1f0ef;
	}		
	
	
	.leftColumn .A05 .content .links li{
		border-bottom:1px solid #D5D0CC;		
	}		
	
		
	
/* searchPage */	
	#searchPage .container {	
		background-image:none;
	}
	
	#searchPage h3{
		font-size:1.8em;
		font-weight:normal;
		color:#fff;
		margin-bottom:13px;
	}
	
	#searchPage .fields .btnSearch{
		margin-top:0px;
	}
	
	#searchPage fieldset {
		background-image:url(/asset/images/jobSearchBgTop560.png);
	}
	
	#searchPage .fields {
		padding-top:13px;
		padding-bottom:8px;		
		background-image:url(/asset/images/jobSearchBgBottom560.png);	
	}
	
	#searchPage .fields .oneCol{
		width:180px;
	}		
	
	#searchPage .fields #motscles,
	#searchPage .fields #date{
		margin-top:4px;
		margin-bottom:21px;
	}
	

	
/* homePage hero */	

	/* Add DSC */
	h2.homeTitle{
		font-size:2.5em;	
	}
	/* End. Add DSC */
	
	.hero h2{
		font-size:2.5em;	
	}
	
	.hero .A02{
		left:10px;
		position:relative;
		top:10px;
		width:170px;
		z-index:2;	
	}	
	
	.hero .A02 .content {
		font-size:1.1em;
		height:107px;
		overflow:hidden;
	}
	
	.hero .A02 h3{
		background-color:#7e8c63;
		line-height:1.2em;
	}
	
	
	.hero .A02 .content .links{
		background-color:#9EA98A;
		border:none;
		padding-bottom:0px;
		height:100%;
	}
	
	.hero .A02 .content .links li a {
		color:#FFFFFF;
	}
	
	.hero .A02 .content .links li {
		background-image:url(/asset/images/whiteChevron.png);
		padding:4px 0px;
		position:relative;
	}	
	
	
	
/* countriesPage */

	.countriesPage .N2 .mainNavigation li.selected{
		background-image:url(/asset/images/tabMenuLeftRed.png);
	}
	
	.countriesPage .N2 .mainNavigation li.selected a{
		background-image:url(/asset/images/tabMenuRightRed.png);
		color:#fff;
	}
	
	.countriesPage .N2 .mainNavigation li a{
		padding:10px 0px 8px 5px;
		width:225px;
	}
	
	.countriesPage .header .sectionContent{
		padding-bottom:0px;
	}
	
	.countriesPage .N2{
		margin-bottom:-1px;
	}
	
/* rightColPanel */
	.rightColPanel .A05 .links{
		background-color:transparent;
	}
	
	.contactUs .rightColPanel{
		border:none;
	}
	
/* subTitle */
	.contactUs .subTitle{
		color:#724C68;
		font-size:1.4em;
		margin-bottom:25px;
		margin-left:10px;
		margin-top:5px;
	}
	
/* News */
.newsBox
{
    float: left;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E0DDD6;
	padding-top: 10px;
}

.newsContent {
	float: left;
	width: 380px;
	display: block;
	line-height: 18px;
	font-size: 12px;
}

.newsContent li {
	padding-bottom: 5px;
	display: block;
	width: 380px;
}

.newsContent li .link
{
	white-space: normal;
}

.newsContent .inLineLink
{
	display: inline;
	margin: 0px;
	padding: 0px;
	background-image: none;
	font-size: 1em;
	color: #4D718B;
	font-weight: bold;
	text-decoration: none;
}
.newsContent a.inLineLink2
{
	display: inline;
	margin: 0px;
	padding: 0px;
	background-image: none;
	font-size: 1em;
	color: #756C63;
	font-weight: normal;
	text-decoration: none;
}
.newsContent a.inLineLink2:hover
{
    color: #756C63;
	text-decoration: underline;
}


.newsContent2 {
	float: left;
	width: 230px;
	display: block;
	line-height: 18px;
	font-size: 12px;
}

.newsContent2 li {
	padding-bottom: 5px;
	display: block;
	width: 230px;
}

.newsContent2 li .link
{
	white-space: normal;
}

.newsContent2 .inLineLink
{
	display: inline;
	margin: 0px;
	padding: 0px;
	background-image: none;
	font-size: 1em;
	color: #4D718B;
	font-weight: bold;
	text-decoration: none;
}

.newsContent2 a.inLineLink2
{
	display: inline;
	margin: 0px;
	padding: 0px;
	background-image: none;
	font-size: 1em;
	color: #756C63;
	font-weight: normal;
	text-decoration: none;
}
.newsContent2 a.inLineLink2:hover
{
    color: #756C63;
	text-decoration: underline;
}

.newsThumb {
	float: left;
	margin-right: 17px;
	width: 126px;
	height: 88px;
}

.newsThumb li {
	text-align: center;
	float: left;
	display: block;
}

.newsThumb img {
	border: 1px solid #C7C2B6;
}

/* News Detail */
.News
{
	overflow: hidden;
	font-size: 1.2em;
	margin: 10px;
	width: 100%;
}

.News .title
{
	font-size: 1.2em;
}

.News .source
{
	float: left;
	margin-top: 7px;
}

.News .date
{
	float: right;
	margin-top: 7px;
	margin-right: 30px;
}

.News .detail
{
	margin-top: 25px;
	line-height: 20px;
	margin-right: 30px;
	display: block;
}

.News a
{
	color: #4C7189;
	text-decoration: none;
	font-size: 1.0em;
}

.News textarea
{
    margin-left: -10px;
}

.News a.tags
{
	color: #4C7189;
	text-decoration: none;
	font-size: 1.0em;
}

/* Office Location */
.textContainer .office
{
    width: 100%;
	font-size: 1.2em;
}

.textContainer .office-location
{
    float: left;
}

.textContainer .office-map
{
    float: right;
}

.textContainer .office hr
{
    height: 0px; 
    border-bottom: 2px dotted #000;
    margin-bottom: 7px;
}

.textContainer .office a
{
    background-image: none;
	padding-left: 5px;
	color: #4D718B;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	display: inline;
	margin-bottom: 10px;
}

.textContainer a.services
{
	color: #4D718B;
	font-size: 1.0em;
	text-decoration: none;
	display: inline;
	font-weight: normal;
}

.textContainer b.services
{
	font-size: 1.1em;
}

.services
{
	font-size: 12px;
}

#mChannel {
	float: left;
	width: 360px;
	height: 350px;
	background-image: url(../images/Adecco-Thailand-Channel.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 16px;
	padding-top: 54px;
}

.textContainer a.inner
{
    background-image: none;
	padding-left: 0px;
	color: #4D718B;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;
	display: inline;
	margin-bottom: 0px;
}

#all_services a.inner
{
    background-image: none;
	padding-left: 0px;
	color: #4D718B;
	text-decoration: none;
	display: inline;
	margin-bottom: 0px;
}
.mNewsGallery {
	float: left;
	margin: 0px;
	width: 650px;
	background-color: #f6f6eb;
	border: 1px solid #ebe8e5;
}
.mNewsGallery div 
{
    float: left;
	width: 180px;
	height: 180px;
	text-align: center;
	margin-left: 25px;
	margin-top: 25px;
}
.mNewsGallery img {
	border: 1px solid #CCCCCC;
}
