.office{
	padding: 5px 10px;
}
.office.sel{
	padding: 5px 10px;
	background: #e0e0e0;
}
.office h2{
	padding:0;
	margin: 0;
	display: inline;
	cursor: pointer;
}
.info.map{
	max-width: 200px;
	font-family: Helvetica, sans-serif;
}
#contentMap{
	float: right;
	width: 720px;
	height: 300px;
	background: #ccc;
	overflow: hidden;
	border: 15px solid white;
}
#contents{
	/*min-height: 350px;*/
}

/*COUNTRY CHOOSER*/
#countryChooser {
	color: black;
	background-color: white;
	float: right;
	width: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 30px;
}
#countryChooser span{
	display: inline-block;
	padding: 4px;
}
#countryChooser span.flag{
	height: 22px;
	width: 30px;
	display: inline-block;
	margin-right: 15px;
}
#countryChooser #labels{
	position: relative;
	border-bottom: 1px solid #04437F;
	margin-bottom: 12px
}
#countryChooser #labels span{
	position: relative;
	z-index: 10;
	color: #04437F;
	text-decoration: none;
	white-space: nowrap;
	position: relative;
	font-size: 20px;
	text-align: center;
	padding: 4px;
	line-height: 22px;
	display: inline-block;
	cursor:pointer;
}
#countryChooser #labels span:hover{
	background: #d7dae4;
	color: #04437F;
}
#countryChooser #labels span.sel{
	
	color: #0b5a96;
}
#countryChooser ul{
	-moz-column-count: 3;
	-moz-column-gap: 20px;
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	column-count: 3;
	column-gap: 20px;
	margin: 0;
	padding: 0;
	width: 650px;
}
#countryChooser ul li{
	list-style: none;
	border-bottom: 1px solid #dedede;
	border-top: 1px solid #f4f4f4;
}
#countryChooser a{
	color: black;
}
#countryChooser td{
	border-bottom: 1px solid #DEDEDE;
	width: 185px;
}
#countryChooser .flag img{
	height: 100%;
	box-shadow: 2px 2px 2px #888888;
}
.locationData canvas{
	display: block;
	margin: 10px 10px 10px 0;
}
#txt_global {
	width: 411px;
	float: left;
	text-align: left;
	padding-right: 0;
	background: none;
}
#service_column {
	position: relative;
	padding: 10px 20px 10px 10px;
	top: 10px;
	float: right;
	width: 265px;
	text-align: left;
	font-size: 12px;
	border-left: 1px solid #E0E0E0;
	min-height: 250px;
}
#countryContentBox{
	position: relative;
	width: 100%;
	min-height: 300px;
}
.tabContent{
	position: relative;
	height: 300px;
	overflow: auto;
	/*top:0;*/
}
#popupOverlay{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("img/black_70.html");
	background: rgba(0,0,0,0.8);
	z-index: 10000;
}
#popupOverlay #countryChooser{
	position:relative;
	margin: auto;
	top:2%;
	float: none;
}
#popupOverlay #countryChooser #closeChooser{
	position:absolute;
	right: 10px;
}