﻿.theme-default .body {
    background: -o-linear-gradient(#3077be, #004588);
    background: -webkit-gradient(linear, left top, left bottom, from(#3077be), to(#004588));
    background: linear-gradient(#3077be, #004588);
}

.theme-default .product-icons {
    background: url( '/static-content/tl/extranet/images/product_icons.png' );
}
