#shopping-cart-container {
	width: 100%;
}
#shopping-cart-table {
	margin-bottom: 10px;
}

#shopping-cart-table tr {
	background: white;
}
#shopping-cart-table tr td {
	margin:0px;
	padding:5px;
	font-size: 1.0em;
}
#shopping-cart-table tr td.total {
	text-align: right;
	border: none;
}

#shopping-cart-table td img, .shopping-item td input {
	vertical-align: middle;
}
img, input {
	vertical-align: middle;
}

.invisible {
	display: none;
}
#payment-method-table {
	font-size: 1.0em;
}
ul.process {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.process li {
	float: left;
	margin: 10px 10px 10px 0;
	padding: 10px;
	background: white;
	border: 3px solid #999;
	color: #ccc;
	display: box;
	height: 50px;
}
.process li.active {
	 border: 3px solid #860b0b;;
	 color: #860b0b;
}
.process li h3 {
	font-size: 1.1em;
}
.process li p {
	font-size: 0.9em;
}


#payment-method-table tr td {
	margin:0px;
	padding:5px;
	/*border: 1px solid #ccc;*/
	/*background: #efefef;*/
	font-size: 1.0em;
}

#overview-table {
	font-size: 1em;
}

#overview-table tr td {
	margin:0px;
	padding:5px;
	/*border: 1px solid #ccc;*/
	/*background: #efefef;*/
	font-size: 1.0em;
}
.cart_navigation {
	font-size: 1.0em;
	font-weight: bold;
}

table.customerinfo label {
	display: block;
	margin-top: 3px;
	margin-bottom: 3px;
}
div.button, div.cart {
	float: left;
	height: 25px;
	background: url(../images/button-left.png) top left no-repeat;
	margin: 10px 10px 0 0;
	padding: 0;
}
div.button input, div.button a {
	background: url(../images/button-right.png) top right no-repeat;
	color: #860b0b;	
	font-size: 12px;
	font-weight: bold;
	border: none;
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
	float: left;
}
div.nextstep.button {
	float: right;
}

div.button a:hover {
	text-decoration: none;
}

