/*
Created by viviasoft treeview tool v1.0
Mon Oct 15 09:51:21 UTC+0800 2007

      |      y1=22
------|------      NodeIcon:16,16 	Button:16,16
      |      y2=18
x1=12  x2=76
*/

.VVS_TV_Children
{
	padding-left:84px;	/* x2+wNodeIcon/2 */
	margin-top:14px;	/* y1-hNodeIcon/2 */
}
.VVS_TV_Node,.VVS_TV_Node_NextLine
{
	position:relative;
	left:0px;
	top:0px;
	*height:1px;	/* ie, for print */

	min-width:200px;	/* mz & op, for narrow page */

	margin-top:14px;	/* y1-hNodeIcon/2 */
	
	min-height:26px;
	*height:26px;
}
.VVS_TV_Node_NextLine
{
	/* next line */
	background:url(tl.gif) repeat-y;
}
.VVS_TV_NodeIcon
{
	position:absolute;
	left:88px;	/* x1+x2 */
	top:0px;
	border-right:2px solid white;
	width:16px;	/* wNodeIcon */
	height:16px;	/* hNodeIcon */
	background-color:white;
}
.VVS_TV_Icon,.VVS_TV_Icon_Last
{
	position:absolute;
	left:0px;
	top:-14px;	/* -y1+hNodeIcon/2 */
	width:88px;	/* x1+x2 */
	height:40px;	/* y1+y2 */
}
.VVS_TV_Icon
{
	background:url(tm.gif) no-repeat;
}
.VVS_TV_Icon_Last
{
	background:url(ti.gif) no-repeat;
}
.VVS_TV_Button,.VVS_TV_Button_Minus,.VVS_TV_ButtonX,.VVS_TV_ButtonE
{
	position:absolute;
	left:3px;	/* x1-wButton/2 */
	top:13px;	/* -hButton/2+hNodeIcon/2 */
	width:16px;	/* wButton */
	height:16px;	/* hButton */
	cursor:pointer;
	z-index:10;
}
.VVS_TV_Button
{
	background:url(p.gif) no-repeat;
}
.VVS_TV_ButtonX
{
	background:url(px.gif) no-repeat;
}
.VVS_TV_ButtonE
{
	background:url(pe.gif) no-repeat;
}
.VVS_TV_ButtonE:hover
{
	background:url(peh.gif) no-repeat;
}
.VVS_TV_Button_Minus
{
	background:url(m.gif) no-repeat;
}
.VVS_TV_Label
{
	margin-left:106px;	/* x1+x2+wNodeIcon+2 */

	width:40em;
}
.VVS_TV_Label span
{
	*height:1px;	/* ie, for select */

	padding-top:2px;

	padding-left:3px;
	padding-right:2px;
}
.VVS_TV_This,.VVS_TV_Me
{
	*height:1px;	/* ie, for print */

	min-width:200px;	/* mz & op, for narrow page */

	min-height:26px;
	height:auto !important;
	*height:26px;
}
.VVS_TV_This
{
	/* parent line */
	background:url(tl.gif) repeat-y 84px 0px;	/* x2+wNodeIcon/2 */
}
.VVS_TV_RootChildren_NoLinesAtRoot
{
	position:relative;
	top:0px;
	left:-92px;	/* -x2-wNodeIcon */
}
