/* @override 
	http://www.hireandrental.com.au/interface/hria-search.css
*/

/* search layout bits */
#search {
	padding-bottom: 10px;
	background: url(images/search-background.png) no-repeat center top;
	height: 110px;
	position: relative;
	z-index: 500;
}
#search-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 255px;
	padding-left: 10px;
	padding-top: 40px;
	color: #fff;
	font-size: 11px;
	line-height: 1.3em;
}
#search-form {
	position: absolute;
	top: 0;
	left: 290px;
	width: 670px;
}
#top-row {
	position: absolute;
	top: 25px;
	height: 30px;
	width: 620px;
}
#search-by-holder, #loc-by-holder {
	color: #fff;
	font-size: 12px;
	width: 305px;
	height: 25px;
	float: left;
}



#find-holder, #find-bus-holder, #loc-holder {
	position: absolute;
	top: 55px;
	width: 290px;
}
#find-holder, #find-bus-holder, #search-by-holder {
	left: 0;
}
#loc-holder, #loc-by-holder {
	left: 305px;
}
#search-btn-holder {
	position: absolute;
	top: 59px;
	left: 600px;
}
.search-title {
	font-size: 18px;
	padding-right: 4px;
}
.search-input {
	position: relative;
}



#opt-equip, #opt-busi {
	position: relative;
	padding-left: 25px;
}
#findByEquip, #findByBusi {
	display: block;
	position: absolute;
	top: 0px;
	left: 8px;
	margin: 0;
	padding: 0;
}


/* search inputs with BIG TEXT */
.BIG-input {
	font-size: 18px;
	padding: 2px 22px 2px 2px;
	width: 258px;
	margin: 0;
}
.BIG-btn {
	
}

/* drop-down hint/auto-complete */
div.hint-holder {
	position: relative;
	width: 330px;
}
.hint-holder-inner {
	position: absolute;
}
#find-holder .hint-holder-inner {
	z-index: 800;
}
#find-bus-holder .hint-holder-inner {
	z-index: 900;
}
#loc-holder .hint-holder-inner {
	z-index: 1000;
}
.hint-top {
	width: 330px;
	height: 20px;
	position: absolute;
	top: -5px;
	left: 0px;
	background: url('/interface/images/hint-bubble-top.png') no-repeat top;
	z-index: inherit;
}
.hint-tail {
	width: 330px;
	height: 8px;
	background: url('/interface/images/hint-bubble-tail.png') no-repeat bottom;
	z-index: inherit;
}
div.hint {
	position: absolute;
	margin: 0;
	padding: 0;
	margin-top: 15px;
	z-index: inherit;
}
div.hint ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
div.hint ul li.selected { 
	/*background-color: #f1f9e0;*/
	background-color: #70a314;
}
div.hint ul li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 2px 10px;
	cursor: pointer;
	width: 308px;
	/*background-color: #d6eab2;
	border-left: 1px solid #77b800;
	border-right: 1px solid #77b800;*/
	background-color: #323241;
	border-left: 1px solid #1e1e1e;
	border-right: 1px solid #1e1e1e;
}
.hint li, .hint a, .hint a:visited {
	/*color: #679814;*/
	color: #fff;
	font-size: 12px;
}

/* in progress indicator, while hints are being retrieved via AJAX */
.in-progress {
	display: block;
	width: 20px;
	height: 30px;
	position: absolute;
	right: 46px;
	top: 0px;
}
.in-progress img {
	padding-top: 7px;
}


