/**
 * 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 {
display:block;
width : 150px !important;
background-color: #000;
background: url('../images/button.png') no-repeat;
height:26px !important;
color : #000;
border: 2px outset #F4F4F4;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
text-align:left;
white-space: nowrap;
text-decoration: none;
font-weight: normal;
line-height:26px;
text-indent:30px;
vertical-align:top;
/*border-spacing: 1px;*/
/*margin-left: auto;
margin-right: auto;*/
/*display: block;*/
/*vertical-align: top;*/
/*line-height: 130%;*/
/*cursor: pointer;*/
}

.Buy_Now,
.button_create_account,
.button_login,
.button_confirm_order,
.button_continue_checkout
{
height:28px !important;
}

.cssButtonHover {
color: #006600;
border-style: inset;
text-decoration: none !important;
}


.button_in_cart{
margin: 0 auto 10px auto;
}

.Buy_Now,
.button_buy_now
{width:120px !important;margin: 0 auto 10px auto;}


body div .button_continue_shopping,
body div .button_change_address,
body div .button_confirm_order
{
width:200px !important;
}


