body
{
	font-family:Lucida Sans Unicode,Lucida Grande,sans-serif;
}

.googleMap,
.searchZone
{
	position:absolute;
	left:0px;
	top:0px;
}

.searchZone
{
	padding:5px 0px;
}

.searchList
{
	position:absolute;
	left:0px;
	top:0px;
	overflow:auto;
}

.search_count,
.search_count_label,
.search_label,
.search_pattern,
.search_pattern_empty,
.search_select
{
	font-family:Lucida Sans Unicode,Lucida Grande,sans-serif;
	float:left;
	margin-top:13px;
}

.search_label
{
	font-size:18px;
	font-weight:bold;
	color:#888888;
	margin-right:10px;
	padding:3px;
}

.search_pattern,
.search_pattern_empty,
.search_select
{
	border:1px solid #888888;
	width:200px;
	padding:3px;
	margin-left:5px;
	font-size:16px;
	font-weight:bold;
	color:#888888;
	text-align:center;
}

.search_pattern_empty
{
	font-style:italic;
}

.search_select
{
	width:180px;
	padding:2px;
}

@media only screen and (max-width: 550px)
{
	#cantonField
	{
		display:none;
	}
}

.search_count
{

	margin-left:8px;
}

.search_count,
.search_count_label
{
	float:left;
	color:#888888;
	padding:3px;
	padding-top:8px;
	font-size:12px;
}

.search_count_label
{
	font-style:italic;
}

.searchList .item
{
	float:left;
	padding:5px 5px 0px 5px;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
	color:#888888;
	/*width:200px;*/
	width:225px;
	height:20px;
	overflow:hidden;
}

.searchList .item:hover
{
	color:#000000;
}

.gm-style .gm-style-iw-d
{
	overflow-x: hidden;
	overflow-y: auto;
}