.pagetext {
	font-size: 10px;
	color: #000000;
}
.pagetext TD {
	text-align: left;
	vertical-align: top;
}
.pagetext a:link, .pagetext a:visited, .pagetext a:active  {
	text-decoration: underline;
	color: #4c595e;
}
.pagetext a:hover {
	text-decoration: none;
	color: #63747b;
}
.pagetitles {
	font-size: 1.7em;
	font-weight: bold;
	color: #4c595e;
}
.subpagetitle {
	font-size: 1.4em;
	font-weight: bold;
	color: #4c595e;
}
TH.default {
	background-color: #0a1d42;
	color: #ffffff;	
}
.prod-list-header-table {
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}
.prod-list-titles {
	text-align: left;
	vertical-align: bottom;
}
.prod-list-cart {
	text-align: right;
	vertical-align: top;
}
.cart-table {
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;	
}
.cart-title {
	padding: 2px;
	border: 1px solid #000000;
	background-color: #818181;
	color: #ffffff;
}
.cart-totals {
	padding: 2px;
	border: 1px solid #000000;
	background-color: #cccccc;
}
.cart-totals TD{
	padding: 0px;
}
.hr1 {
	width: 100%;
	height: 2px;
	border: none;
	color: #4c595e;
	background-color: #4c595e;
}
