.ac_results {
	background: #F9F9F9;
	width: 142px !important; /* This value is set in the javascript code, to match the width of the search box */
	cursor: pointer;
	position: absolute;
	left: 0;
	font-size: 90%;
	z-index: 9900;
}
.ac_results:nth-child(1) {
	width: 292px !important;
}
.ac_results ul {
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	border: 1px solid #AAAAA9;
	-webkit-box-shadow: 1px 1px 6px rgba(50, 50, 50, 0.4);
	-moz-box-shadow:    1px 1px 6px rgba(50, 50, 50, 0.4);
	box-shadow:         1px 1px 6px rgba(50, 50, 50, 0.4);
}

.ac_results ul li.even { 
    background: #F8F8F5; 
    text-align:left;
}

.ac_results ul li.odd {
	background: #FFFFFF;
    text-align:left;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
}
#ie8 .ac_results iframe {
	display: none !important;
}
.ac_results iframe {
	display: none !important;
}
.ac_results li {
	padding: 2px 5px;
}
.ac_results a {
	width: 100%;
}
.ac_loading { background:#FFFFFF url(img/indicator.gif) no-repeat right center; }
.over { background-color: #D6D6D6 !important; }



/* dev changes*/
.col-main .tx-indexedsearch .tx-indexedsearch-res {
	margin-bottom: 20px;
	clear: left;
}
.col-main .tx-indexedsearch .tx-indexedsearch-res.keywords {margin-bottom: 0px !important;}

.col-main .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-res {
	margin: 0;
	padding: 12px 0 12px 0;
	display: block;
	border-bottom: 1px solid #ccd1d4;
	padding: 8px 0;
	clear: left;
}
.tx-indexedsearch .tx-indexedsearch-res.keywords .tx-indexedsearch-res.res.keywords.res-tmpl-css .keywordimage {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	float: left;
}

.clearleft { clear: left; }

.col-main .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-res p.tx-indexedsearch-descr {
	margin: 0.5em 0 0;
	padding: 0 60px 0 0;
	clear: none !important;
}