<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tile-one {
    width: 300px;
    height: 180px;
    display: block;
}

    .tile-one:hover {
        outline: solid 4px #dadada;
    }

.tile-one-small {
    width: 180px;
    height: 180px;
    display: block;
}

    .tile-one-small:hover {
        outline: solid 4px #dadada;
    }

.tile-one-text-area {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    margin-top: 143px;
}

    .tile-one-text-area label {
        color: white;
        font-size: 25px;
        line-height: 17px;
        margin: 8px 8px;
        text-align: left;
        float: left;
    }

    .tile-one-text-area p {
        color: white;
        font-size: 13px;
        line-height: 17px;
        margin: 0 8px;
        text-align: left;
        float: left;
    }

.tile-two {
    width: 300px;
    height: 180px;
    display: block;
}

    .tile-two:hover {
        outline: solid 4px #dadada;
    }

.tile-two-small {
    width: 180px;
    height: 180px;
    display: block;
}

    .tile-two-small:hover {
        outline: solid 4px #dadada;
    }

.tile-two-img {
    margin-top: -38px;
    position: relative;
    float: left;
    margin-bottom: 3px;
}

.tile-two-text-area {
    background-color: #ffffff;
    float: left;
    height: 100%;
    position: relative;
    width: 100%;
}

    .tile-two-text-area label {
        color: white;
        font-size: 25px;
        line-height: 17px;
        margin: 8px 8px;
        text-align: left;
        float: left;
    }

    .tile-two-text-area p {
        color: white;
        font-size: 13px;
        line-height: 17px;
        margin: 0 8px;
        text-align: left;
        float: left;
    }

.tile-three {
    width: 300px;
    height: 180px;
    display: block;
}

    .tile-three:hover {
        outline: solid 4px #dadada;
    }

.tile-three-small {
    width: 180px;
    height: 180px;
    display: block;
}

    .tile-three-small:hover {
        outline: solid 4px #dadada;
    }

.tile-three-img {
    margin-top: -23px;
    position: relative;
    float: left;
    margin-bottom: 2px;
}

.tile-three-text-area {
    background-color: #ffffff;
    float: left;
    height: 100%;
    position: relative;
}

    .tile-three-text-area p {
        color: white;
        font-size: 13px;
        line-height: 17px;
        text-align: left;
        float: left;
    }


.tile-four {
    width: 600px;
    height: 215px;
    display: block;
    position: relative;
	padding-top:15px;
}

    .tile-four:hover {
        outline: solid 4px #dadada;
    }

.tile-four-small {
    width: 180px;
    height: 180px;
    display: block;
    position: relative;
}

    .tile-four-small:hover {
        outline: solid 4px #dadada;
    }

.tile-four-img {
    position: relative;
    float: left;
    overflow: hidden;
}

.icon {
    position: absolute;
    width: 23px;
    height: 23px;
    display:block;
}

.left-icon-black {
    background: url('images/left-right-icon.png') no-repeat scroll 0 0;
    right: 31px;
    bottom: 5px;
}
.left-icon-white {
    background: url('images/left-right-icon.png') no-repeat scroll 0 -23px;
    right: 31px;
    bottom: 5px;
}

.right-icon-black {
    background: url('images/left-right-icon.png') no-repeat scroll -23px 0;
    right: 5px;
    bottom: 5px;
}
.right-icon-white {
    background: url('images/left-right-icon.png') no-repeat scroll -23px -23px;
    right: 5px;
    bottom: 5px;
}

.up-icon-black {
    background: url('images/up-down-icon.png') no-repeat scroll 0 0;
    right: 5px;
    bottom: 31px;
}
.up-icon-white {
    background: url('images/up-down-icon.png') no-repeat scroll -23px 0;
    right: 5px;
    bottom: 31px;
}
.down-icon-black {
    background: url('images/up-down-icon.png') no-repeat scroll 0 -23px;
    right: 5px;
    bottom: 5px;
}
.down-icon-white {
    background: url('images/up-down-icon.png') no-repeat scroll -23px -23px;
    right: 5px;
    bottom: 5px;
}

.tile-five {
    width: 300px;
    height: 180px;
    display: block;
}

    .tile-five:hover {
        outline: solid 4px #dadada;
    }

.tile-five-small {
    width: 180px;
    height: 180px;
    display: block;
}

    .tile-five-small:hover {
        outline: solid 4px #dadada;
    }

