.headerRow, .item-remove {
	display: none;
}

.itemRow {
	padding: 10px 0;
	font-size: 14px;
}

.item-decrement, .item-quantity, .item-increment {
	display: inline;
}

.item-name  {
	font-weight: bold;
	padding: 5px 0;
}

.item-color,
.item-Farbe {
	margin: 0 0 8px;
}

.item-price {
	float: left;
	width: 90px;
}

.item-decrement, .item-quantity, .item-increment {
	font-weight: bold;
	padding: 5px;
}

.item-total {
	float: right;
}

h2.item_name {
	margin: 0;
	padding: 1em 0 .5em;
}
.shipping {
 margin: -20px 0 15px 0;
 font-size:11px;
}

#spendenformular input.buybutton {
	width:315px;
	height:65px;
	border:0;
	padding:0;
	margin:0;
	background: url(/leckrCMS/plugins/minishop/images/button.png) no-repeat;
	color:#FFF;
	font-size:18px;
	cursor: pointer;
}

#spendenformular input.buybutton:disabled {
	opacity: 0.5;
}