/* css buttons */
.cssButton, .cssButtonHover, .button_back, .button_search, .button_searchHover, .button_goto_prod_details, .button_return_to_product_list   {
 /*width : auto 210px ;*/ 
 background: #dde6de;
 color : #7b9eb2;
 border: 2px outset #7b9eb2;
 vertical-align: top;
 font-weight: normal;
 font-family: Tahoma;
 font-size: 12px;
 line-height: 130%;
 cursor: pointer;
 text-align:center; 
 padding: 2px 5px 0px 5px;
 border-spacing: 1px;
 margin-left: auto;
 margin-right: auto;
 white-space: nowrap;
 display: block;
 text-decoration: none;
 font-weight: normal;
 text-transform: capitalize;
 /*width: auto 150px;*/
 text-decoration: none;
}


.cssButtonHover, .button_backHover, .button_searchHover, .button_goto_prod_detailsHover, .button_return_to_product_listHover {
 color: #7b9eb2;
 border-style: inset;
 text-decoration: none;
}
 
.small_delete, .button_prev, .button_next {width: 70px;}
//.button_sold_out_sm, .button_sold_out,.button_update_cart, .button_checkout, .button_login {width: 100px;}
/* 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: auto /*190px*/;} 
//.button_submit {width: auto /*180px*/;} 
//.button_subscribe {width: 100px;} 
//.button_update_cart {color: red;}
//.button_update_cartHover {color: black;}
//.button_submit {width: auto/*180px*/;} 
.button_return_to_product_list {width: 100px;} 
.button_return_to_product_listHover {width: 100px;} 
/////////////////////////////////////////


