/* Für Hinweise im Warenkorb (Artikel nicht auf Lager und Mindestbestellwert bzw. Höchstbestellwert) */
#noticeCart {
	padding:20px 0 10px; }
#noticeCart .content {
	padding:12px 18px; }

/* Modul gift_cart.html */
#giftCart {
	padding:35px 0 10px; }
#giftCart .content {
	padding:12px 18px 20px; }

#noticeCart, #giftCart {
	text-align:center; }
#noticeCart .content, #giftCart .content {
	text-align:left;
	margin:0 auto;
	width:634px;
	border:1px solid #B4B4B4; }
* html #noticeCart .content, * html #giftCart .content {
	width:672px; }

/*----------------------------------------------------------------------------------------/
/ Menü im Warenkorb und bei Bestellschritten
/----------------------------------------------------------------------------------------*/
.menuCheckout {
	margin:0;
	padding:0; }
.menuCheckout li {
	float:left;
	list-style:none; }
.menuCheckout a, .menuCheckout span {
	display:block;
	width:146px;
	height:25px;
	background-repeat:no-repeat; } /* Sprachabhängige Bilder werden in source/header.php des Template Ordners definiert */
.menuCheckout a:hover, .menuCheckout .active {
	background-color:#F4F4F4; }

/* Warenkorb Button 2px breiter */
.menuCheckout .linkStep1	{
	width:148px; }

/*----------------------------------------------------------------------------------------/
/ Warenkorb
/----------------------------------------------------------------------------------------*/
.cartEntry1 {
	width:342px; }
.cartEntry2 {
	width:95px; }
.cartEntry3 {
	width:85px; }
.cartEntry4 {
	width:95px; }
.cartEntry5 {
	width:115px; }

/* Einträge Produkte */
.cartEntry1 .article {
	display:block;
	min-height:70px;
	line-height:15px;
	margin-right:10px;
	position:relative;
	text-decoration:none; }
* html .cartEntry1 .article {
	height:70px;
	overflow:visible; }
.cartEntry1 .article .image {
	position:absolute;
	width:70px;
	height:70px;
	background-color:#FFF;
	background-repeat:no-repeat;
	background-position:center; }
.cartEntry1 .article .content {
	display:block;
	padding:0 10px 0 82px; }
.cartEntry1 .article .content .info {
	display:block;
	color:#5E5E5E; }
