/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _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; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

body {
  font-size: 12px;
  line-height: 1.4;
  font-family: Tahoma, Geneva, sans-serif; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

/*.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}*/
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* common */
html {
  min-width: 960px;
  min-height: 100%; }

body {
  min-width: 960px;
  min-height: 100%; }

/* /common */
/* bootstrap progress bar */
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 12px;
  /*margin-bottom: 20px;*/
  background-color: #f7f7f7;
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px; }

.progress .bar {
  width: 0%;
  height: 100%;
  color: #ffffff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  transition: width 0.6s ease; }

.progress .bar + .bar {
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15); }

.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-success .bar,
.progress .bar-success {
  background: #fc100c;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjMTAwYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjZmYwNTAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNyUiIHN0b3AtY29sb3I9IiNmZTA1MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1NyUiIHN0b3AtY29sb3I9IiNkYTA0MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYWYwMjAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: linear-gradient(to bottom, #fc100c 0%, #ff0500 3%, #fe0500 7%, #da0400 57%, #af0200 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc100c', endColorstr='#af0200',GradientType=0 ); }

/* bootstrap progress bar */
/* dialogs */
.no-close .ui-dialog-titlebar-close {
  display: none; }

/* /dialogs */
/* info icon */
.info-icon {
  display: block;
  background: url(../static/img/icons/info.png);
  width: 17px;
  height: 17px;
  overflow: hidden; }

/* /info icon */
/* header */
#page-header {
  width: 870px;
  margin: 0 auto;
  padding: 28px 35px 40px 35px;
  position: relative;
  background: #FFFFFF; }

#page-header #logo {
  margin: 0;
  padding: 0; }

#page-header .nav {
  width: 500px;
  position: absolute;
  top: 8px;
  right: 80px; }

#social-nav {
  display: inline;
  float: right;
  margin: 0 0 0 14px; }

#social-nav ul,
#social-nav ul li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none; }

#social-nav ul {
  padding: 2px 0 2px 7px;
  border-left: 1px solid #A5A5A5; }

#social-nav ul li {
  height: 16px;
  vertical-align: top;
  line-height: 16px;
  margin: 0 0 0 6px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

#social-nav a {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../static/img/icons/social.png);
  background-repeat: no-repeat; }

#social-nav ul li.facebook a {
  background-position: 0 0; }

#social-nav ul li.twitter a {
  background-position: -16px 0; }

#social-nav ul li.youtube a {
  background-position: -32px 0; }

#language-nav {
  float: right; }

#language-nav ul,
#language-nav ul li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none; }

#language-nav ul {
  padding: 2px 0 3px 7px; }

#language-nav ul li {
  height: 15px;
  vertical-align: top;
  line-height: 15px;
  margin: 0 0 0 6px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

#language-nav a {
  display: block;
  width: 22px;
  height: 15px;
  background-image: url(../static/img/icons/flags.png);
  background-repeat: no-repeat; }

#language-nav ul li.german a {
  background-position: 0 -15px; }

#language-nav ul li.german a.active {
  background-position: 0 0; }

#language-nav ul li.french a {
  background-position: -22px -15px; }

#language-nav ul li.french a.active {
  background-position: -22px 0; }

#user-nav {
  float: right; }

#user-nav ul,
#user-nav ul li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none; }

#user-nav ul li {
  font-size: 11px;
  border-right: 1px solid #A5A5A5;
  vertical-align: middle;
  line-height: 20px;
  height: 20px;
  margin: 0;
  padding: 0 14px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

#user-nav ul li.shopping-cart {
  border-right: 0; }

#user-nav a {
  display: block; }

#user-nav a:link,
#user-nav a:visited {
  color: #000000;
  text-decoration: none; }

#user-nav a:hover,
#user-nav a:active {
  color: #000000;
  text-decoration: underline; }

#user-nav ul li.shopping-cart a {
  padding-left: 26px;
  background: url(../static/img/icons/cart-dark.png) 0 50% no-repeat; }

#user-nav a.active:link,
#user-nav a.active:visited {
  color: #d90014; }

#user-nav a.active:hover,
#user-nav a.active:active {
  color: #d90014; }

#page-header .shopping-cart-button {
  position: absolute;
  top: 62px;
  right: 35px; }

#page-header #button-to-shopping-cart {
  display: block;
  width: 136px;
  height: 45px;
  background: url(../static/img/buttons/shopping-cart-de.png) 50% 50% no-repeat; }

#page-header .go-on-shopping-button {
  position: absolute;
  top: 70px;
  right: 35px; }

#page-header #button-go-on-shopping {
  display: block;
  width: 136px;
  height: 34px;
  background: url(../static/img/buttons/weiter-einkaufen.png) 50% 50% no-repeat; }

/* /header */
/* primary nav */
#primary-nav {
  width: 870px;
  background: #FFFFFF;
  padding: 0 35px;
  margin: 0 auto;
  border-bottom: 1px solid #B2B2B2;
  text-align: right; }

#primary-nav ul,
#primary-nav ul li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none; }

#primary-nav ul li {
  margin-left: 7px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

#primary-nav a {
  display: block;
  line-height: 31px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  min-width: 120px;
  padding: 0 15px;
  border-radius: 4px 4px 0 0;
  border-color: #B2B2B2;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  background: #eaeaea;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjZWRlZGVkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTclIiBzdG9wLWNvbG9yPSIjZWJlYmViIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjZThlOGU4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzclIiBzdG9wLWNvbG9yPSIjZTRlNGU0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDAlIiBzdG9wLWNvbG9yPSIjZTFlMWUxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NhY2FjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: linear-gradient(to bottom, #eaeaea 0%, #ededed 3%, #ebebeb 17%, #e8e8e8 20%, #e4e4e4 37%, #e1e1e1 40%, #cacaca 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#cacaca',GradientType=0 ); }

#primary-nav li a.active {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
  background: #fc100c;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjMTAwYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjZmYwNTAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNyUiIHN0b3AtY29sb3I9IiNmZTA1MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1NyUiIHN0b3AtY29sb3I9IiNkYTA0MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYWYwMjAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: linear-gradient(to bottom, #fc100c 0%, #ff0500 3%, #fe0500 7%, #da0400 57%, #af0200 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc100c', endColorstr='#af0200',GradientType=0 ); }

#primary-nav a:link,
#primary-nav a:visited {
  color: #000000;
  text-decoration: none; }

#primary-nav a:hover,
#primary-nav a:active {
  color: #000000;
  text-decoration: none; }

#primary-nav li a.active:link,
#primary-nav li a.active:visited {
  color: #FFFFFF;
  text-decoration: none; }

#primary-nav li a.active:hover,
#primary-nav li a.active:active {
  color: #FFFFFF;
  text-decoration: none; }

/* /primary nav */
/* before footer */
#before-footer {
  width: 940px;
  margin: 0 auto;
  border-top: 5px solid #DBDBDB;
  padding: 20px 0;
  background: #FFFFFF; }

#before-footer article {
  padding-top: 7px;
  padding-right: 76px;
  padding-left: 20px;
  width: 197px;
  min-height: 107px; }

#before-footer article.service {
  background: url(../static/img/before-footer-service.png) 100% 16px no-repeat; }

#before-footer article.guarantee {
  width: 206px;
  background: url(../static/img/before-footer-guarantee.png) 100% 16px no-repeat;
  padding-right: 66px; }

#before-footer article.payment {
  background: url(../static/img/before-footer-payment.png) 100% 16px no-repeat; }

#before-footer .article-wrap {
  float: left;
  background: url(../static/img/before-footer-articles-splitter.png) left top repeat-y;
  padding-left: 1px;
  padding-right: 20px; }

#before-footer .article-wrap-first {
  background: none;
  padding-left: 0; }

#before-footer h1 {
  font-size: 14px;
  line-height: 1.286em;
  font-weight: bold;
  margin: 0 0 5px 0;
  white-space: nowrap; }

#before-footer p {
  margin: 0; }

#before-footer ul {
  margin: 0; }

#before-footer article.service .phone {
  display: block;
  font-size: 16px;
  margin-top: 4px; }

#before-footer article.guarantee ul {
  margin: 0 0 0 16px;
  padding: 0; }

#before-footer article.guarantee ul li {
  margin: 0;
  padding: 0; }

/*#before-footer article.guarantee ul li span {
	position: relative;
	left: -7px;
}*/
#before-footer article.payment ul.cc,
#before-footer article.payment ul.cc li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none; }

#before-footer article.payment ul.cc {
  margin: 9px 0 3px 0; }

#before-footer article.payment ul.cc li {
  width: 42px;
  height: 26px;
  background-image: url(../static/img/icons/payment.png);
  background-repeat: no-repeat;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

#before-footer article.payment ul.cc li.visa {
  background-position: 0 0; }

#before-footer article.payment ul.cc li.mc {
  background-position: 0 -26px; }

#before-footer article.payment ul.cc li.amex {
  background-position: 0 -52px; }

#before-footer article.payment ul.cc li.paypal {
  background-position: 0 -78px; }

#before-footer article.payment ul.cc li.postcard {
  background-position: 0 -104px; }

#before-footer article.payment a {
  font-size: 11px; }

#before-footer article.payment a:link,
#before-footer article.payment a:visited {
  color: #676767;
  text-decoration: underline; }

#before-footer article.payment a:hover,
#before-footer article.payment a:active {
  color: #676767;
  text-decoration: none; }

/* /before footer */
/* footer */
#page-footer {
  width: 940px;
  margin: 0 auto;
  background: #0F1013;
  font-size: 11px; }

#page-footer a:link,
#page-footer a:visited {
  color: #FFFFFF;
  text-decoration: none; }

#page-footer a:hover,
#page-footer a:active {
  color: #FFFFFF;
  text-decoration: underline; }

#secondary-nav ul,
#secondary-nav ul li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none; }

#secondary-nav ul {
  padding: 20px 27px 23px 27px;
  text-align: right; }

#secondary-nav ul li {
  padding-left: 35px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

/* /footer */
/* content */
#content {
  width: 940px;
  margin: 0 auto;
  background: #FFFFFF;
  padding: 1px 0; }

a.button {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

a.button:link,
a.button:visited {
  text-decoration: none; }

a.button:hover,
a.button:active {
  text-decoration: none; }

a.button {
  color: #FFFFFF;
  font-weight: bold;
  border-style: solid;
  border-width: 1px;
  line-height: 26px;
  padding: 0 10px;
  border-color: #1B1B1B;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
  background: #cecdcd;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NlY2RjZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQlIiBzdG9wLWNvbG9yPSIjY2RjYmNiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjYmViY2JjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDQlIiBzdG9wLWNvbG9yPSIjOWY5ZTllIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSIjNmI2YTZhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU2NTU1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: linear-gradient(to bottom, #cecdcd 0%, #cdcbcb 4%, #bebcbc 20%, #9f9e9e 44%, #6b6a6a 80%, #565555 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecdcd', endColorstr='#565555',GradientType=0 ); }

a.button-editor {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
  border: 1px solid #ababab;
  padding: 6px 15px 7px 15px;
  margin-top: 1px;
  border-radius: 1px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  background: #eeeeee;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM2JSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc5JSIgc3RvcC1jb2xvcj0iI2M2YzZjNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZGJkYmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #eeeeee 0%, #e2e2e2 30%, #dddddd 36%, #c6c6c6 79%, #bdbdbd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#bdbdbd',GradientType=0 ); }

h1#page-title {
  margin: 0;
  font-size: 30px;
  font-weight: normal;
  padding-left: 40px; }

/* /content */
/* home page */
#page-id-home {
  background-image: url(../static/img/animation/bg.jpg);
  background-size: 100% 486px;
  background-repeat: no-repeat;
  background-position: 50% 50px; }

#page-id-home #page-header {
  background: none; }

#page-id-home #content article {
  padding-left: 435px;
  padding-right: 40px;
  min-height: 300px;
  /*background: url(../static/img/create-your-own-shot.png) 50px 30px no-repeat;*/
  padding-bottom: 23px; }

#front-create-your-own-shot {
  position: absolute;
  margin: 30px 0 0 -385px; }

