/**
 * 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: auto!important;
display: inline-block;
overflow: visible;
background: #01699C url(../images/hgr_cssButton_low.gif) repeat-x left center;
color: #fff;
border: 1px solid #01699C;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
line-height: 1em;
text-align:center;
white-space: nowrap;
text-decoration: none;
font-weight: bold;
padding: 1px 10px;
cursor: pointer;

}

.cssButtonHover {
color: #fff;
border-style: inset;
text-decoration: none;
}

.button_buy_now, .button_in_cart,  input.button_in_cart:focus
	{
		background: #C0234F url(../images/hgr_cssButtonWkorb.gif) no-repeat left center;
		border: 2px outset #C0234F;
		padding-left: 26px;
		width: auto!important;
	}
.button_in_cart
		{ padding-left: 30px; border: 2px outset #C0234F; padding-top: 2px; margin-top: 20px;}
.button_checkout
	{
		background: #C0234F url(../images/hgr_cssButton.gif) repeat-x left center;
		border: 2px outset #C0234F;
	}
.button_update_cart
	{
		position: absolute;

		left: 0;
		top: 2px;
    }

