/**
 * 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 {

background-color: #DCE7D4!important;
color : #843742!important;
border: 2px outset #F4F4F4!important;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif!important;
font-size: 1.1em!important;
text-align:center!important;
white-space: nowrap!important;
text-decoration: none!important;
font-weight: bold!important;
cursor: pointer!important;
padding:2px!important;
line-height: 20px!important;
height: 20px!important;
}
input.cssButton, input.cssButtonHover {
background-color: #DCE7D4!important;
color : #843742!important;
border: 2px outset #F4F4F4!important;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif!important;
font-size: 1.1em!important;
text-align:center!important;
white-space: nowrap!important;
text-decoration: none!important;
font-weight: bold!important;
cursor: pointer!important;
padding-top:0!important;
line-height: 2.5em!important;
height: 2.5em!important;
/*  width: 0; needed to stop IE adding "magic" padding to the input */
width: 0 !important;
overflow: visible!important;
}

.cssButtonHover , input.cssButtonHover{
color: #616161!important;
border-style: inset!important;
text-decoration: none!important;
}

input.cssButton[class], input.cssButtonHover[class] { /* IE ignores this [class]*/
  width: auto !important;
}