#page-id-home #content article hgroup {
  padding-top: 24px;
  margin-bottom: -3px; }

#page-id-home #content article hgroup h1,
#page-id-home #content article hgroup h2 {
  margin: 0; }

#page-id-home #content article hgroup h1 {
  color: #DA0014;
  font-size: 20px;
  margin-bottom: 5px; }

#page-id-home #content article hgroup h2 {
  font-size: 14px; }

#home-animation {
  width: 100%;
  overflow: hidden;
  padding-top: 18px; }

#home-animation ul#home-animation-list,
#home-animation ul#home-animation-list li {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none; }

#home-animation ul#home-animation-list {
  white-space: nowrap; }

#home-animation ul#home-animation-list li {
  padding: 0 37px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

#page-id-home #primary-nav {
  background: none;
  margin-top: -50px;
  margin-bottom: 17px; }

#page-id-home #primary-nav li {
  position: relative;
  z-index: 1; }

/* /home page */
/* gallery page */
#page-id-gallery {
  background-image: url(../static/img/animation/bg.jpg);
  background-size: 100% 486px;
  background-repeat: no-repeat;
  background-position: 50% 50px; }

#page-id-gallery #page-header {
  background: none; }

#page-id-gallery #primary-nav {
  background: none;
  margin-top: -50px;
  margin-bottom: 17px; }

#page-id-gallery #primary-nav li {
  position: relative;
  z-index: 1; }

#page-id-gallery #content h1 {
  padding: 0;
  margin: 0;
  border-top: 1px solid #ABABAB;
  border-bottom: 1px solid #ABABAB;
  background: #EDEDED;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI3JSIgc3RvcC1jb2xvcj0iI2U0ZTRlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc2JSIgc3RvcC1jb2xvcj0iI2M3YzdjNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk4JSIgc3RvcC1jb2xvcj0iI2JkYmRiZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZWJlYmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #ededed 0%, #e4e4e4 27%, #c7c7c7 76%, #bdbdbd 98%, #bebebe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#bebebe',GradientType=0 ); }

#page-id-gallery #content h1 span {
  width: 279px;
  height: 46px;
  display: block;
  margin: 0 auto;
  background: url(../static/img/gallery-header.png) 50% 50% no-repeat; }

#page-id-gallery #content {
  width: auto;
  padding: 0 0 51px 0;
  text-align: center; }

#page-id-gallery ul#labels-gallery {
  width: 796px;
  margin: 17px auto 33px auto;
  list-style: none;
  padding: 0; }

#page-id-gallery ul#labels-gallery li {
  background: white;
  border-radius: 5px;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.75);
  margin: 7px;
  padding: 4px;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

#page-id-gallery ul#labels-gallery img {
  display: block; }

/* /gallery page */
/* product selector */
#product-selector {
  text-align: center;
  background: #FFFFFF url(../static/img/product-selector-line.png) 0 55px no-repeat;
  border-top: 1px solid #141215;
  margin: 0 -35px -12px -35px;
  padding: 22px 0;
  position: relative; }

#product-selector .outer {
  text-align: left;
  margin: 0 24px;
  padding: 0;
  width: 892px;
  overflow: hidden;
  height: 17.25em; }

#product-selector .inner {
  margin: 0;
  padding: 0;
  width: 892px;
  white-space: nowrap;
  height: 17.25em; }

#product-selector ul,
#product-selector li,
#product-selector h3 {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none; }

#product-selector .category {
  text-indent: 0;
  padding-right: 5px;
  white-space: normal;
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

#product-selector .category ul {
  padding: 11px 0 10px 0; }

#product-selector .category ul li {
  vertical-align: top;
  width: 64px;
  text-align: center;
  padding: 0 0 0 5px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

#product-selector .category ul li:first-child {
  padding-left: 0; }

#product-selector .category h3 {
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  color: #FFFFFF;
  background: #807971;
  font-size: 14px;
  line-height: 1em;
  height: 1em;
  border: 1px solid #2E2B28;
  padding: 9px 0px 8px 0px;
  -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;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgwNzk3MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MzNmM2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #807971 0%, #433f3a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#807971', endColorstr='#433f3a',GradientType=0 ); }

#product-selector .category-left h3 {
  border-left: 0;
  padding-left: 1px;
  border-top-left-radius: 0; }

#product-selector .category-right h3 {
  border-right: 0;
  padding-right: 1px;
  border-top-right-radius: 0; }

#product-selector .category img,
#product-selector .category small {
  display: block;
  margin: 0 auto; }

#product-selector .category img {
  margin-bottom: 5px;
  pointer-events: none;
  position: relative; }

#product-selector .category small {
  font-size: 10px;
  line-height: 1.1em;
  font-weight: bold;
  margin-top: 5px; }

#product-selector label {
  display: block; }

#product-selector label,
#product-selector input {
  cursor: pointer; }

#product-selector-back,
#product-selector-forward {
  position: absolute;
  top: 0;
  width: 91px;
  height: 239px;
  background: rgba(0, 0, 0, 0.5); }

#product-selector-back {
  left: 0; }

#product-selector-forward {
  right: 0; }

#product-selector-back span,
#product-selector-forward span {
  display: block;
  width: 55px;
  height: 54px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background-image: url(../static/img/product-selector-arrows.png);
  background-repeat: no-repeat;
  margin: 92px 18px 93px 18px; }

#product-selector-back span {
  background-position: 0 -54px; }

#product-selector-forward span {
  background-position: -55px -54px; }

#product-selector-back:hover span {
  background-position: 0 0; }

#product-selector-forward:hover span {
  background-position: -55px 0; }

/* /product selector */
/* tasting */
#page-id-tasting {
  background-image: url(../bgimage?page=tasting);
  background-position: 50% 135px;
  background-repeat: no-repeat;
  background-size: 100% auto; }

#page-id-tasting #content {
  padding: 25px 35px 0 35px;
  width: 870px;
  margin: 0 auto; }

#page-id-tasting #page-title {
  margin-bottom: 23px; }

#page-id-tasting #product-selector .inner {
  border: 0; }

/* /tasting */
/* product info */
#content #product-info {
  margin: 0 -35px;
  border-top: 1px solid #000000;
  position: relative;
  background: #FFFFFF; }

#content #product-info .desc {
  margin: 0 315px 0 230px;
  min-height: 310px;
  background: url(../static/img/before-footer-articles-splitter.png) 100% 0 repeat-y;
  padding: 0 1px 0 0;
  border-style: solid;
  border-color: #FFFFFF;
  border-width: 20px 0; }

#content #product-info figure {
  position: absolute;
  left: 35px;
  top: 12px; }

#content #product-info hgroup {
  padding: 48px 0 5px 0; }

#content #product-info hgroup h1,
#content #product-info hgroup h2 {
  display: inline;
  font-weight: normal;
  font-family: Oswald, Tahoma, Geneva, sans-serif;
  line-height: 1em;
  font-weight: 700;
  margin: 0;
  padding: 0; }

#content #product-info hgroup h1 {
  font-size: 27px;
  color: #000000; }

#content #product-info hgroup h2 {
  font-size: 17px;
  color: #838181; }

#content #product-info div.desc p {
  padding-right: 19px; }

#content #product-info div.price {
  width: 245px;
  position: absolute;
  right: 35px;
  top: 0; }

#content #product-info .pricebox {
  position: relative;
  background: #B2B2B2;
  padding: 0 20px;
  font-size: 13px;
  height: 46px;
  line-height: 46px; }

#page-id-editor #content #product-info .pricebox {
  position: absolute;
  line-height: 1.4;
  width: 220px;
  margin-top: -22.077em;
  margin-left: -4px;
  margin-right: 0;
  z-index: 1; }

#page-id-editor #content #product-info .pricebox .price-description {
  width: 85px;
  padding-top: 5px;
  text-align: right;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

#page-id-editor #content #product-info .pricebox .price-description span {
  border-bottom: 1px dotted;
  cursor: pointer; }

/*@media screen and (-webkit-min-device-pixel-ratio:0) {
	#page-id-editor #content #product-info .pricebox {
		margin-top: -285px;
  }
}*/
#content #product-info .pricebox .price {
  display: block;
  line-height: 1.1em;
  font-size: 23px;
  position: absolute;
  right: 20px;
  top: 12px; }

#content #product-info .pricebox .currency {
  font-weight: normal; }

#content #product-info .pricebox small {
  display: block;
  font-size: 10px;
  line-height: 9px;
  color: #5B5B5B;
  position: absolute;
  top: 25px;
  right: 15px;
  text-align: right; }

#content #product-info .pricebox .info-icon {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

#content #product-info .note {
  margin-top: 25px;
  color: #626262;
  background: #FAFAFA;
  padding: 7px 14px 10px 14px;
  border: 1px solid #B1B1B1;
  border-radius: 4px; }

#content #product-info .note p {
  margin: 0;
  line-height: 22px; }

#content #product-info .note p.note-content {
  line-height: 17px; }

#content #product-info .note ul {
  color: #FF0000;
  padding-left: 15px;
  line-height: 1.834em;
  margin-top: 0.5em;
  margin-bottom: 1.41em; }

#content #product-info .note ul li span {
  color: #626262; }

#content #product-info .note ul li a:link,
#content #product-info .note ul li a:visited {
  color: #626262;
  text-decoration: none; }

#content #product-info .note ul li a:hover,
#content #product-info .note ul li a:active {
  color: #626262;
  text-decoration: underline; }

#content #product-info .to-shopping-cart {
  margin-top: 25px; }

#content #product-info .to-shopping-cart input {
  display: block;
  float: right;
  width: 136px;
  height: 34px;
  background: url(../static/img/buttons/generic.png) 50% 50% no-repeat;
  line-height: 34px;
  font-size: 1em;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center; }

#content #product-info .tasting-button {
  color: #626262;
  padding-top: 0.583em; }

#content #product-info .tasting-button p {
  margin-bottom: 0; }

#content #product-info .tasting-button a.button {
  font-size: 1.25em;
  line-height: 2.267em; }

#content #product-info .to-shopping-cart input[disabled] {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  /* IE 5-7 */
  filter: alpha(opacity=30);
  /* Netscape */
  -moz-opacity: 0.3;
  /* Safari 1.x */
  -khtml-opacity: 0.3;
  /* Good browsers */
  opacity: 0.3; }

#label-editor-add-to-cart-box {
  margin-top: 18px;
  margin-bottom: 64px; }

#label-editor-add-to-cart-box #label-editor-quantity {
  width: 3.2em;
  font-size: 1.4em; }

#label-editor-add-to-cart-box #add-to-cart {
  width: 136px;
  height: 34px;
  background: url(../static/img/buttons/generic.png) 50% 50% no-repeat;
  line-height: 34px;
  font-size: 1em;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  display: block;
  float: right;
  margin-top: -1px; }

/* /product info */
/* image upload form */
#upload-image {
  padding: 0 8px;
  margin-top: 1em; }

#upload-image table {
  width: 237px; }

#upload-image table td {
  padding-top: 1em; }

#upload-image .upload-notes {
  margin-top: 1em; }

#upload-image .upload-notes p {
  margin: 0;
  line-height: 1.5em; }

#upload-image .upload-notes p strong {
  display: block; }

/* /image upload form */
/* prices dialog */
#dlg-order-label-price {
  color: #626262; }

#dlg-order-label-price table {
  border-top: 1px solid #626262;
  border-bottom: 1px solid #626262;
  width: 100%;
  margin: 1em 0; }

#dlg-order-label-price table th {
  text-align: right;
  white-space: nowrap;
  border-bottom: 1px solid #626262;
  padding: 5px; }

#dlg-order-label-price table th.first {
  text-align: left; }

#dlg-order-label-price table td {
  width: 1%;
  white-space: nowrap;
  text-align: right;
  padding: 5px; }

#dlg-order-label-price table td.first {
  text-align: left;
  width: auto; }

#dlg-order-label-price strong.hdr {
  color: #DA0014; }

/* /prices dialog */
/* content columns */
#content .two-cols .col {
  width: 363px;
  margin: 0 30px;
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

#content .two-cols .col-first {
  margin-left: 40px; }

