/* Copyright (c) 2006 Yahoo! Inc. All rights reserved. */

/* first or middle sibling, no children */
.ygtvtn {
}

/* first or middle sibling, collapsable */
.ygtvtm {	
}

/* first or middle sibling, collapsable, hover */
.ygtvtmh { 
}

/* first or middle sibling, expandable */
.ygtvtp {	
}

/* first or middle sibling, expandable, hover */
.ygtvtph {	
	}

/* last sibling, no children */
.ygtvln { 
}

/* Last sibling, collapsable */
.ygtvlm { 
}

/* Last sibling, collapsable, hover */
.ygtvlmh {
	}

/* Last sibling, expandable */
.ygtvlp { 	
}
/* Last sibling, expandable, hover */
.ygtvlph {
	}

/* Loading icon */
.ygtvloading { 
}

/* the style for the empty cells that are used for rendering the depth 
 * of the node */
.ygtvdepthcell {
padding-left: 10px;
}

.ygtvblankdepthcell { 
padding-left: 10px;
}

/* the style of the div around each node */
.ygtvitem a:active {
font-weight: bold;
	}  

/* the style of the div around each node's collection of children */
.ygtvchildren { }  
* html .ygtvchildren { 
}  

/* the style of the text label in ygTextNode */
.ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited, .ygtvlabel:hover {
}
.ygtvlabel:focus, .ygtvlabel:active {
font-weight:bold;
}
.ygtvlabel a:focus, .ygtvlabel a:active {
font-weight:bold;
}
#ygtv1, #ygtv2, #ygtv3, #ygtv4, #ygtv5, #ygtv6, #ygtv7, #ygtv8, #ygtv9, #ygtv10, #ygtv11, #ygtv12, #ygtv13 {
}
.ygtvchildren {
}
	
#ygtvlabelel6, #ygtvlabelel5, #ygtvlabelel4, #ygtvlabelel3, #ygtvlabelel2, #ygtvlabelel1 { 
background:	transparent url(templates/motorix2/images/arrow-active.png) no-repeat scroll right center;
color: black;
padding-right: 10px;
font-weight: bold;
}


