/* @override http://www.futurecraftstudio.com/store/includes/templates/classic/css/stylesheet_css_buttons.css */

/* @override http://www.futurecraftstudio.com/store/includes/templates/classic/css/stylesheet_css_buttons.css */

/* @override http://www.futurecraftstudio.com/store/includes/templates/classic/css/stylesheet_css_buttons.css */

/**
 * CSS Buttons Stylesheet
 *
 * Thanks to paulm for much of the content of the CSS buttons code
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet_css_buttons.css 4567 2006-09-20 01:55:24Z birdbrain $
 */

/* css buttons */
.cssButton, .cssButtonHover {
background-color: #ccc;
color : #000000;
text-align: center;
white-space: nowrap;
text-decoration: none;
border-style: none;
font: bold .8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	height: 30px;
	padding: .5em .5em .5em .8em;
}

span.cssButton.button_checkout {
	background-color: #666;
	color: #fff;
}

.cssButtonHover {
color: #fff;
text-decoration: none;
	background-color: #000;
}
/* adding the styles below might be needed if the default button width is changed */
/* .button_continue_shopping, .button_shipping_estimator {width: 150px;} */

#checkoutSuccessLogoff div.buttonRow.forward {
	float: none;
	margin-top: 20px;
}

.forward .cssButton {
	background: #b3b3b3 url(http://www.futurecraftstudio.com/store/images/arr_right.gif) no-repeat right;
	padding-right: 20px;
	margin-right: -15px;
}

#ottotal {
	font-weight: bold;
	
}
.forward input:hover, .forward span:hover {
	background: #000 url(http://www.futurecraftstudio.com/store/images/arr_right.gif) no-repeat right;
	padding-right: 20px;
	margin-right: -15px;
}

.back .cssButton {
	background: #b3b3b3 url(http://www.futurecraftstudio.com/store/images/arr_left.gif) no-repeat left;
	padding-left: 20px;
	margin-left: -15px;
}
.back span:hover {
	background: #000 url(http://www.futurecraftstudio.com/store/images/arr_left.gif) no-repeat left;
	padding-left: 20px;
	margin-left: -15px;
}

span.cssButton.button_change_address {
}

#csNotifications form div.buttonRow.forward {
	float: none;
	margin-top: 10px;
	margin-bottom: 20px;
}

#cartBoxListWrapper {
	font-size: .8em;
	margin-bottom: 15px;
}

#cartAdd input.cssButton.button_in_cart {
	float: right;
}
.small_delete, .button_prev, .button_next, .button_search  {width: 7em;}
.button_sold_out_sm, .button_sold_out, .button_update_cart, .button_checkout, .button_login {width: 10em;}
.button_return_to_product_list, .button_add_selected {width: 18em;
	margin-bottom: 20px;
}

tr.productListing-odd {
}

input.cssButton.button_add_selected {
	width: 18em;
}
.button_in_cart, .button_in_cart.hover {
	float: right;
}  
.button_submit {width: 14em;}

#checkoutShipto div.buttonRow.forward {
	float: none;
}

#checkoutShippingContentChoose {
	
}

input.cssButton.button_confirm_order {
}
.button_update_cart {color: red;}
.button_update_cartHover {color: #003D00;}
/*.innerbox#headernavcenter .boxtext .button_search {display:inline;}*/
