.button-row {
	margin-right: 100px;
	margin-top: 25px;
}
.button-row .button {
	float: right;
	margin-right: 20px;
}
.coupon-redeemed,
.promo {
    width: 300px;
    text-align: center;
    float: left;
}
.promo-header {
    font-weight: bold;
}
.promo-submit-button {
    margin-top: 10px;
}
.shopping-cart .button-row {
    width: 180px;
    float: right;
}
.google-checkout,
.paypal-checkout {
    clear: both;
    text-align: center;
    line-height: 1.5em;
    margin-top: 10px;
}
input.quantityInput {
	width: 40px;
}
.cart-table {
	width: 95%;
}
.cart-table th,
.cart-table td {
	padding: 3px 5px;
	vertical-align: top;
}
.product-name {
	font-size: 1.1em;
	color: #666;
	font-weight: bold;
}
.remove-column {
	background-color: #999;
	color: #fff;
	text-align: center;
}
tr.right {
	text-align: right;
	padding-right: 5px;
}
.total-column {
	background-color: #efefef;
	text-align: right;
}
.required {
	color: red;
}
.required select,
input.required,
.required input {
	color: #000;
}
#confirm-page fieldset,
#payment fieldset,
#order-address-page fieldset {
	border: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	width: 350px;
	padding-left: 0;
}
#confirm-page fieldset {
	width: 500px;
	border-bottom: 1px solid #efefef;
	padding-bottom: 15px;
}
#confirm-page #payment legend,
#confirm-page #billing legend,
#confirm-page #shipping legend {
	display: none;
}
#confirm-page fieldset#billing,
#confirm-page fieldset#shipping {
	width: 200px;
	text-align: left;
	float: left;
	border:0;
	margin-left: 50px;
}
#confirm-page #payment {
	border-top: 1px solid #efefef;
	padding-top: 15px;
}
legend {
	font-weight: bold;
	padding: 10px 0;
	margin-left: 0;
}
.same {
	padding-top: 15px;
}
.submit,
.address-submit {
	text-align: center;
	width: 350px;
	margin-left: auto;
	margin-right: auto;
}
.payment-type li {
	height:35px;
	line-height: 35px;
}
.card-type span {
	display: none;
}
td.card-type {
	padding-right: 15px;
	padding-bottom: 15px;
}
table.credit-info th {
	padding-top: 5px;
}
table.credit-info td {
	text-align: center;
}
.cvn-help {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}
#confirm-page .cells-wrapper {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#confirm-page fieldset {
	text-align: center;
	padding: 10px;
	height: 1%;
}

#confirm-page .selected-options {
	font-size: .9em;
	text-align: left;
}

#confirm-page th {
	text-align: left;
	padding-top: 10px;
}

#confirm-page td {
	vertical-align: top;
}

a.change:link,
	a.change:visited {
	color: #1F6689;
}

.order-return-header {
	font-weight: bold;
	margin-top: 15px;
}

.order-return-policy-text {
	border: 1px solid #ccc;
	height: 200px;
	overflow: auto;
	text-align: left;
	padding: 5px;
}

.order-return-policy-text object {
	width: 400px;
}

.order-return-policy-agree {
	padding: 10px;
	text-align: center;
	font-weight: bold;
}
