BODY	{
	background-image: url(background.jpg);
}

A	{
	color: white;
}

A.addcart {	
	color: white;
}

TABLE.menu {
	border-top : 1px solid rgb(160,144,210);
	border-left : 1px solid rgb(160,144,210);
}

TABLE.orderinfo {
	border-top : 1px solid rgb(160,144,210);
	border-left : 1px solid rgb(160,144,210);
	padding: 3px;
	padding-left: 8px;
	padding-right: 10px;
	text-align: center;
}

TR	{
	vertical-align: top;
}

TD.contact {	
	color: white;
}

INPUT {
	font-size: 10pt;
}

TD.menucell {
	border-right: 1px solid rgb(160,144,210);
	border-bottom: 1px solid rgb(160,144,210);
	width: 90px;
	height: 90px;
	text-align: center;
	vertical-align: middle;
}


TD.menucellselected {
	border-right: 1px solid rgb(160,144,210);
	border-bottom: 1px solid rgb(160,144,210);
	width: 90px;
	height: 90px;
	text-align: center;
	vertical-align: middle;
	background-color: rgb(80,70,130);
}

TD.orderinfoheader {
	border-right: 1px solid rgb(160,144,210);
	border-bottom: 1px solid rgb(160,144,210);
	background-color: rgb(80,70,130);
	color: white;
	font-weight: bold;
	font-size: 12px;
}

TD.orderinfo {
	border-right: 1px solid rgb(160,144,210);
	border-bottom: 1px solid rgb(160,144,210);
	color: rgb(160,144,210);
	color: white;
}

TD.searchheader {
	border-right: 1px solid rgb(160,144,210);
	border-bottom: 1px solid rgb(160,144,210);
	background-color: rgb(80,70,130);
	color: white;
	font-weight: bold;
	font-size: 15px;
}

TD.search {
	text-align: left;
	border-right: 1px solid rgb(160,144,210);
	border-bottom: 1px solid rgb(160,144,210);
	color: rgb(160,144,210);
	color: white;
	padding: 5px;
	padding-left: 8px;
}

TD.searcherror {
	text-align: center;
	border-right: 1px solid rgb(160,144,210);
	border-bottom: 1px solid rgb(160,144,210);
	background-color: #FF0000;
	color: white;
	font-weight: bold;
	padding: 5px;
	padding-left: 8px;
}


TD.cartadd {
	border-right: 1px solid rgb(160,144,210);
	border-bottom: 1px solid rgb(160,144,210);
	background-color: rgb(80,70,130);
	color: white;
	font-weight: bold;
	font-size: 16px;
	padding : 10px;
}

TD.cartheader {
	border-right: 1px solid rgb(160,144,210);
	border-bottom: 1px solid rgb(160,144,210);
	background-color: rgb(80,70,130);
	color: white;
	font-weight: bold;
	font-size: 16px;
	padding: 6px;
}

TD.ShoppingCart {
	border-right: 1px solid rgb(160,144,210);
	border-bottom: 1px solid rgb(160,144,210);
	color: rgb(160,144,210);
	color: white;
}

TD.ShoppingCartRight {
	border-right: 1px solid rgb(160,144,210);
	border-bottom: 1px solid rgb(160,144,210);
	color: rgb(160,144,210);
	color: white;
	text-align: right;
}

SPAN.description {
	color: rgb(220,180,110);
	font-size: 16px;
	font-family: Helvetica;
}

SPAN.cartsmall {
	color: rgb(220,180,110);
	font-size: 9px;
	font-family: Helvetica;
}
