/* CSS Document */

/* BUTTONS */
.btn {
	display:block;
	text-align:left;
	text-indent:-5000px;
	padding-top:23px;
	height:0;	
	overflow:hidden;
	background-repeat:no-repeat;
}
.btnleft {
	float:left;
	margin-right:15px;
}
.btnright {
	float:right;
	margin-left:15px;
}
.btncenter {
	margin:0 auto;
}

.searchbtn {
	background-image:url(../images/buttons/search-btn.gif);
	width:63px;
	float:right;
}
.addtocartbtn {
	background-image:url(../images/buttons/add-to-cart-btn.gif);
	width:90px;
}
.outofstockbtn {
	background-image:url(../images/buttons/out-of-stock-btn.gif);
	width:97px;
}
.registerbtn {
	background-image:url(../images/buttons/register-btn.gif);
	width:70px;
}
.loginbtn {
	background-image:url(../images/buttons/login-btn.gif);
	width:54px;
}
.continueshoppingbtn {
	background-image:url(../images/buttons/continue-shopping-btn.gif);
	width:133px;
}
.removeitembtn {
	background-image:url(../images/buttons/remove-item-btn.gif);
	width:23px;
}
.updatequantitybtn {
	background-image:url(../images/buttons/update-quantity-btn.gif);
	width:88px;
}
.submitbtn {
	background-image:url(../images/buttons/submit-btn.gif);
	width:64px;
}
.logoutbtn {
	background-image:url(../images/buttons/log-out-btn.gif);
	width:68px;
}
.search2btn {
	background-image:url(../images/buttons/search2-btn.gif);
	width:63px;
}
.editbtn {
	background-image:url(../images/buttons/edit-btn.gif);
	width:18px;
}
.removebtn {
	background-image:url(../images/buttons/remove-item-btn.gif);
	width:16px;
}
.removeallbtn {
	background-image:url(../images/buttons/remove-all-btn.gif);
	width:87px;
}
.checkoutbtn {
	background-image:url(../images/buttons/checkout-btn.gif);
	width:78px;
}
.applybtn {
	background-image:url(../images/buttons/apply-btn.gif);
	width:55px;
}
.removecouponbtn {
	background-image:url(../images/buttons/remove-coupon-btn.gif);
	width:113px;
}
.backbtn {
	background-image:url(../images/buttons/back-btn.gif);
	width:51px;
}
.continuebtn {
	background-image:url(../images/buttons/continue-btn.gif);
	width:75px;
}
.confirmbtn {
	background-image:url(../images/buttons/confirm-btn.gif);
	width:70px;
}
.savechangesbtn {
	background-image:url(../images/buttons/save-changes-btn.gif);
	width:102px;
}