.titletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #4678A9;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.bodytextlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
}
.bodytextstrikethrough {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.bodytextsml {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}
.subtitletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #336699;
}
.subtitletextred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #DB080E;
}
.baskettext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.orderbuttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	background-color: #4171A2;
	height: 24px;
	border: 1px solid #CCCCCC;
	background-position: center center;
	width: 82px;
}
.searchbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #4171A2;
	height: 24px;
	border: 1px solid #CCCCCC;
	background-position: center center;
	width: 49px;
}
.searchtextfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #4E81BA;
	height: 24px;
	border: 1px solid #CCCCCC;
	background-position: center center;
	width: 110px;
	padding-top: 3px;
}
.productdisplay_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.productdisplay_heading_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #4678A9;
}
.productdisplay_heading_3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #4678A9;
}
.productTotalPrice {
	font-size: 16px;
	color: #406b96;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.productTotalPrice_2 {
	font-size: 19px;
	color: #DD0000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.productTotalPrice_3 {
	font-size: 15px;
	color: #DD0000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.colHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #406B96;
	text-align: center;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.formLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #406B96;
	text-align: right;
	padding-right: 4px;
}
.smallInput {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.genericButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #4171A2;
	height: 24px;
	border: 1px solid #CCCCCC;
	background-position: center center;
	padding-right: 4px;
	padding-left: 4px;
}
textarea {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table.checkout {
	width: 100%;
	border-collapse: collapse;
}
table.checkout td {
	padding: 4px;
}
table.checkout input {
	background-color: #ffffff !important;
	color: #333333;
	border: 1px solid #4171a2;
}
table.checkout input.checkoutButton {
	height: 24px;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #ffffff !important;
	background-color: #4171A2 !important;
	border: 1px solid #CCCCCC;
	width: 140px;
}
table.checkout .formLabel {
	border: 1px solid white;
	border-left: none;
}