@CHARSET "UTF-8";

/* Shopping Cart */
#main {
	position:relative;
}

h1.cart-section-title {
	margin-bottom:10px;
}

#box-shoppingCart table, #box-shoppingCartLater table, #box-shoppingCartCheckout table {
	width:100%;
}

#shoppingCart-calculation {
	margin-bottom:15px;
}

#shoppingCart-unitList td, #shoppingCart-calculation td {
	border-bottom:1px dashed #acaaa1;
}

#shoppingCart-unitList td {
	padding:15px 0;
}

#shoppingCart-unitList tr.last td, #shoppingCart-calculation tr.last td {
	background:none;
}

#shoppingCart-calculation td {
	padding:10px 0;
	vertical-align:middle;
	font-size:14px;
	font-weight:bold;
}

#shoppingCart-calculation td.shipping_cost_overview table {
	width: auto;
	margin-left: auto;
}
#shoppingCart-calculation td.shipping_cost_overview table td {
	padding: 5px;
	font-weight:normal;
	border: 1px solid white;
	background-color: #F1F1F1;
	font-size: 11px;
}
#shoppingCart-calculation td.shipping_cost_overview table td.price {
	width: 80px;
	text-align: center;
	font-weight: bold;
}
#shoppingCart-calculation td.price {
	padding-right: 10px;
	text-align: right;
	font-size: 19px;
}

#box-shoppingCart tr.spacer {
	background: #FFF;
	height:5px;
}

#box-shoppingCart tr.spacer td {
	border: 0;
}

#box-shoppingCart tr.total {
	background: #e7e6e3;
}

#box-shoppingCart tr.save {
	background: #FFE8B5;
}

#shoppingCart-calculation tr.save td {
	padding-left: 8px;
	border: 0;
}

#shoppingCart-calculation tr.total td {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

#shoppingCart-unitList p {
	font-size: 11px;
	margin-bottom: 2px;
}

#shoppingCart-unitList .title {
	font-size: 14px;
	margin-bottom: 4px;
}

#shoppingCart-question {
	padding: 0 0 6px 45px;
}

#shoppingCart-note {
	font-size: 10px;
	position: relative;
	top: 20px;
	margin-top: -20px;
}

#shoppingCart-AGB {
	background: #edfec0;
	padding: 10px;
}

#shoppingCart-AGB input {
	margin: 0 4px 0;
}

#shoppingCart-AGB label {
	font-weight: bold;
}

#shoppingCart-AGB p {
	margin-top: 4px;
	font-size: 11px;
	line-height: normal;
}

#cart-loader {
	width:100%;
	margin:20px auto;
}
.cart-loader-visible {
	height:35px;
}

.cart-image-top-container-small {
	width:80px;
	height:80px;
	display:table;
	text-align:center;
	border:1px solid #d8d8d8;
	background: #fff;
}
.cart-image-top-container-small a {
	display:table-cell;
	vertical-align:middle;
}