/**
 * 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 {
background: transparent;
border: none;
/*
width : 20em;
color : #000000;
border: 2px outset #F4F4F4;
font-family: "Gotham Bold",Verdana,sans-serif;
font-size: 14px;
text-align:center;
white-space: nowrap;
text-decoration: none;
font-weight: bold;
padding: 0;
border-spacing: 1px;
margin-left: auto;
margin-right: auto;
display: block;
vertical-align: top;
line-height: 130%;
cursor: pointer;*/
}

.cssButtonHover {
	cursor: pointer;
/*color: #006600;
border-style: inset;
text-decoration: none;*/
}
/* 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, .button_search  {width: 7em;}
.button_sold_out_sm, .button_sold_out, .button_update_cart, .button_checkout, .button_login {width: 10em;}
.button_return_to_product_list, .button_add_selected {width: 22em;}
.button_in_cart{width: 19em;}  
.button_submit {width: 18em;}
.button_update_cart {color: red;}
.button_update_cartHover {color: #003D00;}
/*.innerbox#headernavcenter .boxtext .button_search {display:inline;}*/



.button_in_cart, .button_in_cart:active {
	background: url(../buttons/english/button_in_cart.gif) no-repeat;
	width: 96px !important;
	height: 23px;	
}
.button_in_cartHover {
	background: url(../buttons/english/button_in_cart_hover.gif) no-repeat;	
}


.go_btn {
	width: 48px;
	height: 22px;
	background: transparent url(../buttons/english/button_go.gif);
	border: none;
}
.go_btn:hover {
	background: url(../buttons/english/button_go_hover.gif) no-repeat;	
	cursor: pointer;
}


.header_login_btn {
	width: 48px;
	height: 22px;
	background: transparent url(../buttons/english/button_go_blk.gif);
	border: none;
}
.header_login_btn:hover {
	background: url(../buttons/english/button_go_blk_hover.gif) no-repeat;
	cursor: pointer;
}

.button_continue_shopping {
	background: url(../buttons/english/button_continue_shopping.gif) no-repeat;
	width: 161px !important;
	height: 23px;
	display: block;
}
.button_continue_shoppingHover {
	background: url(../buttons/english/button_continue_shopping_hover.gif) no-repeat;
}


.button_checkout {
	background: url(../buttons/english/button_checkout.gif) no-repeat;
	width: 161px !important;
	height: 23px;
	display: block;
}
.button_checkoutHover {
	background: url(../buttons/english/button_checkout_hover.gif) no-repeat;
}

.button_continue_checkout, .button_continue {
	background: url(../buttons/english/button_continue.gif) no-repeat;
	width: 161px !important;
	height: 23px;
	display: block;
}
.button_continue_checkoutHover, .button_continueHover {
	background: url(../buttons/english/button_continue_hover.gif) no-repeat;
}

.refresh_btn{
	background: transparent url(../buttons/english/button_update_cart.gif) no-repeat;
	width: 96px !important;
	height: 23px;	
	border: none;
}
.refresh_btn:hover {
	background: transparent url(../buttons/english/button_update_cart_hover.gif) no-repeat;	
	cursor: pointer;
}

.button_change_address {
	background: url(../buttons/english/button_change_address.gif) no-repeat;
	width: 144px !important;
	height: 23px;
	display: block;
}
.button_change_addressHover {
	background: url(../buttons/english/button_change_address_hover.gif) no-repeat;
}

.small_edit {
	background: url(../buttons/english/small_edit.gif) no-repeat;
	width: 51px !important;
	height: 23px;
	display: block;
}
.small_editHover {
	background: url(../buttons/english/small_edit.gif) no-repeat;
}


.button_confirm_order {
	background: url(../buttons/english/button_process_payment.gif) no-repeat;
	width: 161px !important;
	height: 23px;
	display: block;
}
.button_confirm_orderHover {
	background: url(../buttons/english/button_process_payment_hover.gif) no-repeat;
}


.button_sold_out, .button_sold_out_sm {
	background: url(../buttons/english/button_sold_out.gif) no-repeat;
	width: 96px !important;
	height: 23px;	
	display: block;
}
.button_sold_out_sm {
	margin: 10px auto;
}
.button_sold_outHover, .button_sold_out_smHover {
	background: url(../buttons/english/button_sold_out_hover.gif) no-repeat;	
}


.button_back {
	background: url(../buttons/english/button_back.gif) no-repeat;
	width: 51px !important;
	height: 15px;
	display: block;
}
.button_backHover {
	background: url(../buttons/english/button_back.gif) no-repeat;
}


.button_checkout_back {
	background: url(../buttons/english/button_checkout_back.gif) no-repeat;
	width: 96px !important;
	height: 23px;
	display: block;
}
.button_checkout_backHover {
	background: url(../buttons/english/button_checkout_back_hover.gif) no-repeat;
}


.button_update {
	background: url(../buttons/english/button_update.gif) no-repeat;
	width: 51px !important;
	height: 15px;
	display: block;
}
.button_updateHover {
	background: url(../buttons/english/button_update.gif) no-repeat;
}


.button_add_address {
	background: url(../buttons/english/button_add_address.gif) no-repeat;
	width: 79px !important;
	height: 15px;
	display: block;
}
.button_add_addressHover {
	background: url(../buttons/english/button_add_address.gif) no-repeat;
}


.button_delete_small, .button_delete {
	background: url(../buttons/english/button_delete_small.gif) no-repeat;
	width: 51px !important;
	height: 15px;
	display: block;
}
.button_delete_smallHover, .button_deleteHover {
	background: url(../buttons/english/button_delete_small.gif) no-repeat;
}


.button_submit {
	background: url(../buttons/english/button_submit.gif) no-repeat;
	width: 51px !important;
	height: 15px;
	display: block;
}
.button_submitHover {
	background: url(../buttons/english/button_submit.gif) no-repeat;
}


.button_view {
	background: url(../buttons/english/button_view.gif) no-repeat;
	width: 51px !important;
	height: 15px;
	display: block;
}
.button_viewHover {
	background: url(../buttons/english/button_view.gif) no-repeat;
}


.button_send_a_gift_cert
{
	background: url(../buttons/english/button_send.gif) no-repeat;
	width: 60px !important;
	display:block;	
}

.button_send
{
	background: url(../buttons/english/button_send.gif) no-repeat;
	width: 70px !important;
	display:block;

}

.button_confirm_send
{
	background: url(../buttons/english/button_send.gif) no-repeat;
	width: 70px !important;
	display:block;

}

.button_login {
	background: url(../buttons/english/button_create_account.gif) no-repeat;
	width: 51px !important;
	height: 15px;
	display: block;
}
.button_loginHover {
	background: url(../buttons/english/button_create_account.gif) no-repeat;
}





