/* css buttons */
.cssButton, .cssButtonHover, button_add_products_to_cart {
 width: 100%;
 vertical-align: top;
 font-weight: normal;
 font-family: Verdana,Tahoma;
 font-size: 11px;
 line-height: 130%;
 cursor: pointer;
 text-align:center;
 border-spacing: 1px;
 margin-left: auto;
 margin-right: auto;
 text-decoration: none;
 font-weight: bold;
 /* 
 background: #dde6de; 
 border: 3px outset #dde6de;
 color : #00436F;
 white-space: nowrap;
 display: block;





 */
}

.cssButtonHover {
 color: #E26E00;
 /* border-style: inset; */
 text-decoration: none;
}
/*  
.small_delete, .button_prev, .button_next, .button_search {width: 70px;}
.button_sold_out_sm, .button_sold_out,.button_update_cart, .button_checkout, .button_login {width: 150px;}
*/
/* adding the styles below might be needed if the default button width is changed */
/* 
.button_continue_shopping, .button_shipping_estimator {width: 150px;}

.button_return_to_product_list{width: 220px;}
.button_in_cart{width: 220px;}  
.button_submit {width: 180px;}
.button_update_cart {color: red;}
.button_update_cartHover {color: black;}

.button_add_products_to_cart{width: 220px;}
*/
.headerNavigation .button_search {display: inline;}
