/* CSS Document */
.content li
{
	font-size: 75%;
}
.content li li
{
	font-size: 100%;
}
/*
#infoline_block .rhtree 
{
	font-size: .75em;
}
#rhtree .rhtree 
{
	font-size: 120%;
}
*/

#tree 
{
	font-size: 75%;
}
ul.rhtree 
	{
	/*font-family: Arial, Helvetica, sans-serif;*/
	/*font-weight: bold;*/
	/*color: #666;*/
	/*white-space: nowrap;*/
	}

/* Turn off list bullets for nodes with children */
ul.rhtree li.rhto, ul.rhtree li.rhtc, ul.rhtree li.rhtt
	{ 
		list-style-type: none;
	}

li.rhtc 
{
			font-weight: bold;

}
li.rhtb, li.rhtt 
{
	font-weight: normal;
}
li.rhtc a:hover 
{
	text-decoration: underline;
}
li.rhtb a:hover
{
	text-decoration: underline;
}

/* 
use bullet w/o image
ul.rhtree li.rhtb 
	{ 
	list-style-type:disc;
	list-style-position: inside;
	padding-left: 4px;
	}
*/

/* use bullet w/ image */
ul.rhtree li.rhtb
	{ 
	list-style-type: none;
	}

ul.rhtree, ul.rhtree ul, ul.rhtree li 
	{
	/*margin: 0;*/
	padding: 0; 
	}

/* This controls the indent for each sublist */
ul.rhtree ul 
	{
	padding-left: 20px;
	}

ul.rhtree img 
	{
	border: 0px;
	vertical-align: middle;
	}

ul.rhtree a 
	{
	/*color: #333;*/
	/*color: #303030;*/
	text-decoration: none;
	}

/* root node styles */
/* don't use nowrap - it will make the items disappear behind the middle content in smaller screen resolutions */
ul.rhtree a.rootnode, ul.rhtree a.rootnodeSel 
	{
	/*white-space: nowrap;*/
	color: #f00;
	font-weight: bold;
	/*text-decoration: none;*/
	}

ul.rhtree a.rootnode:hover, ul.rhtree a.rootnodeSel:hover 
	{
	/*color: #333;*/
	text-decoration: underline;
	}

/* node styles */
ul.rhtree a.node
	{
	/*color: #333;*/
	/*color: #303030;*/
	/*white-space: nowrap;*/
	padding: 1px 2px 1px 2px;
	}
ul.rhtree a.nodeSel 
	{
	/*
	JCR: don't care if this can't be red, but do not remove it without adding an
	     appropirate style that will show "Selected" state
	*/
	color: #f00;
	/*white-space: nowrap;*/
	/*text-decoration: underline;*/
	padding: 1px 2px 1px 2px;
	}

/* Actually show and hide sublists */ /* open tree */
ul.rhtree li.rhto ul
	{ 
	display: block; 
	} 

ul.rhtree li.rhtc ul /* closed tree */
	{ 
	font-weight: bold;
	display: none; 
	}
	
/* style for the "group" select controls */
.select_group {
	font-size: .9em;
	}
.button_group {
	font-size: .9em;
	}
#refineresults_block #tree .rhtree {
/* KLC: just trying to adjust the padding on the left panel of the results screen */
    padding-left: 0px;
    }