﻿/*------------------------------- Store Locator - Gravitate ------------------------------*/

.store-locator .options {
	border-radius: 5px;
	background: #f4f4f4;
	box-shadow: 0 2px 1px rgba(0,0,0,0.2);
	overflow: hidden;
	position: relative;
	margin: 15px 0;
}

.store-locator .options h3 {
	color: #666;
}

.store-locator .or {
	position: absolute;
	width: 42px;
	height: 44px;
	background: url("/images/store-locator-or.png") no-repeat;
	margin: 90px 0 0 305px;
}

.store-locator .postcode,
.store-locator .region {
	width: 264px;
	height: 175px;
	padding: 20px;
	float: left;
}

.store-locator .region {
	border-right: 1px solid #fff;
	padding-right: 40px;
}

.store-locator .postcode {
	border-left: 1px solid #ddd;
	padding-left: 40px;
}

.store-locator .input-text,
.store-locator select {
	width: 100%;
	padding: 8px;
	margin: 0 0 20px;
	border: 0;
	border-bottom: 2px solid #eee;
	background: #fff;
	-webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,0.2), 0 -1px 2px #fff;
	-moz-box-shadow: inset 0 2px 3px rgba(0,0,0,0.2), 0 -1px 2px #fff;
	box-shadow: inset 0 2px 3px rgba(0,0,0,0.2), 0 -1px 2px #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
}
.store-locator .input-text {
	width: 244px;
}
.store-locator .input-text:focus {
	background: #fefcf4;
}

.store-locator .submit {
	float: right;
	border: 0;
	background: #243b89;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 1;
	padding: 8px 14px;
	margin: 0;
	cursor: pointer;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.15);
	-webkit-box-shadow: inset 0 -10px 10px rgba(0,0,0,0.1),0 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 -10px 10px rgba(0,0,0,0.1),0 1px 2px rgba(0,0,0,0.2);
	box-shadow: inset 0 -10px 10px rgba(0,0,0,0.1),0 1px 2px rgba(0,0,0,0.2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.store-locator .submit:hover {
	background: #dc6a27;
}

.store-locator .results h2 {
	color: #243b89;
	font-family: Arial, Verdana, sans-serif;
	padding: 10px 15px;
	margin: 0;
	background: #F4F4F4;
	color: #333;
	font-size: 18px;
	border-bottom: 1px solid #aaa;
	box-shadow: inset 0 -5px 10px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.1);
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	position: relative;
	z-index: 10;
}

.store-locator .results .list {
	margin: 0;
}

#rightFinder table {
	width: 100%
}
.list,
.list ul {
	padding: 0;
	width: 100%;
}
.list li {
	list-style-type: none;
}
.list li li:first-child,
.list .store-name {
	font-size: 16px;
	font-weight: bold;
}
.list > li {
	padding: 15px;
	width: 293px;
	min-height: 100px;
	background: #fff;
	border-top: 1px solid #ddd;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	_height: 100px;
}
