@charset "utf-8";

/* STEPS */

#order-steps .step {
    background: #7fa9c8;
    color: #013968;
}

#order-steps .step.past, #order-steps .step.current {
    background: #005391;
    color: white;
}


#order-steps .step .num {
    background: #a7c2d8;
    color: #013968;
}

#order-steps .step.middle, #order-steps .step.left {
    margin-right: 10px;
}

/* CART */

.product-summary td, .product-summary th {
    border-bottom: 1px solid #a7c2d8;
}

.product-summary thead th {
    background: #a7c2d8;
    color: #013968;
}

.product-summary input {
    background: white;
}

/* BUTTONS */

.order-button.light {
    color: #013968;
    background: url('/order/assets/images/light-button-1px.jpg') repeat-x left top;
    border: 1px solid #a7c2d8;
}

.order-button.light:hover {
	border: 1px solid #005390;
}

.order-button.dark {
	color: white;
    background: url('/order/assets/images/dark-button-1px.jpg') repeat-x left top;
    border: 1px solid #00355e;
}

.order-button.dark:hover {
    border: 1px solid #a7c2d8;
}

/* CHECKOUT FORM */

#checkoutForm input, #checkoutForm select {
	background: none;
}

#checkoutForm fieldset legend {
    background: #a7c2d8;
    color: #013968;
}

#checkoutForm label {
    color: #013968;
}

#checkoutForm label .description {
    color: #a7c2d8;
}

.asterisk {
	color: #a51f1f;
}

#checkoutForm input.error, #checkoutForm select.error {
    border: 1px solid red;
}

#checkoutForm dt.clone label, #checkoutForm dt.clone label span {
    color: #dddddd;
}

#checkoutForm dd.clone input, #checkoutForm dd.clone select {
	background: #dddddd;
	color: #dddddd;
}

.errors li {
    background: url("/assets/clients/images/tooltips/exclamation.png") no-repeat scroll left center transparent;
    color: red;
}