/** Shopify CDN: Minification failed

Line 40:2 Expected identifier but found "*"
Line 41:2 Expected identifier but found "*"
Line 203:2 Expected identifier but found "*"
Line 205:6 Expected ":"
Line 368:2 Expected identifier but found "*"
Line 387:2 Expected identifier but found "*"
Line 395:2 Expected identifier but found "*"
Line 2298:9 Expected ":"
Line 2299:6 Expected ":"
Line 4303:2 Expected identifier but found "."

**/
/**/
/*
 * 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: 14px;
  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: 10px 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 */
  */
  -webkit  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  -moz  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  
  background-color: #bf1828;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bf1828), to(#bf3744)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #bf1828, #bf3744); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(top, #bf1828, #bf3744); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #bf1828, #bf3744); /* IE10 */
  background-image:      -o-linear-gradient(top, #bf1828, #bf3744); /* Opera 11.10+ */
  background-image:         linear-gradient(to bottom, #bf1828, #bf3744);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf3744', endColorstr='#bf1828', GradientType=0);
  background-repeat: no-repeat;
}
.newbutton:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bf3744;
  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.neutral {
  background: #FAECD6;
  display: inline-block;
  text-transform: none;
  color: #BF1829;
  /* border-color: #bbb; */
  border-color: #bf1828;
  text-shadow: none;
  margin-bottom: 20px;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.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;
}
/* =============================================================================
   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, #main .title {
  font-family: 'Lobster Two', Helvetica, Arial, Verdana, sans-serif;
  font-size: 29px;
  color: #bf1828;
  line-height: 32px;
  text-shadow: 0px 1px 0px #ffffff, 0px -1px 0px rgba(0, 0, 0, 0.1);
  margin: 0 0 15px 0;
}
#main h2 a {
  color: #bf1828;
  text-decoration: none;
}
#main h2, #main h2 a {
  color: #bf1828;
}
#main .title {
  margin-top: 10px;
}
.b_replace {
  display: block;
  text-indent: -9999px;
  outline: none;
  overflow: hidden;
  font-size: 1;
  text-decoration: none;
}
.homerow {
  padding-bottom: 1px;
}
html {
  /*
	
	*/

}
body {
  line-height: 20px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #75230f;
  /*
	
	*/

  background-color: #ffffff;
  background-image: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/bg.jpg?v=1344470710");
  background-repeat: repeat;
  background-position: 0 0;
  background-attachment: scroll;
  /*
	
	*/

}
#header-wrapper {
  background: rgb(255, 255, 255) none repeat scroll 0 0;
  border-bottom: 1px solid;
}
#header-container {
  margin: 0 auto;
  padding: 13px 0;
  text-align: right;
  width: 1005px;
}
#header-container ul {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  margin: 0;
  padding: 0;
}
#header-container ul li {
  display: block;
  float: left;
  margin: 0 16px;
}
#header-container ul li a {
  text-decoration: none;
}
#header-container ul li a:hover {
  border-bottom: 1px solid;
}
#header-container ul li a img {
  position: relative;
  top: 2px;
  margin-right: 3px;
}
#container-wrapper {
  background: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/container-wrapper-bg.gif?v=1352321663") repeat-y scroll 0 0 transparent;
  margin: 130px auto 0;
  width: 1100px;
}
#container {
  width: 966px;
  margin: 0 auto;
  padding: 7px 36px 0;
  background: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/storefront-top.png?v=1348775957") no-repeat scroll 0 100px transparent;
  position: relative;
  top: -130px;
}
a, a:visited {
  color: #3b4858;
}
a:hover {
  color: #8a0101;
}
p {
  margin-top: 0;
}

#doorknob-pencil {
    height: 0;
    left: -21px;
    position: relative;
    top: 333px;
    z-index:100;
}

#doorknob-girl {
    height: 0;
    position: relative;
    z-index: 100;
    left: 680px;
    top: 157px;
    width: 0;
}

#doorknob-open {
    height: 0;
    position: relative;
    z-index: 100;
    left: 752px;
    top: -12px;
    width: 0;
}

#doorknob-santa {
    position: relative;
    height: 0px;
    top: 196px;
    left: -51px;
    z-index: 1;
}

#doorknob-santa-checkout {
    height: 0px;
    position: relative;
    left: 664px;
    bottom: 393px;
    z-index: 100;
}

#doorknob-lady-checkout {
    height: 0px;
    position: relative;
    left: 705px;
    bottom: 20px;
    z-index: 100;
}

#doorknob-lady-checkout .message {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 4px solid #75230F;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 2px 5px #777777;
    padding: 10px;
    position: relative;
    text-align: center;
    /* top: -35px; */
  	top: -9px;
    width: 202px;
}

#doorknob-lady-checkout .message h2 {
	margin-bottom: 5px;
}

#doorknob-lady-checkout .message p {
  margin: 0;
}

#doorknob-lady-checkout .message span {
  font-size: 0.8em;
}

#doorknob-top-advert {
    position: relative;
    height: 0px;
    margin-left: 343px;
    top: 2px;
}

