/**
 * 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 {
	padding: 3px 7px 3px 7px;
	background: url(../images/button_back.png) center left no-repeat #AB6803;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 0.8em;
	border: none;
	text-align: center;
	font-weight: bold;
	margin: 0;
	cursor: pointer;
	cursor: hand;
	display: inline-block;
}

/* adding the styles below might be needed if the default button width is changed */
/* .button_continue_shopping, .button_shipping_estimator {width: 150px;} */
.button_sold_out_sm, .button_sold_out, .button_update_cart, .button_checkout, .button_login {}
.button_return_to_product_list, .button_add_selected {}
.button_in_cart{}  
.button_submit {}
.button_update_cart {}
.button_update_cartHover {}
/*.innerbox#headernavcenter .boxtext .button_search {display:inline;}*/

.button_redraw {
	background: none;
	color: #BD7306;
	text-transform: none;
	font-weight: bold;
	background: url('../images/moreinfo_bullet.gif') center left no-repeat;
	padding: 2px 0 0 6px;
	margin-left: 10px;
}
.button_redraw {
	background: none;
	color: #BD7306;
	text-transform: none;
	font-weight: bold;
	background: url('../images/moreinfo_bullet.gif') center left no-repeat;
	padding: 2px 0 0 6px;
	margin-left: 10px;
}
.button_redrawHover {
	background: none;
	color: #C16304;
	text-transform: none;
	font-weight: bold;
	background: url('../images/moreinfo_bullet_hover.gif') center left no-repeat;
	padding: 2px 0 0 6px;
	margin-left: 10px;
}
span.cssButton, span.cssButtonHover {
	font-size: 0.9em;
	padding: 4px 7px 4px 7px;
}

.buttonSmall .cssButton, .buttonSmall .cssButtonHover {
	font-size: 0.8em;
}