	/***		Major section ***/
	/*!!		=	Variable CSS element(s) or important note *!!/

/*** START The Basics ***/

	html, body {
		color: #000;
		border: 0;
		margin: 0;
		font-size: 100%;
		line-height: 1.125em;
		font-family: Arial, Helvetica, sans-serif;
		background-color: #003F87;
		/*** (THIS IS THE BORDER COLOR) ***/
	}

	#wrapper { /* Center & style of wrapper */
		min-width: 770px;
		max-width: 980px;
		margin-left: auto;
		margin-right: auto;	
		background: #fff;
		font-size: small; /* font-size: 0.75em; */
		position: relative; /* Vitally important for country selector popup */
		padding: 0 10px 15px 10px;
		/*
		border-left: 1px solid #e0e0e0;
		border-right: 1px solid #e0e0e0;
		*/
	}
	* html #wrapper { width: 980px; padding: 0 10px 15px 10px; } /* IE6 doesn't support max-width */

	h1 {
		font-size: 2em;
		font-weight: normal;	
		margin: 0 0 15px 0;
		letter-spacing: 0.002em;
		line-height: 1.25em;
	}

	h2 {
		font-size: 1.3em; 
		margin: 0.5em 0;
		letter-spacing: 0.004em;		
	}

	h3 {
		font-size: 1.1em;
		margin: 0.5em 0;
		letter-spacing: 0.004em;
	}

	p {
		font-size: 0.95em;
		margin: 0.85em 0;
		letter-spacing: 0.004em;
	}
	
	img { border: 0; }
	object { outline: none; }
	
	/* Start legacy BASE styles */

	.contentLink { /* Generic bulleted link style */
		background-repeat: no-repeat;
		background-position: 2px 4px; /* center left; */
		padding-left: 18px;
	}

	.largest { font-size: 1.5em; }
	.larger, .large { font-size: 1.3em; }
	.reg, .small { font-size: 1em; }
	.neutral { background-color: #CAC4B9; color: #000000; }
	.largestBright, .largestStrong { font-size: 1.5em; }

	.byLine, .byline {
		font-weight: bold;
	}

/*** START The Shell ***/

	#container {
		padding-left: 192px;      /* LC fullwidth */
		padding-right: 232px;     /* RC fullwidth + CC padding (20 & 20) */
		position: relative; /* Fix for v.long page in IE7 */
		padding-top: 14px;
	}
		
	#container .column {
		position: relative;
		float: left;
	}
		
	#center {
		padding: 0 20px 20px 20px;       /* CC padding - 20px all around */
		margin: 0; 
		width: 100%;
		font-size: 0.95em;
		line-height: 140%;
	}
		
	#left {
		width: 192px;             /* LC width */
		padding: 0;          /* LC padding = zero so that leftnav spans entire width*/
		right: 232px;             /* LC fullwidth + CC padding (20 & 20) */
		margin-left: -100%;
	}
		
	#right {
		width: 192px;             /* RC width */
		padding: 0;          /* RC padding - none */
		margin-right: -100%;
		font-size: 0.95em;
border-right: 1px solid #e0e0e0;
	}
		
	#footer {
		clear: both;
		margin-top: 10px;
	}
		
	/*!! IE Fix !!*/
	* html #left { left: 192px; }          /* RC fullwidth */

	/*!! Equal-height Columns !!*/
	#container { overflow: hidden; }

	/* Equal height columns no longer required (no column bg colour)
  #container .column {
		padding-bottom: 1001em;     /* X + padding-bottom 
		margin-bottom: -1000em;     /* X 
	}  */
  
	/*!! Footer Fix !!*/
	* html body { overflow: hidden;	}
		
	* html #footer-wrapper {
		clear: both;
		float: left;
		position: relative;
		width: 100%;
		padding-bottom: 10010px;
		margin-bottom: -10000px;
		background: #FFF; 
	}
		
