/**
 * 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 {
/*
width : 20em;
background-color: #F4F4F4;
color : #000000;
border: 2px outset #F4F4F4;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 1.1em;
text-align:center;
white-space: nowrap;
text-decoration: none;
font-weight: bold;
padding: 0.3em;*/
/*border-spacing: 1px;*/
/*margin-left: auto;
margin-right: auto;*/
/*display: block;*/
/*vertical-align: top;*/
/*line-height: 130%;*/
cursor: pointer;
width : auto;
background-repeat: no-repeat;
background-color: #F4F4F4;
color : #000000;
border: 0;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 1.1em;
text-align:center;
white-space: nowrap;
text-decoration: none;
font-weight: bold;
padding: 0;
}

.cssButtonHover {
color: #006600;
border-style: inset;
text-decoration: none;
}

/* begin - customized buttons */
.button_continue_checkout {
	background-color: transparent;
	background-image: url(/includes/templates/template_default/buttons/schinese/button_continue_checkout.gif);
	text-align:left;
	padding-left:10px;
	height: 28px;
	width: 109px;
	color: none;
	/*background: none;*/
	border: 0;
	/*padding: 0;*/
}	
.button_continue_checkoutHover {
	background-image: url(/includes/templates/template_default/buttons/schinese/button_continue_checkout_over.gif);
}

.button_in_cart, .button_add_selected {
	background: no-repeat;
	background-color: transparent;
	background-image: url(/includes/templates/template_default/buttons/schinese/button_add_selected.gif);
	height: 28px;
	width: 109px;
	color: none;
	/*background: none;*/
	border: 0;
	/*padding: 0;*/
}	
.button_in_cartHover, .button_add_selectedHover {
	background-image: url(/includes/templates/template_default/buttons/schinese/button_add_selected_over.gif);
}

.button_checkout {
	background-color: transparent;
	background-image: url(/includes/templates/template_default/buttons/schinese/button_checkout.gif);
	text-align:left;
	padding-left:10px;
	height: 28px;
	width: 81px;
	color: none;
	/*background: none;*/
	border: 0;
	/*padding: 0;*/
}	
.button_checkoutHover {
	background-image: url(/includes/templates/template_default/buttons/schinese/button_checkout_over.gif);
}
.button_continue_shopping {
	background-color: transparent;
	background-image: url(/includes/templates/template_default/buttons/schinese/button_continue_shopping.gif);
	text-align:left;
	padding-left:10px;
	height: 28px;
	width: 109px;
	color: none;
	/*background: none;*/
	border: 0;
	/*padding: 0;*/
}	
.button_continue_shoppingHover {
	background-image: url(/includes/templates/template_default/buttons/schinese/button_continue_shopping_over.gif);
}
.button_change_address, .button_edit{
	background-color: transparent;
	background-image: url(/includes/templates/template_default/buttons/schinese/button_change_address.gif);
	text-align:left;
	padding-left:10px;
	height: 19px;
	width: 46px;
	color: none;
	/*background: none;*/
	border: 0;
	/*padding: 0;*/
}	
.button_change_addressHover, .button_editHover{
	background-image: url(/includes/templates/template_default/buttons/schinese/button_change_address_over.gif);
}
/*
.button_search, .search_btn {
	background-color: transparent;
	background-image: url(/includes/templates/template_default/buttons/schinese/search_btn.gif);
	text-align:left;
	padding-left:10px;
	height: 11px;
	width: 34px;
	color: none;
	
	border: 0;
	
}	
.button_searchHover, .search_btnHover {
	background-image: url(/includes/templates/template_default/buttons/schinese/search_btn.gif);
}
*/
.button_back{
	background-color: transparent;
	background-image: url(/includes/templates/template_default/buttons/schinese/button_back.gif);
	text-align:left;
	padding-left:10px;
	height: 18px;
	width: 54px;
	color: none;
	/*background: none;*/
	border: 0;
	/*padding: 0;*/
}	
.button_backHover {
	background-image: url(/includes/templates/template_default/buttons/schinese/button_back.gif);
}

.button_send{
	background-color: transparent;
	background-image: url(/includes/templates/template_default/buttons/schinese/button_send.gif);
	text-align:left;
	padding-left:10px;
	height: 18px;
	width: 54px;
	color: none;
	/*background: none;*/
	border: 0;
	/*padding: 0;*/
}	
.button_sendHover {
	background-image: url(/includes/templates/template_default/buttons/schinese/button_send.gif);
}

.button_sold_out {
	background: none;
}

.button_sold_outHover {
}

/* end - customized buttons*/
/* 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  {width: 7em;}
.button_sold_out_sm, .button_update_cart, .button_login {width: 10em;}
.button_return_to_product_list, .button_add_selected {width: 22em;}
.button_submit {width: 18em;}
.button_update_cart {color: red;}
.button_update_cartHover {color: #003D00;}
/*.innerbox#headernavcenter .boxtext .button_search {display:inline;}*/
