/**
 *
 * @ignore
 * @access private
 * @version $Id: stylesheet_css_buttons.css, v 1.3.7 2007/04/26 11:48:12 $;
 *
 * @author Zen Cart Development Team
 * @copyright Copyright 2003-2006 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * Thanks to paulm for much of the content of the CSS buttons code
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 *
 * Modyfikacje do ZenCart.pl
 * @author Grupa ZenCart.pl <kontakt@zencart.pl>
 * @copyright Copyright &copy; 2007, ZenCart.pl
 * Wiêcej informacji na stronie projektu {@link http://www.zencart.pl ZenCart.pl} Zajrzyj!
 *
 * @package templateSystem
 *
 */

/* css buttons - patrz html_output */
.cssButton{ padding: 2px 3px; background: #4799cc; color: #ffffff; border: 1px outset #99ccff; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; text-align: center; white-space: nowrap; text-decoration: none; font-weight: normal; }
.cssButtonHover{ padding: 2px 3px; background: #65bdf4; color: #ffffff; border: 1px inset #707070; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; text-align: center; white-space: nowrap; text-decoration: none; font-weight: normal; }

.button_search{ background: #ff870f; color: #ffffff; border: 1px outset #ffe7cf; }
.button_sold_out_sm, .button_sold_out_smHover{ display: block; margin: 5px auto; background: #ff2f2f; border: 1px outset #ffefef; color: #ffffff; }

.button_prevHover, .button_nextHover{}
.button_return_to_product_list{}
.button_in_cart{}

/* adding the styles below might be needed if the default button width is changed */
/* .button_continue_shopping, .button_shipping_estimator {width: 150px;} */
/*.small_delete{ width: 7em; }
.button_sold_out, .button_update_cart, .button_checkout, .button_login{ width: 10em; }
.button_add_selected{ width: 22em; }
.button_submit{ width: 18em; }
.button_update_cart{ color: red; }
.button_update_cartHover{ color: black; }
/*.innerbox#headernavcenter .boxtext .button_search {display:inline;}*/
