/* [for shopelvis.it] */

/* first or middle sibling, no children */
.ygtvtn { width:2em; height:25px; }
.kingtn { width:1em; height:20px; }

/* first or middle sibling, collapsable */
.kingtm { background: url(../images/Kmenu/collapse.gif) 0 6px no-repeat; width:1em; height:22px; cursor:pointer }

/* first or middle sibling, collapsable, hover */
.kingtmh { background: url(../images/Kmenu/collapseh.gif) 0 6px no-repeat; width:1em; height:22px; cursor:pointer }

/* first or middle sibling, expandable */
.kingtp { background: url(../images/Kmenu/expand.gif) 0 6px no-repeat; width:1em; height:22px; cursor:pointer }

/* first or middle sibling, expandable, hover */
.kingtph { background: url(../images/Kmenu/expandh.gif) 0 6px no-repeat; width:1em; height:22px; cursor:pointer }

/* last sibling, no children */
.kingln { width:1em; height:20px; }

/* Last sibling, collapsable */
.kinglm { background: url(../images/Kmenu/collapse.gif) 0 6px no-repeat; width:1em; height:22px; cursor:pointer }

/* Last sibling, collapsable, hover */
.kinglmh { background: url(../images/Kmenu/collapseh.gif) 0 6px no-repeat; width:1em; height:22px; cursor:pointer }

/* Last sibling, expandable */
.kinglp { background: url(../images/Kmenu/expand.gif) 0 6px no-repeat; width:1em; height:22px; cursor:pointer }

/* Last sibling, expandable, hover */
.kinglph { background: url(../images/Kmenu/expandh.gif) 0 6px no-repeat; width:1em; height:22px; cursor:pointer }

/* Loading icon */
.kingloading { background: url(../images/Kmenu/loading.gif) 0 6px no-repeat; width:1em; height:22px; }

/* the style for the empty cells that are used for rendering the depth 
 * of the node */
.kingdepthcell { width:1em; height:20px; }

.kingblankdepthcell { width:1em; height:20px; }

/* the style of the div around each node */
.kingitem { border: 0px solid grey; }  

/* the style of the div around each node's collection of children */
/* the style of the div around each node's collection of children */
.ygtvchildren { }  
* html .ygtvchildren { height:1%; }  

/* the style of the text label in the TextNode 
.kinglabel, .kinglabel:link, .kinglabel:visited, .kinglabel:hover { */
	/*
	margin-left:2px;
	text-decoration: none;
	
	font-size: 11px;
	font-weight: bold; 
}
*/

.kinglabel, .kinglabel:link, .kinglabel:visited {
	width: 269px;
	font-size: 0.9em;
	line-height: 1.2em;
	background:transparent;
	text-decoration: none;
	color: #d96303;
	font-weight: bold;
}
.kinglabel:hover {
	color: #ffffff;
	text-decoration: none;
	background-color : #d96303;
}

.current { 
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.shotet {
    font-size: 14px;
    font-weight: bold;
    background-color : Fuchsia;
    color : Yellow;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    padding-left : 2px;
}



