/*-------------------------------------------------------------  

Theme Name: onepress	

Case No: 3856

Description: Auto suggested drop down css												

Author: arpita singh										
																		
---------------------------------------------------------------*/



.suggestion_list
	{
		background: white;
		border: 1px solid;
		padding: 4px;
		width:130px;
	}
		
	.suggestion_list ul
	{
		padding: 0;
		margin: 0;
		list-style-type: none;
	}
	
	.suggestion_list a
	{
		text-decoration: none !important;
		color: navy !important;
		border-bottom: 1px #FFFFFF  !important;
	}
	
	.suggestion_list .selected
	{
		background: navy !important;
		color: white !important;
	}
	
	.suggestion_list .selected a
	{
		background:navy !important;
		color: white !important;
		text-decoration:none !important;
		border-bottom: 1px solid navy !important;
	}

	.suggestion_list .selected a:hover
	{
		background:navy !important;
		color: white !important;
		text-decoration:none !important;
		border-bottom: 1px solid navy !important;
	}

	#autosuggest
	{
		border:1px solid #7F9DB9;
		display: none;
	}

