.buy{
	width: 144px;
	height: 37px;
	background-image:url('../i/l10n/bg/buy.png');
	background-position: 0px 0px;
	border:0px;
	cursor:pointer;
	color:transparent;
	background-color:transparent;
}

.buy:hover{
	background-position: 0px 37px;
	border:0px;
	cursor:pointer;
}

.buy_list{
	width: 104px;
	height: 27px;
	background-image:url('../i/l10n/bg/buy_list.png');
	background-position: 0px 0px;
	border:0px;
	cursor:pointer;
	color:transparent;
	background-color:transparent;
}

.buy_list:hover{
	background-position: 0px 27px;
	border:0px;
	cursor:pointer;
}

.buy_smart{
	width: 87px;
	height: 27px;
	background-image:url('../i/l10n/bg/buy_smart.png');
	background-position: 0px 0px;
	border:0px;
	cursor:pointer;
	color:transparent;
	background-color:transparent;
}

.gift_enabled .get_gift_btn{
	background-image:url('../i/l10n/bg/get_gift_btn_active.jpg');
}

.gift_disabled .get_gift_btn{
	background-image:url('../i/l10n/bg/get_gift_btn_inactive.jpg');
	pointer-events: none;
   	cursor: default;
}

.shopcart_button_next{
					cursor:pointer;
					background-image:url(../i/l10n/bg/btn_continue.png);
					border: 0px;
					background-color:transparent;
					width: 222px;
					height: 44px;
}

.shopcart_button_next_disable{
					cursor:pointer;
					background-image:url(../i/l10n/bg/btn_continue.png);
					border: 0px;
					background-color:transparent;
					width: 222px;
					height: 44px;
					filter: gray; /* IE6-9 */
  					-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  					filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}

.shopcart_button_buy{
					cursor:pointer;
					background-image:url(../i/l10n/bg/btn_pay.png);
					border: 0px;
					background-color:transparent;
					width: 222px;
					height: 44px;
}

/*wishlist*/
.add_to_wishlist_detail{
	display:block;
	width: 222px;
	height: 39px;
	background-image:url('../i/wishlist/bg/btn_add_to_wishlist_detail.png');
	background-position: 0px 0px;
	border:0px;
	cursor:pointer;
	color:transparent;
	background-color:transparent;
}

.add_to_wishlist_detail:hover{
	background-position: 0px 39px;
	border:0px;
	cursor:pointer;
}

.add_to_wishlist_list{
	display:block;
	width: 104px;
	height: 23px;
	background-image:url('../i/wishlist/bg/btn_add_to_wishlist_catalog.png');
	background-position: 0px 0px;
	border:0px;
	cursor:pointer;
	color:transparent;
	background-color:transparent;
}

.add_to_wishlist_list:hover{
	background-position: 0px 23px;
	border:0px;
	cursor:pointer;
}

.fr_button {
	border: 1px solid #000;
	background-image: url(../i/franchise/btn_send.jpg);
	background-repeat: no-repeat;
	width: 326px;
	height: 44px;
	cursor: pointer;
}

.fr_button:hover, .fr_button:visited {
	color: #fff;
}