/* + mdmpropertiestree */
#mdmpropertiestree {
	margin:				0px 0px 0px 0px;
	padding:			0;
	width:				100%;
	/* background: #f5e0c1; */
}

#mdmpropertiestree p {
	/* background: #FFFFFF; */
	color:				#0066a4;
	font:				bold 11px verdana, arial, sans-serif;
	letter-spacing:		-1px;
	padding:			0px 0px 0px 0px;
	margin:				0;
	border:				2px solid #000000;
/*	border-bottom: 0px none #000000;*/
}

#mdmpropertiestree p.extend {
	/*height: 34px;*/
	line-height:		200%;
	/*border: 2px solid #000000;*/
	/* background: #FFFFFF no-repeat url(/images/global/mdmpropertiestree/icons/default.png) 100% 100% */
}

#mdmpropertiestree p.everything {
	display:			none;
	
}

#mdmpropertiestree p a {
	text-decoration:	none;
	color:				#0066a4;
	display:			inline;
	width:				410px;
}

#mdmpropertiestree p a:hover {
	color:				#ccc;
}

#mdmpropertiestree ul {
	display:			none;
	list-style:			none;
	margin:				0px 0px 0px 35px;
	padding:			0;
	border:				0px solid #000000;
	/* background: #FFFFFF; */
}

#mdmpropertiestree ul li {
	/*background: #00FFFF;*/
	color:				#0066a4;
	font:				11px verdana, arial, sans-serif;
	letter-spacing:		-0.333px;
	margin:				0px 0px 0px -10px;
	padding:			0px;
	border:				0px solid #000000;
}

#mdmpropertiestree ul li a {
	text-decoration:	none; 
	color:				#0066a4; 
	display:			block;
}

#mdmpropertiestree ul li a:hover {
	text-decoration:	none;
	color:				#0066a4;
}

#mdmpropertiestree ul li ul {
	display:			none;
	list-style:			none;
	margin:				0px 0px 10px 10px;
	padding:			0px;
	border-style:		none;
}

#mdmpropertiestree ul li ul li {
	margin:				0px 0px 0px 10px;
	border:				none;
}

/* mdmpropertiestree- */