@charset "utf-8";
/* CSS Document */

.body {
	height:676px;
}

h2 {
	margin:0px;
	padding:0px;
}

#productPage {	
	position:relative;
	width:770px;	
}

.productPageUK {
	background-image:url("../images/productPage-harry-potter-bg-UK.jpg");		
}

.productPageFRA {
	background-image:url("../images/productPage-harry-potter-bg-FRA.jpg");	
}

.productPageGER {
	background-image:url("../images/productPage-harry-potter-bg-GER.jpg");	
	width:784px;
}

.productPageNLB {
	background-image:url("../images/productPage-harry-potter-bg-NLB.jpg");	
}

.productPageESP {
	background-image:url("../images/productPage-harry-potter-bg-ESP.jpg");	
}

.productPageSWE {
	background-image:url("../images/productPage-harry-potter-bg-SWE.jpg");	
}

.productPageBEL-NLB {
	background-image:url("../images/productPage-harry-potter-bg-BEL-NLB.jpg");	
}

.productPageBEL-FRA {
	background-image:url("../images/productPage-harry-potter-bg-BEL-FRA.jpg");	
}

.productPageUSA {
	background-image:url("../images/productPage-harry-potter-bg-USA.jpg");	
}

.productPageEUR{
	background-image:url("../images/productPage-harry-potter-bg-EUR.jpg");	
}

#productPage div#description {
	position:absolute;
	left:225px;
	top:290px;
}

#productPage div#description p {
	color:#ffffff;
	font-size:11px;
	font-family:arial;
	font-weight:bold;
	width:350px;
	text-align:center;
}



#productPage #description div#prices {
	width:262px;
	height:139px;
	text-align:center;
	font-size:28px;
	font-family:arial;
	color:#94ccc4;
	font-weight:bold;	
	background-image:url("../images/productPage-harry-potter-price-bg.png");
	background-repeat:no-repeat;
	text-align:center;
	margin-left:30px;
	padding:0px;
	padding-top:10px;
}

#productPage #prices #qty {
	font-family:arial;
	font-size:12px;
	color:#ffffff;
}

#productPage #prices input#qty {
	background-color:#94ccc4;
	border:1px #ffffff solid;
	font-size:14px;
	height:26px;
	line-height:22px;
	font-family:arial;
	color:#000000;
}

#productPage input#addToBasket {
	border:none;
	background:none;
	background-image:url("../images/productPage-harry-potter-button-add-to-basket.png");
	width:187px;
	height:33px;
	font-size:11px;
	font-family:arial;
	color:#ffffff;
	font-weight:bold;
	margin-top:10px;
}

#productPage span.vatInfo {
	font-size:11px;
	font-family:arial;
	color:#ffffff;
	position:absolute;
	top:580px;
}

#productPage #productExtraInfo {
	font-size:11px;
	font-family:arial;
	color:#ffffff;
	width:220px;
	position:absolute;
	top:380px;
	left:10px;
}


