	*{
		font-family: Arial,Helvetica,sans-serif;
	}
	.sectionHeading{
		height: 16px;
		margin: 0 0 10px 0;
		padding: 5px 5px 1px 5px;
		background-color: #969;
		color: #FFF;
		font-size: 14px;
		font-weight: bold;
		vertical-align: middle;
	}
	.sectionHeadingInverse{
		height: 16px;
		margin: 0 0 10px 0;
		padding: 5px 5px 1px 5px;
		background-color: #F2E8F3;
		color: #969;
		font-size: 14px;
		font-weight: bold;
		vertical-align: middle;
	}
	.sectionSpacer{
		font-size: 16px;
	}
	.product{
		font-family: Arial,Helvetica,sans-serif;
		font-size: 12px;
		color: #666666;
	}
	.productTitle{
		margin: 0 0 10px 0;
		background: #F2E8F3;
		color: #996699;
		font-size: 12px;
		padding: 5px;
		font-weight: bold;
	}
	.productDescription{
		margin: 0 0 10px 0;
	}
	.productCost{
		margin: 0 0 10px 0;
		font-size: 12px;
	}
	.productPrice{
		color: #996699;
		font-size: 12px;
		font-weight: bold;
	}
	.productQuantity{
		margin: 0 0 10px 0;
	}
	.productItemNumber{
		margin: 0 0 10px 0;
	}
	.shipping_field {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #666666;
		background-color: #F2E8F3;
		border: 1px solid #996699;
	}
	.billing_field {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #666666;
		background-color: #F2E8F3;
		border: 1px solid #996699;
	}
	.errMsg{
		font-size: 12px;
		color: #f83333;
	}
	.errMsgHeader{
		padding:0 0 10px 0;
		font-size: 14px;
		font-weight: bold;
		color: #f83333;
	}
	.field_confirm {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #333;
	}
	.generalLabel{
		padding:0 0 10px 0;
		font-size: 14px;
		font-weight: bold;
		color: #000;
	}
	#carttable{
		border-top: 1px solid #b49bb7;
		border-left: 1px solid #b49bb7;
		border-bottom: 1px solid #8f6996;
		border-right: 1px solid #8f6996;
	}
	#carttable INPUT{
		border-top: 2px solid #b094b5;
		border-left: 2px solid #b094b5;
		border-bottom: 2px solid #fbfbfb;
		border-right: 2px solid #fbfbfb;
		padding: 1px;
		color: #8b6793;
	}
	#carttable TH, #subtotal TH{
		font-weight: bold;
		font-size: 12px;
		color: #fff;
		background-color: rgb(150,107,149)
	}
	#subtotal TH{
		background-color: #c8b6cb;
	}
	
	#carttable TR{
	}
	#carttable TD{
		border-top: 1px solid #c8b6cb;
		border-bottom: 1px solid #c8b6cb;
		font-size:11px;
		color: #8b6793;
		padding: 5px;
	}
	#carttable .title{
		font-weight: bold;
	}
	#carttable .price{
		font-size:12px;
		font-weight: normal;
	}
	#subtotal th{
		font-size:12px;
		font-weight: bold;
		color: #4a364b;
		background-color: #fff;
		border-right: 1px solid #c8b6cb;
		border-top: 1px solid #c8b6cb;
		border-bottom: 1px solid #c8b6cb;
		padding: 0 15px 0 0;
	}
	#shipping th{
		font-size:12px;
		font-weight: bold;
		color: #4a364b;
		background-color: #fff;
		border-right: 1px solid #c8b6cb;
		border-top: 1px solid #c8b6cb;
		border-bottom: 1px solid #c8b6cb;
		padding: 0 15px 0 0;
	}
	#discount th{
		font-size:12px;
		font-weight: bold;
		color: #4a364b;
		background-color: #fff;
		border-right: 1px solid #c8b6cb;
		border-top: 1px solid #c8b6cb;
		border-bottom: 1px solid #c8b6cb;
		padding: 0 15px 0 0;
	}
	#discount td{
		color: #CC364B;
	}
	#taxes th{
		font-size:12px;
		font-weight: bold;
		color: #4a364b;
		background-color: #fff;
		border-right: 1px solid #c8b6cb;
		border-top: 1px solid #c8b6cb;
		border-bottom: 1px solid #c8b6cb;
		padding: 0 15px 0 0;
	}
	#cartsubtotal th, #total th{
		font-size:12px;
		font-weight: bold;
		color: #FFF;
		background-color: #bda9c2;
		border-right: 1px solid #c8b6cb;
		padding: 0 15px 0 0;
	}
	#carttable #linetotal{
		font-size:12px;
		font-weight: bold;
		color: #000;
		padding: 0 15px 0 0;
	}
	.cartbuttons{
		display: block;
		float: left;
		width: 33%;
		text-align: center;
	}