/***** this css contains style definitions for elements with localizable images (mostly buttons) *****/
/***** those images may have different sizes for different locales                               *****/

/* buttons */
button
{
	border: none;
	cursor: pointer;
	background-repeat:no-repeat;
	background-color: transparent;
	padding:0px;
	margin:0px;
}
button.btn_addnewaddress 
{
	background-image:url(../images/btn_new_address.gif);
	width: 129px;
	height: 18px;
}
button.btn_addselectedtocart 
{
	background-image:url(../images/btn_addselectedtocart.gif);
	width: 152px;
	height: 18px;
}
button.btn_addtocart 
{
	background-image:url(../images/btn_addtocart.gif);
	width: 91px;
	height: 18px;
}
button.btn_addtofavorites 
{
	background-image:url(../images/btn_addfavs.gif);
	width: 133px;
	height: 18px;
}
button.btn_back  
{
	background-image:url(../images/btn_back.gif);
	width: 54px;
	height: 18px;
}
button.btn_check  
{
	background-image:url(../images/btn_check.gif);
	width: 61px;
	height: 18px;
}
button.btn_clear  
{
	background-image:url(../images/btn_clear.gif);
	width: 65px;
	height: 18px;
}
button.btn_compare  
{
	background-image:url(../images/btn_compare.gif);
	width: 136px;
	height: 18px;
}
button.btn_continue  
{
	background-image:url(../images/btn_continue.gif);
	width: 81px;
	height: 18px;
}
button.btn_continueshopping 
{
	background-image:url(../images/btn_continue_shopping.gif);
	width: 137px;
	height: 18px;
}
button.btn_delete 
{
	background-image:url(../images/btn_delete_grey.gif);
	width: 68px;
	height: 18px;
}
button.btn_delete_cancel 
{
	background-image:url(../images/btn_delete_cancel.gif);
	width: 90px;
	height: 18px;
}
button.btn_delete_confirm 
{
	background-image:url(../images/btn_delete_confirm.gif);
	width: 94px;
	height: 18px;
}
button.btn_delete_lineitem 
{
	background-image:url(../images/btn_delete_lineitem.gif);
	width: 14px;
	height: 14px;
}
button.btn_edit  
{
	background-image:url(../images/btn_edit.gif);
	width: 51px;
	height: 18px;
}
button.btn_edityourcart  
{
	background-image:url(../images/btn_edityourcart.gif);
	width: 109px;
	height: 18px;
}
button.btn_gotocheckout 
{
	background-image:url(../images/btn_gotocheckout.gif);
	width: 115px;
	height: 18px;
}
button.btn_gotohomepage  
{
	background-image:url(../images/btn_gotohomepage.gif);
	width: 115px;
	height: 18px;
}
button.btn_gotoshoppingcart 
{
	background-image:url(../images/btn_go_to_shopping_cart.gif);
	width: 143px;
	height: 18px;
}
button.btn_login 
{
	background-image:url(../images/btn_login.gif);
	width: 61px;
	height: 18px;
}
button.btn_ordernow  
{
	background-image:url(../images/btn_order_now.gif);
	width: 87px;
	height: 18px;
}
button.btn_register  
{
	background-image:url(../images/btn_register.gif);
	width: 83px;
	height: 18px;
}
button.btn_save  
{
	background-image:url(../images/btn_save.gif);
	width: 55px;
	height: 18px;
}
button.btn_search  
{
	background-image:url(../images/btn_search.gif);
	width: 70px;
	height: 18px;
}
button.btn_send  
{
	background-image:url(../images/btn_send.gif);
	width: 52px;
	height: 18px;
}
button.btn_signin  
{
	background-image:url(../images/btn_signin.gif);
	width: 64px;
	height: 18px;
}
button.btn_update_lineitem 
{
	background-image:url(../images/btn_update_lineitem.gif);
	width: 14px;
	height: 14px;
}

/* Product Tags */
div.product_tag_new
{
	background-image: url(../images/product_tag_new.gif);
	background-repeat: no-repeat;
	width: 32px;
	height: 16px;
	margin-right: 5px;
	float: left;
}
div.product_tag_specialoffer
{
	background-image: url(../images/product_tag_specialoffer.gif);
	background-repeat: no-repeat;
	width: 76px;
	height: 16px;
	float: left;
}

/* Line Item Tags */
div.lineitem_tag_reduced
{
	background-image: url(../images/lineitem_tag_reduced.gif);
	background-repeat: no-repeat;
	width: 90px;
	height: 16px;
}
div.lineitem_tag_increased
{
	background-image: url(../images/lineitem_tag_increased.gif);
	background-repeat: no-repeat;
	width: 96px;
	height: 16px;
}

