
.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;
	*height: 200px;
	*width:1px;
}
/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */

img.ui-icon {
	position: relative;
	display: inline;
	height: 16px;
	width: 16px;
	vertical-align:middle;
}

.ui-menu-item-odd {	
	background-color:#F5F5F5;
	*border:1px solid #DBDBDB;
}
.ui-menu-item-even { 
	background-color:#FFFFFF;
	*border:1px solid #DBDBDB;
}

.ui-highlight-text { 
	background-color: yellow;
}

img.delete_img {
	/* display: block; */
	background: url(../../../../../layout/default/imagens/icons/delete.png) top left no-repeat;
	text-align: center;
	height:16px;
	width:16px;
	vertical-align:middle;
	/* text-indent:-9999px; */
	text-decoration:none;
	cursor:pointer;
}