/**
 * 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 {
width: 100px;
background-color: #ccc;
color : #003;
border: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-align:center;
white-space: nowrap;
text-decoration: none;
font-weight: bold;
height: 30px;
line-height: 30px; 
text-transform:uppercase;
display: block;
/*border-spacing: 1px;*/
/*margin-left: auto;
margin-right: auto;*/
/*display: block;*/
/*vertical-align: top;*/
/*line-height: 130%;*/
/*cursor: pointer;*/
}

.cssButtonHover {
color: #fff;
border: 0;
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  {width: 10em;}

 .button_create_account {background-image:url(../images/btn_sm_bg.jpg);}
 .button_create_account:hover {background-image:url(../images/btn_sm_bg_ov.jpg);}
 
.button_view, .button_logoff, .button_login {background-image:url(../images/btn_sm_bg.jpg);}
.button_view:hover, button_logoff:hover, .button_login:hover	{background-image:url(../images/btn_sm_bg_ov.jpg);}


.button_return_to_product_list, .button_add_selected {width: 22em;}

.button_in_cart{background-image:url(../images/btn_bg_addtocart.jpg); width: 100px;}
.button_in_cart:hover	{background-image:url(../images/btn_sm_bg_ov.jpg);}
 
.button_submit {background-image:url(../images/btn_sm_bg.jpg);}
.button_submit:hover	{background-image:url(../images/btn_sm_bg_ov.jpg);}

.button_update_cart {color: red;}
.button_update_cartHover {color: #ccc;}

.button_continue_shopping	{background-image:url(../images/btn_lg_bg.jpg); width: 150px;}
.button_continue_shopping:hover	{background-image:url(../images/btn_lg_bg_ov.jpg);}

.button_add_address, .button_delete_small, .button_back, .button_update, .button_continue, .button_checkout {background-image:url(../images/btn_sm_bg.jpg); width: 100px;}
.button_add_address:hover, .button_delete_small:hover, .button_back:hover, .button_update:hover, .button_continue:hover, .button_checkout:hover	{background-image:url(../images/btn_sm_bg_ov.jpg);}

.button_continue_checkout {background-image:url(../images/btn_sm_bg.jpg); width: 100px;}
.button_continue_checkout:hover	{background-image:url(../images/btn_sm_bg_ov.jpg);}

.button_change_address {background-image:url(../images/btn_bg.jpg); width: 125px;}
.button_change_address:hover	{background-image:url(../images/btn_bg_ov.jpg);}

.small_edit {background-image:url(../images/btn_sm_bg.jpg);}
.small_edit:hover	{background-image:url(../images/btn_sm_bg_ov.jpg);}

.button_confirm_order {background-image:url(../images/btn_submit_order.jpg);}
.button_confirm_order:hover {background-image:url(../images/btn_sm_bg_ov.jpg);}

/*.innerbox#headernavcenter .boxtext .button_search {display:inline;}*/
