div.searcher_but {
	display: block;
	
	cursor: pointer;
	opacity: 0.6;
	width: 48px;
	height: 48px;
	background: url(../images/gsearch.png) no-repeat;
	background-size: cover;
	float: right;
	margin: 5px 5px 5px 5px;
	
}
div.searcher_but:hover {
	opacity: 1;
}


#searcher {
	width: 700px;
	min-height: 400px;
	background: #f0f0f0;
	box-shadow: 0px 2px 20px #303030;
	position: fixed;
	bottom: 100px;
	right: 100px;
	border-radius: 20px;
	display: none;
	padding: 10px;
	z-index: 1221;
}
#searcher div.cls {
	position: absolute;
	font-size: 22px;
	font-weight: 900;
	margin: -50px 0px 0px -50px;
	background: #ff0000;
	color: #ffffff;
	border-radius: 100px;
	padding: 10px 17px 10px 17px;
	cursor: pointer; 
}
#searcher div.cls:hover {
	background: #cc0000;
}



#searcherline{
	width: 100%;
	box-sizing: border-box;
	font-size: 30px;
	padding: 5px;
	text-align: center;
	border-radius: 10px;
}



#searcher p {
	text-align: center;
	font-size: 14px;
	font-weight: 100;
	padding: 5px;
}

#searcher p button {
	font-size: 24px;	
}


#searcher_notices {
	position: absolute;
	color: #ff0000;
	padding: 10px;
}


#searcher_res {
	overflow-y: auto; 
	max-height: 300px;
}

#searcher_res div.capt {
	padding: 5px;
	background: #ffffff;
	border-top: solid #e0e0e0 1px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
}
	#searcher_res div.capt span {
		color: #a0a0a0;
		font-size: 10px;

	}
	
	#searcher_res div.capt:hover {
		background: #f8f8f8;
	}
	
#searcher_res div.res {
	margin-bottom: 10px;
}
	

	#searcher_res div.res div {
		padding: 3px 5px 3px 5px;
		border-bottom: 1px dotted #ffffff;
		height: 20px;
		line-height: 20px;
		overflow: hidden;
	}
	#searcher_res div.res div:hover {
		height: auto;
		overflow: none;
		background : #e0e0e0;
	}