/* Configurator */
fieldset {
    border: 0;
}
legend {
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 1.1em;
}
.cart-level li {
    list-style: none;
}
.cart-options ul li ul li.label-option {
    float: none;
    clear: both;
    width: 520px;
    font-weight: bold;
    color: #666;
    margin-bottom: 3px;
    background-color: #EEF0FF;
}
.cart-options ul li ul li.booleanOption,
.cart-options ul li ul li.immutableOption {
    float: none;
    margin-bottom: 5px;
		clear: left;
}
.cart-options ul li ul li.has-picture {
    float: left;
    width: 170px;
		height: 130px;
    margin-right:10px;
    margin-bottom:10px;
		clear: none;
    /*text-align: center;*/
}
.cart-level li.has-picture img.option-pic {
    border: 1px solid #5164DA;
    height: 50px;
}
td.cart-options {
    width: 550px;
}
td.right-col {
    width: 200px;
    vertical-align: top;
}
.cart-options-inner {
    border-right: 2px solid #F5C72E;
}
.right-col-inner {
   padding:5px; 
}
.cart-picture {
    text-align: center;
}
.cart-picture img {
    border: 0;
    width: 100px;
}
.base-price-row,
.configured-price-row {
    text-align: right;
    font-weight: bold;
    padding-right: 5px;
}
.configured-price-row {
    background-color: #F5C72E;
}
table.selected-options th {
    color: #666;
}
.option-name {
    color: #3549C9;
    font-weight: bold;
}
.option-price {
    color: #666;
}
.next-step,
.finish-step {
    float: right;
    margin-right: 25px;
}
.previous-step {
    float: left;
    margin-left: 25px;
}
.step-buttons {
    margin-bottom: 20px;
    border-bottom: 5px solid #F5C72E;
    padding-bottom: 5px;
    height: 1%;
}
.step-buttons-bottom {
    margin-top: 20px;
    border-top: 5px solid #F5C72E;
    padding-top: 5px;
    height: 1%;
}
td.name  {
    width: 145px;
}
td.price {
    width: 45px;
    text-align: right;
}
.selected-submit {
    text-align: center;
    padding: 5px;
}
.configuration-header {
    background-color: #f5c72e;
    text-align: center;
    padding: 2px;
}
/*  Shopping Cart   */

.selected-options {
    /*background-color: #E4E6F5;*/
    padding-left: 10px;
    border-bottom: 1px solid #f5c72e;
    border-left: 5px solid #F5C72E;
    margin-bottom: 5px;
}
.shopping-cart-table {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.shopping-cart-table td {
    vertical-align: top;
    text-align: left;
}
.selected-options td.name {
    width: 200px;
}
.shopping-cart .product-name,
#confirm-page .product-name {
    padding: 10px 5px;
    font-weight: bold;
    background-color: #E4E6F5;
    border-left: 5px solid #F5C72E;
}
.cart-table thead th,
.shopping-cart-table thead th {
    background-color: #7B89E3;
    color: #fff;
    padding: 2px;
    text-align: center;
}
.shopping-cart tfoot td,
#confirm-page tfoot td {
    text-align: right;
}
th.name-column {
    text-align: left;
    padding-left: 5px;
}
input.quantity-input {
    width: 30px;
}
#confirm-page td.price-column,
#confirm-page td.total-column,
td.price-column,
td.total-column {
    width: 75px;
    padding-right: 5px;
    text-align: right;
}
tr.order-total-row td {
    font-weight: bold;
}
td.remove-column {
    text-align: center;
}
.button-row {
    border-top: 3px double #3549C9;
    padding: 10px;
    margin-top: 10px;
    text-align: center;
}
.shopping-cart .button-row {
    text-align: right;
}
/* Order Addresses */
#order-address-page {
    position: relative;
    clear: both;
    height: 1%;
}
#order-address-page .required {
   font-weight: bold; 
}
#order-address-page input.required,
#order-address-page select.required {
    font-weight: normal;
}
#order-address-page legend,
#confirm-page legend {
    padding: 5px 10px;
    background-color: #3549C9;
    color: #fff;
}
#order-address-page fieldset#billing {
    position:absolute;
    top: 20px;
    left: 20px;
    width: 320px;
    border: 1px solid #3549C9;
    padding: 10px;
    clear: left;
}
#order-address-page fieldset#shipping {
    float: right;
    position:absolute;
    top: 20px;
    left: 400px;
    width: 320px;
    border: 1px solid #3549C9;
    padding: 10px;
    clear: left;
}
.address-sameAs {
    position:absolute;
    top: 330px;
    left:25px;
    width: 340px;
}
.address-submit {
    position:absolute;
    top: 440px;
    left:0;
    width: 99%;
    clear: both;
    text-align: center;
}
/* Payment Page */
#payment-page {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.card-or-check li {
    list-style: none;
    margin-bottom: 5px;
    height: 25px;
    line-height: 25px;
    text-align: left;
}
#payment-page .submit {
    padding: 15px;
}

/*Confirmation Page*/
#confirm-page fieldset {
    width: 450px;
    padding:10px;
    border: 1px solid #3549C9;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 15px;
}
#confirm-page td {
    text-align: left;
    vertical-align: top;
}
#confirm-page table.billing,
#confirm-page table.shipping,
#confirm-page table.payment {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
#confirm-page table.billing th,
#confirm-page table.shipping th {
    width: 200px;
    text-align: right;
    padding-right: 10px;
}
#confirm-page table.billing td,
#confirm-page table.shipping td {
    width: 200px;
}
td.card-type img {
    display: none;
}
#confirm-page table.payment th,
#confirm-page table.payment td {
    text-align: center;
    padding: 3px 5px;
}
#confirm-page .submit {
    text-align: center;
    padding: 10px;
}
.order-return-policy {
	width: 470px;
	margin-left: auto;
	margin-right: auto;
}
.order-return-policy h3 {
	color: #3549C9;
	text-align: center;
	padding: 10px 3px 3px;
}
.return-box {
	border: 1px solid #3549C9;
	padding: 10px;
	height: 200px;
	overflow: auto;
}
.return-agree {
	text-align: center;
	padding: 10px;
	font-weight: bold;
}
#promoAllowed {
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 5px;
}
.promotion-head  {
    font-size: 1.3em;
}
#promoEntry {
    width: 300px;
    float: left;
    margin-left: 20px;
    text-align: center;
}
.promo-header {
    font-weight: bold;
}
.promo-submit-button {
    margin-top: 5px;
}
.google-checkout {
    width: 200px;
    float: right;
    text-align: center;
    line-height: 1.4em;
}
