

.shop_cart {
	float: right;
	width: 180px;
	background: #EEEEEE;
	padding: 10px;
}
.shop_cart h3 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}


.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_entry {
	background: #EEEEEE;
	padding: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	display: block;
	/* height: 120px; */
	float: left;
}

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

.shop_entry img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}




.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;
}







