/**
 * 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: 10em;	
	background-color:#5C246E;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-family: Arial, verdana, Helvetica, sans-serif;
	font-size: 1em;
	text-align:center;
	white-space: nowrap;
	text-decoration: none;

	padding: 0.2em;
	margin-top:0.5em;
}
.button_search  {
background-image: url(../images/button.GIF);
background-repeat: no-repeat;
background-color:transparent;
color: #5C246E;
}
.button_sold_out_sm, .button_sold_out {width: 10em; border:none;}
.button_return_to_product_list, .button_add_selected {width: 10em;}
.button_remove { border: none; padding: 0.2em;} 
.button_submit {width: 11em;}
.button_update_cart {background-color: #5C246E; 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:2.5em;
	padding:0.3em;
}
.button_login, .button_continue {
	border-style:none;
	line-height:1em; 
	width:10em;
}
.button_in_cart {
	border-style:none;
	width:9em;
}
.button_send{
	width:8em;
}
.cssButtonHover, .button_checkoutHover {
	cursor: pointer;
	text-decoration: none;
}
