
/* Deli HitList */

div.DeliHitList
{
	margin: 10px;
	border: 1px solid #339;
	padding: 0;
	background: #ddd;
}

table.DeliHitList
{
	margin: 0px 0px 0px 10px;
	border: 1px solid #339;
	border-collapse: collapse;
	padding: 0;
}

table.DeliHitList tr.HeaderRowMain td
{
	margin: 0;
	border: 1px solid #339;
	padding: 5px;
	background: #99c;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

table.DeliHitList tr.HeaderRow td, 
table.DeliHitList tr th
{
	padding: 3px 0px 3px 0px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #339;
	font-size: 11px;

}

table.DeliHitList tr.DeliOddRow td
{
	margin: 0;
	border: 1px solid #339;
	padding: 3px 0px 3px 0px;
	background: #eee;
	text-align: center;
	font-size: 10px;
}

table.DeliHitList tr.DeliEvenRow td
{
	margin: 0;
	border: 1px solid #339;
	padding: 3px 0px 3px 0px;
	background: #fff;
	text-align: center;
	font-size: 10px;
}

table.DeliPriceList
{
	margin: 10px;
	padding: 5px;
	border: 0;
	background: #eee;
}

table.DeliPriceList tr.ItemRow td
{
	margin: 0;
	border: 0;
	padding: 1px;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}

table.DeliPriceList tr.ItemRowHead td
{
	margin: 0;
	border: 0;
	padding: 1px;
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
}

table.DeliPriceList tr.ItemPrice td
{
	margin: 0;
	border: 0;
	padding: 1px;
}

table.DeliPriceListWhiteBG
{
	margin: 10px;
	padding: 5px;
	border: 0;
	background: #fff;
}

table.DeliPriceListWhiteBG tr.ItemRow td
{
	margin: 0;
	border: 0;
	padding: 1px;
	text-decoration: underline;
	font-size: 14px;

}

table.DeliPriceListWhiteBG tr.ItemPrice td
{
	margin: 0;
	border: 0;
	padding: 1px;
}

table.DeliPriceListWhiteBG tr.ItemRowP td
{
	margin: 0px 0px 0px 0px;
	border-top: 0;
	padding-top: 15px;
}

table.DeliPriceListWhiteBG tr.ItemRowHead td
{
	margin: 0;
	border: 0;
	padding: 1px;
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
}

table.DeliPriceListOliveBG
{
	margin: 10px;
	padding: 5px;
	border: 0;
	background: #dfdeb9;
}

table.DeliPriceListOliveBG tr.ItemRow td
{
	margin: 0;
	border: 0;
	padding: 1px;
	text-decoration: underline;
}



table.DeliPriceListOliveBG tr.ItemPrice td
{
	margin: 0;
	border: 0;
	padding: 1px;
}
table.DeliPriceListOliveBG tr.ItemRowHead td
{
	margin: 0;
	border: 0;
	padding: 1px;
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
}

table.DeliMain ul li
{
	margin: 5px 5px 5px 20px;
}

table.DeliMain a
{
	font-size: 10px; 
	font-weight: bold; 
	border: 0; 
	color: #a91347;
	text-decoration: none;
}

table.DeliMain a:link:hover
{
	color: #a91347;
	text-decoration: underline;
	background: #ccc;
}

table.DeliMain a:visited
{
	font-size: 10px; 
	font-weight: bold; 
	border: 0; 
	color: #99b;
	text-decoration: none;
}

table.DeliMain a:visited:hover
{
	text-decoration: underline;
	background: #eee;
}

table.DeliMain ul.DeliNav li
{
	list-style-type: none;
	margin: 5px 5px 5px 10px;
}

div.Allergen
{
	margin: 10px;
	border: 0;
	padding: 0;
	border: 2px solid #ccc;
	background: #d3e0d6;
}

/* Allergen HitList */
/* Also uses "Green Bar" in Transition.css */

div.AllergenHitList
{
	margin: 10px;
	border: 1px solid #339;
	padding: 0;
	background: #ddd;
}


table.AllergenHitList
{
	margin: 10px;
	border: 1px solid #339;
	border-collapse: collapse;
	padding: 0;
	font-size: 10px;
}

table.AllergenHitList tr.HeaderRowMain td
{
	margin: 0;
	padding: 5px;
	background: #339;
	font-weight: bolder;
	color: #fff;
}

table.AllergenHitList tr.HeaderRow td, 
table.AllergenHitList tr th
{
	border: 1px solid #339;
	border-collapse: collapse;
	padding: 5px;
	background: #ddd;
	font-weight: bolder;
	color: #339;
}

table.AllergenHitList tr.PlainRow td, 
table.AllergenHitList tr th
{
	border: 1px solid;
	border-collapse: collapse;
	padding: 5px;
	background: #fff;
	font-weight: bolder;
}
table.AllergenHitList tr.TotalRow td
{
	margin: 0;
	border: 0;
	padding: 5px;
	background: #ccc;
	font-weight: bolder;
}

/* ==== 6. ==== Table & Hit List Rules ================================================================ */

/* Green Bar */
/*.OddRow { background: #eee; } */
.AOddRow {background: #eee; }
tr.AOddRow td { padding: 5px;	border: 1px solid #339;
	border-collapse: collapse; text-align: left;font-size: 11px;
 }
.AEvenRow { background: #fff;}
tr.AEvenRow td { padding: 5px; 	border: 1px solid #339;
	border-collapse: collapse; text-align: left; font-size: 11px;
}
