/**
 * 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-color: #ffffff;
color : #666666;
border: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
text-align:left;
white-space: nowrap;
text-decoration: none;
text-transform: lowercase;
padding: 0px;
margin: 0px;
overflow: visible;
}

.cssButtonHover {
color: #cccc66;
text-decoration: none;
}
/* 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 { }
.button_return_to_product_list, .button_add_selected {width: 22em;}
.button_in_cart  {text-transform: uppercase; font-size: 16px; color: #33ccFF; overflow: visible;}
.button_login, .button_create_account {text-transform: uppercase; font-size: 12px; color: #33ccFF; overflow: visible; font-weight: bold;}    
.button_submit {}
.button_update_cart {color: red;}
.button_update_cartHover {color: #003D00;}
/*.innerbox#headernavcenter .boxtext .button_search {display:inline;}*/

.button_search {font-size: 10px; color: #999999;}
.button_subscribe {color: #ffffff; background-image:url(http://alenahennesy.com/shop/includes/templates/alena/images/subscribe.gif);}

input.cssButton,input.cssButtonHover{width:0 !important;overflow:visible;}
input.cssButton[class],input.cssButtonHover[class]{width:auto !important;}