/* @override http://www.meatbird.com/skin/frontend/default/spiritedstyle/css/buttons.css */

/* BUTTONS */
button.button {
	padding: 0;
	height: 28px;
	border: none;
	background-color: transparent;
	background-repeat: no-repeat;
	display: block;
}

button.button:active 		{ position: relative; top: 1px; }
button.button span 			{ display: none; }

button.add.tags 			{ width: 86px; height: 21px;    background-image: url(../images/buttons/add-tags.gif);}
button.add.all-to-cart 		{ width: 134px;  background-image: url(../images/buttons/add-all-to-cart.gif);}
button.add.recipient 		{ width: 134px;  background-image: url(../images/buttons/add-recipient.gif);}
button.add.to-cart 			{ width: 134px; background-image: url(../images/buttons/add-to-cart.gif);}
button.apply 				{ width: 86px; height: 21px;  background-image: url(../images/buttons/apply.gif); float: left;}
button.cancel 				{ width: 86px; height: 21px;  background-image: url(../images/buttons/cancel-coupon.gif);}
button.checkout 			{ width: 134px; background-image: url(../images/buttons/checkout.gif); margin: 0 auto;}
button.close 				{ width: 86px; height: 21px;  background-image: url(../images/buttons/close-window.gif);}
button.compare 				{ width: 86px; height: 21px;  background-image: url(../images/buttons/compare.gif);}
button.continue 			{ width: 134px; background-image: url(../images/buttons/continue.gif);}
button.continue.shopping	{ width: 134px; background-image: url(../images/buttons/continue-shopping.gif); float: left;}
button.create.account 		{ width: 134px; background-image: url(../images/buttons/create-account.gif);}
button.enter.new-address 	{ width: 134px; background-image: url(../images/buttons/enter-new-address.gif);}
button.get-quote 			{ width: 86px; height: 21px;   background-image: url(../images/buttons/get-quote.gif);}
button.go 					{ width: 86px; height: 21px;  background-image: url(../images/buttons/go.gif);}
button.login 				{ width: 86px; height: 21px;  background-image: url(../images/buttons/login.gif);}
button.place-order 			{ width: 209px; background-image: url(../images/buttons/place-order.gif);}
button.print.order	 		{ width: 86px; height: 21px;  background-image: url(../images/buttons/print-order.gif);}
button.print	 			{ width: 86px; height: 21px;   background-image: url(../images/buttons/print.gif);}
button.proceed.to-checkout 	{ width: 209px; background-image: url(../images/buttons/proceed-to-checkout.gif);}
button.remove 				{ width: 86px; height: 21px;  background-image: url(../images/buttons/remove.gif);}
button.reorder 				{ width: 86px; height: 21px;  background-image: url(../images/buttons/reorder.gif);}
button.save 				{ width: 86px; height: 21px;  background-image: url(../images/buttons/save.gif);}
button.search 				{ width: 86px; height: 21px;   background-image: url(../images/buttons/go.gif); display: inline;position: relative; top: -4px;}
button.send.email 			{ width: 134px;    background-image: url(../images/buttons/send-email.gif); display: block;}
button.share.wishlist 		{ width: 134px;  background-image: url(../images/buttons/share-wishlist.gif);}
button.subscribe 			{ width: 86px; height: 21px;  background-image: url(../images/buttons/signup.gif); display: inline; position: relative; top: -4px;}
button.submit 				{ width: 86px; height: 21px;  background-image: url(../images/buttons/submit.gif);}
button.submit.mini 			{ width: 86px; height: 21px;  background-image: url(../images/buttons/submit-mini.gif);}
button.update 				{ width: 134px;  background-image: url(../images/buttons/update-qty.gif); float: right;}
button.update.total 		{ width: 134px;  background-image: url(../images/buttons/update-total.gif);}
button.update.wishlist 		{ width: 134px;  background-image: url(../images/buttons/update-wishlist.gif);}
button.vote 				{ width: 86px; height: 21px;   background-image: url(../images/buttons/vote.gif);}




/* OPTIONAL BUTTON */

button.view.details 		{ width: 134px; background-image: url(../images/buttons/view-details.gif);}
