/* Foxycart override for paravisinicoffee.com */

#fc_cart_container {
	background:url(http://paravisinicoffee.com/images/cart-title.png) no-repeat top left;
	color:#8E4420;
}
#fc_cart_table thead th {
	background:#8E4420;
}
#fc_cart_table #fc_cart_foot_total_row td {
	background:#8E4420;
}
#fc_cart_table .fc_cart_remove_link {
	background:url(http://paravisinicoffee.com/images/cart_item_remove.png) no-repeat 8px -3px;
}
#fc_cart_container li.fc_cart_item_option {
	color:#8E4420;
}
#fc_cart_container span.fc_cart_item_price_each {
	color:#8E4420;
}
th.fc_shipto a {
	color:#8E4420;
}
#fc_error_noscript {
	background:url(http://paravisinicoffee.com/images/icon-warning.png) no-repeat 5px 8px;
}
#fc_checkout_container {
	background:#fff url(http://paravisinicoffee.com/images/checkout-header.png) no-repeat center top;
}
div#fc_error_container {
	background:url(http://paravisinicoffee.com/images/icon-warning.png) no-repeat 5px 8px;
}
#fc_checkout_container h2,
#fc_receipt_container h2 {
	color:#8E4420; 
}
#fc_checkout_container label.fc_error {
	background:url(http://paravisinicoffee.com/images/icon-warning.png) no-repeat left center;
}

#fc_login_register_container h2 {
	background-image:url(http://paravisinicoffee.com/images/checkout-step1-email.png);
}
div#fc_continue a.fc_link_nav {
	background-image:url(http://paravisinicoffee.com/images/button-continue.png);
}


/* 2: ADDRESSES
===================================================== */
#fc_customer_billing_container h2 {
	background-image:url(http://paravisinicoffee.com/images/checkout-step2-address.png);
}
#fc_address_shipping_container h2 {
	background-image:url(http://paravisinicoffee.com/images/checkout-step2a-address.png);
}
#fc_address_multiship_container h2 {
	background-image:url(http://paravisinicoffee.com/images/checkout-step2a-multiship.png);
}
#fc_shipping_container h2 {
	background-image:url(http://paravisinicoffee.com/images/checkout-step3-shipping.png);
}
#fc_payment_container h2 {
	background-image:url(http://paravisinicoffee.com/images/checkout-step4-payment.png);
}
#fc_checkout_container #fc_payment {
	background:url(http://paravisinicoffee.com/images/checkout-card-logos.png) no-repeat center 15px;
}

#fc_complete_order_button {
	background:url(http://paravisinicoffee.com/images/button-confirm-order.png) no-repeat top left;
}

#fc_receipt_container {
	background:url(http://paravisinicoffee.com/images/receipt-header.png) no-repeat top center;
}
/* Heading Replacements */
#fc_receipt_container div.fc_receipt_shipto_container h2,
#fc_receipt_container div.fc_receipt_shipto_container h2 span {
	color:#8E4420;
}
#fc_receipt_download_links_container h2 {
	background-image:url(http://paravisinicoffee.com/images/receipt-download.png);
}
#fc_receipt_general_container h2 {
	background-image:url(http://paravisinicoffee.com/images/receipt-general.png);
}
#fc_receipt_order_container h2 {
	background-image:url(http://paravisinicoffee.com/images/receipt-order.png);
}
#fc_receipt_billing_container h2 {
	background-image:url(http://paravisinicoffee.com/images/receipt-billing.png);
}
#fc_receipt_shipping_container h2 {
	background-image:url(http://paravisinicoffee.com/images/receipt-shipping.png);
}
#fc_receipt_links a#fc_receipt_print_link {
	background-image:url(http://paravisinicoffee.com/images/receipt-print.png);
}
#fc_receipt_links a#fc_receipt_continue_link {

	background-image:url(http://paravisinicoffee.com/images/button-continue.png);
}


#fc_tb_closeAjaxWindowTop,
#fc_tb_closeAjaxWindowBot {
	margin:0px 0px;
	padding:0px 10px;
}
#fc_tb_closeWindowButtonTop {
	height:0px; overflow:hidden;
	width:11px;
	margin:0px 0px;
	padding-top:24px;
	float:left;
	background-image:url(http://paravisinicoffee.com/images/cart-close-x.png);
	background-position:left top;
}
#fc_tb_closeWindowButtonBot {
	height:0px; overflow:hidden;
	width:156px;
	margin:0px 0px;
	padding-top:24px;
	float:left;
	background-image:url(http://paravisinicoffee.com/images/cart-continue-shopping.png);
	background-position:left top;
}
#fc_tb_closeAjaxWindowTop span {
  display:none;
}

a#fc_tb_closeWindowButtonTop:hover,
a#fc_tb_closeWindowButtonBot:hover {
	background-position:left -24px;
}

#fc_cart_container a.fc_cart_checkout_paypal img {
display: none
}

#fc_cart_checkout_paypal {
display: none;
}
