/**
 * 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;
 line-height:1em;
 font-family: Tahoma;
 cursor: pointer;
 text-align:center;
 white-space: nowrap;
 display: block;
 text-decoration: none; width:100px
}

.button_sold_out_sm, .button_sold_out,.button_update_cart, .button_checkout, .button_login {} .button_add_selected, .button_create_account {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} 
.button_submit {}

#noAccount .button_continue {width:188px;}

/* css buttons */
.button_update_cart, .cssButton, .button_update_cartHover, .cssButtonHover {white-space:nowrap; position:relative; text-transform:uppercase; font-size:11px; background:url(../images/css_Button.jpg) no-repeat top left; padding: 5px; border:1px solid #ccc; border-top:1px solid #fff; border-bottom:2px solid #888; white-space: normal; cursor:pointer}

.cssButtonHover {color: #f00}
.small_edit {width:50px}
.small_delete, .button_prev, .button_next, .button_search  {width:70px; display:inline} .button_return_to_product_list {_margin:0px 5px; .margin:0px 5px}
.button_sold_out_sm, .button_sold_out, .button_update_cart, .button_checkout, .button_login {width: 10em;}

/*.innerbox#headernavcenter .boxtext .button_search {display:inline;}*/
.button_update_cart {padding:3px}