.form-wrapper {
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
    width: 650px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -o-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 1px 3px rgb(0, 0, 0);
    -moz-box-shadow: 0px 1px 3px rgb(0, 0, 0);
    -o-box-shadow: 0px 1px 3px rgb(0, 0, 0);
    -webkit-box-shadow: 0px 1px 3px rgb(0, 0, 0);
}
#header {
  width: 100%;
  position: relative;
  margin: 0 0 0 0;
}
#header h1, #header #logo {
  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, #header #logo {
  padding: 2px 0 9px;
  line-height: 20px;
  font-size: 24px;
  position: relative;
  left: -55px;
  height: 78px;
  width: 400px;
}
.ie7 #header_cart {
  width: 225px;
}
#header_cart {
  /* background: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-primary_sprite.png?v=1344470709") -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("//www.tiddleewinks.com/cdn/shop/t/3/assets/blue-cart_dotted_bg.png?v=1344470712");
  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 11px 0;
}
#featured_frame {
  /* width: 904px; */
  /* background: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-feature_frame_sprite.png?v=1344470706") -904px 0 no-repeat; */
  background: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/window-display.png?v=1348938974") no-repeat scroll 0 0 transparent;
  position: relative;
  padding: 20px 0 0 0;
  height: 443px;
  width: 750px;
}
#feat-top {
  padding: 0 0 12px 0;
  /* background: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-feature_frame_sprite.png?v=1344470706") -1808px 100% no-repeat; */
}
#feat-bottom {
  padding: 0 0 0 20px;
  /* background: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-feature_frame_sprite.png?v=1344470706") repeat-y; */
}
#feat-bottom .cropper {
  position: relative;
  /* z-index: -1; */
  width: 880px;
  /* background-color: #e8e7e1; */
  min-height: 80px;
}
#feat-bottom .loading {
  background-image: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-ajax-loader.gif?v=1344470705");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#featured img {
  display: block;
}
#featured_tag {
  width: 225px;
  height: 129px;
  background: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-feature-tag.png?v=1344470706") 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 114px;
  position: relative;
  z-index: 100;
}
#nav form {
  width: 206px;
  height: 30px;
  float: right;
  margin: 4px 0 0 0;
  background-repeat: no-repeat;
  position: relative;
  background: none repeat scroll 0 0 #EEEEEE;
  border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -o-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  box-shadow: 0 2px 3px #000000 inset;
  -moz-box-shadow: 0 2px 3px #000000 inset;
  -o-box-shadow: 0 2px 3px #000000 inset;
  -webkit-box-shadow: 0 2px 3px #000000 inset;
  /* background-image: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/blue-search_box.png?v=1344470713"); */
}
#nav form span {
  position: absolute;
  top: 7px;
  left: 37px;
  width: 106px;
  height: 17px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-image: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/blue-search_placeholder.png?v=1344470713");
}
#nav form #seek {
  position: absolute;
  top: 7px;
  left: 10px;
}
#nav form #q {
  border: none;
  height: 30px;
  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: 0 0 6px;
  margin: 0;
  /* background-position: 0 100%;
  background-repeat: repeat-x;
  background-image: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/blue-nav_bg.png?v=1344470712"); */
}
#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("//www.tiddleewinks.com/cdn/shop/t/3/assets/blue-nav_sprite.png?v=1344470712");
}
#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: 1px 2px 1px #333333;
  z-index: 20;
  position: relative;
  color: #ffffff;
}
#nav #navlist li.current > a, #nav #navlist li a:hover {
  color: #fffba7;
}
#nav #navlist li.current ul li a {
  color: #ffffff;
}
#nav #navlist li.first {
  margin-left: 0;
}
#nav #navlist li.first a {
  padding-left: 0;
}
#nav #navlist li.hover a {
  z-index: 101;
  color: #75230F;
  text-shadow: none;
}
#nav #navlist li.hover .navdrop {
  z-index: 100;
}
#nav #navlist .navdrop {
  display: none;
  position: absolute;
  margin: -5px 0 0 5px;
}
#nav #navlist .navdrop .tab, #nav #navlist .navdrop .tabshadow {
  /* background: #f4f3ed url("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-comment_form_bg.jpg?v=1344470706"); */
  /* background: none repeat scroll 0 0 #d05762; */
  background: none repeat scroll 0 0 #FAECD6;
  border-color: #BF1828 #BF1828 transparent;
  border-image: none;
  border-style: solid solid none;
  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: -35px;
}
#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("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-comment_form_bg.jpg?v=1344470706"); */
  /* background: none repeat scroll 0 0 #D05762; */
  background: none repeat scroll 0 0 #FAECD6;
  border: 3px solid #BF1828;
  -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(" //www.tiddleewinks.com/cdn/shop/t/3/assets/base-navdrop_divider.png?v=1344470708") 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: #ffffff; */
  color: #75230f;
  /* text-shadow: 1px 2px 1px #BBBBBB; */
}
#nav #navlist .navdrop .navdrop_container ul li a:hover {
/*  color: #fffba7; */
  color: #af6959;
}
#nav #navlist .navdrop .navdrop_container ul li.current a {
/*  color: #fffba7; */
  color: #af6959;
}
#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; */
  background: none repeat scroll 0 0 #FFFFFF;
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
  margin: 0 0 10px;
  padding: 10px 20px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  -o-border-radius:10px;
  -khtml-border-radius:10px;
  border-radius:10px;
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.65), 0 0 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.65), 0 0 3px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.65), 0 0 3px rgba(0, 0, 0, 0.25);
  -khtml-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.65), 0 0 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.65), 0 0 3px rgba(0, 0, 0, 0.25);
  font-size: 18px;
}
#about_module h2 {
    margin-bottom: 10px;
}
#about_module #am_content {
  padding: 12px 20px 15px 20px;
  min-height: 320px;
}
.login_button {
  float: right;
  width: 97px;
  height: 32px;
  background: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/blue-button_sprite.png?v=1344470711") 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;
}
#main #login_module.home_box_module {
  margin: 0 auto;
  width: 438px;
}
#login_module .login_input {
  width: 353px;
  padding: 3px 0 0 45px;
  height: 35px;
  background: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-login-input.gif?v=1344470708") no-repeat;
  margin: 0 0 15px 0;
}
#login_module .login_input input {
  background: transparent;
  height: 25px;
  line-height: 25px;
  padding: 3px 5px;
  border: none;
  width: 340px;
  color: #60605e;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#login_module .login_input input:focus {
  outline: none;
}
#login_module .login_password {
  background-position: 0 -38px;
}
#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: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  text-transform: uppercase;
}
#main {
    background: none repeat scroll 0 0 #FFFFFF;
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -o-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  padding: 14px;
  box-shadow: 0 1px 10px #333333;
  -moz-box-shadow: 0 1px 10px #333333;
  -o-box-shadow: 0 1px 10px #333333;
  -webkit-box-shadow: 0 1px 10px #333333;
  margin-top: 3px;
}
#main.cart {
  overflow:hidden;
}
#main .home_box_module {
  width: 438px;
  padding: 0 0 24px 0;
  text-shadow: 0 1px 0 #ffffff;
}
#main .home_box_module h2 {
  background: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-about_sprite.png?v=1344470705") -438px 0 repeat-y;
  padding: 12px 0 0 0;
  font-family: 'Lobster Two', Helvetica, Arial, Verdana, sans-serif;
  font-size: 29px;
  color: #bf1828;
  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: #bf1828;
  text-decoration: none;
}
#main .home_box_module h2 a {
  color: #71817e;
}
#main .home_box_module h2 span {
  background: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-about_sprite.png?v=1344470705") -876px 100% no-repeat;
  padding: 3px 0 21px 20px;
  display: block;
}
#am_bottom {
  background: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-about_sprite.png?v=1344470705") -1752px 100% no-repeat;
  padding: 0 0 6px 0;
}
#am_top {
  background: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-about_sprite.png?v=1344470705") 0 0 no-repeat;
  padding: 5px 0 0 0;
}
#am_content {
  background: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-about_sprite.png?v=1344470705") -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("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-pointing.png?v=1344470708");
  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 {
    margin-right: 7px;
    margin-top: 6px;
    text-align: center;
    width: 175px;
}
.product.last_in_row {
    margin-right: 0;
}
.product .product_image {
    background: none repeat scroll 0 0 #FFFFFF;
    width: 160px;
    height: 160px;
    border: 4px solid #EEE;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -o-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    box-shadow: 0 1px 5px #333333;
    -moz-box-shadow: 0 1px 5px #333333;
    -o-box-shadow: 0 1px 5px #333333;
    -webkit-box-shadow: 0 1px 5px #333333;
    overflow: hidden;
}
.product .product_image img {
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    min-height: 160px;
}
.product:hover .product_image {
    border: 4px solid #bf626b;
}
#main .product .content .title {
/*    font-size: 1.1em;
    margin: 5px 0 0; */
    font-size: 0.95em;
    line-height: 1.8em;
    margin: 5px 0 0;
    padding: 0 5px;
}
.product .title a {
    text-decoration: none;
}
.product .content_action .old {
    text-decoration: line-through;
}
#main .product-page #product-description .title {
    margin: 0 0 6px;
}
.homeFeatured {
    z-index:100;
}
.homeFeatured .title-wrapper {
    position: relative;
}
.homeFeatured .title-container {
    background-repeat: no-repeat;
    width: 212px;
}
.homeFeatured .title-container.part-a {
    height: 138px;
    padding: 15px 47px;
}
.homeFeatured .title-container.part-b {
    height: 135px;
    padding: 15px 47px;
}
.homeFeatured .title-container.part-c {
    height: 120px;
    padding: 15px 47px;
}
.homeFeatured .title-text {
    font-size: 36px !important;
    font-weight: normal;
    line-height: 1em !important;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}
