@charset "utf-8";
/* CSS Document */
.tbshopdirectory
{
	background:url(../images/bg_shopping.png);
	background-repeat:no-repeat;
	width:350px;
	height:75px;
}

.tbhungryguide
{
	background:url(../images/bg_hungry.png);
	background-repeat:no-repeat;
	width:350px;
	height:75px;
}

.tbshopdctleft{
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	text-align:right;
	width:100px;
	padding-right:5px;
}

.tbshopdctcenter{
	width:150px;
}

.tbshopdctright{
	width:100px;
	padding-left:5px;
}

.shopdctselect{
	font-family:Tahoma;
	font-size:12px;
	color:#F00;
	width:150px;
}

.shopdctinput{
	font-family:Tahoma;
	font-size:12px;
	color:#000;
	width:140px;
}


