/**
 * 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-position: center center;
background-repeat: repeat-x;
background-image: url(/images/fondogris2.jpg);
float: none;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
padding-top: 5px;
border-width: 0px;
width : 20em;
color: white;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align:center;
white-space: nowrap;
text-decoration: none;
margin: 1px;
/*display: block;*/
/*vertical-align: top;*/
/*line-height: 130%;*/
cursor: pointer;
}

#PPECbutton, .buttonDelete {
background-position: center center;
background-image: url(/images/fondogris.jpg);
background-repeat: repeat-x;
color: white;
margin-top: 2px;
margin-right: 8px;
float: none;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
padding-top: 5px;
border-width: 0px;
width: 102px;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align:center;
white-space: nowrap;
text-decoration: none;
/*display: block;*/
/*vertical-align: top;*/
/*line-height: 130%;*/
cursor: pointer;
}



.cssButtonHover{
background-repeat: repeat-x;
background-position: center center;
background-image: url(/images/fondogris.jpg);
float: none;
color: white;
border-style: inset;
text-decoration: none;
}

