#esl-contacts {
	border: 1px solid #CCC;
	height: 150;
	margin: 15px 0;
	position: relative;
}

#esl-contacts ul {
	border-bottom: 1px solid #CCC;
	margin: 0;
	padding: 0;
}

#esl-contacts li {
	list-style: none;
	display: inline;
	font-weight: bold;
}

#esl-contacts li span {
	cursor: pointer;
	display: inline-block;
	padding: 1em 25px;
}

#esl-contacts ul ul {
	border: none;
	position: absolute;
	top : 70px;
	left : 120px;
}

#esl-contacts ul ul li {
	font-weight: normal;
}


#esl-contacts ul ul span {
	padding: 0 25px 0 0;
	font-weight: bold;
	width: 170px;
}

#esl-contacts li.other li span {
	width: auto;
}

#esl-contacts li.other strong.country {
	#margin-left : 85px;
}

#esl-contacts li.other li li span {
	width: 170px;
}

#esl-contacts ul ul ul span {
	font-weight: normal;
}

#esl-contacts li ul {
	display : none;
}

#esl-contacts img {
	position: absolute;
	display: none;
	top: 60px;
	left : 20px;
}

#esl-contacts img.active {
	display: block;
	visibility: hidden;
}

#esl-contacts ul.active {
	display: block;
	visibility: hidden;
}

#esl-contacts ul.active li {
	display: block;
}

/* other */

#esl-contacts li.other ul {
	display: none;
	left : 25px;
}

#esl-contacts li.other ul ul {
	display: block;
	position: relative;
	top : 0;
	margin: -30px 0 45px 60px;
}

#esl-contacts li.other ul.active {
	display: block;
	left : 25px;
}

#esl-contacts li.other li img {
	display: block;
	position: relative;
	left: 0;
	top : 0;
	float: left;
	margin: -10px 15px 0 0;
}

#esl-contacts span.detail {
	display: block;
}

#esl-contacts span.detailphone {
	display: block;
	margin-bottom: 20px;
}


/* Office detail */
#esl-office {
	margin-bottom: 25px;
	padding-top: 15px;
}

#esl-office .helpline {
	margin-top: 15px;
	font-weight : bold;
}

#esl-office .helpline span {
	font-weight : normal;
}

#esl-office strong,
#esl-office span {
	display: block;
}

#esl-office strong {
	margin: 20px 0 5px;
}

#esl-office span span {
	display: inline-block;
	width: 180px;
	margin-right: 20px;
	vertical-align:top;
}

#esl-office .head {
	font-weight: bold;
}

#esl-office span.detail {
	display: inline-block;
	width: 280px;
	margin: 0;
	
}

#esl-office span.detail strong {
	display: inline;
	margin: 0;
	
}

/* corrections of forms.css */

#esl-contacts li span strong {
	clear : none;
	float : none;
	margin : 0;
	text-align : left;
	width : auto;
	display : inherit;
	font-weight : inherit;
}








