﻿

#tree, #tree * 
{
cursor:default;
font-size:12px;
margin:0;
padding:0;
}


#tree a 
{
background:url("/web/design/images/folder.gif") center left no-repeat;
cursor:pointer;
line-height:20px;
padding-left:20px;
text-decoration:none;
color:#666;
}

#tree a:hover 
{
text-decoration: underline;
}

#tree, #tree dl 
{
background:url("/web/design/images/vdot.gif") 8px 0 repeat-y;
margin-top:0;
}

#tree dt 
{
	color: #666;
	font-size: 12px;
	font-weight: bold;

}

#tree dd 
{
background-image:url("/web/design/images/corner.gif");
background-position:8px 0;
background-repeat:no-repeat;
margin:0;
padding:1px 0 1px 19px;
}

#tree dt,#tree dd.last,#tree dd.pluslast,#tree dd.minuslast 
{
background-color:#fff;
margin-bottom:10px;
}

/* Folder settings */
#tree dd.minus,#tree dd.plus,#tree dd.minuslast,#tree dd.pluslast 
{
background-position:4px 0;
padding:0 0 0 19px;
}

#tree dd.minus,#tree dd.minuslast 
{
background-image:url("/web/design/images/mapminus.gif");
}

#tree dd.plus,#tree dd.pluslast 
{
background-image:url("/web/design/images/mapplus.gif");
}

.rightCont, .leftCont {
	display: none;
}
.contentCont,.mainRight  {
	width:743px;
}

