ul.auto-complete-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute !important;
	z-index: 10000000000000000000000;
	max-height: auto;
	overflow: auto;
	font: 13px arial;
	color:#909090;
	width: 100%;
	margin-left: 0px;
	/*top: 60px !important;*/ 
	border-radius: 20px;
	background-color:#fff;
}
.auto-complete-list
{
    height:303px !important;
}

ul.auto-complete-list li {
	list-style-type: none;
	margin: 0;
	padding: 15px 8px;
	/*height:60px;*/
	background-color: white;
	border-bottom: 1px solid #F2F2F2;
	border-right: 1px solid #F2F2F2;
	border-left: 1px solid #F2F2F2;
	color:#909090;
	cursor: pointer;
}

ul.auto-complete-list li.auto-complete-list-rollover {
	background-color: #E8E8E8;
	color:#f20000;
}

ul.auto-complete-list .auto-complete-striped {
	background-color: #E8E8E8;
}

ul.auto-complete-list li p{margin-bottom: 0;}


/* ===========================
   ====== Media Queries ====== 
   =========================== */
/*------smallphones----------------*/  
@media only screen and (min-width : 240px) and (max-width : 480px)
{
	ul.auto-complete-list {left: 10px !important; width: 94% !important;}
}
/*------iphone----------------*/  
@media only screen and (min-width : 320px) and (max-width : 480px)
{
	
}
/*------smalltablet----------------*/  
@media only screen and (min-width : 480px) and (max-width : 768px)
{
	ul.auto-complete-list {left: 10px !important; width: 94% !important;}
}
/*--------iPad - Portrait--------------*/
@media only screen and (min-width : 768px) and (max-width : 960px)
{

}
@media only screen and (min-width : 960px) and (max-width : 1024px)
{
	
}
@media only screen and (min-width : 960px) and (max-width : 1200px)
{
	
}
@media only screen and (min-width : 1200px) and (max-width : 1366px)
{
	
}
