/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
*
/* the style of the div around each node */

.yui-dt-selected {
	background:#426FD9;
	color: #FFF;
}
.yui-dt-unselected {
	background-color: #FFF;
	color: #333;
}

.ygtvitem { border: 0px solid gray; }  

.ygtvitem  table{
    margin-bottom:0;
}
.ygtvitem  td {
    border:none;padding:0;
} 

/* first or middle sibling, no children */
.ygtvtn {
	 height:18px;width:14px; background:url(/images/search-results/sub-category-arrow_wBg.gif) no-repeat 3px 2px;
}

/* first or middle sibling, collapsable */
.ygtvtm {
	height:18px;width:1em;
	background: url(sprite-menu.gif) -8px 2px no-repeat; 
}

/* first or middle sibling, collapsable, hover */
.ygtvtmh {
	 height:18px;width:1em;
	background:url(/images/search-results/orange-arrow-down.gif) no-repeat center left;padding-right:3px;	
}

/* first or middle sibling, expandable */
.ygtvtp {
	height:18px;width:1em;
	background: url(sprite-menu.gif) -8px -315px no-repeat; 
}

/* first or middle sibling, expandable, hover */
.ygtvtph {
	height:18px;width:1em;
	background: url(sprite-menu.gif) -8px -395px no-repeat; 
}

/* last sibling, no children */
.ygtvln {
	height:18px;width:1em; background:none
}

/* Last sibling, collapsable */
.ygtvlm {
	height:18px;width:1em;
	background:url(/images/search-results/orange-arrow-right.gif) no-repeat 3px 3px;padding-right:3px;
}

/* Last sibling, collapsable, hover */
.ygtvlmh {
	height:18px;width:1em;
	background:url(/images/search-results/orange-arrow-right.gif) no-repeat 3px 3px;padding-right:3px;
}

/* Last sibling, expandable */
.ygtvlp { 
	height:18px;width:1em;
	background: url(sprite-menu.gif) -8px -315px no-repeat; 
}

/* Last sibling, expandable, hover */
.ygtvlph { 
	height:18px;width:1em;
	background: url(sprite-menu.gif) -8px -395px no-repeat; 
}

/* Loading icon */
.ygtvloading { 
	height:18px;width:1em; background: url(treeview-loading.gif) 0 0 no-repeat; 
}

/* the style for the empty cells that are used for rendering the depth 
 * of the node */
.ygtvdepthcell { height:18px;width:1em; background:none}

.ygtvblankdepthcell { height:18px;width:1em; }


/* the style of the div around each node's collection of children */
.ygtvchildren {  }  
* html .ygtvchildren { height:2%; }  

/* the style of the text label in ygTextNode */
.ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited, .ygtvlabel:hover { 
	margin-left:2px;
	text-decoration: none;
    background-color: white; /* workaround for IE font smoothing bug */
}

.ygtvspacer { height: 20px; width: 12px; width: 1em; }

