/* sitemap styles */
.treeview, .treeview ul { 
	padding: 0;
	margin: 0 10px;
	list-style: none;
}
.treeview ul {
	margin-top: 4px;
}

.treeview ul li ul { margin:0px; margin-top: 4px;} 

.treeview .hitarea {
	background: url(images/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -12px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }

.treeview li { background: url(images/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(images/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(images/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(images/file.gif) 0 0 no-repeat; }




.treeview li {padding:9px 0 9px 85px;}
.treeview li ul li {padding:2px 0px;}
.treeview li ul li ul li{padding:0px 0 5px 10px;}
.treeview .sitemap-row-alt {
background:none;
}
.treeview .sitemap-row {
background:#f2f2f2;
}
.treeview a:link, .treeview a:visited {text-decoration:none;}
.treeview a:hover {text-decoration:underline;}


.treeview li .collapsable-hitarea {background:url(../images/tree_icons.gif) -11px -61px no-repeat;width:11px;height:15px;}
.treeview li .expandable-hitarea  {background:url(../images/tree_icons.gif) 0px   -61px no-repeat;width:11px;height:15px;}
.treeview li a:link, .treeview li a:visited {color:#036;font-weight:bold;}

.treeview li ul li ul li {background:url(../images/tree_third_icon.gif) 0px 0px no-repeat; padding-left:15px;}

.treeview li.h1_organiser_hub .collapsable-hitarea {background:url(../images/tree_icons.gif) -11px -1px no-repeat;}
.treeview li.h1_organiser_hub .expandable-hitarea {background:url(../images/tree_icons.gif) 0px -1px no-repeat;}
.treeview li.h1_organiser_hub a:link, .treeview li.h1_organiser_hub a:visited {color:#402861;font-weight:bold;}
.treeview li.h1_exhibitors_hub .collapsable-hitarea {background:url(../images/tree_icons.gif) -11px -16px no-repeat;}
.treeview li.h1_exhibitors_hub .expandable-hitarea{background:url(../images/tree_icons.gif) 0px -16px no-repeat;}
.treeview li.h1_exhibitors_hub a:link, .treeview li.h1_exhibitors_hub a:visited {color:#448400;font-weight:bold;}
.treeview li.h1_visitors_hub .collapsable-hitarea {background:url(../images/tree_icons.gif) -11px -31px no-repeat;}
.treeview li.h1_visitors_hub .expandable-hitarea{background:url(../images/tree_icons.gif) 0px -31px no-repeat;}
.treeview li.h1_visitors_hub a:link, .treeview li.h1_visitors_hub a:visited {color:#e56202;font-weight:bold;}
.treeview li.h1_tenants_hub .collapsable-hitarea {background:url(../images/tree_icons.gif) -11px -46px no-repeat;}
.treeview li.h1_tenants_hub .expandable-hitarea{background:url(../images/tree_icons.gif) 0px -46px no-repeat;}
.treeview li.h1_tenants_hub a:link, .treeview li.h1_tenants_hub a:visited {color:#981e32;font-weight:bold;}

.treeview li ul li .collapsable-hitarea , .treeview li ul li .expandable-hitarea { background:none !important;}

.treeview li ul li a:link, .treeview li ul li a:visited {color:#000 !important; font-weight:normal !important;}
.treeview li ul li ul li a:link, .treeview li ul li ul li a:visited {color:#333 !important; font-weight:normal !important;}

/* general */
.sitemap-cont {
padding-bottom:50px;
}
.sitemap-intro {
padding:15px 11px 18px 10px;
}
.sitemap-intro .content-sml-block{
padding:0px;
background:none;
}
.no-expand .expandable-hitarea {
display:none;
}
