.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);
}

.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);
}


A.buttonAdd, A.buttonAdd:visited, A.buttonAdd:link, A.buttonAdd:active, A.buttonAdd:hover,
A.buttonMinus, A.buttonMinus:visited, A.buttonMinus:link, A.buttonMinus:active, A.buttonMinus:hover,
A.buttonDelete, A.buttonDelete:visited, A.buttonDelete:link, A.buttonDelete:active, A.buttonDelete:hover {
	margin: 0; 
	padding: 5; 
	font-size: 9px; 
	font-weight: bold;
	background-color: rgb(200,200,200);
	border: 1px solid black; 
	color: black;
	text-decoration: none;
}

A.buttonAdd:hover,
A.buttonMinus:hover,
A.buttonDelete:hover {
	background-color: rgb(200,200,200);
	border: 1px solid black; 
	color: black;
}

/* 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;
	display: inline;
	height: auto;
	margin: 47 20 0 20;
	font-size: 75%;
	color: rgb(255,255,220);
}
#basketSmall H1 {
	margin: 0;
	padding: 0;
	color: white;
	background-color: transparent;
}

/* SECPAYCHECKOUT - Formatting for secpay ( Pre Payment Pages)
------------------------------------------------------------------------------------------------------------------------------- */
#secpayCheckout {
	display: table;
	padding-top: 10px; 
	padding-left: 20px;
}
#secpayCheckout TABLE {
	border-collapse: collapse;
	font-size: 100%;
	margin-bottom: 10;
}
#secpayCheckout TH {
	text-align: left;
	color: rgb(236,210,152);
}
#secpayCheckout TD {
	text-align: left;
}

/* SECPAYFORMSPACER - Creates the gap between the title and input fields on secpay forms
------------------------------------------------------------------------------------------------------------------------------- */
.secpayFormSpacer {
	width: 150;
}

/*  CHECKOUT - Formatting for pxs (PROTX Pre Payment Pages)
------------------------------------------------------------------------------------------------------------------------------- */
#checkout {
	display: table;
	padding: 5 15;
}
#checkout H1 {
	color: rgb(70,100,20);
	background-color: #fff;
}
#checkout TABLE {
	border-collapse: collapse;
	font-size: 100%;
	margin-bottom: 10;
}
#checkout TH {
	text-align: left;
	color: rgb(48,66,14);
}
#checkout TD {
	text-align: left;
}