#content .two-cols .col-last {
  margin-right: 40px; }

#content .col h1 {
  font-size: 20px;
  font-weight: normal;
  margin: 45px 0 33px 0; }

/* /content columns */
/* label editor */
#page-id-editor {
  background-image: url(../bgimage?v=editor);
  background-position: 50% 135px;
  background-repeat: no-repeat;
  background-size: 100% auto; }

#label-editor-container {
  width: 870px;
  margin: 0 auto;
  min-height: 442px;
  background: #D7D7D7 url(../static/img/label-editor-bg.png) left top repeat-x;
  padding: 25px 35px 0 35px; }

#label-editor-content {
  width: 370px;
  height: 442px;
  margin: 0 235px -442px 265px;
  padding: 0; }

#label-editor-container-inner {
  position: relative; }

#label-editor {
  width: 370px;
  height: 442px;
  position: relative;
  z-index: 1; }

#label-editor-sidebar-first {
  width: 265px;
  float: left;
  min-height: 442px; }

#label-editor-sidebar-second {
  width: 235px;
  float: right;
  min-height: 442px; }

#label-editor-sidebar-second .to-shopping-cart a {
  display: block;
  float: right;
  width: 136px;
  height: 34px;
  background: url(../static/img/buttons/generic.png) 50% 50% no-repeat; }

#label-editor-sidebar-second .to-shopping-cart {
  position: absolute;
  right: 0;
  bottom: 31px; }

#label-editor-container .box {
  color: #626262;
  padding: 13px;
  border: 1px solid #B1B1B1;
  border-radius: 3px;
  background: #f6f6f6;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #f6f6f6 0%, #efefef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#efefef',GradientType=0 ); }

#label-editor-container .box-square {
  border-radius: 0; }

#label-editor-container .box h2 {
  font-size: 13px;
  line-height: 14px;
  margin: 0;
  padding: 0;
  font-weight: normal; }

#label-editor-container #label-editor-colors h2 {
  margin-right: 5px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

#label-editor-container #label-editor-colors {
  padding: 9px 13px; }

#label-editor-colors ul.colors,
#label-editor-colors ul.colors li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 17px; }

#label-editor-colors ul.colors {
  padding: 9px 0 4px 0; }

#label-editor-colors ul.colors li {
  vertical-align: top;
  margin: 3px 0 0 4px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

#label-editor-colors ul.colors li.first-in-row {
  margin-left: 0; }

#label-editor-colors ul.colors a {
  display: block;
  width: 17px;
  height: 17px;
  background-image: url(../static/img/icons/colors.png);
  overflow: hidden; }

#label-editor-colors ul.colors a.color-red {
  background-position: 0 0; }

#label-editor-colors ul.colors a.color-yellow {
  background-position: -17px 0; }

#label-editor-colors ul.colors a.color-acid-green {
  background-position: -34px 0; }

#label-editor-colors ul.colors a.color-cyanogen {
  background-position: -51px 0; }

#label-editor-colors ul.colors a.color-lochmara {
  background-position: -68px 0; }

#label-editor-colors ul.colors a.color-wild-blue-yonder {
  background-position: -85px 0; }

#label-editor-colors ul.colors a.color-magenta {
  background-position: -102px 0; }

#label-editor-colors ul.colors a.color-lotus {
  background-position: -119px 0; }

#label-editor-colors ul.colors a.color-coral {
  background-position: -136px 0; }

#label-editor-colors ul.colors a.color-teal {
  background-position: -153px 0; }

#label-editor-colors ul.colors a.color-congress-blue {
  background-position: 0 -17px; }

#label-editor-colors ul.colors a.color-siren {
  background-position: -17px -17px; }

#label-editor-colors ul.colors a.color-rose {
  background-position: -34px -17px; }

#label-editor-colors ul.colors a.color-temptress {
  background-position: -51px -17px; }

#label-editor-colors ul.colors a.color-pigment-indigo {
  background-position: -68px -17px; }

#label-editor-colors ul.colors a.color-olive {
  background-position: -85px -17px; }

#label-editor-colors ul.colors a.color-black {
  background-position: -102px -17px; }

#label-editor-colors ul.colors a.color-grey {
  background-position: -119px -17px; }

#label-editor-colors ul.colors a.color-white {
  background-position: -136px -17px; }

#label-editor-colors ul.colors a.color-silver {
  background-position: -153px -17px; }

#label-editor-images ul.tabs,
#label-editor-images ul.tabs li {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none; }

#label-editor-images ul.tabs {
  overflow: hidden;
  zoom: 1;
  position: relative;
  margin-bottom: -1px; }

#label-editor-images ul.tabs li {
  float: left;
  width: 118px;
  border: 1px solid #B0B0B0;
  text-align: center;
  font-size: 13px;
  line-height: 1em;
  border-radius: 3px 3px 0 0;
  padding: 7px 5px 6px 5px;
  background: #d4d4d4;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q0ZDRkNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlY2VjZWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #d4d4d4 0%, #ececec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4d4d4', endColorstr='#ececec',GradientType=0 ); }

#label-editor-images ul.tabs li a:link,
#label-editor-images ul.tabs li a:visited,
#label-editor-images ul.tabs li a:hover,
#label-editor-images ul.tabs li a:active {
  color: #999898;
  text-decoration: none; }

#label-editor-images ul.tabs li.active {
  border-bottom: 0;
  padding-bottom: 7px;
  background: #f6f6f6;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); }

#label-editor-images ul.tabs li.last {
  margin-left: 5px; }

#label-editor-images ul.images,
#label-editor-images ul.images li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none; }

#label-editor-images ul.images {
  text-align: center;
  margin-bottom: 1em;
  min-height: 32px; }

#label-editor-images-tab-1 ul.images {
  min-height: 290px; }

#label-editor-images-tab-1 ul.images {
  min-height: 161px; }

#label-editor-images ul.images li {
  vertical-align: middle;
  margin: 4px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

#label-editor-images ul.images li img {
  vertical-align: middle;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

#label-editor-images ul.images li.loading {
  background: url(../static/img/gallery-ajax-loader.gif) 50% 50% no-repeat; }

#label-editor-images ul.images li.loading img {
  visibility: hidden; }

#label-editor-images ul.images span.image-wrap {
  position: relative;
  line-height: 1em;
  vertical-align: middle;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

#label-editor-images ul.images a.remove-image {
  width: 17px;
  height: 17px;
  background: url("../static/img/icons/edit-layer.png") 0 -17px no-repeat;
  position: absolute;
  right: -4px;
  bottom: -4px;
  display: none; }

#label-editor-images ul.images span.image-wrap:hover a.remove-image {
  display: block; }

#label-editor-images ul.images li.loading a.remove-image,
#label-editor-images ul.images li.loading span.image-wrap:hover a.remove-image {
  display: none; }

#label-editor-images-tab-1,
#label-editor-images-tab-2 {
  min-height: 348px; }

#label-editor-container #label-editor-images-tab-1,
#label-editor-container #label-editor-images-tab-2 {
  padding-left: 5px;
  padding-right: 5px; }

#label-editor-images .summary {
  text-align: center;
  width: 253px; }

#label-editor-images .pager {
  position: relative;
  margin-top: -1.4em; }

#label-editor-images .pager ul,
#label-editor-images .pager ul li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none; }

#label-editor-images .pager ul {
  margin: 0 5px;
  font-size: 11px;
  line-height: 16px;
  color: #ABABAB; }

#label-editor-images .pager ul a:link,
#label-editor-images .pager ul a:visited {
  color: #ABABAB;
  text-decoration: none; }

#label-editor-images .pager ul a:hover,
#label-editor-images .pager ul a:active {
  color: #ABABAB;
  text-decoration: underline; }

#label-editor-images .pager ul li.next a {
  float: right;
  padding-right: 11px;
  background: url(../static/img/editor-gallery-next.png) 100% 50% no-repeat; }

#label-editor-images .pager ul li.prev a {
  float: left;
  padding-left: 11px;
  background: url(../static/img/editor-gallery-prev.png) 0 50% no-repeat; }

#label-editor-images .category-filter {
  padding: 0 8px 8px 8px; }

#label-editor-images .list-view-loading {
  background: url(../static/img/gallery-ajax-loader.gif) 50% 50% no-repeat; }

#label-editor-images .list-view-loading * {
  visibility: hidden; }

#label-editor-colors {
  margin-top: 18px; }

#label-editor-text .font-style {
  margin: 12px 0 10px 0;
  font-size: 12px; }

ul#label-editor-text-formatting {
  float: right; }

ul#label-editor-text-formatting,
ul#label-editor-text-formatting li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top; }

ul#label-editor-text-formatting li {
  border: 1px solid #b0b0b0;
  border-radius: 3px;
  background: #f4f4f4;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUlIiBzdG9wLWNvbG9yPSIjZjhmOGY4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: linear-gradient(to bottom, #f4f4f4 0%, #f8f8f8 5%, #e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e5e5e5',GradientType=0 ); }

ul#label-editor-text-formatting a {
  display: block;
  width: 23px;
  height: 23px;
  background-image: url(../static/img/icons/edit-text.png);
  background-repeat: no-repeat; }

#s2id_label-editor-text-font-size {
  float: right; }

ul#label-editor-text-formatting .bold,
ul#label-editor-text-formatting .left {
  margin-left: 7px; }

ul#label-editor-text-formatting .bold a {
  background-position: 0 0; }

ul#label-editor-text-formatting .bold a.active {
  background-position: 0 -23px; }

ul#label-editor-text-formatting .italic a {
  background-position: -23px 0; }

ul#label-editor-text-formatting .italic a.active {
  background-position: -23px -23px; }

ul#label-editor-text-formatting .left a {
  background-position: -46px 0; }

ul#label-editor-text-formatting .left a.active {
  background-position: -46px -23px; }

ul#label-editor-text-formatting .center a {
  background-position: -69px 0; }

ul#label-editor-text-formatting .center a.active {
  background-position: -69px -23px; }

ul#label-editor-text-formatting .right a {
  background-position: -92px 0; }

ul#label-editor-text-formatting .right a.active {
  background-position: -92px -23px; }

#label-editor-text .text {
  margin: 10px 0 0 0; }

#label-editor-text .buttons .button {
  margin-top: 10px; }

#label-editor-text-content {
  border: 1px solid #AAAAAA;
  border-radius: 3px;
  padding: 2px;
  height: 45px;
  width: 201px;
  max-height: 45px;
  max-width: 201px;
  resize: none; }

#label-editor-container .control-disabled {
  opacity: 0.3;
  cursor: default !important; }

#label-editor-container .control-disabled * {
  cursor: default !important; }

#label-editor-result {
  border: 1px solid #E5E5E5;
  margin-top: 10px;
  /*position: absolute;
	right: 0;
	top: 0;*/ }

#label-editor-result .kineticjs-content {
  vertical-align: top; }

#dlg-order-before-submit .color-note {
  color: #999; }

/* /label-editor */
/* generic form */
#content form .row,
#content form .row-wo-label {
  margin: 1em 0; }

#content form .row label {
  width: 10em;
  text-align: right;
  font-weight: bold;
  margin-right: 0.5em;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

#content form .row-wo-label {
  padding-left: 10.9em; }

#content form .row-radios label {
  margin-right: 1em;
  font-weight: bold;
  display: inline;
  width: auto;
  text-align: left; }

#content form .row label.inline,
#content form .row-wo-label label {
  width: auto;
  text-align: left; }

#content form .row-radios input {
  vertical-align: text-bottom; }

#content form .row input[type="text"],
#content form .row textarea,
#content form .row select,
#content form .row input[type="password"] {
  border: 1px solid #E8E8E8;
  padding: 5px;
  width: 22.333em; }

#content form .row select {
  width: 23.333em;
  font-weight: bold; }

#content form .row textarea {
  height: 11.667em; }

