/**
 * 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 - BIH: changes made */

input.cssButton, input.cssButtonHover {
/*width : 20em; */
background-color: #f4f4f4; 
color : #000000;
border: 2px outset #F4F4F4; 
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 0.9em;
text-align:center;
white-space: nowrap;
text-decoration: none;
padding: 0.1em;
}

input.cssButtonHover {
font-weight: bold;
border-style: inset;
}

span.cssButton, span.cssButtonHover {
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
text-align: left;
text-decoration: underline;
line-height: 1.5em;
}

span.cssButton { color: #98a300; }
span.cssButtonHover { color: #c0c0c0; }


/* adding the styles below might be needed if the default button width is changed */
.small_delete, .button_prev, .button_next {width: 7em; }
input.button_search, input.button_login, input.button_create_account  { 
background-color: #FFBE00; 
font-size: 0.9em;
width: 4em;
padding: 0.1em;
color:#000000
} 

.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;}
