/* strom */
UL.TovarTree
{
	margin: 0px;
	padding: 0px;
	width: 213px;
	border-bottom: solid 1px #BED2E6;
}

UL.TovarTree LI
{
	display: inline;
	float: left;
}
	
UL.TovarTree A, UL.TovarTree A:hover
{
	display: block;
	color: white;
	font: bold 12px Arial;
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-decoration: none
}

UL.TovarTree  A.sel, UL.TovarTree A.sel:hover
{
	color: #023a73;
}

UL.TovarTree LI.kat A
{
	background: #024383 url(../Images/tabs/tab_l.gif) no-repeat center top;
	width: 100px;
}
	
UL.TovarTree LI.kat A.sel
{
	background: #EDF6FF url(../Images/tabs/tab_l_sel.gif) no-repeat center top;
}
	
UL.TovarTree LI.vyr A
{
	background: #024383 url(../Images/tabs/tab_r.gif) no-repeat center top;
	width: 113px;
}
	
UL.TovarTree LI.vyr A.sel
{
	background: #EDF6FF url(../Images/tabs/tab_r_sel.gif) no-repeat center top;
}

DIV.TovarTree
{
	background: #EDF6FF url(../Images/web/tree_b.gif) no-repeat bottom;
	width: 213px;
	display: block
}

DIV.TovarTree UL
{
	margin: 8px 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;
	padding-left: 4px
}

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: 20px;
	width: 90%;
	line-height: 20px;
	text-decoration: none;
	padding-left: 4px
}

DIV.TovarTree .on
{
	background: #f8fbff
}

.offImg
{
    background: url(../images/web/tree_plus.gif) no-repeat;
    cursor: pointer;
}

.onImg
{
    background: url(../images/web/tree_minus.gif) no-repeat;
    cursor: pointer;
}
.lineImg
{
    background: none;
}
.offImg, .onImg, .lineImg
{
    vertical-align:top;
    background-position: 50%;
    width: 10px;
    height: 20px;
    padding-right: 2px;
    display: inline-block;
}