div.menuitemname
{
	color:black;
	width:500px;
	float:left;
}
div.menuitemprice
{
	color:black;
	width:100px;
	text-align:right;
	float:left;
}
div.menuitemdesc
{
	color:black;
	width:500px;
	padding-bottom:10px;
	font-weight:normal;
	clear:both;
}
div.menuitemdesc2
{
	color:black;
	width:500px;
	font-weight:normal;
	clear:both;
}
div.foodlist
{
	overflow:auto;
	margin-top:2px;
	border:solid darkgray 1px;
	background-color:black;
	width:500px;
	height:298px;
}
div.orderitem
{
	width:160px;
	height:14px;
	padding:1px 2px 1px 2px;
	margin-top:1px;
	margin-bottom:1px;
	overflow:hidden;
	white-space:nowrap;
	float:left;
	background-color:white;
	color:black;
	border:solid silver 1px;
	font-size:11px;
	font-family:Arial,Helvetica,Sans-Serif;
	text-align:left;
}
div.orderitem-b
{
	width:183px;
	height:14px;
	padding:1px 2px 1px 2px;
	margin-top:1px;
	margin-bottom:1px;
	overflow:hidden;
	white-space:nowrap;
	float:left;
	background-color:white;
	color:black;
	border:solid silver 1px;
	font-size:11px;
	font-family:Arial,Helvetica,Sans-Serif;
	text-align:left;
}
div.tab
{
	float:left;
	width:114px;
	height:38px;
	padding-top:4px;
	overflow:hidden;
	display:block;
	font-family:Verdana, Arial, Helvetica;
	font-size:13px;
	font-weight:normal;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
}
div.tab:hover
{
	background-color:darkgray;
}
div.tab_selected
{
	float:left;
	width:114px;
	height:38px;
	padding-top:4px;
	overflow:hidden;
	display:block;
	background-color:purple;
	font-family:Verdana, Arial, Helvetica;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
}
div.tab_selected:hover
{
	background-color:darkgray;
}
div.tabcontent
{
	margin-top:2px;
	color:white;
	font-family:Verdana, Arial, Helvetica;
	font-size:13px;
	font-weight:bold;
	display:none;
	height:300px;
	padding-left:100px;
	padding-top:20px;
	padding-bottom:40px;
	overflow:auto;
	background:url('images/menu-background.gif');
	background-repeat:no-repeat;
	background-position:bottom right;
	background-color:#E0E0E0;
	text-align:left;
}
div#tools_left
{
	float:left;
	border:solid white 1px;
	margin:10px;
	padding:4px;
	width:504px;
	height:344px;
}
div#tools_right
{
	float:left;
	text-align:right;
	margin:8px;
	padding:4px;
	width:240px;
	height:348px;
	background:url('images/current_order.gif');
	background-repeat:no-repeat;
}
div#tab_bar
{
	height:42px;
	border-bottom:solid;
	border-color:purple;
}
div#order_summary
{
	margin:40px 4px 0px 0px;
	padding:0px 0px 0px 0px;
	border:solid pink 0px;
	width:236px;
	height:260px;
	overflow:auto;
	text-align:left;
	color:black;
}
div#info_window
{
	display:none;
	position:absolute;
	z-index:50;
	filter:alpha(opacity=0);
	opacity:0.0;
	width:400px;
	height:301px;
	top:30px;
	left:200px;
}
div#info_window_title
{
	width:400px;
	height:25px;
	border-left:solid black 2px;
	border-top:solid black 2px;
	border-right:solid black 2px;
	padding-top:5px;
	background-color:purple;
	font-weight:bold;
	font-size:17px;
}
div#info_window_picframe
{
	width:400px;
	height:221px;
	border-left:solid black 2px;
	border-right:solid black 2px;
	padding-top:5px;
	background-color:black;
}
div#info_window_details
{
	width:392px;
	height:41px;
	overflow:auto;
	border-left:solid black 2px;
	border-right:solid black 2px;
	border-bottom:solid black 2px;
	padding:0px 4px 4px 4px;
	background-color:navy;
	font-size:13px;
	font-style:italic;
}
div#closelink
{
	font-size:9px;
	color:white;
	position:absolute;
	top:7px;
	right:3px;
	padding:2px 2px 2px 2px;
	border:1px solid #E0E0E0;
	background:#101010;
	cursor:pointer;
	filter:alpha(opacity=50);
	opacity:0.50;
}
div#closelink:hover
{
	font-size:9px;
	color:white;
	position:absolute;
	top:7px;
	right:3px;
	padding:2px 2px 2px 2px;
	border:1px solid #E0E0E0;
	background:#101010;
	cursor:pointer;
	filter:alpha(opacity=100);
	opacity:1.0;
}
span.order-info-label
{
	display:block;
	width:92px;
	margin-right:8px;
	text-align:right;
	font-weight:bold;
}
table.foodlistrows
{
	width:100%;
	background-color:purple;
}
td.fl1
{
	width:75%;
	text-align:left;
}
td.fl2
{
	width:13%;
	text-align:right;
}
td.fl3
{
	width:12%;
	text-align:right;
}
td.order
{
	padding-top:4px;
	text-align:left;
}
table.coffee
{
	width:400px;
}
td.coffee_header_1
{
	width:139px;
	vertical-align:top;
	padding-top:3px;
}
td.coffee_header_2
{
	width:272px;
}
td.coffee_row_1
{
	width:120px;
	text-align:right;
	padding-right:20px;
	padding-top:3px;
	vertical-align:top;
}
td.coffee_row_2
{
	width:155px;
	text-align:left;
	vertical-align:top;
}
td.coffee_row_3
{
	width:155px;
	text-align:left;
	vertical-align:top;
}
td.coffee_flavour_1
{
	width:135px;
	text-align:right;
	font-style:italic;
	vertical-align:top;
	padding-top:3px;
}
td.coffee_flavour_2
{
	width:310px;
	text-align:left;
	font-style:italic;
}
input.orderquantity
{
	width:20px;
	height:14px;
	padding:1px 2px 1px 2px;
	margin:1px 0px 1px 1px;
	border:solid silver 1px;
	font-size:11px;
	font-family:Arial,Helvetica,Sans-Serif;
	text-align:right;
}
input.ordersubtract
{
	width:23px;
	height:20px;
	margin-top:0px;
	margin-bottom:0px;
	font-size:11px;
	font-family:Arial,Helvetica,Sans-Serif;
}
input.order-info
{
	width:136px;
}
input.order-info-wide
{
	width:380px;
}
input#order_total
{
	width:108px;
	border:none;
	color:black;
	padding-left:0px;
	margin-left:0px;
	margin-top:6px;
	text-align:right;
}
input#submit_order
{
	width:28px;
	margin:0px 4px 0px 4px;
}
select.order-info
{
	width:140px;
}
img.info
{
	margin-top:0px;
	margin-left:5px;
	margin-bottom:0px;
	border:0px;
	cursor:pointer;
	vertical-align:top;
}

