.cart_info_box {
overflow-x:hidden;
overflow-y:auto;
padding:20px;
}
.cart_info_text {
	float:left;
	padding-top:35px;
}
.cart_info_image {
	height:190px;
	float:left;
}
.cart_info_image img {
	max-height:90%;
}
.cart_info_headline {
	border-bottom:1px solid rgba(255, 255, 255, 0.05);
box-shadow:0 -1px 0 rgba(0, 0, 0, 0.1) inset;
	line-height:25px;
	padding-bottom:10px;
	margin-bottom:20px;
}
.cart_info_headline .highlight {
	font-size:18px;
}
.cart_info_content {
	border-bottom:1px solid rgba(255, 255, 255, 0.05);
box-shadow:0 -1px 0 rgba(0, 0, 0, 0.1) inset;
	overflow:auto;
	padding-bottom:20px;
	margin-bottom:5px;
}
.button_shopping_cart {
	background:#eee url("/img/icons/shopping_basket_dark-grey.png") no-repeat scroll 5px 5px / 20px auto;
	padding:5px 5px 5px 30px;
}