@charset "utf-8";
/* CSS Document */
#map
{
	position: 	relative;
	width: 		375px;
	height: 	321px;
	margin: 	0 auto;
	/**border: 	1px solid red;/**/
}
#map ul li
{
	list-style-type: none;
}

/*#map table td:first-child
{
	width: auto;
}*/

#map a 
{ 
	display: inline;
	font-size:.8em;
	text-decoration:none;
} 

#map a:hover 
{ 
	color:black;
} 
  
#nsw, #qld, #nt, #wa, #sa, #vic, #act, #tas 
{ 
	display: none;
	/*background-image:url(/images/trans.png);
	background-repeat:repeat;*/
	background-color:rgba(200,200,200,0.7);
	box-shadow: 5px 5px 5px #888888;
	-moz-border-radius: 15px;
	border-radius: 15px;
	width:235px; 
	padding-left: 5px;
	position: absolute;
} 

#act 
{ 
	left: 320px; 
	/*top: 220px;*/
	bottom:60px;
} 
  
#nsw 
{ 
	left: 330px; 
/*	top: 180px;*/
	bottom:90px;
} 
  
#qld 
{ 
	bottom:130px;
	left: 320px;
} 
  
#nt 
{ 
	top: 12px; 
	left: 212px;
} 
  
#sa 
{ 
	/*top: 220px; */
	left: -90px;
	bottom:20px;
}

#wa 
{ 
	top: 140px; 
	right:340px;
}

#vic
{ 
	/*top: 260px; */
	left: 320px;
	bottom:20px;
}

#tas
{ 
	/*top: 280px; */
	left: 15px;
	bottom:0px;
}

#map ul
{
	padding:5px;
	margin: 10px;
}

#map li
{
	padding-bottom:5px;
}

@media (min-width:320px) and (max-width:949px)
{
	#map div {
		bottom: auto;
		top: 330px;
		left:0px;
		width: 270px;
	}
	#map {
		padding-bottom:300px;
	}
}