/**/
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* =============================================================================
   HTML5 element display
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 13px;
  line-height: 1.231;
}
body,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}
/*
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!


::-moz-selection { background: #7caad9; color: #fff; text-shadow: none; }
::selection { background: #7caad9; color: #fff; text-shadow: none; }
 */
/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #00e;
}
a:visited {
  color: #551a8b;
}
a:focus {
  outline: thin dotted;
}
/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {
  outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Buttons
   ========================================================================== */
.newbutton {
  display: inline-block;
  padding: 7px 13px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1;
  cursor: pointer;
  text-align: center;

  text-decoration: none;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;

  font-family: "Rokkitt", Times, "Times New Roman", serif;

  border:1px solid #495351;
  border-bottom:1px solid #4a5452;

  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;

     -moz-box-shadow: inset 0 1px 0px 0px rgba(255,255,255,0.3), inset 0 2px 0px 0px rgba(255,255,255,0.1), 0px 1px 0px 0px rgba(0,0,0,0.3); /* FF3.5 - 3.6 */
  -webkit-box-shadow: inset 0 1px 0px 0px rgba(255,255,255,0.3), inset 0 2px 0px 0px rgba(255,255,255,0.1),  0px 1px 0px 0px rgba(0,0,0,0.3); /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
          box-shadow: inset 0 1px 0px 0px rgba(255,255,255,0.3), inset 0 2px 0px 0px rgba(255,255,255,0.1), 0px 1px 0px 0px rgba(0,0,0,0.3); /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */

  background-color: #7c8e8b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7c8e8b), to(#687a77)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #7c8e8b, #687a77); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(top, #7c8e8b, #687a77); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #7c8e8b, #687a77); /* IE10 */
  background-image:      -o-linear-gradient(top, #7c8e8b, #687a77); /* Opera 11.10+ */
  background-image:         linear-gradient(to bottom, #7c8e8b, #687a77);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#687a77', endColorstr='#7c8e8b', GradientType=0);
  background-repeat: no-repeat;
}
.newbutton:hover {
  color: #fff;
  text-decoration: none;
  background-color: #687a77;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.newbutton:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.newbutton:active {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #687a77;
  background-color: #687a77 \9;
  color: #fff;
  outline: 0;
}
.newbutton:visited {
  color: #fff;
}
.newbutton.blue {
  border: 1px solid #485d75;

  background-color: #9daab9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9daab9), to(#64768a)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #9daab9, #64768a); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(top, #9daab9, #64768a); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #9daab9, #64768a); /* IE10 */
  background-image:      -o-linear-gradient(top, #9daab9, #64768a); /* Opera 11.10+ */
  background-image:         linear-gradient(to bottom, #9daab9, #64768a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#64768a', endColorstr='#9daab9', GradientType=0);
}
.newbutton.blue:hover {
  background-color: #64768a;
}
.newbutton.blue:active {
  background-color: #64768a;
  background-color: #64768a \9;
}
.newbutton.dark-blue {
  border: 1px solid #485d75;

  background-color: #57697e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#57697e), to(#3f4d5d)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #57697e, #3f4d5d); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(top, #57697e, #3f4d5d); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #57697e, #3f4d5d); /* IE10 */
  background-image:      -o-linear-gradient(top, #57697e, #3f4d5d); /* Opera 11.10+ */
  background-image:         linear-gradient(to bottom, #57697e, #3f4d5d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f4d5d', endColorstr='#57697e', GradientType=0);
}
.newbutton.dark-blue:hover {
  background-color: #3f4d5d;
}
.newbutton.dark-blue:active {
  background-color: #3f4d5d;
  background-color: #3f4d5d \9;
}
.newbutton.small {
  font-size: 12px;
  padding: 5px 9px;
}
.ie7 .newbutton {
  font-weight: normal;
  padding-bottom: 0;
}
.ie8 .newbutton {
  font-weight: normal;
  padding-bottom: 3px;
}
.ie7 .newbutton.small, .ie8 .newbutton.small {
  padding: 5px 9px;
}
#product-actions-tile form {
    position:relative;
}
#add-to-cart .newbutton {
    position:absolute;
    bottom:0px;
}
.disabled {
    display:none;
}
/* =============================================================================
   Lists
   ========================================================================== */
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul, nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
/*
 * Correct overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}
/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */
button, input {
  line-height: normal;
  *overflow: visible;
}
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/*
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea {
  overflow: auto;
  vertical-align: top;
}
/* Colors for form validity */
input:invalid, textarea:invalid {
  background-color: #f0dddd;
}
/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* =============================================================================
   Primary styles
   Author:
   ========================================================================== */
.cart_price, .price-field {
  font-family: "Rokkitt", Times, "Times New Roman", serif;
}
#main h2 {
  font-family: 'Lobster Two', Helvetica, Arial, Verdana, sans-serif;
  font-size: 29px;
  color: #71817e;
  font-size: 29px;
  line-height: 29px;
  text-shadow: 0px 1px 0px #ffffff, 0px -1px 0px rgba(0, 0, 0, 0.1);
  margin: 0 0 15px 0;
}
#main h2 a {
  color: #71817e;
  text-decoration: none;
}
#main h2, #main h2 a {
  color: #71817e;
}
.b_replace {
  display: block;
  text-indent: -9999px;
  outline: none;
  overflow: hidden;
  font-size: 1;
  text-decoration: none;
}
.homerow {
  padding-bottom: 1px;
}
html {
  /*
  
  */

  background: url("blue-body_tile_732.jpg");
  /*
  
  */

}
body {
  line-height: 20px;
  font-family: Georgia, Utopia, 'Times New Roman', Times, serif;
  color: #5d5d5d;
  /*
  
  */

  background-image: url("blue-body_top_tile_732.jpg");
  background-repeat: repeat-x;
  /*
  
  */

}
#container {
  width: 902px;
  margin: 0 auto;
  padding: 7px 0 22px 0;
}
a, a:visited {
  color: #3b4858;
}
a:hover {
  color: #8a0101;
}
p {
  margin-top: 0;
}
#header {
  width: 100%;
  position: relative;
  margin: 0 0 0 0;
}
#header h1 {
  margin: 4px 0 18px 0;
  padding: 0 0 0 0;
  font-family: 'Lobster Two', Helvetica, Arial, Verdana, sans-serif;
  font-size: 69px;
  line-height: 84px;
  color: #526479 !important;
}
#header h1 a {
  text-decoration: none;
  color: #526479 !important;
  text-shadow: 1px 1px 0px #e2e6e9, 4px 4px 0px #bbc3ce;
}
#header h1#logo {
  padding: 15px 0 0 0;
  line-height: 20px;
  font-size: 24px;
}
.ie7 #header_cart {
  width: 225px;
}
#header_cart {
  background: url("base-primary_sprite_732.png") -904px 0 no-repeat;
  height: 63px;
  float: right;
  margin: 21px -5px 0 0;
  position: relative;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  width: auto;
}
#header_cart a {
  margin: 20px 13px 0 20px;
  float: left;
  font-size: 13px
}
#header_cart p {
  background-image: url("blue-cart_dotted_bg_732.png");
  color: #3b4858;
  background-repeat: repeat-y;
  width: 75px;
  float: right;
  font-size: 15px;
  font-weight: bold;
  line-height: 12px;
  margin: 20px 0 0 0;
  padding: 0 0 2px 13px;
  text-shadow: 0 1px 0 #ffffff;
}
#header_cart p small {
  font-size: 10px;
  text-transform: uppercase;
  position: relative;
  top: -2px;
  font-weight: normal;
  display: block;
}
#featured {
  position: relative;
  padding: 12px 0 0 0;
  min-height: 200px;
  margin: 0 0 23px 0;
}
#featured_frame {
  width: 904px;
  background: url("base-feature_frame_sprite_732.png") -904px 0 no-repeat;
  position: relative;
  padding: 12px 0 0 0;
}
#feat-top {
  padding: 0 0 12px 0;
  background: url("base-feature_frame_sprite_732.png") -1808px 100% no-repeat;
}
#feat-bottom {
  padding: 0 0 0 12px;
  background: url("base-feature_frame_sprite_732.png") repeat-y;
}
#feat-bottom .cropper {
  position: relative;
  z-index: -1;
  width: 880px;
  background-color: #e8e7e1;
  min-height: 80px;
}

  /* Slideshow
  ----------------------------------------------------------*/

  .slideshow-enabled #feat-bottom .cropper {
    height:300px;
    z-index:1;
  }

    .slideshow-enabled .slideshow, .slideshow-enabled .slides_container {
      width:880px;
      height:300px;
    }

      .slideshow-enabled .slide a {
        width:880px;
        height:300px;
        display:block;
      }

