@charset "utf-8";
/* CSS Document */

table#products-cart-listing {
	border-spacing: 0;
	border-collapse : collapse;
}

table#products-cart-listing th {
	border-bottom: 1px solid #e9e9e9;
	font-size: 12px;
	text-align: right;
	padding-left: 10px;
	padding-bottom: 3px;
}

#products-cart-listing-last-row {
	border-top: 1px solid #e9e9e9;
	padding-top: 5px;
}

table#products-cart-listing td {
	padding: 3px 0;
	text-align: right;
}

.cart_total {
	text-align: right;
}

#process-chain {
	margin-bottom: 10px;
}

.process-chain-icons {
	float: left;
	width: 76px;
	height: 99px;
	margin-left: 20px;
}

ul#advantages {
	list-style: none;
	padding: 0;
	margin-left: 85px;
	margin-top: 40px;
	width: 260px;
}

ul#advantages li {
	line-height: 17px;
	padding-left: 25px;
	background:url(../img/general/elements/arrow-green.png) no-repeat;
	margin-bottom: 10px;
}

#continue-button {
}

#order-process-right-side {
	width:372px;
	height: 471px;
	float: right;
	background:url(../img/general/bestellprozess/process-order-highlights.jpg) no-repeat;
}

#edit-pages-right-side {
	width:331px;
	height: 578px;
	float: right;
	background:url(../img/general/edit-pages/company-highlights.jpg) no-repeat;
}