<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">
	<Button name="AuctionatorRetailImportScrollListLineTemplate" mixin="AuctionatorRetailImportScrollListLineMixin" inherits="AuctionatorRetailImportTemplatedListElementTemplate" virtual="true">
		<Size x="0" y="20"/>
		<Anchors>
			<Anchor point="LEFT"/>
			<Anchor point="RIGHT"/>
		</Anchors>
		<NormalTexture setAllPoints="true" file="Interface\GuildFrame\GuildFrame">
			<TexCoords left="0.36230469" right="0.38183594" top="0.95898438" bottom="0.99804688"/>
		</NormalTexture>
		<HighlightTexture parentKey="HighlightTexture" file="Interface\FriendsFrame\UI-FriendsFrame-HighlightBar" alphaMode="ADD" setAllPoints="true"/>
	</Button>

	<Button name="AuctionatorRetailImportScrollListLineTextTemplate" inherits="AuctionatorRetailImportScrollListLineTemplate" virtual="true">
		<Layers>
			<Layer level="BACKGROUND">
				<FontString parentKey="Text" inherits="GameFontNormal" justifyH="LEFT" maxLines="1">
					<Anchors>
						<Anchor point="LEFT" x="4" y="0"/>
						<Anchor point="RIGHT" x="-4" y="0"/>
					</Anchors>
				</FontString>
			</Layer>
		</Layers>
	</Button>


	<Frame name="AuctionatorRetailImportScrollListTemplate" mixin="AuctionatorRetailImportScrollListMixin" inherits="AuctionatorRetailImportTemplatedListTemplate" virtual="true">
		<Frames>
			<ScrollFrame parentKey="ScrollFrame" inherits="HybridScrollFrameTemplate">
				<Anchors>
					<Anchor point="TOPLEFT" x="4" y="-4"/>
					<Anchor point="BOTTOMRIGHT" x="-28" y="3"/>
				</Anchors>
				<Frames>
					<Slider parentKey="scrollBar" inherits="HybridScrollBarTemplate">
						<Anchors>
							<Anchor point="TOPLEFT" relativePoint="TOPRIGHT" x="4" y="-10"/>
							<Anchor point="BOTTOMLEFT" relativePoint="BOTTOMRIGHT" x="4" y="12"/>
						</Anchors>
						<Layers>
							<Layer level="BACKGROUND">
								<Texture parentKey="Background" file="Interface\FrameGeneral\UI-Background-Marble" horizTile="true" vertTile="true" setAllPoints="true"/>
							</Layer>
						</Layers>
					</Slider>
				</Frames>
			</ScrollFrame>
      <!--XXX This Inset isn't exactly copied from the SharedXML, it has a different inherits and anchors.-->
			<Frame parentKey="InsetFrame" inherits="InsetFrameTemplate4">
				<Anchors>
					<Anchor point="TOPLEFT"/>
					<Anchor point="BOTTOMRIGHT" relativeKey="$parent.ScrollFrame" relativePoint="BOTTOMRIGHT" y="-4"/>
				</Anchors>
			</Frame>
		</Frames>
	</Frame>
</Ui>