#feat-bottom .loading {
  background-image: url("http://cdn.shopify.com/s/files/1/0182/6005/t/5/assets/base-ajax-loader.gif?732");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#featured img {
  display: block;
}
#featured_tag {
  width: 225px;
  height: 129px;
  background: url("http://cdn.shopify.com/s/files/1/0182/6005/t/5/assets/base-feature-tag.png?732") no-repeat;
  position: absolute;
  overflow: hidden;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  top: 38px;
  right: -10px;
  padding: 0 44px 0 21px;
  text-shadow: 0 1px 0 #ffffff;
}
#featured_tag h2 {
  font-size: 24px;
  font-weight: 100;
  font-family: "Rokkitt", Times, "Times New Roman", serif;
  margin: 0;
  height: 53px;
  overflow: hidden;
  line-height: 56px;
  color: #3d4c5c;
}
#featured_tag p {
  margin: 0 0 3px 0;
  font-size: 10px;
  text-transform: uppercase;
  color: #9d9d9d;
  line-height: 14px;
  padding: 10px 0 0 0;
}
#featured_tag_price {
  font-size: 10px;
  text-transform: uppercase;
  font-family: "Rokkitt", Times, "Times New Roman", serif;
  color: #9d9d9d;
  width: 86px;
  height: 45px;
  overflow: hidden;
  font-size: 23px;
  color: #717171;
}
#featured_tag .newbutton {
  font-weight: normal;
  float: left;
  margin-right: 10px;
}
.ie7 #featured_tag .newbutton, .ie8 #featured_tag .newbutton {
  padding-bottom: 3px;
  margin-top: 3px;
}
#nav {
  margin: 0 0 28px 0;
  position: relative;
  z-index: 100;
}
#nav form {
  width: 206px;
  height: 38px;
  float: right;
  margin: 2px 0 0 0;
  background-repeat: no-repeat;
  position: relative;
  background-image: url("blue-search_box_732.png");
}
#nav form span {
  position: absolute;
  top: 10px;
  left: 37px;
  width: 106px;
  height: 17px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-image: url("blue-search_placeholder_732.png");
}
#nav form #seek {
  position: absolute;
  top: 10px;
  left: 10px;
}
#nav form #q {
  border: none;
  height: 38px;
  width: 161px;
  padding: 0;
  padding: 0 5px 0 40px;
  background: transparent;
  color: #454b52;
  text-shadow: 0 1px 0 #ffffff;
}
#nav form #q:focus {
  outline: none;
}
#nav #navlist {
  width: 668px;
  padding: 2px 0 4px 0;
  margin: 0;
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-image: url("blue-nav_bg_732.png");
}
#nav #navlist li {
  float: left;
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin: 2px 0 0 0;
  height: 35px;
  overflow: hidden;
  white-space: nowrap;
  background-position: 100% -41px;
  background-repeat: no-repeat;
  background-image: url("blue-nav_sprite_732.png");
}
#nav #navlist li a {
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 20px 0 20px;
  line-height: 37px;
  display: block;
  letter-spacing: 1px;
  font-family: "Rokkitt", Times, "Times New Roman", serif;
  text-shadow: 0 1px 0 #ffffff;
  z-index: 20;
  position: relative;
  color: #3b4858;
}
#nav #navlist li.current > a, #nav #navlist li a:hover {
  color: #8a0101;
}
#nav #navlist li.current ul li a {
  color: #3b4858;
}
#nav #navlist li.first {
  margin-left: 0;
}
#nav #navlist li.first a {
  padding-left: 0;
}
#nav #navlist li.hover a {
  z-index: 101;
}
#nav #navlist li.hover .navdrop {
  z-index: 100;
}
#nav #navlist .navdrop {
  display: none;
  position: absolute;
  margin: -6px 0 0 7px;
}
#nav #navlist .navdrop .tab, #nav #navlist .navdrop .tabshadow {
  background: #f4f3ed url("http://cdn.shopify.com/s/files/1/0182/6005/t/5/assets/base-comment_form_bg.jpg?732");
  height: 35px;
  width: 50px;
  position: absolute;
  display: block;
  top: -35px;
  z-index: 9;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#nav #navlist .navdrop .tabshadow {
  -webkit-box-shadow: 0px 0 6px 0px rgba(0, 0, 0, 0.3), 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0 6px 0px rgba(0, 0, 0, 0.3), 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0 6px 0px rgba(0, 0, 0, 0.3), 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
}
#nav #navlist .navdrop .tab {
  z-index: 11;
  top: -34px;
}
#nav #navlist .navdrop .no_top_right {
  -webkit-border-top-right-radius: 0 !important;
  -moz-border-radius-topright: 0 !important;
  border-top-right-radius: 0 !important;
}
#nav #navlist .navdrop .navdrop_container {
  -webkit-border-radius: 8px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius: 8px;
  -moz-border-radius-topleft: 0;
  border-radius: 8px;
  border-top-left-radius: 0;
  background: #f4f3ed url("http://cdn.shopify.com/s/files/1/0182/6005/t/5/assets/base-comment_form_bg.jpg?732");
  -webkit-box-shadow: 0px 0 6px 0px rgba(0, 0, 0, 0.3), 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0 6px 0px rgba(0, 0, 0, 0.3), 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0 6px 0px rgba(0, 0, 0, 0.3), 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 10;
  padding: 11px 20px 7px 20px;
  width: 390px;
}
#nav #navlist .navdrop .navdrop_container ul {
  width: 170px;
  padding: 0;
  margin: 0;
  list-style: none;
  background: none;
}
#nav #navlist .navdrop .navdrop_container ul li {
  float: none;
  margin: 0 0 0 0;
  padding: 5px 0 7px 0;
  height: auto;
  white-space: normal;
  background: url("http://cdn.shopify.com/s/files/1/0182/6005/t/5/assets/base-navdrop_divider.png?732") 0 100% repeat-x;
}
#nav #navlist .navdrop .navdrop_container ul li a {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 15px;
  line-height: 20px;
  text-transform: none;
  background: none;
  padding: 0;
  letter-spacing: 0px;
  color: #3b4858;
}
#nav #navlist .navdrop .navdrop_container ul li a:hover {
  color: #8a0101;
}
#nav #navlist .navdrop .navdrop_container ul li.current a {
  color: #8a0101;
}
#nav #navlist .navdrop .navdrop_container ul li.last {
  background: none;
}
#nav #navlist .navdrop .single {
  width: 170px;
}
#about_module {
  margin: -2px 24px 0 0;
  float: left;
}
#about_module #am_content {
  padding: 12px 20px 15px 20px;
  min-height: 320px;
}
.login_button {
  float: right;
  width: 97px;
  height: 32px;
  background: url("http://cdn.shopify.com/s/files/1/0182/6005/t/5/assets/blue-button_sprite.png?732") 0 -396px repeat-x;
  border: none;
  text-transform: uppercase;
  color: #FFF;
  font-family: "Rokkitt", Times, "Times New Roman", serif;
  letter-spacing: 2px;
  font-size: 17px;
  line-height: 33px;
  text-decoration: none;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.5);
  font-weight: bold;
  padding: 0;
}
#login_module {
  margin: 0 auto;
}
#login_module .login_input {
  width: 353px;
  padding: 3px 0 0 0px;
  height: 35px;
  margin: 0 0 15px 0;
}
#login_module .login_input input {
  box-shadow: 0px 1px 3px 0px #81827D inset;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DFE0DB), to(#D2D3CE));

  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #D2D3CE, #DFE0DB);

  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #D2D3CE, #DFE0DB);

  /* IE 10 */
  background: -ms-linear-gradient(top, #D2D3CE, #DFE0DB);

  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #D2D3CE, #DFE0DB);
  height: 31px;
  line-height: 25px;
  padding: 3px 5px;
  border: none;
  width: 385px;
  color: #60605e;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#login_module .input {
  width: 378px;
  height: 37px;
}
#login_module a {
  color: #899199;
  font-size: 11px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
