#store_locator_view {
	position: relative;
	margin-bottom: 20px;
}
#store_locator_view.popup_visible #store_locator_map {
	z-index: 3;
	position: relative;
}
#store_locator_view .clear {
	clear: both;
}
#store_locator_map img {
	max-width: initial;
}
#store_locations_list {
	padding: 0px;
	background: #f3f3f3;
	/*border-bottom: 8px solid rgba(0,0,0,.3);*/
	position: relative;
	/*-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;*/
}
#store_locations_list ul {
	list-style: none;
	margin: 0;
	padding: 0 10px;
	overflow: auto;
	max-height: 300px;
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
#store_locations_list.closed ul {
	max-height: 0px;
	overflow-y: hidden;
}
#store_locations_list ul li {
	padding: 5px 10px;
	background: #f3f3f3;
	margin-bottom: 1px;
	border-bottom: 1px solid rgba(0,0,0,.15);
	box-shadow: 0 1px 0 #FFF;
}
#store_locations_list ul li.pagination {
	text-align: center;
}
#store_locations_list ul li.pagination a {
	color: #333;
	text-decoration: none;
}
#store_locations_list ul li.pagination a + a {
	margin-left: 10px;
}
#store_locations_list ul li.pagination a:hover {
	text-decoration: underline;
}
#store_locations_list ul li:last-child {
	border-bottom: none;
	box-shadow: none;
}
#store_locations_list .trigger {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	bottom: -8px;
	background: rgba(0,0,0,.2);
	height: 8px;
	z-index: 99;
}
#store_locations_list .trigger a {
	display: inline-block;
	width: 50px;
	height: 20px;
	border-radius: 0 0 5px 5px;
	background: #f3f3f3 url(../images/trigger-arrow-top.png) no-repeat center center;
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
	outline: none;
	position: absolute;
	margin-top: -1px;
}
#store_locations_list .trigger a.closed {
	background-image: url(../images/trigger-arrow-bottom.png);
}
#store_locations_list .location_name span {
	color: #999;
}
.results_pos_right #store_locations_list,
.results_pos_left #store_locations_list {
	width: 300px;
	position: absolute;
	height: 100%;
	z-index: 1;
	top: 0;
	right: 0;
	border: none;
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.results_pos_right #store_locations_list ul,
.results_pos_left #store_locations_list ul {
	max-height: 100%;
	overflow: hidden;
	overflow-y: auto;
}
.results_pos_right #store_locations_list.closed,
.results_pos_right #store_locations_list.closed ul,
.results_pos_left #store_locations_list.closed,
.results_pos_left #store_locations_list.closed ul {
	width: 0;
	padding: 0;
}
.results_pos_right #store_locations_list.closed ul,
.results_pos_left #store_locations_list.closed ul {
	overflow: hidden;
}
.results_pos_right #store_locations_list ul li,
.results_pos_left #store_locations_list ul li {
	min-width: 235px;
}
.results_pos_right #store_locations_list .trigger,
.results_pos_left #store_locations_list .trigger {
	left: -8px;
    right: auto;
    bottom: 0;
    top: 0;
    height: auto;
    width: 8px;
}
.results_pos_right #store_locations_list .trigger a,
.results_pos_left #store_locations_list .trigger a {
	width: 20px;
	height: 50px;
	top: 50%;
	margin-left: -16px;
	margin-top: -25px;
	border-radius: 5px 0 0 5px;
	box-shadow: -1px 0px 1px rgba(0, 0, 0, 0.1);
	background-image: url(../images/trigger-arrow-right.png);
}
.results_pos_right #store_locations_list .trigger a.closed {
	background-image: url(../images/trigger-arrow-left.png);	
}
.results_pos_left #store_locations_list {
	right: auto;
	left: 0
}
.results_pos_left #store_locations_list .trigger {
	left: auto;
	right: -8px;
}
.results_pos_left #store_locations_list .trigger a {
	margin-left: -4px;
	border-radius: 0 5px 5px 0;
	box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.1);
	background-image: url(../images/trigger-arrow-left.png);	
}
.results_pos_left #store_locations_list .trigger a.closed {
	background-image: url(../images/trigger-arrow-right.png);	
}

