/**
 * 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,v 1.1 2007/10/04 12:57:39 pierrick Exp $
 */

/* css buttons */
.cssButton, .cssButtonHover {
  border: 1px solid #13007D;
  background-color: #FFFFFF;
  color : #000000;
  font-family: arial;
  font-size: 11px;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  width: auto;
  height: auto;
  padding: 2px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.cssButtonHover {
  cursor: pointer;
}

.button_update_cart {
  padding: 0px;
  margin: 0px;
}

.button_in_cart, .button_buy_now {
  background-color: #009FC6;
  color: #FFFFFF;
}

INPUT.cssButton {
  height: 24px !important;
  margin: 0;
  padding: 0;
}

INPUT.cssButton .button_in_cart {
  padding: 0;
}
INPUT.button_in_cart {
  width: 97px !important;
}

INPUT.button_search {
  height: 20px !important;
}
.button_search {
  padding-top: 0px;
  padding-bottom: 0px;
}