@charset "UTF-8";
div.auto_complete {
	background-color: #9cbdea;
	width: 250px !important; /* 176px; */
	border: 1px solid #CCCCCC;
	z-index: 100;
}
ul.modules {
    list-style-type: none;
    margin:0px;
    padding:0px;
}
ul.modules li.selected {
	background-color: #999999;
}
li.module {
    list-style-type: none;
    display:block;
    margin:0;
    padding:2px;
    height:12px;
    overflow:hidden;
}
li.module div.version {
    float:left;
    width:42px;
    height:32px;
    margin-right:8px;
}
li.module div.name {
    font-weight:bold;
    font-size:12px;
    line-height:1.2em;
}
li.module div.cpanid {
    font-size:10px;
    color:#888;
}
#list {
    margin:0;
    margin-top:10px;
    padding:0;
    list-style-type: none;
    width:254px/* 180px; */
}
#list li {
    margin:0;
    margin-bottom:4px;
    padding:5px;
    border:1px solid #888;
    cursor:move;
}
