#container {
    padding-top: 0px !important;
    background: white;
    min-height: 380px;
}
#directPayment {
	margin: 0px auto;
	background: #f2f2f2;
}
    #directPayment-form {
        padding: 16px 25px;
        position: relative;
    }
    #directPayment-label {
        margin-right: 50px;
        color: #168faa;
        font-size: 16px;
        letter-spacing: 1px;
    }
	#directPayment-name, #directPayment-number {
		height: 22px;
		padding-left: 3px;
        font: 11px/22px italic;
	}
    #directPayment-name, #directPayment-number {
        position: relative;
        width: 200px;
        line-height /*\**/: 20px\9;/* IE8 fix */
        margin-right: 20px;
        padding: 6px 10px;
        letter-spacing: 1px;
        border: 1px solid #c2c2c2;
    }
	#directPayment-submit {
        position: relative;
        display: inline-block;
        padding: 6px 15px;
        margin: 0;
	}

h2 { font-size: 14px; }
.dates strong {
    color: #2c6075;
}
#home-wrapper { width: 886px; }
#home-wrapper h2 {
    font-size: 18px;
    color: #E86320;
    margin-top: 12px;
}
#searchEngineT {
	border: 1px solid #c9c9c9;
	background: #fcfdfb url(../images/search-engine.png) top left repeat-x;
}
	#searchEngine {
		width: 100%;
	}
		.searchEngine-row {
            padding: 10px;
            display: table-cell;
            background: #f2f2f2;
            border-right: 2px solid #FFF;
		}
			.searchEngine-row h3 {
                font-weight: bold;
                font-size: 15px;
                margin-bottom: 7px;
                color: #168faa;
            }
			.searchEngine-row .searchEngine-column {
                width: 325px;
                margin-left: 140px;
            }
			.searchEngine-row .searchEngine-column label.region { font-size: 11px; }
			.searchEngine-row .searchEngine-column #searchEngine-regions-arrow {
				width: 317px;
				height: 24px;
				margin-bottom: 5px;
				background: url(../images/searchEngine-regions-arrow.png) top left no-repeat;
			}
		#searchEngine #searchEngine-submit {
			float: right;
			margin-top: 28px;
		}
		#searchEngine #searchEngine-duration {
            width: 52px;
            padding: 2px;
            margin-bottom: 5px;
        }
		#searchEngine #searchEngine-tolerance { width: 60px; }
        
#searchEngine-form {
    display: table;
    width: 100%;
}
.dateSelectorBlock {
    margin-bottom: 2px;
}    
.dateSelectorBlock.last {
    margin-bottom: 20px;
}  
.dateSelectorLabel {
    display: inline-block;
    *vertical-align: top;
    *display: inline;
    *zoom: 1;
    width: 95px;
}

#hearts {
	position: relative;
    z-index: 1;
}
    #hearts > i.icon-spin6 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        color: #168faa;
        font-size: 26px;
        margin-right: 12px;
        transform-origin: 53% 47%;
    }
    #hearts-column.empty #hearts {
        border: none;
        padding-left: 0;
        margin-top: 12px;
        color: #888888;
    }
	#hearts .heart {
		position: relative;
	}
		#hearts .heart .banner {
			height: 28px;
			padding: 4px 11px;
            margin-bottom: 5px;
            background: #168faa;
		}
			
			#hearts .heart .banner .name {
                color: white;
                font-size: 20px;
                vertical-align: 8px;
			}
			#hearts .heart .banner .situation {
                color: white;
				font-size: 12px;
				text-align: right;
			}
		#hearts .heart .description {
			display: block;
			color: #f55550;
			font-size: 14px;
			font-weight: bold;
			margin-bottom: 16px;
		}
		#hearts .heart img.category-picture {
			float: left;
			width: 148px;
			height: 98px;
			box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
			-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
			-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
		}
		#hearts .heart .informations {
			float: right;
			width: 172px;
		}
			#hearts .heart .informations .category {
				display: block;
				font-size: 14px;
				font-weight: bold;
				margin-bottom: 4px;
			}
			#hearts .heart .informations .price-container {
				position: relative;
				margin-top: 4px;
			}
			#hearts .heart .informations .price-container .price-zone {
				bottom: 0px;
				right: -15px;
				width: 167px;
				padding: 5px 10px;
				color: white;
				box-shadow: 0px 0px 4px rgba(0,0,0,0.6);
				-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.6);
				-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.6);
			}
			#hearts .heart .informations .price-container .price-zone .price-label {
                display: block;
                color: white;
            }
			#hearts .heart .informations .price-container .price-zone .price {
				color: white;
                display: block;
				font-size: 18px;
				font-weight: bold;
			}
			#hearts .heart .informations .price-container .price-zone .promo {
				color: #dcdcdc;
				font-style: italic;
				text-decoration: line-through;
			}
            .p100-reduc {
                background-image: url(../images/promo-percent-bg-fav.png);
                width: 88px;
                height: 34px;
                line-height: 32px;
                text-indent: 15px;
                color: black;
                font-size: 15px;
                font-weight: bold;
                right: -11px;
            }
            .p100-reduc:after {
                width: 72px;
                height: 28px;
            }
            .tooltip-promo {
                right: -60px;
            }
            
#accessToCart {
    margin-top: 50px;
}