/*** END The Shell ***/

		/** Start LEGACY RH classes **/
		
		#frmContacts { margin: 0; }
	
		.RHContacts {
			padding: 10px 0 10px 10px;
			border-top: 1px solid #CCCCCC;
		}
	
		/* Definition list for contacts */
		.RHContacts dl {
			margin-bottom: 2px; 
			margin-top: 5px;
			padding-left: 2px;
		}
		.RHContacts dl { margin-bottom: 5px; }
		.RHContacts dt { margin-top: 5px; 	}
		.RHContacts dd { margin-left: 0; line-height: 1.2em; }
		.RHContactsDivider { padding-top: 5px; }
	
		/* Country contacts drop down */
		#countryDLLRHN {
			width: 148px;
			height: 25px;
			font-size: 1em;		
			margin-bottom: 0;
		}
		
		/* Button for drop down, different positions for chrome (default), IE6, IE7 & FF2 & FF3 */
		#btnSubmitContacts { margin-bottom: -8px; }
		* html #btnSubmitContacts { margin-bottom: -5px; }
		*:first-child+html #btnSubmitContacts { margin-bottom: -2px; }
		#btnSubmitContacts, x:-moz-any-link { margin-bottom: -12px; }
		#btnSubmitContacts, x:-moz-any-link, x:default { margin-bottom: -10px; }
	
		.contactLink {
			background-repeat: no-repeat;
			background-position: 2px 5px; /* center left; */
			padding-left: 15px;
			margin-bottom: 5px;
			margin-top: 10px;
		}
	
		/* RH Title*/
		.RHTitle {
			font-size: 1.1em;
			color: #555555;
		}
	
		/* RH Related link boxes */
		.RHBox {
			padding: 10px 0 10px 10px;
			border-top: 1px solid #CCCCCC;
		}
		.RHBox ul {
			margin-top: 10px;
			margin-bottom: 0;
		}
		.RHBox ul li {
			margin-bottom: 4px;
			margin-left: -22px;
			line-height: 1.2em;
		}

		/* Portal login styles (probably redundant) */
		.portalTitle {
			padding: 5px 10px 5px 10px;
			margin-top: 5px;
			background-color: #FFFFFF;
			font-size: small;
			font-weight: bold;
		}
		.portalTitle2 { color: #000000; }
		.portalLogin {
			font-size: 0.85em;
			padding: 10px;
			background-color: #E5E5E5;
		}
		.portalLarge { font-size: small; }
		#login {
			margin: 0;
			padding: 0;
		}
		#userid { width:130px; }
		#passwd { width:130px; }

		.indexListSplit { /* Two columns for index list */
			width: 50%;
			float: left;
			font-size: small;
		}
		.indexListTitle {	font-weight: bold; }
		.indexListSplit ul li { font-weight: normal; }

		.contentListTitle { font-weight: bold; }
		.contentList ul li { font-weight: normal; }
		.contentList { font-size: small; }
			
		/* GX BONUS */
		.smalltext { font-size: 0.75em; }
		div.plainborderneutral,table.plainborderneutral,table.plainborderneutral td { border: 1px solid #CCCCCC; border-collapse: collapse; }
		.nounderline, .nounderline a:link, .nounderline a:visited { text-decoration: none; }
		.nounderline a:hover { text-decoration : underline; }

		/** End LEGACY RH classes **/
		
/*** END The Basics ***/

/*!! CSS For removal of LH & RH columns !!*/
/*
	REMOVE RH Column
	#right { 
		display: none;
	}
	#container {
		padding-right: 40px;
	}

	REMOVE LH Column
	#left {
		display: none;
	}
	#container {
		padding-left: 0px;
	}
*/

/*** START Header ***/

	#header { padding: 0 0 15px 0; }
			
	/* Header split into half */
	#headerleft {
		float: left;
		width: 495px;
		padding-top: 26px; padding-bottom: 27px; /* Height above & below header logo */
	}
	#headerright {
		float: right;
		width: 295px;
		text-align: right;
		padding-top: 4px;  /* Height above & search box */
	}

	/* Header left blocks */
	#headerlogo {
		float: left;
		margin: 0 18px 0 0;
	}
	#headercountry {
		float: left;
		margin: 6px 0 0 0;
		font-size: 1.1em;
		font-weight: bold;
	}
	#headerlang {
		float: right;
		margin: 0 -2px 2px 0;
		padding-left: 10px;
		font-size: 0.85em;
		background-repeat: no-repeat;
		background-position: left center; 	
	}
	.langlink {
		padding-left: 6px;
		padding-right: 2px;
		border-left: 1px solid #CCCCCC;
	}
	#firstlanglink { border: 0; }

	#popupclose { display: none;} /* Close window link revealed on popups */
	#popupclose img { margin-bottom: -5px; }

