body
{
}
.infoLabel
{
	font-weight: bold;
	font-size: x-small;
	color: navy;
	font-family: Arial;
}
.infoText
{
	font-size: x-small;
	font-family: Arial;
}
.controlLabel
{
	font-weight: bold;
	font-size: x-small;
	color: black;
	font-family: Arial;
}
.invisibleButton
{
	width: 0px;
	height: 0px;
	display:none;
}
.priceListTable
{
	color:Navy;
	border-color:White;
	border-width:0px;
	border-style:None;
	font-size:70%;
	width:100%;
	border-collapse:collapse;
}
.priceListItem
{
	border-width:0px;
	border-style:none;
	background-color:Transparent;
}
.orderedPLItem
{
	border-width:0px;
	border-style:None;
	background-color:Gainsboro;
}
.priceListCategory
{
	border-width:0px;
	border-style:None;
	background-color:White;
	font-weight:bold;
}
.bannerTable
{
	font-weight: bold;
	font-size: x-small;
	cursor: pointer;	
	font-family: Arial;
	border-top: silver 1px solid;
	border-bottom: silver 1px solid;
	border-left: silver 1px solid;
	border-right-width: 0px;
	border-right-color: silver;
}
.bannerButton
{
	border-top-width: 0px;
	border-right: silver 1px solid;
	border-left-width: 0px;
	border-bottom-width: 0px;
	vertical-align: middle;
	text-align: center;
	background-color: #dee5fb;
}
.bannerButtonSelected
{
	border-top-width: 0px;
	border-right: silver 1px solid;
	border-left-width: 0px;
	border-bottom-width: 0px;
	vertical-align: middle;
	text-align: center;
	background-color: #bcccfb;
}
.confQtyButton
{
	border-right: 1px solid;
	border-top: 1px solid;
	font-weight: bold;
	font-size: 8pt;
	border-left: 1px solid;
	width: 10px;
	border-bottom: 1px solid;
	background-color: lightgrey;
	text-align: center;
}
.confQtyField
{
	border-right: 1px solid;
	border-top: 1px solid;
	font-weight: bold;
	font-size: 8pt;
	border-left: 1px solid;
	width: 30px;
	border-bottom: 1px solid;
	background-color: #ffffcc;
	text-align: center;
}
.promoGroup
{
	border-bottom: 1px solid #808080;
	text-align: center;
}
