#he_search_results {
	position: relative;
	margin: 0 auto;
	width: 980px;
}

#search_header {
	background-color: #F3F2E8;
	padding: 5px 0;
	font-size: 14px;
	
}

#num_results {
	margin-left: 190px;
}

#num_results span.sort {
	float: right;
	padding-right: 10px;
}

#num_results span.sort a {
	color: #000;
}

#search_meta {
	width: 180px;
	float: left;
	border-bottom: 2px solid #bfbdac;
}

#search_filter {
	background-color: #F3F2E8;
}

#search_filter ul {
	margin: 0;
	padding: 0 0 10px 0;
	list-style: none;
}

#search_filter li {
	font-size: 12px;
	padding: 1px 10px;
}

#search_filter li.here {
	font-weight: bold;
}

#search_filter li a {
	color: #267A5B;
}

#search_results {
	margin-left: 180px;
	width: 440px;
	padding: 0 10px;
}

.helper {
	font-size: 12px;
}

.result {
	padding: 10px 0;
	font-size: 12px;
	border-bottom: 1px solid #F3F2E8;
	width: 420px;
	overflow: auto;
}

.result .imgfloat {
	float: left;
	height: 70px;
	margin-right: 10px;
}

.result .txtfloat {
	margin-left: 65px;
}

.result h3 {
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.result h3 a {
	color: #267A5B;
}

.result h3 span.tel {
	float: right;
	padding-top: 2px;
	text-align: right;
}

.result strong.spe {
	font-weight: bold;
	line-height: 16px;
}

.result span.fax {
	/*float: right;*/
	font-weight: normal;
	display: block;
	line-height: 16px;
	font-size: 12px;
	text-align: right;
}

.result div.url {
	color: #008000;
	line-height: 16px;
}

#search_map {
	float: right;
	width: 340px;
	margin-top: 10px;
}

#googlemap {
	border: 1px solid #bfbdac;
	float: right;
	height: 338px;
	width: 338px;
}

#googlemap img {
	width: 338px;
	border: 1px solid #bfbdac;
}

#googlemap .gmnoprint {
	font-size: 12px;
}

#googlemap_link {
	float: right;
	font-size: 12px;
}

#paginated_results {
	display: none;
}

div.pagination {
	width: 100%;
	margin-top: 10px;
	overflow: auto;
	border-bottom: 2px solid #bfbdac;
}

.pg-normal {
	background: #F3F2E8;
	border: 1px #BEBDAC solid;
	display: block;
	padding: 4px 8px;
	float: left;
	font-size: 12px;
	margin: 2px;
	color: #57564e;
	text-decoration: none;
	cursor: pointer;
}

.pg-normal:hover {
	text-decoration: underline;
}

.pg-selected {
	background: #F3F2E8;
	border: 1px #BEBDAC solid;
	display: block;
	padding: 4px 8px;
	float: left;
	font-size: 12px;
	margin: 2px;
	color: #000;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}

div.pagination a:hover {
	text-decoration: underline;
}

#he_footer {
	margin-top: 20px;
}