
		    	.StoreLocator_name{
		    		font-size: 12px;
		    		font-weight: bold;
		    	}
		    	.StoreLocator_name .StoreLocator_distance{
		    		font-weight: normal;
		    	}
		    	.StoreLocator_address{
		    		margin-top: .5em;
		    	}
		    	.StoreLocator_phone{
		    		margin-top: .5em;
		    		font-style: italic;
		    	}
		    	.StoreLocator_label{
		    		width: 100px;
		    		float: left;
		    	}
		    	.StoreLocator_inputContainer{
		    		padding: 1em;
		    		background: #f0f0f0;
		    		margin-bottom: .5em;
		    	}
		    	.StoreLocator_submitContainer{
		    		padding-left: 100px;
		    	}
		    	.StoreLocator_submitContainer,
		    	.StoreLocator_inputRadiusContainer,
		    	.StoreLocator_inputAddressContainer{
		    		margin: .25em;
		    	}
		    	.StoreLocator_results{
		    		margin-left: 1em;
		    		float:left;
		    		width: 230px;
		    	}
		    	.StoreLocator_locationContainer{
		    		cursor: pointer;
		    		margin-bottom: 5px;
		    		padding: .5em;
		    		background: #ddd;
		    		border: 1px solid #ccc;
		    	}
		    	.StoreLocator_locationContainer:hover{
					background-color: #f0f0f0;
					border: 1px solid #888;
		    	}
		    	

				#StoreLocator1 .StoreLocator_map{
		    		font-family:Arial, sans-serif;
		    		font-size:11px;
		    		border: 1px solid #aaa;
		    		float:left;
		    		height: 450px;
		    		width: 450px;
		    	}
		    	#StoreLocator1 .StoreLocator_sidebar{
		    		overflow: auto;
		    		font-size: 11px;
		    		color: #000;
		    		height: 450px;
		    	}
		    	

