/**
 * 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 4387 2006-09-04 13:54:28Z drbyte $
 */

/* css buttons */
input.cssButton, input.cssButtonHover {
line-height: 15px;
padding: 1px 4px 1px 4px;
}

.cssButton, .cssButtonHover {
background-color: #FFFFFF;
color : #A30050;
border: 1px solid #A30050;
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
text-align:center;
white-space: nowrap;
text-decoration: none;
padding: 2px;
/*border-spacing: 1px;*/
/*margin-left: auto;
margin-right: auto;*/
/*display: block;*/
/*vertical-align: top;*/
line-height: 20px;
cursor: pointer;
}

.cssButtonHover {
color: #FFFFFF;
background-color: #A30050;
border: 1px solid #A30050;
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;} */
.button_update, .button_edit, .button_add_address, .button_in_cart, .button_view, .button_checkout, .button_continue_checkout, .button_confirm_order {
background-color: #A30050;
color : #FFFFFF;
border: 1px solid #A30050;
text-decoration: none;
}

.button_updateHover, .button_editHover, .button_add_addressHover, .button_in_cartHover, .button_viewHover, .button_checkoutHover, .button_continue_checkoutHover, .button_confirm_orderHover {
background-color: #FFFFFF;
color : #A30050;
border: 1px solid #A30050;
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
text-align:center;
white-space: nowrap;
text-decoration: none;
padding: 2px; 
}
.button_ok  {width: 24px; font-size:9px; padding: 0px;}
input.button_ok {padding: 0px; line-height:15px;}
.button_login, .button_send { border: none;}
.small_delete, .button_prev, .button_next, .button_search  {}
.button_sold_out_sm, .button_sold_out, .button_update_cart, .button_checkout {}
.button_return_to_product_list, .button_add_selected {}
.button_in_cart{}  
.button_submit {}
.button_update_cart {}
.button_update_cartHover {}
/*.innerbox#headernavcenter .boxtext .button_search {display:inline;}*/

