/* css buttons */
.cssButton, .cssButtonHover {
width : 20em;
background-color: #f1efef;
color : #553f1d;
border: 1px solid #553f1d;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 1.1em;
text-align:center;
white-space: nowrap;
text-decoration: none;
font-weight: bold;
padding: 0.3em;
cursor: pointer;
display: block;
/*border-spacing: 1px;*/
/*margin-left: auto;
margin-right: auto;*/
/*vertical-align: top;*/
/*line-height: 130%;*/
}

.cssButtonHover {
color: #745a33;
border-style: solid;
text-decoration: none;
background-color: #f9f9f9;
cursor: pointer;
border: 1px solid #745a33;
}

/* 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, .button_send  {width: 7em;}
.button_sold_out_sm, .button_sold_out, .button_checkout, .button_login {width: 10em;}
.button_return_to_product_list, .button_add_selected {width: 22em;}
.button_in_cart {width: 120px;}  
.button_submit {width: 18em;}

.button_update_cart {
	color: #745a33;
	border: 0px;
	background-color: transparent;
	width: 150px !important;
	font-size: 12px;
	padding: 0px !important;
	text-align:left !important;
	margin: 0px !important;
	cursor: pointer;
	}	

.button_update_cartHover {
	color: #bb242b;
	text-decoration:underline;
	}