style titleFont
{
	fsCTextSpriteComponent
	{
		font = fonts/clarendon.ttf
		fontSize = 12
		colourRGBA = ffffffff

	}
}	

style bodyFont
{
	fsCTextSpriteComponent
	{
		font = fonts/clarendon.ttf
		fontSize = 14
		colourRGBA = 000000ff

	}
}	

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

	bodyFont
	{
		name = shopItemNameText
		textKey = emptyString
		posX = 40 posY = 10
		width = 140 height = 50
	}

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

	titleFont
	{
		name = shopItemBuyText
		text = emptyString
		posX = 4000 posY = 20
		width = 300 height = 100
	}
	
	titleFont
	{
		name = buyText
		textKey = coinsBuy
		posX = 10 posY = -45
		width = 200 height = 100
	}

	titleFont
	{
		name = shopItemPriceText
		text = emptyString
		posX = 70 posY = -45
		width = 300 height = 100
	}

}
