article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000000;
}
code,
kbd,
pre,
samp {
  font-family: monospace,serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
button,
input,
select,
textarea {
  color: #222;
}
html {
  font-size: 0.9em;
  line-height: 1.2;
}
::-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;
}
audio,
canvas,
img,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
@font-face {
  font-family: "museo-sans-regular";
  src: url('../fonts/mueso-sans-500/MuseoSans-500-webfont.eot');
  src: local('☺'), url('../fonts/mueso-sans-500/MuseoSans-500-webfont.woff') format('woff'), url('../fonts/mueso-sans-500/MuseoSans-500-webfont.ttf') format('truetype'), url('../fonts/mueso-sans-500/MuseoSans-500-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "font-awesome";
  src: url('../fonts/font-awesome/fontawesome-webfont.eot');
  src: local('☺'), url('../fonts/font-awesome/fontawesome-webfont.woff') format('woff'), url('../fonts/font-awesome/fontawesome-webfont.ttf') format('truetype'), url('../fonts/font-awesome/fontawesome-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
  color: #666;
}
h1,
h2,
p.heading {
  padding: 6px 12px;
  border-radius: 2px;
  color: #59585a;
}
h1 {
  background: rgba(255, 255, 255, 0.8);
  font: 300 40px/0.9em 'Lato', 'Helvetica Neue UltraLight', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  margin: 0 0 0.7em 0;
}
h2,
p.heading {
  background: rgba(255, 255, 255, 0.8);
  font: 300 26px/1.2em 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  margin: 0 0 12px;
}
h3 {
  font: 1.4/1.2 'museo-sans-regular', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  margin: 0 0 12px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
h4 {
  font-size: 1.2em;
  margin: 24px 0;
}
h6 {
  font-size: 11px;
  text-transform: uppercase;
}
@media only screen and (max-width: 800px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 18px;
  }
  h3 {
    font-size: 16px;
  }
}
html,
body {
  min-height: 100%;
  height: 100%;
}
body *,
*:after,
*:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background: url("../images/css/page-bg-noise.jpg");
  color: #939393;
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
img {
  max-width: 100%;
}
figure img {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
strong {
  font-weight: 700;
  color: #666;
}
a {
  text-decoration: none;
  color: #59585a;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a:hover {
  color: #47cbc8;
}
p a {
  text-decoration: underline;
}
nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
nav li {
  float: left;
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.ir {
  border: 0;
  overflow: hidden;
  background-color: transparent;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
.inner {
  max-width: 980px;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
}
.inner:before,
.inner:after {
  content: "";
  display: table;
}
.inner:after {
  clear: both;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.col {
  float: left;
  padding: 0 12px;
}
.col:first-child {
  margin: 0;
}
.col.one {
  width: 100%;
}
.col.twothirds {
  width: 66%;
}
.col.two {
  width: 50%;
}
.col.three {
  width: 33%;
}
.col.four {
  width: 25%;
}
.col.five {
  width: 20%;
}
.white_wrap {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  padding: 24px 12px;
  max-width: 1000px;
  margin: 0 auto;
}
.ctl_index .white_wrap,
.ctl_register .white_wrap,
.ctl_Campaign .white_wrap,
.ctl_campaign .white_wrap,
.ctl_checkout .white_wrap {
  margin: 36px auto 0;
}
aside {
  width: 25%;
  float: right;
  padding: 0 24px 0 0;
  margin: 0 0 24px;
}
#right_sidebar {
  padding: 0 0 0 24px;
}
#center {
  float: right;
  width: 75%;
}
#center:before,
#center:after {
  content: "";
  display: table;
}
#center:after {
  clear: both;
}
.ctl_index #center,
.ctl_Campaign #center,
.ctl_campaign #center,
.ctl_checkout #center {
  width: 100%;
}
.col_center_custom p,
.custom p {
  line-height: 1.8em;
  margin: 0 0 24px;
  padding: 0 12px;
}
.icon_link:after {
  font-family: "font-awesome";
  margin: 0 0 0 12px;
}
.icon {
  display: inline-block;
  text-decoration: none;
  position: relative;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.icon:after {
  color: #59585a;
  display: inline-block;
  font-family: "font-awesome";
  content: attr(data-icon);
  font-size: 1.2em;
  font-weight: normal;
  line-height: 0.8em;
  margin: 0 0.35em 0 0;
  speak: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ajax_loader {
  display: inline-block;
  background: url("../images/css/ico_ajax-loader.gif") no-repeat;
  height: 16px;
  width: 16px;
  padding: 0 2px;
  display: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .ajax_loader {
    background: url("../images/css/ico_ajax-loaderx2.gif") #ffffff;
    background-size: 16px auto;
    border-radius: 50%;
  }
}
.btn {
  border: none;
  padding: 6px;
  background: #47cbc8;
  color: #fff;
  display: inline-block;
  margin: 0 12px 12px 0;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn:before,
.btn:after {
  font-family: "font-awesome";
}
.btn:before {
  margin: 0 6px 0 0;
}
.btn:after {
  margin: 0 0 0 6px;
}
.btn.checkout,
.btn.viewcart {
  background: #fdbc21;
}
.btn.checkout:hover,
.btn.viewcart:hover {
  background: #fac444;
  color: #fff;
}
.btn.checkout.transparent,
.btn.viewcart.transparent {
  opacity: 0.5;
  filter: alpha(opacity= 50 );
}
.btn.checkout.transparent:hover,
.btn.viewcart.transparent:hover {
  box-shadow: none;
  cursor: not-allowed;
}
.btn.close:before {
  content: "\f00d";
}
.btn.premium {
  background: #2bbe04;
}
.btn.neutral {
  background: #d4d4d4;
  color: #59585a;
}
.btn.neutral:disabled {
  background: #d4d4d4;
}
.btn.neutral:disabled:hover {
  background: #d4d4d4;
}
.btn.neutral:hover {
  background: #ddd;
  color: #59585a;
}
.btn.full {
  width: 100%;
  margin: 12px 0;
  text-align: center;
}
.btn:hover {
  background: #2db6b3;
  color: #fff;
}
.actions a,
#detail_menu a,
.ico.link,
.sidebar_nav a,
#servicenavi a,
#main_navigation a {
  display: block;
  padding: 12px 24px 12px 12px;
  border-top: 1px solid #d4d4d4;
  box-shadow: 0 1px 0 #fff inset;
  position: relative;
  /*&:hover{
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0.03);
        color: @highlightColor;
    }*/
}
.actions a:after,
#detail_menu a:after,
.ico.link:after,
.sidebar_nav a:after,
#servicenavi a:after,
#main_navigation a:after {
  font-family: 'font-awesome';
  content: "\f105";
  position: absolute;
  right: 12px;
  top: 50%;
  margin: -11px 0 0;
}
.cat_text {
  padding: 0 0 24px;
  font-size: 1.2em;
}
.cat_text h1 {
  margin: 0 0 0.65em;
}
.cat_text p {
  color: #666666;
  line-height: 1.8em;
  margin: 0 0 24px;
  padding: 0 12px;
}
.thumbnail {
  float: left;
  margin: 0 12px 0 0;
}
.noscript_notice {
  background: #fff;
  border-bottom: 1px solid #e70000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0 !important;
  padding: 20px 0 !important;
  z-index: 10000;
}
@media only screen and (max-width: 800px) {
  .white_wrap {
    padding: 12px 0px;
  }
  #center {
    width: 100%;
    float: none;
  }
  aside {
    width: 100%;
    float: none;
    padding: 0;
    margin: 48px 0 0;
  }
  .col.four {
    width: 50%;
    margin: 0 0 24px;
  }
  .col.twothirds {
    width: 100%;
    margin: 0 0 24px;
  }
}
@media only screen and (max-width: 600px) {
  .col.two,
  .col.three,
  .col.four {
    width: 100%;
    margin: 0 0 48px;
  }
}
#page_header {
  background: #fff;
}
#logo {
  display: block;
  position: absolute;
  top: 20px;
  left: 12px;
}
#page_header_top {
  position: relative;
  z-index: 101;
}
#page_header_topbar {
  float: right;
  position: relative;
  z-index: 1001;
  font-size: 0.7em;
}
#page_header_teaser {
  color: #d4d4d4;
  padding: 20px 0 20px 20%;
  float: right;
  font-size: 0.7em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.2);
  text-shadow: 1px 4px 6px #ffffff, 0 0 0 rgba(0, 0, 0, 0.4), 1px 4px 6px #ffffff;
  width: 100%;
}
#page_header_teaser .col {
  float: right;
  padding: 0 0 0 12px;
}
#page_header_teaser a {
  color: rgba(0, 0, 0, 0.2);
  text-shadow: 1px 4px 6px #ffffff, 0 0 0 rgba(0, 0, 0, 0.4), 1px 4px 6px #ffffff;
}
#page_header_teaser .icon {
  float: left;
  display: inline-block;
  width: 17%;
  margin: 3px 0 0;
}
#page_header_teaser .icon:after {
  color: rgba(0, 0, 0, 0.2);
  font-size: 2.5em;
  text-shadow: 0 1px 3px #ffffff, 0px 0px 0px rgba(0, 0, 0, 0.4), 2px 0 2px #ffffff;
}
#page_header_teaser p {
  float: left;
  margin: 0;
  width: 83%;
  padding: 0 0 0 6%;
}
.trusted_shops {
  display: block;
  margin: -3px 0 0;
  font-size: 0.9em;
}
.trusted_shops img {
  float: left;
  margin: 0 5% 0 0;
  width: 20%;
}
.trusted_shops > span {
  float: left;
  display: inline-block;
  margin: 7px 0 0;
  width: 75%;
}
.my_options,
.sub_options,
#shopnavi {
  float: left;
}
#sub_option_toggle {
  display: none;
}
.my_options > a.account,
.ajax_basket {
  cursor: pointer;
  padding: 6px 12px;
  background: #7f7f7f;
  color: #fff;
  float: left;
  border-radius: 0 0 2px 2px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.my_options > a.account .icon:after,
.ajax_basket .icon:after {
  color: #fff;
}
.my_options > a.account:hover,
.ajax_basket:hover {
  background: #47cbc8;
  color: #fff;
}
.my_options > a.account:hover .icon:after,
.ajax_basket:hover .icon:after {
  color: #f2f2f2;
}
.my_options > a.account {
  margin: 0 6px 0 0;
}
.sub_opt_btn {
  color: #59585a;
  cursor: pointer;
  display: inline-block;
  float: left;
  margin: 0 5px 0 0;
  padding: 6px 12px;
  border-radius: 0 0 4px 4px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sub_opt_btn:hover {
  color: #47cbc8;
}
.sub_opt_btn:hover .icon:after {
  color: #47cbc8;
}
.my_options .service {
  position: relative;
  float: left;
  z-index: 1;
}
.my_options .note {
  position: relative;
}
.my_options .notes_quantity {
  border: 1px solid #fff;
  background: #47cbc8;
  color: #fff;
  font-size: 0.8em;
  height: 18px;
  padding: 3px 0 0;
  text-align: center;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  width: 18px;
  position: absolute;
  left: -5px;
  top: 2px;
  z-index: 2;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#servicenavi {
  background: #f2f2f2;
  font-size: 1em;
  position: absolute;
  display: none;
  top: 40px;
  left: -30%;
  width: 150%;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#servicenavi li,
#servicenavi a {
  display: block;
  width: 100%;
}
#servicenavi li:first-child {
  border-top: none;
}
#servicenavi li:first-child:before,
#servicenavi li:first-child:after {
  background: #f2f2f2;
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  position: absolute;
  top: -3px;
  left: 50%;
  margin: 0 0 0 -5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#servicenavi li:first-child:before {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  z-index: -1;
}
#servicenavi li:first-child:after:hover {
  background: #f2f2f2 !important;
}
#servicenavi li:first-child:hover a,
#servicenavi li:first-child:hover:after {
  background: #fff;
}
#servicenavi li:first-child a {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
#servicenavi li:last-child {
  border-bottom: none;
}
#servicenavi li:last-child a {
  border-radius: 0 0 4px 4px;
}
#servicenavi a {
  padding: 12px 24px 12px 12px;
  position: relative;
}
#servicenavi a:hover {
  background: #fff;
}
#servicenavi a:after {
  margin: -7px 0 0;
}
#topbar,
.topbar_lang,
.topbar_currency {
  float: left;
}
.topbar_currency form {
  float: left;
}
.topbar_currency input[type="submit"] {
  color: #59585a;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.topbar_currency input[type="submit"]:hover {
  color: #47cbc8;
}
.topbar_currency input[type="submit"].active {
  font-weight: 700;
}
#shopnavi {
  float: left;
  position: relative;
}
#shopnavi .quantity {
  border: 1px solid #fff;
  color: #fff;
  font-size: 0.8em;
  height: 18px;
  padding: 3px 0 0;
  text-align: center;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  width: 18px;
  position: absolute;
  right: -8px;
  top: 2px;
  z-index: 2;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-image: -moz-linear-gradient(top, #fdbc21 0%, #f1b014 100%);
  background-image: -webkit-linear-gradient(top, #fdbc21 0%, #f1b014 100%);
  background-image: linear-gradient(to bottom, #fdbc21 0%, #f1b014 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdbc21', endColorstr='#f1b014', GradientType=0);
}
.ajax_basket_container {
  position: relative;
  z-index: 1;
}
.ajax_basket_container .ajax_loader {
  position: absolute;
  left: 50%;
  top: 30px;
  margin: 0 0 0 -8px;
}
.ajax_basket_result {
  background: #f2f2f2;
  font-size: 1em;
  position: absolute;
  top: 40px;
  right: 0;
  width: 300px;
  margin: 0 0 0 -100px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.ajax_basket_result .thumbnail {
  width: 20px;
}
.ajax_basket_result .btn {
  margin: 0;
}
.ajax_basket_result .inner_cart .row {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #d4d4d4;
}
.ajax_basket_result .inner_cart .row:first-child {
  border-top: 1px solid transparent;
}
.ajax_basket_result .inner_cart .row:first-child a:before,
.ajax_basket_result .inner_cart .row:first-child a:after {
  background: #f2f2f2;
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  position: absolute;
  top: -4px;
  right: 50%;
  margin: 0 0 0 -5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ajax_basket_result .inner_cart .row:first-child a:before {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.ajax_basket_result .inner_cart .row:first-child a:hover:after {
  background: #fff !important;
}
.ajax_basket_result .inner_cart .row:first-child a:before,
.ajax_basket_result .inner_cart .row:first-child a:after {
  right: 10%;
}
.ajax_basket_result .inner_cart .row a {
  display: inline-block;
  position: relative;
  background: #f2f2f2;
  padding: 12px 24px 12px 12px;
  width: 100%;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.ajax_basket_result .inner_cart .row a:hover {
  background: #fff;
}
.ajax_basket_result .inner_cart .row a:hover .icon:after {
  color: #47cbc8;
}
.ajax_basket_result .inner_cart .row a .icon {
  position: absolute;
  right: 0;
  top: 50%;
  margin: -8px 0 0;
}
.ajax_basket_result .inner_cart .row a .icon:after {
  font-size: 1.8em;
}
.ajax_basket_result .inner_cart img {
  border: 1px solid #d4d4d4;
}
.ajax_basket_result .inner_cart_bottom {
  padding: 12px;
  border-top: 1px solid #fff;
}
.ajax_basket_result .inner_cart_bottom .btn {
  float: left;
}
.ajax_basket_result .inner_cart_bottom .btn.checkout {
  float: right;
}
.topbar_lang {
  padding: 0;
  margin: 0 5px 0 0;
  height: 24px;
  border-radius: 0 0 4px 4px;
}
.topbar_lang .flag {
  background: url("../images/css/ico-flags.png") no-repeat 0 0;
  display: block;
  width: 16px;
  height: 11px;
  text-indent: -9999px;
}
.topbar_lang .de_DE {
  background-position: 0 0;
}
.topbar_lang .en_GB {
  background-position: 0 -11px;
}
.topbar_lang .select_wrap {
  width: 60px;
  padding: 0;
  background: none;
  border-color: rgba(0, 0, 0, 0);
}
.topbar_lang .select_wrap:after {
  font-size: 1.2em;
  right: 15px;
  top: 5px;
}
.topbar_lang .select_wrap:hover {
  box-shadow: none;
}
.topbar_lang .select_wrap:hover select {
  color: rgba(0, 0, 0, 0);
}
.topbar_lang .select_wrap:hover:after {
  color: #47cbc8;
}
.topbar_lang .select_wrap select {
  width: 95px;
  color: rgba(0, 0, 0, 0);
}
.topbar_lang .select_wrap select option {
  color: #59585a;
}
.topbar_lang .select_wrap .icon {
  right: 10px;
}
@media only screen and (max-width: 800px) {
  #page_header {
    background: #fff;
    min-height: 70px;
  }
  #page_header_topbar {
    position: fixed;
    padding: 0 0 0 45px;
  }
  .btn_text,
  .amount {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .note .btn_text,
  .service .btn_text {
    position: relative;
    height: auto;
    width: auto;
    margin: 0;
  }
  .my_options a.account,
  .ajax_basket,
  #sub_option_toggle {
    padding: 16px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    font-size: 1.6em;
    margin: 0 4px 0 0;
  }
  .my_options a.account .icon:after,
  .ajax_basket .icon:after,
  #sub_option_toggle .icon:after {
    margin: 0;
  }
  .sub_options {
    width: 55px;
  }
  .sub_options .sub_opt_btn:nth-child(2) {
    margin-top: 20px;
  }
  .sub_options .sub_opt_btn:nth-child(2):before,
  .sub_options .sub_opt_btn:nth-child(2):after {
    background: #f2f2f2;
    content: "";
    display: block;
    height: 10px;
    width: 10px;
    position: absolute;
    top: -4px;
    right: 50%;
    margin: 0 0 0 -5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .sub_options .sub_opt_btn:nth-child(2):before {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    z-index: -1;
  }
  .sub_options .sub_opt_btn:nth-child(2):hover:after {
    background: #fff !important;
  }
  .sub_options .sub_opt_btn:nth-child(2):after,
  .sub_options .sub_opt_btn:nth-child(2):before {
    right: 61%;
  }
  #sub_option_toggle {
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: block;
    background: #f2f2f2;
    border-radius: 0 0 4px 4px;
    padding: 15px 17px;
    color: #59585a;
  }
  #sub_option_toggle.active:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #sub_option_toggle:after {
    content: "\f055";
    font-family: "font-awesome";
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .sub_opt_btn {
    background: #f2f2f2;
    border-top: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    box-shadow: 0 1px 0 #fff inset;
    width: 360%;
    border-radius: 0;
    padding: 14px 12px 0;
    height: 40px;
    display: none;
    margin: 0 0 0 -46px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .sub_opt_btn:hover {
    background: #fff;
  }
  .sub_opt_btn:last-child {
    border-radius: 0 0 4px 4px;
  }
  .topbar_lang .select_wrap {
    margin: -10px;
    width: 135px;
  }
  .topbar_lang .select_wrap select {
    width: 115%;
  }
  .topbar_currency {
    position: relative;
  }
  .topbar_currency form {
    width: 50%;
    float: left;
  }
  .topbar_currency input {
    height: 20px;
  }
  #page_header_teaser {
    display: none;
  }
  #logo {
    left: auto;
    right: 6px;
    top: 6px;
  }
  #servicenavi {
    left: 0;
    top: -125px;
    width: 100%;
  }
  #servicenavi li:first-child:before,
  #servicenavi li:first-child:after {
    left: 35%;
  }
  .ajax_basket_result {
    top: 70px;
    right: -100px;
  }
  .ajax_basket_result .inner_cart .row:first-child a:before,
  .ajax_basket_result .inner_cart .row:first-child a:after {
    background: #f2f2f2;
    content: "";
    display: block;
    height: 10px;
    width: 10px;
    position: absolute;
    top: -4px;
    right: 50%;
    margin: 0 0 0 -5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .ajax_basket_result .inner_cart .row:first-child a:before {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    z-index: -1;
  }
  .ajax_basket_result .inner_cart .row:first-child a:hover:after {
    background: #fff !important;
  }
  .ajax_basket_result .inner_cart .row:first-child a:before,
  .ajax_basket_result .inner_cart .row:first-child a:after {
    right: 38%;
  }
  .ajax_basket_container .ajax_loader {
    top: 18px;
    left: 70px;
  }
}
@media only screen and (max-width: 400px) {
  #page_header {
    min-height: 120px;
  }
  #logo {
    margin: 45px 0 0;
  }
  .ctl_checkout#logo {
    margin: 0;
  }
  .ctl_checkout #logo {
    margin: 0;
  }
}
#breadcrumb {
  padding: 12px 0;
  font-size: 0.7em;
}
#breadcrumb .inner div {
  max-width: 75%;
}
#breadcrumb .icon:after {
  margin: 0 0.5em;
}
#breadcrumb a.last {
  color: #47cbc8;
  font-weight: 700;
}
#breadcrumb .back_to_overview {
  display: inline-block;
  margin: 0 12px 0 0;
}
#infobar {
  padding: 6px 0 5px;
  width: 100%;
  background: #7f7f7f;
}
.service_bar {
  float: left;
  font-weight: 300;
  margin: -1px 0 0;
}
.ring {
  margin: 0 24px 0 0;
  color: #fff;
  float: left;
}
.ring a {
  color: #fff;
}
.ring .icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
  padding: 5px 0 0 7px;
  margin: 0 8px 0 0;
  background-image: -moz-linear-gradient(top, #ffffff 0%, #dedede 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #dedede 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dedede', GradientType=0);
}
.ring .icon:after {
  color: rgba(0, 0, 0, 0.2);
  text-shadow: 1px 0px 4px #ffffff, 0 0 0 rgba(0, 0, 0, 0.4), 1px 0px 6px #ffffff;
}
.ring.service_hotline .icon:after {
  padding: 3px 0 0 1px;
}
.ring.service_email .icon:after {
  font-size: 1em;
  padding: 4px 0 0 0;
}
#searchcontainer {
  width: 40%;
  float: right;
  position: relative;
}
.inner_searchcontainer {
  position: relative;
}
.inner_searchcontainer .ajax_loader {
  position: absolute;
  top: 7px;
  left: 5px;
  z-index: 2;
}
.inner_searchcontainer .form {
  position: relative;
}
.inner_searchcontainer .form .icon {
  background: #47cbc8;
  padding: 7px 25px 5px 32px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  height: 30px;
  border-radius: 0 2px 2px 0;
}
.inner_searchcontainer .form .icon:after {
  color: #fff;
}
.inner_searchcontainer .form .icon:hover {
  background: #d4d4d4;
}
#searchfield {
  border: none;
  color: #59585a;
  padding: 8px 100px 7px 25px;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  outline: none;
  height: 30px;
}
#searchfield:focus {
  outline: none;
}
#submit_search_btn {
  background: none;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  height: 100%;
  width: 82px;
  text-indent: -9999em;
}
.page_navigation {
  font-weight: 400;
  font-size: 0.9em;
}
.page_navigation a {
  position: relative;
}
.page_navigation a:hover {
  background: #fff;
}
#main_navigation {
  background: #f2f2f2;
  border-bottom: 1px solid #d4d4d4;
  box-shadow: 0 1px 0 #fff inset;
  position: relative;
  z-index: 1000;
  font-size: 0.9em;
  width: 100%;
}
#main_navigation.fixed {
  position: fixed;
}
#main_navigation > .inner > ul > li > a {
  border-top: none;
  display: inline-block;
}
#main_navigation > .inner > ul > li > a:after {
  display: none;
}
#main_navigation > .inner > ul > li:last-child {
  box-shadow: 1px 0px 0px rgba(0, 0, 0, 0.1);
}
#main_navigation .firstlevel > li:first-child {
  box-shadow: 2px 0px 0 rgba(255, 255, 255, 0.9) inset;
}
#main_navigation .firstlevel > li:first-child a {
  background: none;
}
#main_navigation .firstlevel > li:first-child a:hover {
  color: #47cbc8;
  /*background: #fff;*/
}
#main_navigation .firstlevel > li:first-child a:hover .icon:after {
  color: #47cbc8;
}
#main_navigation li {
  position: relative;
}
#main_navigation li:hover > ul {
  display: block;
}
#main_navigation ul li {
  float: left;
}
#main_navigation ul ul {
  background: #f2f2f2;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  border-radius: 0 0 4px 4px;
  display: none;
  position: absolute;
  width: 200px;
}
#main_navigation ul ul li {
  float: none;
  /*&:last-child{
                a{
                    border-radius: 0 0 @baseBorderRadius @baseBorderRadius;
                }
            }*/
}
#main_navigation ul ul a {
  border-left: none;
  border-right: none;
  border-top: 1px solid #d4d4d4;
  box-shadow: 0 1px 0 #fff inset;
  padding: 12px 24px 12px 12px;
}
#main_navigation ul ul a .icon {
  position: absolute;
  top: 50%;
  right: 12px;
  margin: -7px 0 0;
}
#main_navigation ul ul a .icon:after {
  color: #c8c8c8;
}
#main_navigation ul ul ul {
  border-left: 1px solid #d4d4d4;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
  left: 100%;
  top: 0;
}
#main_navigation ul ul ul li:last-child a {
  border-radius: 0 0 4px 0;
}
#main_navigation a {
  background: #f2f2f2;
  border-left: 1px solid #d4d4d4;
  border-right: 1px solid #fff;
  display: block;
  padding: 12px;
}
#main_navigation a.first .icon:after {
  margin: 0;
}
#main_navigation a:hover,
#main_navigation a.active {
  background: #fff;
}
#main_navigation a:hover .icon:after {
  color: #47cbc8;
}
#main_navigation a:after {
  margin: -8px 0 0;
}
.sidebar_nav {
  margin: 0 0 24px;
}
.sidebar_nav li {
  float: none;
}
.sidebar_nav li.active.sub .submenu {
  display: block;
}
.sidebar_nav a {
  padding: 8px 24px 8px 12px;
}
.sidebar_nav a:after {
  font-size: 1.2em;
  margin: -10px 0 0;
}
.sidebar_nav > ul > li:first-child > a {
  border-top: none;
  box-shadow: none;
  border-radius: 2px 2px 0 0;
}
.sidebar_nav > ul > li.active.sub a {
  background: #f8f8f8;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
.sidebar_nav > ul > li.active.sub a:hover {
  background: #fff;
}
.sidebar_nav > ul > li.active.sub a.flag {
  color: #47cbc8;
}
.sidebar_nav > ul > li.active.sub a.flag .icon:after {
  color: #47cbc8;
}
.sidebar_nav > ul > li.active.sub > a.flag {
  background: #59585a;
  border-top: none;
  color: #fff;
}
.sidebar_nav > ul > li.active.sub > a.flag .icon:after {
  color: #fff;
}
.sidebar_nav > ul > li.active.sub > a.flag:hover {
  background: #666666;
}
.sidebar_nav ul ul a {
  padding: 8px 12px 8px 24px;
}
.sidebar_nav ul ul ul a {
  padding: 8px 12px 8px 36px;
}
.sidebar_nav .submenu {
  display: none;
}
.sidebar_nav .submenu.level1 {
  box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.2);
}
.mobile_nav_button {
  display: none;
}
@media only screen and (max-width: 800px) {
  .service_bar {
    width: 30%;
    margin: 0;
  }
  #searchcontainer {
    width: 68%;
  }
  #submit_search_btn {
    width: 50px;
  }
  #main_navigation {
    position: absolute !important;
    z-index: 9000;
    top: 0 !important;
    width: 100%;
    -webkit-transform: translate(-300%, 0);
    -moz-transform: translate(-300%, 0);
    -ms-transform: translate(-300%, 0);
    transform: translate(-300%, 0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #main_navigation.active {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #main_navigation .inner {
    padding: 0;
  }
  #main_navigation .inner > ul > li > a {
    background: #fff;
    display: block;
  }
  #main_navigation .inner > ul > li a {
    border-top: 1px solid #d4d4d4;
  }
  #main_navigation .inner > ul > li:first-child a {
    border-top: none;
    padding: 24px 12px 24px 50%;
  }
  #main_navigation li {
    float: none;
    width: 100%;
  }
  #main_navigation li.active > a {
    color: #47cbc8;
  }
  #main_navigation a {
    border-left: none;
    border-right: none;
    border-top: 1px solid #d4d4d4;
    box-shadow: 0 -1px 0 #ffffff;
  }
  #main_navigation ul ul {
    width: 100%;
    display: block;
    position: relative;
    left: 0;
  }
  #main_navigation ul ul a {
    padding: 12px 12px 12px 24px;
  }
  #main_navigation ul ul ul {
    position: relative;
    width: 100%;
    left: 0;
  }
  #main_navigation ul ul ul a {
    padding: 12px 12px 12px 48px;
  }
  .mobile_nav_button {
    position: fixed;
    z-index: 10000;
    display: block;
    cursor: pointer;
    top: 0;
    left: 0;
    height: 50px;
    width: 50px;
    background: #f2f2f2;
    border-radius: 0 0 4px 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  }
  .mobile_nav_button .icon:after {
    margin: 0;
    position: absolute;
    left: 16px;
    top: 4px;
  }
  .mobile_nav_button.active {
    background: #59585a;
  }
  .mobile_nav_button.active .icon:after {
    color: #fff;
  }
  .mobile_nav_button.active .mobile_nav_show {
    display: none;
  }
  .mobile_nav_button.active .mobile_nav_hide {
    display: block;
  }
  .mobile_nav_hide {
    display: none;
  }
  .mobile_nav_hide.icon:after {
    top: 17px;
  }
}
@media only screen and (max-width: 600px) {
  .inner_searchcontainer .form .icon {
    padding: 6px 8px 5px 16px;
  }
  .ring {
    margin: 0 0 0 2%;
  }
  .ring:first-child {
    margin: 0;
  }
}
.error {
  color: #ce0000;
  margin: 0 0 12px;
}
.error h2 {
  background: #f7b5b5;
  color: #ce0000;
  font-size: 1em;
  padding: 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.error p {
  padding: 0 12px;
}
.error ul {
  list-style: none;
  padding: 12px;
  margin: 0;
}
.error .icon:after {
  color: #ce0000;
}
.success {
  background: #adeab0;
  border-radius: 4px;
  color: #008000;
  margin: 12px 0;
  padding: 12px;
}
.success .icon:after {
  color: #008000;
  margin: 0 0 0 12px;
}
.success p {
  margin: 0;
}
.success p:after {
  content: "\f00c";
  font-family: "font-awesome";
  color: green;
  margin: 0 0 0 12px;
}
.notice {
  padding: 12px 24px 12px 12px;
  margin: 12px 0;
  text-transform: uppercase;
  color: #666666;
  background: #fff;
  border-radius: 2px;
}
.notice:before {
  content: "\f05a";
  font-family: "font-awesome";
  margin: 0 12px 0 0;
}
.lostpassword {
  font-size: 0.8em;
  color: #47cbc8;
}
.form label {
  color: #333;
  display: block;
  padding: 0 7px 5px;
  text-transform: uppercase;
}
.form label.chklabel {
  display: inline;
  font-size: 0.8em;
}
.form input[type="text"],
.form input[type="password"],
.form input[type="email"],
.form input[type="search"],
.form input[type="tel"],
.form textarea {
  background: #fff;
  border: 1px solid #d4d4d4;
  color: #000;
  position: relative;
  padding: 6px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.form input[type="text"]:hover,
.form input[type="password"]:hover,
.form input[type="email"]:hover,
.form input[type="search"]:hover,
.form input[type="tel"]:hover,
.form textarea:hover,
.form input[type="text"]:focus,
.form input[type="password"]:focus,
.form input[type="email"]:focus,
.form input[type="search"]:focus,
.form input[type="tel"]:focus,
.form textarea:focus {
  -webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.3);
  outline: none;
}
.form input[type="text"].instyle_error,
.form input[type="password"].instyle_error,
.form input[type="email"].instyle_error,
.form input[type="search"].instyle_error,
.form input[type="tel"].instyle_error,
.form textarea.instyle_error {
  background: #f7e9e9;
  border-color: #ce0000;
}
.form input[type="text"].instyle_success,
.form input[type="password"].instyle_success,
.form input[type="email"].instyle_success,
.form input[type="search"].instyle_success,
.form input[type="tel"].instyle_success,
.form textarea.instyle_success {
  background: #F0F6E1;
  border-color: #2bbe04;
}
label.instyle_error {
  background: #F7B5B5;
  color: #e70000;
  padding: 0 6px;
}
fieldset.alternative_shipping {
  margin: 0 0 12px;
}
.form_row {
  margin: 0 0 24px;
}
.form_row:last-child {
  margin: 0 !important;
}
.form_row.col {
  margin: 0 0 24px;
}
select.instyle_error {
  border: 1px solid red;
}
input[type="text"].street,
input[type="text"].city,
input[type="text"].strasse,
input[type="text"].ort {
  width: 77%;
  margin: 0 2% 0 0;
}
input[type="text"].streetnumber,
input[type="text"].zipcode,
input[type="text"].plz,
input[type="text"].nr {
  width: 20%;
}
input[type="text"].city,
input[type="text"].ort {
  margin: 0 0 0 2%;
}
textarea {
  min-height: 150px;
}
.captcha-placeholder,
.captcha .code {
  float: left;
}
.captcha-placeholder {
  float: left;
  width: 28%;
  margin: 0 5% 0 0;
}
.captcha .code {
  width: 67%;
}
.select_wrap {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  display: inline-block;
  min-height: 26px;
  width: 100%;
  padding: 15px;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #d4d4d4;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.select_wrap:after {
  content: "\f0dc";
  color: #59585a;
  font-family: "font-awesome";
  position: absolute;
  right: 12px;
  top: 7px;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.select_wrap:hover,
.select_wrap:focus {
  -webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.3);
}
.select_wrap.instyle_error {
  background: #f7e9e9;
  border-color: #ce0000;
  box-shadow: 0 0 1px red inset;
}
.select_wrap.disabled {
  opacity: 0.5;
  filter: alpha(opacity= 50 );
  cursor: not-allowed;
}
.select_wrap.disabled select {
  cursor: not-allowed;
}
.select_wrap select {
  background: transparent;
  cursor: pointer;
  width: 110%;
  height: 18px;
  font-size: 0.9em;
  line-height: 1;
  border: 0;
  border-radius: 0;
  position: absolute;
  left: 5px;
  top: 6px;
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.select_wrap select option {
  box-shadow: none;
  padding: 5px;
  color: #59585a;
}
.select_wrap .flag {
  position: absolute;
  left: 12px;
  top: 7px;
  z-index: 1;
}
.select_wrap .icon {
  position: absolute;
  right: 5px;
  top: 5px;
}
.select_wrap .icon:after {
  color: #59585a;
}
.select_wrap.mid {
  width: 31%;
  margin: 0 2% 0 0;
}
.select_wrap.mid:last-child {
  margin: 0;
}
.select_wrap.mid select {
  width: 120%;
}
.required_fields,
.requiredfields {
  float: left;
}
.salutation span label {
  display: inline-block;
}
.payment label {
  display: inline-block;
}
.payment .bankdata {
  margin: 48px 0;
  width: 50%;
}
.payment .bankdata label {
  display: block;
}
.supportrequest .col.two.textarea {
  width: 100%;
}
.supportrequest .form_row {
  min-height: 60px;
}
.comments .form_row,
.supportrequest .form_row,
.tellafriend .form_row,
.register .form_row {
  min-height: 60px;
}
.tellafriend .description {
  float: left;
}
.form.share,
.form.newsletter,
.form.support {
  width: 50%;
}
.form.share fieldset,
.form.newsletter fieldset,
.form.support fieldset,
.form.register fieldset {
  margin: 0 0 24px;
}
@media only screen and (max-width: 600px) {
  .form.share,
  .form.newsletter,
  .form.support {
    width: 100%;
  }
}
.listing,
.similar {
  margin: 24px 0 0 -1%;
}
.listing .artbox,
.similar .artbox {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  float: left;
  margin: 0 0 12px 1%;
  padding: 12px;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.listing .artbox:hover,
.similar .artbox:hover {
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.listing .artbox p,
.similar .artbox p {
  margin: 0 0 4px;
}
.listing .artbox figure,
.similar .artbox figure {
  min-height: 60px;
}
.listing .artbox img,
.similar .artbox img {
  border: 1px solid #fff;
  display: inline-block;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.listing .artbox figure,
.similar .artbox figure,
.listing .artbox .title_desc,
.similar .artbox .title_desc,
.listing .artbox .delivery,
.similar .artbox .delivery {
  float: left;
  margin: 0 2% 0 0;
}
.listing .artbox figure,
.similar .artbox figure {
  width: 18%;
}
.listing .artbox figure:hover img,
.similar .artbox figure:hover img {
  border: 1px solid #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.listing .artbox figcaption,
.similar .artbox figcaption {
  font-size: 0.9em;
  margin: 6px 0;
}
.listing .artbox figcaption.zoom:after,
.similar .artbox figcaption.zoom:after {
  content: "\f00e";
  font-family: "font-awesome";
}
.listing .artbox .title_desc,
.similar .artbox .title_desc {
  width: 48%;
  min-height: 100px;
}
.listing .artbox .title_desc p,
.similar .artbox .title_desc p {
  font-size: 0.8em;
}
.listing .artbox .title_desc:hover h3,
.similar .artbox .title_desc:hover h3 {
  color: #47cbc8;
}
.listing .artbox .title_desc .delivery,
.similar .artbox .title_desc .delivery {
  width: 100%;
}
.listing .artbox .title_desc .date,
.similar .artbox .title_desc .date {
  margin: 6px 0;
}
.listing .artbox .article_price_unit,
.similar .artbox .article_price_unit,
.listing .artbox .price,
.similar .artbox .price,
.listing .artbox .pseudoprice,
.similar .artbox .pseudoprice {
  float: right;
  width: 30%;
  padding: 0 0 0 6px;
}
.listing .artbox .exact_price,
.similar .artbox .exact_price {
  color: #59585a;
}
.listing .artbox .pseudo,
.similar .artbox .pseudo {
  font-size: 0.5em;
  color: #e70000;
  text-decoration: line-through;
  display: block;
  margin: -10px 0 0;
}
.listing .artbox .actions,
.similar .artbox .actions {
  float: right;
  width: 30%;
  font-size: 0.8em;
}
.listing .artbox .actions a,
.similar .artbox .actions a {
  padding: 6px 24px 6px 6px;
}
.listing .artbox .actions a:after,
.similar .artbox .actions a:after {
  margin: -7px 0 0;
}
.listing .artbox .article_price_unit,
.similar .artbox .article_price_unit {
  font-size: 0.7em;
}
.listing .artbox .price,
.similar .artbox .price,
.listing .artbox .pseudoprice,
.similar .artbox .pseudoprice {
  font-size: 1.5em;
  font-weight: 400;
  margin: 0.35em 0;
}
.listing .artbox .stars,
.similar .artbox .stars {
  position: absolute;
  right: -5px;
  top: -5px;
}
/** Votes **/
.stars {
  background: #fff;
  padding: 1px 4px 4px;
  border-radius: 2px;
  display: inline-block;
}
.star {
  background-image: url("../images/css/sprite_stars.png");
  display: inline-block;
  height: 17px;
  width: 90px;
  margin: 2px 0;
  text-indent: -9999em;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .star {
    background-image: url("../images/css/sprite_starsx2.png");
    background-size: 90px auto;
  }
}
.star0 {
  background-position: left 0;
}
.star1 {
  background-position: left -18px;
}
.star2 {
  background-position: left -36px;
}
.star3 {
  background-position: left -54px;
}
.star4 {
  background-position: left -72px;
}
.star5 {
  background-position: left -90px;
}
.star6 {
  background-position: left -108px;
}
.star7 {
  background-position: left -126px;
}
.star8 {
  background-position: left -144px;
}
.star9 {
  background-position: left -162px;
}
.star10 {
  background-position: left -180px;
}
.pseudo_percent {
  background: none repeat scroll 0 0 #e70000;
  border: 2px solid #FFFFFF;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  color: #fff;
  height: 25px;
  padding: 1px 0 0;
  text-align: center;
  width: 25px;
  display: inline-block;
}
.ico_wrap {
  position: absolute;
  top: -5px;
  left: -5px;
}
.ico_tipp,
.ico_esd,
.ico_new {
  background: #47cbc8;
  border-radius: 4px;
  border: 2px solid #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 0.7em;
  padding: 6px;
  text-align: center;
  display: inline-block;
}
#listing-1col .artbox,
#listing .artbox {
  width: 99%;
}
#listing-2col .artbox,
#listing-3col .artbox {
  width: 49%;
  height: 210px;
}
#listing-2col .artbox h3,
#listing-3col .artbox h3 {
  font-size: 0.9em;
  word-wrap: break-word;
  margin: 0 0 6px;
}
#listing-2col .artbox figure,
#listing-3col .artbox figure {
  width: 40%;
  float: left;
  margin: 0 5% 0 0;
}
#listing-2col .artbox img,
#listing-3col .artbox img {
  max-height: 100px;
}
#listing-2col .artbox .article_price_unit,
#listing-3col .artbox .article_price_unit,
#listing-2col .artbox .price,
#listing-3col .artbox .price,
#listing-2col .artbox .pseudoprice,
#listing-3col .artbox .pseudoprice,
#listing-2col .artbox .actions,
#listing-3col .artbox .actions {
  position: absolute;
  width: 50%;
}
#listing-2col .artbox .actions,
#listing-3col .artbox .actions {
  bottom: 10px;
  right: 10px;
}
#listing-2col .artbox .article_price_unit,
#listing-3col .artbox .article_price_unit {
  bottom: 30%;
  left: 10px;
  width: 40%;
}
#listing-2col .artbox .price,
#listing-3col .artbox .price,
#listing-2col .artbox .pseudoprice,
#listing-3col .artbox .pseudoprice {
  bottom: 10px;
  left: 10px;
}
#listing-3col .artbox {
  width: 32.3%;
  height: 350px;
}
#listing-3col .artbox:hover .article_price_unit {
  opacity: 1;
  filter: alpha(opacity= 100 );
}
#listing-3col .artbox figure {
  width: 100%;
}
#listing-3col .artbox figure img {
  margin: 0 auto;
  display: block;
}
#listing-3col .artbox .article_price_unit {
  bottom: 55%;
  background: #d4d4d4;
  border-radius: 4px;
  width: 35%;
  color: #fff;
  padding: 10px 10px 5px;
  opacity: 0;
  filter: alpha(opacity= 0 );
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#listing-3col .artbox .article_price_unit,
#listing-3col .artbox .price,
#listing-3col .artbox .pseudoprice,
#listing-3col .artbox .actions {
  position: absolute;
  width: 92%;
}
#listing-3col .artbox .actions {
  bottom: 50px;
}
#listing-3col .title_desc {
  width: 100%;
  text-align: center;
}
#listing-3col .title_desc h3 {
  margin: 1em 0;
}
#listing-3col .title_desc p {
  display: none;
}
#listing-3col .price,
#listing-3col .pseudoprice {
  font-size: 1.2em;
  right: 10px;
  text-align: right;
}
.listing_actions {
  font-size: 0.9em;
  margin: 12px 0;
}
.listing_actions .col {
  padding: 0 12px 0 0;
  margin: 0 0 12px;
  min-height: 51px;
}
.listing_actions .col:last-child {
  float: right;
}
.listing_actions .change-view,
.listing_actions .navi {
  background: #fff;
  border: 1px solid #d4d4d4;
  color: #59585a;
  display: inline-block;
  padding: 8px 6px 4px 7px;
  margin: 0 6px 0 0;
  border-radius: 2px;
}
.listing_actions .change-view:hover,
.listing_actions .navi:hover,
.listing_actions .change-view.active,
.listing_actions .navi.active,
.listing_actions .change-view.on,
.listing_actions .navi.on {
  background: #d4d4d4;
}
.listing_actions .change-view:hover .icon:after,
.listing_actions .navi:hover .icon:after,
.listing_actions .change-view.active .icon:after,
.listing_actions .navi.active .icon:after,
.listing_actions .change-view.on .icon:after,
.listing_actions .navi.on .icon:after {
  color: #59585a;
}
.listing_actions .change-view .icon:after,
.listing_actions .navi .icon:after {
  margin: 0;
  font-size: 1.5em ;
}
.listing_actions .navi {
  padding: 7px 12px 7px 10px;
}
.listing_actions .dots {
  display: none;
}
.listing_actions .select_wrap {
  width: 150px;
}
.listing_actions .select_wrap select {
  width: 170px;
}
.listing_actions label {
  display: block;
  margin: 0 0 6px;
}
.listing_actions .bottom {
  float: right;
}
.listing_actions .display_sites,
.listing_actions .paging {
  float: left;
}
.listing_actions .display_sites {
  border-radius: 2px;
  border: 1px solid #d4d4d4;
  background: #fff;
  padding: 8px 6px 5px 7px;
  margin: 22px 0 0;
}
.top_actions {
  position: relative;
}
.top_actions .top_nav_button {
  background: #fff;
  color: #59585a;
  display: inline-block;
  border-radius: 2px;
  position: absolute;
  right: 0;
  top: -18px;
  cursor: pointer;
  height: 35px;
  width: 35px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.top_actions .top_nav_button:hover {
  background: #d4d4d4;
}
.top_actions .top_nav_button:after {
  font-size: 1.3em;
  position: absolute;
  top: 7px;
  left: 10px;
  content: "\f0c9";
  font-family: "font-awesome";
}
.top_actions .top_nav_button.active {
  background: #d4d4d4;
}
.top_actions .top_nav_button.active:after {
  content: "\f00d";
}
.top_actions .ta_inner {
  height: 70px;
}
.inner-supplier {
  background: #fff;
  padding: 12px;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .listing .artbox .title_desc,
  .similar .artbox .title_desc {
    width: 50%;
  }
  .listing .artbox .price,
  .similar .artbox .price,
  .listing .artbox .pseudoprice,
  .similar .artbox .pseudoprice {
    text-align: right;
    width: 100%;
  }
  .listing .artbox .actions,
  .similar .artbox .actions {
    width: 100%;
  }
  .listing .artbox .actions a,
  .similar .artbox .actions a {
    padding: 12px 24px 12px 12px;
  }
  .listing .artbox figure,
  .similar .artbox figure {
    width: 30%;
  }
  .listing .artbox .title_desc,
  .similar .artbox .title_desc {
    min-height: 0;
  }
  #listing-2col .artbox,
  #listing-3col .artbox {
    width: 99%;
    height: 210px;
  }
  #listing-2col .artbox .pseudoprice,
  #listing-3col .artbox .pseudoprice,
  #listing-2col .artbox .price,
  #listing-3col .artbox .price {
    text-align: left;
  }
  #listing-3col .artbox {
    width: 49%;
    height: 350px;
  }
}
.emotion-listing {
  margin: 0 0 12px -2%;
  height: auto !important;
}
.emotion-element {
  margin: 0 0 2% 2%;
  float: left;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.emotion-element h2 {
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
}
.emotion-element .artbox:hover,
.emotion-element .teaser_box:hover {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
}
.emotion-element .artbox h3,
.emotion-element .teaser_box h3 {
  padding: 6px 24px 0 6px;
  position: relative;
  color: #59585a;
  font-size: 1em;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
}
.emotion-element .artbox h3:after,
.emotion-element .teaser_box h3:after {
  content: "\f105";
  font-family: "font-awesome";
  position: absolute;
  right: 12px;
  top: 50%;
  margin: -7px 0 0;
  font-size: 1.2em;
}
.emotion-element .artbox {
  height: 200px;
  background: #fff;
  overflow: hidden;
  padding: 12px;
  position: relative;
}
.emotion-element .artbox:hover .title_desc {
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
}
.emotion-element .artbox a {
  display: block;
}
.emotion-element .artbox a h3 {
  color: #59585a;
  font-weight: 300;
  font-size: 1em;
}
.emotion-element .artbox .desc,
.emotion-element .artbox .actions,
.emotion-element .artbox .price,
.emotion-element .artbox .pseudoprice {
  display: none;
}
.emotion-element .artbox .title_desc {
  color: #59585a;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 20%;
  z-index: 10;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.emotion-element .artbox .ico_wrap {
  top: 5px;
  left: 5px;
}
.emotion-element .artbox,
.emotion-element .mapping,
.emotion-element .teaser_box,
.emotion-element .blog-entry figure {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.emotion-element .article-element .article_price_unit {
  display: none;
}
.emotion-col3 .col1 {
  width: 31.3333333%;
}
.emotion-col3 .col2 {
  width: 64.666666%;
}
.emotion-col3 .col3 {
  width: 98%;
}
.emotion-col4 .col1 {
  width: 23%;
}
.emotion-col4 .col2 {
  width: 48%;
}
.emotion-col4 .col3 {
  width: 73%;
}
.emotion-col4 .col4 {
  width: 98%;
}
.teaser_box {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.teaser_box img {
  display: block;
  margin: 0 auto;
}
.teaser_box:hover .teaser_headline {
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
}
.teaser_headline {
  position: absolute;
  color: #59585a;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 25%;
  z-index: 10;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.emotion-link a {
  background: rgba(255, 255, 255, 0.5);
  display: block;
  position: relative;
  padding: 12px;
  margin: 0 0 48px;
  border-top: 1px solid #d4d4d4;
  box-shadow: 0 1px 0 #FFFFFF inset;
  border-radius: 0 0 2px 2px;
}
.emotion-link a:hover {
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 1px 0 #ffffff inset, 0 0 3px rgba(0, 0, 0, 0.1);
}
.emotion-link a:hover .icon:after {
  color: #47cbc8;
}
.emotion-link a .icon {
  position: absolute;
  top: 50%;
  margin: -8px 0 0;
  right: 12px;
}
.article-slider-emotion .flex-viewport,
.viewed-slider .flex-viewport,
.topseller-slider .flex-viewport,
.bought-slider .flex-viewport {
  padding: 12px;
  margin: -9px -12px 0;
}
.article-slider-emotion img,
.viewed-slider img,
.topseller-slider img,
.bought-slider img {
  box-shadow: none;
}
.article-slider-emotion .article_price_unit,
.viewed-slider .article_price_unit,
.topseller-slider .article_price_unit,
.bought-slider .article_price_unit,
.article-slider-emotion .article-purchase-unit,
.viewed-slider .article-purchase-unit,
.topseller-slider .article-purchase-unit,
.bought-slider .article-purchase-unit {
  display: none;
}
.article-slider-emotion .artbox .price,
.viewed-slider .artbox .price,
.topseller-slider .artbox .price,
.bought-slider .artbox .price {
  display: block;
}
.topseller-slider .slide_article,
.viewed-slider .slide_article,
.bought-slider .slide_article {
  width: 150px;
  margin: 0 auto;
}
.topseller-slider .slide_article h3,
.viewed-slider .slide_article h3,
.bought-slider .slide_article h3 {
  min-height: 40px;
}
.topseller-slider .slide_article figure,
.viewed-slider .slide_article figure,
.bought-slider .slide_article figure {
  height: 125px;
}
.sliding_container .slide_articles a {
  float: left;
}
.slide_articles {
  float: left;
}
.slide_article,
.slide_articles {
  font-size: 0.8em;
  width: 224px;
  display: block;
  padding: 12px;
  border-radius: 2px;
  text-align: center;
}
.slide_article h3,
.slide_articles h3 {
  font-size: 1.2em;
}
.slide_article img,
.slide_articles img {
  margin: 0 auto;
  display: block;
  max-height: 132px;
  margin: 0 auto 12px;
}
.slide_article .price,
.slide_articles .price,
.slide_article .pseudoprice,
.slide_articles .pseudoprice {
  font-size: 1.2em;
  font-weight: 400;
}
.slide_article .title_desc p,
.slide_articles .title_desc p {
  font-size: 0.8em;
}
.topseller-slider.flexslider {
  box-shadow: none;
}
.topseller-slider.flexslider .slides img {
  width: auto;
}
.emotion-element .article-slider-emotion .artbox {
  height: auto;
  min-height: 274px;
}
.emotion-element .article-slider-emotion .artbox h3 {
  font-size: 1.1em;
  min-height: 40px;
}
.emotion-element .article-slider-emotion .artbox h3:after {
  display: none;
}
.article-slider-emotion .flex-control-nav {
  bottom: -16px;
}
.article-slider-emotion:hover .flex-control-nav {
  opacity: 1;
  filter: alpha(opacity= 100 );
}
.article-slider-emotion:hover .flex-direction-nav a {
  margin: 0;
  opacity: 1;
}
.viewed-slider .price.up em,
.bought-slider .price.up em {
  font-style: normal;
  text-decoration: line-through;
  color: #e70000;
  display: block;
}
.ajaxSlider {
  position: relative;
  min-height: 100px;
}
.ajaxSlider:before,
.ajaxSlider:after {
  content: "";
  display: table;
}
.ajaxSlider:after {
  clear: both;
}
.ajaxSlider .loader {
  text-indent: -9999em;
  background: url("../images/css/ico_ajax-loader.gif") no-repeat rgba(255, 255, 255, 0.7) center center;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
}
.sliding_outer,
.sliding_container,
.article-slider-emotion .slide {
  width: 100% !important;
}
.emotion-element .outer-article-box .artbox .price {
  display: block;
}
.outer-article-box {
  float: left;
  margin: 0 0 0 3%;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.outer-article-box:first-child {
  margin: 0 !important;
}
.col1 .outer-article-box {
  width: 100% !important;
}
.col2 .outer-article-box {
  margin: 0 0 0 4%;
}
.col4 .outer-article-box {
  margin: 0 0 0 2.6%;
}
.outer-article-box .article-thumb-wrapper {
  margin: 0 0 12px;
}
.outer-article-box a {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.outer-article-box .article-purchase-unit {
  display: none;
}
.outer-article-box .title {
  min-height: 40px;
}
.outer-article-box .pseudo em {
  font-style: normal;
  font-size: 0.8em;
  text-decoration: line-through;
  color: #e70000;
}
.slide_numbers {
  position: absolute;
  right: 12px;
  top: 24px;
  font-size: 0.7em;
}
.rightArrow,
.leftArrow {
  position: absolute;
  right: 0;
  top: 12px;
  text-indent: -9999em;
}
.rightArrow:focus,
.leftArrow:focus {
  outline: none;
}
.rightArrow:before,
.leftArrow:before {
  position: absolute;
  right: 12px;
  top: -10px;
  content: "\f105";
  font-family: "font-awesome";
  text-indent: 0;
  font-size: 1.1em;
}
.leftArrow {
  right: 56px;
}
.leftArrow:before {
  content: "\f104";
}
.slider-manufacturer {
  position: relative;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  padding: 12px 0;
  opacity: 1;
  filter: alpha(opacity= 100 );
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.slider-manufacturer .flex-direction-nav a {
  opacity: 1;
  filter: alpha(opacity= 100 );
}
.slider-manufacturer.loading {
  opacity: 0;
  filter: alpha(opacity= 0 );
}
.slider-manufacturer .flex-control-nav {
  bottom: -25px;
}
.mapping {
  position: relative;
  overflow: hidden;
}
.mapping img {
  position: relative;
  z-index: 9;
}
.mapping:hover img {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.banner-mapping {
  position: absolute;
  top: 0;
  left: 0;
  height: auto !important;
  width: auto !important;
}
.banner-mapping a {
  display: block;
  position: absolute;
  z-index: 10;
}
.banner-mapping-tooltip {
  z-index: 100;
  position: absolute;
  display: none;
}
.banner-mapping-tooltip span {
  background: #000;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 6px 12px;
  display: block;
  text-align: center;
}
.banner-mapping-tooltip.hover {
  display: inline-block;
}
.youtube-element {
  height: 500px;
}
.blog-outer-container {
  margin: 0 0 0 -2%;
}
.blog-entry {
  float: left;
  margin: 0 0 0 2%;
}
.blog-entry figure {
  margin: 0 0 12px;
}
@media only screen and (max-width: 800px) {
  .article-slider-emotion .flex-viewport,
  .viewed-slider .flex-viewport,
  .topseller-slider .flex-viewport,
  .bought-slider .flex-viewport {
    padding: 12px;
    margin: -9px 0 0 -12px;
  }
  .slide_numbers {
    top: 18px;
  }
  .rightArrow:before,
  .leftArrow:before {
    top: -12px;
  }
  .emotion-col4 .col3 {
    width: 98%;
  }
}
@media only screen and (max-width: 600px) {
  .emotion-col3 .col1,
  .emotion-col4 .col1,
  .emotion-col3 .col2,
  .emotion-col4 .col2,
  .emotion-col3 .col3,
  .emotion-col4 .col3,
  .emotion-col3 .col4,
  .emotion-col4 .col4 {
    width: 98%;
  }
  .emotion-col3 .col1 .emotion-inner-element .blog-entry,
  .emotion-col4 .col1 .emotion-inner-element .blog-entry,
  .emotion-col3 .col2 .emotion-inner-element .blog-entry,
  .emotion-col4 .col2 .emotion-inner-element .blog-entry,
  .emotion-col3 .col3 .emotion-inner-element .blog-entry,
  .emotion-col4 .col3 .emotion-inner-element .blog-entry,
  .emotion-col3 .col4 .emotion-inner-element .blog-entry,
  .emotion-col4 .col4 .emotion-inner-element .blog-entry {
    width: 98% !important;
  }
  .emotion-element.col4 .outer-article-box {
    width: 48% !important;
  }
  .emotion-element.col4 .outer-article-box:nth-child(3) {
    margin: 0;
  }
  .emotion-element .article-slider-emotion .flex-control-nav {
    bottom: 10px;
  }
  .emotion-element .article-slider-emotion .artbox h3 {
    overflow: visible;
    white-space: normal;
  }
}
@media only screen and (max-width: 400px) {
  .emotion-element.col3 .outer-article-box,
  .emotion-element.col1 .outer-article-box {
    width: 100% !important;
    margin: 0 !important;
  }
}
#detailbox {
  position: relative;
  background: #fff;
  border-radius: 2px;
}
#detailbox h1 {
  padding: 12px;
  background: none;
  color: #59585a;
}
#detailbox #img #wrap {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 2px;
  text-align: center;
  padding: 12px;
  width: 100% !important;
  overflow: hidden;
}
#detailbox #img img {
  max-height: 500px;
}
#detailbox .quantity_input input,
#detailbox #comments input {
  border: 1px solid #d4d4d4;
}
#detailbox .supplier {
  margin: 0 0 0.3em;
  width: 50%;
  float: left;
}
#detailbox .star {
  position: absolute;
  right: 12px;
}
#detailbox .article_details_price_unit {
  font-size: 0.8em;
}
#detailbox .detail_comments {
  position: relative;
  width: 50%;
  float: left;
}
#detailbox .detail_comments .comment_numbers {
  position: absolute;
  right: 110px;
  top: 3px;
}
#detailbox #detailCartButton {
  float: right;
}
#detailbox .article_details_bottom,
#detailbox .basketform {
  float: left;
  margin: 24px 0;
}
#detailbox .article_details_bottom {
  width: 40%;
}
#detailbox .basketform {
  width: 60%;
}
#detailbox .quantity_time {
  color: #59585a;
  float: left;
  font-size: 1.5em;
  max-width: 30px;
  padding: 6px 10px;
  text-align: center;
}
#detailbox #basketButton {
  padding: 12px;
}
#detailbox #basketButton:before {
  font-family: 'font-awesome';
  content: "\f07a";
  display: inline-block;
  font-size: 1em;
}
#detailbox .quantity_input {
  width: 50px;
  text-align: center;
  float: left;
}
#detailbox .quantity_input label {
  display: none;
}
#detailbox .quantity_input input[type="text"] {
  padding: 12px 6px;
  text-align: center;
}
#detailbox .article_details_price,
#detailbox .article_details_price2 {
  font-size: 2em;
  color: #666;
}
#detailbox .article_details_price .PseudoPrice,
#detailbox .article_details_price2 .PseudoPrice {
  font-size: 0.4em;
}
#detailbox .delivery_container {
  float: left;
  width: 100%;
}
#detailbox .tax_attention {
  font-size: 0.7em;
}
#detailbox #detail_menu {
  float: left;
  padding: 0;
  margin: 0 0 12px;
  list-style: none;
}
#detailbox #detail_menu li {
  float: left;
  width: 50%;
}
#detailbox #detail_menu a {
  word-wrap: break-word;
}
#detailbox #detail_menu a:after {
  margin: -7px 0 0;
}
.articlenav {
  position: absolute;
  right: -7px;
  top: -56px;
}
.article_back,
.article_next {
  float: left;
}
.article_back .icon:after,
.article_next .icon:after {
  background: #47cbc8;
  border-radius: 2px;
  padding: 6px 10px;
  color: #fff;
}
.article_back:hover .icon:after,
.article_next:hover .icon:after {
  background: #2db6b3;
}
.article_back .btn_text,
.article_next .btn_text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.article_next {
  margin: 0 0 0 10px;
}
.padbox {
  padding: 0 0 0 12px;
}
.deliverable1,
.deliverable2,
.deliverable3 {
  display: inline-block;
}
#buybox {
  float: left;
  width: 100%;
}
#buybox table {
  border: 0 none;
}
#buybox thead {
  background: #fff;
}
#buybox thead tr th {
  text-align: center;
  padding: 24px 0;
  text-transform: uppercase;
  font-size: 0.8em;
}
#buybox thead td {
  padding: 0;
}
#buybox thead td strong {
  color: #999;
}
#buybox tr {
  border-bottom: 1px solid #d4d4d4;
  box-shadow: 0 1px 0 #fff;
}
#buybox th {
  text-transform: uppercase;
  font-size: 0.8em;
}
#buybox td {
  padding: 5px 0;
}
#buybox td strong {
  color: #000;
}
#buybox .select_wrap {
  border: 1px solid #d4d4d4;
  width: 33%;
}
#buybox .table-configurator {
  margin: 0 0 10px 0;
  width: 100%;
}
#buybox .table-configurator tbody td {
  text-align: center;
  color: #000;
  font-weight: 300;
  padding: 5px;
  font-size: 0.9em;
}
#buybox .table-configurator tbody td span {
  color: #999;
  font-weight: normal;
}
#buybox .table-configurator tbody td input {
  display: block;
  margin: 5px 0;
  padding: 0;
  width: 100%;
}
#buybox .table-configurator tbody td span {
  display: block;
  margin-top: 5px;
}
.status0,
.status1,
.status2,
.status3,
.status4,
.status5,
.status6,
.status7,
.status8 {
  display: inline-block;
}
.status0:after,
.status1:after,
.status2:after,
.status3:after,
.status4:after,
.status5:after,
.status6:after,
.status7:after,
.status8:after {
  font-family: "font-awesome";
  font-size: 1.2em;
  display: inline-block;
}
.status0:after,
.status1:after,
.status6:after {
  color: #fdbc21;
  content: '\f017';
}
.status2:after,
.status5:after,
.status7:after {
  color: #2bbe04;
  content: '\f00c';
}
.status4:after,
.status8:after {
  color: #e70000;
  content: '\f017';
}
div#article_details .delivery_container {
  height: 15px;
  line-height: 15px;
}
div#article_details .delivery_container p {
  color: #999;
}
.cloud-zoom-lens {
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  cursor: move;
}
.cloud-zoom-title {
  display: none;
}
.cloud-zoom-big {
  border: 0px solid #ccc;
  overflow: hidden;
  top: 0 !important;
  left: 50% !important;
  width: 49% !important;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cloud-zoom-loading {
  color: white;
  background: #222;
  padding: 3px;
  border: 1px solid #000;
}
.mousetrap {
  left: 24px !important;
  top: 12px !important;
}
.thumb_box a {
  border: 1px solid #DFDFDF;
  border-radius: 3px;
  display: inline-block;
  height: 50px;
  margin: 0 10px 10px 0;
  padding: 5px;
  width: 50px;
}
.thumb_box a:hover {
  border-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.thumb_box a:focus {
  outline: none;
}
#detailinfo {
  margin: 24px 0 24px -2%;
}
.ui-tabs {
  position: relative;
  width: 64%;
  float: left;
  margin: 0 0 2% 2%;
  padding: 0 0 24px;
}
.ui-tabs-nav {
  margin: 0;
  padding: 0;
}
.ui-tabs-nav a span {
  float: left;
}
.ui-tabs-nav a span.star {
  float: left;
  display: block;
  margin: 1px 0 0 5px;
}
.ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  margin: 0 12px 0 0;
  white-space: nowrap;
}
.ui-tabs-nav li a {
  background: #59585a;
  border-radius: 4px 4px 0 0;
  color: #fff;
  float: left;
  padding: 12px;
  position: relative;
  -webkit-transition: none;
  transition: none;
}
.ui-tabs-nav li a:focus {
  outline: none;
}
.ui-tabs-nav li a:hover {
  background: #666666;
  color: #fff;
}
.ui-tabs-nav li.ui-state-active a {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  background: #f2f2f2;
  color: #59585a;
}
.ui-tabs-nav li.ui-state-active a:hover {
  color: #59585a;
}
.ui-tabs-nav li.ui-state-active a:after {
  content: "";
  background: #f2f2f2;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -5px;
  height: 10px;
}
.ui-tabs-nav li.ui-tabs-selected {
  padding-bottom: 1px;
  position: relative;
  z-index: 1;
  margin-bottom: -1px;
}
.ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs-nav .ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs-nav .ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text;
}
.ui-tabs-nav li a,
.ui-tabs-nav .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer;
}
.ui-tabs-panel {
  display: block;
  padding: 12px;
  background: #f2f2f2;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 0 4px 4px 4px;
}
.ui-tabs-hide {
  display: none !important;
}
#write_comment {
  display: none;
}
#comments .captcha-placeholder {
  margin: 0 5% 0 0;
  width: 20%;
}
#comments h3 {
  padding: 0 12px;
}
#comments .captcha .code {
  width: 30%;
}
#comments p.col {
  margin: 0 0 12px;
}
#comments fieldset {
  margin: 0;
}
#comments .comment_block {
  margin: 24px 0;
  padding: 12px 0;
  border-top: 1px solid #d4d4d4;
  box-shadow: 0 1px 0 #fff inset;
  position: relative;
}
#comments .comment_block:after {
  content: "\f0e5";
  font-family: "font-awesome";
  position: absolute;
  left: 0;
  top: 50px;
}
#comments .comment_block .right_container {
  padding: 0 0 0 24px;
}
#comments .comment_block h3 {
  margin: 12px 0;
  padding: 0;
}
#comments .comment_block.answer {
  margin-top: -36px;
  border-top: 1px dotted #d4d4d4;
  padding: 12px 48px;
}
#comments .comment_block.answer .left_container {
  padding: 0 0 0 24px;
}
#comments .comment_block.answer:after {
  top: 10px;
  left: 42px;
  content: "\f0e6";
  font-size: 1.2em;
}
.social_links {
  margin: 24px 0;
  float: left;
}
#detail #description {
  line-height: 1.8em;
}
#detail #description p:last-child {
  margin: 0 0 48px;
}
#detail .similar {
  width: 31%;
  float: left;
  margin: 0 0 0 2%;
}
#detail .similar h3 {
  font-size: 1em;
  margin: 0 0 6px;
}
#detail .similar .artbox {
  width: 100%;
  margin: 0 0 12px;
}
#detail .similar .artbox .article_price_unit,
#detail .similar .artbox .price,
#detail .similar .artbox .pseudoprice {
  width: 100%;
  padding: 0;
  float: left;
  margin: 0;
}
#detail .similar .artbox figure {
  width: 25%;
  margin: 0 4% 4% 0;
}
#detail .similar .artbox .title_price {
  float: left;
  width: 70%;
}
#detail .similar .artbox .price,
#detail .similar .artbox .pseudoprice {
  font-size: 1.2em;
}
#detail .similar .artbox .actions {
  width: 100%;
}
@media only screen and (max-width: 1000px) {
  #detailbox #basketButton {
    padding: 12px 24px;
  }
  #detailbox #basketButton .btn_text {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  #detail .similar {
    width: 98%;
  }
  #detail .similar .artbox .price,
  #detail .similar .artbox .pseudoprice {
    position: static;
  }
  .articlenav {
    top: -43px;
  }
  #detailbox .quantity_time {
    font-size: 1em;
    padding: 12px 4px;
  }
  .ui-tabs {
    width: 98%;
  }
  .padbox {
    padding: 0 12px;
  }
}
@media only screen and (max-width: 600px) {
  #detailbox #img img {
    max-height: 300px;
  }
  #detailbox #img #wrap {
    padding: 12px 0;
  }
  #detailbox .col {
    margin: 0;
  }
  #detailbox .article_details_bottom,
  #detailbox .basketform {
    width: 100%;
    margin: 0;
    float: left;
  }
  .detailtext {
    padding: 0;
  }
  .ui-tabs-nav li.ui-state-active a,
  .ui-tabs-nav li a {
    background: none;
    box-shadow: none;
  }
  .ui-tabs-nav li.ui-state-active a:after,
  .ui-tabs-nav li a:after {
    background: none;
    box-shadow: none;
  }
  .ui-tabs-nav li a {
    background: none;
    color: #999;
  }
  .ui-tabs-nav li a:hover {
    background: none;
    color: #222222;
  }
  .ui-tabs-nav li a:before {
    position: absolute;
    left: 0;
    top: 50%;
    margin: -7px 0 0;
    content: "\f105";
    font-family: "font-awesome";
  }
}
#center.account .row {
  margin: 0 0 60px;
}
#center.account .row p {
  line-height: 1.8em;
}
#center.account .listing {
  margin: 1px 0 0 -1%;
}
#center.account h4 {
  padding: 12px 36px 12px 12px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 2px;
}
#center.account #userinformations h2,
#center.account #selected_payment h2,
#center.account .newsletter h2,
#center.account .billing h2,
#center.account .shipping h2 {
  position: relative;
  padding: 12px 48px 12px 12px;
  word-wrap: break-word;
  font-size: 1.4em;
}
#center.account #userinformations h2:after,
#center.account #selected_payment h2:after,
#center.account .newsletter h2:after,
#center.account .billing h2:after,
#center.account .shipping h2:after {
  position: absolute;
  font-family: "font-awesome";
  top: 50%;
  right: 12px;
  margin: -12px 0 0;
}
#center.account #userinformations h2:after {
  content: "\f007";
}
#center.account #selected_payment h2:after {
  content: "\f09d";
}
#center.account .billing h2:after,
#center.account .shipping h2:after {
  content: "\f022";
}
#center.account .newsletter h2:after {
  content: "\f003";
}
#center.account .password h4,
#center.account .email h4 {
  position: relative;
}
#center.account .password h4:after,
#center.account .email h4:after {
  position: absolute;
  font-family: "font-awesome";
  top: 50%;
  right: 12px;
  margin: -10px 0 0;
}
#center.account .password h4:after {
  content: "\f023";
}
#center.account .email h4:after {
  content: "\f0e0";
}
.adminbox .sidebar_nav a:after {
  margin: -9px 0 0;
}
a.link_myaccount:after {
  content: "\f007";
}
a.link_myorders:after {
  content: "\f046";
}
a.link_mydownloads:after {
  content: "\f019";
}
a.link_mybilling:after {
  content: "\f022";
}
a.link_myshipping:after {
  content: "\f022";
}
a.link_mypayment:after {
  content: "\f09d";
}
a.link_mysupport:after {
  content: "\f0ad";
}
a.link_myleaflet:after {
  content: "\f0f6";
}
a.link_mylogout:after {
  content: "\f011";
}
.note .table_head .col:first-child,
.notes .table_head .col:first-child {
  width: 68.5%;
}
.note .table_head .col.unitprice,
.notes .table_head .col.unitprice {
  width: 31.5%;
}
/*@import "checkout.less";*/
#page_footer {
  padding: 24px 12px 0;
  margin: 48px 0 0;
  font-size: 0.8em;
}
#page_footer p {
  margin: 0 0 1em;
}
#page_footer .footer_info p {
  margin: 24px 0 0;
  text-align: center;
}
.footer_menu {
  background: rgba(255, 255, 255, 0.5);
  padding: 24px 0;
  border-radius: 4px;
}
.footer_menu li {
  float: none;
}
.footer_menu li:first-child a {
  border-top: none;
  box-shadow: none;
}
.footer_menu a {
  border-top: 1px solid #d4d4d4;
  box-shadow: 0 1px 0 #fff inset;
  padding: 6px;
  display: block;
  width: 100%;
}
.footer_menu a:hover {
  background: #fff;
}
.footer_menu .newsletter {
  width: 100%;
}
.footer_menu .newsletter .fieldset {
  position: relative;
}
.footer_menu .newsletter input[type="submit"] {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  height: 100%;
  position: absolute;
  right: 0;
  text-indent: -9999em;
  top: 0;
  width: 55px;
  z-index: 3;
}
.footer_menu .newsletter .icon {
  background: none repeat scroll 0 0 #47cbc8;
  border-radius: 0 2px 2px 0;
  padding: 7px 13px 6px 20px;
  position: absolute;
  right: 0;
  top: 1px;
  z-index: 2;
}
.footer_menu .newsletter .icon:after {
  color: #fff;
}
.head {
  font-weight: 700;
  font-size: 1.3em;
  text-transform: uppercase;
  margin: 0 0 12px;
  display: block;
}
#page_bottom {
  padding: 24px 0;
  text-align: center;
}
.footer_copyright {
  font-size: 0.7em;
}
.listing-blog {
  margin: 0 0 0 -1%;
}
.blog_navi h2 {
  margin: 0;
}
.blog_navi .sidebar_nav {
  margin: 0 0 24px;
}
.blogbox {
  margin: 0 0 48px;
}
.blogbox p {
  line-height: 1.3em;
  margin: 0 0 24px;
}
.blogbox .description {
  float: right;
}
.blogbox .main_image {
  margin: 0 12px 12px 0;
}
.listing .blogbox .main_image {
  float: left;
}
.blogbox .post_metadata {
  padding: 0 0 0 12px;
  font-size: 0.9em;
  margin: 0 0 6px;
}
.blogbox .post_metadata .rating,
.blogbox .post_metadata .last {
  padding: 0 0 0 6px;
  margin: 0 0 0 6px;
  border-left: 1px solid #d4d4d4;
  box-shadow: 1px 0 0 #fff inset;
}
.blogbox .thumbnail_box a {
  float: left;
  margin: 0 12px 12px 0;
}
.bookmark {
  margin: 0 12px 0 0;
  font-size: 1.5em;
}
.bookmark .frontend_blog_bookmarks {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.bookmark:after {
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  width: 35px;
  height: 35px;
  font-family: "font-awesome";
  padding: 6px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.bookmark:hover:after {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.bookmark.twitter:after {
  content: "\f099";
}
.bookmark.facebook:after {
  content: "\f09a";
}
.bookmark.pinterest:after {
  content: "\f0d2";
}
.bookmark.gplus:after {
  content: "\f0d4";
}
.category_filter,
.searchbox,
.supplier_filter {
  margin: 0 0 24px;
}
.category_filter ul,
.searchbox ul,
.supplier_filter ul {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
}
.category_filter li,
.searchbox li,
.supplier_filter li {
  float: left;
  margin: 0 12px 0 0;
}
.category_filter li a:before,
.searchbox li a:before,
.supplier_filter li a:before {
  content: "\f096";
  font-family: "font-awesome";
  margin: 0 6px 0 0;
}
.category_filter .categories .row,
.searchbox .categories .row,
.supplier_filter .categories .row,
.category_filter .searchbox .row,
.searchbox .searchbox .row,
.supplier_filter .searchbox .row,
.category_filter .supplier_filter .row,
.searchbox .supplier_filter .row,
.supplier_filter .supplier_filter .row {
  margin: 0 0 12px;
}
.category_filter .categories a:after,
.searchbox .categories a:after,
.supplier_filter .categories a:after,
.category_filter .searchbox a:after,
.searchbox .searchbox a:after,
.supplier_filter .searchbox a:after,
.category_filter .supplier_filter a:after,
.searchbox .supplier_filter a:after,
.supplier_filter .supplier_filter a:after,
.category_filter .categories a:before,
.searchbox .categories a:before,
.supplier_filter .categories a:before,
.category_filter .searchbox a:before,
.searchbox .searchbox a:before,
.supplier_filter .searchbox a:before,
.category_filter .supplier_filter a:before,
.searchbox .supplier_filter a:before,
.supplier_filter .supplier_filter a:before {
  font-family: "font-awesome";
  font-size: 1.1em;
}
.category_filter .categories a:before,
.searchbox .categories a:before,
.supplier_filter .categories a:before,
.category_filter .searchbox a:before,
.searchbox .searchbox a:before,
.supplier_filter .searchbox a:before,
.category_filter .supplier_filter a:before,
.searchbox .supplier_filter a:before,
.supplier_filter .supplier_filter a:before {
  margin: 0 6px 0 0;
}
.category_filter .categories a:after,
.searchbox .categories a:after,
.supplier_filter .categories a:after,
.category_filter .searchbox a:after,
.searchbox .searchbox a:after,
.supplier_filter .searchbox a:after,
.category_filter .supplier_filter a:after,
.searchbox .supplier_filter a:after,
.supplier_filter .supplier_filter a:after {
  margin: 0 6px;
}
.category_filter .categories a.active:after,
.searchbox .categories a.active:after,
.supplier_filter .categories a.active:after,
.category_filter .searchbox a.active:after,
.searchbox .searchbox a.active:after,
.supplier_filter .searchbox a.active:after,
.category_filter .supplier_filter a.active:after,
.searchbox .supplier_filter a.active:after,
.supplier_filter .supplier_filter a.active:after {
  content: "\f105";
}
.category_filter .categories a.active:before,
.searchbox .categories a.active:before,
.supplier_filter .categories a.active:before,
.category_filter .searchbox a.active:before,
.searchbox .searchbox a.active:before,
.supplier_filter .searchbox a.active:before,
.category_filter .supplier_filter a.active:before,
.searchbox .supplier_filter a.active:before,
.supplier_filter .supplier_filter a.active:before {
  content: "\f046";
}
.category_filter .categories a.showall:before,
.searchbox .categories a.showall:before,
.supplier_filter .categories a.showall:before,
.category_filter .searchbox a.showall:before,
.searchbox .searchbox a.showall:before,
.supplier_filter .searchbox a.showall:before,
.category_filter .supplier_filter a.showall:before,
.searchbox .supplier_filter a.showall:before,
.supplier_filter .supplier_filter a.showall:before {
  content: "\f00d";
  color: #e70000;
}
.category_filter .categories,
.searchbox .categories,
.supplier_filter .categories {
  padding: 12px 0 0;
  border-top: 1px solid #d4d4d4;
  box-shadow: 0 1px 0 #fff inset;
}
.searchbox ul {
  border-top: 1px solid #d4d4d4;
  box-shadow: 0 1px 0 #fff inset;
  width: 100%;
  padding: 12px 0 0;
}
.searchbox li,
.supplier_filter li {
  float: none;
  margin: 0 0 6px;
}
.searchbox li:before,
.supplier_filter li:before {
  font-family: "font-awesome";
  margin: 0 6px 0 0;
}
.searchbox li.active:before,
.supplier_filter li.active:before {
  content: "\f046";
}
.searchbox li.close a:before,
.supplier_filter li.close a:before {
  content: "";
}
.searchbox li.close:before,
.supplier_filter li.close:before {
  content: "\f00d";
  color: #e70000;
}
.searchbox .overflow img,
.supplier_filter .overflow img {
  width: 88%;
}
.searchbox .overflow img:hover,
.supplier_filter .overflow img:hover {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.fuzzy .listing_actions {
  padding: 12px 0 0;
  border-top: 1px solid #d4d4d4;
  box-shadow: 0 1px 0 #fff inset;
}
.supplier_filter .slideContainer ul,
.supplier_filter .filter_toggler,
.supplier_filter .options {
  color: #59585a;
  position: relative;
  border-top: 1px solid #d4d4d4;
  box-shadow: 0 1px 0 #fff inset;
  padding: 8px 12px;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.supplier_filter .filter_toggler,
.supplier_filter .options {
  cursor: pointer;
}
.supplier_filter .filter_toggler:after,
.supplier_filter .options:after {
  content: "\f055";
  font-family: "font-awesome";
  position: absolute;
  right: 12px;
  top: 50%;
  margin: -7px 0 0;
}
.supplier_filter .filter_toggler.active,
.supplier_filter .options.active,
.supplier_filter .filter_toggler:hover,
.supplier_filter .options:hover {
  background: rgba(255, 255, 255, 0.7);
}
.supplier_filter .filter_toggler.active:after,
.supplier_filter .options.active:after {
  content: "\f056";
}
.supplier_filter .filter_toggler .expandcollapse,
.supplier_filter .options .expandcollapse {
  display: none;
}
/*@import "compare.less";*/
.tagcloud,
#tagcloud_promotion {
  font-size: 1.4em;
  margin: 0 0 24px;
}
.tagcloud a,
#tagcloud_promotion a {
  padding: 12px;
}
.tagcloud a.tag0,
#tagcloud_promotion a.tag0 {
  font-size: 0.6em;
}
.tagcloud a.tag1,
#tagcloud_promotion a.tag1 {
  font-size: 0.6em;
  font-weight: 700;
}
.tagcloud a.tag2,
#tagcloud_promotion a.tag2 {
  font-size: 0.6em;
}
.tagcloud a.tag3,
#tagcloud_promotion a.tag3 {
  font-size: 0.6em;
  font-weight: 700;
}
.modal {
  z-index: 19000;
  font-size: 0.8em;
  top: 10%;
  left: 50%;
  max-width: 560px;
  background: #f2f2f2;
  position: fixed;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  width: 500px !important;
}
.modal img {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.modal .row {
  margin: 12px 0 0;
}
.modal .row:first-child {
  margin: 0;
}
.modal .heading,
.modal .new_customer,
.modal .existing_customer,
.modal .middle,
.modal .bottom,
.modal .error,
.modal .logout {
  padding: 12px;
}
.modal h2 {
  margin: 0;
  font-size: 1.5em;
}
.modal p a {
  text-decoration: none;
}
.modal .heading h2 {
  letter-spacing: normal;
  font-size: 1.5em;
}
.modal .heading h2 .icon:after {
  color: #2bbe04;
  margin: 0 0 0 1em;
}
.modal .inner_container {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  max-width: 500px;
}
.modal .inner_container h2 {
  background: none;
  padding: 0 0 12px;
}
.modal .btn {
  margin: 12px 12px 0 0;
  float: left;
}
.modal .form,
.modal .ajax_add_article,
.modal .bottom {
  border-top: 1px solid #d4d4d4;
  box-shadow: 0 1px 0 #fff inset;
}
.modal .new_customer,
.modal .existing_customer {
  float: left;
  width: 50%;
}
.modal .form_row {
  margin: 0 0 12px;
}
.modal .lostpassword {
  padding: 0 0 0 5px;
}
.modal iframe {
  border: 0 none;
  width: 100%;
}
.modal .close:active {
  bottom: 14px;
}
.modal .added_article span {
  display: block;
}
.modal .ajax_add_article #listing-3col .artbox {
  height: 130px;
}
.modal .ajax_add_article #listing-3col .artbox a {
  height: 100%;
  display: block;
}
.modal .ajax_add_article #listing-3col .artbox figure {
  width: 40%;
}
.modal .ajax_add_article #listing-3col .artbox .price {
  right: 12px;
  left: auto;
}
.modal .ajax_add_article #listing-3col .artbox .article_price_unit {
  display: none;
}
.modal .ajax_add_article #listing-3col .artbox .title_desc,
.modal .ajax_add_article #listing-3col .artbox .price {
  min-height: 30px;
  width: 55%;
  margin: 0;
}
.modal .ajax_add_article #listing-3col .artbox .title_desc h3,
.modal .ajax_add_article #listing-3col .artbox .price h3 {
  margin: 0;
}
.ajax_compare_max_container .modal_close {
  color: rgba(0, 0, 0, 0);
  position: absolute;
  right: -12px;
  height: 30px;
  width: 30px;
  top: -12px;
  z-index: 10;
}
.ajax_compare_max_container:after {
  content: "\f057";
  font-family: "font-awesome";
  background: #f2f2f2;
  color: #59585a;
  border-radius: 50%;
  padding: 6px;
  font-size: 2em;
  position: absolute;
  top: -12px;
  right: -12px;
  height: 30px;
  width: 30px;
  line-height: 0.8em;
  z-index: 9;
}
.btn_close {
  cursor: pointer;
  position: absolute;
  top: -12px;
  right: -20px;
}
.btn_close p {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.btn_close .icon:after {
  background: #f2f2f2;
  color: #59585a;
  border-radius: 50%;
  padding: 6px;
  font-size: 2em;
}
.btn_close .icon:hover:after {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 600px) {
  .modal {
    width: 300px !important;
    height: 300px !important;
    top: 20px !important;
  }
  .modal .inner_container {
    max-height: 220px;
  }
  .modal .ajax_add_article .bottom {
    display: none;
  }
}
.loadingIndicator {
  background: url("../images/css/ico_ajax-loader.gif") center center no-repeat #ffffff;
  text-indent: -9999px;
  border: 2px solid #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 50%;
  left: 50%;
  height: 40px;
  width: 40px;
  z-index: 99999;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .loadingIndicator {
    background: url("../images/css/ico_ajax-loaderx2.gif") center center no-repeat #ffffff;
    background-size: 16px auto;
  }
}
#searchresults {
  background: #f2f2f2;
  display: none;
  z-index: 8000;
  width: 100%;
  position: absolute;
  top: 38px;
  right: 0px;
  overflow: visible !important;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
#searchresults ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.resultall {
  border-top: 1px solid #fff;
  display: block;
  font-size: 0.8em;
  padding: 10px 12px 12px;
  height: 40px;
  width: 100%;
  text-align: center;
  border-radius: 0 0 4px 4px;
}
.resultall:hover {
  background: #fff;
}
.searchresult {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #e3e3e3;
  font-size: 0.75em;
}
.searchresult:first-child {
  border-top: 1px solid transparent;
}
.searchresult:first-child:before,
.searchresult:first-child:after {
  background: #f2f2f2;
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  position: absolute;
  top: -4px;
  right: 50%;
  margin: 0 0 0 -5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.searchresult:first-child:before {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.searchresult:first-child:hover:after {
  background: #fff !important;
}
.searchresult:first-child a {
  border-radius: 4px 4px 0 0;
}
.searchresult a {
  background: #f2f2f2;
  display: block;
  padding: 12px;
  position: relative;
  z-index: 1;
}
.searchresult a:before,
.searchresult a:after {
  content: "";
  display: table;
}
.searchresult a:after {
  clear: both;
}
.searchresult a:hover {
  background: #fff;
  text-decoration: none;
}
.searchresult a:hover .icon:after {
  color: #47cbc8;
}
.searchresult a:hover h3 {
  color: #47cbc8;
}
.searchresult a .icon {
  position: absolute;
  right: 0;
  top: 50%;
  margin: -8px 0 0;
}
.searchresult a .icon:after {
  color: #c8c8c8;
  font-size: 2em;
}
.searchresult figure,
.searchresult .searchdescription {
  float: left;
}
.searchresult figure {
  width: 16%;
}
.searchresult .searchdescription {
  margin: 0 0 0 3%;
  width: 81%;
}
.searchresult h3 {
  font-weight: 400;
  margin: 0 0 6px;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.searchresult p {
  margin: 3px 0;
  padding: 0 12px 0 0;
}
.viewlast {
  margin: 24px 0;
  padding: 0 12px;
}
.viewlast:before,
.viewlast:after {
  content: "";
  display: table;
}
.viewlast:after {
  clear: both;
}
.viewlast h2 {
  padding: 12px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 2px;
  font-weight: 100;
}
.viewlast ul {
  border-radius: 2px;
  padding: 0;
  list-style: none;
  margin: 0;
}
.viewlast ul:before,
.viewlast ul:after {
  content: "";
  display: table;
}
.viewlast ul:after {
  clear: both;
}
.viewlast li {
  float: left;
  width: 20%;
  text-align: center;
}
.viewlast li:first-child a {
  border-left: none;
  box-shadow: none;
}
.viewlast img {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.viewlast a {
  border-left: 1px solid #d4d4d4;
  box-shadow: -1px 0 0 #ffffff;
  display: block;
  padding: 12px;
}
.viewlast a:hover {
  background: rgba(255, 255, 255, 0.8);
}
.viewlast .thumbnail {
  float: none;
  margin: 0;
  width: 100%;
  text-align: center;
  min-height: 125px;
}
@media only screen and (max-width: 800px) {
  .viewlast li {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 600px) {
  .viewlast li {
    width: 50%;
  }
}
#lbOverlay {
  position: fixed;
  z-index: 18000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #555;
  opacity: 0.8;
  cursor: pointer;
}
#lbCenter,
#lbBottomContainer {
  position: absolute;
  z-index: 18500;
  overflow: hidden;
  background-color: #f2f2f2;
}
#lbCenter {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
#lbImage {
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  border-radius: 4px;
}
#lbPrevLink,
#lbNextLink {
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  outline: none;
}
#lbPrevLink {
  left: 0;
}
#lbNextLink {
  right: 10px;
}
#lbBottom {
  font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
  font-size: 10px;
  color: #666;
  line-height: 1.4em;
  text-align: left;
  border: 10px solid #fff;
  border-top-style: none;
}
#lbCloseLink {
  display: block;
  float: right;
  width: 66px;
  height: 22px;
  margin: 5px 0;
  outline: none;
}
#lbCloser {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  margin: -11px 0 0 -11px;
  z-index: 19000;
  cursor: pointer;
}
#lbCloser:hover:after {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
#lbCloser:after {
  content: "\f057";
  font-family: "font-awesome";
  background: #f2f2f2;
  color: #59585a;
  border-radius: 50%;
  padding: 5px;
  font-size: 1.6em;
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  width: 30px;
  line-height: 0.9em;
  z-index: 9;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#lbThumbs {
  padding: 15px 0 0 0;
  background: #efefef;
  width: 165px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  position: absolute;
  right: 0;
  text-align: center;
  overflow: scroll;
  display: none;
}
#lbThumbs a img {
  display: block;
  max-width: 128px;
  max-height: 68px;
  border: 5px solid #dfe6eb;
  margin: 5px auto;
}
#lbThumbs a img:hover,
#lbThumbs a img.active {
  border: 5px solid #10A0DE;
}
@media only screen and (max-width: 800px) {
  #lbCenter,
  #lbImage {
    width: 500px;
    height: 500px;
  }
  #lbImage {
    position: relative;
    background-size: cover;
  }
}
#paypalLogo {
  background: #fff;
  border-radius: 2px;
  padding: 12px;
}
#paypalLogo p {
  text-align: center;
  margin: 12px 0 0;
}
.modal_paypal_button {
  float: right;
  margin: 0 !important;
}
.modal_paypal_button img {
  box-shadow: none;
}
.basket_bottom_paypal {
  margin: 12px 0;
}
.basket_bottom_paypal:before,
.basket_bottom_paypal:after {
  content: "";
  display: table;
}
.basket_bottom_paypal:after {
  clear: both;
}
.basket_bottom_paypal a {
  float: right;
}
.swag_plugin_facebook {
  margin: 12px 0;
  float: left;
}
#facebook .container {
  overflow: hidden;
  width: 100%;
}
#article_notification {
  float: left;
}
#article_notification .notice {
  padding: 0;
}
#article_notification .notice:before {
  display: none;
}
#article_notification .notice .center {
  padding: 12px;
  background: #f2f2f2;
  font-size: 0.9em;
}
/*@import "flexslider.less";*/
html,
body,
h1,
h2,
h3,
h4,
p.heading {
  font: normal 12px/18px Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 0px !important;
}
html,
a,
a:link,
a:active,
a:hover,
a:visited {
  color: #333;
  -webkit-transition: none;
  transition: none;
}
a:hover {
  text-decoration: underline;
}
.container_20 {
  border-color: #cdcdcd;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
h2,
h3 {
  color: #4B4B4B;
}
h2,
h3 {
  line-height: 1.6em;
}
h1 {
  font-size: 3em;
  line-height: 1;
  margin-bottom: 0.5em;
}
#content h1 {
  font-size: 18px;
  font-weight: 700;
}
h2,
#content .sitemap h1 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: normal;
}
.right {
  float: right;
}
.displaynone {
  display: none;
}
#content .cat_text h1,
#content h1,
#content .supplier_register h1,
#content .sitemap h1 {
  color: #000000;
  padding: 0px;
}
body.ctl_custom h2 {
  font-size: 16px;
  font-weight: bold;
}
div.ico_new,
div.ico_tipp,
div.ico_esd {
  color: #fff;
}
input.text {
  border-color: #bbb;
}
div#article_details p.red {
  color: #264409;
}
.bold {
  font-weight: bold;
}
.uppercase {
  text-transform: uppercase;
}
.actions a,
#detail_menu a,
.ico.link,
.sidebar_nav a,
#servicenavi a,
#main_navigation a,
#main_navigation .firstlevel > li:first-child,
#main_navigation ul ul a {
  box-shadow: none;
}
.actions a:after,
#detail_menu a:after,
.ico.link:after,
.sidebar_nav a:after,
#servicenavi a:after,
#main_navigation a:after {
  content: normal;
}
.form label {
  font-size: 12px !important;
  text-transform: none !important;
  padding: 0px !important;
}
label {
  font-weight: bold !important;
}
p {
  margin: 0 0 1.5em;
}
input.text {
  border-color: #bbb !important;
  width: 300px;
  hight: 26px !important;
  padding: 5px !important;
  margin: 0.5em 0;
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  font-size: 12px !important;
  border-radius: 0px !important;
  webkit-border-radius: 0px !important;
  background-color: #fff !important;
}
body {
  background-color: #E9EBED;
  background-image: url("../images/bg_body.png");
  background-repeat: repeat-x;
  background-position: left top;
}
body .container_20 {
  max-width: 1040px;
  padding: 0 20px 20px 20px;
  background: white;
  margin: 0 auto;
  border: none;
  margin-bottom: 20px;
  position: relative;
  overflow: visible;
  border-color: #cdcdcd;
  -moz-box-shadow: 0 0 10px 1px #888;
  -webkit-box-shadow: 0 0 10px 1px #888;
  -ms-box-shadow: 0 0 10px 1px #888;
  -o-box-shadow: 0 0 10px 1px #888;
  box-shadow: 0 0 10px 1px #888;
  behavior: url("../styles/PIE.htc") !important;
}
.border {
  border: 1px solid #CDCDCD;
}
.border-left-only {
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
}
#page_footer,
#page_header_topbar,
#main_navigation {
  font-size: 1em;
}
@media only screen and (max-width: 1015px) {
  body .container_20 {
    max-width: 1040px;
    padding: 0 5px 20px 5px;
  }
}
.ctl_account #content a.button-left,
.ctl_account #content a.button-middle,
.ctl_account #content a.button-right,
.ctl_account #content .button-right,
div#notes .table_row .action a,
.ctl_checkout .actions .button-middle.small {
  font-size: 11px;
  height: 22px !important;
  line-height: 22px !important;
}
.button-left,
.button-middle,
.button-right {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 2px #c0c0c0;
  -moz-box-shadow: 1px 1px 2px #c0c0c0;
  box-shadow: 1px 1px 2px #c0c0c0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: relative;
}
.button-left,
.button-middle,
.button-right {
  height: 30px;
  text-decoration: none;
  color: #fff !important;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  font: normal 14px/40px Arial, sans-serif;
  line-height: 26px;
  cursor: pointer;
  margin: 0 5px 5px 0;
  /*  padding: 0 50px 0 35px;*/
  padding-left: 13px !important;
  padding-right: 30px !important;
  border: 1px solid white;
}
a.more :not(.paging a.more),
.homemore,
.download,
.buynow,
#content #detail #basketButton,
#registerbutton,
.button-left,
.button-middle,
.button-right,
#basketButton,
.button_tablefoot,
#registerbutton,
div#notes .table_row .action a.detail,
div#notes .table_row .action a.basket {
  -moz-border-radius: 4px;
  /* Firefox */
  -webkit-border-radius: 4px;
  /* Safari, Chrome */
  -o-border-radius: 4px;
  /* Opera */
  -ms-border-radius: 4px;
  /* IE */
  border-radius: 4px;
  /* W3C Standard */
  /*font-size:125%;*/
  font-weight: 600;
  display: inline-block;
  height: 30px;
  line-height: 26px;
  width: auto !important;
  padding-left: 13px !important;
  padding-right: 30px !important;
  outline: none;
  border: 1px solid white;
  text-decoration: none !important;
}
.homemore {
  background: #0F9F39;
  background: url('../images/pfeil_details.png'), -moz-linear-gradient(top, #75c07c, #0f9f39) !important;
  /* Firefox */
  background: url('../images/pfeil_details.png'), -webkit-linear-gradient(top, #75c07c, #0f9f39) !important;
  /* Safari, Chrome */
  background: url('../images/pfeil_details.png'), -o-linear-gradient(top, #75c07c, #0f9f39) !important;
  /* Opera */
  background: url('../images/pfeil_details.png'), -ms-linear-gradient(top, #75c07c, #0f9f39) !important;
  /* IE */
  background: url('../images/pfeil_details.png'), linear-gradient(top, #75c07c, #0f9f39) !important;
  /* W3C Standard */
  -pie-background: url('../images/pfeil_details.png') no-repeat 2% center, linear-gradient(#75c07c, #0f9f39);
  text-shadow: #5A5A5A 0px 1px 2px;
  color: white !important;
  background-position: 94% center !important;
  background-repeat: no-repeat !important;
  -moz-border-radius: 4px;
  /* Firefox */
  -webkit-border-radius: 4px;
  /* Safari, Chrome */
  -o-border-radius: 4px;
  /* Opera */
  -ms-border-radius: 4px;
  /* IE */
  border-radius: 4px;
  /* W3C Standard */
  /*font-size:125%;*/
  font-weight: 600;
  font-size: 15px;
  display: inline-block;
  height: 32px;
  line-height: 30px;
  width: auto !important;
  padding-left: 13px !important;
  padding-right: 30px !important;
  outline: none;
  float: right;
  margin-bottom: 15px;
  border: 1px solid white;
  text-decoration: none !important;
}
a.more :not(.paging a.more),
.homemore,
#content #detail #basketButton,
#registerbutton,
.button-left,
.button-middle,
.button-right,
div.step_box ul li.active .icon,
#basketButton,
.button_tablefoot,
#registerbutton,
div.table_foot input.button_tablefoot,
div#notes .table_row .action a.detail {
  background: #0F9F39;
  background: url('../images/pfeil_details.png'), -moz-linear-gradient(top, #75c07c, #0f9f39) !important;
  /* Firefox */
  background: url('../images/pfeil_details.png'), -webkit-linear-gradient(top, #75c07c, #0f9f39) !important;
  /* Safari, Chrome */
  background: url('../images/pfeil_details.png'), -o-linear-gradient(top, #75c07c, #0f9f39) !important;
  /* Opera */
  background: url('../images/pfeil_details.png'), -ms-linear-gradient(top, #75c07c, #0f9f39) !important;
  /* IE */
  background: url('../images/pfeil_details.png'), linear-gradient(top, #75c07c, #0f9f39) !important;
  /* W3C Standard */
  -pie-background: url('../images/pfeil_details.png') no-repeat 2% center, linear-gradient(#75c07c, #0f9f39);
  text-shadow: #5A5A5A 0px 1px 2px;
  color: white !important;
  background-position: 94% center !important;
  background-repeat: no-repeat !important;
}
.button-left[title="Zurück"] {
  background: #0F9F39;
  background: url('../images/pfeil_details.png'), -moz-linear-gradient(top, #75c07c, #0f9f39) !important;
  /* Firefox */
  background: url('../images/pfeil_details.png'), -webkit-linear-gradient(top, #75c07c, #0f9f39) !important;
  /* Safari, Chrome */
  background: url('../images/pfeil_details.png'), -o-linear-gradient(top, #75c07c, #0f9f39) !important;
  /* Opera */
  background: url('../images/pfeil_details.png'), -ms-linear-gradient(top, #75c07c, #0f9f39) !important;
  /* IE */
  background: url('../images/pfeil_details.png'), linear-gradient(top, #75c07c, #0f9f39) !important;
  /* W3C Standard */
  -pie-background: url('../images/pfeil_details.png') no-repeat 2% center, linear-gradient(#75c07c, #0f9f39);
  text-shadow: #5A5A5A 0px 1px 2px;
  color: white !important;
  background-position: 2% center !important;
  background-repeat: no-repeat !important;
  padding-left: 23px !important;
  padding-right: 15px !important;
}
a.button-middle.small.subscription-resign-link {
  background: #df0000;
  background: url('../images/pfeil_details.png'), -moz-linear-gradient(top, #df0000, #cf0a01) !important;
  /* Firefox */
  background: url('../images/pfeil_details.png'), -webkit-linear-gradient(top, #df0000, #cf0a01) !important;
  /* Safari, Chrome */
  background: url('../images/pfeil_details.png'), -o-linear-gradient(top, #df0000, #cf0a01) !important;
  /* Opera */
  background: url('../images/pfeil_details.png'), -ms-linear-gradient(top, #df0000, #cf0a01) !important;
  /* IE */
  background: url('../images/pfeil_details.png'), linear-gradient(top, #df0000, #cf0a01) !important;
  /* W3C Standard */
  -pie-background: url('../images/pfeil_details.png') no-repeat 94% center, linear-gradient(#df0000, #cf0a01);
  text-shadow: #5A5A5A 0px 1px 2px;
  color: white !important;
  background-position: 94% center !important;
  background-repeat: no-repeat !important;
  width: 200px !important;
}
a.more.no-arrow :not(.paging a.more) {
  background: #0F9F39;
  background: -moz-linear-gradient(top, #75c07c, #0f9f39) !important;
  /* Firefox */
  background: -webkit-linear-gradient(top, #75c07c, #0f9f39) !important;
  /* Safari, Chrome */
  background: -o-linear-gradient(top, #75c07c, #0f9f39) !important;
  /* Opera */
  background: -ms-linear-gradient(top, #75c07c, #0f9f39) !important;
  /* IE */
  background: linear-gradient(top, #75c07c, #0f9f39) !important;
  /* W3C Standard */
  text-shadow: #5A5A5A 0px 1px 2px;
  color: white !important;
  position: relative;
  z-index: 0;
}
header .inner {
  height: 118px;
  padding: 0px;
  max-width: 1000px;
  background: transparent url(../images/bg_header.png) repeat-x scroll 0px 0px;
}
#logo img {
  margin-left: 6px;
  margin-top: 10px;
}
#page_header_topbar {
  background-color: white;
  position: absolute;
  top: 0px;
  right: 40px;
  -moz-box-shadow: 0 0 10px 1px #888;
  -webkit-box-shadow: 0 0 10px 1px #888;
  -ms-box-shadow: 0 0 10px 1px #888;
  -o-box-shadow: 0 0 10px 1px #888;
  box-shadow: 0 0 10px 1px #888;
}
#page_header_topbar .my_options {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  padding: 6px 0 0 15px ;
}
#page_header_topbar a {
  color: #058729;
}
#page_header_topbar .my_options a.account {
  margin: 0;
  padding: 0;
  padding-left: 34px;
  height: 29px;
  line-height: 39px;
  background: url("../images/ico_myaccount.png") left top no-repeat;
  display: block;
  float: none;
}
#page_header_topbar .my_options a.note {
  margin: 0;
  padding: 0;
  padding-left: 34px;
  height: 29px;
  line-height: 37px;
  background: url("../images/ico_notes.png") left center no-repeat;
  display: block;
  float: none;
}
#shopnavi {
  display: table-cell;
  vertical-align: top;
}
#shopnavi .newbasket {
  position: static;
  width: 320px;
  height: auto;
  margin: 0;
  padding: 0;
}
#shopnavi .newbasket .icon {
  width: 100px;
  margin-left: 0;
  display: inline;
  float: left;
  margin-right: 10px;
}
#shopnavi .newbasket .icon a {
  margin-top: -3px;
  margin-left: 34px;
  background: url(../images/ico_basket.png) no-repeat;
  width: 52px;
  height: 50px;
  display: block;
  text-indent: -9999em;
}
#shopnavi .display {
  margin: 18px 0 13px 0;
}
#shopnavi .newbasket .display .top {
  padding-left: 5px;
  margin-top: 0px;
  padding-top: 0px;
  display: block;
}
#shopnavi .newbasket .display_basket {
  display: inline;
}
#shopnavi .newbasket .quantity_new {
  padding: 0 0 0 2px;
}
#shopnavi .newbasket .sep {
  padding: 0 3px;
}
#shopnavi .newbasket .ajax_basket_container {
  border: none;
  width: 188px;
  height: 28px;
  margin-top: 13px;
  background-image: none;
  background-color: #DCDCDC;
  display: inline-block;
}
#shopnavi .newbasket .ajax_basket_container .ajax_basket {
  width: 188px;
  font-weight: bold;
  color: #5A5A5A;
  height: 21px;
  padding: 7px 10px 0 10px;
  cursor: pointer;
  background: url("../images/bg_arrow-small_down.gif") no-repeat scroll 168px 11px;
}
#searchcontainer {
  width: 200px;
  position: absolute;
  top: 131px;
  height: 28px;
  background: transparent;
  right: 40px;
  z-index: 20;
}
#searchfield {
  width: 170px !important;
  text-transform: none;
  padding: 3px 0 0 30px !important;
  background: url(../images/bg_search-input.gif) !important;
}
#resp-menu {
  display: none;
}
#main_navigation {
  background-color: #ffffff;
  border-bottom: 0px;
  z-index: 10;
}
@media only screen and (min-width: 801px) {
  nav#main_navigation .inner {
    padding: 0px;
    max-width: 1000px;
    height: 54px;
    margin: 0px 0 15px 0px;
    line-height: 54px;
    background: transparent url(../images/bg_navi.png) repeat-x scroll 0 0;
  }
  nav#main_navigation ul {
    font-size: 100%;
  }
  nav#main_navigation a {
    display: block;
    padding: 0px 15px;
    border-right: 1px solid;
    border-left: 1px solid;
    position: static;
    content: none;
  }
  nav#main_navigation a:hover {
    text-decoration: none;
  }
  nav#main_navigation a:after {
    content: none;
  }
  #main_navigation ul ul a {
    padding: 0px 15px;
    content: none;
  }
  nav#main_navigation > .inner > ul > li > a {
    padding: 0px 57px !important;
    font-size: 150%;
    text-shadow: black 0px 1px 2px;
    text-transform: uppercase;
    border-left: 1px solid #208339;
    border-right: 1px solid #84CA95;
    font-weight: normal;
    background: none;
    color: #fff;
    text-decoration: none;
  }
  nav#main_navigation > .inner > ul > li > a.active,
  nav#main_navigation > .inner > ul > li > a:hover,
  nav#main_navigation > .inner > ul > li:hover > a {
    text-shadow: white 0px 1px 2px;
    border-left: 1px solid #CCA811;
    border-right: 1px solid #CCA811;
    font-weight: normal;
    background: transparent url(../images/bg_navi_active.png) repeat-x scroll 0 0;
    color: #000 !important;
  }
  /* Drop down menu */
  nav#main_navigation ul li.dropactive:hover,
  nav#main_navigation ul li.active:hover {
    background: transparent url(../images/bg_navi_active.png) repeat-x scroll 0 0 !important;
  }
  #main_navigation > div > ul > li.active > ul > li.active > a {
    font-weight: bold;
  }
  /*  nav#main_navigation ul.firstlevel > li:first-child a:hover {
    background: transparent url(../images/bg_navi_active.png) repeat-x scroll 0 0 !important;
  }*/
  nav#main_navigation > .inner > ul > li > a {
    padding: 0px 57px !important;
  }
  nav#main_navigation ul li.dropactive:hover ul.dropdown li:hover a,
  nav#main_navigation ul li.active:hover ul.dropdown li:hover a {
    background-color: #FCEDA3;
    color: #000 !important;
  }
  nav#main_navigation ul ul {
    background: none;
    box-shadow: none;
    border-radius: 0px;
  }
  nav#main_navigation ul li.dropactive:hover ul.dropdown,
  nav#main_navigation ul li.active:hover ul.dropdown {
    border: 1px solid #CCA811;
    width: 260px;
  }
  #main_navigation > div > ul > li > ul.droplevel0 {
    margin-top: -2px;
  }
  @-moz-document url-prefix() {
    #main_navigation > div > ul > li > ul.droplevel0 {
      margin-top: -3px;
    }
  }
  nav#main_navigation ul li.dropactive:hover ul.dropdown li a,
  nav#main_navigation ul li.active:hover ul.dropdown li a {
    display: block;
    height: 30px;
    line-height: 30px;
  }
  /* Bildung/Unterricht ausblenden*/
  nav#main_navigation ul li:last-child {
    display: none;
  }
  /* Drop down menu */
  nav#main_navigation li:hover ul.dropdown,
  #mainNavigation li:hover ul.droplevel {
    width: 260px;
  }
  /*nav#main_navigation ul li.dropactive:hover ul.dropdown li a {width:230px;}*/
  nav#main_navigation ul li.dropactive:hover ul.droplevel,
  nav#main_navigation ul li.active:hover ul.droplevel {
    position: absolute;
    left: 260px;
    top: 0;
    width: 250px;
  }
  nav#main_navigation ul li.dropactive:hover ul.dropdown li.active.sub > a,
  nav#main_navigation ul li.active:hover ul.dropdown li.active.sub > a {
    background: #fceda3 url(../images/bg_arrow-small_right.gif) 250px center no-repeat;
  }
  /*nav#main_navigation ul li.dropactive:hover ul.dropdown li.sub > a, nav#main_navigation ul li.active:hover ul.dropdown li.sub > a {
    background: #FCEDA3 url(../images/bg_arrow-small_right.gif) 250px center no-repeat;
  }*/
  /*#mainNavigation ul li > ul.droplevel {margin-top: -1px;}*/
  nav#mainNavigation ul li:first-child ul.droplevel.droplevel1 {
    margin-top: -1px !important;
  }
  /* Navigation Links Ebene 2-4 - hover Zustand */
  nav#main_navigation ul li.dropactive:hover ul.dropdown li:hover a,
  nav#main_navigation ul li.active:hover ul.dropdown li:hover a {
    background-color: #FCEDA3;
  }
  nav#main_navigation ul li.dropactive:hover ul.dropdown li:hover li:hover a,
  nav#main_navigation ul li.active:hover ul.dropdown li:hover li:hover a {
    background-color: #FCEDA3;
  }
  nav#main_navigation ul li.dropactive:hover ul.dropdown li:hover li:hover li:hover a,
  nav#main_navigation ul li.active:hover ul.dropdown li:hover li:hover li:hover a {
    background-color: #FCEDA3;
  }
  /* Navigation Links Ebene 2-4 - normal Zustand */
  nav#main_navigation ul li.dropactive:hover ul.dropdown li a,
  nav#main_navigation ul li.active:hover ul.dropdown li a {
    border-bottom: none;
    border-top: 1px solid #CCA811;
    background-color: #FCEDA3;
  }
  nav#main_navigation ul li.dropactive:hover ul.dropdown li:hover li a,
  nav#main_navigation ul li.active:hover ul.dropdown li:hover li a {
    border-bottom: none;
    border-top: 1px solid #CCA811;
    background-color: #FCEDA3;
  }
  nav#main_navigation ul li.dropactive:hover ul.dropdown li:hover li:hover li a,
  nav#main_navigation ul li.active:hover ul.dropdown li:hover li:hover li a {
    border-bottom: none;
    border-top: 1px solid #CCA811;
    background-color: #FCEDA3;
  }
  /* Navigation Links Ebene 2-4 - normal Zustand - Erster Link */
  nav#main_navigation ul li.dropactive:hover ul.dropdown li:first-child a,
  nav#main_navigation ul li.active:hover ul.dropdown li:first-child a {
    border-top: 0px;
  }
  nav#main_navigation ul li.dropactive:hover ul.dropdown li:hover li:first-child a,
  nav#main_navigation ul li.active:hover ul.dropdown li:hover li:first-child a {
    border-top: 0px;
  }
  nav#main_navigation ul li.dropactive:hover ul.dropdown li:hover li:hover li:first-child a,
  nav#main_navigation ul li.active:hover ul.dropdown li:hover li:hover li:first-child a {
    border-top: 0px;
  }
  /* Navigation ULS Ebene 2-4*/
  nav#main_navigation ul li.dropactive:hover ul.dropdown {
    border-color: #CCA811;
  }
  nav#main_navigation ul li.dropactive:hover ul.dropdown li:hover ul.droplevel {
    border-color: #CCA811;
  }
  nav#main_navigation ul li.dropactive:hover ul.dropdown li:hover ul.droplevel li:hover ul.droplevel {
    border-color: #CCA811;
  }
}
.white_wrap {
  box-shadow: none;
  padding: 0px;
}
.my_options a.logout {
  margin: 0;
  padding: 0;
  padding-left: 34px;
  height: 29px;
  line-height: 34px;
  background: url("../images/ico_logout.png") left center no-repeat;
  display: block;
  float: none;
}
.equalize {
  margin-top: 15px;
}
.equalize h3 {
  text-transform: uppercase;
  font-weight: bold;
  color: #0E9634;
  margin-bottom: 16px;
  font-size: 17px;
}
.equalize .item-head {
  min-height: 60px;
}
.equalize h4 {
  font-weight: bold;
  color: #2A2929;
  margin-bottom: 4px;
  font-size: 17px;
  margin-top: 0px;
}
.equalize h5 {
  font-weight: normal;
  font-size: 140%;
  color: #2A2929;
  margin-bottom: 20px;
}
.box-home .content {
  margin: 20px;
  position: relative;
  min-height: 290px;
}
.box-home {
  background-color: #F7F7F7;
  padding: 0px;
  margin-right: 2% !important;
}
.last.box-home {
  margin-right: 0px !important;
}
.box-home.col.three {
  width: 32%;
}
.box-home img {
  margin: 0 15px 10px 0;
  border: 1px solid #0E772C;
  float: left;
}
/*.box-home .content > div, .box-home .content > div.topseller-item > div {
  position: absolute;
  top: 120px;
  left: 120px;
  height: 170px;
  overflow: hidden;
  width:56%;
}*/
.box-home p {
  font-size: 13px;
  color: #333;
  margin: 0 0 15px;
  min-height: 115px;
}
/*.box-home .content > div > a.homemore, .box-home .content > div.topseller-item > div > a.homemore {
  position: absolute;
  bottom: 0;
  left: 0;
}*/
.homeslide {
  position: relative;
  background-color: #F7F7F7;
}
.homeslide ul.slick-dots {
  position: absolute;
  z-index: 99999;
  bottom: 10px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
}
.homeslide ul.slick-dots li {
  float: left;
  margin-left: 5px;
}
.homeslide ul.slick-dots li button {
  font-size: 0px;
  background-image: none;
  background-color: #FFD61F;
  opacity: 0.5;
  color: #FFD61F;
  width: 17px;
  height: 17px;
  border: 0px;
  outline: none;
}
.homeslide ul.slick-dots li.slick-active button {
  opacity: 1;
}
.homeslide div.slidearticle {
  position: absolute;
  right: 8%;
  top: 12%;
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
  padding: 28px;
}
.homeslide div.slidearticle a.slidearticle {
  display: none;
}
.homeslide div.slidearticle a.slidearticle:first-child {
  display: block;
}
.homeslide div.slidearticle a.slidearticle img {
  border: 1px solid #0e772c;
}
.topseller-slider ul.slick-dots {
  position: absolute;
  right: 0px;
  top: -40px;
}
.topseller-slider ul.slick-dots li {
  float: left;
  margin-left: 3px;
}
.topseller-slider ul.slick-dots li button {
  background-color: #CECECE;
  background: -moz-linear-gradient(top, #e7e7e7, #cecece);
  background: -webkit-linear-gradient(top, #e7e7e7, #cecece);
  background: -o-linear-gradient(top, #e7e7e7, #cecece);
  background: -ms-linear-gradient(top, #e7e7e7, #cecece);
  background: linear-gradient(top, #e7e7e7, #cecece);
  color: black;
  border: 1px solid #C7C7C7;
  padding: 0;
  height: 20px;
  width: 20px;
  line-height: 18px;
  margin-left: 5px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  float: left;
  text-decoration: none;
}
.topseller-slider ul.slick-dots li.slick-active button {
  background-color: #0F9F39;
  background: -moz-linear-gradient(top, #75c07c, #0f9f39);
  background: -webkit-linear-gradient(top, #75c07c, #0f9f39);
  background: -o-linear-gradient(top, #75c07c, #0f9f39);
  background: -ms-linear-gradient(top, #75c07c, #0f9f39);
  background: linear-gradient(top, #75c07c, #0f9f39);
  color: white;
  border: 1px solid #C7C7C7;
}
.btn_close {
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 10px;
}
.btn_close .icon {
  background: #ffffff url("../images/ico_modal-close.png") no-repeat !important;
  width: 24px;
  height: 21px;
}
.btn_close .icon:after {
  color: #ffffff;
  border-radius: 0;
  padding: 0px;
  font-size: 2em;
  display: none;
}
.modal {
  border: 1px solid #333;
  box-shadow: none;
  border-radius: 0px;
  background: #ffffff;
}
.modal .heading {
  min-height: 44px;
  padding: 0px;
}
.modal .heading h2 {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  padding: 15px 0 0 24px;
  letter-spacing: 0px;
  display: block;
}
.modal .inner_container {
  overflow: hidden;
}
.modal .existing_customer {
  background-color: #f1f1f1;
}
.modal .new_customer,
.modal .existing_customer {
  float: left;
  width: 100%;
}
.modal h3 {
  width: 430px;
  font-size: 16px;
  font-weight: 700;
  font-family: Arial, Helvetica, 'Helvetica Neue', Verdana, sans-serif;
  color: #333;
  clear: left;
}
div.ajax_login_form label {
  width: 150px;
  display: block;
  float: left;
  margin-top: 12px;
}
div.ajax_login_form .lostpassword {
  margin-left: 152px;
  font-size: 10px;
  text-decoration: underline;
  line-height: 12px;
  color: #333333;
}
div.ajax_login_form .new_customer,
div.ajax_login_form .existing_customer {
  padding: 25px 0 25px 25px;
}
div.ajax_login_form .new_customer p {
  float: left;
  margin-right: 95px;
  width: 235px;
}
div.ajax_login_form .new_customer p,
div.ajax_login_form .existing_customer p {
  font-size: 11px;
}
div.ajax_login_form p {
  margin: 0 0 1em;
}
div.ajax_login_form input#checkout_button {
  margin-left: 321px;
  width: 135px;
}
div.ajax_login_form fieldset {
  font-size: 12px;
  background: url(../images/bg_breadcrumb.png) left top repeat-x;
}
div.ajax_login_form fieldset h3 {
  font-size: 14px;
  padding-left: 10px;
}
div.ajax_login_form .error,
#login .error {
  background: #FBE3E4;
  color: #8a1f11;
  border-color: #FBC2C4;
}
div.ajax_login_form .error h2,
#login .error h2 {
  padding: 0px;
  font-weight: bold;
  font-size: 12px;
  background: #FBE3E4;
  color: #8a1f11;
}
div.ajax_login_form .error p,
#login .error p {
  padding: 0px;
  font-size: 12px;
  background: #FBE3E4;
  color: #8a1f11;
}
.modal p {
  font: 13px/18px Arial, Helvetica, 'Helvetica Neue', Verdana, sans-serif;
  color: #555;
}
#page_footer,
#page_footer .col {
  padding: 0px;
}
#page_footer .col .border-left-only {
  display: inline-block;
}
.footer_menu {
  background-color: #F8F8F8;
  background: -moz-linear-gradient(top, #f8f8f8, #f7f4ea);
  background: -webkit-linear-gradient(top, #f8f8f8, #f7f4ea);
  background: -o-linear-gradient(top, #f8f8f8, #f7f4ea);
  background: -ms-linear-gradient(top, #f8f8f8, #f7f4ea);
  background: linear-gradient(top, #f8f8f8, #f7f4ea);
  padding: 20px 0 60px 0px;
  border-radius: 0px;
  margin-top: 10px;
}
.footer_copy {
  background-color: #DCEFDF;
  height: 33px;
  line-height: 33px;
}
.footer_copy a.top {
  float: left;
  color: #06882A;
  background: transparent url("../images/pfeil_nach_oben.png") no-repeat 8px center !important;
  padding-left: 20px;
}
.footer_copy a.copy {
  float: right;
  color: #4B4B4B;
}
.footer_copy a {
  padding: 0 10px;
}
.footer_menu a {
  border: 0px;
  padding: 0px;
  box-shadow: none;
}
.footer_menu a:hover {
  background: none;
}
.footer_menu .head {
  color: black;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 14px;
  margin: 0 0 5px 0;
}
.footer_menu .content {
  margin: 0 15px;
  padding: 0 5px;
}
.footer_menu .newsletter-image {
  background: transparent url("../images/icon_newsletter.png") no-repeat left center !important;
  width: 50px;
  height: 50px;
  margin: 5px 0;
}
.footer_menu .newsletter-input,
#searchfield {
  background-image: url("../images/bg_newsletter-input.gif");
  border: none !important;
  padding: 0 5px;
  margin: 0 !important;
  outline: none;
  width: 110px;
  height: 28px;
  color: #666;
  font-size: 10px;
  display: block;
  float: left;
}
.footer_menu .newsletter-submit,
#submit_search_btn {
  background: transparent url(../images/bg_arrow_search.gif) no-repeat scroll 0 0;
  float: left;
  padding: 0;
  border: none;
  outline: none;
  width: 33px;
  height: 28px;
}
.footer_menu .paypal-logo {
  background: transparent url("../images/paypal.png") no-repeat left center !important;
  width: 62px;
  height: 22px;
  margin: 5px 0;
}
.footer_menu .aid-logo {
  background: transparent url("../images/aid_logo_footer.png") no-repeat left center !important;
  width: 154px;
  height: 48px;
  margin: 5px 0;
}
.footer_menu .dge-logo {
  background: transparent url("../images/dge_logo.png") no-repeat -5px center !important;
  width: 159px;
  height: 48px;
  margin: 0px;
  margin-top: 10px;
}
@media only screen and (max-width: 800px) {
  .col.five {
    width: 50%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .col.five {
    width: 100%;
    margin-bottom: 20px;
  }
}
.notes {
  float: left !important;
  max-width: 780px !important;
}
.center {
  width: 100% !important;
}
#content .cat_text h1,
#content .custom h1,
#content .supplier_register h1 {
  color: #000000;
}
#content .cat_text {
  border: 1px solid #c7c7c7;
  padding: 14px 8px 0;
  font-size: 100%;
  color: #333333;
}
.cat_text p {
  color: #333333;
  line-height: 1.4em;
}
#content .cat_text,
#content .register .supplier_register {
  /* padding: 0 0 8px;*/
  margin: 0 0 12px;
  background: url(../images/bg_cat_text.png) left bottom no-repeat;
}
#content #notes .cat_text,
#content .account .cat_text,
#content .register .supplier_register {
  margin-left: 10px;
  box-shadow: 0px 5px 3px 0px #f0f0f0;
}
#center .teaser_small h1,
#content .orders h1,
#content .downloads h1,
#content #ticket h1,
#content .cat_text h1,
#content .supplier_register h1 {
  font-size: 18px  !important;
  margin: 5px 0 15px;
  font-weight: normal;
}
#center .table .table_head {
  height: 37px;
  padding: 10px 0 10px 0px;
  border: 1px solid;
  font-weight: 700;
  background-color: #F5F5F5;
  border-color: #c7c7c7;
  color: #333;
}
#center .table .listing {
  margin: 0px;
}
#center .table .listing .artbox {
  width: 100%;
  background-color: #ffffff;
}
#center .table .listing .artbox.title_desc {
  width: 54%;
}
#center .table .listing .artbox figure {
  text-align: center;
  margin-top: 15px;
}
#center .table .listing .artbox h3 {
  font-size: 14px;
}
#center .table .listing .ordernumber {
  margin-top: 15px;
  color: #4B4B4B;
  font-size: 12px;
  margin-bottom: 0px;
}
#center .table .listing .date {
  margin-top: 0px;
  font-size: 12px;
  color: #999;
}
#center .table .listing .desc {
  color: #333;
  font-size: 12px;
}
#center .table .listing .price,
#center .table .listing .actions {
  width: 24%;
}
#center .table .listing .price {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  width: 90px;
  float: left;
  text-align: right;
}
#center .table a.detail,
#center .table a.basket {
  font-size: 11px !important;
  height: 26px !important;
  line-height: 22px !important;
  padding: 2px 0 0 10px;
  margin: 0 0 2px;
}
#center .table a.delete {
  display: block;
  height: 24px;
  width: 24px;
  background: url(../images/ico_delete.png) no-repeat;
  text-indent: -9999px;
  float: left;
  margin-left: 102px;
}
.inner {
  max-width: 1000px;
  padding: 0px;
}
.listing,
.similar {
  margin: 24px 0 15px 0;
}
#detailbox h1 {
  font-size: 16px;
  margin-bottom: 20px;
  width: 280px;
  line-height: 20px;
}
#detailbox p {
  color: #4B4B4B;
  margin: 0px;
}
#detailbox .basketform {
  margin: 0px;
  width: 100%;
}
#detailbox .modal_open {
  clear: left;
  float: left;
  font-size: 10px;
}
#detailbox .delivery_container {
  margin: 5px 0 0 0;
}
.deliverable1,
#detailbox p.deliverable1 {
  color: #009900;
}
.status2:after,
.status5:after,
.status7:after {
  content: initial;
}
.status0,
.status1,
.status2,
.status3,
.status4,
.status5,
.status6,
.status7,
.status8 {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  height: 14px;
  width: 14px;
  background: url(../images/sprite_delivery.png) 0 -14px no-repeat;
}
.status2,
.status5,
.status7 {
  background-position: 0 0;
}
#detailCartButton label {
  width: 125px;
  float: left;
  margin-top: 4px;
}
.buybox.col.three {
  width: 25%;
  padding: 0px;
  float: right;
}
#buybox .select_wrap {
  width: 115px;
}
#buybox #basketButton.checkout {
  width: 100%;
  margin-top: 15px;
  background: url("../images/icon_warenkorb.png"), -webkit-linear-gradient(top, #75c07c, #0f9f39) !important;
  border: 1px solid white;
  background-position: 94% center !important;
  background-repeat: no-repeat !important;
  box-shadow: 1px 1px 1px #c0c0c0;
}
#detailbox #basketButton:before {
  content: initial;
}
#detailinfo h2 {
  background-color: #efefef;
  padding: 20px 0;
  font-weight: 700;
  font-size: 16px;
}
#detailextra {
  margin-left: 35px;
  margin-right: 20px;
  clear: left;
}
#detailextra a.more.no-arrow {
  background: #0F9F39;
  background: -moz-linear-gradient(top, #75c07c, #0f9f39) !important;
  background: -webkit-linear-gradient(top, #75c07c, #0f9f39) !important;
  background: -o-linear-gradient(top, #75c07c, #0f9f39) !important;
  background: -ms-linear-gradient(top, #75c07c, #0f9f39) !important;
  background: linear-gradient(top, #75c07c, #0f9f39) !important;
  text-shadow: #5A5A5A 0px 1px 2px;
  color: white !important;
  position: relative;
  z-index: 0;
  border-radius: 4px;
  font-size: 125%;
  font-weight: 600;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  width: auto !important;
  padding-left: 13px !important;
  padding-right: 30px !important;
  border: 1px solid white;
  text-decoration: none !important;
}
#detailextra .heading-domain {
  color: #058729;
  font-size: 16px;
  font-weight: bold;
}
#detailextra strong {
  font-size: 13px;
  color: #4B4B4B;
}
#img {
  text-align: center;
}
#zoom1 img {
  margin: 0 10px 10px 0;
  border: 1px solid #0E772C;
}
#detail .similar .artbox figure {
  margin: 0 4% 4% 0;
  width: 60px;
  height: 60px;
  background-color: white;
  border-radius: 5px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 3px #ccc;
  box-shadow: 0px 0px 3px #ccc;
}
#detail .similar .artbox figure img,
#detail .similar .artbox figure imh:hover {
  border: 0px;
}
.listing .artbox figure:hover img,
.similar .artbox figure:hover img {
  border: 1px solid #0E772C;
}
.table .table_row a.thumb_image img {
  margin: 0 auto;
  display: block;
}
#content #detail .download.inactiv {
  width: 100% !important;
  padding-left: 30px !important;
  opacity: 0.5;
  cursor: default;
}
.actions .download.inactiv {
  opacity: 0.5;
  cursor: default;
  height: 30px;
  line-height: 28px;
  padding: 0 13px;
}
#detailbox #detail_menu {
  margin-top: 10px;
}
#detailbox #detail_menu li {
  float: left;
  width: 100%;
}
#detailbox #detail_menu li a.extract {
  background: url("../images/icon_leseprobe.png") 0 center no-repeat;
}
#detailbox #detail_menu li a.voucher {
  background: url("../images/icon_empfehlen.png") 0 center no-repeat;
}
#detailbox #detail_menu li a.notepad {
  background: url("../images/icon_merkzettel.png") 0 center no-repeat;
}
#detailbox #detail_menu li a {
  display: block;
  margin-left: 5px;
  padding: 5px 0px 3px 31px;
  color: #058729 !important;
  font-size: 12px;
}
#detailbox #detail_menu li a:hover {
  background-color: none;
}
#detail #detail_menu li {
  border: 0 !important;
  margin-top: 5px;
}
#content #detail .download {
  display: block;
  height: 40px;
  line-height: 40px;
  width: 100% !important;
  padding-left: 70px !important;
  -moz-box-shadow: 1px 1px 1px #c0c0c0;
  -webkit-box-shadow: 1px 1px 1px silver;
  box-shadow: 1px 1px 1px silver;
  position: relative;
  z-index: 0;
  border: 1px solid white;
}
aside#left_sidebar {
  width: 20%;
  float: left;
  padding: 0;
  margin: 0 10px 0px 0px;
}
.sidebar_nav .submenu.level1 {
  box-shadow: none;
}
.sidebar_nav > ul > li {
  margin-top: 2px;
  background: #0f9f39 url('../images/pfeil_subnavi_runter.png') no-repeat 152px center !important;
  color: #ffffff;
}
.sidebar_nav > ul > li > a {
  background: #0f9f39 url('../images/pfeil_subnavi_runter.png') no-repeat 152px center !important;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
}
.sidebar_nav > ul > li > a:hover {
  background: #0f9f39 url('../images/pfeil_subnavi_runter.png') no-repeat 152px center !important;
  color: #ffffff;
}
.sidebar_nav > ul > li:first-child > a {
  border-radius: 0px;
}
.sidebar_nav > ul > li.active.sub > a.flag {
  background: #ffd41f url('../images/pfeil_subnavi_runter.png') no-repeat 152px center !important;
  border-top: none;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
}
.sidebar_nav > ul > li.active.sub > a.flag:hover {
  background: #FFD41F;
}
.sidebar_nav > ul > li.active.sub a {
  background: #FFF9DE;
  border-top: 0px;
  border-bottom: 2px solid #fff;
  font-size: 12px;
  color: #000000;
  content: normal;
}
.sidebar_nav > ul > li.active.sub a:hover {
  background: #FFF9DE;
}
.sidebar_nav > ul > li.active.sub a.flag {
  color: #000000;
  font-weight: 700;
}
.sidebar_nav ul ul a {
  padding: 6px 6px 6px 12px;
}
/*#center {
  float: right;
  width: 100%;
  max-width: 798px;
  margin-left: 10px;
}*/
.ctl_listing #center {
  float: right;
  width: 78%;
}
#content .listing_actions .col {
  margin: 0px;
  padding: 0px;
  min-height: 43px;
}
#content .top div.col:last-of-type {
  float: right !important;
  /*  background-color: red;*/
}
.listing_actions {
  min-height: 95px;
  padding: 0 15px;
  background-image: none;
  background-color: #f5f5f5;
  border: 1px solid #c7c7c7;
  margin: 0px;
  color: #333;
}
.listing_actions .top {
  height: 43px;
  padding: 5px 0 5px 0;
  display: block;
}
.listing_actions label {
  height: 22px;
  float: left;
  display: block;
  margin: 3px 5px 0 0;
}
.listing_actions .list-settings {
  width: 165px;
  text-align: right;
}
.listing_actions .bottom {
  padding: 10px 0 0 0;
  border-top: 1px solid #E3E3E3;
  display: block;
  float: none;
}
.listing_actions .articleperpage {
  width: 180px;
  margin: 0 auto 0 42px;
  text-align: center;
  float: left;
}
.top_actions .ta_inner {
  min-height: 70px;
  height: auto;
}
.top_nav_button {
  display: none !important;
}
.select_wrap:hover,
.select_wrap:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.listing_actions .sort-filter {
  width: 210px;
  text-align: left;
  float: left;
}
.listing_actions .select_wrap,
.listing_actions .select_wrap select {
  width: 130px;
}
.articleperpage .select_wrap,
.articleperpage .select_wrap select {
  width: 60px;
}
.select_wrap {
  border-radius: 0px;
  transition: none;
  padding: 2px;
}
.select_wrap:after {
  right: 10px;
  top: 4px;
}
.select_wrap select {
  height: 14px;
  font-size: 100%;
  line-height: 1;
  outline: 0px;
  width: 98.5%;
}
.listing_actions .display_sites {
  border-radius: 0px;
  border: 0px;
  background: none;
  padding: 0px;
  margin: 0px;
  float: right;
  font-size: 12px;
}
.listing_actions .display_sites span,
.listing_actions .display_sites strong {
  color: #333;
}
.listing_actions .navi {
  padding: 0px 5px 0px 5px;
}
.listing_actions label {
  font-size: 12px;
}
.listing_actions .change-view,
.listing_actions .navi,
.listing_actions .navi.more {
  padding: 4px 2px 0px 3px;
  margin: 0 0 0 6px;
  border-radius: 0px;
  border: 1px solid #C7C7C7;
  color: black;
}
.listing_actions .paging .navi {
  padding: 1px 7px 1px 7px;
  margin: 0 0 0 2px;
  background-color: #CECECE;
}
.listing_actions .paging .navi.on {
  background: #0F9F39;
  color: #ffffff;
}
.listing_actions .paging .navi.on:hover,
.listing_actions .paging .navi:hover {
  text-decoration: none;
}
.similar {
  margin: 30px 0 30px 0;
}
.ico_wrap {
  display: none;
}
.listing .artbox:hover,
.similar .artbox:hover {
  background-color: #F7F7F7;
  box-shadow: none;
}
#listing-1col .artbox,
#listing .artbox {
  width: 100%;
}
#listing-1col .artbox .artbox_thumb {
  display: block;
  width: 105px;
  height: 170px;
  float: left;
}
#listing-1col .artbox figure {
  width: 100%;
}
#listing-1col .artbox a.title_desc {
  position: absolute;
  top: 15px;
  left: 175px;
  width: 403px;
}
#listing-1col .artbox p {
  position: absolute;
  top: 45px;
  left: 175px;
  width: 403px;
  color: black;
  font-size: 12px;
  line-height: 13px;
}
#listing-1col .artbox p.price {
  left: 597px !important;
  top: 15px;
  width: 100px;
}
#listing-1col .artbox .actions {
  position: absolute;
  top: 45px;
  width: 185px;
  left: 597px;
}
.listing#listing-3col .artbox {
  height: 450px;
}
.listing .artbox,
.similar .artbox {
  background-color: #F7F7F7;
  border-radius: 0px;
  -webkit-transition: all 0 ease 0;
  transition: all 0 ease 0;
  border: 1px solid #c7c7c7;
  border-top: 0px;
  margin: 0px;
  padding: 10px;
}
.listing .artbox.first,
.similar .artbox.first {
  border-top: 1px solid #c7c7c7;
}
#listing-3col .artbox .price,
#listing-1col .artbox .price {
  text-align: left;
  width: 90%;
  left: 10px;
  bottom: 98px;
  height: 30px;
}
#listing-3col .artbox .actions {
  width: 90%;
  bottom: 3px;
  left: 10px;
  height: 96px;
}
#listing-2col .artbox img,
#listing-3col .artbox img {
  max-height: 150px;
}
.exact_price {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #333;
}
.listing#listing-3col .artbox {
  margin: 0px 1.5% 10px 0;
  border-top: 1px solid #c7c7c7;
}
.listing#listing-3col .artbox:nth-child(3n) {
  margin-right: 0px;
}
#listing-3col .title_desc p {
  display: block;
}
#listing-3col .title_desc {
  width: 100%;
  text-align: left;
}
.listing .artbox .title_desc,
.similar .artbox .title_desc {
  width: 48%;
  min-height: inherit;
}
.listing .artbox .exact_price,
.similar .artbox .exact_price {
  color: #333;
}
.artbox a.title_desc,
.artbox a h3 {
  display: block;
  font-weight: 700;
  font-size: 13px;
  margin: 0 0 8px 0;
  text-decoration: none;
  color: #333;
}
.listing .artbox .title_desc:hover h3,
.similar .artbox .title_desc:hover h3 {
  color: #333;
}
#listing-3col .artbox p {
  color: black;
  font-size: 12px;
  line-height: 13px;
}
.listing .artbox img,
.similar .artbox img {
  display: inline-block;
  box-shadow: none;
  -webkit-transition: all 0 ease 0;
  transition: all 0 ease 0;
  border: 1px solid #0E772C;
  margin-top: 0px;
  margin-bottom: 5px;
}
.artbox .actions a {
  width: 100%;
  height: 30px;
  line-height: 28px;
  margin-bottom: 2px;
  font-size: 14px;
}
.actions a,
#detail_menu a,
.ico.link,
.sidebar_nav a,
#servicenavi a,
#main_navigation a {
  border-top: 0px;
}
.listing .artbox .actions a,
.similar .artbox .actions a {
  padding: 0 13px;
}
.listing .artbox .actions a:hover,
.similar .artbox .actions a:hover {
  text-decoration: none;
}
.artbox .actions a,
.listing_actions .offers {
  border: 1px solid #ffffff;
  position: relative;
  margin-bottom: 2px;
}
.buynow,
div#notes .table_row .action a.basket,
#center .table a.basket,
.buynow:hover {
  background-color: #D0D0D0;
  background: url('../images/pfeil_warenkorb.png'), -moz-linear-gradient(top, #dddddd, #d0d0d0);
  background: url('../images/pfeil_warenkorb.png'), -webkit-linear-gradient(top, #dddddd, #d0d0d0);
  background: url('../images/pfeil_warenkorb.png'), -o-linear-gradient(top, #dddddd, #d0d0d0);
  background: url('../images/pfeil_warenkorb.png'), -ms-linear-gradient(top, #dddddd, #d0d0d0);
  background: url('../images/pfeil_warenkorb.png'), linear-gradient(top, #dddddd, #d0d0d0);
  -pie-background: url('../images/pfeil_warenkorb.png') no-repeat 94% center, linear-gradient(#dddddd, #d0d0d0);
  text-shadow: #C5C5C5 0px 1px 2px;
  color: #5A5A5A !important;
  background-position: 94% center;
  background-repeat: no-repeat;
  font-weight: 600;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
a.more:not(.paging a.more),
.download,
.buynow,
#content #detail #basketButton,
#registerbutton,
.button-left,
.button-middle,
.button-right,
#basketButton,
.button_tablefoot,
#registerbutton,
div#notes .table_row .action a.detail,
div#notes .table_row .action a.basket {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  width: auto !important;
  border: 1px solid white;
  text-decoration: none !important;
}
.actions a.more,
#content #detail #basketButton,
#registerbutton,
.button-left,
.button-middle,
.button-right,
div.step_box ul li.active .icon,
#basketButton,
.button_tablefoot,
#registerbutton,
div.table_foot input.button_tablefoot,
div#notes .table_row .action a.detail,
#center .table .detail {
  background: #0F9F39;
  background: url('../images/pfeil_details.png'), -moz-linear-gradient(top, #75c07c, #0f9f39);
  background: url('../images/pfeil_details.png'), -webkit-linear-gradient(top, #75c07c, #0f9f39);
  background: url('../images/pfeil_details.png'), -o-linear-gradient(top, #75c07c, #0f9f39);
  background: url('../images/pfeil_details.png'), -ms-linear-gradient(top, #75c07c, #0f9f39);
  background: url('../images/pfeil_details.png'), linear-gradient(top, #75c07c, #0f9f39);
  -pie-background: url('../images/pfeil_details.png') no-repeat 94% center, linear-gradient(#75c07c, #0f9f39);
  text-shadow: #5A5A5A 0px 1px 2px;
  color: white !important;
  background-position: 94% center;
  background-repeat: no-repeat;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
}
.download {
  background-color: #EFBF19;
  background: url('../images/pfeil_download.png'), -moz-linear-gradient(top, #f5e18c, #efbf19) !important;
  background: url('../images/pfeil_download.png'), -webkit-linear-gradient(top, #f5e18c, #efbf19) !important;
  background: url('../images/pfeil_download.png'), -o-linear-gradient(top, #f5e18c, #efbf19) !important;
  background: url('../images/pfeil_download.png'), -ms-linear-gradient(top, #f5e18c, #efbf19) !important;
  background: url('../images/pfeil_download.png'), linear-gradient(top, #f5e18c, #efbf19) !important;
  -pie-background: url('../images/pfeil_download.png') no-repeat 94% center, linear-gradient(#f5e18c, #efbf19);
  text-shadow: #FFFFFF 0px 1px 2px;
  color: #5A5A5A !important;
  background-position: 94% center !important;
  background-repeat: no-repeat !important;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
}
#searchresults {
  border: 3px solid #c7c7c7;
  border-radius: 0px;
  top: 28px;
  width: 240%;
  box-shadow: 0px;
  background-color: #ffffff;
}
.searchresult a:hover h3 {
  color: #7d7d7d;
  text-decoration: underline;
}
.searchresult:first-child:before,
.searchresult:first-child:after {
  content: initial;
  background-color: #ffffff;
}
#searchresults .searchresult,
#searchresults .searchresult a {
  background-color: #ffffff;
  -webkit-transition: none !important;
  transition: none !important;
}
.inner_searchcontainer .ajax_loader {
  left: 150px;
}
#searchresults a.resultall {
  font-size: 11px;
  font-weight: 700;
  color: #000000;
}
#searchresults .result_number {
  color: #868686;
  font-size: 11px;
  font-weight: normal;
}
li.searchresult h3 {
  font-size: 11px;
  font-weight: 700;
  height: 15px;
  overflow: hidden;
  white-space: nowrap;
  z-index: -1;
  color: #7d7d7d;
  padding: 0px;
  -webkit-transition: none !important;
  transition: none !important;
}
li.searchresult h3:hover {
  text-decoration: underline;
  color: #7d7d7d;
  -webkit-transition: none !important;
  transition: none !important;
}
div.searchdescription {
  line-height: 12px;
  overflow: hidden;
  z-index: -1;
  font-size: 10px;
  color: #888888;
  -webkit-transition: none !important;
  transition: none !important;
}
.ctl_search #left.grid_4 {
  width: 22%;
}
.ctl_search .filter_search {
  width: 100%;
  display: inline-block;
  border: 1px solid #c7c7c7;
  border-left: 0px;
}
.ctl_search .filter_search h3 {
  color: #000000;
  font-size: 12px;
  font-weight: 700;
  height: 32px;
  line-height: 32px;
  margin: 0;
  padding: 0 0 0 5px;
}
.ctl_search .searchbox {
  display: inline-block;
  margin: 0px;
  background: url(../images/bg_breadcrumb.png) top left repeat-x;
  width: 100%;
  padding: 5px;
}
.ctl_search .searchbox ul {
  border-top: 0px;
  padding: 0px 0px 0px 8px;
}
.ctl_search .searchbox .frontend_search_fuzzy_left {
  color: #555555;
}
.fuzzy h2 {
  border: 1px solid #c7c7c7;
  border-radius: 0px;
  font-size: 12px;
  font-weight: 700;
  height: 37px;
  margin: 0;
  padding: 10px;
  color: #000000;
}
.fuzzy .category_filter {
  border: 1px solid #c7c7c7;
  border-top: 0px;
  font-size: 12px;
}
.fuzzy .category_filter h3 {
  font-size: 12px;
  font-weight: 700;
  color: #000000;
  padding: 10px;
  margin: 0px;
}
.fuzzy .category_filter .categories {
  padding: 10px;
  border-top: 0px;
  background: url(../images/bg_breadcrumb.png) top left repeat-x;
}
.fuzzy .listing_actions {
  padding-left: 10px;
  height: 64px;
}
.fuzzy .listing {
  margin: 0px;
  display: inline-block;
}
.articlenav {
  position: initial;
  display: block;
  width: 100%;
  min-height: 43px;
  margin: 0;
  padding: 10px 0;
  margin-bottom: 20px;
  background-color: whiteSmoke;
  border: 1px solid #C7C7C7;
  font-size: 12px;
}
.articlenav .change-view {
  float: left;
}
.articlenav_text,
.article_overview {
  display: block;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 2px;
}
.article_back .icon:after,
.article_next .icon:after,
.article_back:hover .icon:after,
.article_next:hover .icon:after {
  background: #A0A0A0;
}
.article_next {
  margin: 0px;
}
.articlenav .article_navi {
  float: right;
}
#detail #detailinfo {
  background-color: #efefef;
  margin: 15px 0px 15px 0px;
  padding-top: 40px;
  padding-bottom: 40px;
}
#detail #description h2,
#detail #detailinfo .similar h2 {
  background-color: none;
  background: none;
  margin-top: 15px;
  font-size: 16px;
  padding: 0px;
  font-weight: bold;
}
#detail #description {
  padding-left: 15px;
  color: #555555;
  line-height: 16px;
}
#detail #description h3 {
  font: bold 12px Arial, sans-serif;
  text-transform: none;
  margin: 15px 0 10px 0;
  color: #333;
}
#buybox .upprice_config .select_wrap {
  width: 96%;
  margin-bottom: 5px;
}
#detail #detailinfo .similar {
  border-left: 1px solid #e3e3e3;
  min-height: 100px !important;
  padding-left: 20px;
}
#detail #detailinfo .similar .artbox {
  background-color: none;
  background: none;
  border-radius: 0px;
  -webkit-transition: all 0 ease 0;
  transition: all 0 ease 0;
  border: 0px;
  margin: 0px;
  padding: 0px;
}
#detail #detailinfo .similar .artbox:hover {
  background: none;
}
#detail #detailinfo .similar .artbox .price {
  color: #333;
  font-size: 14px;
  font-weight: bold;
}
#detail #detailinfo .similar h3 {
  margin: 0;
}
.ui-tabs .ui-tabs-nav {
  display: none;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  padding: 0px;
  background: none;
  box-shadow: none;
  border-radius: 0px;
}
#detail .ajaxSlider h2 {
  background: none;
  font-size: 16px;
  font-weight: 700;
  padding: 20px;
}
#detail .ajaxSlider {
  width: auto;
  max-width: 100%;
  position: relative;
  margin-bottom: 0;
  border: none;
  background: url(../images/bg_customer_buy.png) left top repeat-x #fcf3dc;
}
#detail .slide_article h3 {
  font-size: 11px;
  font-weight: 700;
  color: #4B4B4B;
  display: block;
}
#detail .slide_article .price {
  font-size: 12px;
  font-weight: 700;
  color: #333;
  margin: 0px;
}
.sitemap div.sitemap,
.sitemap div.sitemap2 {
  float: left;
  margin-right: 5px;
  width: 190px;
  display: block;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ul#categories_s,
ul#categories_s a.active {
  background-color: #000000;
  color: #ffffff;
}
ul#categories_s {
  margin: 0 0 20px 0;
  padding: 0px;
}
ul#categories_s li {
  border-bottom: 1px solid #ffffff;
}
ul#categories_s ul a,
ul#categories_s ul a.active {
  background-color: #f5f5f5;
}
ul#categories_s a {
  display: block;
  padding: 5px 5px 5px 20px;
  text-decoration: none;
}
ul#categories_s a:hover {
  font-weight: 700;
}
ul#categories_s ul a {
  font-size: 11px;
  padding: 2px 2px 2px 30px;
}
#center.supportrequest {
  float: left !important;
  max-width: 720px !important;
  display: inline-block;
}
.supportrequest .inner_container {
  border: 1px solid #c7c7c7;
  background-color: #f5f5f5;
  border-top: 0 none;
  padding: 20px;
  margin-right: 0px;
}
.supportrequest p,
.supportrequest strong {
  font-size: 12px;
  color: #333;
  line-height: 16px;
}
.supportrequest div.textarea label {
  display: block;
  width: 170px;
  margin-left: 50px;
}
.supportrequest label {
  width: 170px;
  text-align: left;
  margin-left: 50px;
  display: block;
  float: left;
  margin-top: 10px;
}
input.text,
input.title,
.supportrequest input,
.supportrequest select,
.supportrequest textarea,
.supportrequest .select_wrap {
  width: 300px !important;
  max-width: 90%;
}
.form.share,
.form.newsletter,
.form.support {
  width: 100%;
}
input[type=text],
input[type=email],
input.text,
input.title,
textarea,
select {
  background-color: #fff;
  border: 1px solid #bbb;
}
.supportrequest .form_row {
  min-height: 30px;
}
#content .ktab {
  float: left;
  width: 50%;
}
#content .headingbox,
#content .headingbox_nobg,
#content .headingbox_dark,
#confirm .table_head {
  color: #000000 !important;
  border-color: #c7c7c7;
  background-color: white !important;
}
#content .headingbox,
#content .headingbox_nobg,
#content .headingbox_dark,
aside h3 {
  border: 1px solid #c7c7c7;
  border-bottom: 0 none;
  min-height: 20px;
  font-size: 11px;
  font-weight: 700;
  background: url(../images/bg_breadcrumb.png) left bottom repeat-x;
  padding: 5px 0 5px 10px;
  margin: 0 !important;
}
aside:not(#left_sidebar) {
  width: 24%;
  border: 1px solid #c7c7c7;
  color: #333333;
  padding: 10px;
}
aside h3 {
  font-size: 14px;
  height: 35px;
  border: 0px;
  margin-left: -10px !important;
  margin-right: -10px !important;
  padding: 0px;
  padding-left: 10px;
}
#content .headingbox_dark {
  height: 35px;
  background: url(../images/bg_registerbox.png) left bottom repeat-x;
}
#content .supportrequest p {
  margin: 2em 0 1.5em;
  width: 100%;
}
#content .supportrequest .first {
  border-right: 0px;
}
#content .supportrequest .last {
  border-left: 0px;
}
#content .supportrequest .inactiv {
  background-color: #dfdfdf !important;
  border-left: 0px;
}
#content .supportrequest .inactiv a {
  color: #5A5A5A;
}
.supportrequest .captcha img {
  margin-left: 50px;
}
.supportrequest .code label {
  width: 295px;
  margin-left: 20px;
  display: block;
}
.supportrequest .code input {
  width: 295px;
  margin-left: 20px;
}
#center.supportrequest form p.buttons input {
  position: relative;
  left: 445px;
  width: 100px !important;
  text-align: center;
}
#content .supportrequest .checkbox input {
  clear: left;
  float: left;
  margin-left: 55px;
  margin-top: 15px;
  width: 15px !important;
}
#content .supportrequest .checkbox label {
  display: block;
  float: left;
  margin-left: 20px;
  width: 450px;
}
.ctl_checkout #page_header_topbar,
.ctl_checkout #page_header_teaser,
.ctl_checkout #searchcontainer,
.ctl_checkout #main_navigation,
.ctl_checkout #compareContainerAjax {
  display: block;
}
div.step_box {
  width: 100%;
  height: 42px;
  margin-left: 1px;
  background: url(../images/bg_stepbox.png) bottom left repeat-x;
  margin: 0 0 20px 0;
}
div.step_box ul li {
  width: 32%;
  float: left;
  margin-right: 2px;
  height: 42px;
  background: url(../images/bg_step-inactive.png) repeat-x;
  border: 1px solid;
  border-bottom: 0px;
  cursor: default;
  list-style: none;
  border-color: #ebebeb;
}
div.step_box ul li#first_step {
  margin-left: 20px;
}
div.step_box ul li.active {
  border-color: #c7c7c7;
}
div.step_box ul li.active {
  background: #ffffff url(../images/bg_step-active.png) top left repeat-x;
}
div.step_box ul li .icon {
  display: block;
  height: 35px;
  width: 29px;
  background: url(../images/bg_stepnumber.png) repeat-x;
  text-align: center;
  margin: 5px 0 0 9px;
  padding: 8px 0 0 4px;
  border: 1px solid #dedede;
  border-bottom: 0px;
  font: bold 15px/18px Arial, sans-serif;
  float: left;
  color: #919191;
}
div.step_box ul li .text {
  color: #919191;
  display: block;
  float: left;
  font: bold 15px/18px Arial, sans-serif;
  margin: 12px 0 0 15px;
}
div.step_box ul li.active .text {
  color: #000000;
}
div.step_box ul li.active .icon {
  height: 38px;
  background: #0F9F39 !important;
  background: -moz-linear-gradient(top, #75c07c, #0f9f39) !important;
  background: -webkit-linear-gradient(top, #75c07c, #0f9f39) !important;
  background: -o-linear-gradient(top, #75c07c, #0f9f39) !important;
  background: -ms-linear-gradient(top, #75c07c, #0f9f39) !important;
  background: linear-gradient(top, #75c07c, #0f9f39) !important;
  text-shadow: #5A5A5A 0px 1px 2px;
  color: white !important;
  border-radius: 0px;
}
.ajax_basket_container .ajax_loader {
  left: 80%;
  top: 7px;
}
.ajax_basket_result .inner_cart .row a {
  width: auto;
  color: #333333;
}
.ajax_basket_result .inner_cart .row:first-child a:before,
.ajax_basket_result .inner_cart .row:first-child a:after {
  content: initial;
}
.ajax_basket_result {
  top: 29px;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #000;
  background-color: #f5f5f5;
  padding: 10px;
  width: 330px;
}
.ajax_basket_result .inner_cart {
  margin-bottom: 10px;
}
.ajax_basket_result .inner_cart .row {
  border: 1px solid #c7c7c7;
  border-top: 0px;
  padding: 5px;
  background-color: #ffffff;
  position: relative;
}
.ajax_basket_result .inner_cart .row:first-child {
  border-top: 1px solid #c7c7c7;
}
.ajax_basket_result .inner_cart .price {
  position: absolute;
  right: 5px;
  top: 10px;
  color: #333333;
}
.ajax_basket_result .inner_cart .title {
  width: 220px;
  margin: 6px 0 8px 8px;
  display: block;
  color: #333333;
}
.ajax_basket_result .inner_cart .row a,
.ajax_basket_result a.article {
  background: none;
  padding: 0px;
  color: #333;
}
.ajax_basket_result .inner_cart_bottom {
  padding: 0px;
  border-top: 0px;
}
.ajax_basket_result .inner_cart_bottom div {
  display: inline-block;
}
.ajax_basket_result .inner_cart_bottom .button-right {
  margin-right: 0px;
}
.ajax_basket_result .inner_cart_bottom .button-left,
.ajax_basket_result .inner_cart_bottom .button-right {
  color: #ffffff !important;
}
.ajax_add_article {
  background-color: #f1f1f1;
}
.ajax_add_article .added_article {
  padding: 10px;
  background-color: #ffffff;
}
.ajax_add_article .added_article .col {
  width: 80%;
}
.ajax_add_article .added_article .title,
.ajax_add_article .added_article .quantity {
  width: 70%;
  display: block;
  float: left;
}
.ajax_add_article .added_article .price,
.ajax_add_article .added_article .ordernumber {
  width: 29%;
  display: block;
  float: left;
}
.ajax_add_article .added_article .title,
.ajax_add_article .added_article .price {
  color: #333333;
  font-size: 15px;
  font-weight: 700;
}
.ajax_add_article .added_article .title strong,
.ajax_add_article .added_article .price strong {
  color: #333333;
}
.ajax_add_article .added_article .quantity,
.ajax_add_article .added_article .ordernumber {
  color: #4b4b4b;
  font-size: 12px;
}
.ctl_checkout .inner .cart_left {
  width: 18%;
  display: block;
  float: left;
  border: 1px solid #c7c7c7;
  border-left: 0px;
  padding: 0px;
}
.ctl_checkout .inner .basket .table_head {
  background-color: #F5F5F5;
}
.ctl_checkout .inner #confirm .agb_cancelation,
.ctl_checkout .inner #confirm .personal-information {
  border: 1px solid #c7c7c7;
  margin-bottom: 5px;
  margin-top: 25px;
}
.ctl_checkout .inner #confirm .personal-information .row {
  padding: 15px 0;
  color: #333333;
}
.ctl_checkout .inner #confirm .personal-information .row h3 {
  color: #444;
}
.ctl_checkout .inner #confirm .agb_cancelation .revocation {
  border: 1px solid #c7c7c7;
  padding: 8px 12px;
  background: #f7f7f7;
  line-height: 16px;
  margin: 10px 15px;
  color: #333333;
}
.ctl_checkout .inner #confirm .agb_cancelation .revocation a {
  color: #058729 !important;
}
.ctl_checkout .buttons .button-middle.small {
  font-size: 11px !important;
  height: 22px !important;
  line-height: 22px !important;
}
.ctl_checkout .inner #confirm .agb_cancelation .agb_accept {
  margin: 0px 0px 15px 15px;
  color: #444444;
  font-weight: normal;
}
.ctl_checkout .inner #confirm .agb_cancelation .agb_accept .instyle_error {
  color: #444;
  background: #FBE3E4;
}
.error.agb_confirm {
  border-color: #FBC2C4;
  background: #FBE3E4;
  color: #8a1f11;
}
.error.agb_confirm h2 {
  border: 0px;
  padding: 0px;
  margin: 0px;
  background: #FBE3E4;
  color: #8a1f11;
  text-align: center;
  font-weight: bold;
}
.ctl_checkout .underline {
  border-bottom: 1px solid #c7c7c7;
  font-weight: bold;
}
.ctl_checkout .inner .cart_left h2,
.ctl_checkout .inner #confirm h2 {
  font-size: 11px;
  height: 38px;
  color: #000000;
  font-weight: bold;
  margin: 0px;
  padding: 11px 0 5px 10px;
}
.ctl_checkout .inner #confirm h2 {
  background: url(../images/bg_breadcrumb.png) left bottom repeat-x;
  height: 32px;
  padding: 5px 0 5px 10px;
}
.ctl_checkout .inner .cart_left .basket_country,
.ctl_checkout .inner .cart_left .basket_payment,
.ctl_checkout .inner .cart_left .basket_dispatch {
  padding: 25px 15px 15px 10px;
  background: url(../images/bg_breadcrumb.png) top left repeat-x;
  color: #000000;
}
.ctl_checkout .inner .basket {
  width: 100%;
  display: block;
  float: right;
}
.ctl_checkout .inner .cart_left ~ .basket {
  width: 80%;
}
.ctl_checkout .inner .basket .table {
  border: 1px solid #c7c7c7;
  margin-bottom: 10px;
}
.ctl_checkout #content .finish .cat_text {
  border: 8px solid #e7e7e7;
  width: 100%;
  display: inline-block;
}
.ctl_checkout #content .finish .cat_text h2,
.ctl_checkout #content .finish .cat_text p {
  text-align: center;
}
.ctl_checkout #content .finish .cat_text a.button-right {
  float: right;
}
.ctl_checkout #content .finish .newslettersettings {
  width: 100%;
  display: inline-block;
  border-style: none solid solid;
  border-width: 0 1px 1px;
  padding: 20px 20px 5px;
  border-color: #C7C7C7;
}
.ctl_checkout #content .finish .newslettersettings p,
.ctl_checkout #content .finish .newslettersettings span {
  color: #333;
}
.ctl_checkout #content .finish .orderdetails {
  border: 1px solid #c7c7c7;
  border-top: 0 none;
  padding: 20px 20px 5px;
  width: 100%;
  margin-bottom: 10px;
}
.ctl_checkout #content .finish .orderdetails p,
.ctl_checkout #content .finish .orderdetails span {
  color: #333;
  font-weight: bold;
}
.ctl_checkout #content .finish .table .table_head .col.article {
  width: 80%;
}
.ctl_checkout #content .finish .table .table_row {
  border: 1px solid #c7c7c7;
  border-top: 0 none;
  padding: 10px 0 10px 0px;
}
.ctl_checkout #content .finish .table .table_row .col.article {
  width: 80%;
  color: #333;
}
.ctl_checkout #content .finish .table .table_row .col.article .thumb_image {
  float: left;
  padding-right: 25px;
}
.ctl_checkout #content .finish .table .table_row .col.article a.title {
  font-weight: bold;
}
.ctl_checkout #content .finish .table .table_row .col.article a,
.ctl_checkout #content .finish .table .table_row .col.article p {
  color: #333;
}
.ctl_checkout #content .finish .table .table_foot {
  border: 1px solid #c7c7c7;
  border-top: 0 none;
  padding: 10px 0 10px 0px;
  color: #333;
}
.ctl_checkout #content .finish .table .table_foot .grid_8 {
  float: left;
  width: 60%;
}
.ctl_checkout #content .finish .table .table_foot .col.four {
  width: 20%;
}
.ctl_checkout #content .finish .table .table_foot p,
.ctl_checkout #content .finish .table .table_foot a {
  color: #333;
}
.ctl_checkout .inner #confirm .baskettable {
  background-color: #fff;
  border: 1px solid #c7c7c7;
}
.ctl_checkout .inner #confirm .baskettable .table_head {
  min-height: 35px;
  height: auto;
  padding: 10px 0 10px 0px;
  font-weight: 700;
  color: #000000 !important;
  border-color: #c7c7c7;
  background-color: white !important;
  border-bottom: 1px solid #c7c7c7;
}
.ctl_checkout .inner #confirm .baskettable .table_head .col.article {
  width: 45%;
}
.ctl_checkout .inner #confirm .baskettable .table_head .col.delivery {
  width: 18%;
}
.ctl_checkout .inner #confirm .baskettable .table_head .col.amount {
  width: 12%;
}
.ctl_checkout .inner #confirm .baskettable .table_head .col.charge_vat {
  width: 14%;
}
.ctl_checkout .inner #confirm .baskettable .table_row {
  border-bottom: 1px solid #c7c7c7;
  padding: 15px 0px;
}
.ctl_checkout .inner #confirm .baskettable .table_row .col.article {
  width: 45%;
  display: block;
  float: left;
}
.ctl_checkout .inner #confirm .baskettable .table_row .col.article a.thumb_image {
  background: #fff;
  border: 1px solid #aaa;
  margin: 0 15px 15px 5px;
  padding: 10px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: block;
  float: left;
  height: 80px;
  width: 80px;
}
.ctl_checkout .inner #confirm .baskettable .table_row .col.article a.thumb_image img {
  margin: 0 auto;
  display: block;
}
.ctl_checkout .inner #confirm .baskettable .table_row .col.article .basket_details {
  color: #333333;
}
.ctl_checkout .inner #confirm .baskettable .table_row .col.article .basket_details a {
  color: #333333;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
}
.ctl_checkout .inner #confirm .baskettable .table_row .col.article .basket_details a:hover {
  text-decoration: underline;
}
.ctl_checkout .inner #confirm .baskettable .table_row .col.article .basket_details p {
  margin: 0px;
  margin-bottom: 5px;
  color: #333333;
}
.ctl_checkout .inner #confirm .baskettable .table_row .col.article .main-article-features {
  clear: left;
  color: #888;
}
.ctl_checkout .inner #confirm .baskettable .table_row .col.article .main-article-features p {
  color: #888;
}
.ctl_checkout .inner #confirm .baskettable .table_row .col.delivery {
  width: 18%;
}
.ctl_checkout .inner #confirm .baskettable .table_row .col.amount {
  width: 12%;
}
.ctl_checkout .inner #confirm .baskettable .table_row .col.charge_vat {
  width: 14%;
}
.aidcheckout {
  float: right;
  margin-top: 15px;
}
.ctl_note h1 {
  padding: 0 12px;
}
.ctl_checkout .inner .basket .table .table_head {
  height: 38px;
  border-bottom: 1px solid #c7c7c7;
  font-size: 11px;
  color: #000000;
  font-weight: bold;
  padding-top: 11px;
  font-size: 12px;
}
.ctl_checkout .inner .basket .table .table_row {
  border-bottom: 1px solid #c7c7c7;
  min-height: 45px;
  padding: 10px;
}
.ctl_checkout .inner .basket .table .table_row img {
  display: block;
  float: left;
  margin-right: 20px;
}
.ctl_checkout .inner .basket .table .table_row .basket_details a {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #333;
}
.ctl_checkout .inner .basket .table .table_row .basket_details .ordernumber {
  color: #4B4B4B;
  font-size: 12px;
}
.ctl_checkout .inner .basket .article {
  width: 35%;
}
.ctl_checkout .inner .basket .delivery {
  width: 22%;
}
.ctl_checkout .inner .basket .deliverable1 {
  width: 125px;
  display: block;
}
.ctl_checkout .inner .basket .price,
.ctl_checkout .inner .basket .total {
  width: 12%;
  padding-right: 0px;
  font-size: 12px;
  color: #333333;
}
.ctl_checkout .inner .basket .table_row .total {
  margin-left: 4px;
  font-size: 12px;
  color: #333333;
}
.ctl_checkout .inner .basket .table .table_row .select_wrap {
  width: 50px;
}
.ctl_checkout .inner .basket .textright {
  text-align: right;
}
.ctl_checkout .inner .basket .table_row .del {
  position: absolute;
  right: 10px;
  background: url(../images/ico_delete.png) no-repeat;
  display: block;
  height: 21px;
  width: 24px;
}
.ctl_checkout .inner .basket .table_foot,
.ctl_checkout .inner #confirm .baskettable .table_foot {
  padding: 15px 0px 15px 0px;
}
.ctl_checkout .inner .basket .table_foot #aggregation_left,
.ctl_checkout .inner .basket .table_foot #aggregation,
.ctl_checkout .inner #confirm .baskettable #aggregation_left,
.ctl_checkout .inner #confirm .baskettable #aggregation {
  width: auto;
  min-width: 90px;
  font-size: 12px;
  color: #707070;
  font-weight: bold;
  margin: 0px;
}
.ctl_checkout .inner .basket .vouchers .button-left {
  float: none !important;
}
.ctl_checkout .inner .basket .table_foot #aggregation_left,
.ctl_checkout .inner #confirm .baskettable #aggregation_left {
  margin-left: 12%;
}
.ctl_checkout .inner .basket .table_foot #aggregation_left p,
.ctl_checkout .inner .basket .table_foot #aggregation p,
.ctl_checkout .inner #confirm .baskettable #aggregation_left p,
.ctl_checkout .inner #confirm .baskettable #aggregation p {
  margin-bottom: 0.5em;
  padding-top: 2px;
  color: #707070;
}
.ctl_checkout .inner .basket .table_foot .doubleborder,
.ctl_checkout .inner #confirm .baskettable .doubleborder {
  margin: 0 0 0.5em;
}
.ctl_checkout .inner .basket .table_foot #aggregation_left .totalamount,
.ctl_checkout .inner #confirm .baskettable #aggregation_left .totalamount {
  margin-top: 10px;
}
.ctl_checkout .inner .basket .table_foot #aggregation .doubleborder,
.ctl_checkout .inner #confirm .baskettable #aggregation .doubleborder {
  border-bottom: 0.3em double #c7c7c7;
}
.ctl_checkout .inner .basket .table_foot .totalamount,
.ctl_checkout .inner #confirm .baskettable .totalamount {
  font-size: 14px;
}
.ctl_checkout .inner .basket .table_foot #aggregation .totalamount {
  border: 1px solid #CDCDCD;
}
.ctl_checkout .inner .basket .table_foot .button-left {
  height: 21px;
  line-height: 21px;
  border: 0 none;
  font: bold 11px/14px Arial, sans-serif;
  padding: 0 20px 0 10px;
  display: block;
  float: left;
  margin-top: 7px;
  margin-left: 5px;
}
.notice:before {
  content: initial;
}
.notice,
.notice a {
  color: #333;
}
.error,
.notice,
.success {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #000000;
  text-transform: none;
  margin-top: 2em;
}
.center {
  text-align: center;
}
.ctl_account #center.lostpw {
  width: 100%;
}
.lostpw form h2 {
  color: #000000;
  font-size: 14px;
  height: 40px;
  background: url(../images/bg_registerbox.png) left bottom repeat-x;
  border: 1px solid #c7c7c7;
  border-bottom: 0 none;
  padding: 5px 0 5px 10px;
  margin: 0;
  font-weight: 700;
  border-radius: 0px;
}
.lostpw .col.two {
  width: 100%;
  border: 1px solid #c7c7c7;
  border-top: 0 none;
  background-color: #f5f5f5;
  padding-top: 10px;
  text-align: center;
}
.lostpw label {
  display: inline;
  padding-right: 15px;
}
.lostpw input#txtmail {
  width: 420px !important;
  margin-left: 10px;
  max-width: 80%;
}
.lostpw .description {
  color: #333333;
}
.lostpw .button-right {
  margin-left: 40px;
}
.lostpw .success {
  background: #E6EFC2;
  color: #264409;
  border-color: #C6D880;
  padding: .8em;
  margin-bottom: 1em;
  border-radius: 0px;
}
#content .account#center,
#content .change_billing#center,
#content .change_shipping#center,
#content .change_payment#center,
#content .addresses#center,
#content .orders#center {
  float: left;
}
#content .account .cat_text {
  margin: 0px;
  margin-bottom: 35px;
}
#content .account .cat_text h1 {
  margin-left: 10px;
  font-weight: 700;
  color: #000000;
  font-size: 18px;
}
#content .orders .table_row {
  border: 1px solid #c7c7c7;
  border-top: 0px;
  min-height: 45px;
  padding: 10px 0 10px 0px;
}
#content .orders .col {
  width: 20%;
  color: #333333;
}
#content aside#right_account {
  padding: 0px;
  width: 22%;
  border-right: 0px;
}
#content aside#right_account .headingbox {
  border: 0px;
  height: 40px;
  font-size: 14px;
}
#content aside#right_account .sidebar_nav > ul > li,
#content aside#right_account .sidebar_nav > ul > li > a,
#content aside#right_account .sidebar_nav > ul > li > a:hover {
  color: #333333;
  background: none !important;
  text-transform: none;
  font-size: 12px;
  font-weight: bold;
  padding: 0px;
}
#content aside#right_account .sidebar_nav > ul > li {
  background: url(../images/ico_listing-next.png) 8px center no-repeat !important;
  padding: 6px 0 6px 32px;
}
#content aside#right_account .sidebar_nav > ul > li > a:hover {
  color: #758e00;
}
#content aside#right_account .sidebar_nav > ul > li {
  border-bottom: 1px solid #e3e3e3;
}
#content aside#right_account .sidebar_nav > ul > li.last {
  border-bottom: 0px;
}
#center.account #userinformations h2:after,
#center.account #selected_payment h2:after,
#center.account .billing h2:after,
#center.account .shipping h2:after,
#center.account .password h4:after,
#center.account .email h4:after {
  content: initial;
}
#content .account .col,
#content .addresses .frmRegister {
  border: 1px solid #c7c7c7;
  width: 45%;
  padding: 0px;
  min-height: 180px;
}
#center.addresses .inner {
  padding: 10px;
  padding-top: 0px;
  padding-left: 25px;
  margin-bottom: 15px;
  border: 1px solid #c7c7c7;
}
#center.addresses h2 {
  color: #000000 !important;
  border-color: #c7c7c7;
  background-color: white !important;
  height: 31px;
  font-size: 11px;
  font-weight: 700;
  background: url(../images/bg_breadcrumb.png) left bottom repeat-x;
  padding: 5px 0 5px 25px;
  margin: 0;
  margin-left: -25px;
  margin-right: -10px;
  margin-bottom: 25px;
}
#content .addresses .frmRegister {
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
  background-color: #f5f5f5;
  font-size: 12px;
  padding: 20px;
  color: #333;
}
#content .addresses .frmRegister h5 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.5em;
  color: #111;
}
#content .account .col:first-child {
  margin-right: 4%;
}
#content .account .padbox,
#content .account .inner_container {
  background-color: #f5f5f5;
  min-height: 140px;
}
.subscription-info-notice {
  margin-top: 10px;
  font-size: 10px;
}
#accept-tos {
  float: left;
  margin: 2px;
  margin-top: 0px;
}
.accept-tos-error.warning {
  display: block;
}
div.subscription-headline,
div.subscription-address {
  padding: 10px 30px;
  border: 1px solid #C7C7C7;
  margin-bottom: 10px;
  margin-right: 15px;
  color: #333;
}
div.subscription-headline h4,
div.subscription-address h4 {
  color: #333;
  margin: 0px;
  padding: 0px !important;
  margin-top: 8px;
  font-weight: bold;
  margin-bottom: 2px;
  font-size: 110%;
  background: none !important;
}
div.subscription-headline .subscription-button,
div.subscription-address .subscription-button {
  font-size: 11px !important;
  line-height: 22px !important;
  height: 22px !important;
  width: 200px !important;
}
#center.account .row {
  margin: 0 0 30px;
}
#center.account .row h2,
#center.account #userinformations h2,
#center.account #selected_payment h2,
#center.account .newsletter h2,
#center.account .billing h2,
#center.account .shipping h2,
#center.account .password h4,
#center.account .email h4 {
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  border: 0px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 0px;
  padding-top: 5px;
  color: #333;
}
.padbox,
#center.account .row .inner_container {
  padding: 0 5px 10px 20px;
}
.padbox,
#center.account .row .inner_container p {
  margin-bottom: 2px;
}
.padbox,
#center.account .row .inner_container p,
.padbox,
.padbox,
#center.account .row .inner_container strong,
strong {
  color: #333;
}
.ctl_account .change_billing fieldset,
.ctl_account .change_shipping fieldset,
.ctl_account .change_payment fildset {
  border-left: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
  margin: 0px;
  padding: 15px;
  color: #333;
  font-size: 12px;
  background-color: #f3f3f3;
  padding-left: 25px;
  padding-top: 0px;
}
.ctl_account .change_billing fieldset.shipping_address,
.ctl_account .change_shipping fieldset.alternative_shipping,
.ctl_account .change_payment fildset {
  border-bottom: 1px solid #c7c7c7;
  margin-bottom: 20px;
}
.ctl_account .change_billing fieldset .row,
.ctl_account .change_shipping fieldset .row,
.ctl_account .change_payment fildset .row {
  height: 50px;
}
.ctl_account .change_billing fieldset .row:last-child {
  height: auto;
}
.ctl_account .change_billing fieldset label,
.ctl_account .change_shipping fieldset label {
  width: 150px;
  float: left;
  display: block;
  margin: 10px 0 0 55px;
}
.ctl_account .change_billing fieldset .select_wrap,
.ctl_account .change_shipping fieldset .select_wrap {
  width: 300px;
  margin-top: 4px;
}
.ctl_account .change_billing fieldset .salutationa label,
.ctl_account .change_shipping fieldset .salutationa label {
  margin: 9px 0 0 5px;
}
.ctl_account .change_billing fieldset .salutationa .radio,
.ctl_account .change_shipping fieldset .salutationa .radio {
  float: left;
  margin-top: 11px;
}
.ctl_account .change_billing fieldset h2,
.ctl_account .change_shipping fieldset h2 {
  border-top: 1px solid #c7c7c7;
  display: block;
  background-color: white !important;
  margin-left: -25px;
  margin-right: -15px;
  font-weight: 700;
  color: #000000;
  font-size: 14px;
  height: 40px;
  background: url(../images/bg_registerbox.png) left bottom repeat-x;
}
.ctl_account #login .inner_container {
  background-color: #f5f5f5;
  border: 1px solid #c7c7c7;
  border-top: 0 none;
  padding: 20px 20px 0 20px;
  color: #000000;
}
.ctl_account #login .inner_container label {
  width: 125px;
  display: block;
  float: left;
  margin-top: 12px;
}
.ctl_account #login .inner_container .password {
  margin-left: 132px;
}
.ctl_account #login .inner_container .action {
  margin-left: 125px;
}
#center.account .password h4,
#center.account .email h4 {
  border-top: 1px solid #c7c7c7;
  background-color: white !important;
  font-weight: 700;
  color: #000000;
  font-size: 14px;
  height: 40px;
  background: url(../images/bg_registerbox.png) left bottom repeat-x;
}
#center.account .password .form,
#center.account .email .form {
  padding: 0 15px;
  padding-bottom: 15px;
}
#center.account .password .form_row,
#center.account .email .form_row {
  margin-bottom: 5px;
}
#center.account .password .form_row:last-child,
#center.account .email .form_row:last-child {
  margin-top: 15px;
}
.ctl_register #center {
  float: left;
}
.ctl_register .aidregister h2.headingbox_dark {
  border-radius: 0px;
  font-size: 14px !important;
  height: 40px !important;
}
.ctl_register .aidregister .personal_settings p,
.ctl_register .aidregister .personal_settings div {
  border-left: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
  margin: 0px;
  padding: 15px;
  color: #333;
  font-size: 12px;
  background-color: #f3f3f3;
  padding-left: 25px;
}
.ctl_register .aidregister .personal_settings div {
  padding-bottom: 0px;
}
.ctl_register .aidregister .personal_settings div:last-child {
  border-bottom: 1px solid #c7c7c7;
  padding-bottom: 25px;
  margin-bottom: 15px;
}
.ctl_register .aidregister .personal_settings div label {
  width: 120px;
  display: block;
  float: left;
  margin: 0.5em 0;
}
.ctl_register .register fieldset {
  margin: 0px;
  background-color: #f3f3f3;
  border: 1px solid #c7c7c7;
  border-top: 0px;
  padding-bottom: 25px;
}
.ctl_register .register fieldset.personal_settings {
  border-top: 1px solid #c7c7c7;
}
.ctl_register .register fieldset h2 {
  background-color: white !important;
  font-weight: 700;
  color: #000000;
  font-size: 14px;
  height: 40px;
  background: url(../images/bg_registerbox.png) left bottom repeat-x;
}
.ctl_register .register fieldset .row {
  height: 50px;
}
.ctl_register .register fieldset label {
  width: 150px;
  float: left;
  display: block;
  margin: 10px 0 0 55px;
}
.ctl_register .register fieldset .alt_shipping {
  margin-left: 198px !important;
  min-height: 25px;
}
.ctl_register .register fieldset .alt_shipping label {
  margin: 0px;
  width: auto;
  display: inline-block;
}
.ctl_register .register fieldset .alt_shipping input {
  float: left;
  margin-right: 5px;
  margin-top: 2px;
}
.pass_desc {
  margin: 0px 0 15px 205px;
  color: #333;
}
.ctl_register .register fieldset .select_wrap {
  width: 300px;
  margin-top: 4px;
}
.ctl_register .register fieldset .salutationa label {
  margin: 9px 0 0 5px;
}
.ctl_register .register fieldset .salutationa .radio {
  float: left;
  margin-top: 11px;
}
.register label.normal {
  font-weight: 500 !important;
}
.register input.street {
  width: 250px !important;
  float: left;
  margin: 0.5em 0;
  margin-right: 1em;
}
.register input.streetnumber {
  width: 35px !important;
  margin: 0.5em 0;
}
.register input.zipcode {
  width: 100px !important;
  float: left;
  margin: 0.5em 0;
  margin-right: 1em;
}
.register input.city {
  width: 185px !important;
  margin: 0.5em 0;
}
.required_fields {
  display: block;
  border: 1px solid #c7c7c7;
  padding: 10px;
  background: #F3F3F3;
  font-weight: 700;
  color: #333;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.register .error,
.aidregister .error {
  background: #FBE3E4;
  color: #8a1f11;
  border: 2px solid #FBC2C4;
  margin-bottom: 0px;
  border-bottom: 0px;
}
.register .error h2,
.aidregister .error h2 {
  padding: 0px;
  margin: 0px;
  color: #8a1f11;
  font-weight: bold;
  background: none;
}
.register .error p,
.aidregister .error p {
  padding: 0px;
  margin: 0px;
}
.register .required.instyle_error,
.aidregister .required.instyle_error,
#login .instyle_error {
  background-color: #FBE3E4 !important;
  color: #8a1f11;
  border-color: #FBC2C4 !important;
}
.register .select_wrap.instyle_error,
.aidregister .select_wrap.instyle_error,
#login .select_wrap.instyle_error {
  background: #FBE3E4;
  border: 1px solid #FBC2C4;
  box-shadow: none;
}
#detailBuyInfoNotAvailable .error {
  background: #FBE3E4;
  color: #8a1f11;
  border-color: #FBC2C4;
}
#right.register h2 {
  margin: 0;
  border: 1px solid #c7c7c7;
  border-bottom: 0 none;
  font-weight: 700;
  font-size: 12px;
  line-height: 32px;
  height: 32px;
  padding: 0 0 0 9px;
  color: #000000;
  border-radius: 0px;
}
#right.register {
  border: 0px;
  padding: 0px;
  border-radius: 0px;
}
#right.register ul {
  display: block;
  padding-top: 10px;
  border: 1px solid #c7c7c7;
  border-top: 0 none transparent;
  background: url(../images/bg_breadcrumb.png) top left repeat-x;
}
#right.register li {
  display: block;
  margin: 0 0 0 10px;
  padding: 10px 0 10px 30px;
  background: url(../images/ico_register-benefit.png) no-repeat center left;
  color: #52892c;
}
#center.custom {
  float: left;
  width: 50%;
  margin-left: 10px;
}
.custom h2 {
  color: #4B4B4B;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 5px;
  padding: 0px;
}
.custom h3 {
  line-height: 1.6em;
  font-size: 14px;
  color: #4B4B4B;
  margin-bottom: 5px;
}
.custom p {
  margin: 0 0 1.5em;
  color: #333;
  padding: 0px;
}
.custom ul {
  margin-left: 20px;
}
.custom ul li,
.custom ol li {
  list-style: disc;
  float: none;
  color: #333;
}
.custom a {
  text-decoration: none;
}
@media (max-width: 1050px) {
  #searchfield {
    width: 100px !important;
  }
  #searchcontainer {
    width: 120px;
  }
  #detailbox #basketButton .btn_text {
    display: block;
  }
}
@media (max-width: 1000px) {
  #detailbox #basketButton .btn_text {
    display: block;
  }
}
@media (max-width: 950px) {
  .inner_searchcontainer {
    display: none;
  }
  .listing#listing-3col .artbox {
    height: 475px;
  }
  div.download.inactiv span {
    font-size: 9px !important;
  }
  .ctl_checkout .inner .basket .table_foot #aggregation_left,
  .ctl_checkout .inner #confirm .baskettable #aggregation_left {
    margin-left: 0px;
  }
}
@media (max-width: 850px) {
  nav#main_navigation > .inner > ul > li > a {
    padding: 0px 50px !important;
  }
  .listing#listing-3col .artbox {
    height: 500px;
  }
  div.download.inactiv span {
    font-size: 8px !important;
  }
}
@media (max-width: 800px) {
  #center.custom {
    width: 100%;
  }
  aside:not(#left_sidebar) {
    width: 100%;
    display: block;
    float: left;
  }
  .ctl_detail .col.three {
    width: 50%;
    min-height: 300px;
  }
  .ctl_detail .col.three.buybox {
    width: 40%;
    float: left;
    margin-left: 12% !important;
    min-height: 200px;
  }
  .ctl_detail .col.three.buybox #detailCartButton {
    float: left;
  }
  .ctl_detail .col.three.buybox #detailCartButton label {
    width: 50%;
  }
  #detail #detailinfo {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #detail #detailinfo .similar {
    border-left: 0px;
    padding-left: 10px;
  }
  #detailbox #detailCartButton {
    float: left;
  }
  @viewport {
    width: device-width;
    user-zoom: fixed;
  }
  #detailbox #basketButton .btn_text {
    display: block;
    margin: 0px;
    height: auto;
    width: auto;
    position: inherit;
  }
  #main_navigation {
    left: 0;
    margin-top: 59px;
    max-width: 350px;
    background-color: #F5F2EB;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  }
  #main_navigation .inner > ul > li:first-child a {
    padding: 12px 12px 12px 24px;
  }
  #main_navigation .firstlevel > li:first-child a:hover,
  #main_navigation li.active > a {
    color: #333;
  }
  #main_navigation ul ul,
  #main_navigation .inner > ul > li > a,
  #main_navigation a:hover,
  #main_navigation a.active,
  #main_navigation a,
  #main_navigation .inner > ul > li a,
  #main_navigation ul ul a {
    border-radius: 0px;
    border: 0px;
    box-shadow: none;
    background-color: #F5F2EB;
  }
  nav#main_navigation > .inner > ul > li > a {
    padding: 15px 0px 10px 23px !important;
    font-size: 25px;
    border-top: 1px solid #d4d4d4;
  }
  #searchcontainer,
  #page_header_topbar {
    display: none !important;
  }
  header {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 12;
  }
  header .inner {
    height: 60px;
    max-width: 100%;
    background-position: left bottom;
  }
  #resp-menu {
    display: block;
    position: fixed;
    top: 0px;
    right: 15px;
    z-index: 15;
  }
  #resp-menu .mobile_nav_button {
    position: relative;
  }
  #resp-menu .account,
  #resp-menu .search,
  #resp-menu .basket,
  #resp-menu .mobile_nav_button {
    display: block;
    float: left;
    width: 45px;
    height: 45px;
    margin: 10px;
    cursor: pointer;
    background: none;
    border-radius: 0px;
    box-shadow: none;
  }
  #resp-menu .account {
    background: url(../images/rsico_account.png) center no-repeat;
  }
  #resp-menu .search {
    background: url(../images/rsico_search.png) center no-repeat;
  }
  #resp-menu .basket {
    background: url(../images/rsico_basket.png) center no-repeat;
  }
  #resp-menu .mobile_nav_button {
    background: url(../images/rsico_menu.png) center no-repeat;
  }
  #logo {
    left: 5px;
    top: 0px;
    width: 120px;
  }
  #content {
    margin-top: 60px;
  }
  body .container_20 {
    max-width: 100%;
    padding: 0px;
  }
  .articlenav {
    background-color: #f5f5f5;
    border: 0px;
    border-bottom: 1px solid #C7C7C7;
  }
  #page_header {
    min-height: 60px;
  }
  .modal {
    width: 95% !important;
    max-width: 500px;
    top: 10px !important;
    position: absolute !important;
    height: auto !important;
    margin-left: -47% !important;
  }
  .modal h3 {
    max-width: 100%;
  }
  .modal .inner_container {
    max-height: none;
  }
  .modal input#checkout_button {
    margin-left: 0px !important;
  }
  .ctl_listing #center,
  body .container_20 {
    float: left;
    width: 100%;
    padding: 5px;
  }
  #left_sidebar {
    display: none;
  }
  #content aside#right_account {
    width: 100%;
    float: left;
    margin-top: 0px;
  }
  .box-home.col.three {
    width: 49%;
    margin-bottom: 2%;
  }
  .middle.box-home {
    margin-right: 0px !important;
  }
  .homeslide .slick-slide img {
    padding-bottom: 45px;
  }
  .homeslide ul.slick-dots {
    left: 60px;
    bottom: 15px;
    z-index: 9;
  }
  .homeslide div.slidearticle {
    top: 5%;
    padding: 10px;
    max-width: 36%;
  }
  .ctl_checkout .inner .step_box ul li {
    width: 7%;
    min-width: 50px;
    overflow: hidden;
  }
  .ctl_checkout .inner .step_box ul li.active {
    width: 70%;
  }
  .ctl_checkout .inner .cart_left {
    width: 100%;
    margin-bottom: 20px;
    border-left: 1px solid #c7c7c7;
  }
  .ctl_checkout .inner .cart_left .basket_country,
  .ctl_checkout .inner .cart_left .basket_payment,
  .ctl_checkout .inner .cart_left .basket_dispatch {
    width: 33.3%;
    float: left;
  }
  .ctl_checkout .inner .cart_left ~ .basket {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  header .inner {
    height: 50px;
  }
  form label,
  form img {
    margin-left: 0px !important;
  }
  form .description {
    max-width: 100%;
  }
  form .buttons input {
    float: right;
    left: 0px !important;
  }
  form p {
    display: inline-block;
  }
  #logo {
    left: 2px;
    top: 0px;
    width: 100px;
  }
  #resp-menu .account,
  #resp-menu .search,
  #resp-menu .basket,
  #resp-menu .mobile_nav_button {
    float: left;
    width: 50px;
    height: 50px;
    margin: 2px;
  }
  .listing_actions .top .col {
    width: 100%;
  }
  .listing_actions .top .col .articleperpage {
    margin: 0px;
  }
  #content {
    margin-top: 50px;
  }
  #page_header {
    min-height: 50px;
  }
  #main_navigation {
    margin-top: 50px;
  }
  .ctl_listing #center {
    float: left;
    width: 100%;
  }
  .listing#listing-3col .artbox {
    width: 49%;
    margin-right: 0px;
  }
  .listing#listing-3col .artbox:nth-child(2n) {
    margin-left: 2%;
  }
  .col.two,
  .col.three,
  .col.four {
    margin: 0 0 30px;
  }
  .ctl_detail .col.three.buybox {
    width: 55%;
    min-width: 250px;
  }
  .box-home.col.three {
    width: 100%;
    margin-right: 0px !important;
  }
  .box-home .item-head,
  .box-home p {
    min-height: 20px;
  }
  .box-home .homemore {
    float: left;
  }
  .box-home .content {
    min-height: 255px;
  }
  .ctl_account #login .inner_container .password {
    margin-left: 0px;
  }
  .ctl_account #login .inner_container .action {
    margin-left: 0px;
  }
  .ctl_account #login .inner_container input {
    max-width: 80%;
  }
  .buybox.col.three {
    width: 100%;
    margin-top: 20px !important;
  }
  #detail #description {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 500px) {
  .ctl_detail .col.three {
    width: 100%;
    min-height: 210px;
  }
  .ctl_detail .col.three #img {
    text-align: left;
    margin-left: 5px;
  }
  .ctl_detail .detailtext,
  .ctl_detail .buybox {
    margin: 0px !important;
    margin-left: 15px !important;
  }
  .ctl_detail .col.three.buybox {
    margin: 0px !important;
    margin-left: 15px !important;
  }
  .starting_price {
    margin: 10px 0px;
    display: block;
  }
}
@media only screen and (max-width: 400px) {
  #logo {
    margin: 0px;
  }
  .listing#listing-3col .artbox {
    width: 100%;
    margin-right: 0px !important;
    margin-left: 0px !important;
    height: 420px;
  }
  .list-settings {
    display: none;
  }
  #content .account .col:first-child {
    margin-right: 0;
  }
  #content .account .col {
    width: 100%;
    padding: 0px;
  }
  .ctl_checkout .checkout {
    float: left;
    font-size: 16px;
    line-height: 32px;
    height: 35px;
    margin-top: 10px;
    width: 200px;
    margin-left: 15px;
  }
  .ctl_checkout .button-left,
  .ctl_checkout .button-middle {
    width: 200px;
    margin-left: 15px;
  }
  .ctl_checkout .buttons .button-left,
  .ctl_checkout .buttons .button-middle {
    margin-left: 0px;
  }
  .ctl_checkout .inner .step_box ul li {
    display: none;
  }
  .ctl_checkout .inner .step_box ul li.active {
    display: block;
  }
  .ctl_checkout .inner .col.one.cart_left form div {
    width: 100%;
    background: none;
    padding: 10px 15px 5px 10px;
  }
  .ctl_checkout .inner .col.one.cart_left form div p {
    margin: 0px;
    margin-bottom: 5px;
  }
  .ctl_checkout .inner .basket .table_head,
  .ctl_checkout .inner .baskettable .table_head {
    display: none !important;
  }
  .ctl_checkout .inner .basket .article,
  .ctl_checkout .inner .baskettable .article {
    width: 100% !important;
    padding-right: 25px !important;
    min-height: 70px !important;
  }
  .ctl_checkout .inner .basket .delivery,
  .ctl_checkout .inner .baskettable .delivery {
    width: 50% !important;
  }
  .ctl_checkout .inner .basket .price,
  .ctl_checkout .inner .baskettable .price,
  .ctl_checkout .inner .basket .total,
  .ctl_checkout .inner .baskettable .total {
    width: 23% !important;
  }
}