#content form .row-buttons .button {
  color: #FFFFFF;
  font-weight: bold;
  border-style: solid;
  border-width: 1px;
  line-height: 26px;
  padding: 0 10px;
  border-color: #1B1B1B;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
  background: #cecdcd;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NlY2RjZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQlIiBzdG9wLWNvbG9yPSIjY2RjYmNiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjYmViY2JjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDQlIiBzdG9wLWNvbG9yPSIjOWY5ZTllIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSIjNmI2YTZhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU2NTU1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: linear-gradient(to bottom, #cecdcd 0%, #cdcbcb 4%, #bebcbc 20%, #9f9e9e 44%, #6b6a6a 80%, #565555 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecdcd', endColorstr='#565555',GradientType=0 ); }

#content form .row-buttons .red-button {
  background: #fd5d5c;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkNWQ1YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE2JSIgc3RvcC1jb2xvcj0iI2YyNTU1NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMyJSIgc3RvcC1jb2xvcj0iI2UwNDc0NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg0JSIgc3RvcC1jb2xvcj0iI2EwMGYwZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkyJSIgc3RvcC1jb2xvcj0iIzk4MDcwNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5MjAzMDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #fd5d5c 0%, #f25554 16%, #e04746 32%, #a00f0d 84%, #980705 92%, #920302 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd5d5c', endColorstr='#920302',GradientType=0 ); }

/* /generic form */
/* contact */
#page-id-contact {
  background-image: url(../bgimage?v=contact);
  background-position: 50% 135px;
  background-repeat: no-repeat;
  background-size: 100% auto; }

#page-id-contact #content {
  width: 870px;
  padding: 84px 35px 1px 35px; }

#page-id-contact #content hgroup h1 {
  font-size: 20px;
  background: url(../static/img/dots.png) 0 100% repeat-x;
  padding-bottom: 18px;
  margin: 0; }

#page-id-contact #content hgroup h2 {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 20px 40px 0 40px; }

#frm-contact {
  margin: 0 40px; }

#content #frm-contact .intro {
  margin: 1em 0 3.583em 0; }

#content #frm-contact .intro .errors {
  display: block;
  margin-top: 1em;
  color: #FF0000; }

#frm-contact #ContactForm_houseNumber,
#frm-contact #ContactForm_zip {
  width: 4.833em; }

#frm-contact #ContactForm_city {
  width: 16.166em; }

#content #frm-contact .row-warning {
  margin-bottom: 2.75em; }

#content #frm-contact .row-buttons {
  margin-top: 2.083em;
  margin-bottom: 4.667em; }

#content #frm-contact .help-block {
  margin-top: 0.5em;
  color: #FF0000; }

#content #frm-contact .row .help-block {
  padding-left: 10.9em; }

/* /contact */
/* contact thanks */
#page-id-contact-thanks {
  background-image: url(../bgimage?v=contact-thanks);
  background-position: 50% 135px;
  background-repeat: no-repeat;
  background-size: 100% auto; }

#page-id-contact-thanks #content {
  width: 870px;
  padding: 84px 35px 1px 35px; }

#page-id-contact-thanks #content hgroup h1 {
  font-size: 20px;
  background: url(../static/img/dots.png) 0 100% repeat-x;
  padding-bottom: 18px;
  margin: 0; }

#page-id-contact-thanks #content hgroup h2 {
  font-size: 20px;
  font-weight: normal;
  margin: 0;
  padding: 20px 40px 0 40px;
  color: #D90014; }

#page-id-contact-thanks #content .thanks {
  padding: 29px 40px 0 40px;
  position: relative;
  min-height: 381px; }

#page-id-contact-thanks #content .thanks figure {
  position: absolute;
  left: 388px;
  top: -24px; }

/* /contact thanks */
/* agb */
#page-id-agb {
  background-image: url(../bgimage?v=agb);
  background-position: 50% 135px;
  background-repeat: no-repeat;
  background-size: 100% auto; }

#page-id-agb #content {
  width: 870px;
  padding: 84px 35px 1px 35px; }

#page-id-agb #content article header h1 {
  font-size: 20px;
  background: url(../static/img/dots.png) 0 100% repeat-x;
  padding-bottom: 18px;
  margin: 0; }

#page-id-agb #content article .inner {
  padding: 0 40px 67px 40px; }

#page-id-agb #content article .inner h2 {
  padding-left: 35px;
  font-size: 14px;
  font-weight: normal;
  color: #DA0014;
  margin: 3.5em 0 0.857em 0; }

#page-id-agb #content article .inner h2 .roman-item {
  width: 2.286em;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

#page-id-agb #content article ol ul {
  list-style-type: disc; }

/* /agb */
/* about us */
#page-id-about-us {
  background-image: url(../bgimage?v=about-us);
  background-position: 50% 135px;
  background-repeat: no-repeat;
  background-size: 100% auto; }

#page-id-about-us #content {
  width: 870px;
  padding: 84px 35px 1px 35px; }

#page-id-about-us #content hgroup h1 {
  font-size: 20px;
  background: url(../static/img/dots.png) 0 100% repeat-x;
  padding-bottom: 18px;
  margin: 0; }

#page-id-about-us #content hgroup h2 {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 49px 40px 0 40px;
  color: #D90014; }

#page-id-about-us #content article .inner {
  padding: 0 240px 67px 40px; }

#page-id-about-us #content article p {
  line-height: 2em; }

/* /about us */
/* privacy policy */
#page-id-privacy-policy {
  background-image: url(../bgimage?v=privacy-policy);
  background-position: 50% 135px;
  background-repeat: no-repeat;
  background-size: 100% auto; }

#page-id-privacy-policy #content {
  width: 870px;
  padding: 84px 35px 1px 35px; }

#page-id-privacy-policy #content h1#page-title {
  font-size: 20px;
  background: url(../static/img/dots.png) 0 100% repeat-x;
  padding-bottom: 18px;
  margin: 0; }

#page-id-privacy-policy #content h2 {
  font-size: 1em;
  margin: 0.917em 0 0 0;
  padding: 0;
  color: #DA0014;
  font-weight: bold; }

#page-id-privacy-policy #content p {
  background: url(../static/img/dots.png) 0 100% repeat-x;
  padding-bottom: 1.333em; }

#page-id-privacy-policy #content p.last {
  background: none; }

#page-id-privacy-policy #content article .inner {
  padding: 40px 40px 25px 40px; }

/* /privacy policy */
/* help */
#page-id-help {
  background-image: url(../bgimage?v=help);
  background-position: 50% 135px;
  background-repeat: no-repeat;
  background-size: 100% auto; }

#page-id-help #content {
  width: 870px;
  padding: 84px 35px 1px 35px; }

#page-id-help #content h1#page-title {
  font-size: 20px;
  background: url(../static/img/dots.png) 0 100% repeat-x;
  padding-bottom: 18px;
  margin: 0; }

#page-id-help #content article .inner {
  padding: 32px 40px 67px 40px; }

#page-id-help #content dl.help,
#page-id-help #content dl.help dt.help,
#page-id-help #content dl.help dd.help {
  display: block;
  padding: 0;
  margin: 0; }

#page-id-help #content dl.help dt.help {
  color: #da0014;
  font-weight: bold;
  background: url(../static/img/dots.png) 0 0 repeat-x;
  padding: 16px 0 0 0; }

#page-id-help #content dl.help dt.help:first-child {
  background: none; }

#page-id-help #content .bank-data {
  margin-left: 35px; }

#page-id-help #content dl.bank-account,
#page-id-help #content dl.bank-account dt,
#page-id-help #content dl.bank-account dd {
  display: block;
  margin: 0;
  padding: 0; }

#page-id-help #content dl.bank-account {
  margin-bottom: 2em; }

#page-id-help #content dl.bank-account dt {
  float: left;
  width: 9em;
  clear: left; }

#page-id-help #content p.bank-address {
  margin-bottom: 0; }

#page-id-help #content dl.photo-requirements,
#page-id-help #content dl.photo-requirements dt,
#page-id-help #content dl.photo-requirements dd {
  display: block;
  margin: 0;
  padding: 0; }

#page-id-help #content dl.photo-requirements {
  margin: 1em 0; }

#page-id-help #content dl.photo-requirements dt {
  float: left;
  width: 12em;
  clear: left; }

/* /help */
/* impressum */
#page-id-impressum {
  background-image: url(../bgimage?v=impressum);
  background-position: 50% 135px;
  background-repeat: no-repeat;
  background-size: 100% auto; }

#page-id-impressum #content {
  width: 870px;
  padding: 84px 35px 1px 35px; }

#page-id-impressum #content h1#page-title {
  font-size: 20px;
  background: url(../static/img/dots.png) 0 100% repeat-x;
  padding-bottom: 18px;
  margin: 0; }

#page-id-impressum #content article .inner {
  padding: 45px 40px 105px 40px; }

#page-id-impressum #content dl.impressum,
#page-id-impressum #content dl.impressum dt,
#page-id-impressum #content dl.impressum dd {
  display: block;
  padding: 0;
  margin: 0; }

#page-id-impressum #content dl.impressum {
  line-height: 2em; }

#page-id-impressum #content dl.impressum dt {
  color: #da0014; }

#page-id-impressum #content dl.impressum dd {
  margin: 0 0 2em 0; }

/* /impressum */
/* temporary coming soon page */
#temp-coming-soon .text a:link,
#temp-coming-soon .text a:visited {
  color: #DA0014;
  text-decoration: none; }

#temp-coming-soon .text a:hover,
#temp-coming-soon .text a:active {
  color: #DA0014;
  text-decoration: underline; }

#temp-coming-soon .contacts,
#temp-coming-soon .facebook {
  min-height: 73px;
  padding-left: 95px; }

#temp-coming-soon .contacts {
  background: url(../static/img/before-footer-service.png) 0 0 no-repeat;
  padding-top: 17px;
  margin-top: 42px; }

#temp-coming-soon .facebook {
  background: url(../static/img/before-footer-facebook.png) 0 0 no-repeat;
  margin-top: 20px;
  padding-top: 25px; }

#temp-coming-soon .contacts .header {
  font-size: 14px;
  font-weight: bold;
  margin: 0; }

#temp-coming-soon .contacts .note {
  font-size: 12px;
  margin: 5px 0 28px 0; }

#temp-coming-soon .contacts .phones-email {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  line-height: 1.5em; }

#temp-coming-soon .contacts .phones-email a:link,
#temp-coming-soon .contacts .phones-email a:visited {
  color: #222222;
  text-decoration: none; }

#temp-coming-soon .contacts .phones-email a:hover,
#temp-coming-soon .contacts .phones-email a:active {
  color: #222222;
  text-decoration: underline; }

#temp-coming-soon .facebook p {
  font-size: 14px;
  margin: 0;
  line-height: 1.5em;
  font-weight: bold;
  white-space: nowrap; }

#temp-coming-soon .facebook a {
  white-space: nowrap; }

#temp-coming-soon .facebook a:link,
#temp-coming-soon .facebook a:visited {
  color: #222222;
  text-decoration: none; }

#temp-coming-soon .facebook a:hover,
#temp-coming-soon .facebook a:active {
  color: #222222;
  text-decoration: underline; }

/* /temporary coming soon page */
/* login page */
#page-id-login {
  background-image: url(../bgimage?v=login);
  background-position: 50% 135px;
  background-repeat: no-repeat;
  background-size: 100% auto; }

#page-id-login #content {
  width: 870px;
  padding: 84px 35px 46px 35px; }

#page-id-login #content h1#page-title {
  font-size: 20px;
  background: url(../static/img/dots.png) 0 100% repeat-x;
  padding-bottom: 18px;
  margin: 0; }

/* /login page */
/* login form */
#content form#frm-login .row label {
  width: 9.083em; }

#content form#frm-login .row-wo-label,
#content form#frm-login .help-block {
  padding-left: 9.983em; }

#content form#frm-login .help-block {
  margin-top: 0.5em;
  color: #FF0000; }

#content form#frm-login .row input[type="text"],
#content form#frm-login .row input[type="password"] {
  width: 19.3em; }

#content form#frm-login .row-buttons .button {
  width: 9.333em; }

#content form#frm-login a.button {
  padding-left: 15px;
  padding-right: 15px; }

#content form#frm-login a:link,
#content form#frm-login a:visited {
  color: #000000;
  text-decoration: none; }

