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

.struktura {
}

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

.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 .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 {
	float: 	left;
	width: 	20px;
	min-height: 20px;
	background-image: 	url("../images/tree_menu/line.gif");
	background-repeat: 	repeat;
}

.struktura .name {
	min-height: 20px;
	/*float: 	left;
	font-weight: bold;*/
	background-image: 	url("../images/tree_menu/blank.gif");
	background-repeat: 	repeat;
}

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

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

.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;
}