@charset "utf-8";
/* CSS Document */
#search-wrap input{width:190px; height:1px font-size:16px; color:#00000; padding:2px; border:#CCC00;}
#results{width:195px; border-left:solid 1px #DFEFF7;border-right:solid 1px #DFEFF7;border-bottom:solid 1px #DFEFF7; position:absolute; display:none; overflow-y:auto; height:110px; background:#DFEFF7; text-align:left;}
#results ul, #results li{padding:0; margin:0; border:0; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#000000;font-weight:bold; vertical-align:top; list-style:none;}
#results li a{display:block; padding:4px;  text-decoration:none; color:#000000; font-weight:bold;}
#results li a small{display:block; text-decoration:none; color:#999999; font-weight:normal;}
#results li a:hover{background:#FFFFCC;}
#results ul {padding:6px;}

