#inventarTD
	{
	background: url('ShopBG.png');
	min-width: 48px;
	max-width: 48px;
	min-height: 48px;
	max-height: 48px;
	width: 48px;
	height: 48px;
	}
#inventarTDoff
	{
	background: url('ShopBGnot.png');
	min-width: 48px;
	max-width: 48px;
	min-height: 48px;
	max-height: 48px;
	width: 48px;
	height: 48px;
	}
#inventarTDdis
	{
	background: url('ShopBGdis.png');
	min-width: 48px;
	max-width: 48px;
	min-height: 48px;
	max-height: 48px;
	width: 48px;
	height: 48px;
	}
#borderTD
	{
	border: #ADADAD 1px solid;
	vertical-align: top;
	}
.hint
	{
	position: absolute; border: 1px #ADADAD solid; min-width: 128px; max-width: 160px; background: #ddf2fe; z-index: 3; color: black;
	}
#message
	{
	border: 1px #ADADAD solid; background: #ddf2fe;
	text-align: center;
	}
#message2
	{
	border: 1px #ADADAD solid; background: #ddf2fe;
	text-align: left;
	}
#bubble
	{
	float: left;
	position: absolute;
	margin: 0px;
	left: 96px;
	bottom: 96px;
	padding-left: 40px;
	padding-right: 64px;
	padding-top: 7px;
	background: url('bubble.png') no-repeat;
	min-width: 400px;
	max-width: 400px;
	min-height: 170px;
	max-height: 170px;
	width: 400px;
	height: 170px;
	}
#shop
	{
	min-width: 160px;
	width: 160px;
	height: 128px;
	min-height: 128px;
	background: url('ShopBGdis.png');
	border: 1px #ADADAD solid;
	margin: 2px;
	color: white;
	}