/**
 * 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 */
.cssButton, .cssButtonHover {
background-color: #ffffff;
color : #70614E;
font-family:tahoma, verdana, arial, helvetica, sans-serif;
font-size: 12px;
text-align:center;
white-space: nowrap;
text-decoration: none;
padding: 0.2em;
border-style:none;
border: 1px solid #70614E;
/*border-spacing: 1px;*/
/*margin-left: auto;
margin-right: auto;*/
/*display: block;*/
/*vertical-align: top;*/
/*line-height: 130%;*/
/*cursor: pointer;*/
}

.button_TellAFriend, .button_TellAFriendHover, .change_address, {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:12px;
font-weight:bold;
color: #999933;
border: none; }

.cssButtonHover {
text-decoration: underline;
}
/* adding the styles below might be needed if the default button width is changed */
/* .button_search  {width: 7em;}
.button_sold_out_sm, .button_sold_out, {width: 10em;}
 .button_add_selected {width: 22em;}*/

.button_prev, .button_next, .button_return_to_product_list{
width: 20em;
font-family:tahoma, verdana, arial, helvetica, sans-serif;
color: #70614E;
font-size: 11px;
text-decoration: none;
font-weight:normal;
}

.button_continue_shopping, .button_shipping_estimator, .button_update_cart, .button_update_cartHover, .small_delete, .button_update, .button_updateHover{
font-family:tahoma, verdana, arial, helvetica, sans-serif;
color: #70614E;
font-size: 12px;
text-decoration: none;
font-weight:normal;
border: 1px solid #70614E;
background-color: #ffffff;
}

.button_in_cart, .button_checkout, .button_continue_checkout, .button_continue_checkout {width: 10em;
font-family:tahoma, verdana, arial, helvetica, sans-serif;
background-color: #999933;
color: #ffffff;
border: 1px solid #999933;
font-size: 11px;
text-decoration: none;
font-weight: bold;
}  
.button_subscribe {
background-color: #ffffff;
font-family:tahoma, verdana, arial, helvetica, sans-serif;
color: #342D25;
font-size: 11px;
text-decoration: none;
font-weight: normal;
border: 1px solid #342D25;
padding: 0em;
margin: 0em;
}

.button_submit {width: 10em;
background-color: #999933;
font-family:tahoma, verdana, arial, helvetica, sans-serif;
color: #ffffff;
font-size: 11px;
text-decoration: none;
font-weight:normal;
border: 1px solid #999933;
}

.button_login, .button_create_account {
background-color: #ffffff;
font-family:tahoma, verdana, arial, helvetica, sans-serif;
color: #342D25;
font-size: 12px;
text-decoration: none;
font-weight:normal;
border: 1px solid #342D25;
padding-left: 4px;
padding-right: 4px;
padding-bottom: 0px;
padding-top: 0px;
}

/*.innerbox#headernavcenter .boxtext .button_search {display:inline;}*/

