/* CSS Document */







		
		
			
			
			/* Tree Lists */
			.mktree 			{margin-left:0px; padding:0;}
			.mktree ul			{margin:10px 0 10px 20px; padding:0;}
			.mktree ul ul 		{margin-bottom:20px;}
			.mktree ul ul ol 	{margin-top:12px; margin-bottom:20px;}
			.mktree ul ul ol.nonum 	{margin-top:6px;} /* bulleted items at the lowest level are close to defining paragraph */
			
			.mktree li 			{
	list-style:none;
	font-weight:bold;
	color: #999999;
	font-size: 0.9em;
}
.expand {
	font-family: Arial, "Lucida Console";
	font-size: 0.75em;
	color: #FF3300;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
}



.expand a{
	font-family: Arial, "Lucida Console";
	font-size: 1em;
	color: #FF3300;
	text-decoration: underline;
	padding-top: 10px;
}

			.mktree li li 		{font-weight:normal;}
			.mktree #legal li 	{font-weight:normal; list-style-type:decimal;}
			
	  #site .mktree	li li li,
	  #site .mktree#faq li li,
	  #site .mktree	#privacy li,
	  #site .mktree	#disclaimer li		{color:#494949; margin-bottom:15px;}
	  
	  #site .mktree li li li ol li 			   {list-style-type:decimal; margin-bottom:10px;}
	  #site .mktree li li li ol.nonum li       {list-style-type:disc; margin-bottom:3px;}
	  #site .mktree li li li ol.nonumhead li   {list-style:none; font-weight:bold; margin-bottom:3px;}
	  #site .mktree li li li li ol.nonum li    {list-style-type:disc; font-weight:normal; margin-bottom:0;}

			/* Provide space for our own "bullet" inside the LI */
			.mktree li .bullet 					{padding-left:15px; list-style:none;}
			.mktree li li li .bullet,
			.mktree#faq li li .bullet,
			.mktree	#privacy ul	li .bullet,
			.mktree	#disclaimer ul li .bullet	{padding-left:0px; margin-left:-4px;}
			
			/* Show "+/-" in the links, depending on the class of the LI that the link's in */
			.mktree li.liOpen .bullet 	{cursor:pointer; background:url(images/minus.gif) center left no-repeat;}
			.mktree li.liClosed .bullet {cursor:pointer; background:url(images/plus.gif) center left no-repeat;}
			.mktree li.liBullet .bullet {cursor:default; background:none;}
			
			/* Set to open/close on load */
			.mktree li.liOpen ul 	{display:block;}
			.mktree li.liClosed ul 	{display:none;}
			
	  
			
			

				
		

	