/*** END Header ***/

/*** START Search ***/
  
  #frmsearch { margin: 0; }
  
	#searchbox{ /* Containing block */
		/* position: relative; z-index: +1; */ /* CAUSES problem for language links */
		padding-top: 8px;
	}

	#searchfield { /* Input field */
		width: 160px;
		height: 21px;
		font-size: 0.95em;
		padding: 1px;
		border: 1px solid #989898;
		color: #3E3A36;
	} 

	#livesearchbutton { /* Image/link for AJAX gif or clear button */
		position: absolute;
		right: 0;
		top: 0;
		margin: 35px 45px 0 0;
		z-index: +1;
		background-color: #FFFFFF;
	}

	#livesearch { /* Live search results box */
		position: absolute;
		visibility: hidden;
		z-index: +1;	
		right: 39px;
		top: 55px;
		width: 200px;
		padding: 10px;
		text-align: left;
		background-color: #5E5A80;
	}
	/* IE 7 & 6 slight difference in positioning of button & box & submit */
	*:first-child+html #livesearchbutton { margin: 36px 45px 0 0; }
	* html #livesearchbutton { margin: 36px 43px 0 0; } 
	
	*:first-child+html #livesearch { right: 39px; }
	* html #livesearch { right: 39px; } 
	
	/* Different positions for search button */
	#searchsubmit { margin-bottom: -10px; }
	* html #searchsubmit { margin-bottom: -4px; margin-left: -4px; } /* IE6 */
	*:first-child+html #searchsubmit { margin-bottom: -4px; margin-left: -4px; } /* IE7 */
	body:first-of-type #searchsubmit { margin-bottom: -8px; } /* Chrome & Opera */
	#searchsubmit, x:-moz-any-link { margin-bottom: -12px; } /* FF2 */
	#searchsubmit, x:-moz-any-link, x:default { margin-bottom: -10px; } /* FF3 */
	
	#livesearchheader {
		font-weight: bold;
		margin-bottom: 10px;
	}
	#livesearchfooter {
		font-weight: bold;
		text-align: right;
		margin-top: 10px;
	}

/*** END Search ***/

