﻿
.DeletItem
{
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}

.divReceipt
{
	z-index: 1;
	color: Black;
}

.tblReceipt
{
	width: 275px;
}

table.ReceiptTable
{
	width: 100%;
}

.ReceiptHeading
{
	color: Black;
}

.ReceiptInstructions
{
	text-align: justify;
}

.divOrderItems
{
	overflow: auto;
	width: 250px;
}

.tblOrderItems
{
	width: 225px;
}

table.tblOrderItems td span
{
	font-size:11px;
}

.labelOrderEntryDescription
{
	font-size: 10pt;
}

.lblOrderEntryPrice
{
	font-size: 10pt;
}

.tdOrderEntryPrice
{
	width: 40px;
}

.tdRemoveItem
{
	width: 10px;
}

.divMinimumAmountLeftForOrderToBeValid
{
	width: 100%;
}

table.OrderCosts
{
	color: black;
	width: 100%;
}

.tblDistanceLabel
{
	text-align: left;
}

.lblDistanceLabel
{
	color: Black;
	font-size: 10pt;
}

.tblDeliveryCharge
{
	text-align: right;
}

.lblDeliveryCharge
{
	color: Black;
	font-size: 10pt;
}

.tdOrderTotal
{
	text-align: right;
}

.lblTotal
{
	color: Black;
	font-weight: bold;
	font-size: 10pt;
}

.tdOrderTotalPrice
{
	text-align: right;
}

.lblOrderTotalPrice
{
	color: Black;
	font-size: 10pt;
}

.divSubmitOrder
{
	text-align: right;
}

.ValidationMessage
{
	color: Red;
	font-size: 10pt;
}

hr.InstructionDivider
{
	color: #666666;
	height: 1px;
}
/*************** STORE Item ****************/

.tblItem
{
	width: 100%;
	height: 100%;
	padding-right: 0px;
	margin: 0px;
}

.tdItem
{
	vertical-align: top;
	width: auto;
}

.tdReceipt
{
	width: 250px;
}

.ItemPadding
{
	padding: 10px;
}

.divStoreItem
{
	width: 100%;
}

.tdStoreLogo
{
	width: 160px;
}

.imgStoreLogo
{
	width: 200px;
	height: 127px;
}

.tdFoodKey
{
	width: 100%;
}

.FoodKeyBorder
{
	border-color: #8c8c8c;
}

.FoodKeyBorder
{
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	border-right: #000000 1px solid;
}

.tdSlightlySpicy
{
	vertical-align: middle;
}

.tdSpicyHot
{
	vertical-align: middle;
}

.tdVeryHot
{
	vertical-align: middle;
}

.tdVegetarian
{
	vertical-align: middle;
}

table.Item
{
	width: 100%;
	margin: 0 auto;
	background-color: White;
	color: Black;
}

table.Item tr.SectionRow
{

}

table.Item h1
{
	text-align: center;
	margin: 10px 0;
	color: #AF8861;
	font-size: 24pt;
}

table.Item td.Description
{
	text-align: center;
	color: Gray;
	font-size: 10pt;
}

table.Item h2
{
	margin: 5px 0;
	color: #AF8861;
	font-size: 12pt;
}

table.Item table
{
	border-collapse: collapse;
	border-style: none; /*background-color: White;*/
}

table.Item table tr
{
	/*background-color: #108FC6;*/
	/*background-color: White;*/
	font-size: 10pt;
	font-weight: bold;
}

table.Item tr.ItemRow
{
	background-color: White;
}

table.Item tr.ItemAlternateRow
{
	/*background-color: #60AFC6;*/
	background-color: #f0f0f0;
}

/*Categories*/
table.Item table tr.ItemTypeRow
{
	text-align: center;
	background-color: #A0C0F0;
	background-color: White;
}

table.Item table td.SymbolCell
{
    padding: 10px;
    text-align: center;
    vertical-align: top;
}

table.Item table td.ItemTypeCell
{

}

table.Item td.ItemCell
{
	width: 100%;
	padding: 5px 0px;
}

table.Item td.ItemCell td.ItemDescriptionCell
{
	
}

table.Item td.ItemCell td.ItemDescriptionCell .ItemDescription
{
	font-weight: bold;
	text-decoration: none;
	color: Black;
}

table.Item td.ItemCell td.ItemDescriptionCell .ItemSubDescription
{
	font-weight: normal;
}

table.Item td.ItemCell table.PriceTable
{
	background-color: transparent;
}

table.Item td.ItemCell table.PriceTable td
{
	background-color: transparent;
	padding: 5px 0px;
	
}

table.Item td.ItemCell table.PriceTable td.PriceNameValueCell
{
	text-align: right;
	text-decoration: none;
	background-color: transparent;
}

table.Item td.ItemCell table.PriceTable td.PriceNameValueCell .PriceNameValue
{
	text-decoration: none;
	color: Black;
	background-color: transparent;
}

table.Item td.ItemCell table.PriceTable td.AddButtonCell
{
	padding-left:5px; 
}

div.TabListPane ul li
{
	background-color: #f0f0f0;
	border-color: #000000;
	border-width: 2px;
	color: Black;
}