
.qgContainer {
    padding: 0;
    margin: 0;
}

.qgContainer li {
    list-style-type: none;
}

/* indent for all tree children excepts root */
.qgNode {
    background-position : top left;
    background-repeat : repeat-y;
    margin-left: 18px;
    zoom: 1;
    cursor: pointer;
}

.qgNode:hover > .qgContent > a {
    text-decoration: none;
}

.qgIsRoot {
    margin-left: 0;
}

/* left vertical line (grid) for all nodes */
.qgExpandOpen .qgExpand {
    background-position: left bottom;
}

/* closed is higher priority than open */
.qgExpandClosed .qgExpand {
    background-position: left 3px;
}

/* highest priority */
.qgExpandLeaf .qgExpand {
    background: none;
}

.qgContent {
    min-height: 11px;
    margin-left:11px;
}

.qgContent {
    min-height: 18px;
}

.qgExpand {
    width: 11px;
    height: 14px;
    float: left;
    background: url(../../../images/detaillistitem.png) no-repeat;
    margin-right: 3px;
}


.qgExpandLoading   {
    width: 18px;
    height: 18px;
    float: left;
    background-image: url(img/expand_loading.gif);
}

.qgExpandOpen .qgContainer {
	display: block;
}

.qgExpandClosed .qgContainer {
	display: none;
}

.qgExpandOpen .qgExpand, .qgExpandClosed .qgExpand {
	cursor: pointer;
}
.qgExpandLeaf .qgExpand {
	cursor: auto;
}

.qg-search-panel {
    background: #333;
    color: #fff;
    padding: 15px 12px;
    margin: 0 -20px 15px 0;
}

.qg-search-panel input[type="text"] {
    color: #b7b7b7;
    height: 24px;
    line-height: 24px;
    border: 1px solid #a18d75;
    border-radius: 0;
    padding-left: 26px;
    background: url(../../../images/loupe_reversed.png) 6px 7px no-repeat #fff;
    width: 253px;
}

.qg-search-panel input[type="text"]:focus {
    color: #333;
}

/* indent for all tree children excepts root */
.qgNode {
    background: url(img/i.png) repeat-y top left -4px;
}
.qgNode.qgIsLast {
    background: none;
}


/* left vertical line (grid) for all nodes */
.qgContainer .qgNode.qgExpandLeaf:last-child {
    background: url(img/i_half.jpg) no-repeat -4px;
}

.qgExpandOpen .qgExpand {
    background-image: url(img/expand_minus.gif);
}

/* closed is higher priority than open */
.qgExpandClosed .qgExpand {
    background-image: url(img/expand_plus.gif);
}

/* highest priority */
.qgExpandLeaf .qgExpand {
    background-image: url(img/expand_leaf.png);
}

.qgExpandLoading   {
    width: 18px;
    height: 18px;
    float: left;
    background-image: url(img/expand_loading.gif);
}
