<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * CSS Buttons Stylesheet
 *
 * Thanks to paulm for much of the content of the CSS buttons code
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet_css_buttons.css 4567 2006-09-20 01:55:24Z birdbrain $
 */

/* css buttons */
.cssButton, .cssButtonHover {
width : auto;
transition: background-color 0.5s ease;
color : #fff;
background:#CD0A2D;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
text-align:center;
white-space: nowrap;
text-decoration: none;
font-weight: bold;
padding: 8px;
line-height: 14px;
border:none;
/*border-spacing: 1px;*/
/*margin-left: auto;
margin-right: auto;*/
/*display: block;*/
/*vertical-align: top;*/
/*line-height: 130%;*/
/*cursor: pointer;*/
}

.cssButtonHover {
background-color: #2E2E2E;
text-decoration: none;
border:none;
}
/* adding the styles below might be needed if the default button width is changed */
/* .button_continue_shopping, .button_shipping_estimator {width: 150px;} */
.small_delete, .button_prev, .button_next, .button_search  {width: 7em;}
.button_sold_out_sm, .button_sold_out, .button_update_cart, .button_checkout, .button_login {width: 10em;}
.button_return_to_product_list, .button_add_selected {width: 22em;}
.button_in_cart{background:#CF0D30 url(../images/add-cart-icon.png) no-repeat 4px 2px; display:block; margin:0 auto; letter-spacing: 1px;padding: 8px 8px 8px 35px; width:153px !important}
.button_in_cart:hover {cursor:pointer; background:#2E2E2E url(../images/add-cart-icon.png) no-repeat 4px 2px;}  
.button_submit {width: 18em;}
.button_update_cart {color: red;}
.button_update_cartHover {color: #003D00;}
.cssButton {width:auto!important}
.cssButtonHover {width:auto!important; cursor:pointer}
/*.innerbox#headernavcenter .boxtext .button_search {display:inline;}*/
.more_button, .button_sold_out_sm {float: right;display:block; padding: 8px 0 8px 29px;  width:80px !important; margin:10px auto 0; background:#CF0D30 url(../images/view-prod-icon.png) no-repeat 4px 2px;}
.more_button:hover, .button_sold_out_sm:hover {background:#2E2E2E url(../images/view-prod-icon.png) no-repeat 4px 2px;}
.button_buy_now {background:#CF0D30 url(../images/add-cart-icon.png) no-repeat 4px 2px; display:block; margin:10px auto 0;padding: 8px 0 8px 29px; float: right; width:80px !important;}
.button_buy_now:hover {background:#2E2E2E url(../images/add-cart-icon.png) no-repeat 4px 2px;}
.cart-btn {padding:10px; display: block; margin-right:10px}
.cart-btn:hover {background:#2E2E2E }
.button_checkout  {padding:10px; display: block;}
.sideBoxContentItem .more_button, .sideBoxContentItem  .button_buy_now {margin:5px 2px 7px 0 }
.sideBoxContentItem .buy {padding:0}
.sideBoxContentItem  .itemTitle {border:none; min-height:0}
#showLeft {background:url(../images/mob-menu.png) left top no-repeat; border:none; text-indent:-9999px; width:33px; height:33px;margin-right: 3px;
    margin-top: 3px; cursor:pointer}</pre></body></html>