/**
 * 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 : 20em;
	background-color: #ffffff;
	color : #ff6600;
	border: 1px solid #666666;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-align:center;
	white-space: nowrap;
	text-transform:uppercase;
	text-decoration: none;
	font-weight: normal;
	padding: 0.2em 0.4em 0.2em 0.4em;
}

.cssButtonHover {
	color : #444444;
	border: 1px solid #ff6600;
}


.delete {
	font-size:0.5em;
	margin-top:0.8em;
	border: 1px 0px 0px 0px solid #999999 !important;
	}
	
.small_delete {
//	font-size:0.8em;
	color:#703930;
	text-transform:uppercase;
	border:none !important;
	}


/****** 
* adding the styles below might be needed if the default button width is changed
******/
/*.button_continue_shopping, .button_shipping_estimator {width: 150px;}*/
.button_shipping_estimator {
	margin-left:12px;
	}
/*.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_checkout {
	color:#03C;
	margin-right:18px;
	}
.button_update_cart {
	font-size:0.85em;
	background-color:#ffffff;
	padding: 0.1em 0.4em 0.1em 0.4em;
	}
.button_return_to_product_list, .button_add_selected {width: 22em;}
.button_in_cart{width: 19em;}  
.button_submit {width: 18em;}
/*.button_update_cart {color: #ff6600;}*/
/*.button_update_cartHover {color: #444444;}*/
//.innerbox#headernavcenter .boxtext .button_search {display:inline;}

input.cssButton,input.cssButtonHover{width:0 !important;overflow:visible;}
input.cssButton[class],input.cssButtonHover[class]{width:auto !important;}