#login_module .action_bottom .bs_form {
  float: right;
}
#login_module .action_bottom .note {
  line-height: 32px;
}
#login_module label {
  font-family: Georgia, Utopia, 'Times New Roman', Times, serif;
  text-transform: uppercase;
}
#main .home_box_module {
  width: 438px;
  padding: 0 0 24px 0;
  text-shadow: 0 1px 0 #ffffff;
}
#main .home_box_module h2 {
  background: url("base-about_sprite_732.png") -438px 0 repeat-y;
  padding: 12px 0 0 0;
  font-family: 'Lobster Two', Helvetica, Arial, Verdana, sans-serif;
  font-size: 29px;
  color: #71817e;
  font-size: 29px;
  line-height: 29px;
  text-shadow: 0px 1px 0px #ffffff, 0px -1px 0px rgba(0, 0, 0, 0.1);
  margin: 0 0 15px 0;
  margin-bottom: 0;
  font-size: 38px;
  color: #71817e;
}
#main .home_box_module h2 a {
  color: #71817e;
  text-decoration: none;
}
#main .home_box_module h2 a {
  color: #71817e;
}
#main .home_box_module h2 span {
  background: url("base-about_sprite_732.png") -876px 100% no-repeat;
  padding: 3px 0 21px 20px;
  display: block;
}
#am_bottom {
  background: url("base-about_sprite_732.png") -1752px 100% no-repeat;
  padding: 0 0 6px 0;
}
#am_top {
  background: url("base-about_sprite_732.png") 0 0 no-repeat;
  padding: 5px 0 0 0;
}
#am_content {
  background: url("base-about_sprite_732.png") -1314px 0 repeat-y;
  padding: 12px 20px 2px 20px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
#new_items {
  background-color: rgba(209, 208, 201, 0.2);
  background-image: url("base-pointing_732.png");
  background-repeat: no-repeat;
  background-position: 13px 50%;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.75), inset 0px 1px 1px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.75), inset 0px 1px 1px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.75), inset 0px 1px 1px 0px rgba(0, 0, 0, 0.18);
  color: #717171;
  font-weight: bold;
  line-height: 16px;
  padding: 14px 14px 1px 95px;
  min-height: 40px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