#content form#frm-login a:hover,
#content form#frm-login a:active {
  color: #000000;
  text-decoration: underline; }

/* /login form */
/* change password link page */
#page-id-change-password-link {
  background-image: url(../bgimage?v=change-password-link);
  background-position: 50% 135px;
  background-repeat: no-repeat;
  background-size: 100% auto; }

#page-id-change-password-link #content {
  width: 870px;
  padding: 84px 35px 1px 35px; }

#page-id-change-password-link #content h1 {
  font-size: 20px;
  background: url(../static/img/dots.png) 0 100% repeat-x;
  padding-bottom: 18px;
  margin: 0; }

#content #frm-change-password-link {
  margin: 0 40px; }

#content #frm-change-password-link .intro {
  margin: 1em 0 3.583em 0; }

#content #frm-change-password-link .row-buttons {
  margin-top: 2.083em;
  margin-bottom: 4.667em; }

#content #frm-change-password-link .help-block {
  margin-top: 0.5em;
  color: #FF0000; }

#content #frm-change-password-link .row .help-block {
  padding-left: 10.9em; }

/*


*/
/* /change password link page */
/* register page */
#page-id-register {
  background-image: url(../bgimage?v=register);
  background-position: 50% 135px;
  background-repeat: no-repeat;
  background-size: 100% auto; }

#page-id-register #content {
  width: 870px;
  padding: 84px 35px 46px 35px; }

#page-id-register #content h1#page-title {
  font-size: 20px;
  background: url(../static/img/dots.png) 0 100% repeat-x;
  padding-bottom: 18px;
  margin: 0; }

#content #frm-register legend {
  font-size: 1.167em;
  font-weight: bold;
  padding-top: 2em;
  padding-bottom: 1em; }

#content #frm-register fieldset.account legend {
  padding-top: 0; }

#content #frm-register .row label {
  width: 12em; }

#content #frm-register .row-wo-label,
#content #frm-register .row .help-block {
  padding-left: 12.9em; }

#content #frm-register .help-block {
  margin-top: 0.5em;
  color: #FF0000; }

#content #frm-register #FrontUserRegisterForm_house,
#content #frm-register #FrontUserRegisterForm_zip {
  width: 4.833em; }

#content #frm-register #FrontUserRegisterForm_city {
  width: 16.166em; }

#content #frm-register .field-note {
  margin-left: 40px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

#content #frm-register .row label.inline,
#content #frm-register .row-wo-label label {
  width: auto;
  text-align: left; }

#content #frm-register #FrontUserRegisterForm_newsletter {
  position: absolute; }

#content #frm-register fieldset.newsletter .row-wo-label label {
  font-weight: normal;
  vertical-align: top;
  margin-left: 1.917em; }

#content #frm-register .row-buttons {
  padding-top: 20px;
  padding-bottom: 40px; }

/* /register page */
/* billing shipping page */
#content #frm-billing-shipping fieldset {
  padding: 15px 0 16px 0;
  background: url(../static/img/dots.png) 0 100% repeat-x; }

#content #frm-billing-shipping #FrontBillingShippingForm_billingHouse,
#content #frm-billing-shipping #FrontBillingShippingForm_billingZip,
#content #frm-billing-shipping #FrontBillingShippingForm_shippingHouse,
#content #frm-billing-shipping #FrontBillingShippingForm_shippingZip {
  width: 4.833em; }

#content #frm-billing-shipping #FrontBillingShippingForm_billingCity,
#content #frm-billing-shipping #FrontBillingShippingForm_shippingCity {
  width: 16.166em; }

#content #frm-billing-shipping .field-note {
  margin-left: 40px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

#content #frm-billing-shipping .radio-list {
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

#content #frm-billing-shipping .row-buttons {
  padding-top: 31px;
  padding-bottom: 31px; }

#content #frm-billing-shipping .row-wo-label,
#content #frm-billing-shipping .row .help-block {
  padding-left: 10.9em; }

#content #frm-billing-shipping .help-block {
  margin-top: 0.5em;
  color: #FF0000; }

#content #frm-billing-shipping input.button-checkout,
#content #frm-billing-shipping a.back-button {
  appearance: normal;
  -moz-appearance: normal;
  -webkit-appearance: normal;
  border: 0;
  padding: 0;
  margin: 0;
  width: 136px;
  height: 34px;
  line-height: 34px;
  font-weight: bold;
  text-align: center;
  background: url(../static/img/buttons/generic.png) 50% 50% no-repeat;
  color: #FFFFFF;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

#content #frm-billing-shipping input.button-checkout {
  float: right; }

#content #frm-billing-shipping a.back-button:link,
#content #frm-billing-shipping a.back-button:visited {
  color: #FFFFFF;
  text-decoration: none; }

#content #frm-billing-shipping a.back-button:hover,
#content #frm-billing-shipping a.back-button:active {
  color: #FFFFFF;
  text-decoration: none; }

/* /billing shipping page */
/* payment form */
#content #frm-payment .row-buttons {
  padding-top: 31px;
  padding-bottom: 31px;
  background: url(../static/img/dots.png) 0 0 repeat-x; }

#content #frm-payment .intro {
  padding: 25px 0 15px 0;
  margin: 0 0 0 35px;
  font-size: 0.917em;
  width: 500px; }

#content #frm-payment .row {
  padding: 15px 0;
  margin-left: 35px;
  width: 500px; }

#content #frm-payment .note,
#content #frm-payment .note ul.cards,
#content #frm-payment .note ul.cards li {
  margin: 0;
  padding: 0;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

#content #frm-payment .note ul.cards {
  vertical-align: middle;
  margin-left: 50px; }

#content #frm-payment .note ul.cards li {
  width: 42px;
  height: 26px;
  margin-left: 5px;
  background-image: url(../static/img/icons/payment.png);
  background-repeat: no-repeat; }

#content #frm-payment .note ul.cards li.visa {
  background-position: 0 0; }

#content #frm-payment .note ul.cards li.mastercard {
  background-position: 0 -26px; }

#content #frm-payment .note ul.cards li.postcard {
  background-position: 0 -104px; }

#content #frm-payment .row-first {
  padding: 15px 0 16px 0;
  background: url(../static/img/dots.png) 0 100% repeat-x; }

#content #frm-payment input.button-checkout,
#content #frm-payment a.back-button {
  appearance: normal;
  -moz-appearance: normal;
  -webkit-appearance: normal;
  border: 0;
  padding: 0;
  margin: 0;
  width: 136px;
  height: 34px;
  line-height: 34px;
  font-weight: bold;
  text-align: center;
  background: url(../static/img/buttons/generic.png) 50% 50% no-repeat;
  color: #FFFFFF;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

#content #frm-payment input.button-checkout {
  float: right; }

#content #frm-payment a.back-button:link,
#content #frm-payment a.back-button:visited {
  color: #FFFFFF;
  text-decoration: none; }

#content #frm-payment a.back-button:hover,
#content #frm-payment a.back-button:active {
  color: #FFFFFF;
  text-decoration: none; }

#content #frm-payment .help-block {
  margin-left: 1.5em;
  margin-top: 0.5em;
  color: #FF0000; }

/* /payment form */
/* order nav */
#order-nav {
  padding: 25px 0; }

#order-nav ul,
#order-nav ul li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none; }

#order-nav ul li {
  margin-right: 46px;
  padding-right: 4px;
  font-size: 16px;
  line-height: 20px;
  background: url(../static/img/order-nav.png) 100% 0 no-repeat;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

#order-nav ul li.active {
  color: #DA0014;
  background: url(../static/img/order-nav.png) 100% -20px no-repeat; }

#order-nav ul li.step-1 {
  width: 206px; }

#order-nav ul li.step-2 {
  width: 226px; }

#order-nav ul li.step-3 {
  width: 151px; }

#order-nav ul li.step-4 {
  margin-right: 0;
  padding-right: 0;
  width: 125px;
  background: none; }

#order-nav ul li .order {
  background: #000000;
  color: #FFFFFF;
  line-height: 20px;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  text-align: center;
  border-radius: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

#order-nav ul li.active .order {
  background: #D80C00; }

#order-nav ul li a:link,
#order-nav ul li a:visited {
  color: #222222;
  text-decoration: none; }

#order-nav ul li a:hover,
#order-nav ul li a:active {
  color: #222222;
  text-decoration: none; }

#order-nav ul li a:hover .label,
#order-nav ul li a:active .label {
  text-decoration: underline; }

/* /order nav */
/* order step 1 and 4 */
#page-id-order-step-1,
#page-id-order-step-4 {
  background-position: 50% 135px;
  background-repeat: no-repeat;
  background-size: 100% auto; }

#page-id-order-step-1 {
  background-image: url(../bgimage?v=order-step1); }

#page-id-order-step-4 {
  background-image: url(../bgimage?v=order-step4); }

#page-id-order-step-1 #content,
#page-id-order-step-4 #content {
  width: 870px;
  padding: 1px 35px 1px 35px; }

#page-id-order-step-1 #content h1#page-title,
#page-id-order-step-4 #content h1#page-title {
  font-size: 20px;
  background: url(../static/img/dots.png) 0 100% repeat-x;
  padding-bottom: 18px;
  padding-top: 12px;
  margin: 0; }

#page-id-order-step-1 #content .grid-view,
#page-id-order-step-4 #content .grid-view {
  padding-top: 50px; }

#page-id-order-step-1 #content .grid-view table.items,
#page-id-order-step-4 #content .grid-view table.items {
  width: 100%;
  margin-bottom: 30px; }

#page-id-order-step-1 #content .grid-view table.items tbody tr,
#page-id-order-step-1 #content .grid-view table.items tfoot tr.custom-footer,
#page-id-order-step-4 #content .grid-view table.items tbody tr,
#page-id-order-step-4 #content .grid-view table.items tfoot tr.custom-footer {
  background: url(../static/img/dots.png) 0 0 repeat-x; }

#page-id-order-step-1 #content .grid-view table.items,
#page-id-order-step-4 #content .grid-view table.items {
  background: url(../static/img/dots.png) 0 100% repeat-x; }

#page-id-order-step-1 #content .grid-view table.items .product-image,
#page-id-order-step-1 #content .grid-view table.items .product-total-price,
#page-id-order-step-4 #content .grid-view table.items .product-image,
#page-id-order-step-4 #content .grid-view table.items .product-total-price {
  width: 1%; }

#page-id-order-step-1 #content .grid-view table.items th,
#page-id-order-step-1 #content .grid-view table.items td,
#page-id-order-step-4 #content .grid-view table.items th,
#page-id-order-step-4 #content .grid-view table.items td {
  font-weight: normal;
  text-align: left;
  padding: 0 40px; }

#page-id-order-step-1 #content .grid-view table.items th,
#page-id-order-step-4 #content .grid-view table.items th {
  padding-bottom: 3px; }

#page-id-order-step-1 #content .grid-view table.items td,
#page-id-order-step-4 #content .grid-view table.items td {
  padding: 11px 40px 10px 40px; }

#page-id-order-step-1 #content .grid-view table.items tfoot tr.custom-footer td,
#page-id-order-step-4 #content .grid-view table.items tfoot tr.custom-footer td {
  padding-top: 30px;
  padding-bottom: 30px; }

#page-id-order-step-1 #content .grid-view table.items .product-image,
#page-id-order-step-1 #content .grid-view table.items .product-amount,
#page-id-order-step-1 #content .grid-view table.items .product-price,
#page-id-order-step-4 #content .grid-view table.items .product-image,
#page-id-order-step-4 #content .grid-view table.items .product-amount,
#page-id-order-step-4 #content .grid-view table.items .product-price {
  text-align: center; }

#page-id-order-step-1 #content .grid-view table.items .product-total-price,
#page-id-order-step-1 #content .grid-view table.items .shipping-val,
#page-id-order-step-1 #content .grid-view table.items .total-val,
#page-id-order-step-4 #content .grid-view table.items .product-total-price,
#page-id-order-step-4 #content .grid-view table.items .shipping-val,
#page-id-order-step-4 #content .grid-view table.items .total-val {
  text-align: right; }

