/**
 * 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 $
 */

/* css buttons */
.cssButton,  .cssButtonHover, .button_in_cart {
background-color: #0033FF;
color : #FFFFFF;
border: 2px outset #F4F4F4;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
text-align:center;
white-space: nowrap;
text-decoration: none;
font-weight: bold;
padding: 0.3em;
/*border-spacing: 1px;*/
/*margin-left: auto;
margin-right: auto;*/
display: block;
/*vertical-align: top;*/
/*line-height: 130%;*/
/*cursor: pointer;*/
}


.cssButtonHover {
background-color: #00CC00;
color: #000000;
border-style: inset;
text-decoration: none;
}

.BUTTON_TELLAFRIEND, .button_tellfriend, .button_add_address {width:200px;
color:#FF0000;}


