ul.thumb {
	list-style: none;
	margin: 0px 0px 20px 10px; padding: 0px;
	width: 320px;
	z-index: 0;
}
.zoom {
	z-index: 1;
	position: relative;
	top: 182px;
	left: 15px;
	font-size: 11px;
	width: 55px;
	color: #cccccc;
}
ul.thumb li {
	margin: 0; padding: 0px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 300px;
	height: 199px;
}
ul.thumb li img {
	width: 300px; height: 199px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	padding: 0px;
	position: absolute;
	left: 0; top: 0;
}
ul.thumb li img.hover {
	/*background:url(thumb_bg.png) no-repeat center center;  /* Image used as background on hover effect
	border: none; /* Get rid of border on hover */
}

.details-cart {
	border-bottom: 1px dotted #e0e0e0;
	padding-bottom: 10px;
	color: #333333;
}

.cart-image {
	float: left;
}

.cart-information {
	margin: 0px 0px 0px 0px;
	border-top: 1px dotted #e3e3e3;
	border-bottom: 1px dotted #e3e3e3;
	padding: 10px 10px 10px 20px;
	color: #666666;
}

.middle {
	border-left: 1px dotted #e3e3e3;
	border-right: 1px dotted #e3e3e3;
	margin: 0px 8px 0px 8px;
	padding: 0px 8px 0px 8px;
}

.cart-details {
	padding: 30px 10px 20px 10px;
	z-index: 0px;
	overflow: hidden;
}

.cart-details span {
	font-size: 22px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-weight: bold;
	overflow: hidden;
}

.reduziert {
	color: #9e1d1d;
	font-size: 15px;
	margin-top: 15px;
}

.cart-details b {
	float: left;
	margin: 0px 3px 0px 0px;
}

.cart-details h2 {
}

.cart-price-box {
	margin: 15px 0px 0px 0px;
	padding: 10px;
	border: 1px solid #e0e0e0;
	-moz-border-radius:10px; 
	-webkit-border-radius:10px;
	overflow: hidden;
}

.cart-price-sale {
	margin: 8px 0px 0px 0px;
	padding: 10px;
	border: 1px solid #901919;
	-moz-border-radius:10px; 
	-webkit-border-radius:10px;
	overflow: hidden;
	background: #b02020;
	color: #ffffff;
}

.cart-price {
	font-size: 25px;
	color: #666666;
	font-weight: normal;
	float: left;
	border-right: 1px dotted #e0e0e0;
	padding: 0px 15px 0px 10px;
	margin-right: 15px;
}

.cart-sale {
	font-size: 25px;
	font-weight: normal;
	float: left;
	border-right: 1px dotted #e0e0e0;
	padding: 0px 15px 0px 10px;
	margin-right: 15px;
}

.cart-price-zusatz {
	padding: 3px 0px 0px 0px;
	line-height: 12px;
	font-size: 11px;
	color: #999999;
	font-weight: normal;
}

.cart-price-sale-2 {
	padding: 3px 0px 0px 0px;
	line-height: 12px;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
}

.cart-anbieter {
	overflow: hidden;
	float: left;
	text-align: center;
	padding-top: 13px;
	margin-left: 17px;
}

.cart-button {
	margin: 20px 5px 0px 0px;
	text-align: right;
}

.cart-button a{
	padding: 5px 17px 5px 17px;
	background: #bfa579;
	font-family: Tahoma;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	font-size: 15px;
	line-height: 26px;
	overflow: hidden;
	-moz-border-radius:10px; 
	-webkit-border-radius:10px;
	margin-top: -3px;
}

.cart-button a:hover {
	background: #af966e;
}

.sale {
	margin: 15px 0px 0px 0px;
	padding: 10px;
	border: 1px solid #e0e0e0;
	-moz-border-radius:10px; 
	-webkit-border-radius:10px;
	overflow: hidden;
	font-size: 25px;
	color: #666666;
	font-weight: normal;
}

.sale s {
	color: #666666;
}

.product-information-desc {
	width: 370px;
	float: left;
	padding: 0px 10px 10px 28px;
	margin: 20px 15px 10px 0px;
}

.product-information-desc a {
	color: #b02020;
}

.product-information-desc span {
	font-size: 17px;
}

.product-information-atts {
	color: #333333;
	padding: 20px 8px 0px 0px;
	margin: 20px 0px 10px 0px;
	overflow: hidden;
	padding: 0px 0px 10px 25px;
	border-left: 1px dotted #e0e0e0;
}

.product-information-atts span {
	font-size: 17px;
}

.product-information-atts ul {
	margin: 5px 0px 0px 4px;
}

.product-information-atts ul>li { 
	list-style: none;
	line-height: 17px;
}

.related-products {
	padding: 15px 25px 10px 28px;
	overflow: hidden;
}

.related-products h2 {
	font-size: 17px;
	margin-bottom: 10px;
}

.related-products img {
	width: 105px;
	border: 0px;
	margin: 0px 9px 0px 8px;
}

