body.iLib #container {
    padding-top: 15px !important;
}
body.ce #container {
    overflow: hidden;
    padding-bottom: 30px !important;
    min-height: 450px;
}
body.ce #search-column {
    margin-left: 30px;
}
#directPayment-form {
    padding: 16px 25px;
    position: relative;
    background: transparent;
}
#directPayment-name, #directPayment-number, #searchEngine-begin, #searchEngine-end {
    background: #fff;
}

#directPayment-submit.disabled:hover {
    background: white !important;
}
#directPayment-name:focus, #directPayment-number:focus { background: white; }

#home-wrapper {
    margin: 40px auto 0;
}
body.ce #home-wrapper {
    margin-top: 25px;
}

/* Hearts */

#hearts .heart .banner {
    position: relative;
    left: 0;
    margin-bottom: 5px;
    width: auto;
    background: #168faa;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#hearts .heart .informations {
    float: none;
    margin-left: 158px;
    width: auto;
}
    #hearts .heart .informations .category {
        font-size: 17px;
        color: #EA631F !important;
    }
    .quarter-name {
        display: block;
        margin-bottom: 5px;
        font-size: 15px;
        color: #EA631F;
        font-weight: bold;
    } 

#hearts .heart .informations .price-container {
    position: absolute;
    margin: 0;
    text-align: right;
    right: 0;
    bottom: 5px;
}
    #hearts .heart .informations .price-container .price-zone {
        background: none !important;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        font-size: 11px;
        box-shadow: none;
        right: 0;
        position: relative;
        color: #757575;
        padding: 0px 10px;
    }
    #hearts .heart .informations .price-container .price-zone .price {
        color: #E96421;
        font-size: 20px;
    }
    #hearts .heart .informations .price-container .price-zone .promo {
        color: #8F8F8F;
        font-size: 14px;
        margin-left: 5px;
    }
.separation {
    margin: 0 0px 18px;
    border-bottom: 1px solid #EBE8E1;
}

/* Search engine */
#search-column {
    width: auto;
}
table#searchEngineT {
	background-image: none;
    background-color: white;
    border: 0;
}
#searchEngine {
    position: relative;
}
#searchEngine-container {
    background: url(../images/search-engine-h-bg.png);
    position: relative;
}
.searchEngine-row .searchEngine-column #searchEngine-regions-arrow {
    background-image: url(../images/searchEngine-regions-arrow.png);
    background-position: center;
    width: 200px;
}
.searchEngine-row + .searchEngine-row { width: 310px; }
.searchEngine-row + .searchEngine-row + .searchEngine-row { width: 215px; }
.searchEngine-row .searchEngine-column {
    float: none;
    width: auto;
    margin-left: 0;
}

#searchEngine label.check {
    margin-right: 16px;
}
#searchEngine-regions .caps {
    margin-top: 8px;
}
.searchEngine-column .caps, .searchEngine-column span strong, .searchEngine-column td, .searchEngine-column label {
    color: #566777;
}
#searchEngine #searchEngine-submit {
    float: none;
    margin: 0;
    position: absolute;
    right: 20px;
    bottom: 10px;
}
.calendarInput { margin-bottom: 0 }
.higherHeight td {
    vertical-align: middle;
    height: 34px;
    width: 135px;
}
.higherHeight td + td { width: 120px; }
.higherHeight td + td + td { width: 50px; }
#searchEngine-tolerance-wrapper { width: 76px; }

#hearts .heart .informations .price-container .price-zone .promo {
    color: #969696;
}
.p100-reduc {
    background-image: url(../images/promo-percent-bg-fav.png);
    right: auto;
    left: 0;
    top: auto;
    bottom: 5px;
    text-align: left;
    text-indent: 26px;
    color: white;
}
.p100-reduc:after {
    width: 59px;
    height: 26px;
}
.heart .tooltip-promo i {
    left: 259px;
    background: url(../images/promo-tooltip-triangle-white.png);
}