/*** START Primary Nav ***/

	#navblock { /* Entire width of nav */
		display: table;
		width: 100%;
		clear: left;

	} 

	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		line-height: 1;
	}

	#nav a { /* Base tabs */
		display: block;
		padding: 10px 20px 10px 20px;
		text-decoration: none;
		font-weight: normal;
		font-size: 0.9em;
   		background-repeat: no-repeat;
		background-position: right center; 
	}
	#navselected a { background-image: none; padding-right: 21px; } /* Remove navsep from selected page */
 	#navselected { margin-left: -1px; } /*  Hide neighbouring navsep */
  
	#nav li { /* all list items */
		float: left;
		text-align: left; 
	}

	/* Multi column primary nav - 2nd level items */
	#nav li ul li { width: 180px; }
	#nav li ul li a { line-height: 1.5em; }

	#nav li ul { /* Multi column primary nav - 2nd level outer box */
		position: absolute;
		width: 360px; 
		left: -999em; /* Left instead of display to hide menus because display: none isn't read by screen readers */
	}

	#nav li.navsingle ul { width: 180px; } /* Class for single column */

	#nav li:hover ul, #nav li.sfhover ul { /* Entire 2nd level list revealed on hover */
		left: auto;
		z-index: +1;
		padding: 15px 15px 10px 15px;
	}

	/* Base tabes on hover, treatment for special border */
	#nav li li a { border:none; }
	ul#nav li.sfhover a, ul#nav li:hover a {
		padding-top: 9px;
		padding-bottom: 10px;
		margin-right: -2px;
    	padding-right: 21px;
	}
  	ul#nav li.sfhover, ul#nav li:hover { margin-left: -1px;	}
	ul#nav li.sfhover ul li, ul#nav li:hover ul li { margin-left: 0; }	

  /* Trickery for bright borders in IE6 */
	* html #nav li:hover ul, * html #nav li.sfhover ul { margin-top: 1px }
	* html ul#nav li.sfhover a, * html ul#nav li:hover a { position: relative; top: 1px; margin-top: -1px; }
	* html ul#nav li.sfhover a.navstaticlink, * html ul#nav li:hover a.navstaticlink { padding-bottom: 9px; }	

	#nav li:hover ul a, #nav li.sfhover ul a { /* Individual 2nd level list items, revealed with hover */
		padding: 3px 5px 3px 5px;
		margin-bottom: 5px;
		font-size: 0.9em;
		font-weight: normal;
	}

	#navbaseline { /* Transparent baseline under nav */
		clear: left;
		background-color: #0000FF;
		height: 1px;
	}

	* html #navbaseline { font-size: 1px; } /* Fix daft IE6 sizing of zero height div */

	/* Home tab & static links need border adjustment */
	#nav a.navstaticlink:hover { padding-bottom: 9px; background-image: none;}

	/* White arrow for all 2nd level items */
	#nav li:hover ul a, #nav li.sfhover ul a, #nav #navselected:hover ul a, #nav #navselected.sfhover ul a { /* Individual 2nd level list items, revealed with hover */
		padding-left: 15px; 
		background-repeat: no-repeat;
		background-position: 	5px 6px;
	}

	/* Replace white arrow with dark for a:hover item */
	#nav li:hover ul a:hover, #nav li.sfhover ul a:hover, #nav #navselected:hover ul a:hover, #nav #navselected.sfhover ul a:hover { /* Individual 2nd level list items, revealed with hover */
		padding-left: 15px; 
		background-repeat: no-repeat;
		background-position: 	5px 6px; 
	}

/*** END Primary Nav ***/

/*** START Left column ***/

	.leftnav { border-top: 1px solid #CCCCCC; } /* Top most item border */

	.lhnentry { position: relative; }
	
	.leftnav a {
		display: block;
		padding: 6px 15px 6px 0;
		font-size: 0.9em;
		line-height: 1.2em;
	}
	
	.leftnav li { /* All levels of menu */
		background-color: #FFFFFF;
	}
	
	.leftnav ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

	/* Indentation & seperators for each of the three levels */
	.leftnav li div {
		padding-left: 10px;
		border-bottom: 1px solid #5E5A80;
	} 
	.leftnav li li div {
		padding-left: 20px;
		border-bottom: 1px solid #EBEBEB;
	}
	.leftnav li li li div {
		padding-left: 30px;
		border-bottom: 0px;
		border-bottom: 1px solid #EBEBEB;
	} 

	/* level 1 */
	 .leftnav #selected {
		background-color: #747170
		background-repeat: no-repeat;
		background-position: 182px 10px;
		font-weight: bold;
	}
	* html .leftnav #selected { background-position: 182px 12px; } /* IE6 */
	*:first-child+html .leftnav #selected { background-position: 182px 12px; } /* IE7 */

	/* Hover for non-selected items */
	.leftnav div:hover {
		background-color: #0000FF;
		background-repeat: no-repeat;
		background-position: 182px 10px;
		text-decoration:underline;
	}
	* html .leftnav div:hover { background-position: 182px 12px; } /* IE6 */
	*:first-child+html .leftnav div:hover { background-position: 182px 12px; } /* IE7 */	
	
	/* RVP title*/
	.rvptitle {
		font-size: 1.1em;
		color: #555555;
	}

	/* RVP Box*/
	.rvpbox { padding: 10px 10px 0px 10px;}
	.rvpbox ul {
		margin-top: 10px;
		margin-bottom: 5px;
		font-size: 0.95em;
	}
	.rvpbox ul li {
		margin-top: 4px;
		margin-left: -22px;
		line-height: 1.2em;
	}

	/* RVP no cookie message */
	.rvpoffmessage { padding-top: 10px; }

	/* Webtile (both left & right-hand columns */
	.webtile {
		text-align: center;
		padding-top: 12px;
		padding-bottom: 8px;
	}
	.webtile a { border: 0; }

