@charset "utf-8";
/* CSS Document */

body {
	width: 100%;
	margin: 0;
}

/* ===== jQuery hiding ==== */
.js .hideMe {
	display: none;
}

.BasketLoader
{
	display:block;
	background-color:#FFFFFF;
	width:565px;
	height:40px;
	position:absolute;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
}

.BasketLoaderWait
{
	position:absolute;
	width:32px;
	height:32px;
	left:50%;
	top:50%;
	margin-left:-16px;
	margin-top:-16px;
}

.basketOverlay
{
	position:absolute;
	width:60px;
	top:10px;
	left:-65px;	
	text-align:right;	
	margin:0px;
}
