.shop_cart {
	float: right;
	width: 180px;
	background: #EEEEEE;
	padding: 10px;
}
.shop_cart h3 {
	margin: 0px;
	padding: 0px 0px 0px 25px;
	margin-bottom: 5px;
	background-image: url(../img/cart.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.shop_categories,
.shop_products {
	float: left;
	clear: left;
}

.shop-category-entry {
	width: 150px;
	background: #DDDDDD;
	display: block;
	float: left;
	margin-right: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 3px;
	text-decoration: none;
}

.shop-category-entry.current {
	background: #CCCCCC;
}

.shop_article {
	background: #EEEEEE;
	padding: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	display: block;
	/* height: 120px; */
	float: left;
}

.shop_article h3 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}

.shop-price-list {
	float: right;
	width: 180px;
	background: #EEEEEE;
	text-align: right;
}
.shop-price {
	float: right;
	width: 180px;
	background: #EEEEEE;
	padding: 10px;
	text-align: right;
	margin-left: 10px;
}

.shop-regular-price-reduced {
	font-size: 130%;
	font-weight: bold;
	color: #666666;
	text-decoration: line-through;
	margin-bottom: 8px;
}

.shop-reduced-price,
.shop-regular-price {
	font-size: 160%;
	font-weight: bold;
	margin-bottom: 8px;
}

.shop_add_to_cart {
	background-image: url(../img/cart_put.png);
	background-repeat: no-repeat;
	background-position: 0 -1px;
	padding-left: 20px;
}

table.shop-cart th, table.shop-cart td {
	padding: 1px 5px;
}

table.shop-cart tr.shipping td {
	background-color: #eee;
}

table.shop-cart th, table.shop-cart tr.total td {
	background-color: #ddd;
	font-weight: bold;
}

table.order_details tr.total td {
	background-color: #999;
	font-weight: bold;
}

