/**
 * 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: transparent url(http://www.oscaralexander.com/tutorials/img/bg_button_span.gif) no-repeat scroll top right;
color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    border: 1px solid #666;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
    width: 8em;
/*border-spacing: 1px;*/
/*margin-left: auto;
margin-right: auto;*/
/*display: block;*/
/*vertical-align: top;*/
/*line-height: 130%;*/
/*cursor: pointer;*/
}

.cssButton span, .cssButtonHover span {
      display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

.cssButton:active {
	background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

.cssButton:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

.cssButtonHover {
	border: 1px solid #ccffff;
}
/* adding the styles below might be needed if the default button width is changed */
.button_continue_shopping, .button_shipping_estimator {width: 11em;}
.small_delete, .button_prev, .button_next, .button_search  {width: 7em;}
.button_sold_out_sm, .button_update_cart, .button_checkout, .button_continue_checkout, .button_login {width: 6.5em;}
.button_return_to_product_list, .button_add_selected {width: 13em;}
//.button_in_cart{width: 19em;}  
.button_submit, .button_update {width: 5.5em;}
.small_edit, .button_back {width: 4em;}
.button_update_cart {color: red;}
.button_update_cartHover {color: #003D00;}
/*.innerbox#headernavcenter .boxtext .button_search {display:inline;}*/
.button_TellAFriend {width: 95px;}
.button_sold_out {width: 12em;}
.button_change_address {width: 10em;}
