.ac_results {
	padding:0px 9px 9px 7px;
	/*border: 1px solid #6f747;*/
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	background:url(../../img/ac_bkg2.png) repeat-x bottom center;

	position:relative;
}

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

}

.ac_results li {
	margin: 0px;
	/*padding: 2px 5px;*/
	cursor: default;
	display: block;
	/*
	if width will be 100% horizontal scrollbar will apear
	when scroll mode will be used
	*/
	/*width: 100%;*/

	font: menu;
	font-size: 12px;
	/*
	it is very important, if line-height not setted or setted
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;

}
.ac_results li strong { font-weight:normal;color:#000;}
.ac_loading {
	background:#fff url(../../img/ajax-loader.gif) 190px center no-repeat !important;
}
/*
.ac_odd {
	background-color: #eee;
}
*/
.ac_over div {
	background-color: #d22042 !important;
	color: #fdfdfd !important;
}
.ac_over div.ultim {
	border-bottom:1px solid #eee !important;
}

.ac_results div.suggerencia { position:absolute; top:3px; right:19px; font-size:11px; color:#888888;}

.ac_results li div { width:197px; color: #2c2024; float:right; position:relative; /* margin-right:5px;*/ margin-left:3px; height:42px; cursor:pointer;}
.ac_results li div.ultim { border-bottom:1px dotted #cdcdcd;}

.ac_results li div.new_search { height:25px;}
.ac_results li div.new_search img { position:static; padding:0px; border:0px; margin-bottom:-2px;}
.ac_results li div.new_search p { text-align:right; margin-right:4px; position:static; line-height:25px;}
.ac_results li div.new_search p strong { position:static; font-size:11px; }
.ac_results li div.new_search p span { font-size:11px; color:#de2134; position:static;}
.ac_over div.new_search p strong { color:#fff !important;}
.ac_over div.new_search p span { color:#fff !important;}

.ac_results li div img { padding:1px; border:1px solid #bbbbbb; position:absolute; left:3px; top:3px;}

.ac_results li div p { font-size:11px; position:absolute; left:46px; top:7px; color:#707070;}

.ac_results li div p span { font-size:10px; color:#a6a6a6;}

.ac_results li em { float:right; font-style:normal; font-size:11px; color:#888888; padding-right:6px; background:url(../../img/ac_em_bkg.png) no-repeat right;}

/* Resultats Cerca */
ul#res_cerca { margin-bottom:20px;}
ul#res_cerca li { overflow:hidden;}
ul#res_cerca img { padding:2px; border:1px solid #d1d1d1;}

