.top_stockist {
	display:none;
}
#store-locator-container {
}
#page-header {
	float: left;
}
.block {
	width:310px;
	float:left;
	font-family: 'Akagi-Semi';
	margin-right:15px;
}
#form-container {
	width:635px;
	float:left;
}
#map-container {
	clear: left;
	float: left;
	margin-top: 10px;
	height: 620px;
}
#map-container a {
	text-decoration: none;
}
#map-container a:hover, #map-container a:active {
	text-decoration: underline;
}
#map-container .custom-marker {
	width: 32px;
	height: 37px;
	color: #fff;
	background: url(../images/custom-marker.png) no-repeat;
	padding: 3px;
	cursor: pointer;
}
#loc-list {
	float: left;
	width: 310px;
	height: 580px;
	overflow: auto;
	margin-right:15px;
}
#loc-list ul {
	display: block;
	clear: left;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#loc-list .list-label {
	float: left;
	margin: 14px 0 0 6px;
	padding: 2px 3px;
	width: 17px;
	text-align: center;
	background: #c9961a;
	color: #fff;
	
}
#loc-list .list-details {
	float: left;
	margin-left: 6px;
	width: 245px;
}
#loc-list .list-content {
	padding: 10px;
}
#loc-list .loc-dist {
	
	color: #000;
}
#loc-list li {
	display: block;
	clear: left;
	float: left;
	margin: 6px 0px;
	cursor: pointer;
	border: 1px solid #fff; /* Adding this to prevent moving li elements when adding the list-focus class*/
	width:290px;
}
#loc-list .list-focus {
	background-color:#001443!important;
	color:#fff;
}
#loc-list .list-focus a, #loc-list .list-focus #loc-list {
	color:#fff!important;
}
#map-container .loc-name {
	
}
#search-form {
	clear: left;
	float: left;
	height: 60px;
}
#form-input {
	float: left;
	margin-top: 3px;
}
#form-input label {
	font-family: 'PT-Sans';
	width:170px;
	display:inline-block;
	margin-top:4px;
}
#form-input input {
	padding: 4px;
	line-height: 16px;
	border: 1px solid #9cb0c0;
	display:inline-block;
	height:16px;
	vertical-align:top;
	width:341px;
}
#address {
	margin: 0 0 0 10px;
}
#submit {
	border:none;
	background-color:#9cb0c0;
	color:#fff;
	font-family: 'Akagi';
	margin-right:0px;
	width:100px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	display:inline-block;
	padding: 4px;
	line-height: 16px;
	height:26px;
	vertical-align:top;
	margin-top:3px;
	font-size:16px;
}
#loading-map {
	float: left;
	margin: 4px 0 0 10px;
	width: 16px;
	height: 16px;
	background: url(../images/loading.gif) no-repeat;
}
#map {
	float: left;
	width: 675px;
	height: 570px;
	margin-top:7px;
}
/* Infowindow Roboto font override */
.gm-style div, .gm-style span, .gm-style label, .gm-style a {
	font-family: 'PT-Sans';
}
/* 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%;
}
