#shopping-cart-container {
	width: 100%;
}
#shopping-cart-table {
}
#shopping-cart-table tr td {
	margin:0px;
	padding:5px;
	font-size: 1.1em;
}
#shopping-cart-table tr td.total {
	text-align: right;
	border: none;
}
#shopping-cart-table tr td div.product-box {
	margin: 0;
}
#shopping-cart-table td img, .shopping-item td input {
	vertical-align: middle;
}
table.customerinfo tr td {
	font-size: 1.0em;	
}
input {
	vertical-align: middle;
	font-size: 1.0em;
}
div.nextstep {
	float: right;
}
.invisible {
	display: none;
}
#payment-method-table {
	font-size: 1.0em;
	margin-bottom: 20px;
}

#payment-method-table tr td {
	margin:0px;
	padding:5px;
	/*border: 1px solid #ccc;*/
	/*background: #efefef;*/
	font-size: 1.0em;
}

#overview-table {
	margin-bottom: 20px;
}

#overview-table tr td {
	margin:0px;
	padding:5px;
	/*border: 1px solid #ccc;*/
	/*background: #efefef;*/
	font-size: 1.0em;
}

td div label {
	display: block;
	margin-top: 3px;
	margin-bottom: 3px;
}
.product-box {
	margin-right: 0px;
}
.button a
{
	font-size: 1.3em;
}
ul.process li.active h3 {
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
}
#left-sidebar ul.process li.active {
	margin: 0;
	padding: 10px;
	margin-bottom: 10px;
	color: #fff;
	background: #28cacc;
	display: block;
}
ul.process li.active p, ul.process li.active h3  {
	color: #fff;
}
#left-sidebar ul.process h3 {
	color: black;
}
.or {
	font-size: 2.0em;
	margin: 10px;
	font-weight: bold;
	color: #666;
}
