/**  
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_blank
 * @copyright   Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
 
/* Reset ================================================================================= */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400'); 


* { margin:0; padding:0; -webkit-text-size-adjust:none;} /* for Chrome fixed */
* { margin:0; padding:0; }
 
body          { background:#efefef; min-width:980px; font-family: arial,helvetica,sans-serif; font-size:0.75em; line-height:1.5em; color:#000; text-align:center; }
body > .wrapper {}

img           { border:0; vertical-align:top; }

a             { color:#000; text-decoration:none; }
a:hover       { text-decoration:underline; color:#000; }
:focus        { outline:0; }

/* Headings */
h1            {  font-size:18px; font-weight:normal; line-height:1.15;  margin-bottom:5px;}
h2            {  font-size:16px; font-weight:normal; line-height:1.35; margin-bottom:5px; }
h3            {  font-size:13px; font-weight:600; line-height:1.25; margin-bottom:5px; color:#000;}
h4            {  font-size:12px; font-weight:600; margin-bottom:5px; }
h5            {  font-size:12px; font-weight:700; margin-bottom:5px; }
h6            {  font-size:10px; font-weight:700; margin-bottom:5px; }

/* Forms */
form          { display:inline; }

fieldset { border: 0px; } 

legend        { display:none; }

/* Table */
table         { border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
strong        { font-weight:bold; }
address       { font-style:normal; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
sup           { font-size:1em; vertical-align:top; }

/* Lists */
ul,ol         { list-style:none; }
 
/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; margin-top: 5px; margin-right: 5px; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper {width:100%; overflow:hidden;}
.page { width:980px; margin:0 auto; padding:0 10px; text-align:left; background:#fff; box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; background:#fff;}
.main-container {min-height:400px;}
.main { background:#fff; padding:0 0 0px;}

/* Base Columns */
.col-left { float:left; width:215px; }
.col-main { float:left; width:755px; padding:0px; margin-top: 0px; }
.col-right { float:right; width:220px;  }
.sidebar {margin:0px 0 0 0;}
.sidebar.cat {margin:10px 0 0 0;}
.sidebar.cms {margin:10px 0 0 0;}


.catalog-product-view .col-main{padding-bottom:0;}
.catalog-product-view .main{padding:0;}

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width:724px; margin-left:10px; }
.col3-layout .col-wrapper { float:left; width:960px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:66%; }
.col2-set .col-2 { float:right; width:34%; }
.col2-set .col-narrow { width:33%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:14px arial,helvetica,sans-serif; vertical-align:middle; color:#000; }
input.input-text,select,textarea { background:#fff; border:1px solid #d9d9d9; }
input.input-text,textarea { padding:4px; }
select { padding:1px 1px; }
select option { padding-right:10px;  padding-top: 3px;  padding-bottom: 3px;}
select.multiselect option { border-bottom:1px solid #f0f0f0; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:33px!important; }
 
/* All Buttons - General (bkg_btn.gif)*/
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */

button.buttonsearch { overflow:visible; width:23px; border:0; padding:0; margin:0; cursor:pointer; position:relative; background: url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/icons-top-rot.png") no-repeat 0px -618px; height: 30px;  margin-left:5px;}
button.button { 
  overflow:visible;  
  width:auto; 
  border: 0;  
  padding: 2px 5px; 
  margin:0; 
  cursor:pointer; 
  position:relative;
  background: #E3000B; /* Old browsers */
  height:28px;  
  margin-left:0px;
}

#billing-buttons-container button.button, 
#shipping-method-buttons-container button.button, 
#shipping-buttons-container button.button,
#comment-buttons-container button.button,
#payment-buttons-container button.button,
#review-buttons-container button.button,
#login-form button.button,
#form-validate button.button {
  border: 1px solid #a3a3a3;
}

.my-account button.button {
   border-radius: 3px; 
   border: 1px solid #a3a3a3;
}

span.button { 
  overflow:visible; 
  width:auto; 
  border: 1px solid #a3a3a3; 
  border-radius: 3px; 
  padding: 3px 8px 3px;
  margin:0; 
  cursor:pointer;
  height:16px;
  background: #e3000b; 
}

div.category-button {
  margin-top: 10px;
}

span.button.category-listing {
  display: block-inline; margin: 5px auto; text-align: center; font-size: 13px; text-shadow: 1px 1px 2px #666;
}

button.button span{font-size:12px; font-weight: bold; }
button.button span span{color:#fff; padding: 0 4px; line-height:20px;  text-shadow: 1px 1px 2px #666666; }


span.button.category-listing {
  display: block-inline; margin: 5px auto; text-align: center; font-size: 13px; text-shadow: 1px 1px 2px #666;
}


button.btn-round, button.btn-gray, button.btn-round-s { height:32px; border:0; padding:0; margin:0; background:transparent; /* line-height:21px; */ overflow:visible; cursor:pointer; vertical-align:middle;  }
button.btn-gray{height:21px;}

a.btn-round,
button.btn-round span,
a.btn-round span,
button.btn-round span span { 
  background: #E3000B; /* Old browsers */  
}

#wishlist-table button.button { width:125px; }

.sidebar button.button span,
.sidebar button.button span span,
a.btn-gray,
button.btn-gray span,
a.btn-gray span,
button.btn-gray span span { background-color:#fff; background-image:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/btn_bg_gray.gif); background-repeat:no-repeat; }

.sidebar button.button span,
button.btn-round-s span,
a.btn-round,
a.btn-gray,
button.btn-gray span,
a.btn-round,
button.btn-round span {
    border:0;
    padding:0 0 0 30px; margin:0;
    cursor:pointer;
    display:-moz-inline-stack;
    display:inline-block;
    color:#000;
    height:32px;
    text-decoration:none;
    text-shadow: 1px 1px 2px #666666;
}

.sidebar button.button span span,
button.btn-round-s span span,
a.btn-round span,
a.btn-gray span,
button.btn-gray span span,
a.btn-round span,
button.btn-round span span {
    padding:0 22px 0px 6px;
    color:#fff;
    background-position:100% 0;
    display:-moz-inline-block;
    display:inline-block;
    white-space:nowrap;
    text-transform:none;
    font-size:14px;
	  font-weight:bold;
	  line-height:32px;
    height:32px;
    border: 0px;
}

a.btn-round, a.btn-gray, a.btn-round-s, .sidebar button.button{ line-height:1!important; }
a.btn-round span, a.btn-gray span, a.btn-round-s { line-height:32px!important; }
.btn-round:active, .btn-gray:active, btn-round-s:active, .sidebar button.button:active { bottom:0px; right:0px; position:relative; z-index:2; }
button.btn-round:active span span, button.btn-gray:active span span, button.btn-round-s:active span span,.sidebar button.button:active span { margin:0; }

/* checkout button */
button.btn-round.btn-checkout span, button.btn-round.btn-checkout span span {  
  background: #E3000B url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/inquiry.png) 132px 5px no-repeat; /* Old browsers */
  background-repeat: no-repeat; 
  border: 1px solid #A3A3A3;
  border-radius: 3px;
}

button.btn-round.btn-checkout span{padding-left:5px; }
button.btn-round.btn-checkout span span{padding-right:40px; background: transparent; border: 0px; }

/* All gray button and sidebar button*/
a.btn-gray, button.btn-gray span, .sidebar button.button span{height:22px; color:#000; padding-left:10px;  }
a.btn-gray span, button.btn-gray span span, .sidebar button.button span span{height:22px; padding: 0 10px 0 3px; line-height:22px; color:#000; font-size:11px; font-weight:normal; text-shadow: none; }



/* small add to cart button*/
button.btn-round-s span, button.btn-round-s span span{background-image:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/btn_bg_orange_s.gif);}
button.btn-round-s span{padding-left:20px; height:22px; }
button.btn-round-s span span{padding-right:10px; height:22px; font-size:11px; font-weight:bold; line-height:20px;}


/* End of All Buttons */

 

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 2px; }
.form-list label { float:left; color:#111; font-weight:bold; position:relative; z-index:0; font-size:11px; width: 12em;  }
.form-list label.required { }
.form-list label.required em { color: #EB340A; font-style: normal; padding-left: 5px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:650px; }
.form-list .field { float:left; width:650px; margin-bottom:13px; }
.form-list input.input-text { width:254px; }
.form-list textarea { width:254px; height:8em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:254px; }
.form-list li.wide textarea { width:390px; }
.form-list li.wide select { width:648px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:465px; float: none; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:114px; }
.form-list .name-middlename input.input-text { width:94px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:650px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:160px; }

.opc .form-list .customer-name-suffix .name-lastname,
.opc .form-list .customer-name-middlename .name-firstname,
.opc .form-list .customer-name-middlename-suffix .name-firstname,
.opc .form-list .customer-name-middlename-suffix .name-lastname { width:203px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:150px; }

.opc .form-list .customer-name-prefix .name-firstname input.input-text,
.opc .form-list .customer-name-suffix .name-lastname input.input-text,
.opc .form-list .customer-name-middlename .name-firstname input.input-text,
.opc .form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.opc .form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:253px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

.buttons-set { clear:both; margin:5px 0 0; padding:5px;  }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; border-radius: 4px; }
.discount-form .buttons-set button.button { float:none; }
.buttons-set p.required { margin:0 0 8px; font-size:12px; }

.buttons-set-order {}

.fieldset { 
  border:1px solid #ddd; 
  background:#efefef;  
  margin:10px 0; 
  padding:0 0 20px 0;
}

.fieldset .legend {margin:0;  padding:0 20px 0 20px; background-color: #ddd; height:26px; line-height:26px; font-size:13px;font-weight:bold;}
.fieldset .form-list{padding:15px 40px 5px 40px;}
.fieldset p{padding:15px 40px 0 40px; }

.fieldset-content p{padding:15px 40px 0 0px; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:5px 0px 0; padding-left:17px; font-size:10px; line-height:13px; background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:10px; text-align:right; color:#f00; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#ccc; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin: 10px 0 10px 0; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/i_msg-note.gif); color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs { 
  position: relative;
  z-index: 1;
  font-size:12px; 
  font-weight:normal; 
  color:#666; 
  line-height:32px;   
  border-bottom:1px solid #ddd; 
  height:32px; 
  overflow:hidden; 
  margin: 0 0 0 0px; 
}

/* BreadCrumbs */
.breadcrumbs.cat { 
  margin-left: 0px; 
}

.breadcrumbs.cms { 
  margin-left: 0px; 
}

.breadcrumbs ul { width: 753px; }

.breadcrumbs li { display:inline; }
.breadcrumbs li a {color:#014590; text-decoration:none;}
.breadcrumbs li span {display:inline; width:6px; height:13px; margin:0px 4px 0 4px;}
.breadcrumbs li.home{ padding-left:5px; }

.prev_product { text-decoration:none; background: url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/icons-top.png) no-repeat -10px -792px; height: 32px; width: 34px;  color:#000; padding: 10px 25px 10px 15px; }
.prev_category { text-decoration:none; background: url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/icons-top.png) no-repeat 0px -700px; height: 32px; width: 0px; color:#000; padding: 10px 0px 10px 10px; }
.next_product { text-decoration:none; background: url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/icons-top.png) no-repeat 62px -732px; height: 32px; width: 34px; color:#000; padding: 10px 35px 10px 0px; }


.prev_product:hover, .prev_category:hover, .next_product:hover { text-decoration:none; }

.next_prev {
  height: 32px; 
  position: absolute;
  right: 0;
  top: 0;
  z-index: 6;
}


/* Page Heading */
.page-title {  padding:0 0 5px; margin:10px 0 0 0; }
.page-title h1,
.page-title h2 { font-weight:700; font-size:16px; color:#000; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle,
.sub-title { clear:both; }

.checkout-cart-index .page-title{margin:0; padding:2px 0 4px;}
.checkout-cart-index .page-title h1{color:#000; font-style:italic;  }

/* Pager */
.pager { font-size:12px; background:#fafafa; padding:4px 8px; border-top:1px solid #e2e2e2; text-align:center; }
.pager .amount { float:left; margin:5px 0 0 0; }
.pager .limiter { float:right; margin-right:10px; margin-top: 5px; }
.pager .limiter label { float:left;  }
.pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }
.pager .pages { margin-left: 330px;}
.pager .pages strong{float:left; padding-right:3px; font-weight:normal; padding-top:5px;}
.pager .pages ol {  }
.pager .pages li { float:left; border:1px solid #fff; background:#eee; margin-left: 2px; border: 1px solid #A3A3A3; border-radius: 3px; }
.pager .pages li.next-icon, .pager .pages li.prev-icon{border:none;}
.pager .pages .current { padding:4px 8px; }
.pager .pages .current, .pager .pages li:hover {
  background: #E3000B; /* Old browsers */ 
  background-repeat: no-repeat;
  border: 1px solid #A3A3A3;
  border-radius: 3px; 
  text-shadow: 1px 1px 2px #666666;  
  color:#fff;
}
.pager .pages li a{ display: block;  padding:4px 8px; }
.pager .pages li:hover a{color:#fff;}
.pager .pages li.next-icon:hover, .pager .pages li.prev-icon:hover{background:none;}
.pager a.i-next, .pager a.i-previous, .sorter .sort-by a.set_asc, .sorter .sort-by a.set_des{background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/toolbar-icons-rot.gif) repeat-x 6px -109px; height:14px; width:4px; text-indent:-10000px; display:block;  }
.pager .pages li.previous_l, .pager .pages  li.next_l{padding:0px;}
.my-account .pager .pages li.next_l{padding:2px;}
.pager a.i-previous{background-position:5px -127px}
.pager a.i-next:hover{background-position:-9px -110px;}
.pager a.i-previous:hover{background-position:-9px -127px;}


/* Sorter */
.sorter { font-size:12px; background:#fafafa; padding:8px 8px 4px 8px; border-top:1px solid #e2e2e2; }
.sorter .view-mode { float:left; margin:0;  line-height:14px;}
.sorter .view-mode li{padding:0 10px 0 0;}
.sorter .view-mode  span{display:block; background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/toolbar-icons-rot.gif) no-repeat 0 0; padding-left:20px; height:14px; display:block;}
.sorter .view-mode .grid_on span{ background-position:0 0; }
.sorter .view-mode .grid_off span{ background-position:0 -14px;}
.sorter .view-mode .list_on span{ background-position:0 -28px; }
.sorter .view-mode .list_off span{ background-position:0 -42px;}
.sorter .view-mode li{float:left;}
.sorter .view-mode a{cursor:pointer;}
.sorter .sort-by { float:right; line-height:14px;  }
.sorter .sort-by li{float:left;}
.sorter .sort-by label { line-height:14px; margin-right:8px; }
.sorter .sort-by a, .limiter a{
  line-height:16px;
  display: block;
  float: left;
  padding: 3px 3px;  
  border: 1px solid #A3A3A3;
  border-radius: 3px;
  margin-left: 2px;
  margin-top: -5px;
}
.sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
.sorter .sort-by a span{}
.sorter .sort-by a{padding: 2px 8px;}
.sorter .sort-by a.active{padding: 2px 8px;}
.sorter .sort-by a.active:hover{text-decoration:none;}
.sorter a.active, .limiter a.active {
  background: #E3000B; /* Old browsers */  

  background-repeat: no-repeat;    
  color:#fff;
  text-shadow: 1px 1px 2px #666666;
}
.sorter .sort-by a.active span, .limiter a.active span{
  height:16px; 
  display:inline-block;  
}
.limiter a.active span{padding:0 2px 0 1px;}
.sorter .sort-by a.set_asc, .sorter .sort-by a.set_des{float:left; height: 16px; }
.sorter .sort-by a.set_asc{background-position: -53px -107px;}
.sorter .sort-by a.set_des{background-position: -53px -131px;}

.sorter .link-feed {}


/* Toolbar */
.toolbar {border:1px solid #ddd; border-top:none; background:#fafafa; line-height:14px; }
.toolbar .pager { padding:8px 8px 4px 8px; border-bottom:1px solid #fff; }
.toolbar .sorter { border-bottom:1px solid #fff; }
.toolbar-bottom {}

/* Data Table */
.data-table { width:100%; }
.data-table th { padding:5px; border:1px solid #f0f0f0; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; border:1px solid #f0f0f0; }
.data-table thead {  }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd { background-color: #F6F6F6; }
.data-table tr.even { background-color: #ffffff; }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#f6f6f6; }
.data-table td.value {}

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/bkg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -53px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
/*.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }*/

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart { color:#619003; margin-bottom:5px; display:inline-block; }
.link-wishlist {  }
.link-reorder { font-weight:bold; }
.link-compare {  }
.link-print { background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; }
.link-rss { background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
.btn-remove { display:block; width:12px; height:12px; font-size:0; line-height:0; background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites-rot.gif) -362px -10px no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:25px; height:26px; font-size:0; line-height:0; background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/icons-top.png) no-repeat scroll 0 -870px transparent; text-indent:-999em; overflow:hidden; }
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites-rot.gif) -345px -10px no-repeat; text-indent:-999em; overflow:hidden; margin-right:3px; }

.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }

#add_recipient_button {margin-right:10px; float:right;}
.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:#f0f0f0; text-indent:-999em; overflow:hidden; }

/* Noscript Notice */
.noscript { border:1px solid #f0f0f0; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
/* ======================================================================================= */

/* Header ================================================================================ */
.logo { float:left; }
.header-container { }

.header { height: 130px; padding:0; position:relative;}

.header .logo {
  width: 40%;
  height: 100px; 
  /*float:left;*/ 
  text-decoration:none !important; 
  padding-top:0px; 
  padding-left:0px;
  float: left;  
  /*background: url(/skin/frontend/default/se105/images/header.png) no-repeat;*/
}

.topbg {
  /* background: url(/skin/frontend/default/se105/images/header.png) no-repeat; */
}

.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

.header h1.logo {
  width: 100%;
  height: 124px;
  background: url(/skin/frontend/default/se105/images/header.png) no-repeat; 
  margin:0; 
  padding:0; 
}

.header .welcome-msg {  text-align:right; line-height:normal; overflow:hidden; padding:7px 5px 0 10px; display:block; float:left; background:url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.gif") no-repeat left -690px }
.header .welcome-msg a {}
.header .links { float:left; overflow:hidden; padding:8px 0px 0 2px;}
.header .links li {line-height:normal;  float:left; padding-left:15px;}
.header .links li a { display:inline-block;  position:relative; overflow:hidden;}
.header .links li a span {display:block; height:1px; bottom:0; width:0; position:absolute; left:50%; background:#5e8b03;}

/*
.topinfo .top-myaccount{float:right; padding:3px 10px 0 5px; position:relative; z-index:500;}
.topinfo .top-myaccount a#top-myaccount{height:27px; display:block; line-height:27px; padding:0 15px; }
.topinfo .top-myaccount.over .top-myaccount-header{background-color:#fff; border:1px solid #ddd; border-bottom:0;  }
.topinfo .top-myaccount a#top-myaccount:hover{text-decoration:none;}
.topinfo .top-myaccount .drop-menu{ position:absolute; background: #000; border:1px solid #ddd; border-top:0; overflow: hidden; padding:10px 0 15px 0; text-indent: 1em; width: 180px;}
.topinfo .top-myaccount .drop-menu a{display:block; padding:1px 0 1px 7px; background: transparent; }
.topinfo .top-myaccount-header{background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/other_sprites.gif) no-repeat 8px -144px; padding:0 4px 0 10px; border:1px solid #f1f1f1; border-bottom:0;}
.topinfo .top-myaccount span.top_arrow{background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.gif) no-repeat 0 -680px; height: 4px; position: absolute; right: 17px; top: 15px;width: 7px;}
*/

.searchwrap { padding-top: 0px; margin-top: -3px; }

.minilogin {
  border: 1px solid;
}

.merktop {
  margin: 6px 0 0 185px;
  width: 60px;
} 

.header .form-search { padding:4px 0 0 0; display:inline; }
.header .form-search label {display:none;}
.header .form-search button.button {}
.header .form-search button.button span {padding:0px 3px 0px 2px; font-size:11px; text-transform:uppercase; line-height:18px; height:20px;}
.header .form-search button.button .bg-button {background:#343434;}
.header .form-search input { -webkit-appearance:none; width:88%; margin-right:1px; margin-left:5px; border:none; border-left: 0px solid #dcdcdc; font-size:11px; line-height:normal; height:23px; line-height:22px; font-size:12px; padding:0 0 0 5px;}
.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul { border:1px solid #cccccc; background-color:#efefef; }
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #dddddd; cursor:pointer; }
.header .form-search .search-autocomplete li:hover {  background-color:#fefefe; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}
.header select#cat{ height:20px; width:120px; border: none; }
.header .form-language { text-align:right; float:left; padding:5px 10px 5px 2px; line-height:20px;}
.header .form-language .selected {color:#000; font-weight:bold;}
.header .form-language a{padding:0 9px 0 3px; background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.gif) no-repeat right -719px; }

.header-container .top-container { clear:both; text-align:right; }
.header-right {float:right; border-left:1px solid #d6d6d6; padding-left:19px; margin-left:20px; padding-top:3px; min-height:80px; width:125px;}
.quick-access { float:left; height:31px; margin: 10px 0 15px 0; padding:0 0 0 0px; width: 980px; background-color:#000; border-radius: 3px 3px 0px 0px; }
.header .home-link{float:left; line-height:30px; background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.gif) no-repeat 8px -741px; text-indent:19px;  }
.header .home-link a{padding:3px 8px; color:#FF5A00; background:url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.gif") no-repeat right -717px }

.header .quick-access-left{float:right; width:308px; margin-top: -66px; }


.header .quick-access-right {
  float:left;   
}

.header .quick-access-left.search { margin-top: -84px; }

.header .quick-access-right .topcart {
  bottom: 46px;
  margin: 0;
  position: absolute;
  right: 155px;
  z-index: 1;
}

.header .quick-access-right .topcart-content a, .header .quick-access-right p.empty {
  text-decoration:none; 
  font-size:13px;  
  padding-left:0px; 
}

.header .quick-access-right .topcart-content a:hover{text-decoration:underline;  }
.header .quick-access-right .topcart-content a span, .header .quick-access-right p.empty span{color:#FF5A00;}
.header .top-logout-link{padding-left:0px; }

.livechat{float:right; background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/other_sprites.gif) no-repeat 0 -93px; width:90px; display:block; padding:7px 5px 0 0; }
.livechat a{padding-left:19px;}

/* Search Term */
.search_term ul.term-list li{float:left; padding-left:10px; line-height:13px;}
.search_term ul.term-list li a{font:italic 12px Tahoma; text-decoration:underline; color:#000;}
.search_term ul.term-list li.icon-term{font:italic 13px Tahoma; font-weight:bold;}
.search_term{padding:4px 0 0 0; float:left; width:600px;overflow:hidden; height:16px;}

.drop-menu p a {
  color: #000000;
}

.drop-menu {
  text-align: left;
  font-weight: normal;
}

/* Block: Currency Switcher */
.block-currency {}
.block-currency.block {padding:3px 0 0 0; border:none; overflow:hidden; float:right; margin-left:20px;}
.block-currency.block .block-content {padding:0px; float:right;}
.title-currency {display:inline-block;  float:left; padding-right:10px;}
.title-currency strong {font-size:10px; color:#767575; text-transform:uppercase; line-height:normal; color:#767575; font-weight:normal; }
.block-currency select { width:100%; border:1px solid #d0d0d5; font-size:11px; line-height:normal; font-family: arial,helvetica,sans-serif; color:#979797; height:20px;}

/* Top Currency */
.currency-switch {
  color:#000000;
  text-align:left;
  width:139px;
  z-index:500;
  float:left;
  margin-top:2px;
  position:relative;
  right:0;
  margin-left: 5px;
}

.currency-switch ul {
  margin:0;
  padding:0;
}

.currency-switch ul li a.four {
  width:139px;
}

.currency-switch ul li  a.four:hover, .currency-switch ul li:hover > a.four {
	background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.png) no-repeat 4px -2350px #f5f5f5; border:1px solid #d7d7d7; border-bottom:0; cursor: pointer; color: #000; height: 28px
}


.currency-switch ul li{background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.png) no-repeat 4px -2350px; height:28px;}
.currency-switch ul li span#currency_arrow, span#language_arrow {   
    background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.gif) no-repeat 0 -2272px;
    height: 4px;
    position: absolute;
    right: 10px;
    top: 11px;
    width: 7px;
}

.currency-switch ul li #currency_inner{color:#FF5A00}

.currency-switch ul li a.outer {
display:block;
height:29px;
line-height:24px;
text-decoration:none;
text-indent:22px;
}

.currency-switch ul li a.outer.over{}

.currency-switch ul li div.tab_right1 {
  background:#f5f5f5;
  border:1px solid #d7d7d7; border-radius: 0 0 5px 5px; 
  border-top:0;
  overflow:hidden;
  padding-bottom:5px;
  padding-top:5px;
  
  width:119px;
}
.currency-switch ul li div {
  position:absolute;
  top:-2400px;
}


.currency-switch ul li:hover div, .currency-switch ul li a:hover div{top:29px; padding: 1px 10px 6px;}

.tab_right1 P A {
	PADDING-LEFT: 20px; BACKGROUND: url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.gif) no-repeat 0px 0px; font-size:11px;
}
P A.tab_USD {
	BACKGROUND-POSITION: 0px -397px
}
P A.tab_EUR {
	BACKGROUND-POSITION: 0px -413px
}
P A.tab_GBP {
	BACKGROUND-POSITION: 0px -429px
}
P A.tab_CAD {
	BACKGROUND-POSITION: 0px -445px
}
P A.tab_AUD {
	BACKGROUND-POSITION: 0px -461px
}
P A.tab_CHF {
	BACKGROUND-POSITION: 0px -477px
}
P A.tab_HKD {
	BACKGROUND-POSITION: 0px -493px
}
P A.tab_CNY {
	BACKGROUND-POSITION: 0px -605px
}
P A.tab_NZD {
	BACKGROUND-POSITION: 0px -621px
}
P A.tab_ESP {
	BACKGROUND-POSITION: 0px -159px
}

p A.tab_RUB{background-position:0px -541px;}


.phone-block a,
.currency-block a,
.language-block a {
  color: #ffffff;
}

/* Block: Phone List */

.phone-switch{width:160px;}
.phone-switch ul li{background:none;}
.phone-switch ul li a.outer{text-indent:6px; width:160px;}
.phone-switch ul li  a.four:hover, .phone-switch ul li:hover > a.four{background:#fff;}
.phone-switch ul li div.tab_right1{padding:1px 10px 6px 10px; width:140px;}
.phone-switch .tab_right1 p a, a#top-phone em{background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/other_sprites.gif) no-repeat 0 -213px; padding-left:25px; }
a#top-phone em{padding-left:19px;}

.block-phone {}
.block-phone.block {padding:3px 0 0 0; border:none; overflow:hidden; float:right; margin-left:20px;}
.block-phone.block .block-content {padding:0px; float:right;}
.title-phone {display:inline-block;  float:left; padding-right:10px;}
.title-phone strong {font-size:10px; color:#767575; text-transform:uppercase; line-height:normal; color:#767575; font-weight:normal; }
.block-phone select { width:100%; border:1px solid #d0d0d5; font-size:11px; line-height:normal; font-family: arial,helvetica,sans-serif; color:#979797; height:20px;}

/* Top Phone List */
.phone-info {
  color:#000000;
  text-align:left;
  width:389px;
  z-index:500;
  float:left;
  margin-top:2px;
  position:relative;
  right:0;
}

.phone-info ul {
  margin:0;
  padding:0;
}

.phone-info ul li a.four { 
  width:389px;
}

.phone-info ul li  a.four:hover, .phone-info ul li:hover > a.four {
  background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.png) no-repeat 4px -2305px #f5f5f5; border:1px solid #d7d7d7; border-bottom:0; cursor: pointer; color: #000000; height: 28px
}


.phone-info ul li{background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.png) no-repeat 4px -2305px; height:28px;}
.phone-info ul li span#phone_arrow {   
    background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.gif) no-repeat 0 -2272px;
    height: 4px;
    position: absolute;
    right: 10px;
    top: 11px;
    width: 7px;
}

.phone-info ul li #phone_inner{color:#FF5A00}


.phone-info ul li a.outer {
  display:block;
  height:29px;
  line-height:24px;
  text-decoration:none;
  text-indent:22px;  
}

.phone-info ul li span.outer {
  display:block;
  height:29px;
  line-height:24px;
  text-decoration:none;
  text-indent:22px;
  width: 389px;
  color:#ffffff;
}

.phone-info ul li a.outer.over{}

.phone-info ul li div.tab_right1 {
  background:#f5f5f5;
  border:1px solid #d7d7d7; border-radius: 0 0 5px 5px;
  border-top:0;
  overflow:hidden;  
  padding: 10px;
  text-indent:0em;
  width:369px;
} 

.phone-info ul li div {
position:absolute;
top:-2400px;
}

.phone-info ul li:hover div, .phone-info ul li a:hover div{top:29px;}


/* top mini login */
.block-login{position:relative; width:103px; float:left; height:23px; z-index:999;  margin-top:0px;   }
.top-login-form {background:#efefef;  overflow:hidden; padding-bottom:5px; padding-top:0px;}
.over .top-login-form{top:28px; }
.block-login.over {  }
.block-login .top-links{width:103px; height:23px; }
.block-login.over .top-links{border-color:#ddd;}
.block-login .top-links a {line-height:12px;}
.block-login .top-links a:hover{}
.block-login .top-links a.top-login-link{ }
.block-login .top-links a.top-register-link, a.top-logout-lin{color:#FF5A00;}
.block-login .col2-set.drop-menu{width:194px; left: 0px; background:#efefef; border:1px solid #d7d7d7; padding:5px 8px 8px 12px; position:relative; border-radius: 0px 0 5px 5px;  box-shadow: 0px 10px 7px #181818; border-top-color: #fd8300; border-top-width: 3px; top: -8px; }
.block-login .col-1{width:100%;}
.block-login .col-2{width:0%; border-left:1px solid #ddd; padding-left:20px;}
.block-login .content h6{font-size:12px; font-weight:normal;}
.block-login .content p{font-size:11px; color:#999;}
.block-login .login-title span{color:#000000; font-weight: bold; font-size: 12px; height: 24px; line-height: 24px;}
.block-login .login-content label{padding:3px 0; display:block; }
.block-login .login-content input{width:140px;}
.block-login .actions{padding-top:15px;}
.block-login button.button.mini-login-btn{background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.gif) repeat-x 0 -300px; border-radius: 4px; }

/* top mini cart */
.block-minicart{position:relative; width:80px; float:left; z-index:999;  margin-top:0px; bottom: 7px;}
.block-minicart.over {  }
.block-minicart .top-links{width:103px; height:23px; }
.block-minicart.over .top-links{border-color:#ddd;}
.block-minicart .top-links a {line-height:12px;}
.block-minicart .top-links a:hover{}
.block-minicart .top-links a.top-login-link{ }
.block-minicart .top-links a.top-register-link, a.top-logout-lin{color:#FF5A00;}
.block-minicart .col2-set.drop-menu{width:250px; left: 0px; background:#efefef; border:1px solid #d7d7d7; padding:5px 8px 8px 12px; position:relative; border-radius: 0px 0 5px 5px;  box-shadow: 0px 10px 7px #181818; border-top-color: #fd8300; border-top-width: 3px; top: -8px; }
.block-minicart .col-1{width:100%;}
.block-minicart .col-2{width:0%; border-left:1px solid #ddd; padding-left:20px;}
.block-minicart .content h6{font-size:12px; font-weight:normal;}
.block-minicart .content p{font-size:11px; color:#999;}
.block-minicart .login-title span{color:#000000; font-weight: bold;}
.block-minicart .login-content label{padding:3px 0; display:block; }
.block-minicart .login-content input{width:140px;}
.block-minicart .actions{padding-top:15px;}
.block-minicart button.button.mini-login-btn{background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.gif) repeat-x 0 -300px; }

/* Top bar */
.topbar{height:31px; background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.gif) repeat-x 0 -250px #efefef; width:100%; float:left; font-size:11px;  }


/********** < Navigation */
.nav-container {width:100%;  margin:0 auto; padding-top:105px; }
#nav { width:918px; margin:0 auto; padding:0 16px; font-size:13px; }

/* All Levels */ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; }
#nav li.over { z-index:998; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }
#nav ul li.parent a { background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/bkg_nav2.gif) 100% 100% no-repeat; }
#nav ul li.parent li a { background-image:none; }

/* 0 Level */
#nav li { float:left; }
#nav li.active a { color:#d96708; }
#nav a { float:left; padding:5px 12px 6px 8px; color:#a7c6dd; font-weight:bold; }
#nav li.over a,
#nav a:hover { color:#d96708; }

/* 1st Level */
#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:1px; background:#ecf3f6 url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/bkg_nav1.gif) 0 100% repeat-x; }
#nav ul li.last { background:#ecf3f6; padding-bottom:0; }

#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }
#nav ul li a { font-weight:normal !important; }

/* 2nd Level */
#nav ul,
#nav div { position:absolute; width:15em; top:27px; left:-10000px; border:1px solid #899ba5; }
#nav div ul { position:static; width:auto; border:none; }

/* 3rd+ Level */
#nav ul ul,
#nav ul div { top:5px; }

#nav ul li a { background:#ecf3f6; }
#nav ul li a:hover { background:#d5e4eb; }
#nav ul li a,
#nav ul li a:hover { color:#2f2f2f !important; }
#nav ul span,
#nav ul li.last li span { padding:3px 15px 4px 15px; }

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:0; z-index:999; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:100px; }
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block button.button {}
.block button.button .bg-button {background:#343434;}
.block {border:1px solid #ddd; margin:0 0 10px; }
.block .block-title {font-size:12px; height:30px; line-height:30px; /*background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.gif) repeat-x 0 -344px;*/ padding-left:10px; }
.block .block-title strong {font-size:12px; font-weight:normal; color:#000; }
.block .block-title strong span { font-weight:bold; color:#000; }
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { font-size:12px; color:#393939; padding:5px; }
.block .block-content { padding:10px 5px; font-size:12px; line-height: 2em; }
.block .block-content li.item { padding:3px 0 3px; }
.block .block-content dd li { background: url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.gif") no-repeat scroll 2px -140px transparent; padding-left: 10px; }

.block .btn-remove,
.block .btn-edit { float:right;}
.block .actions { text-align:right; }
.block .actions a { float:left; }
.block .empty {}

.block li.odd {}
.block li.even { }

/* Mini Products List */
.mini-products-list .product-image { float:left; width:50px; border:1px solid #a9a9a9; }
.mini-products-list .product-details { margin-left:60px; }

/* Block: Account */
.block-account { border: none; padding-bottom: 5px; }
.block-account .block-title { background-color: #dddddd; border:0; border-radius: 3px 3px 0px 0px;}
.block-account .block-title strong { font-size:13px; color:#984F00; }
.block-account .block-content { background:#ffffff; border: 1px solid #d7d7d7; padding:7px 10px 7px; }
.block-account .block-content li a { display:block; border-bottom:1px solid #efefef; padding:3px 0; color:#5f5d5c; text-decoration:none !important; }
.block-account .block-content li a:hover { color:#000; text-decoration: none; }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { border-bottom:1px solid #fff; padding:0px 0px 4px 0px; margin: 2px 0px 0px 0px; color:#000; }
.block-account .block-content li.current.last { border-bottom:0; }

/* Block: Layered Navigation */
.block-layered-nav { border:1px solid #d7d7d7; border-radius: 5px; }
.block-layered-nav .block-title { background: #ddd; border-bottom:1px solid #d7d7d7; color:#000000; text-transform:normal; font-weight: bold; }
.block-layered-nav .block-subtitle { line-height:1.35; background:#eee; padding:3px 9px; border-bottom:1px solid #d7d7d7;  color:#000; font-size:11px;}
.block-layered-nav .block-title strong{color:#1f5070; }
.block-layered-nav .block-content {  }
.block-layered-nav dt { background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/toolbar-icons-rot.gif) -91px -103px no-repeat; padding:7px 10px 0 28px; font-weight:bold; text-transform:uppercase; }
.block-layered-nav dd { padding:0 5px 12px 12px; }
.block-layered-nav dd.last { background:none; }
.block-layered-nav .currently li { padding:4px 6px 4px 10px; }
.block-layered-nav .currently .label { font-weight:bold; padding-left:18px; background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/toolbar-icons-rot.gif) -100px -132px no-repeat;; text-transform:uppercase; }
.block-layered-nav .currently .btn-remove { margin:3px 0 0; }
.block-layered-nav .actions { font-size:11px; padding:4px 9px; background:#f2f2f2; border:1px solid #dee5e8; border-width:1px 0; text-align:right; }
.block-layered-nav .actions a { float:none; }
.block-layered-nav.block .block-content{padding:0;}

/* Block: Cart */
.block-cart {}
.block-cart .summary {padding:0 5px;}
.block-cart .amount {margin-bottom:10px; color:#393939;}
.block-cart .amount a { color:#393939; font-weight:bold; text-decoration:none;}
.block-cart .amount a:hover {text-decoration:underline;}
.block-cart .subtotal { background:#efefef; line-height:18px; font-size:11px; color:#303030; padding-left:11px; margin-bottom:15px;}
.block-cart .subtotal .price {color:#FF5A00; font-weight:bold;}
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 5px 0; }
.block-cart .actions button.button {margin-bottom:10px;}
.block-cart .product-name {font-size:10px; line-height:14px; color:#393939;  margin-bottom:5px;}
.block-cart .product-name a {color:#393939;}
.block-cart .product-details .price {color:#FF5A00;}
.block-cart .block-content li.item {padding-bottom:7px; border-top:1px solid #d7d7d7; padding:7px 5px; }
.block-cart .block-content li.item.even{background:#f5f5f5;}
.block.block-cart .block-title{ /* background:url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.gif") repeat-x 0 -970px transparent */ background: transparent; font-weight: bold; padding-left: 0px; border-bottom: 0px; }
.block.block-cart .block-title span { font-weight: bold; } 
.block.block-cart .block-content{padding:7px 0 0 0;}
.block-cart .actions{ border-bottom:0px solid #efefef; padding:0 5px;}
.block.block-cart{ border:0px solid #BED4EC; }
.block.block-cart .empty {padding:5px 0 5px 10px;}

.block .actions button.button {margin-bottom:10px;}
/* Block: Wishlist */
.block-wishlist {}
.block-wishlist .product-name {font-size:10px; line-height:14px; color:#393939;  margin-bottom:5px;}
.block-wishlist .product-name a {color:#393939;}
.block-wishlist .product-details .price {color:#619003; font-weight:normal;}

/* Block: Related */
.block-related .block-title strong { color:#984F00 }
.block-related.block .block-title{background-position:0 -1405px; border-bottom:1px solid #E5DCC3;}
.block-related .regular-price .price{font-weight:normal; color:#FF5A00;}
.block-related .block-subtitle a {color:#114EA6; background:#efefef;}
.block-related .block-subtitle { font-weight:bold; background:#efefef; }
.block-related input.checkbox { float:left; }
.block-related .product { margin-left:20px; }
.block-related.block .block-content li.item{padding:8px;} 
.block-related.block li.odd{background:#F9f9f9;}
.block-related.block li.odd.last {background:#F9f9f9; }
.block-related.block{ background:#fff; border:1px solid #d7d7d7; border-radius: 5px; margin-bottom: 7px; float: left; width: 250px; margin-left: 18px; }
.block-related.block .block-content{padding:0px 0 0 0; line-height: 1.5em;} 
.block-related { margin-top: 0px; } 
.block-related.block .tax-details { margin-top: 5px; }

/* Block: Compare Products */
.block-compare {}
.block-compare li { padding:5px 0; }
.block-compare .block-content li.last {padding-bottom:15px;}

/* Block: Recently Viewed */
.block-viewed {}

/* Block: Recently Compared */
.block-compared {}

/* Block: Poll */
.block-poll label {}
.block-poll input.radio { float:left; margin:1px 0 0 0; }
.block-poll .label { display:block; margin-left:22px; }
.block-poll li { padding:3px 0px 6px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll .answer{float:left; width:100%;}
.block-poll .answer span{display:block; width:135px;}
.block-poll .votes{font-weight:bold; float:right; width:65px; margin-top:-15px; text-align:right;}
.block-poll .actions {text-align:left;}

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }
.block-tags ul {overflow:hidden; margin-top:5px;}
/* Block: Tags */
.product-view .box-tags .product-tags {overflow:hidden; margin-bottom:25px;}
.product-view .box-tags .product-tags li {display:inline; text-transform:capitalize; background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/line-2.gif) no-repeat 100% 3px; padding:0 10px 0 0px; margin:0 10px 0 0;}
.product-view .box-tags .product-tags li.first {padding-left:0px;}
.product-view .box-tags .product-tags li.last {background:none;}
.product-view .box-tags .product-tags li a {color:#303030; text-decoration:none;}
.product-view .box-tags .product-tags li a:hover {}

.catalogsearch-advanced-index #advanced-search-list li.even label {display:block; width:100%; float:none;}

/* Block: Subscribe */
.block-subscribe {margin:0 0 3px 0; padding-top:8px; background: url(/skin/frontend/default/se105/images/media/newsletter.jpg) no-repeat; height:123px; }
.block-subscribe .subscribe-content{width:100%; height:26px; margin-left: 5px; padding-top: 40px;}

.block-subscribe .block-title {
  height:48px; 
  line-height:10px; 
  color:#000; 
  padding:1px 10px 0 45px; 
  text-align:left; 
  font-size:16px; 
}

.block-subscribe .block-title em{font-size:9px; line-height:20px; font-family: arial,helvetica,sans-serif;}
.block-subscribe input#newsletter {background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_de.gif) no-repeat -125px -11px; width:142px; padding:2px 0 0 5px; height:24px; float:left; border:0 none;}
.block-subscribe button.button{border:0 none; border-radius: 0px; margin:0; cursor:pointer; float:left; height:26px; width:63px; background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_de.gif) no-repeat -273px -11px; }
.block-subscribe button.button span{display:none;}

/* Block: Reorder */
.block-reorder {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder #cart-sidebar-reorder li.item.last {margin-bottom:10px;}
.block-reorder #cart-sidebar-reorder-advice-container {margin-bottom:10px;}

/* Block: Banner */
.block-banner {margin-bottom:5px;}
.block-banner .block-content { text-align: left; margin-top: 10px; }

/* Block: News */
.block-news {
    border-color: #DDDDDD;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    height: auto;    
    overflow: hidden;
    padding: 1px 0 0 1px;
    position: relative;
}
.block-news .block-content { padding: 0px; font-size: 11px;  }
.block-news .head span {
    background: url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.gif") no-repeat scroll 14px -1143px transparent;
    color: #333333;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    text-indent: 22px;
}
.block-news .head {
    border-bottom: 1px solid #D7D7D7;
    height: 26px;
    line-height: 26px;
    text-align: left;
}


/* Paypal */
.sidebar .paypal-logo { display:block;  text-align:center; border:1px solid #edc429; margin-bottom:10px; }
.sidebar .paypal-logo a { float:none; }

/* Recent Review Items */
.box-recent-review{border:1px solid #d7d7d7; margin-bottom:10px; border-top-left-radius: 5px; border-top-right-radius: 5px; }
.box-recent-review .head{background:#dddddd; height:24px; line-height:24px; border-top-left-radius: 5px; border-top-right-radius: 5px; }
.box-recent-review .head span{color:#000; padding-left:10px;}
.box-recent-review .items-content{}
.box-recent-review .items-content .item-list{border-bottom:1px solid #eaeaea; padding:5px 5px; width:208px;font-size:11px;}
.box-recent-review .items-content .item-list.odd{background:#f9f9f9; }
.reviewimg{height:45px; width:45px; border:1px solid #ccc; display:block; float:left;}
.reviewname, .reviewtitle, .reviewauthor{width:152px; overflow:hidden; float:right; height:11px; display:block; line-height:12px; padding:2px 0;}
.reviewauthor{text-align:right;}
.reviewauthor span{color:#83AAD4}
.reviewname .product-name{font-weight:bold;}
.reviewed_box{height:290px; overflow:hidden;}

/* Homepage News Block */
.new-items-li{border-bottom:1px solid #ddd; height:46px; padding:8px 4px; overflow:hidden;}
.new-items-li.odd{background:#f5f5f5;}
.new-items-li a.news-title{color:#003B7F; font-size:12px; height:12px; overflow:hidden; display:block; line-height:12px;}
.new-items-li .news_image{float:left; margin:3px 5px 3px 0;}
.new-items-li .description{line-height:15px; height:30px; overflow:hidden; margin-top:5px;}
.news-list .block-title span{color:#C20400}

/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border:0; margin:5px 0 0 0; color:#000; font-size:16px; padding:10px; }
.category-title.page-title h1{font-size:20px; color:#546471;}
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:10px 0 10px; border: 1px solid #CCCCCC; border-radius: 5px; padding: 10px; }
.category-products {}

.category-title.slider-image { border:0; margin:10px 0 0 1px; color:#000; font-size:16px; padding:10px; position: absolute; }
.category-title.slider-image.page-title h1{font-size:20px; color:#000;}
.category-silderimage { border-width: 1px 1px 0px 1px;  border-style: solid; border-color: #D7D7D7; margin-top: 10px; overflow: hidden; text-align: center;  width: 753px; }

.category-products .tax-details, 
.special-box .tax-details, 
.bmproducts-latest .tax-details,
.bmproducts-popular .tax-details { display: none; }

.item-block br,
.bmproducts-latest br,
.bmproducts-popular br,
.special-box .br { display: none; } 

.category-products .delivery-time-details, 
.special-box .delivery-time-details, 
.bmproducts-latest .delivery-time-details,
.bmproducts-popular .delivery-time-details { display: none; }

.col-main .product-name h1 {font-weight:bold;  font-size:1.3em; line-height:24px; margin-top:8px; }
.col-main .product-name h3 {font-weight:normal;  font-size:11px; line-height:16px; margin-top:8px; }
.col-main .product-name a {color:#393939; text-decoration:none; font-weight: bold; }
.product-name-view {font-size:15px; text-transform:uppercase; color:#000; font-weight:700;}

.products-grid h3.product-subtitle { font-size: 12px; }

.bmproducts-bestseller .product-name a{display:block; font-size:12px; font-weight: bold; }

/* View Type: Grid */
 

.products-grid {  position:relative; border:1px solid #ddd; padding:20px 0; }
.products-grid hr { display: none; }
.products-grid span.hr { display: none; }
.products-grid .item-block{display:inline; float:left; height:320px; width:230px; padding-bottom:4px; position:relative; padding-left:0px; margin-left: 14px; margin-bottom:10px; border: 3px solid #fff; text-align: center;}
.products-grid .item-block:hover{ border-color: #ccc; }
.col3-layout .products-grid .item-block{padding-left:15px;}
.products-grid a.product-image {display:block; height:160px; width:200px; vertical-align:middle; padding:0; border:0px solid #e5e5e5; overflow:hidden; }
.products-grid a.product-image:hover{ border-color:#ff5a00; }
.products-grid a.product-image img{z-index:1; position:relative; vertical-align:middle; margin-left: 15px; }
.products-grid .product-name{line-height:16px; font-size:12px; padding-top:5px;max-height:60px; overflow:hidden;}
.products-grid h3.product-name { text-align: center; }
.products-grid .price-box{ margin:6px 0;}
a.add-to-cart-link{color:#6BAB01; font-weight:bold; background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.gif) no-repeat 0 -1178px; padding-left:16px; }
.products-grid .add-to-links li{line-height:12px; }
.products-grid .add-to-links a{color:#999; font-size:10px; line-height:12px; }
.pin-it-button{position:absolute; top:15px; left:15px;}

.products-grid .ratings { padding-left: 82px; }
 
 
#upsell-product-table a.product-image { margin: 0px auto; display:block; height:80px; width:104px; vertical-align:middle; padding:0px; border:0px; overflow:hidden; }
#upsell-product-table .current-product a.product-image img { border: 0px; padding-top: 3px; }
#upsell-product-table a.product-image img { border: 0px; padding-top: 3px; }
#upsell-product-table .current-product-h3 a { color: #014590; }
#upsell-product-table h3.product-name { text-align: center; padding: 0 3px 0 3px; font-weight: normal; }

.products-list{border:1px solid #ddd; border-top:0; border-bottom:0; }
.products-list li.item { border-bottom:1px solid #efefef; padding:15px 0;background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/product_list_bg_w.gif) repeat-y 155px 0; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:135px; height:135px; padding:10px 0 0 10px; }
.products-list .product-shop { margin-left:170px; }
.products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:12px; color:#203548; }
.products-list .product-name a { color:#203548; }
.products-list .price-box { float:left; margin:3px 13px 5px 0; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; font-size:11px; }
.products-list .desc .link-learn { font-size:11px; }
.products-list .add-to-links { clear:both; margin-top:10px; font-size:11px; }
.products-list .add-to-links li {  }
.products-list .add-to-links li a{color:#1C6CBE}
.products-list .add-to-links .separator { display:inline; margin:0 2px; }
.products-list .list-right{width:30%; float:right; text-align:center;}
.products-list .list-left{width:67%; float:left;}
.products-list .list-right .price-box{float:none;}
.products-list  .list-inner{padding:12px 10px;}
.products-list .link-learn{padding-top:8px; color:#1C6CBE; display:block;}
.col-main .products-list .product-shop .regular-price .price{font-size:12px;}
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0 0 5px 0; }

.ratings { font-size:11px; line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:70px; height:14px; font-size:0; line-height:0; background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:14px; background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount {}
.ratings .amount a {color:#393939; font-size:11px;}

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:normal; padding-right:8px; }

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

.availability-only { margin:0 0 7px; }
.availability-only a { background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong {}

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#f2f2f2; font-size:10px; padding:0 8px; }
.availability-only-details td { border-bottom:1px solid #f0f0f0; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last {}

/* Email to a Friend */
.email-friend {}

/* Alerts */
.alert-price {}
.alert-stock {}

/********** < Product Prices */
.price { white-space:nowrap !important;  }

.price-box {} 
.price-box .price { color:#000; font-weight:bold;}

/* Regular price */
.regular-price {}
.regular-price .price { font-weight:bold; }
.col-main .regular-price .price {color:#000; font-weight:bold; line-height:normal;}
.col-main .product-shop .regular-price .price{color:#000; font-weight:bold; font-size:15px;}

/* Old price */
.old-price {}
.old-price .price-label { white-space:nowrap; }
.old-price .price {text-decoration:line-through; color:#000; font-weight:normal; }
.old-price .label { text-decoration:line-through; }

.price-box-wrap .old-price { font-size: 12px;  padding-bottom: 0px; }
.price-box-wrap .old-price .label {  }


/* Special price */
.special-price {}
.special-price .price-label { white-space:nowrap; }
.special-price .price {  }

/* Minimal price (as low as) */
.minimal-price {}
.minimal-price .price-label { font-size:11px; white-space:nowrap; font-weight: bold; }

.minimal-price-link { display:block; white-space:nowrap; }
.minimal-price-link .label {}
.minimal-price-link .price { font-weight:normal; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

.price-box-wrap .price-excluding-tax .price { font-size:16px; font-weight: bold; }
.price-box-wrap .price-excluding-tax .label { float: left; }

.minimal-price .price-excluding-tax { display: inline; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; font-size: 14px; }

.price-box-wrap .price-including-tax .label {  float: left; }
.price-box-wrap .price-excluding-tax { padding-bottom: 5px; }

/* Configured price */
.configured-price {}
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
.configured-price .price { font-weight:bold; }

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from {}
.price-from .price-label {  white-space:nowrap; font-size:11px; }

.price-to {}
.price-to .price-label {  white-space:nowrap; font-size:11px; }
 
/* Price notice next to the options */
.price-notice { display: block; padding-bottom: 10px;  padding-left: 10px;}
.price-notice .price { font-weight:bold; }

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle {}
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

.tier-prices-grouped {}

/* Add to Links */
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:1px; }
.add-to-cart .qty { float:left; }
.add-to-cart button.button { float:left; margin-left:5px; }
.add-to-cart .paypal-logo { clear:left; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; }

/* Add to Links + Add to Cart */
.add-to-box { margin-top: 10px; }
.add-to-box .add-to-cart { width:100%;  }
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; }


.product-view {}
.product-view {padding:0;}

/*** Product Collateral **/
.product-essential {}
.product-essential { /* border-bottom:1px solid #e9e9e9; */ padding-bottom:5px; margin-bottom:10px;}
.product-view .product-essential .product-shop .nobr {margin-bottom:5px; display:inline-block;}
.product-collateral #customer-reviews dl dt {margin-bottom:5px;}
.product-collateral #customer-reviews dl dd {margin-bottom:25px;}
.product-collateral #customer-reviews .pager {margin-bottom:10px;}
.product-collateral #customer-reviews #product-review-table span.nobr {display:block; padding:0 5px;}
.product-collateral #customer-reviews #product-review-table .value {text-align:center;}
.product-collateral #customer-reviews #product-review-table {margin-bottom:20px;}
#customer-reviews .form-list label.required {margin-bottom:5px;}
#customer-reviews .form-list textarea {min-width:254px; max-width:254px;}
.product-collateral .box-collateral { padding-bottom:10px; margin-bottom:10px; border-bottom:1px solid #e9e9e9; }
.product-collateral .data-table td.label,
.product-collateral .data-table th.label { background:none; padding:5px 10px; font-weight:bold; }
.product-collateral .data-table tr.even {background:#fafafa;}
.product-collateral ul {padding-top: 0px;  padding-left: 10px;}
.product-collateral li {list-style-type: none;}

.product-view .product-img-box .more-views li { margin:0 0px 0px 29px ; }

/* Product Images */
.product-view .product-img-box { float:left; width:387px; /* border: 1px solid #D7D7D7; margin-top: 10px; border-radius: 5px 5px 5px 5px; */ /* box-shadow: 1px 1px 4px #D7D7D7; */ }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { border:1px solid #f0f0f0; }
.product-view .product-img-box .product-image-zoom { position:relative; width:261px; height:261px; overflow:hidden; z-index:9; margin-bottom:14px;}
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { margin-bottom:14px; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 25px; padding:0 20px; background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:5px; width:25px; height:8px; background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views ul { margin-left:-4px; padding-top:5px;}
.product-view .product-img-box .more-views li { 
	float:left;
	margin:0 0 4px 2px ;

}
.product-view .product-img-box .more-views li:hover {border-color:#000;}

.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}

/* magento quantity increments button */
div.add-to-cart div.quantity input#minus1{
 float: left;
 height: 16px;
 width:17px;
 margin-right: 1px;
 padding-left: 2px;
 cursor: pointer;
 background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites-rot.gif) no-repeat -17px -10px;
 text-indent:-9999px;
 border:0;
 margin-top:3px;
}
div.add-to-cart div.quantity input#minus1:hover{

}

div.add-to-cart div.quantity input#minus1.un{background-position:0 -10px;}

div.add-to-cart div.quantity input#add1{
 width:17px;
 height: 16px;
 vertical-align: top;
 cursor: pointer;
 background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites-rot.gif) no-repeat -34px -10px;
 text-indent:-9999px;
 border:0;
 margin-top:3px;
}
div.add-to-cart div.quantity input#add1:hover{ 

}
div.add-to-cart div.quantity{
 margin:5px 20px 0 5px;
 float: left;
}

div.add-to-cart div.quantity span{float:left;}

div.add-to-cart #qty{height:21px; width:38px; background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites-rot.gif) no-repeat -67px -11px; padding:0; border:1px solid #C8C7C7; line-height:21px; text-align:center; margin:0 5px;}

 
/* Product Shop */
.product-view .product-shop { float:right; width:605px; }
.col1-layout .product-view .product-shop { float:right; width:570px;  border: 1px solid #D7D7D7; margin-top: 10px; border-radius: 5px 5px 5px 5px; /* box-shadow: 1px 1px 4px #D7D7D7; */ padding: 0 10px 10px 10px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-name {margin-bottom:5px; padding-bottom:5px;}
.sku-no{font-size:11px; color:#666666;}
.catalog-category-view .sku-no{font-size:10px;}
.product-view .rating-box {float:left; }
.product-view .ratings {margin:5px 0 12px 0;}
.product-view .rating-links {font-size:11px;}
.product-view .rating-links a{color:#114EA6}
.product-view .short-description {padding:12px 0 0 0; font-size:11px;}
.product-view h2 {font-size:16px; color:#333; font-weight:600; margin-bottom:10px; font-weight:bold;}
.product-view .product-pricing {background:transparent; display:inline-block; padding:10px 1px 0px 1px; font-size:11px; color:#303030; margin-bottom:14px;}
.product-view .product-pricing .price {font-weight:normal; text-decoration:underline;}
.product-view .product-pricing .benefit {color:#619003;}
.product-view .price-box {}
.product-view .addtocart-box .price-box {margin-bottom:5px;}
.product-view .availability {margin-bottom:5px;  font-size:11px; display: none; }
.product-view .add-to-cart label {font-size:11px; margin-top:8px;}
.product-view .add-to-links {margin-top:-9px;}
.product-view .product-shop  .add-to-box {clear:left;}
.product-view .addtocart-box{ /* padding:10px 0 0 10px; */ }
.product-view .sharethis_box{margin-top:13px; margin-bottom:13px;}
.product-view .all-option-box{ /* background:#efefef; padding:5px 10px; */ }
.product-view .add-to-cart { padding-top: 10px; }
.product-view .short-description br{}
.product-view .short-description ul {list-style: disc outside none; margin-left:15px;}
.product-view #product-options-wrapper dl{width:100%;}
.product-view #product-options-wrapper dt{ width:145px; margin-bottom:8px; padding-top:8px; float:left;}
.product-view #product-options-wrapper dd{ width:215px; margin-bottom:10px; background-color: #EFEFEF; padding: 5px; float:left;}
 

/* Add to links */
.product-view .add-to-links{margin:5px 0 0 0;}
.product-view .add-to-links li{display:block; background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.gif) no-repeat 0 -1205px; height:22px;  padding-left:19px; float:left; font-size:11px; margin-left:15px; }
.product-view .add-to-links li a{color: #114EA6; font-size:11px; text-decoration: underline; }
.product-view .add-to-links li.list-compare{background-position:0 -1255px; padding-left:25px; margin-right: 15px;}
.product-view .add-to-links li.list-email{background-position:0 -1229px; padding-left:25px; margin-left: 0px;}
.product-view .add-to-links li.list-wishlist{margin-left:0; margin-right: 15px; padding-left:25px;}
.product-view .add-to-links li.list-phone{background-position:0 -2308px; margin-left:0; margin-right: 15px; margin-bottom: 10px; padding-left:25px; width: 180px; font-weight: bold; font-size: 14px; }
.product-view div.phone{ margin-top:10px; }

/* Product Options */
.product-options { padding:0; margin-left: 10px; }
.product-options dt label { font-weight: bold; font-size: 13px; line-height: 13px; }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:96%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:215px; border:0; }
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 5px 0 0; }
.product-options label em{ color: #ff0000; padding-right: 10px; float: right; }
.product-options input.input-text, select, textarea { background: none repeat scroll 0 0 #ffffff; }

.product-options-bottom { padding: 0 10px; margin-top:18px;}
.product-options-bottom .price-box { margin:0px 10px 10px 0; min-width:175px;}
.product-options-bottom .add-to-links { text-align:left; margin-right:25px; margin-top:0px; padding:10px 0 0 0;}
.product-options-bottom .add-to-cart .paypal-logo {margin-right:20px;}
.product-options-bottom .price-box.map-info .old-price {display:block;}
.product-view .product-shop .product-options-bottom .price-box.map-info a {float:left; clear:left; padding-left:0px;}
/* Grouped Product */
.product-view .grouped-items-table {margin-bottom:15px; width: 98%;}

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional {}
 
/* Block: Upsell */
.product-view .box-up-sell h2 { border-bottom:0; padding:0; margin:0 0 8px; }
.product-view .box-up-sell .products-grid { width:100%; border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid td { width:25%; border-right:1px solid #e5dcc3; border-bottom:1px solid #e5dcc3; padding:12px 10px 10px; line-height:1.6em; }
.product-view .box-up-sell .products-grid tr.last td { border-bottom:0; }
.product-view .box-up-sell .products-grid td.last { border-right:0; }
.product-view .box-up-sell .products-grid td img {  }
.product-view .box-up-sell .products-grid .product-image { text-align:center; margin:0 auto; }
.product-view .box-up-sell .products-grid td.empty { border-right:0; }
.product-view .box-up-sell .products-grid .ratings .rating-box {margin:0 5px 3px; }

/* Block: Tags */
.product-view .box-tags {border-bottom:0; margin-bottom:0px;}
.product-view .box-tags .form-add label { display:block; padding-bottom:5px; }
.product-view .box-tags .form-add .input-box { float:left; width:300px; margin:0 5px 14px 0; }
.product-view .box-tags .form-add input.input-text { width:300px; height:18px; }
.product-view .box-tags .form-add p { clear:both; }

/* Block: Reviews */
.review-title-top{background:url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.gif") repeat-x  0 -1286px #dcdcdc; color:#000; padding:5px 10px; display:block; width:130px; text-align:center;}
.product-view .review-all{padding:0; border:1px solid #ddd; border-top:0; }
.product-view .review-item-list{border-top:2px solid #1B61AF }
.product-view .box-reviews {margin-top:20px;}
.product-view .box-reviews h2.title, .product-view .box-reviews .form-add h2{background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.gif) repeat-x 0 -1450px; height:26px; display:block; line-height:26px; padding-left:15px; color:#000; font-weight:bold; }
.product-view .box-reviews .average-customer-rating{padding:0 20px 10px 20px; }
.average-customer-rating .rating-box .rating, .average-customer-rating .rating-box{background-image:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/b_star.gif); height:26px; width:141px;} 
.average-customer-rating .ratings-table th{line-height:28px;}
.average-customer-rating .label{float:left; width:190px; padding-top:15px; color:#000; }
.average-customer-rating  .ratings-table{float:left;}
.average-customer-rating .ratings-table th, .average-customer-rating .ratings-table td{padding:0 5px;}
.average-customer-rating .nobr{padding:15px 0 0 15px; color:#000; float:left;}
.review-all dl{padding:15px 20px}
.review-all dt{font-weight:bold;}
.review-all dd{padding:10px 0 20px 10px;font-size:11px; }
.review-all dt a{color:#114EA6;}
.review-all dd .ratings-table{margin-bottom:8px; }
.review-all .buttons-set{padding:5px 0 20px 20px; }
.review-all .buttons-set button.button{float:none;}
.product-view .box-reviews .rating-box{margin:0;}
.product-view .box-reviews .form-add{border-top:2px solid #dcdcdc}
#review-form-inner fieldset{padding:0 20px 0 20px;}
#review-form-inner h4{font-size:13px; padding:1px 0; font-weight:normal;}
#review-form-inner .form-list{padding-top:10px;}

/*** My Recent Reviews **/
.dashboard #my_recent_reviews li {padding-bottom:7px;}
.dashboard #my_recent_reviews li .ratings {margin:0px 0 5px 0;}
.dashboard #my_recent_reviews li .ratings strong {margin:0 5px 0 0;}
.dashboard #my_recent_reviews li .ratings .rating-box {margin:0; }
.dashboard #my_recent_reviews li .details .product-name {margin-bottom:3px;}

/* Send a Friend */
.send-friend {}
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { font-size: 12px; font-weight:bold; }
.product-name a {}

/* Product Tags */
.tags-list li { display:inline; font-size:14px; line-height:14px; vertical-align:baseline; color:#0062AA  }
.tags-list li a{color:#0062AA;}

/* Advanced Search */
.advanced-search {}
.advanced-search-amount {}
.advanced-search-summary {margin-bottom:10px;}
.advanced-search li label {display:block; float:none;} 

/* CMS Home Page */
.cms-index-index .container-links-padding {padding-top:0px;}
.cms-index-index .subtitle {}
.cms-index-index .col1-layout .products-grid {width:950px; margin-bottom:15px;}
.cms-index-index .products-grid .price-box {display:block; float:none; text-align:center; max-width:inherit; margin-bottom:8px;}
.cms-index-index .products-grid .actions {float:none; text-align:center;}
.cms-index-index .products-grid li.item {width:170px;}
.cms-index-index .products-grid .product-name {margin-bottom:5px; min-height:48px;}



/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:0 0 12px 0; }
.page-sitemap .sitemap a {}

.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a {}
.page-sitemap .sitemap li {font-size:12px; line-height:18px; padding:0 0 0 6px;}
.page-sitemap .sitemap li a:hover {text-decoration:underline;}
.page-sitemap .sitemap li a {display:inline-block; color:#000000; text-decoration:none;}

/* RSS */
.rss-title h1 { background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.35; background-position:0 2px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart { margin-top: 0px; }
.cart .data-table th,
.cart .data-table td {border-color:#ddd; background:#fff; font-weight:normal; font-size:13px; line-height:normal; color:#303030; }
.cart .data-table td {padding:10px 15px; vertical-align:middle;}
.cart .data-table td .product-name a {text-decoration:none; color:#393939;}
.cart .data-table td .product-name a:hover {color:#303030; text-decoration:underline;}
.cart .data-table .nobr {display:block; text-align:center; font-size:13px;}
.cart  .page-title.title-buttons {border:none;}
.cart .a-right.last .btn-continue {float:left;}
.cart .data-table#shopping-cart-table th{background:#f5f5f5; font-weight:bold; padding:10px 5px; }
.cart .data-table#shopping-cart-table tfoot td{padding:10px;}
.cart .data-table#shopping-cart-table td.last{padding:10px 25px}
.page-content-se, .cart-empty{border:1px solid #ddd; padding:15px; margin-bottom: 10px; }
.page-content-se a { text-decoration: underline; }

.cart-empty { margin-top: 20px; }


/* Checkout Types */
.cart .checkout-types { float:right; text-align:right; padding-top:0px; }
.cart .title-buttons .checkout-types li { margin:0 0 5px 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:3px 55px 8px 0; line-height:1.0; font-size:11px; }
#shopping-cart-table .price { color:#FF5A00;}


/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }
 
/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:10px 0; }
.cart .cart-collaterals .col2-set { float:left; width:530px; }
.cart .cart-collaterals .col-1 {}
.cart .cart-collaterals h2 { font-weight: bold; padding:10px; }
.cart .cart-collaterals h3 { padding-left:10px; }

.cart .crosssell {padding:12px 0; border:1px solid #eaeaea; }
.cart .cart-collaterals .col-1 {width:100%;}
.cart .cart-collaterals .col-2 {width:100%;}
.cart .crosssell h2 {text-transform:uppercase; font-size:12px; font-weight:bold; line-height:18px; color:#111111; padding:0 14px; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #ddd; }
.cart .crosssell .product-details { margin-left:85px;}
.cart .crosssell li.item {border-bottom:1px solid #eaeaea; padding:10px 0 16px 0; margin: 0 5px 10px 10px; }
.cart .crosssell li.last {border:none;}
.cart .crosssell .product-name {
	font-size:10px;
	text-transform:uppercase;
	line-height:normal;
	font-weight:600;
	margin-bottom:16px;
	}
.cart .crosssell .product-name a {color:#000; text-decoration:none;  font-size:12px; text-transform:none; font-weight:normal;}
.cart .crosssell .product-name {margin-bottom:5px;}
.cart .crosssell .price { font-weight:normal;}
.cart .crosssell .product-name a:hover {color:#000; text-decoration:underline;}
.cart .crosssell .price-box {margin-bottom:4px;}
.cart .crosssell .add-to-links {padding-top:5px; font-size:11px; line-height:14px; color:#666;}


/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount {margin-bottom:10px;}
.cart .discount,
.cart .shipping {border-bottom:1px solid #eaeaea; padding:13px 10px 10px 14px; overflow:hidden;}
.cart .discount .discount-form  button.button {margin-bottom:5px; clear:right;}
.cart .shipping {padding-top:11px;}
.cart .shipping .buttons-set {padding-left:0px; padding-top:0px; float: right; }
#co-shipping-method-form { clear: both; display: block; padding-left: 100px;}
#co-shipping-method-form button.button {  
  float:right;
  background: #E3000B; /* Old browsers */
  background-image: none; 
  background-repeat: no-repeat; 
  border: 1px solid #A3A3A3;
  border-radius: 3px;
}
.cart .shipping .buttons-set button.button {
  float:left;
  background: #E3000B; /* Old browsers */
  background-image: url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/inquiry.png) 132px 5px; 
  background-repeat: no-repeat; 
  border: 1px solid #A3A3A3;
  border-radius: 3px; 
}

.cart .discount .buttons-set button.button { border: 0px solid #A3A3A3; }
.cart .shipping .buttons-set button.button span span { text-shadow: 1px 1px 2px #666666; }
.cart .cart-collaterals .col-2 h2 { text-transform:uppercase; font-size:13px; line-height:normal; font-weight:bold; color:#000; padding:0px; margin-bottom:8px;}
.cart .discount-form label {margin-bottom:3px; display:block;}
.cart input,
.cart select {border-color:#d9d9d9; color:#303030; font-size:11px; }
.cart select {height:22px; padding-top:2px;}
.cart .discount-form .input-box { }
.cart .discount-form .input-box input {width:158px;}
.cart .discount-form .buttons-set {margin:10px 0 0 0; padding:0; clear:right;}
.cart .shipping p {margin-bottom:11px;}
.cart .shipping label {font-size:12px; line-height:normal; color:#303030; margin-bottom:5px; font-weight:normal;}
.cart .shipping .form-list li {margin-bottom:10px;}
.cart .shipping .form-list li input {width:268px;}
.cart .shipping .form-list li select {width:278px;}

/* Shopping Cart Totals */ 
.cart .totals { float:right; width:438px; background:#f9f9f9; border:1px solid #ddd; padding:10px 0 50px 0; color:#000; }
.cart .totals table { width:100%; margin:7px 0; }
.cart .totals td { padding:1px 15px 1px 7px; }
.cart .totals tr.last td {}
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
.cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-size:15px; color:#000;}
.cart .totals .checkout-types { font-size:13px; padding:8px 15px 0; text-align:right; }
.cart .totals .checkout-types li { clear:both; margin:5px 0 10px 0; }
.cart .totals .checkout-types a{color:#114EA6;}

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.truncated { cursor:help; color:#000;}
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; top:9px; }
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #f0f0f0; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:30px; top:7px; }
.col-right .truncated .show .item-options  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0 1em; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.please-wait { float:right; margin-right:5px; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* Tooltip */
.tool-tip { border:1px solid #f0f0f0; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages {margin-bottom:5px;}
.gift-messages-form { border:1px solid #f0f0f0; padding:10px; }
.gift-messages-form li.wide textarea {max-width:255px;}
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 {}
.gift-messages-form .whole-order {}
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name {}

.gift-message-link { display:block; background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/bkg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

.form-alt li {padding-bottom:10px; overflow:hidden;}
/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #f0f0f0; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #f0f0f0; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

/* Generic Info Set */
.info-set {}
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress {margin:0 0 0 10px;}
.sidebar .block-progress .block-content {padding:0px;}
.sidebar .block-progress .block-title {}
.sidebar .block-progress .block-title strong {font-weight:600;}
.block-progress dt { font-size:12px; color:#303030; border-top:1px solid #e2e2e2; padding:10px 0px 10px 10px;}
.block-progress dt:first-child {border-top:none;}
.block-progress dt.complete,
.block-progress dd.complete { border-top:1px solid #e2e2e2; margin-top:-1px; }
.block-progress dd.complete {padding:10px; }

.checkout-onepage-index .main{width:980px; margin:0 auto;}
.checkout-onepage-index .page-title {}
.checkout-onepage-index .col-main {width:720px; margin-top:0px;}
.checkout-onepage-index .col-right{width:260px; margin-top:38px;}

.opc .buttons-set { margin-top:0; padding-top:5px; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
.opc .buttons-set .back-link small { display:none; }
.opc .buttons-set .back-link a { background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/i_arrow-top.gif) 0 50% no-repeat; padding-left:16px; }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
.opc .ul { list-style:disc outside; padding-left:18px; }

.opc { position:relative; }
.opc { border-bottom:1px solid #ddd; position:relative; }
.opc li.section { border:1px solid #ddd; border-bottom:0; }
.opc li.section button.button {}
.opc li.section .bg-button {background:#343434;}

.opc .step-title { padding:7px 20px; text-align:right; }
.opc .step-title .number { float:left; line-height:normal; font-weight:bold; width:18px; height:18px; margin-right:10px; text-align:center; line-height:18px; border:1px solid #727272; color:#303030; }
.opc .step-title h2 { float:left; font-weight:bold;  font-size:12px; color:#000; margin-bottom:0; padding-top:3px; }
.opc .step-title a { display:none; float:right; }

.opc .allow .step-title {  cursor:pointer; }
.opc .allow .step-title .number { background:#fff; border-color:#000; color:#000; }
.opc .allow .step-title h2 { }
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title { padding-bottom:5px; color:#000; cursor:default; border-bottom:1px solid #ddd; }
.opc .active .step-title .number {  color:#fff; background:#000; border-color:#000; }
.opc .active .step-title h2 { }
/*.opc .active .step-title a { display:none; }*/

.opc .step {  padding:15px 30px; position:relative; background-color: #EFEFEF; }
.opc .step .tool-tip { right:30px; }

#opc-login .buttons-set { border-top:0; }
#opc-login h3 { font-size:13px; border-bottom:1px solid #e4e4e4; padding-bottom:2px; }
#opc-login h4 { font-size:11px; font-weight:bold; margin:0; color:#2f2f2f; }

#opc-shipping_method .buttons-set { border-top:0; }
.opc .gift-messages-form { margin:0 -30px; background:#f6f1eb; border:1px solid #e9e4de; border-width:1px 0; padding:22px 24px 22px 30px; }
.opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }

#opc-review .step { border:0; padding:0; }
#opc-review .product-name { font-weight:bold; color:#0a263c; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { padding:20px 30px; border:1px solid #d9dde3; border-width:0 1px 1px; }
#opc-review .buttons-set p { margin:0; line-height:40px; }
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
#opc-review .authentication { margin:0 auto; width:570px; }
#opc-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }

#onepage-guest-register-button { padding-top: 5px; }
#onepage-guest-register-button span { background-position: 162px 5px, 0 0;  }
#onepage-guest-register-button span span { width: 150px; }

#onepage-login-button { margin-left: 8px; }
#onepage-login-button span { background-position: 84px 5px, 0 0;  }


#checkout-step-login .col2-set .col-2 { border-left: 1px solid #ccc; padding-left: 5px; }
#checkout-step-login .f-left { padding-top: 7px;}

.radio-label { margin-left: 5px; margin-right: 5px; }

#co-shipping-method-form li { padding-top: 5px; }

#checkout-step-payment dt { padding-top: 5px; }

.street2 { margin-left: 132px; margin-bottom: 10px; }
.taxvat { margin-bottom: 10px; }

input:focus { border: 1px solid #515050 }

#co-comment-form .form-list label { width: 650px; }

#login-form .form-list .input-box { width:263px; }
#login-form .validation-advice { margin: 5px 0 0; }

#co-shipping-form .shipping-address-select { width: 650px; }

#co-billing-form .billing-address-select { width: 650px; }


/* Account Login/Create Pages ============================================================ */
.account-login .content { min-height:320px; border:1px solid #ddd; border-bottom:0; }
.account-login .content h2 { padding:0 22px; margin:0; background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.gif) repeat-x 0 -60px; height:26px; line-height:26px; font-size:13px;font-weight:bold;     }
.account-login {width:800px; margin:50px auto 20px auto;}
.account-login .new-users {}
.account-login .registered-users {}
.account-login .buttons-set { border:1px solid #ddd;  margin:0; padding:8px 13px;  }
.account-login p{padding:15px 20px 0 20px;}
.account-login .form-list{padding:10px 20px 0 20px; }

.account-create {width:800px; margin:50px auto;}
.customer-account-forgotpassword .col-main{width:800px; margin:0 auto;}
/* Account Login/Create Pages ============================================================ */


/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

.remember-me label {}
.remember-me-popup {}
.remember-me-popup h3 {}
.remember-me-popup .remember-me-popup-head {}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close {}
.remember-me-popup .remember-me-popup-body {}
.remember-me-popup .remember-me-popup-body a {}
/*==================== Remember Me Popup =============================================== */

/*==================== Wishlist Form ========================================== */
#wishlist-view-form #wishlist-table textarea {min-height:150px; min-width:280px; max-width:280px; max-height:170px;}
#wishlist-view-form #wishlist-table a {display:inline-block; margin-bottom:5px;}
#wishlist-view-form #wishlist-table p,
#wishlist-view-form #wishlist-table button.button {margin-bottom:5px;}
#wishlist-view-form .buttons-set.buttons-set2  button.button{margin-right:20px;}
/*=====================  End  ================================================== */

/* My Account ============================================================================= */
.my-account{font-size:11px;}
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard .welcome-msg { margin:0 8em 1.5em 0; }
.dashboard .welcome-msg p { margin:0; }
.dashboard .col2-set { margin:0 0 15px; }

/* General Box */
.box-account {  border:1px solid #ccc; border-color:#ddd; padding:15px; margin: 0 0 20px; }
.box-account .box-head { border-bottom:1px solid #d9dde3; margin:0 0 10px; text-align:right; }
.box-account .box-head h2 { float:left; margin:0; font-size:13px;  text-transform:uppercase; background-image:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.gif); background-repeat:no-repeat; padding-left:21px; color:#e65505; }

.dashboard .box .box-title { background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.gif) 0 -1516px repeat-x; padding:0 0 2px; margin:0 0 8px; text-align:right; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; font-size:13px; font-weight:bold; margin:0; }

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 { background-position:0 -1541px;  }

/* Block: Account Information */
.dashboard .box-info .box-head h2 { background-position:0 -1581px;  }
.dashboard .box-info h4 { font-size:11px; font-weight:bold; text-transform:uppercase; }

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 { background-position:0 -1621px; }
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-reviews .details { margin-left:20px; }
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews li.item.last { margin:0; }
.dashboard .box-reviews .ratings { margin:7px 0 0; }

/* Block: Tags */
.dashboard .box-tags .box-head h2 { background-position:0 -1661px; }
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-tags .details { margin-left:20px; }
.dashboard .box-tags li.item { margin:0 0 7px; }
.dashboard .box-tags li.item.last { margin:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */

/* Address Book */
.addresses-list h2 {  font-size:13px; color:#e26703; text-transform:uppercase; }
.addresses-list h3 {  font-size:13px; }
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a { font-weight:bold; }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item {  border:1px solid #ccc; padding:10px 13px; margin:0 0 10px; }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { font-weight:bold; }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

/* Order View */
.order-info { background:#efefef; border:1px solid #d0cbc1; padding:4px 8px; margin:0 0 8px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current { font-weight:bold; }
.order-info li { margin:0 3px; }

.order-date { margin:10px 0; }

.order-info-box { border:1px solid #ddd; padding:12px 15px; margin:0 0 15px; }
.order-info-box h2 { font-weight:bold; font-size:13px; }
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

.order-items { width:100%; overflow-x:auto; }
.order-items h2,
.order-items h3 { clear:none; font-weight:bold; font-size:13px; padding:0; margin:0 0 5px; color:#0a263c; }
.order-items .product-name { font-size:1em !important; font-weight:bold !important; }
.order-items .link-print { color:#1e7ec8; font-weight:normal; }
.order-items .order-links { text-align:right; }

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 { font-size:16px; font-weight:bold; }
.page-print h2,
.page-print h3 { font-size:13px; font-weight:bold; }
.page-print h2.h2 { font-size:16px; font-weight:bold; }
.page-print .order-date { background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Wishlist */
.my-wishlist .data-table td { padding:10px; }
.my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }
.my-wishlist textarea { display:block; width:97%; height:109px; }
.my-wishlist .buttons-set { margin-top:2em; }
.my-wishlist .buttons-set button.button { float:none; }
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span { border-color:#406a83; }
#wishlist-table .add-to-links { white-space:nowrap; }

/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:4px 0 0 5px; }
#my-tags-table { clear:both; }
#my-tags-table td { padding:10px; }
#my-tags-table .add-to-links { white-space:nowrap; }

/* My Reviews */
#my-reviews-table td { padding:10px; }

.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }

/* Billing Agreements */
.billing-agreements .info-box{ margin:15px 0; }
.billing-agreements .form-list li select { float:left; }
.billing-agreements .form-list li button.button { float:left; margin-left:10px; }
.billing-agreements .table-caption { font-weight:bold; font-size:13px; }
/* ======================================================================================= */


/* MAP Popup============================================================================== */
.cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
.map-cart-sidebar-total { color:red; display:block; font-size:10px; font-weight:bold; text-align:left; padding:2px 5px; text-shadow:0 1px 0 #fff; }

.map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
.map-popup-heading { background:#d9e5ee; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
.map-popup-heading h2 { font-size:16px; margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
.map-popup-arrow { background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:8px; right:10px; height:15px; width:15px; text-indent:-9999em; -moz-box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999; box-shadow:0 0 3px #999; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
.map-popup-checkout { display:inline; float:right; text-align:right; }
.map-popup-checkout span { display:block; padding-right:30px; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:0; }
.map-popup-price { margin:5px 0 0; }
.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #ddd; }
/* ======================================================================================= */

/* Footer ================================================================================ */
.footer-container {margin:30px 0 10px 0; background:#fff;}

.footer { 
  padding:8px 0 28px 0;  
  font-size:11px; 
  line-height:normal; 
  color:#000; 
  /* border: 1px solid #EAEAEA; */
}

.footer-links {overflow:hidden; border-bottom:1px solid #d4d4d4; padding-bottom:14px; margin-bottom:15px;}
.footer p { text-align:right; }
.footer address { text-align:center; margin-bottom:5px; }
.footer ul li {  padding-right:18px; }
.footer ul li a { display:inline-block; position:relative; overflow:hidden;}
.footer ul li a span {display:block; height:1px; bottom:0; width:0; position:absolute; left:50%; background:#5e8b03;}
.footer .footer_top{margin-bottom:10px;}
.footer-container .bottom-container { text-align:center; }
.footer .footer_bottom{width:100%; text-align:center;}
.footer .original-footer{margin:0 auto; text-align:center;}
.footer .original-footer ul, .footer .original-footer ul li{display:inline;}
.footer .footer_bottom .payment_icons{margin:0 auto; padding:10px 0 8px 0; }
/* footer CMS Links */
.footer_block{margin:1px; padding:10px; line-height:1.2; font-size:11px;  padding:0 0 15px 0; margin:10px 0; width:100%; float:left; }
.footer_block .mar_t2{width:30%; float:left; text-align:left; padding-left: 30px;}
.footer_block .mar_t2 span{font-weight:bold; font-size:13px; }
.footer_block .mar_t1{margin-top:5px;}

.footer_block .mar_t1 li { 
  text-align:left;  
  /*background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.gif) no-repeat 0 -845px;*/ 
} 

.footer_block .mar_t1.service li {  
  border-bottom: 1px solid #D7D7D7;  
} 

.footer_block .mar_t2.service li {  
  border-bottom: 1px solid #D7D7D7;  
} 



.footer_block .mar_t1 li a{color:#333; line-height:20px; font-size:11px;}
.footer address{font-size:12px; text-align:center;margin-top:10px; color:#000;}
/* Footer Community Block */
.community-block{padding:10px 0; float:left; width:23.5%;}
.community-block ul li{float:left; padding:0; }
.community-block ul li a{text-indent:-10000px; display:block;background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/social_buttons.gif) no-repeat 0 0; padding-right:5px;width:32px; height:32px; }
.community-block ul li a:hover{ opacity: 0.8; filter: alpha(opacity=80); }
.community-block ul li.community-title{padding-right:5px; float:none; display:block; margin-bottom:10px;}
.community-block ul li.community-title span{font-size:13px; font-weight:bold;}
.community-block ul li.i-blog a{ width:194px; height:27px; }
.community-block ul li.i-twitter a{background-position:0 -32px}
.community-block ul li.i-facebook a{background-position:0 0;}
.community-block ul li.i-youtube a{background-position:0 -64px;}
.community-block ul li.i-flickr a{background-position:0 -96px;}
.community-block ul li.i-rss a{background-position:0 -128px;}
 

/* Home Product List ======================================================================*/
.home-list li.item{width:165px; height:330px; display:inline; float:left; position:relative; margin-left:22px; }

.home-list li.itemproduct{width:225px; height:310px; display:inline; float:left; position:relative; margin-left:20px; }


.home-box { 
  height:auto; 
  overflow:hidden; 
  padding:1px 0 0 1px; 
  position:relative; 
  border-color:#ddd #ddd #ddd; 
  border-style:solid; 
  border-width:1px;
  border-radius: 5px; 
  margin-top:10px;
  margin-bottom:10px;
}
 
.home-box .catalog-listing{height:auto; margin:0; overflow:hidden; padding:12px 0 0 3px; position:relative; border-bottom:1px solid #ddd;}
.home-box .home-product-img{height:122px; width:157px; position:relative; text-align:center; vertical-align:middle; overflow:hidden; display:table-cell;}
.home-box .home-product-img a{border:0px solid #e5e5e5; display:block; height:120px; overflow:hidden; padding:0; vertical-align:middle; width:155px; }
.home-box .home-product-img a:hover{border-color:#ff5a00}
.home-box .head{ height: 26px; line-height: 26px; text-align: left; border-bottom: 1px solid #d7d7d7; }
.home-box .head span{background: url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.gif") no-repeat scroll 14px -1143px transparent; color: #333;  display: inline-block; font-size: 13px; font-weight: bold;height: 25px; line-height: 25px; text-indent: 22px;}
.home-box .other-info{margin-top:8px;}
.home-box .other-info .product-name{height:43px; overflow:hidden; line-height:14px;}
.home-box .in-category{color:#1c6cbe; text-decoration:underline;}
.home-box .price-box p, .home_viewed_content .price-box p, .products-grid .price-box p{display:inline;}
.price-box p.price-from, .price-box p.price-to{display:block;}
.home-box .price-box .special-price, .home_viewed_content .price-box .special-price, .products-grid .price-box .special-price{padding-left:13px;}
.home-box .product-other-info .percent-off{display:none;}
.home-box .product-name{font-size:12px; padding-top:5px;}
.cms-page-view .home-list li.item{margin-left:10px;}
.home-box .see_more{text-align:right; color:#114EA6; float:right; margin-right:15px;}
.home-box .head span{float:left;}

.home-list li.itemproduct {
    display: inline;
    float: left;
    height: 310px;
    margin-left: 20px;
    position: relative;
    width: 223px;
}

/* Home Before Footer */
.before_footer {
  margin:0;
  border-left:1px solid #d7d7d7;
  border-top:1px solid #d7d7d7;
  border-right:1px solid #d7d7d7; 
  border-bottom:1px solid #d7d7d7;
  border-radius: 5px;
}

.before_footer .home_viewed_block .head{ border-bottom: 1px solid #d7d7d7;  height: 27px; line-height: 27px; text-align: left;}
.before_footer .home_viewed_block .head span{ background: url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.gif") no-repeat scroll 14px -1143px transparent; color: #333; display: inline-block; font-size: 13px; font-weight: bold; height: 25px; line-height: 25px; text-indent: 22px; }
.before_footer .home_viewed_content{height:273px; padding:12px 10px 0 10px; overflow:hidden; }
.before_footer .home_viewed_block{width:446px; float:left; border-right:1px solid #d7d7d7;}
.before_footer .home-box{width:550px; float:right; border:0;margin:0; }
.before_footer .home-box .catalog-listing{border-bottom:0; height:273px;}
.before_footer .home-list li.item {margin-left:18px;}
.before_footer .home-box .head span{ background:none; }
.before_footer .home_viewed_block .item_image{border:1px solid #ccc; float:left; width:45px; height:45px; margin-right:15px;}
.before_footer .home_viewed_block .other_info{float:left; width:360px;}
.before_footer .home_viewed_block .item_list{height:59px; overflow:hidden;}
.before_footer .regular-price .price{color:#000}
.before_footer .home_viewed{height:233px; overflow:hidden;} 

/* Home Banners */
.home-banners{display:block; margin-top:10px; width:100%;}
.home-banners li{float:left; padding-right:10px}
.home-banners li.banner3{padding-right:0;}
.home-banners li.banner2{display:none;}

/* Home Page Slide Show ===================================================================*/
.top-banners{width:763px; float:left; /* border: 1px solid #DDDDDD; border-radius: 5px 5px 5px 5px; */ margin-bottom: 10px; }

#slider { 
    position: relative;
    height: 295px;
    width: 750px;
    z-index: 0;
    overflow: hidden;
	  margin-bottom:10px;    
    border: 1px solid #dddddd;
    border-radius: 5px;
}
div.scroller { 
    height:265px;
    width: 750px;
    overflow: hidden;
    position: relative; 
	  z-index:0;
}
div.slidercontrolwr {
    position:absolute;
    right:8px;
    bottom:8px;
    z-index:1;    
}
div.scroller img{
    border: none;
}
div.scroller div.sectionslide {  
    height:265px;
    overflow:hidden;
    float:left;
}
div.scroller div.content {
    width: 10000px;
    padding: 0px;
}
.content .sliderdescription{
    padding: 0px 10px;
    position:relative;
    top:-30px;
    color: #000;
    font: 11px bold Helvetica, sans-serif;
}   
.content .sliderdescription p{ line-height: 20px; text-align: center; }
div.sliderdescription:hover{ background: #fff; }
.content a { text-decoration: none; color: #000; }
.content a:hover { text-decoration: underline; }

.slidercontrol { }
.slidercontrol a {
    float: left;
    padding: 0;
	line-height:1.25em;
    margin: 0 1px;
    text-decoration: none;
    color: #999;
    font-weight: bold;
    overflow: hidden;   
    text-align: left;
	background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/banner_off.png) no-repeat;
	height:13px;
	width:13px;
	display:block;
	text-indent:-10000px;

}   
.slidercontrol a:hover,
.slidercontrol a.active { color: #000; background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/banner_on.png) no-repeat; }

/* Scroll Top and Bottom ======================================================================================= */

.nav_up {
	position:fixed;
	background:transparent url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/gotop.gif) no-repeat 0 0;
	width:18px;
	height:10px;
	top:286px;
	opacity:0.7;
	right:15px;
	white-space:nowrap;
	cursor: pointer;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

.nav_down {
	position:fixed;
	background:transparent url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/gotop.gif) no-repeat 0 -11px;
	width:18px;
	height:10px;
	top:300px;
	opacity:0.7;
	right:15px;
	white-space:nowrap;
	cursor: pointer;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

.nav_up:hover, .nva_down:hover, .nav_up.hoverClass, .nav_down.hoverClass{opacity:1; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100)  }


/* ============================================================================================================*/

.jcarousel-skin-tango .jcarousel-container {

}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 183px;
	padding:0 0 0 25px;

}


.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  164px;
}


.jcarousel-skin-tango .jcarousel-item {
    width: 164px;

}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 10px;
	padding-top:20px;

}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}


.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 80px;
    right: 5px;
    width: 15px;
    height: 19px;
    cursor: pointer;
    background: transparent url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/special_arrow.gif) no-repeat -15px 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/special_arrow.gif);
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus {

}



.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -15px -20px;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 80px;
    left: 5px;
    width: 15px;
    height: 19px;
    cursor: pointer;
    background: transparent url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/special_arrow.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/special_arrow.gif);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {


}



.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: 0 -20px;
}


/* Home Page Special Block */
.special-box{height:291px; width:208px; float:right; position:relative; border:1px solid #ddd; border-radius: 5px; display: none;}
.special-box.home-box{margin-top:0;}
.dealsoff{position:absolute; width:112px; height:35px; background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/offbg.png) no-repeat; top:55px; right:-10px; padding-left:22px; color:#fff; font-weight:bold; z-index:5;}
.percent-off{display:none;}
.cms-index-index .special-box .percent-off{display:block; top:29px;  position:absolute; z-index:6; color:#fff; font-weight:bold; font-size: 9px; margin-left:96px; width:20px; line-height:15px;}
.special-price .price-label, .old-price .price-label{ display:none; }
.special-price .price{ color: #FF5A00; font-size: 12px; font-weight: bold; }
.special-price .price-including-tax .price { font-weight:bold; font-size: 14px; }
.cms-index-index .special-box .buyLinks{display:block; top:34px;  position:absolute; z-index:6; color:#fff; font-weight:bold; margin-left:136px; width:50px; line-height:19px; height:22px; text-indent: -10000px; }



/* CL NEWS EXTENSION CSS */
.news-item {
    margin:0 0 15px 0;
}

.news-item span.date {
    font-size:90%;
}

.news-item-comment form {
    margin:20px 0px 0px;
    display:block;
    clear:both;
}

.prev {
    float:left;
    margin:4px 12px 5px 0;
}

.date {
    color:#999999;
    font-size:11px;
	float:left;
}

.news-item .date{float:none;}

.clearing {
    clear:both;
    font-size:1px;
    height:1px;
    line-height:1px;
}

.comment-item {
    margin:10px 0 0 0;
}

.comment-item .username {
    font-size:12px;
    margin:0px;
    color:#1E7EC8;
    display:inline;
}

.block.news-categories {
    border: 1px solid #C4C1BC;
    margin: 0 0 15px;
}

.block.news-categories .block-title {
    background: #efefef;
    border-bottom: 1px solid #DDDDDD;
    padding: 2px 9px;
}

.block.news-categories .menu-categories {
    margin:0px;
    padding: 5px 9px;
}

.block.news-categories .menu-categories h5, .menu-categories ul li{
    font-size:11px;
    margin:0px;
}

.block.news-categories .block-title strong {
    color: #E26703;
    display: block;
    font: bold 12px/16px Arial,Helvetica,sans-serif;
    min-height: 16px;
    padding: 1px 0;
    text-transform: uppercase;
}

.news {
    text-align:justify;
    }


.news-item {
    clear:both;
    padding-bottom:20px;
    }
.news_image {
    float:left;
    margin:3px 10px 5px 0px;
    }
.news-item .description {
    text-align:justify;
    }
.news-item .description p {
    display:inline;
    margin:0px;
    }
.news-item .comment {
    float:right;
    font-size:11px;
    padding-top:5px;
    }
.social {
    padding-top:0;
    height:35px;
    }
.social .google_button {
    float:left;
    width:80px;
    overflow:hidden;
    }
.social .fb-like {
    float:left;
    }

.news-item-comment {
    clear:both;
    padding-bottom:20px;
    }
.news-item-comment p.required {
    text-align:left;
    }
.news .loadfile {
    text-align:right;
    }
.news .loadfile a {
    background: url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.gif) 0px -1781px no-repeat;
    padding:1px 0 0 20px;
    }
#postComment label {
    float:left;
    width:80px;
    }
#postComment .input-box {
    padding-bottom:9px;
    }
#postComment input[type="text"] {
    width:200px;
    }
label .required {
    color:red;
    }
#postComment .validation-advice {
    margin-left:80px;
    }
#postComment .button-set {
    padding-left:80px;
    }

#comment_block .comment-item div {
    padding-left:40px;
    }

/*-- pager --*/
.news-item-comment .pager {
    background:none;
    margin-top:20px;
    padding-top:10px;
    text-align:left;
    }
.news-item-comment .pager span {
    cursor:pointer;
    border:1px solid #dadfe0;
    float:left;
    height:19px;
    width:20px;
    text-align:center;
    margin-right:6px;
    line-height:19px;
    }
.news-item-comment .pager span.current {
    cursor:default;
    background:#f6f6f6;
    }
.news-item-comment .pager span:hover {
    background:#f6f6f6;
    }
.news-item-comment .pager #prev,
.news-item-comment .pager #next {
    border:none !important;
    background:none !important;
    padding:0px !important;
    margin:0px !important;
    width:auto !important;
    }
.news-item-comment .pager .prev,
.news-item-comment .pager .next {
    width:auto;
    padding:0 5px;
    margin-top:0px;
    }
/*-- /pager --*/
.print-btn {
    float:right;
    background: url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.gif) 0px -1741px no-repeat;
    padding-left:20px;
    }
#clloader {
    position:absolute;
    margin-left:333px
    }
.tags {
    background: url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.gif) 0px -1701px no-repeat;
    padding-left:20px;
    }

.all-news-item, .news-item-block{border:1px solid #ddd; padding:10px;}


/* ======================================================================================= */


/* =============== Custom Menu =======================================*/



#custommenu {

  font-size: 14px;
  padding: 0;
	text-align:left;
	position:relative;
	width:220px;
	display:none;
	font:0.75em Verdana,Geneva,sans-serif;
	color:#000;
	border-bottom:3px solid #eaeaea;
	border-radius:0 0 3px 3px;
	z-index:1000;

}

#custommenu a.level1 {color:#111; font-size:12px; font-weight: bold; padding:10px 0 0 0;}
#custommenu a.level2{color:#444; font-size:11px; padding:6px 0 0 10px; background: url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.gif") no-repeat scroll 0 -139px transparent; }
#custommenu a.level3{color:#444; font-size:10px; padding:6px 0 0 10px; background: url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.gif") no-repeat scroll 0 -1885px transparent; }
div.menu .parentMenu a{font-size:12px; font-weight:normal; color:#333; font-weight:bold; display:block; height:30px; width:198px;}
div.menu .parentMenu a:hover{color:#666;}
a.itemMenuName.level1{background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/menu_bg.jpg) no-repeat 0 5px !important; }
/* a.itemMenuName.level1.item1{background:none;} */
.itemSubMenu.level1{padding-top:4px;}
.wp-custom-menu-popup a:hover{text-decoration:underline;}

.nav-hover#custommenu, .show_menu .force#custommenu{display:block;}

#sidenav{width:220px; position:absolute; margin-top: 0px;}

#topnav {
  /*background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.gif) repeat-x 0 -200px #18579d;*/ 
  float: left;
  height: 30px;
  margin-left: 358px;
  margin-top: -120px;
}  


#topbg-right { 
  float: right;
  height: 75px;
  width: 380px;
  padding-top: 2px;  
}

#topbg-right a {
  float: left;
  padding-top: 7px;
} 

#topbg-right ul {
  float: left;
  margin-left: 71px;
  padding-top: 9px;
  list-style: none;
} 

#topbg-right li {
  padding: 1px 4px;
}

#topbg-right .support {
  color: #000;
  font-size: 16px;
  font-weight: bold;
}

#topbg-right .supporttext {
  font-size: 16px;
  font-weight: bold;
}

#topbg-right .supporttext a {
  color: #e3000b;
  float: none;
}

#sidenav_header{height:30px; }

#topnav ul li{
  display:block; 
  padding:0 10px; 
  line-height:30px; 
  height:30px; 
  float:left; 
  /*background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.gif) no-repeat right -880px;*/ 
}

#topnav ul li a{text-decoration:none; color:#000; font-size:12px; font-weight:normal; display:block; height:30px; text-shadow: #c0c0c0 1px 1px 2px; }
#topnav ul li a:hover{ background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.gif) no-repeat center -914px  }
#sidenav_header a{color:#fff; font-weight:bold;font-size:14px; text-decoration:none; line-height:30px; padding-left:8px; background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.gif) no-repeat 190px -88px #666; height:30px; display:block; border-radius:3px 3px 0 0;}

#topnav ul li.top-link1 a span {
  background:url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.gif") no-repeat scroll 0 -145px transparent;
  padding-left:10px;
}

#topnav ul li.top-link2 a span {
  background:url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.gif") no-repeat scroll 0 -145px transparent;
  padding-left:10px; 
}

#topnav ul li.top-link3 a span {
  background:url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.gif") no-repeat scroll 0 -145px transparent;
  padding-left:10px; 
}

#topnav ul li.top-link4 a span {
  background:url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.gif") no-repeat scroll 0 -145px transparent;
  padding-left:10px; 
}

#topnav ul li.top-link5 a span {
  background:url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.gif") no-repeat scroll 0 -145px transparent;
  padding-left:10px; 
}

#topnav ul li.top-link5 {
  background:url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.gif") no-repeat scroll 0 -138px transparent;
  padding-left:10px; 
}

#topnav ul li.top-link5 a {
  color: #FF5A00;
}

#topnav ul li.last a span{background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.gif) no-repeat -7px -1121px; padding-left:20px; }


div.menu {
	position:relative;
	width:218px;
	border:1px solid #ddd;
	border-top:1px solid #f8f8f8;
	height:30px;
	z-index:1000;
	background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/other_sprites.gif) repeat-x 0 -50px;
	line-height:30px;
}

div.menu .parentMenu{background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/menu_arrow_bg.gif) no-repeat  -1px -118px #eaeaea; }

div.menu .parentMenu a{width:219px; text-indent:7px; font-weight:normal; /* background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/categories_ico.gif) no-repeat 0 0; */ }

#menu316 .parentMenu{background: #eaeaea; }
#menu316 .parentMenu a:hover{background-color:#fff;}
#menu316 .active .parentMenu{background-color:#fff;}
#menu281 .parentMenu{background: #eaeaea; }
#menu281 .parentMenu a:hover{background-color:#fff;}
#menu281 .active .parentMenu{background-color:#fff;}

 
div.menu.top2 .parentMenu a{background-position:0 -30px;}
div.menu.top3 .parentMenu a{background-position:0 -60px;}
div.menu.top4 .parentMenu a{background-position:0 -90px;}
div.menu.top5 .parentMenu a{background-position:0 -120px;}
div.menu.top6 .parentMenu a{background-position:0 -150px;}
div.menu.top7 .parentMenu a{background-position:0 -180px;}
div.menu.top8 .parentMenu a{background-position:0 -210px;}
div.menu.top9 .parentMenu a{background-position:0 -240px;}
div.menu.top10 .parentMenu a{background-position:0 -270px;}
div.menu.top11 .parentMenu a{background-position:0 -300px;}
div.menu.top12 .parentMenu a{background-position:0 -330px;}
div.menu.top13 .parentMenu a{background-position:0 -360px;}
div.menu.top14 .parentMenu a{background-position:0 -390px;}
div.menu.top15 .parentMenu a{background-position:0 -420px;}
div.menu.top16 .parentMenu a{background-position:0 -450px;}
div.menu.top17 .parentMenu a{background-position:0 -480px;}
div.menu.top18 .parentMenu a{background-position:0 -510px;}

/* div.menu.top15 .parentMenu a span {background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/other_sprites.gif) no-repeat right 0; padding-right:23px;} */


div.menu.act {
}
div.menu.active {

	z-index:1001;
	border:1px solid #cdcdcd;
	border-right:0;
	width:220px;
	
}

div.menu.active .parentMenu{background-color:#fff;}

div.wp-custom-menu-popup {
  position:absolute;
  z-index:500;
  border-top:1px solid #cdcdcd;
	border-bottom:1px solid #cdcdcd;
	border-right:1px solid #cdcdcd;	
  box-shadow: 4px 3px 5px 0 #D7D7D7;
  display: none;
  background-color:#fff;
  text-align:left;
  min-height: 504px;
}


div.wp-custom-menu-popup {
    padding: 3px 6px 3px 6px;
    margin-top: -1px;
}


div.menu a, div.wp-custom-menu-popup a {
    text-decoration: none;
    display:block;
}
div.wp-custom-menu-popup a.actParent {
    color: #4D4D4D;
}
div.wp-custom-menu-popup a.act {
    color: #A52A2A;
}
div.column {
    float:left;
    width:184px; /* column width */
    padding:4px;
	  border-right:1px solid #efefef;
}

div.column.last{border-right:1px solid #fff;; }

div.itemSubMenu {
    margin-bottom: 6px;
    margin-left:4px;
}

a.itemMenuName { height:auto !important; text-indent: 0px !important; width: 178px !important; }
.itemMenuName .level1 .item1 { margin-bottom: 30px !important; }
.itemMenu  { line-height: 14px !important; }
.itemMenuName span { background: none repeat scroll 0 0 transparent !important; }


.clearBoth {
    clear:both;
}

/* Easy Tab */
/********************** Tabs */
.tabs { margin: 0 0 0 0; overflow:visible; border-bottom:1px solid #D7D7D7; zoom: 1; height:30px;}
.tabs li                { float:left; border-top:1px solid #d7d7d7; border-right:1px solid #d7d7d7; border-left:1px solid #d7d7d7; font-size:0.9em; background: #efefef; margin-right: 8px; }
.tabs li.first          { /* border-left:0; */ }
.tabs li.last           { /* border-right:0; */ }
.tabs a                 { display:block; padding:5px 10px 6px 30px; color:#444; text-decoration: none; font-size:12px;}
.tabs a:hover           { background-color:#fff; text-decoration:none; color:#444; ; text-decoration: none; }
.tabs li.active a,
.tabs li.active a:hover { /* background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.gif) repeat-x 0 -1286px #dcdcdc; */ background-color:#fff; font-weight:normal; color:#000; border-bottom: 1px solid #ffffff; }
.product-collateral .padder{border: 1px solid #d7d7d7; border-top:0; padding:20px 15px 10px 15px; font-size:14px; border-radius: 0px 0px 5px 5px; /* box-shadow: 1px 1px 4px #D7D7D7; */ min-height: 440px; }
.product-collateral .padder h3 { font-size: 15px; line-height: 2.25; color: #333; }
.product-collateral .padder h4 { font-size: 14px; }
.product-collateral .padder .box-collateral{border-bottom:0; margin-bottom:0; padding-bottom:0;}

#product_tabs_tags_tabbed_contents.input-box input	{ width: 300px; }
#product_tabs_tags_tabbed_contents .input-box	{ width: 300px; float:left; margin-right: 10px;}
#product_tabs_related_tabbed_contents li	{ float:left; margin-right: 10px;}
#product_tabs_related_tabbed_contents ol	{ clear: both;}
.product-collateral:after { content:"."; display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; zoom: 1}
.product-collateral { padding-top: 10px; }
#product_tabs_review_tabbed_contents h3{padding-top:0; font-size:12px; color:#000; font-weight:bold;}
#product_tabs_review_tabbed_contents h4{font-size:12px; font-weight:normal; }
#product-review-table.data-table{width:55%;}
#product-review-table.data-table th {font-weight:normal; width:16%; }
#product-review-table.data-table thead th{background:#E5DCC3; color:#000;}
#product-review-table.data-table tbody{background:#F8F7F5}
#product_tabs_review_tabbed_contents .form-list{margin-top:20px;}
#product_tabs_review_tabbed_contents .buttons-set button.button{float:none;}
#product_tabs_review_tabbed_contents .head strong{color:#FF5A00; font-size:14px; font-weight:bold; }
#product_tabs_review_tabbed_contents .head{border-bottom:1px solid #E5DCC3}
#product_tabs_review_tabbed_contents ol li{margin:15px 0;  padding-bottom:15px; border-bottom:1px solid #ddd;}
#product_tabs_review_tabbed_contents ol li strong{color:#000;}
#product_tabs_review_tabbed_contents .ratings-list{font-weight:bold; font-size:10px; margin:8px 0;}
#product_tabs_review_tabbed_contents .ratings-list tr{height:18px;}
#product_tabs_review_tabbed_contents .ratings-list td{padding:0 8px 0 0;}
#product_tabs_review_tabbed_contents .ratings-list .rating-box{margin:0;}
#product_tabs_review_tabbed_contents h2 {color:#FF5A00; margin-bottom:5px;}


/* Featured Categories */
/**
 * SFC - Featured Catagories Extension
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to support@storefrontconsulting.com so we can send you a copy immediately.
 *
 *
 * @package    SFC_FeaturedCategories
 * @copyright  (C)Copyright 2010 StoreFront Consulting, Inc (http://www.StoreFrontConsulting.com/)
 * @author     Adam Lundrigan
 */ 

.featured-cat {
	float: left;
	display:inline;	
	margin:10px 10px 0 10px;
  min-height: 270px;
  width: 234px;
}

.featured-cat-right {
	float: right;
	margin: 0px;
}

.featured-cat .cat-image {
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}

.featured-cat .cat-image img {


}

.featured-cat .cat-image a{border:0px solid #ccc; display:block; }
.featured-cat .cat-image a:hover{border:0px solid #ff5a00;}

.featured-cat .cat-title {
  
}

.featured-cat .cat-title a,
.featured-cat .cat-title a:hover
{
	padding:2px 0 6px 0;
	font-size:13px;
  font-weight: bold;
	display:block;
}

.featured-cat ul {
	list-style-type: none;
	padding: 3px 0px 0px 4px;
	margin: 0px;
	line-height:14px;
} 

.featured-cat ul li{line-height:16px;}

.featured-cat li.subcat-title a {
	color: #333;
	font-size:12px;
	text-decoration:none;
	padding-left:7px;
	background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.gif) no-repeat 0 -145px;
}

.featured-cat li.subcat-title a:hover{text-decoration:underline; color:#000;}


.featured-cat-content{   
    /* background: url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/focal_bg.png") repeat scroll 0 0 transparent; */
    height: 265px;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.featured-cat-block {
  border:1px solid #ddd;
  border-radius: 5px; 
  padding-top:1px; 
  margin-bottom: 10px;
  float:left; 
  width:763px; 
  height:310px; 
  overflow:hidden;
}

.featured-cat-title{
    height: 26px;
    line-height: 26px;
    text-align: left;
    border-bottom: 1px solid #d7d7d7;
    background: url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.gif") no-repeat scroll 14px -1143px transparent;
}

.featured-cat-title h2{
  color: #333;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  text-indent: 22px;
	font-size:13px;
	font-weight:bold;
}

.subcat-products {
}

.subcat-products li {
    border: 1px solid #ccc;
    border-radius: 5px;
    display: inline-block;
    font-size: 12px;
    height: 330px;
    margin: 10px 3px 0 3px;
    padding: 0 0 0 0;
    position: relative;
    vertical-align: top;
    width: 240px;
    text-align: center;    
}

.subcat-products li a {
    margin: 5px 0px 15px;
    color: #fff;
} 

.subcat-products .price a {
  color: #000;
  font-size: 12px;
}


/* =============== End of Custom Menu =======================================*/

/* CMS page */
.page-head h3{font-size:16px; font-style:italic; margin-bottom:18px}
.cms-page-view dt{font-size:13px; font-weight:bold; line-height:15px;}
.cms-page-view .col-main ul{list-style:disc; padding-left:20px;}
.cms-page-view .col-main ul li a{color:#09318B;}


/* top language block */

.currency-switch.language-switch{width:160px;}
.currency-switch.language-switch ul li{background:none;}
.currency-switch.language-switch ul li a.outer{text-indent:6px; width:160px;}
.currency-switch.language-switch ul li  a.four:hover, .currency-switch.language-switch ul li:hover > a.four{background:#f5f5f5;}
.currency-switch.language-switch ul li div.tab_right1{padding:1px 10px 6px 10px; width:140px;}
.currency-switch.language-switch .tab_right1 p a, a#top-language em{background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/other_sprites.gif) no-repeat 0 -213px; padding-left:25px; }
a#top-language em{padding-left:19px;}

.currency-switch.language-switch .tab_right1 p a.cn, a#top-language.cn em{background-position:0 -197px;}
.currency-switch.language-switch .tab_right1 p a.us, a#top-language.us em{background-position:0 -213px;}
.currency-switch.language-switch .tab_right1 p a.jp, a#top-language.jp em{background-position:0 -229px;}
.currency-switch.language-switch .tab_right1 p a.ca, a#top-language.ca em{background-position:0 -245px;}
.currency-switch.language-switch .tab_right1 p a.de, a#top-language.de em{background-position:0 -261px;}
.currency-switch.language-switch .tab_right1 p a.es, a#top-language.es em{background-position:0 -277px;}
.currency-switch.language-switch .tab_right1 p a.au, a#top-language.au em{background-position:0 -293px;}
.currency-switch.language-switch .tab_right1 p a.br, a#top-language.br em{background-position:0 -309px;}
.currency-switch.language-switch .tab_right1 p a.pt, a#top-language.pt em{background-position:0 -325px;}
.currency-switch.language-switch .tab_right1 p a.fr, a#top-language.fr em{background-position:0 -341px;}
.currency-switch.language-switch .tab_right1 p a.ru, a#top-language.ru em{background-position:0 -357px;}
.currency-switch.language-switch .tab_right1 p a.tw, a#top-language.tw em{background-position:0 -373px;}
.currency-switch.language-switch .tab_right1 p a.ar, a#top-language.ar em{background-position:0 -389px;}
.currency-switch.language-switch .tab_right1 p a.ch, a#top-language.ch em{background-position:0 -405px;}
.currency-switch.language-switch .tab_right1 p a.at, a#top-language.at em{background-position:0 -421px;}
.currency-switch.language-switch .tab_right1 p a.be, a#top-language.be em{background-position:0 -437px;}

.currency-switch.language-switch .tab_right1 p a.fi, a#top-language.fi em{background-position:0 -453px;}
.currency-switch.language-switch .tab_right1 p a.il, a#top-language.il em{background-position:0 -469px;}
.currency-switch.language-switch .tab_right1 p a.it, a#top-language.it em{background-position:0 -485px;}
.currency-switch.language-switch .tab_right1 p a.kr, a#top-language.kr em{background-position:0 -501px;}
.currency-switch.language-switch .tab_right1 p a.mo, a#top-language.mo em{background-position:0 -517px;}
.currency-switch.language-switch .tab_right1 p a.hk, a#top-language.hk em{background-position:0 -533px;}
.currency-switch.language-switch .tab_right1 p a.nl, a#top-language.nl em{background-position:0 -549px;}
.currency-switch.language-switch .tab_right1 p a.mx, a#top-language.mx em{background-position:0 -565px;}
.currency-switch.language-switch .tab_right1 p a.nz, a#top-language.nz em{background-position:0 -581px;}
.currency-switch.language-switch .tab_right1 p a.no, a#top-language.no em{background-position:0 -597px;}
.currency-switch.language-switch .tab_right1 p a.za, a#top-language.za em{background-position:0 -613px;}
.currency-switch.language-switch .tab_right1 p a.se, a#top-language.se em{background-position:0 -629px;}
.currency-switch.language-switch .tab_right1 p a.ae, a#top-language.ae em{background-position:0 -645px;}
.currency-switch.language-switch .tab_right1 p a.tr, a#top-language.tr em{background-position:0 -661px;}
.currency-switch.language-switch .tab_right1 p a.sg, a#top-language.sg em{background-position:0 -677px;}
.currency-switch.language-switch .tab_right1 p a.sa, a#top-language.sa em{background-position:0 -693px;}
.currency-switch.language-switch .tab_right1 p a.gb, a#top-language.gb em{background-position:0 -709px;}
.currency-switch.language-switch .tab_right1 p a.dk, a#top-language.dk em{background-position:0 -725px;}


.clear {
 clear: both;
 display: block;
 overflow: hidden;
 visibility: hidden;
 width: 0;
 height: 0;
}
/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.footer .footer_top:after,
.before_footer:after,
.home_viewed .item_list:after,
.search_term ul.term-list:after,
.cms-index-index .col-main .std:after,
.box-recent-review .items-content .item-list:after,
.subscribe-content:after,
.product-vew .add-to-cart:after,
.product-view .add-to-links:after,
.product-view #product-options-wrapper dl:after,
.pager .pages:after,
.sorter .sort-by:after,
.average-customer-rating:after,
.products-list .f-fix:after,
.block-subscribe .subscribe-content:after,
.cart-collaterals .discount-form:after,
.home-banners:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

/* Css update */

.price-box .minimal-price { display: none; }

.system-check { padding-left: 132px; }

.old {
  position: relative;
  z-index: 1;
}

.order-faltdisplays {
  position: absolute;
  right: 75px;
  top: 410px;
  z-index: 10;
}

.order-rollup {
  position: absolute;
  right: 75px;
  top: 680px;
  z-index: 10;
}
/*! jQuery UI - v1.9.1 - 2012-11-09
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.slider.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright (c) 2012 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ui-accordion .ui-accordion-header { display: block; cursor: pointer; position: relative; margin-top: 2px; padding: .5em .5em .5em .7em; zoom: 1; }
.ui-accordion .ui-accordion-icons { padding-left: 2.2em; }
.ui-accordion .ui-accordion-noicons { padding-left: .7em; }
.ui-accordion .ui-accordion-icons .ui-accordion-icons { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-accordion-header-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; overflow: auto; zoom: 1; }
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }
/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(https://www.medienkraftwerk.de/skin/frontend/default/se105/css/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(https://www.medienkraftwerk.de/skin/frontend/default/se105/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(https://www.medienkraftwerk.de/skin/frontend/default/se105/css/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(https://www.medienkraftwerk.de/skin/frontend/default/se105/css/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(https://www.medienkraftwerk.de/skin/frontend/default/se105/css/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1; background: #fbf9ee url(https://www.medienkraftwerk.de/skin/frontend/default/se105/css/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(https://www.medienkraftwerk.de/skin/frontend/default/se105/css/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-state-disabled .ui-icon { filter:Alpha(Opacity=35); } /* For IE8 - See #6059 */

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(https://www.medienkraftwerk.de/skin/frontend/default/se105/css/images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(https://www.medienkraftwerk.de/skin/frontend/default/se105/css/images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(https://www.medienkraftwerk.de/skin/frontend/default/se105/css/images/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(https://www.medienkraftwerk.de/skin/frontend/default/se105/css/images/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(https://www.medienkraftwerk.de/skin/frontend/default/se105/css/images/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(https://www.medienkraftwerk.de/skin/frontend/default/se105/css/images/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(https://www.medienkraftwerk.de/skin/frontend/default/se105/css/images/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(https://www.medienkraftwerk.de/skin/frontend/default/se105/css/images/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(https://www.medienkraftwerk.de/skin/frontend/default/se105/css/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .3;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(https://www.medienkraftwerk.de/skin/frontend/default/se105/css/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .3;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }
/* if customer need to modify any css, please add all in this file, so if any update of template, it will not be replaced */

@font-face {
  font-family: 'FontAwesome';
  src: url('https://www.medienkraftwerk.de/skin/frontend/default/se105/fonts/fontawesome-webfont.eot?v=4.6.1');
  src: url('https://www.medienkraftwerk.de/skin/frontend/default/se105/fonts/fontawesome-webfont.eot?#iefix&v=4.6.1') format('embedded-opentype'), url('https://www.medienkraftwerk.de/skin/frontend/default/se105/fonts/fontawesome-webfont.woff2?v=4.6.1') format('woff2'), url('https://www.medienkraftwerk.de/skin/frontend/default/se105/fonts/fontawesome-webfont.woff?v=4.6.1') format('woff'), url('https://www.medienkraftwerk.de/skin/frontend/default/se105/fonts/fontawesome-webfont.ttf?v=4.6.1') format('truetype'), url('https://www.medienkraftwerk.de/skin/frontend/default/se105/fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}

.fa-check:before {
  content: "\f00c";
}

.fa-shopping-cart,
.fa-envelope-o {
  line-height: 0.2em;
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-check {
  color: #008800;
  display: none;
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-remove,
.fa-close,
.fa-times {
  color: #ff0000;
  display: none;
}

.fa-shopping-cart {
  color: #fff;  
}

.swatch-list li {
  position: relative;
}

.swatch-list li > i {
  position: absolute;
  right: 2px;
  top: 12px;
}

/*advent calendar*/
.advent-image {
  position: absolute;
  top: 30px;
  left: 5px;
}

.advent {
  border: 1px solid #DDDDDD; border-radius: 5px 5px 5px 5px;
  background: url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/advent/grundgrafik-offen20.jpg") no-repeat 0 0;  
  height: 350px; 
  margin-bottom: 10px;
  margin-top: 211px;
}

ul.thumb {
	float: left;
	list-style: none;
	margin: 0; padding: 5px;
	margin-left: 20px;
	margin-top: 40px;
	width: 763px;
	background: transparent;
}
ul.thumb li {
	margin: 0; padding: 5px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 116px;
	height: 66px;
	background: transparent;
}
ul.thumb li img {
	width: 65px; height: 65px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	/*border: 1px solid #000;*/
	padding: 5px;
	background: transparent;
	position: absolute;
	left: 0; top: 0;
}
ul.thumb li img.hover {
	background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/css/thumb_bg.png) no-repeat center center transparent;  /* Image used as background on hover effect
	border: none; /* Get rid of border on hover */
}
/*advent calendar*/
 
.hidden {
  display: none;
}

.included-parts th {
  padding: 10px;
  font-weight: bold;
}

.included-parts td {
  padding: 10px;
}
 

.carousel  {
    padding: 10px 0 0 0;
    margin: 0 0 0 0;
    position: relative;    
}

.carousel button { /*Don't remove this. we still use this for individual demos. only the front pages use images as of now*/
        float: left;
}              

.carousel .prev, .carousel .next {
        display: block;
        float: left;
        margin-top: 60px;
        width: 29px;  
        height: 130px;      
        cursor: pointer;
        border: 0px;
}

.carousel .next {
    /* background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/slider/next.png) 0 0 no-repeat; */ 
    /* background:url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/product_arrows.gif") no-repeat scroll -26px 0 transparent; */
    background-image: url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/product_arrows.png");
    background-image: url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/product_arrows.png"), linear-gradient(to bottom, #F6F6F6 0%, #E2E2E2 100%);    
    background-image: url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/product_arrows.png"), -webkit-linear-gradient(#F6F6F6 0%, #E2E2E2 100%);    
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #F6F6F6;
    background-origin: padding-box;
    background-repeat: no-repeat;
    background-size: auto auto;
    background-position: 9px center, 0 0;
    margin: 0 0 0 0px;
    border: 1px solid #d7d7d7;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.carousel .prev {
    /* background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/slider/prev.png) 0 0 no-repeat; */ 
    /* background:url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/product_arrows.gif") no-repeat scroll 0px 0 transparent; */
    background-image: url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/product_arrows.png");
    background-image: url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/product_arrows.png"), linear-gradient(to bottom, #F6F6F6 0%, #E2E2E2 100%);    
    background-image: url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/product_arrows.png"), -webkit-linear-gradient(#F6F6F6 0%, #E2E2E2 100%); 
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #F6F6F6;
    background-origin: padding-box;
    background-repeat: no-repeat;
    background-size: auto auto;
    background-position: -25px center, 0 0;
    margin: 0 0px 0 0;
    border: 1px solid #d7d7d7;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.carousel .next.disabled {  
  background-image: url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/product_arrows_disabled.png");
  background-image: url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/product_arrows_disabled.png"), linear-gradient(to bottom, #F6F6F6 0%, #E2E2E2 100%);    
  background-image: url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/product_arrows_disabled.png"), -webkit-linear-gradient(#F6F6F6 0%, #E2E2E2 100%); 
  background-position: 9px center, 0 0;
  cursor: default;
}

.carousel .prev.disabled {
  background-image: url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/product_arrows_disabled.png");
  background-image: url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/product_arrows_disabled.png"), linear-gradient(to bottom, #F6F6F6 0%, #E2E2E2 100%);    
  background-image: url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/product_arrows_disabled.png"), -webkit-linear-gradient(#F6F6F6 0%, #E2E2E2 100%);
  background-position: -25px center, 0 0;
  cursor: default;
}

.carousel li { 
  width: 128px; 
  height: 128px;
}

.carousel ul { 
  margin: 0;
  padding: 0;
  position: relative;
  list-style-type: none;
  z-index: 1;
}

.jCarouselLite {
  visibility: visible;
  overflow: hidden;
  position: relative;
  z-index: 2;
  float: left;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}

.jCarouselLite .product-name a {
  font-weight: normal;
  font-size: 11px;
}

.jCarouselLiteRef {
  width: 958px !important;
  visibility: visible;
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding: 8px;
  margin: 8px;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}

.jCarouselLiteRef li {
  width: 120px;
  height: 80px;
}

.footer_block span.ref {
    font-size: 13px;
    font-weight: bold;
    margin-left: 10px;
}

.footer_top div.ref {
    font-size: 13px;
    font-weight: bold;
    margin-left: 10px;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 10px;
}

.brands {
  width: 958px !important;
  visibility: visible;
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding: 8px;
  margin: 8px;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}

.brands li {
  float: left;
}

.carouselMenu  {
    padding: 10px 0 0 0;
    margin: 0 0 20px 0;
    position: relative;    
}

.carouselMenu button { /*Don't remove this. we still use this for individual demos. only the front pages use images as of now*/
        float: left;
}              

.carouselMenu .prevMenu, .carouselMenu .nextMenu {
        display: block;
        float: left;
        margin-top: 200px;
        width: 10px;
        height: 20px;
        cursor: pointer;
        border: 0px;
}

.carouselMenu .nextMenu {
    /* background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/slider/next.png) 0 0 no-repeat; */ 
    background:url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/menu_arrows_2.gif") no-repeat scroll -10px 0 transparent;
    margin: 200px 0 0 10px;
}

.carouselMenu .prevMenu {
    /* background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/slider/prev.png) 0 0 no-repeat; */ 
    background:url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/menu_arrows_2.gif") no-repeat scroll 0px 0 transparent;
    margin: 200px 10px 0 0;
} 

.carouselMenu .nextMenu.disabled {
  background-position: -10px -20px;
  cursor: default;
}

.carouselMenu .prevMenu.disabled {
  background-position: 0 -20px;
  cursor: default;
}

.carouselMenu li { 
  width: 194px; 
  height: 400px;
}

.carouselMenu ul { 
  margin: 0;
  padding: 0;
  position: relative;
  list-style-type: none;
  z-index: 1;
}

.jCarouselLiteMenu {
  visibility: visible;
  overflow: hidden;
  position: relative;
  z-index: 2;
  float: left;
}



.product-contact-form, .related_products_show, .related_products_hide {
  cursor: pointer;
}   

#productcontactbox {
  display: none;
  background-color: #fff;
  text-align: left;
  padding: 10px;
}

.productcontact h2 {
  padding: 10px;
  font-weight: bold;
}

.buttons-set {
  padding-bottom: 10px;
  padding-right: 0px;
}

#productcontactForm .fieldset {
  margin: 10px;
} 

#productcontactbox .form-list .field {
  width: 500px;
}

#productcontactbox .form-list .input-box {
  width: 500px;
} 

#productcontactbox .form-list li.wide textarea {
  width: 350px;
}

#simplemodal-container a.modalCloseImg {
	background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/x.png) no-repeat; /* adjust url as required */
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-18px;
	cursor:pointer;
}

button.btn-round-enquiry {
    /* background: none repeat scroll 0 0 transparent; */
    cursor: pointer;
    height: 26px;
    margin: 0px 0 0px 0;
    overflow: visible;
    padding: 0;
    vertical-align: middle; 
  
} 

a.btn-round-enquiry, a.btn-round-enquiry, button.btn-round-enquiry span {
    background-position: 0 0;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    height: 26px;
    margin: 0;
    padding: 0 0 0 0px;
    text-decoration: none;
}


a.btn-round-enquiry, button.btn-round-enquiry span, a.btn-round-enquiry span, button.btn-round-enquiry span span {
    background: transparent; 
}

a.btn-round-enquiry span, button.btn-round-enquiry span span {
    background-position: 100% 0;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    padding: 0 30px 0 30px;
    text-transform: none;
    white-space: nowrap;
    text-shadow: 1px 1px 2px #333;
    border: 0px;
}


button.btn-round-enquiry-send {    
    border: 0 none;    
    cursor: pointer;
    height: 26px;
    margin: 0;
    overflow: visible;
    padding: 0;
    vertical-align: middle;        
}

a.btn-round-enquiry-send, a.btn-round-enquiry-send, button.btn-round-enquiry-send span {
    background-position: 100% 0;
    border: 0 none;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    height: 26px;
    margin: 0;
    line-height: 26px;
    padding: 0 10px 0 6px;
    text-decoration: none;
} 

a.btn-round-enquiry, button.btn-round-enquiry-send span, a.btn-round-enquiry span, button.btn-round-enquiry span span {
    background: transparent;
}

a.btn-round-enquiry-send span, button.btn-round-enquiry-send span span {
    color: #FFFFFF;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    padding: 0px 0px 0 40px;
    text-transform: none;
    white-space: nowrap; 
    border: 0px;
    text-shadow: 1px 1px 2px #666666;
}

.related_products_button {
  clear: both;
  padding-bottom: 10px;
  background: url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.gif") no-repeat scroll 970px -88px #666666;  
  border-radius: 5px 5px 0px 0px;
}

.related_products_show {
   /* background: url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.gif") no-repeat scroll 0 -2167px transparent; */
   color: #fff;
   display: block;
   font-size: 14px;
   font-weight: bold;
   height: 20px;
   line-height: 2em;   
   padding-left: 5px;  
}

.related_products_hide {
  display: none;
  /* background: url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.gif") no-repeat scroll 0 -2217px transparent; */
  color: #fff; 
  font-size: 14px;
  font-weight: bold;
  height: 20px;
  line-height: 2em;
  padding-left: 5px;
}

.agb ol {
  list-style-type:lower-alpha;
  margin-left: 30px;
}

.agb ol li {
  list-style-type:lower-alpha;
}


.agb ol li ul li {
  list-style-type:decimal;
}

.menuCatImg {
  min-height: 120px;
  display: block;
  padding-top: 10px;
} 

.menuCatImg a {
  text-indent: 0px !important;
}

.menuCatImg img {
  width: 180px;
}

.menuWrap {
  
}

/* Header */
 
.boxlogin {
  width: 103px;
  height: 60px;
  float: left; 
  background-image: linear-gradient(to bottom, #F6F6F6 0%, #E2E2E2 100%);
  background-image: -webkit-linear-gradient(#F6F6F6 0%, #E2E2E2 100%);
  border: 1px solid #dcdcdc;
  border-right-width: 0;
  border-radius: 5px 0px 0px 5px;
  margin-top: -30px;
  text-align: center;
}

.boxlogin:hover {
  background: #fd8300;
}


.imglogin {
  padding: 3px 0px 0px 0px;
}

.logintext {
  bottom: -2px;
  font-size: 11px;
  font-weight: bold;
  position: relative;
}

.boxwarenkorb {
  width: 103px;
  height: 60px;
  float: left;
  background-image: linear-gradient(to bottom, #F6F6F6 0%, #E2E2E2 100%);
  background-image: -webkit-linear-gradient(#F6F6F6 0%, #E2E2E2 100%);
  border: 1px solid #dcdcdc;
  margin-top: -30px;
  text-align: center;
}

.boxwarenkorb:hover {
  background: #fd8300;
}

.imgwarenkorb {
  padding: 5px 0px 0px 0px;
}

.warenkorbtext {
    font-size: 11px;
    font-weight: bold;
    position: relative;
    top: 7px;;
}

.boxmerkzettel {
  width: 103px;
  height: 60px;
  float: left;
  background-image: linear-gradient(to bottom, #F6F6F6 0%, #E2E2E2 100%);
  background-image: -webkit-linear-gradient(#F6F6F6 0%, #E2E2E2 100%);
  border: 1px solid #dcdcdc;
  border-left-width: 0;
  border-radius: 0px 5px 5px 0px;
  margin-top: -30px;
  text-align: center;
}

.boxmerkzettel:hover {
  background: #fd8300;
}

.imgmerkzettel {
  padding: 5px 0px 0px 0px;
}

.merkzetteltext {
  bottom: 9px;
  font-size: 11px;
  font-weight: bold;
  position: absolute;
  width: 103px;
}


/* Suche */

.searchbox { 
  background: #fff;
  -webkit-appearance:none;  
  border: 1px solid #cdcdcd;
  border-radius: 3px 3px 3px 3px;  
  width: 99%;
  height: 23px; 
}

/* Footer */

.footerspacer {
  padding: 6px 0px 0px 0px !important;
  font-weight: normal;
  font-size: 11px;
}

.footerspacer a {
  width: 200px;
}

.footerspacer .social-img {
  float: left;
}

.socialtext { 
  background: transparent !important;
  color: #000;
  float: left;
  padding: 8px 0 0 45px;
  height:13px !important;
  left:0px !important;
  position:relative !important;
  font-size: 11px !important;
  font-weight: normal !important;
  width: 150px !important;
}

a.facebook { 
  background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/footer/btn_social.png) no-repeat 0 -1px;
  height: 32px;
  width: 150px;
}

a.twitter { 
  background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/footer/btn_social.png) no-repeat 0 -34px;
  height: 32px;
  width: 150px;
}

a.google { 
  background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/footer/btn_social.png) no-repeat 0 -68px;
  height: 32px;
  width: 150px;
}

a.xing { 
  background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/footer/btn_social.png) no-repeat 0 -100px;
  height: 32px;
  width: 150px;
}

a.youtube { 
  background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/footer/btn_social.png) no-repeat 0 -133px;
  height: 32px;
  width: 150px;
}

a.itunes { 
  background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/footer/btn_social.png) no-repeat 0 -166px;
  height: 32px;
  width: 150px;
}

a.playstore { 
  background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/footer/btn_social.png) no-repeat 0 -199px;
  height: 32px;
  width: 150px;
}

a.blog { 
  background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/footer/btn_social.png) no-repeat 0 -232px;
  height: 32px;
  width: 150px;
}

a.instagram { 
  background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/footer/btn_social.png) no-repeat 0 -265px;
  height: 32px;
  width: 150px;
}

span.oce {
  background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/footer/bkg_brands.png) no-repeat 0 -5px;
  height: 50px;
  width: 185px;
  display: block;
}

span.expand {
  background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/footer/bkg_brands.png) no-repeat 0 -66px;
  height: 50px;
  width: 100px;
  display: block;
}

span.octanorm {
  background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/footer/bkg_brands.png) no-repeat 0 -124px;
  height: 50px;
  width: 185px;
  display: block;
}

span.protent {
  background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/footer/bkg_brands.png) no-repeat 0 -183px;
  height: 50px;
  width: 160px;
  display: block;
}

span.mark-bric {
  background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/footer/bkg_brands.png) no-repeat 0 -245px;
  height: 50px;
  width: 110px;
  display: block;
}

span.kunstduenger {
  background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/footer/bkg_brands.png) no-repeat 0 -304px;
  height: 50px;
  width: 110px;
  display: block;
}

span.gybe {
  background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/footer/bkg_brands.png) no-repeat 0 -370px;
  height: 50px;
  width: 120px;
  display: block;
}

.footernewsletter {
  font-size: 13px;
  font-weight: bold;
} 

.contentspacer {
  padding: 10px 0px 0px 10px;
}

.contentspacer a {
  text-decoration: underline;
}

.contentspacer ol {
  list-style-type: decimal;
  margin-left: 20px;
}
 
.tax-details a {
  text-decoration: underline;
}
 
.tax-details, .delivery-time-details {
  font-size: 11px;
}

.catalog-listing .tax-details, .catalog-listing .delivery-time-details, .jcarousel-container .tax-details , .jcarousel-container .delivery-time-details{
  font-size: 9px;
}

.category-image {
  width: 240px;
}

.category-listing {
  text-align: center;
}

.button-search-div {
  float:right;
  margin: -31px 9px 0px 0px;
}

.lowest-price {
  text-align: right;
}

.category-name {
  font-size: 13px;
  font-weight: bold;
  padding-left: 4px;
}

.category-name a {
  margin: 15px 15px 15px 0px !important;
  color: #000 !important;
}


.subcat-products .price-box {   
   font-weight: normal;
   padding-top: 5px;
}

.subcat-products .tax-details {
   bottom: 25px;
   position: absolute;
}

.more {
   font-weight: normal;
   padding-top: 10px;
}

.bmproducts-latest, .bmproducts-popular {
  text-align: center;
}

.bmproducts-latest .ratings, .bmproducts-popular .ratings{
  padding-left: 45px;
}


#description {
  float: left;
  width: 500px;
}

#accordion {
  float: left;
  width: 470px;
}

.to-product {
  color: #ffffff;
  text-shadow: 1px 1px 2px #666666;
}

.to-product:hover,
.to-product:focus {
  color: #ffffff;
  text-decoration: none;
}

span.hr {
    border-bottom-colors: none;
    border-left-colors: none;
    border-right-colors: none;
    border-top-colors: none;
    border-color: #CECECE;
    border-image: none;
    border-left: medium none;
    border-right: medium none;
    border-style: solid none;
    border-width: 1px 0 0 0;
    display: block;
    line-height: 1em;
}

span.hr hr {
  display: none;
}

hr {
    border-bottom-colors: none;
    border-left-colors: none;
    border-right-colors: none;
    border-top-colors: none;
    border-color: #CECECE;
    border-image: none;
    border-left: medium none;
    border-right: medium none;
    border-style: solid none;
    border-width: 1px 0 0 0;
}

.product-shop hr {
    border-bottom: 1px solid #FFFFFF;
    border-style: solid;
    border-top: 1px solid #CECECE;
    border-width: 1px 0;
    height: 2px;
    margin: 10px -15px;
}

#product_tabs_description_tabbed a {
  background-image: url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.gif"); 
  background-repeat: no-repeat;
  background-position:  5px -1916px;  
}

#product_tabs_additional_tabbed a {
  background-image: url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.gif"); 
  background-repeat: no-repeat;
  background-position:  5px -2073px; 
}

#product_tabs_custom a {
  background-image: url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.gif"); 
  background-repeat: no-repeat;
  background-position:  5px -2032px; 
}

#product_tabs_custom2 a {
  background-image: url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.gif"); 
  background-repeat: no-repeat;
  background-position:  5px -2115px; 
} 

#product_tabs_review_tabbed a {
  background-image: url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.gif"); 
  background-repeat: no-repeat;
  background-position:  5px -1993px; 
}

#product_tabs_attachmentstabbed a {
  background-image: url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.gif"); 
  background-repeat: no-repeat;
  background-position:  5px -1954px; 
}

#product_tabs_custom1 a {
    background-image: url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.gif");
    background-position: 5px -2348px;
    background-repeat: no-repeat;
}

.pricelist tr.odd:hover, .pricelist tr.even:hover {
  background-color: #ddd;
}

table.data-table.pricelist {
  width: 70%;
}

tr.first {
  background-color: #F6F6F6;
}

td.price {
  text-align: right;
}

th.price-size-head {
  width: 160px;
}

th.price-head {
  width: 260px;
}
  
/* Data Table */
.included-parts { width:670px; }
.included-parts th { padding:5px; border:1px solid #f0f0f0;  background-color:#f6f6f6; font-weight:bold; white-space:nowrap; }
.included-parts td { padding:5px; border:1px solid #f0f0f0; }
.included-parts thead {  }
.included-parts tbody {}
.included-partstfoot {}
.included-parts tr.first {}
.included-parts tr.last {}
.included-parts tr.odd {}
.included-parts tr.even { }
.included-parts tbody.odd {}
.included-parts tbody.odd td { border-width:0 1px; }
.included-parts tbody.even { background-color:#f6f6f6; }
.included-parts tbody.even td { border-width:0 1px; }
.included-parts tbody.odd tr.border td,
.included-parts tbody.even tr.border td { border-bottom-width:1px; }
.included-parts th .tax-flag { white-space:nowrap; font-weight:normal; }
.included-parts td.label,
.included-parts th.label { font-weight:bold; background-color:#f6f6f6; }
.included-parts td.value {}

/*
.product-specs li,
.quickinfo li {
  background-image: url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/listdot.gif"); 
  background-repeat: no-repeat;
  background-position: 1px 1px;
  padding-left: 11px; 
}
*/

/*.product-specs li,
.quickinfo li {
  background-image: url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.gif"); 
  background-repeat: no-repeat;
  background-position: 1px -1887px;
  padding-left: 11px; 
}
*/

.topinfo {
   background-color: #2c2d2d;
   display: block;
   height: 30px;
   position: absolute;
   left: 0;  
   right: 0;
   width: 100%;
   z-index:2000;
}

.topwrapper{
   position: relative;
   width: 1000px;
   margin: 0 auto;
}

.topmenu {
  position: relative;
  z-index: 200;
  color: #000000;
  margin-top: 0px;
  margin-right: 0px;
  height: 40px;
}

.topmenu a {  
  color: #000000; 
  display: block;  
}

.topmenu li {
  float: left;  
  height: 30px;
  line-height: 4em;
  margin-left: 2px;
  padding-left: 30px;
  font-size: 11px;
}

.image-hint {
  padding: 10px;
  font-size: 11px;
  text-align: center;
  color: #666666;
}

.subcat-head {
  padding: 3px 0 0 0;
  background-image: linear-gradient(to bottom, #F6F6F6 0%, #E2E2E2 100%);
  background-color: #dcdcdc; 
  border-bottom: 1px solid #D7D7D7;
  border-radius: 3px 3px 0 0;
}

.subcat-descr {
  text-align: left;
  padding: 10px;
}

.subcat-products hr {
  margin: 0 4px 0 4px;
}

#amount {
  text-align: center;
  padding-bottom: 8px;
  width: 180px;
}

.plz-head {
  width: 140px; 
}

.descr-head {
  width: 170px;
}

.descr-num {
  width: 100px;
} 

.phone-list td {
  border: 1px solid #D7D7D7;
  padding: 3px;
}

.phone-list tr:hover {
  background-color: #cccccc;
}




div.top-banners .ui-corner-all {
  border-radius: 5px; 
  border-width: 1px; 
  border-color: #dddddd; 
}

div.top-banners .ui-widget-header {
  background: #ffffff;
  border-color: #dddddd;
  border-top-width: 1px;
  border-radius: 5px 5px 5px 5px; 
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-right-width: 0px !important;
}

div.top-banners .ui-state-default, 
div.top-banners .ui-widget-content .ui-state-default, 
div.top-banners .ui-widget-header .ui-state-default {
  background: transparent;
}

div.top-banners .ui-state-active, 
div.top-banners .ui-widget-content .ui-state-active, 
div.top-banners .ui-widget-header .ui-state-active {
  background: #ddd;
}

div.top-banners .ui-tabs .ui-tabs-nav li {
  margin: 0px;
}

div.top-banners .ui-corner-top, 
div.top-banners .ui-corner-right, 
div.top-banners .ui-corner-tr {  
  border-radius: 0;
  border-left-width: 0px !important;
  border-right-width: 0px !important;  
}




.ui-tabs {
   padding: 0em;
	 z-index: 100;
   width: 504px;
}

.ui-tabs .ui-tabs-nav {
    list-style: none;
    position: relative;
    padding: 0em 0em 0;
}

.ui-tabs .ui-tabs-nav li {
    position: relative;
    float: left;
    border: 0 !important;
    margin-top:5px;
	  margin-left:0px;
	  margin-right:0px;
	  margin-bottom:0px;
    padding: 0;
}

.ui-tabs .ui-tabs-nav li a div{

	margin:0 5px;
}
 
.ui-tabs .ui-tabs-nav li a {
    float: left;
	  text-align: left;
    text-decoration: none;
    padding-top:5px;
    padding-bottom:5px; 
	  color: #333;
	  height:15px;
	  font-size: 9px;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    border-right: 1px solid #ddd;
}


.ui-tabs .ui-tabs-nav li a:hover {
    text-decoration: underline;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    padding-bottom: 0px;
    border-bottom-width: 0;
}

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    padding: 0em 0em;
    display: block;
    border-width: 0;
    background: none;
}

.ui-tabs .ui-tabs-hide {
    display: none !important;
}

.feature img {
  border-radius: 5px 5px 0px 0px;
}

#product_tabs_description_tabbed_contents .std, 
#product_tabs_additional_tabbed_contents .data-table,
#product_tabs_additional_tabbed_contents .included-parts {
  width: 680px;
}

.stdcustom {
  width: 690px;
}

/* Artikelbeschreibung Start */


.descriptionimage {
  width: 220px;
  float: left;
  clear: both;
  padding-bottom: 22px;
}

.descriptionimagemid {
  width: 410px;
  float: left;
  clear: both;
  padding-bottom: 22px;
}

.descriptionimagetop {
  width: 520px;
  float: left;
  clear: both;
  padding-bottom: 22px;
}

.descriptiondetail {
  width: 690px;
  float: left;
  clear: both;
  padding-bottom: 22px;
  padding-left: 0px;
}

.descriptiontext {
  float: left;
  margin-left: 5px;
  overflow: hidden;
  padding-bottom: 42px;
  position: relative;
  width: 450px;
}

.descriptiontextmid {
  float: left;
  margin-left: 5px;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 20px;
  position: relative;
  width: 670px;
}

.descriptiontexttop {
  float: left;
  margin-left: 15px;
  overflow: hidden;
  padding-bottom: 20px;
  padding-top: 125px;
  position: relative;
  width: 350px;
}

.descriptionline {
  border-color: #d7d7d7;
  border-image: none;
  border-style: solid none;
  border-width: 1px 0 0;
  padding-bottom: 4px;
  clear: both;
}

.iframebild1 {
  width: 170px;
  float: left;
  clear: both;
  position: absolute;
  z-index: 4;
}

.iframebild2 {
  width: 170px; 
  padding: 0 0 0 170px;
  float: left;
  clear: both;
  position: absolute;
  z-index: 3;
}

.iframebild3 {
  width: 170px;
  padding: 0 0 0 340px;
  float: left;
  clear: both;
  position: absolute;
  z-index: 2;
}

.iframebild4 {
  width: 170px;
  padding: 0 0 0 510px;
  float: left;
  clear: both;
  z-index: 1;
}

.iframetext1 {
  padding-left: 22px;
}

.iframetext2 {
  padding-left: 26px;
}

.iframetext3 {
  padding-left: 26px;
}

.iframetext4 {
  padding-left: 22px;
}

/* Artikelbeschreibung End */

.addtocart-button {
  margin-top: 10px;
  margin-bottom: 10px;
}

button.btn-calc span {    
  background: #E3000B url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/calc.png) 3px 3px no-repeat; /* Old browsers */ 
  background-repeat: no-repeat; 
  border: 1px solid #A3A3A3;
  border-radius: 3px;  
}

button.btn-cart span {   
  background: #E3000B url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/cart.png) 3px 3px no-repeat; /* Old browsers */ 
  background-repeat: no-repeat; 
  border: 1px solid #A3A3A3;
  border-radius: 3px;  
}

button.btn-round-enquiry span {   
  background: #E3000B;
  background-repeat: no-repeat; 
  border: 1px solid #A3A3A3;
  border-radius: 3px;   
}


button.btn-round-enquiry-send span {   
  background: #E3000B url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/send.png) 2px 5px no-repeat; /* Old browsers */  
  background-repeat: no-repeat; 
  border: 1px solid #A3A3A3;
  border-radius: 3px;
}

.price-box-wrap {
  margin: 10px 0 0 0;
  padding: 8px;
  background-color: #efefef;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
}


.price-box-wrap h3 {
  font-size: 14px;
  padding-bottom: 5px;
  color: #78B300;
}

.price-box-wrap .price-including-tax .price {
    font-size: 22px;
    font-weight: bold;
}


.price-box-wrap .price-box-inner {
  background-color: #fff;  
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  padding: 6px;
  text-align: right;
}

.price-box-inner .price-box {
  margin-bottom: 0px;
}

.content {
  padding: 10px;
} 

.content p {
  padding: 10px 0;
} 

.download {
  margin-top: 10px;
}

.download img {
  padding-bottom: 10px;
}

#upsell-product-table {
  padding-top: 15px;
}

.empty { color: #a1a1a1; }

.add-to-cart-box span {
  color: #fff;
  padding: 5px;
  text-shadow: 1px 1px 2px #666666;
}

.category-position {
  bottom: 14px;
  position: absolute;
  width: auto;
}

.home-list-hr {
  clear: both;
  padding: 10px;
}

.input-box td, .bankpayment_info td, .bankpayment_info_int td { padding-right: 5px; }

.enquiry-info {
  background-color: #DDDDDD;
  border: 1px solid #D7D7D7;
  border-radius: 5px 5px 5px 5px;
  font-weight: normal;
  margin: 10px 0;
  padding: 8px;  
}

.enquiry-info p {
  font-size: 11px;
  line-height: 16px;
}


.padder li, .category-description li, .quickinfo li {
  background-image: url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/listdot.gif"); 
  background-repeat: no-repeat;
  background-position: 1px 1px;
  padding-left: 11px; 
}

.contentspacer ol li {
  list-style-type: decimal;
  padding-left: 20px;
}


#product_tabs_review_tabbed_contents, #product_tabs_custom2_contents {
  width: 700px;
}

.highslide-caption {
  display: none;
}

.category {
 border: 1px solid #D7D7D7;
 margin-top: 10px;
}

.mico-mupload-btn {
  background: transparent;
  border-radius: 3px;
}

.mico-mupload-btn span {
     background: transparent url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/btn_upload.png") no-repeat;
    background-position: 0 2px;
    border: 0 none;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    height: 32px;
    margin: 0;
    padding: 0 0 0 30px;
    text-decoration: none;
}

button.button.mico-mupload-btn span span {
    background: transparent;
    background-position: 100% 0;
    color: #FFFFFF;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    height: 32px;
    line-height: 28px;
    padding: 0 6px 0 6px;
    text-transform: none;
    white-space: nowrap;
}

button.button.mico-mupload-btn {
  height: 32px;
  border: 1px solid #a3a3a3;
}

.block-news li {
  padding-bottom: 10px;
  background-image: url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/listdot.gif");
  background-position: 1px 1px;
  background-repeat: no-repeat;
  padding-left: 11px;
}

div.fieldset-content {
  padding-left: 35px;
  padding-top: 15px;
}

div.text-line {
  padding: 5px;
}

div.text-line label {
    display: block;
    float: left;
    width: 150px;
}

.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.img-rounded {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}


.price-box-wrap hr {
  margin-left: 0px;
  margin-right: 0px;
}

.catalog-listing span.hr, #wishlist-table span.hr, .home_viewed_content span.hr {
    display: none;
}

.catalog-listing hr, #wishlist-table hr, .home_viewed_content hr {
    display: none;
}


#checkout-review-table-wrapper {
  background-color: #FCFAC9;
   border: 2px solid #ff9900;
}

#checkout-review-table-wrapper p {
  padding: 5px;
}

.intro {
  padding: 20px 10px 10px 10px;
}

.intro a {
  text-decoration: underline;
}

#contactForm ul {
  list-style: none;
}


.subcat-listing {
  margin-top: 5px;
}

.ts-display {
  float: left;
}

.promo {
  float: left;
  margin-left: 3px;   

}

.promo1 {     
  border: 1px solid #DDDDDD;
  border-radius: 5px 5px 5px 5px;
  margin-bottom: 10px;
}

.promo2 {   
  border: 1px solid #DDDDDD; border-radius: 5px 5px 5px 5px;
  /*margin-top: -13px; */
  width: 243px
}

/* Promobanner start */
.pBox  {
  border: 1px solid #D7D7D7; 
  background-repeat: no-repeat;
  width: 650px; 
  height: 180px;
  margin-bottom: 10px;
}

.pContent {
  position: relative;
  top: 147px;
  left: 389px;
}

.pLeft {
  color: #fff;
  font-size: 11px;
  font-weight: normal;
  padding-left: 3px;
  padding-top: 6px;
}

.pTimer {
  padding-top: 6px;
  width: 110px;
}

.pATimer {
  padding-top: 6px;
  width: 120px;
  color: #fff;
}

.pButton {
  margin-top: -5px;
}

.pButtonImg {
  margin-left: 10px;
}

.pHBox  {
  background-repeat: no-repeat;
  width: 243px;
  height: 294px;
  /* height: 268px; */ 
  border: 1px solid #dddddd;
  margin-bottom: 5px;
  border-radius: 5px 5px 5px 5px;
}

.pHBox2  {
  background-repeat: no-repeat;
  width: 247px;
  height: 182px; 
  border: 1px solid #dddddd;
  border-radius: 5px 5px 5px 5px;
}

.pHContent {
  position: relative;
  top: 236px;
}

.pHContent2 {
  position: relative;
  top: 149px;
}

.pHLeft {
  color: #333;
  font-size: 13px;
  font-weight: normal;
  padding-left: 0px;
  padding-left: 5px;
  padding-top: 6px;
}

.pHTimer {
  padding-top: 6px;
}

.pHButton {
  margin-top: -5px;
}

.pHButtonImg {
  margin-left: 10px;
}
/* Promobanner end */


#narrow-by-list2 ol li {
   margin: 2px;
}

#narrow-by-list2 ol li:hover {
   background-color: #efefef;   
}

#narrow-by-list2 ol li a {
   text-decoration: none;
}



/***************VERTICAL**********************/
/*****ALL*****/

#vertical-nav {
  position: relative;
  z-index: 5;
}

#vertical-nav ul {
    list-style-type: none; /* get rid of the bullets */
    padding:0;             /* no padding */
    margin:0;              /* no margin for IE either */
}

#vertical-nav ul li {
    margin: 0;
    padding: 0;
    display:block;
    margin-top: 0px; /* lines */
    border-color: #F8F8F8 #DDDDDD #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-style: solid;
    border-width: 1px;    
}

#vertical-nav ul ul li {
    border-width: 0px;    
}

#vertical-nav ul ul ul li {
    border-width: 0px;    
}

#vertical-nav ul ul li a,#vertical-nav ul li{
    background-color: transparent;
}

#vertical-nav ul li a {
    display: block;
    padding: 4px 4px 4px 4px;
    margin:0;
    text-decoration: none;
    height:20px;           /* hint for IE, alternatively remove whitespace from HTML */    
    background: url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/menu_arrow_bg.gif") no-repeat scroll -1px -119px #EAEAEA;    
    background-color: #eaeaea;
    color: #000;
    font-size: 13px;
}

#vertical-nav ul ul li a {
    font-size: 12px;
}

#vertical-nav ul ul ul li a {
    font-size: 12px;
    height: auto;
    padding-left: 7px;
}


#vertical-nav ul li .open, #vertical-nav .activesubsub, #vertical-nav .subopen, #vertical-nav .subsubopen {    
    font-weight: bold;
    color:#000000;
    background-position: -1px -206px; 
}

#vertical-nav ul li .open {
    background-color: #ffffff;
    color:#000;
}

#vertical-nav .final{
    background: url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.gif") no-repeat scroll 5px -2442px transparent;
    color: #014590;
    font-weight: bold;
}

#vertical-nav ul ul ul li a.final{
    background: url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.gif") no-repeat scroll 0px -2442px transparent;
    color: #014590;
    font-weight: bold;
}

#vertical-nav ul ul ul ul li a.final {
    background: url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.gif") no-repeat scroll 5px -2442px transparent;
    color: #014590;
    font-weight: bold; 
}

#vertical-nav ul ul li a {
    margin-left: 0px;
    color: #000;
    font-weight: normal;
    background-image: none;
}

#vertical-nav ul ul ul li a {
  margin-left: 16px; /* indent level 2 */
  color: #000;
  font-weight: normal;
  background-image: none;
}

#vertical-nav ul ul ul ul li a {
  margin-left: 30px; /* indent level 3 */
  padding-left: 12px;
  color: #000;
  font-weight: normal;
  background-image: none;
}


#vertical-nav ul li a:hover {
  background-color: #ffffff; 
}

#vertical-nav ul ul li a:hover {
  background: url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.gif") no-repeat scroll 5px -2442px transparent;
}

#vertical-nav ul ul ul li a:hover {
  background: url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.gif") no-repeat scroll 0px -2442px transparent;  
}

#vertical-nav ul ul ul ul li a:hover {
  background: url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.gif") no-repeat scroll 5px -2442px transparent;  
}


#vertical-nav ul li ul li a {
    margin-bottom:0px;
    margin-top:0px;
}
#vertical-nav ul li ul li {
    border-top-width: thin;    
    border-top-style: solid;
    border-top-color: #cccccc;    
    margin-bottom:0px;
    margin-top:0px;
}

.vertical-nav-container {
  margin-top: 0px;
}

.vertical-nav-container.cat {
  margin-top: 0px;
}

.vertical-nav-container.cms {
  margin-top: 0px;
}



#vertical-nav .head h4 {
  background-color: #000;
  color: #ffffff;
  padding: 5px;
  border-radius: 3px 3px 0 0;
  font-size: 14px; 
  margin-bottom: 0px;
}



#vertical-nav ul li a span {
  padding-left: 2px;
}

#vertical-nav ul ul li a span {
  padding-left: 10px;
}

#vertical-nav ul ul ul li a span {
  padding-left: 0px;
}

#vertical-nav ul li a.open span { 
  padding-left: 2px;
}

#vertical-nav ul li a.open:hover {
  background-color: #ffffff;  
}

#vertical-nav ul li a.subopen span {
  background: url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.gif") no-repeat scroll 0 -2481px transparent;
  padding-left: 10px;
  color: #014590;
}

#vertical-nav ul li a.subopen:hover {
  background: transparent;  
}

#vertical-nav ul li a.subsubopen span {
  background: url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.gif") no-repeat scroll 0 -2481px transparent;
  padding-left: 10px;
  color: #014590;
}

#vertical-nav ul li a.subsubopen:hover {
  background: transparent;  
}

.qty-holder {
  display: none;
}


.topmenu li.specials {
  background-image: url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/icons-top-rot.png"); 
  background-repeat: no-repeat;
  background-position:  0px -2px;
  font-weight: bold;
}

.topmenu li.printtemplates {
  background-image: url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/icons-top-rot.png"); 
  background-repeat: no-repeat;
  background-position:  0px -51px;
}

.topmenu li.catalog {
  background-image: url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/icons-top-rot.png");
  background-repeat: no-repeat;
  background-position:  0px -106px;
}

.topmenu li.upload {
  background-image: url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/icons-top-rot.png"); 
  background-repeat: no-repeat;
  background-position:  0px -152px;
}

.topmenu li.wishlist {
  background-image: url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/icons-top-rot.png"); 
  background-repeat: no-repeat;
  background-position:  0px -201px;
}

.topmenu li.account {
  background-image: url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/icons-top-rot.png"); 
  background-repeat: no-repeat;
  background-position:  0px -251px;
}

.topmenu li.login {
  background-image: url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/icons-top-rot.png"); 
  background-repeat: no-repeat;
  background-position:  0px -299px;
}

.topmenu li.logout {
  background-image: url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/icons-top-rot.png"); 
  background-repeat: no-repeat;
  background-position:  0px -348px;
}

.topmenu li.shoppingcart {
  background-image: url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/icons-top-rot.png"); 
  background-repeat: no-repeat;
  background-position:  0px -398px;
  font-weight: bold;
}

.top-link-cart {
  background-image: url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/icons-top-rot.png"); 
  background-repeat: no-repeat;
  background-position:  0px -458px;
  font-weight: bold;
  display: block;
  padding-left: 30px;
  line-height: 29px;
}

.topmenu li.border {
  background-image: url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/icons-top-rot.png"); 
  background-repeat: no-repeat;
  background-position: -2px -500px;
  padding-left: 8px;
  padding-right: 6px;
}




/* Dropdown */

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle {
  *margin-bottom: -3px;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

.caret {
  display: inline-block;
  width: 20px;
  height: 30px;
  vertical-align: top;
  background-image: url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/icons-top-rot.png"); 
  background-repeat: no-repeat;
  background-position: -2px -567px;
  content: "";
}

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}


.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  display: none; 
  min-width: 250px;
  padding: 10px 10px;
  margin: 0 auto;
  list-style: none;
  background-color: #555555;
  color: #fff;
  font-weight: bold;
  float: none;
}

.dropdown-menu li {
  float: left;
  text-align: center;
  display: block;
}

.dropdown-menu li img {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto;
}

.systems {
  left: 0px;
  right: 0px;
  width: 960px;
}

.displays {
  left: -143px;
  right: 0px;
  width: 960px;
}

.print {
  left: -285px;
  right: 0px;
  width: 960px;
}

.canvas {
  left: -488px;
  right: 0px;
  width: 960px;
}

.sticker {
  left: -681px;
  right: 0px;
  width: 960px;
}

.flags {
  left: -853px;
  right: 0px;
  width: 960px;
}


.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 8px;
  clear: both;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #cdcdcd;
  
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #ffffff;
  text-decoration: none;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
}

.open {
  *z-index: 1000;
}

.open > .dropdown-menu {
  display: block;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
     -moz-border-radius: 0 6px 6px 6px;
          border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
     -moz-border-radius: 5px 5px 5px 0;
          border-radius: 5px 5px 5px 0;
}

.dropdown-submenu > a:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  border-color: transparent;
  border-left-color: #cccccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
}

.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
     -moz-border-radius: 6px 0 6px 6px;
          border-radius: 6px 0 6px 6px;
}

.dropdown .dropdown-menu .nav-header {
  padding-right: 20px;
  padding-left: 20px;
}

.btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    background-repeat: repeat-x;
    border-image: none;
    border-width: 0px;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 31px;
    margin-bottom: 0;
    padding: 0px 6px;
    text-align: center;
    vertical-align: middle;
    outline: none;
    height: 31px;
    width: 140px;    
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: transparent;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: none;  
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn-top {
  color: #ffffff;
  background-color: transparent;
  font-weight: bold;
}

.btn-top:hover,
.btn-top:focus,
.btn-top:active,
.btn-top.active,
.btn-top.disabled,
.btn-top[disabled] {
  color: #E3000B;
  background-color: tranparent;
}

.btn-top:active,
.btn-top.active {
  background-color: tranparent;
}

.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *margin-left: .3em;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  *zoom: 1;
  background-image: url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/icons-top.png"); 
  background-repeat: no-repeat;
  background-position:  right -505px;
  padding-right: 34px;
  margin-left: 0px;
  width: 150px;
}

.btn-group.messesysteme {
  background-position: 115px -505px;
  padding-right: 25px;
  width: 115px;
}

.btn-group.werbedisplays .btn {
   width: 115px;
   margin: 0px;
}

.btn-group.werbedisplays {
  background-position: 114px -505px;
  padding-right: 25px;
  width: 114px;
}

.btn-group.werbedisplays .btn {
   width: 117px;
   margin: 0px;
}

.btn-group.plattendruck {
  background-position: 175px -505px;
  padding-right: 25px;
  width: 175px;
}

.btn-group.plattendruck .btn {
   width: 182px;
   margin: 0px;
}

.btn-group.leinwand {
  background-position: 165px -505px;
  padding-right: 25px;
  width: 165px;
}

.btn-group.leinwand .btn {
   width: 172px;
   margin: 0px;
}

.btn-group.klebefolie {
  background-position: 145px -505px;
  padding-right: 25px;
  width: 144px;
}

.btn-group.klebefolie .btn {
   width: 153px;
   margin: 0px;
}

.btn-group.werbefahnen.last {
  width: 115px;
  padding-right: 10px;
  background: transparent;
}

.btn-group.werbefahnen .btn {
   width: 112px;
   margin: 0px;
}


.btn-group:first-child {
  *margin-left: 0;
}

.btn-group + .btn-group {
  margin-left: 0px;
}

.btn-toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group > .btn + .btn {
  margin-left: -1px;
}

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 13px;
}

.btn-group > .btn-mini {
  font-size: 10.5px;
}

.btn-group > .btn-small {
  font-size: 11.9px;
}

.btn-group > .btn-large {
  font-size: 17.5px;
}

.btn-group > .btn:first-child {
  margin-left: 0px;
  margin-top: 0px;
}

.btn-group > .btn.large:first-child {
  margin-left: 0;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
  
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  *padding-top: 5px;
  padding-right: 8px;
  *padding-bottom: 5px;
  padding-left: 8px;
}

.btn-group > .btn-mini + .dropdown-toggle {
  *padding-top: 2px;
  padding-right: 5px;
  *padding-bottom: 2px;
  padding-left: 5px;
}

.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

.btn-group > .btn-large + .dropdown-toggle {
  *padding-top: 7px;
  padding-right: 12px;
  *padding-bottom: 7px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  background-image: none;
}

.btn-group.open .btn.dropdown-toggle {
  background-color: transparent;
}

.btn .caret {
  margin-top: 0px;
  margin-left: 0;
}

.btn-large .caret {
  margin-top: 6px;
}

.btn-large .caret {
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
}

.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}

.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
  
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}

.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group-vertical > .btn + .btn {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}

.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}

.divider-vertical {
    height: 37px;
    margin: 0 9px;
    border-left-color: #111111;
    border-right-color: #222222;
    line-height: 20px;
    float: left;
}

/* Dropdown */




.home-featured li.item {
    display: inline;
    float: left;
    height: 162px;
    margin-left: 21px;
    position: relative;
    width: 128px;
    text-align: center;
}

span.arrow {
  font-weight: bold;
}

.productinfo {
  width: 680px;
}

#myTabPanel {
  width: 710px;
  float: left; 
}


#related .head {
  display: none;
}

#related .home_viewed_content {
  padding: 10px;
}

#related .home_viewed_content hr {
  display: none;
}

#related .block-title {
  background-color: #efefef;
  border-radius: 5px 5px 0px 0px;
  background-image: url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.gif"); 
  background-repeat: no-repeat;
  background-position:  5px -2515px;
}

#related .block-title strong span {
  color: #000;
  padding-left: 20px;
}

#related .block-title strong span {
  color: #000;
}

span.arrow {
  background:url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.png) repeat-x 0 -2515px transparent;
  padding-left: 12px;
  width: 12px;
  height: 10px;
}

.top-buy  {
  background-color: #000;
  border-radius: 0 0 0 5px;
  margin-right: -10px;
  padding-right: 15px;
  padding-left: 5px;      
}

.top-buy a {  
  color: #fff;    
}

.topmenu li.cart {
  padding: 0 0 0 0;
  margin: 8px 0 0 0;
}

.topmenu ul.right {
  margin-top: 0px;
}

.newsletter {
    display: none;
    bottom: 0;
    left: 80%;
    position: fixed;
    z-index: 99999;
}

.close {
    cursor: pointer;
}

.product-more a {
    color: #014590;
    text-decoration: underline;
}

.thumbnail {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    margin-right: 10px;
    line-height: 1.42857;
    margin-bottom: 20px;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
}

h2.lex {
  font-weight: bold;
}

h3.lex {
  font-weight: bold;
}

h4.lex {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  padding-left: 7px;
}

ul.lex li a {
  font-size: 13px;
  line-height: 1.7em;
}


div.btn-group:hover ul.dropdown-menu{
    display: block;    
}

div.btn-group ul.dropdown-menu{
    margin-top: 0px;    
}


.imgleft {  
  margin-right: 5px;  
}

.imgcenter {  
  margin-right: 5px;  
}

.img100 {
  padding: 0px;
  margin-bottom: 5px;
  margin-top: 0px;
}

.img50 {
  float: left;
  width: 373px;
  margin-top: 0px;  
  padding: 0px;
  margin-bottom: 5px;
}

.img33 {
  float: left;
  width: 245px;
  margin-top: 0px;
  margin-bottom: 5px;  
  padding-right: 0px;
}

.home-box-100-text > .home-button {
  padding-top: 50px;
}

.home-box-100-small-text > .home-button {
  padding-top: 0px;
  margin-top: -10px;
}

.home-box-50-text > .home-button {
  padding-top: 10px;
}

.home-box-33-text > .home-button {
  padding-top: 20px;
}

.home-button span.button {
  padding: 8px 16px;
}

.home-box-100-text a {
  font-size: 16px;
}

.home-box-100-small-text {
    font-family: 'Open Sans', sans-serif;
    height: 60px;
    left: 20px;
    position: absolute;
    top: 295px;
    width: 725px;
    z-index: 2;
}

.home-box-100-small-text h4 {
  font-weight: 300;
  font-size: 22px;
}

.home-box-100-small-text h5 {
  font-weight: 400;
  font-size: 15px;
  padding-top: 10px;
}

.home-box-100-small-text .price {
    color: #CC0017;
    font-size: 15px;    
    margin-top: 21px;
    text-align: right;    
}

.home-box-100-small-text .price a {
    color: #CC0017;
    font-size: 15px;    
    text-decoration: none;
}

.home-box-100-text {
  font-family: 'Open Sans', sans-serif;
  left: 475px;
  position: absolute;
  top: 36px;
  width: 270px;
  z-index: 2;
}


.home-box-100-text h4 {
  font-size: 24px;
  font-weight: 300;
} 

.home-box-100-text h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  padding-top: 10px; 
}

.home-box-100-text ul {
    font-size: 15px;
    line-height: 1.3em;
    list-style: none;
    padding-left: 5px;
    padding-top: 15px;
    display: table;
}

.home-box-100-text ul > li {
    display: table-row;
}

.home-box-100-text li:before { content: "\2714" " "; color: #78b300; display: table-cell; width: 15px; }

.home-box-100-text sup {
    vertical-align: inherit;
}

.home-box-100-text .price {
    color: #CC0017;
    font-size: 20px;    
    margin-top: 40px;
    text-align: right;
}

.home-box-100-text .price-total {
    color: #000000;
    font-size: 20px;    
    margin-top: 0px;
    text-align: right;
}

.home-box-100-text .price-info {    
    font-size: 13px;
    margin-top: 5px;
    text-align: right;
}

.home-box-100-text .price-button {
    color: #CC0017;   
    font-size: 20px;    
    margin-top: 20px;
    text-align: right;
}

.home-box-100-text a {
    text-decoration: none;
}

.home-box-100-text .price-button a {
  color: #CC0017; 
}


.home-box-50-text {
  font-family: 'Open Sans', sans-serif;
  left: 17px;
  position: absolute;
  top: 252px;
  width: 345px;
  z-index: 2;
}

.home-box-50-text h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 22px;
}

.home-box-50-text h5 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;  
  padding-top: 4px;
}

.home-box-50-text sup {
    vertical-align: inherit;
}

.home-box-50-text .price {
    color: #cc0017;
    font-size: 15px;
    margin-top: 11px;
    text-align: right;
}

.home-box-50-text .price-info {    
    font-size: 11px;
    text-align: right;
}

.home-box-50-text .price-total {    
    font-size: 15px;
    color: #000000;    
}

.home-box-33-text {
  font-family: 'Open Sans', sans-serif;
  left: 8px;
  position: absolute;
  top: 245px;
  width: 225px;
  z-index: 2;
}

.home-box-33-text h4 {
  font-weight: 300;
  font-size: 19px;
}

.home-box-33-text h5 {
  font-weight: 400;
  font-size: 13px;
  padding-top: 4px;
}

.home-box-33-text sup {
    vertical-align: inherit;
}

.home-box-33-text .price {
    color: #cc0017;
    font-size: 13px;
    margin-top: 19px;
    text-align: right;
}

.home-box-33-text .price-info {    
    font-size: 10px;
    text-align: right;
}

.home-box-33-text .price-total {    
    font-size: 13px;
    color: #000000;    
}

.sidebox .head h4 {
  background-color: #ccc;
}

.sidebox .text {
    margin-left: 47px;
    padding-left: 31px;
    padding-top: 6px;
}

.boximg {
  text-align: right;
  padding-top: 0px;
  margin-top: 0px;
}

#trustbadge {
    display: block;
    height: 100px;
    width: 100px;
}


.first.last.cart {
  list-style-type: none;
  font-weight: bold;
}

tr.line {
    border-bottom-colors: none;
    border-left-colors: none;
    border-right-colors: none;
    border-top-colors: none;
    border-color: #CECECE;
    border-image: none;
    border-left: medium none;
    border-right: medium none;
    border-style: solid none;
    border-width: 1px 0 0 0;
    line-height: 1em;
}

.tier-prices li {
  background-image: url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/listdot.gif");
  background-position: 1px 1px;
  background-repeat: no-repeat;
}

.tier-prices.product-pricing {
  background: none;
}

.tier-price-box {
  text-align: left;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  padding: 0px;  
}

.tier-price-box .tax-details {
  left: 65px;
  position: relative;
}

.tiered-pricing {
  margin: 10px 5px;
}

.tiered-pricing th {
  width: 55px;
  border-bottom: 1px solid #ddd;
  padding: 3px; 
  text-align: center;
  vertical-align: middle;
}

.tiered-pricing td {
  padding: 3px;
  text-align: right; 
}

.tiered-pricing tr.odd {
  background-color: #efefef;
}

.ytube {
	position: relative;
	margin: 0 auto;
	overflow: visible;
  width: 70%;
	max-width: 500px; 
  box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.95);  
}

.ytube:after {
	padding-bottom: 56.5%;
	display: block;
	content: '';
}

.ytube.fit-content > * {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
}

.new-method { margin-bottom: 5%; } 


.std td {
  padding: 3px;
}

.std tr:nth-child(even) { background: #efefef; }
.std tr:nth-child(odd) { background: #fff; }


.price-box-wrap .price-excluding-tax .label {
  float: none;
}

.price-box-wrap .price-excluding-tax .price {
    font-size: 12px;
    font-weight: normal;
}

button.btn-cart span {
  background: #E3000B url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/div.png) 39px 0px;
  background-repeat: no-repeat; 
}

.btn-round:active, .btn-gray:active, btn-round-s:active, .sidebar button.button:active {
  background: url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/div.png) 39px 0px, linear-gradient(to bottom,  #a8d900 0%,#78b300 100%) !important;
  background-repeat: no-repeat; 
}

button.btn-round:active span span, button.btn-gray:active span span, button.btn-round-s:active span span, .sidebar button.button:active span {
  margin-left: 12px;
}

button.btn-round, button.btn-gray, button.btn-round-s {
  height: 36px;
}

button.button span span {    
    text-shadow: 1px 1px 2px #333;
    font-weight: normal;
}


.sidebar button.button span span, button.btn-round-s span span, a.btn-round span, a.btn-gray span, button.btn-gray span span, a.btn-round span, button.btn-round span span {
    padding: 0 8px 0 8px;
    margin-left: 12px;
    height: 36px;
    line-height: 36px;
}

.sidebar button.button span, button.btn-round-s span, a.btn-round, a.btn-gray, button.btn-gray span, a.btn-round, button.btn-round span {
    padding: 0 0 0 14px;
    height: 36px;
}


span.conf-width {
  background: url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/width.png) 0px 0px;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  padding-right: 5px;
  display: inline-block;  
}

span.conf-height {
  background: url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/height.png) 0px 0px;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  padding-right: 5px;
  display: inline-block;  
}

span.conf-mat {
  background: url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/mat.png) 0px 0px;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  padding-right: 5px;
  display: inline-block;  
}

span.conf-print {
  background: url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/print.png) 0px 0px;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  padding-right: 5px;
  display: inline-block;  
}

span.conf-drill {
  background: url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/drill.png) 0px 0px;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  padding-right: 5px;
  display: inline-block;  
}

span.conf-gears {
  background: url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/gears.png) 0px 0px;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  padding-right: 5px;
  display: inline-block;  
}


span.conf-ruler {
  background: url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/ruler.png) 0px 0px;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  padding-right: 5px;
  display: inline-block;  
}


span.conf-qty {
  background: url(https://www.medienkraftwerk.de/skin/frontend/default/se105/images/qty.png) 0px 0px;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  padding-right: 5px;
  display: inline-block;  
}
 

/* Reset our unordered list */
ul.swatch-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #efefef;
}
 
ul.swatch-list li {
    display: block;
    margin-right: 10px; /* Have a slight margin on the right */
    width: 173px;
    height: auto;
    border: 1px solid transparent; /* This is so our hover effect does not shift the box */
    cursor: pointer; /* Let our users know they can click this! */
    vertical-align: middle;
    line-height: 3.2em;
    padding-left:5px;
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    border-color: #ddd;
}

ul.swatch-list li:hover {

}

ul.swatch-list li:hover > i.fa-check {
   display: block;
}

ul.swatch-list li.active {

}

ul.swatch-list li.active > i.fa-check {
   display: block;
}

.config #product-options-wrapper dt {
    width: 170px;
}

.config #product-options-wrapper dd {
    width: 160px;
}

.confboxtext {
    background-color: #efefef;
    float: left;
    margin-top: 28px;
    padding: 10px;
    width: 152px;
}


.confboxtext input {
    width: 128px;
}

.confboxtext label {
    display: block; 
    font-weight: bold;
    font-size: 14px;
    line-height: 2em;
    padding-bottom: 5px;
}


.confboxtextx {
    background-color: #efefef;
    float: left;
    font-size: 20px;
    font-weight: bold;
    height: 32px;
    margin-top: 28px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 49px;
    width: 22px;
}

.confbox {
    width: 180px;
    padding-right: 10px;
    float: left;
}

.confbox label {
    display: block; 
    background-color: #cdcdcd;
    padding: 10px; 
    font-weight: bold; 
    font-size: 14px; 
    line-height: 2.3em;  
}

.textfields {
  padding-bottom: 20px;
}

.col1-layout .product-view .product-shop.config { float:right; width:958px;  border: 1px solid #D7D7D7; margin-top: 10px; border-radius: 5px 5px 5px 5px; /* box-shadow: 1px 1px 4px #D7D7D7; */ padding: 0 10px 10px 10px; }

.price-box-config {
    float: right;
    width: 350px;
    margin-right: 19px;
}

.confboxtext input.input-text, select, textarea {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1) !important;
}


.product-shop.config .product-img-box {
  width: 960px;
}

.price-box-config .price-box-inner {
  width: 130px;
  float: left;
}

.price-box-config .add-to-box {
  float: left;
  
}

.price-box-config .add-to-box:after {
  clear: both;
}

.price-box-config .addtocart-button {
    margin-top: 0;
}

.price-box-config .price-box-wrap {
    height: 83px;
}

.product-view .product-shop .price-box-config .add-to-box {
   clear: none;   
}

.price-box-config .add-to-box {
   margin-top: 1px;
   padding-left: 10px;
}


#checkout-step-login .col-1 {
    width: 55%;
}

#checkout-step-login .col-2 {
    width: 40%;
}


.a-right > button.btn-gray span span,
.discount-form > .buttons-set > button.btn-gray span span {
    height: 22px;
    line-height: 22px;
    margin-left: -12px;
    text-shadow: none;
}


.table-messen tr:nth-child(even) {background: #CCC}
.table-messen tr:nth-child(odd) {background: #FFF}
.table-messen table td { padding: 5px; border: 1px solid #fff; }
.table-messen table th { padding: 5px; border: 1px solid #fff; font-weight: bold;}


.viplounge {
  display: block;
  padding: 10px;
  background-color: #a8d900;
  text-decoration: none !important;    
}

.viplounge span {
  color: #fff;
  font-weight: bold;  
  font-size: 14px;  
}  


.noroute {
  display: block;
  background-color: #cdcdcd;
  font-size: 14px;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.footerinfo {
  color: #e3000b;
}

.btn-vip {  
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #a8d900 0%, #78b300 100%) repeat scroll 0 0;
  border: 1px solid #a3a3a3;
  border-radius: 3px;
  cursor: pointer;
  height: 16px;
  margin: 0;
  overflow: visible;
  padding: 6px 10px;
  width: auto;
  color: #fff;  
  text-decoration: none !important;
  text-shadow: 1px 1px 2px #666666;
}

.btn-vip:hover,
.btn-vip:focus  {  
  color: #fff;
}


.registered-users .form-list input.input-text { width:225px; }


.table-rabattstaffel tr {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-radius: 6px;
}

.table-rabattstaffel tr th {
	font-weight: bold;
}

.table-rabattstaffel tr td,
.table-rabattstaffel tr th {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 2px 6px;
	border-radius: 6px;
}

.termin {
  margin-left: 135px;
}


.input-number {
  width: 45px;
  margin: 3px;
}


.flex-container {
    display: -webkit-flex;
    display: flex;
    width: 755px;
}

.flex-item {
    width: 250px;    
    margin: 5px;
    font-weight: bold;
    font-size: 14px;
    padding-left: 20px;
}

.jako {
  color: #ff0000;
}

ul.jako-text {
  margin-left: 20px;  
}

.jako-text {
  margin-left: 10px;
  padding: 10px;
  font-size: 14px;
}

.opc li.section.allow{
  background-color: #999;
}

button.button.mico-mupload-crop-btn-save {
  background: #ff0000; /* Old browsers */
  background: -moz-linear-gradient(top,  #ff0000 0%, #cc0000 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0000), color-stop(100%,#cc0000)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ff0000 0%,#cc0000 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ff0000 0%,#cc0000 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ff0000 0%,#cc0000 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ff0000 0%,#cc0000 100%); /* W3C */ 
}

.mico-mupload-crop-container {
  padding-top: 10px;
  padding-bottom: 20px;
}


#flag_prev {
  clear: both;
}

#prev_text_black,
#prev_text_white {  
  font-size: 1.5em;
  text-transform: uppercase;
  padding: 5px;
  background-color: #000;
  text-align: center;  
  line-height: 1em;
}

#prev_text_white.cup {
  background-color: #000;
  font-style: normal;
}

#prev_text_black {
  color: #000;
}

#prev_text_white {
  color: #fff;
}


#prev_flag_black,
#prev_flag_white {
  position: relative;
  display: inline;
  margin-left: 10px; 
  top: 0px;  
}

#prev_surname_black,
#prev_surname_white {
  position: relative;
  display: inline;  
  margin-left: 5px;  
  top: -1px;
}

#prev_name_black,
#prev_name_white {
  position: relative;
  display: inline;   
  top: -1px;
}

.flag_prev {
   /*
   transform: skewX(-16deg);
    */
   border: 1px solid #fff;
    
}

.flag_prev.empty {
   /*
   transform: skewX(-16deg);
    */
   border: none;
   display: none;    
}

.flag_desc {
  padding: 10px;
  text-align: center;
  font-weight: bold;
}

.cc-message {
  width: auto;
  margin-right: 0px;
  margin-left: 10%;
  font-size: 11px;
  line-height: 1em;
}

.cc-compliance {
  font-size: 12px;
  line-height: 1em;
}

.cc-banner .cc-btn:last-child {
  margin-right: 120px;  
}

.cc-banner .cc-btn:last-child {
  min-width: 20px !important;
}

.cc-window.cc-banner {
  padding: 0.5em !important;
}

.userlike {
  bottom: 80px;
}

.dsgvo p {
  padding: 10px 0;
}


.config .onsale-product-container-inside {
  width: 410px !important;
  top: 60px !important;
  left: 0px !important;
}


.validation-advice {
  padding-left: 20px;
  font-size: 11px;
  line-height: 16px;
}

.validation-failed {

}

/* Demo Notice */
.demo-notice { background:#e50b14; font-size:13px; line-height:1.5; font-weight: bold; }

.demo-notice a { color: #fff; }
.demo-notice a:hover { color: #fff; }

input.qty:disabled {
  background: #ddd;
}

.action{
  font-weight: bold;
  color: #ff0000;
}



/* 6be1e978c4e6d056f3ca70d2421a7915.css | https://www.medienkraftwerk.de/media/css_secure/6be1e978c4e6d056f3ca70d2421a7915.css */

.btn-group.werbedisplays {
  /* width: 114px; */
  width: 83px;
}

.btn-group.plattendruck {
  /* width: 175px; */
  width: 147px;
}

.btn-group.leinwand {
  /* width: 165px; */
  width: 174px;
}

.btn-group.messesysteme {
  /* width: 115px; */
  width: 122px;
}

.btn-group.klebefolie {
  /* width: 144px; */
  width: 143px;
}

.print {
  /* left: -285px; */
  left: -261px;
}

.canvas {
  /* left: -488px; */
  left: -436px;
}

.sticker {
  /* left: -681px; */
  left: -638px;
}

.displays {
  /* left: -143px; */
  left: -150px;
}


.btn-group.klebefolie {
  /* width: 143px; */
  width: 156px;
}


.flags {
  /* left: -853px; */
  left: -822px;
}



/* 6be1e978c4e6d056f3ca70d2421a7915.css | https://www.medienkraftwerk.de/media/css_secure/6be1e978c4e6d056f3ca70d2421a7915.css */

.btn-group.messesysteme {
  /* width: 122px; */
  width: 133px;
}

.btn-group.werbedisplays {
  /* width: 83px; */
  width: 93px;
}

.btn-group.plattendruck {
  /* width: 147px; */
  width: 153px;
}

.btn-group.leinwand {
  /* width: 174px; */
  width: 183px;
}

.btn-group.klebefolie {
  /* width: 156px; */
  width: 170px;
}

.btn-group.werbefahnen.last {
  /* width: 115px; */
  width: 89px;
}

.displays {
  /* left: -150px; */
  left: -161px;
}

.print {
  /* left: -261px; */
  left: -282px;
}

.canvas {
  /* left: -436px; */
  left: -463px;
}

.sticker {
  /* left: -638px; */
  left: -674px;
}

.flags {
  /* left: -822px; */
  left: -872px;
}


/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(https://www.medienkraftwerk.de/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(https://www.medienkraftwerk.de/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(https://www.medienkraftwerk.de/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://www.medienkraftwerk.de/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://www.medienkraftwerk.de/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://www.medienkraftwerk.de/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://www.medienkraftwerk.de/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://www.medienkraftwerk.de/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://www.medienkraftwerk.de/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

DIV.ajaxcartpro_progress{
	border: 1px #999999 solid;
	display: block;
	position: fixed;
	text-align: center;
	padding: 10px;
	background-color: #ffffff;
	z-index: 9999;
    color: black;
    min-width: 300px;
    min-height: 100px;
	/*position:absolute;*/
	/*top: expression(parseInt(document.documentElement.scrollTop, 10) +window.ACPTop+ "px");*/
}

DIV.ajaxcartpro_confirm{
	border: 1px #999999 solid;
	display: block;
	position: fixed;
	text-align: center !important;
	padding: 10px;
	background-color: #ffffff;
	z-index: 9999;
    color: black;
    min-heigth:104px;
    min-width: 260px;
    height:auto!important;

	/*position:absolute;*/
	/*top: expression(parseInt(document.documentElement.scrollTop, 10) +200+ "px");*/
}

DIV.ajaxcartpro_confirm p{
	width: 260px;
}



#aw_acp_continue, #aw_acp_checkout{
	padding:0;
	line-height:24px;
	height:24px;
	margin:0px auto;
	display:block;
	font-family:Arial;
	font-weight: bold;
	font-size: 12px;
	text-decoration:none;
  text-shadow: 1px 1px 2px #666666;
  background: #E3000B; /* Old browsers */  
  background-repeat: no-repeat; 
  border: 1px solid #A3A3A3;
  border-radius: 3px;  
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8d900', endColorstr='#78b300',GradientType=0 ); /* IE6-9 */;
}


#aw_acp_continue{
	color:#fff;
	/* background:url('https://www.medienkraftwerk.de/skin/frontend/default/default/ajaxcartpro/images/btn_continue_shopping.png'); */
	width:144px;
}


#aw_acp_checkout{
	color:#fff;
	/* background:url('https://www.medienkraftwerk.de/skin/frontend/default/default/ajaxcartpro/images/btn_view_cart.png') no-repeat; */
	width:200px;
}

#acp_configurable_block dt
{
    text-align: left;
    padding-left: 10px;
}

#acp_configurable_block .price
{
    font-size: 14px;
}

#acp_configurable_block .product-name
{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

#acp-overlay
{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#000;
    -moz-opacity: 0.3;
    opacity:.30;
    filter: alpha(opacity=30);
    z-index: 100;
}
#acp-overlay[id]{ /* IE6 and below Can't See This */
    position:fixed;
}

#acp_product_options
{
    display: block;
    min-width: 400px;
    height: auto !important;
    position: fixed;
    z-index:1000;
    background-color: white;
    padding: 10px;
    /*position:absolute;*/
    /*top: expression(parseInt(document.documentElement.scrollTop, 10) +window.ACPTop+ "px");*/
}

#product-options-wrapper
{
     margin:0;
}
.map-popup
{
    z-index: 1001 !important;
}

.onsale-product-container {
	cursor: pointer;
	position: relative;
	z-index: 100;
}
.onsale-product-container-inside {
	cursor: pointer;
	position: absolute;
	z-index: 100;
}

div.onsale-product-label {
    position: absolute;
    top: 3px;
    left: 4px;
    margin-left: -2px;
    text-align: center;
} 

div.onsale-onsale-product-label-text {
	FONT-FAMILY: inherit;
	FONT-SIZE: 16px;  
	TEXT-ALIGN: center;
	VERTICAL-ALIGN: middle;
	COLOR: #FFFFFF;
}

div.new-onsale-product-label-text {
	FONT-FAMILY: inherit;
	FONT-SIZE: 16px;
	TEXT-ALIGN: center;
	VERTICAL-ALIGN: middle;
	COLOR: #FFFFFF;
}

div.custom-onsale-product-label-text {
	FONT-FAMILY: inherit;
	FONT-SIZE: 16px;
  FONT-WEIGHT: bold;
	TEXT-ALIGN: center;
	VERTICAL-ALIGN: middle;
	COLOR: #FFFFFF;
  background: #8ac100;
  padding: 6px;    
}


div.onsale-category-container-grid {
	position: relative;
}

div.onsale-category-container-list {
	position: relative;
	float: left;
}

.onsale-category-container {
	cursor: pointer;
	position: absolute;
	z-index: 100;
}

div.onsale-category-label {
    position: absolute;
    top: 3px;
    left: 4px;
    margin-left: -2px;
    text-align: center;
}

div.onsale-onsale-category-label-text {
    color:#FFFFFF;
    font-family:Arial;
    font-size:11px;
    font-weight:bold;
}

div.new-onsale-category-label-text {
    color:#FFFFFF;
    font-family:Arial;
    font-size:11px;
    font-weight:bold;
}

div.custom-onsale-category-label-text {
    color:#FFFFFF;
    font-family:Arial;
    font-size:11px;
    font-weight:bold;
    padding-left: 3px;
}




/**
 * BelVG LLC.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://store.belvg.com/BelVG-LICENSE-COMMUNITY.txt
 *
  /***************************************
 *         MAGENTO EDITION USAGE NOTICE *
 * *************************************** */
/* This package designed for Magento COMMUNITY edition
 * BelVG does not guarantee correct work of this extension
 * on any other Magento edition except Magento COMMUNITY edition.
 * BelVG does not provide extension support in case of
 * incorrect edition usage.
  /***************************************
 *         DISCLAIMER   *
 * *************************************** */
/* Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future.
 * ****************************************************
 * @category   Belvg
 * @package    Belvg_CallForPrice
 * @copyright  Copyright (c) 2010 - 2011 BelVG LLC. (http://www.belvg.com)
 * @license    http://store.belvg.com/BelVG-LICENSE-COMMUNITY.txt
 */
div.call-for-price {background: url(https://www.medienkraftwerk.de/skin/frontend/default/default/images/belvg/call.png) left top no-repeat; display:block; width: 96px; height:50px;float:left}

span.call-for-price { font-weight: bold; }
/**
 * MageWorx
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the MageWorx EULA that is bundled with
 * this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.mageworx.com/LICENSE-1.0.html
 *
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@mageworx.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade the extension
 * to newer versions in the future. If you wish to customize the extension
 * for your needs please refer to http://www.mageworx.com/ for more information
 * or send an email to sales@mageworx.com
 *
 * @category   skin_default
 * @package    MageWorx_Downloads
 * @copyright  Copyright (c) 2009 MageWorx (http://www.mageworx.com/)
 * @license    http://www.mageworx.com/LICENSE-1.0.html
 */

/**
 * Downloads extension
 *
 * @category   skin_default
 * @package    MageWorx_Downloads
 * @author     MageWorx Dev Team <dev@mageworx.com>
 */

.downloads-links-block {
	margin-top: 4px;
	margin-bottom: 7px;
  border: solid 1px #F0F0F0;
  /*border-radius: 5px 5px 5px 5px; */ /* box-shadow: 1px 1px 4px #D7D7D7; */ 
  padding: 0px;
  width: 670px;
}
.downloads-links-block .head {
    padding: 5px 11px 5px 3px;
    background-color: #F6F6F6;
    border-bottom: 1px solid #F0F0F0;
    /*background-image: url("https://www.medienkraftwerk.de/skin/frontend/default/se105/images/sprites_repeat.gif");
    background-position: 5px -1954px;
    background-repeat: no-repeat;
    border-radius: 5px 5px 0px 0px;
    border-bottom: 1px solid #d7d7d7;*/
}
.downloads-links-block table {
    padding-left: 5px;
    margin: 5px 11px 5px 11px;
}
.downloads-links-block td {
	padding-right: 5px;
}
.downloads-links-block span {
	padding-left: 5px; 
	color: #EF5E2C;
	font-style: italic;
}

#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
	background-color: #000!important;
}
#MB_overlay[id] { position: fixed; }

#MB_window {
	position: absolute;
	top: 0;
	border: 0 solid;
	text-align: left;
	z-index: 10000;
}
#MB_window[id] { position: fixed!important; }

#MB_frame {
	position: relative;
	background-color: #FFF;
	height: 100%;
}

#MB_header {
	margin: 0;
	padding: 0;
}

#MB_content {
	padding: 6px .75em;
	overflow: auto;
}

#MB_caption {
	font: bold 100% "Lucida Grande", Arial, sans-serif;
	text-shadow: #FFF 0 1px 0;
	padding: .5em 2em .5em .75em;
	margin: 0;
	text-align: left;
}

#MB_close {
	display: block;
	position: absolute;
	right: 5px; top: 4px;
	padding: 2px 3px;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}
#MB_close:hover {
	background: transparent;
}

#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	background: transparent url(https://www.medienkraftwerk.de/skin/frontend/default/default/css/mageworx/spinner.gif) 50% 0 no-repeat;
}

/* Color scheme */
#MB_frame {
	padding-bottom: 7px;
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#MB_window {
	background-color: #EFEFEF;
	color: #000;
	-webkit-box-shadow: 0 8px 64px #000; 
	-moz-box-shadow: 0 0 64px #000; 
	box-shadow: 0 0 64px #000;
	
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#MB_content { border-top: 1px solid #F9F9F9; }
#MB_header {
  background-color: #DDD;
  border-bottom: 1px solid #CCC;
}
#MB_caption { color: #000 }
#MB_close { color: #777 }
#MB_close:hover { color: #000 }


/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}
.captcha-input {
	margin-left:0px; width:128px !important;
}

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * @category  Symmetrics
 * @package   Symmetrics_StockIndicator
 * @author    symmetrics gmbh <info@symmetrics.de>
 * @author    Andreas Timm <at@symmetrics.de>
 * @author    Ngoc Anh Doan <nd@symmetrics.de>
 * @copyright 2010 symmetrics gmbh
 * @license   http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 * @link      http://www.symmetrics.de/
 */
 
/**
 * StockIndicator styles
 *
 * @category  Symmetrics
 * @package   Symmetrics_StockIndicator
 * @author    symmetrics gmbh <info@symmetrics.de>
 * @author    Andreas Timm <at@symmetrics.de>
 * @author    Ngoc Anh Doan <nd@symmetrics.de>
 * @copyright 2010 symmetrics gmbh
 * @license   http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 * @link      http://www.symmetrics.de/
 */
.stock-indicator-wrapper { padding: 0px }

.stock-indicator { margin: 0px }

.stock-indicator.horizontal {
    width: 330px;
    /* height: 11px; */
    /* background: url(https://www.medienkraftwerk.de/skin/frontend/default/default/images/stockindicator/sprite_vertical.gif) repeat-x; */
}

.stock-indicator.vertical {
    width: 11px;
    height: 33px;
    /* background: url(https://www.medienkraftwerk.de/skin/frontend/default/default/images/stockindicator/sprite_horizontal.gif) repeat-y; */
}

.red.horizontal { /* background-position: 0 -11px; */ color: #FF0000; font-weight: bold; }
.yellow.horizontal { /* background-position: 0 -11px; */ color: #FF6600; font-weight: bold; }
.green.horizontal { /* background-position: 0 -22px; */ color: #009900; font-weight: bold;}

.yellow.vertical { background-position: -11px 0; }
.green.vertical { background-position: -22px 0; }
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * @category  Symmetrics
 * @package   Symmetrics_TrustedRating
 * @author    symmetrics gmbh <info@symmetrics.de>
 * @author    Yauhen Yakimovich <yy@symmetrics.de>
 * @copyright 2010 symmetrics gmbh
 * @license   http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 * @link      http://www.symmetrics.de/
 */
div.trustedrating-widget {
    vertical-align: middle;
    text-align: center;
    margin-bottom: 5px;
}

