/* nav.css */

/* Desktop */
@media all and (min-width: 961px) {

    header nav a.icon:hover,
    header nav a.icon.current {
        border-top: 2px solid #0b4887;
    }
}

/* products-new.css */
.mgPrices span.current,
.mgPrices span:hover { border-top: 3px solid #0b4887; }

/* form.css */
form.admin h3.title {
    border-left: 5px solid #0b4887;
}

form h1,
h1.title {
    /*border-left: 8px solid #0b4887;*/
}

/* content.css */
.showall a.button {
	background-color: #0b4887;
	color: #FFF;
}

/* list.css */
.list strong i {
    background-color: #0b4887;
}

/* !!! dublirano*/
.vehicle h1 {
    border-left: 8px solid #0b4887;
}

/* products.css */
.product hr.yellow {
    background-color: #0b4887;
}

/* search.css */
.searchbuttons a:hover {
    background-color: #0b4887;
    color: #FFF;
}
