/* css buttons */
.cssButton, .cssButtonHover {
background-color: #7b9d25;
color : #fff;
font-size: 100%;
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%;
padding: 4px 10px 4px 7px;
          border: 2px #d1ec4c outset;
 /* height: 21px; # triggers bug in IE7 with overflow */  
    overflow: visible;  
}

.cssButtonHover {
color: #222222;
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 .small_edit .small_editHover {width: 7em;}
.button_sold_out_sm, .button_sold_out, .button_update_cart, .button_update, .button_checkout, .button_login {width: 10em;}
.button_return_to_product_list, .button_add_selected {width: 23em;}
.button_in_cart{width: 20em;background-color:#d56a00;}  
.button_submit {width: 18em;background-color:#d56a00;}
.button_update_cart {color: red;}
.button_update_cartHover {color: black;}
.button_confirm_order {width:18em;background-color:#d56a00; padding-right:10px !important;} 
.button_continue_shopping, .button_continue_shoppingHover {width:100%}
.button_shipping_estimator, .button_shipping_estimatorHover {width:100%}
/*.innerbox#headernavcenter .boxtext .button_search {display:inline;}*/

/* dynamic drive buttons */
.cssbutton:hover{
border-style: inset;
background-color: #7b9d25;
padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
}

.cssbutton:active{
color: black;
}
