/* @override 
	https://writeontheriver.foxycart.com/themes/standard/theme.foxybox.css
	http://www.writeontheriver.org/foxycart_wotr.css
*/

/* =====================================================
    FOXYCART.COM
    
    @theme      standard
    @version    0.4.0
    @for        foxycart.com/v/0.4.0px/foxycart_includes.js
                or: foxycart.com/v/0.4.0/raw/foxybox.js
    
    @usage      These styles can be included in your main stylesheet, or you can just link to this file.
    
    @support    forum.foxycart.com
    
    @IMPORTANT  Before you attempt to use this file to customize this CSS file, please review:
                http://wiki.foxycart.com/screencasts
                Especially: http://wiki.foxycart.com/screencasts:customizing_your_checkout
                We promise it will be worth it, even if you're a CSS expert.
    
===================================================== */

#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(https://www.foxycart.com/themes/standard/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(https://www.foxycart.com/themes/standard/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_tb_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #082d4a;
}

#fc_checkout_cart {
	margin-bottom: 15px;
	margin-top: 10px;
	float: none;
	width: 600px;
}

#fc_cart_head {
	background-color: #082d4a;
	color: white;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0;
}

#fc_cart_table thead th, #fc_cart_table #fc_cart_foot_total td {
	background-color: #082d4a;
	color: white;
}

#fc_cart_table tfoot td {
	background-color: #d5e8f2;
}

#fc_cart_table {
	color: white;
	background-color: #b7d9f2;
}

#fc_cart_table td, #fc_cart_table th, #fc_cart_container li.fc_cart_item_option  {
	color: #082d4a;
}

#fc_form_checkout {
	background-color: #white;
	color: white;
}

#fc_cancel_continue_shopping {
	background-color: #082D4A;
	color: white;
	padding: 4px;
}

#fc_cancel_continue_shopping a {
	color: white;
}

#fc_checkout_container {
	background: #FFFFFF url(https://www.foxycart.com/themes/standard/images/checkout-header.png) no-repeat left top;
	margin-top: 25px;
	padding: 85px 5px 50px;
	width: 600px;
}

/* @group Checkout Images */

#fc_checkout_container {
	background: #FFFFFF url(http://www.writeontheriver.org/fc_images/checkout-header.png) no-repeat left top;
}

div#fc_continue a.fc_link_nav {
	background-image: url(http://www.writeontheriver.org/fc_images/button-continue.png);
}

#fc_login_register_container h2 {
	background-image: url(http://www.writeontheriver.org/fc_images/checkout-step1-email.png);
}

#fc_customer_billing_container h2 {
	background-image: url(http://www.writeontheriver.org/fc_images/checkout-step2-address.png);
}

#fc_shipping_container h2 {
	background-image: url(http://www.writeontheriver.org/fc_images/checkout-step3-shipping.png);
}

#fc_payment_container h2 {
	background-image: url(http://www.writeontheriver.org/fc_images/checkout-step4-payment.png);
}

#fc_complete_order_button {
	background: transparent url(http://www.writeontheriver.org/fc_images/button-confirm-order.png) no-repeat scroll left top;
}

/* @end */

/* @group Cart Images */

#fc_cart_container {
	background:transparent url(http://www.writeontheriver.org/fc_images/cart-title.png) no-repeat scroll left top;
}

#fc_cart_container #fc_cart_controls_top a.fc_cart_update, #fc_cart_container #fc_cart_controls_bottom a.fc_cart_update 
{
	background-image: url(http://www.writeontheriver.org/fc_images/cart-update.png);
	width: 150px;
}

#fc_cart_container #fc_cart_controls_top a.fc_cart_checkout, #fc_cart_container #fc_cart_controls_bottom a.fc_cart_checkout {
	background-image: url(http://www.writeontheriver.org/fc_images/cart-checkout.png);
	width: 150px;
}
#fc_tb_closeWindowButtonBot {
	background-image:url(http://www.writeontheriver.org/fc_images/cart-continue-shopping.png);
	width: 200px;
	}

/* @end */