/* SEARCH FORM */
#suggestions{
    background-color: #fff;
	border: 1px solid #DDDFE1;
	display: none;
	max-height: 500px;
	overflow-y: scroll;
	position: absolute;
	width: 100%;
	margin: -3px 13px 0 0px;
	left: 0;
	z-index: 220;
	font-size: 13px;
	border-top: none;
	border-bottom-right-radius: 0.5rem;
	border-bottom-left-radius: 0.5rem;
}
	#suggestions .bgsugges1, #suggestions .bgsugges2{
		display: inline-block;
		padding: 5px 10px ;
		margin:5px 0;	
		text-align:left;
		width: 100%;
	}
	
	#suggestions a img{
		border: 1px solid #ccc;
		margin-right: 5px;
		vertical-align: middle;
		width:35px;
	}
		#suggestions a, #suggestions1 a, #suggestionstragop a{
			color:#000;
		}
	#suggestions a .titles{
		float:right;
		margin-top:7px;
		
	}
		#suggestions a:hover{
			color:#222;	
		}
.bgsugges1{
	background:#f5f5f5;
}
.bgsugges1:hover, .bgsugges2:hover{
	background:#faf6ef;
}
@media (max-width: 480px) {
  	#suggestions{
		width: 92%;
	}
}
/* SEARCH FORM */
