/* 
================================================
autosuggest, inquisitor style
================================================
*/

div.autosuggestInput::-ms-clear {
	display: none;
	
}

div.autosuggest
{
	position: absolute;
	padding: 0px 0 0 0;
	border: 1px solid #7f9db9;
	z-index: 100;
	font-family: sans-serif;
	font-size: 0.8em;
}

div.autosuggest div.as_header,
div.autosuggest div.as_footer
{
	position: relative;
	height: 0px;
	padding: 0 0px;
	overflow: hidden;
}
div.autosuggest div.as_footer
{
}

div.autosuggest div.as_header div.as_corner,
div.autosuggest div.as_footer div.as_corner
{
	position: absolute;
	top: 0;
	left: 0;
	height: 1px;
	width: 1px;
}
div.autosuggest div.as_footer div.as_corner
{
}
div.autosuggest div.as_header div.as_bar,
div.autosuggest div.as_footer div.as_bar
{
	height: 0px;
	overflow: hidden;
	background-color: #333;
}


div.autosuggest ul
{
	list-style: none;
	margin: 0 0 -4px 0;
	margin: 0 0 0 0;
	padding: 0;
	overflow: hidden;
	background-color: #fff;
	max-height:300px;
	overflow:auto;
}

div.autosuggest ul li
{
	color: #000;
	padding: 0;
	text-align: left;
}

div.autosuggest ul li a
{
	color: #000;
	display: block;
	text-decoration: none;
	background-color: transparent;
	/* text-shadow: #000 0px 0px 5px; */
	position: relative;
	padding: 0;
	width: 100%;
}
div.autosuggest ul li a:hover
{
	background-color: #fff;
}
div.autosuggest ul li.as_highlight a:hover
{
	background-color: #3366cc;
}

div.autosuggest ul li a span
{
	display: block;
	padding: 0px 2px;
	font-weight: normal;
}

div.autosuggest ul li .postcodeState
{
	font-weight: normal;
	color: #000;
	position: absolute;
	top: 0px;
	padding: 0;
	margin: 0;
	right: 4px;
}

div.autosuggest ul li.as_highlight .postcodeState
{
	font-weight: normal;
	color: #fff;
}

div.autosuggest ul li .suburbState
{
	font-weight: normal;
	color: #000;
	position: absolute;
	top: 0px;
	padding: 0;
	margin: 0;
	right: 60px;
}

div.autosuggest ul li.as_highlight .suburbState
{
	font-weight: normal;
	color: #fff;
}

div.autosuggest ul li .smallline
{
	font-weight: normal;
	color: #666;
	padding: 0px 2px;
	margin: 0;
	font-size: 0.75em;
}

div.autosuggest ul li.as_highlight .smallline
{
	font-weight: normal;
	color: #fff;
}

div.autosuggest ul li .customerCode
{
	font-weight: normal;
	color: #000;
	position: absolute;
	top: 0px;
	padding: 0;
	margin: 0;
	right: 4px;
}

div.autosuggest ul li.as_highlight .customerCode
{
	font-weight: normal;
	color: #fff;
}


div.autosuggest ul li .suburbSuburb
{
	width: 200px;
	overflow: hidden;
	white-space: nowrap;
}

div.autosuggest ul li .postcodeSuburb
{
	width: 200px;
	overflow: hidden;
	white-space: nowrap;
}

div.autosuggest ul li .postcodeSuburb
{
	font-weight: normal;
	color: #000;
	position: absolute;
	top: 0px;
	padding: 0;
	margin: 0;
	left: 60px;
}

div.autosuggest ul li.as_highlight .postcodeSuburb
{
	font-weight: normal;
	color: #fff;
}

div.autosuggest ul li .suburbPostcode
{
	font-weight: normal;
	color: #000;
	position: absolute;
	top: 0px;
	padding: 0;
	margin: 0;
	right: 4px;
}

div.autosuggest ul li.as_highlight .suburbPostcode
{
	font-weight: normal;
	color: #fff;
}

div.autosuggest ul li.as_highlight a
{
	color: #fff;
	background-color: #3366cc;
}

div.autosuggest ul li.as_highlight a span
{
}

div.autosuggest ul li a .tl,
div.autosuggest ul li a .tr
{
	background-image: transparent;
	background-repeat: no-repeat;
	width: 1px;
	height: 1px;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
}
div.autosuggest ul li a .tr
{
	right: 0;
}

div.autosuggest ul li.as_highlight a .tl
{
	left: 0;
}

div.autosuggest ul li.as_highlight a .tr
{
	right: 0;
}



div.autosuggest ul li.as_warning
{
	font-weight: bold;
	text-align: center;
}

div.autosuggest ul em
{
	font-style: normal;
}

div.suburbPlaceholderEntry,
div.suburbPostcodeEntry,
div.suburbStateEntry
{
	font: normal normal normal 13.3333330154419px/normal Arial;
	color: #888;
	position:absolute;
}
div.suburbPostcodeEntry{
	width:33px;
	text-align:right;
}
div.suburbStateEntry{
	width:28px;
	text-align:left;
}
div.suburbPlaceholderEntry{
	text-align:left;
}
input::-ms-clear {display: none; width:0; height:0;}