.MapInfoWindow {
    font-size: xx-small;
   	font-size: 12px;
    line-height: 1.35;
    overflow: hidden;
    white-space: nowrap;
}
#popup_locinfo {
	width: 100%;
	height: 100%;
	background: #FFF;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 2;
	-webkit-transform: translateY(-25%) rotateX(35deg);
	-moz-transform: translateY(-25%) rotateX(35deg);
	transform: translateY(-25%) rotateX(35deg);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	-moz-transition: -moz-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.90);
	border: 1px solid rgba(0, 0, 0, 0.15);
}
#popup_locinfo.show {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
#popup_locinfo .popup_locinfo_container {
	position: absolute;
	top: 52px;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#popup_locinfo .close {
	background: url(../images/close-32.png) no-repeat center center;
	width: 32px;
	height: 32px;
	right: 0;
	top: 0;
	position: absolute;
	margin: 0px;
	padding: 10px;
	opacity: 0.6;
	display: block;
	text-indent: -9999px;
}
#popup_locinfo .close:hover {
	opacity: 1;
}
#popup_locinfo h3 {
	font-size: 22px;
	font-weight: 400;
	margin: 0;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 10px;
}
#popup_locinfo h3 img {
	vertical-align: middle;
	margin-right: 5px;
}
#popup_locinfo .button {
	height: 28px;
    line-height: 24px;
    padding: 0 30px 1px;
}
#popup_locinfo table {
	border: none;
	line-height: 1.2;	
}
#popup_locinfo th,
#popup_locinfo td {
	border: none;
	padding: 5px 0;
	vertical-align: top;
}
#popup_locinfo th {
	width: 40%;
}
#popup_locinfo td.side {
	padding-left: 30px;
}

#store_locator_search {
	padding: 10px 10px;
	background: #EEE;
	border-bottom: 1px solid #CCC;
}
#store_locator_search p {
	margin: 0;
}
#store_locator_search form {
	float: left;
}
#store_locator_search input {
	height: 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#store_locator_search input[type=text] {
	padding: 5px 10px;
	border: 1px solid #CCC;
	margin-right: 5px;
}
#store_locator_search input[type=submit] {
	padding: 0 10px;
	line-height: 35px;
}
#store_locator_search a.locate {
	text-indent: -9999px;
	background: url(../images/locate-icon.png) no-repeat center center;
	display: block;
	width: 32px;
	height: 32px;
	float: right;
	margin-top: 4px;
	opacity: 0.6;
}
#store_locator_search a.locate:hover {
	opacity: 1;
}
#store_locator_search span.results_for {
	margin-left: 10px;
}
#store_locator_search span.results_for span {
	color: #666;
	padding: 0 4px;
}
#store_locator_search span.results_for a.reset {
	text-decoration: none;
}
#store_locator_search span.results_for a.reset:hover {
	text-decoration: underline;
}
#store_locator_search .clear {
	clear: both;
}

@media screen and (max-width: 1050px) {
	#store_locator_view {
		width: 100%!important;
	}
}
@media screen and (max-width: 640px) {
	#popup_locinfo table,
	#popup_locinfo table tr,
	#popup_locinfo table th,
	#popup_locinfo table td {
		display: block;
		width: 100%;
	}
	#popup_locinfo table tr {
		margin-bottom: 10px;
	}
	#popup_locinfo td.side {
		padding: 0;
	}
}
@media screen and (max-width: 480px) {
	#store_locator_map, #store_locator_map .map {
		max-height: 350px;
	}
	#store_locations_list ul li {
		padding: 5px 0px;
	}
	.results_pos_right #store_locations_list, .results_pos_left #store_locations_list {
		width: 250px;
	}
	.results_pos_right #store_locations_list ul li, .results_pos_left #store_locations_list ul li {
		min-width: 230px;
	}
	#store_locator_search form {
		max-width: 200px;
	}
	#store_locator_search input {
		width: 100%;
	}
	#store_locator_search span.results_for {
		display: block;
		margin: 10px 0 0;
	}
}