@CHARSET "UTF-8";

.ContentSlot .Recommendations {
	clear: both;
	margin-left: 0;
	margin-right: 0;
}

.Recommendations.Lazyloader {
	height: 80px;
}

.Recommendations.Lazyloader > img {
	position: absolute;
	left: -10000px;
	top: -10000px;
}

.LoadingSpinner.Curtain[for~=Recommendations] .Icon {
	background: none;
	box-shadow: none;
	left: 50%;
	top: 10px;
	margin-left: -10px;
}

.CockpitSlot .LoadingSpinner.Curtain[for~=Recommendations] {
	background: rgba( 235, 235, 235, 0.3 );
}

.CockpitSlot .LoadingSpinner.Curtain[for~=Recommendations] .Icon {
	top: -6px;
}

.ContentSlot .Recommendations h1,
.ContentSlot .Recommendations h2 {
	border-bottom: 1px solid #CCCCCC;
	margin: 0 15px 10px 15px;
	padding: 0 0 0 10px;
	line-height: 30px;
	font-weight: normal;
}

.ContentSlot .Recommendations > ul > li {
	float: left;
	margin: 0 7px 15px 15px;
}

.CockpitSlot .Recommendations {
	margin: 25px 0 0 15px;
	width: 152px;
}

.CockpitSlot .Recommendations h1 {
	margin-top: 10px;
	margin-bottom: 15px;
}

.CockpitSlot .Recommendations .ProductListItem {
	position: relative;
	width: 152px;
	height: 230px;
	margin-bottom: 15px;
}

.CockpitSlot .Recommendations .ProductListItem .ProductPicture {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.CockpitSlot .Recommendations .ProductListItem .Title {
	top: 120px;
	width: 152px;
}

.CockpitSlot .Recommendations .ProductListItem .Links {
	top: 155px;
}

.CockpitSlot .Recommendations .ProductListItem .Rating {
	top: 187px;
}

.CockpitSlot .Recommendations .ProductListItem .ProductPrice {
	top: 210px;
	padding: 0px;
	height: 12px;
}

.CockpitSlot .Recommendations .ProductListItem .ProductPrice .PriceCash {
	font-weight: bold;
	position: absolute;
}

.CockpitSlot .Recommendations .ProductListItem .ProductPrice .PriceMiles {
	text-align: right;
}