#page-id-order-step-1 #content .grid-view table.items td.product-amount .links,
#page-id-order-step-4 #content .grid-view table.items td.product-amount .links {
  color: #D90014; }

#page-id-order-step-1 #content .grid-view table.items td.product-amount a:link,
#page-id-order-step-1 #content .grid-view table.items td.product-amount a:visited,
#page-id-order-step-4 #content .grid-view table.items td.product-amount a:link,
#page-id-order-step-4 #content .grid-view table.items td.product-amount a:visited {
  color: #D90014;
  text-decoration: none; }

#page-id-order-step-1 #content .grid-view table.items td.product-amount a:hover,
#page-id-order-step-1 #content .grid-view table.items td.product-amount a:active,
#page-id-order-step-4 #content .grid-view table.items td.product-amount a:hover,
#page-id-order-step-4 #content .grid-view table.items td.product-amount a:active {
  color: #D90014;
  text-decoration: underline; }

#page-id-order-step-1 #content .grid-view table.items td.product-amount a.loading,
#page-id-order-step-4 #content .grid-view table.items td.product-amount a.loading {
  padding-right: 21px;
  background: url(../static/img/ajax-loader-link.gif) 100% 50% no-repeat; }

#page-id-order-step-1 #content .grid-view table.items td.product-amount img.loader,
#page-id-order-step-4 #content .grid-view table.items td.product-amount img.loader {
  padding-left: 1px; }

#page-id-order-step-1 #content .grid-view table.items td.product-amount a.disabled,
#page-id-order-step-4 #content .grid-view table.items td.product-amount a.disabled,
#page-id-order-step-1 #content .grid-view table.items td.product-amount img.loader,
#page-id-order-step-4 #content .grid-view table.items td.product-amount img.loader {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5; }

#page-id-order-step-1 #content .grid-view table.items td.product-amount a.disabled:hover,
#page-id-order-step-4 #content .grid-view table.items td.product-amount a.disabled:hover,
#page-id-order-step-1 #content .grid-view table.items td.product-amount a.disabled:active,
#page-id-order-step-4 #content .grid-view table.items td.product-amount a.disabled:active {
  cursor: default;
  text-decoration: none !important; }

#page-id-order-step-1 #content .grid-view table.items td.product-amount input.quantity,
#page-id-order-step-4 #content .grid-view table.items td.product-amount input.quantity {
  width: 2.5em;
  font-size: 1.1em; }

#page-id-order-step-1 #content .grid-view table.items td .empty,
#page-id-order-step-4 #content .grid-view table.items td .empty {
  text-align: center;
  font-size: 2em;
  padding-top: 40px;
  padding-bottom: 40px; }

#page-id-order-step-1 #content .grid-view table.items .shipping-abroad,
#page-id-order-step-4 #content .grid-view table.items .shipping-abroad {
  margin-top: 0.5em;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

#page-id-order-step-1 #content .grid-view table.items .shipping-abroad:link,
#page-id-order-step-1 #content .grid-view table.items .shipping-abroad:visited,
#page-id-order-step-4 #content .grid-view table.items .shipping-abroad:link,
#page-id-order-step-4 #content .grid-view table.items .shipping-abroad:visited {
  color: #000000;
  text-decoration: underline; }

#page-id-order-step-1 #content .grid-view table.items .shipping-abroad:hover,
#page-id-order-step-1 #content .grid-view table.items .shipping-abroad:active,
#page-id-order-step-4 #content .grid-view table.items .shipping-abroad:hover,
#page-id-order-step-4 #content .grid-view table.items .shipping-abroad:active {
  color: #000000;
  text-decoration: none; }

#page-id-order-step-1 #content .grid-view table.items .total-hdr,
#page-id-order-step-1 #content .grid-view table.items .total-val,
#page-id-order-step-4 #content .grid-view table.items .total-hdr,
#page-id-order-step-4 #content .grid-view table.items .total-val {
  font-size: 0.917em;
  line-height: 1.818em; }

#page-id-order-step-1 #content .grid-view table.items .total-val .total-price,
#page-id-order-step-4 #content .grid-view table.items .total-val .total-price {
  color: #C60014;
  font-size: 1.273em;
  line-height: 1.429em;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

#page-id-order-step-1 #content .buttons,
#page-id-order-step-4 #content .row-buttons {
  margin-bottom: 30px; }

#page-id-order-step-4 #content .row-buttons {
  background: url(../static/img/dots.png) 0 0 repeat-x;
  text-align: left;
  padding-top: 31px;
  margin-top: 39px; }

#page-id-order-step-1 #content .buttons .button-checkout,
#page-id-order-step-1 #content .buttons .back-button,
#page-id-order-step-4 #content .row-buttons .button-checkout,
#page-id-order-step-4 #content .row-buttons .back-button {
  width: 136px;
  height: 34px;
  padding: 0;
  margin: 0;
  border: 0;
  line-height: 34px;
  font-weight: bold;
  text-align: center;
  background: url(../static/img/buttons/generic.png) 50% 50% no-repeat;
  color: #FFF;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

#page-id-order-step-1 #content .buttons .button-checkout,
#page-id-order-step-4 #content .row-buttons .button-checkout {
  float: right; }

#page-id-order-step-4 #content .row-buttons .back-button:link,
#page-id-order-step-4 #content .row-buttons .back-button:visited {
  color: #FFF;
  text-decoration: none; }

#page-id-order-step-4 #content .row-buttons .back-button:hover,
#page-id-order-step-4 #content .row-buttons .back-button:active {
  color: #FFF;
  text-decoration: none; }

#page-id-order-step-1 #content .buttons .button-checkout:link,
#page-id-order-step-1 #content .buttons .button-checkout:visited,
#page-id-order-step-1 #content .buttons .back-button:link,
#page-id-order-step-1 #content .buttons .back-button:visited,
#page-id-order-step-4 #content .row-buttons .button-checkout:link,
#page-id-order-step-4 #content .row-buttons .button-checkout:visited {
  color: #FFF;
  text-decoration: none; }

#page-id-order-step-4 #content .row-buttons .back-button.disabled,
#page-id-order-step-4 #content .row-buttons .button-checkout[disabled] {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5; }

#page-id-order-step-1 #content .buttons .button-checkout:hover,
#page-id-order-step-1 #content .buttons .button-checkout:active,
#page-id-order-step-4 #content .row-buttons .button-checkout:hover,
#page-id-order-step-4 #content .row-buttons .button-checkout:active {
  color: #FFF;
  text-decoration: none; }

#page-id-order-step-4 #content .grid-view table.items .billing-info-header,
#page-id-order-step-4 #content .grid-view table.items .billing-info-content,
#page-id-order-step-4 #content .grid-view table.items .billing-info-actions {
  vertical-align: top; }

#page-id-order-step-4 #content .grid-view table.items .billing-info-header {
  padding-right: 10px; }

#page-id-order-step-4 #content .grid-view table.items .billing-info-actions {
  text-align: right; }

#page-id-order-step-4 #content .grid-view table.items .billing-info-actions a:link,
#page-id-order-step-4 #content .grid-view table.items .billing-info-actions a:visited {
  color: #D90014;
  text-decoration: none; }

#page-id-order-step-4 #content .grid-view table.items .billing-info-actions a:hover,
#page-id-order-step-4 #content .grid-view table.items .billing-info-actions a:active {
  color: #D90014;
  text-decoration: underline; }

#page-id-order-step-1 #content .grid-view table.items img.label-image,
#page-id-order-step-4 #content .grid-view table.items img.label-image {
  border: 1px solid #B3B3B3;
  padding: 2px;
  background: white;
  border-radius: 2px; }

#content #frm-order-confirm .row {
  padding-left: 40px; }

#content #frm-order-confirm .row label.inline {
  margin-left: 0.5em;
  padding-top: 0.5em;
  font-weight: normal;
  vertical-align: middle;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

#content #frm-order-confirm .row label.inline a:link,
#content #frm-order-confirm .row label.inline a:visited {
  color: #D90014;
  text-decoration: none; }

#content #frm-order-confirm .row label.inline a:hover,
#content #frm-order-confirm .row label.inline a:active {
  color: #D90014;
  text-decoration: underline; }

#content #frm-order-confirm .row .help-block {
  margin-left: 2em;
  margin-top: 0.5em;
  color: #FF0000; }

#page-id-order-step-4 #content .row-buttons .loader {
  float: right;
  padding: 11px 10px 12px 10px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5; }

#page-id-order-step-1 #content .grid-view table.items td.product-amount .quantity-suffix,
#page-id-order-step-4 #content .grid-view table.items td.product-amount .quantity-suffix {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

/* /order step 1 and 4 */
/* order step 2 */
#page-id-order-step-2 {
  background-image: url(../bgimage?v=order-step2);
  background-position: 50% 135px;
  background-repeat: no-repeat;
  background-size: 100% auto; }

#page-id-order-step-2 #content {
  width: 870px;
  padding: 1px 35px 1px 35px; }

#page-id-order-step-2 #content h1#page-title {
  font-size: 20px;
  background: url(../static/img/dots.png) 0 100% repeat-x;
  padding-bottom: 18px;
  padding-top: 12px;
  margin: 0; }

#page-id-order-step-2 #content .without-registration h1 {
  margin-top: 40px;
  margin-bottom: 10px; }

#page-id-order-step-2 #content .content-anonymous .button {
  padding-left: 15px;
  padding-right: 15px;
  min-width: 100px;
  text-align: center; }

#page-id-order-step-2 #content .content-anonymous .button-row {
  background: url(../static/img/dots.png) 0 0 repeat-x;
  margin-top: 35px;
  padding-top: 31px;
  padding-bottom: 31px; }

#page-id-order-step-2 #content .content-anonymous .back-button {
  appearance: normal;
  -moz-appearance: normal;
  -webkit-appearance: normal;
  border: 0;
  padding: 0;
  margin: 0;
  width: 136px;
  height: 34px;
  line-height: 34px;
  font-weight: bold;
  text-align: center;
  background: url(../static/img/buttons/generic.png) 50% 50% no-repeat;
  color: #FFFFFF;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

#page-id-order-step-2 #content .content-anonymous .back-button:link,
#page-id-order-step-2 #content .content-anonymous .back-button:visited {
  color: #FFFFFF;
  text-decoration: none; }

#page-id-order-step-2 #content .content-anonymous .back-button:hover,
#page-id-order-step-2 #content .content-anonymous .back-button:active {
  color: #FFFFFF;
  text-decoration: none; }

/* /order step 2 */
/* order step 3 */
#page-id-order-step-3 {
  background-image: url(../bgimage?v=order-step3);
  background-position: 50% 135px;
  background-repeat: no-repeat;
  background-size: 100% auto; }

#page-id-order-step-3 #content {
  width: 870px;
  padding: 1px 35px 1px 35px; }

#page-id-order-step-3 #content h1#page-title {
  font-size: 20px;
  background: url(../static/img/dots.png) 0 100% repeat-x;
  padding-bottom: 18px;
  padding-top: 12px;
  margin: 0; }

/* /order step 3 */
/* order success */
#page-id-order-success {
  background-image: url(../bgimage?v=order-success);
  background-position: 50% 135px;
  background-repeat: no-repeat;
  background-size: 100% auto; }

#page-id-order-success #content {
  width: 870px;
  padding: 1px 35px 1px 35px; }

#page-id-order-success #content .inner {
  padding: 0 65px; }

#page-id-order-success #content .success-image {
  float: right;
  margin: -40px 0 0.5em 3em; }

#page-id-order-success #content h1#page-title {
  font-size: 1.333em;
  font-weight: normal;
  padding: 0;
  margin: 75px 0 0 0;
  background: none;
  color: #D90014; }

#page-id-order-success #content dl.bank-account-info,
#page-id-order-success #content dl.bank-account-info dt,
#page-id-order-success #content dl.bank-account-info dd {
  display: block;
  margin: 0;
  padding: 0; }

#page-id-order-success #content dl.bank-account-info {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 3em; }

#page-id-order-success #content dl.bank-account-info dt {
  float: left;
  width: 9em; }

#page-id-order-success #content dl.bank-account-info .account-number {
  margin-top: 1em; }

