.ac_results {
	padding: 0px;
	border: 1px solid #eee;
	background-color: #fff;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 0.769em 0.385em;
	cursor: pointer;
	display: block;
	width: auto;
	font: menu;
	font-size: 12px;
	overflow: hidden;
	border-bottom: 1px solid #eee !important;
}

/* changes for matches */
.ac_results li span{
	float: right;
	padding-right: 0.769em;
}

.ac_over {
	background-color: #003366;
	color: #fff;
}

 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/* Style adjustments for iPad over go here */
	.ac_results {
		margin-top: 0 !important
	}
	
	.ac_results li {
		font-size: 16px;
	}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* Style adjustments for iPhone over go here */
	.ac_results {
		margin-top: 0;
	}
	
	.ac_results li {
		font-size: 16px;
	}
}
