<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
MADblue BC Template
Buttons
============================================================
file:        buttons.css
revised:     ---
version:     3.0
original:    6-18-12
description: Stylesheet for button styling. No Button Icons - Default!
*/

/* Add to Cart Button */
.AddCartBtn {
	margin: 0 0 5px;
	width: auto;
	padding:0 !important;
	}
	.AddCartBtn input {
		margin:0 auto !important;
		-webkit-border-radius:0 !important;
		-moz-border-radius:0 !important;
		border-radius:0 !important;
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
		box-shadow:none;
	}
/* Wishlist Button */
.WishlistBtn {
	padding:0 !important;
	}
	.WishlistBtn input {
		margin:0 auto !important;
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
		box-shadow:none;
	}
/* Add Gift Certificate Button */
.AddGiftCertBtn {
	padding:0 !important;
	margin: 11px 0 0 10px;
	float: left;
	}
	.AddGiftCertBtn input {
		margin:0 !important;
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
		box-shadow:none;
	}
/* Checkout Button */
.CheckoutButton {
	width:auto;
	text-align: center;
	}
	.CheckoutButton a {
	}
	.CheckoutButton a:hover {
	}
	.CheckoutButton span.symbolr {
		display:none !important;
	}
/* Payment Button */
.PaymentBtn {
	float:right;
	padding:0 !important;
	}
	.PaymentBtn:hover {
	}
	.PaymentBtn input {
		margin:0 !important;
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
		box-shadow:none;
	}
#ModalButtonRow input.Submit {
	padding: 3px 10px !important;
}

/* Button Symbols */
span.symboll {
    font-size: 160%;
    font-weight: bold;
	margin: 0 0 0 -10px;
    padding: 0 10px 0 0;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);
    vertical-align:middle;
	display:none;
	line-height: 11px;
	}
	a span.symboll {
		margin:0 0 0 -5px;
		padding:0 5px 0 0;
		display:none;
	}
	.KeepShopping a span.symboll {
		vertical-align:top;
		display:none;
	}
span.symbolr {
    font-size: 160%;
    font-weight: bold;
    line-height: 11px;
    margin:0 0 0 -10px;
    padding:0 0 0 10px;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);
    vertical-align:middle;
	display:none;
	}
	a span.symbolr {
		margin:0 -5px 0 0;
		padding:0 0 0 5px;
		vertical-align: top;
		display: none
	}
/* == */</pre></body></html>