/**
 * 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 {
	width: auto;
	background-color: #009900;
border: 1px solid #FFFFFF;
	color: #FFFFFF;
	padding-right: 4px;
padding-left: 4px;
padding-top: 4px;
padding-bottom: 4px;


	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;
	font-weight: bold; /*border-spacing: 1px;*/
/*cursor: pointer;*/
	height: 22px;
	background-repeat: no-repeat;

}

.cssButtonHover {
	color: #000000; /*border-style: inset; */
	text-decoration: none;
	width: auto;
	
	background-color: #EEC015;
	padding-right: 4px;
padding-left: 4px;
padding-top: 4px;
padding-bottom: 4px;
	border: 0px outset #F4F4F4;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;
	font-weight: bold;
border: 1px solid #FFFFFF;
	height: 22px;
	background-repeat: no-repeat;
}
/* adding the styles below might be needed if the default button width is changed */
/* .button_continue_shopping, .button_shipping_estimator {width: 150px;} */

/*.innerbox#headernavcenter .boxtext .button_search {display:inline;}*/