#new_items h3 {
  color: #8a0101;
  font-style: italic;
  font-size: 20px;
  margin: 0 0 5px 0;
  font-weight: 100;
  font-family: "Rokkitt", Times, "Times New Roman", serif;
  color: #8a0101;
}
.product_small {
  width: 206px;
  float: left;
  margin: 0 24px 0 0;
  position: relative;
  padding: 0 0 24px 0;
}
.last .product_small, .product_small.last_in_row {
  margin-right: 0;
}
.sale_badge {
  width: 81px;
  height: 81px;
  display: block;
  background-repeat: no-repeat;
  position: absolute;
  right: -2px;
  top: -2px;
  background-image: url("blue-sale_badge_732.png");
  z-index: 10;
}
.product_small .product_image {
  position: relative;
  width: 194px;
  height: 240px;
  margin: 6px 0 18px 6px;
  background: #e8e7e1;
  overflow: hidden;
}
.product_small .product_image img {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  display: block;
}
.product_frame {
  width: 208px;
  height: 254px;
  background: url("base-primary_sprite_732.png") -904px -89px no-repeat;
  position: absolute;
  top: -1px;
  left: -1px;
}
.product_small .cropper {
  width: 194px;
  height: 240px;
  background: #e8e7e1;
  margin: 6px 0 18px 6px;
  position: relative;
  overflow: hidden;
}
.product_small .cropper img {
  position: absolute;
  /*
    opacity: 0;
    filter:alpha(opacity=0);
    */

}
.product_small.no_image .product_image {
  background-image: url("http://cdn.shopify.com/s/files/1/0182/6005/t/5/assets/base-no_image.gif?732");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.product_small .content {
  background-position: -412px 0;
  background-repeat: repeat-y;
  background-image: url("blue-product_small_sprite_732.png");
  padding: 0 0 0 0;
  text-shadow: 0 1px 0 #ffffff;
}
.product_small .content h3 {
  background-image: url("blue-product_small_sprite_732.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  padding: 9px 10px 0 13px;
  font-size: 15px;
  margin: 0 0 3px 0;
  color: #3b4858;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.product_small .content h3 a {
  color: #3b4858;
  text-decoration: none;
}
.product_small .content p {
  margin: 0;
}
.product_small .content_description {
  padding: 0 5px 8px 13px;
  line-height: 19px;
  color: #313131;
}
.product_small .content_action {
  padding: 8px 0 10px 13px;
  position: relative;
  letter-spacing: 1px;
  border-top: double #cfd5da;
  border-bottom: 1px solid #cfd5da;
  font-size: 18px;
  font-family: "Rokkitt", Times, "Times New Roman", serif;
}
.product_small.sale .content_action {
  color: #8a0101;
}
.product_small .b_details {
  background-position: -73px 0;
  width: 73px;
  height: 25px;
  float: left;
  margin: 0 24px 0 0;
  background-image: url("http://cdn.shopify.com/s/files/1/0182/6005/t/5/assets/blue-buttons_sprite.png?732");
}
.product_small .b_details:active {
  background-position: -73px -25px;
}
#blog_module {
  width: 438px;
  margin: 0 24px 20px 0;
  float: left;
  padding: 0 0 0 0;
}
#blog_module h2 {
  background-position: 0 100%;
  background-repeat: repeat-x;
  padding: 0 0 12px 0;
  font-family: 'Lobster Two', Helvetica, Arial, Verdana, sans-serif;
  font-size: 29px;
  color: #71817e;
  font-size: 29px;
  line-height: 29px;
  text-shadow: 0px 1px 0px #ffffff, 0px -1px 0px rgba(0, 0, 0, 0.1);
  margin: 0 0 15px 0;
  margin: 0 0 17px 0;
  background-image: url("blue-h2_underline_732.png");
  color: #71817e;
}
#blog_module h2 a {
  color: #71817e;
  text-decoration: none;
}
#blog_module h2 a {
  color: #71817e;
}
.bm_post {
  width: 205px;
  text-shadow: 0 1px 0 #ffffff;
  font-size: 13px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.bm_post h3 {
  margin: 0 0 10px 0;
  min-height: 45px;
  text-transform: uppercase;
  font-family: Georgia, Utopia, 'Times New Roman', Times, serif;
  font-size: 14.5px;
  font-weight: normal;
  letter-spacing: 1px;
}
.bm_post h3 a {
  font-weight: normal;
}
.bm_post h3 a:hover {
  text-decoration: underline;
}
.bm_post a {
  font-weight: bold;
  text-decoration: none;
}
.bm_post p {
  clear: both;
}
.bm_post img {
  max-width: 100%;
}
.bm_more {
  white-space: nowrap;
}
.bm_date {
  background: url("base-solid-black-06_732.png");
  width: 35px;
  height: 32px;
  float: left;
  margin: 2px 10px 0 0;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  text-align: center;
  padding: 3px 0 0 0;
  color: #617081;
}
.bm_date span {
  display: block;
  font-size: 19px;
  line-height: 18px;
  font-family: "Rokkitt", Times, "Times New Roman", serif;
  font-weight: bold;
  letter-spacing: 1px;
  color: #3d4c5c;
}
#footer {
  background: url("base-footer-bottom-tile_732.png") 0 100% repeat-x;
  margin: 2px 0 0 0;
  padding: 0 0 3px 0;
  font-family: Georgia, Utopia, 'Times New Roman', Times, serif;
  text-shadow: 0 1px 0 #ffffff;
}
#footer_back {
  background: url("base-footer-nogradient-tile_732.jpg");
  position: relative;
}
#footer_top {
  background: url("base-footer-top-tile_732.png") repeat-x;
  position: relative;
  top: -2px;
}
#footer .inner {
  width: 902px;
  margin: 0 auto;
  padding: 22px 0 4px 0;
}
#footer_left {
  width: 205px;
  float: left;
  margin: 0 26px 0 0;
}
#footer_left ul {
  list-style: none;
  margin: 0 0 16px 0;
  padding: 1px 0 0 0;
}
#footer_left ul li {
  margin: 0 8px 8px 0;
  float: left;
  width: 43px;
  height: 26px;
  overflow: hidden;
  text-indent: -9999px;
  background: url("base-primary_sprite_732.png") no-repeat;
}
#footer_left ul .visa {
  background-position: -904px -63px;
}
#footer_left ul .mastercard {
  background-position: -947px -63px;
}
#footer_left ul .discover {
  background-position: -990px -63px;
}
#footer_left ul .americanexpress {
  background-position: -1033px -63px;
}
#footer_left ul .paypal {
  background-position: -1076px -63px;
}
#footer_mid {
  width: 437px;
  float: left;
}
#footer_mid div {
  margin: 0 0 9px 0;
  padding: 0 0 0 0;
}
#footer_mid div p {
  margin: 0;
}
#footer_mid div p a {
  white-space: nowrap;
}
#footer_mid div .footer_post_date {
  font-size: 10px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #9d9d9d;
}
#footer_right {
  width: 210px;
  float: right;
  padding: 0 0 15px 0;
}
#footer_right p {
  margin: 0;
  line-height: 18px;
}
#footer_right p span {
  font-size: 10px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #9d9d9d;
}
#footer_right form {
  margin: 2px 0 16px 0;
  position: relative;
}
#footer_right form span {
  position: absolute;
  top: 6px;
  left: 12px;
  font-size: 13px;
  color: #b3b3b3;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #b3b3b3;
}
#footer_right form input {
  vertical-align: top;
}
#footer_right #email, #footer_right #mce-EMAIL {
  background: url("base-footer_input_bg_732.gif") no-repeat;
  width: 162px;
  height: 31px;
  padding: 0 5px 0 11px;
  font-size: 13px;
  border: none;
  outline: none;
  color: #b3b3b3;
}
#footer_right #email:focus {
  outline: none;
}
#footer_right #footer_contact {
  margin: 0 0 15px 0;
}
#footer_right #footer_contact span {
  display: block;
  float: left;
  width: 50px;
}
#footer h4 {
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Rokkitt", Times, "Times New Roman", serif;
  font-weight: bold;
  margin: 0 0 9px 0;
  padding: 0 0 5px 0;
  background-image: url("blue-h2_underline_732.png");
  background-repeat: repeat-x;
  background-position: 0 100%;
  letter-spacing: 1px;
  color: #717171;
}
#footer a {
  color: #8a0101;
}
#copyright {
  color: #747474;
  width: 902px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  margin: 0 auto;
  padding: 15px 0 30px 0;
  text-shadow: 0 1px 0 #ffffff;
  font-size: 13px;
}
/* PRoduct Page */
#product-photos {
  width: 338px;
  float: left;
  margin: -2px 0 20px -1px;
}
#product-photos ul {
  height: 46px;
  margin: 0 0 15px 1px;
  padding: 0;
}
#product-photos ul li {
  display: block;
  width: 48px;
  height: 48px;
  padding: 8px 0 0 2px;
  float: left;
  margin: 0 9px 0 0;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#product-photos ul li * {
  display: block;
}
#product-photos ul li a {
  background: #939495;
  width: 46px;
  height: 46px;
  overflow: hidden;
  background: #939495;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#product-photos ul li a img {
  opacity: 0;
  filter: alpha(opacity=0);
}
#product-photos ul li a span {
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.3), inset 0px 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.3), inset 0px 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.3), inset 0px 0 1px 1px rgba(0, 0, 0, 0.15);
  height: 46px;
  width: 46px;
  position: absolute;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 1;
}
#product-photos ul .active {
  background: url("base-primary_sprite_732.png") -1112px -233px no-repeat;
}
#product-photos ul .active span {
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.3), inset 0px 0 1px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.3), inset 0px 0 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.3), inset 0px 0 1px 1px rgba(0, 0, 0, 0.4);
}
#photo-frame {
  width: 316px;
  padding: 10px 0 0 0;
  background: url("http://cdn.shopify.com/s/files/1/0182/6005/t/5/assets/base-large_frame_shadows.png?732") -316px 0 no-repeat;
  margin: 0 0 12px 0;
  position: relative;
}
#photo-frame a {
  display: block;
  position: relative;
}
#photo-frame a img {
  display: block;
  max-width: 296px;
  position: relative;
}
#photo-frame a.active {
  display: block;
}
#photo-frame-top {
  padding: 0 0 10px 0;
  background: url("http://cdn.shopify.com/s/files/1/0182/6005/t/5/assets/base-large_frame_shadows.png?732") -632px 100% no-repeat;
}
#photo-frame-bottom {
  padding: 0 0 0 10px;
  background: url("http://cdn.shopify.com/s/files/1/0182/6005/t/5/assets/base-large_frame_shadows.png?732") repeat-y;
}
#photo-frame-bottom .cropper {
  position: relative;
  width: 296px;
  background-color: #e8e7e1;
  min-height: 80px;
}
#photo-frame-bottom .loading {
  background-image: url("http://cdn.shopify.com/s/files/1/0182/6005/t/5/assets/base-ajax-loader.gif?732");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#product-photos .no_image .cropper {
  background-image: url("http://cdn.shopify.com/s/files/1/0182/6005/t/5/assets/base-no_image.gif?732");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 200px;
}
#product-photo-large {
  max-width: 296px;
}
#product-description {
  width: 334px;
  float: left;
  margin: -4px 0 20px 0;
  text-shadow: 0 1px 0 #ffffff;
}
#product-description h2 {
  font-family: 'Lobster Two', Helvetica, Arial, Verdana, sans-serif;
  font-size: 29px;
  color: #71817e;
  font-size: 29px;
  line-height: 29px;
  text-shadow: 0px 1px 0px #ffffff, 0px -1px 0px rgba(0, 0, 0, 0.1);
  margin: 0 0 15px 0;
  margin-bottom: 3px;
  color: #71817e;
}
#product-description h2 a {
  color: #71817e;
  text-decoration: none;
}
#product-description h2 a {
  color: #71817e;
}
#product-description #product-actions {
  background: url("http://cdn.shopify.com/s/files/1/0182/6005/t/5/assets/base-product_options_box.png?732") -334px 0 no-repeat;
  padding: 12px 0 0 0;
  margin: 0 0 0 -2px;
  width: 334px;
}
#product-description #product-actions h3 {
  margin: 0 0 13px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Rokkitt", Times, "Times New Roman", serif;
  font-size: 14px;
  background: url("http://cdn.shopify.com/s/files/1/0182/6005/t/5/assets/base-product_actions_dividers.gif?732") 0 100% repeat-x;
  padding: 0 0 5px 0;
  color: #717171;
}
#product-description #product-actions-bottom {
  background: url("http://cdn.shopify.com/s/files/1/0182/6005/t/5/assets/base-product_options_box.png?732") -668px 100% no-repeat;
  padding: 0 0 12px 0;
}
#product-description #product-actions-tile {
  background: url("http://cdn.shopify.com/s/files/1/0182/6005/t/5/assets/base-product_options_box.png?732") 0 0 repeat-y;
  padding: 0 14px;
}
#product-description #price-row {
  background: url("http://cdn.shopify.com/s/files/1/0182/6005/t/5/assets/base-product_actions_dividers.gif?732") 0 0 repeat-x;
  padding: 16px 0 0 0;
}
#product-description .price-row-single {
    background:none !important;
    padding:0 !important;
}
.ie7 #product-description #price-row input {
  float: left;
}
#product-description #price-row .disabled {
  opacity: .5;
  filter: alpha(opacity=50);
}
#product-description #price-row .current-price {
  float: right;
  width: 111px;
  padding: 0 0 0 7px;
  height: 32px;
  font-size: 21px;
  letter-spacing: 1px;
  font-weight: bold;
  background: url("http://cdn.shopify.com/s/files/1/0182/6005/t/5/assets/base-price_tag.gif?732") no-repeat;
  text-align: center;
  color: #8a0101;
}
#product-description #price-row .price-field {
  line-height: 34px;
}
#product-description #price-row .price-field .unavailable {
  font-size: 14px;
  position: relative;
  top: -2px;
}
#product-description #price-row .del_field {
  text-align: right;
  clear: both;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 3px 0;
  padding: 2px 2px 0 0;
  text-shadow: none;
  opacity: .58;
  filter: alpha(opacity=58);
}
#product-description #price-row .del_field del {
  font-weight: normal;
}
#product-description #price-row.no-divider {
  padding-top: 0;
  background: none;
}
#breadcrumb {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  margin: 0 0 5px 0;
}
#breadcrumb a {
  font-weight: bold;
  text-decoration: none;
  color: #3b4858;
}
#breadcrumb span.arrow {
  background: url("http://cdn.shopify.com/s/files/1/0182/6005/t/5/assets/base-breadcrumb_arrow.png?732") 0 5px no-repeat;
  padding: 0 2px;
  margin: 0 4px 0 2px;
}
#product-description-content {
  font-size: 13px;
  font-family: Georgia, Utopia, 'Times New Roman', Times, serif;
  line-height: 20px;
  margin: 0 0 3px 0;
  color: #313131;
}
#variants-table {
  width: 100%;
  margin: 0 0 12px 0;
}
#variants-table label {
  float:left;
  width:40px;
  font-weight: bold;
  text-align: right;
  padding: 3px 10px 3px 0;
  font-size: 12px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #3b4858;
}
#variants-table td {
  width: 100%;
  padding: 3px 0 3px 0;
}
#variants-table td .selector {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  width: auto;
  margin: 0;
}
#variants-table td .selector span {
  width: 90%;
}
#right-column {
  width: 206px;
  float: right;
  margin: 0 0 20px 0;
  padding: 8px 0 1px 0;
  background: url("blue-product_small_sprite_732.png") -412px 0 repeat-y;
  border-top: 1px solid rgba(88, 108, 130, 0.26);
  border-bottom: 1px solid rgba(88, 108, 130, 0.26);
  text-shadow: 0 1px 0 #ffffff;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
