a {
	color:#0E2442;
	text-decoration:none;
	outline:none;
}
a:hover, a.selected {
	color:#76B100;
}
img { border: none; }
#main_content_larger #map, #main_content_larger #map_lister {
	position:relative;
	
}
#main_content_larger #locator{
	clear:both;
	height: 400px;
	border:5px solid #ECECEC;
	visibility:hidden;
}
.main_content_details {
	width:500px;
	float:left;
	position:relative;
	overflow:hidden;
	padding-top: 4px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 18px;
}
.main_content_details  {
	
}
.main_content_details h3 {
	border-bottom:1px solid #76B100;
	padding-bottom:5px;
	margin-bottom:10px;
	font-weight:normal;
	font-size:1.2em;
	line-height:1.2em;
	color:#76B100;
}
.main_content_details address {
	margin-bottom:10px;
	line-height:1.2em;
	clear:both;
	font-size:1.1em;
}
#main_details #locator{
	clear:both;
	width: 500px;
	height: 200px;
	border:1px solid #76B100;
	padding-top:5px;
	padding-bottom:5px;
	visibility:hidden;
}
#container_details { 
	width: 500px; 
}
#col_details {
	float: left; 
	width: 180px; 
	padding: 15px 10px 15px 5px;
}
#pictures_details {
	float:right;
	padding-top:5px;
	padding-right:5px;
} 
#ligne_details {
float:left;
border-left:1px solid;
color:#A6A6A6;
width:6px;
margin-right:30px;
}
#main_content_larger #world_overlay {
	clear:both;
	height: 400px;
	border:5px solid #ECECEC;
	position:absolute;
	top:0;
}
#main_content_larger #world_overlay img {
	display:block;
	border:0;
}
#main_content_larger #lister {
	max-height: 400px;
	height: expression(this.scrollHeight > 400 ? 400 : this.scrollHeight-16);
	overflow: auto;
	padding:16px 10px 0;
	border:1px solid #C4C4C4;
	border-top:0;
	display:none;
	width:842px;
	background:#FFF;
}
#main_content_larger #lister ul {
	margin-right:300px;
}
#coming {
	position:absolute;
	right:26px!important;
	right:46px;
	top:416px;
	padding:16px 10px 0;
	background:#EEE;
	width:280px;
}
#coming h3 {
	border:0;
	padding:0;
}
#coming p {
	color:#999;
}
#main_content_larger #lister #coming ul {
	margin:0;
}
.main_content .info {
	height:100px;
	clear:both;
}
.main_content .info h3, .main_content .info address, .main_content .info p {
}

#map_form {
	height:26px;
	margin:20px 0 14px 0;
}

#map_form p {
	float:left;
	margin:0 8px 0 0;
	line-height:26px;
}

#map_form_input {
	border:3px solid #0E2442;
	background:#EEE;
	width:75px;
	height:17px;
	font-family:"Trebuchet MS","Helvetica","Arial",sans-serif;
	padding:3px 0 0 3px;
	float:left;
}
#map_form_submit {
	display:block;
	height:26px;
	width:36px;
	float:left;
	cursor:pointer;
}
#map_form_messages {
	float:left;
	height:26px;
	position:relative;
}
#map_form_error {
	display:block;
	color:#F00;
	height:26px;
	line-height:26px;
	font-weight:bold;
	font-size:1.2em;
	visibility:hidden;
	position:absolute;
	left:10px;
	white-space:nowrap;
}
#map_form_goto {
	display:block;
	height:26px;
	line-height:26px;
	font-weight:bold;
	font-size:1.2em;
	visibility:hidden;
	position:absolute;
	left:10px;
	white-space:nowrap;
}

#map_controls {
	margin:0 0px 6px 0;
	padding:0;
	height:30px;
}
#map_controls_continent {
	margin:0;
}
#map_controls li {
	float:left;
	display:block;
	background:url('../_img/btn-right.gif') top right no-repeat;
	list-style-type:none;
	margin:0 12px 0 0;
	padding:0;
	height:30px;
}
#map_controls li a {
	float:left;
	display:block;
	background:url('../_img/btn-left.gif') top left no-repeat;
	height:30px;
	line-height:30px;
	color:#666666;
	margin:0;
	padding:0 10px;
	outline:none;
}
#map_controls li.btn_world {
	margin:0 25px 0 0;
}
#map_controls li.btn_green {
	background:url('../_img/btn-green-right.gif') top right no-repeat;
}
#map_controls li.btn_green a {
	background:url('../_img/btn-green-left.gif') top left no-repeat;
}

#map_controls li a:link, #map_controls li a:active, #map_controls li a:visited {
	color:#666666;
}
#map_controls li a:hover {
	color:#76b100;
}
#map_controls li.btn_green a:link, #map_controls li.btn_green a:active, #map_controls li.btn_green a:visited {
	color:#0E2442;
}
#map_controls li.btn_green a:hover {
	color:#76b100;
}
#map_controls p {
	float:left;
	margin:0 16px 0 0;
	line-height:30px;
}
#loader {
     position: absolute;
     margin:-100px 0px 0px -200px;
  	 top: 700px; 
     left: 50%;
     width: 400px;
     text-align: center;  
	 display:none;
     
}

#loader p {
     width: 150px;
     margin: 0 auto 0 auto;
     padding: 10px;
     background: white;
     border: 1px solid #aaa;
	 z-index: 100;
}
body.loading #loader { display: block; }
