/* CSS Document FoxyCart Checkout */

/*div.fc_payment_container {
clear: left;
}
*/

.fc_custom_fields {
clear: right;
}


/* checkout page - additional information */
.fc_textarea {
font-family:Verdana,Arial,Helvetica,san-serif;
font-size:12px;
}

.fc_option {
text-indent:20px;
}

/* checkout page - step headings and top of page graphic */
#fc_checkout_container {
background:#FFFFFF url(http://www.gottreats.com/images/fc_images/checkout.gif) no-repeat scroll center top;
}

#fc_login_register_container h2 {
background-image:url(http://www.gottreats.com/images/fc_images/1.gif);
}

#fc_customer_billing_container h2 {
background-image:url(http://www.gottreats.com/images/fc_images/2.gif);
}

#fc_address_shipping_container h2 {
background-image:url(http://www.gottreats.com/images/fc_images/2a.gif);
}


#fc_shipping_container h2 {
background-image:url(http://www.gottreats.com/images/fc_images/3.gif);
}

#fc_custom_fields_container h2{
background-image:url(http://www.gottreats.com/images/fc_images/4.gif);
}

#fc_payment_container h2 {
background-image:url(http://www.gottreats.com/images/fc_images/5.gif);
}

#fc_receipt_container {
background:transparent url(http://www.gottreats.com/images/fc_images/receipt.gif) no-repeat scroll center top;
padding:100px 5px 50px;
}

#fc_receipt_general_container h2 {
background-image:url(http://www.gottreats.com/images/fc_images/general.gif);
}

#fc_receipt_order_container h2 {
background-image:url(http://www.gottreats.com/images/fc_images/order.gif);
}

#fc_receipt_billing_container h2 {
background-image:url(http://www.gottreats.com/images/fc_images/billing.gif);
}

#fc_receipt_shipping_container h2 {
background-image:url(http://www.gottreats.com/images/fc_images/shipping.gif);
}

#fc_receipt_custom_container h2 {
background-image:url(http://www.gottreats.com/images/fc_images/information.gif);
}

.fc_cart_item_weight {
display:none;
}