.homeFeatured .part-a .title-text {
	transform: translateY(-53%) rotate(-4deg);
	-webkit-transform: translateY(-53%) rotate(-4deg); /* Safari */
	-moz-transform: translateY(-53%) rotate(-4deg); /* Firefox */
	-ms-transform: translateY(-53%) rotate(-4deg); /* IE */
	-o-transform: translateY(-53%) rotate(-4deg); /* Opera */
}
.homeFeatured .part-b .title-text {
	transform: translateY(-55%) rotate(4deg);
	-webkit-transform: translateY(-55%) rotate(4deg); /* Safari */
	-moz-transform: translateY(-55%) rotate(4deg); /* Firefox */
	-ms-transform: translateY(-55%) rotate(4deg); /* IE */
	-o-transform: translateY(-55%) rotate(4deg); /* Opera */
}
.homeFeatured .part-c .title-text {
	transform: translateY(-55%) rotate(-2deg);
	-webkit-transform: translateY(-55%) rotate(-2deg); /* Safari */
	-moz-transform: translateY(-55%) rotate(-2deg); /* Firefox */
	-ms-transform: translateY(-55%) rotate(-2deg); /* IE */
	-o-transform: translateY(-55%) rotate(-2deg); /* Opera */
}
.product_special, .product_home {
  width: 206px;
  float: left;
  margin: 0 36px 0 0;
  position: relative;
  padding: 0 0 10px;
}
.last .product_special, .product_special.last_in_row, .last .product_home, .product_home.last_in_row {
  margin-right: 0;
}
.product-page div.sale_badge {
    height: 0;
    /*left: 136px;*/
    /* left: 320px; */
  left: 323px;
    position: relative;
    /*top: -130px;*/
    /* top: -314px; */
  top: -11px;
}
.product-page div.sale_badge span {
    z-index: 50;
}
.sale_badge_wrapper {
	height: 0;
}
span.sale_badge, div.sale_badge span {
  width: 150px;
  height: 140px;
  display: block;
  background-repeat: no-repeat;
  position: absolute;
  /* background-image: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/blue-sale_badge.png?v=1344470713"); */
  background: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/red-sale_badge.png?v=1345429030") 86px -36px no-repeat;
  
  /* display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; */
      			display:block;
				position:relative;
				/* top:-165px; */
    top: -1px;
				/* left:-34px; */
    left: -25px;
				width:194px;
				height:194px;
				-moz-border-radius: 6px 6px 6px 6px;
				-webkit-border-radius: 6px 6px 6px 6px;
				-o-border-radius: 6px 6px 6px 6px;
				-khtml-border-radius: 6px 6px 6px 6px;
				border-radius: 6px 6px 6px 6px;
				-moz-background-clip:padding;
				-moz-background-clip:padding-box;
				-webkit-background-clip:padding;
				background-clip:padding;
				overflow:hidden;
}
.product_special .product_image .product-overlay {
	position:absolute;
	left:0;
	top:0;
	padding:25px;
	width:145px;
	height:145px;
	text-align:center;
    background:url("//www.tiddleewinks.com/cdn/shop/t/3/assets/rgba-255-255-255-75.png?v=1345424528");
	background:rgba(255,255,255,.75);
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-o-border-radius:20px;
	-khtml-border-radius:20px;
	border-radius:20px;
	/*-moz-box-shadow:inset 0 0 0 rgba(0,0,0,0);
	-webkit-box-shadow:inset 0 0 0 rgba(0,0,0,0);
	box-shadow:inset 0 0 0 rgba(0,0,0,0);*/
	visibility:hidden;
	opacity:0;
	-moz-transition:all .25s ease-out;
	-webkit-transition:all .25s ease-out;
	-ms-transition:all .25s ease-out;
	transition:all .25s ease-out;
}
.product_special:hover .product_image .product-overlay {
    opacity: 1;
    visibility: visible;
}
.product_special .product_image .newbutton {
	margin-top:22px;
	font-size:15px;
	width:115px;
	background-position:0 -30px;
}
.product_special .product_image .more-info-btn {
	margin-top:35px;
}
.product_special .product_image .newbutton:hover, .product_special .product_image .newbutton:focus {
	background-position:0 -54px;
}				
.product_special .product_image .add-to-cart-btn {
	margin-top:15px;
}
.product_special .product_image, .product_home .product_image {
  transition: all 0.25s ease-out 0s;
  -moz-transition: all 0.25s ease-out 0s;
  -webkit-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  position: relative;
  width: 194px;
  /* height: 240px; */
  height: 194px;
  margin: 6px 0 12px;
  background: #FFFFFF;
  overflow: hidden;
  -moz-border-radius:20px;
  -webkit-border-radius:20px;
  -o-border-radius:20px;
  -khtml-border-radius:20px;
  border-radius:20px;
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.65), 0 0 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.65), 0 0 3px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.65), 0 0 3px rgba(0, 0, 0, 0.25);
  -khtml-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.65), 0 0 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.65), 0 0 3px rgba(0, 0, 0, 0.25);
  border: 7px solid #bf1828;
  behavior: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/PIE.htc?v=1359688976");
}
.product_special:hover .product_image {
	/* border-color:#5091ab; */
    border-color: #fac828;
	-moz-box-shadow:0 2px 1px rgba(0,0,0,.5), 0 0 9px rgba(0,0,0,.5);
	-webkit-box-shadow:0 2px 1px rgba(0,0,0,.5), 0 0 9px rgba(0,0,0,.5);
	box-shadow:0 2px 1px rgba(0,0,0,.5), 0 0 9px rgba(0,0,0,.5);
	-moz-transform:scale(1.05);
	-webkit-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05);
}
.product_special .product_image img, .product_home .product_image img {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  display: block;
  /*
 -moz-border-radius:20px;
  -webkit-border-radius:20px;
  -o-border-radius:20px;
  -khtml-border-radius:20px;
  border-radius:20px;
  */
}
.product_frame {
  width: 208px;
  height: 254px;
  background: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-primary_sprite.png?v=1344470709") -904px -89px no-repeat;
  position: absolute;
  top: -1px;
  left: -1px;
}
.product_special .cropper {
  width: 194px;
  height: 240px;
  background: #e8e7e1;
  margin: 6px 0 18px 6px;
  position: relative;
  overflow: hidden;
}
.product_special .cropper img {
  position: absolute;
  min-width: 478px;
  /*
		opacity: 0;
		filter:alpha(opacity=0);
		*/

}
.product_special.no_image .product_image {
  background-image: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-no_image.gif?v=1344470708");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.product_special .content {
  background-position: -412px 0;
  background-repeat: repeat-y;
  background-image: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/blue-product_small_sprite.png?v=1344470712");
  padding: 0 0 0 0;
  text-shadow: 0 1px 0 #ffffff;

    background-color: #FFFFFF;
    box-shadow: 0 2px 3px #555555;
    -moz-box-shadow: 0 2px 3px #555555;
    -o-box-shadow: 0 2px 3px #555555;
    -webkit-box-shadow: 0 2px 3px #555555;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -o-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}
.product_home .content_match {
    text-align: center;
}
.dark .product_special .content {
    background: none repeat scroll 0 0 #FAECD6;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -o-border-radius: 10px 10px 10px 10px;
}
.dark .product_special .content_match {
    /* background-image: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/product_small_content_tag.png?v=1346180151");
    background-position: 95% 68%;
    background-repeat: no-repeat; */
}
.product_special .content h3 {
  /* background-image: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/blue-product_small_sprite.png?v=1344470712"); */
  background-position: 0 0;
  background-repeat: no-repeat;
  padding: 9px 10px 0 13px;
  font-size: 15px;
  margin: 0 0 3px 0;
  color: #ffffff;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.product_special .content h3 a, .product_home .content h3 a {
  color: #75230f;
  /* color: #3b4858; */
  text-decoration: none;
}
.product_home:hover .content h3 a {
  text-decoration: underline;
}
.product_special .content p {
  margin: 0;
}
.product_special .content_description {
  padding: 0 5px 8px 13px;
  line-height: 19px;
  color: #93381b;
}
.dark .product_special .content_description {
    padding: 0 36px 8px 13px;
}
.product_special .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_special.sale .content_action {
  color: #8a0101;
}
.product_special .b_details {
  background-position: -73px 0;
  width: 73px;
  height: 25px;
  float: left;
  margin: 0 24px 0 0;
  background-image: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/blue-buttons_sprite.png?v=1344470711");
}
.product_special .b_details:active {
  background-position: -73px -25px;
}
.collection_header {
    /* background: none repeat scroll 0 0 #EEEEEE; */
    height: 245px;
    margin-bottom: 14px;
    padding: 0;
    box-shadow: 0 2px 3px #555555;
    -moz-box-shadow: 0 2px 3px #555555;
    -o-box-shadow: 0 2px 3px #555555;
    -webkit-box-shadow: 0 2px 3px #555555;
    
    background-color: #EEEEEE;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EEEEEE)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #FFFFFF, #EEEEEE); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #FFFFFF, #EEEEEE); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #FFFFFF, #EEEEEE); /* IE10 */
    background-image:      -o-linear-gradient(top, #FFFFFF, #EEEEEE); /* Opera 11.10+ */
    background-image:         linear-gradient(to bottom, #FFFFFF, #EEEEEE);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#FFFFFF', GradientType=0);
    background-repeat: no-repeat;
}
.collection_header img {
    display: block;
}
#main .collection_header .title {
  font-family: 'Lobster Two', Helvetica, Arial, Verdana, sans-serif;
  color: #bf1828;
  font-size: 68px;
  font-weight: normal;
  line-height: 60px;
  text-shadow: 0px 1px 0px #ffffff, 0px -1px 0px rgba(0, 0, 0, 0.1);
  margin: 0 0 15px 0;
}
#main .collection_header .sub-title {
  font-family: "Rokkitt", Times, "Times New Roman", serif;
  font-size: 32px;
  font-weight: normal;
  color: #b44a2a;
  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;
}
.catalog_top {
    /* background: none repeat scroll 0 0 #EEEEEE; */
    margin-bottom: 10px;
    margin-top: 2px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -o-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    box-shadow: 0 2px 3px #555555;
    -moz-box-shadow: 0 2px 3px #555555;
    -o-box-shadow: 0 2px 3px #555555;
    -webkit-box-shadow: 0 2px 3px #555555;
    background: #b03538;
    color: #fff;
    overflow: auto;
    /*padding: 5px 5px 5px 10px;*/
    /* width: 100%; */
}

.catalog_top.oldstyle {
    border: 3px solid #fff;
  	padding: 0 0 3px 7px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -o-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
  
    box-shadow: 0 2px 3px #555555;
    background-color: #eeeeee;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
	background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
	background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
	background-image: -ms-linear-gradient(top, #ffffff, #eeeeee);
	background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
	background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
}
.catalog_top p {
    margin-bottom: 0;
}
.catalog_top .page_info {
    float:left; 
}
.catalog_top select {
  float: right;
  font-size: 14px;
  font-weight: bold;
  color: rgb(191, 24, 40);
  /*padding: 10px;*/
  margin: 3px;
}
#main h2#catalog_title {
    margin: 4px 0 8px 4px;
    display: inline-block;
}
#catalog-description {
    display: inline-block;
    font-size: 1.2em;
    margin-left: 7px;
}
#cart {
  /* min-height:300px; */
  /* min-height: 503px; */
  min-height: 595px;
}
#blog_module {
  width: 460px;
  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: #bf1828;
  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("//www.tiddleewinks.com/cdn/shop/t/3/assets/blue-h2_underline.png?v=1344470712");
  color: #bf1828;
}
#blog_module h2 a {
  color: #bf1828;
  text-decoration: none;
}
#blog_module h2 a {
  color: #bf1828;
}
.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 0 0;
  min-height: 45px;
  text-transform: uppercase;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-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_more {
  white-space: nowrap;
}
.bm_date {
  background: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-solid-black-06.png?v=1344470710");
  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("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-footer-bottom-tile.png?v=1344470706") 0 100% repeat-x; */
  /* background: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/footer-bottom.png?v=1344470715") 0 100% repeat-x; */
  background: none repeat scroll 0 0 transparent;
  box-shadow: 0 1px 10px #333333;
  -moz-box-shadow: 0 1px 10px #333333;
  -o-box-shadow: 0 1px 10px #333333;
  -webkit-box-shadow: 0 1px 10px #333333;
  /* margin: 40px auto 0; */
  margin: 37px auto 0 -4px;
  /* padding: 0 0 3px 0; */
  padding: 0;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  /* text-shadow: 0 1px 0 #ffffff; */
/** STYLE 2 **/
  width: 974px;
  /*
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -o-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px; */
}
#footer_back {
/** STYLE 1 **/
  /* background: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-footer-nogradient-tile.jpg?v=1344470706"); */
  /* background: none repeat scroll 0 0 #BF1828; */
  background: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/cork-frame-side.jpg?v=1350504777") repeat-y scroll 0 18px transparent;
  /* position: relative; */
  padding: 0;
