#gMapModal-box{
	border:2px #FFF solid;
	background:#FFFFFF url(../img/ajax-loader.gif) center no-repeat;
}

#gMapModal-text{
	border:2px #FFF solid;
	background:#FFFFFF;
}

#gMapModal-text p{
	position:relative;
	float:left;
	margin:10px 0 10px 5px;
	width:60%;
	color:#666666;
	font-family:Tahoma, Arial, Helvetica;
	font-size:11px;
}

#gMapModal-closeButton{
	position:relative;
	float:right;
	margin:10px 5px 10px 0;
	width:66px;
	height:22px;
	border:0;
	background: url(../img/btn-close.gif) no-repeat;
	cursor:pointer;
}

/* tree */

.tree * { margin:0; padding:0; }
.tree li { list-style:none; padding-left:21px; }
.tree li.root { padding-left:0; }
	.tree li li { background:url(../img/rootNode.gif) no-repeat 17px center; margin-left:10px; padding-left:31px; }
	.tree li li.root { padding-left:10px; background:url(../img/justOne.gif) repeat-y 17px 0; }
	.tree li li.root.last { background:none; }
	.tree li li.last { background:url(../img/lastRoot.gif) no-repeat 17px 0; }
.expand { background:url(../img/plusMinus.gif) no-repeat 0 -18px; width:10px; _width:10px; height:10px; display:block; float:left; margin-left:4px; margin-top:2px; margin-right:3px; padding:0 5px 0 0; text-indent:-9999px; line-height:0; font-size:0; }
.contract { background-position:0 -2px; }
.expand:hover { cursor:pointer; }