#winkelmand
{
	float:right;
	z-index:5000;
}

#relativeItems{
	position:relative;
	right:0px;
}

.total-price{
	margin-top:2em;
	border-top:1px solid #000;
	clear:both;
	color:#000;
}

.cart-item .remove{
	position:absolute;
	text-align:right;
	width:16px;
	height:16px;
}

.small-input{
	width:1.5em;
}

.right-align{
	text-align:right;
}
.cart-items .odd{
	background-color:#006F75;
}
.cart-items .item-price
{
text-align:right;
}
.total-row,
.total-row th,
.total-row td
{
	border-top: 1px solid #000;
}
.betaalMethode
{
	float:left;
	cursor: pointer;
	padding:0.5em;
	text-align:center;
	margin:0.5em;
}
.betaalMethode *{
	cursor: pointer;
}

.betaalMethode.selected
{
	border:1px outset #20818F;
	
}