#page-id-order-success #content p {
  margin: 1.5em 0; }

#page-id-order-success #content p.share-on-facebook {
  margin: 2.083em 0; }

#page-id-order-success #content p a:link,
#page-id-order-success #content p a:visited {
  color: #D90014;
  text-decoration: none; }

#page-id-order-success #content p a:hover,
#page-id-order-success #content p a:active {
  color: #D90014;
  text-decoration: underline; }

/* /order success */
/* order failure */
#page-id-order-failure {
  background-image: url(../bgimage?v=order-failure);
  background-position: 50% 135px;
  background-repeat: no-repeat;
  background-size: 100% auto; }

#page-id-order-failure #content {
  width: 870px;
  padding: 1px 35px 1px 35px; }

#page-id-order-failure #content .inner {
  padding: 0 65px; }

#page-id-order-failure #content .failure-image {
  float: right;
  margin: -40px 0 0.5em 3em; }

#page-id-order-failure #content h1#page-title {
  font-size: 1.333em;
  font-weight: normal;
  padding: 0;
  margin: 75px 0 0 0;
  background: none;
  color: #D90014; }

#page-id-order-failure #content p {
  margin: 1.5em 0; }

#page-id-order-failure #content p a:link,
#page-id-order-failure #content p a:visited {
  color: #D90014;
  text-decoration: none; }

#page-id-order-failure #content p a:hover,
#page-id-order-failure #content p a:active {
  color: #D90014;
  text-decoration: underline; }

/* /order failure */
/* user account */
#page-id-account {
  background-image: url(../bgimage?v=account);
  background-position: 50% 135px;
  background-repeat: no-repeat;
  background-size: 100% auto; }

#page-id-account #content {
  width: 870px;
  padding: 84px 35px 1px 35px; }

#page-id-account #content h1 {
  font-size: 20px;
  background: url(../static/img/dots.png) 0 100% repeat-x;
  padding-bottom: 18px;
  margin: 0 0 1.85em 0; }

#page-id-account #content p.intro {
  padding: 0 40px; }

#page-id-account #content h2 {
  font-size: 17px;
  background: url(../static/img/dots.png) 0 100% repeat-x;
  padding-left: 40px;
  padding-bottom: 3px;
  margin: 1.7em 0 0 0; }

#page-id-account #content h3 {
  font-size: 14px;
  margin: 0; }

.user-order-items-list-tooltip .ui-tooltip-content {
  border: 1px solid #B3B3B3; }

.user-order-items-list-tooltip .ui-tooltip-content img {
  display: block; }

#user-order-items-list .items {
  margin: 10px 18px;
  min-height: 142px; }

#user-order-items-list .items .item {
  position: relative;
  padding: 10px 30px 10px 31px;
  background: url(../static/img/vertical-dashes.png) 0 0 repeat-y;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

#user-order-items-list .items .item:first-child {
  padding-left: 30px;
  background: none; }

#user-order-items-list .items .item img {
  display: block;
  border: 1px solid #B3B3B3;
  box-shadow: 4px 3px 10px rgba(10, 10, 10, 0.5); }

#user-order-items-list .items .item a {
  display: none;
  width: 104px;
  position: absolute;
  left: 32px;
  bottom: 11px;
  line-height: 2em;
  text-align: center;
  border-top: 1px solid #B3B3B3;
  background: #fc100c;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjMTAwYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjZmYwNTAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNyUiIHN0b3AtY29sb3I9IiNmZTA1MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1NyUiIHN0b3AtY29sb3I9IiNkYTA0MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYWYwMjAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: linear-gradient(to bottom, #fc100c 0%, #ff0500 3%, #fe0500 7%, #da0400 57%, #af0200 100%);
  /* background: linear-gradient(to bottom,  rgba(252,16,12,0.75) 0%, rgba(255,5,0,0.75) 3%, rgba(254,5,0,0.75) 7%, rgba(218,5,0,0.75) 57%, rgba(218,5,0,0.75) 100%); */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc100c', endColorstr='#af0200',GradientType=0 ); }

#user-order-items-list .items .item:first-child a {
  left: 31px; }

#user-order-items-list .items .item:hover a {
  display: block; }

#user-order-items-list .items .item a:link,
#user-order-items-list .items .item a:visited {
  color: #FFFFFF;
  text-decoration: none; }

#user-order-items-list .items .item a:hover,
#user-order-items-list .items .item a:active {
  color: #FFFFFF;
  text-decoration: none; }

#user-order-items-list .pager ul {
  display: block;
  margin: 0 0 10px 0;
  padding: 0 40px;
  list-style: none;
  text-align: left; }

#user-order-items-list .pager ul li {
  border: 1px solid #B2B2B2;
  border-radius: 2px;
  background: #eaeaea;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjZWRlZGVkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTclIiBzdG9wLWNvbG9yPSIjZWJlYmViIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjZThlOGU4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzclIiBzdG9wLWNvbG9yPSIjZTRlNGU0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDAlIiBzdG9wLWNvbG9yPSIjZTFlMWUxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NhY2FjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: linear-gradient(to bottom, #eaeaea 0%, #ededed 3%, #ebebeb 17%, #e8e8e8 20%, #e4e4e4 37%, #e1e1e1 40%, #cacaca 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#cacaca',GradientType=0 );
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

#user-order-items-list .pager ul li.selected {
  background: #fc100c;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjMTAwYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjZmYwNTAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNyUiIHN0b3AtY29sb3I9IiNmZTA1MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1NyUiIHN0b3AtY29sb3I9IiNkYTA0MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYWYwMjAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: linear-gradient(to bottom, #fc100c 0%, #ff0500 3%, #fe0500 7%, #da0400 57%, #af0200 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc100c', endColorstr='#af0200',GradientType=0 ); }

#user-order-items-list .pager ul li a {
  display: block;
  padding: 2px 5px; }

#user-order-items-list .pager ul li.selected a {
  font-weight: bold; }

#user-order-items-list .pager ul li a:link,
#user-order-items-list .pager ul li a:visited {
  color: #000000;
  text-decoration: none; }

#user-order-items-list .pager ul li a:hover,
#user-order-items-list .pager ul li a:active {
  color: #000000;
  text-decoration: underline; }

#user-order-items-list .pager ul li.selected a:link,
#user-order-items-list .pager ul li.selected a:visited {
  color: #FFFFFF;
  text-decoration: none; }

#user-order-items-list .pager ul li.selected a:hover,
#user-order-items-list .pager ul li.selected a:active {
  color: #FFFFFF;
  text-decoration: underline; }

#user-order-items-list.list-view-loading .items .item {
  visibility: hidden; }

#user-order-items-list.list-view-loading .items {
  background: url(../static/img/gallery-ajax-loader.gif) 50% 50% no-repeat; }

#page-id-account #content .userdata .cols {
  background: url(../static/img/dots.png) 0 0 repeat-x;
  padding-top: 1px; }

#page-id-account #content .cols .col {
  padding-right: 30px;
  width: 365px;
  margin-top: 10px;
  margin-right: 0; }

#page-id-account #content .cols-outer {
  padding-bottom: 11px;
  background: url(../static/img/dots.png) 0 100% repeat-x; }

#page-id-account #content .cols .edit-link {
  float: right; }

#page-id-account #content .cols a:link,
#page-id-account #content .cols a:visited {
  color: #222222;
  text-decoration: none; }

#page-id-account #content .cols a:hover,
#page-id-account #content .cols a:active {
  color: #222222;
  text-decoration: underline; }

#page-id-account #content .cols p {
  margin-bottom: 0; }

#page-id-account #content .cols .col-1 {
  background: url(../static/img/vertical-dashes.png) 100% 0 repeat-y; }

#page-id-account #content .useraddresses {
  margin-bottom: 44px; }

/* /user account */
/* user account change data */
#page-id-account-data {
  background-image: url(../bgimage?v=account-data);
  background-position: 50% 135px;
  background-repeat: no-repeat;
  background-size: 100% auto; }

#page-id-account-data #content {
  width: 870px;
  padding: 84px 35px 1px 35px; }

#page-id-account-data #content h1 {
  font-size: 20px;
  background: url(../static/img/dots.png) 0 100% repeat-x;
  padding-bottom: 18px;
  margin: 0 0 1.85em 0; }

#page-id-account-data #content h2 {
  font-size: 17px;
  background: url(../static/img/dots.png) 0 100% repeat-x;
  padding-top: 11px;
  padding-left: 40px;
  padding-bottom: 15px;
  margin: 1.7em 0 0 0; }

#content #frm-account-data fieldset {
  background: url(../static/img/dots.png) 0 100% repeat-x;
  padding: 0 40px 32px 40px; }

#content #frm-account-data fieldset legend {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 12px; }

#content #frm-account-data .row label {
  width: 11em; }

#content #frm-account-data .row .help-block {
  margin-left: 11.9em;
  margin-top: 0.5em;
  color: #FF0000; }

#content #frm-account-data .row-wo-label {
  padding-left: 11.9em; }

#content #frm-account-data .row-buttons {
  padding: 0 40px 34px 40px; }

#content #frm-account-data .row-buttons .button {
  float: left;
  min-width: 60px;
  text-align: center; }

#content #frm-account-data .row-buttons .red-button {
  float: right; }

/* /user account change data */
/* user account change addresses */
#page-id-account-addresses {
  background-image: url(../bgimage?v=account-addresses);
  background-position: 50% 135px;
  background-repeat: no-repeat;
  background-size: 100% auto; }

#page-id-account-addresses #content {
  width: 870px;
  padding: 84px 35px 1px 35px; }

#page-id-account-addresses #content h1 {
  font-size: 20px;
  background: url(../static/img/dots.png) 0 100% repeat-x;
  padding-bottom: 18px;
  margin: 0 0 1.85em 0; }

#page-id-account-addresses #content h2 {
  font-size: 17px;
  background: url(../static/img/dots.png) 0 100% repeat-x;
  padding-top: 11px;
  padding-left: 40px;
  padding-bottom: 15px;
  margin: 1.7em 0 0 0; }

#content #frm-account-addresses #FrontUserAccountAddressesForm_billingHouse,
#content #frm-account-addresses #FrontUserAccountAddressesForm_billingZip,
#content #frm-account-addresses #FrontUserAccountAddressesForm_shippingHouse,
#content #frm-account-addresses #FrontUserAccountAddressesForm_shippingZip {
  width: 4.833em; }

#content #frm-account-addresses #FrontUserAccountAddressesForm_billingCity,
#content #frm-account-addresses #FrontUserAccountAddressesForm_shippingCity {
  width: 16.166em; }

#content #frm-account-addresses fieldset {
  background: url(../static/img/dots.png) 0 100% repeat-x;
  padding: 0 40px 32px 40px; }

#content #frm-account-addresses fieldset legend {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 12px; }

#content #frm-account-addresses .row .help-block {
  margin-left: 10.9em;
  margin-top: 0.5em;
  color: #FF0000; }

#content #frm-account-addresses .row-buttons {
  padding: 0 40px 34px 40px; }

#content #frm-account-addresses .row-buttons .button {
  float: left;
  min-width: 60px;
  text-align: center; }

#content #frm-account-addresses .row-buttons .red-button {
  float: right; }

/* /user account change addresses */
/* label editor guide */
#dlg-quickstart-guide p {
  margin: 0.5em 0; }

/* /label editor guide */
/* browsers compatibility */
#browser-compatibility {
  margin: 0 0 1em 0;
  padding: 1em;
  text-align: center;
  font-size: 1.5em;
  border-bottom: 1px solid #B2B2B2;
  display: none; }

#browser-compatibility a:link,
#browser-compatibility a:visited {
  color: #d90014;
  text-decoration: underline; }

#browser-compatibility a:hover,
#browser-compatibility a:active {
  color: #d90014;
  text-decoration: underline; }

.no-canvas #browser-compatibility,
.no-canvastext #browser-compatibility,
.no-draganddrop #browser-compatibility,
.no-rgba #browser-compatibility,
.no-hsla #browser-compatibility,
.no-multiplebgs #browser-compatibility,
.no-backgroundsize #browser-compatibility,
.no-borderradius #browser-compatibility,
.no-boxshadow #browser-compatibility,
.no-textshadow #browser-compatibility,
.no-opacity #browser-compatibility,
.no-cssgradients #browser-compatibility,
.no-fontface #browser-compatibility,
.no-generatedcontent #browser-compatibility {
  display: block; }

