#inside_locations_center {
	padding-top: 10px;
	text-align: left;
}

#inside_locations_right {
	float:right;
	padding-top: 10px;
	text-align: left;	
}

#results {
	overflow:auto;
	height:238px;
	width:175px;
	padding:7px;
	margin:5px 0px 0px 0px;
	background-color:#CECFB7;
	text-align: left;
}
	#results, x:-moz-any-link {              /*Firefox 2 hack*/
		height:233px;
	}
	#results, x:-moz-any-link, x:default {   /*Firefox 3 hack*/
		height:237px;
	}
	#results {					             /*IE7 hack*/
		#height:232px;
		_height:230px;
	}
#filters {
	overflow: visible;
	padding:7px;
	background-color:#CECFB7;
	width:175px;
	text-align: left;
}

#searchByAddress {
	margin-bottom:9px;
	text-align: left;
}
	#searchByAddress {
		_margin-bottom:12px;
	}
	#searchByAddress, x:-moz-any-link {   /*Firefox hack*/
		margin-bottom:14px;
		text-align: left;
	}
		
#searchByAddress form {
	margin:2px 0 0 0;
	padding:0;
}

select#provincesSelect {
	margin:2px 0 0 0;
	#margin:4px 0 0 0;
}

select#citiesSelect {
	margin:2px 0 0 0;
	#margin:4px 0 0 0;
}

#searchByProvinces {
	margin-bottom:14px;
	width:175px;
	text-align: left;
}

#searchByCity {
	margin-bottom:18px;
	width:175px;
	text-align: left;
}

#loading {
	position:absolute;
	left:45%;
	top:354px;
	border: 1px solid black;
	background-color:white;
	z-index:5;
	display:none;
	opacity:0.75;
	padding: 10px;
}

.active {
   	color:blue;
   	cursor: pointer;    
   	text-decoration: underline;
   	display: inline;
}