/* SoftSlate Orange Crush Style Sheet */

/* General HTML Elements */
html, body { color:#484848; }
h1 { font-size: 159%; color: #cc6828; font-weight:normal; padding-top:50px; padding-bottom:10px; }
* html h1 { height: 1%; }
a:active, a:focus { color: #0653a0; }
input.button, button.button { background: #f8edbb; margin: 1px; padding: 4px; border: 1px solid #ccc; border-radius: 3px; cursor: pointer; }
input.button:hover, button.button:hover { background: #fbf2bf; border: 1px solid #aaa; }


/* Slate Containers */
div#outerWrapper { background: #fff url(crush-bg-body.jpg) top left repeat-x; }
div#innerWrapper, div#footer, .int { background: #fff; padding: 20px; max-width: 1180px; }

/* Header */
div#header { border-bottom: none; }
div#storeLogo { margin-bottom: 2em; }


/* SoftSlate Nav */
ul#toolsNavigation { top: 20px; font-size: .85em; }
ul#toolsNavigation a { text-decoration: none; }
ul#toolsNavigation a:hover { color: #ff9900; text-decoration: none; }
a.icon { display: block; width: 6.5em; padding-top: 28px; text-align: center; }
li#accountLink{ background: #fff url('crush-bg-account.gif') top center no-repeat; }
li#checkoutLink { background: #fff url('crush-bg-checkout.gif') top center no-repeat; }
li#cartLink { background: #fff url('crush-bg-cart.gif') top center no-repeat; }


/* Nav */
div#pageNavigation { height: 24px; background: #cd6928 url(crush-bg-nav.gif) bottom left repeat-x; border: none; }
div#pageNavigation a { padding: 5px 10px; font-weight: bold; color: #fff; background:#cd6928 url(crush-bg-nav_item.gif) top left repeat-x; border: 1px solid #ffffff; border-top: none; }
div#pageNavigation a:hover, div#pageNavigation a:active { color: #fff; background:#bc521a; color:#fff; }
div#pageNavigation a.active, div#pageNavigation a.active:hover { background:#eac31e; color:#fff; font-weight:bold; }


/* Product Navigation & Control Panel */
div#panel { width: 16em; }
strong.heading { text-align: left; color: #484848; background: #fff; border-bottom: none; }
div.widget { width: 16em; background: #f2f4f8;  border: none; }
div.widgetBody { border: 1px solid #b7bece; }


/* Category tree */
ul.categoryTreeCategories li a { background: #f2f4f8 url(crush-arrow.gif) left no-repeat; }
ul.categoryTreeCategories li a.active { background: #f2f4f8;  }


/* Content Region */
div#content { margin: 0 0 1em 15.5em; padding: 0;  }
.floater {  padding: .5em; background: transparent; border: 0px; }
.floater img { visibility: visible;  }


/* Additional Container */
div#bottomNavigation { padding: 1em 0 1.5em 0; text-align: center; }


/* Footer */
div#footer { padding: 0 0 4em 0; font-size: .8em; color: #999; background: #fff url('crush-bg-grad2.gif') bottom left repeat-x; }
div#footer .int { border-top: 0px solid #61906B; }

