.lookupPanel {
	float: left;
	margin: 0;
	margin-right: 10;
	margin-bottom: 20;
	height: auto;
	width: 120;
	background-color: rgb(255,255,255);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: center;
}
.lookupPanel IMG {
	border: none;
	padding: 0;
	margin: 0;
}

.lookupPanelText {
	padding: 5 0;
	margin: 0;
	width: 100%;
	height: auto;
	background-color: rgb(239,193,22);
	background-color: rgb(249,237,185);
}

.lookupPanel A, .lookupPanel A:visited, .lookupPanel A:link, .lookupPanel A:active {
	padding: 3 2;
	width: 100%;
	text-decoration: none;
	font-size: 105%;
	background-color: transparent;
	color: #000;
}
.lookupPanel A:hover {
	text-decoration: none;
	color: rgb(235,31,40);
}

/* BASKET DETAILS - Basket List
------------------------------------------------------------------------------------------------------------------------------- */
#basketDetails {
}
#basketDetails H1 {
	background-color: transparent;
}
#basketDetails TABLE {
	border-collapse: collapse;
	font-size: 100%;
}
#basketDetails TH {
	font-size: 100%;
	padding: 3;
}
#basketDetails TD {
	font-size: 100%;
}

/* BASKET SMALL - Basket Summary Box showing #items,  value +  checkout & view  buttons
------------------------------------------------------------------------------------------------------------------------------- */
#basketSmall {
	float: left;
	border: 1px solid #ccc; 
	width: 165;
	height: auto;
	margin: 6 0 0 7;
	padding: 2 3;
	font-size: 75%;
}
#basketSmall STRONG {
	color: rgb(32,63,127);
}

/* PXSCHECKOUT - Formatting for pxs (PROTX Pre Payment Pages)
------------------------------------------------------------------------------------------------------------------------------- */
#wpayCheckout {
	display: table;
}
#wpayCheckout TABLE {
	border-collapse: collapse;
	font-size: 100%;
	margin-bottom: 10;
}
#wpayCheckout TH {
	text-align: left;
	color: rgb(236,210,152);
}
#wpayCheckout TD {
	text-align: left;
}

/* PXSFORMSPACER - Creates the gap between the title and input fields on pxs forms
------------------------------------------------------------------------------------------------------------------------------- */
.pxsFormSpacer {
	width: 150;
}

/* CHEQUECHECKOUT - Formatting for pxs (PROTX Pre Payment Pages)
------------------------------------------------------------------------------------------------------------------------------- */
#chequeCheckout {
	display: table;
}
#chequeCheckout TABLE {
	border-collapse: collapse;
	font-size: 100%;
	margin-bottom: 10;
}
#chequeCheckout TH {
	text-align: left;
	color: rgb(236,210,152);
}
#chequeCheckout TD {
	text-align: left;
}
