/* Style drzewka */
#cms_center_panel_content .content {
    background-color: #ffffff;
    /*	height: 550px; */
}

li.plain {
    list-style-type: none;
}

.struktura {
}

.struktura .plus {
    float: left;
    width: 20px;
    height: 20px;
    background-image: url("../images/tree_menu/plus.gif");
}

.struktura .plusbottom {
    float: left;
    width: 20px;
    height: 20px;
    background-image: url("../images/tree_menu/plusbottom.gif");
}

.struktura .minus {
    float: left;
    width: 20px;
    height: 20px;
    background-image: url("../images/tree_menu/minus.gif");
}

.struktura .minusbottom {
    float:  left;
	width: 	20px;
	height: 20px;
	background-image: 	url("../images/tree_menu/minusbottom.gif");
}

.struktura .branch {
    float: left;
    width: 20px;
    height: 20px;
    background-image: url("../images/tree_menu/branch.gif");
}

.struktura .branchbottom {
    float: left;
    width: 20px;
    height: 20px;
    background-image: url("../images/tree_menu/branchbottom.gif");
}

.struktura .line{
    width: 20px;
    min-height: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: url("../images/tree_menu/line.gif");
    background-position: 1px 0px;
}

.struktura .blank {
    width: 20px;
    min-height: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.struktura .name {
    min-height: 20px;
    padding-bottom: 0px;
}

.struktura .action {
    float: right;
    height: 20px;
}

.struktura .row {
    clear: both;
    width: auto !important;
}

.struktura table.row {
    border-collapse: collapse;
}

.dropzone {
    height: 4px;
    width: 300px;
    position: absolute;
}

.dropactive {
    height: 20px;
    position: static;
    border: 1px;
    border-color: red;
}

.clear {
    clear: both;
}

.button {
    background-color: #E1E1E1;
    padding: 3px;
}