.ui-dropdownchecklist { height: 20px; border: 1px solid #7F9DB9; border-right: 0; background: #fff url(dropdown_hover.png) no-repeat center right; } .ui-dropdownchecklist-hover, .ui-dropdownchecklist-active { background-image: url(dropdown.png); border-color: #5794bf; } .ui-dropdownchecklist-text { font-family: Arial; font-size: 12px; color: #333333; text-decoration: none; height: 20px; line-height: 20px; margin-right: 17px; /* background dropdown.png image */ } .ui-dropdownchecklist-dropcontainer { background-color: #fff; border: 1px solid #999; } .ui-dropdownchecklist-item { display:inline-block; overflow:auto; } .ui-dropdownchecklist-item-hover { background-color: #39f; } .ui-dropdownchecklist-item-disabled label { color: #ccc; } .ui-dropdownchecklist-item-hover .ui-dropdownchecklist-text { color: #fff; } .ui-dropdownchecklist-group { font-weight: bold; font-style: italic; } .ui-dropdownchecklist-indent { padding-left: 20px; }