@charset "UTF-8";

/* ---Stockists Countries--- */
ul#stockists-countries {
	margin: 0;
	padding: 0 0 12px 0;
	height: 242px;
	list-style: none;
}

ul#stockists-countries li {
	display: inline;
}

ul#stockists-countries li a {
	float: left;
	text-decoration: none;
}

ul#stockists-countries li#stockists-australia a {
	display: block;
	position: absolute;
	left: 0;
	width: 430px;
	height: 242px;
	background: url(../images/stockists/stockists-australia.jpg) no-repeat;
	text-decoration: none;
}

ul#stockists-countries li#stockists-new-zealand a {
	display: block;
	position: absolute;
	right: 0;
	width: 430px;
	height: 242px;
	background: url(../images/stockists/stockists-new-zealand.jpg) no-repeat;
	text-decoration: none;
}

/* ---Stockists States--- */
ul#stockists-states {
	margin: 0 0 12px 0;
	padding: 0 0 12px 0;
	list-style: none;
}

ul#stockists-states li {
	display: inline;
}

ul#stockists-states li a {
	margin: 0 24px 0 0;
	padding: 0;
	float: left;
	text-decoration: none;
}

ul#stockists-states li a.selected {
	border-bottom: 2px solid #000;
	color: #000;
	text-decoration: none;
}

#loading {
	width: 16px;
	height: 16px;
	background: url(../images/ajax-loader.gif) no-repeat;
}

#ajax-container {
	display: none;
	position: absolute;
	right: 0;
	width: 522px;
	overflow: hidden;
}

#ajax-contents {
	margin: 0 auto;
	padding: 0;
	height: 402px;
	overflow-y: auto;
	overflow-x: hidden;
}
