/* css buttons */
.cssButton, .cssButtonHover {
background:#fff;

color : #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align:center;
font-weight: bold;
padding:3px 10px;
height:20px;
font-size:11px;
cursor:pointer;
}

.cssButtonHover {
color:#a00261;
}
/* 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;}*/
.button_in_cart, .button_checkout, .button_create_account, .button_login, .button_submit, .button_change_address, .button_continue_checkout, .button_continue, .button_update, .small_edit, .button_logoff, .button_confirm_order, .button_delete {
background:#FBE2E6;
border:1px solid #777777;
color:#222222;
padding:3px 10px;
height:20px;
}
.button_sold_out_sm{padding:0 0 0 60px;}
