<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*.menu li a, .menu_ad li a {background: url("/img/v5/miniMenu_brown.png") 0 0 repeat-x;}*/

.menu li a, .menu_ad li a {background:none;background-color: #48180c;}
.menu li.active a, .menu li a:hover, .menu_ad li a:hover {background:none;background-color: #a37150;}

.infoTop {
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#48180c), to(#a37150));
    background: -webkit-linear-gradient(#48180c, #a37150);
    background: -moz-linear-gradient(#48180c, #a37150);
    background: -ms-linear-gradient(#48180c, #a37150);
    background: -o-linear-gradient(#48180c, #a37150);
    background: linear-gradient(#48180c, #a37150);
    -pie-background: linear-gradient(#48180c, #a37150);
    background-color:#c9245e;
}

.market-nav-short a:hover {background-color:#a37150;color:#fff !important;}

.writeAReview .addButton,
.related-items__item span.price,
.addButton, .addButtonSmall {
    background:none;
    background-color:#48180c;/*
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#a37150), to(#48180c));
    background: -webkit-linear-gradient(#a37150, #48180c);
    background: -moz-linear-gradient(#a37150, #48180c);
    background: -ms-linear-gradient(#a37150, #48180c);
    background: -o-linear-gradient(#a37150, #48180c);
    background: linear-gradient(#a37150, #48180c);
    -pie-background: linear-gradient(#a37150, #48180c);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a37150', endColorstr='#48180c',GradientType=0 ); */ /* IE6-9 */
}

.writeAReview .addButton:hover,
.related-items__item span.price:hover,
.addButton:hover, .addButtonSmall:hover {
    background-color:#a37150;
}

.products li &gt; div &gt; a {
    border-top:3px solid #48180c;
}

.products li &gt; div &gt; a:hover {
    background-color:#48180c;
}

div.company-title .filed a.inv:hover,
.post-next a:hover,
.posts li .date,
.post-navigation div a:after {
    color: #48180c
}

.nav li.active a {
border-bottom-color:#48180c;
color:#48180c;
}

.userInfo .name {color:#48180c}


</pre></body></html>