/* Unchanged */
/**
 * 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 $
 */

/* css buttons */
input.cssButton, input.cssButtonHover{
  /*  width: 0; needed to stop IE adding "magic" padding to the input */
  width: 0 !important;
  overflow: visible;  
}
input.cssButton[class], input.cssButtonHover[class] { /* IE ignores this [class]*/
  width: auto !important;
}

/* .cssButtonHover {
border-color:#333333;
color: #000000;
border-style: inset;
}
/* adding the styles below might be needed if the default button width is changed */

.small_delete, .small_edit, .button_prev, .button_next, .button_back, .button_send, .button_update, .button_add_address, .button_delete {
	font-size:12px;
	font-family:Arial,sans-serif;
	height: 20px;
	background-image:url(/store/images/back03.gif);
	border-style:solid;
	border-color:#999999;
	border-width:1px;
	vertical-align: bottom;
	background-position: center center;
	padding-bottom: 3px;
	bottom: 3px;
}
.small_deleteHover, .small_editHover, .button_prevHover, .button_nextHover, .button_backHover, .button_sendHover, .button_updateHover, .button_add_addressHover, .button_editHover{
	border-color:#000000;
}
.button_change_address, .button_sold_out_sm, .button_create_account, .button_sold_out, .button_update_cart, .button_login, .button_return_to_product_list, .button_add_selected, .button_in_cart, .button_continue_checkout, .button_continue, .button_continue_alt, .button_confirm_order {
	font-size:12px;
	font-family:Arial,sans-serif;
	height: 20px;
	background-image:url(/store/images/back03.gif);
	border-style:solid;
	border-color:#999999;
	border-width:1px;
	vertical-align: bottom;
	background-position: center center;
	padding-bottom: 3px;
	bottom: 3px;
}
.button_change_addressHover, .button_sold_out_smHover, .button_create_accountHover, .button_sold_outHover, .button_update_cartHover, .button_loginHover, .button_return_to_product_listHover, .button_add_selectedHover, .button_in_cartHover, .button_continue_checkoutHover, .button_continueHover, .button_continue_altHover, .button_confirm_orderHover {
	border-color:#000000;
}
.button_checkout{
	font-size:16px;
	font-family:Arial,sans-serif;
	height: 20px;
	background-image:url(/store/images/back03.gif);
	border-style:solid;
	border-color:#999999;
	border-width:1px;
	vertical-align: bottom;
	background-position: center center;
	padding-bottom: 3px;
	bottom: 3px;
}
.button_checkoutHover {
	border-color:#000000;
}
.button_confirm_order {
	font-size:12px;
	font-family:Arial,sans-serif;
	width: 200px;	
	height: 20px;
	background-image:url(/store/images/back03.gif);
	border-style:solid;
	border-color:#999999;
	border-width:1px;
	vertical-align: bottom;
	background-position: center center;
	padding-bottom: 3px;
	bottom: 3px;
}
.button_confirm_orderHover {
	border-color:#FF0000;
}
.button_submit {
	font-size:12px;
	font-family:Arial,sans-serif;
	height: 20px;
	background-image:url(/store/images/back03.gif);
	border-style:solid;
	border-color:#999999;
	border-width:1px;
	vertical-align: bottom;
	background-position: center center;
	padding-bottom: 3px;
	bottom: 3px;
}
.button_submitHover {
	border-color:#000000;
}
/*.innerbox#headernavcenter .boxtext .button_search {display:inline;}*/
.button_search {
	font-size:12px;
	font-family:Arial,sans-serif;
	height: 19px;
	background-image:url(/store/images/back03.gif);
	border-style:solid;
	border-color:#999999;
	border-width:1px;
	vertical-align: center;
	background-position: center center;
	padding-bottom: 3px;
	bottom: 3px;
}
.button_searchHover {
	border-color:#000000;
}
.button_subscribe {
	font-size:12px;
	font-family:Arial,sans-serif;
	width: 40px;
	height: 19px;
	background-image:url(/store/images/back03.gif);
	border-style:solid;
	border-color:#999999;
	border-width:1px;
	vertical-align: center;
	background-position: center center;
	padding-bottom: 3px;
	bottom: 3px;
}
.button_subscribeHover {
	border-color:#000000;
}

   