/*** END Left column ***/

/*** START Right column ***/

	/* Contacts box */
	
	#frmcontacts { margin: 0; }
	
	.rhcontacts {
		padding: 10px 0 10px 10px;
		border-top: 1px solid #CCCCCC;
	}

	/* Definition list for contacts */
	.rhcontacts dl {
		margin-bottom: 2px; 
		margin-top: 5px;
		padding-left: 2px;
	}
	.rhcontacts dl { margin-bottom: 5px; }
	.rhcontacts dt { margin-top: 5px; 	}
	.rhcontacts dd { margin-left: 0; line-height: 1.2em; }
	.rhcontactsdivider { padding-top: 5px; }

	/* Country contacts drop down */
	#countrycontactsddl {
		width: 148px;
		height: 25px;
		font-size: 1em;		
		margin-bottom: 0;
	}
	
	/* Button for drop down, different positions for chrome (default), IE6, IE7 & FF2 & FF3 */
	#btnsubmitcontacts { margin-bottom: -8px; }
	* html #btnsubmitcontacts { margin-bottom: -5px; }
	*:first-child+html #btnsubmitcontacts { margin-bottom: -2px; }
	#btnsubmitcontacts, x:-moz-any-link { margin-bottom: -12px; }
	#btnsubmitcontacts, x:-moz-any-link, x:default { margin-bottom: -10px; }

	.contactlink {
		background-repeat: no-repeat;
		background-position: 2px 5px; /* center left; */
		padding-left: 15px;
		margin-bottom: 5px;
		margin-top: 10px;
	}

	/* RH Title*/
	.rhtitle {
		font-size: 1.1em;
		padding-top: 
		color: #555555;
	}

	/* RH Related link boxes */
	.rhbox {
		padding: 10px 0 0 10px;
		border-top: 1px solid #CCCCCC;
	}
	.rhbox ul {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.rhbox ul li {
		margin-bottom: 4px;
		margin-left: -22px;
		line-height: 1.2em;
	}
		
	/* RH Page tool */
	#pagetools, #pagetools ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	#pagetools li {
		margin: 3px 0 2px 0;
	}
	#pagetools img {
		margin: 0 8px -4px 0;
	}
	
	/* RH Share box */
	#pagetoolbox {
		padding: 10px 0 10px 10px;
		border-top: 1px solid #CCCCCC;
	}
	
	#sharebox {
		position: relative;
		z-index: +1;
		display: none;
		width: 180px;
		background-color: #FFFFFF;
	}
	
	#shareicons li {
		margin: 5px 0;
	}
	#sharebox img {
		margin: 0 2px -5px 0;
	}
	
	#shareboxhead{
		position: relative;
		z-index: +1;
		line-height: 1em;
		margin-left: -1px;
		clear: left;	
	}
		
	#shareboxtriangle {
		background-repeat: no-repeat;
		background-position: right bottom;
		margin: 0 160px -1px 0;
	}
	
	#shareicons {
		padding: 10px;
		margin: 0;
		list-style: none;	
		position: relative;
	}

	#shareboxclose {
		position: absolute;
		z-index: +1;
		top: 0;
		right: 0;
		height: 14px;
		width: 14px;
	}
	
	* html #shareboxclose { top: 1px; }
	* html #shareboxclose  img { margin-left: 1px; }
	
/*** END Right column ***/

