3.0.1.8634/AddOns/Blizzard_AuctionUI/Blizzard_AuctionUI.xml
<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">
	<Script file="Blizzard_AuctionUI.lua"/>
	<Include file="Blizzard_AuctionUITemplates.xml"/>
	<Frame name="AuctionFrame" toplevel="true" parent="UIParent" enableMouse="true" hidden="true">
		<Size>
			<AbsDimension x="832" y="447"/>
		</Size>
		<Anchors>
			<Anchor point="TOPLEFT">
				<Offset>
					<AbsDimension x="0" y="-104"/>
				</Offset>
			</Anchor>
		</Anchors>
		<Layers>
			<Layer level="BACKGROUND">
				<Texture name="AuctionPortraitTexture">
					<Size>
						<AbsDimension x="58" y="58"/>
					</Size>
					<Anchors>
						<Anchor point="TOPLEFT">
							<Offset>
								<AbsDimension x="12" y="-8"/>
							</Offset>
						</Anchor>
					</Anchors>
				</Texture>
			</Layer>
			<Layer level="ARTWORK">
				<Texture name="$parentTopLeft" file="Interface\AuctionFrame\UI-AuctionFrame-Browse-TopLeft">
					<Size>
						<AbsDimension x="256" y="256"/>
					</Size>
					<Anchors>
						<Anchor point="TOPLEFT"/>
					</Anchors>
				</Texture>
				<Texture name="$parentTop" file="Interface\AuctionFrame\UI-AuctionFrame-Browse-Top">
					<Size>
						<AbsDimension x="320" y="256"/>
					</Size>
					<Anchors>
						<Anchor point="TOPLEFT">
							<Offset>
								<AbsDimension x="256" y="0"/>
							</Offset>
						</Anchor>
					</Anchors>
				</Texture>
				<Texture name="$parentTopRight" file="Interface\AuctionFrame\UI-AuctionFrame-Browse-TopRight">
					<Size>
						<AbsDimension x="256" y="256"/>
					</Size>
					<Anchors>
						<Anchor point="TOPLEFT" relativeTo="$parentTop" relativePoint="TOPRIGHT">
							<Offset>
								<AbsDimension x="0" y="0"/>
							</Offset>
						</Anchor>
					</Anchors>
				</Texture>
				<Texture name="$parentBotLeft" file="Interface\AuctionFrame\UI-AuctionFrame-Browse-BotLeft">
					<Size>
						<AbsDimension x="256" y="256"/>
					</Size>
					<Anchors>
						<Anchor point="TOPLEFT">
							<Offset>
								<AbsDimension x="0" y="-256"/>
							</Offset>
						</Anchor>
					</Anchors>
				</Texture>
				<Texture name="$parentBot" file="Interface\AuctionFrame\UI-AuctionFrame-Browse-Bot">
					<Size>
						<AbsDimension x="320" y="256"/>
					</Size>
					<Anchors>
						<Anchor point="TOPLEFT">
							<Offset>
								<AbsDimension x="256" y="-256"/>
							</Offset>
						</Anchor>
					</Anchors>
				</Texture>
				<Texture name="$parentBotRight" file="Interface\AuctionFrame\UI-AuctionFrame-Browse-BotRight">
					<Size>
						<AbsDimension x="256" y="256"/>
					</Size>
					<Anchors>
						<Anchor point="TOPLEFT" relativeTo="$parentBot" relativePoint="TOPRIGHT">
							<Offset>
								<AbsDimension x="0" y="0"/>
							</Offset>
						</Anchor>
					</Anchors>
				</Texture>
			</Layer>
		</Layers>
		<Frames>
			<Button name="AuctionFrameTab1" inherits="AuctionTabTemplate" id="1" text="BROWSE">
				<Anchors>
					<Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT">
						<Offset>
							<AbsDimension x="15" y="11"/>
						</Offset>
					</Anchor>
				</Anchors>
			</Button>
			<Button name="AuctionFrameTab2" inherits="AuctionTabTemplate" id="2" text="BIDS">
				<Anchors>
					<Anchor point="TOPLEFT" relativeTo="AuctionFrameTab1" relativePoint="TOPRIGHT">
						<Offset>
							<AbsDimension x="-8" y="0"/>
						</Offset>
					</Anchor>
				</Anchors>
			</Button>
			<Button name="AuctionFrameTab3" inherits="AuctionTabTemplate" id="3" text="AUCTIONS">
				<Anchors>
					<Anchor point="TOPLEFT" relativeTo="AuctionFrameTab2" relativePoint="TOPRIGHT">
						<Offset>
							<AbsDimension x="-8" y="0"/>
						</Offset>
					</Anchor>
				</Anchors>
			</Button>
			<Frame name="AuctionFrameMoneyFrame" inherits="SmallMoneyFrameTemplate">
				<Anchors>
					<Anchor point="BOTTOMRIGHT" relativePoint="BOTTOMLEFT">
						<Offset>
							<AbsDimension x="181" y="18"/>
						</Offset>
					</Anchor>
				</Anchors>
			</Frame>
			<Button name="AuctionFrameCloseButton" inherits="UIPanelCloseButton">
				<Anchors>
					<Anchor point="TOPRIGHT">
						<Offset>
							<AbsDimension x="3" y="-8"/>
						</Offset>
					</Anchor>
				</Anchors>
			</Button>
			<!-- Browse Tab -->
			<Frame name="AuctionFrameBrowse" hidden="true">
				<Size>
					<AbsDimension x="758" y="447"/>
				</Size>
				<Anchors>
					<Anchor point="TOPLEFT"/>
				</Anchors>
				<Layers>
					<Layer level="BACKGROUND">
						<FontString name="BrowseTitle" inherits="GameFontNormal" text="BROWSE_AUCTIONS">
							<Anchors>
								<Anchor point="TOP">
									<Offset>
										<AbsDimension x="0" y="-18"/>
									</Offset>
								</Anchor>
							</Anchors>
						</FontString>
					</Layer>
					<Layer level="ARTWORK">
						<FontString name="BrowseNameText" inherits="GameFontHighlightSmall" text="NAME">
							<Anchors>
								<Anchor point="TOPLEFT">
									<Offset>
										<AbsDimension x="80" y="-41"/>
									</Offset>
								</Anchor>
							</Anchors>
						</FontString>
						<FontString name="BrowseLevelText" inherits="GameFontHighlightSmall" text="LEVEL_RANGE">
							<Anchors>
								<Anchor point="BOTTOMLEFT" relativePoint="TOPLEFT">
									<Offset>
										<AbsDimension x="230" y="-47"/>
									</Offset>
								</Anchor>
							</Anchors>
						</FontString>
						<FontString name="BrowseBidText" inherits="GameFontHighlightSmall" text="BID" justifyH="RIGHT">
							<Anchors>
								<Anchor point="BOTTOMRIGHT" relativePoint="BOTTOM">
									<Offset>
										<AbsDimension x="-75" y="21"/>
									</Offset>
								</Anchor>
							</Anchors>
						</FontString>
						<FontString name="BrowseIsUsableText" inherits="GameFontHighlightSmall" text="USABLE_ITEMS">
							<Anchors>
								<Anchor point="TOPLEFT">
									<Offset>
										<AbsDimension x="485" y="-56"/>
									</Offset>
								</Anchor>
							</Anchors>
						</FontString>
						<FontString name="BrowseShowOnCharacterText" inherits="GameFontHighlightSmall" text="DISPLAY_ON_CHARACTER">
							<Anchors>
								<Anchor point="TOPLEFT">
									<Offset>
										<AbsDimension x="685" y="-56"/>
									</Offset>
								</Anchor>
							</Anchors>
						</FontString>
						<FontString name="BrowseSearchCountText" inherits="GameFontHighlightSmall">
							<Anchors>
								<Anchor point="BOTTOM">
									<Offset>
										<AbsDimension x="80" y="53"/>
									</Offset>
								</Anchor>
							</Anchors>
						</FontString>
						<FontString name="BrowseNoResultsText" inherits="GameFontNormal" text="BROWSE_SEARCH_TEXT"  hidden="true">
							<Anchors>
								<Anchor point="TOP">
									<Offset>
										<AbsDimension x="115" y="-120"/>
									</Offset>
								</Anchor>
							</Anchors>
						</FontString>
						<FontString name="BrowseSearchDotsText" inherits="GameFontNormal">
							<Anchors>
								<Anchor point="LEFT" relativeTo="BrowseNoResultsText" relativePoint="RIGHT">
									<Offset>
										<AbsDimension x="0" y="0"/>
									</Offset>
								</Anchor>
							</Anchors>
						</FontString>
					</Layer>
				</Layers>
				<Frames>
					<Button name="AuctionFilterButton1" inherits="AuctionClassButtonTemplate" id="1">
						<Anchors>
							<Anchor point="TOPLEFT">
								<Offset>
									<AbsDimension x="23" y="-105"/>
								</Offset>
							</Anchor>
						</Anchors>
					</Button>
					<Button name="AuctionFilterButton2" inherits="AuctionClassButtonTemplate" id="2">
						<Anchors>
							<Anchor point="TOPLEFT" relativeTo="AuctionFilterButton1" relativePoint="BOTTOMLEFT">
								<Offset>
									<AbsDimension x="0" y="0"/>
								</Offset>
							</Anchor>
						</Anchors>
					</Button>
					<Button name="AuctionFilterButton3" inherits="AuctionClassButtonTemplate" id="3">
						<Anchors>
							<Anchor point="TOPLEFT" relativeTo="AuctionFilterButton2" relativePoint="BOTTOMLEFT">
								<Offset>
									<AbsDimension x="0" y="0"/>
								</Offset>
							</Anchor>
						</Anchors>
					</Button>
					<Button name="AuctionFilterButton4" inherits="AuctionClassButtonTemplate" id="4">
						<Anchors>
							<Anchor point="TOPLEFT" relativeTo="AuctionFilterButton3" relativePoint="BOTTOMLEFT">
								<Offset>
									<AbsDimension x="0" y="0"/>
								</Offset>
							</Anchor>
						</Anchors>
					</Button>
					<Button name="AuctionFilterButton5" inherits="AuctionClassButtonTemplate" id="5">
						<Anchors>
							<Anchor point="TOPLEFT" relativeTo="AuctionFilterButton4" relativePoint="BOTTOMLEFT">
								<Offset>
									<AbsDimension x="0" y="0"/>
								</Offset>
							</Anchor>
						</Anchors>
					</Button>
					<Button name="AuctionFilterButton6" inherits="AuctionClassButtonTemplate" id="6">
						<Anchors>
							<Anchor point="TOPLEFT" relativeTo="AuctionFilterButton5" relativePoint="BOTTOMLEFT">
								<Offset>
									<AbsDimension x="0" y="0"/>
								</Offset>
							</Anchor>
						</Anchors>
					</Button>
					<Button name="AuctionFilterButton7" inherits="AuctionClassButtonTemplate" id="7">
						<Anchors>
							<Anchor point="TOPLEFT" relativeTo="AuctionFilterButton6" relativePoint="BOTTOMLEFT">
								<Offset>
									<AbsDimension x="0" y="0"/>
								</Offset>
							</Anchor>
						</Anchors>
					</Button>
					<Button name="AuctionFilterButton8" inherits="AuctionClassButtonTemplate" id="8">
						<Anchors>
							<Anchor point="TOPLEFT" relativeTo="AuctionFilterButton7" relativePoint="BOTTOMLEFT">
								<Offset>
									<AbsDimension x="0" y="0"/>
								</Offset>
							</Anchor>
						</Anchors>
					</Button>
					<Button name="AuctionFilterButton9" inherits="AuctionClassButtonTemplate" id="9">
						<Anchors>
							<Anchor point="TOPLEFT" relativeTo="AuctionFilterButton8" relativePoint="BOTTOMLEFT">
								<Offset>
									<AbsDimension x="0" y="0"/>
								</Offset>
							</Anchor>
						</Anchors>
					</Button>
					<Button name="AuctionFilterButton10" inherits="AuctionClassButtonTemplate" id="10">
						<Anchors>
							<Anchor point="TOPLEFT" relativeTo="AuctionFilterButton9" relativePoint="BOTTOMLEFT">
								<Offset>
									<AbsDimension x="0" y="0"/>
								</Offset>
							</Anchor>
						</Anchors>
					</Button>
					<Button name="AuctionFilterButton11" inherits="AuctionClassButtonTemplate" id="11">
						<Anchors>
							<Anchor point="TOPLEFT" relativeTo="AuctionFilterButton10" relativePoint="BOTTOMLEFT">
								<Offset>
									<AbsDimension x="0" y="0"/>
								</Offset>
							</Anchor>
						</Anchors>
					</Button>
					<Button name="AuctionFilterButton12" inherits="AuctionClassButtonTemplate" id="12">
						<Anchors>
							<Anchor point="TOPLEFT" relativeTo="AuctionFilterButton11" relativePoint="BOTTOMLEFT">
								<Offset>
									<AbsDimension x="0" y="0"/>
								</Offset>
							</Anchor>
						</Anchors>
					</Button>
					<Button name="AuctionFilterButton13" inherits="AuctionClassButtonTemplate" id="13">
						<Anchors>
							<Anchor point="TOPLEFT" relativeTo="AuctionFilterButton12" relativePoint="BOTTOMLEFT">
								<Offset>
									<AbsDimension x="0" y="0"/>
								</Offset>
							</Anchor>
						</Anchors>
					</Button>
					<Button name="AuctionFilterButton14" inherits="AuctionClassButtonTemplate" id="14">
						<Anchors>
							<Anchor point="TOPLEFT" relativeTo="AuctionFilterButton13" relativePoint="BOTTOMLEFT">
								<Offset>
									<AbsDimension x="0" y="0"/>
								</Offset>
							</Anchor>
						</Anchors>
					</Button>
					<Button name="AuctionFilterButton15" inherits="AuctionClassButtonTemplate" id="15">
						<Anchors>
							<Anchor point="TOPLEFT" relativeTo="AuctionFilterButton14" relativePoint="BOTTOMLEFT">
								<Offset>
									<AbsDimension x="0" y="0"/>
								</Offset>
							</Anchor>
						</Anchors>
					</Button>
					<ScrollFrame name="BrowseFilterScrollFrame" inherits="FauxScrollFrameTemplate">
						<Size>
							<AbsDimension x="160" y="305"/>
						</Size>
						<Anchors>
							<Anchor point="TOPRIGHT" relativePoint="TOPLEFT">
								<Offset>
									<AbsDimension x="158" y="-105"/>
								</Offset>
							</Anchor>
						</Anchors>
						<Layers>
							<Layer level="ARTWORK">
								<Texture file="Interface\PaperDollInfoFrame\UI-Character-ScrollBar">
									<Size>
										<AbsDimension x="31" y="256"/>
									</Size>
									<Anchors>
										<Anchor point="TOPLEFT" relativePoint="TOPRIGHT">
											<Offset>
												<AbsDimension x="-2" y="5"/>
											</Offset>
										</Anchor>
									</Anchors>
									<TexCoords left="0" right="0.484375" top="0" bottom="1.0"/>
								</Texture>
								<Texture file="Interface\PaperDollInfoFrame\UI-Character-ScrollBar">
									<Size>
										<AbsDimension x="31" y="106"/>
									</Size>
									<Anchors>
										<Anchor point="BOTTOMLEFT" relativePoint="BOTTOMRIGHT">
											<Offset>
												<AbsDimension x="-2" y="-2"/>
											</Offset>
										</Anchor>
									</Anchors>
									<TexCoords left="0.515625" right="1.0" top="0" bottom="0.4140625"/>
								</Texture>
							</Layer>
						</Layers>
						<Scripts>
							<OnVerticalScroll>
								FauxScrollFrame_OnVerticalScroll(self, offset, BROWSE_FILTER_HEIGHT, AuctionFrameFilters_Update);
							</OnVerticalScroll>
						</Scripts>
					</ScrollFrame>
					<ScrollFrame name="BrowseScrollFrame" inherits="FauxScrollFrameTemplate">
						<Size>
							<AbsDimension x="465" y="306"/>
						</Size>
						<Anchors>
							<Anchor point="TOPRIGHT">
								<Offset>
									<AbsDimension x="39" y="-105"/>
								</Offset>
							</Anchor>
						</Anchors>
						<Layers>
							<Layer level="ARTWORK">
								<Texture file="Interface\PaperDollInfoFrame\UI-Character-ScrollBar">
									<Size>
										<AbsDimension x="31" y="256"/>
									</Size>
									<Anchors>
										<Anchor point="TOPLEFT" relativePoint="TOPRIGHT">
											<Offset>
												<AbsDimension x="-2" y="5"/>
											</Offset>
										</Anchor>
									</Anchors>
									<TexCoords left="0" right="0.484375" top="0" bottom="1.0"/>
								</Texture>
								<Texture file="Interface\PaperDollInfoFrame\UI-Character-ScrollBar">
									<Size>
										<AbsDimension x="31" y="106"/>
									</Size>
									<Anchors>
										<Anchor point="BOTTOMLEFT" relativePoint="BOTTOMRIGHT">
											<Offset>
												<AbsDimension x="-2" y="-2"/>
											</Offset>
										</Anchor>
									</Anchors>
									<TexCoords left="0.515625" right="1.0" top="0" bottom="0.4140625"/>
								</Texture>
							</Layer>
						</Layers>
						<Scripts>
							<OnVerticalScroll>
								FauxScrollFrame_OnVerticalScroll(self, offset, AUCTIONS_BUTTON_HEIGHT, AuctionFrameBrowse_Update);
							</OnVerticalScroll>
						</Scripts>
					</ScrollFrame>
					<Button name="BrowseQualitySort" inherits="AuctionSortButtonTemplate" text="RARITY">
						<Size>
							<AbsDimension x="214" y="19"/>
						</Size>
						<Anchors>
							<Anchor point="TOPLEFT">
								<Offset>
									<AbsDimension x="186" y="-82"/>
								</Offset>
							</Anchor>
						</Anchors>
						<Scripts>
							<OnClick>
								AuctionFrame_OnClickSortColumn("list", "quality")
							</OnClick>
						</Scripts>
					</Button>
					<Button name="BrowseLevelSort" inherits="AuctionSortButtonTemplate" text="LEVEL_ABBR">
						<Size>
							<AbsDimension x="57" y="19"/>
						</Size>
						<Anchors>
							<Anchor point="LEFT" relativeTo="BrowseQualitySort" relativePoint="RIGHT">
								<Offset>
									<AbsDimension x="-2" y="0"/>
								</Offset>
							</Anchor>
						</Anchors>
						<Scripts>
							<OnClick>
								AuctionFrame_OnClickSortColumn("list", "level")
							</OnClick>
						</Scripts>
					</Button>
					<Button name="BrowseDurationSort" inherits="AuctionSortButtonTemplate" text="CLOSES_IN">
						<Size>
							<AbsDimension x="91" y="19"/>
						</Size>
						<Anchors>
							<Anchor point="LEFT" relativeTo="BrowseLevelSort" relativePoint="RIGHT">
								<Offset>
									<AbsDimension x="-2" y="0"/>
								</Offset>
							</Anchor>
						</Anchors>
						<Scripts>
							<OnClick>
								AuctionFrame_OnClickSortColumn("list", "duration")
							</OnClick>
						</Scripts>
					</Button>
					<Button name="BrowseHighBidderSort" inherits="AuctionSortButtonTemplate" text="AUCTION_CREATOR">
						<Size>
							<AbsDimension x="76" y="19"/>
						</Size>
						<Anchors>
							<Anchor point="LEFT" relativeTo="BrowseDurationSort" relativePoint="RIGHT">
								<Offset>
									<AbsDimension x="-2" y="0"/>
								</Offset>
							</Anchor>
						</Anchors>
						<Scripts>
							<OnClick>
								AuctionFrame_OnClickSortColumn("list", "seller")
							</OnClick>
						</Scripts>
					</Button>
					<Button name="BrowseCurrentBidSort" inherits="AuctionSortButtonTemplate" text="CURRENT_BID">
						<Size>
							<AbsDimension x="207" y="19"/>
						</Size>
						<Anchors>
							<Anchor point="LEFT" relativeTo="BrowseHighBidderSort" relativePoint="RIGHT">
								<Offset>
									<AbsDimension x="-2" y="0"/>
								</Offset>
							</Anchor>
						</Anchors>
						<Scripts>
							<OnClick>
								AuctionFrame_OnClickSortColumn("list", "bid");
							</OnClick>
						</Scripts>
					</Button>
					<Button name="BrowseButton1" inherits="BrowseButtonTemplate" id="1">
						<Anchors>
							<Anchor point="TOPLEFT">
								<Offset>
									<AbsDimension x="195" y="-110"/>
								</Offset>
							</Anchor>
						</Anchors>
					</Button>
					<Button name="BrowseButton2" inherits="BrowseButtonTemplate" id="2">
						<Anchors>
							<Anchor point="TOPLEFT" relativeTo="BrowseButton1" relativePoint="BOTTOMLEFT">
								<Offset>
									<AbsDimension x="0" y="0"/>
								</Offset>
							</Anchor>
						</Anchors>
					</Button>
					<Button name="BrowseButton3" inherits="BrowseButtonTemplate" id="3">
						<Anchors>
							<Anchor point="TOPLEFT" relativeTo="BrowseButton2" relativePoint="BOTTOMLEFT">
								<Offset>
									<AbsDimension x="0" y="0"/>
								</Offset>
							</Anchor>
						</Anchors>
					</Button>
					<Button name="BrowseButton4" inherits="BrowseButtonTemplate" id="4">
						<Anchors>
							<Anchor point="TOPLEFT" relativeTo="BrowseButton3" relativePoint="BOTTOMLEFT">
								<Offset>
									<AbsDimension x="0" y="0"/>
								</Offset>
							</Anchor>
						</Anchors>
					</Button>
					<Button name="BrowseButton5" inherits="BrowseButtonTemplate" id="5">
						<Anchors>
							<Anchor point="TOPLEFT" relativeTo="BrowseButton4" relativePoint="BOTTOMLEFT">
								<Offset>
									<AbsDimension x="0" y="0"/>
								</Offset>
							</Anchor>
						</Anchors>
					</Button>
					<Button name="BrowseButton6" inherits="BrowseButtonTemplate" id="6">
						<Anchors>
							<Anchor point="TOPLEFT" relativeTo="BrowseButton5" relativePoint="BOTTOMLEFT">
								<Offset>
									<AbsDimension x="0" y="0"/>
								</Offset>
							</Anchor>
						</Anchors>
					</Button>
					<Button name="BrowseButton7" inherits="BrowseButtonTemplate" id="7">
						<Anchors>
							<Anchor point="TOPLEFT" relativeTo="BrowseButton6" relativePoint="BOTTOMLEFT">
								<Offset>
									<AbsDimension x="0" y="0"/>
								</Offset>
							</Anchor>
						</Anchors>
					</Button>
					<Button name="BrowseButton8" inherits="BrowseButtonTemplate" id="8">
						<Anchors>
							<Anchor point="TOPLEFT" relativeTo="BrowseButton7" relativePoint="BOTTOMLEFT">
								<Offset>
									<AbsDimension x="0" y="0"/>
								</Offset>
							</Anchor>
						</Anchors>
					</Button>
					<Button name="BrowsePrevPageButton" hidden="true">
						<Size>
							<AbsDimension x="32" y="32"/>
						</Size>
						<Anchors>
							<Anchor point="LEFT" relativeTo="BrowseButton8">
								<Offset>
									<AbsDimension x="5" y="0"/>
								</Offset>
							</Anchor>
						</Anchors>
						<Layers>
							<Layer level="BACKGROUND">
								<FontString inherits="GameFontNormal" justifyH="LEFT" text="PREV">
									<Anchors>
										<Anchor point="LEFT" relativePoint="RIGHT"/>
									</Anchors>
								</FontString>
							</Layer>
						</Layers>
						<Scripts>
							<OnClick>
								PlaySound("igMainMenuOptionCheckBoxOn");
								AuctionFrameBrowse.page = AuctionFrameBrowse.page - 1;
								self:Disable();
								BrowseScrollFrameScrollBar:SetValue(0);
								AuctionFrameBrowse_Search(AuctionFrameBrowse.page);
							</OnClick>
						</Scripts>
						<NormalTexture file="Interface\Buttons\UI-SpellbookIcon-PrevPage-Up"/>
						<PushedTexture file="Interface\Buttons\UI-SpellbookIcon-PrevPage-Down"/>
						<DisabledTexture file="Interface\Buttons\UI-SpellbookIcon-PrevPage-Disabled"/>
						<HighlightTexture file="Interface\Buttons\UI-Common-MouseHilight" alphaMode="ADD"/>
					</Button>
					<Button name="BrowseNextPageButton" hidden="true">
						<Size>
							<AbsDimension x="32" y="32"/>
						</Size>
						<Anchors>
							<Anchor point="RIGHT" relativeTo="BrowseButton8">
								<Offset>
									<AbsDimension x="2" y="0"/>
								</Offset>
							</Anchor>
						</Anchors>
						<Layers>
							<Layer level="BACKGROUND">
								<FontString inherits="GameFontNormal" justifyH="RIGHT" text="NEXT">
									<Anchors>
										<Anchor point="RIGHT" relativePoint="LEFT"/>
									</Anchors>
								</FontString>
							</Layer>
						</Layers>
						<Scripts>
							<OnClick>
								PlaySound("igMainMenuOptionCheckBoxOn");
								AuctionFrameBrowse.page = AuctionFrameBrowse.page + 1;
								self:Disable();
								BrowseScrollFrameScrollBar:SetValue(0);
								AuctionFrameBrowse_Search(AuctionFrameBrowse.page);
							</OnClick>
						</Scripts>
						<NormalTexture file="Interface\Buttons\UI-SpellbookIcon-NextPage-Up"/>
						<PushedTexture file="Interface\Buttons\UI-SpellbookIcon-NextPage-Down"/>
						<DisabledTexture file="Interface\Buttons\UI-SpellbookIcon-NextPage-Disabled"/>
						<HighlightTexture file="Interface\Buttons\UI-Common-MouseHilight" alphaMode="ADD"/>
					</Button>
					<CheckButton name="IsUsableCheckButton" inherits="UICheckButtonTemplate" id="1">
						<Size>
							<AbsDimension x="24" y="24"/>
						</Size>
						<Anchors>
							<Anchor point="LEFT" relativeTo="BrowseIsUsableText" relativePoint="RIGHT">
								<Offset>
									<AbsDimension x="2" y="0"/>
								</Offset>
							</Anchor>
						</Anchors>
						<Scripts>
							<OnClick>
								PlaySound("igMainMenuOptionCheckBoxOn");
							</OnClick>
						</Scripts>
					</CheckButton>
					<EditBox name="BrowseName" autoFocus="false" inherits="InputBoxTemplate">
						<Size>
							<AbsDimension x="140" y="16"/>
						</Size>
						<Anchors>
							<Anchor point="TOPLEFT" relativeTo="BrowseNameText" relativePoint="BOTTOMLEFT">
								<Offset>
									<AbsDimension x="3" y="-2"/>
								</Offset>
							</Anchor>
						</Anchors>
						<Scripts>
							<OnTabPressed>
								if ( IsShiftKeyDown() ) then
									BrowseBidPriceCopper:SetFocus();
								else
									BrowseMinLevel:SetFocus();
								end
							</OnTabPressed>
							<OnEnterPressed>
								AuctionFrameBrowse_Search();
								self:ClearFocus();
							</OnEnterPressed>
						</Scripts>
						<FontString inherits="ChatFontNormal" bytes="64"/>
					</EditBox>
					<EditBox name="BrowseMinLevel" letters="2" numeric="true" autoFocus="false" inherits="InputBoxTemplate">
						<Size>
							<AbsDimension x="25" y="16"/>
						</Size>
						<Anchors>
							<Anchor point="TOPLEFT" relativeTo="BrowseLevelText" relativePoint="BOTTOMLEFT">
								<Offset>
									<AbsDimension x="3" y="-6"/>
								</Offset>
							</Anchor>
						</Anchors>
						<Layers>
							<Layer level="ARTWORK">
								<FontString name="BrowseLevelHyphen" inherits="GameFontHighlightSmall" text="-">
									<Anchors>
										<Anchor point="LEFT" relativeTo="BrowseMinLevel" relativePoint="RIGHT">
											<Offset>
												<AbsDimension x="0" y="1"/>
											</Offset>
										</Anchor>
									</Anchors>
								</FontString>
							</Layer>
						</Layers>
						<Scripts>
							<OnTabPressed>
								if ( IsShiftKeyDown() ) then
									BrowseName:SetFocus();
								else
									BrowseMaxLevel:SetFocus();
								end
							</OnTabPressed>
							<OnEnterPressed>
								self:ClearFocus();
							</OnEnterPressed>
						</Scripts>
					</EditBox>
					<EditBox name="BrowseMaxLevel" letters="2" numeric="true" autoFocus="false" inherits="InputBoxTemplate">
						<Size>
							<AbsDimension x="25" y="16"/>
						</Size>
						<Anchors>
							<Anchor point="LEFT" relativeTo="BrowseMinLevel" relativePoint="RIGHT">
								<Offset>
									<AbsDimension x="12" y="0"/>
								</Offset>
							</Anchor>
						</Anchors>
						<Scripts>
							<OnTabPressed>
								if ( IsShiftKeyDown() ) then
									BrowseMinLevel:SetFocus();
								else
									BrowseBidPriceGold:SetFocus();
								end
							</OnTabPressed>
							<OnEnterPressed>
								self:ClearFocus();
							</OnEnterPressed>
						</Scripts>
					</EditBox>
					<Frame name="BrowseDropDown" inherits="UIDropDownMenuTemplate" id="1">
						<Anchors>
							<Anchor point="TOPLEFT" relativeTo="BrowseLevelText" relativePoint="BOTTOMRIGHT">
								<Offset>
									<AbsDimension x="-5" y="-1"/>
								</Offset>
							</Anchor>
						</Anchors>
						<Layers>
							<Layer level="OVERLAY">
								<FontString name="BrowseDropDownName" inherits="GameFontHighlightSmall" text="RARITY">
									<Anchors>
										<Anchor point="BOTTOMLEFT" relativePoint="TOPLEFT">
											<Offset>
												<AbsDimension x="20" y="0"/>
											</Offset>
										</Anchor>
									</Anchors>
								</FontString>
							</Layer>
						</Layers>
						<Scripts>
							<OnLoad>
								BrowseDropDown_OnLoad(self);
							</OnLoad>
							<OnShow>
								BrowseDropDown_OnLoad(self);
							</OnShow>
						</Scripts>
					</Frame>
					<Frame name="BrowseBidPrice" inherits="MoneyInputFrameTemplate">
						<Anchors>
							<Anchor point="BOTTOM">
								<Offset>
									<AbsDimension x="25" y="18"/>
								</Offset>
							</Anchor>
						</Anchors>
					</Frame>
					<Button name="BrowseCloseButton" inherits="UIPanelButtonTemplate" text="CLOSE">
						<Size>
							<AbsDimension x="80" y="22"/>
						</Size>
						<Anchors>
							<Anchor point="BOTTOMRIGHT" relativePoint="BOTTOMRIGHT">
								<Offset>
									<AbsDimension x="66" y="14"/>
								</Offset>
							</Anchor>
						</Anchors>
						<Scripts>
							<OnClick>
								HideUIPanel(self:GetParent():GetParent());
							</OnClick>
						</Scripts>
					</Button>
					<Button name="BrowseBuyoutButton" inherits="UIPanelButtonTemplate" text="BUYOUT">
						<Size>
							<AbsDimension x="80" y="22"/>
						</Size>
						<Anchors>
							<Anchor point="RIGHT" relativeTo="BrowseCloseButton" relativePoint="LEFT">
								<Offset>
									<AbsDimension x="0" y="0"/>
								</Offset>
							</Anchor>
						</Anchors>
						<Scripts>
							<OnClick>
								StaticPopup_Show("BUYOUT_AUCTION");
								self:Disable();
							</OnClick>
						</Scripts>
					</Button>