/* /browsers compatibility */
/* invisible response block */
/* ==========================================================================
   Media Queries
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/***
Spectrum Colorpicker v1.1.1
https://github.com/bgrins/spectrum
Author: Brian Grinstead
License: MIT
***/
.sp-container {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  z-index: 2147483647;
  overflow: hidden; }

.sp-container.sp-flat {
  position: relative; }

/* http://ansciath.tumblr.com/post/7347495869/css-aspect-ratio */
.sp-top {
  position: relative;
  width: 100%;
  display: inline-block; }

.sp-top-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.sp-color {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 20%; }

.sp-hue {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 100%; }

.sp-fill {
  padding-top: 80%; }

.sp-sat, .sp-val {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.sp-alpha-enabled .sp-top {
  margin-bottom: 18px; }

.sp-alpha-enabled .sp-alpha {
  display: block; }

.sp-alpha-handle {
  position: absolute;
  top: -4px;
  bottom: -4px;
  width: 6px;
  left: 50%;
  cursor: pointer;
  border: 1px solid black;
  background: white;
  opacity: .8; }

.sp-alpha {
  display: none;
  position: absolute;
  bottom: -14px;
  right: 0;
  left: 0;
  height: 8px; }

.sp-alpha-inner {
  border: solid 1px #333; }

/* Don't allow text selection */
.sp-container, .sp-replacer, .sp-preview, .sp-dragger, .sp-slider, .sp-alpha, .sp-alpha-handle, .sp-container.sp-dragging .sp-input, .sp-container button {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.sp-container.sp-input-disabled .sp-input-container {
  display: none; }

.sp-container.sp-buttons-disabled .sp-button-container {
  display: none; }

.sp-palette-only .sp-picker-container {
  display: none; }

.sp-palette-disabled .sp-palette-container {
  display: none; }

.sp-initial-disabled .sp-initial {
  display: none; }

/* Gradients for hue, saturation and value instead of images.  Not pretty... but it works */
.sp-sat {
  background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81'); }

.sp-val {
  background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000'); }

.sp-hue {
  background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%); }

/* IE filters do not support multiple color stops.
   Generate 6 divs, line them up, and do two color gradients for each.
   Yes, really.
 */
.sp-1 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00'); }

.sp-2 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00'); }

.sp-3 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff'); }

.sp-4 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff'); }

.sp-5 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff'); }

.sp-6 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000'); }

.sp-hidden {
  display: none !important; }

/* Clearfix hack */
.sp-cf:before, .sp-cf:after {
  content: "";
  display: table; }

.sp-cf:after {
  clear: both; }

.sp-cf {
  *zoom: 1; }

/* Mobile devices, make hue slider bigger so it is easier to slide */
@media (max-device-width: 480px) {
  .sp-color {
    right: 40%; }
  .sp-hue {
    left: 63%; }
  .sp-fill {
    padding-top: 60%; } }

.sp-dragger {
  border-radius: 5px;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  background: #000;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0; }

.sp-slider {
  position: absolute;
  top: 0;
  cursor: pointer;
  height: 3px;
  left: -1px;
  right: -1px;
  border: 1px solid #000;
  background: white;
  opacity: .8; }

/* Basic display options (colors, fonts, global widths) */
.sp-container {
  border-radius: 0;
  background-color: #ECECEC;
  border: solid 1px #b0b0b0;
  border-radius: 3px;
  padding: 0; }

.sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue {
  font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.sp-top {
  margin-bottom: 3px; }

.sp-color, .sp-hue {
  border: solid 1px #666; }

/* Input */
.sp-input-container {
  float: right;
  width: 100px;
  margin-bottom: 4px; }

.sp-initial-disabled .sp-input-container {
  width: 100%; }

.sp-input {
  font-size: 12px !important;
  border: 1px inset;
  padding: 4px 5px;
  margin: 0;
  width: 100%;
  background: transparent;
  border-radius: 3px;
  color: #222; }

.sp-input:focus {
  border: 1px solid orange; }

.sp-input.sp-validation-error {
  border: 1px solid red;
  background: #fdd; }

.sp-picker-container, .sp-palette-container {
  float: left;
  position: relative;
  padding: 10px;
  padding-bottom: 300px;
  margin-bottom: -290px; }

.sp-picker-container {
  width: 172px;
  border-left: solid 1px #fff; }

/* Palettes */
.sp-palette-container {
  border-right: solid 1px #ccc; }

.sp-palette .sp-thumb-el {
  display: block;
  position: relative;
  float: left;
  width: 24px;
  height: 15px;
  margin: 3px;
  cursor: pointer;
  border: solid 2px transparent; }

.sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active {
  border-color: orange; }

.sp-thumb-el {
  position: relative; }

/* Initial */
.sp-initial {
  float: left;
  border: solid 1px #333; }

.sp-initial span {
  width: 30px;
  height: 25px;
  border: none;
  display: block;
  float: left;
  margin: 0; }

/* Buttons */
.sp-button-container {
  float: right; }

/* Replacer (the little preview div that shows up instead of the <input>) */
.sp-replacer {
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  padding: 2px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  border: solid 1px #b0b0b0;
  /*background: #eee;*/
  color: #333;
  vertical-align: middle;
  border-radius: 3px;
  background: #f4f4f4;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUlIiBzdG9wLWNvbG9yPSIjZjhmOGY4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: linear-gradient(to bottom, #f4f4f4 0%, #f8f8f8 5%, #e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e5e5e5',GradientType=0 ); }

.sp-replacer:hover, .sp-replacer.sp-active {
  /*border-color: #F0C49B;*/
  color: #111; }

.sp-replacer.sp-disabled {
  cursor: default;
  border-color: silver;
  color: silver; }

.sp-dd {
  padding: 3px 2px 1px 4px;
  height: 15px;
  line-height: 15px;
  float: left;
  font-size: 10px;
  color: #7F7F7F;
  border-left: 1px solid #C3C3C3; }

.sp-preview {
  position: relative;
  width: 22px;
  height: 19px;
  /*border: solid 1px #222;*/
  margin-right: 2px;
  float: left;
  z-index: 0; }

.sp-palette {
  *width: 220px;
  max-width: 220px; }

.sp-palette .sp-thumb-el {
  width: 16px;
  height: 16px;
  margin: 2px 1px;
  border: solid 1px #d0d0d0; }

.sp-container {
  padding-bottom: 0; }

/* Buttons: http://hellohappy.org/css3-buttons/ */
.sp-container button {
  background-color: #eeeeee;
  background-image: linear-gradient(to bottom, #eeeeee, #cccccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 5px 4px;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  vertical-align: middle; }

.sp-container button:hover {
  background-color: #dddddd;
  background-image: linear-gradient(to bottom, #dddddd, #bbbbbb);
  border: 1px solid #bbb;
  border-bottom: 1px solid #999;
  cursor: pointer;
  text-shadow: 0 1px 0 #ddd; }

.sp-container button:active {
  border: 1px solid #aaa;
  border-bottom: 1px solid #888;
  -ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee; }

.sp-cancel {
  font-size: 11px;
  color: #d93f3f !important;
  margin: 0;
  padding: 2px;
  margin-right: 5px;
  vertical-align: middle;
  text-decoration: none; }

.sp-cancel:hover {
  color: #d93f3f !important;
  text-decoration: underline; }

.sp-palette span:hover, .sp-palette span.sp-thumb-active {
  border-color: #000; }

.sp-preview, .sp-alpha, .sp-thumb-el {
  position: relative;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==); }

.sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.sp-palette .sp-thumb-inner {
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=); }

.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=); }

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    transform: translateY(0px); }
  100% {
    opacity: 0;
    transform: translateY(-40px); } }

@keyframes passing-through {
  0% {
    opacity: 0;
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    transform: translateY(0px); }
  100% {
    opacity: 0;
    transform: translateY(-40px); } }

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(40px); }
  30% {
    opacity: 1;
    transform: translateY(0px); } }

@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(40px); }
  30% {
    opacity: 1;
    transform: translateY(0px); } }

@-webkit-keyframes pulse {
  0% {
    transform: scale(1); }
  10% {
    transform: scale(1.1); }
  20% {
    transform: scale(1); } }

@keyframes pulse {
  0% {
    transform: scale(1); }
  10% {
    transform: scale(1.1); }
  20% {
    transform: scale(1); } }

.dropzone, .dropzone * {
  box-sizing: border-box; }

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px; }

.dropzone.dz-clickable {
  cursor: pointer; }

.dropzone.dz-clickable * {
  cursor: default; }

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer; }

.dropzone.dz-started .dz-message {
  display: none; }

.dropzone.dz-drag-hover {
  border-style: solid; }

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5; }

.dropzone .dz-message {
  text-align: center;
  margin: 2em 0; }

.dropzone .dz-message .dz-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit; }

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px; }

.dropzone .dz-preview:hover {
  z-index: 1000; }

.dropzone .dz-preview:hover .dz-details {
  opacity: 1; }

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd); }

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1; }

.dropzone .dz-preview.dz-image-preview {
  background: white; }

.dropzone .dz-preview.dz-image-preview .dz-details {
  transition: opacity 0.2s linear; }

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none; }

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline; }

.dropzone .dz-preview:hover .dz-details {
  opacity: 1; }

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%; }

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px; }

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap; }

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8); }

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis; }

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent; }

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px; }

.dropzone .dz-preview:hover .dz-image img {
  transform: scale(1.05, 1.05);
  filter: blur(8px); }

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10; }

.dropzone .dz-preview .dz-image img {
  display: block; }

.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px; }

.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px; }

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  transition: all 0.2s linear; }

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  transition: opacity 0.4s ease-in; }

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite; }

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden; }

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  transition: width 300ms ease-in-out; }

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block; }

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto; }

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white; }

.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626; }

.amount:before {
  content: '('; }

.amount:after {
  content: ')'; }

.amount:empty {
  display: none; }

.required label:after,
label.required:after {
  content: '*'; }

.pager li {
  display: none !important; }
  .pager li.prev, .pager li.next {
    display: block !important; }
  .pager li.disabled {
    display: none !important; }

.ui-spinner-input {
  margin-right: 22px;
  padding: 0; }

.list-view .empty {
  text-align: center;
  margin-bottom: 1em;
  min-height: 32px; }

#upload-notes {
  padding: 0 8px; }

#upload-image {
  border: none;
  background: none;
  min-height: 0;
  padding: 0 8px;
  margin-top: 2em; }
  #upload-image .dz-message {
    margin: 0;
    text-align: left;
    display: block !important; }
  #upload-image .dz-button {
    color: #FFFFFF;
    font-weight: bold;
    border-style: solid;
    border-width: 1px;
    line-height: 26px;
    padding: 0 10px;
    border-color: #1B1B1B;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
    border-radius: 2px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
    background: #cecdcd;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NlY2RjZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQlIiBzdG9wLWNvbG9yPSIjY2RjYmNiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjYmViY2JjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDQlIiBzdG9wLWNvbG9yPSIjOWY5ZTllIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSIjNmI2YTZhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU2NTU1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: linear-gradient(to bottom, #cecdcd 0%, #cdcbcb 4%, #bebcbc 20%, #9f9e9e 44%, #6b6a6a 80%, #565555 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecdcd', endColorstr='#565555',GradientType=0 ); }
  #upload-image .dz-preview {
    display: block;
    min-height: 0;
    margin: 1em 0 0 0;
    background: none; }
    #upload-image .dz-preview .dz-progress {
      position: relative;
      margin: 0;
      top: auto;
      left: auto;
      width: 100%;
      opacity: 1; }
      #upload-image .dz-preview .dz-progress .dz-upload {
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
        height: 100%;
        display: block;
        background: linear-gradient(#fc100c 0%, #ff0500 3%, #fe0500 7%, #da0400 57%, #af0200 100%); }
