.SearchInto{
	width:100px;

	float:left;
}

.searchInto img{
	max-height:40px;
	padding:2px;
}

.SearchIntoForm{
	margin-left:100px;
}

.ajaxSearch *{
  /* box-shadow: 0 -1px 1px white !important; 
  color:gray; */
}

.ajaxSearch input[type=search]{
	background:white;
	width:100% !important;
	color: gray !important;
	margin:2px !important;


}

.search-home{
	position:absolute;
	right:0;
	top:25%;
	background:url('home.png') no-repeat center;
	background-color:white;
	width:30px;
	display:block;
	height:23px;
	margin-right:10px;
	z-index:50;
}
.search-settings{
	position:absolute;
	right:0;
	top:8px;
	background:url('settings.png') no-repeat center;
	background-color:white;
	width:30px;
	display:block;
	height:22px;
	margin-right:10px;
	z-index:50;
}

.search-explore{
	position:absolute;
	right:0;
	top:8px;
	background:url('explore.png') no-repeat center;
	background-color:white;
	width:30px;
	display:block;
	height:22px;
	margin-right:10px;
	z-index:50;
}

.search-location{
	position:absolute;
	right:0;
	top:8px;
	background:url('icons/location.png') no-repeat center;
	background-color:white;
	width:30px;
	display:block;
	height:22px;
	margin-right:10px;
	z-index:50;
}


.search-select{
	position:absolute;
	left:0;
	font-size:18px;
	padding:8px;
	border:0 !important;
   -webkit-appearance: none;
   line-height: 1;
   border: 0;
   border-radius: 0;  

	width:100px;
	display:block;
	cursor:pointer;
	height:40px;
	margin-right:4px;
	overflow: hidden;
	 background: transparent;
}
.search-select option{
	padding:8px;

}
.search-notification{
	position:absolute;
	right:0;
	top:25%;
	background:url('notification.png') no-repeat center;
	background-color:white;
	width:30px;
	display:block;
	height:22px;
	margin-right:4px;
	color:white;
	font-size:11.5px;
	font-weight:bold;

}
/*  General*/
.sticky{
	background:url('notification-red.png') no-repeat center;
}

#searchResult{
	position:absolute;
	z-index:999;
	background:white;
	width:100%;
	border:1px solid #BFBFBF;
	display:none;
	border-top:0;
	height:150px !important;
	overflow:auto;
	
}

#searchContent{

	height:auto !important;
}

#searchContent .entry{
	display:block;
	text-align:left;
	padding:4px;
	padding-left:0;
	cursor:pointer;
	overflow:hidden !important;
    width: auto;
    height: 50px;
}

#searchContent .image{
	float:left;
	padding-right:4px;
	width:62px;
	text-align:center;
	padding-left:4px;

}


#searchContent .image img{
	width:50px;
} 
#searchResult .text{
	height:auto;
	vertical-align:top;
	font-size:15px;

}
#searchResult .content{
	font-size:10px;
	font-style:italic;
	vertical-align:top;
	padding-left:60px;
}

#searchResult a{
	text-decoration:none;
}

#searchResult a:hover{
	color:white;
}

#searchResult .entry:hover{
	background:#B7BDC2;
	color:white;
}

#searchResult .entry:hover *{

	color:white;
}
#searchResult a.selected{
	background:#BFBFBF;
	color:white;
}
#searchFooter a{
	margin-left:5px;
}
