.ac_results {
	background-color: #DDD;
	border: 1px solid #333;
	overflow: hidden;
	padding: 0;
	z-index: 99999;
}

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

.ac_results li {
	margin: 0px;
	padding: .5em;
	cursor: default;
	display: block;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
}

.ac_results li hr {
	margin: 0;
}

.ac_loading {
	/*background: white url('/assets/images/ajax-loader.gif') right center no-repeat;*/
}

.ac_odd {
/*	background-color: #292929;*/
	background-color: #EEE;
}

.ac_over {
	background-color: #222;
	color: #EEE;
}

span.track {
	padding: 2px;
}

div.xmlData {
	overflow: hidden;
	padding: 0;
	margin: 0;
}

/*img.xmlAlbumImage {
	width: 40px;
	height: 40px;
	float: left;
	padding: 0;
	margin: 0 5px 5px 0;
}*/

div.XmlAlbumContent {
	width: 260px;
	float: left;
	padding: 0;
	margin: 0;
	padding-left: 2px;
}

div.XmlAlbumContent h1 span {
	font-size: 9px;
	font-weight: normal;
}

div.XmlAlbumContent h1 {
	font-size: 11px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

div.XmlAlbumContent p {
	font-size: 10px;
	padding: 0;
	margin: 0;
}

.ac_results div.mediaSepeator h1 {
	font-size: 1.05em;
	text-transform: uppercase;
	color: #149AC9;
}

.ac_results div.data {
	overflow: hidden;
/*	background: #333;*/
/*	border: 1px solid #333;*/
}

.ac_results div.data img {
	float: left;
/*	margin-right: 2px;*/
	margin: 0 .5em 0 0;
	border: 1px solid #AAA;
	height: 40px;
	width: 40px;
}
.ac_results div.data p {
	/*float: left;
	width: 260px;*/
	display: none;
}

.ac_results div.data h3 {
	font-size: .9em;
	margin-bottom: 0;
	/*font-size: 14px;*/
	text-transform: uppercase;
	color: #222;
	font-family: "Arial";
}

.ac_results div.data h3 strong,
.ac_results div.data h4 strong,
.ac_results div.data h5 strong {
	color: #149AC9;
}

.ac_results div.data h4 {
	font-size: .8em;
	margin-bottom: 0;
	font-family: "Tahoma";
/*	text-transform: uppercase;*/
	color: #666;
}

.ac_results div.data h5 {
	font-size: .8em;
	margin-bottom: 0;
	font-family: "Tahoma";
	font-weight: normal;
	color: #666;
}

.ac_over div.data h3,
.ac_over div.data h4,
.ac_over div.data h5 {
	color: #DDD;
}

.ac_over div.data {
/*	border: 1px solid #dcdcdc;*/
	/*background: #000;*/
}
