table.ProductList{
	border: none;
}

td.ProductListHeader{
	font-family: Verdana;
	font-size:14px;
	font-weight:bold;
	color:#a30480;
	text-decoration:none;
	text-align: center;
}

td.ProductListSubHeader{
	font-family: Verdana;
	font-size:12px;
	font-weight:bold;
	font-style: italic;
	color:#4fa600;
	text-decoration:none;
	text-align: center;
}

td.PListModel{
	font-family: Verdana;
	font-size:10px;
	font-weight:none;
	color:#a30480;
	text-align: center;
}

td.PListPrice{
	font-family: Verdana;
	font-size:10px;
	font-weight:none;
	color:#a30480;
	text-align: center;
}

td.PListDesc{
	font-family: Verdana;
	font-size:10px;
	font-weight:none;
	color:#a30480;
	text-align: center;
}

td.PListQuantity{
	font-family: Verdana;
	font-size:10px;
	font-weight:bold;
	color:#a30480;
	text-align: center;
}

td.PListBorder{
	border-bottom: 1px solid #4d85c5
}

td.PListBag{
	font-family: Verdana;
	font-size:9px;
	font-weight:none;
	color:#a30480;
	text-align: left;
}