.cart h1
{
	font-size: 26px;
	line-height: 26px;
}

.cart h2
{
	font-size: 20px;
	line-height: 20px;
}

.cart table
{
	border-collapse: collapse;
	width: 100%;
}

.cart th
{
	font-weight: bold;
}

.cart th,
.cart td
{
	height: 33px;
	padding: 0 0 0 8px;
	vertical-align: top;
	line-height: 33px;
}

.cart td.top
{
	height: 1px;
}

.cart td.image
{
	width: 119px;
	padding: 0;
}

.cart th.name
{
	text-align: left;
}
.cart th.name,
.cart td.name
{
	width: 400px;
	line-height: normal !important;
	padding: 9px 0 0 8px;
}

.cart th.variant,
.cart td.variant
{
	width: 179px;
}

.cart th.price,
.cart td.price
{
	text-align: left;
}

.cart th.amount,
.cart td.amount
{
	text-align: left;
	padding: 0 0 0 27px;
}

.cart .amount,
.cart .price
{
	width: 100px;
}

.cart td.spacer
{
	font-size: 6px;
	height: 10px;
	line-height: 10px;
}

.cart td.spacer.deep
{
	height: 33px;
}

.cart tr.even td
{
	background: #F9F9F9;
}

.cart td.amount input[type=text]
{
	width: 18px;
}

#credits-selector input[type=text]
{
	width: 36px;
}

input.updown[type=button]
{
	padding: 5px;
	border: 0;
	margin: 3px 0;
	background: none;
	color: #000;
	font-size: 12px;
}

.cart input.updown {
	cursor:pointer;
}

.cart td.credits
{
	font-size: 11px;
}

table#stappen
{
	margin: 15px 0 30px;
}

/* I'm not overly concerned that these CSS3 selectors might not work in IE; rounded corners don't work there anyways */
table#stappen tr:first-child td:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px
}
table#stappen tr:first-child td:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px
}
table#stappen tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px
}
table#stappen tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px
}

#stappen {
	width: 100%;
	color: #fff;
	border: 0 none;
}

	#stappen td {
		width: 20%;
		height: 40px;
		padding: 0;
		text-align: center;
		font-size: 13px;
		background: url( ../../img/interface/checkout_shader.png ) no-repeat 0 -40px #272a39;
		line-height: normal;
		border: 0 none;
	}

	#stappen td.active {
		background-position: 0 0;
		background-color: #e9e9e9;
		color: #000;
	}

	#stappen td.first {
		background-image: none;
	}

	#stappen td.next {
		background-position: 0 -80px;
	}

		#stappen td a
		{
			display: inline-block;
			height: 100%;
			width: 100%;
			text-decoration: none;
			color: #fff;
		}

		#stappen td.active a {
			color: #000 !important;
		}

		#stappen td span.title {
			vertical-align: top;
			display: inline-block;
			line-height: 40px;
		}

		#stappen td span.number {
			display: inline-block;
			font-size: 26px;
			margin: 5px 0 0;
			font-weight: bold;
		}

		#stappen td span.number span {
			width: 20px !important;
		}

.cart .payment
{
	margin: 0 0 15px 0;
}

.cart .payment .visual
{
	margin: 0 10px 0 0;
	width: 75px;
}

.cart .payment .providers
{
	margin: 0 0 15px;
	width: 865px;
}

.cart .payment .provider label
{
	line-height: 22px;
	margin: 0 5px 5px 0;
}

.cart .payment .provider label.text
{
	width: 800px;
	margin: 0;
}

.cart .payment .provider input[type=radio],
.cart .payment .provider img
{
	margin: 5px 8px 0 0;
}

.cart .payment h2
{
	font-size: 16px;
	padding: 0 0 5px 0px;
}

.cart #payments .error
{
	display: block;
}

.cart a.button.register .innerbutton .innards
{
	padding: 13px 4px 10px;
}

.cart .data-block.address table
{
	width: 595px;
}

#credits-selector
{
	margin: 20px 0 0 192px;
}

.cart .spacing
{
	margin: 20px 0;
}

#agree
{
	margin-right: 8px;
}

a.back
{
	line-height: 45px;
}

#ideal-status-marker
{
	margin: 0 0 0 100px;
	color: #000000;
	font-weight: normal;
	position: relative;
	cursor: pointer;
	line-height: 20px;
	height: 20px;
	font-size: 13px;
}

#ideal-status-marker img {
	margin-top: -3px;
	vertical-align:middle;
}

#ideal-status
{
	position: absolute;
	top: 19px;
	right: 0;
}

.center
{
	text-align: center;
}