/** STYLE 2 **/
/*  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -o-border-radius: 7px 7px 7px 7px;
  -webkit-border-radius: 7px 7px 7px 7px; */
  margin: 0;
}
/** FOOTER FRAME **/
#footer .top {
    background: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/cork-frame-t.jpg?v=1348941155") no-repeat scroll 0 0 transparent;
    height: 18px;
}
#footer .left {
    background: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/cork-frame-l.jpg?1977") repeat-y scroll 0 0 transparent;
    width: 17px;
}
#footer .right {
    background: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/cork-frame-r.jpg?1977") repeat-y scroll 0 0 transparent;
    width: 17px;
}
#footer .bottom {
    background: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/cork-frame-b.jpg?v=1348941143") no-repeat scroll 0 0 transparent;
    height: 18px;
}
#footer_inner {
  /* background: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-footer-top-tile.png?v=1344470707") repeat-x; */
  /* background: none repeat scroll 0 0 #FFFFFF; */
  background: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/footer-bg.jpg?v=1347995606") repeat scroll 0 0 #BF1828;
  box-shadow: 0px 1px 5px #111111 inset;
  -moz-box-shadow: 0px 1px 5px #111111 inset;
  -o-box-shadow: 0px 1px 5px #111111 inset;
  -webkit-box-shadow: 0px 1px 5px #111111 inset;
  /* position: relative; */
  /* top: -10px; */
  /* padding-top: 20px; */
  padding: 5px 0 10px;
/** STYLE 2 **/
  /* margin: 0 auto; */
  margin: 0 17px;
  /* width: 920px; */
}
#footer .inner {
  width: 915px;
  margin: 0 auto;
  padding: 10px 0 80px;
}
#footer_left {
  background: none repeat scroll 0 0 #FFFFFF;
  width: 205px;
  float: left;
  margin: 0 15px 0 0;
  padding: 20px 18px 12px;
  box-shadow: 0 14px 12px -10px #000;
  -moz-box-shadow: 0 14px 12px -10px #000;
  -o-box-shadow: 0 14px 12px -10px #000;
  -webkit-box-shadow: 0 14px 12px -10px #000;
  position: relative;
}
#footer_left .flareout-l {
    height: 0px; position: absolute; bottom: 78px; left: -3px;
}
#footer_left .flareout-r {
    height: 0px; position: absolute; bottom: 78px; right: 0px;
}
#footer_left .push-pin {
    height: 0;
    left: 88px;
    position: relative;
    top: -46px;
}
#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("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-primary_sprite.png?v=1344470709") 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 {
  background: none repeat scroll 0 0 #FFFFFF;
  background-color: #f8f4a1;
  width: 392px;
  float: left;
  padding: 20px 12px 12px;
  box-shadow: 0 14px 12px -10px #000;
  -moz-box-shadow: 0 14px 12px -10px #000;
  -o-box-shadow: 0 14px 12px -10px #000;
  -webkit-box-shadow: 0 14px 12px -10px #000;
  position: relative;
  margin-top: 8px;
  margin-bottom: 48px;
}
#footer_mid .flareout-l {
    height: 0px; position: absolute; bottom: 69px; left: -6px;
}
#footer_mid .flareout-r {
    height: 0px; position: absolute; bottom: 69px; right: -6px;
}
#footer_mid .push-pin {
    height: 0;
    left: 170px;
    position: relative;
    top: -42px;
}
#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 {
  background: none repeat scroll 0 0 #FFFFFF;
  width: 210px;
  float: right;
  /* padding: 0 0 15px 0; */
  padding: 20px 12px 12px;
  box-shadow: 0 14px 12px -10px #000;
  -moz-box-shadow: 0 14px 12px -10px #000;
  -o-box-shadow: 0 14px 12px -10px #000;
  -webkit-box-shadow: 0 14px 12px -10px #000;
  position: relative;
  margin-top: 2px;
}
#footer_right .flareout-l {
    height: 0px; position: absolute; bottom: 78px; left: -1px;
}
#footer_right .flareout-r {
    height: 0px; position: absolute; bottom: 78px; right: -6px;
}
#footer_right .push-pin {
    height: 0;
    left: 88px;
    position: relative;
    top: -50px;
}
#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("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-footer_input_bg.gif?v=1344470707") 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: 10px 0 5px;
}
#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("//www.tiddleewinks.com/cdn/shop/t/3/assets/blue-h2_underline.png?v=1344470712");
  background-repeat: repeat-x;
  background-position: 0 100%;
  letter-spacing: 1px;
  color: #717171;
}
#footer h3 {
    font-size: 14px;
    margin: 0;
}
#footer a {
  /* 09/04/2025 - Removed Code - BlossomLab.com */
  /* No longer needed */
  /* color: #8a0101; */
  /* End Removed Code - BlossomLab.com */
}
#footer .decoration-girl {
    position: relative;
    height: 0px;
    left: 309px;
    top: -134px;
    z-index: 100;
    width: 0;
}
#footer .decoration-button {
    position: relative;
    height: 0px;
    float: left;
    top: -98px;
    left: 113px;
    z-index: 1;
}
#footer .decoration-button-2 {
    float: right;
    height: 0;
    position: relative;
    top: -62px;
}
#footer .decoration-button-3 {
    float: left;
    height: 0;
    position: relative;
    top: -141px;
}
#bottom-wrapper {
    background: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/footer-sidewalk.png?v=1350403248") repeat-x;
    background-color: #FFFFFF;
    height: 104px;
    /* height: 66px; */
}
#doorknob-grass {
    background: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/footer-grass.png?v=1352926826") repeat-x;
    position: relative;
    height: 90px;
    z-index: -1;
}
#doorknob-grass-1 {
    position: relative;
    height: 0;
    top: -115px;
    left: -100px;
}
#doorknob-grass-2 {
    position: relative;
    height: 0;
    float: right;
    top: -123px;
    left: -25px;
}
#doorknob-footer-girl {
    position: relative;
    height: 0;
    float: right;
    top: -310px;
    left: -84px;
}
#doorknob-news {
    position: relative;
    height: 0px;
    left: -12px;
    top: -31px;
}
#doorknob-news img {
    height: 72px;
}
#doorknob-contact {
    position: relative;
    height: 0px;
    left: 160px;
    top: -15px;
}
#doorknob-contact img {
    height: 64px;
}
#doorknob-cart {
    float: right;
    position: relative;
    top: -14px;
}
#doorknob-cart a {
    margin:0;
}
#doorknob-checkout {
    position: relative;
    height: 0px;
    left: 670px;
    top: -33px;
    width: 0;
}

