@charset "utf-8";
/* CSS Document */
body {
	font-family: Tahoma;
	font-size: small;
	color: #333333;
	margin: 0px;
}
p 
{
font-family: verdana;
font-size: small;
font-weight: normal;
color: #333333;
}

.ProductText
{
font-family: verdana;
font-size: small;
font-weight: normal;
color: #333333;
}
.MenuPane
{
	background-image: url(images/gradient_Red.jpg);
	background-repeat: repeat-x;
}
.MenuItem
{
	color: #FDFBA8;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica;
}


.LeftPane
{
	border-right-style: solid;
	border-right-color: #990000;
	border-right-width: 1px;
}
.Collective
{
	text-align: center;
}
.ProductBorder
{
	border-color: #990000;
	border-style: solid;
	border-width: 1px;
}

.CommandButton
{
	cursor: pointer;
}
.paymentDIV
{
	position: absolute;
	width: 570px;
}
.InputBox
{
	border-color:#333333;
	border-style: solid;
	border-width: 1px;
	font-size: small;
	color: #333333;
}
.FormLabel
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: right;
	color: #333333;
}
.InputText
{
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}
.TableHeader
{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	background-color:#CCCCCC;
}
UL LI   {
	list-style-type: disc;
	font-family: Tahoma;
	font-size: smalll
	color: #333333;
}

UL LI LI    {
	list-style-type: disc;
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
}

UL LI LI LI {
    list-style-type:    circle;
    font-family: Tahoma;
	font-size: x-small;
	color: #666666;
}

OL LI   {
    list-style-type:    decimal;
    font-family: Tahoma;
	font-size: x-small;
	color: #666666;
}

OL OL LI    {
    list-style-type:    lower-alpha;
    font-family: Tahoma;
	font-size: x-small;
	color: #666666;
}

OL OL OL LI {
    list-style-type:    lower-roman;
    font-family: Tahoma;
	font-size: x-small;
	color: #666666;
}
OL UL LI   {
    list-style-type:    disc;
    font-family: Tahoma;
	font-size: x-small;
	color: #666666;
}
A:link  {
	font-weight: normal;
	font-family: Verdana;
	font-size: 12px;;
	color: #FDFBA8;
	font-weight: bold;
	text-decoration: none;
}

A:visited   {
	font-weight: normal;
	font-family: Verdana;
	font-size: 12px;;
	color: #FDFBA8;
	text-decoration: none;
	font-weight: bold;
}

A:active    {
}

A:hover {
	color: red;
}
h1 {
	font-family: verdana;
	font-size: medium; 
	color: #333333;
	font-weight: bold;
}
h2 {
	font-family: verdana;
	font-size: small; 
	color: #860F24;
	font-weight: bold;
}
h3 {
	font-family: verdana;
	font-size: small;
	color: #860F24;
	font-weight: normal;
}
.SystemField
{
	background-color:#FF3300;
	font-size: small;
	visibility: hidden;
}
.CommandButton
{
	cursor: pointer;
	background-color:#990000;
	color:#FFFFFF;
	border-color:#333333;
}

.NutritionSection
{
    float:left; 
    width:200px;
}

.NutritionValue
{
    float:left; 
    width: 50px;
}