#right-column #related-products {
  display: none;
}
.no-js #right-column #related-products {
  display: block;
  height: 400px;
  overflow: hidden;
}
#right-column h3 {
  text-transform: uppercase;
  font-family: "Rokkitt", Times, "Times New Roman", serif;
  font-size: 14px;
  padding: 0 0 3px 14px;
  margin: 0 0 10px 0;
  letter-spacing: 1px;
  color: #717171;
  background: url("http://cdn.shopify.com/s/files/1/0182/6005/t/5/assets/blue-dotted_horizontal.png?732") 0 100% repeat-x;
}
#right-column h3 a {
  color: #717171;
  text-decoration: none;
}
#right-column h3 a:hover {
  color: #8a0101;
}
#right-column .related {
  position: relative;
  margin: 0 0 15px 0;
  padding: 4px 0 0 0;
}
#right-column .related p {
  padding: 0 5px 0 0;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: bold;
  width: 114px;
  float: left;
  margin: -2px 0 0 0;
  line-height: 17px;
  color: #3b4858;
}
#right-column .related a {
  margin: 3px 0 0 0;
}
#right-column .related figure {
  float: left;
  margin: 0 0 0 13px;
  width: 74px;
  position: relative;
}
#right-column .related figure .crop {
  width: 50px;
  height: 50px;
  position: relative;
  overflow: hidden;
  top: 5px;
  left: 5px;
  background: #e8e7e1;
}
#right-column .related figure .crop img {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
}
#right-column .related figure .frame {
  width: 60px;
  height: 61px;
  background: url("base-primary_sprite_732.png") -1112px -172px no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
#recently-posted {
  list-style: none;
  padding: 0;
  margin: 0 5px 0 15px;
}
#recently-posted li {
  margin: 0 0 8px 0;
}
#recently-posted a {
  font-weight: bold;
  text-decoration: none;
}
#pagination {
  margin: 0 0 15px 0;
  padding: 0;
  list-style-type: none;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
