
/* CART */
.errorbox {
	margin-bottom: 20px;
	font-size: 13px;
	font-weight: bold;
	color: #8A2437;
	border: 1px solid #999;
	padding: 5px;
}

.errorbox div {
	background: url(/gfx/bg-error.gif) no-repeat left center;
	padding: 2px 20px;
}

#cart {
	background: url(/gfx/cart.gif) no-repeat 15px center;
	height: 63px;
	border: 1px solid #E9E9E9;
	margin-bottom: 10px;
	border: 1px solid #83002A;
	border-top-width: 16px;
	cursor: pointer;
}

#cart p {
	padding: 13px 10px 0px 50px;
}

#cart.empty p {
	padding-top: 30px;
}

#creditcard {
	background: #e7e3db;
	border: 1px solid #ccc;
	padding: 5px;
	width: 400px;
	text-align: right;
	margin-bottom: 20px;
	color: #000;
}

#cardno, #ctrldigits {
	margin-bottom: 10px;
	border: 1px solid #999;
	padding: 5px;
}

.closeit {
	float: right;
}

#content table tr td.sumstart {
	font-size: 2px;
	border-top: 1px solid #cbcbcb;
}
#content table tr td.sum {
	text-align: right;
	border-bottom: 1px solid #cbcbcb;
}
#content table tr td.vat {
	text-align: right;
}
#content table tr td.shipping {
	text-align: right;
}
#content table tr td.cardfee {
	text-align: right;
}

#content table tr td.left {
	text-align: left;
}

.close {
	display: none;
}

#submits {
	margin-top: 10px;
	height: 30px;
}

#submits .left {
	float: left;
}

#submits .middle {
	text-align: center;
}

#submits .right {
	float: right;
}

#submits input {
	padding: 0px;
	cursor: pointer;
}

.pdflink a {
	display: block;
	background: url(/gfx/bg-pdf.gif) no-repeat left center;
	padding: 10px 35px;
}

.domainlink a {
	display: block;
	background: url(/gfx/bg-domain.gif) no-repeat left center;
	padding: 10px 35px;
}

/* CART */
#sent {
	font-size: 13px;
	font-weight: bold;
	border: 1px solid #999;
	padding: 5px;
	margin: 0px auto 20px auto;
	color: #000;
}
