include gui/styles.txt

style titleFont
{
	fsCTextSpriteComponent
	{
		largeShopFont
	}
}	

style bodyFont
{
	fsCTextSpriteComponent
	{
		standardShopFont
	}
}	

fsCButtonComponent
{
	name = shopItemBtn
	buttonImage = gui/shopMenu/buttonBg.png
	buttonDownImage = gui/shopMenu/buttonBgOver.png

	bodyFont
	{
		name = shopItemNameText
		textKey = emptyString
		posX = 70 posY = 15
		width = 140 height = 50
	}

	fsCSpriteComponent
	{
		name = shopItemCloseupImage
		posX = -70 posY = 0
	}

	bodyFont
	{
		name = shopItemBuyText
		text = emptyString
		posX = 4000 posY = 20
		width = 300 height = 100
	}

	titleFont
	{
		name = shopItemPriceText
		text = emptyString
		fontSize = 18
		posX = 75 posY = -60
		width = 300 height = 100
	}

	fsCButtonComponent
	{
		name = shopItemDisabled
		buttonImage = gui/shopMenu/buttonBgDisabled.png
		buttonDownImage = gui/shopMenu/buttonBgDisabled.png
		posX = 0 posY = 0
	}

}
