#tags {
width:300px;
font-size: 14px;
font-weight: bold;
padding: 5px 2px;
margin: 0px;
height: 20px;
/*background:#ccc;
border:1px solid #fff;*/
}
#tagbox {
width:305px;
padding: 0px;
margin: 0px;
z-index:10;
}

#tagbox ol  {
position:absolute;
background: #fff;
list-style-type: none;
list-style-position: outside;
margin:0px;
padding:0px;
border: 1px solid #999;
z-index:10;
}

#tagbox ol li {
	z-index:10;
width:300px;
/*border-left:1px solid #333;
border-right:1px solid #333;*/
}

#tagbox ol li em {
color: #000;
font-weight: bold;
font-style: normal;
}

#tagbox ol li:hover em {
color: #fff;
font-weight: bold;
font-style: normal;
}

#tagbox ol li a {
text-decoration:none;
display:block;
padding:5px;
/*border-bottom:1px solid #333;*/
font-size: 11px;
color: #333;
}

#tagbox ol li a:hover, .hl {
background: #3875d7;
	color: #fff;
}

#tagbox input {
/*width:100%;*/
/*height: 1.5em;
padding: 2px 0px 0px 0px;*/
}


#tagbox-lkup {
/*padding-left: 7px;
padding-right: 7px;*/
}

#tagbox ol li a.td-odd {
}

#tagbox ol li a.td-even {
}
