.widget-dropdown-checklist-button { padding: 6px; background: white; cursor: pointer;  color: black; border: 1px solid #B5B5B5; }
.widget-dropdown-checklist-button:hover {  background: #F7F7F7 ;  }
.widget-dropdown-checklist { display: inline; }
.widget-dropdown-checklist-list {  
    display : none;
    position : absolute;
    background : white;
    border : 1px solid #D9D9D9;
    width: 250px;
    z-index : 15;
    top: 19px;
    left: 0;
    color: #444444; 
   
    
}
.widget-dropdown-checklist-close-button { margin-right: 20px; font-weight: bold;}
.widget-dropdown-checklist-list ul { max-height: 300px; overflow: auto;}

.widget-dropdown-checklist-element { padding: 2px; cursor: pointer; padding-left: 22px; background: url("../gfx/checkbox-empty.png")  no-repeat 2px 3px; }
.widget-dropdown-checklist-element * { cursor: pointer;}
.widget-dropdown-checklist-element:hover { background: #D9D9D9 url("../gfx/checkbox-empty.png")  no-repeat 2px 3px;;   }
.widget-dropdown-checklist-element-checked { font-weight: bold; background: url("../gfx/checkbox-checked.png")  no-repeat 2px 3px;}
.widget-dropdown-checklist-element-checked:hover { background: #D9D9D9 url("../gfx/checkbox-checked.png")  no-repeat 2px 3px;   }
/* IE7 */
*:first-child+html .widget-dropdown-checklist-list ul {
    max-height : 170px;
}
.widget-dropdown-checklist-button-icon { font-size: 8px;}