﻿.sitemap_cont
{
	padding:20px 0 0 0;
}
#tree, #tree * {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	cursor: default;
}
#tree {
	margin: 150px 20px 50px 20px;
	display:block;
}
#tree a {
	text-decoration: none;
	color: #000;
	padding-left: 20px;
	background: url("/web/design/images/folder.gif") center left no-repeat;
	line-height:20px;
	cursor:pointer;
}
#main #tree a:hover
{
	color:#736C00;
}
#tree, #tree dl {
	background: url("/web/design/images/vdot.gif") 8px 0px repeat-y;
	margin-top:0px;
}
#tree dt {
	padding: 1px 0px;
	font-weight:bold;
	font-size:14px;
	background:#fff;
}
#tree dd 
{
	margin:0px;
	padding: 1px 0px 1px 19px;
	background-image: url("/web/design/images/corner.gif");
	background-position: 8px 0px;
	background-repeat: no-repeat;
	zoom: 1; /* IE hasLayout fix, should be moved to a conditional comment: http://zoffix.com/css/ie/haslayout.shtml */
}
dt.maindt
{
	text-indent:10px;
	height:24px;
	line-height:24px;
}
/* Folder settings */
#tree dd.minus, #tree dd.plus, #tree dd.minuslast, #tree dd.pluslast {
	background-position: 4px 0px;
	padding: 0px 0px 0px 19px;
}	

#tree dd.minus { background-image: url("/web/design/images/mapminus.gif"); }
#tree dd.plus {	background-image: url("/web/design/images/mapplus.gif"); }
#tree dd.minuslast { background-image: url("/web/design/images/mapminus.gif"); }
#tree dd.pluslast { background-image: url("/web/design/images/mapplus.gif"); }
#tree dd.plus dd, #tree dd.pluslast dd { display: none; }
span.ddHdr
{
	padding-left:20px;
	display:block;
	float:left;
}
#tree a.expandBtn
{
	text-decoration:none;
	float:right;
	font-weight:bold;
	float:right;
	margin:0 60px 0 0;
	line-height:24px;
	background:none;
}
#tree a.expandBtn:hover
{
	color:#ccc;
}
