* {
	float		: none;
	position	: static;
	background	: none;
	font-family	: Arial, Verdana, Tahoma;
}

table {
	border-collapse: collapse;
}

body {
	font-size		: 8pt;
}

#footer,
#menus {
	display		: none;
}

.hide,
p.cart_gift,
p img.bttcart,
div.navbtt,
#checkoutpage .headpage,
#checkoutpage .confirm {
	display		: none;
}

#logo a img,
#checkoutpage,
#checkoutpage * {
	border		: 0;
}

#checkoutpage fieldset {
	border-bottom	: 1px #e9e9e9 solid;
}

#checkoutpage td, 
#checkoutpage th {
	text-align	: left;
	padding-right : 5mm;
}

	#checkoutpage td.cart_qty input{
		width		: 5mm;
		padding		: 0;
	}

	#checkoutpage td.cart_item {
		width		: 80mm;
	}
	
	#checkoutpage td.cart_price {
		width		: 20mm;
	}

#checkoutpage dd {
	display			: block;
	text-align		: right;
	width			: 30mm;
}

#checkoutpage tfoot {
	background		: #f0f0f0;
}

#checkoutpage p.msg_ok { color			: green; }
#checkoutpage p.msg_error { color			: red; }

#totcheckout  {
	border-bottom	: 2pt #e9e9e9 solid;
}
#totcheckout dl * {
	display		: inline;
}