/**

 * 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;
	height: 1.5em;
	background: none;
	color : #000000;
	border:  #000 1px solid;
	font-family: 'American Typewriter', 'Courier New', Courier, Georgia, serif;
	/*font-size: 1.1em;*/
	text-align:center;
	white-space: nowrap;
	text-decoration: none;
	font-weight: normal;	
	outline: none;
	text-transform: uppercase;
}



.cssButtonHover {
	color: #993300;
	border: #993300 1px solid;
	outline: 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: 20em; letter-spacing:-0.02em }


.button_in_cart{width: 19em;}  

.button_submit {width: 19em;}

.button_update_cart {color: red;}

.button_update_cartHover {color: #003D00;}

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


/* SHW modification */
#navMain ul {
	color: #AAA;
}
#navMain ul li form input#keyword {
	width: 120px;
	color: #AAA;
	border: #AAA 1px solid;
	height: 16px;
	margin: 0px 1px 0px 0px;
	padding: 0;
	font-weight: normal;
}
#navMain ul li form input#keyword.boxBlur { /*should be same as default rule above*/
	color: #AAA;
	border: #AAA 1px solid;
	height: 16px;
	margin: 0px 1px 0px 0px;
	padding: 0;
	font-weight: normal;
}
#navMain ul li form input#keyword.boxFocus {
	color: #993300;
	border: #993300 1px solid;
	height: 16px;
	margin: 0px 1px 0px 0px;
	padding: 0;
	font-weight: normal;
}
.cssButton.button_search  {
	position: relative;
	background: none;
	color: #AAA;
	border: none;
	width: 4.5em;
	height: 18px;
	margin: 0px 0px 0px 1px;
	padding: 0;
}
.cssButtonHover.button_search.button_searchHover {
	position: relative;
	background: none;
	color: #993300;
	border: none;
	width: 4.5em;
	height: 18px;
	margin: 0px 0px 0px 1px;
	padding: 0;
}
