/* Store Locator CSS for Peter Alexander */





/* Location Menu
**************************************/
ul.locationmenu  {
	/*border: solid 1px #999999; */
	padding: 0;
	margin: 2em 0;
	width: 700px;
}

body.stores_nz_nth ul.locationmenu,
body.stores_nz_sth ul.locationmenu {
	width: auto;
	margin-left: 210px;
}

.locationmenu li {
	list-style-type: none;
	display: inline;
}

.locationmenu li a {	
	display: block;
	float:left;
	width: 100px;
	height: 23px;
	background: #efc55f url(/images/pages/stores/StoreNav_goldbutton_bg.jpg) no-repeat center;
	margin: 0 6px;
	text-align: center;
	color: #2c0906;
	line-height:160%;
	font-size: 110%;
	font-weight:bold;	
}

body.stores_nz_nth .locationmenu li a,
body.stores_nz_sth .locationmenu li a {	
	background-image: url(/images/pages/stores/StoreNav_goldbutton_bg1.jpg);
	width: 126px;
}

.locationmenu a:hover,
.locationmenu a:focus,
.locationmenu a:active {
	color: #cd8822;
	text-decoration: none;
}

/* submenu active via JavaScript {stores.js}, if submenu class matches body class link will be active */
.locationmenu .active a { 
	color: #666666;
}

h1 {
	padding-left: 15px;
	text-align: center;
}

h2 {
	padding-top: 35px;
	text-align: center;
}

.locationmenu .ul {
	width: 690px;
	text-align: center; 
}


/* Store Data
**************************************/
h3 {
	color: white;
	font-size: 140%;
	width: 690px;
	border: none;
	text-transform: none;
	font-weight: normal;
	display: inline;
}

.storelocations {
	position:relative;
	width:690px;
	margin-left:6px;
}

.store img {
	float:left;
	margin-top:12px;
	width: 276px;
	height: 203px;
}

.store {
	float:right;
	width: 690px;
	padding: 8px 0;
	border-bottom: dashed 1px #333;	
	
}

.storedetails {
	float:right;
	width: 380px;	
	margin-top: 10px;
}

.shopaddress, .streetaddress {
	font-size:90%;
}
.suburb {
	font-size:90%;
	float:left; margin-right:0.5em;
}
.state {
	font-size:90%;
	float:left; margin-right:0.5em; font-weight:bold;
}

.postcode {
	font-size:90%;
	float:left; margin-right:0.5em;
}


table {
	width: 320px;
}

table.blank td {
	font-size:90%;	
	border-right: 0;
	border-top: 0;
	border-left: 0;
	border-bottom: 0;
	padding:0;
}

table.blank th {
  font-size:90%;
  padding:0;
}


.shopdays {
	text-align:left;
}

table caption {
	text-transform:uppercase;
	color:#f49ac1;
	font-size: 90%;
}

.righttext {
	text-align:right;
}

/* map
**************************************/
#map {
	width: 690px;
	height: 350px;
	margin: 1em 0 0 0;
	border: solid 1px #999;
	background: #222;
}

/* Map Info Window */
#map .infowindow {
	color: #666;
}
#map .infowindow .img {}
#map .infowindow .title {
	color: #333;
	font-weight: bold;
}
#map .infowindow .body {}

