/************************** Plugin Developed By *****************************/
/*************************** Hanesh Manoharan *******************************/
/******************************* HM Click ***********************************/
.typeSearch{
	position: absolute;
	width: 100%;
	max-height: 200px;
	background: rgba(0,108,105,0.7);
	margin-top: -10px;
	z-index: 20;
	color: white;
	display: none;
	overflow-y: scroll;
}
.typeSearch ul{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.typeSearch ul li{
	padding: 5px 10px 5px 10px;
	cursor: pointer;
}
.typeSearch ul li.cur_hover{
	background: rgba(0,40,40,0.7);
}
.typeSearch ul li.hide{
	display: none;
}
.typeSearch ul li.no_items{
	cursor: default;
}