#shoplist {
	float: left;
	display: inline; /* */
	width: 260px;
	margin: 0 0 0 50px;
	}

.shop_item {
	display: block;
	background: #E0DCD2; 
	border: 1px solid #BCB4A1; 
	width: 250px;
	margin: 0 0 10px 0;
	text-align: left;
	}

.shop_item h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 0;
	}
.shop_item p {
	float: right;
	width: 135px;
	font-size: 11px;
	margin: 0 0 8px;
	}
.shop_item p.price {
	margin: 0;
	}

.shop_item img.cover {
	width: 80px;
	height: 80px;
	margin: 0 10px 0 0; 
	float: left;
	}

.shop_item input.text {
	float: left;
	width: 20px;
	margin: 0 0.5em 0.5em 0;
	}

.shop_item strong.preis { 
	font-size: 1em;
	line-height: 1.8em; 
	float: right;
	width: 100px;
	}


.padding10 {
	border: 1px solid #E0DCD2;
	margin: 9px;
	}

.note {
	color: #ffffff;
	background: #990000;
	border: 1px solid #E0DCD2;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 85px;
	position: absolute;
	margin: 30px 0 0 -50px;
	padding: 4px;
	}


.shop_hinweis {
	display: block;
	float: left;
	background: #E0DCD2; 
	border: 1px solid #BCB4A1; 
	text-align: left;
	}

.shop_welcome {
	font-style: italic;
	text-align: center;
	margin-bottom: 25px;
	}

.small_print {
	text-align: center;
	margin: 0 auto;
	}
