﻿div.MerchandiseList
{
	margin-top: 10px;
}

table.ItemsList
{
	padding: 5px 5px 5px 5px;
	width: 70%;
}

tr.ItemRow
{
	border: #000000 1px solid;
	background-color: white;
}

td.ItemName
{
	padding-right: 5px;
	width: 85%;
}

td.ItemPrice
{
	width: 15%;
	text-align: right;
}

div.ItemsType
{
	margin-top: 10px;
}
span.NewItem
{
	background-color: Yellow;
	color: Red;
	font-style: italic;
	font-weight:bold;
	margin-right: 5px;
	padding-left: 3px;
	padding-right: 4px;
}
span.Alert
{
	background-color: Red;
	color: Yellow;
	font-style: italic;
	font-size: 11px;
	padding-left: 3px;
	padding-right: 5px;
	
}