@charset "utf-8";
/* CSS Document */

#promoPage {
	background-repeat:no-repeat;
	width:758px;
	height:684px;
	overflow:hidden;	
	position:relative;
}

.promoPageUK {
	background-image:url("../shopimages/frontPageOffers/landingPage-labello-sun-bg-UK.jpg");
}

.promoPageGER {
	background-image:url("../shopimages/frontPageOffers/landingPage-labello-sun-bg-GER.jpg");
}

.promoPageNLB {
	background-image:url("../shopimages/frontPageOffers/landingPage-labello-sun-bg-NLB.jpg");
}

.promoPageESP {
	background-image:url("../shopimages/frontPageOffers/landingPage-labello-sun-bg-ESP.jpg");
	height:764px;
}

.promoPageFRA {
	background-image:url("../shopimages/frontPageOffers/landingPage-labello-sun-bg-FRA.jpg");
}

.promoPageSWE {
	background-image:url("../shopimages/frontPageOffers/landingPage-labello-sun-bg-SWE.jpg");
}

.promoPageUSA {
	background-image:url("../shopimages/frontPageOffers/landingPage-labello-sun-bg-USA.jpg");
}

.promoPageEUR {
	background-image:url("../shopimages/frontPageOffers/landingPage-labello-sun-bg-EUR.jpg");
}

.promoPageBEL-FRA {
	background-image:url("../shopimages/frontPageOffers/landingPage-labello-sun-bg-BEL-FRA.jpg");
}

.promoPageBEL-NLB {
	background-image:url("../shopimages/frontPageOffers/landingPage-labello-sun-bg-BEL-NLB.jpg");
}

#promoPage #productDetails {
	position:absolute;
	left:300px;
	top:170px;
	width:435px;
	height:320px;
}

#promoPage #productDetails h2 {
	font-size:18px;
	font-weight:bold;
	color:#cf3735;
}

#promoPage #productDetails p {
	color:#1e3440;
	line-height:1.3em;
	font-size:12px;
	width:430px;
	text-align:justify;
}

#promoPage #productDetails span.pricesTitle {
	font-size:18px;
	color:#cf3735;
	font-weight:normal;	
	display:inline-block;
	margin-bottom:2px;
}

#promoPage #productDetails input.textbox {
	border:1px #cf3735 solid;
	height:22px;
	line-height:22px;
	width:50px;
}

#promoPage #productDetails #addToBasket {
	border:0px;
	background:none;
	background-image:url("../../templates_lb/images/button-add-to-basket.png");
	padding:0px;
	margin:0px;
	width:211px;
	height:34px;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	font-family:arial;
	line-height:24px;
	display:inline-block;
}

#promoPage span.newPrice {
	font-size:16px;
	font-weight:bold;
	color:#cf3735;
}


