#map_category {
	position: relative;
	height: 500px;
	width: 707px;
	margin-bottom: 24px;
}
#mapborder {
	border-color: #a25f0a;
	border-width: 4px;
	border-style: solid;
	width: 525px;
	height: 500px;
	padding: 4px;
	overflow: hidden;
}

#mapit {
	position: absolute;
	width: 525px;
	height: 500px;
}

.category {
	position: absolute;
	left: 558px;
	top: 0px;
	width: 142px;
	font-size: 11px;
	color: #00635e;
	
}

	.category_div {
		margin-bottom: 25px;
	}
	
		.category_heading {
			font-size: 14px;
			
			color: #007873;

			margin-left: 3px;			
			margin-bottom: 5px;

		
		}
		
		.category_table {
			border-collapse: collapse;
			
			width: 124px;
			
			
		
		}
		
			.category_table_td1 {
				width: 24px;
				
				vertical-align: top;
				
			}
			
			.category_table_td2 {
				width: 100px;
				
				vertical-align: top;
				
				
			}
			
				.category_label_div {
					padding-top: 2px;
				}

			.category_table_spacer {
				height: 2px;
				
				font-size: 0px;
				line-height: 0px;
			}


div.LabeledMarker_markerLabel {
	color: #000000;
	font-size: 9px;
	font-weight: bold;
}

#bizSearch {
	clear: both;
	position: relative;
	margin-bottom: 10px;
}
	
.biz_field #keyword {
	width: 485px;
	color:#6b6c6e;
}

.biz_field #keyword_button {
	position: relative;
	top: 5px;
	left: -2px;
}

.result_set {
/*	clear: both;*/
	margin-top: 25px;
	width: 525px;
}

.result_set td {
	padding: 5px;
	vertical-align: middle;
}

.result_group {
	width: 525px;

	margin-bottom: 30px;
}

	.result_head {
		border-bottom: 2px solid #a25f0a;
		font-size: 20px;
		line-height: 24px;
		color: #a25f0a;
		text-transform: uppercase;
		width: 525px;
		margin-bottom: 13px;
	}
	
	.result_item {
		margin-bottom: 15px;
		width: 525px;
	}
	
	.result_item_pin {
		width: 17px;
		height: 11px;
		background-color: fuchsia;
/* 		background-image: url(images/map_pin_mask.gif); */
	}
	
		.result_item_name {
			font-size: 13px;
			font-weight: bold;
			line-height: 16px;
			color: #a25f0a;
		}
		
		.result_photo {
			position: relative;
		}
		
		.result_item_address {
		
		}
		
		.result_item_phoneweb {
		
		}
		
		.result_item_hours {
		
		}
		
		.result_item_description {
			padding-top: 5px;
		}
		
		.result_item_note {
			padding-top: 5px;
		}


.business_photo {
	background-image: url(images/icons/picture.png);

	font-size: 11px;
	font-weight: normal;

	padding-left: 18px;
	padding-bottom: 3px;

	background-repeat: no-repeat;
	
	cursor: pointer;
}

	.business_photo_overlay {
		height: 342px;
		width: 393px;
		
		position: absolute;	
		top: 0px;
		left: -50px;
		
		z-index: 1000;
		
		display: none;
	}
	
		.business_photo_overlay_top {
			height: 15px;
			width: 393px;
			
			position: absolute;
			top: 0px;
			left: 0px;
			
			background-image: url(images/mapphoto_top.png);
			background-repeat: no-repeat;
		}
		
		.business_photo_overlay_main {
			height: 312px;
			width: 393px;
			
			position: absolute;
			top: 15px;
			left: 0px;
			
			background-image: url(images/mapphoto_main.png);
			background-repeat: repeat-y;
		}
			.business_photo_overlay_main_img {
				height: 308px;
				width: 359px;
				
				position: absolute;
				top: 2px;
				left: 17px;
			}
		
		.business_photo_overlay_bottom {
			height: 15px;
			width: 393px;
			
			position: absolute;
			top: 327px;
			left: 0px;
			
			background-image: url(images/mapphoto_bottom.png);
			background-repeat: no-repeat;
		}
		


/*		.business_photo img {
			display: none;
		}
*/

.business_photo_show .business_photo_overlay {
	display: block;
	z-index: 2000;
}

.map_finder {
	cursor: pointer;
	position: absolute;
	display: inline;
	overflow: hidden;
	float: left;
	width: 17px;
	height: 11px;
	margin-left: -21px;
	margin-top: 3px;
	background-image: url(images/map_pin_mask.gif);
	background-repeat: no-repeat;
	
/* 	border: 1px solid red; */
}

.search_finder {
	cursor: pointer;
	position: absolute;
	display: inline;
	float: left;
	width: 17px;
	height: 11px;
	margin-left: -21px;
	margin-top: 3px;
	background-image: url(images/map_pin_mask.gif);
	background-repeat: no-repeat;
}

/* Search Photo */
.search_photo {
	background-image: url(images/icons/picture.png);

	font-size: 11px;
	font-weight: normal;

	padding-left: 18px;
	padding-bottom: 3px;

	background-repeat: no-repeat;
	
	cursor: pointer;
}

	.search_photo_overlay {
		height: 342px;
		width: 393px;
		
		position: absolute;	
		top: 0px;
		left: -50px;
		
		z-index: 1000;
		
		display: none;
	}
	
		.search_photo_overlay_top {
			height: 15px;
			width: 393px;
			
			position: absolute;
			top: 0px;
			left: 0px;
			
			background-image: url(images/mapphoto_top.png);
			background-repeat: no-repeat;
		}
		
		.search_photo_overlay_main {
			height: 312px;
			width: 393px;
			
			position: absolute;
			top: 15px;
			left: 0px;
			
			background-image: url(images/mapphoto_main.png);
			background-repeat: repeat-y;
		}
			.search_photo_overlay_main_img {
				height: 308px;
				width: 359px;
				
				position: absolute;
				top: 2px;
				left: 17px;
			}
		
		.search_photo_overlay_bottom {
			height: 15px;
			width: 393px;
			
			position: absolute;
			top: 327px;
			left: 0px;
			
			background-image: url(images/mapphoto_bottom.png);
			background-repeat: no-repeat;
		}

.search_photo_show .business_photo_overlay {
	display: block;
	z-index: 2000;
}


/* Below is for the autocomplete on the search */

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relaive units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

#searchResults {

}

#style3_content_map_maps {
	display: block;
}

#style3_content_map_events {
	display: none;
}

#style3_content_map_qline {
	display: none;
}

#style3_content_map_downloads {
	display: none;
}