@media print, handheld {
	#scroll,
	#productMoving,
	#basketMessage,
	#enquiryMessage,
	#basketTarget {
		display: none !important;
	}
}


#scroll {
	display: block;
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 1px;
}


#basketTarget {
	display: none;
	position: absolute;
	z-index: 10001;
	font-size: 1px;
}

		
#productMoving {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10001;
	vertical-align: bottom;
}


#basketMessage, #enquiryMessage {
	display: none;
	width: 13.25em;
	margin: 0;
	padding: 8px 0 0;
	position: absolute;
	z-index: 10001;
	background: -477px top url('/images/page/basket-message.gif') no-repeat;
}


#basketMessage em, #enquiryMessage em {
	display: block;
	padding: 1px 2px 2px;
	background: #ffffe1;
	color: #33332d;
	font-style: normal;
	border: 1px solid #000;
	border-top: none;
	cursor: default;
}

