/**
 * CSS Buttons Stylesheet
 *
 * Thanks to paulm for much of the content of the CSS buttons code
 *
 * @package templateSystem 
 * Template designed by ectemplate.com
 * @copyright Copyright 2010-2012 ectemplate.com
 * @copyright Copyright 2003-2006 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,.cssButton:hover,.cssButtonHover,.cssButton a{ color:#333333; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;cursor:pointer; text-decoration:none; font-weight:bold; font-size:12px;}

.cssButton, .cssButtonHover {
background: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0.23, #d1d1d1), color-stop(0.62, #ededed));	
background: -moz-linear-gradient(center bottom, #d1d1d1 23%, #ededed 62%);
background-color: #F82C7C; /* backup for non-webkit browsers */
border: 1px solid #F82C7C;
color: #111111

padding: 2px 5px;
border-radius:5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;	

}

.cssButtonHover {
background: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0.23, #c7c7c7), color-stop(0.62, #e8e8e8));	
background: -moz-linear-gradient(center bottom, #c7c7c7 23%, #e8e8e8 62%);
background-color: #e8e8e8; /* backup for non-webkit browsers */
border: 1px solid #d1d1d1;
}
/* adding the styles below might be needed if the default button width is changed */
/* .button_continue_shopping, .button_shipping_estimator {width: 150px;} */
.small_delete, .button_prev, .button_next, .button_search  {width: 7em;}
.button_sold_out_sm, .button_sold_out, .button_update_cart, .button_checkout, .button_login {width: 10em;}
.button_return_to_product_list, .button_add_selected {width: 22em;}
.button_in_cart{width: 19em;}  
.button_submit {width: 16em!important;}
.button_confirm_order{ width:120px!important; height:40px}
.button_add_selected{ width:18em!important}
.button_update_cart {color: red;}
.button_update_cartHover {color: #003D00;}
/*.innerbox#headernavcenter .boxtext .button_search {display:inline;}*/