<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.Container {
	padding: 5px;
	margin: 0;
}

.Container li {
	list-style-type: none;
	padding: 3px;
}

/* indent for all tree children excepts root */
.Node {
    margin-left: 18px;
    zoom: 1;

}

.IsRoot {
    margin-left: 0;
}
 
.ExpandOpen .Expand {
	padding-left:18px;
    background-image: url(/static/img/icons/minus.gif);
	background-repeat: no-repeat;
}
 
/* closed is higher priority than open */
.ExpandClosed .Expand {
	padding-left:18px;
    background-image: url(/static/img/icons/plus.gif);
	background-repeat: no-repeat;
}
 
/* highest priority */
.ExpandLeaf .Expand {
	width: 18px;
    height: 18px;
	padding-left:0;
    background-image: url(/static/img/icons/leaf.gif);
}

.Content_sale {
    min-height: 18px;
    margin-left:18px;
}
* html  .Content_sale {
    height: 18px;
}


.ExpandLoading   {
    width: 18px;
    height: 18px;
    float: left;
    background-image: url(/static/img/icons/loading.gif);
}

.Expand {
    /*width: 18px;
    height: 18px;*/
	font-size: 14px; 
	font-weight: bold; 
	color:black;
    float: left;
}


.ExpandOpen .Container {
        display: block;
}

.ExpandClosed .Container {
        display: none;
}

.ExpandOpen .Expand, .ExpandClosed .Expand {
        cursor: pointer;
}
.ExpandLeaf .Expand {
        cursor: auto;
}

.title {
	margin-bottom: 12px;
	padding-bottom: 3px;
	border-bottom: 3px solid #f3f0eb;
}

table.defmaint {
	border-collapse: collapse;
	border: 1px solid #cacaca;
}

table.defmaint td, .defmaint td {
	border: 1px solid #cacaca;
	background-image: none;
}

table.nobrd tr td {
    border: 0 none;
}







.ucenkapage .Container li {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
}
.ucenkapage .Container li div.selected { 
    background-color:#f4f4f4;
    padding: 2px 8px;
}
.ucenkapage .Container li div span { 
    color:black;
}
.ucenkapage .Container li div i { 
    font-size: 10px; 
    color: grey;
}
.ucenkapage .subContainer {
    border-top: 1px solid #e4e4ec;
}

.ucenkapage .subContainer li {
    font-weight: normal;
}
.ucenkapage .subContainer li a,
.ucenkapage .subContainer li span {
    font-size: 13px;
    color: black;
}
.ucenkapage .subContainer li span {
    font-weight: bold;
}
.ucenkapage .Container li i { 
    font-style: normal;
}
.ucenkapage .defmaint a.sale-popup-trigger,
.ucenkapage .defmaint a.sale-popup-trigger:link {
    display:inline-block;
    line-height:0;
    margin:0 auto;
    width:90px;
    border:none;
    color:#000000;
    font-size:14px;
}
.ucenkapage .defmaint a.button-3newbasketmicro,
.ucenkapage .defmaint a.button-3newbasketmicro:link {
	border: 1px solid #BEBEBE; 
	border-width: 1px 1px 4px 1px; 

	-webkit-border-radius: 3px;	
	   -moz-border-radius: 3px;	
	        border-radius: 3px;	
}
</pre></body></html>