/**
 * 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 2765 2006-01-01 21:15:45Z birdbrain $
 */
.cssButton, .cssButtonHover {
	width: 22em;
	background-color:#993399;
	background-repeat: no-repeat;
	color: #ffffff;
	font-family: arial, verdana, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align:center;
	white-space: nowrap;
	text-decoration: none;
	font-weight: bold;
	padding: 0.2em;
	margin-top:0.5em;
}
.button_search  {
background-image: url(../images/button.GIF);
background-repeat: no-repeat;
background-color:transparent;
color: #7F7F7F;
}
.button_sold_out_sm, .button_sold_out {width: 10em; border:none;}
.button_return_to_product_list, .button_add_selected {width: 22em;}
.button_remove { border: none; padding: 0.2em;} 
.button_submit {width: 18em;}
.button_update_cart {background-color: #820082; width: 1.6em; height: 1.6em; }
.button_continue_shopping, .button_checkout, .button_change_address, .button_continue, .small_edit, .button_login,
.button_back, .button_delete, .button_add_address {
	border-style:none;
	line-height:2em;
	padding:0.3em;
}
.button_login, .button_continue {
	border-style:none;
	line-height:1em; 
}
.cssButtonHover, .button_checkoutHover {
	cursor: pointer;
	text-decoration: none;
}