/**
 * 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, .cssButton:visited {
background-color: #E0D2AB;
color : #774C00;
border: 1px solid #774C00;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
white-space: nowrap;
text-decoration: none;
font-weight: normal;
}

.cssButtonHover {
background-color: #937F44;
color : #FFFFFF;
border: 1px solid #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
white-space: nowrap;
text-decoration: none;
font-weight: normal;
}

.button_tell_a_friend { width: 155px;}

  

/* adding the styles below might be needed if the default button width is changed */
/* .button_continue_shopping, .button_shipping_estimator {width: 150px;} */

/* span class buttons */
.button_in_cart, .small_delete, .button_logoff, .small_edit, .button_goto_prod_details, .button_read_reviews, .button_reviews, .button_delete, .button_delete_small, .button_change_address, .button_add_address, .button_buy_now, .button_prev, .button_next, .button_continue, .button_return_to_product_list, .button_TellAFriend, .button_write_review, .button_continue_shopping, .button_shipping_estimator, .button_checkout, .button_add_selected {
	padding: 1px 1px 1px 1px;
	text-decoration: none;
}

.button_TellAFriend {
	padding: 1px 1px 1px 1px;
}

.button_sold_out_sm, .button_sold_out_sm_over, .button_sold_out, .button_sold_out_over {
	padding: 1px 1px 1px 1px;
	background-color: #DD632F;
	color: #774C00;
	border: 1px solid #774C00;
	margin-top: 5px;
}

.button_back {
	padding: 1px 1px 1px 1px;
	margin-top: 2px;
	text-decoration: none;
}

.button_search  {}
.button_sold_out_sm, .button_login {}

.button_submit {}

.button_update_cart {
border: 1px solid #EBE4CC;
background-color: #68935A;
color: #EBE4CC;
margin-left: -2px;
margin-top: -2px;
padding: -2px 0px 1px 0px;
height: 17px;
}

.button_update_cartHover {color: #68935A;
border: 1px solid #68935A;
background-color: #EBE4CC;}


/*.innerbox#headernavcenter .boxtext .button_search {display:inline;}*/
