﻿/**
 * 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 {
background-color: #404040;
border: 2px outset #404040 !important;
color: #e5e5e5;cursor: pointer;
font-family: "Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;
font-size: 13px !important;
font-weight: bold !important;
padding: 0.3em 0.5em !important;
text-align: center;
text-decoration: none;
white-space: nowrap;
width: auto;
}

.cssButtonHover {
background-color: #4f4f4f;
border: 2px outset #4f4f4f;
color: #ffffff;
border-style: inset;
text-decoration: none;
}

