/**
 * 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 ================================================================================= */
* { margin:0; padding:0; }
html {
    height: 100%;
    width: 100%;
}
.catalog-product-compare-index > div { min-width:600px;}

body          { font-family:Arial; font-size:11px; line-height:16px; color:#555454; text-align:center; min-width:320px; position:relative; -webkit-text-size-adjust: none; }
body > .wrapper { position:relative;}
.wrapper-tail{}

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

/* Headings */
h1            { font-size:20px; font-weight:normal; line-height:1.15; margin-bottom:0px; }
h2            { font-size:18px; font-weight:normal; line-height:1.25;margin-bottom:7px;}
h3            { font-size:16px; font-weight:bold; line-height:1.25; margin-bottom:7px;}
h4            { font-size:14px; font-weight:bold; margin-bottom:7px; }
h5            { font-size:12px; font-weight:bold; margin-bottom:7px;}
h6            { font-size:11px; font-weight:bold; margin-bottom:7px;}

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
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; margin-bottom:5px;}
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; }
.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; }

.padding-r,
.padding-s { padding:8px 8px; border:1px solid #d6d6d6; }
.padding-l { padding:8px 8px; border:1px solid #d6d6d6; }
/* ======================================================================================= */

/* Layout ================================================================================ */
.wrapper {width:100%; overflow:hidden;}
.tail-top {  }
.page { margin:0 auto; padding:0 0 0; text-align:left; }
.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; margin:0 auto; background:#fff;}
.page-popup  .ratings .rating-box {float:none; margin:0 auto 10px;}
.main-container { padding-bottom:20px; position:relative; z-index:1; }
.main {  }

/* Base Columns */
.col-left { float:left; }
.col-main { float:left; }
.col-right { float:right; }

/* 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 {  }
.col3-layout .col-wrapper { float:left; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 {  }
.col2-set .col-2 {  }
.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:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
input.input-text,select,textarea { border:1px solid #D6D6D6; }
input.input-text,textarea { padding:3px 2px 4px 2px; }
select { padding:2px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #ddd; 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 { color:#668dc4; width:40px !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { 
	background:transparent;
	border:0;
	overflow:visible;
	cursor:pointer;
	padding:0;
	margin:0;
	width:auto;
}
button.button > span { 
    float:left; 
	font-size:12px;
	line-height:32px;
	color:#fff;
	text-align:center;
	white-space:nowrap; 
	padding:0;
	height:32px;
}
button.button span span {}
button.button:hover > span {
}	

/********** Button right Contact Form and Account login home *****************/	
/*******************************************************/	
	

button.disabled {}
button.disabled span {}


button.btn-checkout span {}
button.btn-checkout span span {}
button.btn-checkout.no-checkout {}

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */

/* Form lists */
/* Grouped fields */
.form-list li { }
.form-list label { float:left; color:#000000; font-weight:bold; position:relative; z-index:0; display:inline-block; padding-bottom:5px; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#668dc4; position:absolute; top:0; right:-8px; }
.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 .input-box { display:block; clear:both; margin-bottom:7px; width:260px; }
.form-list .field { float:left; width:360px; }
.form-list input.input-text { width:333px; }
.form-list textarea { resize:none; width:254px; height:10em; }
.form-list select { }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { }
.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:65px; }
.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:132px; }
.form-list .name-middlename input.input-text { width:104px; }

.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:318px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }
.field.name-suffix{ margin-top:8px;}
.field.name-prefix{ margin-bottom:10px}
.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:210px; }

.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:230px; }

.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:191px; }

.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:202px; }

.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:171px; }

.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:35px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:213px; }

.buttons-set { clear:both; margin:5px 0 0; padding:5px 0 5px 0;}