#copyright {
  color: #999999;
  width: 982px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  margin: 0 auto;
  padding: 15px 0 0;
  /* text-shadow: 0 1px 0 #CCCCCC; */
  font-size: 13px;
}
#copyright a {
  color: #999999;
}

iframe[class*="PIN_"], iframe[class^="PIN_"] {
    display: none !important;
}

/* Product Page */
.product-page {
    /* background: none repeat scroll 0 0 #FFFFFF; */
    margin-left: 5px;
    margin-right: 8px;
    margin-top: 7px;
    /* padding: 23px 23px 0; */
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -o-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}
#product-photos {
  width: 338px; /* 338px */
  float: left;
  margin: -2px 0 15px -1px;
  /*margin-right: 20px;*/
}
#product-photos ul {
  height: 46px;
  margin: 0 0 15px 1px;
  padding: 0;
  text-align: center;
}
#product-photos ul li {
  display: inline-block; /*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("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-primary_sprite.png?v=1344470709") -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("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-large_frame_shadows.png?v=1344470708") -316px 0 no-repeat;
  margin: 0 0 12px 0;
  position: relative;
  box-shadow: 0 1px 5px #333333;
  -moz-box-shadow: 0 1px 5px #333333;
  -o-box-shadow: 0 1px 5px #333333;
  -webkit-box-shadow: 0 1px 5px #333333;
}
#photo-frame a {
  display: block;
  position: relative;
}
#photo-frame a img {
  display: block;
  /*max-width: 296px;*/
  min-width: 478px;
  position: relative;
}
#photo-frame a.active {
  display: block;
}
#photo-frame-top {
  padding: 0 0 10px 0;
  background: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-large_frame_shadows.png?v=1344470708") -632px 100% no-repeat;
}
#photo-frame-bottom {
  padding: 0 0 0 10px;
  background: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-large_frame_shadows.png?v=1344470708") repeat-y;
}
#photo-frame-bottom .cropper {
  position: relative;
  /* z-index: -1; */
  width: 296px;
  background-color: #e8e7e1;
  min-height: 80px;
}
#photo-frame-bottom .loading {
  background-image: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-ajax-loader.gif?v=1344470705");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#product-photos .no_image .cropper {
  background-image: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-no_image.gif?v=1344470708");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 200px;
}
#product-photo-large {
  max-width: 296px;
}
#product-description {
  width: 364px;
  float: left;
  margin: 10px 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: #bf1828;
  font-size: 29px;
  line-height: 29px;
  text-shadow: 0px 1px 0px #ffffff, 0px -1px 0px rgba(0, 0, 0, 0.1);
  margin: 9px 0 3px;
  color: #bf1828;
}
#product-description h2 a {
  color: #bf1828;
  text-decoration: none;
}
#product-description h2 a {
  color: #bf1828;
}
#product-description .text-m {
  display: none;
}
#product-description .review-container {
  line-height: 1.3em;
  float: left;
}
#product-description .share-product {
  line-height: 1.3em;
  float: left;
  margin-left: 15px;
  font-weight: bold;
}
#product-description .share-product .icon-wrapper {
  height: 10px;
  float: left;
  margin-left: 10px;
  position: relative;
  top: -2px;
}

.product-page #product-actions {
  /* background: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-product_options_box.png?v=1344470709") -334px 0 no-repeat;
  padding: 12px 0 0 0; */
  background: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/product_small_content_tag.png?v=1346180151") no-repeat scroll 10px 50% #FAECD6;
  border: 1px solid #cccccc;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;    
  -webkit  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  -moz  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  float: left;
  padding: 8px 0 0 42px;
  /* margin: 0px 0px 15px 0px; */
  margin: 15px 0;
  /*width: 165px;*/
  width: 228px;
  min-height: 130px;
}
.product-page #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("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-product_actions_dividers.gif?v=1344470709") 0 100% repeat-x;
  padding: 0 0 5px 0;
  color: #717171;
}
.product-page #product-actions label {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: bold;
  padding: 3px 8px 3px 0;
  margin-right: 5px;
}
.product-page #product-actions input[type="submit"] {
  margin-top: 22px;
}
.product-page #product-actions-bottom {
  /* background: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-product_options_box.png?v=1344470709") -668px 100% no-repeat; */
  padding: 8px 0 16px;
}
.product-page #product-actions-tile {
/*  background: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-product_options_box.png?v=1344470709") 0 0 repeat-y; */
  padding: 0 5px;
}
.product-page #product-actions-tile p {
    margin-bottom: 5px;
  	margin-top: 5px;
  	display: inline-block;
}
.product-page #product-actions-tile p.last {
  margin-bottom:0;
}
.product-page #price-row {
  background: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-product_actions_dividers.gif?v=1344470709") 0 0 repeat-x;
  padding: 16px 0 0 0;
}
.product-page #price-row .custom-field-input {
  /* float: right; */
  margin-top: 0px;
}
.product-page #price-row .disabled {
  opacity: .5;
  filter: alpha(opacity=50);
}
.product-page #price-row .current-price {
  /* float: right; */
  /* width: 111px; */
  padding: 0;
  /* height: 32px; */
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: bold;
  /* background: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-price_tag.gif?v=1344470708") no-repeat; */
  text-align: left;
  color: #8a0101;
  margin-bottom: 3px;
}
.product-page #price-row .price-field {
  /* line-height: 34px; */
  display: inline;
}
.product-page #price-row .price-field .unavailable {
  font-size: 14px;
  position: relative;
  top: -2px;
}
.product-page #price-row .del_field {
  text-align: left;
  clear: both;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  margin: 0;
  padding: 2px 2px 0 0;
  text-shadow: none;
  opacity: .58;
  filter: alpha(opacity=58);
}
.product-page #price-row .del_field del {
  font-weight: normal;
}
.product-page #price-row.no-divider {
  padding-top: 0;
  background: none;
}
.product-page #price-row .hurry {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 0.5em;
  line-height: 0.5em;
  text-transform: uppercase;
  letter-spacing: 0;
}
.product-page #right-column .shipping-message {
	background: none repeat scroll 0 0 #FFFFFF;
  	border: 4px solid #75230F;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 2px 5px #777777;
    color: #75230F;
    padding: 10px;
    text-align: center;
  	text-shadow: none;
}
.product-page #product-upsell {
	clear: both;
  	margin-bottom: 15px;
}
.product-page #product-upsell .fbt-image-block [class*="fbt-image-"] {
	border: 4px solid;
  	border-radius: 7px;
  	background: none repeat scroll 0% 0% rgb(255, 255, 255);
  	float: left;
  	margin-right: 10px;
}
.product-page #product-upsell .fbt-image-block [class*="fbt-image-"] img {
	float: left;
  	padding: 0px;
  	box-shadow: none;
  	border: medium none;
  	border-radius: 7px;
}
.product-page #product-upsell .fbt-image-block [class*="fbt-icon-"] {
	float: left;
    font-size: 2em;
    margin-right: 10px;
    padding-top: 40px;
}
.product-page #product-upsell .fbt-price-block {
  	float: left;
	margin-left: 10px;
}
.product-page #product-upsell .fbt-price-block .price-field {
	font-size: 1.3em;
}
.product-page #product-upsell .fbt-item-details ul {
  	line-height: 1em;
	list-style: outside none none;
  	margin: 10px 0;
  	padding: 0;
}
.product-page #product-upsell .fbt-item-details .fbt-check {
  	margin-right: 10px;
  	float: left;
}
.product-page #product-upsell .fbt-item-details .fbt-title .price-field {
  	font-size: 1.2em;
  	margin-bottom: 7px;
}
#breadcrumb {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  /* margin: 0 13px 20px 5px; */
  margin: 0 13px 6px 5px;
}
#breadcrumb a {
  font-weight: bold;
  text-decoration: none;
  color: #bf1828;
}
#breadcrumb span.arrow {
  background: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-breadcrumb_arrow.png?v=1344470705") 0 5px no-repeat;
  padding: 0 2px;
  margin: 0 4px 0 2px;
}
.breadcrumb { 
	list-style: none; 
	overflow: hidden; 
	font: 18px Helvetica, Arial, Sans-Serif;
	/*margin: 5px 3px 3px;*/
	margin: 0;
	padding: 0;
}
.breadcrumb li { 
	float: left;
}
.breadcrumb li:after {
  content: "/";
  padding: 0 15px;
}
.breadcrumb li:last-child:after {
  content: "";
  padding: 0;
}
.breadcrumb li a {
  color: #fff;
  text-decoration: none;
  line-height: 28px;
  /*line-height: 42px;*/
}


