.template_shop .addToCart,
.template_shop .showCart {
	background: #3f0;
}

.template_shop .continue {
	background: #F0F0F0;
	float: left;
	border: 1px #CCC solid;
}

.template_shop .refresh {
	background: #fd0;
	display: block;
	margin: auto;
}

.template_shop .order {
	background: #88f;
	float: right;
}

.template_shop .remove {
	background: #f80;
	display: block;
}

.template_shop .shop_article,
.template_shop .shop_cart,
.template_shop .shop_group,
.shop_cart_remove,
.shop_cart_add {
	background: #ddd;
	margin-bottom: 15px;
	padding: 10px;
	border: 1px solid #ccc; 
}

.template_shop .shop_article img,
.template_shop .shop_cart img {
	margin-right: 15px;
}

.template_shop .shop_article .data,
.template_shop .shop_cart .description {
	margin-left: 136px;
}

.template_shop .addToCart,
.template_shop .shop_article .remove,
.template_shop .shop_cart .remove,
.template_shop p.price,
.template_shop .shop_header a,
.template_shop .shop_group img {
	float: right;
}

.template_shop .title,
.template_shop .shop_header h3,
.template_shop .shop_article img,
.template_shop .shop_cart img {
	float: left;
}


.template_shop p.price,
.template_shop .totalPrice {
	font-weight: bold;
	text-align: right;
}

.template_shop .amount {
	text-align: right;
	margin-bottom: 15px;
}

.template_shop .shop_header a {
	margin: 0.5em 0 0 15px;
}

.template_shop .shop_header h3 {
	margin: 0.5em 0;
}

.template_shop .shop_header {
	padding: 0.5em 15px;
	margin-bottom: 15px;
}

.template_shop .shop_header,
.template_shop .shop_article.on,
.template_shop .shop_group.on {
	background: #c5d8e9;
}

.template_shop table.cart,
.template_shop table.totalPrices {
	width: 100%;
	background: #fff;
	margin: 10px 0;
}

.template_shop th,
.template_shop td {
	text-align: left;
}

.template_shop th.singlePrice,
.template_shop th.price,
.template_shop td.singlePrice,
.template_shop td.price,
.template_shop table.totalPrices td {
	text-align: right;
}

.template_shop table.totalPrices tr {
	border-bottom: 1px solid #ccc;
}

.template_shop .shop_checkout_on input {
	display: block;
	width: 40%;
	margin-right: 15px;
}

.template_shop label { 
	float: left;
	width: 275px;
	margin-right: 15px;
}

.template_shop label .forms { 
	width: 275px;
}
