/**
 * 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 {
	padding: 2px 3px;
	margin: 1px;
	/* width : 20em; */
	background-color: #f9e896;
	color : #4d6207;
	border: 1px solid #e5d84e;
	font-family: 'segoe ui', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	/* line-height: normal; */
	/*margin-left: auto;
	margin-right: auto;*/
	display: block;
	/* display: inline; */
	text-align:center;
	white-space: nowrap;
	text-decoration: none;
	/*border-spacing: 1px;*/
	/* vertical-align: middle; */
	cursor: pointer;
}

.cssButtonHover {
	text-decoration: none;
	border-color: #9fb065;
	}
	
/* adding the styles below might be needed if the default button width is changed */
/* .button_continue_shopping, .button_shipping_estimator {width: 150px;} */

.small_delete, .button_prev, .button_next, .button_sold_out_sm, .button_sold_out,
.button_update_cart, .button_login, .button_return_to_product_list
	{
	/* padding: 3px; */
	/* width: 10em; */
	}

/* smaller buttons, intended for navigation */
.button_prev, .button_next, .button_return_to_product_list {
	display: inline;
	clear: both;
	padding: 1px;
	}

/* larger buttons, intended for significant user actions, e.g. check out ... */
.button_checkout, .button_continue_shopping, .button_shipping_estimator,
.button_back {
	clear: both;
	/* display: block; */
	/* padding: 3px; */
	/* width: 10em; */
	}

/* individual settings for special buttons */

.button_search {
	display: inline;
	margin: 0;
	padding: 0;
	}
	
.button_add_selected {
	/* margin-right: 0; */
	}
	
/* .button_update_cart { color: darkred; } */

.button_update_cartHover {color: #003D00;}

.button_return_to_product_list, .button_add_selected {width: 22em;}
.button_in_cart{width: 19em;}  
.button_submit {width: 18em;}
/*.innerbox#headernavcenter .boxtext .button_search {display:inline;}*/

