/**
 * 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 $
 */

/* All css buttons */
.cssButton, .cssButtonHover, .whitebutton a,  .whitebutton, .bluebutton a, .bluebutton, .whitebutton a:hover, .bluebutton a:hover, .button_login, .button_loginHover, .button_submit, .button_submitHover , .button_add_to_cart_blue, .button_add_to_cart_blueHover, .whitebutton input, .button_change_address, .CONTINUE, .CONTINUEHover, .button_calendar, .CONFIRM_ORDER, .button_update, .buttonRow{font-family: arial, verdana, helvetica, sans-serif;font-size:11px;text-align:left;white-space: nowrap;text-decoration: none;font-weight: bold; /*padding: 0.3em;*/border:0px;text-transform: uppercase;/*border-spacing: 1px;*//*margin-left: auto;margin-right: auto;*//*display: block;*//*vertical-align: top;*//*line-height: 130%;*/cursor: pointer;margin:0px;padding-top:0px; font-style:normal; }

/*Buttons with White or Transparent Backgrounds*/
.whitebutton a,  .whitebutton, .button_login, .button_submit, .SUBSCRIBE, .Search, .button_search, .button_login, .button_submit, .button_change_address, .button_calendar{color:#7AA2CC;}
.whitebutton input, .button_continue_shopping{padding:0;}
.cssButtonHover, .whitebutton a:hover, .whitebutton:hover, .button_loginHover, .SUBSCRIBEHover, .SearchHover, .button_searchHover, .button_loginHover, .button_submitHover, .button_change_address:hover, .CONTINUEHover{text-decoration: none;color:#7AA2CC;}
.button_change_address, .button_calendar{width:130px;}
.SUBSCRIBE, .SUBSCRIBEHover, .Search, .SearchHover, .button_search, .button_searchHover, .button_login, .button_loginHover, .button_submit, .button_submitHover, .button_change_address, .button_change_address:hover, .button_calendar, .button_calendar:hover{background:transparent url(../images/button_arrow_trans.png) right 0 no-repeat; padding-right:20px; text-align:left;}
.buttonRow.back{background:transparent url(../images/button_arrow_trans_left.png) left 3px no-repeat; padding-left:25px; text-align:right; cursor:pointer;padding:3px 5px 3px 15px; }

/*Buttons with Blue Backgrounds*/
.bluebutton a, .bluebutton, .bluebutton a:hover,.button_add_to_cart_blue, .button_add_to_cart_blueHover, .CONTINUE, .CONTINUEHover, .CONFIRM_ORDER, .button_update, .button_add_to_cart, .bluebuttonsmall a span{color:#fff;}
input.button_add_to_cart_blue , input.button_add_to_cart_blueHover, .button_update{margin:0; padding:0;width:120px;padding:3px 10px 3px 5px; text-align:left; vertical-align:middle;}
.button_add_to_cart_blue, .button_add_to_cart_blueHover{background:#7AA2CC url(../images/button_arrow_trans_right_white.png) 100px 3px no-repeat;}

.bluebutton{margin:0; padding:0;width:150px;padding:3px 10px 3px 5px; text-align:left; vertical-align:middle;background:#7AA2CC url(../images/button_arrow_trans_right_white.png) 145px 2px no-repeat;}

.button_add_to_cart{margin:0; padding:0;width:150px;padding:3px 27px 3px 5px; text-align:left; vertical-align:middle;background:#7AA2CC url(../images/button_arrow_trans_right_white.png) 135px 2px no-repeat;}

.CONTINUE, .CONTINUEHover, .button_update{margin:0; padding:0;width:95px;padding:3px 10px 3px 5px; text-align:left; vertical-align:middle;background:#7AA2CC url(../images/button_arrow_trans_right_white.png) 70px 3px no-repeat;}

.bluebuttonsmall{margin:0; padding:0;width:55px;padding:3px 10px 3px 5px; text-align:left; vertical-align:middle;background:#7AA2CC url(../images/button_arrow_trans_right_white.png) 50px 3px no-repeat;}

.CONFIRM_ORDER{margin:0; padding:0;width:125px;padding:3px 10px 3px 5px; text-align:left; vertical-align:middle;background:#7AA2CC url(../images/button_arrow_trans_right_white.png) 105px 3px no-repeat;}



.largearrow{font-size:3em;font-weight:normal;color:#7AA2CC;vertical-align:middle;}

a.buttonRowForgot{font-size:.8em;text-align:left;text-transform: uppercase;text-decoration:underline;}
a.buttonRowForgot:hover{ 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 {width: 10em;}
.button_return_to_product_list, .button_add_selected {width: 22em;}
.button_in_cart{width: 19em;}  
.button_submit {width: 18em;}
.button_update_cart {color: red;}
.button_update_cartHover {color: #003D00;}*/
/*.innerbox#headernavcenter .boxtext .button_search {display:inline;}*/