

#StoreMapSearch li a, #StoreMapSearch li a:hover { transition:none; }

@media only screen and (max-width: 550px) {
	#StoreMapSearch { display:none; }
	#StoreMapSearch li#mapSearchCaption { display:none; }
	.store_listing p.edit_page { font-size:0.85em; margin:15px 0 0 0; padding:0; text-align:right; }
	
}

@media only screen and (min-width: 550px) {
	#StoreMapSearch, #StoreMapSearch li { margin:0; padding:0; list-style:none; display:block; }
	#StoreMapSearch { width:550px; height:500px; position:relative; margin:0 auto; background:url(aussiemap-locator.jpg) top left; }
	#StoreMapSearch li { position:absolute; }
	#StoreMapSearch li a { display:block; width:100%; height:100%; font-size:1px; text-indent:-2999px; }
	
	#StoreMapSearch li#mapSearchCaption { top:390px; left:220px; width:200px; height:25px; font-weight:bold; color:#C4282C; }
	
	#StoreMapSearch li#qld { 	top:0;		left:338px;		width:210px;	height:290px; }
	#StoreMapSearch li#nsw {	top:275px;	left:380px;		width:170px;	height:135px; }
	#StoreMapSearch li#vic {	top:365px;	left:380px;		width:210px;	height:70px; }
	#StoreMapSearch li#tas {	top:450px;	left:410px;		width:70px;		height:50px; }
	#StoreMapSearch li#nt  {	top:0px;	left:190px;		width:148px;	height:231px; }
	#StoreMapSearch li#sa  {	top:231px;	left:190px;		width:190px;	height:182px; }
	#StoreMapSearch li#wa  {	top:0px;	left:0px;		width:192px;	height:420px; }
	
	#StoreMapSearch li a:hover { background:url(aussiemap-locator.jpg) top left; }
	#StoreMapSearch li#qld a:hover { background-position:-338px -500px; }
	#StoreMapSearch li#nsw a:hover { background-position:-380px -1275px; }
	#StoreMapSearch li#vic a:hover { background-position:-380px -865px; }
	#StoreMapSearch li#tas a:hover { background-position:-410px -950px; }
	#StoreMapSearch li#nt a:hover { background-position:-190px -1000px; }
	#StoreMapSearch li#sa a:hover { background-position:-190px -1732px; }
	#StoreMapSearch li#wa a:hover { background-position:0px -500px; }
	
	.store_listing p.edit_page { margin:2em 1.5em 0 0; padding:0; float:right; }
	
	.store_listing_hide { display:none; }
}