body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	}

html, body, div, form, img {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
h1 {
	font-size: 1.4em;
	padding: 0;
	margin: 0 0 0.5em 0;
	color: #B98C66;
	}

h2 {
  font-size: 1.2em;
	padding: 0;
	margin: 1.1em 0 0.3em 0;
	color: #B98C66;
	}

p {
	padding: 0;
	margin: 0 0 0.5em 0;
	}

map, img {
	border: none;
	}

#tx_mcsjtombs {
	width: 880px;
	padding: 15px 0px;
	margin: auto;
  }
  
#tx_mcsjtombs_content {
	float: right;
	width: 430px;
	height: 530px;
	position: relative;
  }

#tx_mcsjtombs_content div img {
	border: 3px solid #B98C66;
	}

#tx_mcsjtombs_content form {
	margin-bottom: 15px;
  }
  
#tx_mcsjtombs_contentmap {
	width: 430px;
	height: 530px;
	position: relative;
	overflow: hidden;
	cursor: move;
	}

#tx_mcsjtombs_marker {
	position: absolute;
	top: 50px;
	left: 0px;
	display: none;
	}

#tx_mcsjtombs_loading {
	position: absolute;
	top: 240px;
	left: 111px;
	border: none !important;
	}

#tx_mcsjtombs_search {
	width: 290px;
	border: 1px solid #7F9DB9;
	padding: 2px 5px;
}

/* jQZoom */
div.jqZoomTitle {
	z-index: 5000;
	text-align: center;
	font-size: 11px;
	font-family: Tahoma;
	height: 16px;
	padding-top: 2px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	color: #FFF;
	background: #999;
}

.jqZoomPup {
	overflow: hidden;
	background-color: #FFF;
	-moz-opacity:0.6;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	z-index: 10;
	border-color: #c4c4c4;
	border-style: solid;
	cursor: crosshair;
	display: none;
}

.jqZoomPup img {
	border: 0px;
}

.preload {
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	color: #333;
	font-size: 12px;
	font-family: Tahoma;
	text-decoration: none;
	border: 1px solid #CCC;
	background-color: white;
	padding: 8px;
	text-align:center;
	width: 90px;
	* width: 100px;
	height: 43px;
	*height: 55px;
	z-index: 10;
	position: absolute;
	top: 3px;
	left: 3px;
}

.jqZoomWindow {
	border: 1px solid #999;
	background-color: #FFF;
}

/* Autocomplete */
.ac_results {
	padding: 0px;
	border: 1px solid #7F9DB9;
	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 relative 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;
}
