body {
	font-family: "Roboto",sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.gm-style-iw{ overflow: visible !important; white-space: nowrap;}



#store-locator-container
{
	float: left;
	margin-left: 20px;
	width: 90%;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #333;
}

.external-locator
{
	margin-top:0px;
}

.note {
	position:relative;
	bottom: 9px;
	width: 90%;
	margin:10px;
	font-family: "Roboto",sans-serif;
    font-size: 18px;
    font-weight: 400;
}
	
	
#left-col {
	position:relative;
	clear:left;
	float:left;
	border:solid;
	border-color:#000;
	border-style:solid;
	border-width:1px;
	margin:5px;
height:580px;
	width:350px;
	
}

#right-col {
	position:relative;
	float:right;
	border:solid;
	border-color:#000;
	border-style:solid;
	border-width:1px;
	margin:5px;
	height:580px;
	width: 90%;
	text-align: center;
	
}
#page-header
{
	float: left;
}

#form-container
{
	position:relative;
	bottom: 0; 
	margin-top: 30px;
	margin-bottom: 20px;	
	margin-left:40px;
	font-family: "Roboto",sans-serif;
    font-size: 18px;
    font-weight: 400;
}

#map-container
{
	clear: left;
	float: left;
	margin-top: 20px;
	height: 500px;
	width: 875px;
}

#map-container a
{
	color: #e76737;
	text-decoration: none;
}

#map-container a:hover, #map-container a:active
{
	text-decoration: underline;
}

#map-container .custom-marker
{
	width: 34px;
	height: 28px;
	color: #fff;
	background: url(../images/ufile-pin.png) no-repeat;
 padding: 3px;
 cursor: pointer;
}

#loc-list
{
	float: left; 
	width: 240px;
	height: 500px;
	overflow: auto;
}

#loc-list ul
{
	display: block;
	clear: left;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#loc-list .list-label
{
	float: left;
	margin: 10px 0 0 6px;
	padding: 2px 3px;
	width: 17px;
	text-align: center;
	background: #451400;
	color: #fff;
	font-weight: bold;
}

#loc-list .list-details
{
	float: left;
	margin-left: 6px;
	width: 165px;
}

#loc-list .list-content
{
	padding: 10px;
}

#loc-list .loc-dist
{
	font-weight: bold;
	font-style: italic;
	color: #8e8e8e;
}

#loc-list li
{
	display: block;
	clear: left;
	float: left;
	margin: 6px 10px;
	cursor: pointer;
	width: 200px;
	border: 1px solid #fff; /* Adding this to prevent moving li elements when adding the list-focus class*/
}

#loc-list .list-focus
{
	border: 1px solid rgba(82,168,236,0.9);
	-moz-box-shadow: 0 0 8px rgba(82,168,236,0.7);
	-webkit-box-shadow: 0 0 8px rgba(82,168,236,0.7);
	box-shadow: 0 0 8px rgba(82,168,236,0.7);
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

#map-container .loc-name
{
	color: #AD2118;
	font-weight: bold;
	overflow:visible;
}

#search-form
{
	/*
	clear: left;
	float: left;
	height: 60px;
	*/
}
.button-submit {
    background-color: #30b8eb;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-family: "Roboto",sans-serif;
    font-size: 20px;
    font-weight: 500;
    height: 40px;
    line-height: 16px;
    margin: 12px 15px 10px 0;
    padding: 0 30px;
	border:0;
    transition: all 300ms ease 0s;
}
#form-input
{
	font-family: "Roboto",sans-serif;
    font-size: 18px;
    font-weight: 400;
	float: left;
	margin-top: 4px;
}
	

#form-label
{
	font-family: "Roboto",sans-serif;
    font-size: 18px;
    font-weight: 400;
	float: left;
}

#address
{
	margin: 10px 0 0 0;
		width:150px;
	height:40px;
}

#submit-btn
{
	float: left;
	cursor: pointer;
	margin-left: 10px;
	margin-top: 2px;
	
	
}

#map
{
	float: left; 
	width: 610px; 
	height: 500px; 
}

/* Modal window */

#overlay
{
     position: fixed;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     z-index: 10000;
     background: url(../images/overlay-bg.png) repeat;
}

#modal-window
{
	position: absolute;
	left: 50%;
    margin-left: -440px; /* width divided by 2 */
    margin-top: 60px;
    width: 870px;
	height: 560px;
	z-index: 10010;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px #656565;
}

#modal-content
{
	float: left;
	 /* padding: 0 10px; there's already a margin on the top of the map-container div */
}

#close-icon
{
	position: absolute;
	top: -6px;
	right: -6px;
	width: 18px;
	height: 18px;
	cursor: pointer;
	background: #2c2c2c url(../images/close-icon.png) 3px 3px no-repeat;
	border: 1px solid #000;
	border-radius: 3px;
	box-shadow: 0 0 3px #656565;
}


/* The following is for the geocode page and not the store locator */

#geocode-result
{
	clear: left;
	float: left;
	margin-top: 30px;
	width: 100%;
}
