/**
 * 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 $
 */


.cssButton,
.cssButtonHover {
  background: #fff url(/includes/templates/eros/images/button.png) no-repeat center;
  color: #fff;
  font-size: 12px;
  border: 0px;
  height: 34px;
  padding: 5px 22px;
  font-weight: normal;
  text-transform: uppercase;
}

.button_buy_now {
  background-image:url(/includes/templates/eros/images/button-med.png);
}

.button_continue_shopping,
.button_shipping_estimator,
.button_change_address {
  background-image:url(/includes/templates/eros/images/button-lg.png);
  padding: 5px 25px;
}

.cssButtonHover {
  color: #000;
}













