/* ENGLISH BUTTON STYLES */

* {
	outline:none;
}

.btn {
	border:none;
	display:block;
	height:0px;
	padding-top:27px;
	text-indent:-5000px;
	overflow:hidden;
	cursor:pointer;
	background-position:0px 0px;
	background-repeat:no-repeat;
}
/* css hover - although main.js will use javscript to create same effect with button click down too */
.btn:hover {
	background-position:0px -27px;
}


.addtocartbtn {
	background-image:url(../site-images/buttons/add-to-cart.gif);
	width:104px;
	margin-top:5px;
}
.applycouponbtn {
	background-image:url(../site-images/buttons/apply-coupon.gif);
	width:116px;
	float:right;
	margin:0 5px 10px 5px;
}
.checkoutbtn {
	background-image:url(../site-images/buttons/check-out.gif);
	width:98px;
	margin:0 auto;
}
.continueshoppingbtn {
	background-image:url(../site-images/buttons/continue-shopping.gif);
	width:149px;
	margin-left:0;
}
.continuebtn {
	background-image:url(../site-images/buttons/continue.gif);
	width:90px;
}
.detailsbtn {
	background-image:url(../site-images/buttons/details.gif);
	width:76px;
}
.invoicebtn {
	background-image:url(../site-images/buttons/invoice.gif);
	width:79px;
}
.outofstockbtn {
	background-image:url(../site-images/buttons/out-of-stock.gif);
	width:110px;
}
.registerbtn {
	background-image:url(../site-images/buttons/register.gif);
	width:85px;
}
.removeallbtn {
	background-image:url(../site-images/buttons/remove-all.gif);
	width:102px;
}
.removecouponbtn {
	background-image:url(../site-images/buttons/remove-coupon.gif);
	width:132px;
	float:right;
	margin:0 5px 10px 5px;
}
.savechangesbtn {
	background-image:url(../site-images/buttons/save-changes.gif);
	width:120px;
}
.searchbtn {
	background-image:url(../site-images/buttons/search.gif);
	width:76px;
	margin:0 5px;
}
.signinbtn {
	background-image:url(../site-images/buttons/sign-in.gif);
	width:78px;
}
.signoutbtn {
	background-image:url(../site-images/buttons/sign-out.gif);
	width:88px;
}
.updatebtn {
	background-image:url(../site-images/buttons/update.gif);
	width:78px;
}













	