.cart-btn a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
-x-system-font:none;
background:#FFAA22 url(/images/orange-button-bg.png) repeat-x scroll 0 0;
border:1px solid #FFAA22;
color:#111;
display:block;
font-family:Arial,Sans-serif;
font-size:13px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
padding:6px 5px;
text-align:center;
text-decoration:none;
text-shadow:0 1px 0 #FFEE66; }

.cart-btn a:hover,
.cart-btn a:focus { background-position:0 -5px; color:#111111; }
.cart-btn a:active { background-image:none; }
