/**
 * 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 2765 2006-01-01 21:15:45Z birdbrain $
 */

/* css buttons */
.cssButton, .cssButtonHover {
background-color: #F4F4F4;
display: block;
color : #000000;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
text-align:center;
white-space: nowrap;
text-decoration: none;
font-weight: bold;

/*border-spacing: 1px;*/
/*margin-left: auto;
margin-right: auto;*/
/*display: block;*/
/*vertical-align: top;*/
/*line-height: 130%;*/
/*cursor: pointer;*/
}

.cssButtonHover {
color : #000000;
border-style: inset;
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  {}
.button_sold_out_sm, .button_sold_out, .button_update_cart, .button_checkout, .button_login {}
.button_return_to_product_list, .button_add_selected {}
.button_in_cart{}  
.button_submit {}
.button_update_cart {color: red;}
.button_update_cartHover {color: black;}
/*.innerbox#headernavcenter .boxtext .button_search {display:inline;}*/


.button_in_cart{
border:none;
display: block;
background-color:#FFFFFF;
background-image: url(../images/buttons/addtocart_a.gif);
background-repeat:no-repeat;
width: 106px !important;
height: 31px;
}

.button_in_cartHover{
background-image: url(../images/buttons/addtocart_h.gif);
background-repeat:no-repeat;
}


.button_checkout{
border:none;
display: block;
background-color:#FFFFFF;
background-image: url(../images/buttons/checkout_a.gif);
background-repeat:no-repeat;
width: 83px !important;
height: 28px;
}

.button_checkoutHover{
background-image: url(../images/buttons/checkout_h.gif);
background-repeat:no-repeat;
}

.button_continue_shopping{
display: block;
width: 130px !important;
height: 28px;
border:none;
background-image: url(../images/buttons/continue_shopping_a.gif);
background-repeat:no-repeat;
}

.button_continue_shoppingHover{
background-image: url(../images/buttons/continue_shopping_h.gif);
background-repeat:no-repeat;
}


.button_login{
display: block;
width: 81px !important;
height: 28px;
border:none;
background-image: url(../images/buttons/sign_in_a.gif);
background-repeat:no-repeat;
}
.button_loginHover{
background-image: url(../images/buttons/sign_in_h.gif);
background-repeat:no-repeat;
}


.button_submit{
display: block;
width: 161px !important;
height: 28px;
border:none;
background-image: url(../images/buttons/submit_the_information_a.gif);
background-repeat:no-repeat;
}

.button_submitHover{
background-image: url(../images/buttons/submit_the_information_h.gif);
background-repeat:no-repeat;
}

.button_continue_checkout{
display: block;
width: 90px !important;
height: 28px;
border:none;
background-image: url(../images/buttons/continue_a.gif);
background-repeat:no-repeat;
}

.button_continue_checkoutHover{
background-image: url(../images/buttons/continue_h.gif);
background-repeat:no-repeat;
}


.small_edit{
display: block;
width: 50px !important;
height: 28px;
border:none;
background-image: url(../images/buttons/edit_a.gif);
background-repeat:no-repeat;
}

.small_editHover{
background-image: url(../images/buttons/edit_h.gif);
background-repeat:no-repeat;
}

.button_confirm_order{
display: block;
width: 111px !important;
height: 28px;
border:none;
background-image: url(../images/buttons/confirm_order_a.gif);
background-repeat:no-repeat;
}

.button_confirm_orderHover{
background-image: url(../images/buttons/confirm_order_h.gif);
background-repeat:no-repeat;
}



.buttontextscss{
/*visibility:hidden;*/
font-size: 45%;
font-weight:lighter;
}