/*** START Content area ***/

	#translation {
		display: block;
		width: 100%;
		text-align: left;
		/*
		font-size: 0.85em;
		line-height: 1em;
		*/
		margin-bottom: 1em;
	}
	body:first-of-type #translation { font-size: 0.9em; } /* Chrome & Opera */
	/*
	* html #translation { font-size: 1em; }
	*/
	
	#center ul { font-size: 0.95em; margin-left: -25px; }
	#center ul ul, #center ul ul ul, #center ul ul ul ul { font-size: 1em; } /* Stop size flowing down nested lists */
	#center ul li { margin: 0.3em 0; }
	
	*:first-child+html #center ul {margin-left: 20px; } * html #center ul {margin-left: 20px; }
	
	/* START Basic (default) table styles */
	table.datatable, table.datatablecolour {
		border: 1px solid #CCCCCC;
		border-collapse: collapse;
	}

	.datatable caption, .datatablecolour caption {
		text-align: left;
		font-weight: bold;
	}

	.datatable th, .datatablecolour th {
		border: 1px solid #CCCCCC;
		padding: 2px 10px;
		text-align: left;
	}

	.datatable td, .datatablecolour td {
		border-bottom: 1px solid #CCCCCC;
		padding: 2px 10px;
	}

	.datatable td+td, .datatablecolour td+td {
		border-left: 1px solid #CCCCCC;
	}

	/* Additional classes to supplement basic tables */
	.tablelightback { background-color: #5E5A80; } /* Light grey background */
	.tablerowalt { background-color: #5E5A80; } /* Light grey background for alternating rows */
	/* End table styles */

/*** END Content area ***/

/*** START Footer ***/
	
	#footer-wrapper {
		width: 100%;
		height: 90px; /* Footer must be fixed height to account for country selector positioning */
	}
	* html #footer-wrapper { width: 100%; } /* IE 6 footer width not ideal */
	
	#footer {
	    background-color: #F0F0F0;
	    width: 100%;	
	    display: table;
	}
	
	#footerlinks {
		font-size: 0.85em;
		letter-spacing: 0.004em;
		line-height: 1.5em;
		padding: 5px 10px 0 10px;
	}
	
	#footerlinks ul {
		padding: 0;
		margin: 0 0 0 0;
		list-style: none;
		line-height: 1;	
	}
	
	#footerlinks li {
		float: left;
		text-align: left; 
	}
	
	#footerlinks a {
		display: block;
		padding: 5px 20px 5px 0;
		text-decoration: none;
		font-weight: normal;
	}
	
	#countrieslink { float: right; }
	
	#footernav, #footernav ul {
		padding: 0;
		margin: 0;
		list-style: none;
		line-height: 1;
		float: left;
	}

	#footernav a { /* Base tabs */
		display: block;
		padding: 10px 15px 10px 15px;
		text-decoration: none;
		font-size: 0.9em;
		font-weight: normal;
		border-right: 1px solid #FFFFFF;
		background-color: #F0F0F0;
	}

	#footernav a:hover { padding: 9px 15px 9px 14px; } /* Account for hover state border */
  
	#footernav li { /* all list items */
		float: left;
		text-align: left; 
	}

/*** END Footer ***/

