.configurator fieldset {
	padding: 10px 5px;
	border: 1px solid #52C4E0;
	width: 100%;
}
#order-address-page fieldset {
	border: 1px solid #52C4E0;
	width: 315px;
	padding: 10px 5px;
	margin-left: auto;
	margin-right: auto;
	
}
#payment-method fieldset {
	padding: 10px 5px;
	border: 1px solid #52C4E0;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}
#confirm-page fieldset {
	padding: 10px 5px;
	border: 1px solid #52C4E0;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.address-sameAs {
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 20px;
	text-align: center;
}
#payment-method .submit,
.address-submit {
	clear: both;
	text-align: center;
	padding: 10px;
}
#payment-method li {
	height: 25px;
	line-height: 25px;
}
legend {
	font-weight: bold;
	padding: 3px 10px;
	text-align: center;
	background-color: #52C4E0;
	margin-left: 25px;
	margin-bottom: 5px;
}
.configurator li {
	clear: left;
	margin-bottom: 5px;
}
.configurator fieldset li.has-picture {
	padding-left: 0;
}
.configurator fieldset li {
	padding-left: 80px;
}
.product-picture {
	text-align: center;
}
.product-picture  img {
	border: 1px solid #DDD5F7;
	text-align: center;
	margin-bottom: 10px;
	width: 200px;
}
.has-picture img {
	width: 75px;
	border: 1px solid #DDD5F7;
	float: left;
	clear: left;
	margin-right: 5px;
	margin-bottom: 10px;
}
.submit-buttons {
	padding: 10px 0;
}
.next,
.finish {
	float: right;
}
.previous {
	float: left;
}
.name {
	color: #111;
}
.steps .price {
	color: #333;
}
.base-price-row td {
	text-align: right;
	background-color: #D4F7D4;
	padding-bottom: 0;
}
.configured-price-row td {
	text-align: right;
	font-weight: bold;
	background-color: #50039D;
	padding-bottom: 0;
	color: #fff;
	height: 20px;
}
table.full-table {
	width: 100%;
}
th.step-name {
	color: #50039D;
	border-bottom: 1px solid #50039D;
	padding-bottom: 1px;
}
td.name,
.first-col {
	width: 75%;
	padding-bottom: 5px;
	vertical-align: top;
}
td.price,
.second-col {
	width: 25%;
	padding-right: 3px;
	text-align: right;
	vertical-align: top;
}
input.update-button {
	width: 200px;
}

.shopping-cart table.cart-table {
	border: 1px solid #DDD4F7;
	width: 100%;
}
.shopping-cart input.quantityInput {
	width: 25px;
}
#confirm-page table.cart-table {
	width: 90%;		
}
#confirm-page img.card-type {
	display: none;
}
#confirm-page .payment-table {
	width: 100%;	
}
#confirm-page .payment-table th,
#confirm-page .payment-table td {
	text-align: center;
}
.shopping-cart .button-row {
	margin-top: 20px;
	text-align: right;
	padding-right: 5px;
}
.shopping-cart thead {
	background-color: #DDD4F7;
}
.total-column,
.price-column {
	text-align: right;
	padding-right: 3px;
}
.remove-column {
	text-align: center;
}
.name-column {
	padding-left: 5px;
}
.product-name {
	color: #50039D;
	font-weight: bold;
}
.coupon-row,
.handling-fee-row,
.shipping-fee-row,
.order-total-row {
	text-align: right;
}
tr.coupon-row td.name-column,
tr.handling-fee-row td.name-column,
tr.shipping-fee-row td.name-column,
tr.order-total-row  td.name-column {
	color: #666;
}
.change {
	text-align: center;
}
.change a {
	color: #E05257;
}
.address table {
	margin-left: auto;
	margin-right: auto;
	width: 400px;
}
.address table th {
	width: 200px;
	text-align: right;
	padding-right: 10px;
}
.shopping-cart table.selected-options {
	width: 60%;
	margin-left: 10px;
}
.selected-options th {
	text-align: left;
}
.selected-options a {
	color: #EB7047;
}
.required {
	color: #EB7047;
	font-weight: bold;
}
input.required,
select.required {
	color: #000;
	font-weight: normal;
}