#product-description-content {
  font-size: 14px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 20px;
  /* margin: 20px 0 18px; */
  color: #93381b;
}

#product-description-content .product-message {
    background: none repeat scroll 0 0 #fff;
	font-weight: bold;
	padding: 18px 20px 5px;
  	margin: 0 0 16px;
  	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
  	border-radius: 10px;  
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}

#variants-table {
  width: 100%;
  /* margin: 3px 0 10px; */
  margin: 0;
}
#variants-table th {
  font-weight: bold;
  text-align: right;
  /* padding: 3px 8px 3px 0; */
  padding: 0 8px 0 0;
  /* font-size: 12px; */
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #3b4858;
}
#variants-table td {
  width: 100%;
  /* padding: 3px 0 3px 0; */
  padding: 5px 0;
}
#variants-table td .selector {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  width: auto;
  margin: 0;
}
#variants-table td .selector span {
  width: 80%;
}
#right-column {
  width: 206px;
  float: right;
  /* margin: 0 0 20px 0; */
  /* padding: 8px 0 1px 0; */
  /* background: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/blue-product_small_sprite.png?v=1344470712") -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("//www.tiddleewinks.com/cdn/shop/t/3/assets/blue-dotted_horizontal.png?v=1344470712") 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("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-primary_sprite.png?v=1344470709") -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:20px 0;
    width:100%;
    text-align:center;
    font-size: 1.2em;
}
#pagination a {
    margin: 0 5px;
}
#pagination ul {
  margin: 15px 0;
  padding: 0;
  list-style-type: none;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  float: none;
    display: inline-table;
}
#pagination li {
  float: left;
  margin: 0;
  min-width: 25px;
}
#pagination ul .pageButton a {
  padding: 6px 15px;
  /* text-shadow: 0 1px 0 #ffffff; */
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
  /* color: #3b4858; */
  color: #FFFFFF;
  /* background-color: rgba(255, 255, 255, 0.33); */
  background-color: #B44A2A;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 1px 5px #333333;
    -moz-box-shadow: 0 1px 5px #333333;
    -o-box-shadow: 0 1px 5px #333333;
    -webkit-box-shadow: 0 1px 5px #333333;
}
#pagination ul a.active {
  /* border: 1px solid rgba(255, 255, 255, 0.66); */
  border: 3px solid #FFFFFF;
}
#pagination ul .pageButton a:hover {
  /* background-color: rgba(255, 255, 255, 0.66); */
  background-color: #de6e49;
}
#pagination .pageButton a.next {
  /* background-color: rgba(190, 198, 206, 0.33); */
  background-color: #B44A2A;
  background-repeat: no-repeat;
  text-decoration: none;
  font-weight: normal;
  -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;
  padding-right: 29px;
  background-position: 100% 50%;
  background-image: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/white-arrow-circled-right.png?v=1366684196");
}
#pagination .pageButton a.prev {
  /* background-color: rgba(190, 198, 206, 0.33); */
  background-color: #B44A2A;
  background-repeat: no-repeat;
  text-decoration: none;
  font-weight: normal;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  /* text-shadow: 0 1px 0 #ffffff; */
  padding: 6px 12px 6px 12px;
  padding-left: 29px;
  background-position: 0 50%;
  background-image: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/white-arrow-circled-left.png?v=1366684496");
}
#pagination a.next:hover, #pagination a.prev:hover {
  background-color: #de6e49;
}
#pagination .showing {
  margin: 5px;
}
.css_button {
  padding: 0 5px 0 0;
  background-image: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/blue-button_sprite.png?v=1344470711");
  background-repeat: no-repeat;
  text-decoration: none;
  display: block;
  height: 25px;
  line-height: 26px;
}
.css_button span, .css_button input {
  background-image: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/blue-button_sprite.png?v=1344470711");
  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("//www.tiddleewinks.com/cdn/shop/t/3/assets/blue-button_sprite.png?v=1344470711");
  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("//www.tiddleewinks.com/cdn/shop/t/3/assets/blue-button_sprite.png?v=1344470711");
  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("//www.tiddleewinks.com/cdn/shop/t/3/assets/blue-button_sprite.png?v=1344470711");
  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("//www.tiddleewinks.com/cdn/shop/t/3/assets/blue-button_sprite.png?v=1344470711");
  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_special .content_action .price {
  margin-left: 10px;
  padding: 10px 0 14px 13px;
  background: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/price-border.png?v=1344470721") 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("//www.tiddleewinks.com/cdn/shop/t/3/assets/blue-button_sprite.png?v=1344470711");
  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("//www.tiddleewinks.com/cdn/shop/t/3/assets/blue-button_sprite.png?v=1344470711");
  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("//www.tiddleewinks.com/cdn/shop/t/3/assets/blue-button_sprite.png?v=1344470711");
  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("//www.tiddleewinks.com/cdn/shop/t/3/assets/blue-button_sprite.png?v=1344470711");
  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("//www.tiddleewinks.com/cdn/shop/t/3/assets/double-dotted.gif?v=1344470715") 0 100% repeat-x;
  text-shadow: 0 1px 0 #ffffff;
  position: relative;
  background: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/double-dotted.gif?v=1344470715") 0 100% repeat-x;
}
#main article .blog-post-date {
  background: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-primary_sprite.png?v=1344470709") -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: #bf1828;
}
#main article .content h2 {
  font-size: 18px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #bf1828;
}
#main article .content h3 {
  font-size: 16px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #bf1828;
}
#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: #bf1828;
}
#main .content h2 {
  font-size: 18px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #bf1828;
}
#main .content h3 {
  font-size: 16px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #bf1828;
}
#main .homerow .content h3 {
    margin-top: 8px;
}
#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("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-solid-black-03.png?v=1344470710");
}
#main .content table tr:nth-child(2n) td {
  background: transparent url("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-solid-black-06.png?v=1344470710");
}
#main .content blockquote {
  background: transparent url("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-solid-black-03.png?v=1344470710");
  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("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-comment_bubble.png?v=1344470705") 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("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-tag_bg.png?v=1344470710") 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("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-tag_bg.png?v=1344470710") 100% -26px no-repeat;
  padding: 0 11px 0 5px;
}
#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: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  opacity: .5;
  filter: alpha(opacity=50);
}
#comment_form {
  background: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-comment_form_bg.png?v=1344470706") 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("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-comment_form_bg.png?v=1344470706") -605px 0 no-repeat;
}
#comment_form .comment_form_bottom {
  height: 6px;
  width: 605px;
  position: absolute;
  bottom: -6px;
  left: 0;
  background: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-comment_form_bg.png?v=1344470706") -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("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-product_actions_dividers.gif?v=1344470709") 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_submit_row {
  padding: 0 0 0 130px;
}
#comment_form .comment_submit_row input {
  width: 170px;
  height: 32px;
  background: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/blue-button_sprite.png?v=1344470711") 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; */
  width: 620px !important;
}
.cart_item {
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  position: relative;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  /* margin: 0 0 15px 0; */
  margin: 0 0 10px 0;
  text-shadow: 0 1px 0 #ffffff;
}
.cart_item figure {
  position: absolute;
  top: 11px;
  left: 16px;
}
.cart_item figure .frame {
  background: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-primary_sprite.png?v=1344470709") -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("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-cart_title_tile.png?v=1344470705") 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; */
  padding: 8px 0 18px 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("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-input_gradient.gif?v=1344470708") 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: #93381b;
  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("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-input_gradient.gif?v=1344470708") 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("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-input_gradient_ta.gif?v=1344470708") 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: 370px;
  height: 100px;
  background: #ffffff url("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-input_gradient.gif?v=1344470708") repeat-x;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  padding: 4px 9px;
  color: #93381b;
  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;
}
#shipping-calculator .subtitle {
  margin-top: 30px;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#shipping-calculator .field {
  display: inline;
  float: left;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  width: 147px;
}
#shipping-calculator .field.short {
  width: 110px;
}
#shipping-calculator .field.short input {
  width: 90px;
}
#shipping-calculator .field.first {
  margin-left: 0;
}
#shipping-calculator .field.last {
  margin-right: 0;
}
#shipping-calculator input[type="text"],
#shipping-calculator input[type="number"],
#shipping-calculator input[type="password"],
#shipping-calculator input[type="email"],
#shipping-calculator input[type="tel"],
#shipping-calculator textarea,
#shipping-calculator select {
    -moz-appearance: none;
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #555;
    display: block;
    font: 13px "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0 0 20px;
    max-width: 100%;
    outline: medium none;
    padding: 9px;
    width: 147px;
}
#shipping-calculator label {
  display:block;
}
#shipping-calculator select {
    -moz-appearance: none;
    background: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/select.png?v=156240794118493590261412182245") no-repeat scroll right center #f9f9f9;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: "";
}
.not_on_stage {
  visibility: hidden;
  position: absolute;
}
#product_table_wrapper {
  float: left;
  margin-top: 10px;
  width: 76%;
}
#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;
}
#product_table tr.has_products {
  height: 232px;
}
#product_table tr td.col1,
#product_table tr td.col2,
#product_table tr td.col3,
#product_table tr td.col4 {
  /* display: block; */
}
#product_table .sub-menu .sub-category {
  float: left;
}
.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 0 20px;
  float: left;
  width: 24%;
}
#category_list_cell .top {
  background: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-category_list_bg-top.png?v=1350349388") no-repeat scroll 0 0 transparent;
  height: 28px;
  position: relative;
  left: -7px;
}
#category_list_cell .footer {
  background: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-category_list_bg-footer.png?v=1352320617") no-repeat scroll 0 0 transparent;
  /* height: 51px; */
  height: 15px;
  position: relative;
  left: -7px;
}
#category_list_cell #y-embedded-widget {
  max-width: 220px;
}
#category_list_wrapper {
  background: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-category_list_bg-s.png?v=1349283619") repeat-y scroll 0 0 transparent;
  position: relative;
  left: -7px;
}
#category_list_cell #category_list_wrapper h3 {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 7px 0 10px 17px;
  font-family: "Rokkitt", Times, "Times New Roman", serif;
  margin: 0 0 6px 0;
  text-shadow: 0 1px 0 #ffffff;
  background: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-about_sprite-y.png?v=1346187281") -879px 100% repeat-x;
  color: #717171;
}
#category_list_cell #category_list_box {
  min-height: 625px;
  width: 204px;
  background: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-category_list_bg-header.png?v=1350349383") no-repeat scroll 0 0 transparent;
  padding: 30px 8px 0;
  position: relative;
  /* -moz-box-shadow: 0 6px 7px -4px #555555;
  -o-box-shadow: 0 6px 7px -4px #555555;
  -webkit-box-shadow: 0 6px 7px -4px #555555;
  box-shadow: 0 6px 7px -4px #555555; */
}
#category_list_cell .scrollpane {
  height: 615px;
  width: 202px;
  outline: none;
  overflow: hidden;
  position: relative;
}
#category_list_cell #category_list_wrapper ul {
  /* list-style: none inside url("//www.tiddleewinks.com/cdn/shop/t/3/assets/category-list-box.png?v=1348779710"); */
  list-style: none outside none;
  margin: 0;
  padding: 0 0 50px 0;
}
#category_list_cell #category_list_wrapper ul li:hover,
#category_list_cell #category_list_wrapper ul li.active {
  /* list-style: none inside url("//www.tiddleewinks.com/cdn/shop/t/3/assets/category-list-box-checked.png?v=1348779449"); */
}
#category_list_cell #category_list_wrapper ul li {
  /* padding: 0 7px 5px 12px; */
  padding: 0 7px 5px 8px;
  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;
  border-bottom: 1px dotted #bf7a81;
  /* background: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-dotted_indented.gif?v=1344470706") 0 100% repeat-x; */
}
#category_list_cell #category_list_wrapper ul li a {
  font-weight: bold;
  text-decoration: none;
  color: #75230f;
  line-height: 26px;
  vertical-align: text-bottom;
  /* padding: 11px 0 10px; */
  padding: 11px 0 10px 30px;
  background: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/category-list-box.png?v=1348779710") no-repeat scroll left 5px transparent;
}
#category_list_cell #category_list_wrapper ul li a:hover,
#category_list_cell #category_list_wrapper ul li.active a {
  text-decoration: none;
  color: #8a0101;
  background: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/category-list-box-checked.png?v=1348779449") no-repeat scroll left 5px transparent;
}
#category_list_cell #category_list_wrapper ul li span {
  float: right;
  padding-left: 4px;
  padding-top: 5px;
  color: #a3a3a3;
}
#category_list_cell #category_list_wrapper ul li.active a {
  color: #8a0101;
}
#category_list_cell #category_list_wrapper .jspScrollable ul li {
  padding-right: 0;
}
#fader {
  width: 202px;
  height: 51px;
  background: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-cat_list_fader-y.png?v=1346187285") no-repeat;
  top: 615px;
  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);
}
.collection_info {
  height: 28px;
  padding-right: 15px;
}
.sub-menu .sub-category .thumb img {
    max-width: 230px;
  	max-height: 220px;
  	display: block;
    behavior: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/PIE.htc?v=1359688976");
    margin: 0 auto;
}
.home .sub-menu .sub-category {
	float: left;
}
.sub-menu .sub-category .thumb .thumb-image {
	background-position: center top;
  	background-repeat: no-repeat;
	height: 185px;
  	margin: 0 auto;
  	width: 100%;
}
.sub-menu .sub-category {
    margin-right: 12px;
    width: 31.5%;
}
.home .sub-menu .sub-category {
  	margin-right: 18px;
	width: 32%;
}
.sub-menu .sub-category:hover .title a {
  	border-bottom: 1px solid;
}
.sub-menu .sub-category div {
	background: #fff;
    -moz-box-shadow: 0 1px 5px #333333;
    -webkit-box-shadow: 0 1px 5px #333333;
    -o-box-shadow: 0 1px 5px #333333;
    -khtml-box-shadow: 0 1px 5px #333333;
    box-shadow: 0 1px 5px #333333;
}
.home .sub-menu .sub-category {
	/* margin-right: 53px; */
}
.sub-menu .sub-category.last {
    margin-right: 0;
}
#main .sub-menu .sub-category .title {
    font-size: 1.6em;
    margin-top: 5px;
}
.sub-menu .sub-category .title a {
    text-decoration: none;
    color: #8A0101
}
.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("//www.tiddleewinks.com/cdn/shop/t/3/assets/blue-arrow-circled-right.png?v=1344470711");
}
.button_left {
  padding-left: 29px;
  background-position: 0 50%;
  background-image: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/blue-arrow-circled-left.png?v=1344470711");
}
.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("//www.tiddleewinks.com/cdn/shop/t/3/assets/double-dotted.gif?v=1344470715") 0 100% repeat-x;
  min-height: 85px;
}
.search_results .result figure {
  position: absolute;
  left: 0;
}
.search_results .result figure .frame {
  background: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-primary_sprite.png?v=1344470709") -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; */
  clear: both;
  line-height: 25px;
  font-weight: bold;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  text-shadow: 0 1px 0 #ffffff;
  margin-top: 3px;
  max-width: 770px;
  display: table-row;
}
#sorting a {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #FFF;
  display: block;
  outline: none;
  height: 25px;
  /* background-image: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/blue-sort.png?v=1344470713"); */
  /* text-indent: -9999px; */
  float: left;
  box-shadow: 0 1px 5px #777777 inset;
  -moz-box-shadow: 0 1px 5px #777777 inset;
  -o-box-shadow: 0 1px 5px #777777 inset;
  -webkit-box-shadow: 0 1px 5px #777777 inset;
  margin-right: 6px;
  padding: 5px 13px;
  text-decoration: none;
  margin-top: 2px;
  margin-bottom: 4px;
}
#sorting a:hover {
  border: 1px solid #EEE;
