.PriceList_Table {
	font-size: 12px;
	width: 500px;
	border: 1px solid navy;
}

.PriceList_ColHeader {
	width: 90%;
	background-image : url(../Images/GreenBkrnd_Bottom.png);
	background-repeat : repeat-x;
	background-position : bottom;
	border-bottom: 0px solid navy;	
	margin-bottom: 10px;
	margin-top: 20px;
	padding-left: 5px;
	padding-bottom: 4px;
	padding-top: 3px;
	font-weight: bold;
	color: white;
	text-align: left;
}

#PriceList_PriceTitle {
	width: 20%;
}

.PriceList_ProductTR td {
	padding: 8px;
	border-bottom: 1px solid gray;
}

.PriceList_ProductDescDIV {
	font-size: 11px;
	color: gray;
	padding: 6px 15px 0px 15px;  /* top right bottom left */
}
