/*
	CSS for treeview class
 */

#treeView {
	width: 620px;
	min-height:100px;
	background-color: #F7FCFF;
	border: 2px outset #ADCBDF;
	font-family: trebuchet, arial;
	font-size: 12px;
	zoom: 1;
	overflow:scroll;
}

.tree_text_sel {
	background-color: #EFEFC2;
}

.tree_text:hover {
	color:#366181;
}

/* === Do not change css below === */


ul#n_0 {
	padding-left: 0px !important;
	background-image: url(https://maiorcaescursioni.it/wp-content/plugins/excursiones_ch_plugin//js/treeview/images/blank.gif) !important;
}

li + #n_0 {
	padding-left: 22px !important;
}

#treeView ul {
	padding-left: 22px;
	margin: 0;
	list-style-type: none;
	background-color: transparent;
	background-image: url(https://maiorcaescursioni.it/wp-content/plugins/excursiones_ch_plugin//js/treeview/images/vLine.gif);
	background-repeat:repeat-y;
}

.lastNode {
	background-image: url(https://maiorcaescursioni.it/wp-content/plugins/excursiones_ch_plugin//js/treeview/images/blank.gif) !important;
}

#treeView li {
	padding-left: 0px;
	height: 22px;
	overflow: hidden;
	white-space: nowrap;
}


.tree_node {
	float:left;
	height: 22px;
	width: 16px;
	cursor: pointer;
}

.tree_node_mLastNode {
	background-image:url(https://maiorcaescursioni.it/wp-content/plugins/excursiones_ch_plugin//js/treeview/images/mLastNode.gif);
}

.tree_node_pLastNode {
	background-image:url(https://maiorcaescursioni.it/wp-content/plugins/excursiones_ch_plugin//js/treeview/images/pLastNode.gif);
}

.tree_node_lLastNode {
	background-image:url(https://maiorcaescursioni.it/wp-content/plugins/excursiones_ch_plugin//js/treeview/images/lLastNode.gif);
}

.tree_node_mNode {
	background-image:url(https://maiorcaescursioni.it/wp-content/plugins/excursiones_ch_plugin//js/treeview/images/mNode.gif);
}

.tree_node_pNode {
	background-image:url(https://maiorcaescursioni.it/wp-content/plugins/excursiones_ch_plugin//js/treeview/images/pNode.gif);
}

.tree_node_lNode {
	background-image:url(https://maiorcaescursioni.it/wp-content/plugins/excursiones_ch_plugin//js/treeview/images/lNode.gif);
}

.tree_symbol {
	float:left;
	margin-top: -2px;
	height: 18px;
	width: 18px;
	display: inline;
	cursor: pointer;
}

.tree_node_closed {
	background-image:url(https://maiorcaescursioni.it/wp-content/plugins/excursiones_ch_plugin//js/treeview/images/nodeClosed.gif);
}

.tree_node_open {
	background-image:url(https://maiorcaescursioni.it/wp-content/plugins/excursiones_ch_plugin//js/treeview/images/nodeOpen.gif);
}

.tree_node_leaf {
	background-image:url(https://maiorcaescursioni.it/wp-content/plugins/excursiones_ch_plugin//js/treeview/images/leaveLink.gif);
}

.tree_node_animation {
	background-image:url(https://maiorcaescursioni.it/wp-content/plugins/excursiones_ch_plugin//js/treeview/images/activity.gif);
}

.tree_text {
	margin-top: 2px;
	margin-left: 4px;
	float: none;
	height: 18px;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
}

*+ html .tree_text {
	float: left;
}

*+ html .tree_text_sel {
	float: left;
}
