body { background-color:#fff; margin:0; padding:0; font-family:Arial, Helvetica; color:#000; }

a { color:#000; text-decoration:none; }
a:hover { text-decoration:underline; color:#555; }

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 #ccc; }
input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus { border:1px solid #ccc; }

.clear { clear:both; }

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

.cart-html { margin:20px 0; }

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

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

.header-img img { max-width:100%; box-shadow:0px 1px 1px #111; }
.header-img { border-bottom: 1px solid #EEEEEE; padding: 20px 0; }

/** 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 #EEEEEE;}
.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 { margin-bottom:20px; border-bottom:1px solid #eee; }
.cart-menu .category-div { float:left; margin:20px 0; }
.cart-menu .search-div { float:left; margin:20px 0; }

.category-div input { font-size:16px; padding:5px; background-color:#eee; text-shadow:0px 1px 0px #fff; }

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

.menu-nav { float:right; width:100%; border-top:1px solid #eee; }
.menu-nav a { display:block; float:right; padding:26px 10px; color:#333; }
.menu-nav a:hover { background-color:#eee; text-decoration:none; color:#333 }

.featured-section { float:left; }

.featured-section-title { text-align:left; font-size:30px; font-weight:900;  color:#444; margin:40px 0 20px 0; text-transform:uppercase; border-bottom:5px solid #444; }

.catalog-product-section {  }

.catalog-product { float:left; border-bottom:1px solid #eee; padding:20px 0; width:100%; }

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

.catalog-categories ul { display:none; }

.catalog-product-thumbnail { height:170px; overflow:hidden; display:block; width:300px; float:left; margin-right:20px; text-align:center; }
.catalog-product-thumbnail img { border:0; max-width:100%; max-height:100%; margin:0 auto; }

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

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

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

.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:32px; text-transform:uppercase; color:#444; border-bottom:5px solid #444; margin:20px 0; }

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

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

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

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

.display-product-sub input[type=submit] { margin:20px 0; float:right; 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; }

/** CART **/

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

.cart-section h3 { font-size:22px; color:#000; margin:20px 0; }

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

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

.cart-empty { margin:20px 0; }
.cart-empty a { text-decoration:underline; }

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

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

/** ORDER **/

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

.order-section h4 { font-size:20px; color:#000; margin:20px 0; }

.order-table { width:100%; }

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

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

#paypal_continue_info { margin:20px 0; }

.customer-info { width:310px; }
.customer-info input[type=text], .customer-info select { width:160px; }

.payment-div { width:310px; }
.payment-div input[type=text] { width:160px; }
.payment-div select[name=exp_month] { width:89px; }
.payment-div select[name=exp_year] { width:75px; }

.shipping-div { width:310px; } 
.shipping-div input[type=text], .shipping-div select { width:160px; }

.customer-info, 
.payment-div,
.shipping-div { font-size:13px; }

.products-div { background-color:#e7efeb; padding:10px; }

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

.billing-row input[type="text"],
.confirm-row input[type="text"],
.login-box input[type="text"],
.login-box input[type="password"],
.signup-box input[type="text"],
.signup-box input[type="password"],
.login-section input[type="text"],
.login-section input[type="password"] { width: 160px }

.login-box > div { font-size: 16px }

.signup-box > div { font-size: 16px }

/** THANK YOU **/

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

.thank-you-section h4 { font-size:20px; color:#000; margin:20px 0; }

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

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

/** CONFIRM **/

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

.confirm-section h4 { font-size:18px; color:#000; margin:10px 0 20px 0; }

.confirm-info { width:300px; float:left; font-size:13px; }

.confirm-table { width:100%; }

.card-js .card_number-wrapper label ~ *, .card-js .expiry-container label ~ *, .card-js .cvc-container label ~ * { width: 175px; }
.card-js input.card_number { padding-right: 3px; }
.card-js .card_number-wrapper .card-type-icon { display: none !important; }

.display-product-img  .secondary{
	width: 27%;
}