#shopcds { display: block; float: left; width: 156px; height: 149px; margin-right: 20px; background: transparent url(../img/shop/shop-cds.png) center center no-repeat; }
#shopcds:hover { background-image: url(../img/shop/shop-cds-hi.png) }
#shopkasse { display: block; float: left;  width: 156px; height: 149px; background: transparent url(../img/shop/shop-kasse.png) center center no-repeat; }
#shopkasse:hover { background-image: url(../img/shop/shop-kasse-hi.png) }
/* #shopcds:hover { background-image: url(../img/shop/shop-cds-hi.png); } */
#shopcds span,
#shopkasse span { display: none; }

#othershops { float: right; }
#othershops img { vertical-align: middle; }

.shopitem {
	position: relative;
	height: 102px;
	margin-top: 24px;
	padding: 0 10px 24px;
	border-bottom: 1px dotted #aaa;
}
.shopitem img {
	float: left;
	width: 98px;
	height: 98px;
	margin-right: 10px;
	padding: 1px;
	border: 1px solid #bbb;
}
.shopitem label {
	float: none; width; auto; 
}
.itemdetail {
	color: #777;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;	
}
.itembuy { position: absolute; bottom: 21px; right: 10px; text-align: right; }

input.quant {
	width: 1.5em;
	height: 18px;
	font-size: 15px;
}
#checkout { width: 200px; margin: 21px 4px; font-size: 15px; }

.errorTag { font-weight: bold; color: red; }
