﻿
.FooterText
{
	color: Black;
	font-size: 8pt;
	font-family: Georgia;
}

.HeaderText
{
	color: Black;
	font-family: Georgia;
	font-size: 12pt;
	font-weight: bold;
}

.HeaderTextBox
{
	color: Black;
	font-family: Georgia;
	font-size: 10pt;
}

.MenuHeader
{
	color: White;
	font-family: Courier New;
	font-size: 12pt;
	font-weight: bold;
	background-image: url(img/header.bmp);
	background-repeat: repeat-x;
}

.MenuItem
{
	color: Black;
	font-family: Georgia;
	font-size: 12pt;
}

.MenuSelectedItem
{
	color: Black;
	font-family: Georgia;
	font-size: 12pt;
	font-weight: bold;
}

.ContentHeader
{
	color: White;
	font-family: Courier New;
	font-size: 12pt;
	font-weight: bold;
	background-image: url(img/header.bmp);
	background-repeat: repeat-x;
	padding-left: 10;
}

.DefaultText
{
	color: Black;
	font-family: Georgia;
	font-size: 12pt;
}

.DefaultTextBold
{
	color: Black;
	font-family: Georgia;
	font-size: 12pt;
	font-weight: bold;
}

.TableCell
{
	padding: 5;
	font-family: Georgia;
	font-size: 12pt;
	border-style: solid;
	border-width: 1;
}

.TableCellCenter
{
	padding: 5;
	font-family: Georgia;
	font-size: 12pt;
	border-style: solid;
	border-width: 1;
	text-align: center;
}

.TableCellRight
{
	padding: 5;
	font-family: Georgia;
	font-size: 12pt;
	border-style: solid;
	border-width: 1;
	text-align: right;
}


.ProductsListCell
{
	border-style: solid;
	border-width: 1;
	padding: 5;
}

.ShoppingCartCell
{
	border-style: solid;
	border-width: 1;
	padding: 5;
}