.tile-five-text-area {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}

    .tile-five-text-area label {
        color: white;
        font-size: 25px;
        line-height: 17px;
        margin: 8px 8px;
        text-align: left;
        float: left;
    }

    .tile-five-text-area p {
        color: white;
        font-size: 13px;
        line-height: 17px;
        margin: 0 8px;
        text-align: left;
        float: left;
    }


.tile-six {
    width: 300px;
    height: 200px;
    display: block;
    position: relative;
}

    .tile-six:hover {
        outline: solid 4px #dadada;
    }

.tile-six-small {
    width: 300px;
    height: 200px;
    display: block;
    position: relative;
}

    .tile-six-small:hover {
        outline: solid 4px #dadada;
    }

.tile-six-text-area {
    width: 100%;
    height: 100%;
    background-color: #2f9966;
    position: absolute;
}

    .tile-six-text-area label {
        color: blue;
        font-size: 25px;
        line-height: 17px;
        margin: 8px 8px;
        text-align: left;
        float: left;
    }

    .tile-six-text-area p {
        color: white;
        font-size: 13px;
        line-height: 17px;
        margin: 0 8px;
        text-align: left;
        float: left;
    }

.top-border {
    border-top: solid 1px #fff;
}

.top-shadow {
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.5);
    box-shadow: 0px 0px 10px rgba(0,0,0,.5);
}


.tile-lubrifiant {
    width: 300px;
    height: 200px;
    display: block;
    position: relative;
}

    .tile-lubrifiant:hover {
        outline: solid 4px #dadada;
    }

.tile-lubrifiant-small {
    width: 300px;
    height: 200px;
    display: block;
    position: relative;
}

    .tile-lubrifiant-small:hover {
        outline: solid 4px #dadada;
    }

.tile-lubrifiant-text-area {
    width: 100%;
    height: 100%;
    background-color: red;
    position: absolute;
}

    .tile-lubrifiant-text-area label {
        color: white;
        font-size: 25px;
        line-height: 17px;
        margin: 8px 8px;
        text-align: left;
        float: left;
    }

    .tile-lubrifiant-text-area p {
        color: white;
        font-size: 13px;
        line-height: 17px;
        margin: 0 8px;
        text-align: left;
        float: left;
    }
	
	
	.tile-lubrifiant-small li{
	line-height:1em; font-size:13pt;
		}

.top-border-chima{
    border-top: solid 1px #fff;
}

.top-shadow-chima {
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.5);
    box-shadow: 0px 0px 10px rgba(0,0,0,.5);
}




.tile-seven {
    width: 660px;
    height: 200px;
    display: block;
}

    .tile-seven:hover {
        outline: solid 4px #dadada;
    }

.tile-seven-small {
    width: 180px;
    height: 180px;
    display: block;
}

    .tile-seven-small:hover {
        outline: solid 4px #dadada;
    }

.tile-seven-text-area {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    margin-top: -143px;
    position: relative;
}

    .tile-seven-text-area label {
        bottom: 10px;
        color: white;
        font-size: 25px;
        line-height: 17px;
        position: absolute;
        left: 5px;
        text-align: left;
    }

    .tile-seven-text-area a {
           float: right;
		 position: absolute; bottom: 0; right: 0;
        margin: 10px 10px;
        display: none;
        text-decoration: none;
    }


.tile-eight {
    width: 300px;
    height: 180px;
    display: block;
}

    .tile-eight:hover {
        outline: solid 4px #dadada;
    }

.tile-eight-small {
    width: 180px;
    height: 180px;
    display: block;
}

    .tile-eight-small:hover {
        outline: solid 4px #dadada;
    }

.tile-eight-img {
    position: relative;
    float: left;
}

.tile-eight-text-area {
    background-color: #ffffff;
    float: left;
    height: 100%;
    position: relative;
    width: 50%;
}

    .tile-eight-text-area label {
        color: white;
        font-size: 25px;
        line-height: 17px;
        margin: 8px 8px;
        text-align: left;
        float: left;
    }

    .tile-eight-text-area p {
        color: white;
        font-size: 13px;
        line-height: 17px;
        margin: 0 8px;
        text-align: left;
        float: left;
    }

.tile-nine {
    width: 300px;
    height: 180px;
    display: block;
}

    .tile-nine:hover {
        outline: solid 4px #dadada;
    }

.tile-nine-small {
    width: 180px;
    height: 180px;
    display: block;
}

    .tile-nine-small:hover {
        outline: solid 4px #dadada;
    }

.tile-nine-img {
    position: relative;
    float: left;
    height: 100%;
    overflow: hidden;
}
</pre></body></html>