/*** START Country selector ***/

	#countrieslink a { /* Base tabs */
		display: block;
		text-decoration: none;
		padding: 8px 10px 7px 63px;
		font-size: 0.9em;
		font-weight: bold;
    	position: static;
    	background-image: url('/en_GX/webadmin/assets/image/mapicon.gif');
    	background-repeat: no-repeat;
		background-position: 10px 0px;
	}

	#countrieslink a:hover {
		background-color: #FFFFFF;
		padding: 7px 9px 6px 63px;
		background-image: url('/en_GX/webadmin/assets/image/mapicon.gif');    
		background-position:10px -37px;
	}
	/* Sort out hover padding for both IE's */
	* html #countrieslink a:hover { padding-left: 62px; background-position:10px -36px;}
	*:first-child+html #countrieslink a:hover { padding-left: 62px; background-position:10px -36px;}

	#countriesbox { /* Important, outer div */
		position: absolute;
		visibility: hidden;	
		z-index: +1;
		bottom: 0;
		right: 10px;
		width: 450px;
		margin-bottom: 115px;
	}
	/* Varying footer heights in IE6, Chrome & Safari */
	* html #countriesbox { margin-bottom: 112px; right: 0; }
	body:nth-of-type(1) #countriesbox { margin-bottom: 125px; } 

	#countriesboxhead {
		margin: 5px;
	}

	#countriesboxfoot {
		position: relative;
		z-index: +1;
		bottom: 0;
		right: 0;
		width: 450px;
		border-left: 1px solid #FFFFFF; /* Remove left & right borders on footer */
		border-right: 1px solid #FFFFFF;
		line-height: 0.7em;
		margin-left: -1px;
		clear: left;
	}
	* html #countriesboxfoot { margin-right: -1px; }
	body:nth-of-type(1) #countriesboxfoot { line-height: 0.65em; }
	    	
	#countriestriangle { /* Triangle placement in box footer */		
		background-repeat: no-repeat;
		background-position: right bottom;
		margin: -1px 10px 0 0;
	}
	/* Both IE's require positioning of triangle instead of margin adjustment */
	*:first-child+html #countriestriangle { margin: 0; position: relative; bottom: 1px; right: 10px; }
	* html #countriestriangle { margin: 0; position: relative; bottom: 1px; right: 10px; }

	#countriestitle {
		width: 400px;
		float: left;
		font-size: 1.1em;
		line-height: 1.5em;
		padding: 10px 10px 0 15px;
	}

	#countriesboxclose {
		position: absolute;
		top: 0;
		right: 0;
	}

	#countriescontents { padding: 5px 10px 0 10px; margin-bottom: -5px; font-size: 0.85em;}

	#countriescontents ul {
		padding: 0;
		margin: 0;
		list-style: none;
		line-height: 1;
	}

	#countriestable td {
  		padding-left: 10px;
	  	padding-right: 25px;
	}

	.continentcell {  }

	#countriescontents ul li {
		padding: 3px 5px 3px 10px;
		background-repeat: no-repeat;
		background-position: 0 5px;
	}

	#countriesbox { /* Important, outer div */
		border-bottom: 0;
		background-color: #FFFFFF;
	}

/*** END Country selector ***/

/*** START Advanced search ***/

	#frmsearchadvanced, #frmsearchright {
		margin: 0;
	}
	
	.adsearchbox {
		border-bottom: 1px solid #F0F0F0;
		padding: 20px;
		margin-bottom: 3px;

	}
	.searchtitle { font-weight: bold; }
	#advancedsearchsubmit { margin-bottom: -8px; }
	
	.adsearchfield1 { margin-left: 50px; }
	
	.adsearchleft {
		width: 50%;
		float: left;
	}
	.adsearchright {
		float: left;
	}
	
	.adsearchsmalltext { font-size: 0.85em; }
	
	.adsearchfield2 { float: left; width: 50px; }
	
	.clear { clear: both;}
	
	
	.advancedsearch, .rhsearchfield { /* Input field */
		height: 21px;
		font-size: 0.95em;
		padding: 1px;
		border: 1px solid #989898;
		color: #3E3A36;
	} 

	/* Different positions for search button */
	#advancedsearchsubmit { margin-bottom: -10px; }
	* html #advancedsearchsubmit { margin-bottom: -4px; } /* IE6 */
	*:first-child+html #advancedsearchsubmit { margin-bottom: -4px; } /* IE7 */
	body:first-of-type #advancedsearchsubmit { margin-bottom: -8px; } /* Chrome & Opera */
	#advancedsearchsubmit, x:-moz-any-link { margin-bottom: -12px; } /* FF2 */
	#advancedsearchsubmit, x:-moz-any-link, x:default { margin-bottom: -10px; } /* FF3 */	
	
	.rhsearchfield {
		width: 140px;
		margin-right: 4px;
	}

/*** END Advanced search ***/