/*
  box-shadow: 0 1px 5px #bf1828 inset;
  -moz-box-shadow: 0 1px 5px #bf1828 inset;
  -o-box-shadow: 0 1px 5px #bf1828 inset;
  -webkit-box-shadow: 0 1px 5px #bf1828 inset;
*/
  box-shadow: 0px 7px 6px -6px #333333;
  -moz-box-shadow: 0px 7px 6px -6px #333333;
  -o-box-shadow: 0px 7px 6px -6px #333333;
  -webkit-box-shadow: 0px 7px 6px -6px #333333;
  margin-top: 0px;
}
#sorting a.selected {
  background: none repeat scroll 0 0 #d05762;
/*
  box-shadow: 0 1px 5px #333333 inset;
  -moz-box-shadow: 0 1px 5px #333333 inset;
  -o-box-shadow: 0 1px 5px #333333 inset;
  -webkit-box-shadow: 0 1px 5px #333333 inset;
*/
  box-shadow: 0px 7px 6px -6px #333333;
  -moz-box-shadow: 0px 7px 6px -6px #333333;
  -o-box-shadow: 0px 7px 6px -6px #333333;
  -webkit-box-shadow: 0px 7px 6px -6px #333333;
  color: #FFF;
  text-shadow: none;
  margin-top: 0px;
}
#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("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-solid-black-03.png?v=1344470710");
  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("//www.tiddleewinks.com/cdn/shop/t/3/assets/double-dotted.gif?v=1344470715") 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("//www.tiddleewinks.com/cdn/shop/t/3/assets/double-dotted.gif?v=1344470715") 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("//www.tiddleewinks.com/cdn/shop/t/3/assets/double-dotted.gif?v=1344470715") 0 0 repeat-x;
  padding-top: 15px;
  margin-top: 30px;
}
.action_bottom .note {
  line-height: 25px;
}
.with_hand {
  background: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-pointing.png?v=1344470708") 220px 50% no-repeat;
}
.social-wrapper {
  width: 118px;
  float: left;
  margin-top: 15px;
  margin-left: 12px;
}
.sharing {
  position: relative;
  /* margin: 0 16px 20px 0; */
  /* text-align: right; */
  
  
  /* Andrew stuff */
    background:white;
    border: 1px solid #dddddd;
    margin:0;
    padding:12px 20px;
    -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.3);
	box-shadow: 0 3px 3px rgba(0,0,0,0.3);
  	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
  	border-radius: 10px;
    box-sizing:border-box;
    text-align:left;
  	width: 170px;
  	min-height: 130px;
}
.sharing .bs_details {
  float: left;
}
.sharing div {
  line-height: 1.25em;
}
#main #product-description .sharing .title {
	margin: 0 0 10px;
  	font-size: 24px;
}
.share_box {
  height: 34px;
  white-space: nowrap;
  z-index: 1000;
  background: url("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-comment_form_bg.jpg?v=1344470706");
  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;
  margin: 7px 7px 0 0;
  margin: 7px 7px 0 7px;
}
.share_box .facebook-like-button {
  float: left;
  margin: 7px 0 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("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-share_nip.png?v=1344470710") 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 */
}


