.geoLocationsAreaName
{
	cursor: pointer;
	background-image:url("../images/folder-pointer-map-1.0.png");
		background-position:-1px 6px;
		background-repeat:no-repeat;
		height:11px;
		padding-left:15px;
		background-position:0 -35px;
  font-family:arial;
		font-size: 14px;
}
.fakeLink
{
	margin-top: -10px;
	cursor: pointer;
	text-decoration: underline;
	color:#ee8414;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 30px;
	padding-right: 30px;

}

/* Start: Geo Location Searching */
	#LocationSelector	{
		position:absolute;
		background-color: #fff;
		border:solid 2px #aaa;
		text-align:left;
	}
	#LocationSelector .childCarpark	{
		
	}
	
	#LocationSelectorContent	{
		margin:10px 0 0 0;
	}
	
	#LocationSelector table	{
		background: transparent;
	}
	
	#LocationSelector table	td {
		vertical-align: top;
	}
	
	#LocationSelector table	td.cpgSearchDistance	{
		width:7em;
	}
	
	#LocationSelector td.cpgSearchDetails	{
		vertical-align: top;
	}
	#LocationSelector .forwardButton	{
		padding:5px;
	}
	
	#LocationSelector #GeoSearchMoreLocations	{
		list-style:none;
		margin:0;
		padding:0;
	}
	#LocationSelector #GeoSearchMoreLocations li	{
		list-style: none;
		margin:0 0 10px 0;
		padding:0;
	}
	
	#LocationSelector #GeoLocations	{
		width:420px;
		margin:0 10px;
		padding:10px 0 0 10px;
		overflow:auto;
		height:255px;
	}
	#LocationSelector #GeoLocationsLeftCol	{
		overflow: auto;
		width:287px;
		float:right;
		margin-right:20px;
		border:solid 1px #efefef;
		padding:10px;
	}
	
	#LocationSelector .geoLocationsGroup	{
		border:none;
		padding: 0 5px;
	}
	
	#LocationSelector .geoLocationsSubGroup	{
		border:none;
		padding:0;
		margin:0;
	}
	
	#LocationSelector .geoLocationsCarparkGroup	ul {
		margin-top:0;
		margin-bottom:0;
	}
	#LocationSelector #GeoLocationsRightCol	{
		float:left;
		width:350px;
		margin-left:10px;
		height:240px;
	}
	#LocationSelector #GeoLocationSearchBox	{
		padding-bottom:0;
		width:293px;
		height:240px;
	}
	/*
	#LocationSelector #ExampleGeoSearches	{
		list-style:none;
		margin:0;
		padding:0;
	}
	*/
	#LocationSelector #ExampleGeoSearches li	{
		margin-top:5px;
		margin-bottom:5px;
	}
	
	#LocationSelector .geoLocationsSubGroup	{
		width:230px;
		margin-left:5px;
	}
	#Blockatron	{
		background:#555;
		position:fixed;
		
	}
#termsContentContainer ol li
{
	margin: 0.5em 0;
}