/* strom */
UL.TovarTree
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 184px;
	color: #81B72A;
	background: url(../Images/web/pr_top.jpg) no-repeat;
}

UL.TovarTree LI
{
	color: black;
	font: normal 11px Verdana;
	width: 90px;
	height: 40px;
	line-height: 24px;
	padding-left: 22px;
	list-style-type: none;
}

.TovarTree
{
	
	width: 184px;
	display: block;
		background: url(../Images/web/pr_mid.jpg) repeat-y;
		
}
.ttr
{
	
	width: 184px;
	height: 15px;
	display: block;
	position: absolute;
	margin-top: -4;
	background:  url(../Images/web/pr_mid.jpg) repeat-y;
		
}
.leto .menu{
padding-top: 60px;
padding-left: 15px;
}

UL.TovarTree A, UL.TovarTree A:hover
{
	color: black;
	background: url(../images/csstree/arrow1.gif) 7% 50% no-repeat;
	font: normal 11px Verdana;
	width: 90px;
	height: 24px;
	line-height: 24px;
	padding-left: 22px;
	text-align: left;
	text-decoration: none
}


DIV.TovarTree UL
{
	margin: 4px;
	padding: 0;
	position: relative

}

DIV.TovarTree UL UL
{
	margin: 0 0 0 16px;
}

UL.on
{
	display: block !important
}

DIV.TovarTree UL UL, UL.off
{
	display: none
}

DIV.TovarTree LI
{
	list-style: none;
	margin: 2px 0;
}

DIV.TovarTree IMG
{
	vertical-align:top;
}

DIV.TovarTree A
   {
	color: black;
	font: normal 11px Verdana;
	display: inline-table;
	_display: inline-block;
	height: 16px;
	width: 90%;
	line-height: 16px;

	text-decoration: none;

}
DIV.TovarTree A:hover
{
	color: #FF9900;
	font: normal 11px Verdana;
	display: inline-table;
	_display: inline-block;
	height: 16px;
	width: 90%;
	line-height: 16px;

	text-decoration: underline;

}

.offImg
{
    background: url(../images/csstree/plus2.gif) no-repeat;
    cursor: pointer;
}

.onImg
{
    background: url(../images/csstree/minus2.gif) no-repeat;
    cursor: pointer;
}
.lineImg
{
    background: url(../images/csstree/line3.gif) no-repeat;
}
.offImg, .onImg, .lineImg
{
    vertical-align:top;
    background-position: 50%;
    width: 10px;
    height: 16px;
    padding-right: 2px;
    display: inline-block;
}
