fieldset {
    padding:10px;
    border:1px solid #405C7D;
}
ul.steps fieldset {
    width:300px;
}
th {
    text-align:left;
}
li {
    list-style-type:none;
    list-style-image:none;
}
legend {
    padding:5px;
    font-weight:bold;
    color:#405C7D;
}
#order-success-page,
#order-confirm-page,
#payment-page,
#order-address-page {
    width:538px;
}
table.selected-options {
   margin-right:0;
   margin-left:auto;
}
table.selected-options th {
    padding-top:5px;
    font-weight:bold;
    text-align:left;
}
table.selected-options td.price,
.configured-price {
    background-color:#FFEBB5;
    padding:2px;
}
.base-price {
    background-color:#eee;
    padding:2px;
}
.base-price-row,
.configured-price-row {
    text-align:right;
    padding-right:3px;
    font-weight:bold;
    font-size:14px;
    margin-top:5px;
}
.configurator li {
    list-style-type:none;
    list-style-image:none;
}
li.booleanOption {
    margin-bottom:3px;
}
.configurator li.booleanOption.odd {
    background-color:#E0F1FF;
}
li.booleanOption.has-picture span {
}
li.booleanOption.has-picture {
    float:left;
    width:145px;
    text-align:center;
    margin-bottom:5px;
    min-height:55px;
    background-color:#E0F1FF;
}
li.booleanOption.even {
    margin-right:5px;
}
li.label-option {
    clear:both;
}
li.booleanOption img {
    border:1px solid #A3C9F7;
    width:35px;
    float:left;
}
li.booleanOption img.tooltipped {
    border:0;
    width:16px;
}
.label-option,
p.step-name span {
    font-weight:bold;
    padding:2px;
    margin-top:4px;
}
.buttons {
    clear:both;
    padding:10px;
}
.next,.finish {
    float:right;
}
.previous {
    float:left;
}

.shopping-cart .no-items {
	border: 1px solid #6666ff;
	background-color: #ccccff;
	text-align: center;
	padding: 10px;
	font-weight: bold;
}

.shopping-cart table.cart-table {
	width: 600px;
	border: 1px solid #003366;
	border-collapse: collapse;
}

.shopping-cart table.cart-table thead {
	background-color: #E0F1FF;
}

.shopping-cart table.cart-table thead th {
	padding: 5px;
}

.shopping-cart table.cart-table tbody td {
	padding: 5px;
	vertical-align: top;
}

.shopping-cart table.cart-table td.price-column {
	text-align: right;
}

.shopping-cart table.cart-table td.total-column {
	text-align: right;
}

.shopping-cart table.cart-table td.remove-column {
	text-align: center;
	width: 70px;
}

.shopping-cart table.cart-table td.name-column {
	padding-left: 10px;
}

.shopping-cart table.cart-table tfoot td.name-column {
	text-align: right;
}

.shopping-cart table.cart-table tr.handling-fee-row {
	border-top: 1px solid #003366;
}

.shopping-cart table.cart-table tr.coupon-row {
    border-top: 1px solid #003366;
    background-color:#ffe;
    font-weight: bold;
}
.shopping-cart table.cart-table tr.order-total-row {
	border-top: 1px solid #003366;
	font-weight: bold;
}

.shopping-cart table.cart-table tr.order-total-row td {
	padding-top: 5px;
	padding-bottom: 5px;
}
.got-a-coupon {
    display:none;
}
.shopping-cart .product-name {
	margin-bottom: 5px;
}

.shopping-cart input.quantityInput {
	width: 30px;
	border: 1px solid #003366;
	text-align: center;
}

.shopping-cart .button-row {
	text-align: right;
	margin-top: 10px;
}

.shopping-cart .button-row input {
	margin-left: 15px;
}

.shopping-cart .price.free {
	display: none;
}

.shopping-cart table.selected-options {
	margin-top: 0;
	font-size: 10px;
	width: 100%;
	text-align: left;
	padding: 0;
}
.reconfigure {
    font-weight:bold;
}
.name-column .product-name {
    font-weight:bold;
    font-size:13px;
}
#order-address-page table {
    text-align:center;
    margin-left:auto;
    margin-right:auto
}
#order-address-page table td {
    text-align:left;
}
.payment-submit,
.confirm-submit,
.address-submit {
    text-align:center;
    padding:10px;
}
.order-return-policy {
	text-align: left;
	margin-top: 10px;
}
h3.return-policy {
	text-align: center;
	padding: 5px;
}
.return-agree {
	padding: 5px;
	text-align: center;
	font-weight: bold;
}
.return-box {
	height: 200px;
	overflow: auto;
	border:1px solid #405C7D;
	padding: 10px;
}
.same-address {
    clear:both;
    padding:10px;
    text-align:center;
}
.required-css {
    color:#FF9E06;
    font-weight:bold;
}
#order-address-page .required label {
    background:transparent url(/images/required.gif) left top no-repeat;
    padding-left:8px;
}
.credit-info {
    margin-top:15px;
}
.credit-info th,
.credit-info td {
    text-align:left;
}
tr.tax-row td.name-column,
tr.order-total-row td.name-column,
tr.shipping-fee-row td.name-column,
tr.handling-fee-row td.name-column {
    font-weight:bold;
    text-align:right;
}
#order-confirm-page td {
    vertical-align:top;
}
#order-confirm-page table.cart-table td {
    padding:3px;
}
#order-confirm-page .price-column,
#order-confirm-page .total-column {
    text-align:right;
}
#order-confirm-page #credit td {
    padding:3px;
    text-align:center;
}
#order-confirm-page .card-type-name {
    display:none;
}
#order-confirm-page #credit thead {
    font-weight:bold;
}
.promo-notice {
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    padding: 20px 0;
    background-color: #ffc;
    margin: 10px 0;
}
#promoEntry {
    width: 300px;
    float: left;
    text-align: center;
}
.promo-submit-button {
    margin-top: 10px;
}
.third-party-checkout {
    width: 200px;
    float: right;
    text-align: center;
    line-height: 1.5em;
}