.buttons-set .back-link { float:left; margin-top:5px; }
.buttons-set .back-link a{ color:#000;}
.buttons-set .back-link a:hover{ color:#668dc4;}
.buttons-set button.button { float:right; }
.buttons-set p.required { margin:0 0 10px; font-size:12px; color:#668dc4; }

.buttons-set-order {}

.fieldset > p { margin-bottom:10px; }
.fieldset .legend {font-weight:bold; font-size:12px; text-transform:uppercase; position:relative; padding-bottom:8px; color:#668dc4; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; font-size:10px; line-height:13px; color:#d80000; }
.validation-failed { border:2px solid #d80000 !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:0 0 20px; }
.messages li li { margin:4px 0 3px; }

div.alert a{ font-size:12px; color:#668dc4; padding-left:5px;}
div.alert a:hover{ color:#fff;}
div.alert {position:fixed;background:#353535; top:0; left:50%; width:333px; margin-left:-220px; padding:20px 60px; color:#FFF; z-index:999; font-size:12px; font-weight:bold; color:#ececec; border-radius:0 0 3px 3px; text-align:center;}


div.alert button{background:url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/remove-popup.png) 0 0 no-repeat; width:9px; height:9px; position:absolute; right:20px; top:45%; border:none; z-index:9999;}
div.alert button:hover{ cursor:pointer; background-position:0 -9px;}

.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:7px 6px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:7px 8px 10px 56px !important; font-size:12px !important; font-weight:bold !important; }
.success-msg  {border-color:#dfebb5;}
.error-msg {  background:url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/i_msg-note.png) left -3px no-repeat #fde4e1; color:#df0505; font-weight:bold;  }
.success-msg { background-color:#f7fde1; background-image:url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/i_msg-success.png); color:#95bc01; font-weight:bold; }
.note-msg,
.notice-msg { background:url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/i_msg-note.png) 7px 6px no-repeat #fde4e1!important; border-color:#ebbcb5; color:#df0505; font-weight:bold;}

/* BreadCrumbs */
.breadcrumbs {
	background:#f8f8f8;
	padding:6px 15px 6px;
	margin:0 0 20px;
	overflow:hidden;
	border:1px solid #D6D6D6;
}
.breadcrumbs li { float:left; color:#7b7b7b; }
.breadcrumbs li a {text-decoration:none; color:#7b7b7b;}
.breadcrumbs li a:hover {color:#668dc4;}
.breadcrumbs li span {
	display:inline-block;
	margin:0 8px 0 6px;
}
.breadcrumbs li strong {font-weight:normal; color:#668dc4; }

/* Page Heading */
.page-title,
.category-title {padding:11px 18px; margin:-8px -8px 9px; background:url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/page-title.gif) repeat-x center top #f8f8f8; border-bottom:1px solid #d6d6d6; }
.category-title {display:block;}

.page-title h1,
.page-title h2 {
	font-size:13px;
	line-height:22px;
	color:#303030;
}

.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; }

/********************************************************************************* End ********************************************************************************/

/* Pager */
.pager { text-align:center; }
.pager .amount.spinner{ padding-top:13px;}
.pager .amount strong{ font-weight:normal; color:#383737; display:inline-block; padding-top:0px;}
.pager .amount strong span{ font-weight:bold; color:#668dc4;}
.pager .limiter { float:right; min-width: 89px;  }
.pager .pages  strong { color:#000; padding-right:3px;}
.pager .pages ol { display:inline;  }
.pager .pages li { }

/* Sorter */
.sorter {}
.sorter .view-mode { float:left; }
.sorter .view-mode { float:left; text-indent:-77777px; overflow:hidden; height:24px; width:100px; padding: 2px 0 0;}
.sorter .view-mode .grid {display:block; float:left; width:17px; height:16px; background:url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/grid-list.gif) no-repeat left -16px;}
.sorter .view-mode a.grid {background-position:0 0;}
.sorter .view-mode a.grid:hover {background-position:0 -16px;}
.sorter .list {display:block; float:left; width:17px; height:16px; background:url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/grid-list.gif) no-repeat right 0; margin-left:10px; }
.sorter a.list {background:url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/grid-list.gif) no-repeat right 0;}
.sorter strong.list {background:url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/grid-list.gif) no-repeat right -16px;}
.sorter a.list:hover {background-position:right -16px;}
.sorter .sort-by { float:right; min-width:152px; }
.sorter .sort-by .right a {display:inline-block; margin-left:5px;}
.sorter .sort-by label { display:inline-block; padding-top:2px; padding-right:6px; float:left;}
.sorter .link-feed {}
#easyTooltip{padding:5px 10px;border:1px solid #668dc4;background:#668dc4;color:#fff;font-size:12px; text-transform:uppercase;text-transform:none;position:relative;z-index:99;font-weight:normal;}
/* Toolbar */


/* Data Table */
.data-table { width:100%; }
.data-table th { padding:10px 15px; border:0; font-weight:bold; white-space:nowrap; color:#000; }
.data-table td { padding:10px 15px; border:0; }
.data-table thead {  }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first { }
.data-table tr.first th.label { }
.data-table tr.last {}
.data-table tr.odd th.label{ }
.data-table tr.even { background: #ededed }
.data-table tr.odd { background: #f4f4f4}
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even {  }
.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:normal; }
.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://dev.industrieklettershop.de/skin/frontend/iks/default/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://dev.industrieklettershop.de/skin/frontend/iks/default/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; padding-left:12px; }
.links li.first {}
.links.LoginLink li.first { padding-left:12px !important; }
.links li.last { padding-bottom:0; }
.links li a{ text-decoration:none;}
.links li a:hover{}
.link-cart { }
.link-cart:hover{ }
.link-wishlist { }
.link-reorder {  }
.link-compare { }
.link-print { background:url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; }
.link-rss { background:url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
.btn-remove { display:block; width:10px; height:10px; font-size:0; line-height:0; background:url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; margin-left: 13px; }
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; margin-left:2px;}
.btn-remove:hover {}
.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }
.prod-cart img{ border:1px solid #ededed;}
.prod-cart img:hover{ border:1px solid #92b802;}
.separator { margin:0 3px; }

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

/* Noscript Notice */
.noscript { border:1px solid #ddd; 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://dev.industrieklettershop.de/skin/frontend/iks/default/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; }
/* Cookie Notice */
.notice-cookie { border-bottom:1px solid #cfcfcf; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.notice-cookie .notice-inner { width:870px; margin:0 auto; padding:12px 0 12px 80px; background:url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.notice-cookie .notice-inner p { margin:0 0 10px; border:1px dotted #cccc73; padding:10px; }
.notice-cookie .notice-inner .actions { }
/* ======================================================================================= */

/* Logo ================================================================================ */
.logo { float:left; }
.header .logo {
	float:left;
	display:block;
	text-decoration:none !important;
	margin-top:37px;
	position:relative;
	z-index:2;
}
.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 { margin:0; padding:0; }
.header .logo img {max-width:100%; height:auto;}

/* Header ================================================================================ */
.header-container { background:url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/header-bg.jpg) 0 0 repeat-x; }
.header { padding:3px 0 22px; position:relative;}
.header .quick-access{ float:right; padding:20px 0 0 0;}
.header .header-row{ float:right;}
.header .welcome-msg {
	float:left;
	display:block;
	font-size:11px;
	color:#5896ee;
	text-align:left;
	padding-top:11px;
}
.header .welcome-msg a {}
.header .header-buttons {float:right;}
.header .links { float:right; text-align:right; }
.header .links li {float:left;}
.header .links li a {display:inline-block;color:#7b7b7b;}
.header .links li a:hover {color:#000;}
.header .links  #FME-contact-form{ display:none;}
.header .form-search { text-align:right; }
.header .form-search .search-autocomplete img{ float:left; margin-right:10px; margin-bottom:10px;}
.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.header .form-search .search-autocomplete li { font-size:12px; padding:10px; border-bottom:1px solid #e9e9e9; cursor:pointer; text-align:left; }
.header .form-search .search-autocomplete li:hover { background-color:#f5f5f5; }
.header .form-search .search-autocomplete li.last { border-bottom:none; }
.header .form-search .search-autocomplete li .description{ font-size:12px; padding-top:12px;}
.header .form-search .search-autocomplete li.suggest{ padding:7px;}
.header .form-search .search-autocomplete li.suggest:hover{  background:#92b802!important;}
.header .form-search .search-autocomplete li .amount { display:inline-block; color:#f00; margin-right:5px; }
.header .form-search .search-autocomplete li .amount-2 { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}
.header-container .top-container { clear:both; text-align:right; }
.header .block-currency {float:right; border:none; margin:0 0 0 30px; padding:0; background:none;}
.header .block-currency .block-content {padding:0; border:0; float:right; clear:right; background:none; margin:0;}
.header .block-currency .block-title {
	font-family:Arial, Helvetica, sans-serif;
	text-transform:none;
	background:none; 
	margin:0px;
	border:0px; 
	padding:0px 10px 0 0; 
	float:left; 
	display:inline-block; 
}
.header  .block-currency .block-title strong,
.form-language label {	
	font-size:12px;
	line-height:normal; 
	font-weight:normal; 
	padding-top:4px; 
	float:left;
	text-align:right; 
	font-family:Arial, Helvetica, sans-serif;
	text-transform:none;
}
.header select {font-size:11px; font-family:Arial, Helvetica, sans-serif; line-height:normal; background:#ccc; padding:3px;	border:1px solid #ddd !important;}
.form-language {float:right;}
#search_mini_form {
	float:right;
	position:relative;
	padding: 0;
	margin: 0;
	clear:both;
}
.header .form-search {overflow:hidden; font-size:16px; line-height:normal;}
.header .form-search .input-text {
	float:left;
	border:1px solid #d6d6d6;
	background:#f6f6f6;
	font-size:11px;
	line-height:14px;
	color:#363636;
	padding: 6px 6px 7px;
	margin-right:2px;
	width:225px;
}
.header .form-search button.button {} 
.header .form-search button.button span { height:29px; line-height:29px;}
.header .form-search button.button:hover span {}
.header .form-search label {float:left; margin-left:17px; display:none;}
#select-form { margin-left:1px;}	

.header-buttons {margin-bottom:25px;}
.header-buttons .row-1 {float:right;}
.header .row-2 {float:right;}
.header .row-2 .slogon {
	float:right;
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size:18px;
	line-height:22px;
	color:#668dc4;
	font-style:italic;
	margin-bottom:11px;
}
.header .row-2 .slogon span { color:#321d0a; }
.header-button {
	float:right;
	position:relative;
	background:#f1f1f1;
	border:1px solid #f1f1f1;
	margin-left:5px;
}
.header-button:hover {border-color:#668dc4;}
.header-button > a {
	display:block;
	background-repeat:no-repeat;
	height:30px;
	width:38px;
}
.header-button > a:hover { background-color:#668dc4; }
.header-button.currency-list > a,
.header-button.lang-list > a {
	background-image:url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/marker-9.gif);
	background-position: center 22px;
	font-size:12px;
	line-height:18px;
	color:#929292;
	text-transform:capitalize;
	text-align:center;
	padding: 2px 0 0;
	height:28px;
	width:38px;
}
.header-button.currency-list > a:hover,
.header-button.lang-list > a:hover {color:#fff; }
.header-button.menu-list > a {background-image:url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/button-menu.png); background-position: center 7px;}
.header-button.lang-list ul {width:120px;}
.header-button.currency-list ul {width:200px;}
.header-button.menu-list ul {width:150px;}
.header-button ul {
	display:none;
	background:#668dc4;
	text-align:left !important;
	position:absolute;
	right:0px;
	top:31px;
	padding:0;
	z-index:999;
}
.header-button ul li {
	float: none !important;
	display:block;
	padding-left:0px;
}
.header-button ul li a {
	display:block !important;
	background:#668dc4;
	font-size:14px;
	line-height:17px;
	color:#fff !important;
	padding: 5px 10px;
	min-height: 18px;
}
.header-button ul li a:hover {background-color:#3a3a3a !important;}
.header-button ul li span {display:none;}

.top-login {
	float:right;
	display:none;
	position:relative;
	overflow:hidden;
	height:38px;
}
.top-login ul {
	display:block !important;
	background:none;
	border:none;
	padding:0;
	position:relative;
	top:0;
	left:0;
}
.top-login ul li { padding:0 !important; }
.top-login ul li a {
	display:block !important;
	background:url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/button-login.png) center 10px no-repeat;
	text-indent:-5000px;
	text-align: left !important;
	padding:0;
	height:38px;
	width:38px;
}
.top-login ul li a:hover {background-color:#668dc4 !important;}

.menu-list {display:none;}

/*************Header Cart **********************/
.header-container .top-container { clear:both; text-align:right; }
.title-cart {font-size:11px; color:#303030; font-weight:normal; float:left; text-transform:none; margin:0 5px 0 0; line-height:16px;}
.block-cart-header .block-content {float:left; background:url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/marker-9.gif) right 6px no-repeat; padding-right:15px;}
.block-cart-header {
	float:right;
	font-size:11px;
	color:#668dc4;
	margin-bottom:22px;
}
.block-cart-header .summary,
.block-cart-header .empty {
	color:#668dc4;
	font-weight:normal;
	padding:0;
}
.block-cart-header .summary .price {font-weight:normal;}
.block-cart-header .summary:hover {cursor:pointer;}
.block-cart-header .btn-remove { float:right; margin: 0 5px 0 0;  }
.block-cart-header .btn-edit { float:right; margin: 0 5px 0 0; }
.block-cart-header .truncated {display:none;}
.cart-inner{position:relative;  z-index:9999;}
.block-cart-header .amount-2 { display:block;line-height:15px; color:#668dc4; float:left; margin-right:5px;}
.block-cart-header .amount-2 span {color:#649503;}
.block-cart-header .amount-2 strong {
	display:block;
	line-height:15px;
	text-decoration:none;
	font-weight:normal;
}
.block-cart-header .amount-2:hover .cart-content { display:block;}
.block-cart-header .cart-content{ position:absolute; right:0; top: 2px; z-index:9999; width:230px; display:none; }
.cart-indent { }
.block-cart-header .actions { background:#668dc4; padding:20px 20px 10px; overflow:hidden;}
.block-cart-header .actions button.button {float:left; margin-bottom:10px;}
.block-cart-header .actions > button.button {margin-right:40px;}
.block-cart-header .actions button.button+button.button {margin-right:0;}
.block-cart-header button.button:hover > span {	}

.block-cart-header .mini-products-list li{ background:#f9f9f9; border-top:1px solid #D6D6D6; clear:both; min-height:85px; padding-left:20px; padding-right:20px; padding-top:20px; padding-bottom:20px; position:relative;}
.block-cart-header .mini-products-list .product-image { width:70px; border:1px solid #ededed;}
.block-cart-header .mini-products-list .product-details { color:#8a8989; margin: 0 0 0 90px; text-transform:uppercase;}
.block-cart-header .mini-products-list .product-details a:hover {color:#668dc4;}
.block-cart-header .mini-products-list .product-details .product-name { float:none; margin: 0 0 14px; }
.block-cart-header .mini-products-list .product-details .product-name a {
	font-size:14px;
	line-height:17px;
	color:#3a3a3a;
	text-decoration:none;
	text-transform:none;
}
.block-cart-header .mini-products-list .product-details .product-name a:hover { text-decoration:underline; }
.block-cart-header .mini-products-list .product-details strong { font-weight:normal;}
.block-cart-header .block-subtitle{ background:#668dc4; color:#fff;  padding: 0 20px 11px;}
.block-cart-header .product-name{ padding-bottom:0px; width:105px !important; }
.block-cart-header .price{ font-weight:bold; color:#668dc4; }
.block-cart-header .subtotal { background:#668dc4; color:#fff; padding: 15px 20px 0; }
.block-cart-header .subtotal .label{ font-weight:bold;}
.block-cart-header .subtotal .price { float:right; color:#fff; }
.block-cart-header .mini-products-list .product-image:hover {border-color:#668dc4} 

/********************Header Cart end ***********************/

/************************************ < Navigation *******************************************************************************************************************************/
/********** Navigation > */
/* Show menu */
.col2-set{ width:auto;}
/*========================================================================================== Sidebar =============================================================================== */
/* ================================================================================================================================================================================== */

.block { margin:0 0 20px; border:1px solid #d6d6d6; padding:5px 8px 10px; }
.block.last_block {margin-bottom:0;}
.block .block-title {
	padding:11px 8px; 
	margin:-5px -8px 9px;
	background:url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/page-title.gif) repeat-x center top #f8f8f8; 
	border-bottom:1px solid #d6d6d6;
	position:relative;
}

.block .block-title strong {
	font-size:13px;
	line-height:22px;
	color:#303030;
	font-weight:normal;
}
.block .block-title strong span { }
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle {
	font-size:12px;
	line-height:16px;
	color:#668dc4;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:14px;
}
.block .block-content {color:#8a8989; padding-top:5px;}
.block .block-content li.item { padding: 15px 0; border-top:1px solid #D6D6D6; }
.block .block-content li.item:first-child{ border:none; padding-top:0;}
.widget.widget-catalogsale-products .block ol li { padding:20px 0 20px 0;}
.widget.widget-catalogsale-products .price-box.map-info{ padding:10px 0 10px 0;}
.widget.widget-catalogsale-products .price-box.map-info a{ padding-left:0;}
.block .btn-remove,
.block .btn-edit { float:right;}
.block .actions { padding:17px 0 0 0;}
.block .actions a {
	display:inline-block;
	color:#668dc4;
	font-weight:bold;
	text-decoration:underline;
	margin-left:10px;
}
.block .actions a:hover{ text-decoration:none;}
.block-compare .actions{ padding:20px 0 10px 0;}
.block .empty {}

.block li.odd {}
.block li.even {}
.sidebar-indent {}

/******************************************************************************** Mini Products List ******************************************************************************/
.mini-products-list li { padding:5px 0; }
.mini-products-list .product-control-buttons { overflow:hidden; position:relative; margin-bottom:5px; }
.mini-products-list .product-image { float:left; width:55px;background:#fff; border:1px solid #D6D6D6; }
.mini-products-list .product-image img {}
.mini-products-list .product-details { padding-top:10px; overflow:hidden; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
.mini-products-list .product-name {
	float:left;
	margin-left:10px;
	width:145px;
}
.block-cart .mini-products-list .product-name a:hover { color:#668dc4; }
.block-cart .mini-products-list .product-name,
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }

/* Block: Account */
.block-account ul li{ padding-bottom:5px;}

/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; }

/******************************************************************************** Block: Layered Navigation ************************************************************************/
.block-layered-nav {}
.block-layered-nav dt { border-top:1px solid #D6D6D6; font-weight:bold; color:#000000; padding-top:15px; }
.block-layered-nav dd { padding:10px 0 10px 19px; margin-bottom:15px;}
.block-layered-nav dd.odd.last { padding-bottom:0; margin-bottom:0;}
.block-layered-nav dd li a { color:#8a8989; text-decoration:none; }
.block-layered-nav dd li a:hover { color:#383737;}
.block-layered-nav dd li {
	color:#668dc4;
	background:url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/block-layered-nav-marker.gif) 0 8px no-repeat;
	padding: 0 0 3px 13px;
}
.block-layered-nav .currently {}
.block-layered-nav .btn-remove { float:right; margin:0px 3px 0 2px; }
.block-layered-nav .block-subtitle {}
.block-layered-nav .block-content .actions a{ color:#363636; text-decoration:none;}
.block-layered-nav .block-content .actions a:hover{ color:#668dc4;}
.block-layered-nav .block-content .actions{ padding-top:5px; padding-bottom:10px;}

/*********************************************************************** Block: Spacials *********************************************************************************************/
.widget-catalogsale-products {}
.widget-catalogsale-products .price-box .price-label {display:none;}

#product_tabs_review_tabbed_contents #review-form h3 span{ color:#668dc4;}

/************************************************************************************ Block: Cart ***********************************************************************************/
.block-cart {}
.block-cart .block-content li.item.last {padding-bottom:0;}
.block-cart .summary {}
.block-cart .amount {
	border-bottom:1px solid #D6D6D6;
	padding-bottom: 12px;
	margin-bottom:16px;
}
.block-cart .amount a {
	color:#668dc4;
	font-weight:bold;
}
.block-cart .amount a:hover { text-decoration:underline; }
.block-cart .subtotal {}
.block-cart .subtotal .price{ font-weight:bold; color:#000; padding-left:6px; }
.block-cart .subtotal .label {}
.block-cart .amount-2{ border-top:1px solid #D6D6D6; color:#000000; padding-top:16px; padding-bottom:17px;}
.block-cart .amount-2 a{ text-decoration:none; font-weight:bold; color:#668dc4;}
.block-cart .amount-2 a:hover{ color:#000000;}
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; display:none; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 5px 0; }
.block-cart .actions {border-bottom:1px solid #D6D6D6;padding-bottom:20px;margin-bottom:17px;}
.block-cart .product-details { text-transform:uppercase;}
.block-cart .product-details strong{ font-weight:normal; padding:0 0 0 3px;}
.block-cart .block-title{ padding-bottom:8px;}

.block-cart .product-details .price,
.block-related .regular-price .price {color:#668dc4; font-size:11px;font-weight:bold;}

.block-cart .product-name a { text-decoration:none; line-height:18px; text-transform:none; display:inline-block;}
.block-cart .product-name a:hover { color:#000;}

/**************************************************************************** Block: Wishlist ******************************************************************************************/
.block-wishlist {}
.block-wishlist .btn-remove{ margin-left:7px;}
.block-wishlist .product-name a { text-decoration:none;}
.block-wishlist .product-name a:hover{ color:#668dc4;}
.block-wishlist .block-title small {}
.block-wishlist .regular-price .price { font-size:12px; font-weight:bold; float:none;}
.block-wishlist .price-box {float:left; color:#000;}
.block-wishlist .link-cart { float:right; text-decoration:underline; }
.block-wishlist .link-cart:hover { text-decoration:none; }
.block-wishlist .block-content li.item {border-bottom: 1px solid #E6E6E6;padding:20px 0 20px 0;}
.block-wishlist .block-content li.item.last{}
.block-wishlist .product-name {}
.block-wishlist .actions a {
	font-size:12px;
	line-height:25px;
	color:#fff;
	text-align:center;
	white-space:nowrap; 
	text-decoration:none;
	font-weight:normal;
	margin:0;
	padding:0 10px;
	height:25px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a3a3a', endColorstr='#494949'); /* IE6-9 */
	background: -webkit-gradient(linear, left top, left bottom, from(#3a3a3a), to(#494949));
	background: -moz-linear-gradient(top,  #3a3a3a,  #494949); /* firefox 3.6+ */
	background: -o-linear-gradient(top,  #3a3a3a,  #494949); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3a3a3a,  #494949); /* IE10+ */
}
.block-wishlist .actions a:hover{
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#668dc4', endColorstr='#d5773a'); /* IE6-9 */
	background: -webkit-gradient(linear, left top, left bottom, from(#668dc4), to(#d5773a));
	background: -moz-linear-gradient(top,  #668dc4,  #d5773a); /* firefox 3.6+ */
	background: -o-linear-gradient(top,  #668dc4,  #d5773a); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #668dc4,  #d5773a); /* IE10+ */
}
.block-wishlist .actions { padding-bottom:5px;}

/********************************************************************************** Block: Related **********************************************************************************/
.product-image {display:inline-block;}
.block-related {}
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; margin: 5px 5px 0 0; }
.block-related .product {overflow:hidden;}
.block-related .product .product-image { float:left; }
.block-related .product .product-details .regular-price { float:none; }
.rel-label{ color:#333; padding-top:6px; display:inline-block;}
.block-related .link-wishlist{ font-weight:bold; color:#668dc4;}
.block-related .link-wishlist:hover{ text-decoration:underline; color:#000;}
.block-related .block-content li.item {padding:20px 0;}
.block-related .block-content li.item:first-child{ padding-top:0;}
.block-related .block-content li.item.last{ padding-bottom:10px;}
.block-related .product-name { width:110px; }

/******************************************************************* Block: Compare Products ******************************************************************************************/

.block-compare {}
.block-compare li { padding:12px 0; }
.block-compare .block-content {}
.block-compare .btn-remove{ margin-top:4px; margin-left:10px;}
.block-compare #compare-items{}
.block-compare .block-content li.item { padding:16px 0; }
.block-compare .block-title small{ display:none;}
.block-compare .product-name a { text-decoration:none; }
.block-compare .product-name a:hover{ color:#668dc4;}

/********************************************************************* Block: Recently Viewed *************************************************************************************/
.block-viewed {}
.block-viewed li a,
.block-compared li a { text-decoration:none; display:inline-block;}
.block-viewed li a:hover,
.block-compared li a:hover { color:#668dc4;}
.block-viewed .block-content li.item,
.block-compared .block-content li.item { border-top:1px solid #D6D6D6; padding:15px 0 15px 0; border-bottom:0;}
.block-viewed .block-content li.item:first-child,
.block-compared .block-content li.item:first-child {border-top:none;}

/********************************************************************* Block: Recently Compared ***********************************************************************************/
.block-compared { }
#co-payment-form{ width:100px;}

/********************************************************************* Block: Poll **************************************************************************************************/
.block-poll { }
.block-poll .block-title strong span {}
.block-poll .block-subtitle {
	font-size:12px;
	line-height:15px;
	text-transform:none;
	font-weight:bold;
}
.block-poll label { line-height:18px;}
.block-poll input.radio { float:left; margin:2px 0 0 0; }
.block-poll .label { display:block; margin-left:32px; }
.block-poll li { padding:3px 0px 9px 0; }
.block-poll .actions { margin:0px 0 0; text-align:left; padding-top:10px; padding-bottom:10px; }
.block-poll .answer{float:left; width:150px;}
.block-poll .answer span{display:block; width:150px; color:#b2b2b2;}
.block-poll .votes{font-weight:normal; float:right; width:70px; text-align:right; color:#668dc4;}

/************************************************************************ Block: Tags **************************************************************************************************/
.block-tags{ }
.block-tags ul,
.block-tags li { display:inline; }
.block-tags li a{ color:#383737; text-decoration:none;}
.block-tags li a:hover{ color:#668dc4;}
.block-tags .actions a { margin-left:0; }
.block-tags .actions a:hover{ }
.block-tags .actions { padding-bottom:5px;}
.product-tags li{ float:left; margin-right:7px;}
#addTagForm{ overflow:hidden;}
/* Block: Tags */

/************************************************************************* Block: Subscribe ****************************************************************************************/
.block-subscribe {}
.block-subscribe .block-content {position:relative; }
.block-subscribe .form-subscribe-header {}
.block-subscribe .input-box { }
.block-subscribe .input-box input {}
.block-subscribe .actions {  }

/************************************************************************ Block: Reorder *******************************************************************************************/
.block-reorder {}
.block-reorder .block-subtitle {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:5px 0 0; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder .actions {}
.block-reorder .actions a {}
.block-reorder .actions a:hover { }

/*********************************************************************** Block: Banner *********************************************************************************************/
.block-banner {}
.block-banner .block-content { text-align:center; padding:0; border:0; }

/************************************************************************ Block: Login *********************************************************************************************/
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }

/************************************************************************* Paypal **************************************************************************************************/
.paypal-logo { display:inline-block; margin:0; text-align:center; overflow:hidden;}
.paypal-logo a { float:none; display:inline-block; width:100px; }
.paypal-logo a img { max-width:100%; height:auto; }
/*========================================================================================== End Sidebar ============================================================================ */
/* ================================================================================================================================================================================== */

/* Category Page ========================================================================= */

/*
.products-grid {position:relative; margin-bottom:0px !important; border-bottom:1px solid #d6d6d6;}
.price-box.map-info a { text-decoration:none; margin-top:5px; color:#668dc4; }
.price-box.map-info a:hover{ color:#000;}
.products-grid.last { border-bottom:0; margin-bottom:-8px !important;}
.products-grid li.item:hover {}
.products-grid li.item {
	float:left;
	width:190px;
	border-right:1px solid #d6d6d6;
	padding:15px 22px;
}
.products-grid li.last{ margin-right:0;border:0;}
.products-grid .product-image { display:block; width:180px; height:180px; margin:0 0 10px; }
.grid-inner{width:199px; height:199px; position:relative; padding-bottom:5px;}
.height-product1 {overflow:hidden;}
.products-grid .price-box {
	color:#3A3A3A;
	overflow:hidden;
	margin: 12px 0;
	width:100%;
}
.products-grid .availability { line-height:21px; }
.products-grid .actions { clear:both; margin:0; position:relative; }
.products-grid .actions > span{ position:absolute; left:0; bottom:-3px;}
.products-grid .desc.std strong{ color:#668dc4;}
.products-grid .desc.std{ overflow:hidden; color:#b2b2b2; padding:5px 0;}
.product-box-2{background:url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/tail-grid-bottom.gif) 0 0 repeat-x #fdfdfd; padding:16px 18px 0px 18px; margin:0 -18px; overflow:hidden; position:relative; }
.product-box-2 > span {  position:absolute; left:18px; bottom:-3px;}
.products-grid .ratings { margin-bottom:17px; }
.products-grid .ratings .amount { }
.products-grid .ratings .amount a { color:#668dc4; text-decoration:none; }
.products-grid .ratings .amount a:hover { color:#383737; }
.products-grid .minimal-price-link { float:right; }
.products-grid .no-rating a{text-decoration:none; color:#383737; padding-top:0px; display:inline-block;}
.products-grid .no-rating a:hover{ color:#668dc4;}
.products-grid .no-rating{ padding-top:8px; margin-bottom:7px}
.products-grid .add-to-links {padding-top:4px;}
.products-grid .add-to-links li { float:left;}
.products-grid .add-to-links li:first-child{ margin-right:19px;}
.products-grid button.button{ float:left; margin-right: 21px; }
.add-to-links {float:left;}
*/

/******* Type: List and Grid ********/
/*.products-grid .product-name ,
.products-list .product-name { margin:0 0 20px; }

.products-grid .product-name a,
.products-list .product-name a {
	display:inline-block;
	font-size:13px;
	line-height:17px;
	color:#668dc4;
	font-weight:normal;
	text-decoration:none;
}
.products-grid .product-name a:hover,
.products-list .product-name a:hover{ color:#2f2f2f;}

.products-grid .add-to-links .link-wishlist,
.products-list .add-to-links .link-wishlist {background:url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/link-wishlist.gif) 0 0 no-repeat; width:15px; height:14px; text-indent:-9999px; display:inline-block;}
.products-grid .add-to-links .link-wishlist:hover,
.products-list .add-to-links .link-wishlist:hover {background-position: 0 -31px;}
.products-grid .add-to-links .link-compare,
.products-list .add-to-links .link-compare{background:url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/link-compare.gif) 0 0 no-repeat; width:16px; height:14px; text-indent:-9999px; display:inline-block;}
.products-grid .add-to-links .link-compare:hover,
.products-list .add-to-links .link-compare:hover {background-position: 0 -31px;}

/********************************************************************************************** View Type: List *******************************************************************************************/
/*.products-list { }
.products-list li.item { border-bottom:1px solid #D6D6D6; padding-bottom:20px; margin-bottom:20px;}
.products-list li:first-child {padding-top:20px;}
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:210px; height:210px; margin-right:30px; }
.products-list .list-inner{ width:210px; height:210px; position:relative; float:left;}
.products-list .product-shop { overflow:hidden; }
.products-list .button{ float:left; margin-right:21px;}
.products-list .product-name { }
.products-list .price-box {
    color: #3A3A3A;
    margin: 12px 0;
    overflow: hidden;
    width: 100%;
}
.products-list .price-box .regular-price{ float:left; padding-right:12px;}
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; margin:0 0 15px; line-height:18px; font-size:12px; color:#8a8989; }
.products-list .desc > p{ float:left;}
.products-list .desc > p strong{ color:#668dc4;}
.products-list .desc .link-learn { font-size:12px; font-weight:bold; color:#888787; text-decoration:underline;}
.products-list .desc .link-learn:hover{ color:#668dc4;}
.products-list .add-to-links { padding-top:4px; }
.products-list .add-to-links li:first-child { margin-right: 19px; }
.products-list .f-fix{ position:relative;}
.products-list .f-fix > span{left: 0;   position: absolute;   bottom:0px;}
.products-list .list-btn { display:inline-block; float:left;}
.products-list .add-to-links .separator{ display:none;}
.products-list .add-to-links li { float:left; }
.list-reviews{ float:right; width:285px; text-align:right;}
.row-list{ width:100%; position:relative;}
.row-list > span{ position:absolute; left:0px; top:40px;}
.products-list .ratings { margin-bottom:17px; }
.products-list .ratings .rating-links a { color:#668dc4; }
.products-list .ratings .rating-links a:hover { color:#383737; }
.products-list .no-rating{ text-align:right; padding-top:6px;}
.products-list .no-rating a{ text-decoration:none; color:#383737;}
.products-list .no-rating a:hover{color:#668dc4;}
/* ======================================================================================= */

/******************************************************************************** Product View ========================================================================== */
/****************************************** Rating *****************************/
.no-rating {}

.ratings { font-size:11px; line-height:15px; margin:5px 0 7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links a{text-decoration:none; color:#383737;}
.ratings .rating-links a:hover{color:#668dc4;}
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}

.ratings .amount {}
.email-friend.left{ float:left;}
.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }
.review-product-list .col-main .ratings-table th, 
.review-product-list .col-main .ratings-table td {border:1px solid #DDDDDD; padding:7px;}
.review-product-list .col-main .ratings-table {margin:10px 0;}
#block-related .price-box.map-info{ display:none;}
/*************************************** 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://dev.industrieklettershop.de/skin/frontend/iks/default/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 #ddd; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last {}

/* Email to a Friend */
.email-friend {margin-bottom:5px;}

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

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

.price-box {}
.price-box .price { font-weight:bold; }

/* Regular price */
.regular-price { float:left; display:block; }
.regular-price .price {
	font-weight:normal;
	font-size:16px;
	line-height:20px;
	color:#303030;
}

/* Old price */
.old-price { }
.old-price .price-label { font-weight:bold; white-space:nowrap; }
.old-price .price { font-weight:bold; text-decoration:line-through; margin-right:5px;}

/* Special price */
.special-price {}
.special-price .price-label { font-weight:bold; }
.special-price .price { font-weight:bold; }

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

.minimal-price-link {
	display:inline-block;
	color:#668dc4;
	margin-top:2px;
}
.minimal-price-link:hover { color:#000; }
.minimal-price-link .label {}
.minimal-price-link .price { font-weight:normal; }
.minimal-price-link span {
	display: inline-block;
    text-decoration: none;
}

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

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

/* 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 { font-weight:bold; white-space:nowrap; }

.price-to {}
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; }

.price-notice .price { font-weight:bold; }

/* Price as configured */
.price-as-configured { color:#3A3A3A; }
.price-as-configured .price-label { 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 .qty-block { float:left; padding-top:10px; }
.add-to-cart label { margin-right: 7px; color:#3a3a3a; }
.add-to-cart .qty { border:1px solid #D6D6D6; font-size:12px; color:#668dc4; text-align:center; background:#fff; padding: 3px 6px 4px 7px; }
.add-to-cart button.button { float:right; 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 46px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; display:none; }

/* Add to Links + Add to Cart */
.add-to-box {}
.add-to-box .add-to-cart { float:left; width:100%; position:relative; }
.add-to-box .add-to-cart #ajax_loader{ position:absolute; bottom:-22px; right:0;}
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; }

.product-view { margin-bottom:20px;}
.product-view .product-name h1 {
	font-size:17px;
	line-height:24px;
	color:#668dc4;
	font-weight:normal;
}
.catalog-product-view .col-right{ padding-top:0;}

.tt{ display:block;}
.zoom-img{ width:31px; height:31px; overflow:hidden;background:url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/zoom.gif) 0 0 no-repeat; position:absolute; right:6px; bottom:6px; z-index:99}
.zoom-img img{opacity:0;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);}
.ie-9 .zoom-img {display:none;}

.zoom-inner{ width:300px; margin-bottom:10px; height:300px; position:relative;}
.more-views h2{ display:none;}

/* Product Images */

/* Product Shop */
.product-view .product-shop .ratings .rating-box { float:none; margin:0 0 5px; }
.col1-layout .product-view .product-shop { float:right; width:700px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.add-to-box  .or{ display:none;}
.row-product{ border-bottom:1px solid #D6D6D6; padding:15px 0; margin-bottom:20px; overflow:hidden; width:100%;}
.row-product .no-rating{float:left; background:url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/marker-reviews.gif) left 4px no-repeat; padding-left:22px;}
.row-product .no-rating a { text-decoration:underline; color:#3a3a3a;}
.row-product .no-rating a:hover{ text-decoration:none; color:#668dc4;}
.row-product .email-friend {background:url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/marker-email.gif) left 4px no-repeat; padding-left:27px; float:right;}
.row-product .email-friend a{ text-decoration:underline; color:#3a3a3a;}
.row-product .email-friend a:hover{ text-decoration:none; color:#668dc4;}
/* Product Options */
.product-options { overflow:hidden; }
.product-options .qty-holder { display:block; padding-top:10px; }
.product-options dl dt{ display:block;}
.product-options dt label { font-weight:bold; display:inline-block; color:#000000; padding-bottom:3px; }
.product-options dt label em { float:right; color:#668dc4;}
.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 { margin:0px 0 10px 0; display:block; width:100%; float:left;}
.product-options dl.last dd.last {}
.product-options .input-box { }
.product-options dd input.input-text { width:98%; }
.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:100%; }
.product-options .options-list {}
.product-options .options-list li { padding-top:10px; }
.product-options .options-list li:first-child { padding-top:0; }
.product-options .options-list li label { display:inline-block; }
.product-options .options-list input.radio { float:left;  margin:2px 0 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:5px 0 0; overflow:hidden; width:100%; text-align:left; font-size:12px; color:#668dc4; }

.add-to-cart button.button > span	{ font-size:14px; line-height:17px; height:44px; font-weight:normal; }
.add-to-cart button.button span span {padding: 12px 15px 16px;}

.product-view .product-options-bottom {}
.product-view .product-options-bottom .add-to-links {clear:left; margin:0px !important; }
.product-view .product-options-bottom .price-box { float:none; display:block; padding:0; margin-right: 0 !important; overflow:hidden; }
.product-view .product-options-bottom .price-box .regular-price { display:none; }
.product-view .product-options-bottom .price-box .price-as-configured { font-size:22px; line-height:27px; }
.product-view .product-options-bottom .price-box .price-as-configured .price { font-weight:normal; }

/* Grouped Product */
.product-view .grouped-items-table {}
.product-view{ position:relative;}
.messege-product{ background:#FAFAEC; border:1px solid #FCD344;
    border-radius: 0 0 3px 3px;
    color:#668dc4;
    font-size: 12px;
    font-weight: bold;
    left: 50%;
    margin-left: -220px;
    padding:9px 60px 9px 60px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 333px;
    z-index: 999; display:none;}
.messege-product.none-messege{ display:block;}
.messege-product button:hover{ background-position:0 -9px; cursor:pointer;}
.messege-product button {
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/remove-popup-2.png) no-repeat  0 0;
    border: medium none;
    height: 9px;
    position: absolute;
    right: 20px;
    top:12px;
    width: 9px;
    z-index: 9999;
}
/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional {}
.product-view .box-additional .data-table td.label, 
.product-view .box-additional .data-table th.label {padding-left:10px;}

/* Block: Upsell */
.box-up-sell { border:1px solid #ededed; padding:20px; background:#fbfbfb; overflow:hidden;}
.box-up-sell h2{ font-weight:600; font-size:14px; text-transform:uppercase; color:#383737;font-family: 'Open Sans',sans-serif; margin-bottom:20px;}
.box-up-sell ul li .product-image {margin-bottom:15px;}
.box-up-sell .product-name { margin-bottom:10px; }
.box-up-sell .no-rating{ width:100%; overflow:hidden;}
.box-up-sell .price-from{ float:left; margin-right:10px; color:#668dc4;}
.box-up-sell .price-to{color:#668dc4;}
.box-up-sell .no-rating a{ display:block;}
.box-up-sell .product-name a { text-decoration:none; }
.box-up-sell ul{ margin-left:0px;}
.products-ups.jcarousel-list  .last {margin-right:9px;}
.box-up-sell ul li{ float:left; width:184px!important; border:1px solid #ededed; background:#fff; margin-right:9px; padding:12px;}
.box-up-sell ul li.last {margin-right:0;}
.box-up-sell ul li .no-rating{ margin-bottom:0; margin-top:0px; }
.box-up-sell .price-box { margin:0;display:block; overflow:hidden;} 
.box-up-sell .price-box .regular-price { float:none; }
.box-up-sell .price-box .minimal-price span{ color:#668dc4; font-size:15px; font-weight:normal;}
.box-up-sell ul li .no-rating a{ color:#333;}
.box-up-sell ul li .no-rating a:hover{ color:#668dc4;}
.box-up-sell ul li:first-child{ margin-left:0}
.box-up-sell .products-grid td { margin-right:11px; width:204px; }
.box-up-sell .rating-box {float:none; margin:0 0 5px;}
.box-up-sell .box-tags .product-tags {overflow:hidden; margin-bottom:25px;}
.box-up-sell .box-tags .product-tags li {display:inline; text-transform:capitalize; background:url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/line-2.gif) no-repeat 100% 3px; padding:0 10px 0 0px; margin:0 10px 0 0;}
.box-up-sell .box-tags .product-tags li.first {padding-left:0px;}
.box-up-sell .box-tags .product-tags li.last {background:none;}

.box-up-sell .jcarousel-clip {overflow:hidden;width:650px;}
.box-up-sell .jcarousel-prev {display:block;position:absolute;height:31px;width:31px;right:56px;top:20px;background:url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/upsell-btn.gif) left top no-repeat;cursor:pointer;}
.box-up-sell .jcarousel-prev:hover { background-position:0 -31px; }
.box-up-sell .jcarousel-prev.jcarousel-prev-disabled {cursor:default;}
.box-up-sell .jcarousel-prev.jcarousel-prev-disabled:hover {cursor:default;background-position:0 0px;}
.box-up-sell .jcarousel-next {display:block;position:absolute;height:31px;width:31px;right:20px;top:20px;background:url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/upsell-btn.gif) right top no-repeat;cursor:pointer;}
.box-up-sell .jcarousel-next:hover { background-position:right -31px;}
.box-up-sell .jcarousel-next.jcarousel-next-disabled {cursor:default;}
.box-up-sell .jcarousel-next.jcarousel-next-disabled:hover{cursor:default;background-position:right 0px;}

/* Block: Tags */
.product-view .box-tags {}
.product-view .box-tags h3 {font-size:10px; line-height:normal; margin-bottom:12px;}
.product-view .box-tags .form-add label { display:block; font-size:12px; font-weight:bold; color:#7d7d7d; margin-bottom:15px; clear:both; padding-top:10px; }
.tags-list{ padding-top:10px;}
.my-tag-edit .btn-remove{ float:right; margin: 5px 0 0 5px;}
.my-tag-edit{ display:inline-block;}
#my-tags-table .add-to-links{ margin-top:10px;}
.product-view .box-tags .form-add .input-box { float:left;  width:376px; padding-left:32px;background:url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/tag.png) left top no-repeat; margin-bottom:10px;}
.product-view .box-tags .form-add input.input-text {width:355px;border:1px solid #d4d4d4; background:#fcfcfc; padding:6px; }
.product-view .box-tags .form-add p { clear:both; }
.box-collateral.box-tags .note{ color:#668dc4; margin-bottom:15px; padding-top:5px; }

.video { height:477px;}
.video iframe{ height:477px; width:691px; }
/* Block: Reviews */
.product-view .box-reviews {}
.product-view .box-reviews .form-add {}

/*** 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 {}
.send-friend .buttons-set button.button {margin-left:10px;}
#product_sendtofriend_form #sender_message{ margin-bottom:20px; resize:none; min-width:304px; max-width:373px; width:373px;}
#product_sendtofriend_form .buttons-set{ padding-top:15px;}
#product_sendtofriend_form .form-list .field {float: left;width: 361px;}
#product_sendtofriend_form .form-list .additional-row > div{width:380px;}
#product_sendtofriend_form .form-list .fields .field:first-child {float: left;width:402px;}
#product_sendtofriend_form  .form-list .fields .field input.input-text{width: 373px;}
#product_sendtofriend_form  .buttons-set {text-align:center;}
/* ======================================================================================= */


/* Product Tags */
.tags-list li { display:inline; font-size:15px; line-height:normal; margin-right:10px; }

/* Advanced Search */
.advanced-search {}
.advanced-search-amount {margin-bottom:5px;}
.advanced-search-summary {padding:15px 0;}
.advanced-search .form-list select {width:340px;}
.advanced-search .form-list label {float:none;}
.catalogsearch-advanced-index #advanced-search-list li.even label {display:block; width:100%;}
.form-adv-search{ border:1px solid #ececec; background:url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/media/bg-adv-search.gif) left  bottom no-repeat #fff; padding:11px 20px 20px 20px}
.form-adv-search .fieldset{ border:none; background:none; margin:0; padding:0 0 0 0;}
.form-adv-search .fieldset h2{ font-size:12px; text-transform:uppercase; color:#668dc4; padding:8px 0 5px 0;}
.catalogsearch-advanced-index .col-main{ padding-top:17px;}
.form-adv-search .page-title{ border-bottom:1px solid #D6D6D6; padding-bottom:9px;}
.form-adv-search .fieldset .form-list input.input-text {width:495px;}
.form-adv-search .fieldset .form-list .input-range input.input-text {width:100px!important;}
.input-range small{ color:#b1b1b1;}
.form-adv-search select.multiselect option {border-bottom:none;padding:2px 5px; color:#7e7e7e; padding-top:1px; padding-bottom:1px;}
.form-adv-search .multiselect{ padding:5px; height:94px;}
.form-adv-search .buttons-set{ padding:12px 0 0 0; margin-top:0}
.form-adv-search .buttons-set button.button { float:left;}
.form-adv-search .form-list select {width:500px;}

/* cms-about-magento-demo-store */
.cms-about-magento-demo-store .breadcrumbs{ margin-bottom:27px;}
.cms-about-magento-demo-store .page-head {margin: 0 0 10px;padding:5px 0 8px;}
.cms-about-magento-demo-store .page-head h2{ text-transform:uppercase; font-weight:600; font-size:18px; color:#383737;font-family: 'Open Sans', sans-serif;}

.cms-about-magento-demo-store .about-col-1,
.cms-about-magento-demo-store .about-col-2,
.cms-about-magento-demo-store .about-col-3 { float:left; width:245px; padding:214px 29px 27px 29px;}

.cms-about-magento-demo-store .about-col-1{ margin-right:10px;background:url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/media/about-11.png) center top no-repeat #f9f9f9; position:relative; z-index:10}
.cms-about-magento-demo-store .about-col-2{ margin-right:10px;background:url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/media/about-22.png) center top no-repeat #f9f9f9; position:relative;}
.cms-about-magento-demo-store .about-col-3{ background:url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/media/about-33.png) center top no-repeat #f9f9f9;}

.cms-about-magento-demo-store .about-col-1 h3,
.cms-about-magento-demo-store .about-col-2 h3,
.cms-about-magento-demo-store .about-col-3 h3{ font-size:12px; text-transform:uppercase; color:#668dc4; margin-bottom:12px;}
.cms-about-magento-demo-store .about-col-1 p,
.cms-about-magento-demo-store .about-col-2 p,
.cms-about-magento-demo-store .about-col-3 p{ font-size:12px;color:#668dc4; line-height:18px; color:#7c7c7c; margin-bottom:0;}

.cms-about-magento-demo-store .about-col-4,
.cms-about-magento-demo-store .about-col-5,
.cms-about-magento-demo-store .about-col-6 { float:left; width:304px;}

.cms-about-magento-demo-store .about-col-4,
.cms-about-magento-demo-store .about-col-5{ margin-right:10px;}

.cms-about-magento-demo-store .about-col-4 h4,
.cms-about-magento-demo-store .about-col-5 h4,
.cms-about-magento-demo-store .about-col-6 h4{ font-size:12px; text-transform:uppercase; color:#383737; padding-bottom:16px; margin-bottom:14px; border-bottom:1px solid #D6D6D6;}
.cms-about-magento-demo-store .about-col-4 p,
.cms-about-magento-demo-store .about-col-5 p,
.cms-about-magento-demo-store .about-col-6 p{ font-size:12px;color:#668dc4; line-height:18px; color:#7c7c7c; margin-bottom:0;}
.cms-about-magento-demo-store .about-col-4 ul { list-style:none; padding:25px 0 12px 49px; margin:0 0 0 0;}
.cms-about-magento-demo-store .about-col-4 ul li{ list-style:none; font-size:12px; font-style:italic; color:#668dc4; padding:0 0 9px 26px;}
.cms-about-magento-demo-store .about-col-5 ul { list-style:none; padding:25px 0 12px 49px; margin:0 0 0 0;}
.cms-about-magento-demo-store .about-col-5 ul li{ list-style:none; font-size:12px; font-style:italic; color:#668dc4; padding:0 0 9px 26px;}
.cms-about-magento-demo-store .about-col-6 ul { list-style:none; padding:25px 0 12px 49px; margin:0 0 0 0;}
.cms-about-magento-demo-store .about-col-6 ul li{ list-style:none; font-size:12px; font-style:italic; color:#373737; padding:0 0 9px 26px;}

.cms-about-magento-demo-store .about-col-7 h4{ font-size:12px; text-transform:uppercase; color:#383737; padding-bottom:16px; margin-bottom:14px; border-bottom:1px solid #D6D6D6;}
.cms-about-magento-demo-store .about-col-7 p{ font-size:12px;color:#668dc4; line-height:18px; color:#7c7c7c; margin-bottom:0;}
.about-padd{ padding-bottom:25px;}
.about-padd-2{ padding-bottom:30px;}
/* customer-service */
.cms-customer-service .breadcrumbs{ margin-bottom:27px;}
.custom-servis-ul{ list-style:none; padding:0!important; margin:0!important;}
.custom-servis-ul ul{list-style:none; padding:0!important; margin:0!important;}
.custom-servis-ul ul li{ border-bottom:none; padding:5px 5px 5px 5px; margin-bottom:3px; padding-left:23px; color:#7c7c7c; font-weight:bold;}
.custom-servis-ul li {
	border-bottom:1px solid #D6D6D6;
	list-style:none;
	margin-bottom:20px;
	padding-bottom:10px;
}
.custom-servis-ul li h3 {
	background:url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/icos-set.png) 0 0 no-repeat;
	font-size:13px;
	line-height:16px;
	color:#668dc4;
	text-transform:uppercase;
	font-weight:normal;
	margin-bottom:13px;
	padding: 2px 0 8px 46px;
}
.custom-servis-ul li.item-2 h3 {background-position: 0 -124px;}
.custom-servis-ul li.item-3 h3 {background-position: 0 -253px;}
.custom-servis-ul li.item-4 h3 {background-position: 0 -377px;}
.custom-servis-ul li.item-5 h3 {background-position: 0 -501px;}
.custom-servis-ul li.item-6 h3 {background-position: 0 -638px;}
.custom-servis-ul li.item-7 h3 {background-position: 0 -764px;}

.custom-servis-ul li p{ font-size:12px; color:#8a8989; line-height:18px; margin-bottom:10px;}
/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -44px 0; overflow:hidden; }
.page-sitemap .links a {
	display:inline-block;
	text-decoration:none;
	position:relative;
	text-transform:uppercase;
	color:#fff;
	padding:9px 11px 9px 11px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#658cc3', endColorstr='#45699a'); /* IE6-9 */
	background: -webkit-gradient(linear, left top, left bottom, from(#658cc3), to(#45699a));
	background: -moz-linear-gradient(top,  #658cc3,  #45699a); /* firefox 3.6+ */
	background: -o-linear-gradient(top,  #658cc3,  #45699a); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #658cc3,  #45699a); /* IE10+ */
}
.page-sitemap .links a:hover{ 
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#486fa6', endColorstr='#486fa6'); /* IE6-9 */
	  background: -webkit-gradient(linear, left top, left bottom, from(#486fa6), to(#486fa6));
	  background: -moz-linear-gradient(top,  #486fa6,  #486fa6); /* firefox 3.6+ */
	  background: -o-linear-gradient(top,  #486fa6,  #486fa6); /* Opera 11.10+ */
	  background: -ms-linear-gradient(top,  #486fa6,  #486fa6); /* IE10+ */
	color:#fff;
}

.page-sitemap .links a span{display:inline-block; padding-right:29px;}
.page-sitemap .sitemap { margin:12px 0 30px; display:inline-block;  }
.page-sitemap .sitemap a {}
.page-sitemap .page-title {margin: 0 0 24px;padding: 5px 0 17px;}
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li a{text-decoration:none; font-size:12px; text-transform:uppercase; font-weight:normal;padding-left:14px;}
.page-sitemap .sitemap li.level-0 { background:url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/marker-5.gif) 0 6px no-repeat; margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a { text-decoration:none; color:#668dc4; font-size:12px; text-transform:uppercase; font-weight:normal;padding-left:14px;}
.page-sitemap .sitemap li.level-0 a:hover {color:#3a3a3a;}
.page-sitemap .sitemap li {font-size:12px; line-height:18px;}
.page-sitemap .sitemap li.level-1{ padding-left:45px!important; margin-bottom:10px; margin-top:10px; background:none;}
.page-sitemap .sitemap li.level-1 a{ color:#474646;background:none; font-weight:bold; padding-left:0; text-transform:none;}
.page-sitemap .sitemap li.level-2 a,
.page-sitemap .sitemap li.level-3 a,
.page-sitemap .sitemap li.level-4 a{ color:#8a8989;background:none; padding-left:0;text-transform:none;}
.page-sitemap .sitemap li.level-2{ padding-left:60px!important;}
.page-sitemap .sitemap li.level-3{ padding-left:75px!important;}
.page-sitemap .sitemap li.level-4{ padding-left:100px!important;}
.page-sitemap .sitemap li a:hover {text-decoration:none; color:#668dc4;}
.page-sitemap .sitemap li a {display:inline-block; text-decoration:none;}

.page-sitemap .pager{ border:1px solid #ececec; margin:5px 0;padding:10px 9px 11px 19px;}
/* RSS */
.rss-title h1 { padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.35; background-position:0 2px; }
/* ======================================================================================= */
.form-alt li {overflow:hidden; margin-bottom:10px;}

/* Shopping Cart ========================================================================= */
.checkout-cart-index .padding-s {border:0; padding:0;}
.checkout-cart-index .cart .cart-border {border:1px solid #D6D6D6; padding:8px;}
.cart {}
.cart .data-table tfoot .btn-empty > span {
	color:#323232;
	padding-left:17px;
	padding-right:11px;
	border-radius:2px;
	height:31px;
	line-height:31px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#fdfdfd'); /*IE6-9 */
	 background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#fdfdfd)); 
	background: -moz-linear-gradient(top,  #f1f1f1,  #fdfdfd); /*firefox 3.6+ */
	background: -o-linear-gradient(top,  #f1f1f1,  #fdfdfd); /*  Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f1f1f1,  #fdfdfd); /*  IE10+ */
	border-bottom:1px solid #D6D6D6;
	}
.cart .data-table tfoot .btn-empty:hover > span {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c2c2c', endColorstr='#333333'); /*IE6-9 */
	background: -webkit-gradient(linear, left top, left bottom, from(#2c2c2c), to(#333333));
	background: -moz-linear-gradient(top,  #2c2c2c,  #333333); /*firefox 3.6+ */
	background: -o-linear-gradient(top,  #2c2c2c,  #333333); /*  Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2c2c2c,  #333333); /*  IE10+ */
	color:#fff;
}
.cart .cart-product-block {
	border-bottom:1px solid #D6D6D6;
	position:relative;
	overflow:hidden;
	margin-bottom:20px;
	padding-bottom:20px;
}
.cart .cart-product-block .product-image {float:left;}
.cart .cart-product-block .product-description {
	float:left;
	color:#3a3a3a;
	margin-left:20px;
}
.cart .cart-product-block .product-description .product-name {margin-bottom:11px;}
.cart .cart-product-block .product-description .product-name a {color:#668dc4;}
.cart .cart-product-block .product-description .product-name a:hover { text-decoration:underline; }

.cart .cart-edit { margin-bottom:18px; }
.cart .cart-edit a {
	display:inline-block;
	background:url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/edit.png) 0 0 no-repeat;
	font-size:12px;
	line-height:15px;
	color:#8a8989;
	text-decoration:none;
	padding: 7px 0 0 41px;
	height:25px;
}
.cart .cart-edit a:hover{ color:#000; background-position:0 -68px;}

.cart .cart-link-wishlist { margin-bottom:13px; }
.cart .cart-price { display:block; margin-bottom:17px; }
.cart .cart-qty { margin-bottom:15px; }
.cart .cart-qty input { text-align:center; }
.cart .cart-qty span { margin-right:10px; }

.cart .cart-table-foot { text-align:right; }
.cart .cart-table-foot .btn-continue {float:left;}

/* Checkout Types */
.cart .checkout-types { float:right; text-align:right; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding: 0; color:#fff; }
.cart .title-buttons .checkout-types li button.button span {background:#d41224; border-radius:0px; font-size:12px; padding:0 12px; height:31px; line-height:30px;}

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0px; }
.cart .page-title.title-buttons .checkout-types {padding-top:53px; display:none;}
#autoshipping_country { width: 190px; }

.cart .crosssell {}
.cart .crosssell .product-name a { text-decoration:none; font-size:12px; line-height:18px;}
.cart .col2-set h2 {
	border-bottom:2px solid #3A3A3A;
	font-size:17px;
	line-height:24px;
	color:#3a3a3a;
	text-transform:uppercase;
	padding: 0 0 8px;
	margin:0 0 15px;
}
.cart .crosssell .product-image { float:left; width:110px; height:110px; border:1px solid #ededed; margin-right:10px; }
.cart .crosssell .product-image:hover{ border:1px solid #668dc4;}
.cart .crosssell .product-details { overflow:hidden; }
.cart .crosssell li.item {border-bottom:1px solid #eaeaea; padding: 18px 0; margin: 0; }
.cart .crosssell li.item.last{ margin-bottom:0; padding-bottom:0;}
.cart .crosssell li.item:first-child { padding-top:0; }
.cart .crosssell li.last {border:none;}
.cart .crosssell .product-name {font-family:Arial, Helvetica, sans-serif; font-size:12px;}
.cart .crosssell .product-name {margin-bottom:7px; margin-top:-3px;}
.cart .crosssell .price {font-family:Arial, Helvetica, sans-serif ; font-weight:bold; font-size:12px;}
.cart .crosssell .price-box { display:block; overflow:hidden; padding-bottom:10px;}
.cart .crosssell .price-box .regular-price { float:none; }
.cart .crosssell .price-box .price-label {display:none;}
.cart .crosssell button.btn-cart {float:left;}
.cart .crosssell button.btn-cart span {
	float:none;
	background:none;
	font-size:12px;
	line-height:15px;
	color:#668dc4;
	font-weight:bold;
	text-decoration:underline;
	padding:0;
	height:auto;
}
.cart .crosssell button.btn-cart:hover span { text-decoration:none; }
.cart .crosssell .add-to-links { float:right; padding-top:0;}
.cart .crosssell .add-to-links li{ float:left; margin-right:10px;}
#shopping-cart-table .product-image {display:inline-block;}
.cart-table .price { font-weight:bold; color:#668dc4;}

.cart .crosssell .link-wishlist {
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/link-wishlist.gif) no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 14px;
    text-indent: -9999px;
    width: 15px;
}
.cart .crosssell .link-wishlist:hover {background-position: 0 -31px;}

.cart .crosssell .link-compare {background:url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/link-compare.gif) 0 0 no-repeat; width:16px; height:14px; text-indent:-9999px; display:inline-block;}
.cart .crosssell .link-compare:hover {background-position: 0 -31px;}

/* Discount Codes & Estimate Shipping and Tax Boxes */

#discount-coupon-form { display:block; margin-bottom:20px;}
.cart .discount,
.cart .shipping {overflow:hidden;}
.cart .discount .discount-form  button.button {margin-bottom:5px; margin-right:5px; clear:right;}
.cart .discount .buttons-set{ padding-left:0; padding: 20px 0 0;}
.cart .discount .buttons-set button.button {float:left; }
.cart .shipping {}
.cart .shipping .buttons-set {padding-left:0px; padding-top:0px;}
.cart .shipping .buttons-set button.button {float:left;}
.cart .discount-form label {margin-bottom:16px; display:block; font-size:13px; line-height:19px; text-transform:uppercase; color:#668dc4;}
.cart input,
.cart select { text-align:left; }
.cart select {}
.cart .discount-form .input-box {}
.cart .discount-form .input-box input {width:262px;}
.cart .discount-form .buttons-set {margin:0px 0 0 0; clear:right; overflow:hidden;}
.cart .shipping p { font-size:13px; line-height:16px; margin-bottom:12px; text-transform:uppercase; color:#668dc4;}
.cart .shipping label {display:block; font-size:12px; line-height:normal; color:#000; margin-bottom:0px; font-weight:bold;}
.cart .shipping .form-list li {margin-bottom:7px;}
.cart .shipping .form-list li input {width:283px;}
.cart .shipping .form-list li select {width:290px;}
.cart .shipping .buttons-set{ margin-top:0; padding-top:15px; padding-bottom:10px;}

/* Shopping Cart Totals */
.cart .totals { 
	background:#3a3a3a;
	overflow:hidden;
	padding:0px 0px 0px 0px;
}
.cart .totals table { width:100%; font-size:12px; color:#7f7f7f; margin-bottom:0px; }
.cart .totals table tr{ border-bottom:1px solid #606060;}
.cart .totals table th,
.cart .totals table td { padding:7px 11px; font-size:13px; line-height:17px; color:#fff; text-transform:uppercase; vertical-align:middle; width:50%;  }
.cart .totals table tr td:first-child { }
.cart .totals table strong { font-weight:normal; }
.cart .totals table th { font-weight:bold; }
.cart .totals table tfoot th {}
.cart .totals .price {font-size:22px; line-height:normal; color:#fff; display:inline-block; padding: 0;}
.cart .totals button.button > span {
	font-size:18px;
	padding:0 12px;
	height:49px; 
	line-height:49px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#668dc4', endColorstr='#668dc4'); /*IE6-9 */
	background: -webkit-gradient(linear, left top, left bottom, from(#668dc4), to(#668dc4));
	background: -moz-linear-gradient(top,  #668dc4,  #668dc4); /*firefox 3.6+ */
	background: -o-linear-gradient(top,  #668dc4,  #668dc4); /*  Opera 11.10+ */
	background: -ms-linear-gradient(top,  #668dc4,  #668dc4); /*  IE10+ */
	}
.cart .totals button.button:hover > span{ 
	color:#333; 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#fcfcfc'); /*IE6-9 */
	background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#fcfcfc));
	background: -moz-linear-gradient(top,  #f1f1f1,  #fcfcfc); /*firefox 3.6+ */
	background: -o-linear-gradient(top,  #f1f1f1,  #fcfcfc); /*  Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f1f1f1,  #fcfcfc); /*  IE10+ */
}
.checkout-types li {padding-top:15px;}
.checkout-types li:first-child {padding-top:0;}
.checkout-types li a {color:#a6a6a6; text-decoration:underline;}
.checkout-types li a:hover{ text-decoration:none;}
.cart .totals .checkout-types {text-align:center; float:none; padding:15px 11px;}
.cart .totals .checkout-types li a {width:auto;}
/* Options Tool Tip */
.item-options { margin-bottom:16px; padding-left:5px; }
.item-options li {}
.item-options li em { color:#668dc4; }
.item-options li em .price { text-decoration:underline; }
.item-options dt {font-weight:bold;}
.item-options dd {padding-left:10px;}
.truncated { padding:5px 0; width:auto; }
.truncated span { cursor:help; }
.truncated .truncated_full_value { display:none; padding-top:5px; top:auto;}
.truncated .truncated_full_value .item-options {
	background:none;
	border:none;
	top:0;
	left:auto;
	position:relative;
	width:auto;
}
/* ======================================================================================= */

/* Checkout ============================================================================== */
.checkout-multishipping-address-newshipping .form-list li.wide input.input-text {width:692px;}
.checkout-multishipping-address-newshipping .form-list select {width:337px;}
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
#checkout-payment-method-load input.input-text {width:200px;}
.sp-methods dt { font-weight:bold; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:100px; margin-right:10px; }
#payment_form_ccsave  #ccsave_cc_type {width: 206px;}
.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; margin-right:5px; margin-top:-2px; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* Tooltip */
.tool-tip { border:1px solid #ddd; 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:9px; height:9px; background:url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/btn_remove.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:10px;}
.gift-messages h3{ font-size:12px; text-transform:uppercase; color:#668dc4; padding-top:10px;}
.gift-messages .control label{ color:#000; font-weight:bold;}
#shipping-method-buttons-container{ padding:10px 0 0 0;}
#shipping-method-buttons-container .back-link a{ color:#000;}
#shipping-method-buttons-container .back-link a:hover{ color:#668dc4;}
.gift-messages-form { border:1px solid #ddd; background-color:#fbfbfb; padding:10px; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; color:#000; font-weight:bold;}
.gift-messages-form h4 {font-size:12px; text-transform:uppercase; color:#668dc4; padding-top:10px;}
.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; background:#fff; }
.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 .field{ margin-bottom:10px;}
.gift-messages-form .item .details .product-name { font-size:12px; text-transform:uppercase; color:#2f2f2f;}
.gift-messages-form .form-list li.wide textarea {max-width:340px;}
.gift-messages-form  .inner-box .form-list li.wide textarea {max-width:333px;}
#allow-gift-messages-for-order-container .field{ margin-bottom:10px;}

.gift-message-link { display:block; background:url(https://dev.industrieklettershop.de/skin/frontend/iks/default/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; }

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

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; 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 > */

.checkout-onepage-index .page-title {}
.checkout-onepage-index .col-main {}

.checkout-onepage-success a {color:#668dc4;}
.checkout-onepage-success a:hover {text-decoration:underline;}

/* One Page Checkout */
.block-progress { border:none; padding:0; padding-top: 10px; }
.block.block-progress .block-title{border-bottom:none;padding:0;margin-bottom:10px; margin:0;}
.block.block-progress .block-content{ padding:0 0 0 0;}
.block.block-progress .block-title span,
.block-progress dt { 
	display:block;
	background: #ECECEC;
	font-size:14px;
	line-height:17px;
	color:#000;
	text-transform:none;
	margin-bottom:10px;
	padding:9px 10px 11px;
}
.block-progress dt:first-child {border-top:none;}
.block-progress dt.complete a { color:#000; text-decoration:underline; }
.block-progress dt.complete a:hover { text-decoration:none; }
.block-progress dt.complete .separator{ color:#908f8f; margin: 0 8px; }
.block-progress dt.complete{ position:relative; z-index:999;}
.block-progress dt.complete,
.block-progress dd.complete { padding-bottom:12px; margin-bottom:10px; }
.block-progress dd.complete {
	border:1px solid #D6D6D6;
	color:#8a8989;
	font-style:italic;
	padding:18px 19px 12px 19px;
	margin-bottom:10px;
}
.block-progress dd.complete address{color:#8a8989; font-style:italic;}
.opc {position:relative; }
.opc li.section { margin-bottom:10px; }
.opc p {margin-bottom:5px;}
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; font-size:12px; color:#000; }
.opc .step-title { padding:4px 5px 6px; text-align:right;background:#ECECEC; }
.opc .section .step-title h2 { color: #000; }
.opc .active .step-title h2 { color: #fff; }
.opc .step-title .number {
	float:left;
	background:#668dc4;
	font-size:17px;
	line-height:21px;
	color:#fff;
	text-align:center;
	margin-right:8px;
	padding: 4px 0 0;
	height:23px;
	width:27px;
	border-radius:13px;
	-moz-border-radius:13px;
	-webkit-border-radius:13px;
	-webkit-background-clip: padding-box;
}
.opc .step-title h2 {
	float:left;
	font-size:14px;
	line-height:17px;
	color:#fff;
	margin-bottom:0;
	padding-top:5px;
}
.opc .step-title a { display:none; float:right; }
.opc .allow .step-title { cursor:pointer; }
.opc label {padding-bottom:2px;}
.opc .input-box {margin-bottom:15px;}


#checkout-review-table tr{ background:none;}
#checkout-review-table thead{ background:none;}
#checkout-review-table th{ padding:12px 20px 12px 20px; font-size:12px; font-weight:bold; color:#000000;}
#checkout-review-table td{ border:1px solid #ececec; background:#none; padding:15px 20px;}
#checkout-review-table td h3{ margin-bottom:0; font-size:12px; color:#2f2f2f; text-transform:uppercase;}
#checkout-review-table .price{ color:#668dc4; font-weight:bold;}
#checkout-review-table th{ border:1px solid #ececec;}
#checkout-review-table-wrapper { overflow:hidden;}
#checkout-review-table{}
#checkout-review-table .item-options {padding-top:5px;}
#checkout-review-table tfoot td{ font-weight:bold; color:#000000;text-align:right !important;}
#checkout-review-table tfoot td+td{ text-align:left !important;}
#checkout-review-table tbody .first{}
#checkout-review-table tbody tr.last{}
#review-buttons-container{ padding:20px 0 0 0; margin:0 0 0 0;}
#review-buttons-container .f-left a{ color:#668dc4;}
#review-buttons-container .f-left a:hover{ color:#000;}
#co-shipping-form{ border:1px solid #ececec; padding:10px; display:block;}

.opc .active { }
.opc .active .step-title { cursor:default; background:#668dc4; }
.opc .active .step-title .number { background:#fff; color:#3a3a3a; }
.opc .active .step-title h2 { font-size:12px; line-height:15px; padding-top:7px; }

#checkout-step-login {}
#checkout-step-login h3{ font-size:12px; text-transform:uppercase; font-weight:normal; color:#668dc4;}
#checkout-step-login .col2-set {border:1px solid #ececec;padding:20px; position:relative; overflow:hidden; }
#checkout-step-login .col2-set .col-1 { float:left; margin-right:20px; width:250px; }
#checkout-step-login .col2-set .col-2 { float:left; width:350px; }
#checkout-step-login .col2-set .buttons-set {margin:0;padding:0;}
#checkout-step-login .col2-set > .col-1 h4{font-size:12px; text-transform:uppercase; font-weight:normal; color:#668dc4;}
#checkout-step-login .col2-set .col-2  h4{font-size:12px; text-transform:none; font-weight:normal; color:#7b7b7b;}
#checkout-step-login .col-1 .col-1 .buttons-set button.button{ float:left;}
#checkout-step-login .col-2 .form-list input.input-text {width:327px;}
#checkout-step-login .col-1 .col-1 .buttons-set{ padding:0 0 0 0; margin:0 0 0 0;}
#checkout-step-login .col2-set .col-2 .buttons-set{padding:0 0 0 0; margin:0 0 0 0;}
#checkout-step-login .col2-set .col-2 .buttons-set .f-left{ font-weight:bold; color:#7f7f7f;}
#checkout-step-login .col2-set .col-2 .buttons-set .f-left:hover{ color:#668dc4;}
#checkout-step-login .form-list li.control input.radio, #checkout-step-login .form-list li.control input.checkbox {margin-right: 6px; margin-top:-3px;}
#co-billing-form > fieldset{ border:1px solid #D6D6D6; padding:10px;}
.opc .step { padding-top:10px; position:relative; }
.opc .step .tool-tip { right:20px; top:20px!important; }
.opc .order-review {}
.opc .buttons-set{border:0;}
.opc .field{width:334px;}
.opc .fields input,
.opc .field input{width:314px;}
.opc .name-lastname,
.opc .field-2{width:292px; float:left;}
.opc .field-2 input{width:310px;}
.opc .field-2 select{width:315px;}
.opc .name-firstname{width:334px;}
.opc .name-firstname input {width:314px;}
.opc .name-middlename{width:144px;}
.opc .name-middlename input{width:124px!important;}
.opc .name-lastname input{}
.opc .sp-methods dt{padding-bottom:12px;}
.opc .sp-methods dt label{ color:#000;}
.opc .sp-methods dd { margin-bottom: 25px; }
#checkout-shipping-method-load .sp-methods dt{ font-size:12px; text-transform:uppercase; color:#668dc4;}
.opc .form-list{margin:10px 0;}
.opc .form-list li.wide input.input-text{width:649px;}
#shipping_method_form h2{ font-size:12px; text-transform:uppercase; font-weight:normal; color:#668dc4;}
#shipping_method_form h3{ font-size:12px; text-transform:uppercase; font-weight:normal; color:#333;}
.commission-container { padding-left: 6px; }
.commission-container input { margin-left: 6px; width: 300px; }
#multishipping-billing-form h2{ font-size:12px; text-transform:uppercase; font-weight:normal; color:#333; margin-bottom:0;}
#multishipping-billing-form .sp-methods dt {font-weight: bold; padding-bottom:10px;}
#multishipping-billing-form .sp-methods .form-list input.input-text {width:252px;}
/* Multiple Addresses Checkout */
.button.multi-btn{ float:right;}
#checkout-progress-state{ overflow:hidden;}
.checkout-progress { padding:0; margin:0 0 40px; }
.checkout-progress li { float:left; background:url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/marker-4.gif) 0 13px no-repeat #9c9c9c; width:159px; color:#fff; font-weight:bold; padding:8px 10px 11px 21px; overflow:hidden; white-space: nowrap;}
.checkout-progress li span { display:block; overflow:hidden; width:157px; }
.checkout-progress li.odd { background-color:#777; }
.checkout-progress li.active { background:#668dc4; }
.multiple-checkout { position:relative;}
.multiple-checkout .sp-methods .input-box .v-fix:first-child {padding-right:25px;}
.multiple-checkout .col2-set {width:auto;}
.multiple-checkout .page-title{ padding-bottom:10px; margin-bottom:0;}
.multiple-checkout h2{ font-size:18px; text-transform:uppercase; font-weight:600; color:#383737;font-family: 'Open Sans',sans-serif; padding:10px 0 10px 0;}
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {margin-bottom:0px; overflow:hidden; display:block;color:#668dc4; padding-top:10px;}
.multiple-checkout .grand-total .price {}
.multiple-checkout .box {margin-bottom:20px;}
.multiple-checkout table {margin-bottom:10px;}
.multiple-checkout table tfoot tr td{ color:#000; font-weight:bold;}
.multiple-checkout p {margin-bottom:5px;}
.multiple-checkout .col-1.col-narrow,
.multiple-checkout .col-2.col-wide {float:left;width:50%;}
.multiple-checkout .box-title h3,
.multiple-checkout .col-2.col-wide  h3 {font-size:12px; line-height:normal;}
.multiple-checkout .col-2.col-wide .box {margin-left:100px;}
.multiple-checkout h2,
.multiple-checkout h3,
.multiple-checkout h4{ font-size:12px; text-transform:uppercase; font-weight:normal; color:#333;}
.multiple-checkout h2 {color:#668dc4;}
.multiple-checkout .col-2.col-wide table .price{ font-weight:bold; color:#668dc4;}
/* ======================================================================================= */

/* Account Login/Create Pages ============================================================ */
.customer-account-login .padding-s {padding:0; border:0;}
.customer-account-login .page-title {border:1px solid #ECECEC; margin:0 0 10px 0;}
.account-login #login-form .col2-set{}
.account-login .new-users .buttons-set{ padding-left:0;}
.account-login .new-users .buttons-set button.button {float:left;}
.account-login .new-users-wrapper { float:left;margin-bottom:40px; }
.account-login .new-users {
	background:url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/media/bg-login.gif) no-repeat right bottom #ffffff;
	border:1px solid #ececec;
	padding:20px;
	min-height:260px;
}
.account-login .new-users h2{ padding:0 0 15px 0; border-bottom:1px solid #D6D6D6; font-size:12px; text-transform:uppercase; color:#668dc4;}
.account-login .new-users p{ font-size:12px; color:#7f7f7f; line-height:18px; padding:13px 0 12px 0;}
.account-login .registered-users-wrapper { float:right;margin-bottom:40px; }
.account-login .registered-users {
	background:url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/media/bg-login-2.gif) no-repeat right bottom #ffffff;
	border:1px solid #ececec;
	padding:20px;
	min-height:260px;
}
.account-login .registered-users h2{ padding:0 0 15px 0; border-bottom:1px solid #D6D6D6; font-size:12px; text-transform:uppercase; color:#668dc4;}
.account-login .registered-users  p{ font-size:12px; color:#7f7f7f; line-height:18px; padding:13px 0 12px 0;}
.account-login .registered-users .form-list input.input-text {width:422px;}
.account-login .registered-users  p.required{ padding:0px 0 5px 0; color:#668dc4}
.account-login .registered-users .buttons-set button.button{ float:none;}
.account-login .registered-users .f-left{ float:none!important; display:table; font-size:12px; font-weight:bold; color:#7f7f7f; text-decoration:none; padding-bottom:12px;}
.account-login .registered-users .f-left:hover{ color:#668dc4;}
.account-login .registered-users .buttons-set {clear: both;margin:-19px 0 0 0;padding:5px 0px 0px 0px;}
.account-create form .fieldset:first-child{ margin-bottom:32px;}
/* Account Login/Create Pages ============================================================ */

/* Captcha */
.captcha-note  {}
.captcha-image { float:left; position:relative; }
.captcha-img { border:1px solid #ccc; }
.registered-users .captcha-image    {}
#checkout-step-login .captcha-image {}
.captcha-reload { position:absolute; top:2px; right:2px;}
.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }

@-webkit-keyframes rotate {
    0% { -webkit-transform:rotate(0); }
    0% { -webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform:rotate(0); }
    0% { -moz-transform:rotate(-360deg); }
}
@keyframes rotate {
    0% { transform:rotate(0); }
    0% { transform:rotate(-360deg); }
}

/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(https://dev.industrieklettershop.de/skin/frontend/iks/default/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:70px; min-width:248px; max-width:248px; max-height:70px; margin-top:10px;}
#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 {padding:0;margin-bottom:10px;}
#wishlist-view-form .buttons-set.buttons-set2  button.button{margin-right:20px;}
#wishlist-view-form  .button.btn-share{ margin-right:0!important;}
/*=====================  End  ================================================== */

/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }
.my-account .page-title{}
.my-account .page-title button.button {}
.my-account #wishlist-table .cart-cell .price-box{display:block;overflow:hidden;width:100%;padding-bottom:15px;text-align:left;}
.my-account .cart-cell .price-box{display:block;overflow:hidden;width:100%;padding-bottom:15px;text-align:center;}
.my-account .cart-cell p{ padding-top:5px;}
.my-account	.add-to-cart-alt input {text-align:center;padding:4px 2px;margin-bottom:10px;}
.my-account .page-title a {display:inline-block; margin:5px 10px 0 0;}
.my-account .title-buttons .link-rss { float:none; margin:0; }
.my-account .pager {margin-bottom:10px;}
.my-account .sub-title {font-size:12px; padding:10px 0;}
.my-account #form-validate .fieldset {margin:25px 0px;}
.my-account table tr td {vertical-align:middle;}
.cart-empty {padding:0 10px;}
.my-account .addresses-list ol li {padding-bottom:15px;}
.my-account table .product-name a {text-decoration:none; font-family:Arial, Helvetica, sans-serif;}
.my-account table .product-name a:hover {text-decoration:underline;}
.my-account .my-tag-edit .btn-remove {display:inline-block;}
#my-tags-table .add-to-links {white-space:nowrap;}
.my-account .box-head a {float:right;}
.my-account .box-head h2 {float:left;}
.my-account .box .box-title {border-bottom:1px solid #D3D3D3; margin-bottom:13px;}
.my-account .box .box-title h3 {float:left; font-size:12px; line-height:18px; text-transform:uppercase; color:#668dc4; font-weight:normal; margin-bottom:5px; }
.my-account .box .box-title a {float:right;}
.my-account .col2-set .col-1 { float:left; width:47%; }
.my-account .col2-set .col-2 { float:right; width:47%; }
.my-account .data-table {margin-bottom:10px;}
.my-account .data-table th,
.my-account .data-table td {padding:10px 12px;}
.my-account .data-table .price-excl-tax,
.my-account .data-table .price { display:inline; }

.my-account #my-orders-table { margin-bottom:10px; }
.my-account #my-orders-table th,
.my-account #my-orders-table td.last { text-align:center; }

.col-main .block-account {display:none;}


/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {}
.dashboard .welcome-msg .hello{margin-bottom:10px;}
.dashboard .data-table {}
.dashboard .col2-set{padding:10px 0 15px;}
.dashboard .box-title,
.dashboard .box-head{width:100%; overflow:hidden; margin:10px 0 0; }
.dashboard .box-title {border-bottom:1px solid #D3D3D3; margin-bottom:5px;}
.dashboard .box-title h2,
.dashboard .box-title h3,
.dashboard .box-head h2,
.dashboard .box-head h3{float:left;}
.dashboard .box-title h2,
.dashboard .box-head h2{font-size:12px;line-height:18px;}
.dashboard .box-content h4{font-size: 14px;}
.dashboard .box-title a,
.dashboard .box-head a{float:right;}

/* Block: Recent Orders */
.dashboard .box-recent { margin:10px 0; }
.dashboard .box-head a {margin-bottom:10px; display:inline-block;}
/* Block: Account Information */
.dashboard .box-info {}
.dashboard .box-info  .col2-set {margin-bottom:10px;}
.dashboard .box-info a {display:inline-block; margin-bottom:10px;}
/* Block: Reviews */
.dashboard .number { float:left; font-size:11px;font-weight:bold;line-height:1;margin:3px 10px 0 0;display:block;width:18px;height:18px;text-align:center;border:1px solid #6a6a6a;line-height:17px}
.dashboard .box-reviews #my_recent_reviews h3 {margin-bottom:5px !important;}
.dashboard .box-reviews .details { margin-left:30px; }

/* Block: Tags */
#my_recent_tags > li {padding-bottom:10px;}
.tags li {display:inline; text-transform:capitalize; padding:0 5px 0 0px;}
.tags li a {color:#7f7f7f;}
.dashboard .box-tags .details { margin-left:30px; }

/********** Dashboard > */
.block-order-return{ border:1px solid #ececec; padding:13px 18px 20px 18px; margin-top:26px;background:url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/media/bg-return.gif) no-repeat left bottom #fff; min-height:345px;}
.block-order-return .page-title{ border-bottom:1px solid #D6D6D6; padding-bottom:8px; margin-bottom:16px;}
.block-order-return label{ color:#000000; font-weight:bold; display:inline-block; padding-bottom:5px;}
.block-order-return label em{ color:#668dc4;}
.block-order-return .input-box.txt{ font-size:12px; text-transform:uppercase; color:#668dc4; margin-bottom:7px;}
.block-order-return .form-alt li {margin-bottom:0px;overflow:inherit;}
.block-order-return .input-box.btn{ padding-top:18px;}
/* Address Book */
.addresses-list {}
.addresses-list-additional li.item {}

/* Order View */
.order-info {padding:5px 0 5px 0; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

.order-date { margin: 0; }

.order-info-box {}
.order-info-box {margin-top:15px;}
.order-info-box h2{ font-size:12px; text-transform:uppercase; font-weight:normal; color:#668dc4;}
.order-items h2{ font-size:12px; text-transform:uppercase; font-weight:normal; color:#668dc4;}
.order-items { margin-top:15px; width:100%; overflow-x:auto; }
.col-1.addresses-primary h2{ font-size:14px; text-transform:uppercase; font-weight:normal; color:#333;}
.col-1.addresses-primary h3{ font-size:12px; text-transform:uppercase; font-weight:normal; color:#668dc4;}
.col-2.addresses-additional h2{ font-size:14px; text-transform:uppercase; font-weight:normal; color:#333;}
.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 {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }

/* Print Pages */
.page-print .print-head {margin-bottom:20px;}
.page-print .col-1,
.page-print .col-2 {margin-bottom:10px; border-bottom:1px solid #ddd; padding-bottom:10px; width:46%;}
.page-print h1 {font-size:25px; line-height:40px;}
.page-print  h2 {margin-bottom:5px;}
.page-print th.a-right {text-align:center !important;}
/* 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 Reviews */
#review-form h3{ font-size:12px; text-transform:uppercase; font-weight:normal; color:#668dc4;}
#review-form h4{ font-size:12px; text-transform:uppercase; font-weight:normal; color:#333;}
.product-review .product-img-box { float:left; width:175px; margin-right:15px;  }
.product-review .product-img-box .product-image { display:block; margin-bottom:10px; width:175px; height:175px; }
.product-review .product-img-box .label { text-align:center; font-size:11px; line-height:14px; margin:0; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 auto 3px; }
.product-review .product-details {  }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 {}
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }
/* ======================================================================================= */

/* Product Comparison Table */
#product_comparison .product-shop-row td{ text-align:center; padding:18px 30px 30px 30px;}
.catalog-product-compare-index { position:absolute;}
.catalog-product-compare-index .link-print:hover span{}
.catalog-product-compare-index .link-print{color:#323232; padding:9px 20px 8px 17px; }
.catalog-product-compare-index .link-print:hover{ background-position:0 -31px;}
.catalog-product-compare-index .link-print span {background:url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/btn-print.png) left 0px no-repeat; padding-left:32px; padding-right:0; text-transform:uppercase;}
.catalog-product-compare-index .link-print:hover span{background:url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/btn-print.png) left 0px no-repeat;}
.catalog-product-compare-index{ background:#fff;}
.catalog-product-compare-index .buttons-set {clear:both;margin:0px 0 0;padding:20px 0px 5px 0px;}
.catalog-product-compare-index .buttons-set button.button span { float:left; height:31px;padding:0 0 0 0px; font:normal 12px/31px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; text-transform:uppercase; }
.catalog-product-compare-index .buttons-set button.button span span { padding:0 20px 0 20px; }
.catalog-product-compare-index .buttons-set button.button:hover span span{ background-position:0 0px;}
.catalog-product-compare-index .product-name a { font-size:15px; color:#2f2f2f;}
.catalog-product-compare-index .product-name a:hover{ color:#668dc4;}
.catalog-product-compare-index .ratings{ text-align:center;}
.catalog-product-compare-index .regular-price .price {color:#668dc4;float:none;font-size:22px;font-weight: normal;}
.catalog-product-compare-index td button.button{ float:none;}
.catalog-product-compare-index td .add-to-links {float:none;width:100%; padding-top:12px;}
.catalog-product-compare-index td .add-to-links li a { }
.catalog-product-compare-index .price-box.left{ float:none; width:100%; text-align:center;}
.catalog-product-compare-index .ratings .rating-box {float:none;margin: 0 auto 10px;}
.catalog-product-compare-index .page-title {margin:0 0 10px;padding:5px 0 0px;}
#product_comparison{background:#ffffff;-webkit-box-shadow:0px 0px 12px rgba(48, 50, 50, 0.12);-moz-box-shadow:0px 0px 12px rgba(48, 50, 50, 0.12);box-shadow:0px 0px 12px rgba(48, 50, 50, 0.12);}
.catalog-product-compare-index .data-table td{ padding:14px 20px 14px 20px; color:#7e7e7e;}
.catalog-product-compare-index .data-table th {padding:14px 20px; font-weight:bold; color:#000000;}
.catalog-product-compare-index .btn-remove {display: block;font-size: 0;height:9px;line-height: 0;margin-left: 2px;overflow: hidden;text-indent: -999em;width:9px;}
.compare-inner{}
.catalog-product-compare-index .data-table tr.even {background:#fefefe;}
#product_comparison  td.first-in-line{background:url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/tail-compare.png) repeat-y left top;}
#product_comparison  th {border: 1px solid #ececec;background:none;}
#product_comparison  td {border: 1px solid #ececec; background:none; color:#7e7e7e;}
#product_comparison tr{ background:none;}
#product_comparison .price-box{ padding-top:10px; padding-bottom:10px;}
#product_comparison .price-box .regular-price { float:none; }
#product_comparison .product-shop-row td,
#product_comparison .add-to-row td {text-align:center;}
#product_comparison .product-shop-row td .product-image {display:inline-block; margin-bottom:15px; border:1px solid #ededed;}
#product_comparison .product-shop-row td .product-image:hover{ border:1px  solid #668dc4;}
#product_comparison .product-name,
#product_comparison .price-box,
#product_comparison p {margin-bottom:5px;}
#product_comparison .product-shop-row td .add-to-links li,
#product_comparison .add-to-row td .add-to-links li {float:none;}

/* MAP Popup============================================================================== */
.price-box.map-info .price {
	font-weight:normal;
	font-size:16px;
	line-height:20px;
	color:#3a3a3a;
}
.product-view .product-shop .price-box.map-info{margin:0; padding:0; display:block;}
.product-view .product-shop .price-box.map-info .old-price { display:block; margin-bottom:10px; }
.tier-prices.product-pricing a {}
.product-view .product-shop .price-box.map-info a { display:inline-block; margin-bottom:10px;}

.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; }

.catalog-product-compare-index .map-popup {min-width:230px;}
.map-popup {
	text-align:left;
	position:absolute;
	margin:12px 0 0;
	width:230px;
	z-index:100;
	box-shadow:0px 0px 10px rgba(48, 50, 50, 0.2);
	-moz-box-shadow:0px 0px 10px rgba(48, 50, 50, 0.2);
	-webkit-box-shadow:0px 0px 10px rgba(48, 50, 50, 0.2);
}
.map-popup #map-popup-msrp-box {font-weight:normal;}
.map-popup #map-popup-msrp-box strong {font-weight:normal;}
.map-popup #map-popup-msrp-box span {font-weight:normal;}
.map-popup-heading {
	background:#668dc4;
	border-bottom:1px solid #fff;
	color:#fff;
	padding:20px 40px 20px 20px;
	width:170px;
}
.map-popup-heading h2 {
	font-size:12px;
	line-height:15px;
	color:#fff;
	text-align:left;
	text-overflow:ellipsis;
	text-transform:uppercase;
	word-wrap:break-word;
	margin:0;
}
.map-popup-arrow { background:0; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/btn_remove3.gif) 0 0 no-repeat; display:block; position:absolute; top:10px; right:10px; height:9px; width:9px; text-indent:-9999em; }
.map-popup-close:hover {  }
.map-popup-content {
	background:#668dc4;
	color:#fff;
	text-align:left;
	overflow:hidden;
	padding:20px;
	width:190px;
}
#map-popup-price-box strong {float:left; margin-right:7px;}
.map-popup .regular-price .price {float:left;font-size:12px; line-height:18px; color:#fff;font-weight:bold;}
.map-popup-checkout {  }
.map-popup-checkout form { display:block; overflow:hidden; position:relative; }
.map-popup-checkout form button.button:hover > span {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fff'); /* IE6-9 */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
	background: -moz-linear-gradient(top,  #fff,  #fff); /* firefox 3.6+ */
	background: -o-linear-gradient(top,  #fff,  #fff); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fff,  #fff); /* IE10+ */
	color:#000;
}
.map-popup-checkout span { display:block; padding-left:30px; }
.map-popup-checkout .paypal-logo { text-align:left; margin:0 0 5px; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:0px 0; }
.map-popup-price .price-box .regular-price { margin-right:7px; }
.map-popup-price .minimal-price-link { color:#fff; display:inline-block; text-decoration:underline; margin:0; }
.map-popup-price .minimal-price-link:hover {text-decoration:none; }
.map-popup-price .minimal-price-link span { display:inline; }
.map-popup-price { overflow:hidden; margin: 8px 0; }
.map-popup-text { clear:right; background:#668dc4; padding:20px; text-align:left; word-wrap:break-word; color:#fff; line-height:18px; }
.map-popup-only-text { display:none; border-top:1px solid #d8d8d8; }
.contacts-index-index .page-title h1{ padding-bottom:10px;}
/* ======================================================================================= */
/* Footer-Newsletter================================================================================ */
.footer .block-subscribe{ width:260px; float:left; background:none; padding:0; border:0; margin:0; width:100%; }
.footer .block-subscribe .block-content {background:none; }
.footer .block-subscribe .block-title {border:0; padding:0; background:none; margin:0;}
.footer .block-subscribe .block-title strong{display:block;}
.footer .block-subscribe .form-subscribe-header {font-size:11px; color:#555454; margin-bottom:10px;}
.footer .block-subscribe .block-content {padding:0px 0 0;}
.footer .block-subscribe #newsletter {float:left; background:#fbfbfb; border:1px solid #d6d6d6; padding:5px 33px 5px 5px;}
.footer .block-subscribe #newsletter:focus,
.footer .block-subscribe #newsletter:active{box-shadow:none;}
.footer .block-subscribe .block-content{}
.footer .block-subscribe .input-box{ float:left; margin:0; width:166px; }
.footer .block-subscribe .actions{ float:left; padding: 0; margin-left:-27px;}
.footer .block-subscribe .actions .button span { 
	width:27px;
	height:27px;
	padding:0;
	filter: none; /*IE6-9 */
	background:none; /*  webkit */
	background:none; /*firefox 3.6+ */
	background:none; /*  Opera 11.10+ */
	background:none; /*  IE10+ */
}
.footer .block-subscribe .actions .button span span { 	text-indent:-9999px; background:url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/btn-newsletter.gif)  no-repeat center center;}
.footer .block-subscribe .actions .button:hover span span{ }
/* Footer ================================================================================ */
.footer { padding-bottom:20px; position:relative;}
.footer-container{ padding-bottom:30px;}
.footer_wrap{ width:940px; margin:0 auto; border-top:1px solid #d9d9d9;}
.tail_footer{position:relative;margin:0px 0 0 0;height:100px;background:#eeeeee;overflow:hidden;}
.footer p { }
.footer address {text-align:left; padding-top:15px; padding-bottom:10px; margin-bottom:0; }
.padd-footer{ padding-bottom:21px;}

.footer ul #FME-contact-form{ display:none;}
.footer ul li {	display:block}
.footer ul li a {display:inline-block;color:#8a8989;text-decoration:none;}
.footer ul li a:hover{ color:#249cdb;}

.footer-container .bottom-container { text-align:center; }
.footer-cols-wrapper {
	position:relative;
	overflow:hidden;
	border:1px solid #d6d6d6;
}
.footer-col {
	float:left;
	width:195px;
	padding:0 20px 10px;
	border-right:1px solid #d6d6d6;
}
.footer-col.last {border:0; width:200px;}
.footer-col.contacts {line-height:21px;}

.footer-col.contacts span.tel {
	display:block;
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size:18px;
	line-height:22px;
	color:#668dc4;
	font-style:italic;
}

.padd-footer-inner{ padding-bottom:18px;border-bottom:1px solid #d9d9d9; position:relative;}
.store-switcher{ float:right; margin-top:-24px;}

span.toggle {
	background:url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/toogle-button.png) 0 -61px no-repeat;
	position:absolute;
	cursor:pointer;
	right: 20px;
	top:4px;
	height:13px;
	width:13px;
}
span.opened {background-position: 0 0;}

/* ==================================back-top ================================================== */
#back-top {position: fixed;bottom:40px;z-index:99;left:50%;margin-left:550px; display:none; width:41px;height:41px;}
#back-top a:hover {color:#79ec3e;}
#back-top span {width:41px;height:41px; display: block;margin-bottom:41px;background:url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/up-arrow.png) no-repeat left 0px;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader() !important;}
#back-top a:hover span { background-position:left -41px;}
/* ======================================================================================= */
.cms-home .padding-s {padding-bottom:0;}
.home-indent {margin:-8px -8px 0;}
.col1-layout .home-indent  .products-grid {width:948px; border:0;}
.col1-layout .home-indent  .products-grid li.item {padding:16px 23px;}
.cms-home .products-grid button.button {margin-right:5px;}
button.details span {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e4e4e', endColorstr='#353535'); /*IE6-9 */
	background: -webkit-gradient(linear, left top, left bottom, from(#4e4e4e), to(#353535)); /*  webkit */
	background: -moz-linear-gradient(top,  #4e4e4e,  #353535); /*firefox 3.6+ */
	background: -o-linear-gradient(top,  #4e4e4e,  #353535); /*  Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4e4e4e,  #353535); /*  IE10+ */
	}
button.details:hover span {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c2c2c', endColorstr='#2c2c2c'); /*IE6-9 */
	background: -webkit-gradient(linear, left top, left bottom, from(#2c2c2c), to(#2c2c2c)); /*  webkit */
	background: -moz-linear-gradient(top,  #2c2c2c,  #2c2c2c); /*firefox 3.6+ */
	background: -o-linear-gradient(top,  #2c2c2c,  #2c2c2c); /*  Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2c2c2c,  #2c2c2c); /*  IE10+ */
	}
.banner-list {overflow:hidden; margin-bottom:20px;}
.banner-list li {
	border:1px solid #d6d6d6;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f8f8f8'); /*IE6-9 */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8)); /*  webkit */
	background: -moz-linear-gradient(top,  #ffffff,  #f8f8f8); /*firefox 3.6+ */
	background: -o-linear-gradient(top,  #ffffff,  #f8f8f8); /*  Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff,  #f8f8f8); /*  IE10+ */
	float:left;
	margin-left:20px;
	width:301px;
	height:71px;
	overflow:hidden;
	}
.banner-list li:first-child {margin:0;}
.banner-list li div {background:url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/media/banner-list-icon1.png) no-repeat left top; padding:24px 0 15px 100px;}
.banner-list li.item-2 div {background:url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/media/banner-list-icon2.png) no-repeat left top;}
.banner-list li.item-3 div {background:url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/media/banner-list-icon3.png) no-repeat left top;}
.banner-list li.item-3 div > span {display:block; margin-top:-10px;}
.banner-list li a {
	font-size:18px; 
	color:#303030; 
	line-height:20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.banner-list li a:hover {opacity:0.6;}
.banner-list li a span span{color:#668dc4;}


.banner-block {overflow:hidden; margin-bottom:20px;}
.banner-block li {float:left; border:1px solid #d6d6d6; margin-left:20px; padding:15px 21px 20px 20px; width:260px;}
.banner-block li:first-child {margin:0;}
.banner-block li a {display:block;}
.banner-block li a:hover {color:#000;}
.banner-block li span {display:block; margin-bottom:10px;}
.banner-block li span a {display:inline-block; font-size:13px; line-height:17px; color:#668dc4;}
.banner-block li p {font-size:11px; color:#555454;}

#easyTooltip{padding:5px 10px;background:#668dc4;color:#fff;font-size:12px; text-transform:uppercase;text-transform:none;position:relative;z-index:99;font-weight:normal;}

.banners-block {position:relative;overflow:hidden;}

.main-banner {
    float: left;
	border: 1px solid #eee;
    margin: 0 10px 10px 0;
    position: relative;
}

.main-banner.num-3 {margin:0;}

.main-banner img {   height: auto;   max-width: 100% !important;}

.map-content { margin-bottom:30px; }
.map-content figure iframe {border:none; width:932px;}
.contact-block {position:relative;overflow:hidden;}
.contact-block h2 {
	float:none;
	background:none;
	border:none;
	border-bottom: 2px solid #3A3A3A;
	font-size:17px;
	line-height:21px;
	color:#383737;
	font-weight:normal;
	text-transform:uppercase;
	position:relative;
	margin: 0 0 16px;
	padding: 0 0 7px;
}

.contact-left{ width:230px; float:right; margin-left:10px;padding-bottom:20px;}
.contact-left h3 {
	font-size:13px;
	line-height:16px;
	color:#668dc4;
	text-transform:uppercase;
	font-weight:normal;
	margin-bottom:14px;
}
.contact-left p{ font-size:12px; color:#8a8989; line-height:17px;}
.contact-left ul li{border-bottom:1px solid #D6D6D6; padding-bottom:17px; margin-bottom:17px;}
.contact-left ul li.last{ border:none; padding:0; margin:0;}
#contactForm { float:left; width: 690px;}
#contactForm .fieldset{ background:none; border:none; padding:0; margin:0;}
#contactForm .form-list input.input-text {width:213px;}
#contactForm .form-list .field {float:left;width:235px;}
#contactForm .form-list .field.last {float:left;width:219px;}
#contactForm .form-list li {padding-bottom:10px;}
#contactForm .form-list li.wide textarea {width:682px; resize:none; }
#contactForm .buttons-set button.button {float:left;}
#contactForm .buttons-set{ margin:0 0 0 0; padding:0; }
#contactForm .buttons-set p.required {color: #668dc4;font-size: 12px; margin: 0 0 0px;float:left; padding-left:15px; padding-top:5px;}
#FME-contact-form{ position:fixed; top:150px; right:-145px; display:block; width:218px; height:74px;text-indent:-9999px; margin-right:0px; z-index:998}
.contact-btn a{ display:none;}
.contact-btn li{ padding:0; margin:0;}

.clear {clear: both; display: block; overflow: hidden; visibility: hidden;width: 0;height: 0;}

.container {
	/* defaults for resposive height container */
	position: relative;
	width: 321px;
	height: 95px;
	overflow: hidden;
}

.iosSlider {height: 95px;width: 100%;}

.iosSlider .slider {
	left:0;
	width: 100%;
	height: 100%;
}

.iosSlider .slider #item {
	float: left;
	position:relative;
	left:auto;
	top:auto;
	width: 107px;
}

.iosSlider .slider #item a {
    float: left;
    height: 95px;
    width: 95px;
}

.iosSlider .slider #item img {
	width: 100%;
	height: auto;
}

.container .next,
.container .prev {
	position:absolute;
	top:23px;
	left:0;
	width:52px;
	height:52px;
	margin-top:0;
	text-indent:-9000px;
	cursor:pointer;
	z-index:99;
}

.container .prev {
	background:url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/prev-sl.png) 50% 50% no-repeat;
	left:0;
}
.container .next {
	background:url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/next-sl.png) 50% 50% no-repeat;
	right:20px;
	left:auto;
}

.container .unselectable {opacity: 0.2;}

/* 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,
.send-friend .form-list li p:after,
.products-grid .actions:after,
.header .row-2:after,
.header-buttons:after,
.input-box:after,
.block-subscribe .block-content:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */
/**
 * 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) 2012 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://dev.industrieklettershop.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://dev.industrieklettershop.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://dev.industrieklettershop.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://dev.industrieklettershop.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://dev.industrieklettershop.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://dev.industrieklettershop.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://dev.industrieklettershop.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://dev.industrieklettershop.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://dev.industrieklettershop.de/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

.advancedreviews-summary-block{clear:both;margin:10px 0;}
.advancedreviews-summary-block table{float:left;}
.advancedreviews-summary-block table td{padding:5px;vertical-align:middle;}
.advancedreviews-summary-block table th{font-weight:bold;text-align:center;}
.advancedreviews-summary-block table td.star-name,.advancedreviews-summary-block table td.star-count{white-space:nowrap;width:10%}
.advancedreviews-summary-block table td.star-count{padding-right:20px;}
.advancedreviews-summary-block table td.star-line .star-bar-container{background:#DEDCC3;}
.advancedreviews-summary-block .spacer{clear:both;}
.advancedreviews-summary-block .star-bar{background:#F0C808;height:15px;line-height:15px;text-align:center;}
.advancedreviews-reviews-count{font-weight:bold;margin:10px 0;text-align:right;}

label.consFilter,label.prosFilter{color:#1E7EC8;cursor:pointer;}
table.advancereviews-filters th{width:50%;color:#E26703;font-size:14px;font-weight:bold;padding:0 0 5px;}
#advancereviews-filters table.advancereviews-filters li,#customer-reviews #product-review-table li{margin-bottom:5px;}
ul.hiddenList{display:none;}
#product-review-table td a{display:block;}
#loading-mask .loader{background:#FFF4E9;border:2px solid #F1AF73;color:#D85909;font-weight:bold;left:39%;padding:15px 60px;position:fixed;text-align:center;top:45%;width:120px;z-index:1000;}
#advancereviews-sort-reviews img{cursor:pointer;}
.hidden{display:none;}
.abuse-link{cursor:pointer;}
.helpful-link{cursor:pointer;}

/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/


/* Table of Contents
==================================================
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing */



/* #Base 960 Grid
================================================== */

    .container_24{ position: relative; width: 960px; margin: 0 auto; padding: 0; }
    .grid_1,
	.grid_2,
	.grid_3,
	.grid_4,
	.grid_5,
	.grid_6,
	.grid_7,
	.grid_8,
	.grid_9,
	.grid_10,
	.grid_11,
	.grid_12,
	.grid_13,
	.grid_14,
	.grid_15,
	.grid_16,
	.grid_17,
	.grid_18,
	.grid_19,
	.grid_20,
	.grid_21,
	.grid_22,
	.grid_23,
	.grid_24{ float: left; display: inline; margin-left:5px; margin-right:5px; }

    /* Nested Column Classes */
    .container_24 .alpha               { margin-left: 0; }
    .container_24 .omega               { margin-right: 0; }

    /* Base Grid */
    .container_24 .grid_1			{ width: 30px;  }
    .container_24 .grid_2			{ width: 70px; }
    .container_24 .grid_3			{ width: 110px; }
    .container_24 .grid_4 			{ width: 150px; }
    .container_24 .grid_5 			{ width: 190px; }
    .container_24 .grid_6 			{ width: 230px; }
    .container_24 .grid_7 			{ width: 270px; }
    .container_24 .grid_8			{ width: 310px; }
    .container_24 .grid_9 			{ width: 350px; }
    .container_24 .grid_10 			{ width: 390px; }
    .container_24 .grid_11 			{ width: 430px; }
    .container_24 .grid_12 			{ width: 470px; }
    .container_24 .grid_13 			{ width: 510px; }
    .container_24 .grid_14			{ width: 550px; }
    .container_24 .grid_15 			{ width: 590px; }
    .container_24 .grid_16			{ width: 630px; }
    .container_24 .grid_17			{ width: 670px; }
    .container_24 .grid_18 			{ width: 710px; }
    .container_24 .grid_19 			{ width: 750px; }
    .container_24 .grid_20 			{ width: 790px; }
    .container_24 .grid_21			{ width: 830px; }
    .container_24 .grid_22			{ width: 870px; }
    .container_24 .grid_23    		{ width: 910px; }
    .container_24 .grid_24         	{ width: 960px; }
	/* Prefix Extra Space >> 24 Columns */
	.container_24 .prefix_1 {padding-left:40px;}
	.container_24 .prefix_2 {padding-left:80px;}
	.container_24 .prefix_3 {padding-left:120px;}
	.container_24 .prefix_4 {padding-left:160px;}
	.container_24 .prefix_5 {padding-left:200px;}
	.container_24 .prefix_6 {padding-left:240px;}
	.container_24 .prefix_7 {padding-left:280px;}
	.container_24 .prefix_8 {padding-left:320px;}
	.container_24 .prefix_9 {padding-left:360px;}
	.container_24 .prefix_10 {padding-left:400px;}
	.container_24 .prefix_11 {padding-left:440px;}
	.container_24 .prefix_12 {padding-left:480px;}
	.container_24 .prefix_13 {padding-left:520px;}
	.container_24 .prefix_14 {padding-left:560px;}
	.container_24 .prefix_15 {padding-left:600px;}
	.container_24 .prefix_16 {padding-left:640px;}
	.container_24 .prefix_17 {padding-left:680px;}
	.container_24 .prefix_18 {padding-left:720px;}
	.container_24 .prefix_19 {padding-left:760px;}
	.container_24 .prefix_20 {padding-left:800px;}
	.container_24 .prefix_21 {padding-left:840px;}
	.container_24 .prefix_22 {padding-left:880px;}
	.container_24 .prefix_23 {padding-left:920px;}
	/* Suffix Extra Space >> 24 Columns */
	.container_24 .suffix_1 {padding-right:40px;}
	.container_24 .suffix_2 {padding-right:80px;}
	.container_24 .suffix_3 {padding-right:120px;}
	.container_24 .suffix_4 {padding-right:160px;}
	.container_24 .suffix_5 {padding-right:200px;}
	.container_24 .suffix_6 {padding-right:240px;}
	.container_24 .suffix_7 {padding-right:280px;}
	.container_24 .suffix_8 {padding-right:320px;}
	.container_24 .suffix_9 {padding-right:360px;}
	.container_24 .suffix_10 {padding-right:400px;}
	.container_24 .suffix_11 {padding-right:440px;}
	.container_24 .suffix_12 {padding-right:480px;}
	.container_24 .suffix_13 {padding-right:520px;}
	.container_24 .suffix_14 {padding-right:560px;}
	.container_24 .suffix_15 {padding-right:600px;}
	.container_24 .suffix_16 {padding-right:640px;}
	.container_24 .suffix_17 {padding-right:680px;}
	.container_24 .suffix_18 {padding-right:720px;}
	.container_24 .suffix_19 {padding-right:760px;}
	.container_24 .suffix_20 {padding-right:800px;}
	.container_24 .suffix_21 {padding-right:840px;}
	.container_24 .suffix_22 {padding-right:880px;}
	.container_24 .suffix_23 {padding-right:920px;}

/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

    @media only screen /**and (min-width: 768px)*/ and (max-width: 959px) {
        .container_24                                  { width: 768px; }
        .grid_1,
		.grid_2,
		.grid_3,
		.grid_4,
		.grid_5,
		.grid_6,
		.grid_7,
		.grid_8,
		.grid_9,
		.grid_10,
		.grid_11,
		.grid_12,
		.grid_13,
		.grid_14,
		.grid_15,
		.grid_16,
		.grid_17,
		.grid_18,
		.grid_19,
		.grid_20,
		.grid_21,
		.grid_22,
		.grid_23,
		.grid_24{ margin-left: 5px; margin-right: 5px;}
        .container_24 .alpha              { margin-left: 0;}
        .container_24 .omega              { margin-right: 0;}

        .container_24 .grid_1                      { width: 22px; }
        .container_24 .grid_2                     { width: 54px; }
        .container_24 .grid_3                   { width: 86px; }
        .container_24 .grid_4                    { width: 118px; }
        .container_24 .grid_5                    { width: 150px; }
        .container_24 .grid_6                     { width: 182px; }
        .container_24 .grid_7                   { width: 214px; }
        .container_24 .grid_8                   { width: 246px; }
        .container_24 .grid_9                    { width: 278px; }
        .container_24 .grid_10                     { width: 310px; }
        .container_24 .grid_11                  { width: 342px; }
        .container_24 .grid_12                  { width: 374px; }
        .container_24 .grid_13                { width: 406px; }
        .container_24 .grid_14                { width: 438px; }
        .container_24 .grid_15                 { width: 470px; }
		.container_24 .grid_16                 { width: 502px; }
		.container_24 .grid_17          		{ width: 534px; }
		.container_24 .grid_18      			{ width: 566px; }
		.container_24 .grid_19           		{ width: 598px; }
		.container_24 .grid_20                 	{ width: 630px; }
		.container_24 .grid_21      			{ width: 662px; }
		.container_24 .grid_22      			{ width: 694px; }
		.container_24 .grid_23    			{ width: 726px; }
		.container_24 .grid_24        		{ width: 758px; }
		.container_24 .grid_24.no-margin        		{ width: 768px; }
		/* Prefix Extra Space >> 24 Columns */
		.container_24 .prefix_1 {padding-left:32px;}
		.container_24 .prefix_2 {padding-left:64px;}
		.container_24 .prefix_3 {padding-left:96px;}
		.container_24 .prefix_4 {padding-left:128px;}
		.container_24 .prefix_5 {padding-left:160px;}
		.container_24 .prefix_6 {padding-left:192px;}
		.container_24 .prefix_7 {padding-left:224px;}
		.container_24 .prefix_8 {padding-left:256px;}
		.container_24 .prefix_9 {padding-left:288px;}
		.container_24 .prefix_10 {padding-left:320px;}
		.container_24 .prefix_11 {padding-left:352px;}
		.container_24 .prefix_12 {padding-left:384px;}
		.container_24 .prefix_13 {padding-left:416px;}
		.container_24 .prefix_14 {padding-left:448px;}
		.container_24 .prefix_15 {padding-left:480px;}
		.container_24 .prefix_16 {padding-left:512px;}
		.container_24 .prefix_17 {padding-left:544px;}
		.container_24 .prefix_18 {padding-left:576px;}
		.container_24 .prefix_19 {padding-left:608px;}
		.container_24 .prefix_20 {padding-left:640px;}
		.container_24 .prefix_21 {padding-left:672px;}
		.container_24 .prefix_22 {padding-left:704px;}
		.container_24 .prefix_23 {padding-left:736px;}
		/* Suffix Extra Space >> 24 Columns */
		.container_24 .suffix_1 {padding-right:32px;}
		.container_24 .suffix_2 {padding-right:64px;}
		.container_24 .suffix_3 {padding-right:96px;}
		.container_24 .suffix_4 {padding-right:128px;}
		.container_24 .suffix_5 {padding-right:160px;}
		.container_24 .suffix_6 {padding-right:192px;}
		.container_24 .suffix_7 {padding-right:224px;}
		.container_24 .suffix_8 {padding-right:256px;}
		.container_24 .suffix_9 {padding-right:288px;}
		.container_24 .suffix_10 {padding-right:320px;}
		.container_24 .suffix_11 {padding-right:352px;}
		.container_24 .suffix_12 {padding-right:384px;}
		.container_24 .suffix_13 {padding-right:416px;}
		.container_24 .suffix_14 {padding-right:448px;}
		.container_24 .suffix_15 {padding-right:480px;}
		.container_24 .suffix_16 {padding-right:512px;}
		.container_24 .suffix_17 {padding-right:544px;}
		.container_24 .suffix_18 {padding-right:576px;}
		.container_24 .suffix_19 {padding-right:608px;}
		.container_24 .suffix_20 {padding-right:640px;}
		.container_24 .suffix_21 {padding-right:672px;}
		.container_24 .suffix_22 {padding-right:704px;}
		.container_24 .suffix_23 {padding-right:736px;}
    }


/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {
        .container_24 { width: 310px; }
        .grid_1,
		.grid_2,
		.grid_3,
		.grid_4,
		.grid_5,
		.grid_6,
		.grid_7,
		.grid_8,
		.grid_9,
		.grid_10,
		.grid_11,
		.grid_12,
		.grid_13,
		.grid_14,
		.grid_15,
		.grid_16,
		.grid_17,
		.grid_18,
		.grid_19,
		.grid_20,
		.grid_21,
		.grid_22,
		.grid_23,
		.grid_24{ margin: 0; }

        .container_24 .grid_1,
		.container_24 .grid_2,
		.container_24 .grid_3,
		.container_24 .grid_4,
		.container_24 .grid_5,
		.container_24 .grid_6,
		.container_24 .grid_7,
		.container_24 .grid_8,
		.container_24 .grid_9,
		.container_24 .grid_10,
		.container_24 .grid_11,
		.container_24 .grid_12,
		.container_24 .grid_13,
		.container_24 .grid_14,
		.container_24 .grid_15,
		.container_24 .grid_16,
		.container_24 .grid_17,
		.container_24 .grid_18,
		.container_24 .grid_19,
		.container_24 .grid_20,
		.container_24 .grid_21,
		.container_24 .grid_22,
		.container_24 .grid_23,
		.container_24 .grid_24{ width: 310px;}
		/* Prefix Extra Space >> 12 Columns */
		.container_24 .prefix_1,
		.container_24 .prefix_2,
		.container_24 .prefix_3,
		.container_24 .prefix_4,
		.container_24 .prefix_5,
		.container_24 .prefix_6,
		.container_24 .prefix_7,
		.container_24 .prefix_8,
		.container_24 .prefix_9,
		.container_24 .prefix_10,
		.container_24 .prefix_11,
		.container_24 .prefix_12,
		.container_24 .prefix_13,
		.container_24 .prefix_14,
		.container_24 .prefix_15,
		.container_24 .prefix_16,
		.container_24 .prefix_17,
		.container_24 .prefix_18,
		.container_24 .prefix_19,
		.container_24 .prefix_20,
		.container_24 .prefix_21,
		.container_24 .prefix_22,
		.container_24 .prefix_23{padding-left:0;}
		/* Suffix Extra Space >> 12 Columns */
		.container_24 .suffix_1,
		.container_24 .suffix_2,
		.container_24 .suffix_3,
		.container_24 .suffix_4,
		.container_24 .suffix_5,
		.container_24 .suffix_6,
		.container_24 .suffix_7,
		.container_24 .suffix_8,
		.container_24 .suffix_9,
		.container_24 .suffix_10,
		.container_24 .suffix_11,
		.container_24 .suffix_12,
		.container_24 .suffix_13,
		.container_24 .suffix_14,
		.container_24 .suffix_15,
		.container_24 .suffix_16,
		.container_24 .suffix_17,
		.container_24 .suffix_18,
		.container_24 .suffix_19,
		.container_24 .suffix_20,
		.container_24 .suffix_21,
		.container_24 .suffix_22,
		.container_24 .suffix_23{padding-right:0;}
    }


/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .container_24 { width: 440px; }
        .grid_1,
		.grid_2,
		.grid_3,
		.grid_4,
		.grid_5,
		.grid_6,
		.grid_7,
		.grid_8,
		.grid_9,
		.grid_10,
		.grid_11,
		.grid_12,
		.grid_13,
		.grid_14,
		.grid_15,
		.grid_16,
		.grid_17,
		.grid_18,
		.grid_19,
		.grid_20,
		.grid_21,
		.grid_22,
		.grid_23,
		.grid_24{ margin: 0; }

        .container_24 .grid_1,
		.container_24 .grid_2,
		.container_24 .grid_3,
		.container_24 .grid_4,
		.container_24 .grid_5,
		.container_24 .grid_6,
		.container_24 .grid_7,
		.container_24 .grid_8,
		.container_24 .grid_9,
		.container_24 .grid_10,
		.container_24 .grid_11,
		.container_24 .grid_12,
		.container_24 .grid_13,
		.container_24 .grid_14,
		.container_24 .grid_15,
		.container_24 .grid_16,
		.container_24 .grid_17,
		.container_24 .grid_18,
		.container_24 .grid_19,
		.container_24 .grid_20,
		.container_24 .grid_21,
		.container_24 .grid_22,
		.container_24 .grid_23,
		.container_24 .grid_24{ width: 440px; }
		/* Prefix Extra Space >> 12 Columns */
		.container_24 .prefix_1,
		.container_24 .prefix_2,
		.container_24 .prefix_3,
		.container_24 .prefix_4,
		.container_24 .prefix_5,
		.container_24 .prefix_6,
		.container_24 .prefix_7,
		.container_24 .prefix_8,
		.container_24 .prefix_9,
		.container_24 .prefix_10,
		.container_24 .prefix_11,
		.container_24 .prefix_12,
		.container_24 .prefix_13,
		.container_24 .prefix_14,
		.container_24 .prefix_15,
		.container_24 .prefix_16,
		.container_24 .prefix_17,
		.container_24 .prefix_18,
		.container_24 .prefix_19,
		.container_24 .prefix_20,
		.container_24 .prefix_21,
		.container_24 .prefix_22,
		.container_24 .prefix_23{padding-left:0;}
		/* Suffix Extra Space >> 12 Columns */
		.container_24 .suffix_1,
		.container_24 .suffix_2,
		.container_24 .suffix_3,
		.container_24 .suffix_4,
		.container_24 .suffix_5,
		.container_24 .suffix_6,
		.container_24 .suffix_7,
		.container_24 .suffix_8,
		.container_24 .suffix_9,
		.container_24 .suffix_10,
		.container_24 .suffix_11,
		.container_24 .suffix_12,
		.container_24 .suffix_13,
		.container_24 .suffix_14,
		.container_24 .suffix_15,
		.container_24 .suffix_16,
		.container_24 .suffix_17,
		.container_24 .suffix_18,
		.container_24 .suffix_19,
		.container_24 .suffix_20,
		.container_24 .suffix_21,
		.container_24 .suffix_22,
		.container_24 .suffix_23{padding-right:0;}
    }


/* #Clearing
================================================== */

    /* Self Clearing Goodness */
    .container_24:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

    /* You can also use a <br class="clear" /> to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }



@media only screen /*and (min-width: 768px)*/ and (max-width: 959px) {
	.padding-r,
	.padding-l {padding:8px;}
	.order-buttons {display:none !important;}
	.sorter .view-mode {padding-top:0;}
	.account-login .registered-users .form-list input.input-text {width:326px;}
	.cart .crosssell button.btn-cart {float:none; margin-bottom:10px;}
	.cart .crosssell .add-to-links {float:none;}
	.cart .crosssell .product-details button.button > span {font-size:11px;}
	.cart .discount-form .input-box input { width:198px; }
	.shipping .jqTransformSelectWrapper { width: 204px !important; }
	.shipping .jqTransformSelectWrapper > div > span { font-size:11px; }
	.form-list .input-box {width:225px;}
	.cart .shipping .form-list li input { width:198px; }
	.cart .shipping .form-list li select {width:205px;}
	.cart .shipping .form-list li select option {width:174px;}
	.cart .totals button.button > span { font-size:14px; }
	.cart .totals table th,
	.cart .totals table td { font-size:11px; padding: 15px 10px; }
	.cart .totals table td+td { padding: 15px 10px; }
	.cart .totals .price { font-size:18px; }
	.block-cart .mini-products-list .product-name {width:100px;}
	
	.header-button:hover > a, .top-login:hover ul li a {background-color: #668DC4; color:#fff;}
	
	#block-related .product .product-image {width:50px;}
	#block-related .product .product-image img {height:50px;width:50px;}

	
	.col1-layout .home-indent .products-grid li.item {padding:10px;}

	.regular-price,
	.products-grid li.item .minimal-price-link {float:none;}
	.products-grid li.item .price-box.map-info a {float:none; padding:0; margin-top:2px;}
	.products-grid li.item .regular-price,
	.products-grid li.item .old-price { display:block; }
	.products-grid li.item .ratings .amount { float:none; display:block; text-align:center; margin:0; }
	.product-shop .price-box {float:none;}
	.mini-products-list .product-image,
	.mini-products-list .product-image img {width:45px; height:auto;}
	
	.product-view .product-img-box .product-image-zoom,
	.product-view .product-img-box .product-image-zoom img { height:192px !important; width:192px !important; }
	.product-view .product-img-box .more-views li.item-4 {margin-left:0;}	
	.product-view .product-img-box {float:none;width:310px;margin: 0 auto 30px;}
	.product-view .product-shop {float:none;width:auto;}
	.catalog-product-view .map-popup {left: 0 !important;}
	
	.video {height:372px;}
	.video iframe {height:372px;width:548px;}
	
	.mini-products-list .product-name {width:84px;}
	
	.my-account a {text-decoration:underline;}
	.my-account a:hover {text-decoration:none;}
	
	.opc .field {width:267px;}
	.opc .fields input,
	.opc .field input {width:242px;}
	.opc .fields select,
	.opc .field select {width:248px;}
	.opc .fields select option,
	.opc .field select option {width:217px;}
	.opc .form-list li.wide input.input-text {width:509px;}
	.opc .name-middlename {width:149px;}
	.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:118px;}
	.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:93px;}
	
	.box-up-sell {height:auto;}
	.box-up-sell h2 {font-size:12px;line-height:15px;}
	.box-up-sell .jcarousel-clip {width:524px;}
	.box-up-sell .jcarousel-next,
	.box-up-sell .jcarousel-prev {top:10px;}
	.box-up-sell ul li {margin-right:19px;width:136px !important;}
	.box-up-sell ul.jcarousel-list li {margin-right:19px !important;}
	.box-up-sell ul li .product-image img {height:136px;width:136px;}
	
	#multiship-addresses-table {}
	#multiship-addresses-table select {width:200px;}
	#multiship-addresses-table select option {width:170px;}
	#wishlist-view-form #wishlist-table textarea {min-width:225px; max-width:225px;}
	.checkout-progress li,
	.checkout-progress li span {width:117px;}
	#checkout-step-login .col2-set .col-1 {margin-bottom:10px;}
	#checkout-step-login .col2-set .col-1,
	#checkout-step-login .col2-set .col-2 {
		float:none;
		margin-right:0;
		width:524px;
	}
	
	.multiple-checkout .col-2.col-wide .box {margin-left:90px;}
	.multiple-checkout .sp-methods .input-box .v-fix:first-child {padding-right:18px;}
	.ratings .rating-links .separator {}
	
	.multiple-checkout .gift-messages-form .item .details .field {width:267px;}
	.multiple-checkout .gift-messages-form .form-list input.input-text {width:261px;}
	.multiple-checkout .gift-messages-form .inner-box .form-list li.wide textarea {width:260px;}
	
	.cms-about-magento-demo-store .about-col-1,
	.cms-about-magento-demo-store .about-col-2,
	.cms-about-magento-demo-store .about-col-3 {width:210px; padding:214px 15px 15px;}
	
	.cms-about-magento-demo-store .about-col-4,
	.cms-about-magento-demo-store .about-col-5,
	.cms-about-magento-demo-store .about-col-6 { width:240px; }
	
	.cms-about-magento-demo-store .about-col-4 ul,
	.cms-about-magento-demo-store .about-col-5 ul,
	.cms-about-magento-demo-store .about-col-6 ul {padding:25px 0 12px 20px;}

	.cms-about-magento-demo-store .about-col-4 ul li,
	.cms-about-magento-demo-store .about-col-5 ul li,
	.cms-about-magento-demo-store .about-col-6 ul li {padding-left:0;}
	
	.block-poll .answer {width:94px;}
	
	.footer-cols-wrapper { position:relative; overflow:hidden;  }
	.footer-col {width:144px; padding:0 15px 10px; }
	.footer h4, .block-subscribe 
	.block-title strong {margin:0 -15px 9px; padding:11px 15px;}
	.footer-col.last { margin-right:0; width:201px; }
	.box-up-sell {padding:11px;}
	
	.my-account #wishlist-view-form #wishlist-table .product-image img {height:100px;width:100px;}
		
	.map-content figure iframe {width:740px;}
	.contact-left {width:192px;}
	#contactForm {width:538px;}
	#contactForm .form-list .field {width:183px;}
	#contactForm .form-list .field.last {width: 171px;}
	#contactForm .form-list input.input-text {width:165px;}
	#contactForm .form-list li.wide textarea {width:530px;}
	
	.main-banner {width:244px;}
	.banner-block li {padding:10px; width:217px;}
	.banner-block li img {width:217px; height:auto;}
	.banner-list li {width:237px;}
	.banner-list li div {padding-left:90px;}
	.banner-list li a {font-size:15px;}
}

/*
@media only screen and (max-width: 767px) {
	body { background-position: 0 0; }
	.page {padding-top:5px;}
	.header { padding-bottom:10px; }
	.header .logo { margin-top:0px; width:150px; }
	.header .row-2 {margin-top:-12px;}
	#search_mini_form {margin:0; padding-top:26px;}
	.order-buttons {display:none !important;}
	.title-buttons h1,
	.title-buttons h2,
	.title-buttons h3,
	.title-buttons h4,
	.title-buttons h5,
	.title-buttons h6 {float:none;}
	.header .form-search button.button  span {height:43px; line-height:43px;}
	.header .form-search .input-text { font-size:14px; line-height:17px; width:227px; padding-top:12px; padding-bottom:13px; }
	.block-cart-header { margin:0; }
	.block-cart-header .summary,
	.block-cart-header .empty {background-position: center 5px; padding: 0; height:auto; max-width:65px;}
	.block-cart-header .empty {}
	.block-cart-header .amount-2,
	.block-cart-header .amount-2 strong,
	.block-cart-header .price {display:inline-block;}
	.block-cart-header .amount-2 strong { background-position: 0 6px; width:auto;}
	.toolbar,
	.category-products .toolbar { margin-bottom:20px; padding:0; border:0; }
	.toolbar .sorter,
	.toolbar .pager .limiter {display:none;}
	.toolbar .pager {padding: 0 18px 18px 0;}
	.toolbar .pager .amount {padding:0;}
	.toolbar .pager .pages { float:right; margin:0; }
	.toolbar .pager .pages strong { display:none; }
	.pager .pages li { font-size:14px; line-height:17px; font-weight:normal; margin-right:10px; }
	.breadcrumbs {display:none;}
	.indent-sw1 {margin-bottom:20px;}
	.account-login .registered-users .form-list input.input-text {width:252px;}
	.form-list select {width:300px;}
	.form-list input.input-text,
	.form-list li.wide input.input-text {width:294px;}
	.form-list .name-middlename {width:117px;}
	.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:155px;}
	.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:183px;}
	.form-list .name-middlename input.input-text {width:111px;}
	.form-list .customer-dob .dob-year input.input-text {width:174px;}
	.cart .discount-form .input-box input { width:252px; }
	.shipping .jqTransformSelectWrapper { width: 258px !important; }
	.cart .shipping .form-list li input { width:252px; }
	#shopping-cart-table { display:block; width:300px;}
	
	.page-title,
	.category-title { margin:0 0 16px 0; padding:0; background:none; padding:0;}
	.catalog-category-view .page-title h1 { font-size:17px; line-height:21px; padding: 0 10px 0px; }
	.category-title {border:0; margin-bottom:0;}

	.pager .amount,
	.pager .limiter {display:none;}
	.pager .pages {clear:both;margin:0;text-align:right;}
	
	.products-grid {margin-bottom:0 !important;}
	.products-grid li.item { border-bottom:1px solid #e5e5e5; overflow:hidden; position:relative; padding-bottom:20px; margin:0 0 20px; width:300px; clear: left; }
	.products-grid li.last {border:0;}
	.products-grid .product-image,
	.products-list .product-image { float:left; margin:0; height:90px; width:90px; }
	.products-grid img,
	.products-list img { height:90px; width:90px; }
	.products-grid .product-shop,
	.products-list .product-shop { float:left; margin-left:20px; width:190px; }
	.products-grid button.button,
	.products-list button.button { margin-right:41px; }
	.products-grid button.button > span,
	.products-list button.button > span	{ height:43px; }
	.products-grid button.button span span,
	.products-list button.button span span {padding: 8px 19px;}
	.products-grid .add-to-links,
	.products-list .add-to-links { display:none; }
	.products-list .desc,
	.products-list .ratings .rating-links a+span+a,
	.products-list .ratings .rating-links .separator {display:none;}

	.product-view { margin-bottom:5px; }
	.product-view .product-img-box { float:none; }
	.product-view .product-shop { float:none; width:300px; }
	.product-view .product-img-box { margin-bottom:10px; width:310px; }
	.product-view .product-img-box .product-image-zoom,
	.product-view .product-img-box .product-image-zoom img { height:298px !important; width:298px !important; }
	.product-view .product-img-box .more-views li.item-4 {}
	.product-view .product-name h1 { font-size:16px; line-height:19px; }
	.product-view .box-tags .form-add .input-box {width: 166px;}
	.product-view .box-tags .form-add input.input-text {width: 263px;}
	.product-view .box-tags .form-add button.button {margin-left:33px; float:left; clear:left;}
	.product-view .product-img-box .more-views li {margin: 0 6px 0 0;}
	.product-view h2 {padding:17px 15px;}
	.product-view .price-box { float:none !important; display:block !important; margin: 0 0 10px; overflow:hidden !important; }
	.add-to-cart button.button {float:none; margin-left:25px;}
	.add-to-cart .qty-block {padding-top:0;}
	.add-to-cart .qty {padding:13px 7px 14px;}
	.product-view .product-shop .add-to-links {border-bottom:none;padding-bottom:0;}
	.product-view .product-shop .add-to-links li {float:none; font-size:14px; line-height:17px; font-weight:normal; margin:0 !important; padding-bottom:19px;}
	.product-view .product-shop .add-to-links li a {font-weight:normal;padding-left:24px !important;}
	.product-view .row-product {padding-top:0;}
	.product-view .row-product p {float:none !important;font-size:14px;line-height:17px;padding-left:24px !important;}
	.product-view .row-product .no-rating {padding-bottom:19px;}
	.product-view .row-product .ratings {float:none;padding-bottom:19px;}
	.product-view .row-product .ratings .rating-links {padding-left:0 !important;}
	.product-view .add-to-links li+li {display:none;}
	.product-options .options-list li label { padding-top:2px; }	
	.product-view .box-description .std {padding: 0 15px;}
	.product-view .product-collateral #customer-reviews dl {padding:0 15px;}
	.product-view #review-form h3,
	.product-view #review-form h4,
	.product-view .tabs-custom {padding:0 15px;}
	
	.product-collateral #customer-reviews #product-review-table span.nobr {padding:0;}
	#customer-reviews #product-review-table {width:299px !important;}
	#customer-reviews #product-review-table th {padding:9px 4px;}
	#customer-reviews #product-review-table td {padding:14px 4px;}
	#customer-reviews .form-list textarea {max-width: 294px;min-width: 294px;}
	
	.product-collateral .box-collateral {margin-bottom:0;cursor:pointer;}
	.product-collateral .box-collateral h2 span.toggle {background-image:url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/toogle-button2.png);top:20px;height:10px;width:10px;}
	.box-collateral-content {display:none;margin-bottom:7px;}
	
	.box-up-sell ul {}
	.box-up-sell ul li {overflow:hidden;}
	.box-up-sell ul li .product-name {}
	.box-up-sell ul li .product-image {float:left; margin-right:15px;}
	.box-up-sell ul li .product-image img {height:100px;width:100px;}
	.box-up-sell ul li.jcarousel-item .product-image {float:none;margin-right:0;}
	.box-up-sell ul li.jcarousel-item .product-image img {height:auto;width:auto;}
	
	.box-up-sell {background:none;border:none;padding:20px 0 0;}
	.box-up-sell ul li {float:none;background:none;border:none;border-bottom: 1px solid #DDDDDD;padding:0 0 20px;margin: 0 0 20px;width:auto !important;}
	.box-up-sell .jcarousel-clip {margin:0 63px;width:184px;}
	.box-up-sell .jcarousel-clip li {border:none;margin:0;padding:0;width:184px !important;}
	.box-up-sell .jcarousel-next {top:150px;right:10px;}
	.box-up-sell .jcarousel-prev {top:150px;left:10px;}

	.header-container {background:none;}
	.header .header-buttons { float:none; }
	.header-buttons .row-1 {
		float:none;
		margin-bottom:0;
	}
	.header .row-2 .slogon,
	.header .welcome-msg,
	.header .header-links {display:none;}
	.top-login,
	.menu-list {display:block;}
	.header-button { height:46px; margin:0; border:0; border-radius:0;}
	.header-button ul {
		top:46px;
		right:auto;
		left:0;
	}
	.header-button > a,
	.top-login ul li a	{
		background-color:#3a3a3a;
		background-position: center 15px;
		border-left:1px solid #515050;
		height:46px;
		width:76px;
	}
	.top-login ul li a {width:78px;}
	.top-login ul li a.Logout_link {background:url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/logout.png) center 12px no-repeat #3a3a3a;}
	.top-login ul li a.Login_link {background:url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/login.png) center 12px no-repeat #3a3a3a;}
	.header-button:hover > a,
	.top-login:hover ul li a {border-left:1px solid #668DC4;background-color:#668DC4;}
	.header-button.menu-list > a { background-position: center 11px; }
	.header-button.currency-list > a,
	.header-button.lang-list > a { background-position: center 36px; padding: 12px 0 0; height:34px; width:76px; color:#fff; }
	.top-login ul {top:0; left:auto; right:0;}
	.padding-r,
	.padding-l {padding:0; border:0;}
	
	.col-main {padding-bottom:40px;}
	.block {margin-bottom:8px; border:0; padding:0;}
	.block .block-title	{
		margin:0 0 8px 0;
		padding:0 0 9px;
		background:none;
	}
	.block .block-title:hover {cursor:pointer;}
	.block.block-account .block-title:hover {cursor:default;}
	.block .block-title	span.toggle {top:5px;}
	.sidebar .block .block-content {display:none;}
	.sidebar .block.block-progress .block-content {display:block;}
	.block-compared,
	.block-compare,
	.products-grid .actions	li+li,
	.products-list .add-to-links li+li {display:none;}
	
	.block-subscribe .form-subscribe-header { display:none; }
	.block-subscribe .input-box { float:none; margin-left:0; width:280px; }
	.block-subscribe .input-box input { margin-bottom:5px; width:268px; }
	.block-subscribe .validation-advice {padding-left:0; margin: 0 0 5px;}
	.block-subscribe .actions {margin-left:0;}
	
	.mini-products-list .product-name {width:230px;}
	
	.block-related .product-name {width:213px;}
		
	.video {height:214px;}
	.video iframe {height:214px;width:310px;}
	
	#shopping-cart-table .product-image img {height:70px;width:70px;}
	.cart .cart-product-block .product-description {width:210px;}
	.cart .shipping .form-list li input {width:283px;}
	.cart .cart-table-foot {text-align:center;}
	.cart .cart-table-foot .btn-continue {float:none;}
	.cart .cart-table-foot button.button {margin-bottom:5px;} 
	.cart .discount-form .input-box input {width:283px;}
	.cart .crosssell .add-to-links { float:none; display:block; padding-top:10px; }
	.cart .crosssell .add-to-links li {margin:0;}
	.cart .crosssell .add-to-links li+li {display:none;}
	.cart .crosssell button.btn-cart {float:none;}
	
	.col-main .block-account {display:block;}
	.col-left .block-account {display:none;}
	.block-account ul li {font-size:14px;line-height:17px;}
	.block-account ul li a,
	.my-account a {text-decoration:underline;}
	.block-account ul li a:hover,
	.my-account a:hover	{text-decoration:none;}
	.my-account .col2-set .col-1,
	.my-account .col2-set .col-2 {float:none;width:100%;}
	.my-account .data-table thead {display:none;}
	.my-account .data-table {border:1px solid #ECECEC;width:100%;}
	.my-account .data-table tr {display:block;border-bottom:1px solid #ECECEC;}
	.my-account .data-table tr.last {border-bottom:none;}
	.my-account .data-table td {display:block;border:none;}
	.my-account .data-table colgroup {display:none;}
	.my-account #my-orders-table td {padding:10px 10px 0 10px;}
	.my-account #my-orders-table td.order-qty {font-weight:bold;}
	.my-account #my-orders-table td.order-qty .nobr strong {font-weight:normal;}
	.my-account #my-orders-table td.order-product-name .product-name {font-weight:bold;}
	.my-account #my-orders-table td.order-subtotal.last { text-align:left; }
	.my-account #my-orders-table td.last { padding-bottom:10px; }
	.my-account #my-orders-table tfoot {border-top: 1px solid #ECECEC;}
	.my-account #my-orders-table tfoot td {display:inline-block;padding:10px;width:120px;}
	.my-account #my-orders-table tfoot td+td {text-align:left !important;}
	.my-account #my-orders-table tfoot .grand_total {font-size:14px;line-height:17px;}
	.my-account .page-title button.button {margin-top:10px;}
	
	.my-account textarea {max-width:294px;min-width:294px;}
	.my-account #wishlist-view-form #wishlist-table textarea {max-width:268px;min-width:268px;}
	.my-account #wishlist-view-form .buttons-set {text-align:center;}
	.my-account #wishlist-view-form .buttons-set button.button {float:none;margin: 0 0 3px;}
	.my-account #wishlist-table {}
	.my-account #wishlist-table .cart-cell .price-box span.old-price {display:block;}
	.my-account #wishlist-table .product-image {margin-left:42px;}
	
	.my-account #my-tags-table {}
	.my-account #my-tags-table td {}
	.my-account #my-tags-table td .price-box {overflow:hidden;}
	.my-account #my-tags-table td button.button {float:left;margin-right:10px;}
	.my-account #my-tags-table .add-to-links {float:right;margin-top:5px;}
	
	.product-review .product-img-box {float:none;overflow:hidden;margin:0 0 20px;width:310px;}
	.product-review .product-img-box .product-image {float:left; margin: 0 10px 0 0;height:100px;width:100px;}
	.product-review .product-img-box .product-image img {height:100px;width:100px;}
	.product-review .product-img-box .product-review-block {overflow:hidden;padding-top:20px;}
	.product-review .product-img-box .product-review-block .rating-links {text-align:center;}
	
	.block-progress {margin:0;}
	.block-progress .block-title span.toggle {display:none !important;}
	.opc .field {width:287px;}
	.form-list li.wide .input-box {width:288px;}
	.form-list select {width:288px;}
	.form-list select option {width:257px;}
	.opc .form-list li.wide input.input-text,
	.form-list input.input-text,
	.form-list li.wide input.input-text {width:281px;}
	.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:287px;}
	.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:281px;}
	.form-list .name-middlename input.input-text {width:99px !important;}
	.checkout-multishipping-address-newshipping .form-list li.wide input.input-text {width:281px;}
	.checkout-multishipping-address-newshipping .form-list select {width:287px;}
	.multiple-checkout .col-1.col-narrow,
	.multiple-checkout .col-2.col-wide {float:none;width:100%;}
	.multiple-checkout .col-2.col-wide .box {margin-left:0;}
	.checkout-progress li {width:279px;}
	#checkout-step-login .col2-set .col-1 {margin-bottom:10px;}
	#checkout-step-login .col2-set .col-1,
	#checkout-step-login .col2-set .col-2 {
		float:none;
		margin-right:0;
		width:268px;
	}
	#payment-tool-tip {right:0;}
	#payment-tool-tip img {width:288px;}

	.opc #checkout-review-table {display:block;}
	.opc #checkout-review-table thead,
	.opc #checkout-review-table colgroup,
	.opc #checkout-review-table .item-options {display:none;}
    .opc #checkout-review-table td {padding:7px;}
	.opc #checkout-review-table tfoot td {padding:7px;}
	#checkout-progress-wrapper {display:none;}
	
	.gift-messages-form .inner-box .form-list li.wide textarea {width:281px;}
	.gift-messages-form .item .product-img-box {float:none;margin-bottom:10px;}
	.gift-messages-form .item .details {margin:0;}
	
	#product_sendtofriend_form .form-list .fields .field input.input-text,
	#product_sendtofriend_form #sender_message {width:304px;}
	
	.advanced-search .form-list select {width:286px;}
	
	.title-buttons {text-align:left;}
	
	.cms-privacy-policy-cookie-restriction-mode .data-table thead {display:none;}
	.cms-privacy-policy-cookie-restriction-mode .data-table {border:1px solid #ECECEC;width:100%;}
	.cms-privacy-policy-cookie-restriction-mode .data-table tr {display:block;border-bottom:1px solid #ECECEC;}
	.cms-privacy-policy-cookie-restriction-mode .data-table tr.last {border-bottom:none;}
	.cms-privacy-policy-cookie-restriction-mode .data-table td,
	.cms-privacy-policy-cookie-restriction-mode .data-table th {display:block;border:none;}
	.cms-privacy-policy-cookie-restriction-mode .data-table th {padding: 10px 10px 5px;}
	.cms-privacy-policy-cookie-restriction-mode .data-table td {padding: 5px 10px 10px;}
	
	.cms-about-magento-demo-store .about-col-1,
	.cms-about-magento-demo-store .about-col-2,
	.cms-about-magento-demo-store .about-col-3,
	.cms-about-magento-demo-store .about-col-4,
	.cms-about-magento-demo-store .about-col-5,
	.cms-about-magento-demo-store .about-col-6 {margin: 0 0 40px;}
	.about-padd,
	.about-padd2 {padding-bottom:0;}
	.page-sitemap .links {margin:0;}
	.page-sitemap .pager .amount {display:block; }
	.page-sitemap .sitemap {padding: 0 15px;}
	
	.footer-cols-wrapper {border:0;}
	.footer-col,
	.footer-col.last { margin-right:0; width:100%; padding:0; background:none;  }
	.footer h4, .block-subscribe .block-title strong {margin:0; background:none; border:0; border-bottom:1px solid #D6D6D6; padding:0 0 5px; margin-bottom:10px;}
	.footer-col-content {display:none;padding:10px 0;}
	.footer address { border-top:none; }
	.footer h4:hover {cursor:pointer;}
	
	.map-popup {left:0 !important; width:320px;}
	.map-popup-heading {padding:20px; width:280px;}
	#map-popup-content {padding:20px; width:280px;}
	
	.map-content figure iframe {height:310px;width:100%;}
	.contact-left,
	#contactForm {float:none;margin:0;width:100%;}
	#contactForm .form-list .field {float:none;width:100%;}
	#contactForm .form-list input.input-text,
	#contactForm .form-list li.wide textarea {width:304px;}
	
	.main-banner {float:none;height:185px;margin-right:0;}
	.main-banner img {float:right;}
	
	.store-switcher {float:none; margin: 0 0 10px;}
	
	.footer-col-content-newsletter {display:none;}
	.footer .block-subscribe .input-box { width:310px; }
	.footer .block-subscribe #newsletter { width:287px; padding:10px; }
	.footer .block-subscribe .actions {margin:0; clear:left;}
	.footer .block-subscribe .actions .button span,
	.footer .block-subscribe .actions .button span span{text-indent:0;  font-size:12px; width:auto; background:#668DC4; padding:0 15px; height:32px; line-height:32px;}
	.checkout-cart-index .cart .cart-border {border:0; padding:0;}
	.cms-home .category-title {border-bottom:1px solid #D6D6D6; padding-bottom:5px; margin-bottom:10px;}
	.padding-r, .padding-s {padding:0; border:0;}
	
	.banner-block {margin:0;}
	.banner-block li {width:288px; margin:0 0 20px 0; padding:10px;}
	.banner-block li:first-child {margin-bottom:20px;}
	
	.banner-list li {margin:0; width:308px; margin-bottom:10px !important;}
	.banner-list li div {padding-left:95px;}
	.cms-home .products-grid button.button {margin-bottom:5px;}
	
	#checkout-step-login .col-2 .form-list input.input-text {width:270px;}
	.sales-guest-form .block-content .form-alt  .input-box {text-align:left !important;}
	
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.header .logo { margin-top:0px; }
	.header .form-search .input-text { width:357px; }
	.header-button.currency-list > a,
	.header-button.lang-list > a { padding: 12px 0 0; width:109px; }
	.account-login .registered-users .form-list input.input-text {width:372px;}
	.form-list input.input-text,
	.form-list li.wide input.input-text {width:333px;}
	.form-list .name-middlename {width:132px;}
	.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:202px;}
	.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:230px;}
	.form-list .name-middlename input.input-text {width:104px;}
	.form-list .customer-dob .dob-year input.input-text {width:213px;}
	.cart .discount-form .input-box input { width:372px; }
	.shipping .jqTransformSelectWrapper { width: 378px !important; }
	.cart .shipping .form-list li input { width:372px; }
	#shopping-cart-table,
	.cart .data-table tr { width:440px; }
	
	.box-up-sell .products-grid td { width:378px; }
	.box-up-sell .jcarousel-clip {margin:0 128px;}
	.box-up-sell .jcarousel-next {right:50px;}
	.box-up-sell .jcarousel-prev {left:50px;}
	.block-wishlist .product-name {width:320px;}
	
	.product-view .product-shop { width:440px; }
	.product-view .product-img-box { width:100%; }
	.product-view .product-img-box .product-image-zoom,
	.product-view .product-img-box .product-image-zoom img { height:400px !important; width:400px !important; }
	.product-view .product-img-box .more-views li.item-4 {margin-left:0;}
	.product-view .product-name h1 { font-size:16px; line-height:19px; }
	.product-view .box-tags .form-add .input-box {margin-bottom:10px;width: 410px;}
	.product-view .box-tags .form-add input.input-text {width:394px;}
	
	.products-grid .product-image,
	.products-grid img,
	.products-list .product-image,
	.products-list img { height:120px; width:120px; }
	.products-grid .product-shop,
	.products-list .product-shop {width:300px;}
	.products-grid li.item,
	.products-list li.item {width:440px;}
	
	.header-button > a,
	.top-login ul li a {width:109px;}
	
	.footer .block-subscribe .input-box { width:410px; }
	.footer .block-subscribe #newsletter { width:417px; }
	
	.map-popup {left:50px !important; width:340px;}
	.map-popup-heading,
	#map-popup-content {width:300px;}
	
	.block-subscribe .input-box {width:322px;}
	
	.mini-products-list .product-name {width:355px;}

	.video {height:303px;}
	.video iframe {height:303px;width:440px;}
	
	.my-account #my-orders-table tfoot td {width:197px;}
	.my-account #wishlist-view-form #wishlist-table textarea {max-width:407px;min-width:407px;}
	
	.cart .cart-product-block .product-description {width:300px;}
	#shopping-cart-table .product-image img {height:100px;width:100px;}
	.cart .shipping .form-list li select {width:378px;}
	
	.form-list li.wide .input-box {width:288px;}
	.form-list select {width:418px;}
	.form-list select option {width:386px;}
	.opc .form-list li.wide input.input-text,
	.form-list input.input-text,
	.form-list li.wide input.input-text {width:412px;}
	.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:296px;}
	.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:270px;}
	.form-list .name-middlename {width:122px;}
	.form-list .name-middlename input.input-text {width:182px !important;}
	.gift-messages-form .inner-box .form-list li.wide textarea {max-width:412px;width:412px;}
	.checkout-multishipping-address-newshipping .form-list li.wide input.input-text {width:412px;}
	.checkout-multishipping-address-newshipping .form-list select {width:418px;}
	#checkout-step-login .col2-set .col-1,
	#checkout-step-login .col2-set .col-2 {width:398px;}
	#payment-tool-tip img {width:418px;}
	.checkout-progress {margin:0 65px 40px;} 
	
	.advanced-search .form-list select {width:416px;}
	
	.cms-about-magento-demo-store .about-col-1,
	.cms-about-magento-demo-store .about-col-2,
	.cms-about-magento-demo-store .about-col-3 {width:382px;}
	.cms-about-magento-demo-store .about-col-4,
	.cms-about-magento-demo-store .about-col-5,
	.cms-about-magento-demo-store .about-col-6 {width:440px;}
	
	#contactForm .form-list input.input-text,
	#contactForm .form-list li.wide textarea {width:434px;}
	
	.main-banner {height:185px;width:308px;margin:0 auto 10px !important;}
	.main-banner img {float:right;}
	.main-banner.num-3 img {float:left;}
	
	.container {margin:0 auto;}
	
	.banner-block {margin:0;}
	.banner-block li {width:378px; margin:0 0 20px 0; padding:30px;}
	.banner-block li:first-child {margin-bottom:20px;}
	
	.banner-list li {margin:0; width:438px; margin-bottom:10px !important;}
	.banner-list li div {padding-left:110px;}
}*/
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
    border: 0;
    background: transparent;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(https://dev.industrieklettershop.de/skin/frontend/base/default/integernet_slider/images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(https://dev.industrieklettershop.de/skin/frontend/base/default/integernet_slider/images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(https://dev.industrieklettershop.de/skin/frontend/base/default/integernet_slider/images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(https://dev.industrieklettershop.de/skin/frontend/base/default/integernet_slider/images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(https://dev.industrieklettershop.de/skin/frontend/base/default/integernet_slider/images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    display: block;
    font-size: .85em;
    padding: 10px;
}

/* === integer_net slider specific === */

.bxslider-container {
    margin: 0 0 60px;
}

.bxslider-container .link-area {
    margin:0 auto;
    position: relative;
}

.bxslider-container .link-area a,
.bxslider-container .link-area a:hover,
.bxslider-container .link-area span {
    position: absolute;
    display: inline-block;
    padding:5px;
    background-color:#fff;
    text-align: left;
    text-decoration: none;
}

.bxslider-container .link-area a.no-label,
.bxslider-container .link-area span.no-label {
    background: none;
}

#solr_search_price_slider {
    /*
    background: url("https://dev.industrieklettershop.de/skin/frontend/iks/default/solrsearch/images/slider-images-track-right.png") no-repeat scroll right top transparent;
	height: 9px;
	*/
	width: 100%;
}
#solr_search_price_slider_handle1,  #solr_search_price_slider_handle2{
	
}

#content_holder_prize .refine-results-price-slider {
    background: url("https://dev.industrieklettershop.de/skin/frontend/iks/default/solrsearch/images/basicSprite.png") no-repeat scroll -143px -87px transparent;
    height: 22px;
    padding: 0;
    position: relative;
}
#content_holder_prize .ui-slider {
    cursor: pointer;
    height: 24px;
    margin-bottom: -7px;
    position: relative;
    text-align: left;
    width: 100%;
}
#content_holder_prize .ui-slider .ui-slider-range {
    background: url("https://dev.industrieklettershop.de/skin/frontend/iks/default/solrsearch/images/basicSprite.png") no-repeat scroll -144px -55px transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
}
#content_holder_prize .ui-slider .ui-slider-handle {
    background: url("https://dev.industrieklettershop.de/skin/frontend/iks/default/solrsearch/images/basicSprite.png") no-repeat scroll -144px -122px #fff;
    cursor: pointer;
    height: 25px;
    /*margin-left: -8px;*/
    position: absolute;
    top: -2px;
    width: 16px;
    z-index: 2;
}
#content_holder_prize #refine-results-price-values input{
	font-size: 15px;
    font-weight: bold;
    padding: 2px;
    width: 60px;
}
#content_holder_prize #refine-results-price-values {
	margin: 5px 0;
}

#content_holder_category_path li li{
	margin-left: 7px;
}


/* Autocomplete box */

#solr_search_autocomplete_box {
    width: 463px;
    background: url("https://dev.industrieklettershop.de/skin/frontend/iks/default/solrsearch/images/live-search-middle.png") repeat-y;
    padding: 0 37px 0 37px;
    margin: 33px 0 46px 0;
}

.solr_search_autocomplete_box_top {
    background: url("https://dev.industrieklettershop.de/skin/frontend/iks/default/solrsearch/images/live-search-top.png") no-repeat;
    height: 30px;
    width: 517px;
    left: 8px;
    top: -30px;
    position: absolute;
}

.solr_search_autocomplete_box_bottom {
    background: url("https://dev.industrieklettershop.de/skin/frontend/iks/default/solrsearch/images/live-search-bottom.png") no-repeat;
    padding: 9px 37px;
    height: 28px;
    width: 463px;
    left: 8px;
    bottom: -46px;
    text-align: center;
}

.solr_search_autocomplete_box_bottom a {
    font-size: 13px;
    text-decoration: none;
}

#solr_search_view_all_link {
    padding: 0;
}

.suggest_divider .view-all-category a,
.suggest_divider .view-all-brand a {
    color: #ffffff;
}

.sbs_search_autocomplete_box_bottom {
    padding-top: 5px;
}

div.sbs_autocomplete_inner {
    border: 2px solid #0F425D;
}

#solr_search_autocomplete_right span.solr_search_suggest_item_title {
    color: #000000;
    font-weight: bold;
    font-size: 13px;
    line-height: 1.5em;
}

#solr_search_autocomplete_right span.solr_search_suggest_item_subtitle {
    color: #249bda;
    font-weight: bold;
    font-size: 13px;
    line-height: 1.5em;
}

#solr_search_autocomplete_right span.solr_search_suggest_item_title span.highlight {
    color: #000000;
    font-weight: bold;
    font-size: 13px;
    line-height: 1.5em;
    background-color: #fff693;
}

#solr_search_autocomplete_right span.solr_search_suggest_item_subtitle span.highlight {
    color: #249bda;
    font-weight: bold;
    font-size: 13px;
    line-height: 1.5em;
    background-color: #fff693;
}

#solr_search_autocomplete_right span.solr_search_suggest_item_subtitle span.old_price {
    font-size: 13px;
    color: #6B6F73;
    text-decoration: line-through;
}

#solr_search_autocomplete_right .ac_over,
#solr_search_autocomplete_right .selected {
    background-color: #F4F4F4;
}

#solr_search_autocomplete_right .suggested-item {
    clear: both;
    height: 70px;
    margin: 7px 0 10px 0;
}

#solr_search_autocomplete_right .solr_search_suggest_thumb {
    padding: 4px 15px;
    border: 1px solid #dcdcdc;
    width: 60px;
    height: 60px;
    margin-right: 15px;
    vertical-align: middle;
}

#solr_search_autocomplete_right .solr_search_heading {
    clear: both;
    padding: 21px 0 2px 0;
    margin-top: 9px;
    font-size: 15px;
    font-weight: bold;
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/solrsearch/images/live-search-divider.png) no-repeat;
}

#solr_search_autocomplete_right .solr_search_heading_top {
    background: none;
    padding-top: 0;
}

#solr_search_closed_button {
    display: none !important;
}

#solr_search_autocomplete_right .category,
#solr_search_autocomplete_right .manufacturer {
    width: 200px;
    padding: 0 16px 10px 0;
    float: left;
}

#solr_search_autocomplete_right .keywords span.solr_search_suggest_item_title,
#solr_search_autocomplete_right .category span.solr_search_suggest_item_title,
#solr_search_autocomplete_right .manufacturer span.solr_search_suggest_item_title {
    color: #249bda;
    font-weight: bold;
    font-size: 13px;
    line-height: 1.5em;
}

#solr_search_autocomplete_right .category span.solr_search_suggest_item_subtitle,
#solr_search_autocomplete_right .manufacturer span.solr_search_suggest_item_subtitle {
    display: none;
    color: #000000;
    font-weight: normal;
    font-size: 13px;
    line-height: 1.5em;
}

.suggest_divider {
    background: #0F425D;
    color: #ffffff;
}

.sbs_autocomplete_inner_right .suggest_product_items b {
    color: #ffffff;
}

.sbs_autocomplete_inner_right .sbs_autocomplete_message {
    font-weight: bold;
}

#solr_search_facets .menu ul li ul li.sub_item_active {
    background: none;

}

#solr_search_facets .menu ul li ul li.sub_item_active a {
    color: #000000;
    font-weight: bold !important;
}

#solr_search_facets .menu ul li ul li.sub_item_active a:hover {
    font-weight: bold !important;
}

#solr_search_result_page_container .sort-by {
    display: none;
}

#solr_search_category_path_expander,
#content_holder_category_path
{
    display: none !important;
}
.dialog{
	position:absolute;
}
.overlay_solrsearch {
	background-color: #85BBEF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.solrsearch_nw {
	/*background: transparent url(https://dev.industrieklettershop.de/skin/frontend/base/default/solrsearch/css/solrsearch/left-top.gif) no-repeat 0 0;			*/
	width:10px;
	height:25px;
}

.solrsearch_n {
  /*background: transparent url(https://dev.industrieklettershop.de/skin/frontend/base/default/solrsearch/css/solrsearch/top-middle.gif) repeat-x 0 0;			*/
  height:25px;
}

.solrsearch_ne {
  /*background: transparent url(https://dev.industrieklettershop.de/skin/frontend/base/default/solrsearch/css/solrsearch/right-top.gif) no-repeat 0 0;			*/
  width:10px;	  
  height:25px;
}

.solrsearch_w {
  /*background: transparent url(https://dev.industrieklettershop.de/skin/frontend/base/default/solrsearch/css/solrsearch/frame-left.gif) repeat-y top left;			*/
  width:7px;
}

.solrsearch_e {
  /*background: transparent url(https://dev.industrieklettershop.de/skin/frontend/base/default/solrsearch/css/solrsearch/frame-right.gif) repeat-y top right;			*/
  width:7px;	  
}

.solrsearch_sw {
  /*background: transparent url(https://dev.industrieklettershop.de/skin/frontend/base/default/solrsearch/css/solrsearch/bottom-left-c.gif) no-repeat 0 0;			*/
  width:7px;
  height:7px;
}

.solrsearch_s {
  /*background: transparent url(https://dev.industrieklettershop.de/skin/frontend/base/default/solrsearch/css/solrsearch/bottom-middle.gif) repeat-x 0 0;			*/
  height:7px;
}

.solrsearch_se, .solrsearch_sizer  {
  /*background: transparent url(https://dev.industrieklettershop.de/skin/frontend/base/default/solrsearch/css/solrsearch/bottom-right-c.gif) no-repeat 0 0;			*/
  width:7px;
  height:7px;
}

.solrsearch_sizer {
	cursor:se-resize;	
}

.solrsearch_close {
	width: 23px;
	height: 23px;
	/*background: transparent url(https://dev.industrieklettershop.de/skin/frontend/base/default/solrsearch/css/solrsearch/button-close-focus.gif) no-repeat 0 0;			*/
	position:absolute;
	top:0px;
	right:11px;
	cursor:pointer;
	z-index:1000;
}

.solrsearch_minimize {
	width: 23px;
	height: 23px;
	/*background: transparent url(https://dev.industrieklettershop.de/skin/frontend/base/default/solrsearch/css/solrsearch/button-min-focus.gif) no-repeat 0 0;			*/
	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
	z-index:1000;
}

.solrsearch_maximize {
	width: 23px;
	height: 23px;
	/*background: transparent url(https://dev.industrieklettershop.de/skin/frontend/base/default/solrsearch/css/solrsearch/button-max-focus.gif) no-repeat 0 0;			*/
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:1000;
}

.solrsearch_title {
	float:left;
	height:14px;
	font-size:14px;
	text-align:center;
	margin-top:2px;
	width:100%;
	color:#123456;
}

.solrsearch_content {
	overflow:auto;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
  font: 12px arial;
	/*background:#FDFDFD;*/
}

/* For alert/confirm dialog */
.solrsearch_window {
	border:1px solid #F00;	
	background: #FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.solrsearch_message {
  font: 12px arial;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}

.solrsearch_buttons {
	text-align:center;
	width:100%;
}

.solrsearch_buttons input {
	width:20%;
	margin:10px;
}

.solrsearch_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	/*background: #FFF url('https://dev.industrieklettershop.de/skin/frontend/base/default/solrsearch/css/alert/progress.gif') no-repeat center center*/
}

.solrsearch_wired_frame {
	background: #FFF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;	
}



body {
    font-size: 12px;
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/bg_body.png) 0 6px repeat-x transparent;
}

a {
    color: #249cdb;
    text-decoration: none;
}

a:hover {
    color: #0f425d;
}

.blue,
.product-view .product-shop .rating-links a:hover {
    color: #249cdb;
}

body > .wrapper {
    background: none;

}

p {
    margin: 0 0 8px;
}

.col2-left-layout .wrapper .col-left {
    margin: 0 0 0 10px;
    width: 180px;
    padding-right: 10px;
}

.col2-left-layout .wrapper .col-main {
    margin: 0 10px 0 0;
}

.padding-r, .padding-s {
    border: 0;
    padding: 12px;
    padding-top: 0px;
}

.padding-s {
    padding: 10px;
}

.no-margin {
    margin: 0;
}

button.button {
    padding: 0 0 0 4px;
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png) 0 -528px no-repeat;
    color: white;
}

button.button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/* FF Fix */
button.button,
button.button span {
    -webkit-appearance: none;
    -webkit-border-fit: initial;
    outline: none;
}

/* <- Safari & Google Chrome Fix */

button.button:hover {
    background-position: 0 -560px;
}

button.button span {
    padding: 0 4px 0 0;
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png) 100% -656px no-repeat;
    float: left;
}

button.button:hover span {
    background-position: 100% -688px;
}

button.button span span {
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png) 0 -592px repeat-x;
    line-height: 32px;
    padding: 0 5px;
    float: left;
}

button.button:hover span span {
    background-position: 0 -624px;
}

button.blue {
    padding: 0 0 0 2px;
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png) 0 -821px no-repeat;
    color: white;
    height: 31px;
    line-height: 31px;
}

button.blue:hover {
    background-position: 0 -914px;
}

button.blue span {
    padding: 0 2px 0 0;
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png) 100% -883px no-repeat;
}

button.blue:hover span {
    background-position: 100% -976px;
}

button.blue span span {
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png) 0 -852px repeat-x;
    line-height: 31px;
    padding: 0 6px;
    float: left;
}

button.blue:hover span span {
    background-position: 0 -945px;
}

.header-container,
.nav-container,
.main-container,
.newsletter-container,
.newsletter-container2,
.footer-container {
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/960_shadow.png) repeat-y 50% 0 #fff;
    margin: 0;
    text-align: left;
}

.productpreview-index-index .main-container {
    background-image: none;
}

.page {
    border-top: 6px solid #0f425d;
}

.header-container {
}

.header {
    padding: 0 /*0 20px;*/;
    border-top: 1px solid #dfe6e9;
}

.header .logo {
    width: 170px;
    height: 130px;
    margin: 10px 0 0;
}

.header .logo .logo-splash {
    position: absolute;
    left: 150px;
    top: 40px;
    height: 35px;
    width: 200px;
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_wide.png) no-repeat 0 -211px;
}

.header .logo:hover {
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_wide.png) no-repeat 0 -53px;
}

.header .logo:hover img {
    display: none;
}

.header .logo:hover .logo-splash {
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_wide.png) no-repeat 0 -246px;
}

.header .flyout,
.header .meta,
.header .phone {
    float: right;
}

.header .flyout {
    width: 438px;
    color: #fff;
    /*height:40px;*/
    margin: -1px 10px 0 0;
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_wide.png) -224px -53px no-repeat;
}

.header .flyout .flyout-main {
    background: #0f425d;
    width: 370px;
    border-radius: 0 0 15px 15px;
    margin: 0 18px;
    position: relative;
    padding: 0 15px;
    z-index: 9;
}

.header .flyout .list-links {
    width: 75px;
    float: left;
}

.header .flyout .list-links a {
    color: #fff;
    width: 75px;
    display: block;
    float: left;
    clear: both;
    font-size: 11px;
    white-space: nowrap;
}

.header .flyout .list-links a:hover {
    color: #249cdb;
}

.header .flyout .flyout-left,
.header .flyout .flyout-right {

}

.header .flyout .flyout-main .flyout-normal {
    height: 40px;
}

.header .flyout .shopping-bag a {
    height: 80px;
    width: 50px;
    position: absolute;
    bottom: -35px;
    left: 100px;
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_wide.png) no-repeat 0 -670px;
    text-indent: -999em;
}

.header .flyout .shopping-bag a:hover {
    background-position: -69px -670px;
}

.header .flyout .cart-summary {
    float: right;
    width: 220px;
}

.header .flyout .cart-summary a {
    color: #fff;
}

.header .flyout .cart-summary .subtotal {
    width: 135px;
    float: left;
}

.header .flyout .cart-summary .subtotal p.items {
    border-bottom: 1px solid #577b8e;
    padding: 0 0 1px;
    margin: 0 0 2px;
    font-size: 11px;
}

.header .flyout .cart-summary .subtotal .subtotal {
    font-size: 16px;
    font-weight: bold;
}

.header .flyout .cart-summary .checkout-link {
    float: right;
}

.header .flyout .changes {
    color: #ffbf00;
}

.header .flyout .link-detail,
.header .flyout .link-detail a {
    color: #6ac79d;
    line-height: 22px;
}

.header .flyout .link-detail a:hover {
    color: #fff;
}

.header .flyout .flyout-flyout {
    padding: 10px 0;

    position: absolute;
    top: -9999px;
}

.header .flyout .flyout-flyout .block-title div {
    height: 23px;
}

.header .flyout .flyout-flyout .block-title strong {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
    padding-right: 5px;
}

.header .flyout #cart-sidebar,
.header .flyout #cart-sidebar li {
    float: left;
    clear: both;
}

.header .flyout #cart-sidebar {
    background: #cfd9df;
    padding: 0 8px;
    width: 354px;
}

.header .flyout #cart-sidebar li {
    padding: 3px 0;
    border: solid #fff;
    border-width: 0 0 1px;
    width: 354px !important;
    color: #0c3f5d;

    height: 40px;
}

.flyout-flyout .overview {
    position: absolute;
    top: 0;
    left: 0;
}

.mini-products-list .product-data {
    width: 180px;
    float: left;
}

.mini-products-list .col-left {
    width: 230px;
}

.mini-products-list .col-right {
    width: 120px;
}

.mini-products-list .product-data,
.mini-products-list .product-data * {
    line-height: 1.2;
}

.mini-products-list .product-name {
    margin: 0;
    width: auto;
    font-weight: bold;
}

.mini-products-list .qty,
.mini-products-list .cart-price {
    font-weight: bold;
}

.mini-products-list .product-image {
    background: none;
    border: 0;
    margin-right: 10px;
    float: left;
}

.mini-products-list .product-image, .mini-products-list .product-image img {
    width: 40px;
}

.product-name a {
    font-size: inherit;
}

.header .flyout .btn-edit {
    display: inline-block;
}

.header .flyout .btn-remove2 {
    background: url("https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png") no-repeat scroll 0 -1202px transparent;
    color: #8A8989;
    display: inline-block;
    height: 14px;
    padding: 0 6px;
    width: auto;
    margin: 0;
}

.header .flyout .btn-remove2:hover {
    background: url("https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png") no-repeat scroll 0 -1188px transparent;
}

.header .flyout .col-right .pricing {
    float: left;
}

.header .flyout .col-right .configure-remove {
    float: right;
    width: 20px;
    text-align: right;
}

.header .flyout .scroll {
    width: 370px;
    height: 22px;
    clear: both;
    display: block;
}

.header .flyout .scroll-up:hover {
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_wide.png) 0 -405px no-repeat;
}

.header .flyout .scroll-up,
.header .flyout .scroll-up.disable:hover {
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_wide.png) 0 -383px no-repeat;
}

.header .flyout .scroll-up.disable,
.header .flyout .scroll-up.disable:hover {
    cursor: default;
    opacity: 0.5;
}

.header .flyout .scroll-down:hover {
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_wide.png) 0 -449px no-repeat;
}

.header .flyout .scroll-down,
.header .flyout .scroll-down.disable:hover {
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_wide.png) 0 -427px no-repeat;
}

.header .flyout .scroll-down.disable,
.header .flyout .scroll-down.disable:hover {
    cursor: default;
    opacity: 0.5;
}

.header .flyout .scroll-down a,
.header .flyout .scroll-up a {
    display: block;
    text-indent: -999em;
}

.header .flyout .viewport {
    height: 142px;
    overflow: hidden;
    width: 370px;
    clear: both;
    position: relative;
}

.header .flyout .summary {
    padding: 10px 0;
    float: left;
    clear: both;
    width: 100%;
}

.header .flyout .summary span.label {
    float: left;
    width: 150px;
}

.header .flyout .summary span.value {
    text-transform: uppercase;
    float: right;
}

.header .flyout .summary p {
    float: left;
    width: 100%;
    clear: both;
}

.header .flyout .summary .subtotal {

}

.header .flyout .summary .subtotal span.label {
    text-transform: uppercase
}

.header .flyout .summary .subtotal span.value {
    font-weight: bold;
}

.header .flyout .actions {
    text-align: right;
    clear: both;
}

.header .flyout .actions .close {
    float: left;
    width: 50%;
    text-align: left;
}

.header .flyout .actions .close .close {
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png) no-repeat 0 -1223px transparent;
    color: #0f425d;
    padding: 0 0 0 25px;
    margin: 10px 0 0;
    cursor: pointer;
}

.header .flyout .actions .close .close:hover {
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png) no-repeat 0 -1253px transparent;
    color: #fff;
}

.header .flyout .actions button {
    margin-left: 7px;
}

.header .meta {
    margin: 10px 0 0;
}

.header .meta .links li {
    padding: 0 15px 0 0;
}

.header .meta .links li a {
    text-transform: uppercase;
    color: #0f425d;
    font-weight: bold;
    font-size: 13px;
}

.header .meta .links li a:hover {
    color: #249cdb
}

.header .meta .links li.last {
    padding: 0;
}

.header .phone {
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_wide.png) 0 -187px no-repeat;
    width: 132px;
    height: 24px;
    margin: 5px 0 0;
    float: left;
}

.header-buttons {
    padding: 0;
    margin: 0;
}

.header .row-1,
.header .row-2 {
    width: 790px;
}

.header .row-1 {
    height: 80px;
}

.header .advantages {
    float: left;
    width: 490px;
    margin-left: 20px;
}

.header .advantages .advantage-1,
.header .advantages .advantage-2,
.header .advantages .advantage-3 {
    float: left;
    height: 35px;
    max-width: 115px;
    padding: 15px 0 15px 45px;
    color: #0f425d;
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png) no-repeat;
}

.header .advantages .advantage-1 {
    background-position: 0 0;
}

.header .advantages .advantage-2 {
    background-position: 0 -65px;
    padding-left: 35px;
}

.header .advantages .advantage-3 {
    background-position: 0 -127px;
}

.header .payment-methods .pm {
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_wide.png) no-repeat -100px -281px;
    height: 60px;
    width: 140px;
    margin: 0;
    float: left;
}

.header .payment-methods .ts {
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_wide.png) no-repeat -24px -281px;
    height: 60px;
    width: 60px;
    margin: 0 10px 0 0;
    float: right;
}

.header .payment-methods .shopauskunft {
    width: 60px;
    height: 60px;
    float: right;
}

/* NAVIGATION */

.nav-container {
    padding-top: 12px;

    /*  position:relative;
      z-index:2;*/
}

.cms-home .nav-container {
    margin-bottom: 10px;
}

.nav-container #menu-icon {
    display: none;
}

.nav-container .container_24 {
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png) repeat-x 0px -210px;
    height: 53px;

}

.nav-container #nav {
    width: 700px;
    border: 0;
    clear: none !important;
    float: left;
    background: none;
    font-size: 13px;
    line-height: 17px;
    height: 53px;
}

.nav-container #nav li {
    float: left;
    position: static;
    text-align: left;
    z-index: 99;
}

.nav-container #nav li a {
    display: block;
    color: #383737;
    text-decoration: none;
    position: relative;
    padding: 0;
}

.nav-container #nav li div.submenu {
    position: absolute;
    z-index: 999;
    top: 53px;
    left: 63px;
    display: none;
}

.nav-container #nav li.home a span {
    text-indent: -999em;
    display: block;
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png) no-repeat 0 -422px;
    width: 63px;
}

/*
.nav-container #nav li.home a:hover span {
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png) no-repeat 0 -475px;
}
*/
.nav-container #nav li.level0,
.nav-container #nav li.home {
    height: 53px;
    line-height: 53px;
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png) no-repeat 100% -316px;

    position: static;
}

.nav-container #nav li.level1.parent {
    /*    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png) 100% -3542px no-repeat;*/
}

.nav-container #nav li.level0 a {
    padding: 0 18px;
    text-transform: uppercase;
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png) no-repeat 0px -369px;
}

/* hover for first level
.nav-container #nav li.home a:hover,
.nav-container #nav li.level0 a.level-top:hover {
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png) repeat-x 0px -263px;
    color: #fff;
}
*/

.nav-container .sf-menu div.submenu {
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/navigation_popup_bg.png) repeat-y 0 0;
    padding: 15px 0 15px 15px;
    border-top: 4px solid #249cdb;
    width: 600px;
    /*left: -2.5em !important;*/
    /*Lisa would kill me... cp */
    z-index: 99;
    top: 53px;
}

.nav-container .sf-menu li.sfHover ul {
    top: 53px;
}

.nav-container .sf-menu li.sfHover ul ul {
    top: -4px;
    display: none;
}

.nav-container .sf-menu ul {
    width: 190px;
}

.nav-container .sf-menu ul ul {
    position: absolute;
    padding: 15px 15px 15px 30px;
    display: none;
}

.nav-container ul#nav ul li {
    background: none;
    position: static;
    width: 180px;
    padding: 0 10px 0 0;
    clear: both;
    border-bottom: 1px solid #ccc;
}

.nav-container .cat-lvl1-img {
    position: absolute;
    right: 0;
    top: -9999px;
    background: none;
}

/*

ul.sf-menu li li:hover ul,
.nav-container .sf-menu li:hover ul li:hover ul {
    top: -4px;
}
*/
.nav-container li.maintainHover .cat-lvl1-img {
    top: 20px;
    width: 175px !important;
}

.nav-container #nav .submenu li a {
    color: #000;
    background: none;
    padding: 5px;
    text-transform: none;
    font-size: 12px;
    line-height: 16px;
    width: 170px;
}

.nav-container #nav .submenu ul ul li:hover,
.nav-container #nav .submenu li.maintainHover {
    background: #249cdb;
}

.nav-container #nav .submenu li.maintainHover a.level1,
.nav-container #nav .submenu ul ul li:hover a {
    color: #fff;
}

.nav-container #nav li.level1.parent.maintainHover {
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png) 100% -3459px no-repeat #249cdb;
}

/* NAVIGATION end */

.nav-container .search-container {
    width: 240px;
    float: right;
    margin: 10px;
}

.nav-container .search-container input {
    height: 26px;
    line-height: 26px;
    float: left;
    width: 160px;
    padding: 3px 8px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.nav-container .search-container button {
    height: 34px;
    line-height: 34px;
    background: #0f425d;
    float: left;
    padding: 0 10px;
    font-size: 12px;
    color: #fff;
    border: 0;
    cursor: pointer;
}

.homepage-top .slider {
    width: 622px;
    height: 345px;
    margin-right: 10px;
    float: left;
}

.homepage-top .right-col {
    float: left;
    width: 306px;
    height: 345px;
}

.homepage-top .right-col .advantages {
    margin-bottom: 5px;
}

.homepage-top .right-col .advantages h3, .homepage-top .right-col .advantages h1 {
    margin: 0 0 15px;
    text-transform: uppercase;
    color: #0d405d;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
}

.homepage-top .right-col .advantages li, .cart-advantages li {
    color: #0d405d;
    padding: 1px 0 10px 30px;
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png) 0 -724px no-repeat;
}

.homepage-top .right-col .trusted-shops {
    text-align: center;
}

.homepage-top .right-col .payment-providers {
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_wide.png) no-repeat 0px -616px;
    height: 50px;
    width: 200px;
    margin: 15px 0 0 5px;
    float: left;
}

.category-slider {
    float: left;
    clear: both;
    width: 940px;
}

.category-slider a.buttons {
    float: left;
    width: 22px;
    height: 80px;
    text-indent: -999em;
}

.category-slider a.prev:hover {
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png) 0 -1355px no-repeat;
}

.category-slider a.prev,
.category-slider a.prev.disable:hover {
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png) 0 -1275px no-repeat;
}

.category-slider a.next:hover {
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png) -23px -1355px no-repeat;
}

.category-slider a.next,
.category-slider a.next.disable:hover {
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png) -23px -1275px no-repeat;
}

.category-slider a.prev.disable,
.category-slider a.next.disable {
    cursor: default;
    opacity: 0.6;
}

.category-slider .viewport {
    float: left;
    width: 896px;
    height: 80px;
    overflow: hidden;
    background: #eee;
    position: relative;
}

.category-slider ul {
    float: left;
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
}

.category-slider ul li {
    float: left;
    height: 60px;
    padding-top: 10px;
}

.category-slider ul li a {
    width: 150px;
    display: block;
    text-align: center;
}

.category-slider ul li img {
    width: 120px;
    height: 48px;
    margin: 6px 0;
}

.newsletter-container {
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/960_shadow_bgblue.png) repeat-y 50% 0 #8dcaeb;
}

.newsletter-container .newsletter {
    background: #8dcbec;
    position: relative;
    height: 125px;
}

.newsletter-container .newsletter .newsletter-splash {
    height: 148px;
    width: 149px;
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_wide.png) no-repeat 0px -784px;
    position: absolute;
    left: 116px;
    top: -13px;
    z-index: 1;
}

.newsletter-container .newsletter .newsletter-form {
    padding: 20px 20px 0 300px;
    width: 400px;
    float: left;
}

.newsletter-container .newsletter .newsletter-form .letter {
    float: left;
    width: 43px;
    height: 21px;
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png) no-repeat 0px -800px;
}

.newsletter-container .newsletter .newsletter-form form {
    float: right;
    width: 350px;
}

.newsletter-container .newsletter .newsletter-form form label {
    font-size: 14px;
    color: #fff;
}

.newsletter-container .newsletter .newsletter-form form label strong {
    font-size: 20px;
    font-weight: normal;
    display: block;
    line-height: 22px;
}

.newsletter-container .newsletter .newsletter-form form .input-box {
    margin-top: 5px;
}

.newsletter-container .newsletter .newsletter-form form .input-box input {
    background: #e8f5fb;
    border: solid #bbe0f4;
    border-width: 0 1px;
    color: #0D405D;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    width: 230px;
}

.newsletter-container .newsletter .newsletter-form form .input-box button {
    margin-left: 10px;
}

.newsletter-container2 .badge-pt2 {
    height: 67px;
    position: relative;
    background: url("https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_wide.png") no-repeat scroll -500px -677px transparent
}

.newsletter-container2 .backtotop {
    width: 102px;
    position: absolute;
    top: 16px;
    right: -160px;
}

.newsletter-container2 .backtotop a {
    color: #fff;
}

.newsletter-container2 .backtotop a:hover {
    color: #249cdb;
}

.newsletter-container2 .backtotop span.arrow-to-top {
    background: url("https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_wide.png") no-repeat scroll 0px -936px transparent;
    height: 51px;
    width: 102px;
    display: block;
}

.newsletter-container2 .backtotop a:hover span.arrow-to-top {
    background-position: 0 -991px;
}

.footer-container {
    background-color: #0f425d;
    color: #fff;
}

.footer {
    padding: 20px 0 0;
    background: url("https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_wide.png") no-repeat scroll -505px -744px transparent;
    line-height: 1.6em;
}

.footer ul li a {
    font-size: 12px;
    color: #fff;
}

.footer h4 {
    background: none;
    border-bottom: 0;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;
    margin: 0;
    padding: 0 0 15px;
    position: relative;
    text-transform: uppercase;
}

.footer-cols-wrapper {
    border: 0;
}

.footer-col {
    border: 0;
    float: left;
    padding: 0;
    width: 180px;
    margin: 0 0 0 10px;
}

.footer-col-1 {
    margin: 0 0 0 5px;
}

.footer-col-3 li {
    padding: 0 0 4px
}

.footer-col-3 li a {
    padding: 0 0 0 25px;
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png) 0 -1007px no-repeat;
}

.footer-col-3 li.facebook a {
    background-position: 0 -1007px;
}

.footer-col-3 li.twitter a {
    background-position: 0 -1047px;
}

.footer-col-3 li.pinterest a {
    background-position: 0 -1067px;
}

.footer-col-3 li.googleplus a {
    background-position: 0 -1027px;
}

.footer-col.last {
    border: 0 none;
    width: 180px;
}

.footer .shopauskunft {
    margin-top: 10px;
}

h2.heading {
    font-size: 16px;
    color: #0c3f5d;
    margin: 10px 0 0;
    padding: 15px 0 10px;
    border: solid #ccc;
    border-width: 1px 0 0;
    font-weight: bold;
}

h2.heading-thin {
    border: 0;
    color: #0C3F5D;
    font-size: 16px;
    font-weight: normal;
    margin: 10px 0 0;
    padding: 15px 0 10px;
}

h2.category-description {
    font-size: 14px;
}

.new-product-listing {
    background: #f4f4f4;
    border-radius: 10px;
    padding: 10px 0px;
    position: relative;
    float: left;
    clear: both;

}

.new-product-listing .viewport {
    float: left;
    width: 830px;
    height: 300px;
    overflow: hidden;
    position: relative;
}

.new-product-listing .buttons {
    display: block;
    margin: 0;
    float: left;
    width: 55px;
    padding: 131px 0;
    text-indent: -999em;
    cursor: pointer;
}

.col1-layout .product-view .new-product-listing .product-shop {
    width: auto;
    margin: 0;
    float: none;
}

/* general tinycarousel styling start */

.tinycar-horizontal .buttons span {
    width: 38px;
    height: 38px;
    display: block;
    position: relative;
}

.tinycar-horizontal .arrow-prev:hover span {
    background-position: 0 -1831px;
}

.tinycar-horizontal .arrow-prev span,
.tinycar-horizontal .arrow-prev.disable span {
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png) no-repeat 0 -1755px;
    margin-left: -2px;
}

.tinycar-horizontal .arrow-next:hover span {
    background-position: 100% -1869px;
}

.tinycar-horizontal .arrow-next span,
.tinycar-horizontal .arrow-next.disable span {
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png) no-repeat 100% -1793px;
    margin-right: -2px;
    float: right;
}

.tinycar-horizontal .disable {
    opacity: 0.5;
    cursor: default;
}

/* general tinycarousel styling end */

.new-product-listing .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
}

.new-product-listing .products-grid {
    border: 0;
}

.new-product-listing .products-grid li.item {
    background: #fff;
    padding: 10px;
    width: 140px;
    margin: 0 8px 0 0;
    border: 0;
}

.new-product-listing .products-grid li.item:hover {
    border: 0;
}

.new-product-listing .products-grid li.item .product-image {
    width: 140px;
    height: 150px;
    margin: 0;
}

.new-product-listing .products-grid li.item .product-name {
    margin: 0;
}

.new-product-listing .products-grid li.item .product-name a {
    color: #000;
}

.new-product-listing .products-grid li.item .manufacturer,
.products-list li .manufacturer,
.products-grid li .manufacturer,
.products-list li .sku,
.products-grid li .sku,
.products-grid li.item .info-left p {
    color: #999;
    margin: 0px;
}

.products-list li.item .col-2 .color-swatches {
    margin: 5px 0;
}

.products-list li.item .col-3 .attribute-listing {
    margin: 0;
}

.new-product-listing .products-grid li.item .review-price {
    height: 65px;
}

.products-grid li.item .review-price .price-box {
    margin-bottom: 0;
    height: 25px;
}

.products-grid li.item .review-price .price-box .price-from,
.new-product-listing li.item .review-price .price-box {
    margin: 0;
}

.products-grid .compare-link {
    float: left;
}

.products-grid .compare-link a,
.products-list .compare-link a {
    color: #ccc;
}

.products-grid .compare-link a:hover,
.products-list .compare-link a:hover {
    color: #666;
}

.new-product-listing .products-grid li.item .ratings {
    float: right;
}

.new-product-listing .products-grid li.item .price-box,
.new-product-listing .products-grid li.item .price-box span,
.new-product-listing .products-grid li.item .price-box .price,
.products-grid li.item .price-box,
.products-grid li.item .price-box span,
.products-grid li.item .price-box .price,
.products-list li.item .price-box,
.products-list li.item .price-box span,
.products-list li.item .price-box .price {
    text-align: right;
    color: #249bda;
    font-weight: bold;
    float: none !important;
    font-size: 16px;
}

.products-grid li.item .price-box .special-price .price,
.products-list li.item .price-box .special-price .price {
    color: #EE0900;
}

.products-list li.item .price-box .old-price,
.products-grid li.item .price-box .old-price,
.products-list li.item .price-box .old-price .price,
.products-grid li.item .price-box .old-price .price {
    color: #249BDA;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    margin-right: 2px;
}

.products-grid li.item .price-box .old-price .price-only,
.products-list li.item .price-box .old-price .price-only {
    font-weight: normal;
    font-size: 14px;
    /*margin-left: 5px;*/
}

.products-list li.item .price-box .old-price .price,
.product-view .product-shop .product-price .price-box .price {
    margin: 0;
}

.products-grid li.item .price-box .special-price {
    float: right;
    display: block;
    width: 100%;
    margin-top: 5px;
}

.products-list li.item .price-box .special-price {
    float: right;
    display: block;
    width: 100%;
}

.products-list li.item .price-box .old-price .price-label,
.products-grid li.item .price-box .old-price .price-label,
.products-list li.item .price-box .special-price .price-label,
.products-grid li.item .price-box .special-price .price-label {
    display: none;
}

.far-away {
    position: absolute;
    left: -9999em;
}

.product-view .product-shop .sku {
    position: absolute;
    bottom: 4px;
}

.product-view .product-shop .product-price {
    float: left;
    clear: both;
    width: 100%;
}

.product-view .product-shop .product-price .price-container {
    text-align: right;
    float: left;
    width: 100%;
}

.product-view .product-shop .product-price .price-container span.price-label {
    /*display: none;
    float: left !important;*/
}

.product-view .product-shop .product-price .price-container span.price {
    /*float: right !important;*/
    text-align: right;
    color: #249bda;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
}

.product-view .product-shop .product-price .price-container .old-price,
.product-view .product-shop .product-price .price-container .old-price span,
.product-view .product-shop .product-price .price-container .special-price span,
.product-view .product-shop .product-price .price-container .regular-price span {
    font-size: 14px;
    font-weight: normal;
    color: #999;
    line-height: 22px;
    display: inline-block;
}

.product-view .product-shop .product-price .price-container .special-price span,
.product-view .product-shop .product-price .price-container .regular-price span {
    font-weight: bold;
}

.product-view .product-shop .product-price .price-container .old-price {
    float: none;
    margin-right: 5px;
    /*width: 100px;*/
}

.product-view .product-shop .product-price .price-container .old-price,
.product-view .product-shop .product-price .price-container .old-price .price-label,
.product-view .product-shop .product-price .price-container .old-price .price-only,
.product-view .product-shop .product-price .price-container .old-price .price {
    color: #249BDA;
    margin-right: 0;
    /*font-size: 12px;*/
}

.product-view .product-shop .product-price .price-container .old-price {
    margin-right: 5px;
}

.product-view .product-shop .product-price .price-container .old-price .price-only {
    margin-left: 0px;
}

.product-view .product-shop .product-price .price-container .regular-price {
    float: right;
}

.product-view .product-shop .product-price .price-container .regular-price span.price-label,
.product-view .product-shop .product-price .price-container .regular-price span.price {
    color: #249bda;
}

.product-view .product-shop .product-price .price-container .special-price span {
    color: #ee0900;
}

.product-view .product-shop .product-price .price-container .special-price span.price-label,
.product-view .product-shop .product-price .price-container .regular-price span.price-label {
    display: inline;
    margin: 0 5px 0 0;
    float: left;
}

.product-view .product-shop .product-price .price-container .regular-price span.price,
.product-view .product-shop .product-price .price-container .special-price span.price {
    font-size: 18px;
}

.product-view .product-shop .info-top .col2-set {
    position: relative;
}

.product-view .product-shop .info-top .col2-set .col-1 {
    padding-bottom: 18px;
}

.product-view .product-shop .info-top .col2-set .col-2 {
    /*min-height: 130px;*/
}

.product-view .product-shop .info-top .tax-details .shipping-cost-details a.free-shipping {
    color: #00CC00;
    font-weight: bold;
}

.product-view div.brand-image {
    height: 55px;
    text-align: right;
    margin: 0 0 10px 10px;
    float: right;
}

.product-view span.th {
}

.product-view span.td {
    width: 255px;
    float: right;
}

.product-view span.sku-value {
    margin: 0 0 0 9px;
}

.categories-homepage {
    clear: both;
}

.categories-homepage .heading {
    border: 0;
}

.categories-homepage a,
.category-products .product-name a {
    color: #333;
}

.categories-homepage a:hover,
.categories-homepage li:hover .top-items a,
.category-products .product-name a:hover {
    color: #249CDB
}

.categories-homepage li.level-0 {
    float: left;
    width: 177px;
    background: #eee;
    padding: 1px;
    margin: 0 10px 10px 0;
}

.categories-homepage li.breakpoint {
    margin-right: 0;
}

.categories-homepage .top-image {
    background: #fff;
    width: 177px;
    height: 138px;
    padding: 17px 0 0;
    border-bottom: 6px solid #fff;
    display: block;
}

.categories-homepage .top-image img {
    background: #fff;
    display: block;
    height: 138px;
    width: 177px;
}

.categories-homepage li:hover .top-image {
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_wide.png) 0 -1045px no-repeat #fff;
}

.categories-homepage .top-category {
    display: block;
    font-size: 16px;
    padding: 12px 12px 0;
    line-height: 1.25em;
}

.categories-homepage ul {
    float: left;
    clear: both;
    width: 100%;
}

.categories-homepage ul ul {
    padding: 12px;
    width: auto;
}

.categories-homepage ul ul li a {
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png) no-repeat 0 -1084px;
    padding: 3px 3px 3px 12px;
    line-height: 1.6em;
    display: block;
    color: #333;
}

.categories-homepage ul ul li a:hover {
    color: #249bda;
}

.categories-homepage .categories-container {
    position: relative;
    float: left;
    clear: both;
}

.categories-container-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/opc-ajax-loader.gif) no-repeat center 100px #fff;
    opacity: 0.7;
    z-index: 9;
}

.breadcrumbs {
    background: none;
    margin: 0 10px 10px;
    padding: 5px;
    border: solid #ccc;
    border-width: 0 0 1px;
    font-size: 11px;
}

.breadcrumbs a {
    color: #b9b9b9;
    font-size: 11px;
}

.breadcrumbs li strong {
    color: #249bda
}

.breadcrumbs li span {
    margin: 0 3px 0 1px;
}

/* layered navigation */

.layered-nav {
    background: #eee;
    border-radius: 5px;
    padding: 10px;
    margin: 0 0 20px;
}

.layered-nav .block-subtitle {
    margin: 0 0 12px;
    color: #000;
}

.layered-nav .currently ol {
    border: 1px solid #d7d7d7;
    background: #fff;
    padding: 5px 5px 3px;
    margin: 0 0 25px;

    -webkit-box-shadow: inset 0px 0px 3px 3px rgba(155, 155, 155, 0.4);
    box-shadow: inset 0px 0px 3px 3px rgba(155, 155, 155, 0.4);
}

.layered-nav .currently ol li {
    clear: both;
    color: #0f425d;
    margin: 1px 0 2px;
}

.layered-nav .currently ol .btn-remove {
    margin: 0 5px 0 0;
    float: left;
    height: 15px;
    width: 15px;
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png) 0 -3812px no-repeat;
}

.layered-nav .currently ol .btn-remove:hover {
    background-position: 0 -3760px;
}

.layered-nav .currently ol .actions {
    text-align: right;
    color: #666;
}

.layered-nav .currently ol .actions a {
    color: #666;
}

.layered-nav .currently ol .actions a:hover {
    color: #d90000;
}

.layered-nav dt {
    padding: 7px 28px 7px 7px;
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/arrow_white_right.png) 147px center no-repeat #0f425d;
    color: #fff;
    border-radius: 2px;
    margin: 0 0 6px;
    cursor: pointer;
}

.layered-nav dt:hover {
    background-color: #235671
}

.layered-nav dt.active {
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/arrow_white_down.png) 142px center no-repeat #38b0ef;
}

.layered-nav dt.active:hover {
    background-color: #249cdb;
}

.layered-nav dd {
    margin: 0 0 10px;
    padding: 3px;
    color: #0f425d;
    display: none;
}

.layered-nav dd a {
    color: #0f425d;
}

.layered-nav dd a:hover {
    color: #249cdb;
}

.bcp-swatches img {
    border: 1px solid #ccc;
}

.page-title, .category-title {
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
}

.page-title h1, .page-title h2 {
    color: #0f425d;
    font-size: 18px;
    margin: 0 0 15px;
}

.checkout-cart-index .padding-s .page-title h1, .customer-account-login .padding-s .page-title h1 {
    padding-left: 10px;
    margin: 0 0 15px;
}

#checkout-review-table tfoot td + td {
    text-align: right !important;
}

.block-account, .my-account, .omega h1 {
    margin-top: 10px;
}

.my-account .form-list li.wide input.input-text {
    width: 693px;
}

.my-account #form-validate #country {
    width: 340px;
}

.category-products {
    margin: 0;
    position: relative;
}

.category-products .toolbar {
    margin-top: 10px;
}

.toolbar .sorter {
    padding: 0;
}

.sorter .sort-by {
    float: left;
    width: 650px;
    padding: 6px 0 0;
}

.sorter .view-mode {
    float: right;
    width: 72px;
    text-align: right;
    padding: 0;
    margin: 0;
}

.sorter .view-mode .grid,
.sorter .view-mode .list {
    width: 26px;
    height: 20px;
    display: block;
    text-indent: -999em;
    margin-left: 10px;
}

.sorter .view-mode a.grid {
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png) 0 -2013px;
    float: left;
}

.sorter .view-mode strong.grid,
.sorter .view-mode a.grid:hover {
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png) 0 -2033px;
}

.sorter .view-mode a.list {
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png) 0 -2053px;
    float: right;
}

.sorter .view-mode strong.list,
.sorter .view-mode a.list:hover {
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png) 0 -2073px;
}

.sorter .sort-by label {
    padding: 0;
    color: #aaa;
}

.sorter .sort-by-list {
    float: left;
    padding-right: 8px;
    margin-right: 8px;
    border-right: 1px solid #b0b0b0;
}

.sorter .sort-by-list li,
.toolbar .pager .items-perpage a {
    float: left;
    padding: 0 8px 0 5px;
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png) 100% -2094px no-repeat;
    margin: 0 3px 0 0;
}

.sorter .sort-by-list li.last,
.toolbar .pager .items-perpage a.last {
    background: 0;
    padding-right: 0;
    margin-right: 0;
}

.sorter .sort-by-list li a,
.toolbar .pager .items-perpage a,
.pager .pages li a,
.toolbar .pager .items-total,
.toolbar .pager .items-perpage {
    color: #aaa;
}

.sorter .sort-by-list li a:hover,
.sorter .sort-by-list li a.active,
.toolbar .pager .items-perpage a.active,
.toolbar .pager .items-perpage a:hover {
    color: #249bda;
}

.sorter .sort-direction a {
    display: block;
    float: left;
    text-indent: -999px;
    width: 16px;
    height: 16px;
}

.sorter .sort-direction a.sort-order-asc {
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png) 100% -2114px no-repeat;
}

.sorter .sort-direction a.sort-order-asc.active,
.sorter .sort-direction a.sort-order-asc:hover {
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png) 100% -2130px no-repeat;
}

.sorter .sort-direction a.sort-order-desc {
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png) 0 -2114px no-repeat;
    margin-right: 3px;
}

.sorter .sort-direction a.sort-order-desc.active,
.sorter .sort-direction a.sort-order-desc:hover {
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png) 0 -2130px no-repeat;
}

.toolbar .pager {
    padding: 0;
    margin: 7px 0 0;
    border: 0;
}

.toolbar .pager .amount {
    color: inherit;
    width: 500px;
    padding: 0;
    text-align: left;
    float: left;
}

.toolbar .pager .pages {
    margin: 0;
    float: right;
    width: 250px;
}

.toolbar .pager .items-total,
.toolbar .pager .items-perpage {
    float: left;
    margin-top: 7px;
}

.toolbar .pager .items-total {
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid #aaa;
}

.toolbar .pager .items-perpage span {
    float: left;
}

.toolbar .pager .pages ol {
    float: right;
}

.pager .pages li {
    line-height: 29px;
    height: 29px;
    width: 29px;
    float: left;
}

.product-questions .pager .pages li {
    text-align: center;
}

.pager .pages li a {
    display: block;
}

.pager .pages li.current,
.pager .pages li.current:hover {
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png) 0 -2146px no-repeat;
    color: #fff;
}

.pager .pages li:hover {
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png) 0 -2175px no-repeat;
}

.pager .pages .arrow-link-prev {
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png) -37px -2261px no-repeat;
    text-indent: -999em;
    width: 14px;
}

.pager .pages .arrow-link-prev.inactive,
.pager .pages .arrow-link-prev.inactive:hover {
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png) 0 -2262px no-repeat;
}

.pager .pages .arrow-link-prev:hover {
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png) 0 -2232px no-repeat;
}

.pager .pages .arrow-link-next {
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png) 0 -2204px no-repeat;
    text-indent: -999em;
    width: 14px;
}

.pager .pages .arrow-link-next.inactive,
.pager .pages .arrow-link-next.inactive:hover {
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png) 100% -2232px no-repeat;
}

.pager .pages .arrow-link-next:hover {
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png) 100% -2204px no-repeat;
}

.products-grid {
    width: 749px;
    float: left;
    clear: both;
    display: block;
    border: solid #ccc;
    border-width: 1px 0;
    margin: 10px 0;
    padding: 10px 0;
}

.products-grid li.item {
    width: 180px;
    border: 1px solid #fff;
    margin: 0 7px 10px 0;
    float: left;
    padding: 0 0 10px;
    position: relative;
}

.products-grid li.item:hover {
    border: 1px solid #CCCCCC;
}

.products-grid li.breakpoint {
    margin-right: 0;
}

.products-grid li span.product-name,
.products-grid li span.product-name a {
    color: #333;
    font-size: 14px;
    display: block;
    margin: 12px 0 0;
}

.category-products .products-grid li .product-name-info .color-swatches,
.category-products .products-grid li .product-image {
    float: left;
    width: 100%;
}

.category-products .products-grid li .product-name-info .color-swatches {
    height: 20px;
    min-height: 20px;
}

.category-products .products-grid li .product-shop {
    padding: 0 12px;
    float: left;
    width: 156px;
}

.products-grid li .add-to-links {
    float: left;
    width: 80px;
}

.ratings {
    margin: 0;
    display: block;
    width: 70px;
    font-size: 12px;
}

.products-grid li .ratings {
    float: right;
    line-height: 16px;
    height: 16px;
}

.rating-box,
.box-reviews .star-bar-container {
    width: 70px;
    height: 13px;
    display: block;
    font-size: 0;
    line-height: 0;
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/bkg_rating.png) 0 0 repeat-x;
    text-indent: -999em;
    overflow: hidden;
}

.rating-box .rating,
.box-reviews .star-bar {
    float: left;
    height: 13px;
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/bkg_rating.png) 0 100% repeat-x;
}

.ratings .rating-box {
    float: left;
    margin-right: 7px;
}

.products-grid li .quickview {
    padding: 0 7px 10px 7px;
    position: absolute;
    bottom: 0px;
}

.products-grid li {
    position: relative;
    z-index: 1;
}

p.learn-more {
    margin: 5px 0;
}

/*
.product-shop .learn-more a {
    background: #fff;
    width: 166px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    color: #fff;
    display: block;
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_wide.png) 0 -1208px no-repeat;
    margin: 5px 0 0 -5px;
}

.product-shop .learn-more a:hover {
    background-position: 0 -1235px;
}
*/

.products-grid li .quickview a,
.products-list li .quickview a {
    background: #fff;
    width: 166px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    color: #fff;
    display: block;
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_wide.png) 0 -1100px no-repeat;
}

.products-grid li:hover .quickview a,
.products-list li:hover .quickview a,
.products-list li:hover .quickview a {
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_wide.png) 0 -1100px no-repeat;
}

.products-grid li .quickview a:hover,
.products-list li .quickview a:hover,
.products-list li .quickview a:hover {
    background-position: 0 -1127px;
}

/* quickview sale */
.products-grid li .quickview.sale a,
.products-list li .quickview.sale a {
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_wide.png) 0 -1154px no-repeat;
}

.products-grid li .quickview.sale a:hover,
.products-list li .col-1 .quickview.sale a:hover,
.products-list li .col-3 .quickview.sale a:hover {
    background-position: 0 -1181px;
}

.products-list li span.badge,
.products-grid li span.badge {
    width: 105px;
    height: 105px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/badges.png) no-repeat 0 0;
    text-indent: -999em;
    display: block;
}

.products-list li span.badge-toptip,
.products-grid li span.badge-toptip {
    background-position: 0 0;
}

.products-list li span.badge-new,
.products-grid li span.badge-new {
    background-position: 0 -105px;
}

.products-list li span.badge-sale,
.products-grid li span.badge-sale {
    background-position: 0 -210px;
}

/* product list */

.products-list {
    margin: 15px 0;
}

.products-list li.item {
    border: 1px solid #eee;
    width: 100%;
    margin: 0 0 9px;
    position: relative;
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/bkg_categorylist.png) repeat-y 0 0 #fff;
}

.products-list li.item:hover {
    background-color: #f7f7f7;
}

.products-list li.item .col-1 {
    width: 140px;
    margin: 0;
    padding: 10px;
}

.products-list li.item .col-2 {
    width: 185px;
    margin: 0;
    padding: 10px 5px;
    line-height: 1.7em;
}

.products-list li.item .col-3 {
    width: 170px;
    margin: 0;
    padding: 10px 5px;
    background: #fbfbfb;
    line-height: 1.7em;
}

.products-list li.item .col-4 {
    width: 215px;
    margin: 0;
    padding: 10px 0;
}

.products-list li.item .col-3 ul {
    margin-bottom: 10px;
}

.products-list li.item .col-3 .quickview {
    position: absolute;
    bottom: 10px;
    left: 358px;
}

.products-list li.item .col-4 {
    padding: 10px;
    width: 195px;
}

.products-list li.item .col-4 .onsale-category-container-list {
    margin-top: -10px;
    position: static;
}

.products-list li.item .col-4 .onsale-category-container-list .onsale-category-label,
.products-grid li.item .onsale-category-container-grid .onsale-category-label {
    display: none;
}

.products-list li.item .col-4 .price-rating {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 195px;
}

.products-list li.item .col-4 .price-rating .ratings {
    width: 75px;
    float: left;
    padding: 0 0 0 25px;
    position: absolute;
    bottom: 4px;
}

.products-list li.item .col-4 .price-rating .price-box {
    float: right;
    width: 150px;
    text-align: right;
    float: right !important;
}

.products-list li.item .col-4 .price-rating .price-box .price,
.products-list li.item .col-4 .price-rating .price-box .regular-price,
.products-list li.item .col-4 .price-rating .price-box .old-price {
    float: right;
}

.products-list li.item .product-image {
    width: 130px;
}

.products-list li.item .name-info {
    float: left;
    width: 170px;
}

.products-list li.item .name-info .compare-link {
    position: absolute;
    bottom: 0;
    right: 0;
}

.products-list li .col-1 .quickview a {
    display: none;
}

.products-list li .col-3 .quickview a {
}

.products-list li:hover .col-3 .quickview a {
}

.products-list .pad-view {
    display: none;
}

.products-list .product-name-info .compare-link {
    position: absolute;
    left: 285px;
    bottom: 13px;
}

/* product view */
.product-view .product-img-box {
    float: left;
    margin: 0 5px 0 0;
    text-align: left;
    width: 360px;
}

.col1-layout .product-view .product-shop {
    width: 560px;
    float: right;
    margin: 0 0 8px;
}

.product-shop .product-info {
    float: left;
    width: 370px;
    margin: 0 10px 0 0;
    background: #f4f4f4;
    border-radius: 10px;
}

.product-shop .product-info .info-top,
.product-shop .product-info .info-options,
.product-shop .product-info .info-bottom {
    float: left;
    clear: both;
}

.product-shop .product-info .info-top,
.product-shop .product-info .info-bottom {
    padding: 12px 10px;
    width: 350px;
    position: relative;
    min-height: 96px;
}

.product-shop .product-info .info-bottom {
    padding-top: 0;
}

.product-shop .product-info .info-options {
    background: #e9e9e9;
    border: solid #bababa;
    border-width: 1px 0;
    margin: 15px 0;
    width: 370px;
}

.product-shop .product-info .info-top p.table-row {
    clear: both;
    float: left;
    width: 100%;
}

.product-view .product-options-bottom {
    padding: 30px 0 5px;
}

.product-view .info-bottom .selection-change {
    font-style: italic;
    text-align: right;
    font-size: 11px;
}

.add-to-cart .qty-left {
    float: left;
    padding: 17px 0;
}

.add-to-cart .qty-left label {
    color: #333;
}

.add-to-cart .qty-left input {
    border: 1px solid #666;
    color: #333;
}

.add-to-cart button.button {
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png) 0 -2375px no-repeat;
    margin-top: 3px;
    margin-left: 3px;
}

.add-to-cart button.button > span {
    height: auto;
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png) 100% -2499px no-repeat;
}

.add-to-cart button.button span span {
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png) 0 -2437px repeat-x;
    line-height: 33px;
    width: 160px;
}

.add-to-cart.invalid button.button:hover {
    background: url("https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png") no-repeat scroll 0 -3085px transparent;
}

.add-to-cart.invalid button.button:hover > span {
    background: url("https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png") repeat-x scroll 100% -3209px transparent;
}

.add-to-cart.invalid button.button:hover span span {
    background: url("https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png") repeat-x scroll 0 -3147px transparent;
}

.product-shop .additional-info {
    float: left;
    width: 180px;
    background: #f4f4f4;
    border-radius: 10px;
    margin: 0 0 10px;
}

.product-shop .additional-info .additional-info-heading {
    padding: 0 10px 10px;
    font-weight: bold;
}

.product-view .product-img-box .more-views {
    border-top: 1px solid #ccc;
    width: 350px;
    margin: 0 10px;
}

.more-views .viewport {
    float: left;
    margin: 0 7px;
    overflow: hidden;
    width: 286px;
    height: 75px;
    position: relative;
}

.more-views .buttons.prev {
    width: 20px;
    padding-right: 5px;
    float: left;
    margin: 0;
}

.more-views .buttons.next {
    float: left;
    width: 20px;
    padding-left: 5px;
    position: relative;
}

.more-views ul {
    position: absolute;
    min-width: 288px;
}

.product-img-box .product-image {
    margin: 0 10px;
}

.product-img-box .product-image a {
    display: block;
}

.product-img-box .onsale-product-container {
    position: relative;
}

.productpreview-index-index .product-image-zoom .zoomWrapper,
.productpreview-index-index .product-image-zoom .zoomWindow,
.productpreview-index-index .product-image-zoom .zoomWrapperImage {
    width: 350px !important;
    height: 350px !important;
}

.product-img-box .brand-image {
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 100;
}

.more-views ul li {
    float: left;
    margin-right: 10px;
    padding-top: 15px;
    background: none;
}

.more-views ul li.active {
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png) center -2291px no-repeat;
}

.more-views ul li img {
    border: 1px solid #ccc;
}

.more-views .buttons {
    height: 60px;
}

.more-views .arrow-prev:hover span {
    cursor: pointer;
    background-position: -10px -1831px;
}

.more-views .arrow-next:hover span {
    cursor: pointer;
    background-position: -15px -1869px;
}

.more-views .arrow-prev span, .more-views .arrow-prev.disable span,
.more-views .arrow-next span, .more-views .arrow-next.disable span {
    width: 20px;
    background-position: -10px -1755px;
    display: block;
    float: left;
    text-indent: -999em;
    cursor: default;
    margin: 25px 0 0;
}

.more-views .arrow-next span, .more-views .arrow-next.disable span {
    width: 20px;
    background-position: -15px -1793px;
}

.product-view .product-shop .product-name-manufacturer {
    height: 55px;
    margin: 0 0 10px;
    /* float: left;
     width: 230px;*/
}

.product-view .product-shop .product-name-manufacturer .manufacturer,
.product-view .product-shop .product-name-manufacturer .product-name {
    font-size: 20px;
    margin: 0;
    height: 47px;
    overflow: hidden;
}

.product-view .product-shop .info-top .manufacturer {
    /*color: #999;*/
    /*font-size: 20px;*/
    height: auto;
    line-height: 1.1em;
    clear: both;
    margin: 0 0 0;
    padding-top: 10px;
}

.product-view .product-shop .ratings {
    margin: 6px 0 0;
    float: left;
}

.catalog-product-view .main {
    position: relative;
}

.catalog-product-view .main a.print-view {
    position: absolute;
    top: 5px;
    right: 10px;
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png) 0 -2568px no-repeat;
    height: 20px;
    line-height: 20px;
    padding-left: 33px;
    display: block;
    float: right;
    color: #333;
}

.product-view .product-shop .rating-amount {
    float: left;
    margin: 0 0 0 5px;
    line-height: 15px;
    color: #0F425D;
}

.product-view .product-shop .rating-links,
.product-view .product-shop .rating-links a {
    color: #1f1f1f;
    margin: 0;
}

.product-view .product-shop .rating-links a {
    text-decoration: underline;
}

.product-view .product-shop .product-price .price-box {
    float: right;
    width: 100%;
    clear: both;
    margin-bottom: 5px;
}

.product-view .product-shop .product-price .price-box *,
.product-view .product-shop .price-box-bundle * {
    line-height: 1.3em;
}

.price-box .old-price .price {
    float: none;
    text-align: left;
}

.product-price .price-box .regular-price {
    float: none;
}

.product-view .product-shop .grouped-items-table td {
    vertical-align: middle;
}

.product-view .product-shop .grouped-items-table .price-box .price-label {
    display: none;
}

.product-view .product-shop .grouped-items-table .price-box .regular-price,
.product-view .product-shop .grouped-items-table .price-box .special-price,
.product-view .product-shop .grouped-items-table .price-box .regular-price .price,
.product-view .product-shop .grouped-items-table .price-box .special-price .price {
    text-align: right;
    color: #249bda;
    font-size: 22px;
    font-weight: bold;
    float: none;
}

.product-view .product-shop .info-top .col-1 {
    width: 40%;
}

.product-view .product-shop .info-top .col-2 {
    width: 60%;
}

.product-view .product-shop .info-top .tax-details {
    font-size: 11px;
    text-align: right;
    display: block;
    clear: both;
    float: right;
    margin: 5px 0 0;
}

.product-view .product-shop .info-top .tax-details .tax-separator {
    display: none;
}

.product-view .product-shop .info-top .availability-only {
    display: none;
}

.availability-only a {
    padding-right: 0px;
    background-image: none;
}

.product-view .product-options-bottom .tax-details,
.product-view .product-options-bottom .price-box {
    display: none;
}

.product-view .product-options-bottom .price-box .regular-price,
.product-view .product-info .info-top .tax-details {
    display: block;
}

.product-view .product-shop .info-top .tax-details .shipping-cost-details {
    display: block;
    margin: 12px 0;
    color: #0f425d;
    font-size: 12px;
    white-space: nowrap;
}

.product-view .product-shop .info-top .tax-details .shipping-cost-details a {
    text-decoration: underline;
    color: #0f425d;
}

.product-view .product-shop .info-top .tax-details .shipping-cost-details a:hover {
    color: #249bda;
}

.product-shop .additional-info {
    padding: 15px 0;
}

.product-shop .additional-info .add-to-box,
.product-shop .additional-info .trusted-shops {
    clear: none;
    float: left;
}

.product-view .product-shop .add-to-links {
    padding: 0 15px;
    width: auto;
    display: block;
}

.product-view .product-shop .add-to-links li {
    padding: 0 0 5px 13px;
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png) 0 -1089px no-repeat;
}

.product-view .product-shop .add-to-links li a {
    color: #0c3f5d;
}

.product-view .product-shop .add-to-links li a:hover {
    color: #249bda;
}

.product-view .product-shop .product-options {
    padding: 10px 15px;
}

.product-view .product-shop .product-options .price-notice {
    float: right;
}

.product-view .product-shop .product-options .fixed-price-position {
    position: relative;
    padding: 0 50px 0 0;
}

.product-view .product-shop .product-options .fixed-price-position .price-notice {
    position: absolute;
    right: 0;
    top: 0;
}

.product-view .product-shop .product-options p.required {
    display: none;
}

.product-options .options-list li label {
    display: block;
}

.product-view .box-collateral-narrow {
    width: 560px;
    float: right;
    margin: 0 0 8px;
}

.product-view .heading {
    display: block;
    background: #0f425d;
    color: #fff;
    padding: 15px;
    border-radius: 3px;
    cursor: pointer;
}

.product-view .heading .arrow {
    background: -5px -2210px no-repeat url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png);
    width: 9px;
    height: 14px;
    float: right;
    display: block;
}

.product-view .heading.active {
    background: #249cdb;
}

.product-view heading.active:hover {
    color: #fff;
}

.product-view .heading.active .arrow {
    background: 0 -2599px no-repeat url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png);
    width: 14px;
    height: 14px;

}

.product-view .box-collateral-narrow .content {
    padding: 10px 15px;
    background: #f4f4f4;
    border-radius: 0 3px 3px 0;
}

.product-view .box-additional .content, .product-view .box-advancedreviews_top .content {
    padding: 0;
}

.product-view .box-additional .content tr.product-name th,
.product-view .box-additional .content tr.product-name td h2 {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    background: none;
}

.product-view .box-additional .content th.label {
    border-right: 1px solid #ccc;
}

.product-view .box-additional .content tr.product-name td h2 {
    padding: 0;
    margin: 0;
}

.product-view .box-collateral-narrow .content {
    display: none
}

.product-view .box-collateral-narrow.box-description .content {
    display: block;
}

.product-view .procons li {
    height: 28px;
    line-height: 20px;
    padding: 5px 40px;
}

.product-view .procons li.pro {
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png) no-repeat 18px -2620px;
}

.product-view .procons li.con {
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png) no-repeat 18px -2664px;
}

.product-view .procons li.firstcon {
    border-top: 1px solid #ccc;
}

.product-view .procons li.odd,
.product-view .form-list li .summary-procons li.odd {
    background-color: #ededed;
}

.product-view .procons li.even,
.product-view .form-list li .summary-procons li.even {
    background-color: #f4f4f4;
}

.product-view .procons li span {
    display: block;
}

.product-view div.heading span,
.product-view div.heading div {
    float: left;
    margin-right: 10px;
}

.product-view div.heading div.ratings {
    margin-top: 2px;
}

.product-view div.heading a.write-review {
    font-size: 11px;
    text-decoration: underline;
    color: #fff;
}

.advancedreviews-summary-block {
    margin: 0;
    float: left;
    width: 315px;
    padding: 10px 26px 10px 25px;
}

.advancedreviews-summary-block strong {
    display: block;
    margin: 0 0 10px;
    padding: 3px;
}

.review-summary-procon-container {
    background: #f4f4f4 url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/dot_b9b9b9.png) repeat-y 365px 0;
    border-radius: 5px;
    float: left;
    clear: both;
    margin: 10px 0;
}

#advancereviews-filters-summary {
    width: 534px;
    float: left;
}

.review-line {
    float: left;
    clear: both;
    width: 228px;
    border-bottom: 1px solid #ccc;
    padding: 3px;
}

.review-line:last-of-type {
    border: 0;
}

.box-reviews .review-line span,
.box-reviews .review-line .star-bar-container {
    float: left;
}

.review-line .star-bar-container {
    margin-right: 10px;
}

.review-line .review-name {
    width: 130px;
}

.summary-procons .col2-set {
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/dot_b9b9b9.png) repeat-y 50% 0;
}

.col2-set .col-1 {
    float: left;
    width: 50%;
}

.col2-set .col-2 {
    float: left;
    width: 50%;
}

.summary-procons ul {
    padding: 7px 20px;
}

.summary-procons .col-1 li.pro,
.review-item-proscons li.pro {
    background: url("https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png") no-repeat scroll 0 -2626px transparent;
    padding: 2px 0 2px 16px;
}

.summary-procons .col-2 li.con,
.review-item-proscons li.con {
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png) no-repeat 0 -2670px;
    padding: 2px 0 2px 16px;
}

.summary-procons strong {
    padding: 10px 35px;
    display: block;
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/dot_b9b9b9.png) repeat-x 0 32px;
    color: #000;
}

.checkitout .container {
    width: auto;
    height: auto;
}

.box-reviews .head {
    float: left;
    clear: both;
    width: 100%;
}

.box-reviews #advancereviews-sort-reviews .sortby {
    float: left;
}

.box-reviews #advancereviews-sort-reviews .pager,
.product-questions .pager {
    text-align: left;
    line-height: 20px;
}

.product-questions .pager {
    margin: 10px 0 0;
}

.box-reviews #advancereviews-sort-reviews .pager a,
.product-questions .pager a {
    margin: 0 0 0 6px;
    padding: 0 6px 0 0;
    border-right: 1px solid #ccc;
    float: left;
    color: #333;
}

.product-questions .pager a,
.box-reviews #advancereviews-sort-reviews .pager a.last,
.product-questions .pager a.last {
    border: 0;
}

.box-reviews #advancereviews-sort-reviews .pager a.active,
.box-reviews #advancereviews-sort-reviews .pager a:hover,
.product-questions .pager a.active,
.product-questions .pager a:hover {
    color: #249cdb;
}

#advancereviews-sort-reviews {
    float: left;
    padding: 0 0 0 15px;
}

#advancereviews-pager-reviews,
#advancereviews-pager-reviews-footer {
    float: right;
    padding: 0 15px 0 0;
}

.box-reviews .pager .amount,
.product-questions .pager .amount {
    text-align: right;
    float: right;
    padding-right: 10px;
    margin-right: 10px;
    line-height: 20px;
    border-right: 1px solid #CCCCCC;
}

.box-reviews .review-item {
    border: solid #f4f4f4 10px;
    border-radius: 10px;
    padding: 15px;
    float: left;
    width: 850px;
    margin: 0 0 10px;
}

.box-reviews .review-item .col-left {
    width: 320px;
    margin: 0 30px 0 0;
}

.box-reviews .review-item .col-right {
    width: 490px;
}

.box-reviews .review-post-details {
    padding: 5px 3px;
    border-bottom: 1px solid #ccc;
    margin: 0 0 5px;
}

.box-reviews .review-details-heading {
    padding: 3px 3px 6px;
    font-size: 13px;
    display: block;
}

.box-reviews .review-item .username {
    margin: 0 0 9px;
    display: block;
}

.box-reviews .review-item .review-detail-text {
    padding: 0 0 15px;
    border-bottom: 1px solid #b9b9b9;
}

.box-reviews .review-item .review-item-proscons {
    margin: 0 0 10px;
}

.box-reviews .review-item .review-item-proscons ul {
    padding: 10px 3px;
    border-bottom: 1px solid #b9b9b9;
}

.box-reviews .review-item .review-item-footer .helpfulness {
    float: left;
    clear: both;
    padding: 10px 0;
    width: 100%;
}

.box-reviews .review-item .review-item-footer .rate-helpfulness {
    float: left;
    width: 237px;
}

.box-reviews .review-item .review-item-footer .rate-helpfulness strong {
    float: left;
}

.box-reviews .review-item .review-item-footer .rate-helpfulness a.helpful-true {
    padding: 0 3px 0 0;
    border-right: 1px solid #000;
    color: #4bb082;
    text-transform: uppercase;
}

.box-reviews .review-item .review-item-footer .rate-helpfulness a.helpful-false {
    color: #ff0000;
    text-transform: uppercase;
}

.box-reviews .review-item .review-item-footer .rate-helpfulness strong.margin-right {
    margin: 0 3px 0 0;
}

.box-reviews .review-item .review-item-footer .helpfulness-rating {
    float: right;
    width: 278px;
    text-align: right;
    white-space: nowrap;
}

#advancereviews-pager-reviews .pager {
    line-height: 20px;
}

.review-form {
    float: left;
    clear: both;
    margin: 20px 0 0;
    padding: 20px 0 0;
    border-top: 1px solid #f4f4f4;
}

.review-form .review-form-left {
    float: left;
    width: 300px;
    padding: 0 30px;
}

.review-form .review-form-left .review-form-product-image {
    float: left;
}

.review-form .review-form-left .review-form-name-manufacturer {
    float: left;
    margin-left: 10px;
    font-size: 14px;
}

.review-form .review-form-left .review-form-name-manufacturer .manufacturer {
    color: #999;
    display: block;
}

.review-form .review-form-right {
    float: left;
    width: 540px;
}

.review-form .review-form-right .buttons-set button,
.productquestions-form .buttons-set button {
    float: left;
    line-height: 42px;
    height: 42px;
    color: #fff;
    padding-left: 5px;
    background-position: 0 -2740px;
}

.productquestions-form .buttons-set button {
    margin-left: 517px;
}

.review-form .review-form-right .buttons-set button span,
.productquestions-form .buttons-set button span {
    background-position: 100% -2782px;
    padding-right: 5px;
    line-height: 42px;
    height: 42px;
}

.review-form .review-form-right .buttons-set button span span,
.productquestions-form .buttons-set button span span {
    background-position: 0 -2824px;
    padding-right: 0;
}

.review-form .review-form-right .write-product-review,
.product-view .productquestions-form .ask-product-question {
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png) 100% -2695px no-repeat;
    display: inline-block;
    font-size: 20px;
    padding-right: 40px;
    height: 30px;
    line-height: 30px;
    margin: 0 0 10px;
    color: #0e415d;
}

.product-view .productquestions-form .ask-product-question {
    background-position: 100% -2866px;
    clear: both;
}

label.frating {
    cursor: pointer;
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/bkg_rating.png) no-repeat top left;
    height: 13px;
    width: 15px;
    display: inline-block;
    padding: 0;
}

label.frating:hover, label.opActive, label.active {
    background-position: 0 100%
}

input.rating-input {
    display: none
}

.rating-label {
    float: left;
}

.review-form-right ul.form-list {
    margin: 25px 0 0;
}

.review-form-right .review-line {
    width: 366px;
}

.review-form li {
    float: left;
    clear: both;
    position: relative;
    width: 378px;
    margin: 0 0 10px;
}

.review-form li label.required {
    text-align: right;
    padding: 5px 10px 6px 0;
    position: absolute;
    right: 378px;
    white-space: nowrap;
    color: #0e415d;
}

.review-form li .input-box,
.productquestions-form li .input-box {
    float: left;
    clear: none;
    width: auto;
    position: relative;
}

.review-form li .input-box input.input-text,
.productquestions-form li input.input-text {
    width: 366px;
    background: #f4f4f4;
    height: 16px;
    line-height: 16px;
    border: 2px solid #f4f4f4;
}

.review-form li .input-box input.input-text:focus,
.productquestions-form input.input-text:focus,
#customer-reviews .form-list textarea:focus,
.productquestions-form textarea:focus {
    border: 2px solid #fed34c;
}

.input-box .legend {
    position: absolute;
    left: 385px;
    width: 150px;
    color: #999;
    top: 0;
    font-size: 11px;
    font-style: italic;
}

small.hint {
    font-size: 11px;
    font-style: italic;
}

.rate-by-criteria {
    line-height: 16px;
    display: block;
    padding: 5px 0 6px;
}

#customer-reviews .form-list textarea,
.productquestions-form textarea {
    width: 364px;
    background: #f4f4f4;
    border: 2px solid #f4f4f4;
}

.review-form li .summary-procons ul {
    padding: 0;
}

.review-form li .summary-procons li {
    width: auto;
    display: block;
    float: none;
    padding: 7px 5px;
    margin: 0;
}

.review-form li .summary-procons strong {
    color: #0d405d;
    padding: 9px 25px 8px;
}

.review-form li .summary-procons input[type=checkbox] {
    display: none;
}

.review-form li .summary-procons label,
.review-form li .summary-procons p,
.review-form li .summary-procons input {
    float: none;
    padding: 0;
    margin-left: 3px;
    font-weight: normal;
}

.review-form li .summary-procons .col-1 {
    margin-right: 1px;
    width: 188px;
}

.review-form li .summary-procons .col-2 {
    width: 189px;
}

.box-collateral-upsell .heading-thin {
    border-top: 1px solid #ccc;
    margin: 10px 0 0;
    padding: 10px 0;
}

/* checkbox / radio button improved styling */
.ui-radio-state-disabled,
.ui-radio-state-checked-disabled,
.ui-radio-state-disabled-hover,
.ui-radio-state-checked-disabled-hover {
    color: #999;
}

span.ui-checkbox,
span.ui-radio {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/icon_checkbox.png) 0 -40px no-repeat;
}

span.ui-helper-hidden {
    display: none;
}

span.ui-radio-state-hover,
span.ui-checkbox-state-hover {
    background-position: 0 -114px;
}

span.ui-checkbox-state-checked {
    background-position: 0 -3px;
}

span.ui-checkbox-state-checked-hover {
    background-position: 0 -76px;
}

span.ui-radio-state-checked-disabled-hover,
span.ui-radio-state-checked-disabled,
span.ui-radio-state-checked {
    background-position: 0 -161px;
}

span.ui-radio-state-checked-hover {
    background-position: 0 -200px;
}

.ui-radio-disabled,
.ui-checkbox-disabled {
    opacity: 0.7;
}

/***** cart *****/
.checkout-cart-index .cart .cart-border {
    border-bottom: 0px;
    padding-bottom: 0px;
}

.cart .discount {
    width: 286px;
    background-color: #f4f4f4;
    border-radius: 10px;
}

.cart .col2-set h2 {
    border: none;
    color: #000000;
    font-size: 12px;
    text-transform: none;
    margin-top: 10px;
}

.cart .totals {
    background-color: #f4f4f4;
    border-radius: 10px;
}

.cart .totals .price {
    color: #16a0eb;
    font-size: 12px;
    font-weight: bold;
}

.cart .totals table th, .cart .totals table td {
    color: #000000;
    text-transform: none;
}

.cart .totals button.button > span {
    background: url("https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png") no-repeat scroll 100% -656px transparent;
    padding: 0 4px 0 0;
}

.cart .discount-form .input-box input {
    margin: 15px;
    width: 180px;
    border: 0px;
}

.cart .discount-form .coupon-button {
    margin-left: 10px;
    background: none;
}

.cart .discount-form .coupon-button span, .cart .discount-form .coupon-button span span {
    background: none;
    color: #16a0eb;
}

#shopping-cart-totals-table tr.summary-total .summary-collapse {
    float: none;
    text-align: left;
}

.cart .totals button.green-big span span, .cart .title-buttons .checkout-types li button.green-big span span {
    line-height: 61px;
    background: url("https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png") repeat-x scroll 0 -2437px transparent;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 18px;
    width: 145px;
}

.cart .totals button.green-big > span, .cart .title-buttons .checkout-types li button.green-big span {
    background: url("https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png") no-repeat scroll 100% -2499px transparent;
    width: 145px;
}

.cart .totals button.green-big > span {
    padding-bottom: 12px;
}

.cart .title-buttons .checkout-types li button.button span {
    padding: 0px;
}

.cart .totals button.green-big, .cart .title-buttons .checkout-types li button.green-big {
    background: url("https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png") no-repeat scroll 0 -2375px transparent;
}

.cart .totals button.green-big:hover > span, .cart .title-buttons .checkout-types li button.green-big:hover > span {
    background: url("https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png") no-repeat scroll 100% -3020px transparent;
}

.cart .totals button.green-big:hover span span, .cart .title-buttons .checkout-types li button.green-big:hover span span {
    line-height: 61px;
    background: url("https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png") repeat-x scroll 0 -2958px transparent;
    color: #ffffff;
}

.cart .title-buttons .checkout-types li button.green-big span {
    height: auto;
    padding-right: 5px;
}

.cart .totals button.green-big:hover, .cart .title-buttons .checkout-types li button.green-big:hover {
    background: url("https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png") no-repeat scroll 0 -2896px transparent;
}

.cart .page-title.title-buttons .checkout-types {
    display: block;
    padding-top: 0px;
}

.checkout-types li:first-child {
    text-align: right;
}

.title-buttons {
    background-color: #F4F4F4;
    margin-bottom: 10px;
}

.title-buttons button.blue-big {
    float: left;
}

.checkout-cart-index .padding-s .page-title h1 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 35px;
    padding-top: 15px;
}

.cart button.blue-big span span {
    background: url("https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png") repeat-x scroll 0 -3147px transparent;
    line-height: 60px;
}

.cart button.blue-big > span {
    background: url("https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png") repeat-x scroll 100% -3209px transparent;
    height: auto;
}

.cart button.blue-big {
    background: url("https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png") no-repeat scroll 0 -3085px transparent;
    margin-top: 3px;
    margin-left: 3px;
}

.cart button.blue-big:hover span span {
    background: url("https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png") repeat-x scroll 0 -3334px transparent;
}

.cart button.blue-big:hover > span {
    background: url("https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png") repeat-x scroll 100% -3395px transparent;
}

.cart button.blue-big:hover {
    background: url("https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png") no-repeat scroll 0 -3271px transparent;
}

.cart-table-items th {
    font-weight: normal;
}

.cart-table-items th.odd {
    background-color: #F4F4F4;
}

.cart-table-items thead {
    border: 0px;
}

.cart-table-items tbody {
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
}

.cart-table-items td {
    padding: 5px 5px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.cart-table-items .even {
    background-color: #fbfbfb;
}

.cart-table-items .product-image-details {
    background-color: #ffffff;
    width: 370px;
    border-left: 1px solid #cccccc;
}

.cart-table-items .product-image-details h2 {
    font-size: 16px;
}

.cart-table-items .product-image-details h2 a {
    color: #333333;
}

.cart-table-items .product-image-details .product-image {
    padding: 20px;
    padding-top: 5px;
    float: left;
}

.cart-table-items .product-image-details .cart-manufacturer {
    color: #b3b3b3;
}

.cart-table-items .product-image-details .cart-sku {
    color: #404040;
}

.cart-table-items .product-image-details .cart-edit a {
    background: url("https://dev.industrieklettershop.de/skin/frontend/iks/default/images/small_icons.png") no-repeat scroll 0 0 transparent;
    height: 20px;
    padding: 3px 0 0 25px;
    font-size: 14px;
}

.cart-table-items .product-image-details .cart-edit {
    margin-bottom: 5px;
}

.cart-table-items .product-image-details .cart-link-wishlist a {
    background: url("https://dev.industrieklettershop.de/skin/frontend/iks/default/images/small_icons.png") no-repeat scroll 0 -25px transparent;
    color: #8A8989;
    padding: 3px 0 5px 25px;
    font-size: 14px;
    height: 20px;
}

.cart-table-items .product-image-details .cart-link-wishlist a:hover {
    color: #000000;
}

.cart-table-items .variants {
    width: 200px;
}

.cart-table-items .row-single-price, .cart-table-items .row-total-price, .cart-table-items .row-qty {
    width: 115px;
}

.cart-table-items .variants .item-options {
    width: 196px;
    border-collapse: separate;
    border-left: 0px;
}

.cart-table-items .variants .item-options td, .cart-table-items .variants .item-options td.last {
    border: 0px;
}

.cart-table-items .variants .item-options tr.even, .cart-table-items .variants .item-options tr.odd {
    background-color: transparent;
}

.cart-table-items .variants .item-options td.right-align {
    text-align: right;
    background-color: transparent;
}

.cart-table-items .last {
    border-right: 1px solid #cccccc;
}

.cart-border .reload {
    background: url("https://dev.industrieklettershop.de/skin/frontend/iks/default/images/small_icons.png") no-repeat scroll 0 -76px transparent;
    border: 0px;
    min-width: 15px;
    cursor: pointer;
    margin-top: 5px;
    padding-left: 15px;
}

.cart-table-items {
    border-collapse: separate;
    border-spacing: 0px 10px;
}

.cart-table-items .cart-qty {
    float: left;
    padding-right: 10px;
}

.cart-table-items .cart-remove {
    clear: both;
}

.cart-table-items .cart-remove a {
    background: url("https://dev.industrieklettershop.de/skin/frontend/iks/default/images/small_icons.png") no-repeat scroll 0 -53px transparent;
    padding: 7px 0 0px 20px;
}

.cart-table-items tr.odd .cart-price, .cart-table-items tr.odd .cart-price .price {
    color: #249ad9;
}

.cart-table-items tr.even .cart-price, .cart-table-items tr.even .cart-price .price {
    color: #249ad9;
}

.cart-table-items .row-single-price .cart-price, .cart-table-items .row-single-price .cart-price .price {
    font-weight: normal;
}

.cart-table-items .total-price {
    text-align: right;
}

.cart-table .item-msg {
    color: #ff2626;
    font-size: 12px;
}

/* Menu */
/* There has to be a better way... */
/*
.nav-container #nav li.nav-2 ul {
    left: -119px;
}

.nav-container #nav li.nav-3 ul {
    left: -241px;
}

.nav-container #nav li.nav-4 ul {
    left: -356px;
    width: 576px;
}

.nav-container #nav li.nav-4 ul li:hover .cat-lvl1-img {
    width: auto !important;
}
*/

.form-list #payment_form_payone_creditcard label {
    float: none;
}

.bcp-swatches {
    margin-top: 10px;
    margin-left: 15px;
}

.bcp-swatches .swatch.is-in-stock img {
    border: 2px solid #00CC00;
}

.availability-legend {
    float: left;
    clear: both;
    width: 100%;
    line-height: 24px;
}

.availability-green {
    display: block;
}

.green-bordered-box {
    border: 2px solid #00CC00;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 3px 0 15px;
}

.cart-advantages {
    float: left;
    width: 242px;
    background: #f6f6f6;
    border-radius: 10px;
    padding: 15px;
}

.cart .cart-table-foot {
    clear: both;
}

/* crosssell in cart*/
.crosssell-container {
    background-image: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/crosssell-cart-topline.png);
    background-repeat: no-repeat;
    padding-top: 27px;
}

.crosssell-left {
    float: left;
    background-color: transparent;
    width: 65px;
    border-radius: 10px;
}

.crosssell {
    float: left;
    background-color: #f4f4f4;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 498px;
    padding: 0 25px 25px;
}

.crosssell-container .crosssell ul#crosssell-products-list li {
    background-color: #ffffff;
    padding: 10px;
    margin-bottom: 5px;
}

.crosssell-container .crosssell .crosssell-product-left-information {
    float: left;
    width: 230px;
}

.crosssell-container .crosssell .crosssell-product-left-information h3.product-name a {
    color: #000000;
    font-size: 14px;
    font-weight: normal;
}

.crosssell-container .crosssell .crosssell-product-left-information .cart-manufacturer {
    color: #b3b3b3;
}

.crosssell-container .crosssell .crosssell-product-right-information {
    text-align: right;
}

.newsletter-voucher-hint {
    color: #ffffff;
    font-size: 9px;
}

.account-login .registered-users .f-right {
    color: #FFC926;
}

.account-login .registered-users .f-right:hover {
    color: #668dc4;
}

.box-description .content ul {
    list-style: disc;
    padding-left: 15px;
}

.box-description .content ol {
    list-style: decimal;
    padding-left: 20px;
}

#shopping-cart-table .cart-table-body .notice {
    display: none;
}

.coupon-button-container {
    margin-left: 15px;
}

.old-customer-hint {
    border: 1px solid #ECECEC;
    padding: 20px;
    margin: 10px;
    background-color: #ECECEC;
}

.checkout-hint {
    margin-left: 0px;
    margin-right: 0px;
}

.product-view .product-shop .price-box-bundle .price-box span, .product-view .product-shop .product-price .price-box .price-as-configured span {
    font-size: 16px;
    float: none !important;
}

#customer-reviews-header {
    margin: 10px 0;
}

.opc .field {
    width: 330px;
}

.products-grid li.item {
    border: 1px solid #F2F2F2;
}

.availability.in-stock span {
    color: #6ac89d;
}

/* layered navigation styling */

.m-filter-item-list li {
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png) no-repeat 0 -3701px;
    margin: 0 0 8px;
}

.m-filter-item-list li.m-selected-ln-item {
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png) no-repeat 0 -3641px;
}

.m-filter-item-list li span,
.m-filter-item-list li a {
    line-height: 15px;
    padding: 0 5px 0 20px;
    display: block;
}

.main .wrapper-loading {
    position: relative;
}

.main .wrapper-loading .loading-spinner {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 201;
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/bg_white_40.png) repeat;
}

.main .wrapper-loading .loading-spinner .loader {
    position: absolute;
    z-index: 202;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -16px;
    height: 32px;
    width: 32px;
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/bx_loader.gif) no-repeat 0 0;
}

.main .wrapper-loading .loading-spinner > .loader {
    position: fixed;
}

.products-grid li.item .review-price {
    margin: 4px 0 0;
}

.products-grid li.item .review-price .ratings {
    margin: 0 auto 4px;
    float: none;
}

.products-list li.item .review-price .product-detail,
.products-grid li.item .review-price .product-detail {
    float: left;
    width: 100%;
}

.products-list li.item .product-detail .no-rating,
.products-grid li.item .review-price .product-detail .no-rating {
    display: none;
}

.products-grid li.item .review-price .price-label {
    font-size: 12px;
}

.products-grid li.item .review-price .price-to,
.products-list li.item .price-rating .price-to,
.product-view .price-box-bundle .price-to {
    display: none;
}

.product-view .product-shop .price-box-bundle .price-from .price-label,
.product-view .product-shop .price-box-bundle .price-from .price {
    color: #999;
}

.product-view .product-shop .price-box-bundle .price-from,
.product-view .product-shop .price-box .price-as-configured,
.product-view .product-shop .product-price .price-box .price-as-configured .full-product-price {
    float: right !important;
}

.product-view .product-shop .price-box .price-as-configured span.price-label,
.product-view .product-shop .price-box-bundle .price-box span.price-label {
    display: block;
    float: left !important;
    margin: 0 4px 0 0;
}

.product-view .product-shop .price-box .price-as-configured span.price-label {
    margin: 0;
}

.products-grid li.item .info-left {
    position: absolute;
    left: -76px;
    left: -101px;
    top: 10px;
    border: solid #cccccc;
    border-width: 1px 0 1px 1px;
    background-color: #fff;
    width: 45px;
    width: 70px;
    padding: 5px 15px;
    text-align: center;
    display: none;
}

.products-grid li.item .info-left p {
    margin: 5px 0;
}

.products-grid li.item .info-left ul {
    margin: 0 0 5px;
}

.products-grid li.item .info-left ul li {
    border: 1px solid #ccc;
    padding: 2px 3px;
    margin: 0 0 5px;
    color: #249BDA;
}

.products-grid li.item .info-left ul li a,
.products-grid li.item:hover .info-left {
    display: block;
}

li.item .color-swatches ul {
    float: left;
    clear: both;
    width: 100%;
}

li.item .color-swatches span.color {
    width: 14px;
    height: 14px;
    float: left;
    margin: 0 6px 6px 0;
    text-indent: -999em;
}

.color-swatches span.red {
    background-color: #ff0000
}

.color-swatches span.blue {
    background-color: #0000ff
}

.color-swatches span.green {
    background-color: #00cc00
}

.success-msg {
    background-color: #FFFFFF;
    background-image: url("https://dev.industrieklettershop.de/skin/frontend/iks/default/images/i_msg-success.png");
    color: #249CDB;
    border-color: #249CDB;
    font-weight: bold;
}

.error-msg {
    background: url("https://dev.industrieklettershop.de/skin/frontend/iks/default/images/i_msg-note.png") no-repeat scroll left -3px #fff;
    color: #d80000;
    border-color: #d80000;
    font-weight: bold;
}

.note-msg,
.notice-msg {
    background-color: #fff !important;
    color: #FED34C;
    border-color: #FED34C;
    font-weight: bold;
}

.product-view .tabs-container {
    margin: 20px 0
}

.product-view .tabs-container ul.tab-navigation {
    float: left;
    clear: both;
    width: 100%;
    position: absolute;
    z-index: 8;
    height: 30px;
}

.product-view .tabs-container ul.tab-navigation li {
    text-align: center;
    float: left;
    margin-right: 4px;
    background: #f4f4f4;
    border-radius: 5px 5px 0 0;
}

.product-view .tabs-container ul.tab-navigation li.active {
    border-bottom: 1px solid #fff;
    position: relative;
}

.product-view .tabs-container ul.tab-navigation li.active {
    background: #fff;
    border: 1px solid #f4f4f4;
    border-bottom-color: #fff;
}

.product-view .tabs-container ul.tab-navigation li .ratings {
    margin-left: -10px;
}

.product-view .tabs-container ul.tab-navigation li.active a,
.product-view .tabs-container ul.tab-navigation li:hover a {
    color: #249BDA;
}

.product-view .tabs-container ul.tab-navigation li a,
.product-view .tabs-container ul.tab-navigation li .ratings {
    color: #555454;
    font-weight: bold;
    padding: 0 20px;
    line-height: 30px;
    height: 30px;
    display: block;
}

.product-view .tabs-container ul.tab-navigation li.product_additional_data a {
    float: left;
}

.product-view .tabs-container ul.tab-navigation li .ratings {
    float: left;
    cursor: pointer;
    padding: 0 15px 0 0;
}

.product-view .tabs-container ul.tab-navigation li .ratings .rating-box {
    margin-top: 7px
}

.product-view .tabs-container .tab-content {
    padding: 20px;
    overflow: visible;
    position: absolute;
    top: -99999px;
    float: left;
    clear: both;
    width: 900px;
    border: 1px solid #f4f4f4;
    border-radius: 0 5px 5px 5px;
    z-index: 7;
}

.product-view .tabs-container .tab-content-active {
    position: static !important;
    margin-top: 30px;
}

.product-view .box-description li {
    padding: 0 0 2px 15px;
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/li-dot.png) no-repeat 5px 6px;
}

.opc .order-review p.tax-hint {
    float: left;
    line-height: 32px;
}

.ts-footer {
    float: right;
    margin: 16px 10px 0 0;
}

.shopauskunft-footer {
    float: right;
    margin-top: 26px;
}

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

.price-box.minimal-price-exists .minimal-price-link .label {
    display: none;
}

.homepage-teaserblocks {
    width: 100%;
    float: left;
    clear: both;
    margin: 10px 0;
}

.homepage-teaserblocks .teaser {
    float: left;
    width: 302px;
    height: 96px;
    margin-right: 10px;
    border: 2px solid #f0f0f0;
}

.homepage-teaserblocks .teaser:hover {
    border: 2px solid #dfdfdf;
}

.homepage-teaserblocks .teaser img {
    max-width: 100%;
}

.homepage-teaserblocks .last {
    margin: 0;
}

.mt-0 {
    margin-top: 0 !important;
}

body .bx-wrapper .bx-pager,
body .bx-wrapper .bx-controls-auto {
    bottom: 0px;
    z-index: 9999;
}

.tab-navigation .rating-links {
    display: none;
}

.account-login .new-users-wrapper {
    float: right;
}

.account-login .registered-users-wrapper {
    float: left;
}

.account-login .registered-users {
    background: none;
}

.account-login .registered-users .form-list li {
    margin: 0 0 15px;
}

.account-login .registered-users .form-list li label {
    color: #0F425D;
    font-size: 14px;
    padding: 0 0 10px;
}

.account-login .registered-users .buttons-set {
    margin: 0;
}

.customer-account-create .account-create .buttons-set button,
.account-login .registered-users .buttons-set button {
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png) 0 -2375px no-repeat;
    height: 61px;
    line-height: 61px;
}

.customer-account-create .account-create .buttons-set button > span,
.account-login .registered-users .buttons-set button > span {
    height: 61px;
    line-height: 61px;
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png) 100% -2499px no-repeat;
}

.customer-account-create .account-create .buttons-set button span span,
.account-login .registered-users .buttons-set button span span {
    background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png) 0 -2437px repeat-x;
    height: 61px;
    line-height: 61px;
    width: 160px;
    font-weight: bold;
    font-size: 14px;
}

.customer-account-create .account-create .buttons-set button:hover,
.account-login .registered-users .buttons-set button:hover {
    background: url("https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png") no-repeat scroll 0 -3085px transparent;
}

.customer-account-create .account-create .buttons-set button:hover > span,
.account-login .registered-users .buttons-set button:hover > span {
    background: url("https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png") repeat-x scroll 100% -3209px transparent;
}

.customer-account-create .account-create .buttons-set button:hover span span,
.account-login .registered-users .buttons-set button:hover span span {
    background: url("https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png") repeat-x scroll 0 -3147px transparent;
}

.account-login .new-users {
    background: none;
}

#login-form .col2-set .col-1 {
    width: 100%;
    padding: 0;
    border: 0;
}

#login-form .col2-set .col-1 .content {
    padding: 20px;
}

#login-form .col2-set .col-2 {
    border: 0;
}

.account-login .new-users p.required {
    text-align: left;
    color: #555454;
    padding-top: 0;
}

.account-login .new-users p.inter-heading {
    text-transform: uppercase;
    color: #000;
    padding-top: 0;
}

.account-login .new-users p.inter-heading a {
    display: block;
    color: #249CDB;
}

#login-form .registered-users .form-list input.input-text {
    width: 380px;
}

.customer-account-create .padding-s .page-title,
.customer-account-login .padding-s .page-title {
    border-bottom: 1px solid #0F425D;
}

.customer-account-login .padding-s .page-title h1 {
    padding-top: 20px;
    padding-left: 20px;
}

.customer-account-login .padding-s .page-title p {
    padding-left: 20px;
    padding-bottom: 25px;
    font-size: 14px;
}

.customer-account-create .padding-s .page-title {
    margin-bottom: 30px;
}

.customer-account-create .padding-s .page-title h1 {
    padding-top: 0;
    padding-left: 10px;
}

.customer-account-create .padding-s .page-title .page-title-additional-text {
    padding-left: 10px;
    padding-bottom: 30px;
}

.customer-account-create .padding-s .page-title ul {
    width: 30%;
    padding-right: 1%;
    float: left;
}

.customer-account-create .account-create .form-list {
    margin: 0 10px;
}

.customer-account-create .account-create .form-list li {
    margin: 0 0 15px;
}

.customer-account-create .account-create .form-list li label {
    font-size: 14px;
    color: #0F425D;
    padding-bottom: 10px;
}

.account-login .registered-users .form-list li label.required em,
.customer-account-create .account-create .form-list li label.required em {
    font-size: 24px;
    right: -14px;
    top: 2px;
}

.account-create form .fieldset:first-child {
    margin-bottom: 20px;
}

.customer-account-create .account-create .form-list li .hint {
    display: inline-block;
    font-size: 11px;
    margin-left: 20px;
}

.customer-account-create .account-create .buttons-set p.required {
    line-height: 30px;
}

#login-form .form-list li label {
    text-transform: uppercase;
}

#login-form .form-list li label.required em {
    display: none;
}

#login-form .form-list li .input-box {
    width: auto;
}

#login-form .form-list li .input-box input.input-text {
    width: 96%;
}

#checkout-step-login .second-block {
    padding-top: 20px;
}

#checkout-step-login .second-block button.button {
    float: none;
    clear: both;
    margin: 0 auto;
}

#checkout-step-login .second-block button.button {
    width: 220px;
    display: block;
}

#checkout-step-login .second-block button.button span {
    width: 212px;
}

#checkout-step-login .second-block button.button span span {
    width: 202px;
}

#checkout-step-login h3 {
    color: #000;
    font-weight: bold;
    font-size: 14px;
}

#checkout-step-login h4 {
    font-size: 12px;
    margin: 0 0 15px;
}

#checkout-step-login p.forgot-password {
    margin: 10px 0;
}

#checkout-step-login .second-block p {
    font-size: 11px;
}

#checkout-step-login p.forgot-password,
#checkout-step-login p.forgot-password a {
    text-transform: uppercase;
    white-space: nowrap;
}

.checkout-onepage-index .page-title {
    padding: 20px 0 10px
}
/* Note: Design for a width of 768px */

@media only screen /*and (min-width: 768px)*/ and (max-width: 959px) {

    .container_24 .grid_19 {
        width: 566px;
    }

    .main {
        padding: 0 6px;
    }

    .breadcrumbs {
        margin: 0 0 15px;
    }

    .header-container, .nav-container, .main-container, .pre-footer-container {
        background: #fff;
        clear: both;
    }

    .header .logo {
        margin-left: 30px;
    }

    .header .flyout {
        margin-right: 0;
    }

    .header .row-1,
    .header .row-2 {
        width: 588px;
        width: 566px;
        position: relative;
    }

    .header .row-1 .meta {
        position: absolute;
        left: -50px;
        z-index: 8;
    }

    .header .row-1 .phone {
        clear: both;
        float: right;
        margin: 15px 5px 0 0;
    }

    .header .advantages {
        width: 475px;
    }

    .header .payment-methods .ts {
        margin: 0;
    }

    .header .payment-methods .pm {
        display: none;
    }

    .nav-container #nav {
        width: 768px;
    }

    .nav-container .sf-menu ul {
        width: 753px;
        left: 0 !important;
    }

    .nav-container #nav li.level0 {
        position: static;
    }

    .nav-container .search-container {
        clear: both;
        float: left;
        width: 752px;
        margin: 0;
        padding: 12px 8px;
        background: #fff;
    }

    .nav-container .container_24 {
        height: 110px;
    }

    .nav-container .search-container input {
        width: 656px;
    }

    .homepage-top .slider {
        margin: 0 24px;
    }

    .homepage-top .right-col {
        margin-top: 25px;
        float: left;
        clear: both;
        width: 654px;
        padding: 15px 45px;
        height: auto;
    }

    .homepage-top .right-col .advantages {
        float: left;
        width: 50%;
    }

    .homepage-top .right-col .trusted-shops {
        float: right;
        margin-right: 62px;
    }

    .homepage-top .right-col .payment-providers {
        float: right;
        width: 240px;
        margin: 15px 30px 0;
        height: 31px;
        background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_wide.png) no-repeat 0px -343px;
    }

    .newsletter-container2 .badge-pt2 {
        height: 51px;
    }

    .cms-index-index .new-products {
        display: none
    }

    .footer {
        background-position: -505px -725px;
    }

    .footer-col {
        width: 179px;
    }

    .footer-col.last {
        clear: both;
        width: 700px;
        background: #0f425d;
        margin: 20px 0 0 10px;
    }

    .footer-col-1 {
        margin: 0 0 0 10px;
    }

    .footer .trustedshops {
        float: left;
    }

    .footer .shopauskunft {
        margin: 0 0 0 10px;
        float: left;
    }

    .newsletter-container2 .backtotop {
        display: none;
    }

    .category-slider {
        width: 750px;
    }

    .category-slider a.buttons {
        width: 40px;
    }

    .category-slider .viewport {
        width: 670px;
    }

    .category-slider ul li a {
        width: 168px;
    }

    .category-slider ul li img {
        width: 150px;
        height: 60px;
        margin: 0 8px;
    }

    .category-slider a.prev:hover {
        background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png) 0 -1595px no-repeat;
    }

    .category-slider a.prev,
    .category-slider a.prev.disable:hover {
        background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png) 0 -1435px no-repeat;
    }

    .category-slider a.next:hover {
        background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png) 100% -1675px no-repeat;
    }

    .category-slider a.next,
    .category-slider a.next.disable:hover {
        background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_narrow.png) 100% -1515px no-repeat;
    }

    .products-grid {
        width: 578px;
    }

    .products-grid li.item {
        margin-right: 10px;
    }

    .products-grid li.breakpoint {
        margin-right: 10px;
    }

    .col2-left-layout .wrapper .col-main {
        margin: 0;
    }

    .col2-left-layout .wrapper .col-left {
        margin: 0;
    }

    .category-products .toolbar,
    .category-products .products-list li.item {
        width: 564px;
    }

    .products-list li.item,
    .products-list li.item:hover {
        background:#fff;
    }

    .products-list .pad-view {
        display: block;
        padding-bottom: 10px;
    }

    .products-list .ratings {
        margin: 0;
        position: absolute;
        left: -270px;
        bottom: 10px;
    }

    .products-list .rating-box {
        width: 115px;
        background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/bkg_rating_big.png) repeat-x scroll 0 0 transparent;
        height: 22px;
    }

    .products-list .rating-box .rating {
        background: url("https://dev.industrieklettershop.de/skin/frontend/iks/default/images/bkg_rating_big.png") repeat-x scroll 0 100% transparent;
        float: left;
        height: 22px;
    }

    .category-products .products-list li.item {
        position: relative;
    }

    .category-products .products-list li.item .product-name-info {
        display: none;
    }

    .category-products .products-list li.item .col-1 {
        width: 170px;
    }

    .category-products .products-list li.item .col-2 {
        display: none;
    }

    .category-products .products-list li.item .col-3 {
        width: 230px;
        background: #fff;
        position: static;
    }


    .category-products .products-list li.item .col-4 {
        width: 114px;
    }

    .products-list li.item .col-4 .onsale-category-container-list,
    .products-list li.item .col-4 .price-rating {
        width: 114px;
    }

    .products-list li.item .col-3 .onsale-category-container-list {
        width: 140px;
        padding-left: 0;
        padding-right: 0;
    }

    .products-grid li .quickview a,
    .products-list li .col-1 .quickview a,
    .products-list li .col-3 .quickview a {
        background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_wide.png) 0 -1100px no-repeat;
    }

    /* quickview sale */
    .products-grid li .quickview.sale a,
    .products-grid li .col-3 .quickview.sale a,
    .products-list li .quickview.sale a {
        background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_wide.png) 0 -1154px no-repeat;
    }

    .products-list li:hover .col-3 .quickview a {
        display: none;
    }


    .sorter .sort-by {width:420px;}

    .toolbar .pager .amount {
        width:300px;
    }

    .toolbar .pager .items-total {
        border-right:0;
    }

    .toolbar .pager .items-total, .toolbar .pager .items-perpage {
        display:block;
        margin-top:0;
    }
}

/* end exceptions for 768 > < 960 */

@media only screen /*and (min-device-width: 768px)*/ and (max-device-width: 1024px) and (orientation : landscape) {

    .products-list li .col-1 .quickview,
    .products-list li .col-1 .quickview a {
        display: none;
    }

    .products-list li .col-3 .quickview a {
        display: block;
    }

    .products-list li .col-1 .quickview a,
    .products-list li .col-3 .quickview a {
        background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/sprite_wide.png) 0 -1100px no-repeat;
    }

}

@media only screen /*and (min-device-width: 768px)*/ and (max-device-width: 1024px) and (orientation : portrait) {



    .products-list li .col-1 .quickview {
        margin: 10px 0 0;
        height:27px;
    }

    .products-list li .col-1 .quickview a {
        display: block;
    }

    .products-list li .col-3 .quickview a {
        display: none;
    }

}
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}


/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

#custom-pager {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height:39px;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(https://dev.industrieklettershop.de/skin/frontend/iks/default/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
