/* Copyright (c) 2006 Yahoo! Inc. All rights reserved. */

/* first or middle sibling, no children */
.ygtvtn { font-size:13px; background: url(http://plus.vc/winshop/img/tn.gif) 0 0 no-repeat; width:17px; height:22px; }

/* first or middle sibling, collapsable */
.ygtvtm { font-size:13px; background: url(http://plus.vc/winshop/img/tm.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer }

/* first or middle sibling, collapsable, hover */
.ygtvtmh { font-size:13px; background: url(http://plus.vc/winshop/img/tmh.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer }

/* first or middle sibling, expandable */
.ygtvtp { font-size:13px; background: url(http://plus.vc/winshop/img/tp.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer }

/* first or middle sibling, expandable, hover */
.ygtvtph { font-size:13px; background: url(http://plus.vc/winshop/img/tph.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer }

/* last sibling, no children */
.ygtvln { font-size:13px; background: url(http://plus.vc/winshop/img/ln.gif) 0 0 no-repeat; width:17px; height:22px; }

/* Last sibling, collapsable */
.ygtvlm { font-size:13px; background: url(http://plus.vc/winshop/img/lm.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer }

/* Last sibling, collapsable, hover */
.ygtvlmh { font-size:13px; background: url(http://plus.vc/winshop/img/lmh.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer }

/* Last sibling, expandable */
.ygtvlp { font-size:13px; background: url(http://plus.vc/winshop/img/lp.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer }

/* Last sibling, expandable, hover */
.ygtvlph { font-size:13px; background: url(http://plus.vc/winshop/img/lph.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer }

/* Loading icon */
.ygtvloading { font-size:13px; background: url(http://plus.vc/winshop/img/loading.gif) 0 0 no-repeat; width:16px; height:22px; }

/* the style for the empty cells that are used for rendering the depth 
 * of the node */
.ygtvdepthcell { font-size:13px; background: url(http://plus.vc/winshop/img/vline.gif) 0 0 no-repeat; width:17px; height:22px; }

.ygtvblankdepthcell { font-size:13px; width:17px; height:22px; }

/* the style of the div around each node */
.ygtvitem { font-size:13px; }  

/* the style of the div around each node's collection of children */
.ygtvchildren { font-size:13px; }  
* html .ygtvchildren { height:1%; }  

/* the style of the text label in ygTextNode */
.ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited, .ygtvlabel:hover { 
	font-size:13px;
	margin-left:2px;
}