#pagination li {
  float: left;
  margin: 0 7px 0 0;
}
#pagination a {
  padding: 5px 9px;
  text-shadow: 0 1px 0 #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  color: #3b4858;
  background-color: rgba(255, 255, 255, 0.33);
}
#pagination a.active {
  border: 1px solid rgba(255, 255, 255, 0.66);
}
#pagination a:hover {
  background-color: rgba(255, 255, 255, 0.66);
}
#pagination a.next {
  background-color: rgba(190, 198, 206, 0.33);
  background-repeat: no-repeat;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px;
  text-shadow: 0 1px 0 #ffffff;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  background-color: rgba(190, 198, 206, 0.33);
  background-repeat: no-repeat;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px;
  text-shadow: 0 1px 0 #ffffff;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  padding: 6px 12px 6px 12px;
  background-color: rgba(190, 198, 206, 0.33);
  padding-right: 29px;
  background-position: 100% 50%;
  background-image: url("blue-arrow-circled-right_732.png");
  font-weight: normal;
  background-color: rgba(190, 198, 206, 0.33);
  background-color: rgba(190, 198, 206, 0.33);
  background-image: url("blue-arrow-circled-right_732.png");
}
#pagination a.prev {
  background-color: rgba(190, 198, 206, 0.33);
  background-repeat: no-repeat;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px;
  text-shadow: 0 1px 0 #ffffff;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  background-color: rgba(190, 198, 206, 0.33);
  background-repeat: no-repeat;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px;
  text-shadow: 0 1px 0 #ffffff;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  padding: 6px 12px 6px 12px;
  background-color: rgba(190, 198, 206, 0.33);
  padding-left: 29px;
  background-position: 0 50%;
  background-image: url("http://cdn.shopify.com/s/files/1/0182/6005/t/5/assets/blue-arrow-circled-left.png?732");
  font-weight: normal;
  background-color: rgba(190, 198, 206, 0.33);
  background-color: rgba(190, 198, 206, 0.33);
  background-image: url("http://cdn.shopify.com/s/files/1/0182/6005/t/5/assets/blue-arrow-circled-left.png?732");
}
#pagination a.next:hover, #pagination a.prev:hover {
  background-color: rgba(190, 198, 206, 0.66);
}
.css_button {
  padding: 0 5px 0 0;
  background-image: url("http://cdn.shopify.com/s/files/1/0182/6005/t/5/assets/blue-button_sprite.png?732");
  background-repeat: no-repeat;
  text-decoration: none;
  display: block;
  height: 25px;
  line-height: 26px;
}
.css_button span, .css_button input {
  background-image: url("http://cdn.shopify.com/s/files/1/0182/6005/t/5/assets/blue-button_sprite.png?732");
  background-repeat: no-repeat;
  text-transform: uppercase;
  color: #FFF;
  font-size: 12px;
  text-decoration: none;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.5);
  display: block;
  padding: 0 3px 0 8px;
  font-weight: bold;
  text-align: center;
  line-height: 26px;
  height: 25px;
  font-family: "Rokkitt", Times, "Times New Roman", serif;
  letter-spacing: 1px;
  border: none;
}
.bs_form {
  padding: 0 5px 0 0;
  background-image: url("http://cdn.shopify.com/s/files/1/0182/6005/t/5/assets/blue-button_sprite.png?732");
  background-repeat: no-repeat;
  text-decoration: none;
  display: block;
  height: 25px;
  line-height: 26px;
  background-position: 100% -25px;
  float: left;
  margin: 0 4px 0 0;
}
.bs_form span, .bs_form input {
  background-image: url("http://cdn.shopify.com/s/files/1/0182/6005/t/5/assets/blue-button_sprite.png?732");
  background-repeat: no-repeat;
  text-transform: uppercase;
  color: #FFF;
  font-size: 12px;
  text-decoration: none;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.5);
  display: block;
  padding: 0 3px 0 8px;
  font-weight: bold;
  text-align: center;
  line-height: 26px;
  height: 25px;
  font-family: "Rokkitt", Times, "Times New Roman", serif;
  letter-spacing: 1px;
  border: none;
}
.bs_form input {
  background-position: 0 0;
}
.ie7 .bs_details {
  margin-top: -4px;
}
.bs_details {
  padding: 0 5px 0 0;
  background-image: url("http://cdn.shopify.com/s/files/1/0182/6005/t/5/assets/blue-button_sprite.png?732");
  background-repeat: no-repeat;
  text-decoration: none;
  display: block;
  height: 25px;
  line-height: 26px;
  background-position: 100% -25px;
}
.bs_details span, .bs_details input {
  background-image: url("http://cdn.shopify.com/s/files/1/0182/6005/t/5/assets/blue-button_sprite.png?732");
  background-repeat: no-repeat;
  text-transform: uppercase;
  color: #FFF;
  font-size: 12px;
  text-decoration: none;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.5);
  display: block;
  padding: 0 3px 0 8px;
  font-weight: bold;
  text-align: center;
  line-height: 26px;
  height: 25px;
  font-family: "Rokkitt", Times, "Times New Roman", serif;
  letter-spacing: 1px;
  border: none;
}
.bs_details span {
  padding: 0 2px 0 9px;
  background-position: 0 0;
}
.product_small .content_action .price {
  margin-left: 10px;
  padding: 10px 0 14px 13px;
  background: url("price-border_732.png") top left no-repeat;
  position: relative;
  top: 2px;
}
.bs_details:active {
  background-position: 100% -75px;
}
.bs_details:active span {
  background-position: 0 -50px;
}
.bs_cart {
  padding: 0 5px 0 0;
  background-image: url("http://cdn.shopify.com/s/files/1/0182/6005/t/5/assets/blue-button_sprite.png?732");
  background-repeat: no-repeat;
  text-decoration: none;
  display: block;
  height: 25px;
  line-height: 26px;
  background-position: 100% -125px;
}
.bs_cart span, .bs_cart input {
  background-image: url("http://cdn.shopify.com/s/files/1/0182/6005/t/5/assets/blue-button_sprite.png?732");
  background-repeat: no-repeat;
  text-transform: uppercase;
  color: #FFF;
  font-size: 12px;
  text-decoration: none;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.5);
  display: block;
  padding: 0 3px 0 8px;
  font-weight: bold;
  text-align: center;
  line-height: 26px;
  height: 25px;
  font-family: "Rokkitt", Times, "Times New Roman", serif;
  letter-spacing: 1px;
  border: none;
}
.bs_cart span {
  background-position: 0 -100px;
  font-size: 13px;
}
.bs_cart:active {
  background-position: 100% -175px;
}
.bs_cart:active span {
  background-position: 0 -150px;
}
.bs_details_alt {
  padding: 0 5px 0 0;
  background-image: url("http://cdn.shopify.com/s/files/1/0182/6005/t/5/assets/blue-button_sprite.png?732");
  background-repeat: no-repeat;
  text-decoration: none;
  display: block;
  height: 25px;
  line-height: 26px;
  background-position: 100% -225px;
}
.bs_details_alt span, .bs_details_alt input {
  background-image: url("http://cdn.shopify.com/s/files/1/0182/6005/t/5/assets/blue-button_sprite.png?732");
  background-repeat: no-repeat;
  text-transform: uppercase;
  color: #FFF;
  font-size: 12px;
  text-decoration: none;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.5);
  display: block;
  padding: 0 3px 0 8px;
  font-weight: bold;
  text-align: center;
  line-height: 26px;
  height: 25px;
  font-family: "Rokkitt", Times, "Times New Roman", serif;
  letter-spacing: 1px;
  border: none;
}
.bs_details_alt span {
  background-position: 0 -200px;
  font-size: 13px;
}
.bs_details_alt:active {
  background-position: 100% -275px;
}
.bs_details_alt:active span {
  background-position: 0 -250px;
}
#left-column {
  width: 668px;
  float: left;
}
#main article {
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
  background: url("http://cdn.shopify.com/s/files/1/0182/6005/t/5/assets/double-dotted.gif?732") 0 100% repeat-x;
  text-shadow: 0 1px 0 #ffffff;
  position: relative;
  background: url("http://cdn.shopify.com/s/files/1/0182/6005/t/5/assets/double-dotted.gif?732") 0 100% repeat-x;
}
#main article .blog-post-date {
  background: url("base-primary_sprite_732.png") -1195px -90px no-repeat;
  color: #7d868e;
  width: 53px;
  height: 60px;
  padding: 8px 0 0 0;
  position: absolute;
  left: -70px;
  top: 3px;
  font-family: "Rokkitt", Times, "Times New Roman", serif;
  font-size: 15px;
  line-height: 23px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}
#main article .blog-post-date span {
  display: block;
  font-size: 32px;
  font-weight: bold;
  color: #3d4c5c;
}
#main article h2 {
  margin: 0 0 15px 0;
}
#main article .content {
  margin: 0 0 25px 0;
  position: relative;
}
#main article .content h1 {
  font-size: 22px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #71817e;
}
#main article .content h2 {
  font-size: 18px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #71817e;
}
#main article .content h3 {
  font-size: 16px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #71817e;
}
#main article .content img {
  max-width: 580px;
}
#main article .meta {
  margin: 0 0 10px 0;
}
#main .content h1 {
  font-size: 22px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #71817e;
}
#main .content h2 {
  font-size: 18px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #71817e;
}
#main .content h3 {
  font-size: 16px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #71817e;
}
#main .content img {
  max-width: 650px;
  background: #f8f7f1;
  padding: 8px;
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
}
#main .content img.no_style {
  background: none;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#main .content table {
  margin: 0 0 30px 0;
}
#main .content table th, #main .content table td {
  padding: 10px;
}
#main .content table th {
  text-align: left;
}
#main .content table td {
  background: transparent url("http://cdn.shopify.com/s/files/1/0182/6005/t/5/assets/base-solid-black-03.png?732");
}
#main .content table tr:nth-child(2n) td {
  background: transparent url("base-solid-black-06_732.png");
}
#main .content blockquote {
  background: transparent url("http://cdn.shopify.com/s/files/1/0182/6005/t/5/assets/base-solid-black-03.png?732");
  padding: 10px;
}
.comments_meta {
  float: right;
  font-size: 13px;
  font-weight: bold;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #3b4858;
  padding: 3px 0 0 0;
}
.comments_meta span {
  display: block;
  width: 29px;
  height: 26px;
  background: url("http://cdn.shopify.com/s/files/1/0182/6005/t/5/assets/base-comment_bubble.png?732") no-repeat;
  text-align: center;
  line-height: 24px;
  float: left;
  margin: -2px 8px 0 0;
}
.comments_meta a {
  text-decoration: none;
}
.blog_tags {
  width: 360px;
}
.blog_tags a {
  background: url("http://cdn.shopify.com/s/files/1/0182/6005/t/5/assets/base-tag_bg.png?732") 0 0 no-repeat;
  display: block;
  height: 26px;
  float: left;
  padding: 0 0 0 13px;
  margin: 0 9px 9px 0;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 26px;
}
.blog_tags a span {
  display: block;
  height: 26px;
  background: url("http://cdn.shopify.com/s/files/1/0182/6005/t/5/assets/base-tag_bg.png?732") 100% -26px no-repeat;
  padding: 0 11px 0 5px;
}
#right-column {
  width: 206px;
  float: right;
}
#comments h2 {
  font-size: 24px;
}
#comments #pagination {
  margin: 15px 0 30px 0;
}
.comment {
  padding: 0 0 1px 0;
  margin: 0 0 0 0;
}
.comment p {
  margin: 0;
  text-shadow: 0 1px 0 #ffffff;
}
.comment .comment_author {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 15px;
}
.comment .comment_author strong {
  color: #3b4858;
}
.comment .comment_meta {
  margin: 0 0 10px 0;
  font-style: italic;
  font-family: Georgia, Utopia, 'Times New Roman', Times, serif;
  opacity: .5;
  filter: alpha(opacity=50);
}
#comment_form {
  background: url("http://cdn.shopify.com/s/files/1/0182/6005/t/5/assets/base-comment_form_bg.png?732") repeat-y;
  padding: 11px 16px 2px 16px;
  margin: 20px 0 30px -2px;
  width: 573px;
  position: relative;
  text-shadow: 0 1px 0 #ffffff;
}
#comment_form .comment_form_top {
  height: 5px;
  width: 605px;
  position: absolute;
  top: -5px;
  left: 0;
  background: url("http://cdn.shopify.com/s/files/1/0182/6005/t/5/assets/base-comment_form_bg.png?732") -605px 0 no-repeat;
}
#comment_form .comment_form_bottom {
  height: 6px;
  width: 605px;
  position: absolute;
  bottom: -6px;
  left: 0;
  background: url("http://cdn.shopify.com/s/files/1/0182/6005/t/5/assets/base-comment_form_bg.png?732") -1210px 0 repeat-y;
}
#comment_form h3 {
  margin: 0 0 13px 0;
  color: #717171;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Rokkitt", Times, "Times New Roman", serif;
  font-size: 17px;
  background: url("http://cdn.shopify.com/s/files/1/0182/6005/t/5/assets/base-product_actions_dividers.gif?732") 0 100% repeat-x;
  padding: 0 0 5px 0;
}
#comment_form p {
  padding: 0 0 0 0;
  clear: left;
}
#comment_form p label {
  color: #3b4858;
  width: 120px;
  text-align: right;
  display: block;
  float: left;
  padding: 3px 10px 0 0;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
