@charset "utf-8";

.yourDetails {
	color: #333333;
	margin-top: 10px;
}
.yourDetails2 {
	color: #666666;
	margin-bottom: 10px;
	font-size: 11px;
	font-style: italic;
}
.agreeToTerms {
	color: #333333;
	margin-bottom: 10px;
	font-size: 11px;
	margin-top: 20px;
	text-align: center;
}

.agreeToTerms a {
	text-decoration: none;
	color: 000000;
}

.agreeToTerms a:hover {
	text-decoration: none;
	color: 000000;
}

.cartContainer {
	float: left;
	width: 514px;
	margin-left: 1px;
}
table#cartTable{
	width: 514px;
	float: left;
	margin-bottom: 10px;
	border: 0px;
}

td.cartDivider{
	height: 1px;
	background-color: #999999;
}
td.cartDividerC{
	background-image: url(images/cartLineC.gif);
	height: 1px;
	background-repeat: no-repeat;
	background-position: left;
}

tr.cartSpacer{
	height: 3px;
}

td.cartSpacerD{
	border-right: 1px solid;
	border-right-color: #CCCCCC;
}

tr.cartHeader {
	font-size: 14px;
	background-color: #333333;
	color: #FFFFFF;
}

td.padded{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}

td.subTotal{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: right;
	vertical-align: middle;
	border-top: 1px solid;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	border-color: #999999;
}
td.subTotalL{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: right;
	vertical-align: middle;
	border-top: 1px solid;
	font-size: 11px;
	color: #333333;
	border-right: 1px solid;
	border-top-color: #999999;
	border-right-color: #999999;
}
td.paddedR{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 15px;
	font-size: 13px;
}

td.paddedBIG{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 0px;
	border-top: 1px solid;
	border-top-color: #999999;
}

tr.lightGrey{
	background-color: #CCCCCC;
}
tr.grey{
	background-color: #333333;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
}


.addToCartGREY{
	width: 155px;
	height: 60px;
	float: left;
}
.productS{
	font-weight: normal;
	text-align: left;
	font-size: 11px;
	padding-left: 15px;
	border-right: 1px solid;
	border-right-color: #CCCCCC;
}
.unitPriceS{
	font-weight: normal;
	text-align: right;
	font-size: 11px;
	padding-right: 10px;
	border-right: 1px solid;
	border-right-color: #CCCCCC;
}
.unitPrice{
	font-weight: normal;
	text-align: right;
	vertical-align: middle;
	border-right: 1px solid;
	padding-right: 10px;
	border-right-color: #CCCCCC;
	font-size: 11px;
}
.totalPrice{
	text-align: right;
	font-weight: bold;
	color: #000000;
	vertical-align: middle;
	padding-right: 15px;
	border-top: 1px solid;
}
.totalPrice2{
	text-align: right;
	font-weight: bold;
	color: #000000;
	vertical-align: middle;
	padding-right: 15px;
	font-size: 11px;
}
.totalPriceS{
	text-align: right;
	color: #000000;
	font-size: 11px;
	padding-right: 15px;
}
.newTableHolder {
	float: left;
}

.unitQty{
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid;
	padding-top: 4px;
	line-height: 0.5;
	padding-left: 2px;
	padding-right: 2px;
	border-right-color: #CCCCCC;
}

.cartHeader {
	font-size: 28px;
	margin-bottom: 15px;
	margin-left: 5px;
	float: left;
	font-weight: bold;
}
.protxLogo{
	width: 115px;
	height: 50px;
	float: right;
	background-image: url(images/ProtX.png);
	background-repeat: no-repeat;
}

.mainProductLine{
	color: #000000;
}

.cartPostage{}
.cartTotalRow{
	font-size: 16px;
	text-align: right;
}

.incVAT {
	font-size: 10px;
	font-weight: normal;
}


.continueShopping a{
	float: left;
	width: 140px;
	background-image: url(images/continueShoppingButton.png);
	height: 16px;
	padding: 7px;
	color: #C60751;
	text-align: right;
	padding-right: 15px;
}
.updateCart a{
	float: left;
	width: 100px;
	height: 15px;
	padding: 7px;
	margin-left: 10px;
	margin-right: 80px;
	color: #C60751;
	text-align: center;
	border: 1px solid;
	border-color: #C60751;
}
.goToCheckout a{
	float: left;
	width: 175px;
	background-image: url(images/goToCheckoutButton.png);
	height: 16px;
	padding: 7px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 20px;
	background-repeat: no-repeat;
}
.continueShopping{
	float: left;
	background-image: url(images/continueShoppingButton.png);
	color: #C60751;
	text-align: right;
	padding: 10px;
	margin: 0px auto;
}
.updateCart{
	float: left;
	color: #C60751;
	text-align: center;
	padding: 10px;
	margin: 0px auto;
}
.goToCheckout{
	float: left;
	width: 175px;
	background-image: url(images/goToCheckoutButton.png);
	height: 16px;
	padding: 7px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 20px;
	background-repeat: no-repeat;
}
a.updateCartTinyLink{
	text-decoration: none;
	color: #666666;
	font-size: 10px;
	font-weight: normal;
}
.protXpadlock {
	float: left;
}
.optionCartName{
	font-weight: bold;
	vertical-align: middle;
	padding-left: 15px;
	border-right: 1px solid;
	border-right-color: #CCCCCC;
	font-size: 11px;
}
.optionCartOption{
	font-weight: normal;
}
.protXHeader{
	float: right;
	padding-right: 10px;
}
a.deliverySmallText {
	font-size: 10px;
	color: #666666;
	padding-right: 5px;
	text-decoration: none;
}
.totalTextIncVat {
	font-weight: normal;
	font-size: 11px;
	color: #CCCCCC;
}
.CartCards{
	float: left;
	width: 500px;
	text-align: center;
	margin-top: 20px;
}
