/**
 * 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 {
border-color: red;
border-style: solid;
float: none;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
padding-top: 5px;
border-width: 1px;
width : 20em;
background-color: red;
color: white;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align:center;
white-space: nowrap;
text-decoration: none;
font-weight: bold;
margin: 1px;
/*display: block;*/
/*vertical-align: top;*/
/*line-height: 130%;*/
cursor: pointer;
}

#PPECbutton, .buttonDelete {
border-color: red;
border-style: solid;
color: white;
margin-top: 2px;
margin-right: 8px;
float: none;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
padding-top: 5px;
border-width: 1px;
width: 102px;
background-color: red;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align:center;
white-space: nowrap;
text-decoration: none;
font-weight: bold;
/*display: block;*/
/*vertical-align: top;*/
/*line-height: 130%;*/
cursor: pointer;
}



.cssButtonHover{
color: #333333;
background-color: white;
border-color: red;
border-width: 1px;
float: none;
border-style: solid;
text-decoration: none;
}

