@charset "utf-8";
/* CSS Document */

#promoPage  {
	width:758px;
	height:1235px;
	position:relative;
	overflow:hidden;
}

.promoPageUK {
	background-image:url("../shopimages/frontPageOffers/landingPage-sale2009-bg-UK.jpg");
}

.promoPageGER {
	background-image:url("../shopimages/frontPageOffers/landingPage-sale2009-bg-GER.jpg");
}

.promoPageNLB {
	background-image:url("../shopimages/frontPageOffers/landingPage-sale2009-bg-NLB.jpg");
}

.promoPageESP {
	background-image:url("../shopimages/frontPageOffers/landingPage-sale2009-bg-ESP.jpg");
}

.promoPageFRA {
	background-image:url("../shopimages/frontPageOffers/landingPage-sale2009-bg-FRA.jpg");
}

.promoPageBEL-FRA {
	background-image:url("../shopimages/frontPageOffers/landingPage-sale2009-bg-BEL-FRA.jpg");
}

.promoPageBEL-NLB {
	background-image:url("../shopimages/frontPageOffers/landingPage-sale2009-bg-BEL-NLB.jpg");
}

.promoPageSWE {
	background-image:url("../shopimages/frontPageOffers/landingPage-sale2009-bg-SWE.jpg");
}

.promoPageEUR {
	background-image:url("../shopimages/frontPageOffers/landingPage-sale2009-bg-EUR.jpg");
}

.promoPageUSA {
	background-image:url("../shopimages/frontPageOffers/landingPage-sale2009-bg-USA.jpg");
}

#items {	
	position:absolute;
	overflow:hidden;
	height:360px;
	width:730px;
	left:20px;
	top:150px;
}

.item {
	width:181px;
	height:348px;
	float:left;
	display:inline-block;
	text-decoration:none;
	text-align:center;
}

.item span {
	font-size:12px;
	font-family:arial;
	color:#ffffff;
	font-weight:bold;	
	text-decoration:none;
	display:inline-block;
	width:160px;
	height:50px;
	margin-left:5px;
	margin-top:205px;
}

.item:hover {
	background-position:-181px 0px;
}

#moreProducts {
	width:730px;
	overflow:hidden;
	height:780px;
	position:absolute;
	top:580px;
	margin-left:35px;	
}

#moreProducts .product {
	height:245px;
	width:154px;	
	text-align:center;
	cursor:pointer;
	float:left;
	margin-right:20px;
	margin-bottom:5px;
	margin-top:5px;
}

#moreProducts .product a.title {
	display:inline-block;
	text-align:center;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	width:150px;
	height:55px;
	overflow:hidden;	
	margin-top:5px;
}

#moreProducts .product img {
	height:80px;
	width:80px;
}

#moreProducts .product span.oldPrice {
	font-size:12px;
	font-family:arial;
	color:#ffffff;
	font-weight:bold;
	margin-top:5px;
	display:inline-block;
}

#moreProducts .product span.newPrice {
	font-size:14px;
	font-family:arial;
	color:#ffffff;
	font-weight:bold;
	display:inline-block;
}

#moreProducts .product:hover {
	background-position:-154px 0px;
}

#moreProducts .productUK {
	background-image:url("../shopimages/frontPageOffers/landingPage-sale2009-product-bg-UK.png");
}

#moreProducts .productGER {
	background-image:url("../shopimages/frontPageOffers/landingPage-sale2009-product-bg-GER.png");
}

#moreProducts .productNLB {
	background-image:url("../shopimages/frontPageOffers/landingPage-sale2009-product-bg-NLB.png");
}

#moreProducts .productESP {
	background-image:url("../shopimages/frontPageOffers/landingPage-sale2009-product-bg-ESP.png");
}

#moreProducts .productFRA {
	background-image:url("../shopimages/frontPageOffers/landingPage-sale2009-product-bg-FRA.png");
}

#moreProducts .productBEL-FRA {
	background-image:url("../shopimages/frontPageOffers/landingPage-sale2009-product-bg-BEL-FRA.png");
}

#moreProducts .productBEL-NLB {
	background-image:url("../shopimages/frontPageOffers/landingPage-sale2009-product-bg-BEL-NLB.png");
}

#moreProducts .productSWE {
	background-image:url("../shopimages/frontPageOffers/landingPage-sale2009-product-bg-SWE.png");
}

#moreProducts .productEUR {
	background-image:url("../shopimages/frontPageOffers/landingPage-sale2009-product-bg-EUR.png");
}

#moreProducts .productUSA {
	background-image:url("../shopimages/frontPageOffers/landingPage-sale2009-product-bg-USA.png");
}









