body { background-color:#fff; margin:0; padding:0; font-family:Georgia; color:#222; }

a { color:#111; text-decoration:none; text-shadow:0px 1px 0px #eee; }
a:hover { text-decoration:underline; color:#4d90fe; }

input[type=text], input[type=password], textarea, select { padding:3px; border:1px solid #ccc; transition: border-color .25s ease-in-out; -moz-transition: border-color .25s ease-in-out; -webkit-transition: border-color .25s ease-in-out; font-size:16px; }
input[type=text]:hover, input[type=password]:hover, textarea:hover, select:hover { border:1px solid #4d90fe; }
input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus { border:1px solid #4d90fe; }

.clear { clear:both; }

.cart-wrapper { width:800px; margin:0 auto; }

.cart-html { margin:20px 0; text-shadow:0px 1px 0px #eee; }

.message { border:1px solid #ddd; background-color:#fefefe; padding:10px; font-size:13px; margin:10px 0; }

.header h1 { padding: 20px 0; border-bottom:1px solid #111; text-align:center; margin: 0;}
.header h1 a { font-size:60px; color:#111; text-shadow:0px 1px 0px #eee; font-weight:100; letter-spacing:2px; }
.header h1 a:hover { text-decoration:none; }

.header-img img { max-width:100%; box-shadow:0px 1px 1px #fff; }
.header-img { padding-top: 20px; }

/** LOGIN STUFF **/

.header-img > a { display: block; max-height: 180px; overflow: hidden}
.header-image-div { max-height: 180px; overflow: hidden }

.top { border-bottom: 1px solid #111111; }
.auth { }
.login { display: block; padding: 10px 25px; color:#333; font-weight: 700 }
.login:hover { color:#666; text-decoration: none }

.name { margin-right: 15px; }

.logged-in { padding: 10px 25px; color:#333; font-weight: 700 }
.logout { border-left: 1px solid #333; padding-left: 19px; color:#333; }
.logout:hover { color:#666; text-decoration: none }

/** END LOGIN STUFF **/

.cart-menu { padding:10px; margin:20px 0; border:1px solid #ccc; background-color:#eee; box-shadow:0px 1px 1px #fff; }
.cart-menu .category-div { float:left; margin:2px 0; }
.cart-menu .search-div { float:left; }
.cart-menu .menu-nav { line-height: 32px; margin-right: 10px }

.category-div input { font-size:16px; padding:5px; }
.category-div select { width:160px; }

.search-div input[type=text] { width:200px; padding:5px; border:1px solid #ccc; font-size:16px; color:#888; margin-left:20px; }

.menu-nav a { display:block; float:right; margin-left:20px; }

.featured-section { float:left; }

.catalog-product-section { margin:20px -20px; width:840px; }

.catalog-product { float:left; width:239px; margin:20px; height:275px; border-bottom:1px solid #eee; padding:0 0 20px 0; }

.catalog-product-text-link { display:block; line-height:1.5em; margin:5px 0; }

.catalog-product-thumbnail { height:170px; overflow:hidden; display:block;}
.catalog-product-thumbnail img { border:0; max-width:100%; max-height: 100%; margin:0 auto; box-shadow:0px 1px 1px #fff; }

.catalog-viewing { text-align:center; margin:20px 0 10px; font-weight:900; color:#2E3E47; }

.catalog-product-description { font-size:13px; line-height:1.2em; color:#444; }

.catalog-product-price { text-align:left; margin:5px 0; text-shadow:0px 1px 0px #eee; }

.catalog-categories ul { display: none; }

.continue-button { background-color:#ffee58; font-size: 14px; font-weight:900; color: #333333; padding: 6px 25px; background: -moz-linear-gradient( top, #ffee58 0%, #ffcd03); background: -webkit-gradient( linear, left top, left bottom, from(#ffee58), to(#ffcd03)); border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px solid #ffcd03; -moz-box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 10px rgba(255,255,255,0.7); -webkit-box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 10px rgba(255,255,255,0.7); text-shadow: 0px -1px 0px rgba(255,255,255,0.4), 0px 1px 0px rgba(255,255,255,0.3); cursor:pointer; letter-spacing:.01em; cursor:pointer; text-align:center; text-decoration:none; margin:10px 0; }
.apply-button { background-color:#ffee58; font-size: 14px; font-weight:900; color: #333333; padding: 6px 25px; background: -moz-linear-gradient( top, #ffee58 0%, #ffcd03); background: -webkit-gradient( linear, left top, left bottom, from(#ffee58), to(#ffcd03)); border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px solid #ffcd03; -moz-box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 10px rgba(255,255,255,0.7); -webkit-box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 10px rgba(255,255,255,0.7); text-shadow: 0px -1px 0px rgba(255,255,255,0.4), 0px 1px 0px rgba(255,255,255,0.3); cursor:pointer; letter-spacing:.01em; cursor:pointer; text-align:center; text-decoration:none; margin:10px 0; display: inline-block; font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }

/** DISPLAY **/

.display-product-section { margin-bottom:100px; float:left; width:100%; }

.display-product-name h2 { font-size:34px; color:#2E3E47; text-shadow:0px 1px 0px #eee; margin:20px 0; }

.display-product-img { width:300px; float:left; }
.display-product-img img { max-width:100%; }

.display-product-description { float:right; width:470px; }

.display-product-inventory { float:right; width:470px; margin:20px 0; }

.display-product-sub { float:right; width:470px; clear:right; }

#product-quantity input[type=text] { width:30px; }

/** CART **/

.checkout-note { font-weight:100; font-size:0.8em; }

.cart-section { margin-bottom:100px; }

.cart-section h3 { font-size:22px; color:#2E3E47; text-shadow:0px 1px 0px #eee; margin:20px 0; }

.cart-using { margin:20px 0; font-size:13px; }

.cart-section table th,
.order-section table th,
.thank-you-section table th { background-color:#ccc; padding:5px; }

/** ORDER **/

.order-section { margin-bottom:100px; }

.order-section h4 { font-size:20px; color:#2E3E47; text-shadow:0px 1px 0px #eee; margin:20px 0; }

.order-update { font-size:14px; }

.order-table { width:100%; }

.captcha-instructions { font-size:13px; }
.ccv2-instructions { font-size:13px; }

#paypal_continue_info { margin:20px 0; }

.customer-info { }

.payment-div { }

.shipping-div { } 

.products-div { background-color:#e7efeb; padding:10px; text-shadow:0px 1px 0px #eee; }

.billing-comments { width:350px; margin:3px; }
.billing-comments textarea { width:100%; height:100px; }

/** THANK YOU **/

.thank-you-section { margin-bottom:100px; }

.thank-you-section h4 { font-size:20px; color:#2E3E47; text-shadow:0px 1px 0px #eee; margin:20px 0; }

.thank-you-message { margin:20px 0; }

.thank-you-table { width:100%; }

/** CONFIRM **/

.confirm-section { margin-bottom:100px; }

.confirm-section h4 { font-size:18px; color:#2E3E47; text-shadow:0px 1px 0px #eee; margin:10px 0 20px 0; }

.confirm-info { width:356px; float:left; }
