/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Removes default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}


/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * Removes border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}/*59694*/
div.affiliate_calculations_label {border-left: 7px solid #cb58aa; color: #333333; display: block; font-family: Roboto; font-size: 1.29em; font-weight: normal; margin-bottom: 10px; padding: 8px 0 7px 14px; text-decoration: none; text-transform: uppercase;}
div.affiliate_calculations_null {background: url('/gfx/ger/icon_message.png?r=1488182849') 18px 18px no-repeat #cb58aa; border:1px solid transparent; color:#FFFFFF;  font-size:14px; padding:22px 65px !important; margin-bottom:10px !important;text-align:center;}
div.affiliate_calculations {margin-top:10px;}
div.affiliate_calculations_sub {margin-top:10px;}
div.affiliate_calculations_null {margin-top:10px; padding:5px 0; text-align:center;}
span.payments_total {font-weight:bold;}
/*59696*/
table.affiliate_calculations_paging {border-top:2px solid #A1A1A1; clear:both; margin:0 0 10px; width:100%;}
table.aclc_paging_sub {float:right;}
span.aclc_paging_first {float:left; height:16px; width:9px;background:url('/gfx/ger/str.png?r=1488182849')     0px -19px no-repeat;border-top:3px solid #FFFFFF;border-bottom:3px solid #FFFFFF;}
span.aclc_paging_left {float:left; height:16px; width:6px;background:url('/gfx/ger/str.png?r=1488182849') -24px -19px no-repeat;border-top:3px solid #FFFFFF;border-bottom:3px solid #FFFFFF;margin-left:15px; margin-right:10px;}
span.aclc_paging_gap {color:#000000; float:left; font-weight:bold; height:16px; margin:0 3px; padding:3px 0 0 0; text-align:center; text-decoration:none; width:23px;}
span.aclc_paging_current {background:#A1A1A1; border-bottom:3px solid #A1A1A1; border-top:3px solid #A1A1A1; color:#FFFFFF; cursor:pointer; display:block; float:left; font-size:10px; font-weight:bold; height:16px; line-height:16px; margin-left:3px; text-align:center; width:19px;}
span.aclc_paging_right {float:left; height:16px; width:6px;background:url('/gfx/ger/str.png?r=1488182849') -208px -19px no-repeat;border-top:3px solid #FFFFFF;border-bottom:3px solid #FFFFFF;margin-left:15px; margin-right:10px;}
span.aclc_paging_last {float:left; height:16px; width:9px;   background:url('/gfx/ger/str.png?r=1488182849')     -229px -19px no-repeat;border-top:3px solid #FFFFFF;border-bottom:3px solid #FFFFFF;}
div.aclc_paging_right {height:22px;}
a.aclc_paging_first {background:url('/gfx/ger/str.png?r=1488182849') no-repeat scroll 0 5px; border-bottom:3px solid #FFFFFF; border-top:3px solid #FFFFFF; float:left; height:16px; width:9px}
a.aclc_paging_left {background:url('/gfx/ger/str.png?r=1488182849') no-repeat scroll -24px 5px; border-bottom:3px solid #FFFFFF; border-top:3px solid #FFFFFF; float:left; height:16px; margin-left:15px; margin-right:10px; width:6px;}
a.aclc_paging {background:#E3E3E3; border-bottom:3px solid #FFFFFF; border-top:3px solid #FFFFFF; color:#000000; cursor:pointer; display:block; float:left; font-size:10px; font-weight:bold; height:16px; line-height:16px; margin-left:3px; text-align:center; text-decoration:none; width:19px;}
a.aclc_paging_right {background:url('/gfx/ger/str.png?r=1488182849') no-repeat scroll -208px 5px; border-bottom:3px solid #FFFFFF; border-top:3px solid #FFFFFF; float:left; height:16px; margin-left:15px; margin-right:10px; width:6px;}
a.aclc_paging_last {background:url('/gfx/ger/str.png?r=1488182849') no-repeat scroll -229px 5px; border-bottom:3px solid #FFFFFF; border-top:3px solid #FFFFFF; float:left; height:16px; width:9px;}
a.aclc_paging:hover {background:#A1A1A1; border-bottom:3px solid #A1A1A1; border-top:3px solid #A1A1A1; color:#FFFFFF; cursor:pointer; display:block; float:left; font-size:10px; font-weight:bold; height:16px; line-height:16px; margin-left:3px; text-align:center; width:19px;}
td.affiliate_calculations_portions {display: none;}
td.aclc_paging_sub {padding-top: 20px;     text-align: right;     width: 100%;}
/*59429*/
/*59430*/
table.affiliate_client_paging {border-top:2px solid #A1A1A1; clear:both; margin:0 0 10px; width:100%;}
table.acs_paging_sub {float:right;}
span.acs_paging_first {float:left; height:16px; width:9px;background:url('/gfx/ger/str.png?r=1488182849')     0px -19px no-repeat;border-top:3px solid #FFFFFF;border-bottom:3px solid #FFFFFF;}
span.acs_paging_left {float:left; height:16px; width:6px;background:url('/gfx/ger/str.png?r=1488182849') -24px -19px no-repeat;border-top:3px solid #FFFFFF;border-bottom:3px solid #FFFFFF;margin-left:15px; margin-right:10px;}
span.acs_paging_gap {color:#000000; float:left; font-weight:bold; height:16px; margin:0 3px; padding:3px 0 0 0; text-align:center; text-decoration:none; width:23px;}
span.acs_paging_current {background:#A1A1A1; border-bottom:3px solid #A1A1A1; border-top:3px solid #A1A1A1; color:#FFFFFF; cursor:pointer; display:block; float:left; font-size:10px; font-weight:bold; height:16px; line-height:16px; margin-left:3px; text-align:center; width:19px;}
span.acs_paging_right {float:left; height:16px; width:6px;background:url('/gfx/ger/str.png?r=1488182849') -208px -19px no-repeat;border-top:3px solid #FFFFFF;border-bottom:3px solid #FFFFFF;margin-left:15px; margin-right:10px;}
span.acs_paging_last {float:left; height:16px; width:9px;   background:url('/gfx/ger/str.png?r=1488182849')     -229px -19px no-repeat;border-top:3px solid #FFFFFF;border-bottom:3px solid #FFFFFF;}
div.acs_paging_right {height:22px;}
a.acs_paging_first {background:url('/gfx/ger/str.png?r=1488182849') no-repeat scroll 0 5px; border-bottom:3px solid #FFFFFF; border-top:3px solid #FFFFFF; float:left; height:16px; width:9px}
a.acs_paging_left {background:url('/gfx/ger/str.png?r=1488182849') no-repeat scroll -24px 5px; border-bottom:3px solid #FFFFFF; border-top:3px solid #FFFFFF; float:left; height:16px; margin-left:15px; margin-right:10px; width:6px;}
a.acs_paging {background:#E3E3E3; border-bottom:3px solid #FFFFFF; border-top:3px solid #FFFFFF; color:#000000; cursor:pointer; display:block; float:left; font-size:10px; font-weight:bold; height:16px; line-height:16px; margin-left:3px; text-align:center; text-decoration:none; width:19px;}
a.acs_paging_right {background:url('/gfx/ger/str.png?r=1488182849') no-repeat scroll -208px 5px; border-bottom:3px solid #FFFFFF; border-top:3px solid #FFFFFF; float:left; height:16px; margin-left:15px; margin-right:10px; width:6px;}
a.acs_paging_last {background:url('/gfx/ger/str.png?r=1488182849') no-repeat scroll -229px 5px; border-bottom:3px solid #FFFFFF; border-top:3px solid #FFFFFF; float:left; height:16px; width:9px;}
a.acs_paging:hover {background:#A1A1A1; border-bottom:3px solid #A1A1A1; border-top:3px solid #A1A1A1; color:#FFFFFF; cursor:pointer; display:block; float:left; font-size:10px; font-weight:bold; height:16px; line-height:16px; margin-left:3px; text-align:center; width:19px;}
td.affiliate_client_portions {display: none;}
td.acs_paging_sub {padding-top: 20px;     text-align: right;     width: 100%;}
/*59424*/
div.affiliate_clients_desc_null {background: url('/gfx/ger/icon_message.png?r=1488182849') 18px 18px no-repeat #cb58aa; border:1px solid transparent; color:#FFFFFF;  font-size:14px; padding:22px 65px !important; margin-bottom:10px !important;text-align:center;}
div.affiliate_clients_desc_null {margin-top:10px; padding:5px 0; text-align:center;}
p.affiliate_clients_desc {padding:10px 0;}
/*59425*/
table.affiliate_clients_paging {border-top:2px solid #A1A1A1; clear:both; margin:0 0 10px; width:100%;}
table.acs_paging_sub {float:right;}
span.acs_paging_first {float:left; height:16px; width:9px;background:url('/gfx/ger/str.png?r=1488182849')     0px -19px no-repeat;border-top:3px solid #FFFFFF;border-bottom:3px solid #FFFFFF;}
span.acs_paging_left {float:left; height:16px; width:6px;background:url('/gfx/ger/str.png?r=1488182849') -24px -19px no-repeat;border-top:3px solid #FFFFFF;border-bottom:3px solid #FFFFFF;margin-left:15px; margin-right:10px;}
span.acs_paging_gap {color:#000000; float:left; font-weight:bold; height:16px; margin:0 3px; padding:3px 0 0 0; text-align:center; text-decoration:none; width:23px;}
span.acs_paging_current {background:#A1A1A1; border-bottom:3px solid #A1A1A1; border-top:3px solid #A1A1A1; color:#FFFFFF; cursor:pointer; display:block; float:left; font-size:10px; font-weight:bold; height:16px; line-height:16px; margin-left:3px; text-align:center; width:19px;}
span.acs_paging_right {float:left; height:16px; width:6px;background:url('/gfx/ger/str.png?r=1488182849') -208px -19px no-repeat;border-top:3px solid #FFFFFF;border-bottom:3px solid #FFFFFF;margin-left:15px; margin-right:10px;}
span.acs_paging_last {float:left; height:16px; width:9px;   background:url('/gfx/ger/str.png?r=1488182849')     -229px -19px no-repeat;border-top:3px solid #FFFFFF;border-bottom:3px solid #FFFFFF;}
div.acs_paging_right {height:22px;}
a.acs_paging_first {background:url('/gfx/ger/str.png?r=1488182849') no-repeat scroll 0 5px; border-bottom:3px solid #FFFFFF; border-top:3px solid #FFFFFF; float:left; height:16px; width:9px}
a.acs_paging_left {background:url('/gfx/ger/str.png?r=1488182849') no-repeat scroll -24px 5px; border-bottom:3px solid #FFFFFF; border-top:3px solid #FFFFFF; float:left; height:16px; margin-left:15px; margin-right:10px; width:6px;}
a.acs_paging {background:#E3E3E3; border-bottom:3px solid #FFFFFF; border-top:3px solid #FFFFFF; color:#000000; cursor:pointer; display:block; float:left; font-size:10px; font-weight:bold; height:16px; line-height:16px; margin-left:3px; text-align:center; text-decoration:none; width:19px;}
a.acs_paging_right {background:url('/gfx/ger/str.png?r=1488182849') no-repeat scroll -208px 5px; border-bottom:3px solid #FFFFFF; border-top:3px solid #FFFFFF; float:left; height:16px; margin-left:15px; margin-right:10px; width:6px;}
a.acs_paging_last {background:url('/gfx/ger/str.png?r=1488182849') no-repeat scroll -229px 5px; border-bottom:3px solid #FFFFFF; border-top:3px solid #FFFFFF; float:left; height:16px; width:9px;}
a.acs_paging:hover {background:#A1A1A1; border-bottom:3px solid #A1A1A1; border-top:3px solid #A1A1A1; color:#FFFFFF; cursor:pointer; display:block; float:left; font-size:10px; font-weight:bold; height:16px; line-height:16px; margin-left:3px; text-align:center; width:19px;}
td.affiliate_clients_portions {display: none;}
td.acs_paging_sub {padding-top: 20px;     text-align: right;     width: 100%;}
/*59947*/
div.affiliate_generator_label {display:none;}
div.affiliate_generator_type {border-bottom: 1px solid #000;     display: block;    margin-bottom: 10px;     margin-top: 10px;     z-index: 1;}
div.clear {clear:both;}
div.affiliate_generator_type_desc {margin-top:10px; margin-bottom:10px; line-height:18px;}
.html_selected {background-color: #000; color: #FFFFFF !important;   cursor: default;}
.html_unselected {background: #fff;}
.js_selected {background-color: #000; color: #FFFFFF !important;  cursor: default;}
.js_unselected {background: #fff;}
.php_selected {background-color: #000; color: #FFFFFF !important;    cursor: default;}
.php_unselected {background: #fff;}
.affiliate_generator_type a {text-decoration: none;   cursor: pointer;     display: inline;     float: left;     font-weight: bold;     margin-left: 0;     margin-right: 10px;       padding: 10px;     text-align: center; text-decoration: none !important;}
/*59940*/
div.affiliate_generator_html_step1_label {border-left: 7px solid #cb58aa; color: #333333; display: block; font-family: Roboto; font-size: 1.29em; font-weight: normal; margin-bottom: 10px; padding: 8px 0 7px 14px; text-decoration: none; text-transform: uppercase;}
div.affiliate_generator_html_step2_label {border-left: 7px solid #cb58aa; color: #333333; display: block; font-family: Roboto; font-size: 1.29em; font-weight: normal; margin-bottom: 10px; padding: 8px 0 7px 14px; text-decoration: none; text-transform: uppercase;}
div.affiliate_generator_html_step3_label {border-left: 7px solid #cb58aa; color: #333333; display: block; font-family: Roboto; font-size: 1.29em; font-weight: normal; margin-bottom: 10px; padding: 8px 0 7px 14px; text-decoration: none; text-transform: uppercase;}
div.step1_html_desc {margin-top:10px; margin-bottom:5px;}
div.step1_html_desc2 {margin-top:10px; margin-bottom:5px;}
div.affiliate_generator_html_step2_label {margin-top:10px;}
div.affiliate_banners {margin-top:10px; margin-bottom:10px;}
div.affiliate_html_explain {margin-top:10px; margin-bottom:10px; line-height:18px;}
div.affiliate_html_buttons {float:left;     width: 30%;text-align:center;}
div.affiliate_html_output {float:right;     width: 68%;margin-top:13px;}
div.clear {clear:both;}
a.generate_html_button {margin:10px auto 0;display: block;}
a.generate_url_button {margin:10px auto 0; display: block;}
a.generate_link_button {margin:10px auto 0; display: block;}
#affiliate_link {display: block;  width: 100%;}
#affiliate_link_name {display: block; width: 100%;}
a.generate_html_button:hover {display: block;}
a.generate_url_button:hover {display: block;}
a.generate_link_button:hover {display: block;}
#html_output {width: 100%}
/*65642*/
div.step1_js_desc {margin:10px 0;}
div.affiliate_products_link {text-align: center;}
div.affiliate_js_sprawdzenie {text-align:center;}
div.affiliate_generator_js_step2_label {margin-top:10px; margin-bottom:10px;}
div.affiliate_generator_js_step2_desc {margin-bottom:10px;}
div.affiliate_wyswietlanie {float:left; width:49%;}
div.affiliate_kolorystyka {float:right; width:49%}
div.clear {clear:both;}
div.podglad {text-align:center; margin:10px auto;}
div.affiliate_generator_js_step3_label {margin-top:10px; margin-bottom:10px;}
div.affiliate_js_step3_desc {margin-bottom:10px;}
div.js_generator_output {text-align:center;}
input.affiliate_products_link {padding: 5px;     text-align: left;     width: 100%;}
input.iColorPicker {float:left;}
input.affiliate_js_bold {position:relative; top:2px; margin-right:4px;}
input.border_color {position:relative; top:2px; margin-right:2px;}
input.background_color {position:relative; top:2px; margin-right:2px;}
a.affiliate_js_sprawdzenie_a {margin:10px auto;}
a.affiliate_podglad_button {margin:10px auto;}
a.affiliate_js_generate {margin:10px auto;}
img.affiliate_loader_gif {text-align:center;}
table.affiliate_wyswietlanie {margin:10px 0 10px 25px;}
table.affiliate_kolorystyka {margin:10px 0 10px 0px;}
td.affiliate_wyswietlanie_left {text-align:right; padding:5px;  width: 30%;}
td.affiliate_wyswietlanie_right {padding:5px;}
td.affiliate_kolorystyka_left {text-align:right; padding:5px;  width: 30%;}
td.affiliate_kolorystyka_right {padding:5px;}
select.affiliate_wyglad {width: 100%;}
textarea.js_output {margin:0 auto; text-align:left;width: 100%;}
.color_picker_img {background:url('/gfx/ger/colorpicker.png?r=1488182849'); display:block; width:16px; height:16px; float:left; margin-left:4px; margin-right:10px;}
/*65643*/
div.php_generator_output {text-align:left; padding:20px; line-height:16px; border:1px solid black; color:#2F2F2F;}
a.affiliate_js_sprawdzenie_a {margin:10px auto;}
a.affiliate_podglad_button {margin:10px auto;}
a.affiliate_php_generate {margin:10px auto;}
td.affiliate_wyswietlanie_left {line-height:normal;}
td.affiliate_kolorystyka_left {line-height:normal;}
p.affiliate_php_desc {margin:5px 0;}
ul.php_ul {margin-left:20px;}
/*59247*/
div.affiliate_main_cms ul {padding:0 0 0 22px !important;}
div.affiliate_main_cms ol {padding:0 0 0 22px !important;}
/*59392*/
div.affiliate_orders_null {background: url('/gfx/ger/icon_message.png?r=1488182849') 18px 18px no-repeat #cb58aa; border:1px solid transparent; color:#FFFFFF;  font-size:14px; padding:22px 65px !important; margin-bottom:10px !important;text-align:center;}
div.affiliate_orders_null {margin-top:10px; padding:5px 0; text-align:center;}
p.affiliate_orders_desc {padding:10px 0; margin-bottom:15px;}
/*59393*/
table.affiliate_orders_paging {border-top:2px solid #A1A1A1; clear:both; margin:0 0 10px; width:100%;}
table.ao_paging_sub {float:right;}
span.ao_paging_first {float:left; height:16px; width:9px;background:url('/gfx/ger/str.png?r=1488182849')     0px -19px no-repeat;border-top:3px solid #FFFFFF;border-bottom:3px solid #FFFFFF;}
span.ao_paging_left {float:left; height:16px; width:6px;background:url('/gfx/ger/str.png?r=1488182849') -24px -19px no-repeat;border-top:3px solid #FFFFFF;border-bottom:3px solid #FFFFFF;margin-left:15px; margin-right:10px;}
span.ao_paging_gap {color:#000000; float:left; font-weight:bold; height:16px; margin:0 3px; padding:3px 0 0 0; text-align:center; text-decoration:none; width:23px;}
span.ao_paging_current {background:#A1A1A1; border-bottom:3px solid #A1A1A1; border-top:3px solid #A1A1A1; color:#FFFFFF; cursor:pointer; display:block; float:left; font-size:10px; font-weight:bold; height:16px; line-height:16px; margin-left:3px; text-align:center; width:19px;}
span.ao_paging_right {float:left; height:16px; width:6px;background:url('/gfx/ger/str.png?r=1488182849') -208px -19px no-repeat;border-top:3px solid #FFFFFF;border-bottom:3px solid #FFFFFF;margin-left:15px; margin-right:10px;}
span.ao_paging_last {float:left; height:16px; width:9px;   background:url('/gfx/ger/str.png?r=1488182849')     -229px -19px no-repeat;border-top:3px solid #FFFFFF;border-bottom:3px solid #FFFFFF;}
div.ao_paging_right {height:22px;}
a.ao_paging_first {background:url('/gfx/ger/str.png?r=1488182849') no-repeat scroll 0 5px; border-bottom:3px solid #FFFFFF; border-top:3px solid #FFFFFF; float:left; height:16px; width:9px}
a.ao_paging_left {background:url('/gfx/ger/str.png?r=1488182849') no-repeat scroll -24px 5px; border-bottom:3px solid #FFFFFF; border-top:3px solid #FFFFFF; float:left; height:16px; margin-left:15px; margin-right:10px; width:6px;}
a.ao_paging {background:#E3E3E3; border-bottom:3px solid #FFFFFF; border-top:3px solid #FFFFFF; color:#000000; cursor:pointer; display:block; float:left; font-size:10px; font-weight:bold; height:16px; line-height:16px; margin-left:3px; text-align:center; text-decoration:none; width:19px;}
a.ao_paging_right {background:url('/gfx/ger/str.png?r=1488182849') no-repeat scroll -208px 5px; border-bottom:3px solid #FFFFFF; border-top:3px solid #FFFFFF; float:left; height:16px; margin-left:15px; margin-right:10px; width:6px;}
a.ao_paging_last {background:url('/gfx/ger/str.png?r=1488182849') no-repeat scroll -229px 5px; border-bottom:3px solid #FFFFFF; border-top:3px solid #FFFFFF; float:left; height:16px; width:9px;}
a.ao_paging:hover {background:#A1A1A1; border-bottom:3px solid #A1A1A1; border-top:3px solid #A1A1A1; color:#FFFFFF; cursor:pointer; display:block; float:left; font-size:10px; font-weight:bold; height:16px; line-height:16px; margin-left:3px; text-align:center; width:19px;}
td.affiliate_orders_portions {display: none;}
td.ao_paging_sub {padding-top: 20px;     text-align: right;     width: 100%;}
/*59900*/
div.affiliate_resources_label {border-left: 7px solid #cb58aa; color: #333333; display: block; font-family: Roboto; font-size: 1.29em; font-weight: normal; margin-bottom: 10px; padding: 8px 0 7px 14px; text-decoration: none; text-transform: uppercase;}
input.affiliate_resources_submit {border: medium none;    color:#fff; text-decoration:none; font-size:0.9em; padding: 5px 10px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;                     background: #b6cd2e; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I2Y2QyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZGFlMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #b6cd2e 0%, #8dae0f 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6cd2e), color-stop(100%,#8dae0f)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* IE10+ */ background: linear-gradient(to bottom,  #b6cd2e 0%,#8dae0f 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6cd2e', endColorstr='#8dae0f',GradientType=0 ); /* IE6-8 */}
input.affiliate_resources_submit:hover {border: medium none;     background: #000;  color:#fff; text-decoration:none; font-size:0.9em;padding: 5px 10px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;                          background: #8dae0f; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhkYWUwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNWNkMmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #8dae0f 0%, #b5cd2d 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8dae0f), color-stop(100%,#b5cd2d)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* IE10+ */ background: linear-gradient(to bottom,  #8dae0f 0%,#b5cd2d 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dae0f', endColorstr='#b5cd2d',GradientType=0 ); /* IE6-8 */}
div.affiliate_resources_wyplata {margin-bottom:30px;}
div.affiliate_resources_payment {margin:0 auto; text-align:center;}
div.affiliate_resources_payment_sub {margin:15px auto 0 auto; position:relative;}
div.clear {clear:both;}
div.affiliate_resources_payment_type {margin:7px auto 0 auto; text-align:center;}
span.affiliate_przecinek {margin-left:5px;}
span.affiliate_resources_waluta {margin-left:5px; margin-right: 10px;}
input.affiliate_resources_kwota1 {text-align:right; width:70px; margin-left:5px;}
input.affiliate_resources_kwota2 {width:30px; margin-left:5px;}
input.affiliate_resources_submit {width:auto;}
#affiliate_warning1 {display:none;color:#cc0000  ;}
#affiliate_warning2 {display:none;color:#cc0000  ;}
/*59929*/
span.affiliate_noresources {background: url('/gfx/ger/icon_message.png?r=1488182849') 18px 18px no-repeat #cb58aa; border:1px solid transparent; color:#FFFFFF;  font-size:14px; padding:22px 65px !important; margin-bottom:10px !important;text-align:center;}
span.affiliate_noresources {display:block;}
/*59932*/
table.affiliate_resources_paging {border-top:2px solid #A1A1A1; clear:both; margin:0 0 10px; width:100%;}
table.aclc_paging_sub {float:right;}
span.aclc_paging_first {float:left; height:16px; width:9px;background:url('/gfx/ger/str.png?r=1488182849')     0px -19px no-repeat;border-top:3px solid #FFFFFF;border-bottom:3px solid #FFFFFF;}
span.aclc_paging_left {float:left; height:16px; width:6px;background:url('/gfx/ger/str.png?r=1488182849') -24px -19px no-repeat;border-top:3px solid #FFFFFF;border-bottom:3px solid #FFFFFF;margin-left:15px; margin-right:10px;}
span.aclc_paging_gap {color:#000000; float:left; font-weight:bold; height:16px; margin:0 3px; padding:3px 0 0 0; text-align:center; text-decoration:none; width:23px;}
span.aclc_paging_current {background:#A1A1A1; border-bottom:3px solid #A1A1A1; border-top:3px solid #A1A1A1; color:#FFFFFF; cursor:pointer; display:block; float:left; font-size:10px; font-weight:bold; height:16px; line-height:16px; margin-left:3px; text-align:center; width:19px;}
span.aclc_paging_right {float:left; height:16px; width:6px;background:url('/gfx/ger/str.png?r=1488182849') -208px -19px no-repeat;border-top:3px solid #FFFFFF;border-bottom:3px solid #FFFFFF;margin-left:15px; margin-right:10px;}
span.aclc_paging_last {float:left; height:16px; width:9px;   background:url('/gfx/ger/str.png?r=1488182849')     -229px -19px no-repeat;border-top:3px solid #FFFFFF;border-bottom:3px solid #FFFFFF;}
div.aclc_paging_right {height:22px;}
a.aclc_paging_first {background:url('/gfx/ger/str.png?r=1488182849') no-repeat scroll 0 5px; border-bottom:3px solid #FFFFFF; border-top:3px solid #FFFFFF; float:left; height:16px; width:9px}
a.aclc_paging_left {background:url('/gfx/ger/str.png?r=1488182849') no-repeat scroll -24px 5px; border-bottom:3px solid #FFFFFF; border-top:3px solid #FFFFFF; float:left; height:16px; margin-left:15px; margin-right:10px; width:6px;}
a.aclc_paging {background:#E3E3E3; border-bottom:3px solid #FFFFFF; border-top:3px solid #FFFFFF; color:#000000; cursor:pointer; display:block; float:left; font-size:10px; font-weight:bold; height:16px; line-height:16px; margin-left:3px; text-align:center; text-decoration:none; width:19px;}
a.aclc_paging_right {background:url('/gfx/ger/str.png?r=1488182849') no-repeat scroll -208px 5px; border-bottom:3px solid #FFFFFF; border-top:3px solid #FFFFFF; float:left; height:16px; margin-left:15px; margin-right:10px; width:6px;}
a.aclc_paging_last {background:url('/gfx/ger/str.png?r=1488182849') no-repeat scroll -229px 5px; border-bottom:3px solid #FFFFFF; border-top:3px solid #FFFFFF; float:left; height:16px; width:9px;}
a.aclc_paging:hover {background:#A1A1A1; border-bottom:3px solid #A1A1A1; border-top:3px solid #A1A1A1; color:#FFFFFF; cursor:pointer; display:block; float:left; font-size:10px; font-weight:bold; height:16px; line-height:16px; margin-left:3px; text-align:center; width:19px;}
td.affiliate_resources_portions {display: none;}
td.aclc_paging_sub {padding-top: 20px;     text-align: right;     width: 100%;}
/*59250*/
p.affiliate_stats_desc {padding:0 0 10px;}
/*57234*/
/*81774*/
#your_gift_txt {color:#cb58aa;}
#basketedit_gifts li .gift_price span {color:  #8faf10; font-size: 1em; font-weight:bold;}
#basketedit_gifts .gift_active .gift_item_sub {color:#cb58aa;}
span.choose_product {color:#000;}
div.gift_item_icon {width:10px;}
div.gift_choose_size {font-size: 0.85em;}
div.gift_tooltip {position:absolute; box-shadow:0px 1px 4px rgba(0,0,0,0.85); background:#fff; min-width:200px; padding: 5px;}
strong.gift_item_name {color:#222;}
#basketedit_gifts {margin:0 0 30px; clear:both; background: rgba(177, 202, 43, 0.1); padding:15px;}
#basketedit_gifts:after {clear:both;content:'';display:block;}
#basketedit_gifts h2 {margin-bottom:10px; margin-left:0px;width:auto; line-height:normal;}
#basketedit_gifts p.gift_info {margin-bottom: 7px; margin-left: 5px;}
#basketedit_gifts ul {list-style:none;}
#your_gift_txt {display:none;}
#basketedit_gifts li {float: left;  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ 	-moz-box-sizing: border-box;    /* Firefox, other Gecko */ 	box-sizing: border-box; padding: 0 5px;width: 33.3%; margin-bottom:11px;}
#basketedit_gifts li.gift_label_needs {clear: both; color: #cc0000  ; float: none; margin-bottom: 5px; padding: 5px 6px 3px; width: auto;}
#basketedit_gifts li input {display:none;}
#basketedit_gifts li .gift_item_sub {border: 1px solid #d2d2d2;cursor:pointer;color: #666666;display:table; width:100%; overflow:hidden; position:relative; -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ 	-moz-box-sizing: border-box;    /* Firefox, other Gecko */ 	box-sizing: border-box; background: #ffffff; background: -moz-linear-gradient(top, #ffffff 1%, #ffffff 90%, #f4f4f4 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(90%,#ffffff), color-stop(100%,#f4f4f4)); background: -webkit-linear-gradient(top, #ffffff 1%,#ffffff 90%,#f4f4f4 100%); background: -o-linear-gradient(top, #ffffff 1%,#ffffff 90%,#f4f4f4 100%); background: -ms-linear-gradient(top, #ffffff 1%,#ffffff 90%,#f4f4f4 100%); background: linear-gradient(to bottom, #ffffff 1%,#ffffff 90%,#f4f4f4 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );}
#basketedit_gifts li .gift_item_sub > div {display:table-cell; padding:5px; vertical-align: middle; height: 45px;}
#basketedit_gifts li img {float:left; width:40px; max-height: 50px;overflow:hidden;}
#basketedit_gifts li .gift_item_info {text-align:left;}
#basketedit_gifts li h3 {margin-bottom:3px;}
#basketedit_gifts li a {display: block; font-weight: normal; line-height: 1.1; padding: 5px;  text-align: right; text-decoration: none; float:right; clear:both;  font-size: 0.85em;}
#basketedit_gifts li .gift_price {border-left: 1px solid #D2D2D2;  text-align: center; white-space: nowrap; width: 10px;}
#basketedit_gifts li .gift_price b {display:none;font-weight:normal;}
#basketedit_gifts .gift_active .gift_item_sub {border: 1px solid ;     box-shadow: 0 0 0px 1px ;    background: rgba(203, 88, 170, 0.01);}
#basketedit_gifts .gift_active h3 {color:#222;}
#basketedit_gifts .gift_active .gift_price {color:#222;}
#basketedit_gifts li.gift_enable {cursor:pointer;}
#basketedit_gifts li.gift_disable {opacity:0.5;}
#basketedit_gifts li.gift_disable .gift_item_sub {background: none repeat scroll 0 0 #F5F5F5; cursor:not-allowed;}
div.gift_choose_size select {border: 1px solid #BBBBBB;     font-size: 11px;     padding: 0;     width: 80px;}
.gift_price del {color:#cc0000; width:100%; float:left}
/*74432*/
td.productslist_product_sum {color:  #8faf10; font-size: 1em; font-weight:bold;}
#basketedit_productslist h2 {border-left: 7px solid #cb58aa; color: #333333; display: block; font-family: Roboto; font-size: 1.29em; font-weight: normal; margin-bottom: 10px; padding: 8px 0 7px 14px; text-decoration: none; text-transform: uppercase;}
a.productslist_change_product {border: medium none;    color:#fff; text-decoration:none; font-size:0.9em; padding: 5px 10px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;                     background: #b6cd2e; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I2Y2QyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZGFlMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #b6cd2e 0%, #8dae0f 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6cd2e), color-stop(100%,#8dae0f)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* IE10+ */ background: linear-gradient(to bottom,  #b6cd2e 0%,#8dae0f 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6cd2e', endColorstr='#8dae0f',GradientType=0 ); /* IE6-8 */}
a.productslist_change_product:hover {border: medium none;     background: #000;  color:#fff; text-decoration:none; font-size:0.9em;padding: 5px 10px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;                          background: #8dae0f; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhkYWUwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNWNkMmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #8dae0f 0%, #b5cd2d 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8dae0f), color-stop(100%,#b5cd2d)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* IE10+ */ background: linear-gradient(to bottom,  #8dae0f 0%,#b5cd2d 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dae0f', endColorstr='#b5cd2d',GradientType=0 ); /* IE6-8 */}
.productslist_product_quantity button {color:#cb58aa;}
td.productslist_comment a:hover {background-position:right top !important;}
div.prodl_comment_right a:hover {background-position:right top !important;}
tr.productslist_tools_top td a:hover {border: medium none;     background: #000;  color:#fff; text-decoration:none; font-size:0.9em;padding: 5px 10px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;                          background: #8dae0f; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhkYWUwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNWNkMmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #8dae0f 0%, #b5cd2d 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8dae0f), color-stop(100%,#b5cd2d)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* IE10+ */ background: linear-gradient(to bottom,  #8dae0f 0%,#b5cd2d 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dae0f', endColorstr='#b5cd2d',GradientType=0 ); /* IE6-8 */}
.procuctCheckboxSelect {background-color: #cb58aa!important; color:#fff; /*add from 2177*/}
.order-wrappers_label {border-left: 7px solid #cb58aa; color: #333333; display: block; font-family: Roboto; font-size: 1.29em; font-weight: normal; margin-bottom: 10px; padding: 8px 0 7px 14px; text-decoration: none; text-transform: uppercase;}
form.basketedit_productslist {margin-bottom:10px;}
div.basketedit_productslist {clear:both; padding-top:15px;}
div.productslist_product_info {line-height:11px; color:#cc0000  ; padding-top:5px;}
div.virtual_quantity {text-align:center;}
div.prodl_comment_top {background: url('/gfx/ger/fafik.png?r=1488182849') center bottom  no-repeat transparent;   display: none;     height: 18px;     margin: -11px 0 0 30px;     width: 15px;position: relative;     top: 2px;}
div.prodl_comment {background:#F1F1F1;display:none;  padding:13px 20px; overflow:hidden;margin-bottom:10px;border: 1px solid #E2E2E2;}
div.prodl_comment_left {width:62%;float:left;}
div.prodl_comment_right {min-width:240px;float:right;width:37%;}
div.prodl_comment_foto {padding:0 0 8px 0;}
tr.basketedit_productslist_label {white-space:nowrap;}
tr.productslist_tools_bottom {font-weight:bold; white-space:nowrap;}
td.productslist_product_photo {text-align:center; padding:10px 5px !important;  border-top:1px solid #dad8d8;}
td.productslist_product_name {padding:10px 5px !important;border-top:1px solid #dad8d8;}
td.productslist_product_comment {text-align:center; padding:10px 5px !important;border-top:1px solid #dad8d8;}
td.productslist_product_prices {text-align:center; padding:10px 5px !important;border-top:1px solid #dad8d8;}
td.productslist_product_quantity {text-align:center; border-top:1px solid #dad8d8;padding:10px 20px !important;}
td.productslist_product_sum {text-align:center; padding:10px 5px !important; font-size:1.2em;  white-space: nowrap; border-top:1px solid #dad8d8;}
td.productslist_product_action {border-top:1px solid #dad8d8; text-align:center;width:30px}
td.productslist_comment {text-align:center; text-align:left !important; padding:0 !important;}
i.productslist_product_unit {font-size:0.9em;}
a.productslist_product_info_link {color:inherit !important; text-decoration:underline !important;}
a.delQuantity {font-size: 1.1em;     position: absolute;     left: 0;     top: 12px;}
a.addQuantity {font-size: 1.1em;     position: absolute;     right: 0;     top: 12px;}
a.productslist_product_remove {display:inline-block; font-size:20px;}
a.previewFile {display: block;     float: left;     font-weight: bold;     margin: 0;     max-width: 201px;     overflow: hidden;}
a.deleteFile {background: url('/gfx/ger/edit_icon_del.gif?r=1488182849') no-repeat scroll left center transparent;      display: block;     float: right;     text-decoration: none;  height:12px; width:12px;overflow:hidden;text-indent:-145px;margin:0 0 0 2px;}
a.saveQuantity {display:none !important;}
span.productslist_quantity {display: inline-block;line-height: 1; margin-bottom: 5px; margin-right: 3px; padding: 3px 20px; position: relative; text-align: center; white-space: nowrap;}
#basketedit_productslist h2 {margin:0; width:auto;}
#basketedit_productslist table {width:100%;}
#basketedit_productslist th {padding:5px;text-align:center;font-weight:normal;font-size:0.9em; border-bottom:1px solid #f1f1f1;}
#basketedit_productslist td {vertical-align:middle;      padding: 10px;}
#basketedit_productslist a {text-decoration:none;}
#basketedit_productslist a:hover {color:#666;}
td.productslist_product_photo img {width:50px;}
.productslist_product_name h3 {margin-bottom:2px;}
.productslist_product_name i.product_virtual {background: none repeat scroll 0 0 #fff; padding: 0 3px; font-weight:normal; color: #000; margin-left: 3px;}
.productslist_product_name i.product_service {background: none repeat scroll 0 0 #fffed2; padding: 0 3px; font-weight:normal; color: #000; margin-left: 3px;}
a.productslist_change_product {margin-top: 10px;width:100px;}
.productslist_product_comment a {display: block; font-size: 0.9em; text-align: center;}
.productslist_product_prices small {cursor: help;     display: block;     line-height: 9px;     padding-top: 5px;     width: 69px; margin: 0 auto;}
.productslist_product_prices del {display:block; padding-bottom:3px;}
.productslist_product_quantity div {font-size: 0.9em;     padding-top: 5px;}
.productslist_product_quantity input {display: block;     margin: 0 auto;     text-align: center;     width: 35px;}
.productslist_product_quantity button {padding:0;line-height:1; text-decoration:underline; background:none; border:none; margin: 0 auto;display: block; cursor:pointer;}
.productslist_product_quantity button:hover {text-decoration:none;}
.productslist_product_quantity.productslist_product_quantity_change {text-align:center !important;}
.productslist_product_quantity.productslist_product_quantity_change strong {font-weight:normal;}
.productslist_product_quantity.productslist_product_quantity_change strong span {padding-left:3px;}
td.productslist_comment textarea {display: block; height: 50px; margin-bottom: 10px; width: 95%;}
td.productslist_comment span {padding:0 0 9px 0;display:block;}
div.prodl_comment_left a {margin-left: 10px;}
div.prodl_comment_right ol {color: #000000;     font-size: 11px;        padding: 0 0 15px 0px;}
div.prodl_comment_right ol li {line-height: 1.2; list-style: none outside none; margin-bottom: 5px; min-height: 14px; padding-top: 0; clear:both;padding-left:12px; background: url('/gfx/ger/spinacz.png?r=1488182849') left center no-repeat;}
div.prodl_comment_right ol li a {color: #000000;     font-size: 11px;     text-decoration: none;font-weight:normal;}
div.prodl_comment_right a.saveQuantityFile {clear: both;        cursor: pointer;     float: left;    text-decoration: none;}
div.prodl_comment_right a.saveQuantityFile:hover {text-shadow:0 0 0 transparent;}
tr.productslist_tools_top td {background:#efefef;}
tr.productslist_tools_top td a {float:left; margin-right:5px;}
tr.productslist_tools_bottom td {background:  #F1F1F1;}
tr.productslist_tools_bottom td a {float:left; margin-left:10px;  color: #000 !important; border-bottom: 1px dotted transparent; background:none; text-transform:uppercase;font-weight:normal !important; font-size:0.85em !important;padding:0 !important; border:none;border-bottom:1px dotted transparent !important; padding-bottom:3px !important;}
tr.productslist_tools_bottom td a:hover {color: #cb58aa  !important;  font-size:0.85em !important; border: none; background: transparent !important; border: 1px solid transparent !importamt;}
tr.productslist_item:hover {/*background:#eee;*/}
span.only_virtual {display: block; font-size: 11px; font-weight: bold; margin-bottom: 10px;}
#basketedit_productslist .addWrapper {display:none;}
.dialog_order-wrappers table {table-layout: fixed;}
.dialog_order-wrappers td {padding: 5px 5px 15px;width: 33.33%;}
.order-wrappers_name {margin-bottom: 5px;}
.order-wrappers_price {padding: 5px 0;}
.order-wrappers_desc {text-align:left; padding: 5px 0;}
#order-wrappers_cms {text-align:left; padding:10px 0 20px;}
.wrappers_wrapper {max-height: 400px;   overflow: auto;}
.productslist_product_bundle {font-size: 0.85em;}
.productslist_product_bundle span {display: block; padding-left: 10px;}
.productslist_product_bundle span:before {background: none repeat scroll 0 0 #d2d2d2; content: ''; display: inline-block; height: 4px; margin-right: 5px; position: relative; top: -2px; width: 4px; margin-left: -10px;}
/*74631*/
div.n66770_wishlist_info {background: url('/gfx/ger/icon_message.png?r=1488182849') 18px 18px no-repeat #cb58aa; border:1px solid transparent; color:#FFFFFF;  font-size:14px; padding:22px 65px !important; margin-bottom:10px !important;text-align:center;}
a.dodaj_54008 {border: medium none;     color:#fff; text-decoration:none; font-size:1em; padding: 10px 17px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;              background: #b6cd2e; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I2Y2QyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZGFlMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #b6cd2e 0%, #8dae0f 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6cd2e), color-stop(100%,#8dae0f)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* IE10+ */ background: linear-gradient(to bottom,  #b6cd2e 0%,#8dae0f 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6cd2e', endColorstr='#8dae0f',GradientType=0 ); /* IE6-8 */}
a.usun2_54008 {border: medium none;     color:#fff; text-decoration:none; font-size:1em; padding: 10px 17px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;              background: #b6cd2e; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I2Y2QyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZGFlMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #b6cd2e 0%, #8dae0f 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6cd2e), color-stop(100%,#8dae0f)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* IE10+ */ background: linear-gradient(to bottom,  #b6cd2e 0%,#8dae0f 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6cd2e', endColorstr='#8dae0f',GradientType=0 ); /* IE6-8 */}
a.dodaj_54008:hover {border: medium none;        background: #000;  color:#fff; text-decoration:none; font-size:1em; padding: 10px 17px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;                            background: #8dae0f; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhkYWUwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNWNkMmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #8dae0f 0%, #b5cd2d 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8dae0f), color-stop(100%,#b5cd2d)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* IE10+ */ background: linear-gradient(to bottom,  #8dae0f 0%,#b5cd2d 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dae0f', endColorstr='#b5cd2d',GradientType=0 ); /* IE6-8 */}
a.usun2_54008:hover {border: medium none;        background: #000;  color:#fff; text-decoration:none; font-size:1em; padding: 10px 17px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;                            background: #8dae0f; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhkYWUwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNWNkMmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #8dae0f 0%, #b5cd2d 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8dae0f), color-stop(100%,#b5cd2d)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* IE10+ */ background: linear-gradient(to bottom,  #8dae0f 0%,#b5cd2d 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dae0f', endColorstr='#b5cd2d',GradientType=0 ); /* IE6-8 */}
div.n66770_wishlist_info {margin-bottom: 10px; padding: 10px;text-align: center;}
table.title_54008 {width:100%; font-size: 11px;}
td.col1_54008x {border-bottom: 1px solid #E3E3E3;     font-size: 11px;     padding: 10px 5px !important;     text-align: center;     vertical-align: middle;     width: 100px;}
td.col1_54008xb {border-bottom:1px solid #E3E3E3;     padding: 10px 5px !important;font-size: 11px;}
td.col5_54008x {border-bottom:1px solid #E3E3E3;     padding: 10px 5px !important; vertical-align: middle;font-size: 11px;}
td.basketedit_1 {border-bottom:1px solid #E3E3E3;     padding: 10px 5px !important;font-size: 11px;}
h1.basket_name {margin-bottom: 5px;}
a.col2_54008x_phone {text-decoration:none;}
a.dodaj_54008 {float: right;clear: both;  margin: 3px 0;}
a.usun2_54008 {float: right;clear: both;  margin: 3px 0;}
div.col2_54008x span {font-weight:bold;}
div.n66770_wishlist_info a {color:#fff;}
td.col1_54008xb a.shipping_info {color: #000; text-decoration: underline;}
td.col1_54008xb a.shipping_info:hover {color: #cb58aa ;}
/*72757*/
a.button_go_shopping {border: 1px solid #474747;    color:#fff; text-decoration:none; font-size:0.9em; padding: 5px 10px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;      background: none repeat scroll 0 0 #474747;}
#basketedit_rebatecode_activate_info {background: url('/gfx/ger/icon_message.png?r=1488182849') 18px 18px no-repeat #cb58aa; border:1px solid transparent; color:#FFFFFF;  font-size:14px; padding:22px 65px !important; margin-bottom:10px !important;text-align:center;}
.basketedit_product_summary strong {color:  #8faf10; font-size: 1em; font-weight:bold;}
.basketedit_rabats_summary strong {color:  #8faf10; font-size: 1em; font-weight:bold;}
.basketedit_total_summary strong {color:  #8faf10; font-size: 1em; font-weight:bold;}
a.button_go_shopping:hover {border: 1px solid #000;     background: #000;  color:#fff; text-decoration:none; font-size:0.9em;padding: 5px 10px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;}
div.basketedit_rebatecodes_outline {background: #fff;     border: 1px solid #E2E2E2;      margin-bottom: 20px;     overflow: hidden;     padding: 10px; margin-top: 10px;}
div.basketedit_rebatecode_title {float: left;        overflow: hidden;     text-align: left;     width: 50%;}
div.basketedit_rebatecode_action {clear: both;}
div.basketedit_rebatecode_r {float: right;}
div.basketedit_rebatecode_title_out {clear: both; color: #666666;}
div.basketedit_summary {clear:both;overflow:hidden; padding: 15px; text-align:right;  background:#f1f1f1;}
div.basketedit_summary_left {text-align:left; width: 50%;float:left;}
div.toshippingfree {margin-bottom:10px;}
div.basketedit_limit_section {background:#fff; border-radius:3px;   padding: 8px;display:inline-block;}
div.basketedit_product_summary {text-align:right;overflow:hidden;}
div.basketedit_summary_debit {padding: 10px 2px;}
div.basketedit_summary_right {padding-bottom: 20px;    float: right;     width: 45%;}
div.basketedit_calculations {padding: 0 0 10px;border-bottom:1px solid #aaaaaa; margin-bottom:5px;}
div.basketedit_rabats_summary {text-align:right;}
div.basketedit_total_summary {font-size:2em; text-align:right;}
div.btn_wrapper {width:100px;white-space:nowrap;}
div.basketedit_summary_shipment_time {padding-right:10px; padding-left:10px;}
a.n68242_single_instalment {float: right; margin-bottom: 20px; margin-left: 20px; text-align: center; text-decoration: none;}
a.basketedit_client_rebate {float: right;}
a.button_go_shopping {float: left;     overflow: hidden;}
span.n68242_instalment_desc {display: block; font-size: 0.85em; margin-bottom: 10px;}
span.basketedit_rebatecode_value {font-weight:700;  text-transform: none;}
span.basketedit_rebatecode_activate_txt {margin-right: 10px; vertical-align: middle;}
input.basketedit_rebatecode_input {margin-right: 10px;     width: 180px; vertical-align: middle;}
input.basketedit_change_code {padding-top:2px;padding-bottom:2px;}
input.basketedit_submit_code {vertical-align: middle;}
strong.limit_total {color:#525252;}
strong.limit_touse {color:#000;}
.btn_arrow {padding-right: 2em !important;     position: relative;}
.btn_arrow:before {background: #fff; content:''; height: 0.5em; margin-top: -0.2em; position: absolute; right: 0.7em; top: 50%; width: 0.7em;}
.btn_arrow:after {border-bottom: 0.6em solid transparent; border-left: 0.6em solid #fff; border-top: 0.6em solid transparent; content:''; margin-top: -0.5em; position: absolute; right: 0.3em; top: 50%;}
a.n53706_button1.basketedit_change_order {overflow:hidden;}
.basketedit_product_summary label {float:left;display:block; text-align:right;white-space:nowrap;width:175px;margin-right:10px;}
.basketedit_product_summary strong {font-weight: 300;}
.basketedit_rabats_summary label {float:left;display:block; text-align:right;width:175px;}
.basketedit_rabats_summary strong {font-weight:300;}
.basketedit_total_summary label {float:left;display:block; text-align:right;width:175px;}
.basketedit_total_summary strong {font-weight:300;}
div.basketedit_summary_shipment_time b {white-space: nowrap;}
div.basketedit_summary_buttons span {clear:both;}
ul.basketedit_instalments li {float:right; margin-top: 5px; margin-left:5px;}
ul.basketedit_instalments img {margin: 4px 0 0 10px;}
div.basketedit_total_summary b {display:block;font-size:14px;white-space: nowrap;}
.table_display {clear: both; display: table; width: 100%;}
.table_display > * {display:table-cell;vertical-align:middle;}
#n66734 {margin-bottom: 10px; margin-top: 15px; clear: both;}
#n66734 .n68242_sub {width: 100%;}
#n66734 .n68242_section_sub {padding-left: 125px;}
#n66734 .n68242_section_sub h3 {font-size: 1.28em; font-weight: bold; margin-bottom: 5px;}
#n66734_instalment {background: #F1F1F1; line-height: 1.1; margin-bottom: 20px; padding: 15px;}
#n66734_instalment a.n68242_instalment_button {margin-top:3px;  background:none;color:#000 !important; text-transform:uppercase;font-weight:normal !important; font-size:0.85em !important;padding:0 !important; border:none;border-bottom:1px dotted !important; padding-bottom:3px !important;}
#n66734_instalment a.n68242_instalment_button:hover {color:#666 !important;}
#n66734_instalment div.n68242_instalment_wrapper_close {display: block; font-size: 0.8em; font-weight: bold; position: absolute; right: 5px; top: 3px;}
#n66734_instalment div.n68242_instalment_wrapper_close:hover {cursor: pointer;}
#n66734_instalment div.n68242_instalment_list {padding-top:15px;border-top:1px dotted #000; margin-top:-1px;font-size: 0.9em;    position:relative;}
#n66734_instalment div.n68242_instalment_list_info {padding-bottom: 10px;}
#n66734_instalment ul.n68242_instalments li {list-style: none; display:inline-block;margin-right:20px;}
#n66734_instalment ul.n68242_instalments li a {text-decoration: none;cursor:pointer;}
#n66734_instalment ul.n68242_instalments li a:hover {text-decoration: none; color:#666;}
#n66734_instalment ul.n68242_instalments li a img {vertical-align: middle;margin-right:5px;}
#n66734_instalment ul.n68242_instalments li a span {vertical-align: middle;font-weight:bold;}
#n66734_instalment div.instalment_value_1 {padding:0;}
#n66734_instalment div.n67331_section_single_instalment h3 {font-size: 1.28em; font-weight: bold; margin-bottom: 5px;}
#n66734_instalment a.n68242_single_instalment span.n68242_icon {background: none;   border: medium none;     display: block;     font-size: 11px !important;     height: auto;     margin: 0 auto 5px;     padding: 7px 0 0;     text-align: center;     width: auto;}
#n66734_instalment a.n68242_single_instalment span.n68242_name {display: block;     font-size: 0.85em;     font-weight: bold}
#n66734_instalment a.n68242_single_instalment:hover span.n68242_icon {cursor: pointer;}
div.basketedit_rebatecode_title span {float: left;     margin-right: 4px;  font-size: 14px;}
div.basketedit_rebatecode_title a {float: left;     font-size: 12px; margin-right: 4px;     text-decoration: none;}
div.basketedit_rebatecode_title a:hover {color:#000;}
#basketedit_client_rebate {margin-top:5px;}
#n66734 div.mbank_r {float:left; color: #cc0000  ;font-weight:normal;text-transform:none;   background:transparent url('/gfx/ger/mbanksmall.gif?r=1488182849') no-repeat left center; padding-left: 20px;}
#n66734 div.mbank_r2 {clear: both; color: #000; font-size: 10px; font-weight: 400;     text-transform: none;}
#n66734 #calc2 {font-weight:bold;}
div.basketedit_rebatecodes_outline form {display: inline-block;     vertical-align: middle;}
div.basketedit_rebatecodes_outline #change_code {clear: both;     display: none;     float: left;     margin-top: 5px;}
input.basketedit_submit_code::-moz-focus-inner {border:0;}
/*55814*/
div.categories_contener {padding-left:30px;}
div.categories_cat {padding-bottom:20px;}
div.categories_cat_sub {margin-top:10px; width:100%; display:table;}
div.categories_sub {margin-left:20px;}
div.each_link {display:table; width:100%; clear:both;}
span.n55814_total {margin-left:6px;  float:left; color:#A1A1A1; position:relative; top:1px;}
a.categories_cat_link {font-weight: bold; text-decoration:none; float:left;}
a.categories_3b {background: url('/gfx/ger/bull.gif?r=1488182849') left center no-repeat; line-height:18px; text-decoration:none; float:left; color:#000000;padding-left:10px;}
a.categories_3 {background: url('/gfx/ger/bull.gif?r=1488182849') left center no-repeat; line-height:18px; text-decoration:none;  float:left; color:#000000;padding-left:10px;}
a.categories_3_active {background: url('/gfx/ger/bull.gif?r=1488182849') left center no-repeat; line-height:18px; float:left; text-decoration:underline; color:#000000;padding-left:10px;}
a.categories_4 {margin-left:15px; line-height:16px; text-decoration:none; float:left; color:#000000;}
a.categories_4_active {margin-left:15px; line-height:16px; float:left;  text-decoration:underline;}
/*61880*/
div.client-cards_cms {margin-bottom:15px;}
/*61881*/
td.client_cards_expires {background:  #E3E3E3;}
td.client_cards_number {background:  #E3E3E3;}
#client_cards table {width:100%;}
#client_cards table th {text-align:center;border-bottom: 1px solid #B8B8B8;padding:10px;}
#client_cards table td {text-align:center;border-bottom: 1px solid #B8B8B8;padding:10px;}
#client_cards p {padding:10px;}
/*71387*/
a.n68137_desc_name {text-decoration:none;  color: #333333; font-size: 0.86em;}
div.n68137_label {margin-left:0;margin-bottom: 10px;}
div.n68137_description {margin-bottom:15px;}
div.n68137_file {padding:10px 0;clear:both; border-bottom:1px dotted #000;}
div.n68137_files_image {display: inline-block;  vertical-align: middle; width:10%; text-align:center;}
div.n68137_files_description {padding:0 10px;display: inline-block; vertical-align: middle; width:80%;}
div.clearDiv {display: none;}
div.n68137_popup {display: none;}
div.n68137_files_description_popup {padding: 10px 0; border-bottom:1px dotted #000;}
div.n68137_desc_popup {width:63%;display:inline-block;vertical-align:middle;}
span.n68137_desc_label {font-weight:bold;margin-right:5px;}
span.n68137_desc_name_popup {font-weight:bold;}
span.n68137_button_value_popup {text-transform:uppercase;}
a.n68137_files_download_popup {width:35%;margin-left:2%;vertical-align:middle;}
a.n68137_files_buy {width:10%;vertical-align:middle;}
button.n68137_files_download {width:10%;vertical-align:middle;}
div.n68137_popup_cover {background: none repeat scroll 0 0 #000000;     opacity: 0.8;     z-index: 800;}
/*55824*/
div.loginedit_cms {margin-bottom:20px}
/*68193*/
div.client_new_form_info {background: url('/gfx/ger/icon_message.png?r=1488182849') 18px 18px no-repeat #cb58aa; border:1px solid transparent; color:#FFFFFF;  font-size:14px; padding:22px 65px !important; margin-bottom:10px !important;text-align:center;}
div.client_new_form_info {margin-bottom:10px; background-repeat:no-repeat; background-position:10px; padding: 10px 10px 10px 43px;  font-weight: bold;  border: 1px solid #9F9F9F;   line-height: 1.4;}
span.social_button_txt {color: #000000;     cursor: pointer;     font-size: 12px;     font-weight: bold;     left: 27px;     padding-left: 10px;     position: absolute;     right: 0;     text-align: left;     top: 6px;}
span.social_login_label {font-size: 0.917em;     font-weight: normal;}
#client_new_social {background:#F1F1F1; margin-bottom:20px; padding:12px;}
#client_new_social h2 {font-weight: normal;     margin-bottom: 20px;     text-transform: uppercase;}
div.client_new_social_sub p {margin-bottom:15px; display:none;}
div.client_new_social_sub ul {list-style:none;text-align: center;}
div.client_new_social_sub li {display: inline-block;     margin: 0 5px 5px;}
div.client_new_social_sub li span:hover {color: #000;}
div.client_new_social_sub li a {display: inline-block;  position: relative;     text-decoration: none;     white-space: nowrap;}
div.client_new_social_sub li strong {cursor:pointer; font-family: arial; position: relative; text-decoration: none; white-space: nowrap; display:inline-block;}
div.client_new_social_sub li a strong {display:block;}
div.client_new_social_sub form {padding:10px 0;width:305px;margin:0 auto;overflow:hidden}
div.client_new_social_sub form label {display:block;width:300px;margin:3px auto;}
div.client_new_social_sub form input {width:300px;margin:0 auto 10px;display:block;padding:5px 0; text-indent:5px;}
div.client_new_social_sub form button {margin:0 auto;overflow:hidden;}
#client_new_social_info {text-align:center;display:none;padding:15px;}
#client_new_social_info h2 {margin-bottom:20px;}
#client_new_social_info strong {margin-bottom:20px;display:block;}
#client_new_social_info button {margin: 0 auto;     overflow: hidden; white-space: nowrap;}
/*72793*/
#newDeliveryAddress {border: medium none;    color:#fff; text-decoration:none; font-size:0.9em; padding: 5px 10px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;                     background: #b6cd2e; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I2Y2QyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZGFlMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #b6cd2e 0%, #8dae0f 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6cd2e), color-stop(100%,#8dae0f)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* IE10+ */ background: linear-gradient(to bottom,  #b6cd2e 0%,#8dae0f 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6cd2e', endColorstr='#8dae0f',GradientType=0 ); /* IE6-8 */}
#saveDeliveryAddress {border: medium none;    color:#fff; text-decoration:none; font-size:0.9em; padding: 5px 10px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;                     background: #b6cd2e; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I2Y2QyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZGFlMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #b6cd2e 0%, #8dae0f 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6cd2e), color-stop(100%,#8dae0f)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* IE10+ */ background: linear-gradient(to bottom,  #b6cd2e 0%,#8dae0f 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6cd2e', endColorstr='#8dae0f',GradientType=0 ); /* IE6-8 */}
#delete_delivery_address_link {border: medium none;    color:#fff; text-decoration:none; font-size:0.9em; padding: 5px 10px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;                     background: #b6cd2e; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I2Y2QyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZGFlMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #b6cd2e 0%, #8dae0f 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6cd2e), color-stop(100%,#8dae0f)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* IE10+ */ background: linear-gradient(to bottom,  #b6cd2e 0%,#8dae0f 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6cd2e', endColorstr='#8dae0f',GradientType=0 ); /* IE6-8 */}
#newDeliveryAddress:hover {border: medium none;     background: #000;  color:#fff; text-decoration:none; font-size:0.9em;padding: 5px 10px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;                          background: #8dae0f; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhkYWUwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNWNkMmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #8dae0f 0%, #b5cd2d 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8dae0f), color-stop(100%,#b5cd2d)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* IE10+ */ background: linear-gradient(to bottom,  #8dae0f 0%,#b5cd2d 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dae0f', endColorstr='#b5cd2d',GradientType=0 ); /* IE6-8 */}
#saveDeliveryAddress:hover {border: medium none;     background: #000;  color:#fff; text-decoration:none; font-size:0.9em;padding: 5px 10px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;                          background: #8dae0f; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhkYWUwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNWNkMmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #8dae0f 0%, #b5cd2d 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8dae0f), color-stop(100%,#b5cd2d)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* IE10+ */ background: linear-gradient(to bottom,  #8dae0f 0%,#b5cd2d 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dae0f', endColorstr='#b5cd2d',GradientType=0 ); /* IE6-8 */}
#delete_delivery_address_link:hover {border: medium none;     background: #000;  color:#fff; text-decoration:none; font-size:0.9em;padding: 5px 10px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;                          background: #8dae0f; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhkYWUwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNWNkMmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #8dae0f 0%, #b5cd2d 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8dae0f), color-stop(100%,#b5cd2d)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* IE10+ */ background: linear-gradient(to bottom,  #8dae0f 0%,#b5cd2d 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dae0f', endColorstr='#b5cd2d',GradientType=0 ); /* IE6-8 */}
#dialog_client_mail_propose2 button {border: medium none;    color:#fff; text-decoration:none; font-size:0.9em; padding: 5px 10px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;                     background: #b6cd2e; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I2Y2QyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZGFlMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #b6cd2e 0%, #8dae0f 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6cd2e), color-stop(100%,#8dae0f)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* IE10+ */ background: linear-gradient(to bottom,  #b6cd2e 0%,#8dae0f 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6cd2e', endColorstr='#8dae0f',GradientType=0 ); /* IE6-8 */}
#client_new_dialog_social button {border: medium none;    color:#fff; text-decoration:none; font-size:0.9em; padding: 5px 10px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;                     background: #b6cd2e; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I2Y2QyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZGFlMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #b6cd2e 0%, #8dae0f 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6cd2e), color-stop(100%,#8dae0f)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* IE10+ */ background: linear-gradient(to bottom,  #b6cd2e 0%,#8dae0f 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6cd2e', endColorstr='#8dae0f',GradientType=0 ); /* IE6-8 */}
#client_new_dialog_social button:hover {border: medium none;     background: #000;  color:#fff; text-decoration:none; font-size:0.9em;padding: 5px 10px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;                          background: #8dae0f; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhkYWUwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNWNkMmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #8dae0f 0%, #b5cd2d 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8dae0f), color-stop(100%,#b5cd2d)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* IE10+ */ background: linear-gradient(to bottom,  #8dae0f 0%,#b5cd2d 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dae0f', endColorstr='#b5cd2d',GradientType=0 ); /* IE6-8 */}
div.service_connected_remove a {border: medium none;    color:#fff; text-decoration:none; font-size:0.9em; padding: 5px 10px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;                     background: #b6cd2e; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I2Y2QyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZGFlMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #b6cd2e 0%, #8dae0f 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6cd2e), color-stop(100%,#8dae0f)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* IE10+ */ background: linear-gradient(to bottom,  #b6cd2e 0%,#8dae0f 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6cd2e', endColorstr='#8dae0f',GradientType=0 ); /* IE6-8 */}
div.service_connected_remove a:hover {border: medium none;     background: #000;  color:#fff; text-decoration:none; font-size:0.9em;padding: 5px 10px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;                          background: #8dae0f; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhkYWUwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNWNkMmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #8dae0f 0%, #b5cd2d 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8dae0f), color-stop(100%,#b5cd2d)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* IE10+ */ background: linear-gradient(to bottom,  #8dae0f 0%,#b5cd2d 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dae0f', endColorstr='#b5cd2d',GradientType=0 ); /* IE6-8 */}
a.button_password_recover {border: medium none;     color:#fff; text-decoration:none; font-size:1em; padding: 10px 17px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;              background: #b6cd2e; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I2Y2QyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZGFlMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #b6cd2e 0%, #8dae0f 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6cd2e), color-stop(100%,#8dae0f)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* IE10+ */ background: linear-gradient(to bottom,  #b6cd2e 0%,#8dae0f 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6cd2e', endColorstr='#8dae0f',GradientType=0 ); /* IE6-8 */}
a.button_password_recover:hover {border: medium none;        background: #000;  color:#fff; text-decoration:none; font-size:1em; padding: 10px 17px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;                            background: #8dae0f; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhkYWUwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNWNkMmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #8dae0f 0%, #b5cd2d 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8dae0f), color-stop(100%,#b5cd2d)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* IE10+ */ background: linear-gradient(to bottom,  #8dae0f 0%,#b5cd2d 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dae0f', endColorstr='#b5cd2d',GradientType=0 ); /* IE6-8 */}
div.n56203_box {width:50%;float:left;}
div.n56203_box_sub {padding:20px;}
div.n58701_zalaczniki {float: left; padding-bottom: 10px; width: 50%;}
div.client_input_wrapper {clear: both;     min-height: 21px;     padding-bottom: 5px;     padding-right: 10px;     position: relative;     text-align: left;}
div.help {border: 1px solid black; display: none; padding: 5px; position: absolute; right: -22px; text-align: center; top: -2px; width: 118px; z-index: 999;background:#FFFFDC; border:1px solid #000000;}
div.formularz {display:table;zoom:1; width:100%;}
div.box_3_footer_editmode {clear:both;}
div.box_3_footer {clear:both;}
div.additional_address_list_wrapper {margin: -25px auto 0; padding: 20px 30px 0 20px; z-index: 100;position: relative;min-height:32px;}
div.box_6_footer {clear:both;}
div.box_4_footer {clear:both;}
div.client_send_sms {clear: both;padding-left:30%;padding-top:10px;}
div.box1_footer {clear:both;}
div.nobox {clear:both; padding:0 10px 10px; text-align:right;}
div.service_connected_remove {-webkit-border-radius:  6px;   -moz-border-radius:  6px;   border-radius:  6px;   font-size: 12px; clear:both;  background: #EEEEEE;     border: 1px solid #DDDDDD;  margin: 10px 0 0;     overflow: hidden;    padding: 4px 5px;}
div.cnew-form_select {padding: 10px 0 10px 28%;}
div.help3 {border: 1px solid #000000;     display: none;      padding: 5px !important;     position: absolute;        text-align: center;    width: 150px;     z-index: 999;background:#FFFFDC; border-radius:0px;color:#000; font-size:11px;}
div.help2 {border: 1px solid #000000;     display: none;      padding: 5px !important;     position: absolute;        text-align: center;    width: 150px;     z-index: 999;background:#FFFFDC; border-radius:0px;color:#000; font-size:11px;}
div.box5_footer {clear:both;}
div.n56203_box h2 {width:auto; margin:0; background:none}
div.n56203_box #box_4_header {background-position:right top;}
div.help div {background:transparent url('/gfx/ger/pointer.gif?r=1488182849') no-repeat scroll 0 3px; left:-10px; padding:0 0 0 15px; position:relative; z-index:50;}
div.help2 div {background: url('/gfx/ger/pointer2.gif?r=1488182849') no-repeat scroll right center; padding: 0 11px 0 0; position: relative; right: -11px; z-index: 50;}
div.help3 div {background: url('/gfx/ger/pointer2.gif?r=1488182849') no-repeat scroll right center; padding: 0 11px 0 0; position: relative; right: -11px; z-index: 50;}
div.n56203_box_idle {float: left;     width: 50%;}
div.n56203_box_idle h2 {width:auto; margin:0; background:none;}
div.n56203_box_idle #box_4_header {background-position:right top;}
div.n56203_box_idle input {cursor:not-allowed;}
div.n56203_box_idle select {cursor:not-allowed;}
div.n56203_box_idle span {color:#B8B8B8;}
div.n56203_box_idle font {color:#B8B8B8;}
div.n56203_box_idle img {display:none;}
div.n56203_box_idle img.correct_img {display:none;}
div.n56203_box_idle img.need {display:none;}
label.firm_title {vertical-align: middle;}
label.person {vertical-align: middle;}
img.correct_img {left: 88.5% !important;     top: 5px !important;}
input.input_sex {width:auto !important;}
input.input_sex2 {width:auto !important; margin-left:10px;}
a.delivery_address_item {display:block; padding:10px 0 ; border-bottom:1px dotted #B8B8B8; text-decoration:none;}
#box_4_outline {margin-bottom: 12px;}
#box_1 {width:auto; clear:both; float:none;}
#box_2 {padding: 0 0 10px 30%;}
#box_3 {clear:right; min-height: 260px;}
#box_5 {clear: both;     float: none;     width: auto;}
#box_6 {z-index:100;}
#box_1_header {width:auto;}
#single_client_region {text-align:left;}
#selectDeliveryAddress {background: url('/gfx/ger/arrow_client.gif?r=1488182849') no-repeat scroll 97% 10px #FFFFFF; border: 1px solid #B8B8B8; cursor: pointer; float: left; font-size: 0.8em; height: 27px; line-height: 16px; margin-bottom: 5px; overflow: hidden; padding: 5px; width: 60%;}
#selectDeliveryAddress2 {background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #B8B8B8; cursor: pointer; float: left; left: 31%; padding: 2px; position: absolute; top: 17px; width: 55%;}
#newDeliveryAddress {margin: 10px 0 0 29.5%; float:left; width:157px;}
#saveDeliveryAddress {display:none;margin: 10px 0 0 29.5%; position: relative;float:left;clear:both;}
#delete_delivery_address_link {margin: 10px 0 0 29.5%;   width: 157px;}
#delivery_region_single {text-align: left; width: 60%; display:inline-block;}
#additional_address_list_txt {display: block; float: left; padding-right: 2%; text-align: right; width: 30%;}
#additional_region_single {text-align:left;}
#firm_data {margin-left:10px;  vertical-align: middle; margin-right:3px;}
#firm_data2 {vertical-align: middle; margin-right:3px;}
#delivery_switcher {left: 5px; position: relative; top: 9px;}
#client_mailing_box_notreg {clear: both;padding-left:30%;padding-top:10px;}
#client_mailing_box {padding:10px 0 10px 30px; text-align:left;}
#client_mailing_box_register {padding:10px; text-align:left;}
#client_mailing {border:none;margin-right:4px;}
#terms_agree {border:none;}
#terms_agree_box {padding:10px; text-align:left;margin-bottom:10px;}
#terms_agree_box img.need {margin-left:4px; position:relative; top:-8px;}
#account_links {font-weight:bold;padding:10px 0 30px 30%; text-align:left;}
#account_links a {background:transparent url('/gfx/ger/arrow.png?r=1488182849') no-repeat scroll 0 4px; font-weight:bold; margin:0px 0 0 5px; padding:0 0 0 12px; text-decoration:underline;}
#submit_noregister {display:inline; margin:5px 0;}
#submit_register {float: right;}
#submit_edit {float: right;}
#button_legend {clear: both;     float: right;     position: relative;  text-align:right; min-height: 15px;     min-width: 150px;font-size:0.85em;}
#button_legend #button_alert {left: -165px;     right: 0;}
#button_legend_nobox {position:relative;}
#button_alert {right:-165px; top:-35px;}
#button_alert2 {right:-60px; position: relative;  float: right;}
#deliver_to_billingaddr {border:none; margin-left: 30%;margin-right:3px; vertical-align: middle;}
.hidden {display:none !important;}
.ramka_ON {background:#cc0000  ; border:1px solid #cc0000  ; color:#FFF;}
.ramka_ON a {color:#FFF;}
.ramka_ON a:hover {color:#FFF;}
div.client_input_wrapper span {display: inline-block; padding-right: 2%; text-align: right; width: 30%;}
div.client_input_wrapper select {width: 60%;}
div.client_input_wrapper input {width: 60%;}
div.client_input_wrapper img {left: 89%; position: absolute; top: 30%; z-index: 1;}
.n56203_box_buttons {text-align:right;}
#client_send_sms {margin-right:4px;}
a.delivery_address_item:hover {background: #A1A1A1; color:#FFFFFF;}
div.n56203_client_data_right .client_input_wrapper {margin-left:5px;}
#dialog_client_mail_propose1 {font-weight: bold;     text-align: center;     font-size: 12px;  margin:-10px;}
#dialog_client_mail_propose1 div {margin-bottom:15px;}
#dialog_client_mail_propose1 span {display: block;  margin-bottom: 5px;}
#dialog_client_mail_propose1 span a {color:#cb58aa  ; font-weight:normal;}
#dialog_client_mail_propose2 {text-align: left;}
#dialog_client_mail_propose2 form {width:200px;}
button.dialog_client_mail_propose {margin-top: 5px;}
.dialog_client_mail_propose_input {margin-bottom: 5px;}
#dialog_client_mail_propose2 label {display: block;margin-bottom:2px;}
#dialog_client_mail_propose2 input {width: 175px;}
.dialog_client_mail_propose_right a {text-decoration: none;}
.dialog_client_mail_propose_right {vertical-align: middle;}
#client_new_dialog_social a {font-family: arial; position: relative; text-decoration: none; white-space: nowrap;}
#client_new_dialog_social a strong {color: #000000;     cursor: pointer;     font-size: 12px;     font-weight: bold;     left: 38px;     position: absolute;  bottom: 9px;}
#client_new_dialog_social form {display: block;     margin: 0 auto;     padding: 15px 0;     text-align: left;     width: 200px;}
#client_new_dialog_social form label {display: block;     font-weight: normal;     padding-bottom: 2px;}
#client_new_dialog_social input {display: block;     margin-bottom: 5px;     padding: 4px 0;     width: 200px;}
.ramka_OFF img {visibility:hidden;}
#box_wholesale {width:100%;}
#box_wholesale_header {width:100%;}
#box_wholesale_invoice {width: 100%;}
#box_wholesale_desc {float:left;}
#box_wholesale_files {float:left;}
#box_wholesale_files input {width: 240px;}
#client_description {display: block; float: right; height: 60px; margin-right: 40px; width: 240px;}
#box_wholesale_invoice span {float: left; width: 90px;}
#box_wholesale_invoice label {margin-right: 10px;}
#box_wholesale_desc label {float: left; padding: 0; width: 90px;}
#box_wholesale_files div {height: 25px;}
#box_wholesale_files label {margin-right: 10px; padding: 0; width: 90px;}
div.service_connected_remove label {float: left;     padding: 2px 0 0;     position: static;}
div.service_connected_remove a {float:right;display:block; overflow:hidden;}
#delivery_switcher.delivery_data_use_hide {display:none;}
#box_4.delivery_data_use_hide {display:none;}
#box_1.delivery_data_use_hide {clear: none;}
#box_1.delivery_data_use_hide div.n56203_box_sub {padding-bottom:0;}
#box_1.delivery_data_use_hide #box_1a {padding-bottom:0;}
#box_1.delivery_data_use_hide #client_mailing_box_notreg {padding-left:92px;}
#box_1.delivery_data_use_hide div.empty_input_wrapper {display:none;}
div.client_input_wrapper.nip_active_hide {display:none;}
div.cnew-form_select input {margin-left:10px;}
div.propose_response_mail {color:#cb58aa  ; font-size:22px; font-weight:bold;}
div.propose_main {background:#EEEEEE; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px;padding:20px;}
a.button_password_recover {margin:0 auto; color:#000 !important;}
div.propose_desc {border-top: 1px solid #cb58aa  ;     font-weight: normal;     padding: 15px 0 0;}
/*70054*/
table.orders th {border-color:#cb58aa;}
#rabat_header {border-color:#cb58aa;}
#orders_head_1 {border-color:#cb58aa;}
#orders_head_2 {border-color:#cb58aa;}
#orders_head_3 {border-color:#cb58aa;}
#orders_head_4 {border-color:#cb58aa;}
#orders_head_5 {border-color:#cb58aa;}
#orders_head_6 {border-color:#cb58aa;}
div.client_order {padding-bottom:20px;}
a.orders_more {display:block;  height:15px; text-decoration:underline; white-space: nowrap;}
table.orders {width:100%; margin:5px 0px 0 0px; border-bottom:none;clear:both;}
td.ord {background:#eee;}
div.client_order h1 a {float: right; font-size: 11px; text-transform: none;}
table.orders td {border-bottom: 1px solid #DDDDDD;     padding: 5px 10px;     text-align: center;     vertical-align: middle;}
table.orders th {font-size: 11px;     font-weight: bold;     padding: 5px;     text-align: center;  white-space: nowrap; border-bottom-style:solid; border-bottom-width:1px;}
table.orders td div.return_status {white-space: nowrap;}
a.n53068_link:hover {font-size: 11px;}
div.n54068_prepaid_desc {display:inline;}
div.n54068_prepaid_desc_big {display:inline;}
#rebates {float: right; margin-bottom: 25px; width: auto;}
#rebate_left {text-align:right;}
#rebate_center {text-align:right;}
#rebate_right {text-align:right;}
#reb_head_left {width:33%;text-align:right;}
#reb_head_center {width:33%;text-align:right;}
#reb_head_right {width:33%;text-align:right;}
#rabat_header {font-size: 14px;     text-align: right;border-bottom-style:solid; border-bottom-width:1px;}
#orders_head_1 {background:none !important;font-size: 14px white-space: nowrap; border-bottom-style:solid; border-bottom-width:1px;}
#orders_head_2 {background:none !important;font-size: 14px white-space: nowrap; border-bottom-style:solid; border-bottom-width:1px;}
#orders_head_3 {background:none !important;font-size: 14px white-space: nowrap; border-bottom-style:solid; border-bottom-width:1px;}
#orders_head_4 {background:none !important;font-size: 14px white-space: nowrap; border-bottom-style:solid; border-bottom-width:1px;}
#orders_head_5 {background:none !important;font-size: 14px white-space: nowrap; border-bottom-style:solid; border-bottom-width:1px;}
#orders_head_6 {background:none !important;font-size: 14px white-space: nowrap; border-bottom-style:solid; border-bottom-width:1px;}
/*58424*/
div.n58424_cms {font-size: 12px;     line-height: 16px;     padding: 10px 5px;}
div.n58424 ul {padding:0 0 0 22px !important;}
div.n58424 ol {padding:0 0 0 22px !important;}
/*69825*/
div.n67313_norabate {background: url('/gfx/ger/icon_message.png?r=1488182849') 18px 18px no-repeat #cb58aa; border:1px solid transparent; color:#FFFFFF;  font-size:14px; padding:22px 65px !important; margin-bottom:10px !important;text-align:center;}
table.rebates_for_points td div {border: medium none;        background: #000;  color:#fff; text-decoration:none; font-size:1em; padding: 10px 17px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;                            background: #8dae0f; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhkYWUwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNWNkMmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #8dae0f 0%, #b5cd2d 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8dae0f), color-stop(100%,#b5cd2d)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* IE10+ */ background: linear-gradient(to bottom,  #8dae0f 0%,#b5cd2d 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dae0f', endColorstr='#b5cd2d',GradientType=0 ); /* IE6-8 */}
div.n58425 {width:100%;padding-bottom: 5px;}
div.n67313_out {background: #f1f1f1;      padding:10px; margin-bottom:15px;}
div.n67313_label_b {color:#666;  overflow:hidden;   padding:10px;border:1px solid #e2e2e2;  background:#fff;margin-bottom:10px;}
div.n67313_label_r {float: right;     text-align: right;     width: 49%; font-size:0.85em}
div.n67313_border {clear: both;}
div.n67313_rebate_l {border-bottom:1px solid #c6c6c6;;    font-size:1.2em;  padding-bottom:3px;     margin-bottom: 5px;}
div.n67313_rebate_info {margin: 10px 5px 15px;padding: 10px;border: 1px solid #d2d2d2;overflow:hidden; clear:both; background: #ffffff; text-align: center;}
div.n67313_other_info {padding:0px 5px;}
div.clients_rebates_wrapper {margin: 10px 5px 15px;padding: 10px;border: 1px solid #d2d2d2;overflow:hidden; clear:both; background: #ffffff; text-align: center;}
div.n67313_norabate {padding:10px;}
div.n67313_label_l {float:left;width:49%;}
div.n67313_gratis_out {background: #000;          overflow: hidden;     padding: 10px 5px 0; box-shadow: 0 1px 2px inset; margin: 0 5px;}
div.n67313_rebate_l_w {color: #FFFFFF;        font-weight: bold;     padding: 0 10px 15px;}
span.n67313_label_l {display: block;     float: left;       white-space: pre-line;     width: 49%;color:#000;}
span.n67313_label_r {float: right;     text-align: right;     width: 150px;}
span.n67313_value {color: #000;     float: right;       font-weight: bold;     width: 172px;}
span.n67313_points {color:#000;  font-weight:bold;float:right;}
span.n67313_other_value {color: #000;     display: block;      font-weight: bold;}
span.n67313_label_rebate_code {clear:both; display: block; color: #000;}
span.for_points_points {width: 35%;display: inline-block; vertical-align: middle; text-align:right;}
table.n58425 {width:100%; clear:both;}
td.n67313_value {text-align:right;}
input.client_rebates_rebatecode_input {float: left;     margin-right: 10px;     width: 160px;}
input.client_rebates_change_code {padding:2px; cursor: pointer;}
input.client_rebates_submit_code {cursor: pointer;}
form.client_rebates_submit {clear:both;margin-top:5px;}
table.n58425 th {background:#E3E3E3; font-weight:bold; padding:8px 10px;}
table.n58425 td {border-bottom:1px solid #E2E2E2; padding:5px 10px;}
table.n58425 td a {font-weight:bold; text-decoration:none;}
td.n67313_value_a {text-align:right;}
.range_rebate_activ span {color:#fff !important; font-weight:bold;}
.range_rebate_activ td {background: #cb58aa ;}
span.n67313_label_rebate_code strong {color: #000;}
#n67313_change_code {clear: both;     margin: 10px 0;     overflow: hidden;display:none;}
div.n67313_label_l a {font-weight: normal;     margin-right: 4px;     text-decoration: none;}
div.n67313_label_l a:hover {color:#000;}
table.clients_rebates {width:100%;margin-bottom:10px;}
table.clients_rebates td {text-align: center;float:left;}
table.clients_rebates h3 {margin-bottom:10px; font-weight: normal;}
table.clients_rebates a.product_icon {margin-bottom:10px;}
table.clients_rebates a.product_icon img {max-width: 148px;}
div.n67313_gratis_out div.clients_rebates_wrapper {border: 1px solid #26586C;     box-shadow: 0 -1px 0 #26586C inset;}
table.rebates_for_points td span.for_points_value {min-height: 42px; display:inline-block;width:63%;margin-right:2%; vertical-align: middle;}
table.rebates_for_points {width:100%;}
table.rebates_for_points td {padding:5px;}
table.rebates_for_points td a {height:auto !important; display:block !important; text-align:left !important;}
table.rebates_for_points td div {height:auto !important; display:block !important; text-align:left !important;}
.btn.for_points > span > strong {display:block;}
.n67313_norabate a {color: #fff; text-decoration: underline;}
.n67313_norabate a:hover {color: #fff; text-decoration: none;}
/*64866*/
div.loadingMap {background:url('/gfx/ger/mapLoaderBg.png?r=1488182849');  height: 501px;     position: absolute;     top: 0;     width: 100%;     z-index: 99;}
div.loadingBox {background: none repeat scroll 0 0 #FFFFFF;    padding: 10px;     position: absolute;opacity:0;filter: alpha(opacity = 0);}
span.loadingMap {color: #666666;     display: block;     font-size: 11px;     margin-bottom: 5px;     text-align: center;}
span.loadingNav {display:none;}
img.marker_face {display:none;}
#contact_contact h2 {border-left: 7px solid #cb58aa; color: #333333; display: block; font-family: Roboto; font-size: 1.29em; font-weight: normal; margin-bottom: 10px; padding: 8px 0 7px 14px; text-decoration: none; text-transform: uppercase;}
#contact_contact a.show_on_map {border: medium none;    color:#fff; text-decoration:none; font-size:0.9em; padding: 5px 10px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;                     background: #b6cd2e; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I2Y2QyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZGFlMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #b6cd2e 0%, #8dae0f 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6cd2e), color-stop(100%,#8dae0f)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* IE10+ */ background: linear-gradient(to bottom,  #b6cd2e 0%,#8dae0f 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6cd2e', endColorstr='#8dae0f',GradientType=0 ); /* IE6-8 */}
#contact_contact a.show_on_map:hover {border: medium none;     background: #000;  color:#fff; text-decoration:none; font-size:0.9em;padding: 5px 10px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;                          background: #8dae0f; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhkYWUwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNWNkMmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #8dae0f 0%, #b5cd2d 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8dae0f), color-stop(100%,#b5cd2d)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* IE10+ */ background: linear-gradient(to bottom,  #8dae0f 0%,#b5cd2d 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dae0f', endColorstr='#b5cd2d',GradientType=0 ); /* IE6-8 */}
div.dymekWrapper {overflow:hidden;padding:10px;}
div.dymekInfo {float: left;margin-right:10px;}
span.dymekFirmName {color: #cb58aa;     display: block;     font-weight: bold;     margin-bottom: 10px;}
span.dymekAddress {clear: both;     display: block;}
span.dymekZipCode {float: left;     padding-right: 3px;}
span.dymekCityName {display: block;}
span.dymekCountryName {clear: both;     display: block;}
div.contact_contact_sub {overflow:hidden; padding-top:10px;}
div.contact_contact_left {float: left;}
div.contact_contact_right {float: right; text-align: right;}
div.clear_all {clear:both;margin-bottom:10px;}
div.contact_map_all {border: 1px solid #D2D2D2;     clear: both;     position: relative;}
div.contact_map_wrapper {background: none repeat scroll 0 0 #666666;     height: 500px;     width: 100%;}
span.loadingAdres {display:none;}
#contact_contact {clear:both; margin-bottom:10px ;}
div.contact_contact_right p {padding-bottom: 3px;}
div.contact_contact_right p span img {background: none repeat scroll 0 0 #FFFFFF;     position: relative;     top: 4px;     width: 16px;}
div.contact_contact_right p a img {background: none repeat scroll 0 0 #FFFFFF;     position: relative;     top: 4px;     width: 16px;}
#contact_contact div.contact_map_wrapper {height:390px;}
#contact_contact div.loadingMap {height:391px;}
#contact_contact a.show_on_map {margin-top: 5px;     opacity: 1;     position: static;height:auto;}
#contact_contact div.contact_map_all.hide {display:none;opacity:0;}
/*55199*/
div.contact_cms {clear:both;padding-bottom:20px;}
/*61390*/
form.contact_mail {clear: both;     margin-bottom: 10px;}
div.contact_mailform {margin-bottom:25px; margin-top:15px;}
table.contact_mailform {margin: 0 auto;     width: 70%;}
td.contact_mailform1 {white-space:nowrap;text-align:right; vertical-align:middle;}
td.contact_mailform5 {text-align:left; padding-left:5px;padding-bottom:4px;}
td.contact_mailform2 {white-space:nowrap;text-align:right; vertical-align:middle;}
td.contact_mailform3 {white-space:nowrap;text-align:right; vertical-align:middle;}
td.contact_mailform6 {text-align:left; padding-left:5px;}
td.contact_mailform4 {text-align:center;}
input.contact_mailform1 {margin-bottom: 3px; width:70%;}
input.contact_mailform_subject {margin-bottom: 3px; width:70%;}
input.contact_mailform2 {display:inline; margin:10px 0px 0px;}
textarea.contact_mailform {width:95%;height:94px;}
td.contact_mailform5 img {position:relative; right:-5px; top:-2px;}
td.contact_mailform6 img {position:relative; right:-5px;}
/*62074*/
div.contact_address_sub {font-size: 11px;}
div.contact_address_left {float:left; width:50%;}
div.contact_address_data {margin-bottom:10px; font-size:12px;}
div.contact_address_right {float:right; width:50%; text-align:right;}
#contact_address {clear:both; margin-bottom:20px ;}
div.contact_address_data h3 {font-size:12px; color:#000; padding-left:10px;}
div.contact_address_sub {overflow: hidden;     padding-top: 10px;}
div.contact_address_left p {padding-left:10px;}
div.contact_address_right p {padding-bottom: 3px;     padding-right: 10px;}
div.contact_address_right p span img {background: none repeat scroll 0 0 #FFFFFF;     position: relative;     top: 4px;     width: 16px;}
div.contact_address_right p a img {background: none repeat scroll 0 0 #FFFFFF;     position: relative;     top: 4px;     width: 16px;}
/*10001*/
.big_label {border-left: 7px solid #cb58aa; color: #333333; display: block; font-family: Roboto; font-size: 1.29em; font-weight: normal; margin-bottom: 10px; padding: 8px 0 7px 14px; text-decoration: none; text-transform: uppercase;}
.btn-small {border: medium none;    color:#fff; text-decoration:none; font-size:0.9em; padding: 5px 10px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;                     background: #b6cd2e; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I2Y2QyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZGFlMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #b6cd2e 0%, #8dae0f 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6cd2e), color-stop(100%,#8dae0f)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* IE10+ */ background: linear-gradient(to bottom,  #b6cd2e 0%,#8dae0f 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6cd2e', endColorstr='#8dae0f',GradientType=0 ); /* IE6-8 */}
.btn-small:hover {border: medium none;     background: #000;  color:#fff; text-decoration:none; font-size:0.9em;padding: 5px 10px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;                          background: #8dae0f; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhkYWUwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNWNkMmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #8dae0f 0%, #b5cd2d 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8dae0f), color-stop(100%,#b5cd2d)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* IE10+ */ background: linear-gradient(to bottom,  #8dae0f 0%,#b5cd2d 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dae0f', endColorstr='#b5cd2d',GradientType=0 ); /* IE6-8 */}
.btn {border: medium none;     color:#fff; text-decoration:none; font-size:1em; padding: 10px 17px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;              background: #b6cd2e; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I2Y2QyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZGFlMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #b6cd2e 0%, #8dae0f 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6cd2e), color-stop(100%,#8dae0f)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* IE10+ */ background: linear-gradient(to bottom,  #b6cd2e 0%,#8dae0f 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6cd2e', endColorstr='#8dae0f',GradientType=0 ); /* IE6-8 */}
.btn:hover {border: medium none;        background: #000;  color:#fff; text-decoration:none; font-size:1em; padding: 10px 17px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;                            background: #8dae0f; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhkYWUwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNWNkMmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #8dae0f 0%, #b5cd2d 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8dae0f), color-stop(100%,#b5cd2d)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* IE10+ */ background: linear-gradient(to bottom,  #8dae0f 0%,#b5cd2d 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dae0f', endColorstr='#b5cd2d',GradientType=0 ); /* IE6-8 */}
.btn-large {border: medium none;       color:#fff; text-decoration:none; font-size:1.2em; padding: 10px 20px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;               background: #b6cd2e; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I2Y2QyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZGFlMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #b6cd2e 0%, #8dae0f 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6cd2e), color-stop(100%,#8dae0f)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* IE10+ */ background: linear-gradient(to bottom,  #b6cd2e 0%,#8dae0f 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6cd2e', endColorstr='#8dae0f',GradientType=0 ); /* IE6-8 */}
.btn-large:hover {border: medium none;       background: #000;   color:#fff; text-decoration:none; font-size:1.2em; padding: 10px 20px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;                        background: #8dae0f; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhkYWUwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNWNkMmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #8dae0f 0%, #b5cd2d 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8dae0f), color-stop(100%,#b5cd2d)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* IE10+ */ background: linear-gradient(to bottom,  #8dae0f 0%,#b5cd2d 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dae0f', endColorstr='#b5cd2d',GradientType=0 ); /* IE6-8 */}
@font-face {font-family: 'FontAwesome';   src: url('/gfx/ger/fontawesome-webfont.eot?v=3.2.1');   src: url('/gfx/ger/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('/gfx/ger/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('/gfx/ger/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('/gfx/ger/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');   font-weight: normal;   font-style: normal;}
html {font-size: 14px;}
body {margin:0;width:100%; font-family: 'Helvetica neue',Helvetica,Arial,Sans-serif; font-size: 14px; line-height: 1.3; color:#333333; background: url('/gfx/ger/bcg.jpg?r=1488182849') no-repeat scroll center -85px #fff;}
input {margin:0; padding:0; outline:none;font-family:inherit;}
input[type=text] {color: #333333; height:30px;  padding: 5px; font-size: 1em; border:1px solid #c4c7c8;   /*  box-shadow: 0px 2px 0px 0.00px rgba(0, 0, 0, 0.05);  */}
input[type=password] {color: #333333; height:30px; padding: 5px;  font-size: 1em;border:1px solid #c4c7c8;  /*  box-shadow: 0px 2px 0px 0.00px rgba(0, 0, 0, 0.05);  */}
button {outline: none;}
textarea {color: #333333;  padding: 5px; font-size: 1em;border:1px solid #c4c7c8; box-shadow: 0px 2px 0px 0.00px rgba(0, 0, 0, 0.05);}
select {color: #333333;  padding: 5px; font-size: 1em;border:1px solid #c4c7c8; box-shadow: 0px 2px 0px 0.00px rgba(0, 0, 0, 0.05);}
h1 {font-size:1.333em; font-weight: bold; color:#cb58aa ;}
h2 {font-size:1.167em; font-weight: bold; color:#cb58aa ;}
h3 {font-size:1em; font-weight: bold; color:#cb58aa ;}
a {outline:none;text-decoration: none; /*color:#cb58aa ;*/color:#333;}
a:hover {outline:none;text-decoration: none; color:#cb58aa;}
a:focus {outline:none;}
img {border:none; max-width:100%;height:auto;}
table {border-collapse: collapse;border-spacing: 0;}
td {vertical-align: top;  font-size:1em;}
th {; text-align:left;}
* {margin:0; padding:0;  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ 	-moz-box-sizing: border-box;    /* Firefox, other Gecko */ 	box-sizing: border-box;         /* Opera/IE 8+ */}
@media print {.toplayerSpecialClass { display:none !important; }}
html.svgclippaths button {filter:none !important;}
html.svgclippaths input {filter:none !important;}
html.svgclippaths a {filter:none !important;}
html.svgclippaths button:hover {filter:none !important;}
html.svgclippaths input:hover {filter:none !important;}
html.svgclippaths a:hover {filter:none !important;}
.btn_arrow {padding-right: 2em !important;     position: relative;}
.btn_arrow:before {background: none repeat scroll 0 0 #FFFFFF; content:''; height: 0.5em; margin-top: -0.2em; position: absolute; right: 0.7em; top: 50%; width: 0.7em;}
.btn_arrow:after {border-bottom: 0.6em solid transparent; border-left: 0.6em solid #FFFFFF; border-top: 0.6em solid transparent; content:''; margin-top: -0.5em; position: absolute; right: 0.3em; top: 50%;}
/*75707*/
aside {display:none;  transition: left 500ms ease 300ms; font-size: 0.93em;}
#container_wrapper {background: url('/gfx/ger/white_dots.png?r=1488182849') top center no-repeat;}
#container {margin:0 auto; text-align:left;}
#layout {margin-bottom:30px;      background: none repeat scroll 0 0 #fff;     margin: 0 0 30px;    min-height: 500px;}
header {font-size: 0.93em;}
.main_page header {margin-bottom:0px;}
footer {background:  #474747;      padding:20px 20px 20px 20px;}
.main_page #layout {margin-bottom:0px;  margin: 0 -15px; background: none;}
.search_page aside {display:block; padding-right:17px;}
.search_page #content {padding-left: 7px;}
/*73977*/
button.btn.add_newsletter {border: medium none;     color:#fff; text-decoration:none; font-size:1em; padding: 10px 17px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;    background: #474747; border: 1px solid #474747}
.footer_links > li > span {color:#333333;}
.footer_links > li > a {color:#333333;}
.footer_links li li> a:hover {color:#333333;}
#menu_newsletter form {background: #b6cd2e; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I2Y2QyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZGFlMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #b6cd2e 0%, #8dae0f 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6cd2e), color-stop(100%,#8dae0f)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* IE10+ */ background: linear-gradient(to bottom,  #b6cd2e 0%,#8dae0f 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6cd2e', endColorstr='#8dae0f',GradientType=0 ); /* IE6-8 */}
div.input-group {position:relative;}
div.input-group-addon {position:absolute;top: 8%;left:6%; font-size: 1.29em;    color: #474747 ;}
div.input-group-addon2 {position:absolute;top:58%;left:6%; font-size: 1.29em; color: #474747 ;}
button.btn.add_newsletter {float:right;clear:both;margin-bottom:8px; padding: 11px 20px;}
button.btn-link.remove_newsletter {float:right;clear:both;color:#fff;}
#footer_links {margin:0 auto;}
#footer_links ul {list-style:none}
.footer_links > li > span {font-size: 1.1em; margin-bottom:10px;display:block; font-weight:bold; color: #fff;}
.footer_links > li > a {font-size: 1.1em; margin-bottom:10px;display:block;font-weight:bold; color: #fff;}
.footer_links > li > a:hover {color: #fff;}
.footer_links li li> * {font-size: 0.9em;display:block;padding:2px 0; color: #fff;}
.footer_links li li> a:hover {color: #fff;}
#menu_contact ul ul a {color: #fff;}
#menu_contact ul ul a:hover {color: #fff;}
#menu_contact ul ul li {position:relative;line-height:1.1;padding:2px 0 2px 23px;}
#menu_contact ul ul li:before {display: inline-block;   color:#fff ;  font-family: FontAwesome;     font-size: 1.2em;  position:absolute;left:0px;top:2px;}
#menu_contact .contact_type_text {padding:10px 0 0 0; font-size: 0.85em;}
#menu_contact .contact_type_adress {/* content:'\F015'; */}
#menu_contact .contact_type_mail:before {content:'\F0E0'; font-size: 1.1em;}
#menu_contact .contact_type_phone:before {content:'\F095';}
#menu_contact .contact_type_adress:before {content:'\F015';top:5px;}
#menu_insurances #tsBox {width: auto !important;}
#menu_insurances #tsInnerBox {width: auto !important;  padding: 0 !important;}
#menu_insurances #tsSeal {display: inline-block !important;     float: none !important;     padding: 0 !important;     text-align: left !important;     vertical-align: middle !important;     width: 27% !important;}
#menu_insurances #tsText {display: inline-block !important;     float: none !important;     font-size: 9px;     padding: 0 0 0 5px !important;     text-align: left !important;     vertical-align: middle !important;     width: 73% !important;}
#menu_insurances #tsSeal img {-ms-interpolation-mode: bicubic;             image-rendering: optimizeQuality;}
#menu_newsletter {margin-top:-30px;position:relative;padding: 0;margin-bottom: 18px;}
#menu_newsletter:before {content:''; border-left:10px solid transparent;border-right:8px solid #75900c  ;border-top:10px solid transparent;display:block;position:absolute;top:0px;left: -18px;}
#menu_newsletter form {padding: 35px 20px 23px; overflow: hidden;}
#menu_newsletter label {color: #ffffff; display: block; font-size: 1.1em; font-weight: bold; line-height: 1.2; margin-bottom: 10px;}
#menu_newsletter input {width: 100%; margin-bottom: 10px; height: 41px; text-align: center; padding-left: 55px; color: #c4c7c8;}
#menu_newsletter button.btn.add_newsletter:hover {background: #f1f1f1; color: #000; border: 1px solid #f1f1f1;}
#menu_newsletter button.btn-link.remove_newsletter:hover {text-decoration: underline;}
/*72133*/
div.n60972_main {margin:0 auto;}
div.platnosci_54388 {width:830px;overflow:hidden; text-align:left;  float: left;}
div.rwdswicher {text-align:center; clear:both;padding:20px 0;}
a.n53399_iailogo {float: right;     padding: 0 10px;display: inline !important;}
img.n53399_iailogo {display: inline !important;}
/*61932*/
.ui-datepicker-prev {background:url('/gfx/ger/button_leftbig.png?r=1488182849') top left no-repeat; height:30px; width:30px; display:block; border:none; cursor:pointer;}
.ui-datepicker-prev-hover {background-position:right top !important;}
.ui-datepicker-next {background:url('/gfx/ger/button_rightbig.png?r=1488182849') top left no-repeat; height:30px; width:30px; display:block; border:none; cursor:pointer;}
.ui-datepicker-next-hover {background-position:right top !important;}
#ui-datepicker-div {z-index:999 !important; display: none;}
.ui-datepicker {z-index:999; background:#FFFFFF; border:1px solid #B8B8B8; padding:0.2em 0.2em 0.2em; width:19em;}
.ui-datepicker table {border-collapse:collapse; font-size:12px; margin:0 0 5px; width:100%;}
button.ui-datepicker-trigger {width:22px;height:22px;cursor:pointer;background:url('/gfx/ger/calndar_gfx.gif?r=1488182849') 0 0 no-repeat; border:none; margin-left:5px; float:left;}
.ui-widget-header {background:#E3E3E3 none repeat scroll 0 0; border:1px solid #B8B8B8; color:#FFFFFF; font-weight:bold; position:relative;}
.ui-datepicker-title {color:#000000; font-size:13px; line-height:34px; text-align:center; width:100%;height:36px;}
.ui-datepicker-title select {margin:8px 2px 0;}
.ui-datepicker-prev {position:absolute; left:2px; top:2px;}
.ui-datepicker-prev span {display:none;}
.ui-datepicker-next {position:absolute; right:2px; top:2px;}
.ui-datepicker-next span {display:none;}
a.ui-state-disabled {opacity:0.5; cursor:not-allowed;}
.ui-datepicker th {border:0 none; font-weight:bold; padding:0.7em 0.3em; text-align:center;}
.ui-datepicker td {border:0 none; padding:1px;}
a.ui-state-default {border:1px solid #B8B8B8; display:block; font-weight:bold; padding:0.5em; text-align:right; text-decoration:none;}
a.ui-state-default:hover {background: #000; color:#FFFFFF; text-decoration:none;}
a.ui-state-active {background: #000; color:#FFFFFF; text-decoration:none;}
span.ui-state-default {background:#FFDDDD none repeat scroll 0 0; border:1px solid #B8B8B8; color:#cc0000  ; cursor:not-allowed; display:block; padding:0.5em; text-align:right;}
iframe.ui-datepicker-cover {display:none;}
div.ui-helper-hidden-accessible {display:none;}
/*59581*/
#alert_cover {background: url('/gfx/ger/icon_message.png?r=1488182849') 18px 18px no-repeat #cb58aa; border:1px solid transparent; color:#FFFFFF;  font-size:14px; padding:22px 65px !important; margin-bottom:10px !important;text-align:center;}
.n59581_tooltip {position:absolute; z-index:999; left:-9999px; width:250px; padding:5px; -moz-box-shadow:3px 3px 9px #AAAAAA;box-shadow:3px 3px 9px #AAAAAA;-webkit-box-shadow:3px 3px 9px #AAAAAA;background:#FFFFDC; border:1px solid #000000;}
.n59581_tooltip p {padding:2px 7px;}
.n59581_instalment_note {font-size: 11px; position:absolute;opacity:0.9; filter: Alpha(Opacity=90); z-index:999; text-align:left; left:-9999px; width:450px; padding:5px; -moz-box-shadow:3px 3px 9px #AAAAAA;box-shadow:3px 3px 9px #AAAAAA;-webkit-box-shadow:3px 3px 9px #AAAAAA;background:#fff; border:1px solid #000000;}
.n59581_tooltip_dictionary {position:absolute;opacity:0.9; filter: Alpha(Opacity=90); z-index:999; text-align:left; left:-9999px; width:450px; padding:5px; -moz-box-shadow:3px 3px 9px #AAAAAA;box-shadow:3px 3px 9px #AAAAAA;-webkit-box-shadow:3px 3px 9px #AAAAAA;background:#FFFFDC; border:1px solid #000000;}
.n59581_tooltip_dictionary p {padding:2px 7px;text-align:left;}
.n59581_tooltip_dictionary ul {padding-left:22px;}
.n59581_tooltip_dictionary ol {padding-left:22px;}
.tooltipContent {display:none; /* musi byc nie zmieniac  */}
#alert_cover {position:absolute;z-index:9998;padding:20px 15px 20px 55px !important; margin:0 auto;font-weight:normal;text-align:center; background-position:10px;}
._mobile #alert_cover {margin-left: 0 !important;  left: 0 !important;  position: fixed; top: 0 !important; border-radius: 0 !important; right: 0 !important;}
._mobile #dialog_wrapper {border-radius: 0;     left: 5px !important;     margin: 0 !important;     overflow: auto;     right: 5px;     width: auto !important;}
._mobile #dialog_cover {display:none !important;}
#dialog_wrapper {background:#FFFFFF;     border: 1px solid #000;         width: 500px;}
#dialog_wrapper_sub {overflow: auto;     padding: 20px 10px;}
#dialog_close {color: #fff;  background:#000;width:25px; height:25px; text-align:center; line-height:21px;  font-size: 17px;   font-weight: bold;     position: absolute;     right: 0px;     text-decoration: none;     top: 0px;}
#dialog_cover {width:auto !important; right:0px;}
/*63739*/
#dialog_wrapper  #dialog_info {background: url('/gfx/ger/icon_message.png?r=1488182849') 18px 18px no-repeat #cb58aa; border:1px solid transparent; color:#FFFFFF;  font-size:14px; padding:22px 65px !important; margin-bottom:10px !important;text-align:center;}
#dialog_wrapper  #dialog_warning {background: url('/gfx/ger/icon_message.png?r=1488182849') 18px 18px no-repeat #e35c5c; border:1px solid transparent; color:#FFFFFF;  font-size:14px; padding:22px 65px !important; margin-bottom:10px !important;text-align:center;}
#ui-dialog_content button.orderdetails_paygate_finalize {border: medium none;       color:#fff; text-decoration:none; font-size:1.2em; padding: 10px 20px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;               background: #b6cd2e; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I2Y2QyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZGFlMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #b6cd2e 0%, #8dae0f 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6cd2e), color-stop(100%,#8dae0f)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* IE10+ */ background: linear-gradient(to bottom,  #b6cd2e 0%,#8dae0f 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6cd2e', endColorstr='#8dae0f',GradientType=0 ); /* IE6-8 */}
#ui-dialog_content button.orderdetails_paygate_finalize:hover {border: medium none;       background: #000;   color:#fff; text-decoration:none; font-size:1.2em; padding: 10px 20px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;                        background: #8dae0f; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhkYWUwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNWNkMmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #8dae0f 0%, #b5cd2d 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8dae0f), color-stop(100%,#b5cd2d)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* IE10+ */ background: linear-gradient(to bottom,  #8dae0f 0%,#b5cd2d 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dae0f', endColorstr='#b5cd2d',GradientType=0 ); /* IE6-8 */}
#ui-dialog_button button {border: medium none;    color:#fff; text-decoration:none; font-size:0.9em; padding: 5px 10px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;                     background: #b6cd2e; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I2Y2QyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZGFlMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #b6cd2e 0%, #8dae0f 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6cd2e), color-stop(100%,#8dae0f)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* IE10+ */ background: linear-gradient(to bottom,  #b6cd2e 0%,#8dae0f 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6cd2e', endColorstr='#8dae0f',GradientType=0 ); /* IE6-8 */}
#ui-dialog_button button:hover {border: medium none;     background: #000;  color:#fff; text-decoration:none; font-size:0.9em;padding: 5px 10px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;                          background: #8dae0f; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhkYWUwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNWNkMmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #8dae0f 0%, #b5cd2d 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8dae0f), color-stop(100%,#b5cd2d)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* IE10+ */ background: linear-gradient(to bottom,  #8dae0f 0%,#b5cd2d 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dae0f', endColorstr='#b5cd2d',GradientType=0 ); /* IE6-8 */}
div.menu_notice_button {border-top: 1px solid #DDDDDD; padding-top:10px;}
div.clearboth {clear:both;}
button.prepaid_cancel {clear:none !important;margin-left:10px !important;}
button.prepaid_confirm {clear:none !important;margin-left:10px !important;}
#menu_preloader {display:none;}
#menu_notice {text-align: left;}
#menu_notice h2 {margin-left: -5px !important;   margin-right: -5px !important;    margin-top: -10px !important;}
#menu_notice strong {display: block;      font-weight: normal;     padding: 33px 20px 30px;}
#dialog_wrapper  #paymentdescription {padding:10px 0;}
#dialog_wrapper  #paymentdescription ul {margin-left:20px;}
#dialog_wrapper  #dialog_info {padding:10px;}
#dialog_wrapper  #dialog_warning {padding:10px; ;}
#dialog_wrapper  #dialog_warning a {color:#FFF; text-decoration:underline !important;}
#dialog_wrapper h2 {padding: 5px 22px 5px 10px;     text-align: left;}
#ui-dialog h2 {padding: 5px 22px 5px 10px;     text-align: left;}
#ui-dialog_content {display: block;       font-weight: 400;     padding: 10px 15px 30px;}
#ui-dialog_content button.orderdetails_paygate_finalize {margin: 10px auto 0;     overflow: hidden; display: block;}
#ui-dialog_content button.orderdetails_paygate_finalize:hover {display: block;}
#ui-dialog_button {border-top: 1px solid #DDDDDD;     overflow: hidden;     padding: 10px ;}
#ui-dialog_button button {float:right;}
#ui-dialog_button button:nth-child(2) {clear:none; margin-right:10px;}
#ui-dialog div.orderpaymentradio {overflow:hidden;margin-bottom:10px; text-align:left;}
#ui-dialog div.orderpaymentradio img {width: 80px; float:left; margin-right:10px; border:1px solid #eee;}
#ui-dialog div.orderpaymentradio input {float: left;     margin-right: 10px;     margin-top: 20px;}
#ui-dialog div.orderpaymentradio span {float:left; line-height: 48px;     white-space: nowrap;}
div.menu_notice_button button {float:right; margin-left:5px;}
div.confirmation_popup_buttons button {float: right; margin: 0 5px 5px 0;}
/*72808*/
.instalment_dialog button.disabled:hover {border: medium none;     color:#fff; text-decoration:none; font-size:1em; padding: 10px 17px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;              background: #b6cd2e; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I2Y2QyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZGFlMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #b6cd2e 0%, #8dae0f 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6cd2e), color-stop(100%,#8dae0f)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* IE10+ */ background: linear-gradient(to bottom,  #b6cd2e 0%,#8dae0f 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6cd2e', endColorstr='#8dae0f',GradientType=0 ); /* IE6-8 */}
#instalments_button_01 {margin-top: 10px;}
#instalments_button_02 {margin-top: 10px;}
#instalment_dialog span.mBank {background:url('/gfx/ger/mbanksmall.gif?r=1488182849') no-repeat scroll left center transparent;padding-left:20px;}
.instalment_dialog h2 {color: #303030; font-size: 1em; font-weight: bold; padding: 0 10px; text-align: center;}
.instalment_dialog span.info {display: block;font-size: 0.8em;}
.instalment_dialog div.buttons {text-align:center;}
.instalment_dialog button {cursor: pointer; display: inline-block; width: 100%; text-align: left;}
.instalment_dialog button.disabled {cursor: not-allowed;}
.instalment_dialog button.disabled:hover {color: #cc0000   !important; text-align: left; cursor: not-allowed;}
.instalment_dialog button span.price_raty {float: right;}
.instalment_dialog p.warning {padding:10px; text-align:justify;  font-weight: bold;}
.instalment_dialog span.mBank {background:url('/gfx/ger/mbanksmall.gif?r=1488182849') no-repeat scroll left center transparent;padding-left:20px;}
/*71830*/
a.menu_categories_label {color: #333;     display: block;     font-size: 1.3em;     font-weight: bold;     line-height: 32px;     margin-bottom: 5px;}
#menu_categories2 {margin-bottom: 20px;  padding: 0 15px;}
#menu_categories2 .menu_go_up:after {color: #cb58aa ; content: '\F148'; margin-left:5px;  font-family: FontAwesome; font-style: bold; font-weight: normal; text-decoration: inherit;}
a.menu_categories_label:hover {color: #cb58aa ;}
#menu_categories2 ul {list-style:none;}
#menu_categories2 ul li {padding-bottom:5px;}
#menu_categories2 ul li a {display: block;}
#menu_categories2 ul li.active a {border-left: 5px solid #cb58aa ;     color: #333;     font-weight: bold;     margin-left: -15px;     padding-left: 10px;}
#menu_categories2 ul li a.active {border-left: 5px solid #cb58aa ;     color: #333;     font-weight: bold;     margin-left: -15px;     padding-left: 10px;}
.filter_on #menu_categories2 {display: none;}
/*66412*/
#menu_filter a.filter_submit_small {border: medium none;    color:#fff; text-decoration:none; font-size:0.9em; padding: 5px 10px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;                     background: #b6cd2e; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I2Y2QyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZGFlMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #b6cd2e 0%, #8dae0f 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6cd2e), color-stop(100%,#8dae0f)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* IE10+ */ background: linear-gradient(to bottom,  #b6cd2e 0%,#8dae0f 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6cd2e', endColorstr='#8dae0f',GradientType=0 ); /* IE6-8 */}
#menu_filter a.filter_submit_small:hover {border: medium none;     background: #000;  color:#fff; text-decoration:none; font-size:0.9em;padding: 5px 10px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;                          background: #8dae0f; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhkYWUwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNWNkMmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #8dae0f 0%, #b5cd2d 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8dae0f), color-stop(100%,#b5cd2d)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* IE10+ */ background: linear-gradient(to bottom,  #8dae0f 0%,#b5cd2d 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dae0f', endColorstr='#b5cd2d',GradientType=0 ); /* IE6-8 */}
#menu_filter a.filter_submit_range {border: medium none;    color:#fff; text-decoration:none; font-size:0.9em; padding: 5px 10px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;                     background: #b6cd2e; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I2Y2QyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZGFlMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #b6cd2e 0%, #8dae0f 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6cd2e), color-stop(100%,#8dae0f)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* IE10+ */ background: linear-gradient(to bottom,  #b6cd2e 0%,#8dae0f 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6cd2e', endColorstr='#8dae0f',GradientType=0 ); /* IE6-8 */}
#menu_filter a.filter_submit_range:hover {border: medium none;     background: #000;  color:#fff; text-decoration:none; font-size:0.9em;padding: 5px 10px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;                          background: #8dae0f; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhkYWUwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNWNkMmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #8dae0f 0%, #b5cd2d 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8dae0f), color-stop(100%,#b5cd2d)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* IE10+ */ background: linear-gradient(to bottom,  #8dae0f 0%,#b5cd2d 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dae0f', endColorstr='#b5cd2d',GradientType=0 ); /* IE6-8 */}
div.filter_range {padding-top:5px;}
#menu_filter {background:#f1f1f1;margin-bottom:20px;border: 1px solid #c6c6c6;}
#menu_filter h2 {display:none;}
#menu_filter div.filter_item {clear:both;overflow:hidden;padding:10px 15px;border-top: 1px solid #c6c6c6;margin-top:-1px;}
#menu_filter h3 {color:#000; font-size:1.3em;overflow:hidden;position:relative;}
#menu_filter h3 span.filter_loader {background: url('/gfx/ger/loader.gif?r=1488182849') center center no-repeat; display: block; float: left; width: 16px; height: 16px; margin-top: 5px;}
#menu_filter h3 a.filter_toggle:after {color: #cb58aa ;     content: '\F0D7';        font-family: FontAwesome;     font-weight: 400;}
#menu_filter h3 a.filter_toggle:hover {opacity: 1;}
#menu_filter h3 a.filter_toggle.active:after {content: '\F0D8';}
#menu_filter h3 span {float: left;     font-family: roboto;     font-size: 0.9em;     font-weight: 500;     text-transform: uppercase;}
#menu_filter h3 a {color: #000; font-size: 0.6em; font-weight: normal; left: 0; padding: 4px 0; position: absolute; right: 0; text-decoration: none; text-align:right;}
#menu_filter h3 a:hover {color:#666;}
#menu_filter h3 a.rem_filter {display:none;}
#menu_filter div.filter_content {padding-top:16px;}
#menu_filter ul {list-style:none; overflow: hidden;}
#menu_filter li {line-height:1; display: block;     margin-bottom: 10px;}
#menu_filter li div.filter_name_wrapper {vertical-align:middle; font-size:0.9em; padding-left: 20px;}
#menu_filter li input.checkbox_hidden {left: -5000px;     position: absolute;}
#menu_filter li label:hover {cursor: pointer;}
#menu_filter li.disabled {color: #868686;}
#menu_filter li.disabled input {cursor: not-allowed;}
#menu_filter li.disabled label {text-decoration: line-through;}
#menu_filter li.disabled label:hover {cursor: not-allowed;}
#menu_filter li.filterhidden {display: none !important;}
#menu_filter li.filterhidden.showhidden {display: block !important;}
#menu_filter div.filter_item.list_type input {vertical-align:middle;   float:left;}
#menu_filter div.filter_item.dual_type input {float:left;}
#menu_filter div.filter_options {overflow: hidden;}
#menu_filter a.filter_submit {margin-top:3px; float:right;  background:none;color:#cb58aa  !important; text-transform:uppercase;font-weight:normal;font-size:0.85em !important;padding:0;border:none;padding-bottom:3px}
#menu_filter a.filter_submit:hover {color:#000 !important;}
#menu_filter a.filter_submit_small {box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.085);}
#menu_filter a.show_all {margin-top: 3px; background: none; color: #cb58aa  !important;font-weight: normal; font-size: 0.93em !important; padding: 0; border: none;}
#menu_filter a.show_all:hover {color:#666 !important;}
#filter_buttons {overflow: hidden;text-align:center;padding:0 15px 15px;}
#filter_buttons a.remove_all_filters {margin: 10px auto 0;     padding: 0.5em;     width: 100%;}
#filter_buttons a.filters_submit {margin:10px auto 0;width:100%;padding:0.5em}
#filter_text_input {width: 80%; float: none !important;}
#menu_filter div.filter_gfxonly li {float: left; display: block; margin: 0px 3px 3px 0px !important; padding: 0;}
#menu_filter div.filter_gfxonly li.disabled img.filter_gfxonly {opacity: 0.5; filter:alpha(opacity=50);}
#menu_filter table.filter_namegfx td {vertical-align: middle;}
#menu_filter table.filter_namegfx label {padding-left: 5px;}
#menu_filter span.filter_range_from {vertical-align: middle;margin-right:5px;}
#menu_filter span.filter_range_to {vertical-align: middle;margin-right:5px; margin-left:5px;}
#menu_filter input.filter_range_from {float:none !important; width:24%;}
#menu_filter input.filter_range_to {float:none !important;width:24%;}
#menu_filter a.filter_submit_range {padding:  8px 12px 9px;}
#menu_filter a.filter_submit_range:hover {padding:  8px 12px 9px;}
#menu_filter div.filter_calendar {padding: 2px 0 10px;}
#menu_filter label.filter_calendar {padding-left: 0px !important; float: left; clear: both;}
#menu_filter input.filter_datepicker {float: none !important;}
#menu_filter span.filter_calendar_from {font-size: 0.9em; padding: 0 5px;display:inline !important;}
div.filter_tooltip {position:absolute; z-index:999; left:-9999px; min-width:0px; padding:5px; -moz-box-shadow:3px 3px 9px #AAAAAA;box-shadow:3px 3px 9px #AAAAAA;-webkit-box-shadow:3px 3px 9px #AAAAAA;background:#FFFFDC; border:1px solid #000000;}
#menu_filter label.imgfix {display: inline-block;     overflow: hidden;     position: relative;     z-index: 2;}
/*71077*/
#menu_buttons {overflow:hidden; text-align:center;}
#menu_buttons h2 {left: -2000px;     position: absolute;}
#menu_buttons div.menu_button_wrapper {margin-bottom:20px; clear:both;}
/*68745*/
div.progress_bar_item.active strong {color:#cb58aa;}
div.progress_bar_keeper {text-align: left;  overflow: hidden;  height:72px;  margin-bottom:35px;   font-size:0.85em; line-height:1.1;  background: none repeat scroll 0 0 #eeeeee}
div.progress_bar_outline {clear:both;margin-left: -1px;}
div.progress_bar {clear:both;position:relative;}
div.progress_bar_item {border-right: 1px solid #c6c6c6;     float: left;     height: 90px;     position: relative;     width: 25%;}
div.progress_bar_item .progress_bar_sub {padding: 15px 15px 0px;}
div.progress_bar_item strong {display: block;margin-bottom: 2px; color:#000;}
div.progress_bar_item.active {background: none repeat scroll 0 0 #cb58aa ;     color: #fff;}
div.progress_bar_item.active strong {color: #fff;}
.progress_bar_4 {border-right: medium none !important;}
.progress_bar_active_holder {display:none;}
.progress_bar_active_holder_sub {top:0;bottom:0;left:14px; right:15px;background:url('/gfx/ger/active_bg.png?r=1488182849') left top repeat-x; position: absolute;}
.active_holder_left {top:0;bottom:0;left:0px;width:14px;background:url('/gfx/ger/active_left.png?r=1488182849') left top no-repeat; position: absolute;}
.active_holder_right {top:0;bottom:0;right:1px;width:15px;background:url('/gfx/ger/active_right.png?r=1488182849') left top no-repeat; position: absolute;}
.progress_bar_1_active .progress_bar_active_holder {left:0;}
.progress_bar_1_active .progress_bar_active_holder_sub {left:0;}
.progress_bar_1_active .active_holder_left {display:none;}
.progress_bar_2_active .progress_bar_active_holder {left:25%;}
.progress_bar_3_active .progress_bar_active_holder {left:50%;}
.progress_bar_4_active .progress_bar_active_holder {left:75%;}
.progress_bar_4_active .progress_bar_active_holder_sub {right:0;}
.progress_bar_4_active .active_holder_right {display:none;}
/*67953*/
div.menu_messages_warning {background: url('/gfx/ger/icon_message.png?r=1488182849') 18px 18px no-repeat #e35c5c; border:1px solid transparent; color:#FFFFFF;  font-size:14px; padding:22px 65px !important; margin-bottom:10px !important;text-align:center;}
div.menu_messages_message {background: url('/gfx/ger/icon_message.png?r=1488182849') 18px 18px no-repeat #e35c5c; border:1px solid transparent; color:#FFFFFF;  font-size:14px; padding:22px 65px !important; margin-bottom:10px !important;text-align:center;}
div.menu_messages_success {background: url('/gfx/ger/icon_message.png?r=1488182849') 18px 18px no-repeat #e35c5c; border:1px solid transparent; color:#FFFFFF;  font-size:14px; padding:22px 65px !important; margin-bottom:10px !important;text-align:center;}
div.menu_messages_error {background: url('/gfx/ger/icon_message.png?r=1488182849') 18px 18px no-repeat #e35c5c; border:1px solid transparent; color:#FFFFFF;  font-size:14px; padding:22px 65px !important; margin-bottom:10px !important;text-align:center;}
div.menu_messages_warning {margin:0px 0px 10px; background: url('/gfx/ger/icon_warning.png?r=1488182849') 18px 18px no-repeat #dcaf26;}
div.menu_messages_message {margin:0px 0px 10px; background: url('/gfx/ger/icon_message.png?r=1488182849') 18px 18px no-repeat #cb58aa  ;}
div.menu_messages_message p {margin:0px; text-align:center; font-size:14px;}
div.menu_messages_message a {color:#FFF;}
div.menu_messages_success {margin:0px 0px 10px; background: url('/gfx/ger/icon_success.png?r=1488182849') 18px 18px no-repeat #a3bf18  ;}
div.menu_messages_success p {margin:0px; text-align:center; font-size:14px;}
div.menu_messages_success a {color:#FFF;}
div.menu_messages_warning p {margin:0px; text-align:center; font-size:14px;}
div.menu_messages_warning a {color:#FFF; text-decoration: underline;}
div.menu_messages_error {margin:0px 0px 10px; background: url('/gfx/ger/icon_error.png?r=1488182849') 18px 18px no-repeat #cc0000  ;}
div.menu_messages_error p {margin:0px; text-align:center; font-size:14px;}
div.menu_messages_error a {color:#FFF;}
/*76714*/
table.menu_rebates th {color:#cb58aa;}
.selected td {background-color: #cb58aa!important; color:#fff; /*add from 2177*/}
.btn.for_points.selected {border: medium none;        background: #000;  color:#fff; text-decoration:none; font-size:1em; padding: 10px 17px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;                            background: #8dae0f; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhkYWUwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNWNkMmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #8dae0f 0%, #b5cd2d 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8dae0f), color-stop(100%,#b5cd2d)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* IE10+ */ background: linear-gradient(to bottom,  #8dae0f 0%,#b5cd2d 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dae0f', endColorstr='#b5cd2d',GradientType=0 ); /* IE6-8 */}
div.piec-rabatow {padding: 20px 0px;}
div.rabat {background: #F1f1f1; margin: 0px 25px; min-height: 60px;     text-align: center;     padding: 10px 0px;  font-size: 1.1em;}
div.wszystkie-rabaty {position:relative; z-index:100;}
table.piatka {width:100%;}
table.wszystkierabatki {display: none; position: absolute; background: #CB58AA; padding: 10px 15px 6px 15px; width: 260px; color: #FFF;}
.menu_box h2 {border-left: 7px solid #CB58AA; color: #333; display: block; font-family: Roboto; font-size: 1.29em; font-weight: normal; margin-bottom: 10px; padding: 8px 0px 7px 14px; text-decoration: none; text-transform: uppercase;}
.menu_box h2 a {color: #333;}
table.menu_rebates th {border-bottom:1px solid;font-weight:normal;text-align:right;white-space:nowrap;font-size:11px;}
table.menu_rebates th:first-child {text-align:left;}
table.menu_rebates th span {color:#222;}
table.menu_rebates td {padding:5px;border-top:1px solid #aaaaaa; line-height:1.1;vertical-align:middle;}
td.menu_rebates_threshold {font-size:13px;}
td.menu_rebates_value {text-align:right; font-size:13px;font-weight:bold;}
#menu_rebates h2 {border-left: 7px solid #CB58AA;     color: #333;     display: block;     font-family: Roboto;     font-size: 1.29em;     font-weight: normal;     margin-bottom: 10px;     padding: 8px 0px 7px 14px;     text-decoration: none;     text-transform: uppercase;}
.selected td {color:#fff;}
.selected td strong {display:block;font-size:8px;white-space:nowrap;}
#menu_rebates .menu_sub_box {padding: 12px 5px 15px;}
a.menu_rebates_client_rebate {display:block;}
.btn.for_points {border-collapse: separate;     display: table;     font-size: 12px !important;     line-height: 1.1;     padding: 0;     text-align: left;     width: 100%;}
.btn.for_points > span > span {display:block;}
.btn.for_points > span > strong {display: block;     font-size: 11px;     font-weight: bold;     margin-bottom: 3px;}
.rabat b {display: block;}
#menu_rebates span.for_points_value {height:auto;}
.piatka td {width: 20%;}
.piatka td.selected div.rabat {background: -moz-linear-gradient(top,  #b6cd2e 0%, #8dae0f 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6cd2e), color-stop(100%,#8dae0f)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* IE10+ */ background: linear-gradient(to bottom,  #b6cd2e 0%,#8dae0f 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6cd2e', endColorstr='#8dae0f',GradientType=0 ); /* IE6-8 */}
table.menu_rebates td.rebates_for_points {padding:8px 0 0 0; border:none;}
.piatka td:first-child div.rabat {margin-left: 0px;}
.piatka td:nth-child(1) div.rabat {margin: 0px 30px 0px 0px;}
.piatka td:nth-child(2) div.rabat {margin: 0px 20px 0px 10px;}
.piatka td:nth-child(3) div.rabat {margin: 0px 18px 0px 18px;}
.piatka td:nth-child(4) div.rabat {margin: 0px 10px 0px 20px;}
.piatka td:nth-child(5) div.rabat {margin: 0px 0px 0px 30px;}
.piatka td:last-child div.rabat {margin-right: 0px;}
.wszystkierabatki tr {padding: 3px 0px; border-bottom: 1px solid #FFF; display: block; width: 230px;}
.wszystkierabatki td:first-child {text-align: left; width: 60%; display: inline-block;}
.wszystkierabatki td:last-child {text-align: right; width: 39%; display: inline-block;}
.wszystkierabatki tr:last-child {border-bottom: 0px;}
/*69832*/
#menu_affiliate > ul a {color:#cb58aa;}
#menu_affiliate > ul span {color:#cb58aa;}
#menu_affiliate > ul > li > a:hover {color:#cb58aa;}
#menu_affiliate > ul > li li a:hover {color:#cb58aa;}
#menu_affiliate {margin-bottom:20px;   position: relative;}
#menu_affiliate .activ {background:#f1f1f1;}
#menu_affiliate h2 {display:none;}
#menu_affiliate > ul {display: table; list-style: none outside none; width: 100%;}
#menu_affiliate > ul > li {white-space:nowrap;          line-height: normal;     text-align: center;    display: inline-block;   vertical-align: bottom; text-align:center; border-bottom:1px solid #c6c6c6; width: 25%; position: relative;}
#menu_affiliate > ul > li > span {display:block;padding: 10px; text-shadow: 1px 1px 1px #FFFFFF; color: #303030;cursor:pointer;}
#menu_affiliate > ul > li > a {display:block;padding: 10px;text-decoration:none; text-shadow: 1px 1px 1px #FFFFFF; color: #303030;cursor:pointer;}
#menu_affiliate > ul > li ul {display: none;  background: #f1f1f1;left: 0 !important; list-style: none outside none; position: absolute; right: 0; text-align: center; top: 40px;}
#menu_affiliate > ul > li li a {color: #303030; display: block; padding: 10px; text-decoration: none; text-shadow: 1px 1px 1px #FFFFFF; border-top: 1px solid #DDDDDD;}
/*73887*/
.big_label:hover small {color:#333333;}
.max-price {color:#ababab;text-decoration:line-through;; font-size: 0.86em;}
.price {color:  #8faf10; font-size: 1em; font-weight:bold;}
.product-name {text-decoration:none;  color: #333333; font-size: 0.86em;}
.product-name:hover {color:#cb58aa;}
.menu_box h2, .menu_box_label {border-radius: 5px 5px 0 0; background: #ffffff; /* Old browsers */ background: -moz-linear-gradient(top,  #ffffff 0%, #d9d9d9 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d9d9d9)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #ffffff 0%,#d9d9d9 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #ffffff 0%,#d9d9d9 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #ffffff 0%,#d9d9d9 100%); /* IE10+ */ background: linear-gradient(to bottom,  #ffffff 0%,#d9d9d9 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9d9d9',GradientType=0 ); /* IE6-9 */  border:1px solid #c6c6c6; border-bottom:1px solid #679cb1; color: #000000; display: block; font-size: 1.083em; font-weight: normal; line-height: 14px; padding: 10px; text-decoration: none; text-shadow: 1px 1px 1px #FFFFFF; text-transform: uppercase; /*add from 3092*/}
.mobile_sidebar .menu_box h2, .mobile_sidebar .menu_box_label {border-left: 7px solid #cb58aa; color: #333333; display: block; font-family: Roboto; font-size: 1.29em; font-weight: normal; margin-bottom: 10px; padding: 8px 0 7px 14px; text-decoration: none; text-transform: uppercase;}
#viewType {width:3px;}
.hide {display:none;}
.scrollarea {border-right: 1px solid #000;}
.clearfix {*zoom: 1;}
.clearfix:before {content: '';    display: table;}
.clearfix:after {content: '';    display: table; clear: both;}
.image-left {float: left;       margin-right: 10px;}
.image-popup._mobile #container1 {display:none;}
.image-popup._mobile #container {display:none;}
.big_label small {font-family: Arial;  font-size: 0.67em; float:right;padding-top:7px;text-transform: none; text-decoration: underline;}
.products_wrapper .separator:last-child {display:none;}
.product_wrapper .product_prices {font-size: 1.3em;     line-height: 1.1;     padding-top: 15px;     text-align: right;}
.product_wrapper .product_prices .price {display:block;}
.product_wrapper .product_prices .point-price {font-size: 0.8em;   margin-left: 5px;}
.product_wrapper .product_prices .max-price {font-size: 0.8em;}
.product_wrapper .client {background: url('/gfx/ger/dart_dwn.png?r=1488182849') no-repeat center 5px;     margin-top: 10px;     padding-top: 25px;}
.one_product .one_product:last-child {border:none;}
.product_wrapper {padding:15px 0;}
.products_wrapper.one_product .separator {display:none;}
.point-price {font-size: 0.9em;font-weight:bold;}
.product-name {line-height: 1.2;display: inline-block;}
.product-icon {display: block;overflow: hidden; text-align: center;height:200px;margin-bottom: 10px;}
.product-icon img {max-height:200px;}
.firm-name {font-size: 0.86em;margin-bottom:10px; display: none;}
.cleardescription {font-size: 0.86em;margin-bottom:15px;}
.note {margin-bottom:15px;}
.note span {display: inline-block;     vertical-align: middle;}
.note small {padding-left:6px; display: inline-block;     vertical-align: middle;}
.note i {color:#f1f1f1;}
.note i.active {color:#cb58aa ;}
.table_wrapper {display:table;table-layout: fixed; border-collapse: collapse;     border-spacing: 0;}
.table_row {display:table-row;}
.table_cell {display:table-cell; float: none !important; vertical-align: top;}
.ui-table {border: 0 none;     border-collapse: collapse;     padding: 0;     width: 100%;}
.ui-table th {font-weight: bold;  line-height: 1.5em;     padding: 0.4em 0.5em;     text-align: left;     vertical-align: top;  text-align: left;}
.ui-table td {line-height: 1.5em;     padding: 0.4em 0.5em;     text-align: left;     vertical-align: top; text-align: left;}
.ui-table-reflow tbody th {margin-top: 3em;}
.ui-table-reflow td .ui-table-cell-label, .ui-table-reflow th .ui-table-cell-label {margin: -0.4em 1em -0.4em -0.4em;   min-width: 40%;   padding: 0.4em; display: none;}
.table-stroke thead  th, .table-stroke thead td {border-bottom: 1px solid #c6c6c6;  line-height: 1.2}
.table-stroke tbody th, .table-stroke tbody td {border-bottom: 1px solid #ddd;      vertical-align: middle; line-height: 1.2}
.ui-table-reflow td, .ui-table-reflow th {text-align: left;}
.drop_down_wrapper {margin:0 5px 5px 5px;}
.drop_down_label {display: block;position: relative; margin: 0 !important; padding: 5px 20px 5px 10px !important;  text-transform: none !important; font-size: 17px !important;   border: none;   border:1px solid #c6c6c6;   transition: all 0.2s linear;      cloor: #666 !important;   vertical-align: text-top;    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */   -moz-box-sizing: border-box;    /* Firefox, other Gecko */  box-sizing: border-box;}
.drop_down_label img {max-height: 20px;     vertical-align: middle;}
.drop_down_label:after {border-left: 5px solid transparent;     border-right: 5px solid transparent;     border-top: 5px solid #000000;     content: '';     display: inline-block;   position: absolute;     right: 10px;     top: 15%;   margin-top: 10px;margin-left: 5px;}
.drop_down_label.open_list:after {border-top: none;     border-bottom: 5px solid #000000;}
.drop_down_list {display:none; margin:0 10px 10px 10px; margin: 0 !important;}
.drop_down_list > * {display: block !important;     margin: 0 !important;     padding: 10px !important;}
.menu_sub_box {border:1px solid #C6C6C6; border-top:none;   border-radius: 0px 0px 5px 5px; background:#fff url('/gfx/ger/box_shadow.png?r=1488182849') bottom left repeat-x; margin-bottom:10px; font-size:11px; padding: 12px 12px 15px 12px;}
.menu_box h2, .menu_box_label {vertical-align: middle;}
.menu_box h2 a, .menu_box_label a {font-size: 1em; font-weight: normal;color: #000000; text-shadow: 1px 1px 1px #FFFFFF;  text-decoration: none;}
.mobile_sidebar .menu_box {display:none;}
.mobile_sidebar div.main_hotspot {display:none;}
.mobile_sidebar .menu_sub_box {border:none; background:none; padding:0;}
.mobile_sidebar .menu_box h2, .mobile_sidebar .menu_box_label {background:none;  border:none; border-bottom: 1px solid #cb58aa  ;  font-size: 1.083em;     font-weight: normal;     padding: 0 0 4px 0; line-height: 1.5;}
.mobile_sidebar .menu_box h2 a, .mobile_sidebar .menu_box_label a {font-size: 1em; font-weight: normal;color: #000000; text-shadow: 1px 1px 1px #FFFFFF;  text-decoration: none;}
.form-group {margin-bottom: 10px;     position: relative;}
.form-group label {font-weight: bold; margin-bottom: 3px; display: block;}
.form-group select {width:100%;}
.form-group input[type='text'] {width:100%;}
div.fancy-select {position: relative;display:inline-block; font-size: 0.9em;color: #333;}
div.fancy-select.disabled {opacity: 0.5;}
div.fancy-select select:focus + div.trigger {box-shadow: 0 0 2px 0 #cb58aa ;}
div.fancy-select select:focus + div.trigger.open {box-shadow: none;}
div.fancy-select div.trigger {cursor: pointer; padding: 7px 24px 5px 9px; height:32px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; position: relative; background: #fff; border: 1px solid #c4c7c8;  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05); transition: all 240ms ease-out; -webkit-transition: all 240ms ease-out; -moz-transition: all 240ms ease-out; -ms-transition: all 240ms ease-out; -o-transition: all 240ms ease-out;}
div.fancy-select div.trigger:after {content: ''; display: block; position: absolute; width: 0; height: 0; border: 5px solid transparent; border-top-color: #cb58aa ; top: 13px; right: 7px;}
div.fancy-select div.trigger.open {/*background: #4A5368; border: 1px solid #475062; color: #7A8498; box-shadow: none;*/}
div.fancy-select div.trigger.open:after {/*border-top-color: #7A8498;*/  border: 5px solid transparent; border-bottom-color: #cb58aa ; top:7px;}
div.fancy-select ul.options {list-style: none; margin: 0; position: absolute; top: 20px; left: 0; right:0; visibility: hidden; opacity: 0; z-index: 50; max-height: 200px; overflow: auto; background: #fff;  background: #fff; border: 1px solid #c4c7c8; box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05);  min-width: 200px; padding: 6px 0; transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out; -webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out; -moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out; -ms-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out; -o-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;}
div.fancy-select ul.options.open {visibility: visible; top: 35px; opacity: 1;}
div.fancy-select ul.options.overflowing {top: auto; bottom: 40px; transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out; -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out; -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out; -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out; -o-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;}
div.fancy-select ul.options.overflowing.open {top: auto; bottom: 50px;}
div.fancy-select ul.options li {padding: 6px 12px; cursor: pointer; white-space: nowrap; transition: all 150ms ease-out; -webkit-transition: all 150ms ease-out; -moz-transition: all 150ms ease-out; -ms-transition: all 150ms ease-out; -o-transition: all 150ms ease-out;}
div.fancy-select ul.options li.hover {color: #222;background:#eee;}
.badge {-webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%;  color: #FFFFFF; display: inline-block; font-size: 15px; font-weight: bold; height: 25px; line-height: 23px; min-width: 25px; padding: 0 5px; vertical-align: baseline; white-space: nowrap;}
.badge-important {background-color: #cc0000   ;}
.badge-info {background-color: #cb58aa  ;}
.badge-success {background-color: #75900c  ;}
.badge-warning {background-color: #f89406;}
.label_icons > * {display: inline-block; font-family: arial; font-size: 0.7em; font-weight: normal; line-height: 18px; margin-right: 2px; padding: 0 6px; text-transform: uppercase;}
.promo {color: #fff; background: #cc0000  ;}
.newproducts {color: #fff; background: #75900c ;}
.bestseller {color: #fff; background: #cb58aa ;}
.discount {color: #fff; background: #cb58aa ;}
.distinguished {color: #fff; background: #cb58aa ;}
[class^='icon-'], [class*=' icon-'] {font-family: FontAwesome;   font-weight: normal;   font-style: normal;   text-decoration: inherit;   -webkit-font-smoothing: antialiased;   *margin-right: .3em;}
[class^='icon-']:before, [class*=' icon-']:before {text-decoration: inherit;   display: inline-block;   speak: none;}
[class^='icon-'].icon-fixed-width, [class*=' icon-'].icon-fixed-width {display: inline-block;   width: 1.1428571428571428em;   text-align: right;   padding-right: 0.2857142857142857em;}
.btn [class^='icon-'].icon-large {line-height: .9em;}
.icon-large:before {vertical-align: -10%;   font-size: 1.3333333333333333em;}
.icon-search:before {content: '\f002';}
.icon-envelope-alt:before {content: '\f003';}
.icon-heart:before {content: '\f004';}
.icon-star:before {content: '\f005';}
.icon-star-empty:before {content: '\f006';}
.icon-user:before {content: '\f007';}
.icon-film:before {content: '\f008';}
.icon-th-large:before {content: '\F009';}
.icon-th:before {content: '\F00A';}
.icon-th-list:before {content: '\F00B';}
.icon-ok:before {content: '\f00c';}
.icon-remove:before {content: '\f00d';}
.icon-zoom-in:before {content: '\F00E';}
.icon-file-alt:before {content: '\F016';}
.icon-download-alt:before {content: '\F019';}
.icon-tags:before {content: "";}
.icon-print:before {content: '\F02F';}
.icon-align-justify:before {content: '\f039';}
.icon-pencil:before {content: '\F040';}
.icon-chevron-left:before {content: '\F053';}
.icon-chevron-right:before {content: '\f054';}
.icon-remove-circle:before {content: '\F05C';}
.icon-plus:before {content: '\F067';}
.icon-minus:before {content: '\F068';}
.icon-gift:before {content: '\F06B';}
.icon-eye-open:before {content: '\F06E';}
.icon-chevron-down:before {content: '\F078';}
.icon-shopping-cart:before {content: '\f07a';}
.icon-signout:before {content: '\f08b';}
.icon-signin:before {content: '\f090';}
.icon-phone:before {content: '\F095';}
.icon-rss:before {content: '\F09E';}
.icon-wrench:before {content: '\f0ad';}
.icon-paperclip:before,.icon-paper-clip:before {content: '\F0C6';}
.icon-save:before {content: '\f0c7';}
.icon-reorder:before {content: '\f0c9';}
.icon-table:before {content: '\F0CE';}
.icon-truck:before {content: '\f0d1';}
.icon-caret-down:before {content: '\F0D7';}
.icon-caret-left:before {content: '\F0D9';}
.icon-caret-right:before {content: '\F0DA';}
.icon-envelope:before {content: '\F0E0';}
.icon-plus-sign-alt:before {content: '\F0FE';}
.icon-double-angle-left:before {content: '\F100';}
.icon-double-angle-right:before {content: '\F101';}
.icon-double-angle-up:before {content: '\F102';}
.icon-double-angle-down:before {content: '\F103';}
.icon-angle-left:before {content: '\F104';}
.icon-angle-right:before {content: '\F105';}
.icon-angle-up:before {content: '\F106';}
.icon-angle-down:before {content: '\F107';}
.icon-question:before {content: '\F128';}
.icon-calendar-empty:before {content: '\f133';}
.icon-chevron-sign-left:before {content: '\F137';}
.icon-chevron-sign-right:before {content: '\F138';}
.icon-ellipsis-horizontal:before {content: '\F141';}
.icon-ellipsis-vertical:before {content: '\F142';}
.icon-rss-sign:before {content: '\F143';}
.icon-minus-sign-alt:before {content: '\F146';}
/*70896*/
.btn-link {color:  #cb58aa;}
.btn-link:hover {color:#333333;}
.container {width: 970px;}
.container-fluid {margin-right: auto;   margin-left: auto;   padding-left: 15px;   padding-right: 15px;}
.row {/*margin-left: -30px;   *zoom: 1; */   margin-left: -15px;   margin-right: -15px;}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {position: relative;   min-height: 1px;   padding-left: 15px;   padding-right: 15px;}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {float: left;}
.col-md-12 {width: 100%;}
.col-md-11 {width: 91.66666667%;}
.col-md-10 {width: 83.33333333%;}
.col-md-9 {width: 75%;}
.col-md-8 {width: 66.66666667%;}
.col-md-7 {width: 58.33333333%;}
.col-md-6 {width: 50%;}
.col-md-5 {width: 41.66666667%;}
.col-md-4 {width: 33.33333333%;}
.col-md-3 {width: 25%;}
.col-md-2 {width: 16.66666667%;}
.col-md-1 {width: 8.33333333%;}
.clearfix {*zoom: 1;}
.clearfix:before,.clearfix:after {display: table;   content:}
.clearfix:after {clear: both;}
.hide-text {font: 0/0 a;   color: transparent;   text-shadow: none;   background-color: transparent;   border: 0;}
.input-block-level {display: block;   width: 100%;   min-height: 30px;   -webkit-box-sizing: border-box;   -moz-box-sizing: border-box;   box-sizing: border-box;}
.row:before,.row:after {display: table;   content:}
.row:after {clear: both;}
@-ms-viewport {width: device-width;}
.hidden {display: none;   visibility: hidden;}
.visible-phone {display: none !important;}
.visible-tablet {display: none !important;}
.hidden-desktop {display: none !important;}
.visible-desktop {display: inherit !important;}
.btn-link {background: none; border: none; color:  #cb58aa ; display: inline-block; font-size: 0.93em; text-decoration: none;}
.mrg-b {margin-bottom:30px;}
.col-bg-1 {background:#fff;}
.col-pg {padding:20px;}
/*74114*/
div.menu_settings_bar {font-size: 0.9em; display:table;margin:0 auto; height: 37px;position: relative;}
#menu_settings {z-index: 200;  background:  rgba(255,255,255,0.5);  display: block; left: 0;     position: absolute;     right: 0;}
#menu_settings form > ul {list-style:none;background:#f1f1f1;padding: 20px 0;margin-left:0px;margin-right:0px;}
#menu_settings form > ul > li {padding: 0 20px;}
#menu_settings form > ul > li.buttons {text-align:center;padding-top:10px;}
#menu_settings form > ul  > li.buttons button {width:100%;}
#menu_settings form {display:none;position:absolute; top:37px;right:0px; border:1px solid #c4c7c8;border-top:none;}
.flag {display:inline-block;width:21px;height:14px;vertical-align:middle;margin-right:5px;}
.flag_pol {background:url('/gfx/ger/pol.png?r=1488182849') no-repeat;}
.flag_ger {background:url('/gfx/ger/ger.png?r=1488182849') no-repeat;}
.flag_eng {background:url('/gfx/ger/eng.png?r=1488182849') no-repeat;}
.flag_txt {font-size: 1.1em;     font-weight: bold;     padding-right: 5px;}
#mobile_additional {display:none;}
#menu_additional {display:table-cell;vertical-align: middle;padding-left:17px;}
#menu_additional a {margin:0 4px; font-weight: bold;}
#top_contact {display:table-cell; text-align:right; vertical-align: middle;}
#top_contact a {margin-right:30px;margin-left:5px;}
#menu_settings .open_trigger {display:table-cell;padding-right:17px;width:10px;white-space: nowrap; vertical-align: middle;cursor:pointer;}
/*74111*/
#logo {height: 130px;     margin-top: 38px;}
#logo img {max-width:100%; height:auto; max-height: 120px; width: auto;}
/*81673*/
#menu_search button {border: medium none;     color:#fff; text-decoration:none; font-size:1em; padding: 10px 17px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;              background: #b6cd2e; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I2Y2QyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZGFlMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #b6cd2e 0%, #8dae0f 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6cd2e), color-stop(100%,#8dae0f)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* IE10+ */ background: linear-gradient(to bottom,  #b6cd2e 0%,#8dae0f 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6cd2e', endColorstr='#8dae0f',GradientType=0 ); /* IE6-8 */}
#menu_search button:hover {border: medium none;        background: #000;  color:#fff; text-decoration:none; font-size:1em; padding: 10px 17px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;                            background: #8dae0f; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhkYWUwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNWNkMmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #8dae0f 0%, #b5cd2d 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8dae0f), color-stop(100%,#b5cd2d)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* IE10+ */ background: linear-gradient(to bottom,  #8dae0f 0%,#b5cd2d 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dae0f', endColorstr='#b5cd2d',GradientType=0 ); /* IE6-8 */}
.ui-autocomplete a:hover {color:#cb58aa;}
.autocomplete_icon, .autocomplete_price {color:  #8faf10; font-size: 1em; font-weight:bold;}
.autocomplete_icon .ui-state-hover {color:#cb58aa;}
.ui-autocomplete a.ui-state-hover {color:#cb58aa;}
.ui-autocomplete .menuitem_product.ui-state-hover, .ui-autocomplete .menuitem_product:hover {color:#cb58aa;}
#menu_search {margin-top: 75px;}
#menu_search div {width: 79%;display:inline-block; vertical-align: bottom;}
#menu_search input {height:41px; width: 100%; text-indent: 10px;}
#menu_search button {width: 21%;padding: 10px;margin-left: -1px; height: 41px;}
#menu_search button:hover {padding: 10px;}
#menu_search a {display: block; clear: both; font-size: 0.93em; padding-top: 12px; text-align: right;}
.menuitem_product {border: 2px solid #fff;}
.menuitem_category {padding: 2px 0;}
.menuitem_product .autocomplete_name {padding: 0 5px !important;}
.ui-autocomplete {background: #FFFFFF;box-sizing: content-box; border: 1px solid #c4c7c8;   font-size: 0.93em;     box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05);  color: #222222;   cursor: default;   list-style: none outside none;   margin: 0;   padding: 2px 2px 5px;   border-top:none;   position: absolute;   z-index: 999 !important;}
.ui-autocomplete li {border-bottom: 1px solid #D4D4D4;   display: block;   text-align: left;}
#menu_search input.ui-autocomplete-loading {background:url('/gfx/ger/loader.gif?r=1488182849') no-repeat scroll right center #fff;}
.ui-autocomplete li.ui-menu-item {margin: 0 5px;}
.ui-autocomplete a {display:block;   text-decoration:none;   color:#585858;}
.ui-autocomplete .table {display: table !important;     width: 100%;}
.ui-autocomplete .table_cell {display: table-cell;  line-height: 1.2;   padding: 2px 0px;   text-align: left;   vertical-align: middle;}
li.ui-menu-item-last {border:none !important;}
.autocomplete_icon, .autocomplete_price {font-weight: bold;   white-space: nowrap;   width: 26px;}
.ui-autocomplete .menuitem_product.ui-state-hover, .ui-autocomplete .menuitem_product:hover {border:2px solid !important;}
.ui-autocomplete ui-menu-item {clear: left;     float: left;     margin: 0;     padding: 0;     width: 100%;  text-align:left;}
.ui-autocomplete-category {border-bottom: 1px solid #000 !important;     clear: both;      font-weight: bold;     line-height: 1.5;     margin: 0.8em 4px 0.2em;     padding: 0 0 2px;}
aside #menu_search {margin: 0 10px 12px;   position: static;   right: 0;   top: 150px;   width: auto;   display:block !important;}
aside #menu_search button {display:none;}
/*81674*/
#menu_basket > a {color:#333333;}
#menu_basket > a:hover {color:  #cb58aa;}
#menu_basket {padding-right: 0;margin-top: 75px;}
#menu_basket > a {height: 41px;border:1px solid #c4c7c8; /* box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05); */  font-size: 1.29em; text-align:center;line-height:39px;text-decoration:none; display:block;position:relative;background:#fff; overflow:hidden;}
#menu_basket > a:before {content:'\F07A';   /* font-family: FontAwesome; color:  #474747 ; font-weight: 400;  margin: 0 10px; float: left;   */  background: url('/gfx/ger/basket_icon.png?r=1488182849') no-repeat scroll left 9px #fff;     color: #474747;     float: left;     font-family: FontAwesome;     font-weight: 400;     height: 39px;     margin: 0 10px;     overflow: hidden;     text-indent: 105px;     width: 22px;}
#menu_basket > a:after {content:'\F0DA';font-family: FontAwesome;  color:  #474747 ; font-size: 0.8em; font-weight: 400; margin: 0 14px; float: right;}
#menu_basket > div {font-size: 0.93em; text-align: right; color: #474747 ; clear: both; padding-top: 12px;}
#menu_basket > div a {margin:0 4px;}
/*76173*/
.dl-menu a {color:#333333;}
.dl-menu span {color:#333333;}
.dl-menu a:hover {color:  #cb58aa;}
.dl-menuwrapper > .dl-submenu a {color:#333333;}
.dl-menuwrapper > .dl-submenu span {color:  #cb58aa;}
.dl-menu > li > a:hover {background: #b6cd2e; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I2Y2QyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZGFlMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #b6cd2e 0%, #8dae0f 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6cd2e), color-stop(100%,#8dae0f)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* IE10+ */ background: linear-gradient(to bottom,  #b6cd2e 0%,#8dae0f 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6cd2e', endColorstr='#8dae0f',GradientType=0 ); /* IE6-8 */}
.dl-menu > li > span:hover {background: #b6cd2e; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I2Y2QyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZGFlMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #b6cd2e 0%, #8dae0f 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6cd2e), color-stop(100%,#8dae0f)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* IE10+ */ background: linear-gradient(to bottom,  #b6cd2e 0%,#8dae0f 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6cd2e', endColorstr='#8dae0f',GradientType=0 ); /* IE6-8 */}
#mobile_menu li a.dl-active {color:#cb58aa;}
#menu_overflow_category span {background: #f46aca; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0NmFjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhYzNhOGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #f46aca 0%, #ac3a8c 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f46aca), color-stop(100%,#ac3a8c)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #f46aca 0%,#ac3a8c 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #f46aca 0%,#ac3a8c 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #f46aca 0%,#ac3a8c 100%); /* IE10+ */ background: linear-gradient(to bottom,  #f46aca 0%,#ac3a8c 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f46aca', endColorstr='#ac3a8c',GradientType=0 ); /* IE6-8 */}
#menu_overflow_category span:hover {background: #ac3a8c; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FjM2E4YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNDZhY2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #ac3a8c 0%, #f46aca 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ac3a8c), color-stop(100%,#f46aca)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #ac3a8c 0%,#f46aca 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #ac3a8c 0%,#f46aca 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #ac3a8c 0%,#f46aca 100%); /* IE10+ */ background: linear-gradient(to bottom,  #ac3a8c 0%,#f46aca 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac3a8c', endColorstr='#f46aca',GradientType=0 ); /* IE6-8 */}
#menu_overflow_category span:hover i {background: #ac3a8c; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FjM2E4YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNDZhY2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #ac3a8c 0%, #f46aca 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ac3a8c), color-stop(100%,#f46aca)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #ac3a8c 0%,#f46aca 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #ac3a8c 0%,#f46aca 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #ac3a8c 0%,#f46aca 100%); /* IE10+ */ background: linear-gradient(to bottom,  #ac3a8c 0%,#f46aca 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac3a8c', endColorstr='#f46aca',GradientType=0 ); /* IE6-8 */}
.dl-menu a {padding: 6px 20px 6px 10px; display: block; position: relative;}
.dl-menu span {padding: 6px 20px 6px 10px; display: block; position: relative;}
.dl-menu a:not(:only-child):after {line-height:1;	speak: none; 	-webkit-font-smoothing: antialiased;  content:'\F0DA'; font-family: FontAwesome;    margin-top: -7px;     position: absolute;     right: 15px;     top: 57%;  font-size:11px;}
.dl-menu span:not(:only-child):after {line-height:1;	speak: none; 	-webkit-font-smoothing: antialiased;  content:'\F0DA'; font-family: FontAwesome;    margin-top: -7px;     position: absolute;     right: 15px;     top: 57%; font-size:11px;}
.dl-menuwrapper > .dl-submenu a {padding: 5px 20px 5px 10px; display: block; position: relative;}
.dl-menuwrapper > .dl-submenu span {padding: 5px 20px 5px 10px; display: block; position: relative;}
.dl-menu > li {white-space: nowrap;}
.dl-menu > li > a {font-size: 1.14em; color: #fff;  padding: 17px 30px 17px 20px; border-left: 1px solid #6c6c6c;}
.dl-menu > li > span {font-size: 1.14em; color: #fff;  padding: 17px 30px 17px 20px;  border-left: 1px solid #6c6c6c;}
.dl-menu > li > a:not(:only-child):after {content:'\F0D7';}
.dl-menu > li > span:not(:only-child):after {content:'\F0D7';}
.dl-menu > li > a:hover {color: #fff;}
.dl-menu > li > span:hover {color: #fff;}
.isOverflow {left: auto !important; right:0;}
.dl-menu li .dl-submenu .dl-submenu.isOverflow {right:98%;left: auto;}
#menu_categories {padding:0;  clear: both;  font-family: roboto;font-weight: 500;   height: 55px;     padding: 0; background: #474747; margin-bottom: 26px;}
#menu_categories .menu_column {display: inline-block;     vertical-align: top;     width: 220px;}
#mobile_menu {display:none;}
#mobile_menu li {display:table-cell; padding: 0 4px;}
#mobile_menu li a {font-size:2em;display:block; text-align:center; line-height: 1; color:#c4c7c8;}
.dl-menuwrapper {position: relative; 	-webkit-perspective: 1000px; 	perspective: 1000px; 	-webkit-perspective-origin: 50% 200%; 	perspective-origin: 50% 200%; z-index: 100;}
ul.dl-menu, .dl-menuwrapper > .dl-submenu {padding: 0;   list-style: none;   -webkit-transform-style: preserve-3d;   transform-style: preserve-3d;}
.dl-menu li, .dl-menuwrapper > .dl-submenu li {display: table-cell;     position: relative;     text-align: center;     vertical-align: middle;}
.dl-menu li li {display: block; white-space: normal;  text-align:left;}
.dl-menu li.dl-back > a {background: rgba(0,0,0,0.1); padding: 8px 10px;}
.dl-menu li > a:after {margin-left:10px; color: #fff;}
.dl-menu li > span:after {margin-left:10px; color: #fff;}
.dl-menuwrapper .dl-menu:before {content:'';}
.dl-menuwrapper .dl-menu {display:table;    width: 100%;}
.dl-menuwrapper .dl-menu.dl-menu-toggle {transition: all 0.3s ease;}
.dl-menuwrapper .dl-menu.dl-menuopen {opacity: 1; 	pointer-events: auto; 	-webkit-transform: translateY(0px); 	transform: translateY(0px);}
.dl-menuwrapper .dl-menuopen:before {line-height:1;	speak: none; 	-webkit-font-smoothing: antialiased;  color: #cb58aa; font-family: 'FontAwesome'; font-size: 18px; left: 10px; line-height: 1; position: absolute; top: -12px;  content:'\F0D8';}
.dl-menu li .dl-submenu {background: none repeat scroll 0 0 #fff;     border: 1px solid #c4c7c8;     box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05);     display: none;     left: 0;     min-width: 200px;     padding: 5px 0;     position: absolute;     top: 55px;     z-index: 100;}
.dl-menu li .dl-submenu .dl-submenu {left: 98%;     top: 0;}
.dl-menu.dl-subview li, .dl-menu.dl-subview li.dl-subviewopen > a, .dl-menu.dl-subview li.dl-subview > a,.dl-menu.dl-subview li.dl-subviewopen > span, .dl-menu.dl-subview li.dl-subview > span {display: none;}
.dl-menu.dl-subview li.dl-subview, .dl-menu.dl-subview li.dl-subview .dl-submenu, .dl-menu.dl-subview li.dl-subviewopen, .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu, .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {display: block;}
.dl-menu.dl-animate-out-1 {-webkit-animation: MenuAnimOut1 0.4s; 	animation: MenuAnimOut1 0.4s;}
@-webkit-keyframes MenuAnimOut1 {0% { } 	50% { 		-webkit-transform: translateZ(-250px) rotateY(30deg); 	} 	75% { 		-webkit-transform: translateZ(-372.5px) rotateY(15deg); 		opacity: .5; 	} 	100% { 		-webkit-transform: translateZ(-500px) rotateY(0deg); 		opacity: 0; 	}}
@keyframes MenuAnimOut1 {0% { } 	50% { 		-webkit-transform: translateZ(-250px) rotateY(30deg); 		transform: translateZ(-250px) rotateY(30deg); 	} 	75% { 		-webkit-transform: translateZ(-372.5px) rotateY(15deg); 		transform: translateZ(-372.5px) rotateY(15deg); 		opacity: .5; 	} 	100% { 		-webkit-transform: translateZ(-500px) rotateY(0deg); 		transform: translateZ(-500px) rotateY(0deg); 		opacity: 0; 	}}
.dl-menu.dl-animate-in-1 {-webkit-animation: MenuAnimIn1 0.3s; 	animation: MenuAnimIn1 0.3s;}
@-webkit-keyframes MenuAnimIn1 {0% { 		-webkit-transform: translateZ(-500px) rotateY(0deg); 		opacity: 0; 	} 	20% { 		-webkit-transform: translateZ(-250px) rotateY(30deg); 		opacity: 0.5; 	} 	100% { 		-webkit-transform: translateZ(0px) rotateY(0deg); 		opacity: 1; 	}}
@keyframes MenuAnimIn1 {0% { 		-webkit-transform: translateZ(-500px) rotateY(0deg); 		transform: translateZ(-500px) rotateY(0deg); 		opacity: 0; 	} 	20% { 		-webkit-transform: translateZ(-250px) rotateY(30deg); 		transform: translateZ(-250px) rotateY(30deg); 		opacity: 0.5; 	} 	100% { 		-webkit-transform: translateZ(0px) rotateY(0deg); 		transform: translateZ(0px) rotateY(0deg); 		opacity: 1; 	}}
.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {-webkit-animation: SubMenuAnimIn1 0.4s ease; 	animation: SubMenuAnimIn1 0.4s ease;}
@-webkit-keyframes SubMenuAnimIn1 {0% { 		-webkit-transform: translateX(50%); 		opacity: 0; 	} 	100% { 		-webkit-transform: translateX(0px); 		opacity: 1; 	}}
@keyframes SubMenuAnimIn1 {0% { 		-webkit-transform: translateX(50%); 		transform: translateX(50%); 		opacity: 0; 	} 	100% { 		-webkit-transform: translateX(0px); 		transform: translateX(0px); 		opacity: 1; 	}}
.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {-webkit-animation: SubMenuAnimOut1 0.4s ease; 	animation: SubMenuAnimOut1 0.4s ease;}
@-webkit-keyframes SubMenuAnimOut1 {0% { 		-webkit-transform: translateX(0%); 		opacity: 1; 	} 	100% { 		-webkit-transform: translateX(50%); 		opacity: 0; 	}}
@keyframes SubMenuAnimOut1 {0% { 		-webkit-transform: translateX(0%); 		transform: translateX(0%); 		opacity: 1; 	} 	100% { 		-webkit-transform: translateX(50%); 		transform: translateX(50%); 		opacity: 0; 	}}
.no-js .dl-menuwrapper .dl-menu {position: relative; 	opacity: 1; 	-webkit-transform: none; 	transform: none;}
.no-js .dl-menu li .dl-submenu {display: block;}
.no-js .dl-menu li.dl-back {display: none;}
.no-js .dl-menu li > a:not(:only-child) {background: rgba(0,0,0,0.1);}
.no-js .dl-menu li > a:not(:only-child):after {content: '';}
#menu_overflow_category {text-align: right;width: 200px;}
#menu_overflow_category span:after {display: none;}
#menu_overflow_category span {cursor: pointer;     float: right;     width: 50px;}
#menu_overflow_category span:hover i {color: #fff;}
#menu_overflow_category > .dl-submenu {left: auto;     right: 0;}
a.level_2.toggle:hover {border:1px solid #c4c7c8 !important; border-left:0 !important; border-right:0 !important; background:#fff !important; position:relative; z-index:999;}
/*67619*/
#breadcrumbs {padding: 18px 15px 6px; font-size: 0.93em; background: #fff;}
#breadcrumbs_sub {border-bottom: 1px solid #c6c6c6;     margin-bottom: 10px;     padding-bottom: 10px;}
#breadcrumbs h3 {display: inline;color: #000000; font-weight:normal;margin-right:3px;}
#breadcrumbs ol {list-style:none outside none; overflow:hidden; display: inline}
#breadcrumbs li {display:inline; padding-right:0px;}
#breadcrumbs li:before {content: '\F105';font-family: FontAwesome;     font-style: normal;     font-weight: bold;     text-decoration: inherit; padding:0 7px;}
#breadcrumbs li a {text-decoration:none;}
#breadcrumbs li.bc-main:before {display:none;}
/*57653*/
div.n57653_welcometext {padding:15px 0 25px;}
h1.n57653 {padding: 8px 0 20px 14px;}
span.n57653 {display: block;     font-size: 0.87em;     margin-left: 20px;     margin-top: -30px;}
/*68378*/
span.n53547_points_span {color:  #8faf10; font-size: 1em; font-weight:bold;}
div.login_menu div.login_menu_sub a:hover {color:#cb58aa;}
div.login_menu_icon:hover {border: medium none;       color:#fff; text-decoration:none; font-size:1.2em; padding: 10px 20px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;               background: #b6cd2e; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I2Y2QyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZGFlMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #b6cd2e 0%, #8dae0f 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6cd2e), color-stop(100%,#8dae0f)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* IE10+ */ background: linear-gradient(to bottom,  #b6cd2e 0%,#8dae0f 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6cd2e', endColorstr='#8dae0f',GradientType=0 ); /* IE6-8 */}
div.login_menu {display: inline-block;     margin-bottom: 30px;     overflow: hidden;     position: relative;     vertical-align: top;     width: 50%;}
div.login_menu_icon {width:63px; height:63px; float:left; padding:0;    border: 1px solid #c4c7c8;     box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05);}
div.login_menu_sub {padding-left:73px;}
div.login_point_count {color:#333 !important; padding:0 0 5px !important;}
strong.n53547_points_strong {display:inline !important;}
span.n53547_points_span {margin:0 !important; display:inline !important; font-weight:bold;}
#login_menu {padding: 25px 0 15px;}
div.login_menu h3 {color: #333;            margin-bottom: 5px;   font-weight: bold;}
div.login_menu div.login_menu_sub  a {color: #333;     display: block; text-decoration: none; padding-bottom:5px;}
div.login_menu div.login_menu_sub a strong {display:block; font-size: 0.857em;}
div.login_menu div.login_menu_sub a span {margin:0; display:block; font-size: 0.857em; width: 90%;}
div.login_menu div.login_menu_sub div {display:block; text-decoration: none; padding-bottom:5px;   color: #A1A1A1;}
div.login_menu div.login_menu_sub strong {display:block; font-size: 0.857em;}
div.login_menu div.login_menu_sub span {margin:0; display:block; font-size: 0.857em;}
div.login_menu_icon:hover {width:63px; height:63px; float:left; padding:0; cursor: default;}
/*74983*/
#main_banner1 {background:#fff;  height: 345px;     display: block;       margin-bottom: 50px;     overflow: hidden;}
#main_banner1 li {list-style: none;}
div.bx-wrapper  {position: relative;}
.bx-wrapper img  {display: block;     margin: 0 auto;     max-width: 100%;}
.bx-wrapper .bx-viewport  {padding-bottom: 0;}
#main_banner1 .bx-wrapper .bx-viewport  {height: auto !important;}
.bx-wrapper .bx-pager  {text-align: center; 	font-size: .85em; 	font-family: Arial; 	font-weight: bold; 	color: #666;}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item  {display: inline-block; 	*zoom: 1; 	*display: inline; display: none;}
.bx-wrapper .bx-pager.bx-default-pager a  {background: #666; 	text-indent: -9999px; 	display: block; 	width: 10px; 	height: 10px; 	margin: 0 5px; 	outline: 0; 	-moz-border-radius: 5px; 	-webkit-border-radius: 5px; 	border-radius: 5px;}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active  {background: #000;}
.bx-wrapper .bx-prev  {left: 0px; 	background: #474747; color: #fff;}
.bx-wrapper .bx-next {right: 0px; 	background: #474747; color: #fff;}
.bx-wrapper .bx-prev:hover  {background: #000; color: #fff;}
.bx-wrapper .bx-next:hover  {background: #000; color: #fff;}
.bx-wrapper .bx-controls-direction a {font-size: 1.43em; height: 50px; line-height: 50px; margin-top: -16px; outline: 0 none; position: absolute; text-align: center; text-decoration: none; top: 50%; width: 50px; z-index: 10;}
.bx-wrapper .bx-controls-direction a.disabled  {display: none;}
.bx-wrapper .bx-controls-auto  {text-align: center;}
.bx-wrapper .bx-controls-auto .bx-start  {display: block; 	text-indent: -9999px; 	width: 10px; 	height: 11px; 	outline: 0; 	background: url('/gfx/ger/slide_controls.png?r=1488182849') -86px -11px no-repeat; 	margin: 0 3px;}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active  {background-position: -86px 0;}
.bx-wrapper .bx-controls-auto .bx-stop {display: block; 	text-indent: -9999px; 	width: 9px; 	height: 11px; 	outline: 0; 	background: url('/gfx/ger/slide_controls.png?r=1488182849') -86px -44px no-repeat; 	margin: 0 3px;}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {background-position: -86px -33px;}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {text-align: left; 	width: 80%;}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto  {right: 0; 	width: 35px;}
.bx-wrapper .bx-caption  {position: absolute; 	bottom: 0; 	left: 0; 	background: #666\9; 	background: rgba(80, 80, 80, 0.75); 	width: 100%;}
.bx-wrapper .bx-caption span  {color: #fff; 	font-family: Arial; 	display: block; 	font-size: .85em; 	padding: 10px;}
ul.bxslider li {text-align: center;display:block;}
/*75925*/
#main_tree5 ul .title:after {background-color:#cb58aa;}
a.btn-small.more_button_menu {margin-top: 15px;}
#main_tree5 .mrg-b {width: 20%}
#main_tree5 ul {list-style:none;}
#main_tree5 ul.main_tree_sub {margin:0;}
#main_tree5 ul.main_tree_sub > li {padding: 0 15px;}
#main_tree5 ul li.hidden_option {display: none;}
#main_tree5 ul li.item {font-size: 0.9em;padding: 1px 0;}
#main_tree5 ul .title {color:  #333333;font-size: 1.3em; padding-bottom:10px; display:block;line-height:1;}
#main_tree5 ul .title:after {content:''; width: 15px; height: 3px;display:block; margin-top:8px}
/*72221*/
/*73857*/
.btn.more-button {border: medium none;     color:#fff; text-decoration:none; font-size:1em; padding: 10px 17px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;    background: #474747; border: 1px solid #474747}
.btn.more-button:hover {border: 1px solid #000;        background: #000;  color:#fff; text-decoration:none; font-size:1em; padding: 10px 17px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;}
div.col-md-6.hotspot_description {padding: 25px 35px 0 0;   text-align: left;}
#main_hotspot_zone1 .bx-wrapper .bx-viewport  {height: auto !important;}
#main_hotspot_zone1 a.product-icon {height:265px;padding:20px 0px;margin:0;}
#main_hotspot_zone1 a.product-name {font-size: 1.43em;font-weight:bold; line-height: 1.2;}
#main_hotspot_zone1 div.product_prices {font-size: 1.43em;line-height: 1.2;margin-bottom:10px;}
#main_hotspot_zone1 #bx-pager {overflow: hidden;padding-right:0;}
#main_hotspot_zone1 #bx-pager a {border-left: 1px solid #c4c7c8;     border-top: 1px solid #c4c7c8;  position:relative;   height: 134px;     margin-top: -1px;     text-align: center;}
#main_hotspot_zone1 #bx-pager a img {max-height: 132px;}
#main_hotspot_zone1 #bx-pager a.active {box-shadow: 0 0 0 3px #90b011 inset;}
#main_hotspot_zone1 #bx-pager a.active:after {/* content:'';display:block;top:0px;left:0px;right:0px;height:4px;background:#cb58aa ;position:absolute; */}
#main_hotspot_zone1 #bx-pager a.active:before {/* content:'';display:block;top:4px;left:50%;margin-left:-4px;position:absolute;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #cb58aa ; */}
.main_hotspot_sub .product_wrapper {border: 1px solid #c4c7c8;  box-shadow: 0px 2px 0px 0.00px rgba(0, 0, 0, 0.05);}
.main_hotspot_sub .product_wrapper:hover {box-shadow: 0 0 0 3px #90b011 inset;}
#main_hotspot_sub {border: 1px solid #c4c7c8;}
/*73890*/
.col-bg-1 .products_wrapper {margin:0;}
/*73904*/
/*73894*/
/*72220*/
/*66478*/
/*73972*/
#main_news1 .news-name {color:#333333;}
#main_news1 a.news-name:hover {color:  #cb58aa;}
div.see_more {text-decoration: underline;}
#main_news1 div.news_wrapper {padding-bottom: 20px;}
#main_news1 div.date {display:inline-block;   font-size: 0.79em;padding:2px 5px; border: 1px solid #474747;}
#main_news1 .main_news_sub {margin:0;border: 1px solid #c4c7c8; box-shadow: 0px 2px 0px 0.00px rgba(0, 0, 0, 0.05);padding-top:20px;}
#main_news1 a.news_image {display: inline-block;   float: left;   margin: 0 10px 0 0;   max-width: 100%;}
#main_news1 span.news_image {display: inline-block;   float: left;   margin: 0 10px 0 0;   max-width: 100%;}
#main_news1 a.news_image img {height:auto;}
#main_news1 span.news_image img {height:auto;}
#main_news1 .news-name {display:block;padding-top:10px;font-weight:bold;}
#main_news1 div.description {padding-top:15px;white-space: normal;margin-bottom:10px; font-size: 0.86em;}
#main_news1 div.see_more a {font-size: 0.86em;}
/*70015*/
/*72760*/
div.n69967_desc {padding: 10px 0 5px;}
a.n69967 {display: block; float: left; margin: 15px 1%; text-align: center; text-decoration: none; width: 23%;}
a.n69967 img {max-width: 100%; max-height: 100%;}
a.n69967 span.name {display: table-cell; font-weight: bold; line-height: 14px; overflow: hidden; padding: 5px 10px; text-align: center; vertical-align: middle; width: 23%;}
a.n69967 span.count {color: #333; display: inline-block; padding: 0 10px;}
div.n69967_main a.see_all {float: right; clear: both; margin-top: 20px;}
/*68342*/
.main_news2 a:hover {color:#cb58aa;}
div.back {padding:10px; text-align:right;}
div.n65105_news_list_sub {overflow:hidden;padding-bottom:15px;}
div.n65105_news_list_item {border-bottom:1px solid #ddd;}
div.n65105_news_list_item_sub {overflow:hidden;padding:15px 0;}
h1.n53963 {margin-bottom: 15px;}
a.back {background: url('/gfx/ger/bullet_small.png?r=1488182849') no-repeat scroll left 5px transparent;     color: #303030;     font-size: 0.917em;     padding-left: 11px;     text-decoration: none;}
a.n53963 {background: url('/gfx/ger/bullet_small.png?r=1488182849') no-repeat scroll left 5px transparent;     color: #303030;     font-size: 0.917em;     padding-left: 11px;     text-decoration: none;}
h2.main_news2 {margin-bottom: 15px;     padding-right: 5px;color:#000;}
span.more_53963 {padding:10px; text-align:right;display:block;}
div.n65105_news_list_item_first {border-bottom:1px solid #ddd;}
a.back:hover {color: #cb58aa  ;}
a.n53963:hover {color: #cb58aa  ;}
div.n65105_news_list_item_sub object {margin-bottom:10px;}
div.news_page img.pic {float: left;     margin-bottom: 10px;     margin-right: 10px;}
div.n65105_news_sub object {margin-bottom:10px;}
div.n65105_news_sub table {width:100%;}
div.n65105_news_sub div.date {border: 1px solid #ECECEC;     color: #9E9E9E;     float: right;     font-size: 11px;     padding: 2px 4px;     white-space: nowrap;}
div.n65105_news_list_item_sub table {width:100%;}
div.n65105_news_list_item_sub div.date {border: 1px solid #ECECEC;     color: #9E9E9E;     float: right;     font-size: 11px;     padding: 2px 4px;     white-space: nowrap;}
.main_news2 a {color:#000; text-decoration:none;}
/*57615*/
span.pagging_current {background-color:#cb58aa;}
a.news_paging_prev:hover {background-color:#cb58aa;}
a.news_paging_next:hover {background-color:#cb58aa;}
a.paging_tab:hover {background-color:#cb58aa;}
table.news_paging {text-align: right;border-collapse: collapse;border-spacing: 0; box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05); display:table; float: right;}
span.pagging_current {color:#fff;}
a.news_paging_prev:hover {color:#fff;}
a.news_paging_next:hover {color:#fff;}
a.paging_tab:hover {color:#fff;}
td.news_paging_center > * {border-right: 1px solid #c6c6c6;}
td.news_paging_center > *:last-child {border-right: none;}
table.news_paging td {border: 1px solid #c6c6c6;}
table.news_paging td > * {display: table-cell;     font-size: 0.9em;     height: 32px;     padding: 3px 5px 0;     text-align: center;     vertical-align: middle;     width: 31px;}
/*65687*/
div.news_bookmarklets {border-top: 1px solid #e2e2e2;     clear: both;     float: left;     margin-bottom: 5px;     padding-top: 5px;     width: 100%;}
div.news_section_bookmarklets {clear: both;     float: left;     margin-bottom: 5px;     width: 100%;}
div.news_section_bookmarklets_big {clear: both;     float: left;     margin-bottom: 5px;     width: 100%;}
div.news_section_bookmarklets ul {list-style-type:none;}
div.news_section_bookmarklets li {display: inline;     float: left;     margin: 0 5px 5px 0;}
div.news_section_bookmarklets_big ul {list-style-type:none;}
div.news_section_bookmarklets_big li {display: inline;     float: left;     margin: 0 5px 5px 0;}
/*72952*/
/*65686*/
div.news_fb_comments {margin-top: 15px;   width: 100%;clear: both;}
div.news_fb_comments_label {margin-bottom: 10px;}
/*60580*/
div.newsletter_cms {padding:10px 0; display:block;clear:both;overflow:hidden;margin-bottom:10px;}
div.newsletter_cms ul {padding:0 0 0 22px !important;}
div.newsletter_cms ol {padding:0 0 0 22px !important;}
/*62443*/
div.newsletter_message {background: url('/gfx/ger/icon_message.png?r=1488182849') 18px 18px no-repeat #cb58aa; border:1px solid transparent; color:#FFFFFF;  font-size:14px; padding:22px 65px !important; margin-bottom:10px !important;text-align:center;}
div.newsletter_message_wrapper {text-align:center;}
div.newsletter_message {margin-bottom:20px;}
div.newsletter_form {text-align:center;}
div.newsletter_form_label {text-align:left;}
form.newsletter_form {clear:both;}
div.newsletter_form p {padding:10px 0;  text-align:center;}
div.newsletter_form p strong {font-weight:bold;}
#newsletter_button_add {margin-left:5px;}
#newsletter_button_remove {margin-left:5px;}
/*62108*/
div.noproduct_form_outline {margin-bottom:10px;}
div.noproduct_form_label {clear:both;}
div.noproduct_form_sub {margin:10px; overflow:hidden;}
div.noproduct_form_desc {margin-bottom:15px;}
div.noproduct_form_section {clear:both; overflow:hidden;     width: 560px;margin:0 auto 5px;}
div.noproduct_form_left1 {float:left; padding:0 5px; text-align:right; width:121px;}
div.noproduct_form_right1 {float:left;  padding:0 5px; text-align:left;}
div.noproduct_form_left2 {float:left; padding:0 5px; text-align:right; width:121px;}
div.noproduct_form_right2 {float:left; padding:0 5px; text-align:left;}
div.noproduct_form_submit {padding:10px 0 0; text-align:center;}
div.noproduct_form_desc2 {margin:10px 0;}
span.noproduct_form_title {position:relative; top:2px;}
input.noproduct_form_name {padding:2px; text-align:justify; width:293px;}
textarea.noproduct_form_desc {font-size:11px; height:94px !important; padding:2px; text-align:justify; width:294px;max-width:294px;}
a.noproduct_form_submit {margin:0 auto;}
/*58576*/
div.noproduct_cms_label {clear:both;}
div.noproduct_cms {margin-bottom:15px; overflow:hidden;}
div.noproduct_cms ul {padding:0 0 0 22px !important;}
div.noproduct_cms ol {padding:0 0 0 22px !important;}
/*59298*/
div.n59298_label {display:none;}
div.n59298 {margin:10px 10px 40px;}
n59298 ul {padding:0 0 0 22px !important;}
n59298 ol {padding:0 0 0 22px !important;}
/*59299*/
a.n59299_link {margin:10px auto 5px;width:170px;display:block;}
div.n59299_text {text-align:center;  font-weight:bold;}
a.n59299_link:hover {display:block;}
/*68516*/
div.order_open_form_wrapper {padding-bottom:20px;}
div.order_open_form {display: inline-block;     margin-bottom: 10px;     text-align: left;}
div.order_open_form_wrapper h1 {margin-bottom:10px;}
div.order_open_form_wrapper p {margin-bottom:20px;}
div.order_open_form_wrapper form {margin: 0 auto 20px;     text-align: center;     width: 400px;}
div.order_open_form_wrapper label {display:block; margin-bottom:2px;}
div.order_open_form_wrapper input {width:310px;padding:5px;}
div.order_open_form_wrapper button {margin-top: 10px;}
div.order_open_form_wrapper div.order_open_form img {float: right; margin-left: 7px; margin-top: 2px;}
/*63829*/
input.orderdetails_paygate_finalize {border: medium none;       color:#fff; text-decoration:none; font-size:1.2em; padding: 10px 20px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;               background: #b6cd2e; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I2Y2QyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZGFlMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #b6cd2e 0%, #8dae0f 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6cd2e), color-stop(100%,#8dae0f)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* IE10+ */ background: linear-gradient(to bottom,  #b6cd2e 0%,#8dae0f 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6cd2e', endColorstr='#8dae0f',GradientType=0 ); /* IE6-8 */}
div.order_payment_lucasbank {background: url('/gfx/ger/icon_message.png?r=1488182849') 18px 18px no-repeat #cb58aa; border:1px solid transparent; color:#FFFFFF;  font-size:14px; padding:22px 65px !important; margin-bottom:10px !important;text-align:center;}
#LukasRatySubmit {border: medium none;     color:#fff; text-decoration:none; font-size:1em; padding: 10px 17px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;              background: #b6cd2e; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I2Y2QyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZGFlMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #b6cd2e 0%, #8dae0f 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6cd2e), color-stop(100%,#8dae0f)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* IE10+ */ background: linear-gradient(to bottom,  #b6cd2e 0%,#8dae0f 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6cd2e', endColorstr='#8dae0f',GradientType=0 ); /* IE6-8 */}
div.order_payment_button button {border: medium none;     color:#fff; text-decoration:none; font-size:1em; padding: 10px 17px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;              background: #b6cd2e; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I2Y2QyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZGFlMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #b6cd2e 0%, #8dae0f 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6cd2e), color-stop(100%,#8dae0f)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* IE10+ */ background: linear-gradient(to bottom,  #b6cd2e 0%,#8dae0f 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6cd2e', endColorstr='#8dae0f',GradientType=0 ); /* IE6-8 */}
div.orderdetails_info {margin:0 0 15px;}
div.order_payment_button {margin: 0 auto; text-align: center; width:560px;}
p.new_orderdetails_paygate_finalize {display: none;padding: 10px 0; text-align: left;}
input.orderdetails_paygate_finalize {margin:0 auto;}
#new_orderdetails_paygate_finalizes {display:block !important;text-align:center;}
div.order_payment_lucasbank {text-align: left; margin-bottom:10px;}
div.order_payment_lucasbank p {margin:10px;}
#LukasRatySubmit {font-size: 1px; margin: 0 auto; text-align:left; padding-left:45px;}
div.order_payment_button button {font-size: 1px; margin: 0 auto; text-align:left; padding-left:45px;}
div.order_payment_button button img {margin: 0 0 0 4px;}
div.order_payment_lucasbank a {color:#FFF;}
/*53653*/
div.orderdetails_info {background: url('/gfx/ger/icon_message.png?r=1488182849') 18px 18px no-repeat #cb58aa; border:1px solid transparent; color:#FFFFFF;  font-size:14px; padding:22px 65px !important; margin-bottom:10px !important;text-align:center;}
div.orderdetails_info {padding:10px;}
div.new_orderdetails_paygate_finalize {display:block;}
div.new_orderdetails_paygate_finalize_sub {padding:15px 0; display:block;}
div.prepaid_finalize_1 {height:95px;}
div.prepaid_finalize_2 {margin-top:10px;}
div.order2_overall_cost {font-weight: bold; color:#cb58aa  ; font-size:14px;}
div.prepaid_finalize_1 a {font-weight:bold;}
span.account_info {display:block; font-size:12px; font-weight:bold; padding-bottom:5px;}
span.supplier {display:block; font-weight:bold; padding-top:8px;}
span.supplier_desc {display:block; text-align:justify;}
span.account_number {display:block; font-weight:bold; padding-top:8px;}
span.account_number_desc {display:block; text-align:justify;}
span.bank_info {display:block; font-weight:bold; padding-top:8px;}
span.bank_desc {display:block; text-align:justify;}
span.title {display:block; font-weight:bold; padding-top:8px;}
span.summary {display:block; font-weight:bold; padding-top:8px;}
table.new_orderdetails_paygate_finalize {width:100%;}
td.n53653_info {width:100%;}
td.prepaid_finalize_1 {padding:10px 10px 10px 0; text-align:justify;}
td.prepaid_finalize_2 {width:50%; padding:10px; background: #E3E3E3;}
h3.new_orderdetails_paygate_finalize {display:none; font-size:13px; font-weight: bold; text-align: left; padding:10px 0 10px 0;}
a.prepaid_ikon_pdf {display:block; float: left; width:85px; height:85px; margin-right:10px;background: url('/gfx/ger/order2_pdf.png?r=1488182849') top left no-repeat;}
a.link_pdf {text-decoration:none;}
a.link_pdf:hover {text-decoration:none;}
/*62107*/
div.payment_card {width:560px;margin:0 auto;}
div.payment_card_info {background-image: url('/gfx/ger/lock.gif?r=1488182849'); background-position:40px 15px; background-repeat:no-repeat; font-weight:bold; margin:0 40px 10px; padding:10px 10px 10px 70px;background:#FFFFDC; border:1px solid #000000;}
div.payment_card_formel {height:30px; line-height:30px; margin-left:60px; width:320px;}
div.payment_card_datedesc {font-size:10px; margin-left:121px;}
div.credit_card_submit {padding-top:10px; text-align:center; width:560px;}
label.payment_card_formel {display:inline; float:left; margin-right:10px; text-align:right; width:150px;}
span.payment_card_need {display:inline; float:left; margin-left:3px; margin-top:7px; position:relative;}
span.payment_card_help {display:none; left:1px; line-height:12px; position:absolute; text-align:left; top:-5px; width:150px; z-index:50;background:#FFFFDC; border:1px solid #000000;}
span.payment_card_help2 {background:transparent url('/gfx/ger/pointer.gif?r=1488182849') no-repeat scroll 0 3px; left:-6px; padding: 5px 5px 5px 15px; position:relative; z-index:50; display:block;}
span.payment_card_expire {float:left; padding:0 5px;}
img.payment_card_nedd_img {left:5px; position:absolute; top:7px;}
img.payment_card_correct_img {left:1px; position:absolute; top:1px;}
img.payment_card_wrong_img {left:1px; position:absolute; top:1px;}
button.credit_card_submit {margin:0 auto;}
div.payment_card_formel select {display:inline; float:left; margin-top:5px; text-align:center; width:150px;}
div.payment_card_formel input {display:inline; float:left; margin-top:7px; width:144px;}
#credit_card_month {text-align:center; width:25px;}
#credit_card_year {text-align:center; width:25px;}
/*53699*/
div.n53699 {width:560px;text-align:center;display:block;margin:0 auto;}
div.n53699_text {text-align:center; width:480px; margin:20px auto 0px;}
a.order_paygate_info_link {margin:10px auto;}
/*55417*/
div.n55417 {padding-bottom:20px;}
/*69853*/
div.order1_balance_info {background: url('/gfx/ger/icon_message.png?r=1488182849') 18px 18px no-repeat #cb58aa; border:1px solid transparent; color:#FFFFFF;  font-size:14px; padding:22px 65px !important; margin-bottom:10px !important;text-align:center;}
div.order1_delivery_time_pick_hour {color:#cb58aa;}
div.order1_comment_text {background: url('/gfx/ger/icon_message.png?r=1488182849') 18px 18px no-repeat #cb58aa; border:1px solid transparent; color:#FFFFFF;  font-size:14px; padding:22px 65px !important; margin-bottom:10px !important;text-align:center;}
span.active_title {color:  #8faf10; font-size: 1em; font-weight:bold;}
#advance_value {background: url('/gfx/ger/icon_message.png?r=1488182849') 18px 18px no-repeat #cb58aa; border:1px solid transparent; color:#FFFFFF;  font-size:14px; padding:22px 65px !important; margin-bottom:10px !important;text-align:center;}
#advance_value strong {color:  #8faf10; font-size: 1em; font-weight:bold;}
#order1_payform div.description_box {border: 2px solid #cb58aa;}
div.order1_label {margin-bottom: 30px;}
div.order1_balance_info {padding: 10px 10px 10px 43px; border: 1px solid #9F9F9F;   line-height: 1.4;     margin: 0 0 20px 0;}
div.order1_delivery_label {overflow:hidden;margin-bottom:10px;}
div.order1_big_checkbox {color:#000; cursor:pointer; font-size:31px; font-weight:bold; height:20px; left:7px; line-height:12px; float:left;}
div.order1_delivery_legend {font-size:10px; height:12px; position:relative; display:none;}
div.order1_delitem {border: 1px solid #d2d2d2; cursor:pointer; font-weight:bold; margin-bottom:5px; overflow:hidden; clear:both;position:relative; background: #ffffff;}
div.order1_delitem_sub {display: table; width: 100%;}
div.order1_delitem_header {display: table-cell;  padding: 10px; vertical-align: middle;width:70%; height:32px;}
div.order1_delitem_time {font-weight:normal;margin-top:3px;font-size:0.85em;}
div.order1_delitem_comment {padding:7px 0;font-weight:normal;line-height:12px;color:#7f7f7f;}
div.order1_delitem_pricebox {display: table-cell; padding: 10px; text-align: right; vertical-align: middle;  middle;width:30%;}
div.order1_dvp_time_pick {font-weight:normal;font-size:0.9em; padding:15px 0 10px;}
div.order1_delivery_time_pick_hour {display:inline;}
div.order1_time_pick_button {display:block;margin:10px 0 20px;}
div.order1_comment_background {clear:both;}
div.order1_comment_text {display:none; margin:5px 5px 0; padding:5px;      border: 1px solid #9F9F9F;     font-family: monospace;     font-size: 12px;}
div.order1_date {cursor:pointer; float:left;  width:12.5%;}
div.order1_date_sub {font-size:11px;border: 1px solid #d2d2d2;cursor:pointer;  height:50px; text-align:center; margin:0 3px;clear:both;position:relative; background: #ffffff; background: -moz-linear-gradient(top, #ffffff 1%, #ffffff 90%, #f4f4f4 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(90%,#ffffff), color-stop(100%,#f4f4f4)); background: -webkit-linear-gradient(top, #ffffff 1%,#ffffff 90%,#f4f4f4 100%); background: -o-linear-gradient(top, #ffffff 1%,#ffffff 90%,#f4f4f4 100%); background: -ms-linear-gradient(top, #ffffff 1%,#ffffff 90%,#f4f4f4 100%); background: linear-gradient(to bottom, #ffffff 1%,#ffffff 90%,#f4f4f4 100%);}
div.order1_payitems_wrapper {display: block;     margin-bottom: 10px; width:auto !important;}
div.order1_payment {border: medium none;     clear: none;     cursor: pointer;     float: left;     font-weight: bold;     height: 115px;     margin: 0.5%;     min-height: 36px;     padding: 0;     position: relative;     text-align: center;     width: 13.28%;     z-index: 2;}
div.order1_payment_sub {border: 1px solid  #ddd;       height: 113px;}
div.order1_payment_description {display: block;font-weight:normal; padding-left:78px; display: none;}
div.order1_bon {clear: both;     display: none;     font-weight: normal;     min-height: 30px;     padding-top: 10px;}
span.order1_delitem_price_currency {margin-left:3px;}
span.order1_delivery_title {font-size:16px; float:left;}
span.order1_legend_courier_name {left:100px; position:absolute; top:-3px;width:100px;}
span.order1_legend_courier_time {display:none}
span.order1_legend_courier_price {right:19px; position:absolute;  top:-3px;}
span.order1_delitem_radio {display:none !important;margin:10px 5px 0; /* dla IE wyjątek trzeba ustawić */   float:left; overflow:hidden;}
span.order1_delitem_name {line-height:12px;}
span.order1_delitem_pricetitle {position:absolute; top:8px; font-weight:normal;}
span.order1_delivery_description {padding:15px;text-align:center;display:block;display:none;}
span.order1_delivery_time_pick_value {color:#000;}
span.order1_date_day {color:#000; display:block; font-size:12px; font-weight:bold; padding:10px 5px 0px;}
span.order1_date_month {display:block; font-weight:normal; padding:0 2px 5px;font-size:11px;}
span.order1_date_calendartxt {display:block; padding:26px 5px 0;}
span.order1_payment_header {display: block; line-height: 12px; margin-left: 80px;            display: table-cell; font-weight: normal; height: 48px;padding: 0px 5px 0; vertical-align: middle; width: 165px;word-break: break-all;}
input.order1_radio {display: none;}
input.order1_text {width:150px; font-weight:normal;}
img.order1_delitem_icon {float:left;  margin-right:5px;}
img.order1_payment_icon {left: 10px; max-height: 35px; max-width: 75px; position: absolute; top: 10px;      margin-top: 0px;   max-height: 35px;   max-width: 75px; position:static;}
label.order1_bon {margin-right: 8px;     position: relative;     text-align: left;}
label.wrappers_order {display:none;}
._mobile div.order1_payitems_wrapper {margin: 0 !important;     width: auto !important}
._mobile div.order1_payment {margin: 0 0 10px 0 !important;}
._mobile #order1_payform div.description_box {display:none  !important;}
div.o1selectedpay:after {border-bottom: 6px solid #cb58aa ;border-left: 7px solid transparent;border-right: 7px solid transparent;bottom: -11px;content: '';display: inline-block;left: 42%;position: absolute;  border: none   box-shadow: none;}
div.o1selectedpay.nodescription:after {display: none;}
#span_hours_range1 {display:block; margin:25px 0 7px 35px; font-size:11px;}
#span_hours_range2 {display:block; margin:0 0 7px 35px; font-size:11px;}
#span_hours_range3 {display:block; margin:0 0 7px 35px; font-size:11px;}
#span_hours_range4 {display:block; margin:0 0 7px 35px; font-size:11px;}
#span_hours_range5 {display:block; margin:0 0 7px 35px; font-size:11px;}
#span_hours_range6 {display:block; margin:0 0 0px 35px; font-size:11px;}
#calendar_date_select_8 {position:relative;}
#calendar_date_select_8 div.order1_date_sub {background:url('/gfx/ger/calndar_gfx.gif?r=1488182849') center 10px no-repeat;}
#order1_calbind {position:absolute; top:50px; right:0;z-index: 999;}
#order1_dvp {float:right;}
#order1_delivery {clear:both;}
#order1_calendar_wrapper {clear: both;}
div.checked {background:url('/gfx/ger/icon_checked.png?r=1488182849') top left no-repeat;width:20px;}
div.inactive_shippings {border:1px solid #fff !important; background:none !important;}
div.order1_shippings {float: left;     margin-bottom: 20px;     width: 49.5%;}
div.o1selected {border: 1px solid #cb58aa ; box-shadow:0 0 0 1px #cb58aa ;}
div.o1disabled {background:#f5f5f5 !important;}
div.o1disabled div.order1_delitem_header {border:none !important;width:auto !important;}
div.o1disabled span.order1_delitem_name {border:none !important;width:auto !important;}
div.o1disabled div.order1_delitem_pricebox {display:none;}
div.o1disabled div.order1_delitem_time {left:328px; width:220px;}
div.o1disabled span.order1_delitem_time {left:328px; width:220px;}
div.o1dis_inactive {background:#f5f5f5 !important;}
div.o1dis_inactive div.order1_delitem_header {border:none !important;width:auto !important;}
div.o1dis_inactive span.order1_delitem_name {width:auto !important;}
div.o1dis_inactive div.order1_delitem_pricebox {display:none;}
span.inactive_time {color:#cc0000  ;}
#order1_payform {clear: both;     margin-bottom: 35px;     margin-top: 15px;     padding-bottom: 10px;}
div.o1selectedpay {/* border: 1px solid #000;*/ box-shadow:0 0 0 2px #cb58aa ;}
div.o1selectedpay div.order1_payment_sub {/* border: 1px solid #000;     box-shadow: 0 0  1px 0 #000; */}
div.o1selecteddate div.order1_date_sub {border: 2px solid #cb58aa  !important;}
#calendar_select_hour_div {clear:both; padding:20px 0 20px 0; text-align:center;font-size:12px;}
#calendar_select_hour_div span {padding-right:5px;}
#order1_calendar {clear:both; margin-bottom:20px;}
button.order1_idle {opacity:0.5; cursor:not-allowed; border:none;}
div.o1selectedpay a:hover {color:#000;}
div.order1_delitem_pricebox label {clear:both; display:block; /* dla IE brak marginesu*/ white-space: nowrap;}
div.order1_delitem_pricebox input {margin-left:0; margin-right:2px; position:static;cursor:pointer;}
div.o1disabledpay {background:#E3E3E3 none repeat scroll 0 0 !important; color:#A1A1A1 !important; cursor:not-allowed !important; font-weight:normal !important;}
.order1_delitem_price_point_disabled {clear:both; cursor:not-allowed; display:block; float:right; margin-top:3px; margin-left:0; position:static;opacity:0.5;}
.order1_payment_sub .clearBoth {width:100%; clear:both; height:1px;}
#order1_balance {width: 100%; color:#000;margin:0 0 20px 0; display:none !important;}
#order1_balance th {padding: 10px 0 3px 10px; text-align: left;font-size:12px;font-weight: normal;}
#order1_balance td {padding: 0 0 10px 10px; text-align: left; font-weight: bold;border-bottom:2px solid #000;font-size:14px;}
div.order1_shippings.balance_disabled {color: #999999;background:none !important;border:none !important;}
div.order1_delivery_title.balance_title {line-height:17px; font-size:16px;}
div.order1_label.order1_balance {margin:0; display:none !important;}
#order1_balance.loading_ajax {background:url('/gfx/ger/load_ajax_bar.gif?r=1488182849') no-repeat 350px 42px #fff;border:none !important;}
#advance_value {clear:both;padding: 10px 10px 10px 43px;  border: 1px solid #9F9F9F;   line-height: 1.4;     margin: 10px 1px; background: url('/gfx/ger/icon_warning.png?r=1488182849') 18px 18px no-repeat #dcaf26;}
#advance_value strong {color:#FFF;}
#advance_value strong  span {padding-left:3px;}
#order1_payform div.description_box {clear: both;     margin-bottom: 10px;     padding: 10px;     position: relative;     text-align: center;     top: 5px;     z-index: 1; display:none;}
#order1_payform div.description_box p {padding-bottom: 7px;}
#order1_payform div.description_box ul {padding-left: 22px;}
div.order1_time_pick_button a.closeToplayerOrder {display:none;}
#insurance_products_order1 {clear: both; float: none;margin-bottom: 15px;}
#order1_payform.payform_credit {display:none !important;}
.prepaid_discount_wrapper label {white-space: normal; width: 80%;}
/*58336*/
div.order2_cms {margin-bottom:20px;}
/*74434*/
a.order2_name {text-decoration:none;  color: #333333; font-size: 0.86em;}
td.order2_bruttoworth {color:  #8faf10; font-size: 1em; font-weight:bold;}
.order2_table th {border-color:#cb58aa;}
a.order2_name:hover {color:#cb58aa;}
div.n57856_order_overtaker {padding:0 0px 10px;}
div.order2_info {padding-bottom:10px;}
div.order2_info_sub {float: left; margin-bottom: 30px; position: relative; width: 33%;}
div.order2_info1_sub {margin-bottom: 10px;}
div.clear_fix {clear:both;}
div.email_processing_consent {clear: both;     float: left;     margin-bottom: 20px;     text-align: left; width: 100%;}
div.order2_products {clear:both;margin-bottom: 25px;}
div.order2_productlist_files {padding:10px 0 7px 20px;}
div.order2_fileslist {padding:5px 0 5px 6px;overflow:hidden;}
div.order2_terms_wrapper {font-size: 12px;}
span.order2_stock_name {display:block;}
span.order2_name {display: block; margin-bottom: 3px; font-weight:bold;}
span.n53330_projectorlink {text-align:justify; font-weight:bold;}
span.comment_label {text-align: left; font-weight: bold; color: #000000;  display: block; margin-left: -4px; margin-top: 3px;}
h3.order2_info1 {color: #000000; padding: 0 0 8px;}
a.order2_name {display: block;margin-bottom: 3px;}
a.order2_change_delivery_link {margin-left: 5px;font-weight: normal;}
a.order2_instalment {cursor: pointer; margin-left: 10px;font-weight: normal;}
textarea.order2_text {height:3em;	padding: 3px; width:90%; -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ 	-moz-box-sizing: border-box;    /* Firefox, other Gecko */ 	box-sizing: border-box;}
table.order2_table {width:100%;}
th.order2_name {text-transform: uppercase;}
td.order2_bruttoworth {text-align: right;     white-space: nowrap;}
#order2_box_4 {display: inline-block;}
#order2_box_7 {font-size: 12px;}
.order2_terms_wrapper a {font-weight: bold;}
div.order2_info1_sub label {display: inline-block; margin: 0 10px;}
a.order2_button_order {cursor:pointer; display:block; margin:0 auto;}
a.order2_button_next {margin:0 auto; cursor:pointer;}
div.order2_fileslist div {background: url('/gfx/ger/spinacz.png?r=1488182849') left center no-repeat;  display: block;     float: left;     margin-bottom: 5px;     margin-right: 7px;     padding-left: 10px;white-space:nowrap;}
div.order2_fileslist a.previewFile {display:inline;float:none; text-decoration:none;}
div.order2_fileslist a.previewFile:hover {text-decoration:underline;}
a.order2_change_delivery_link:hover {text-decoration:underline;}
.minus_sign:before {ccolor: #222222;     content: '-';         padding-right: 3px;}
.plus_sign:before {ccolor: #222222;     content: '+';       padding-right: 3px;}
.order2_summary_section strong {display: inline-block;     min-width: 105px;}
.order2_table th {font-weight: normal; margin: 0; padding: 0 0 4px; text-align: left; border-bottom-style:solid; border-bottom-width:1px;border-color:#ddd;}
.order2_table th.order2_worth {padding-right: 10px; text-align: right; white-space: nowrap; width: 50px;}
.order2_table td {padding: 10px 10px 2px 0; vertical-align: middle;}
.order2_table td.order2_name {padding-left:20px;}
a.order2_name:before {background: none repeat scroll 0 0 #D2D2D2; content: ''; display: inline-block; height: 7px; margin-left: -16px; margin-right: 8px; position: relative; top: -1px; width: 7px;}
span.order2_name:before {background: none repeat scroll 0 0 #D2D2D2; content: ''; display: inline-block; height: 7px; margin-left: -16px; margin-right: 8px; position: relative; top: -1px; width: 7px;}
form.order2_form div.basketedit_summary {text-align: left;}
form.order2_form div.basketedit_summary_buttons {width: 50%; float: right;}
form.order2_form div.basketedit_summary_right {width: 50%; padding-left: 0;}
form.order2_form div.basketedit_calculations {border-bottom-style:solid; border-bottom-width:1px;}
form.order2_form div.basketedit_product_summary label {text-align: left;}
form.order2_form .basketedit_rabats_summary label {text-align: left;}
form.order2_form .basketedit_total_summary label {text-align: left;}
form.order2_form div.basketedit_summary_shipment_time {padding: 0;}
form.order2_form div.basketedit_summary_debit {padding: 0;}
form.order2_form td.order2_name {width: 50%;}
form.order2_form input.order2_button_order {width: 100%;}
.email_processing_consent input {float: left;     margin-right: 5px;     vertical-align: middle; position: relative; top: -2px;}
.email_processing_consent span {display: block;     margin-top: -4px;     padding-left: 20px;}
#order2_info_sub4 {clear: both;}
th.order2_name span.product_virtual {background: none repeat scroll 0 0 #ffffff; padding: 0 3px;}
th.order2_name span.product_service {background: none repeat scroll 0 0 #fffed2; padding: 0 3px;}
.productslist_product_bundle i.product_virtual {background: none repeat scroll 0 0 #ffffff; padding: 0 3px; display: inline-block;}
.productslist_product_bundle i.product_service {background: none repeat scroll 0 0 #fffed2; padding: 0 3px; display: inline-block;}
.order2_terms_wrapper {clear: both; float: right; padding-bottom: 20px; width: 50%; line-height: 1.2;}
.order2_terms_wrapper_sub {clear: both; float: left; margin-bottom: 3px; width: 100%;}
.order2_terms_wrapper_sub input {margin-left: -17px; margin-right: 5px; vertical-align: middle;}
.order2_terms_wrapper_sub label {float: left; padding: 5px 7px 5px 22px;}
.order2_terms_wrapper_sub a {font-weight: bold;}
.order2_terms_wrapper_sub span {margin-top: -2px;}
.order2_terms_wrapper_sub.virtual {background: none repeat scroll 0 0 #ffffff;}
.order2_terms_wrapper_sub.service {background: none repeat scroll 0 0 #fffed2;}
.order2_terms_wrapper_sub.required {background: none repeat scroll 0 0 #cc0000  ; color: #ffffff;}
.order2_terms_wrapper_sub.required a {color: #fff; font-weight: bold;}
/*67977*/
div.loadingMap {background:url('/gfx/ger/mapLoaderBg.png?r=1488182849');  height: 501px;     position: absolute;     top: 0;     width: 100%;     z-index: 99;}
div.loadingContent {position:relative;}
div.loadingBox {background: none repeat scroll 0 0 #FFFFFF;    padding: 10px;     position: absolute;opacity:0;filter: alpha(opacity = 0);}
span.loadingMap {color: #666666;     display: block;     font-size: 11px;     margin-bottom: 5px;     text-align: center;}
span.loadingNav {display:none;}
img.marker_face {display:none;}
div.dymekWrapper {overflow:hidden;padding:10px;}
div.dymekInfo {float: left;margin-right:10px;}
span.dymekFirmName {color: #cb58aa;     display: block;     font-weight: bold;     margin-bottom: 10px;}
span.dymekAddress {clear: both;     display: block;}
span.dymekZipCode {float: left;     padding-right: 3px;}
span.dymekCityName {float: left;     padding-right: 3px;}
span.dymekCountryName {clear: both;     display: block;}
div.partners_list_header {margin-bottom:20px;}
div.partners_text_info {float: left;    margin-bottom:20px;}
div.partners_show_city_button {float:right;margin-bottom:20px;}
div.mapContainer {border: 1px solid #D2D2D2;     clear: both;     margin: 20px 0;     position: relative;}
div.partners_map_wrapper {background: none repeat scroll 0 0 #666666;     height: 500px;     width: 100%;}
div.partners_list_under {clear:both;}
div.partners_list_under_sub {margin-bottom:10px;}
div.partners_list_under_wrapper {border-bottom: 1px dotted #000000;     float: left;     font-size: 0.9em;     min-height: 124px;     overflow: hidden;     padding: 10px;     position: relative;     text-decoration: none;     width: 20%;}
div.city_desc_wrapper {overflow:hidden;}
div.partners_list_city_search_wrapper {border-bottom: 1px solid #DDDDDD;     margin-bottom: 10px;     margin-left: 10px;     margin-right: 10px;     overflow: hidden;     padding-bottom: 10px;     padding-top: 5px;}
div.partners_list_city_list_wrapper {clear: both;          max-height: 310px;     overflow: auto;     width: 100%; padding:0 10px; margin-bottom:10px;}
div.city_list_element {float: left; width: 50% ; padding:3px 5px;}
div.partners_list_buttons {border-top: 1px solid #DDDDDD;       overflow: hidden;     padding: 10px;}
span.loadingMarkers {color: #666666;     display: block;     font-size: 11px;     margin-bottom: 5px;     text-align: center;display:none;}
span.loadingMarkersComplete {padding-right:3px;}
span.city_firm_name {display: block;    margin-bottom: 10px;clear:both;}
span.city_name {clear: both;     display: block;     float: left;     padding-right: 3px;}
span.city_address {clear:both;display:block;}
span.city_zipcode {clear: both;     float: left;     padding-right: 3px;}
span.city_city {display:block;}
span.city_country {clear:both;display:block;}
span.city_tel1 {clear:both;display:block;}
span.city_tel2 {clear:both;display:block;}
span.partners_list_noResult {display: none;   float: left;     padding-bottom: 4px;     padding-top: 4px; text-align:center;}
span.city_list_info {color: #898989;     font-size: 0.85em;     padding-left: 5px;}
a.city_email {text-decoration:none;clear:both;}
a.city_www {text-decoration:none;clear:both;display:block;}
a.city_showDesc {margin-top:10px;position:absolute;bottom:5px;left:10px;}
a.city_list_city {text-decoration: none;}
img.city_img {display:none;}
h2.partner_list_city_label {margin: 0 0 5px !important;}
input.partners_list_city_search {float: right;     font-size: 0.917em;     padding: 4px 0;     text-indent: 10px;     width: 270px;}
div#partners_list_none div#partners_list_city_pop {display:none;}
div#partners_list_none {display:none;}
div.partners_text_info p {clear: both;     width: 530px;}
div.partners_list_under div.city_wrapper {overflow:hidden;display:none;}
div#partners_list_city_pop {display:block;width:700px}
a.city_showDesc div.city_desc {display:none;}
div.partners_list_under a.city_mail:hover {clear:both;}
div.partners_list_under.limit {display:none;}
span.dymekTel1 {clear: left;     display: block;}
span.dymekTel2 {clear: left;     display: block;}
a.dymekEmail {clear: left;     display: block;     float: left; text-decoration:none;}
a.dymekWWW {clear: left;     display: block;     float: left; text-decoration:none;}
img.dymekImg {float: left;max-width:80px;}
a.dymekFirstLink {margin-top:10px;}
a.show_on_map.noDesc {left:5px !important;cursor:pointer;}
/*67952*/
input.password-recover2:hover {border: medium none;     background: #000;  color:#fff; text-decoration:none; font-size:0.9em;padding: 5px 10px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;                          background: #8dae0f; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhkYWUwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNWNkMmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #8dae0f 0%, #b5cd2d 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8dae0f), color-stop(100%,#b5cd2d)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* IE10+ */ background: linear-gradient(to bottom,  #8dae0f 0%,#b5cd2d 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dae0f', endColorstr='#b5cd2d',GradientType=0 ); /* IE6-8 */}
div.n67952_outline {text-align:center;}
div.n67952_phone {text-align:justify; margin:25px 0; clear:both;}
form.password-recover {overflow:hidden;}
#signin-form_box_sub_recover {text-align:left;padding:10px 0;}
#signin_inputs_recover {margin:10px auto;}
/*58782*/
div.pickup_cms {text-align:justify; margin:10px; overflow:hidden;}
div.pickup_cms ul {padding:0 0 0 22px !important;}
div.pickup_cms ol {padding:0 0 0 22px !important;}
/*67976*/
div.loadingMap {background:url('/gfx/ger/mapLoaderBg.png?r=1488182849');  height: 501px;     position: absolute;     top: 0;     width: 100%;     z-index: 99;}
div.loadingContent {position:relative;}
div.loadingBox {background: none repeat scroll 0 0 #FFFFFF;    padding: 10px;     position: absolute;opacity:0;filter: alpha(opacity = 0);}
span.loadingMap {color: #666666;     display: block;     font-size: 11px;     margin-bottom: 5px;     text-align: center;}
span.loadingNav {display:none;}
div.dymekWrapper {overflow:hidden;padding:10px;}
div.dymekInfo {float: left;margin-right:10px;}
span.dymekFirmName {color: #cb58aa;     display: block;     font-weight: bold;     margin-bottom: 10px;}
span.dymekAddress {clear: both;     display: block;}
span.dymekZipCode {float: left;     padding-right: 3px;}
span.dymekCityName {display: block;}
span.dymekCountryName {clear: both;     display: block;}
div.pickup_list_label {margin-bottom:10px;}
div.mapContainer {border: 1px solid #D2D2D2;     clear: both;     margin: 20px 0;     position: relative;}
div.partners_map_wrapper {background: none repeat scroll 0 0 #666666;     height: 500px;     width: 100%;}
div.pickupl_proposed {float:left; margin-bottom:7px;}
div.pickupl_site {cursor:pointer; float:left; margin:3px;}
div.pickupl_site_sub {border:1px solid #B8B8B8; min-height:170px; position:relative; width:160px;}
div.pickupl_site_header {font-size:12px; font-weight:bold; padding:5px; text-align:center;}
div.pickupl_site_address {margin-bottom:5px; text-align:center;}
div.pickupl_site_link {padding:5px; text-align:center;}
div.pickupl_site_info {padding:4px; position:relative; text-align:center; font-size:10px;}
div.pickupl_site_time {padding:4px; position:relative; text-align:center; font-size:10px;}
div.pickupl_other {clear: both;     left: -62px;     margin: 0 auto;     position: relative;     width: 392px;}
div.pickupl_sel {overflow: hidden;     padding-bottom: 10px;display: none;}
div.pickupl_sel_Wrapper {display:none;}
div.pickupl_calendar_wrapper {margin-bottom:10px; padding-right: 1px;}
div.pickupl_date {cursor:pointer; float:left; width:12.5%;}
div.pickupl_date_sub {border:1px solid #B8B8B8; height:50px; text-align:center;margin:2px;}
div.pickupl_hour_wrapper {padding:10px 0;text-align:center;}
div.pickupl_submit {clear:both; text-align:center;}
span.loadingMarkers {color: #666666;     display: block;     font-size: 11px;     margin-bottom: 5px;     text-align: center;display:none;}
span.loadingMarkersComplete {padding-right:3px;}
span.pickupl_site_name {position:relative;}
span.pickupl_site_city {display:block;}
span.pickupl_site_other {display:block; font-size:12px; font-weight:bold; margin-top:10px; padding-bottom:15px; padding-top:75px; text-align:center;}
span.pickupl_sellab {display:block; float:left; margin-right:10px; text-align:right; width:100px;}
span.pickupl_date_day {color:#000000; display:block; font-size:16px; font-weight:bold; padding:5px 5px 2px;}
span.pickupl_date_month {display:block; font-weight:normal; padding:0 2px 5px;font-size:11px;}
span.pickupl_date_calendartxt {display: block;     font-size: 11px;     line-height: 1;     padding: 29px 5px 0;     white-space: nowrap;}
p.pickup_list_desc {margin-bottom:7px; position:relative;}
p.pickupl_back {padding-bottom:10px; text-align:center;}
img.marker_face {display:none;}
select.pickupl_sel {float:right; text-align:center; width:280px; display:none;}
input.pickup_text {width:150px; font-weight:normal;}
button.pickupl_submit {margin:10px auto; position:relative;padding:10px 40px 10px 15px;}
div.psl_selected {color:#FFFFFF;  background:#cb58aa  ;}
div.psl_selected a {color:#FFFFFF; font-weight:bold;}
div.psl_selected a:hover {color:#FFFFFF; font-weight:bold;}
div.psl_selected span.pickupl_site_other {color:#FFFFFF;}
button.pickupl_idle {opacity:0.5; cursor:not-allowed;}
#pickupl_callab {margin-left:0; margin-top:3px;clear:both;}
#calendar_date_select_8 {position:relative;}
#calendar_date_select_8 div.pickupl_date_sub {background:url('/gfx/ger/calndar_gfx.gif?r=1488182849') center 6px no-repeat;}
#pickupl_calbind {position:absolute; top:50px; right:0;}
div.psselecteddate span.pickupl_date_day {color:#FFFFFF;}
div.psselecteddate span.pickupl_date_month {color:#FFFFFF;}
div.psselecteddate .pickupl_date_sub {background:#cb58aa  ;}
div.pickupl_hour_wrapper span {padding-right:10px;}
span.pickupl_site_other.pocztaPolska {background:url('/gfx/ger/pocztaPolska.png?r=1488182849') top center no-repeat; color:#cb58aa  ;}
span.pickupl_site_other.inpost {background:url('/gfx/ger/paczicon.png?r=1488182849') top center no-repeat; color:#cb58aa  ;}
div#pickpupl_region {display:none;}
div#ps_other {cursor: not-allowed;     opacity: 0.5;}
#pickup_map {background: none repeat scroll 0 0 #666666;     height: 500px;     width: 100%;}
span.dymekTel1 {clear: left;     display: block;}
span.dymekTel2 {clear: left;     display: block;}
a.dymekEmail {clear: left;     display: block;     float: left; text-decoration:none;}
a.dymekWWW {clear: left;     display: block;     float: left; text-decoration:none;}
img.dymekImg {float: left;max-width:80px;}
a.dymekFirstLink {margin-top:10px;}
a.show_on_map.noDesc {left:5px !important;}
/*58341*/
div.orderdetails_cms {padding-bottom:20px;}
/*63959*/
div.orderdetails_info_msg {background: url('/gfx/ger/icon_message.png?r=1488182849') 18px 18px no-repeat #cb58aa; border:1px solid transparent; color:#FFFFFF;  font-size:14px; padding:22px 65px !important; margin-bottom:10px !important;text-align:center;}
div.orderdetails_info_confirm {background: url('/gfx/ger/icon_message.png?r=1488182849') 18px 18px no-repeat #cb58aa; border:1px solid transparent; color:#FFFFFF;  font-size:14px; padding:22px 65px !important; margin-bottom:10px !important;text-align:center;}
a.orderdetails_info_opinions {border: medium none;     color:#fff; text-decoration:none; font-size:1em; padding: 10px 17px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;              background: #b6cd2e; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I2Y2QyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZGFlMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #b6cd2e 0%, #8dae0f 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6cd2e), color-stop(100%,#8dae0f)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* IE10+ */ background: linear-gradient(to bottom,  #b6cd2e 0%,#8dae0f 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6cd2e', endColorstr='#8dae0f',GradientType=0 ); /* IE6-8 */}
a.orderdetails_info_opinions:hover {border: medium none;        background: #000;  color:#fff; text-decoration:none; font-size:1em; padding: 10px 17px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;                            background: #8dae0f; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhkYWUwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNWNkMmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #8dae0f 0%, #b5cd2d 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8dae0f), color-stop(100%,#b5cd2d)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* IE10+ */ background: linear-gradient(to bottom,  #8dae0f 0%,#b5cd2d 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dae0f', endColorstr='#b5cd2d',GradientType=0 ); /* IE6-8 */}
p.orderdetails_info_confirm {background: url('/gfx/ger/icon_message.png?r=1488182849') 18px 18px no-repeat #cb58aa; border:1px solid transparent; color:#FFFFFF;  font-size:14px; padding:22px 65px !important; margin-bottom:10px !important;text-align:center;}
table.new_orderdetails_info h4 b {color:  #8faf10; font-size: 1em; font-weight:bold;}
div.orderdetails_info_msg {text-align: justify;margin:0px 0px 10px 0px; padding:10px;background: url('/gfx/ger/icon_success.png?r=1488182849') 18px center no-repeat #a3bf18  ; padding: 22px 52px !important;}
div.orderdetails_info_confirm {text-align: justify;margin:0px 0px 10px 0px; padding:10px;}
div.new_orderdetails_info_buttons {margin-bottom: 15px;     overflow: hidden;}
table.new_orderdetails_info {width:100%;margin-bottom:15px; clear:both;border-bottom: 1px solid #9F9F9F;}
table.insurance_products_orderdetails {width:100%;}
td.new_orderdetails_info_col {border-right: 1px solid #9F9F9F;    padding: 10px;     white-space: nowrap;}
td.new_orderdetails_info_col2 {padding: 10px;     white-space: nowrap;  width:50%;}
td.new_orderdetails_info_col3 {padding: 0 10px 15px;    white-space: nowrap;     border-right: 1px solid #9F9F9F;}
td.new_orderdetails_info_col4 {padding: 0 10px 15px;   white-space: nowrap;}
td.orderdetails_info_opinions {padding-left:5px;}
h4.new_orderdetails_status {background:#EEEEEE;     clear: both;       font-size: 14px !important;     padding: 10px;  font-weight:bold !important;}
h4.new_orderdetails_info_total {font-weight:bold !important;}
a.orderdetails_info_cancel {margin-left: 5px;float: right; overflow: hidden;}
a.orderdetails_info_edit {margin-left: 5px;float: right; overflow: hidden;}
a.orderdetails_info_resend {margin-left: 5px;float: right; overflow: hidden;}
p.orderdetails_info_confirm {text-align: justify;margin:0px 0px 15px 0px; padding:10px;}
#orderdetails_info {padding-bottom:20px;}
td.new_orderdetails_info h2 {position: relative;}
td.new_orderdetails_info span {font-size: 10px;     line-height: 10px;     position: absolute;     right: 0;     top: 3px;}
table.new_orderdetails_info a.show_status {color: #cb58aa  ;      font-size: 12px;     font-weight: bold;}
table.new_orderdetails_info a.show_status:hover {color: #000;}
table.new_orderdetails_info h3 {color:#000; margin-bottom:10px;  font-size: 13px;}
table.new_orderdetails_info h4 {font-size: 12px;     font-weight: normal;     margin-bottom: 5px;     white-space: nowrap;}
table.new_orderdetails_info h4 small {display:block;}
td.new_orderdetails_info_col2 p.new_orderdetails_info {margin-bottom:10px;}
a.orderdetails_info_opinions_small {float: right; width: 265px;}
/*69876*/
div.chooseMethodPaymentButton p b {color:  #8faf10; font-size: 1em; font-weight:bold;}
div.chooseMethodPaymentButton2 p b {color:  #8faf10; font-size: 1em; font-weight:bold;}
a.chooseMethodPayment2 {clear: both;     margin: 0 auto 30px;}
div.chooseMethodPaymentButton {padding-top:15px;  clear: both; text-align:center;}
div.chooseMethodPaymentButton2 {text-align: center;}
button.chooseMethodPayment {margin: 0 auto 0px;}
#ajaxLoadSite {background: url('/gfx/ger/siteLoad.gif?r=1488182849') no-repeat scroll center 5px #FFFFFF;     border: 1px solid #666666;     color: #666666;     display: block;     font-size: 11px; min-height: 27px;     min-width: 150px;   padding: 19px 5px 2px;     position: fixed;     top: 48%;     white-space: nowrap;     z-index: 910;}
#ajaxLoadSite_cover {z-index:910;background:#000; opacity:0.5; filter:alpha(opacity=50)}
#payment_code {text-align:left;}
#paymentdescription {text-align:left;}
#paymentdescription li {padding-bottom:3px;}
#paymentdescription p {padding-bottom:5px;}
#payment_code li {padding-bottom:3px;}
#payment_code p {padding-bottom:5px;}
#orderdetails_payments {margin-bottom:30px;}
#orderdetails_payments table.orderdetails_transfer {width:auto !important;}
#orderdetails_payments table.orderdetails_transfer td {border:none  !important; padding: 5px 5px 0 0;}
.orderdetails_transfer strong {display: block;  word-wrap: break-word;}
#orderdetails_payments table {width:100%;}
#orderdetails_payments td {padding:5px;border-top:1px solid #EEEEEE;}
#orderdetails_payments td.icon {width:50px; vertical-align:middle;}
#orderdetails_payments td.icon img {max-width:80px;max-height:40px;}
#orderdetails_payments td.date {white-space: nowrap;}
#orderdetails_payments td.date.canceled_td {border-top:none;padding-top:0;}
#orderdetails_payments td.status {border-left:1px solid #EEEEEE}
#orderdetails_payments td.status.canceled_td {border-top:none;padding-top:0;}
#orderdetails_prepaid_methods {margin-bottom: 15px;     padding: 10px 0;width: auto !important;}
#orderdetails_prepaid_methods table {margin-bottom: 10px;border-bottom: 1px solid #EEEEEE; width:100%;}
#orderdetails_prepaid_methods tr {cursor:pointer;}
#orderdetails_prepaid_methods td {padding:5px; vertical-align: middle;border-top: 1px solid #B8B8B8;}
#orderdetails_prepaid_methods td.payform_input {width:10px;}
#orderdetails_prepaid_methods td.icon {width:10px;}
#orderdetails_prepaid_methods td.name {white-space:nowrap; font-weight:bold;}
#orderdetails_prepaid_methods tr.activ td {background:#000; color:#FFFFFF;}
#orderdetails_prepaid_methods tr.activ td.description a {color:#FFFFFF;}
#orderdetails_payments_payment_card {display:none; text-align:left;}
#orderdetails_prepaid_methods form {width:auto !important;}
#orderdetails_prepaid_methods div.orderdetails_payment_disable {cursor: not-allowed;}
#orderdetails_prepaid_methods div.description_box ul {padding-left: 22px;}
#orderdetails_prepaid_methods input.orderdetails_radio {display: none;}
div.chooseMethodPaymentButton p {padding-bottom: 5px;text-align:center;}
div.chooseMethodPaymentButton2 p {padding-bottom: 5px; text-align:center;}
#orderdetails_payments table tr:first-child td {border-top:none;}
/*68173*/
td.prepaid_delivery_list_image {width:30px;}
td.prepaid_delivery_list_info {text-align: right !important;}
#prepaid_delivery_list {margin-bottom: 40px; clear:both;}
#prepaid_delivery_list table {width:100%;}
#prepaid_delivery_list td {border-bottom: 1px solid #eee;     padding: 10px;     text-align: left;}
td.prepaid_delivery_list_name p {color: #666666;     font-family: monospace;     font-style: italic;     padding-top: 10px;}
td.prepaid_delivery_list_name p strong {font-weight:normal;}
td.prepaid_delivery_list_info ul {list-style:none;}
/*58584*/
div.n57857_label {clear:both;}
div.n57857_address {overflow:hidden;}
div.n53907 {float:left; min-height:110px; text-align:center; width:33%;}
div.n57857_item {padding:10px;}
div.prepaid_stock_link {padding:10px;}
div.n53907_remarks {clear:both; margin-bottom:10px;}
span.prepaid_stock_name {display:block; font-weight:bold;}
h3.n57857 {color:#000000; padding:0 0 3px;}
/*74435*/
td.order_product_info h3 a {text-decoration:none;  color: #333333; font-size: 0.86em;}
a.only_virtual_info_link {color:inherit;}
div.comment_content {margin-left:3px; padding:3px;}
span.comment_label {text-align: left; font-weight: bold; display: block; margin-top: 12px; margin-left: 0px;}
span.only_virtual_info {color:#cc0000  ; font-weight:normal !important;}
#prepaid_order_products {margin-bottom:40px;}
#prepaid_order_products table {width:100%;}
#prepaid_order_products td {border-bottom: 1px solid #eee;     padding: 10px 5px;     text-align: left;}
#prepaid_order_products div.productslist_product_bundle {font-size: 1em;}
#prepaid_order_products div.productslist_product_bundle b {font-weight: 400;}
td.order_product_image {width:40px;}
td.order_product_info h3 {margin-bottom:5px;}
td.order_product_info ul {list-style:none; font-size:0.9em;}
td.order_product_info p {padding-top:10px;}
td.order_product_link {text-align: right;vertical-align: middle;}
td.order_product_link a {float: right;text-decoration: none;white-space: nowrap;}
tr.prepaid_order_item_last td {border:none !important;}
#prepaid_order_products span.filename {display: block;     margin-top: 9px;}
#prepaid_order_products div.order2_fileslist div {font-weight:normal;}
#prepaid_order_products div.order2_fileslist span {font-weight:normal;}
/*54116*/
div.n55542_main_outline {margin-bottom:15px;}
div.n55542_main {padding:10px;}
ul.n54116_list {margin:0px; padding:0px;}
li.n54116_item {list-style-type:none; background: url('/gfx/ger/pdfsmall_icon.gif?r=1488182849') center left no-repeat; height:20px; padding:0 0 0 22px; font-weight: normal; margin:3px 0pt 5px 3px; display:block;}
a.n54116_item {left:-1px; position:relative; top:3px;}
/*55492*/
a.n55492_links {display:block; text-align:center; padding:10px 10px 2px 10px; text-decoration:none;}
a.n55492_links:hover {text-decoration:none;}
img.links_producers {margin-bottom: 10px;     max-width: 168px;     text-align: center;}
span.n55492_prod_name {font-weight:bold;}
span.n55492_prods_amount {color:#A1A1A1;display:block;padding-bottom:5px;}
table.producers_list {width:100%; text-align:center;}
td.producers_list {vertical-align:bottom;}
/*63289*/
div.price_container_55102 {color:  #8faf10; font-size: 1em; font-weight:bold;}
a.fullscreen_55102:hover {color:#A1A1A1; display:block; float:left; text-align:right; width:64px;font-size:10px;}
a.goback_55102 {display:block; font-weight:bold; padding:5px;text-align:left;}
a.fullscreen_55102 {display:none;}
a.fullscreen_off_55102 {display:none;}
a.name_container_55102 {display:block;text-align:center;color:#000;text-decoration:none;}
a.basketadd_button_55102 {margin:5px auto;}
a.arrow_names_55102 {width:5px;height:8px;font-size:1px;display:block;background:url('/gfx/ger/compare_arrow.gif?r=1488182849') 0 0 no-repeat;position:relative;left:-16px;float:left;top:4px;cursor:pinter;}
a.arrow_names_off_55102 {width:5px;height:8px;font-size:1px;display:block;background:url('/gfx/ger/compare_arrow.gif?r=1488182849') -5px 0 no-repeat;position:relative;left:-16px;float:left;top:4px;cursor:pinter;}
tr.tr_top_55102 {background:none !important;}
td.goback_55102 {background: none repeat scroll 0 0 transparent !important;     padding: 5px 0 !important;}
td.top00_55102 {text-align:center !important;}
td.top0_55102 {background:none !important;}
td.top_55102 {background:none !important;vertical-align:top !important;}
td.top2_55102 {background:none !important;}
td.names_55102 {font-weight:bold;text-align:left !important; border-left:15px solid #cb58aa  ;padding-left:10px;white-space:nowrap;cursor:pointer; background:#F7F7F8;}
td.names_off_55102 {font-weight:bold;text-align:left !important; border-left:15px solid #cc0000  ;white-space:nowrap;background:#fff !important;padding:1px 10px !important;;}
td.items_off_55102 {background:#fff !important;}
div.compare_differences {text-align:left;}
div.price_container_55102 {font-family: Arial;     font-size: 16px;     font-weight: bold;}
div.remove_button_55102 {margin:10px 0;}
span.compare_additional_name {display:none;}
table.compare_table td {padding:5px 10px;text-align:center;vertical-align:top;border-bottom:2px solid rgb(255,255,255);}
table.compare_table tr {background:#f7f7f8;}
table.compare_table tr:hover {background:#DCE4F4;}
td.top00_55102 a {text-align:center;}
tr.tr_top_55102:hover {background:none !important;}
.podswietlenie {background:rgb(206,231,244) !important;padding:0px !important;border-bottom:none !important;width:10px !important;text-align:center;}
#compare_table_block {overflow-y:hidden;overflow-x:auto;background:rgb(255,255,255);}
#compare_pointer {background:rgb(255,255,255);}
ul.compare_dict_ul li {list-style:none;}
#compare_table_block_ALL {background: #fff;width:756px;}
a.name_container_55102:hover {color:#cb58aa  ;}
div.compare_differences input {float: left;     margin-top: 2px;}
div.compare_differences label {float: left;     margin-left: 4px;}
tr.diff {background: #c9c9c9  !important;}
.price_container_55102 small {color: #222222; font-size: 12px; font-weight: normal; padding-left: 3px;}
/*58196*/
div.product_stocks_cms_label {margin-bottom:10px;}
div.product_stocks_cms {margin-bottom:15px;  overflow:hidden;}
div.product_stocks_cms ul {padding:0 0 0 22px !important;}
div.product_stocks_cms ol {padding:0 0 0 22px !important;}
/*63400*/
span.product_stocks_list_price {color:  #8faf10; font-size: 1em; font-weight:bold;}
div.product_stocks_list_label {margin-bottom:10px;}
div.product_stocks_list_productinfo {float:right; margin:0 0px 10px; width:100%;}
div.product_stocks_list_icon {float:right; text-align:right; width:150px;}
div.product_stocks_list_code {font-size:10px; margin-bottom:3px;}
div.product_stocks_list_table {clear: both;     margin: 0 0 10px;}
div.product_stocks_list_additional {margin:0 10px 10px;}
div.product_stocks_list_legend {float:left; width:400px;}
div.product_stocks_list_legenditem {clear:both; float:left; margin-bottom:5px;}
div.product_stocks_list_more {float: right;     text-align: right;     width: 280px;}
span.product_stocks_list_codevalue {font-weight:bold;}
span.product_stocks_list_pricetitle {color:#A1A1A1; font-size:10px; margin-right:5px;}
span.product_stocks_list_maxprice {color:#A1A1A1; font-size:15px; font-weight:bold; margin-right:5px; text-decoration:line-through;}
span.product_stocks_list_price {font-size:16px; font-weight:bold; line-height:19px; position:relative;}
span.product_stocks_list_yousave {display:block; font-size:10px; font-weight:bold; margin-left:35px;}
span.product_stocks_list_legend_title {display:block; font-weight:bold; margin-bottom:10px;}
span.product_stocks_list_legenddesc {position:relative; top:-4px;white-space: nowrap;}
span.product_stocks_list_more_title {display:block; font-weight:bold; margin-bottom:10px;}
a.product_stocks_link {color:#000000;}
a.product_stocks_list_tablehead {color:#000000;}
img.product_stocks_list_icon {border:medium none;}
h1.product_stocks_list_productname {font-size:14px; margin-bottom:5px; position:relative;}
table.product_stocks_list_table {width:100%;}
td.product_stocks_list_table_rowhead {border-bottom:1px solid #B8B8B8; font-weight:bold; padding:5px; text-align:center; width:90px;}
table.product_stocks_list_table th {border-bottom:1px solid #B8B8B8; border-right:1px solid #B8B8B8; font-weight:bold; padding:5px; text-align:center; vertical-align:middle;}
table.product_stocks_list_table td.product_stocks__list_tablecol1 {background:#E3E3E3 none repeat scroll 0 0; border-bottom:1px solid #B8B8B8; border-right:1px solid #B8B8B8; padding:5px; text-align:center;}
table.product_stocks_list_table td.product_stocks__list_tablecol2 {border-bottom:1px solid #B8B8B8; border-right:1px solid #B8B8B8; padding:5px; text-align:center;}
table.product_stocks_list_table img {position:relative;}
div.product_stocks_list_legenditem img {margin-right:5px;}
/*58581*/
div.products_requests_cms {margin-bottom:15px; overflow:hidden;}
div.products_requests_cms ul {padding:0 0 0 22px !important;}
div.products_requests_cms ol {padding:0 0 0 22px !important;}
/*58582*/
div.products_requests_list {margin-bottom:10px;}
div.products_requests_list_sub {margin:10px 0; width:100%; overflow:hidden;}
div.products_requests_list_name {padding-bottom:5px; position:relative;}
div.products_requests_list_desc {padding-bottom:5px; text-align:justify;}
div.products_requests_list_date {font-size:10px; line-height:11px; padding-bottom:5px;}
div.products_requests_add {text-align:center;font-size:12px;}
span.products_requests_list_name {font-weight:bold;}
table.products_requests_list {margin-bottom:10px; width:100%;}
td.products_requests_list_info1 {padding-top:5px;  border-bottom:1px solid #B8B8B8;}
td.products_requests_list_info2 {padding-top:5px; text-align:right; width:160px; border-bottom:1px solid #B8B8B8;}
a.products_requests_list_remlink {display:block; float:right; height:11px; margin-bottom:5px; width:79px;}
/*84399*/
div.send_info {background: #f46aca; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0NmFjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhYzNhOGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #f46aca 0%, #ac3a8c 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f46aca), color-stop(100%,#ac3a8c)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #f46aca 0%,#ac3a8c 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #f46aca 0%,#ac3a8c 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #f46aca 0%,#ac3a8c 100%); /* IE10+ */ background: linear-gradient(to bottom,  #f46aca 0%,#ac3a8c 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f46aca', endColorstr='#ac3a8c',GradientType=0 ); /* IE6-8 */}
div.projector_alert_55916 {background: url('/gfx/ger/icon_message.png?r=1488182849') 18px 18px no-repeat #cb58aa; border:1px solid transparent; color:#FFFFFF;  font-size:14px; padding:22px 65px !important; margin-bottom:10px !important;text-align:center;}
#projector_form div.product_section.points button {border: medium none;       background: #000;   color:#fff; text-decoration:none; font-size:1.2em; padding: 10px 20px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;                        background: #8dae0f; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhkYWUwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNWNkMmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #8dae0f 0%, #b5cd2d 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8dae0f), color-stop(100%,#b5cd2d)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* IE10+ */ background: linear-gradient(to bottom,  #8dae0f 0%,#b5cd2d 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dae0f', endColorstr='#b5cd2d',GradientType=0 ); /* IE6-8 */}
#projector_form div.product_section.points button:hover {border: medium none;       color:#fff; text-decoration:none; font-size:1.2em; padding: 10px 20px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;               background: #b6cd2e; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I2Y2QyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZGFlMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #b6cd2e 0%, #8dae0f 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6cd2e), color-stop(100%,#8dae0f)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* IE10+ */ background: linear-gradient(to bottom,  #b6cd2e 0%,#8dae0f 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6cd2e', endColorstr='#8dae0f',GradientType=0 ); /* IE6-8 */}
label.projector_size_button:hover {border: medium none;     color:#fff; text-decoration:none; font-size:1em; padding: 10px 17px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;              background: #b6cd2e; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I2Y2QyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZGFlMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #b6cd2e 0%, #8dae0f 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6cd2e), color-stop(100%,#8dae0f)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* IE10+ */ background: linear-gradient(to bottom,  #b6cd2e 0%,#8dae0f 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6cd2e', endColorstr='#8dae0f',GradientType=0 ); /* IE6-8 */}
label.projector_size_button.active {border: medium none;     color:#fff; text-decoration:none; font-size:1em; padding: 10px 17px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;              background: #b6cd2e; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I2Y2QyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZGFlMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #b6cd2e 0%, #8dae0f 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6cd2e), color-stop(100%,#8dae0f)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* IE10+ */ background: linear-gradient(to bottom,  #b6cd2e 0%,#8dae0f 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6cd2e', endColorstr='#8dae0f',GradientType=0 ); /* IE6-8 */}
a.projector_version_button {border: medium none;        background: #000;  color:#fff; text-decoration:none; font-size:1em; padding: 10px 17px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;                            background: #8dae0f; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhkYWUwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNWNkMmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #8dae0f 0%, #b5cd2d 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8dae0f), color-stop(100%,#b5cd2d)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* IE10+ */ background: linear-gradient(to bottom,  #8dae0f 0%,#b5cd2d 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dae0f', endColorstr='#b5cd2d',GradientType=0 ); /* IE6-8 */}
a.projector_version_button:hover {border: medium none;     color:#fff; text-decoration:none; font-size:1em; padding: 10px 17px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;              background: #b6cd2e; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I2Y2QyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZGFlMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #b6cd2e 0%, #8dae0f 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6cd2e), color-stop(100%,#8dae0f)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* IE10+ */ background: linear-gradient(to bottom,  #b6cd2e 0%,#8dae0f 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6cd2e', endColorstr='#8dae0f',GradientType=0 ); /* IE6-8 */}
a.projector_version_button.active {border: medium none;     color:#fff; text-decoration:none; font-size:1em; padding: 10px 17px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;              background: #b6cd2e; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I2Y2QyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZGFlMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #b6cd2e 0%, #8dae0f 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6cd2e), color-stop(100%,#8dae0f)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* IE10+ */ background: linear-gradient(to bottom,  #b6cd2e 0%,#8dae0f 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6cd2e', endColorstr='#8dae0f',GradientType=0 ); /* IE6-8 */}
div.projector_navigation {border-left:7px solid #cb58aa ; padding-left:15px; margin-bottom:20px;padding-bottom: 15px;}
div.products_other_founds {float:right;}
div.projector_description {padding-top:8px;}
div.send_info {clear: both;     color: #fff;     display: inline-block;     font-size: 1.25em;     font-weight: bold;     margin-top: 10px;     padding: 10px 15px;     width: auto;}
div.projector_sellbyrecount.product_section {margin-bottom:20px;}
div.projector_buttons {display:table-cell;}
div.projector_number {vertical-align: top !important;width:34%; display:table-cell;white-space: nowrap;}
div.projector_price_points_wrapper {margin-bottom: 10px;}
div.projector_alert_55916 {position:absolute;z-index:9998;padding:20px 15px 20px 55px !important; margin:0 auto;font-weight:normal;text-align:center; background-position:10px;}
a.show_size_cms {clear: both;       display: block;}
a.projector_tell_availability {display: block;      font-weight: bold;     text-align: center;}
a.shipping_info {display: block;}
a.projector_buttons_obs {clear: left;}
a.projector_prodstock_compare {display:none;}
span.projector_delivery_days {display:none !important;}
span.send_info_text {padding-left: 10px;}
span.projector_price_yousave {color: #cc0000  ;}
span.projector_points_recive_points {vertical-align: top;}
img.list_traits_gfx {padding-right: 10px;     vertical-align: middle;     width: 10px;}
img.projector_status_gfx {display: inline;vertical-align: middle;margin-right:3px;}
img.projector_rebatenumber_tip {cursor: help; margin-left: 4px; vertical-align: middle;}
del.projector_price_maxprice {display: inline-block; padding-bottom: 8px;margin-right:5px;}
strong.projector_price_value {font-size:2.5em;line-height: 1.1;}
small.projector_price_unit_sellby {margin-right:5px;}
button.projector_number_down {text-align:center;border:none; vertical-align: middle; padding:0; color:#cb58aa ; line-height:1;background:none;height:41px;width:30px;cursor:pointer; border: 1px solid #c4c7c8;}
button.projector_number_up {text-align:center;border:none; vertical-align: middle; padding:0; color:#cb58aa ; line-height:normal;background:none;height:41px; width:30px;cursor:pointer; border: 1px solid #c4c7c8;}
button.projector_butttons_buy {height: 41px;width: 66%;}
input.projector_number {width:40px;text-align:center;border:none;vertical-align: middle;height:41px; border: 1px solid #c4c7c8;border-right:none; border-left:none;}
.products_other_founds a {border: 1px solid #c4c7c8;     padding: 6px 12px;margin-left:-1px;}
#projector_form {margin:0;font-size: 0.93em;margin-bottom:30px;}
#projector_form h1 {font-size: 2.49em;font-weight:300;color:#333;margin:0;padding-top: 5px;}
#projector_form small {font-size: 1em;}
div.product_info_top {display:table;width:100%;margin-bottom:20px;  border-bottom: 1px solid #c4c7c8;padding-bottom:10px;}
div.product_info_top > * {display:table-row;}
div.product_info_top a {font-weight:normal;}
div.product_info_top > * > * {display:table-cell;padding-bottom: 6px; vertical-align: middle;}
div.product_info_top > * > span {width:29%;}
div.product_section {display:table;width:100%;margin-bottom:10px;}
div.product_section > * {display:table-cell;vertical-align: middle;}
div.product_section > label {width:29%; vertical-align: top;}
#multi_versions {background: none repeat scroll 0 0 #fff;     border-bottom: 1px solid #c4c7c8;         margin-bottom: 20px;       padding-bottom: 15px;}
.multi_version .description {color: #999; font-size:0.85em;}
.multi_version div.trigger {text-align:center; margin-bottom:5px;}
.multi_version .fancy-select.conflict div.trigger {border: 1px solid #cc0000 ;     box-shadow: 0 0 0 1px #cc0000 ;}
.multi_version ul.options {text-align:center;}
.multi_version li p.conflict_txt {color:#cc0000 ; font-size:0.85em; text-align:center; display:none;}
.multi_version li.disabled p.conflict_txt {display:block;white-space: normal;}
.fancy-select > p.conflict_txt {display:none;  color:#cc0000 ; font-size:0.85em;}
.fancy-select.conflict > p.conflict_txt {display:block;}
#multi_versions ul.options {padding-bottom:0;padding-top:0;}
#multi_versions ul.options li {border-bottom: 1px solid #c4c7c8;}
#multi_versions ul.options li.selected {background:  #eee;     color: #222;}
#multi_versions ul.options li a {display:table;width:100%; color:#333;}
#multi_versions ul.options li a > span {display:table-cell;padding:0 5px;vertical-align: middle;}
#multi_versions ul.options li a > span.gfx {width:10px;}
#multi_versions ul.options li a > span span {padding-right:5px;}
#multi_versions ul.options li a > span img {max-width:50px;}
.multi_version div.gfx {width:10px;vertical-align: middle;padding-left:10px;}
.photos .bx-wrapper {border: 1px solid #c4c7c8}
#projector_prices_wrapper label {vertical-align: top;}
div.comments small {margin-right: 5px; margin-left: 9px;}
div.comments i {font-size: 1.2em;}
.select_button {border: 1px solid #c4c7c8; cursor:pointer;        color: #222;     display: inline-block; margin: 5px 10px 5px 0; padding: 6px 14px;     text-decoration: none;   position:relative;}
.select_button.active:before {content:'';display:block;bottom:2px;left:50%;margin-left:-4px;position:absolute;border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid #cb58aa ;}
.select_button.active:after {background:  #cb58aa ;     bottom: -1px;     content: '';     display: block;     height: 3px;     left: -1px;     position: absolute;     right: -1px;}
.css_tip {background:  #fff; border: 1px solid #c4c7c8; color: #cb58aa ; display: inline-block; font-size: 1.3em; height: 31px; line-height: 30px; margin-left: 10px; text-align: center; width: 31px;}
.css_tip_small {height: 15px; line-height: 14px; width: 15px; font-size: 0.8em; margin-left: 8px; font-weight: normal; vertical-align: middle;}
.projector_number label {display:inline-block;width:46px}
#projector_points_wrapper {background: none repeat scroll 0 0 #f0f0f0;     border: 1px solid #c4c7c8;     margin-bottom: 20px;     overflow: hidden;     padding: 10px 0;     position: relative; margin-top: -11px; line-height: 1.1;}
#projector_points_wrapper label {display: inline-block;     padding: 0 10px;     vertical-align: middle;     width: 61%;}
#projector_buttons > * {margin-bottom: 10px;     overflow: hidden;  float: left;}
#projector_buy_section {display: table; width: 100%; border-bottom: 1px solid #c4c7c8; padding-bottom:10px;}
#projector_rebateNumber {white-space: nowrap;}
#projector_rebatenumber {color: #cc0000 ; display: inline-block;  vertical-align: middle;}
#projector_price_value_wrapper {margin-bottom:20px;}
#projector_shipping_info {margin-bottom:20px;}
#projector_form a.firmlogo {display: block;     text-align: right;}
#projector_form div.photos {padding-left:0;}
#projector_form div.photos div.enclosures {overflow:hidden;border-left: 1px solid #c4c7c8;}
#projector_form div.photos div.enclosures a {border: 1px solid #c4c7c8; border-top:none; border-left:none;  display: block; float: left; height: 93px; letter-spacing: 2px; line-height: 1; outline: medium none; overflow: hidden; text-align: center; text-decoration: none; width: 20%;position:relative;}
#projector_form div.photos div.enclosures a img {max-height: 104px;}
#projector_form div.photos div.enclosures a.active:before {border-top: 4px solid #cb58aa ;     border-left: 4px solid transparent;     border-right: 4px solid transparent;     top: 2px;     content: '';     display: block;     left: 50%;     margin-left: -4px;     position: absolute;}
#projector_form div.photos div.enclosures a.active:after {background:  #cb58aa ;     top: -1px;     content: '';     display: block;     height: 4px;     left: -1px;     position: absolute;     right: -1px;}
#projector_form div.product_info {padding-right: 0; font-size: 0.93em;}
#projector_form div.product_section.sizes {display:table; margin-bottom: 20px;     padding-bottom: 15px; border-bottom: 1px solid #c4c7c8;}
#projector_form div.product_section.sizes label.projector_label {padding-top:5px;}
.price_gross_info {line-height: 1.4;}
#projector_form div.product_section.sizes div.product_section_sub {display:table-cell;vertical-align: middle;}
#projector_form div.product_section.versions {display:table; margin-bottom: 20px;     padding-bottom: 15px; border-bottom: 1px solid #c4c7c8;}
#projector_form div.product_section.versions label.projector_label {padding-top:5px;}
#projector_form div.product_section.versions div.product_section_sub {display:table-cell;vertical-align: middle;}
#projector_form div.product_section.projector_status {padding:10px 0 20px; border-bottom:1px dotted #000;margin-bottom:15px;}
#projector_form div.product_section.yousave_bundle {padding-top:10px;padding-bottom:10px;}
#projector_form div.product_section.prices {line-height:1}
#projector_form div.product_section.prices label.projector_label {display:block;}
#projector_form div.product_section.points button {float: right;     margin-right: 10px; width: 45%;}
#projector_form div.product_section.buttons {overflow:hidden;padding-top:15px;}
#projector_form div.product_section.buttons label.projector_label {display:none;}
button.projector_number_down:hover {background:#F1F1F1;}
button.projector_number_up:hover {background:#F1F1F1;}
#projector_form div.bookmarklets {padding-bottom:0;}
#projector_form div.bookmarklets label {display: none;}
#projector_form div.bookmarklets li {display: inline;  margin: 0 5px 5px 0;}
#projector_form div.bookmarklets_big {border: none;  position: relative; z-index: 1;text-align:left;margin:0;padding-top:15px;}
#projector_form div.bookmarklets_big li {display: inline-block; margin: 0 5px 5px 0; vertical-align: top;}
label.projector_size_button.disabled {opacity:0.5; filter:alpha(opacity=50); cursor: not-allowed;}
a.projector_version_button {white-space: nowrap;margin-right:8px;margin-bottom:8px;}
a.projector_version_button.gfx_version {padding:0;line-height:0;}
a.projector_version_button.gfx_version:hover {border: 1px solid #cb58aa  ;}
a.projector_version_button.gfx_version.active {padding:0;line-height:0;}
div.projector_description ul {list-style:none;}
button.projector_butttons_buy.disabled {opacity:0.5; filter:alpha(opacity=50); cursor: not-allowed;}
#projector_status_description span {white-space: nowrap;}
#dialog_wrapper.dialog_wrapper_shipping_info .shipping_info {float: left; margin: 2%; width: 46%;}
#dialog_wrapper.dialog_wrapper_shipping_info .shipping_title {border-bottom: 1px dotted;     display: block;     font-size: 18px;     font-weight: normal;     margin-bottom: 15px;     padding-bottom: 3px;     text-align: left;}
#dialog_wrapper.dialog_wrapper_shipping_info .shipping_info_sub {display: table; width: 100%; border-bottom: 1px solid #dddddd;}
#dialog_wrapper.dialog_wrapper_shipping_info .shipping_info_sub:last-child {border-bottom: none;}
#dialog_wrapper.dialog_wrapper_shipping_info .shipping_info_header {display: table-cell; width: 80%;  vertical-align: middle;  padding: 10px 0;}
#dialog_wrapper.dialog_wrapper_shipping_info .shipping_info_icon {float: left; margin-right: 5px;}
#dialog_wrapper.dialog_wrapper_shipping_info .shipping_info_name {display: block; font-size: 11px; font-weight: bold; line-height: 1.2; text-align: left; float: right; width: 73%;}
#dialog_wrapper.dialog_wrapper_shipping_info .shipping_info_time {font-size: 10px; font-weight: normal;}
#dialog_wrapper.dialog_wrapper_shipping_info .shipping_info_pricebox {display: table-cell; padding: 10px 0; vertical-align: middle; width: 20%; text-align: right;}
#dialog_wrapper.dialog_wrapper_shipping_info .shipping_info_price {font-weight: bold;}
#dialog_wrapper.dialog_wrapper_shipping_info .shipping_info_oldprice {color: #a1a1a1; display: block; font-weight: bold;}
.projector_points_sub_wrapper {float: left; width: 49%;}
#CDT > div {color: #eee;font-size: 25px;font-weight: bold;padding: 0px 0 27px;}
#CDT .line {background: #cc0000 ;height: 1px;left: 0;position: absolute;top: 52%;width: 100%;}
#CDT .caption {bottom: -19px;color: #222;font-size: 11px;font-weight: normal;left: 0;position: absolute;text-align: center;width: 100%;}
#CDT .number {background: #cc0000 ;border: 1px solid #cc0000 ;color: #fff;display: inline-block;font-family: 'roboto';height: 37px;line-height: 35px;padding: 0 9px;text-align: center;}
#CDT .number-wrapper {margin-right: 5px;position: relative;}
.recommend_products h3 {border-bottom: 1px solid #cdcdcd;     color: #474747;     font-size: 1.3em;     font-style: italic;     font-weight: 100;     margin-bottom: 25px;     padding-bottom: 6px;}
.recommend_products a {display: inline-block;     width: 47%; text-align:center; background:#fbfbfb; vertical-align:top; margin-bottom:20px;}
.recommend_products a img {border:2px solid #75900c; max-height:100px; margin-top:20px;  margin-bottom:20px;}
.recommend_products a p {margin-bottom:20px; font-size:1.15em;}
.recommend_products a:nth-of-type(2n) {float:right;}
/*74860*/
ul.product_bundle_size li {border: medium none;     background: #000;  color:#fff; text-decoration:none; font-size:0.9em;padding: 5px 10px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;                          background: #8dae0f; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhkYWUwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNWNkMmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #8dae0f 0%, #b5cd2d 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8dae0f), color-stop(100%,#b5cd2d)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* IE10+ */ background: linear-gradient(to bottom,  #8dae0f 0%,#b5cd2d 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dae0f', endColorstr='#b5cd2d',GradientType=0 ); /* IE6-8 */}
ul.product_bundle_size li:hover {border: medium none;    color:#fff; text-decoration:none; font-size:0.9em; padding: 5px 10px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;                     background: #b6cd2e; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I2Y2QyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZGFlMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #b6cd2e 0%, #8dae0f 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6cd2e), color-stop(100%,#8dae0f)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* IE10+ */ background: linear-gradient(to bottom,  #b6cd2e 0%,#8dae0f 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6cd2e', endColorstr='#8dae0f',GradientType=0 ); /* IE6-8 */}
ul.product_bundle_size li.activ_size {border: medium none;    color:#fff; text-decoration:none; font-size:0.9em; padding: 5px 10px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;                     background: #b6cd2e; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I2Y2QyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZGFlMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #b6cd2e 0%, #8dae0f 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6cd2e), color-stop(100%,#8dae0f)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* IE10+ */ background: linear-gradient(to bottom,  #b6cd2e 0%,#8dae0f 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6cd2e', endColorstr='#8dae0f',GradientType=0 ); /* IE6-8 */}
td.product_bundle_price_value span {color:  #8faf10; font-size: 1em; font-weight:bold;}
div.product_bundle_size {display: block;}
div.product_bundle_size_title {display:none;}
div.clearBoth {height:1px;}
ul.product_bundle {display: block;  list-style: inherit; margin-left: 2em;}
ul.product_bundle_size {display:block !important;}
span.product_bundle_size_item_info {display: none;}
a.bundle_size_show {display:none;}
a.product_bundle {text-decoration: none;}
a.product_bundle_icon img {max-width:140px;}
ul.product_bundle_size li {white-space: nowrap;margin-right:8px;margin-bottom:8px; display:inline-block;}
ul.product_bundle_size li.disable_bundle_size {color:#cc0000  ; cursor: not-allowed;}
table.product_bundle {width:100%}
table.product_bundle th {font-weight: normal;     line-height: 1;     padding: 3px 5px;     text-align: center;}
table.product_bundle td {border-top: 1px solid #EBEBEB;     padding: 5px;     text-align: center;     vertical-align: middle;}
td.product_bundle_icon {width:10px;}
td.product_bundle_icon a {font-weight:bold;}
td.product_bundle_icon img {max-width: 45px;}
td.product_bundle_name {text-align:left !important;}
td.product_bundle_name a {text-decoration: none;}
td.product_bundle_price_value span {font-weight: bold;}
td.product_bundle_price_gross {color: green;font-weight: bold;}
td.product_bundle_price_gross span {display:block;}
td.product_bundle_price_gross small {display:block;}
#projector_bundle_zone {margin-bottom:40px;}
#projector_bundle_zone2 {margin-bottom:40px;}
a.bundle_size_show:hover {color: #000000;}
/*68814*/
.component_projector_enclosures ul li a.enclosure_name {color:#cb58aa;}
.component_projector_enclosures ul li a.enclosure_name:hover {color:#cb58aa;}
div.component_projector_enclosures {margin-bottom:40px;}
a.enclosure_show_swf {float:right;}
a.enclosure_show_image {float:right;}
.component_projector_enclosures ul {list-style:none;}
.component_projector_enclosures ul li {border-bottom:1px solid #d4d4d4;overflow:hidden;  padding: 8px 8px 8px 38px;}
.component_projector_enclosures ul li a.enclosure_name {color:#222; text-decoration:none;float:left;}
.component_projector_enclosures ul li a.enclosure_video_play {float:right;}
.component_projector_enclosures ul li a.enclosure_audio_play {float:right;}
.component_projector_enclosures ul li a.enclosure_download {float:right;}
.component_projector_enclosures ul li.e_swf {background:url('/gfx/ger/swf_icon.png?r=1488182849') 11px 9px  no-repeat;}
.component_projector_enclosures ul li.e_video {background:url('/gfx/ger/video_icon.png?r=1488182849') 11px 9px  no-repeat;}
.component_projector_enclosures ul li.e_audio {background:url('/gfx/ger/audio_icon.png?r=1488182849') 11px 6px no-repeat;}
.component_projector_enclosures ul li.e_image {background:url('/gfx/ger/image_icon.png?r=1488182849') 8px 6px no-repeat;}
.component_projector_enclosures ul li.e_documents {background:url('/gfx/ger/doc_icon.png?r=1488182849') 10px 6px no-repeat;}
.component_projector_enclosures ul li.e_download {background:url('/gfx/ger/down_icon.png?r=1488182849') 10px 6px no-repeat;}
.load_swf {background:url('/gfx/ger/load_ajax_bar.gif?r=1488182849') no-repeat center center #fff;}
/*66818*/
div.avabilityDialog_pr_info {margin-bottom:20px; overflow:hidden;}
div.avabilityDialog_text2 {margin-bottom:15px;}
div.avabilityDialog_email {margin-bottom:15px;}
div.avabilityDialog_tel {margin-bottom:20px}
div.avabilityDialog_tel2 {display:none;}
div.avabilityDialog_text3 {margin-bottom:20px}
a.avabilityDialog_close {display:none;}
img.avabilityDialog {float: left;     margin-right: 20px;}
ul.avabilityDialog_pr_info {float:left;list-style:none; font-size:12px;  line-height: 1.5;}
label.avabilityDialog_tel {display: inline !important;    line-height: 1;     margin-right: 5px;}
span.validation_icons {margin-left: 5px;}
button.avabilityDialog_submit {clear:both;}
#avabilityDialog h2 {font-size:18px; color:#363636; font-weight:normal; margin-bottom:20px;}
#avabilityDialog input[type=text] {width:200px; font-size:11px;padding:4px;color:#666;}
#avabilityDialog_phone {display:none;}
#avabilityDialog input[type=text].error {border:1px solid #cc0000  ;}
#avability_product_name {font-family: Tahoma;}
div.avabilityDialog_radio label {display:block;overflow:hidden; line-height:1.2;margin-bottom:5px; cursor:pointer;}
div.avabilityDialog_radio input {float:left;margin-right:3px;}
div.avabilityDialog_email label {margin-right: 21px;}
div.avabilityDialog_tel label {display:block;overflow:hidden; line-height:1.2;margin-bottom:10px; cursor:pointer;}
div.avabilityDialog_tel label input {float:left;margin-right:3px;}
/*71678*/
.cm {text-align: left;font-size: 13px;line-height:1.3; margin-bottom:20px;}
.cm h1,.cm h2,.cm h3,.cm h4,.cm h5,.cm h6,.cm p, .cm ol, .cm ul {margin:15px 0; line-height: normal;}
.cm ol, .cm ul {padding-left:40px;}
.cm ol ol, .cm ul ul {margin:0;}
.cm ul li, .cm ol li {list-style-type: inherit !important;}
.cm h1 {font-size:2em;}
.cm h2 {font-size:1.5em;}
.cm h3 {font-size:1.33em;}
.cm h4 {font-size:1.17em;}
.cm h5 {font-size:0.83em;}
.cm h6 {font-size:0.67em;}
/*60321*/
div.product_questions_list {margin-bottom:40px;}
div.product_question {font-weight:bold;}
div.product_question_answer {margin-bottom:15px;}
/*67256*/
div.component_projector_dictionary {margin-bottom:40px;}
div.n56173_label {display:none;}
div.n54117_group {cursor:pointer;  font-weight:bold; text-align:left;margin:20px 0px 5px 0;}
div.n54117_item_b_sub {display:inline;}
span.n54117_name_sub {font-weight:normal;}
table.n54117_dictionary {width:100%;}
td.n54117_group {padding-left:0 !important;}
td.n54117_footer {display:none;}
td.n54117_item_a1 {font-weight: bold;width:100px;white-space:nowrap;}
td.n54117_item_a2 {background:#f1f1f1; font-weight: bold;width:100px;white-space:nowrap;}
td.n54117_item_b2 {background:#f1f1f1;}
table.n54117_dictionary td {padding:5px 10px 5px 0;}
.showTip {margin-left:4px;}
/*66111*/
div.component_projector_sizes_chart {display:none; font-family: arial;}
div.sizes_chart_cms {padding: 0px 0 30px;   text-align: left;}
#dialog_wrapper.dialog_wrapper_sizes_chart  #dialog_wrapper_sub {padding: 30px;}
.component_projector_sizes_chart h2 {background:none !important; border:none !important; padding:0 !important; margin:0 0 12px 0 !important; clear:both;font-size:20px !important; font-weight:normal;}
.component_projector_sizes_chart .info {background: #000 url('/gfx/ger/info.png?r=1488182849') 10px center no-repeat;   color:#fff; padding:10px 10px 10px 56px;}
table.table-condensed th {vertical-align:middle;letter-spacing: normal;}
div.sizes_chart_cms p {margin-bottom:15px;}
.important {color:#cb58aa  ;}
ul.fancy_list {margin-left: 20px;}
ul.fancy_list li {margin-bottom:10px;}
ol.fancy_list {margin-left: 0px; padding-top: 3px;}
ol.fancy_list li {counter-increment: section; line-height: 1.2; list-style: none outside none; margin-bottom: 5px; min-height: 20px; padding-top: 0; padding-top: 6px;}
ol.fancy_list li:before {background: #000000;    color: #FFFFFF;  content: counter(section, decimal);     display: inline-block;     float: left;     font-size: 13px;     font-weight: bold;     margin-right: 10px;     margin-top: -3px;     min-width: 14px;     padding: 4px 2px;     text-align: center;}
.put_right {float:right;}
.put_left {float:left;}
/*74753*/
/*74754*/
/*74758*/
/*74759*/
/*56196*/
div.component_projector_cms {margin-bottom:40px;    clear: both;   overflow: hidden;}
div.n56196_sub ul {padding:0 0 0 22px !important;}
div.n56196_sub ol {padding:0 0 0 22px !important;}
img.pic {border:none;}
/*65612*/
div.projector_fb_comments_label {border-left: 7px solid #cb58aa; color: #333333; display: block; font-family: Roboto; font-size: 1.29em; font-weight: normal; margin-bottom: 10px; padding: 8px 0 7px 14px; text-decoration: none; text-transform: uppercase;}
div.projector_fb_comments iframe {position: static;   width: 100% !important;}
div.projector_fb_comments_short {/* padding: 0 15px 15px; border: 1px solid #c4c7c8;   border-top:none;background:  #fff;      margin-top: -1px; */  margin-bottom:30px;}
.fb-comments, .fb-comments iframe[style], .fb-like-box, .fb-like-box iframe[style] {width: 100% !important;}
.fb-comments span, .fb-comments iframe span[style], .fb-like-box span, .fb-like-box iframe span[style] {width: 100% !important;}
/*69663*/
div.n58676 {border: 1px solid #c4c7c8;     clear: both;     height: 65px;     padding: 0 15px; border-bottom:none;}
div.clearBoth {clear:both;}
#tabs_58676 div {background: #fff; cursor: pointer; float: left; font-weight: bold; margin: 0 10px; padding: 10px; text-align: center; position: relative; border-top: 4px solid transparent;;}
#tabs_58676 div span {display: inline-block;}
#tabs_58676 .activTab {border-color: #cb58aa ;}
#tabs_58676 .activTab:after {content:'';display:block;top:0;left:50%;margin-left:-4px;position:absolute;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #cb58aa ;}
.mobileTab {border: 1px solid #c4c7c8;     font-weight: bold;   display: none;     font-size: 1.1em !important;     font-weight: normal;     margin-top: -1px;     padding: 15px;     text-shadow: none !important;     text-transform: uppercase;}
.mobileTab:after {border-left: 5px solid transparent;     border-right: 5px solid transparent;     border-top: 5px solid #cb58aa ;     content: '';     display: inline-block; float: right; margin-top: 8px;}
.mobileTab.activTab {border-bottom: medium none;     color: #cb58aa ;    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05) inset;}
.mobileTab.activTab:after {border-top: none;    border-bottom: 5px solid #cb58aa ;}
/*56191*/
div.component_projector_warranty {display:none; padding: 0 15px 15px; border: 1px solid #c4c7c8;   border-top:none;}
h3.n56191_label {background: none repeat scroll 0 0 #f0f0f0;     color: #000000;     font-weight: bold;     height: 25px;     line-height: 24px;     margin: 10px 0;     text-align: left;     text-indent: 10px;}
div.n56191_desc ul {padding:0 0 0 22px !important;}
div.n56191_desc ol {padding:0 0 0 22px !important;}
/*74763*/
div.n56197_login {background: url('/gfx/ger/icon_message.png?r=1488182849') 18px 18px no-repeat #cb58aa; border:1px solid transparent; color:#FFFFFF;  font-size:14px; padding:22px 65px !important; margin-bottom:10px !important;text-align:center;}
div.component_projector_opinions {display:none; padding: 0 15px 15px; border: 1px solid #c4c7c8;   border-top:none;}
div.n68503_label {display:none;}
div.n68503_stats_info {display:none;}
div.n68503_item {padding-top:10px; line-height: 1.3;}
div.n68503_photo {float: left;     margin-right: 10px;}
div.n56197_login {display:block; padding:10px 0; text-align:center;}
span.n68503_stars {display: inline-block;}
span.n68503_author_desc {color:#666666;}
div.n68503_opinions {padding: 15px; width: 100%;  margin-bottom:10px;}
span.n56197_login a {color:inherit;}
.display_table {display:table;}
.display_table_row {display:table-row;}
.display_table_cell {display:table-cell;}
.n68503_opinion * {vertical-align: middle;}
.n68503_opinions.even {background:#eee;}
.comments_source {font-size:0.9em; line-height:1.2; text-align:right; width: 100px; vertical-align: top;}
.n68503_stars .note {margin:0 10px 0 0;  display: inline-block;}
/*65617*/
div.n56914_info2 {background: url('/gfx/ger/icon_message.png?r=1488182849') 18px 18px no-repeat #cb58aa; border:1px solid transparent; color:#FFFFFF;  font-size:14px; padding:22px 65px !important; margin-bottom:10px !important;text-align:center;}
div.n56914_info {background: url('/gfx/ger/icon_message.png?r=1488182849') 18px 18px no-repeat #cb58aa; border:1px solid transparent; color:#FFFFFF;  font-size:14px; padding:22px 65px !important; margin-bottom:10px !important;text-align:center;}
div.n56914 {padding: 0 15px 15px; border: 1px solid #c4c7c8;   border-top:none;background:  #fff;      margin-top: -1px;}
div.n56914_label {display:none;}
div.n56914_sub {padding-bottom:20px;}
div.n56914_info2 {display:block;text-align:center;padding:10px;}
div.n56914_info {display:block; margin-bottom:15px; padding:10px;}
div.n56914_notes {float:right; width:176px;}
div.n56914_name {font-weight:bold; padding-bottom:5px;}
div.opinion_note {clear:both; overflow:hidden; padding-bottom:10px;}
div.n56914_text {clear:left}
div.n56914_opinion_foto {clear:left; float:left; padding-top:10px;}
div.n56914_button {clear:left; float:left; padding-top:20px; text-align:center;}
div.component_projector_opinions {display:block;}
span.n59203_opinion_points {font-weight:bold;}
span.opinion_star {display:block;padding-bottom:2px; padding-left:3px;}
a.opinion_star {font-size: 1.5em;vertical-align: middle;}
textarea.projector_opinions_opinion {height:80px; width:70%;}
button.projector_opinions_button {display:inline;}
button.projector_opinions_button_edit {display:inline;}
div.opinion_note b {padding-left:10px; vertical-align: middle;}
a.opinion_star:after {font-family: FontAwesome;color: #f1f1f1;content: '\f005';}
a.opinion_star.activNote:after {color: #cb58aa ;}
a.opinion_star span {display:none;}
/*61389*/
div.component_projector_askforproduct {display:none; padding: 0 15px 15px; border: 1px solid #c4c7c8;   border-top:none;}
div.n61389_label {display:none;}
div.n61389_main {overflow:hidden;}
div.form {clear:both;width: 60%;margin:0 auto 20px;}
div.n61389_left2 {float: left; font-size: 0.85em; padding-top: 5px; text-transform: uppercase; width: 10%;}
div.n61389_right2 {float:left; width:88%;margin-left:2%;white-space: nowrap;}
div.n61389_left3 {float: left; font-size: 0.85em; padding-top: 5px; text-transform: uppercase; width: 10%;}
div.n61389_right3 {float:left; width:88%;margin-left:2%;white-space: nowrap;}
div.n61389_submit {overflow:hidden; clear:both;width: 60%;margin:0 auto; text-align:right;}
div.n61389_legend {overflow:hidden; clear:both;width: 60%;margin:0 auto;text-align:right;font-size:0.85em;}
h3.n61389_desc {background: #F1F1F1; color: #000000; font-weight: normal; padding: 20px;  width: 60%; margin:0 auto 30px;font-size:0.9em;}
input.n61389_form {width:100%; vertical-align:middle;}
input.n61389_submit {margin:0 auto;}
textarea.n61389_body {width:100%; vertical-align:middle;}
#form_textarea2 {height:auto;}
.question_error {display:block; color:red; margin-top:3px;}
div.n61389_right2 img {vertical-align:middle;margin-left:5px;}
#form_textarea2 img {vertical-align:middle;margin-left:5px;}
div.form:after {content:'';display:table;clear:both;}
/*68815*/
div.projector_video_cover {top:0; right:0; left:0;bottom:0; position:fixed; background:#000; opacity:0.8;  z-index: 900;}
div.projector_video {position:fixed; top:10%; left:50%; margin-left:-240px;  z-index: 999; display:none;}
a.projector_video_close {margin-right:-15px; margin-top:-15px; position:absolute; right:0; top:0; z-index:999999;}
div.jp-audio,div.jp-audio-stream,div.jp-video {background-color: #5E5E5E; bottom: 0; box-shadow: 0 0 15px 0 #000000; color: #EEEEEE; font-family: Verdana,Arial,sans-serif; font-size: 1.25em; line-height: 1.6; width:480px;}
div.jp-audio {width:420px;}
div.jp-audio-stream {width:182px;}
div.jp-video-270p {width:480px;}
div.jp-video-full {/* Rules for IE6 (full-screen) */ 	width:480px; 	height:270px; 	/* Rules for IE7 (full-screen) - Otherwise the relative container causes other page items that are not position:static (default) to appear over the video/gui. */ 	position:static !important; position:relative;}
div.jp-video-full div div {z-index:1000;}
div.jp-video-full div.jp-jplayer {top: 0; 	left: 0; 	position: fixed !important; position: relative; /* Rules for IE6 (full-screen) */ 	overflow: hidden;}
div.jp-video-full div.jp-gui {position: fixed !important; position: static; /* Rules for IE6 (full-screen) */ 	top: 0; 	left: 0; 	width:100%; 	height:100%; 	z-index:1001;}
div.jp-video-full div.jp-interface {background-color: #000000; padding: 15px 0; position: relative; width: 100%;}
div.jp-interface {position: relative; 	background-color:#000; 	width:100%; padding-top: 15px;}
div.jp-audio div.jp-type-single div.jp-interface {height:80px;}
div.jp-audio div.jp-type-playlist div.jp-interface {height:80px;}
div.jp-audio-stream div.jp-type-single div.jp-interface {height:80px;}
div.jp-controls-holder {clear: both; margin: 0 auto; overflow: hidden; padding: 8px 0; position: relative; width: 440px;}
div.jp-interface ul.jp-controls {list-style-type:none; 	margin:0; 	padding: 0; 	overflow:hidden;}
div.jp-audio ul.jp-controls {width: 380px; 	padding:20px 20px 0 20px;}
div.jp-audio-stream ul.jp-controls {width: 142px; 	padding:20px 20px 0 20px;}
div.jp-video div.jp-type-single ul.jp-controls {width: 78px; 	margin-left: 200px;}
div.jp-video div.jp-type-playlist ul.jp-controls {width: 155px; 	margin-left: 150px;}
div.jp-video ul.jp-controls,div.jp-interface ul.jp-controls li {display:inline; 	float: left;}
div.jp-interface ul.jp-controls a {display:block; 	overflow:hidden; 	text-indent:-9999px;}
a.jp-play,a.jp-pause {width:40px; 	height:40px;margin:0 6px;}
a.jp-play {background: url('/gfx/ger/jplayer.blue.monday.jpg?r=1488182849') 0 0 no-repeat;}
a.jp-play:hover {background: url('/gfx/ger/jplayer.blue.monday.jpg?r=1488182849') -41px 0 no-repeat;}
a.jp-pause {background: url('/gfx/ger/jplayer.blue.monday.jpg?r=1488182849') 0 -42px no-repeat; 	display: none;}
a.jp-pause:hover {background: url('/gfx/ger/jplayer.blue.monday.jpg?r=1488182849') -41px -42px no-repeat;}
a.jp-stop, a.jp-previous, a.jp-next {width:28px; 	height:28px; 	margin-top:6px;}
a.jp-stop {background: url('/gfx/ger/jplayer.blue.monday.jpg?r=1488182849') 0 -83px no-repeat; 	margin-left:10px;}
a.jp-stop:hover {background: url('/gfx/ger/jplayer.blue.monday.jpg?r=1488182849') -29px -83px no-repeat;}
a.jp-previous {background: url('/gfx/ger/jplayer.blue.monday.jpg?r=1488182849') 0 -112px no-repeat;}
a.jp-previous:hover {background: url('/gfx/ger/jplayer.blue.monday.jpg?r=1488182849') -29px -112px no-repeat;}
a.jp-next {background: url('/gfx/ger/jplayer.blue.monday.jpg?r=1488182849') 0 -141px no-repeat;}
a.jp-next:hover {background: url('/gfx/ger/jplayer.blue.monday.jpg?r=1488182849') -29px -141px no-repeat;}
div.jp-progress {overflow:hidden;}
div.jp-audio div.jp-progress {position: absolute; 	top:32px; 	height:15px;}
div.jp-audio div.jp-type-single div.jp-progress {left:110px; 	width:186px;}
div.jp-audio div.jp-type-playlist div.jp-progress {left:166px; 	width:130px;}
div.jp-video div.jp-progress {height: 7px; left: 0; margin: 0 50px; top: 0; width: auto;}
div.jp-seek-bar {background: none repeat scroll 0 0 #5E5E5E; border-radius: 7px 7px 7px 7px; cursor: pointer; height: 100%; width: 0;}
div.jp-play-bar {background: none repeat scroll 0 0 #FFFFFF; border-radius: 7px 7px 7px 7px; height: 100%; width: 0;}
div.jp-seeking-bg {background: url('/gfx/ger/jplayer.blue.monday.seeking.gif?r=1488182849');}
a.jp-mute,a.jp-unmute,a.jp-volume-max {width:18px; 	height:15px; 	margin-top:22px;}
div.jp-audio div.jp-type-single a.jp-mute, div.jp-audio div.jp-type-single a.jp-unmute {margin-left: 210px;}
div.jp-audio div.jp-type-playlist a.jp-mute, div.jp-audio div.jp-type-playlist a.jp-unmute {margin-left: 154px;}
div.jp-audio-stream div.jp-type-single a.jp-mute, div.jp-audio-stream div.jp-type-single a.jp-unmute {margin-left:10px;}
div.jp-audio a.jp-volume-max, div.jp-audio-stream a.jp-volume-max {margin-left: 56px;}
div.jp-video a.jp-mute,div.jp-video a.jp-unmute,div.jp-video a.jp-volume-max {position: absolute; 	top:20px; 	margin-top:0;}
div.jp-video a.jp-mute,div.jp-video a.jp-unmute {left: 0px;}
div.jp-video a.jp-volume-max {left: 90px;}
a.jp-mute {background: url('/gfx/ger/jplayer.blue.monday.jpg?r=1488182849') 0 -170px no-repeat;}
a.jp-mute:hover {background: url('/gfx/ger/jplayer.blue.monday.jpg?r=1488182849') -19px -170px no-repeat;}
a.jp-unmute {background: url('/gfx/ger/jplayer.blue.monday.jpg?r=1488182849') -60px -170px no-repeat; 	display: none;}
a.jp-unmute:hover {background: url('/gfx/ger/jplayer.blue.monday.jpg?r=1488182849') -79px -170px no-repeat;}
a.jp-volume-max {background: url('/gfx/ger/jplayer.blue.monday.jpg?r=1488182849') 0 -186px no-repeat;}
a.jp-volume-max:hover {background: url('/gfx/ger/jplayer.blue.monday.jpg?r=1488182849') -19px -186px no-repeat;}
div.jp-volume-bar {background: none repeat scroll 0 0 #5E5E5E;     cursor: pointer;     height: 5px;     overflow: hidden;     position: absolute;     width: 55px; border-radius: 5px 5px 5px 5px}
div.jp-audio div.jp-volume-bar {top:37px; 	left:330px;}
div.jp-audio-stream div.jp-volume-bar {top:37px; 	left:92px;}
div.jp-video div.jp-volume-bar {left: 24px;     top: 26px;}
div.jp-volume-bar-value {background: none repeat scroll 0 0 #FFFFFF; border-radius: 5px 5px 5px 5px; height: 5px; width: 0;}
div.jp-audio div.jp-time-holder {position:absolute; 	top:50px;}
div.jp-audio div.jp-type-single div.jp-time-holder {left:110px; 	width:186px;}
div.jp-audio div.jp-type-playlist div.jp-time-holder {left:166px; 	width:130px;}
div.jp-current-time,div.jp-duration {width:60px; 	font-size:.64em; 	font-style:oblique;}
div.jp-current-time {float: left; 	display:inline;}
div.jp-duration {float: right; 	display:inline; 	text-align: right;}
div.jp-video div.jp-current-time {margin-left: 10px; margin-top: -12px;}
div.jp-video div.jp-duration {margin-right: 10px; margin-top: -12px;}
div.jp-title {font-weight:bold; 	text-align:center;}
div.jp-title, div.jp-playlist {background-color: #111111; border-top: 1px solid #666666; width: 100%;}
div.jp-type-single div.jp-title,div.jp-type-playlist div.jp-title,div.jp-type-single div.jp-playlist {border-top:none;}
div.jp-title ul,div.jp-playlist ul {list-style-type:none; 	margin:0; 	padding:5px 15px 12px;	font-size:.72em;}
div.jp-title li {padding:5px 0; 	font-weight:bold;}
div.jp-playlist li {padding:5px 0 0 0px;}
div.jp-playlist li div {display:inline;}
div.jp-type-playlist div.jp-playlist a {color: #5E5E5E; 	text-decoration: none;}
div.jp-type-playlist div.jp-playlist a:hover {color:#fff;}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current {color:#fff;}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {display:none !important;}
div.jp-type-playlist div.jp-playlist span.jp-free-media {float:right; 	display:inline; 	text-align:right;}
div.jp-type-playlist div.jp-playlist span.jp-free-media a {color:#666;}
div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover {color:#cb58aa  ;}
span.jp-artist {font-size:.8em; 	color:#666;}
div.jp-video-play {width:100%; 	overflow:hidden; /* Important for nested negative margins to work in modern browsers */ 	cursor:pointer; 	background-color:rgba(0,0,0,0);}
div.jp-video-270p div.jp-video-play {margin-top:-270px; 	height:270px;}
div.jp-video-360p div.jp-video-play {margin-top:-360px; 	height:360px;}
div.jp-video-full div.jp-video-play {height:100%;}
a.jp-video-play-icon {position:relative; 	display:block; 	width: 112px; 	height: 100px;  	margin-left:-56px; 	margin-top:-50px; 	left:50%; 	top:50%;  	background: url('/gfx/ger/jplayer.blue.monday.video.play.png?r=1488182849') 0 0 no-repeat; 	text-indent:-9999px;}
div.jp-video-play:hover a.jp-video-play-icon {background: url('/gfx/ger/jplayer.blue.monday.video.play.png?r=1488182849') 0 -100px no-repeat;}
div.jp-jplayer audio,div.jp-jplayer {width:0px; 	height:0px;}
div.jp-jplayer {background-color: #000000;}
ul.jp-toggles {list-style-type:none; 	padding:0; 	margin:0 auto; 	overflow:hidden;}
div.jp-audio .jp-type-single ul.jp-toggles {width:25px;}
div.jp-audio .jp-type-playlist ul.jp-toggles {width:55px; 	margin: 0; 	position: absolute; 	left: 325px; 	top: 50px;}
div.jp-video ul.jp-toggles {margin-top: 0; position: absolute; right: 0; top: 20px; width: 100px;}
ul.jp-toggles li {display:block; 	float:right;}
ul.jp-toggles li a {display:block; 	width:25px; 	height:18px; 	text-indent:-9999px; 	line-height:100%;}
a.jp-full-screen {background: url('/gfx/ger/jplayer.blue.monday.jpg?r=1488182849') 0 -310px no-repeat; 	margin-left: 20px;}
a.jp-full-screen:hover {background: url('/gfx/ger/jplayer.blue.monday.jpg?r=1488182849') -30px -310px no-repeat;}
a.jp-restore-screen {background: url('/gfx/ger/jplayer.blue.monday.jpg?r=1488182849') -60px -310px no-repeat; 	margin-left: 20px;}
a.jp-restore-screen:hover {background: url('/gfx/ger/jplayer.blue.monday.jpg?r=1488182849') -90px -310px no-repeat;}
a.jp-repeat {background: url('/gfx/ger/jplayer.blue.monday.jpg?r=1488182849') 0 -290px no-repeat;}
a.jp-repeat:hover {background: url('/gfx/ger/jplayer.blue.monday.jpg?r=1488182849') -30px -290px no-repeat;}
a.jp-repeat-off {background: url('/gfx/ger/jplayer.blue.monday.jpg?r=1488182849') -60px -290px no-repeat;}
a.jp-repeat-off:hover {background: url('/gfx/ger/jplayer.blue.monday.jpg?r=1488182849') -90px -290px no-repeat;}
a.jp-shuffle {background: url('/gfx/ger/jplayer.blue.monday.jpg?r=1488182849') 0 -270px no-repeat; 	margin-left: 5px;}
a.jp-shuffle:hover {background: url('/gfx/ger/jplayer.blue.monday.jpg?r=1488182849') -30px -270px no-repeat;}
a.jp-shuffle-off {background: url('/gfx/ger/jplayer.blue.monday.jpg?r=1488182849') -60px -270px no-repeat; 	margin-left: 5px;}
a.jp-shuffle-off:hover {background: url('/gfx/ger/jplayer.blue.monday.jpg?r=1488182849') -90px -270px no-repeat;}
.jp-no-solution {padding:5px; 	font-size:.8em; 	background-color:#eee; 	border:2px solid #cb58aa  ; 	color:#000; 	display:none;}
.jp-no-solution a {color:#000;}
.jp-no-solution span {font-size:1em; 	display:block; 	text-align:center; 	font-weight:bold;}
/*61394*/
div.component_projector_suggestproduct {display:none;padding: 0 15px 15px; border: 1px solid #c4c7c8;   border-top:none;}
div.n56183_label {display:none;}
div.n56183_left1 {float: left; font-size: 0.85em; padding-top: 5px; text-transform: uppercase; width: 10%;}
div.n56183_right1 {float:left; width:88%;margin-left:2%;white-space: nowrap;}
div.n56183_desc {text-align:center;font-size: 0.85em;margin-top:-15px; margin-bottom:15px;padding-left:10%;}
div.n56183_left2 {float: left; font-size: 0.85em; padding-top: 5px; text-transform: uppercase; width: 10%;}
div.n56183_right2 {float:left; width:88%;margin-left:2%;white-space: nowrap;}
div.n56183_left3 {float: left; font-size: 0.85em; padding-top: 5px; text-transform: uppercase; width: 10%;}
div.n56183_right3 {float:left; width:88%;margin-left:2%;white-space: nowrap;}
div.n56183_submit {overflow:hidden; clear:both;width: 60%;margin:0 auto; text-align:right;}
div.n56183_legend {overflow:hidden; clear:both;width: 60%;margin:0 auto;text-align:right;font-size:0.85em;}
h3.n56183_desc {background: #F1F1F1; color: #000000; font-weight: normal; padding: 20px;  width: 60%; margin:0 auto 30px;font-size:0.9em;}
input.n56183_form {width:100%; vertical-align:middle;}
textarea.n56183_body {width:100%; vertical-align:middle;}
div.n56183_right1 img {vertical-align:middle;margin-left:5px;}
div.n56183_right2 img {vertical-align:middle;margin-left:5px;}
div.n56183_right3 img {vertical-align:middle;margin-left:5px;}
/*73869*/
#imagelightbox {cursor: pointer; position: fixed; z-index: 10000; -ms-touch-action: none; touch-action: none;  -webkit-box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 );}
#imagelightbox-loading,#imagelightbox-loading div {border-radius: 50%;}
#imagelightbox-loading {width: 2.5em; height: 2.5em;background-color: #444;background-color: rgba( 0, 0, 0, .5 );position: fixed; z-index: 10003;top: 50%; left: 50%; padding: 0.625em; margin: -1.25em 0 0 -1.25em;-webkit-box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 );}
#imagelightbox-loading div {width: 1.25em;height: 1.25em; background-color: #fff;  -webkit-animation: imagelightbox-loading .5s ease infinite; 	animation: imagelightbox-loading .5s ease infinite;}
@-webkit-keyframes imagelightbox-loading {from { opacity: .5;	-webkit-transform: scale( .75 ); } 50% { opacity: 1;	-webkit-transform: scale( 1 ); } 	to { opacity: .5; -webkit-transform: scale( .75 ); }}
@keyframes imagelightbox-loading {from { opacity: .5;	transform: scale( .75 ); } 50% { opacity: 1;transform: scale( 1 ); } to { opacity: .5;transform: scale( .75 ); }}
#imagelightbox-overlay {background-color: #fff; background-color: rgba( 255, 255, 255, .9 ); position: fixed; z-index: 9998; top: 0; right: 0; bottom: 0; left: 0;}
#imagelightbox-close {width: 2.5em; height: 2.5em; text-align: left; 	background-color: #666; border-radius: 50%; position: fixed; 	z-index: 10002; 	top: 2.5em; right: 2.5em;-webkit-transition: color .3s ease; transition: color .3s ease; border:none;}
#imagelightbox-close:hover,#imagelightbox-close:focus {background-color: #111;}
#imagelightbox-close:before,#imagelightbox-close:after {width: 2px; background-color: #fff;content: ''; position: absolute; top: 20%; bottom: 20%; left: 50%; margin-left: -1px;}
#imagelightbox-close:before {-webkit-transform: rotate( 45deg );-ms-transform: rotate( 45deg );transform: rotate( 45deg );}
#imagelightbox-close:after {-webkit-transform: rotate( -45deg );-ms-transform: rotate( -45deg );transform: rotate( -45deg );}
#imagelightbox-caption {text-align: center;color: #fff;background-color: #666;position: fixed; z-index: 10001;left: 0; right: 0;bottom: 0;padding: 0.625em;}
#imagelightbox-nav {background-color: #444;background-color: rgba( 0, 0, 0, .5 ); border-radius: 20px;position: fixed;z-index: 10001; left: 50%;bottom: 3.75em; padding: 0.313em;-webkit-transform: translateX( -50% );-ms-transform: translateX( -50% ); transform: translateX( -50% );}
#imagelightbox-nav button {width: 1em;height: 1em;background-color: transparent; border: 1px solid #fff; border-radius: 50%;display: inline-block; margin: 0 0.313em;}
#imagelightbox-nav button.active {background-color: #fff;}
.imagelightbox-arrow {width: 3.75em; height: 7.5em;background-color: #444;background-color: rgba( 0, 0, 0, .5 ); vertical-align: middle; display: none; position: fixed; z-index: 10001; top: 50%; margin-top: -3.75em; border:none;}
.imagelightbox-arrow:hover,.imagelightbox-arrow:focus {background-color: #666; background-color: rgba( 0, 0, 0, .75 );}
.imagelightbox-arrow:active {background-color: #111;}
.imagelightbox-arrow-left {left: 2.5em;}
.imagelightbox-arrow-right {right: 2.5em;}
.imagelightbox-arrow:before {width: 0; height: 0;border: 1em solid transparent; content: ''; display: inline-block; margin-bottom: -0.125em;}
.imagelightbox-arrow-left:before {border-left: none;border-right-color: #fff; margin-left: -0.313em;}
.imagelightbox-arrow-right:before {border-right: none; border-left-color: #fff; margin-right: -0.313em;}
#imagelightbox-loading,#imagelightbox-overlay,#imagelightbox-close,#imagelightbox-caption,#imagelightbox-nav,.imagelightbox-arrow {-webkit-animation: fade-in .25s linear; 	animation: fade-in .25s linear;}
@-webkit-keyframes fade-in {from{ opacity: 0; } to { opacity: 1; }}
@keyframes fade-in {from{ opacity: 0; } to { opacity: 1; }}
/*67941*/
div.n54531_outline_sub {background: url('/gfx/ger/icon_message.png?r=1488182849') 18px 18px no-repeat #e35c5c; border:1px solid transparent; color:#FFFFFF;  font-size:14px; padding:22px 65px !important; margin-bottom:10px !important;text-align:center;}
div.n54531_outline {margin:0px 0px 10px;}
div.n54744_goback {text-align:center;}
h3.return_label {font-weight:normal; text-align:center; color:#FFFFFF; font-size:14px;}
h3.return_label a {margin:0; color:#FFF;}
a.n54744 {margin:0 auto;}
#return_error div.n54531_outline_sub {background: url('/gfx/ger/icon_error.png?r=1488182849') 18px 18px no-repeat #cc0000  ;}
#return_message div.n54531_outline_sub {background: url('/gfx/ger/icon_message.png?r=1488182849') 18px 18px no-repeat #cb58aa  ;}
#return_success div.n54531_outline_sub {background: url('/gfx/ger/icon_success.png?r=1488182849') 18px 18px no-repeat #a3bf18  ;}
#return_warning div.n54531_outline_sub {background: url('/gfx/ger/icon_warning.png?r=1488182849') 18px 18px no-repeat #dcaf26;}
/*69375*/
/*69374*/
div.progress_bar_wrapper {background-color:#cb58aa;}
.pb_step1 ._step2 span, .pb_step1 ._step3 span, .pb_step1 ._step4 span, .pb_step1 ._step5 span, .pb_step1 ._step6 span {background-color:#cb58aa;}
.pb_step2 ._step3 span, .pb_step2 ._step4 span, .pb_step2 ._step5 span, .pb_step2 ._step6 span {background-color:#cb58aa;}
.pb_step3 ._step4 span, .pb_step3 ._step5 span, .pb_step3 ._step6 span {background-color:#cb58aa;}
.pb_step4 ._step5 span, .pb_step4 ._step6 span {background-color:#cb58aa;}
.pb_step5 ._step6 span {background-color:#cb58aa;}
.return_type.active {color:#cb58aa;}
.return_delitem.active {color:#cb58aa;}
.pickupl_return.active {color:#cb58aa;}
.return_form.active {color:#cb58aa;}
div.progress_bar_wrapper {border-radius: 3px; height: 5px; margin: 40px 0 80px; padding-left: 35px; position: relative; white-space: nowrap;}
div._progress_bar {background:  #cc0000   ; border-radius: 3px; bottom: 0; clear: both; left: 0; position: absolute; top: 0; width: 100%; transition: width 0.3s linear;}
td.order2_name {width:400px;}
.pb_step1 ._progress_bar {width: 8%}
.pb_step2 ._progress_bar {width: 22%;}
.pb_step3 ._progress_bar {width: 40%;}
.pb_step4 ._progress_bar {width: 57%;}
.pb_step5 ._progress_bar {width: 77%;}
.pb_step6 ._progress_bar {width: 92%}
.progress_bar_wrapper span {transition: background 0.1s linear;  transition-delay:0.2s;  background: none repeat scroll 0 0 #cc0000  ; border-radius: 100%; color: #FFFFFF; display: block; font-size: 14px; font-weight: bold; height: 30px; line-height: 29px; position: absolute; text-align: center; top: -13px; width: 30px; z-index: 20;}
.progress_bar_wrapper ._step {display: inline-block; vertical-align: top; white-space: normal; width: 18%;}
.progress_bar_wrapper p {font-size: 11px;     line-height: 1.1;     padding-left: 10px;     padding-right: 10px;     padding-top: 20px;}
.progress_bar_wrapper p b {display:block;}
.return_type.active {border:1px solid; box-shadow:0px 0px 0px 1px;}
form.return_type .table_display {border-spacing: 10px;}
.return_delitem.active {border:1px solid; box-shadow:0px 0px 0px 1px;}
.return_delitem div.order1_delitem_header {min-height: 40px;}
.pickupl_return.active {border:1px solid; box-shadow:0px 0px 0px 1px;}
.return_form.active {border:1px solid; box-shadow:0px 0px 0px 1px;}
.btn_wrapper.backlink {float:left;}
/*69369*/
/*69363*/
div.return_delitem {border: 1px solid #d2d2d2; cursor:pointer; font-weight:bold; overflow:hidden; width: 365px; float: left;    margin: 5px;position:relative; background: #ffffff; background: -moz-linear-gradient(top, #ffffff 1%, #ffffff 90%, #f4f4f4 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(90%,#ffffff), color-stop(100%,#f4f4f4)); background: -webkit-linear-gradient(top, #ffffff 1%,#ffffff 90%,#f4f4f4 100%); background: -o-linear-gradient(top, #ffffff 1%,#ffffff 90%,#f4f4f4 100%); background: -ms-linear-gradient(top, #ffffff 1%,#ffffff 90%,#f4f4f4 100%); background: linear-gradient(to bottom, #ffffff 1%,#ffffff 90%,#f4f4f4 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );}
form.return_delivery_form {padding-top:10px;}
/*69382*/
/*69381*/
th.returns_details_name {border-left: 7px solid #cb58aa; color: #333333; display: block; font-family: Roboto; font-size: 1.29em; font-weight: normal; margin-bottom: 10px; padding: 8px 0 7px 14px; text-decoration: none; text-transform: uppercase;}
table.returns_details_table td .product_name {text-decoration:none;  color: #333333; font-size: 0.86em;}
table.returns_details_table td.price {color:  #8faf10; font-size: 1em; font-weight:bold;}
div.return_wrapper2 {padding: 10px 0 20px; text-align: center;}
div.returns_details_wrapper {margin-bottom: 40px;}
div.returns_details_w_sub {padding:5px;}
div.pickupl_return_one_link {float: right;     margin-top: 5px;}
div.pickupl_return_one_header {font-weight:bold;}
form.return_type .table_display {border-spacing: 10px;}
div.return_products_page span.return_detials_payment_icon {float: left;}
table.returns_details_table {width:100%;}
table.returns_details_table th {display:table-cell;}
table.returns_details_table th:last-child {white-space:nowrap;padding-right:10px;width:10px;}
table.returns_details_table td {padding: 5px; vertical-align: middle;}
table.returns_details_table td.price {white-space: nowrap;}
.float_icon > * {margin-left:80px;display:block;}
.float_icon > img {float:left; margin:0;}
.return_image_i .text-1 {font-weight: bold; left: 56px; position: absolute; top: 20px; width: 118px; background:  #FFFFFF;}
.return_image_i .text-2 {font-weight: bold; left: 224px; position: absolute; top: 20px; width: 123px; background:  #FFFFFF;}
.return_image_i .text-2 small {color:#666666;   font-size:10px;   display:block; font-weight:normal;}
.return_image_i .text-3 {font-weight: bold; left: 395px; position: absolute; top: 20px; width: 103px; background:  #FFFFFF;}
.return_image_i .text-4 {font-weight: bold; left: 571px; position: absolute; top: 20px; width: 86px; background:  #FFFFFF;}
.return_image_i .text-1a {background: #FFFFFF; font-weight: bold; left: 60px; position: absolute; top: 15px; width: 118px;}
.return_image_i .text-2a {font-weight: bold; left: 257px; position: absolute; top: 15px; width: 123px; background:  #FFFFFF;}
.return_image_i .text-2a small {color:#666666;   font-size:10px;   display:block; font-weight:normal;}
.return_image_i .text-3a {font-weight: bold; left: 470px; position: absolute; top: 15px; width: 103px; background:  #FFFFFF;}
.return_image_i .text-3a small {color:#666666;   font-size:10px;   display:block; font-weight:normal;}
.return_image_i {font-size: 11px;   font-family: 'Arial';   line-height: 1;   text-align: left;   color:#000; position:relative;    width: 673px;   height: 161px; margin:10px auto 20px;}
.returns_details_name ul {font-size: 11px; list-style: none outside none; padding: 5px 0 10px; text-align: right;}
/*69370*/
/*69371*/
/*69373*/
/*69372*/
div.return_name {text-decoration:none;  color: #333333; font-size: 0.86em;}
div.return_desc {padding-top:5px;font-size:11px;}
div.return_one_name {font-weight: bold; margin-bottom: 5px;}
form.return_type {padding-top:10px;}
label.return_type {padding:15px 10px;  width:33%; border: 1px solid #d2d2d2;border-radius: 5px; vertical-align: top;cursor:pointer;color: #666666;overflow:hidden;-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ 	-moz-box-sizing: border-box;    /* Firefox, other Gecko */ 	box-sizing: border-box; background: #ffffff; background: -moz-linear-gradient(top, #ffffff 1%, #ffffff 90%, #f4f4f4 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(90%,#ffffff), color-stop(100%,#f4f4f4)); background: -webkit-linear-gradient(top, #ffffff 1%,#ffffff 90%,#f4f4f4 100%); background: -o-linear-gradient(top, #ffffff 1%,#ffffff 90%,#f4f4f4 100%); background: -ms-linear-gradient(top, #ffffff 1%,#ffffff 90%,#f4f4f4 100%); background: linear-gradient(to bottom, #ffffff 1%,#ffffff 90%,#f4f4f4 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );}
input.return_type {display:none;}
img.n69372_icon {float:left; margin-right:5px;}
/*69368*/
/*69362*/
label.return_product {float: left; font-weight: normal; padding: 4px;}
input.return_product {float: left;     margin-right: 5px;}
textarea.return_comment {display: inline; float: left; height: 80px; margin-top: 10px; width: 100%;}
form.return_type .table_display {border-spacing: 10px;}
form.returns_productslist a.select_all {float:right;}
#return_go_next {float:right;}
.returns_summary_buttons {padding-top:10px;}
div.basketedit_productslist.return_productslist {padding-top:0px;}
/*69380*/
/*69378*/
div.return_form {border: 1px solid #D2D2D2;  line-height: 1.3;       cursor: pointer;    margin-bottom:10px;   margin: 5px;          overflow: hidden;     padding: 15px 10px;     position: relative;    background: #ffffff; background: -moz-linear-gradient(top, #ffffff 1%, #ffffff 90%, #f4f4f4 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(90%,#ffffff), color-stop(100%,#f4f4f4)); background: -webkit-linear-gradient(top, #ffffff 1%,#ffffff 90%,#f4f4f4 100%); background: -o-linear-gradient(top, #ffffff 1%,#ffffff 90%,#f4f4f4 100%); background: -ms-linear-gradient(top, #ffffff 1%,#ffffff 90%,#f4f4f4 100%); background: linear-gradient(to bottom, #ffffff 1%,#ffffff 90%,#f4f4f4 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );}
div.return_form_sub {margin-left: 77px;}
div.return_form_name {font-weight:bold; margin-bottom:3px;}
div.return_form_desc {font-size:11px; margin-bottom:3px;}
div.return_form_one_sub {margin-left: 77px;}
div.return_form_one_name {font-weight:bold; margin-bottom:3px;}
div.return_form_one_desc {font-size:11px; margin-bottom:3px;}
form.returm_return_list_form {padding-top:10px;}
input.return_type {display:none;}
input.return_form {vertical-align: middle;     width: 95%;}
img.return_form {float: left; margin-right: 10px;}
img.return_form_one {float: left; margin-right: 10px;}
span.validation_icons {vertical-align: middle;}
/*69377*/
/*69376*/
div.pickupl_return {border: 1px solid #D2D2D2;  line-height: 1.3;    cursor: pointer;     float: left;     margin: 5px;     min-height: 80px;     overflow: hidden;     padding: 15px 10px;     position: relative;     text-align: center;     width: 157px;background: #ffffff; background: -moz-linear-gradient(top, #ffffff 1%, #ffffff 90%, #f4f4f4 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(90%,#ffffff), color-stop(100%,#f4f4f4)); background: -webkit-linear-gradient(top, #ffffff 1%,#ffffff 90%,#f4f4f4 100%); background: -o-linear-gradient(top, #ffffff 1%,#ffffff 90%,#f4f4f4 100%); background: -ms-linear-gradient(top, #ffffff 1%,#ffffff 90%,#f4f4f4 100%); background: linear-gradient(to bottom, #ffffff 1%,#ffffff 90%,#f4f4f4 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );}
div.pickupl_return_header {font-weight: bold;}
form.pickup_return_list_form {padding-top:10px;}
span.pickupl_return_city {display:block;}
/*58363*/
div.rma_add_cms_label {clear:both;}
div.rma_add_cms {margin-bottom:20px;}
/*67986*/
div.rma_add_form_label {border-left: 7px solid #cb58aa; color: #333333; display: block; font-family: Roboto; font-size: 1.29em; font-weight: normal; margin-bottom: 10px; padding: 8px 0 7px 14px; text-decoration: none; text-transform: uppercase;}
div.rma_add_form_label {display:none;}
div.rma_add_form_addbutton {text-align:right;position:relative;}
div.rma_add_form_section {margin-bottom:20px;}
div.rma_add_form_sectionheader {background:#f1f1f1; font-weight:bold; line-height:30px;}
div.rma_add_form_sectiondesc {padding:5px 0; position:relative;font-size:0.9em;}
div.rma_add_form_sectionsub {margin-bottom: 10px;     padding: 15px 0 0;}
div.rma_add_form_box {display: inline-block; font-size: inherit; margin-bottom: 20px; vertical-align: top; width: 33.33%;}
div.rma_add_form_boxsub {padding:1px 10px; position:relative;}
div.rma_add_help {background: none repeat scroll 0 0 #FFFFDC;     position: absolute;     right: 0;     text-align: center;     top: 0;     z-index: 50;}
div.rma_add_form_boxsub_hidden {display:none;  line-height:16px; padding:1px 10px; position:relative;}
div.rma_add_form_descval {padding:0 10px; position:relative;}
div.rma_add_form_boxsub2 {display:table; line-height:16px; margin:1px 10px;}
div.rma_add_form_boxsub2_hidden {clear:both; display:none; line-height:16px; padding:1px 10px; position:relative;}
div.rma_add_form_stock {cursor: pointer; display: inline-block; margin: 0.5%; vertical-align: top; width: 19%;}
div.rmaf_sub {border:1px solid #B8B8B8; min-height:120px; position:relative; padding:10px;}
div.rma_add_form_stockheader {font-weight:bold; padding:5px; text-align:center;}
div.rma_add_form_stockaddress {margin-bottom:5px; text-align:center;}
div.rma_add_form_stocklink {padding:5px; text-align:center;}
div.rma_add_form_submit {clear:both; text-align:center;}
span.rma_add_form_adr1 {color: #000000;     display: block;     font-size: 1.083em;     font-weight: bold; margin: 0 0 10px;}
span.rma_add_form_infocountry {display:none;}
span.rma_add_form_adr2 {color: #000000;     display: block;     font-size: 1.083em;     font-weight: bold; margin: 0 0 10px;}
span.rma_add_form_infotitle {display:block; padding: 0 0 5px;}
span.rma_add_form_infovalue {position:relative;}
span.rma_add_form_buyplace {display:block;}
span.rma_add_form_boxsub_hidden {display:none; padding:2px 0;}
span.rma_add_form_desc {display: block;     padding: 0 10px 5px;}
span.rma_add_form_infotitle2 {display:block; padding: 0 0 5px;}
span.rma_add_form_infovalue2 {display:block;  font-weight:bold;}
img.rma_need {position: absolute;     right: 15px;     top: 28px}
img.rma_correct_img {position: absolute;     right: 10px;     top: 21px;     z-index: 10;}
input.rma_add_form_input {margin-bottom:5px;   width: 95%;}
textarea.rma_add_form_desc {height:130px;  width: 95%;}
a.rma_add_form_button_edit {margin:0px auto;}
a.rma_add_form_button_add {margin:10px auto; position:relative;}
#rma_add_form_box3 {width: 50%;}
#rma_add_form_box4 {width: 50%;}
a.rma_add_idleb {opacity:0.5; filter:alpha(opacity=50); cursor:not-allowed;}
#buy_place_action {width: 95%;}
span.rma_add_form_buyplace input {background:none; border:none;}
span.rma_add_form_infovalue2 span {display: block;     padding: 5px 0;}
span.rma_add_form_infovalue2 span input {background:none; border:none;}
div.rmaf_selected {background:#cb58aa ; color:#FFFFFF;}
div.rmaf_selected a {color:#FFFFFF; font-weight:bold;}
div.rma_add_form_buttons ul {list-style:none; position:relative; left:-50%;}
#label2_rma {display:block;margin-top:-40px}
/*58201*/
div.rma_list_cms_label {clear:both;}
div.rma_list_cms {margin-bottom:20px;}
/*67985*/
div.rma_list_data_label {border-left: 7px solid #cb58aa; color: #333333; display: block; font-family: Roboto; font-size: 1.29em; font-weight: normal; margin-bottom: 10px; padding: 8px 0 7px 14px; text-decoration: none; text-transform: uppercase;}
div.rma_list_noteslabel {border-left: 7px solid #cb58aa; color: #333333; display: block; font-family: Roboto; font-size: 1.29em; font-weight: normal; margin-bottom: 10px; padding: 8px 0 7px 14px; text-decoration: none; text-transform: uppercase;}
span.rma_list_noitem {background: url('/gfx/ger/icon_message.png?r=1488182849') 18px 18px no-repeat #e35c5c; border:1px solid transparent; color:#FFFFFF;  font-size:14px; padding:22px 65px !important; margin-bottom:10px !important;text-align:center;}
div.rma_list_data_outline {text-align: left;     z-index: 1;}
div.rma_list_data_addbutton {margin-bottom:30px;font-size: 0.8em; text-align: right}
div.addbutton_maintxt {text-align: left;}
div.addbutton_sidetxt {font-weight: normal;    text-align: left;  font-size: 0.8em; padding-left:18px}
div.rma_list_data_sub {display: block;     z-index: 0;}
div.rma_list_data_toggler {border-bottom: 1px solid #c6c6c6; margin-bottom: 10px; overflow: hidden;}
div.rma_list_tab {background:  #f1f1f1;    cursor: pointer;     display: inline;     float: left;       margin-left: 0;     margin-right: 10px;     margin-top: 2px;     padding: 8px 15px;     text-align: center;}
div.rma_list_tab.rma_on {background:  #cb58aa ;  color:#fff}
div.rma_list_data_content {padding: 10px 0 20px;}
div.rma_list_data_panel {clear:both;  width: 100%}
div.rma_list_data_labels {font-weight:bold; padding:5px 0 10px; display:inline-table; width: 100%;}
div.rma_list_item {clear:both; display:none;}
div.rma_list_item_sub {padding: 10px 0 30px;    border-bottom: 1px solid #c6c6c6;}
div.rma_list_itmesub1 {clear:both; display:inline;  text-align:left;}
div.rma_list_itemhead {font-weight: bold;     margin: 0 0 10px;}
div.rma_list_itemdesc_sub {font-size:0.9em;}
div.rma_list_itemstatus_sub {font-size:0.9em;}
div.rma_list_itmesub2 {clear:both; display:inline;   text-align:left;}
div.rma_list_itemplace_sub {font-size:0.9em;}
div.rma_list_itemreturnmoney_sub {font-size:0.9em;}
div.rma_list_itembuttons {font-size:0.85em;}
span.rma_list_noitem {display:block; text-align:center;}
span.rma_list_label_nmbr {width:10%;}
span.rma_list_label_product {width:50%;}
span.rma_list_label_status {width:20%;}
span.rma_list_label_operation {width: 10%;}
span.rma_list_item_nmbr {text-align:center; width:10%;}
span.rma_list_item_product {width:50%;}
span.rma_list_item_status {width: 20%;}
span.rma_list_item_operation {width: 10%;}
span.rma_list_itemstatushead {display:block;  margin-bottom:5px;}
span.rma_list_itemstatusbody {display:block; text-align:justify;}
span.rma_list_itemstock_addresss {display: block;margin-bottom: 10px;}
a.rma_list_itemplace_cont {text-decoration:none;}
a.rma_list_itemstock_link {display: block; padding-top: 10px;}
a.rma_list_button_etykieta {margin-bottom: 5px; width:100%;}
a.rma_list_button_wydrukuj {margin-bottom: 5px; width:100%;}
a.rma_list_button_edit {margin-bottom: 5px; width:100%;}
a.rma_list_button_cancel {margin-bottom: 5px; width:100%;}
table.rma_list_itemdata {font-size:0.9em;}
td.rma_list_itemdata1 {padding:0 10px 5px 0}
td.rma_list_itemdata2 {font-weight:bold;}
td.rma_list_itemplace1 {padding: 0 10px 5px 0;}
td.rma_list_itemplace2 {font-weight: bold;}
td.rma_list_notedate {white-space:nowrap;  font-weight: bold; padding-right:10px;}
td.rma_list_notetext {font-size:0.9em;}
div.rma_list_item1 {background:#f1f1f1; clear:both;  cursor:pointer;  display:table; width: 100%;}
div.rma_list_item2 {cursor:pointer;clear:both;   display: table; width: 100%;}
div.rma_itema {background:#cb58aa  !important; color:#FFFFFF !important; cursor:pointer;}
div.rma_itema span.rma_list_item_operation {color:#FFFFFF !important;}
span.ophidden {display:none !important;}
div.rma_list_data_labels span {display: table-cell;     padding: 5px;     vertical-align: middle; text-align: center;line-height:normal;}
div.rma_list_item1 span {display: table-cell;     padding: 5px;     vertical-align: middle; text-align: center;line-height:normal; font-size:0.9em;}
div.rma_list_item2 span {display: table-cell;     padding: 5px;     vertical-align: middle; text-align: center;line-height:normal; font-size:0.9em;}
#rma_list_noitem {margin-top:50px;}
div.rma_list_itmesub1 > * {display: inline-block;     margin-bottom: 20px;     vertical-align: top;     width: 33.33%;}
div.rma_list_itmesub2 > * {display: inline-block;    margin-bottom: 20px;     vertical-align: top;     width: 33.33%;}
/*74496*/
div.search_categoriesdescription h1 {border-left: 7px solid #cb58aa; color: #333333; display: block; font-family: Roboto; font-size: 1.29em; font-weight: normal; margin-bottom: 10px; padding: 8px 0 7px 14px; text-decoration: none; text-transform: uppercase;}
div.search_categoriesdescription {clear:both; margin-bottom: 20px;overflow:hidden;}
div.search_categoriesdescription_sub {clear:both;}
span.navigation_total {float:right;font-size: 0.9em;padding-top: 12px;}
div.search_categoriesdescription h1 {font-size: 1.8em; font-weight: 700;text-transform: none;padding: 0px 0 0px 14px;float:left;}
/*74501*/
.search_paging a.previous:hover {background-color:#cb58aa;}
.search_paging a.next:hover {background-color:#cb58aa;}
.search_paging .current {background-color:#cb58aa;}
.search_paging .gap:hover {background-color:#cb58aa;}
.search_paging .paging:hover {background-color:#cb58aa;}
div.paging_setting {clear:both;}
.search_setting {float:left;padding-bottom:17px;}
.search_setting > * {margin-right:15px}
.search_setting select.sort_order {margin-right:15px;}
.select_label {border: 1px solid #C6C6C6;   display: inline-block;   font-size: 0.8em;   padding: 7px;   width: 100%; cursor: pointer; white-space: nowrap;}
.select_label span {left: 10px;   overflow: hidden;   position: absolute;   right: 15px;   text-overflow: ellipsis;   top: 8px;}
.select_label i {float:right;}
.select_wrapper {display: inline-block;   vertical-align: top;   position:relative;}
.select_wrapper.sort_order {margin-right: 3%;   width: 65%;}
.select_wrapper.portions {width: 32%;}
.select_wrapper ul {background: #FFFFFF;   font-size: 0.8em;   left: 0;   list-style: none outside none;     position: absolute;   right: 0;   top: 30px;   z-index: 99;   border: 1px solid #C6C6C6;   border-top: none;}
.select_wrapper li {border-bottom: 1px solid #F1F1F1;   padding: 6px 10px;   cursor: pointer;}
.select_wrapper li.selected {background: #f1f1f1;}
.select_wrapper li:hover {background: #f1f1f1;}
.search_paging {padding-bottom: 17px;  overflow: hidden; float:right;}
.search_paging_sub {text-align: right;border-collapse: collapse;border-spacing: 0; box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05); display:table; float: right;}
.search_paging_sub > * {border: 1px solid #c6c6c6;     display: table-cell;     font-size: 0.9em;     height: 32px;     padding: 3px 5px 0;     text-align: center;     vertical-align: middle;     width: 31px;}
.search_paging a.previous:hover {color:#fff;}
.search_paging a.next:hover {color:#fff;}
.search_paging .current {color:#fff;}
.search_paging .gap:hover {color:#fff;}
.search_paging .paging:hover {color:#fff;}
/*67012*/
#filter_list div.filter_list_label {border-left: 7px solid #cb58aa; color: #333333; display: block; font-family: Roboto; font-size: 1.29em; font-weight: normal; margin-bottom: 10px; padding: 8px 0 7px 14px; text-decoration: none; text-transform: uppercase;}
#filter_list ul.filter_list li a {border: medium none;    color:#fff; text-decoration:none; font-size:0.9em; padding: 5px 10px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;                     background: #b6cd2e; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I2Y2QyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZGFlMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #b6cd2e 0%, #8dae0f 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6cd2e), color-stop(100%,#8dae0f)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* IE10+ */ background: linear-gradient(to bottom,  #b6cd2e 0%,#8dae0f 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6cd2e', endColorstr='#8dae0f',GradientType=0 ); /* IE6-8 */}
#filter_list ul.filter_list li a:hover {border: medium none;     background: #000;  color:#fff; text-decoration:none; font-size:0.9em;padding: 5px 10px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;                          background: #8dae0f; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhkYWUwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNWNkMmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #8dae0f 0%, #b5cd2d 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8dae0f), color-stop(100%,#b5cd2d)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* IE10+ */ background: linear-gradient(to bottom,  #8dae0f 0%,#b5cd2d 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dae0f', endColorstr='#b5cd2d',GradientType=0 ); /* IE6-8 */}
#filter_list {margin-bottom: 20px;clear:both;}
#filter_list div.filter_list_label {margin-bottom: 5px;     padding: 0 0 0 14px;}
#filter_list div.filter_list_contetn {font-size:0.85em;}
#filter_list div.filter_list_wrapper {display: inline-block;     margin-right: 5px;     margin-top: 5px;     white-space: nowrap;}
#filter_list span.filter_list_name {font-weight: bold;}
#filter_list ul.filter_list {list-style: none;display: inline;}
#filter_list ul.filter_list li {display: inline;}
#filter_list ul.filter_list li a {text-decoration: none;margin-right:10px;padding: 0 3px;}
#filter_list ul.filter_list li a:hover {text-decoration: line-through;padding: 0 3px;}
#filter_list a.filter_list_remove:after {content: '\f00d';     font-family: FontAwesome;     font-style: normal;         margin-left: 3px;     text-decoration: inherit;}
/*74559*/
img.b-lazy {opacity:0;}
small.s_unit_converted_price {color: #222222;     font-size: 12px;     padding-left: 3px;}
#search {border-collapse: collapse;     border-spacing: 0; margin:0; clear:both;margin: 0 0px 22px;}
#search div.product_wrapper {border: 1px solid #c4c7c8;padding:18px; box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05);}
#search a.product_icon {display:block; text-align:center; height:370px;margin-bottom:10px;border: 1px solid #f1f1f1; overflow:hidden; position:relative;}
#search .label_icons {position: absolute;bottom:0;left:0;}
.load-img {background:url('/gfx/ger/loader.gif?r=1488182849') no-repeat scroll center center #fff;}
#search a.product-icon {position:relative;}
img.b-loaded {opacity:1;-webkit-transition: opacity 500ms ease-in-out 100ms; -moz-transition: opacity 500ms ease-in-out 100ms; -o-transitaion: opacity 500ms ease-in-out 100ms; transition: opacity 500ms ease-in-out 100ms;}
.list_traits {background: url('/gfx/ger/dart_dwn.png?r=1488182849') top center no-repeat;  margin-top: 10px;     padding-top: 10px;}
.list_traits ul {display: table;     width: 100%;}
.list_traits li {display: table-row;}
.list_traits span {display: table-cell; color: #333; font-size: 0.857em;   white-space: nowrap;   padding-right: 5px;}
.list_traits div {text-align: right; display: table-cell;    padding-left: 5px;}
.list_traits a {color: #333; font-size: 0.857em; text-decoration: none;}
.list_traits a:hover {color: #cb58aa ;}
.list_traits_gfx {padding-top: 10px;}
.list_traits_gfx li {list-style: none; display: inline-block; margin: 0 5px 5px 0;}
/*74503*/
/*65465*/
div.header {text-align:left; padding:0 0 30px; display:block;}
div.searching_price {clear: both;margin-bottom:10px;}
div.searching_button_under {overflow:hidden; clear:both}
form.searching_form {max-width:580px;margin:0 auto;}
span.searching_price_sep {display:inline-block;width:6%}
span.searching_sort_text {display: inline-block;     vertical-align: middle;     width: 20%;}
span.searching_engine_traits {display: inline-block;     margin-left: 2%;     vertical-align: middle;     width: 78%;}
span.searching_sort_radios {display: block; float: right; width: 78%; padding-top:10px; font-size:0.9em;}
select.searching_engine_traits {margin:0 10px; float:left;}
button.searching_button_under {clear: both; float: right; margin-top: 20px;}
#searching div.header {text-align:left;padding:0 0 10px; display:block;}
#searching div.info {padding:10px 0;}
.ac_results {padding:0; border:1px solid #eee; background-color:#fff; overflow: hidden; z-index:99999;}
.ac_results ul {width:100%; list-style-position: outside; 	list-style: none; 	padding: 0; 	margin: 0;}
.ac_results li {margin: 0; padding: 2px 5px; 	cursor: default; display: block; font: menu; font-size: 12px; line-height: 16px; overflow:hidden;}
.ac_loading {background:white url('/gfx/ger/loader.gif?r=1488182849') right center no-repeat;}
.ac_odd {background-color:#f4f4f4;}
.ac_over {background:#000; cursor:pointer; color:#fff;}
#slider-range_wrapper {float:right; width:/* 302px */ 180px; height:27px; background:url('/gfx/ger/bar_bg.png?r=1488182849')  left center no-repeat; padding:0; margin:0 18px 0 0; display: none;}
#slider-range {position:relative; text-align:left;background:none; border:none; padding:0; width:auto; height:25px; margin-left:10px; width:/* 282px */ 160px;}
#slider-range a {background:transparent url('/gfx/ger/bar.png?r=1488182849') no-repeat scroll left top; cursor:ew-resize; height:19px; position:absolute; top:4px; width:18px; z-index:2; padding:0; border:0; margin-left:-10px;}
#slider-range div {position:absolute; height:24px; z-index: 1;border:0; background:none;}
#searching_form .item_node_children .type_node_tree {display:none;}
#searching_form .type_node_sub_checkbox {display: inline-block;     margin-left: 2%;     vertical-align: middle;     width: 78%; line-height:1}
#searching_form .type_node_sub_checkbox label.disabled {color:#a2a2a2;}
#searching #select_products_info {display:none;}
#searching_form div.searching_top {background: #F1F1F1;  padding: 10px; text-align: left; margin-bottom:10px;}
#searching_form div.searching_top span.label {width: 20%;  display: inline-block; vertical-align: middle;}
#searching_form div.searching_text {margin:0 0 10px; float: left; width:100%;position: relative;}
#searching_form div.searching_text label {width: 20%;  display: inline-block;}
#searching_form div.searching_text input {margin-left: 2%; width: 78%;}
#searching_form div.searching_price input.searching_price {margin:0 2%; width: 22%; text-align:right;}
#searching_form div.searching_price #contener4 {width:100%; display: none;padding-top:20px;}
#searching_form div.searching_checkboxes {margin:0 0 10px; clear:both;}
#searching_form div.searching_checkboxes input {vertical-align: middle;}
#searching_form div.searching_checkboxes label {cursor:pointer; font-size:0.9em;}
#searching_form div.searching_checkboxes label span {padding:0 0 0 3px; vertical-align: middle;}
#searching_form div.searching_checkboxes ul {display: inline-block;     list-style: none outside none;     margin-left: 2%;     width: 78%;  vertical-align: middle;}
#searching_form div.searching_checkboxes ul li {display: inline-block;margin-right:10px;}
#searching_form div.searching_nodes {clear:both;}
#searching_form div.searching_nodes span.label {display: inline-block;     width: 20%;    vertical-align: top;}
#searching_form div.group_node {clear:both; background:#F1F1F1;  margin:0 0 10px;}
#searching_form div.group_node h4 {padding: 10px; zoom:1;}
#searching_form div.group_node h5 {padding: 10px; zoom:1;}
#searching_form div.group_node_sub {clear:both; background:#F1F1F1; padding:10px 0 5px; margin:0 5px 10px;}
#searching_form div.group_node_sub span.label {margin-left:10px;}
#searching_form div.item_node {clear:both; float:left; width:100%; margin:0 0 10px; padding:0;}
#searching_form div.group_node div.item_node {clear:both; padding: 10px;}
#searching_form .type_node_sub_list {display: inline-block;     margin-left: 2%;     width: 78%; vertical-align: middle;}
#searching_form .type_node_sub_tree {display: inline-block;     margin-left: 2%;     width: 78%; vertical-align: middle;}
#searching_form .type_node_sub_duallist {display: inline-block;     margin-left: 2%;     width: 78%; vertical-align: middle;}
#searching_form div.searching_nodes select {padding:4px 2px 4px 10px;}
#searching_form div.searching_nodes select.searching_duallist {width:195px; float:left;}
#searching_form div.searching_nodes select.searching_list {width:415px;}
#searching_form div.searching_nodes span.searching_sep {line-height:22px; padding:0 10px; float:left;}
#searching_form div.item_node label {display: inline-block;     padding: 0 10px 10px 0;     width: 33.33%; vertical-align: top; font-size:0.9em; cursor:pointer;}
#searching_form div.item_node label input {vertical-align: middle;}
#searching_form div.item_node label span {padding:0 10px 0 5px; vertical-align: middle;}
span.searching_sort_radios input {vertical-align: middle;}
span.searching_sort_radios label {padding:0 10px 0 3px; vertical-align: middle;}
#searching_form .searching_loading a.selectbox-link span.selectbox-link-text {background:url('/gfx/ger/loader.gif?r=1488182849') no-repeat right center;}
#searching_form .clr {clear:both;}
a.selectbox-link {zoom:1; display: block; background-color: #fff; background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white)); 	background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%); 	background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%); 	background-image: -o-linear-gradient(top, #eeeeee 0%,#ffffff 50%); 	background-image: -ms-linear-gradient(top, #eeeeee 0%,#ffffff 50%); 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); 	background-image: linear-gradient(top, #eeeeee 0%,#ffffff 50%);	-moz-background-clip   : padding; 	-webkit-background-clip: padding-box; 	background-clip        : padding-box; 	border: 1px solid #aaa; 	overflow: hidden; 	white-space: nowrap; 	position: relative;	 	height: 26px; 	line-height: 26px; padding: 0 0 0 8px; color: #444 /*|!important|*/; 	text-decoration: none; outline: 0 !important; 	-khtml-user-select: none; 	-o-user-select: none; 	-moz-user-select: none; 	-moz-user-focus: ignore; 	-moz-user-input: disabled;}
span.selectbox-disabled {display: block; background-color: #fff; background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white)); background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%); background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%); background-image: -o-linear-gradient(top, #eeeeee 0%,#ffffff 50%); background-image: -ms-linear-gradient(top, #eeeeee 0%,#ffffff 50%); 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); 	background-image: linear-gradient(top, #eeeeee 0%,#ffffff 50%); -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; border: 1px solid #bbb; overflow: hidden; white-space: nowrap; position: relative; height: 26px; line-height: 26px; padding: 0 0 0 8px; color: #787878 /*|!important|*/; text-decoration: none; outline: 0 !important; -khtml-user-select: none; -o-user-select: none; -moz-user-select: none; -moz-user-focus: ignore; -moz-user-input: disabled; cursor: not-allowed; filter: alpha(opacity=75); -moz-opacity: 0.75; opacity: 0.75; -khtml-user-select: none; -o-user-select: none; -moz-user-select: none; -moz-user-focus: ignore; -moz-user-input: disabled;}
a.selectbox-link span.selectbox-link-text {display: block; margin-right: 26px; overflow: hidden;}
span.selectbox-disabled span.selectbox-link-text {display: block; margin-right: 26px; overflow: hidden;}
a.selectbox-link span.selectbox-link-icon {-moz-background-clip: padding; -webkit-background-clip: padding-box;   background-clip: padding-box;   background: #ccc;   background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));   background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);   background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);   background-image: -o-linear-gradient(bottom, #ccc 0%, #eee 60%);   background-image: -ms-linear-gradient(top, #cccccc 0%,#eeeeee 60%);   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee',GradientType=0 );   background-image: linear-gradient(top, #cccccc 0%,#eeeeee 60%);   border-left: 1px solid #aaa; position: absolute; right: 0; top: 0; display: block; height: 100%; width: 18px;}
span.selectbox-disabled span.selectbox-link-icon {-moz-background-clip: padding; -webkit-background-clip: padding-box;   background-clip: padding-box;   background: #ccc;   background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));   background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);   background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);   background-image: -o-linear-gradient(bottom, #ccc 0%, #eee 60%);   background-image: -ms-linear-gradient(top, #cccccc 0%,#eeeeee 60%);   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee',GradientType=0 );   background-image: linear-gradient(top, #cccccc 0%,#eeeeee 60%);   border-left: 1px solid #aaa; position: absolute; right: 0; top: 0; display: block; height: 100%; width: 18px;}
a.selectbox-link span.selectbox-link-icon span {background: url('/gfx/ger/dropdown.png?r=1488182849') no-repeat 3px 4px transparent; display: block; width: 100%; height: 100%;}
span.selectbox-disabled span.selectbox-link-icon span {background: url('/gfx/ger/dropdown.png?r=1488182849') no-repeat 3px 4px transparent; display: block; width: 100%; height: 100%;}
a.selectbox-link:hover {-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3); -moz-box-shadow: 0 0 5px rgba(0,0,0,.3); -o-box-shadow: 0 0 5px rgba(0,0,0,.3); box-shadow: 0 0 5px rgba(0,0,0,.3); border: 1px solid #cb58aa  ; outline: 0;}
a.selectbox-link-focus {-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3); -moz-box-shadow: 0 0 5px rgba(0,0,0,.3); -o-box-shadow: 0 0 5px rgba(0,0,0,.3); box-shadow: 0 0 5px rgba(0,0,0,.3); border: 1px solid #cb58aa  ; outline: 0;}
a.selectbox-link-open {outline: 0;/* z-index: 1000;*/ 	border:1px solid #aaa; -webkit-box-shadow: 0 1px 0 #fff inset; 	-moz-box-shadow: 0 1px 0 #fff inset;  -o-box-shadow: 0 1px 0 #fff inset; box-shadow: 0 1px 0 #fff inset; 	background-color: #eee; background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), color-stop(0.5, #eeeeee)); 	background-image: -webkit-linear-gradient(center bottom, white 0%, #eeeeee 50%); 	background-image: -moz-linear-gradient(center bottom, white 0%, #eeeeee 50%); 	background-image: -o-linear-gradient(bottom, white 0%, #eeeeee 50%); 	background-image: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 50%); 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); 	background-image: linear-gradient(top, #ffffff 0%,#eeeeee 50%); 	/* fix bottom border */ 	border-bottom:0; padding-bottom: 1px;}
a.selectbox-link-open:hover {-webkit-box-shadow: 0 1px 0 #fff inset; -moz-box-shadow:0 1px 0 #fff inset; -o-box-shadow:0 1px 0 #fff inset; box-shadow:0 1px 0 #fff inset; border-color:#aaa; border-bottom:0;}
a.selectbox-link-open span.selectbox-link-icon {-webkit-box-shadow: 0 1px 0 #fff inset;	-moz-box-shadow: 0 1px 0 #fff inset; -o-box-shadow: 0 1px 0 #fff inset;	box-shadow: 0 1px 0 #fff inset;	background-color: #eee; background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), color-stop(0.5, #eeeeee)); background-image: -webkit-linear-gradient(center bottom, white 0%, #eeeeee 50%); background-image: -moz-linear-gradient(center bottom, white 0%, #eeeeee 50%); background-image: -o-linear-gradient(bottom, white 0%, #eeeeee 50%); background-image: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 50%);	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); 	background-image: linear-gradient(top, #ffffff 0%,#eeeeee 50%); border-left: none;}
a.selectbox-link-open span.selectbox-link-icon span {background-position: -36px 4px;}
.selectbox-container {position: absolute; left: 0; top: 0; display: none; z-index: 50000; margin-top: 26px; padding: 4px; background: #fff; border: 1px solid #aaa; top:29px; left:0; -webkit-box-shadow:0 4px 5px rgba(0,0,0,.15); -moz-box-shadow:0 4px 5px rgba(0,0,0,.15); -o-box-shadow:0 4px 5px rgba(0,0,0,.15); box-shadow:0 4px 5px rgba(0,0,0,.15); z-index: 999;  -moz-background-clip: padding; -webkit-background-clip:padding-box; background-clip:padding-box;}
.selectbox-container .selectbox-title {position: absolute; right: 0; top: -25px; z-index: 1001; cursor: pointer; background-color: #eee; 	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), color-stop(0.5, #eeeeee)); 	background-image: -webkit-linear-gradient(center bottom, white 0%, #eeeeee 50%); 	background-image: -moz-linear-gradient(center bottom, white 0%, #eeeeee 50%); 	background-image: -o-linear-gradient(bottom, white 0%, #eeeeee 50%); 	background-image: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 50%); 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); 	background-image: linear-gradient(top, #ffffff 0%,#eeeeee 50%); 	color: #444 !important; white-space: nowrap; display: block; line-height: 1.2em; padding: 0;  margin: 0 18px 0 0; -khtml-user-select: none; -o-user-select: none; -moz-user-select: none; -moz-user-focus: ignore; -moz-user-input: disabled;}
.selectbox-container .selectbox-title span {display: block; padding: 4px 0;}
.selectbox-container .selectbox-scrollable {width: auto;margin:0; padding:0; text-align: left;overflow: auto;max-height: 250px;	clear: both;}
.selectbox-container ul {list-style-type:decimal !important; margin:0; padding:0;}
.selectbox-container ul li.selectbox-selected {background-color:#f4f4f4;}
.selectbox-container ul li.selectbox-current {background-color:#000; color: #fff;}
.selectbox-container ul li {display: block; line-height: 1.2em; padding: 5px 7px; margin: 0; list-style: none; color: #444; font-size: 13px; cursor: pointer; -khtml-user-select: none; -o-user-select: none; -moz-user-select: none; -moz-user-focus: ignore; -moz-user-input: disabled;}
.selectbox-container ul li span {zoom:1;}
div.type_node_duallist a.selectbox-link {width:70px; float:left;}
div.type_node_duallist span.selectbox-disabled {width:70px; float:left;}
/*60072*/
div.signin_cms {margin-bottom:20px;}
/*68380*/
/*67949*/
div.signin-form_box h2 {border-left: 7px solid #cb58aa; color: #333333; display: block; font-family: Roboto; font-size: 1.29em; font-weight: normal; margin-bottom: 10px; padding: 8px 0 7px 14px; text-decoration: none; text-transform: uppercase;}
div.signin-form_box {width:49%; float:left;}
div.signin-form_select {padding: 0 5px 20px;overflow:hidden; display:none;}
div.signin_inputs {padding-bottom:10px;}
a.signin-form_register {margin-right: 10px;margin-bottom: 10px;}
a.signin-form_once {margin-right: 10px;margin-bottom: 10px;}
a.signin-form_register2 {margin-right: 10px;margin-bottom: 10px;}
a.password_reminder_signin {display:block;}
button.signin_button {margin-bottom: 10px;}
button.signin_password-recover {margin-bottom: 10px;}
label.reminder_label_signin {padding: 15px 0px 5px !important;}
div.signin-form_box h2 {font-weight: normal;padding-bottom: 3px;  text-transform: uppercase; margin-bottom:10px;}
div.signin-form_box p {padding-bottom:10px;}
#signin-form_box_sub_1 p {display:none;}
#signin-form_box_right {float:right;}
div.signin_inputs label {display:block; padding-bottom: 2px;}
div.signin_inputs input {width: 100%;margin-bottom:10px;}
div.signin-form_select h3 {color: #000000;    margin-bottom: 5px;}
div.signin-form_select label {float:left;padding-left:3px;}
div.signin-form_select input {float:left; margin-left:10px;}
#signin-form_box_sub_2 {display:none;}
/*57617*/
div.sitemap_contener {text-align:center;}
div.floatliner {margin:10px 0; text-align:left;}
div.stitemap_1 {clear: both; overflow: hidden; padding-bottom: 10px;}
div.site_categ {width:32%; display:block;float:left;margin-bottom:20px;}
div.site_producers {width:32%; float:left;}
div.stitemap_2 {clear: both; overflow: hidden; padding-bottom: 10px;}
div.site_traits {width:32%; display:block;float:left;margin-bottom:20px;}
div.site_series {width:32%; display:block;float:left;margin-bottom:20px;}
div.stitemap_3 {clear: both; overflow: hidden; padding-bottom: 10px;}
div.site_nav1 {width:32%; display:block;float:left; margin-bottom:20px;}
div.site_nav2 {width:32%; display:block;float:left; margin-bottom:20px;}
span.zone_title {font-size:11px; font-weight:bold; display:block; margin:0 0 5px 0;}
table.sitemap {width:100%;  text-align:left; background:#eee;}
td.info_zone {width:163px; padding: 10px 15px 15px;}
td.product_zone {width:194px; padding: 10px 10px 15px;}
td.client_zone {width:163px; padding: 10px 15px 15px;}
ul.zone_list {list-style: none outside none;     margin: 0 0 0 1px;}
a.sitemap_zone_link {text-decoration:none;  background: url('/gfx/ger/bull_4.gif?r=1488182849') 0px 5px no-repeat; padding-left:10px;line-height:15px;display:block;}
a.site_cat_lvl1 {display:block; margin:5px 0;  background: url('/gfx/ger/bull.png?r=1488182849') 0px 5px no-repeat; padding-left:10px;}
a.site_cat_lvl2 {display:block; margin:3px 0 3px 20px; background: url('/gfx/ger/bull2.png?r=1488182849') 0px 5px no-repeat; padding-left:10px;}
a.site_cat_lvl3 {display:block; margin-left:50px; background: url('/gfx/ger/bull2.png?r=1488182849') 0px 5px no-repeat; padding-left:10px;}
a.site_cat_lvl4 {display:block; margin-left:80px; background: url('/gfx/ger/bull2.png?r=1488182849') 0px 5px no-repeat; padding-left:10px;}
a.site_prod {display:block;  background: url('/gfx/ger/bull.png?r=1488182849') 0px 5px no-repeat; padding-left:10px;  line-height:15px;}
div.sitemap_contener a:hover {text-decoration:none;}
a.sitemap_zone_link:hover {text-decoration:none;}
/*58112*/
div.stock_cms_label {clear:both;}
div.stock_cms {margin-bottom:15px; overflow:hidden;}
div.stock_cms ul {padding:0 0 0 22px !important;}
div.stock_cms ol {padding:0 0 0 22px !important;}
/*64867*/
div.loadingMap {background:url('/gfx/ger/mapLoaderBg.png?r=1488182849');  height: 501px;     position: absolute;     top: 0;     width: 100%;     z-index: 99;}
div.loadingContent {position:relative;}
div.loadingBox {background: none repeat scroll 0 0 #FFFFFF;    padding: 10px;     position: absolute;opacity:0;filter: alpha(opacity = 0);}
span.loadingMap {color: #666666;     display: block;     font-size: 11px;     margin-bottom: 5px;     text-align: center;}
span.loadingNav {display:none;}
img.marker_face {display:none;}
#stock_info_58110 a.show_on_map {border: medium none;    color:#fff; text-decoration:none; font-size:0.9em; padding: 5px 10px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;                     background: #b6cd2e; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I2Y2QyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZGFlMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #b6cd2e 0%, #8dae0f 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6cd2e), color-stop(100%,#8dae0f)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #b6cd2e 0%,#8dae0f 100%); /* IE10+ */ background: linear-gradient(to bottom,  #b6cd2e 0%,#8dae0f 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6cd2e', endColorstr='#8dae0f',GradientType=0 ); /* IE6-8 */}
#stock_info_58110 a.show_on_map:hover {border: medium none;     background: #000;  color:#fff; text-decoration:none; font-size:0.9em;padding: 5px 10px; font-weight:normal; font-family:Arial; display:inline-block; cursor:pointer; overflow:visible; text-align:center;                          background: #8dae0f; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhkYWUwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNWNkMmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #8dae0f 0%, #b5cd2d 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8dae0f), color-stop(100%,#b5cd2d)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #8dae0f 0%,#b5cd2d 100%); /* IE10+ */ background: linear-gradient(to bottom,  #8dae0f 0%,#b5cd2d 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dae0f', endColorstr='#b5cd2d',GradientType=0 ); /* IE6-8 */}
div.dymekWrapper {overflow:hidden;padding:10px;}
div.dymekInfo {float: left;margin-right:10px;}
span.dymekFirmName {color: #cb58aa;     display: block;     font-weight: bold;     margin-bottom: 10px;}
span.dymekAddress {clear: both;     display: block;}
span.dymekZipCode {float: left;     padding-right: 3px;}
span.dymekCityName {display: block;}
span.dymekCountryName {clear: both;     display: block;}
div.stock_info_outline {margin-bottom:10px;}
div.stock_label {clear:both;}
div.stock_info_sub {overflow:hidden;margin-bottom:30px;}
div.stock_info_details {display: block;     padding: 0 0 10px;  float: left; width:50%;}
div.stock_info_section {margin:5px 0; position:relative;}
div.stock_info_hours {display: block; margin-left: 50%; padding: 5px 0 10px; text-align: right; white-space: nowrap;}
div.stock_info_hours_day {padding:2px 0; position:relative;}
div.stock_map_all {border: 1px solid #D2D2D2;     clear: both;     margin: 20px 0;     position: relative;}
div.stock_map_wrapper {background: none repeat scroll 0 0 #666666;     height: 500px;     width: 100%;}
span.stock_info_title {margin-right: 5px; font-weight:bold;}
span.stock_info_hours_label {display: block;  font-size: 1.2em;     font-weight: 300;     margin-bottom: 10px;     text-transform: uppercase;}
span.stock_info_hours_day {margin-right: 5px; text-align: right;   font-weight:bold;}
span.loadingAddress {display:none;}
h1.stock_info_name {font-size: 1.2em; font-weight: 300; margin-bottom: 10px; text-transform: uppercase;}
#stock_info_details_name span.stock_info_title {display:none;}
#stock_info_details_gg img {margin-right: 2px; vertical-align: middle;}
#stock_info_details_skype img {height: 17px; margin-right: 2px; vertical-align: middle;}
div.stock_map_all.hide {display:none;opacity:0;}
#stock_info_58110 div.stock_map_wrapper {height:390px;}
#stock_info_58110 div.loadingMap {height:391px;}
#stock_info_58110 div.loadingBox {top:165px;}
/*58197*/
div.stocks_cms_label {clear:both;}
div.stocks_cms {margin-bottom:15px; overflow:hidden;}
div.stocks_cms ul {padding:0 0 0 22px !important;}
div.stocks_cms ol {padding:0 0 0 22px !important;}
/*64868*/
div.stocks_list_label {border-left: 7px solid #cb58aa; color: #333333; display: block; font-family: Roboto; font-size: 1.29em; font-weight: normal; margin-bottom: 10px; padding: 8px 0 7px 14px; text-decoration: none; text-transform: uppercase;}
div.loadingMap {background:url('/gfx/ger/mapLoaderBg.png?r=1488182849');  height: 501px;     position: absolute;     top: 0;     width: 100%;     z-index: 99;}
div.loadingContent {position:relative;}
div.loadingBox {background: none repeat scroll 0 0 #FFFFFF;    padding: 10px;     position: absolute;opacity:0;filter: alpha(opacity = 0);}
span.loadingMap {color: #666666;     display: block;     font-size: 11px;     margin-bottom: 5px;     text-align: center;}
span.loadingNav {display:none;}
span.stocks_list_name {text-decoration:none;  color: #333333; font-size: 0.86em;}
img.marker_face {display:none;}
div.mapContainer {border: 1px solid #D2D2D2;     clear: both;     margin: 20px 0;     position: relative;}
div.stocks_list_sub {text-align:left;}
div.stocks_list_wrapper {float: left; border-bottom: 1px solid #c6c6c6; overflow: hidden;  position: relative; text-decoration: none; width: 20%; padding:10px;font-size: 0.9em;min-height: 124px;}
span.loadingMarkers {color: #666666;     display: block;     font-size: 11px;     margin-bottom: 5px;     text-align: center;display:none;}
span.loadingMarkersComplete {padding-right:3px;}
span.stocks_list_name {display:block;}
span.stocks_list_adress {display:block;}
a.stocks_list_name {display: block; font-weight:normal; margin-bottom: 10px;text-transform: uppercase;text-decoration:none}
a.stocks_list_more {display: block; margin-bottom:5px}
div.stocks_list_outline div.dymekWrapper {overflow:hidden;}
div.stocks_list_outline div.dymekWrapper span.stocks_name {display: block;     font-size: 12px;     font-weight: bold;     margin-bottom: 10px;}
div.stocks_list_outline div.dymekWrapper span.stocks_street {display:block;}
div.stocks_list_outline div.dymekWrapper span.stocks_city {display:block;}
div.stocks_list_outline div.dymekWrapper a.stocks_link {text-decoration: none;}
div.stocks_list_outline div.dymekWrapper a.stocks_link:hover {color:#000;}
/*57661*/
div.text_menu_title_header {border-left: 7px solid #cb58aa; color: #333333; display: block; font-family: Roboto; font-size: 1.29em; font-weight: normal; margin-bottom: 10px; padding: 8px 0 7px 14px; text-decoration: none; text-transform: uppercase;}
div.text_menu {background: none repeat scroll 0 0 #F1F1F1; padding: 10px 15px; text-align: left;}
div.text_menu_txt_sub {padding:20px 0;}
span.cms_page_list {display: block; font-size: 1.2em; margin: 0 0 10px; font-weight: bold;}
a.text2 {text-decoration:none;}
a.text2:hover {text-decoration:none;}
div.text_menu_txt ul {padding:0 0 0 22px !important;}
div.text_menu_txt ol {padding:0 0 0 22px !important;}
div.text_menu_sub ul {list-style: none outside none; text-decoration: none;}
div.text_menu_sub li {display: inline-block;     margin-bottom: 5px;     vertical-align: top;     width: 33.33%; line-height: 1.2;}
/*65684*/
div.cms_bookmarklets {border-bottom: 2px solid #E7E7E7;     border-top: 1px solid #F2EDF4;     clear: both;     float: left;     margin-bottom: 5px;     padding-top: 5px;     width: 100%;}
div.cms_section_bookmarklets {clear: both;     float: left;     margin-bottom: 5px;     width: 100%;}
div.cms_section_bookmarklets_big {clear: both;     float: left;     margin-bottom: 5px;     width: 100%;}
div.cms_section_bookmarklets ul {list-style-type:none;}
div.cms_section_bookmarklets li {display: inline;     float: left;     margin: 0 5px 5px 0;}
div.cms_section_bookmarklets_big ul {list-style-type:none;}
div.cms_section_bookmarklets_big li {display: inline;     float: left;     margin: 0 5px 5px 0;}
/*74797*/
.col-bg-1 .products_wrapper {margin:0;}
/*65619*/
div.cms_fb_comments {margin-top: 15px;     width: 100%;clear: both;}
div.cms_fb_comments_label {margin-bottom: 10px;}
div.cms_fb_comments iframe {border:none; width:756px !important}
@media only screen and (max-width: 979px){
body {background: url('/gfx/ger/bcg.jpg?r=1488182849') no-repeat scroll center -170px #fff;}
button.btn.add_newsletter {margin-right:15px;}
#menu_newsletter {margin-top: 0;  right: 0;padding:0;}
#menu_newsletter:before {display:none;}
#menu_newsletter form {white-space: nowrap;padding: 22px 20px;}
#menu_newsletter form > * {display:inline-block;clear:none;vertical-align: middle;float: none;margin-bottom:0;}
#menu_newsletter label {width:39%;}
#menu_newsletter input {margin-bottom:0;width:230px;}
div.n60972_main_s {text-align: center;margin-bottom:10px;}
div.platnosci_54388 { float: none;     overflow: hidden;     text-align: left;     width: auto;}
div.platnosci_54388 a img {height:auto !important;}
a.n53399_iailogo { float: none;}
#menu_filter li {margin-bottom:15px;}
#menu_affiliate > ul > li {display: block;width:100%;}
#menu_affiliate > ul > li ul {padding-bottom: 15px; background:  #FFFFFF; position: static;}
#viewType {width:2px;}
.container {width: 749px;}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {float: left; }
.col-sm-12 {width: 100%;}
.col-sm-11 {width: 91.66666667%;}
.col-sm-10 {width: 83.33333333%;}
.col-sm-9 {width: 75%;}
.col-sm-8 {width: 66.66666667%;}
.col-sm-7 {width: 58.33333333%;}
.col-sm-6 {width: 50%;}
.col-sm-5 {width: 41.66666667%;}
.col-sm-4 {width: 33.33333333%;}
.col-sm-3 {width: 25%;}
.col-sm-2 {width: 16.66666667%;}
.col-sm-1 {width: 8.33333333%;}
.hidden-tablet { display: none !important;}
.visible-tablet {display: inherit !important;}
.hidden-desktop {display: inherit !important;}
.visible-desktop {display: none !important ;}
.mrg-b {margin-bottom: 20px;}
#menu_additional {width: 30%;}
#top_contact a {display: inline-block; margin-left: 5px; margin-right: 30px; max-width: 250px; overflow: hidden; text-overflow: ellipsis; vertical-align: middle; white-space: nowrap;}
#menu_search div {width: 73%;}
#menu_search button {width: 27%;}
a.basket_link.link {display:none;}
div.login_menu {float:none; width:100%;}
div.login_menu div.login_menu_sub a span {width: 100%;}
#main_banner1 {margin-bottom: 20px;  height: 265px;}
div.order2_terms_wrapper {width: 100%;}
form.order2_form div.basketedit_summary_buttons {width: 100%;}
form.order2_form div.basketedit_summary_right {width: 100%; clear: both;}
div.projector_buttons {display:block; width: 100%;}
div.projector_number {display:block; vertical-align: top !important;     width: 100%; margin-bottom: 15px; }
button.projector_butttons_buy { margin-right: 0;     width: 100%;}
.projector_number label {width: 34%;}
#projector_form div.photos div.enclosures a { height: 81px;}
#projector_form div.product_info { padding-left: 0;}
#projector_form div.product_section.points button {   box-sizing: border-box;     display: block;     float: none;     margin: 10px auto;     width: 96%;}
#projector_form div.product_section.points button:hover {   box-sizing: border-box;     display: block;     float: none;     margin: 10px auto;     width: 96%;}
.projector_points_sub_wrapper {width: 100%;float: none;}
div.list_traits {display: none;}
.list_traits span { white-space: inherit;     word-break: break-all; font-size: 0.7em; width: 50%;}
.list_traits a { white-space: inherit;     word-break: break-all; font-size: 0.7em; width: 50%;}
.list_traits_gfx li {display: inline-block; margin: 0 10px 10px 0; list-style: none; }
div.stocks_list_wrapper {width: 25%;}
}
@media only screen and (max-width: 757px){
div.affiliate_html_buttons {  width: 100%;}
div.affiliate_html_output {  width: 100%;}
div.affiliate_wyswietlanie {float:none; width:100%}
div.affiliate_kolorystyka {float:none; width:100%}
#basketedit_gifts li {width: 100%;}
div.prodl_comment_left {float:none; width:100%;}
div.prodl_comment_right {float:none; width:100%;padding-top: 10px;}
tr.basketedit_productslist_label {display:none;}
td.productslist_product_photo {border-top: none;}
td.productslist_product_name {border-top: none;}
td.productslist_product_comment {display:none;}
td.productslist_product_prices {display:none;}
td.productslist_product_quantity {display:none;}
td.productslist_product_sum {border-top: none;}
td.productslist_product_action {border-top: none;}
td.productslist_comment {border-top: none;}
#basketedit_productslist h2 { font-size: 1.5em; height: auto; line-height: 1.2; margin: 0; width: auto;}
td.productslist_comment textarea {width: 100%;}
div.prodl_comment_left a {display:none;}
tr.productslist_tools_bottom td a {display: block;       margin: 0 0 5px;}
.wrappers_wrapper { max-height: none;}
div.basketedit_summary {padding: 10px 15px;clear: both;}
div.basketedit_summary_left {width: 100%;}
div.toshippingfree {margin-bottom: 20px;     text-align: center;}
div.basketedit_summary_right {width: 100%;}
div.btn_wrapper {width: auto;}
div.basketedit_summary_shipment_time { clear: both;     padding: 0 0 10px;     text-align: center;}
a.button_go_shopping {display:none;}
input.basketedit_rebatecode_input {width:100%;margin:0 0 5px;}
div.basketedit_rebatecodes_outline form {width:100%;margin-bottom: 5px;}
button.n68137_files_download {width: 100%;}
div.n56203_box { float: none;     width: 100%;}
div.n56203_box_sub {padding: 20px 0;}
div.help {width: 174px;font-size: 0.8em;right: 0;}
div.additional_address_list_wrapper {margin: 0; padding: 20px 0 0; position: relative; z-index: 100;}
div.client_send_sms {padding-left:0;}
div.cnew-form_select {padding: 10px 0 10px 0;}
div.n56203_box_idle { float: none;     width: 100%;}
img.correct_img { left: 90.5% !important;     top: 20px !important;}
#box_2 {padding: 0 0 10px 0;}
#newDeliveryAddress {float: none;     margin: 10px 0 0;     width: 100%;}
#saveDeliveryAddress {margin: 10px 0 0;float: none; }
#delete_delivery_address_link {margin: 10px 0 0; width: 100%;float: none; }
#delivery_switcher {left: 0;     padding: 0 0 20px;     position: relative;     top: -5px;}
#client_mailing_box_notreg {padding-left: 0;}
#account_links {padding: 10px 0 30px 0;}
#button_legend {text-align: center;float: none;}
#deliver_to_billingaddr {margin-left: 0;}
div.client_input_wrapper span {width: 100%;padding-right:0;text-align: left;display: block; margin-bottom: 2px;}
div.client_input_wrapper select {width: 91%;}
div.client_input_wrapper input {width: 91%;}
div.client_input_wrapper img {left: 91%;top: 50%;}
div.n56203_box_idle div.n56203_box_sub {display:none;}
span.n67313_label_r {display:none;}
input.client_rebates_rebatecode_input {margin: 0 0 10px;     width: 100%;}
table.rebates_for_points td {display: block;     padding: 5px;     width: 100% !important;}
div.contact_contact_left {   float: none;   }
div.contact_contact_right {   float: none;     padding-top: 20px;     text-align: left;}
body {padding: 0 10px; background:#fff;}
.big_label {height:auto;  line-height: 1.3 !important; font-size: 1.5em;}
.btn-small {width: 100%;}
.btn {width: 100%;}
.btn:after {width: 100%;}
.btn:hover {width: 100%;}
.btn-large {width: 100%;}
.btn-large:hover {width: 100%;}
.btn-small-primary {width: 100%;}
.btn-small-primary:hover {width: 100%;}
footer {margin: 0 -10px;     padding: 20px 5px;}
.search_page aside {display:none; padding-top: 15px;padding-right: 10px;}
.search_page #content {padding-left: 10px;}
button.btn.add_newsletter {margin-right: 0;   width: 30%;}
button.btn-link.remove_newsletter {clear: both !important;     color: #fff;     display: block !important;     float: right !important;     margin-top: 10px;}
#menu_newsletter label {display: block; margin-bottom: 15px; width: 100%;}
#menu_newsletter label br {display: none; }
#menu_newsletter input {width: 100%;}
#menu_newsletter .input-group {width: 70%;}
.n59581_instalment_note { width:300px;}
#menu_notice strong {padding: 10px;}
#ui-dialog_button {float: none;     margin-top: 5px;     width: 100%;}
#ui-dialog_button button {float: none;     margin-top: 5px;     width: 100%;}
div.filter_buttons {background: #fff;     border-top: 2px solid #ddd; z-index:5;    bottom: 0;     left: 0;     overflow: hidden;     padding: 10px 20px 25px;     position: fixed;     right: 0;     text-align: center;}
#menu_filter {background:  #fff;     margin-bottom: 50px;     padding: 0; border:none; }
#menu_filter div.filter_item {padding: 10px 0;}
#menu_filter h3 {margin-bottom: 0px;}
#menu_filter div.filter_content {padding-left: 10px;     padding-top: 15px; font-size: 1.2em;}
#menu_filter a.filter_submit {display:none !important;}
#filter_buttons a.remove_all_filters { margin: 10px auto 0;     padding: 0.5em;     width: 49%;}
#filter_buttons a.filters_submit { margin: 10px 2% 0 auto;     padding: 0.5em;     width: 49%;}
#menu_buttons {display:none;}
div.progress_bar_keeper {height:auto; font-size: 0.8em;}
div.progress_bar {display: table;width:100%;}
div.progress_bar_item {text-align: center; display: table-cell; vertical-align: middle; padding: 5px;  background: none;     float: none;     height: auto;}
div.progress_bar_item .progress_bar_sub {padding:0;}
div.progress_bar_item strong {font-weight: normal;   /* word-break: break-all  */}
.progress_bar_active_holder {display:none;}
#viewType {width:1px;}
.big_label small {display:none;}
.ui-table th { clear: left;     float: left;     width: 100%;  }
.ui-table td { clear: left;     float: left;     width: 100%;  }
.ui-table-reflow thead td, .ui-table-reflow thead th { display: none;}
.ui-table-reflow td .ui-table-cell-label, .ui-table-reflow th .ui-table-cell-label {display: inline-block;   }
.container {width:auto;}
.row { margin-left: -10px;   margin-right: -10px;}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {padding-left: 10px;   padding-right: 10px;}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {float: left;}
.col-xs-12 {width: 100%;}
.col-xs-11 { width: 91.66666667%;}
.col-xs-10 {width: 83.33333333%;}
.col-xs-9 {width: 75%;}
.col-xs-8 {width: 66.66666667%;}
.col-xs-7 {width: 58.33333333%;}
.col-xs-6 {width: 50%;}
.col-xs-5 {width: 41.66666667%;}
.col-xs-4 {width: 33.33333333%;}
.col-xs-3 {width: 25%;}
.col-xs-2 {width: 16.66666667%;}
.col-xs-1 {width: 8.33333333%;}
.hidden-phone {display: none !important;}
.visible-phone {display: inherit !important;}
.hidden-desktop {display: inherit !important;}
.visible-desktop {display: none !important;}
div.menu_settings_bar {margin: 0 0 0 auto;}
#menu_settings { border-bottom: 1px solid #c6c6c6;       padding: 0 10px;     position: absolute;  /*  left: -10px;     right: -10px;  */   top: 76px;      background: #fff; box-shadow: none; z-index:1;}
#menu_settings form > ul {background:#fff;}
#mobile_additional {display: table-cell; font-size: 1.1em; font-weight: bold; vertical-align: middle;}
#mobile_additional a {color:#333333;;}
#mobile_additional a:hover {color:  #cb58aa;;}
#menu_additional {display:none;}
#top_contact {display:none;}
#menu_settings .open_trigger {padding:0 0 0 10px;}
#logo {height: 65px; left: 50px; margin-top: 0; padding: 0; position: absolute; right: 130px; text-align: center; top: 5px; width: auto; z-index: 101;}
#logo img {max-height: 65px;}
#menu_search {margin-top:0; border: none; box-shadow: none;  position: absolute; width: 50px; box-shadow: 0px 2px 0px 0.00px rgba(0, 0, 0, 0.05); overflow: hidden; height:50px; position:absolute;top:11px;right:69px;border:1px solid #c4c7c8;z-index:101;}
#menu_search div {width: 100%;}
#menu_search.open {transition: all 0.2s linear 0.2s;     width: 70%;     z-index: 999;}
#menu_search input {border: none; box-shadow: none; padding: 0 50px  0 10px; position: absolute;  height: 50px;right:0;top:0;}
#menu_search button {background:  #fff; border: none; color: #474747 ; font-size: 1.9em; height: 50px; line-height: 1.8em; margin-left: 0; padding: 0; position: absolute; right: 0; width: 50px;}
#menu_search button:hover {font-size: 1.9em;line-height: 1.9em; padding: 0; background: #fff; color: #474747;}
#menu_search a {display:none;}
#menu_basket {height: 50px; margin: 0; padding: 0; position: absolute; right: 10px; top: 11px; width: 50px; z-index:101;}
#menu_basket > a {height: 50px;font-size: 1.9em;line-height: 1.9em;}
#menu_basket > a:before { background: url('/gfx/ger/basket_icon.png?r=1488182849') no-repeat scroll 3px 14px #fff;     border: medium none;     color: #474747;        float: left;      font-weight: 400;     height: 39px;     margin: 0 10px;     overflow: hidden;     text-indent: 105px;     width: 28px;}
#menu_basket > a:after {display:none;}
#menu_basket > a strong {display:none;}
#menu_basket > div {display:none;}
.dl-menu a:hover {color: #fff;}
.dl-menu > li > a {white-space: normal;}
.dl-menu > li > a:not(:only-child):after {content:'\F0DA';}
.dl-menu > li > span:not(:only-child):after {content:'\F0DA';}
#menu_categories {border-bottom: 1px solid #c6c6c6; border-top: medium none; height: 75px; margin: 0 -10px 42px; padding: 25px 10px 0;}
#mobile_menu {display:table; }
ul.dl-menu, .dl-menuwrapper > .dl-submenu {background-color:#cb58aa;;color:#fff;}
.dl-menu li, .dl-menuwrapper > .dl-submenu li {display: block;text-align: left;}
.dl-menu li a, .dl-menuwrapper > .dl-submenu li a {  color: #fff; }
.dl-menu li span, .dl-menuwrapper > .dl-submenu li span {  color: #fff; }
.dl-menu li > a:after {color:#fff;}
.dl-menu li > span:after {color:#fff;}
.dl-menuwrapper .dl-menu {padding:10px; position: absolute;  width: 300px; opacity: 0; top: 62px;	pointer-events: none; 	-webkit-transform: translateY(10px); 	transform: translateY(10px); 	-webkit-backface-visibility: hidden; 	backface-visibility: hidden; display:block;}
.dl-menu li .dl-submenu {position:static;background:none; width: auto;border: none}
.dl-menuwrapper > .dl-submenu {padding:10px; position: absolute;  width: 300px; opacity: 0; top: 43px;}
#breadcrumbs {display:none;}
div.login_menu div.login_menu_sub  a {margin-bottom:10px; color: #fff;}
div.login_menu div.login_menu_sub a:hover {color: #fff;}
div.login_menu div.login_menu_sub a strong {color: #fff;}
div.login_menu div.login_menu_sub a span {color: #fff;}
#main_banner1 { height: auto;}
#main_tree5 {margin: -15px 0 20px;}
#main_tree5 .mrg-b {margin:0;}
#main_tree5 ul.main_tree_sub > li {padding:0;}
#main_tree5 ul.main_tree_sub > li:last-child .title {border:none;}
#main_tree5 ul ul { min-height: 0 !important;display:none;margin-bottom: 10px;}
#main_tree5 ul li.item {padding: 11px 0 0 10px;}
#main_tree5 ul .title {padding: 15px 0; border-bottom:1px solid #c4c7c8;cursor:pointer; position: relative;}
#main_tree5 ul .title:not(:only-child):after {line-height:1;	speak: none; 	-webkit-font-smoothing: antialiased;  content:'\F0D7'; font-family: FontAwesome;      position: absolute;   font-size:11px; color:#cb58aa ;  background:transparent; right: 0px;     top: 43%; margin: 0; font-weight: normal;}
div.col-md-6.hotspot_description {padding: 20px 10px 20px 0;}
#main_hotspot_zone1 a.product-icon {height: 235px;  padding: 10px 20px 10px 10px;}
#main_hotspot_zone1 #bx-pager {padding:0;}
#main_hotspot_zone1 #bx-pager a {background: #f1f1f1; border-left: none; border-top: none; height: 6px; margin-top: 0;}
#main_hotspot_zone1 #bx-pager a img {display:none;}
#main_hotspot_zone1 #bx-pager a.active:after {height: 7px;}
#main_hotspot_zone1 .cleardescription {display:none;}
#main_hotspot_zone1 .max-price {display:none;}
input.newsletter_form_field {width:100%; margin:0 0 5px;}
#newsletter_button_add {margin:0 0 5px;}
#newsletter_button_remove {margin:0 0 5px;}
div.order_open_form_wrapper form {width:auto;}
div.order1_label {height:auto;font-size: 1.5em;}
div.order1_delitem {margin: 5px 5px;}
div.order1_payment {float: none;width: auto;padding: 10px; border: 1px solid #D2D2D2; min-height: 58px;height: auto;}
div.order1_payment_sub {border: medium none;     height: auto}
div.order1_payment_description {display: block;     font-size: 0.9em;     font-weight: normal;     padding-left: 85px;     padding-top: 5px;     text-align: left;}
span.order1_payment_header {display: block;     font-weight: bold;     height: auto;     margin-left: 80px;     text-align: left;     width: auto;}
img.order1_payment_icon { left: 10px;     max-height: 35px;     max-width: 75px;     position: absolute;     top: 10px;}
div.o1selectedpay:after {display:none;}
div.order1_shippings {width: 100%}
div.o1selectedpay div.order1_payment_sub { border: medium none;     box-shadow: none;}
div.order2_info_sub {width:100%;}
div.email_processing_consent {width: 100%;padding-top: 20px;}
form.order2_form div.basketedit_summary_shipment_time {text-align: left;}
div.partners_map_wrapper {height: 250px;}
div.partners_list_under_wrapper {width:50%;padding:10px 5px; }
div.city_list_element {width:100%;}
div.partners_text_info p {width:100%;}
div#partners_list_city_pop {width:100%;}
.orderdetails_transfer strong {width: 119px;}
#orderdetails_payments td.date {display:none;}
div.projector_navigation {border-left: none; padding-left: 0;}
div.projector_number {width: 70%;}
a.projector_buttons_obs {background: none repeat scroll 0 0 #fff;   padding: 0;  border: 1px solid #c4c7c8;     box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05);     display: block;     font-size: 1.28em;     height: 36px;     line-height: 34px;     margin: 10px 0;     text-align: center; color: #0090f6;;margin-top: 0;}
span.projector_price_yousave {display: block;}
span.projector_price_points { display: inline-block;     padding-right: 10px;     text-align: right;     width: 50%;}
span.projector_points_recive_points { display: inline-block;     padding-right: 10px;     text-align: right;     width: 50%;}
button.projector_number_down {width: 58px;}
button.projector_number_up {width: 58px;}
input.projector_number {width: 78px;}
.projector_number label { display: inline-block;    }
#projector_points_wrapper label { display: inline-block;     padding: 0 10px;     vertical-align: middle;     width: 50%;}
#projector_form div.photos {padding: 0;}
#projector_form div.photos div.enclosures {display:none;}
#projector_form div.product_info {padding: 0;}
a.projector_buttons_obs:hover {background: none repeat scroll 0 0 #fff;   padding: 0;  border: 1px solid #c4c7c8;     box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05);     display: block;     font-size: 1.28em;     height: 36px;     line-height: 34px;     margin: 10px 0;     text-align: center; color: #0090f6;;margin-top: 0;}
#projector_shipping_info a {display: block;}
#dialog_wrapper.dialog_wrapper_shipping_info .shipping_info {width: 96%;}
#projector_buy_section .projector_label {float: left;}
.component_projector_enclosures ul li a.enclosure_name {display:block;}
.component_projector_enclosures ul li a.enclosure_audio_play {display:none;}
div.avabilityDialog {  left: 5px;     margin: 0;     position: fixed;     right: 10px;     top: 10px !important;     width: auto;}
div.avabilityDialog_pr_info {margin-bottom: 10px;}
button.avabilityDialog_submit {height: auto;}
#avabilityDialog h2 { font-size: 15px; margin-bottom: 10px;}
#dialog_wrapper.dialog_wrapper_sizes_chart  #dialog_wrapper_sub {padding: 10px;}
div.projector_fb_comments {display: none !important;}
div.n58676 {display:none;}
.mobileTab {display:block; }
div.n56914_notes {float:none;}
div.form {width:92%;}
div.n61389_left2 {float: none;margin-bottom: 2px;width: auto;}
div.n61389_right2 {float: none;     margin: 0;     width: 100%;}
div.n61389_left3 {float: none;margin-bottom: 2px;width: auto;}
div.n61389_right3 {float: none;     margin: 0;     width: 100%;}
h3.n61389_desc {background: none; margin: 0; padding: 10px; width: 100%;}
div.n56183_left1 {float: none;margin-bottom: 2px;width: auto;}
div.n56183_right1 {float: none;     margin: 0;     width: 100%;}
div.n56183_desc {background: none;     margin: -15px 0 0;     padding: 0 10px;     width: 100%;}
div.n56183_left2 {float: none;margin-bottom: 2px;width: auto;}
div.n56183_right2 {float: none;     margin: 0;     width: 100%;}
div.n56183_left3 {float: none;margin-bottom: 2px;width: auto;}
div.n56183_right3 {float: none;     margin: 0;     width: 100%;}
h3.n56183_desc {background: none; color: #000000; margin: 0 auto 10px; padding: 10px; width: 100%;}
th.returns_details_name {font-size: 1.5em}
div.rma_add_form_box {background: none repeat scroll 0 0 #F1F1F1; display: inline-block; font-size: inherit; margin-bottom: 10px; padding: 10px; vertical-align: top; width: 100% !important;}
div.rma_add_form_stock {width: 49%;}
span.rma_add_form_buyplace {display: block;}
input.rma_add_form_input {width: 90%;}
#label2_rma {margin-top:10px;}
div.rma_list_tab {width: 48%;padding: 8px 5px;margin-right: 2%;display: inline-block;     float: none;}
span.rma_list_label_operation {display: none !important;}
span.rma_list_item_operation {display: none !important;}
div.rma_list_itmesub1 > * {background:  #F1F1F1; display: inline-block; margin-bottom: 10px; padding: 10px;; width: 100%;}
div.rma_list_itmesub2 > * {background:  #F1F1F1; display: inline-block; margin-bottom: 10px; padding: 10px;; width: 100%;}
span.navigation_total {display:none;}
form.search_setting.clearfix {display: block;     float: none;     margin: 0 -5px;}
.search_setting > * {display: inline-block !important; float: left; margin-top: 0 !important; width: 33.3333% !important;padding: 0 5px;margin: 0;}
a.show_filters {float: none;padding: 0; height: 32px; line-height: 31px;}
a.show_filters:hover {float: none;padding: 0; height: 32px; line-height: 31px;}
.search_paging {float: none;width: 100%;}
.search_paging_sub {float: none;width: 100%;}
.filter_on header, .filter_on #content, .filter_on footer {display:none;}
.filter_on aside {display:block !important; width:100%;background:#fff;}
div.signin-form_box { float: none;     width: 100%;}
div.signin-form_box_sub {padding: 20px 10px;}
div.signin-form_box h2 {height: auto;}
div.stock_info_details {float: none;width: auto;}
div.stock_info_hours {text-align: left;clear: both;margin-left: 0;}
div.stocks_list_wrapper {width: 100%;}
}
@media only screen and (min-width: 1200px){
body {background: url('/gfx/ger/bcg.jpg?r=1488182849') no-repeat scroll center top #fff;}
aside {font-size: 1em;}
header {font-size: 1em;}
.cop_site #content {width:980px; float:none; margin: 0 auto;}
div.progress_bar_keeper {margin: 0 -95px 30px -95px;}
#viewType {width:4px;}
a.product-icon:hover:after {font-size: 5em;}
.product_wrapper .product_prices {font-size: 1.4em;    }
.container {width: 1170px;}
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {float: left;}
.col-lg-12 {width: 100%;}
.col-lg-11 {width: 91.66666667%;}
.col-lg-10 {width: 83.33333333%;}
.col-lg-9 {width: 75%;}
.col-lg-8 {width: 66.66666667%;}
.col-lg-7 {width: 58.33333333%;}
.col-lg-6 {width: 50%;}
.col-lg-5 {width: 41.66666667%;}
.col-lg-4 {width: 33.33333333%;}
.col-lg-3 {width: 25%;}
.col-lg-2 {width: 16.66666667%;}
.col-lg-1 {width: 8.33333333%;}
.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container {width: 1170px;}
div.menu_settings_bar {height:45px;}
#menu_settings form {top:45px;}
#logo {margin-top: 45px; }
#menu_search {margin-top: 83px;}
#menu_basket {margin-top: 83px; }
#menu_basket > div {margin-right: 13px;}
#main_banner1 {   height: 415px;}
#main_hotspot_zone1 a.product-icon {height: 305px;}
#main_hotspot_zone1 #bx-pager a {height: 154px;}
#main_hotspot_zone1 #bx-pager a img {max-height: 154px;}
div.projector_number {width: 29%;}
button.projector_butttons_buy {width: 71%;}
div.product_info_top > * > span {width: 29%;}
div.product_section > label {width: 29%;}
#projector_form div.photos div.enclosures a { height: 114px;}
#projector_form div.product_info {font-size: 1em;}
#projector_form div.product_section.points button {width: 49%;}
}