/* search results in scrollable box */
.search-results-header {
	background: url(/interface/images/search-header-background.png) no-repeat center top;
	padding: 10px;
	color: #002663;
}
.search-results-header .heading {
	font-weight: bold;
	font-size: 12px;
	padding: 0 5px 0 0;
}
#search-results-holder {
	height: 446px;
	width: 410px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #f1f3f7;
}
#search-results {
	position: relative;
	height: 420px;
	width: 410px;
	overflow: hidden;
}
#search-results-inner {
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}
#search-results-nav {
	padding: 5px 10px;
	background-color: #ccd4e0;
	color: #002663;
	font-size: 11px;
	position: relative;
	margin-top: 1px;
	margin-bottom: 1px;
}
#search-results-nav .heading {
	font-weight: bold;
	font-size: 11px;
	padding: 0 5px 0 0;
}
#search-results-nav a, #search-results-nav a:visited {
	color: #002663;
	text-decoration: none;
}
#search-results-nav a:hover {
	color: #002663;
	text-decoration: underline;
}
#search-results-nav a:active {
	color: #002663;
	text-decoration: none;
}
#search-results-nav a.disabled, #search-results-nav a.disabled:visited, #search-results-nav a.disabled:hover, #search-results-nav a.disabled:active {
	color: #666;
	text-decoration: none;
}
.reset {
	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
	height: 100%;
	text-align: center;
	background-color: #a3b1c7;
}
.reset a {
	display: block;
	width: 100%;
	margin-top: 8px;
}
#search-results-nav .reset a {
	color: #fff;
}
#search-results-pager {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 25px;
}
#search-results-pager span {
	display: none;
}
#search-results-pager a {
	display: block;
	float: left;
	width: 102px;
	height: 25px;
	margin: 0;
	padding: 0;
}
a#search-results-nav-first {
	width: 103px;
	background: url(/interface/images/first.png) no-repeat left top;
}
a#search-results-nav-first:hover {
	background: url(/interface/images/first-over.png) no-repeat left top;
}
a#search-results-nav-first.disabled {
	background: url(/interface/images/first-inactive.png) no-repeat left top;
}
a#search-results-nav-first.disabled:hover {
	cursor: default;
}
a#search-results-nav-prev {
	background: url(/interface/images/previous.png) no-repeat left top;
}
a#search-results-nav-prev:hover {
	background: url(/interface/images/previous-over.png) no-repeat left top;
}
a#search-results-nav-prev.disabled {
	background: url(/interface/images/previous-inactive.png) no-repeat left top;
}
a#search-results-nav-prev.disabled:hover {
	cursor: default;
}
a#search-results-nav-next {
	background: url(/interface/images/next.png) no-repeat left top;
}
a#search-results-nav-next:hover {
	background: url(/interface/images/next-over.png) no-repeat left top;
}
a#search-results-nav-next.disabled {
	background: url(/interface/images/next-inactive.png) no-repeat left top;
}
a#search-results-nav-next.disabled:hover {
	cursor: default;
}
a#search-results-nav-last {
	width: 103px;
	background: url(/interface/images/last.png) no-repeat left top;
}
a#search-results-nav-last:hover {
	background: url(/interface/images/last-over.png) no-repeat left top;
}
a#search-results-nav-last.disabled {
	background: url(/interface/images/last-inactive.png) no-repeat left top;
}
a#search-results-nav-last.disabled:hover {
	cursor: default;
}
ul.results-list, .results-list li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.results-list li {
	padding-right: 90px;
	padding-left: 10px;
	border-right: 1px solid #c3ccda;
	display: block;
	width: 309px;
	height: 60px;
	position: relative;
	float: left;
}
.results-list li a {
	display: block;
}
.results-list li a, .results-list li a:visited, .results-list li a:hover, .results-list li a:active {
	color: #002663;
	text-decoration: none;
}
.result {
	background: url(/interface/images/results-list-background.png) repeat-x left bottom;
	color: #002663;
	font-size: 11px;
}
.business-name {
	display: block;
	font-weight: bold;
	padding: 5px 0px 3px 0px;
}
.street, .city, .postcode, .state {
	
}
.phone {
	display: block;
	padding-top: 3px;
}
.distance {
	font-style: italic;
	font-weight: normal;
	padding-left: 2px;
}
.result-links {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
	height: 60px;
	background: url(/interface/images/results-list-actions.png) repeat-x left bottom;
}
.result-links a {
	display: block;
	font-size: 10px;
	padding-top: 3px;
	height: 17px;
	color: #5b749b;
	padding-left: 7px;
}
.result-links a:visited {
	color: #5b749b;
}
.result-links a:hover {
	color: #002663;
	text-decoration: none;
}
.result-links a:active {
	color: #5b749b;
}
.result-links .empty-a {
	display: block;
	height: 20px;
}

/* HRIA member details */
.hria-member {
	position: relative;
}
.business-details {
	width: 530px;
	float: left;
	padding-left: 10px;
}
.business-details .heading {
	margin-bottom: 0;
	padding-bottom: 0;
	height: 30px;
}
.business-details .detail {
	padding-bottom: 5px;
}
.business-details .phone {
	display: inline;
}
.company-logo {
	padding-bottom: 10px;
	float: right;
}
.logo-right {
	margin-right: 190px;
}

/* breadcrumb back to search results */
.search-crumbs {
	height: 34px;
	margin-bottom: 10px;
	line-height: 34px;
	background: url(images/arrow-back-bg.png) no-repeat;
	padding-left: 40px;
}
.search-crumbs a, .search-crumbs a:visited {
	color: #6c7f9d;
}

/* Google map */
#results-and-map {
	position: relative;
	width: 100%;
	height: 446px;
}
#search-results-map {
	width: 549px;
	height: 446px;
	background-color: #eee;
	position: absolute;
	top: 0;
	left: 411px;
}
#search-results-map h4 {
	margin-top: 0;
	margin-bottom: 10px;
}
.map-single {
	width: 400px;
	height: 400px;
	background-color: #eee;
	float: right;
	margin-top: 30px;
}

