<root>
	<styles>
		<include src="file://{resources}/styles/steamstyles.css" />
		<include src="file://{resources}/styles/store/storeapp.css" />
	</styles>

	<StoreAppNoteSection defaultfocus="LearnMoreButton">
		<Panel class="AppSectionWrapper">
			<Label class="HeaderLabel" text="#Store_Note"/>
			<Panel class="AppSectionBody">
				<Panel class="AppSectionSmallBody">
					<Panel class="NoteIconWrapper" id="HeaderIconWrapper">
						<Panel class="NoteIcon" id="WindowsIcon" />
						<Panel class="NoteIcon" id="OSXIcon" />
						<Panel class="NoteIcon" id="LinuxIcon" />
						<Panel class="NoteIcon" id="SteamControllerIcon" />
						<Panel class="NoteIcon" id="LegacyControllerIcon" />
						<Panel class="NoteIcon" id="KeyboardMouseIcon" />
						<Panel class="NoteIcon" id="EarlyAccessIcon" />
					</Panel>
				</Panel>
				<Panel class="AppSectionLargeBody" childfocusonhover="true">
					<Panel class="Note" id="RequiresStreaming">
						<Label class="NoteLabel" text="#Store_Requires_Streaming" />
						<Panel class="NoteIconWrapper" id="NoteIconWrapper">
							<Panel class="NoteIcon" id="WindowsIcon" />
							<Panel class="NoteIcon" id="OSXIcon" />
							<Panel class="NoteIcon" id="LinuxIcon" />
						</Panel>
					</Panel>

					<Panel class="Note" id="RequiresController">
						<Label class="NoteLabel" text="#Store_Requires_Controller" />
						<Panel class="NoteIconWrapper" id="NoteIconWrapper">
							<Panel class="NoteIcon" id="SteamControllerIcon" />
							<Panel class="NoteIcon" id="LegacyControllerIcon" />
							<Panel class="NoteIcon" id="KeyboardMouseIcon" />
						</Panel>
					</Panel>

					<Panel class="Note" id="EarlyAccess">
						<Label class="NoteLabel" text="#Store_EarlyAccess" />
						<Panel class="NoteIconWrapper" id="NoteIconWrapper">
							<Panel class="NoteIcon" id="EarlyAccessIcon" />
						</Panel>
					</Panel>
					<Button id="LearnMoreButton" tabindex="0" selectionpos="0.0,0.0">
						<Label text="#Store_LearnMore" />
					</Button>
				</Panel>
			</Panel>
		</Panel>
	</StoreAppNoteSection>	
</root>
