.news-item-detail a, .news-item-detail a:link, .news-item-detail a:visited {
    color: #F7B902;
    text-decoration: underline;
}
    .news-item-detail a:hover {
        text-decoration: none;
    }


@media (min-width: 992px) {

    .menu > ul > li > a {
        padding-left: 40px;
        background: transparent url(black.png) left center no-repeat;
    }
        .menu > ul > li:nth-child(1) > a {
            background-image: url('i/menu-ico-gas.png');
        }
        .menu > ul > li:nth-child(2) > a {
            background-image: url('i/menu-ico-electric.png');
        }
        .menu > ul > li:nth-child(3) > a {
            background-image: url('i/menu-ico-multicopters.png');
        }
        .menu > ul > li:nth-child(4) > a {
            background-image: url('i/menu-ico-f3a.png');
        }
        .menu > ul > li:nth-child(5) > a {
            background-image: url('i/menu-ico-spinners.png');
        }


}

.menu-helper > span,
.menu-helper > ul > li {
    text-transform: uppercase;
}

#topNavigationDropdown {
    padding: 10px;
}


.wide-carousel {
    border-bottom: solid #fed302 20px;
}


#footer {
    background: #151410 url(i/footer-bg.jpg) left top no-repeat;
}

#footer,
#footer h1, #footer h2, #footer h3, #footer h4,
#footer a ,
#footer #signature a {
    color: #eeeeee;
} 



.homepage-texts-wrapper .top-products-wrapper {
    display: none;
}

.footer-banners .footer-banner {
    padding: 0;
}



.news-wrapper .news-item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: solid #eee 1px;
}
    .news-wrapper .news-item .text .title {
        font-weight: bold;
    }
    
    
    
body.type-page .content a, body.type-page .content a:link, body.type-page .content a:visited {
    color: #F7B902;
    text-decoration: underline;
}

    body.type-page .content a:hover {
        text-decoration: none;
    }
    
    
    
#cart-wrapper .price-secondary {
    display: none;
}




.type-product #description table {
    width: 100% !important;
    margin: 10px 0;
}

    .type-product #description table tr:nth-child(even) td {
        background: gold;
        color: #000;
    }
    
    .type-product #description table tr:nth-child(odd) td {
        background: #000;
        color: gold;
    }

    .type-product #description table tr td {
        /*text-align: right;*/
    }
    .type-product #description table tr:first-child td {
        
    }
    
    .type-product #description table tr:first-child td,
    .type-product #description table tr td:first-child {
        font-weight: bold;
        color: #fff;
    }
    
        .type-product #description table tr:first-child td {
            /*text-align: right;*/
        }
        
        .type-product #description table tr td:first-child {
            text-align: left;
        }
    
        .type-product #description table tr:nth-child(even) td:first-child {
            color: #000;
        }


    
  
    
    .type-product #description table tr td {
        padding:  5px 10px;
    }
        
.products-block > div .p .availability {
    display: none;
}

.type-product .availability-label,
.type-product .availability-amount,
.search-whisperer-products .p-availability,
.cart-table .p-availability > * {
    display: none !important;
}

