/*.menu li a, .menu_ad li a {background: url("/img/v5/miniMenu_orange.png") 0 0 repeat-x;}*/

.menu li a, .menu_ad li a {background:none;background-color: #d25100;border-radius:0}
.menu li.active a, .menu li a:hover, .menu_ad li a:hover {background:none;background-color: #FC914A;border-radius:0}

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

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

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

.writeAReview .addButton:hover,
.related-items__item span.price:hover,
.addButton:hover, .addButtonSmall:hover {
    background-color:#FC914A;
    }
    
.products li > div > a {
    border-top:3px solid #D25100;
}

.products li > div > a:hover {
    background-color:#D25100;
}

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

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

.userInfo .name {color:#D25100}


