.divPriceKeyTable
{
	/* float: left; */
	width: 186px;
	display: table;
	border: 1px #EEE solid;
	background-color: #e0e0e0;
	margin: 0 6px 6px 0;
	padding: 6px;
}

.divPriceKeyHeaderRow
{
	display: table-row;
}

.divPriceKeyHeaderColourCell
{
	display: table-cell;
	width: 8px;
}

.divPriceKeyHeaderPriceBandCell
{
	display: table-cell;
	margin: 4px; 
	padding: 4px; 
}

.divPriceKeyHeaderDiscountCell
{
	display: table-cell;
	font-weight: bold;
	font-size: 10px;
	width: 70px; 
	margin: 4px; 
	padding: 4px; 
	text-align: right;

}

.divPriceKeyBandRow
{
	display: table-row;
}

.divPriceKeyBandColourCell
{
	width: 8px;
}

.divPriceKeyBandDescriptionCell
{
	display: table-cell;
	margin: 4px; 
	padding: 4px; 
}

.divPriceKeyValueCell
{
	display: table-cell;
	text-align: right;
	margin: 4px; 
	padding: 4px; 

}