/**
 * 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 {
color:#000; text-transform:uppercase;
 line-height:1em;
 cursor: pointer;
 text-align:center;
 white-space: nowrap;
 display: block;
 text-decoration: none; width:100px;
 font-family:Arial, Helvetica, sans-serif;
}

.button_sold_out_sm, .button_sold_out,.button_update_cart, .button_checkout, .button_login {} .button_add_selected, .button_create_account, .button_login {width:200px}
/* adding the styles below might be needed if the default button width is changed */
.button_confirm_order, .button_continue_shopping, .button_shipping_estimator {width: 150px;}
.button_return_to_product_list{width:180px; display:inline}
.button_in_cart {width: 100px; margin:auto; *margin-top:10px} 
.button_submit {}

#noAccount .button_continue {width:188px;}

/* css buttons */
.button_update_cart, .cssButton, .button_update_cartHover, .cssButtonHover {white-space:nowrap; position:relative; font-size:10px; background:url(../images/cssButton.png) left top; padding: 3px; *padding: 4px 3px 2px 3px; border:1px solid #F4AAC5; border-top:1px solid #fff; border-bottom:2px solid #B2241B; white-space: normal; cursor:pointer}

.cssButtonHover {color: #fff; background:#EE3024}
.small_edit {width:50px}
.small_delete, .button_prev, .button_next, .button_search  {width:70px; display:inline} .button_return_to_product_list {.margin:0 5px 0 5px} .button_search {width:100px}
.button_sold_out_sm, .button_sold_out, .button_update_cart, .button_checkout {width: 10em;}

/*.innerbox#headernavcenter .boxtext .button_search {display:inline;}*/
.button_update_cart {padding:0.5px; *padding:4px 2px 0px 2px; float:left; *margin-top:-1px}

.buttonRow {margin:20px 0 0 50px} #shoppingCartDefault .buttonRow{margin:0} .buttonRow a {float:left; margin-right:5px}

.button_back {margin:auto; margin-bottom:20px;}