#volumeDiscountGraphWrapper
{
	background-color: #f8f7f7;
	border: solid 2px #83898e;
	width: 90px;
	height: 200px;
	position: relative;
}
#volumeDiscountGraphWrapper span
{
	font-size:8pt;
}

#volumeDiscountGraphWrapper div
{
	font-size:8pt;
}

#volumeDiscountGraphHeader
{
	color:#000000;
	font-size:8pt;
	text-align:center;
	font-weight:bold;
	vertical-align:middle;
}

.volumeDiscountPercDisc
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 90px;
	height: 40px;
	background-color: #83898e;
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: middle;
}

.volumeDiscountQtrDisc
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 40px;
	width: 90px;
	background-color: #4698dd;
	background-image: url(/Images/Misc/volumeDiscount_blue.gif?v=16);
	background-position: top;
	background-repeat: repeat-x;
}

.volumeDiscountThreshold
{
	position: absolute;
	top: 30px;
	left: 94px;
}

.volumeDiscountToDate
{
	position: absolute;
	left: 94px;
	top: 100px;
}

.volumeDiscountDesc
{
	/*position: absolute;
	bottom: -20px;
	z-index: 500;
	width: 90px;*/
	font-weight:bold;
	vertical-align:middle;
}

.volumeDiscountZero
{
	position: absolute;
	left: 94px;
	top: 190px;
}

.secText
{
	color: White;
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
}

.secLabel
{
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	color: #83898e;
	white-space: nowrap;
}
