<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cssButton {
	padding: 0.3em; border: 2px outset rgb(244, 244, 244); width: 20em; text-align: center; color: rgb(0, 0, 0); font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 1.1em; font-weight: bold; text-decoration: none; white-space: nowrap; background-color: rgb(244, 244, 244);
}
.cssButtonHover {
	padding: 0.3em; border: 2px outset rgb(244, 244, 244); width: 20em; text-align: center; color: rgb(0, 0, 0); font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 1.1em; font-weight: bold; text-decoration: none; white-space: nowrap; background-color: rgb(244, 244, 244);
}
.cssButtonHover {
	border-style: inset; color: rgb(97, 97, 97); text-decoration: none;
}
.small_delete {
	width: 7em;
}
.button_prev {
	width: 7em;
}
.button_next {
	width: 7em;
}
.button_search {
	width: 7em;
}
.button_sold_out_sm {
	width: 10em;
}
.button_sold_out {
	width: 10em;
}
.button_update_cart {
	width: 10em;
}
.button_checkout {
	width: 10em;
}
.button_login {
	width: 10em;
}
.button_return_to_product_list {
	width: 22em;
}
.button_add_selected {
	width: 22em;
}
.button_in_cart {
	width: 19em;
}
.button_submit {
	width: 18em;
}
.button_update_cart {
	color: red;
}
.button_update_cartHover {
	color: black;
}
</pre></body></html>