/**
 * 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,.cssButtonActive{
background-color:#004B99;
color:#FFF;
height:25px;
border-bottom:0;
font-family:Sans-serif;
font-size:11px;
text-align:center;
white-space:nowrap;
text-decoration:none;
text-transform:uppercase;
font-weight:normal;
padding-left:6px;
padding-right:6px;
margin-left:5px;
cursor:pointer;
}
.cssButtonHover {
background-color:#888;
color:#004B99;
height:25px;
border:0;
font-family:Sans-serif;
font-size:11px;
text-align:center;
white-space:nowrap;
text-decoration:none;
text-transform:uppercase;
font-weight:normal;
padding-left:6px;
padding-right:6px;
margin-left:5px;
cursor:pointer;
}
