<Ui xmlns="http://www.blizzard.com/wow/ui/"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://www.blizzard.com/wow/ui/ ..\FrameXML\UI.xsd">

	<Frame name="InspectEquip_InfoWindow" toplevel="true" enableMouse="true" framestrata="BACKGROUND">
		<Size x="350" y="450" />
		<Backdrop
			bgFile="Interface\TutorialFrame\TutorialFrameBackground"
			edgeFile="Interface\DialogFrame\UI-DialogBox-Border"
			tile="true">
			<EdgeSize><AbsValue val="16"/></EdgeSize>
			<TileSize><AbsValue val="32"/></TileSize>
			<BackgroundInsets><AbsInset left="5" right="5" top="5" bottom="5"/></BackgroundInsets>
		</Backdrop>

		<Layers>
			<Layer level="ARTWORK">
				<FontString name="$parentTitle" inherits="GameFontNormal">
					<Anchors>
						<Anchor point="TOP" relativePoint="TOP">
							<Offset x="0" y="-17"/>
						</Anchor>
					</Anchors>
				</FontString>
				<FontString name="$parentAvgItemLevel" inherits="GameFontHighlightSmall">
					<Anchors>
						<Anchor point="BOTTOM" relativePoint="BOTTOM">
							<Offset x="0" y="12"/>
						</Anchor>
					</Anchors>
				</FontString>
			</Layer>
		</Layers>
		
		<Frames>
			<Button name="$parent_CloseButton" inherits="UIPanelCloseButton">
				<Anchors>
					<Anchor point="TOPRIGHT">
						<Offset x="-1" y="0"/>
					</Anchor>
				</Anchors>
				<Scripts>
					<OnClick>
						this:GetParent():Hide()
					</OnClick>
				</Scripts>
			</Button>
		</Frames>
		
	</Frame>
</Ui>
