<root>
	<styles>
		<include src="file://{resources}/styles/steamstyles.css" />
		<include src="file://{resources}/styles/store/checkout.css" />
	</styles>
	
	<ShoppingCart class="CheckoutStep" tabindex="auto" selectionpos="auto" defaultfocus="PurchaseForSelfBtn" oncancel="NavigateCheckoutBack()">
		<Panel class="CheckoutTitleRow">
			<Label class="CheckoutTitle" text="#Store_Cart_Title" />
			<Label id="CartItemCount" text="#Store_Cart_ItemsInCart" />
		</Panel>
		<Panel class="CheckoutBody">
			<Panel class="EmptyCartSection">
				<Label id="CartStatus" />
			</Panel>
			<Panel class="CartSection">
				<Panel class="CheckoutBodyLeftColumn">
					<Panel id="LineItems" overscroll-y="100" />
					<Panel class="CartSubtotalSection">
						<Panel id="CouponTotalRow">
							<Label text="#Store_Cart_CouponTotal" />
							<Label id="CouponTotal" text="" />
						</Panel>
						<Panel id="SubtotalRow">
							<Label text="#Store_Cart_Subtotal" />
							<Label id="CartSubtotal" text="" />
						</Panel>
					</Panel>
				</Panel>
				<Panel class="VerticalRule" />
				<Panel class="CheckoutBodyRightColumn">
					<Label class="CartInstructions" text="#Store_Cart_Instructions" />
					<Button id="PurchaseForSelfBtn" onactivate="PurchaseForSelf()">
						<Label text="#Store_Cart_PurchaseForSelf" />
					</Button>
					<Button id="PurchaseForGiftBtn" onactivate="PurchaseAsGift()">
						<Label text="#Store_Cart_PurchaseAsGift" />
					</Button>
					<Button id="ContineShoppingBtn" onactivate="StoreCloseCheckout( true )">
						<Label text="#Store_Cart_ContinueShopping" />
					</Button>
				</Panel>
			</Panel>
		</Panel>
	</ShoppingCart>	
</root>
