/**
 * 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 {
	width : 25em; 
	font-size: 96%;
	color: #D04A10;
	font-weight: bold;
	background: #FEE0C8;
	border: 1px solid #99AFBD;
	text-decoration: none;
	margin: auto;
/*	line-height: 17px; */
	}

.cssButtonHover {
	color: #505050;
	width : 25em; 
	font-size: 96%;
	font-weight: bold;
	background: #FEE0C8;
	border: 1px solid #99AFBD;
	text-decoration: none;
/*	line-height: 17px; */
	}

.small_edit, .small_editHover, .button_continue_shopping,.button_continue_shoppingHover, .button_shipping_estimator, .button_checkout, .button_checkoutHover, .button_search, .button_searchHover {
	line-height: 18px;
	text-decoration: none;
	}

.button_change_address, .button_change_addressHover, a.koupit, .main .button_buy_now a, .askQ a, .button_back, .button_backHover, .button_buy_now, .button_buy_nowHover, .buttonRow a {
	text-decoration: none;
	}



.button_change_address, .button_change_addressHover {
	line-height: 18px;
	}


.important a {
	text-decoration: underline;
	}


.askQ a {
	line-height: 22px;
	font-size: 12px;
	}

.button_in_cart, .button_in_cartHover, .button_send, .button_sendHover {
	font-family: Georgia,Verdana,Tahoma,Arial,sans-serif;
	font-size: 11px;
width: 27em;
	}

.button_search, .button_searchHover {
	line-height: 14px;
	}

/*.button_submit, .button_submitHover {
	width: 50em;
	}
*/