#comment_form p label span {
  font-size: 10px;
}
#comment_form #comment_check {
  position: absolute;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
#comment_form .comment_submit_row {
  padding: 0 0 0 130px;
}
#comment_form .comment_submit_row input {
  width: 170px;
  height: 32px;
  background: url("http://cdn.shopify.com/s/files/1/0182/6005/t/5/assets/blue-button_sprite.png?732") 0 -300px repeat-x;
  border: none;
  text-transform: uppercase;
  color: #FFF;
  font-family: "Rokkitt", Times, "Times New Roman", serif;
  letter-spacing: 2px;
  font-size: 17px;
  text-decoration: none;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.5);
  font-weight: bold;
  line-height: 30px;
}
#comment_form .input {
  width: 260px;
}
#comment_form textarea.input {
  width: 414px;
  height: 90px;
}
.blog-column {
  padding: 0 0 0 70px;
  width: 598px !important;
}
.cart_item {
  position: relative;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  margin: 0 0 15px 0;
  text-shadow: 0 1px 0 #ffffff;
}
.cart_item figure {
  position: absolute;
  top: 11px;
  left: 16px;
}
.cart_item figure .frame {
  background: url("base-primary_sprite_732.png") -1112px -89px no-repeat;
  width: 82px;
  height: 83px;
  z-index: 10;
  position: relative;
}
.cart_item figure .cropper {
  z-index: 9;
  display: block;
  width: 72px;
  height: 72px;
  overflow: hidden;
  position: absolute;
  top: 5px;
  left: 5px;
  background: #e8e7e1;
}
.cart_item figure img {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.cart_title {
  padding: 8px 3px 6px 110px;
  position: relative;
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 0 0;
  border: 1px solid #c7ced3;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: #3b4858;
  background: #dee3e8 url("http://cdn.shopify.com/s/files/1/0182/6005/t/5/assets/base-cart_title_tile.png?732") repeat-x;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.cart_title a {
  text-decoration: none;
}
.cart_title span {
  float: right;
  padding: 0 7px 0 5px;
  font-size: 19px;
  letter-spacing: 1px;
}
.cart_meta {
  padding: 15px 0 10px 110px;
  margin: 0;
  min-height: 41px;
  background: #dee2e4;
  border-style: solid solid solid solid;
  border-color: #d1d7db #d2d7db #FFF #d2d7db;
  border-width: 1px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background: #dee2e4;
  border-style: none solid solid solid;
  border-color: #d1d7db rgba(0, 0, 0, 0.07) #ffffff rgba(0, 0, 0, 0.07);
}
.cart_meta p {
  float: left;
  margin: 0;
}
.cart_variant {
  width: 388px;
  font-size: 12px;
  font-weight: bold;
  color: #717171;
}
.cart_quantity {
  width: 110px;
  font-size: 12px;
  font-weight: bold;
  color: #717171;
}
.cart_quantity input {
  background: #ffffff url("http://cdn.shopify.com/s/files/1/0182/6005/t/5/assets/base-input_gradient.gif?732") repeat-x;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #313131;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
  border: 1px solid #a8a8a8;
  padding: 4px 9px;
  width: 31px;
  font-size: 12px;
  color: #313131;
  border: 1px solid #a8a8a8;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
}
.input {
  background: #ffffff url("http://cdn.shopify.com/s/files/1/0182/6005/t/5/assets/base-input_gradient.gif?732") repeat-x;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #313131;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
  border: 1px solid #a8a8a8;
  padding: 4px 9px;
}
textarea.input {
  background: #ffffff url("http://cdn.shopify.com/s/files/1/0182/6005/t/5/assets/base-input_gradient_ta.gif?732") repeat-x;
}
.cart_remove {
  width: 57px;
  line-height: 13px;
  padding: 0 0 0 0;
  position: relative;
  top: -2px;
}
.cart_remove a {
  font-size: 11px;
  color: #717171;
}
#notes {
  margin: 0 0 15px 0;
}
#notes textarea {
  width: 300px;
  height: 60px;
  background: #ffffff url("http://cdn.shopify.com/s/files/1/0182/6005/t/5/assets/base-input_gradient.gif?732") repeat-x;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  padding: 4px 9px;
  color: #313131;
  border: 1px solid #a8a8a8;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
}
#total {
  padding: 5px 0 0 0;
}
.cart-total {
  float: right;
  font-size: 15px;
  text-transform: uppercase;
  font-family: "Rokkitt", Times, "Times New Roman", serif;
  letter-spacing: 1px;
  margin: 4px 0 0 0;
  color: #717171;
  text-shadow: 0 1px 0 #ffffff;
}
.cart-total span {
  padding-left: 5px;
  font-size: 28px;
  position: relative;
  top: 3px;
  color: #3b4858;
}
.not_on_stage {
  visibility: hidden;
  position: absolute;
}
#product_table {
  width: 100%;
}
#product_table td {
  vertical-align: top;
}
#product_table td.product_cell {
  width: 230px;
}
#product_table td.product_cell.last {
  width: 206px;
}
.no_products {
  text-align: center;
  width: 100%;
  vertical-align: middle !important;
}
.ie7 #category_list_cell ul li span {
  padding-right: 10px;
}
#category_list_cell {
  vertical-align: top;
  padding: 0 20px 20px 0;
}
#category_list_cell h3 {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 15px 0 10px 17px;
  font-family: "Rokkitt", Times, "Times New Roman", serif;
  margin: 0 0 6px 0;
  text-shadow: 0 1px 0 #ffffff;
  background: url("base-about_sprite_732.png") -879px 100% repeat-x;
  color: #717171;
}
#category_list_cell #category_list_box {
  height: 416px;
  width: 202px;
  background: url("http://cdn.shopify.com/s/files/1/0182/6005/t/5/assets/base-category_list_bg.png?732");
  padding: 0 3px;
  position: relative;
}
#category_list_cell .scrollpane {
  height: 355px;
  width: 202px;
  outline: none;
  overflow: hidden;
  position: relative;
}
#category_list_cell ul {
  list-style: none;
  margin: 0;
  padding: 0 0 50px 0;
}
#category_list_cell ul li {
  padding: 0 18px 7px 18px;
  position: relative;
  margin: 0 0 5px 0;
  font-size: 15px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0 1px 0 #ffffff;
  background: url("http://cdn.shopify.com/s/files/1/0182/6005/t/5/assets/base-dotted_indented.gif?732") 0 100% repeat-x;
}
#category_list_cell ul li a {
  font-weight: bold;
  text-decoration: none;
  color: #3b4858;
}
#category_list_cell ul li a:hover {
  text-decoration: none;
  color: #8a0101;
}
#category_list_cell ul li span {
  float: right;
  padding-left: 4px;
  color: #a3a3a3;
}
#category_list_cell ul li.active a {
  color: #8a0101;
}
#category_list_cell .jspScrollable ul li {
  padding-right: 0;
}
#fader {
  width: 202px;
  height: 51px;
  background: url("http://cdn.shopify.com/s/files/1/0182/6005/t/5/assets/base-cat_list_fader.png?732") no-repeat;
  top: 355px;
  z-index: 1;
  position: absolute;
}
.jspVerticalBar {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
#category_list_cell:hover .jspVerticalBar {
  opacity: 1;
  filter: alpha(opacity=100);
}
.button, .button_left, .button_right {
  background-color: rgba(190, 198, 206, 0.33);
  background-repeat: no-repeat;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px;
  text-shadow: 0 1px 0 #ffffff;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  padding: 6px 12px 6px 12px;
  background-color: rgba(190, 198, 206, 0.33);
}
.button_right {
  padding-right: 29px;
  background-position: 100% 50%;
  background-image: url("blue-arrow-circled-right_732.png");
}
.button_left {
  padding-left: 29px;
  background-position: 0 50%;
  background-image: url("http://cdn.shopify.com/s/files/1/0182/6005/t/5/assets/blue-arrow-circled-left.png?732");
}
.button:hover {
  background-color: rgba(190, 198, 206, 0.66);
}
.left {
  float: left;
}
.right {
  float: right;
}
.search_results {
  padding: 20px 0 0 0;
  margin: 0 0 40px 0;
}
.search_results .result {
  margin: 0 0 20px 0;
  padding: 0 0 20px 114px;
  position: relative;
  background: url("http://cdn.shopify.com/s/files/1/0182/6005/t/5/assets/double-dotted.gif?732") 0 100% repeat-x;
  min-height: 85px;
}
.search_results .result figure {
  position: absolute;
  left: 0;
}
.search_results .result figure .frame {
  background: url("base-primary_sprite_732.png") -1112px -89px no-repeat;
  width: 82px;
  height: 83px;
  z-index: 10;
  position: relative;
}
.search_results .result figure .cropper {
  z-index: 9;
  display: block;
  width: 72px;
  height: 72px;
  overflow: hidden;
  position: absolute;
  top: 5px;
  left: 5px;
  background: #e8e7e1;
}
.search_results .result figure img {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.search_results .result p {
  margin: 0;
}
.search_results .result h3 {
  margin: 0 0 10px 0;
}
.search_results .result h3 small {
  font-size: 12px;
  margin-left: 10px;
}
.search_results .result:last-child, .search_results .last {
  border: none;
}
.search_results .no_image {
  padding-left: 0;
  min-height: 0;
}
.ie7 #sorting {
  width: 260px;
}
#sorting {
  height: 25px;
  float: right;
  line-height: 25px;
  font-weight: bold;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  text-shadow: 0 1px 0 #ffffff;
}
#sorting a {
  display: block;
  outline: none;
  height: 25px;
  background-image: url("http://cdn.shopify.com/s/files/1/0182/6005/t/5/assets/blue-sort.png?732");
  text-indent: -9999px;
  float: right;
}
#sorting .selector {
  float: right;
  position: relative;
  top: -2px;
  width: 130px;
  margin-left: 7px;
}
#sorting .selector span {
  width: 98px;
}
#sorting #sort_date {
  width: 87px;
  margin-left: 8px;
  background-position: 0 0;
}
#sorting #sort_price {
  width: 49px;
  background-position: -87px 0;
}
#sorting #sort_date.active {
  background-position: 0 -25px;
}
#sorting #sort_price.active {
  background-position: -87px -25px;
}
.hgroup {
  margin: 0 0 30px 0;
}
.hgroup .header_link {
  float: right;
  color: #3b4858;
}
.account_left {
  width: 254px;
  float: left;
  background: rgba(0, 0, 0, 0.03);
  background: transparent url("http://cdn.shopify.com/s/files/1/0182/6005/t/5/assets/base-solid-black-03.png?732");
  padding: 18px 18px 3px 18px;
  margin: 0 0 30px 0;
  -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.11), inset 0px 0px 1px 1px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.11), inset 0px 0px 1px 1px rgba(0, 0, 0, 0.02);
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.11), inset 0px 0px 1px 1px rgba(0, 0, 0, 0.02);
}
.account_left h3 {
  margin: 0 0 15px 0;
  font-size: 16px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #3b4858;
  text-shadow: 0 1px 0 #ffffff;
  border-bottom: 1px solid rgba(184, 184, 184, 0.3);
}
.account_left h4 {
  margin: 0 0 15px 0;
  font-size: 14px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #3b4858;
  text-shadow: 0 1px 0 #ffffff;
  border-bottom: 1px solid rgba(184, 184, 184, 0.3);
}
.full.account_left {
  width: auto;
  float: none;
}
.account_right {
  width: 590px;
  float: right;
  margin: 0 0 30px 0;
}
.order_summary .label {
  padding: 10px 35px 10px 0;
  text-align: right;
  width: 100%;
}
.order_summary td {
  border: none;
}
.order_total td {
  font-weight: bold;
}
#recover-password {
  display: none;
}
.order_table {
  width: 100%;
}
.order_table th {
  text-align: left;
  padding-bottom: 10px;
  color: #3b4858;
  text-shadow: 0 1px 0 #ffffff;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.order_table .total {
  text-align: right;
  padding-right: 0;
}
.order_table td {
  padding: 12px 10px 10px 0;
  background: url("http://cdn.shopify.com/s/files/1/0182/6005/t/5/assets/double-dotted.gif?732") 0 0 repeat-x;
}
.order_table .no_border td {
  background: none;
}
.order_number {
  width: 160px;
  padding-right: 10px;
}
td.order_number {
  color: #999;
}
.payment_status {
  width: 154px;
  padding-right: 10px;
}
.order_table tr td.quantity, .order_table tr th.quantity {
  text-align: center;
  padding-right: 0;
}
.fulfillment_status {
  width: 154px;
  padding-right: 10px;
}
.order_table .b_rect {
  display: block;
  float: left;
}
#add_address {
  margin: 0 0 30px 0;
}
#address_tables {
  margin: 0 0 30px 0;
  padding-bottom: 0;
}
#address_tables .address_table {
  padding: 0 0 15px 0;
  margin: 0 0 25px 0;
  background: url("http://cdn.shopify.com/s/files/1/0182/6005/t/5/assets/double-dotted.gif?732") 0 100% repeat-x;
}
#address_tables .last.address_table {
  background: none;
}
.action_edit {
  margin-right: 5px;
}
.customer_address_table {
  margin: 0 0 15px 0;
}
#guest {
  width: 420px;
  background: url("http://cdn.shopify.com/s/files/1/0182/6005/t/5/assets/double-dotted.gif?732") 0 0 repeat-x;
  padding-top: 15px;
  margin-top: 30px;
}
.action_bottom .note {
  line-height: 25px;
}
.with_hand {
  background: url("base-pointing_732.png") 220px 50% no-repeat;
}
.sharing {
  position: relative;
  margin: 0 0 20px 0;
}
.sharing .bs_details {
  float: left;
}
.share_box {
  height: 34px;
  white-space: nowrap;
  z-index: 1000;
  background: url("http://cdn.shopify.com/s/files/1/0182/6005/t/5/assets/base-comment_form_bg.jpg?732");
  border: 1px solid #FFF;
  -webkit-box-shadow: 0px 0 3px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0 3px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0 3px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 50%;
  top: -6px;
  display: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.share_box .share_tumblr {
  float: left;
  margin: 7px 7px 0 7px;
  display: none;
}
.share_box .twitter-share-button {
  float: left;
  width: 87px !important;
  margin: 7px 0 0 6px;
}
.share_box .facebook-like-button {
  float: left;
  width: 76px !important;
  margin: 7px 7px 0 0;
}
.share_box .pin-button img {
  float: left;
  margin: 7px 7px 0 0;
}
.share_box .share_nip {
  width: 9px;
  height: 15px;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1001;
  margin-top: -8px;
  left: -9px;
  background: url("http://cdn.shopify.com/s/files/1/0182/6005/t/5/assets/base-share_nip.png?732") no-repeat;
}
/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.ir br {
  display: none;
}
/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden {
  display: none;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}
/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */
}
@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */
}