/********* TREE NAVIGATOR FOR CATEGORIES ********/

/* Modified for Webvanta from YUI tree.css example 2.7.0b */
/* See http://developer.yahoo.com/yui/treeview/ for more on styling the tree */

.ygtvtn {  /* first or middle sibling, no children */
  background: transparent; 
  width:1em; 
  height:20px; 
}
.ygtvtm {  /* first or middle sibling, collapsable */
  background: url(/images/tree/collapse.gif) 0 6px no-repeat; 
  width:1em; 
  height:22px; 
  cursor:pointer; 
}
.ygtvtmh {  /* first or middle sibling, collapsable, hover */
  background: url(/images/tree/collapseh.gif) 0 6px no-repeat; 
  width:1em; 
  height:22px; 
  cursor:pointer; 
}
.ygtvtp {  /* first or middle sibling, expandable */
  background: url(/images/tree/expand.gif) 0 6px no-repeat; 
  width:1em; 
  height:22px; 
  cursor:pointer; 
}
.ygtvtph {  /* first or middle sibling, expandable, hover */
  background: url(/images/tree/expandh.gif) 0 6px no-repeat; 
  width:1em; 
  height:22px; 
  cursor:pointer; 
}
.ygtvln {  /* last sibling, no children */
  background: transparent; 
  width:1em; 
  height:20px; 
}
.ygtvlm {  /* Last sibling, collapsable */
  background: url(/images/tree/collapse.gif) 0 6px no-repeat; 
  width:1em; 
  height:22px; 
  cursor:pointer; 
}
.ygtvlmh {  /* Last sibling, collapsable, hover */
  background: url(/images/tree/collapseh.gif) 0 6px no-repeat; 
  width:1em; 
  height:22px; 
  cursor:pointer; 
}
.ygtvlp {  /* Last sibling, expandable */
  background: url(/images/tree/expand.gif) 0 6px no-repeat; 
  width:1em; 
  height:22px; 
  cursor:pointer; 
}
.ygtvlph {  /* Last sibling, expandable, hover */
  background: url(/images/tree/expandh.gif) 0 6px no-repeat; 
  width:1em; 
  height:22px; 
  cursor:pointer;
}
.ygtvloading {  /* Loading icon */
  background: url(/images/tree/loading.gif) 0 6px no-repeat; 
  width:1em; 
  height:22px; 
}
.ygtvdepthcell {  /* empty cells used for rendering the depth of the node */
  background: transparent; 
  width:1em; 
  height:20px; 
}
.ygtvblankdepthcell { 
  background: transparent; 
  width:1em; 
  height:20px; 
}
.ygtvitem {  /* div around each node */
  border: 0px solid grey; 
}  
* html .ygtvchildren { /* for IE, div around each node's collection of children */
  height:1%; 
}  
.ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited, .ygtvlabel:hover { /* text label in ygTextNode */
  font-size: 12px;
}
.ygtvrow td {
  padding: 0;
  margin: 0;
}
.ygtvrow td a {
  text-decoration: none;
}
.ygtvitem table {
  padding: 0;
  margin: 0;
}


