#store-locator-container
{
	float: left;
	margin-left: 20px;
	width: 875px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #333;
}

#page-header
{
	float: left;
}

#form-container
{
	clear: left;
	float: left;
	margin-top: 15px;
	width: 100%;
}

#map-container
{
	clear: left;
	float: left;
	margin-top: 27px;
	width: 940px;
}

#map-container .custom-marker
{
	width: 32px;
	height: 37px;
	color: #fff;
	background: url(../images/custom-marker.png) no-repeat;
    padding: 3px;
    cursor: pointer;
}

#loc-list
{
	width: 940px;
}

#loc-list ul
{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#loc-list .list-label
{
	float: left;
	padding: 2px 5px;
	width: 34px;
	height: 32px;
	background-image: url(../images/pin.png);
	background-repeat:no-repeat;
	color: #fff;
	font-family: Arial;
	font-size:14px;
}

#loc-list .list-details
{
	margin-left: 6px;
}

#loc-list .list-content
{
	padding: 10px;
}

#loc-list .loc-dist
{
	font-weight: bold;
	font-style: italic;
	color: #8e8e8e;
}

#loc-list li
{
	display: block;
	margin: 6px 10px;
	cursor: pointer;
	border: 1px solid #fff; /* Adding this to prevent moving li elements when adding the list-focus class*/
}

#map-container .loc-name
{
	color: #4f443c;
	font-weight: bold;
}

#search-form
{
	clear: left;
	float: left;
	height: 60px;
}

#form-input
{
	float: left;
	margin-top: 3px;
}

#form-input label
{
	font-weight: bold;
}

#address
{
	width: 279px;
	height: 25px;
	padding-left: 10px;
	line-height: 27px;
	border-left: 1px solid #b3b3b3;
	border-top: 1px solid #b3b3b3;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	margin: 0 0 0 0px;
}

#entfernung{
	width: 154px;
	height: 29px;
	border-left: 1px solid #b3b3b3;
	border-top: 1px solid #b3b3b3;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}

#submit-btn
{
	float: left;
	cursor: pointer;
	margin-left: 10px;
	margin-top: 10px;
}

#loading-map
{
	float: left;
	margin: 4px 0 0 10px;
	width: 16px;
	height: 16px;
	background: url(../images/ajax-loader.gif) no-repeat;
}

#form-input {
	margin-top: 40px;
}

#form-input input, #form-input select{
	margin-top: 5px;
	color: #7c8184;
	font-size: 14px;
	line-height: 27px;
}

#map
{
	height: 450px; 
	width: 940px; 
}

/* 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: -460px; /* width divided by 2 */
    margin-top: 60px;
    width: 920px;
	height: 590px;
	z-index: 10010;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px #656565;
}

#modal-content
{
	float: left;
	padding: 0 22px; /* 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%;
}

/*Google Maps overflow weg*/

.gm-style .gm-style-iw, .gm-style .gm-style-iw a, .gm-style .gm-style-iw span, .gm-style .gm-style-iw label, .gm-style .gm-style-iw div {
	overflow: hidden!important;
}