.cssButton, .cssButtonHover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:18px;
	text-transform:lowercase;
	color:#ddba98;
	font-weight:400;
	font-style:italic;
	text-decoration:none!important;
	background:url(../images/marker1.png) no-repeat 0 12px;
	display:inline-block;
	padding:4px 9px 5px 6px;
	cursor:pointer!important;
	margin:0 2px;
}
a span{
	width:auto!important;
}
.cssButton:hover,
.cssButtonHover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:18px;
	text-transform:lowercase;
	color:#b4aa95;
	font-weight:400;
	font-style:italic;
	text-decoration:none!important;
	background:url(../images/marker1-1.png) no-repeat 0 12px;
	display:inline-block;
	padding:4px 9px 5px 6px;
	cursor:pointer!important;
	margin:0 2px;
}
.navNextPrevWrapper a,
.btn1 a{
	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  {}
.button_sold_out_sm, .button_sold_out, .button_update_cart, .button_checkout, .button_login {}
.button_return_to_product_list, .button_add_selected {}
.button_in_cart{}  
.button_submit {}
.button_update_cart {}
.button_update_cartHover {}
/*.innerbox#headernavcenter .boxtext .button_search {display:inline;}*/

/*---search-button---*/
#head-search .cssButton.search{
	width:79px!important;
	height:38px!important;
	border:none;
	background:url(../images/search.gif) no-repeat 0 100%;
	font-size:0;
	cursor:pointer;
	float:left;
	margin:0;
	padding:0;
}
#head-search .cssButtonHover.search{
	width:79px!important;
	height:38px!important;
	border:none;
	background:url(../images/search.gif) no-repeat 0 0;
	font-size:0;
	cursor:pointer;
	float:left;
	margin:0;
}