/* plugins/EcobizCciPACACustomTypesPlugin/css/jquery.autocomplete.css */
DIV.ac_results {
z-index: 10000;
}
DIV.ac_results UL{
color: #000000;
background-color: #FEFEFE;
border: 1px solid #888888;
list-style-type : none;
margin: 0px 0px 0px 1px;
padding:0px;
position: absolute;
overflow-x: hidden;
overflow-y: auto;
box-shadow:         2px 3px 5px #AAA;
-moz-box-shadow:    2px 3px 5px #AAA;
-webkit-box-shadow: 2px 3px 5px #AAA;
width: 320px; 
}
DIV.ac_results LI{
font: normal 8pt Arial, Helvetica, sans-serif;
list-style-type:none;
margin:  0px;
padding: 2px 4px;
line-height: 130%;
cursor:pointer;
white-space: nowrap;
clear: both;
position: relative;
border-bottom: 1px solid #EEEEEE;
}
DIV.ac_results LI:hover,
DIV.ac_results LI.selected { 
background-color: #FFFFBB;
}
DIV.ac_results SPAN.info{
color: #888888;
white-space: nowrap;
}
