.searchField{
border: 1px solid #999;
}
.multiSelect {
width: 9.9em;
/* font-family: Arial, Helvetica, sans-serif; */
position: relative;
height: 22px;
padding: 0;
margin: -.05em 0 0 0;
border: 0;
}
.multiSelect .title {
background-color: #FFFFFF;
border: 1px solid #999;
padding: 0;
margin: 0;
cursor: default;
min-width: 9.8em;
}
#search .multiSelect{
width:86%;
}
#search .multiSelect .title{
width:100%;
}
.multiSelect div.title {
position: absolute;
z-index: 24;
}
.multiSelect div.title-open {
border-bottom: 1px solid #fff;
}
.multiSelect .title {
font-size: .9em;
height: 1.3em;
line-height: 1.1em;
overflow: hidden;
padding: .3em 1.1em .1em .5em;
background: white url(../../images/select.gif) no-repeat right -2px; /* images/multiselect.gif */
}
.multiSelect .title:hover {
background: white url(../../images/select_on.gif) no-repeat right -2px; /* url(images/multiselect-hover.gif) */
}
.multiSelectContent {
position: absolute;
z-index: 26;
min-height: 1em;
background: #e9f3f8;
padding: .1em;
display: block;
font-size: 85%;
margin-top: -1px;
border: 1px solid #999;
}
#search .multiSelectContent {
width:215px;
background: #FFFFFF;
}
.collapsed {
display: none;
}
.multiSelectContent ul {
overflow: auto;
min-height: 1em;
min-width: 20em;
margin: 0;
padding: 0;
}
.multiSelectContent li {
cursor: pointer;
cursor: hand;
margin: 0 0 .2em 0;
list-style:none;
}
.multiSelectContent li:hover {
background: #ddd;
}
.arc90_multiselect {
width: 12.5em;
height: 1.35em;
visibility: hidden;
}
.a9selectall {
border-bottom: 1px solid #ccc;
}
