

#ProductDetails {
	width:764px;
}



#ProductDetails div.header {
	width: 765px;
	height: 50px;
	margin-bottom: 4px;
	background-color: #00a7e4;
	background-image: url(/media/catalogue/productDetails/header-bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#ProductDetails h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	padding: 15px 15px 0 15px;
	margin: 0;
}
#ProductDetails h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0194cf;
	margin: 0;
}



#ProductDetails div.box-grey-mid {
	width: 368px;
	padding: 5px;
	border-left: #dad8d9 solid 1px;
	border-right: #dad8d9 solid 1px;
	background-color: #f9f9f8;
}
#ProductDetails div.box-grey-top {
	width: 380px;
	height: 6px;
	background-image: url(/media/catalogue/productDetails/box-grey-top.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#ProductDetails div.box-grey-bottom {
	width: 380px;
	height: 6px;
	margin-bottom: 4px;
	background-image: url(/media/catalogue/productDetails/box-grey-bottom.gif);
	background-position: top left;
	background-repeat: no-repeat;
}



#ProductDetails div.box-details-mid {
	width: 366px;
	border-left: #e8e7e7 solid 1px;
	border-right: #e8e7e7 solid 1px;
	background-color: #ffffff;
}
#ProductDetails div.box-details-top {
	width: 368px;
	height: 7px;
	background-image: url(/media/catalogue/productDetails/box-details-top.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#ProductDetails div.box-details-bottom {
	width: 368px;
	height: 7px;
	margin-bottom: 4px;
	background-image: url(/media/catalogue/productDetails/box-details-bottom.gif);
	background-position: top left;
	background-repeat: no-repeat;
}



#ProductDetails div.box-image-mid {
	width: 356px;
	padding: 0 12px 0 12px;
	text-align: center;
	background-image: url(/media/catalogue/productDetails/box-image-bg.gif);
	background-position: top left;
	background-repeat: repeat-y;
}
#ProductDetails div.box-image-top {
	width: 380px;
	height: 12px;
	background-image: url(/media/catalogue/productDetails/box-image-top.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#ProductDetails div.box-image-bottom {
	width: 380px;
	height: 12px;
	margin-bottom: 4px;
	background-image: url(/media/catalogue/productDetails/box-image-bottom.gif);
	background-position: top left;
	background-repeat: no-repeat;
}



#ProductDetails div.price {
	width: 380px;
	height: 111px;
	margin-bottom: 4px;
	position: relative;
	background-color: #ff7805;
	background-image: url(/media/catalogue/productDetails/price-bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#ProductDetails span.price-vejl-prefix,
#ProductDetails span.price-vejl-value,
#ProductDetails span.price-save-prefix,
#ProductDetails span.price-save-value,
#ProductDetails span.price-tax-prefix,
#ProductDetails span.price-tax-value,
#ProductDetails a.price-tax-link {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
#ProductDetails span.price-vejl-prefix {
	position: absolute;
	top: 12px;
	left: 15px;
}
#ProductDetails span.price-vejl-value {
	position: absolute;
	top: 12px;
	right: 15px;
	text-align: right;
}
#ProductDetails span.price-save-prefix {
	position: absolute;
	top: 30px;
	left: 15px;
}
#ProductDetails span.price-save-value {
	position: absolute;
	top: 30px;
	right: 15px;
	text-align: right;
}
#ProductDetails span.price-tax-prefix {
	position: absolute;
	top: 85px;
	left: 15px;
}
#ProductDetails span.price-tax-value {
	position: absolute;
	top: 85px;
	right: 15px;
	text-align: right;
}

#ProductDetails span.price-price-prefix,
#ProductDetails span.price-price-value {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	position: absolute;
}
#ProductDetails span.price-price-prefix {
	top: 60px;
	left: 15px;
}
#ProductDetails span.price-price-value {
	top: 60px;
	right: 15px;
	text-align: right;
}



#ProductDetails div.basket {
	width: 380px;
	height: 48px;
	position: relative;
	margin-bottom: 4px;
	background-image: url(/media/catalogue/productDetails/basket-bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#ProductDetails input.basket-quantity {
	width: 30px;
	background-color: #ffffff;
	border: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #1b0803;
	position: absolute;
	top: 15px;
	left: 145px;
}
#ProductDetails input.basket-add {
	position: absolute;
	top: 6px;
	left: 185px;
}


#ProductDetails td.prefix {
	width: 110px;
	padding-left: 8px;
	font-weight: bold;
}
#ProductDetails div.description {
	padding: 10px;
}
#ProductDetails textarea {
	width: 340px;
	height: 50px;
}






#ProductDetails_RelatedProducts div.header {
	width: 380px;
	height: 48px;
	margin-bottom: 4px;
	background-color: #00a7e4;
	background-image: url(/media/catalogue/productDetails/related-header-bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#ProductDetails_RelatedProducts div.box-mid {
	width: 365px;
	padding: 0 5px 0 10px;
	background-image: url(/media/catalogue/productDetails/box-relatedprd-mid.gif);
	background-position: top left;
	background-repeat: repeat-y;
}
#ProductDetails_RelatedProducts div.box-top {
	width: 380px;
	height: 11px;
	background-image: url(/media/catalogue/productDetails/box-relatedprd-top.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#ProductDetails_RelatedProducts div.box-bottom {
	width: 380px;
	height: 11px;
	margin-bottom: 4px;
	background-image: url(/media/catalogue/productDetails/box-relatedprd-bottom.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#ProductDetails_RelatedProducts a.picture {
	float: left; 
	margin-right: 15px;
}
#ProductDetails_RelatedProducts a.productname {
	width: 270px;
	color: #8a807d;
	font-weight: bold;
	text-decoration: none;
}
#ProductDetails_RelatedProducts div.price-prefix {
	float: left;
	color: #8a807d;
}
#ProductDetails_RelatedProducts div.price {
	float: right;
	width: 153px;
	height: 20px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	padding-top: 4px;
	margin-right: 5px;
	background-image: url(/media/catalogue/productDetails/related-price-bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#ProductDetails_RelatedProducts div.basket {
	margin-top: 5px;
	width: 276px;
	height: 32px;
	position: relative;
	background-image: url(/media/catalogue/productDetails/related-basket-bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#ProductDetails_RelatedProducts input.quantity {
	position: absolute;
	top: 8px;
	left: 79px;
	width: 22px;
	border: none;
	background-color: #ffffff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #1b0803;
}
#ProductDetails_RelatedProducts input.addtobasket {
	position: absolute;
	top: 4px;
	right: 5px;
}

