<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* strom */
UL.TovarTree
{
	margin: 15px 0px 0px 0px;
	padding: 0px;
	/*background: #ebebeb;*/
	/*width: 184px;*/
	color: #81B72A;
	border-bottom: solid 2px white;
	-webkit-box-shadow: none;
}

UL.TovarTree LI
{
	display: inline;
}

UL.TovarTree A, UL.TovarTree A:hover
{
	color: #00A4E5;
	/*background: url(../images/csstree/arrow1.gif) 7% 50% no-repeat;*/
	font: normal 13px Verdana;
	width: 90px;
	height: 24px;
	line-height: 24px;
	padding-left: 22px;
	text-align: left;
	text-decoration: none
}

DIV.TovarTree
{
	background: #ebebeb;
	width: 184px;
	border-top: solid 2px #d0d0d0;
	display: block
}

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, DIV.TovarTree A:hover
{
	color: black;
	font: normal 11px Verdana;
	display: inline-table;
	_display: inline-block;
	height: 16px;
	width: 90%;
	line-height: 16px;

	text-decoration: none;

}

.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;
}</pre></body></html>