.custom-field-label {
  margin-top: 10px;
  margin-bottom: 0px;
}
.custom-field-input {
  width: 128px;
  /* margin-top: -8px !important; */
  background: #ffffff url("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-input_gradient.gif?v=1344470708") 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 4px;
  font-size: 12px;
  color: #93381b;
  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);
}


#is-a-gift {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 4px solid #75230F;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0 2px 5px #777777;
  padding: 10px;
  position: relative;
  width: 640px;
}

#is-a-gift .toggler {
  margin-bottom:0px;
  font-size:16px;
  font-family: 'Lobster Two', Helvetica, Arial, Verdana, sans-serif;
  color: #bf1828;
}

.gift-note {
  display:none;
  margin-top: 10px;
  padding: 10px;
}
.gift-note textarea {
  width: 370px;
  height: 100px;
  background: #ffffff url("//www.tiddleewinks.com/cdn/shop/t/3/assets/base-input_gradient.gif?v=1344470708") repeat-x;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  padding: 4px 9px;
  color: #93381b;
  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);
}

#product-tabs {
  clear: both;
}

.ptabs {
  text-align: center;
}

.ptabs a {
  vertical-align: bottom;
  display: inline-block;
  min-width: 150px;
  margin: 0 1px;
  padding: 8px 8px;
  text-align: center;
  border-top-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-bottom-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  border: 1px solid #495351;
  border-bottom: 0px;
  background-color: #bf1828;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bf1828), to(#bf3744));
  background-image: -webkit-linear-gradient(top, #bf1828, #bf3744);
  background-image: -moz-linear-gradient(top, #bf1828, #bf3744);
  background-image: -ms-linear-gradient(top, #bf1828, #bf3744);
  background-image: -o-linear-gradient(top, #bf1828, #bf3744);
  background-image: linear-gradient(to bottom, #bf1828, #bf3744);
  background-repeat: no-repeat;
  color: white;
  text-decoration: none;
  position: relative;
}

.ptabs a .text-m,
.ptabs a .text-m:hover {
  line-height: 20px;
  font-family: Georgia, Utopia, 'Times New Roman', Times, serif;
  font-size: 14px;
  color: white !important;
  font-weight: normal;
  -webkit-font-smoothing: auto;
  min-width: 75px;
}


.ptabs a.active {
  background: #FFF !important;
  background-color: #FFFFFF !important;
  border: 1px solid #bf1828;
  border-bottom: 0;
  color: #bf1828;
  font-weight: bold;
}

.ptabs a.active .result_status,
.ptabs a.active .text-m,
.ptabs a.active .result_status .yoResult {
  color: #bf1828 !important;
}

.ptabs a.active:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0px;
  width: 100%;
  display: block;
  border-bottom: 1px solid #fff;
}

.ptabs a .result_status {
  text-align: center;
  font-weight: normal;
  color: white;
}

.ptabs a .result_status .yoResult {
  color: white;
  font-weight: normal;
}


.ptab {
  box-sizing: border-box;
  background: white;
  border: 1px solid #bf1828;
  border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  padding: 20px 20px 30px;
  margin-bottom: 20px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.big-image a img {
  max-width: 478px !important; 
  border: 1px solid #eee;
}

.big-image {
  background: #faf7ee !important;
  background-image: none !important;
}
.big-image #photo-frame-top,
.big-image #photo-frame-bottom {
  background: none !important;  
}

.fader {
  display: none;
  z-index: 10000;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  .opacity(0.7);
  background: #000;
}

.header_text {
  background: rgba(255,255,255,0.7);
  padding: 25px;
  border-radius: 10px; 
  margin-top: 35px; 
  text-align: center; 
  width: 415px; 
  
}
.header_text.right {
  margin-right: 45px;
  float: right;
}

.header_text.left {
  margin-left: 30px;
  float: left;
}
.header_text .sub-title {
  margin:0 !important;
}

#sortby {
  float: right;
}

#sortby .label {
  float: left; 
}
.breadcrumb-container {
  float: left;
  margin-top: 9px;
  margin-left: 15px;
}

#sortby .label {
  display: inline-block;
  font-size: 18px;
  font-family: Arial, Verdana, sans-serif;
  line-height: 28px;
  margin-top: 7px;
  margin-right: 10px;
  float: left;
}

.select-wrapper {
  background: url(//www.tiddleewinks.com/cdn/shop/t/3/assets/select.png?v=156240794118493590261412182245) no-repeat right 1px #fff;
  overflow: hidden;
  padding: 8px 6px 4px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 5px 5px #f5f5f5;
  box-shadow: inset 0 5px 5px #f5f5f5;
  border: 1px solid #d1d1d1;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  color: #333;
  display: block;
  min-width: 150px;
  margin: 5px;
  float: left;
}

.select-wrapper select {
  color: #333;
  font-size: 14px;
  width: 100%;
  border: 0;
  outline: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  height: 19px;
}

.select-wrapper select option {
  padding: 8px 6px 6px;
}

#category_list_cell #category_list_wrapper ul li .subcategory-nav {
  display: none;
  padding: 0;
}

#category_list_cell #category_list_wrapper ul.sidenav li.active {

  padding-left: 0;
  padding-right: 0;
}

#category_list_cell #category_list_wrapper ul.sidenav li.active a {
  margin-left: 8px;
}

#category_list_cell #category_list_wrapper ul.sidenav li.active .subcategory-nav {
  display: block;
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px dotted #bf7a81;
}

#category_list_cell #category_list_wrapper ul.sidenav li.active .subcategory-nav li {
  background: none;
  margin-bottom: 0;
  border: 0;
  padding: 0;
}

#category_list_cell #category_list_wrapper ul.sidenav li.active .subcategory-nav li a {
  background: none; 
  display: block;
  color: black;
  font-size: 14px;
  /* padding: 5px 10px 5px 31px; */
  padding: 6px 10px 5px 12px;
  margin: 1px 6px 0 6px;
  border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}

#category_list_cell #category_list_wrapper ul.sidenav li.active .subcategory-nav li:last-child {
  margin-bottom: 1px;
}
#category_list_cell #category_list_wrapper ul.sidenav li.active .subcategory-nav li:last-child a {
  margin-bottom: 0;
}

#category_list_cell #category_list_wrapper ul.sidenav li.active .subcategory-nav li a:hover,
#category_list_cell #category_list_wrapper ul.sidenav li.active .subcategory-nav li a.selected {
  background: #fbfbfb; 
}

.product-bullets {
	padding-left: 20px;
	/* margin-bottom: 0; */
  	margin-top: 5px;
}
.product-bullets li {
   font-weight: bold;
   line-height: 1.5;
}