#store-locator-container{
	float: left;
	width: 600px;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #222222;
	margin-left: 10px;
	margin-bottom: 16px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border: 1px solid #CCCCCC;
	border-radius: 6px;
	background-image: -webkit-linear-gradient(270deg,rgba(101,101,101,1.00) 0.67%,rgba(221,221,221,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(101,101,101,1.00) 0.67%,rgba(221,221,221,1.00) 100%);
	-webkit-box-shadow: 3px 3px 4px #707070;
	box-shadow: 3px 3px 4px #707070;
}
#store-locator-container H3{
	color: #FFFFFF;
	margin-left: -6px;
	margin-bottom: 0px;
	margin-top: 1px;
}
#store-lc-container{
	width: 960px;
	font: normal .9em Arial, Helvetica, sans-serif;
	color: #333;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	margin-bottom: 10px;
}

#form-container{
	clear: left;
	float: left;
	width: 100%;
}

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

#map-container a{
	color: #37A1E7;
	text-decoration: none;
}

#map-container a:hover, #map-container a:active{
	text-decoration: none;
	color: #FA820E;
}

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

#loc-list{
	float: left;
	width: 240px;
	height: 650px;
	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-color: #387FCA;
	color: #fff;
	font-weight: bold;
	border-radius: 4px;
}

#loc-list .list-details{
	float: left;
	margin-left: 6px;
	width: 165px;
	font-size: 0.8em;
}

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

#loc-list .loc-dist{
	font-weight: bold;
	font-style: italic;
	color: #807070;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#loc-list li{
	display: block;
	clear: left;
	float: left;
	margin-top: 6px;
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 6px;
	cursor: pointer;
	width: 210px;
	border: 1px solid #FFFFFF; /* Adding this to prevent moving li elements when adding the list-focus class*/
	border-radius: 8px;
	-webkit-box-shadow: 2px 2px 4px;
	box-shadow: 2px 2px 4px;
}

#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 2px rgba(69,148,209,0.70);
	box-shadow: 0 0 8px 2px rgba(69,148,209,0.70);
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

#map-container .loc-name{
	color: #FE5045;
	font-weight: bold;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
}

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

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

#form-input label{
	color: #303030;
}

#form-input input{
	padding: 4px;
	line-height: 16px;
	border: 1px solid #ccc;
	border-radius: 6px;
	margin-top: 2px;
}

#address{
	margin-right: 6px;
	margin-left: 6px;
	margin-bottom: 0;
	width: 270px;
	-webkit-box-shadow: inset 2px 1px 4px #C5C5C5;
	box-shadow: inset 2px 1px 4px #C5C5C5;
}
#MaxExpand .container .mmsptcsearch #store-locator-container {
	margin-left: 100px;
	margin-bottom: -6px;
	margin-top: -8px;
}

#submit{
	float: left;
	cursor: pointer;
	margin: 3px 0 0 10px;
	padding: 3px 6px;
	background-color: #FF493D;
	border: 1px solid #FF493D;
	color: #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#submit:hover{
	cursor: pointer;
	background-color: #FF7438;
	border: 1px solid #FF7438;
	color: #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

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

#map{
	float: left;
	width: 635px;
	height: 650px;
}

/* Infowindow Roboto font override */
.gm-style div, .gm-style span, .gm-style label, .gm-style a{
	font-family: Arial, Helvetica, sans-serif;
}

/* Modal window */

#overlay{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background-repeat: repeat;
	background-image: url(../../includes/images/overlay-bg.png);
}

#modal-window{
	position: absolute;
	left: 50%;
	margin-top: 60px;
	margin-left: -460px;
	width: 920px;
	height: 700px;
	z-index: 10010;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 1px 5px 10px #656565;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(209,209,209,1.00) 49.82%,rgba(255,255,255,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(209,209,209,1.00) 49.82%,rgba(255,255,255,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(209,209,209,1.00) 49.82%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(209,209,209,1.00) 49.82%,rgba(255,255,255,1.00) 100%);
	-webkit-box-shadow: 1px 5px 10px #656565;
}

#modal-content{
	float: left;
	padding: 0 22px; /* there's already a margin on the top of the map-container div */
	margin-top: 0px;
}

#close-icon{
	position: absolute;
	top: -6px;
	right: -6px;
	width: 18px;
	height: 18px;
	cursor: pointer;
	background: #FF373A url(../../includes/images/close-icon.png) 3px 3px no-repeat;
	border: 1px solid #000;
	border-radius: 3px;
	box-shadow: 0 0 3px #656565;
}
#close-icon:hover {
	background: #ED0048 url(../../includes/images/close-icon.png) 3px 3px no-repeat;
}


/* The following is for the geocode page and not the store locator */

#geocode-result{
	clear: left;
	float: left;
	margin-top: 30px;
	width: 100%;
}
.dropdown p {
	display: inline-block;
	font-weight: bold;
}

.dropdown {
	width: 100px;

}

#closeitbutt {
	float: left;
	cursor: pointer;
	margin: 3px 0 0 10px;
	padding: 3px 6px;
	background-color: #FF493D;
	border: 1px solid #FF493D;
	color: #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#closeitbutt:hover {
	cursor: pointer;
	background-color: #FF7438;
	border: 1px solid #FF7438;
	color: #EDFF00;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#user-location #form-input label {
	font-size: 0.8em;
}
#course_type {
	width: 100%;
	position: relative;
	text-align: center;
	display: block;
	margin-top: -50px;
	visibility: inherit;
	padding-top: 0px;
	font-size: medium;
}
.course_type_type  {
	font-size: 110%;
	color: #FAFAFA;
	background-color: #626451;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 12px 0px 0px 12px;
	border-radius: 12px 0px 0px 12px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	background-repeat: repeat;
	border: medium solid #626451;
	display: block;
	width: 460px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	text-shadow: 0px 0px;
	-webkit-box-shadow: 1px 2px 2px 1px #777777;
	box-shadow: 1px 2px 2px 1px #777777;
	visibility: inherit;
	margin-top: 0px;
}
.course_type_type em {
	color:#FFFFFF;
	font-style:normal;
	text-shadow:none;
	-moz-transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
	right: 0px;
}

.loc-expanded {
	line-height: 1.35;
	overflow: hidden;
	white-space: nowrap;
	width: auto;
	height: auto;
	margin-left: 10px;
}
.remsDT {
	visibility: hidden;
	display: block;
	float: right;
	clear: both;
	z-index: -5000;
}
.remsDT0 {
	visibility: hidden;
	display: block;
	float: right;
	clear: both;
	z-index: -5000;
}
.remsDT1 {
	visibility: visible;
	font-size: 1.4em;
	color: #FF386C;
}
#map-container .remsDT1 a:link, #map-container .remsDT1 a:active {
	color: #37B5FF;
	text-decoration: underline;
}
#map-container .remsDT1 a:hover {
	color: #FF6100;
}
