/**
 * 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.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @licensehttp://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

/* Layout ================================================================================= */
.wrapper {}
.page { /*width:1000px;*/ margin:0 auto; /*padding:10px 0;*/ padding:0; text-align:left; width:960px; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; background:none; }
.main { /*margin:10px 0;*/ padding:0; margin:0 auto; }

/* Base Columns */ 
.col-left { float:left; width:212px; /*border:1px solid #ddd; padding:5px 5px 0;*/ padding:0; margin:0; }
.col-main { float:left; /*width:736px;*/ padding:0; margin:0 auto; /*border:1px solid #ddd; padding:5px;*/ }
.col-right { float:right; width:212px; /*border:1px solid #ddd; padding:5px 5px 0;*/ padding:0; margin:0; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-left-layout .col-main { width:726px;}
.col2-right-layout .col-main { width:726px;}

.box .head {border-top:4px solid #DDDDDD;
margin:0 0 5px;}


/* 3 Columns Layout */
.col3-layout .col-main { width:496px; padding:0; margin:0 auto; float:none; }

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .narrow { width:33%; }
.col2-set .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 ========================================================================= */

.a_theme_plastics, .post_theme_plastics a { color:#40AF49; text-decoration:none; /*font-weight:bold;*/ }
.a_theme_kunststoffen, .post_theme_kunststoffen a { color:#ed008c; text-decoration:none; /*font-weight:bold;*/ }
.a_theme_display, .post_theme_display a { color:#f37022; text-decoration:none; }
.a_theme_china, .post_theme_china a { color:#96191d; text-decoration:none; }
.a_theme_agenturen, .post_theme_agenturen a { color:#0090c5; text-decoration:none; }
.a_theme_reclame, .post_theme_reclame a { color:#ee4035; text-decoration:none; }


/*.td_ProductDescription .a_theme_plastics, .td_ProductDescription .a_theme_kunststoffen { font-weight:normal; }*/

/* Form Elements */
div.button, input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
input.input-text,select,textarea { background:#fff; border:1px solid #ddd; background:#FFF;  }
input.input-text,textarea { padding:4px; }

.block-subscribe input.input-text { width:202px; padding:3px 5px; border:1px solid #7e7e7e; color:#9c9c9c }
.block-subscribe button.button { margin-top:10px; padding:0; background:#797979; padding:4px 30px; padding-top:5px; color:#FFFFFF; height:24px; font-weight:bold; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option {}
textarea { overflow:auto; }
input.radio { margin-right:3px; margin-bottom:4px; }
input.checkbox { margin-right:3px; margin-bottom:4px; }
input.qty { width:2.5em !important; }

@media screen and (-webkit-min-device-pixel-ratio:0){
body:first-of-type .cart-table input.qty { width:2.8em !important }
body:first-of-type .cart-table input.input-text { width:2.8em !important }
}


button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */

/* CODE COMMENTED - for fixed width buttons */
div.button, button.button { overflow:visible; border:0; padding:0 0 0 12px; background:url(../images/bkg_button.gif) 0 50% no-repeat; cursor:pointer; /*-webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ }

div.button, input.form-button, button.form-button, button.button { background:#797979; color:#FFF; font-weight:bold; padding:0; margin:0; padding:5px 13px; letter-spacing:1px; border:none; border-collapse:collapse;}

button.button { padding:4px 13px; height:25px; }
#wishlist-table button.button { height:auto; }
/*div.button { padding:4px 13px; }*/

button.button span { /*float:left; padding:0 12px 0 0; background:url(../images/bkg_button.gif) 100% 50% no-repeat; font:bold 12px/21px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff;*/ position:relative;  }

button.disabled {}
button.disabled span {}
/* Input & Textarea stretched for 100% */
.field-100 { border:1px solid #888; padding:2px; overflow:hidden; }
.field-100 input.input-text,
.field-100 textarea { float:left; width:100%; margin:0; padding:0; border:0; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#eee; }*/



/* Form lists */
.form-list li { margin:0 0 5px; }
.form-list label { font-weight:bold; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:250px; }
.form-list select { width:256px; margin-bottom:2px;  }
.form-list li.add-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.add-row .btn-remove { font-size:0; line-height:0; padding:5px 5px 0 0; text-align:right; }
.form-list .range input.input-text { width:96px; }

.group-select {}
.group-select li { margin:0 0 5px; }
.group-select .input-box { float:left; width:260px; }
.group-select input.input-text,
.group-select textarea {width:510px; }
.group-select select { width:496px; }
.group-select .input-box input.input-text,
.group-select .input-box textarea, .group-select input.input-text { width:250px; padding:2px; }
.group-select .input-box select { width:256px; }

.buttons-set { clear:both; margin:5px 0 0; padding:5px; border:1px solid #ddd; }
.buttons-set .back-link { float:left; padding:2px 0;  }
.buttons-set button.button { float:right; }

.buttons-set2 { clear:both; margin:5px 0 0; padding:5px; border:1px solid #ddd; text-align:right; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
.required { color:#f00; }
p.required { font-size:10px; text-align:right; }
/* 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 10px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 10px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:12px 8px 4px 32px !important; font-size:10px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/error_msg_icon.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../images/success_msg_icon.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/note_msg_icon.gif); color:#3d6611; }

.div_AdvSerachMessage { margin:10px 0; }
.no-result { margin-top:0; }

.sprite { background:url(../images/sprite.jpg) no-repeat top left; }
.div_clear { padding:0; margin:0; display:block; clear:both; height:none;}
/* Homepage */
.div_HomepageWrap { padding:0; margin:0 auto; margin-top:30px; width:960px; }

.div_HomepageTop { margin-bottom:28px; }
.div_HomepageLogo { width:240px; float:left; }
.h1_HomepageLogo a { display:block; }
.div_HomepageLogo img { display: inline; float: right; margin-top: 30px }
.h1_HomepageLogo, .h1_HomepageLogo a { padding:0; margin: 30px 0 0 0; height:68px; width:155px; text-indent:-10000px; display: inline; float: left; }
.h1_HomepageLogo { background-position:-10px -8px; }
.div_HomepageText { height:auto; text-align:right; width:550px; float:right; padding-top:7px; padding-bottom:7px; }

.div_HomepageMainBoxWrap { padding:0; margin:0 auto; padding:20px; background:#e5e5e5; }
.div_HomepageBoxLeft { padding:0; margin:0; width:439px; float:left; }
.div_HomepageBoxRight { padding:0; margin:0; width:439px; float:right; }

.div_StoreSwitchLink { padding:0; margin:0; /*width:159px;*/ float:left; width:239px; }

.div_HomepageBoxLeft .div_StoreSwitchLink {width:159px; }
.div_HomepageBoxLeft .div_StoreSwitchLink .h2_StoreSwitchLink {width: 159px;}
.h2_StoreSwitchLink { padding:0; margin:0; /*width:159px;*/ height:28px; width:239px;}
.storeon span, .h2_StoreSwitchLink a{ width:159px; height:28px; color:#FFF; font-size:12px; text-decoration:none; padding-left:10px; }
.storeon span, .h2_StoreSwitchLink a{ padding-top:5px; height:23px; }

.storeon span { width:130px; display:block; }
.h2_StoreSwitchLink a { display:block; }
.storeon { cursor:default; }
.Kunststoffen { background-position:-29px -124px; }
.Display { background-position:-29px -176px; }
.Plastics { background-position:-29px -227px; }
.China { background-position:-29px -279px; }
.Agenturen { background-position:-29px -330px; }
.Reclame { background-position:-29px -382px; }


.storeon .Plastics { background-position: -291px -227px; }
.storeon .Kunststoffen { background-position:-291px -124px; }
.storeon .Display { background-position:-291px -176px; }
.storeon .China { background-position:-291px -279px; }
.storeon .Agenturen { background-position:-291px -330px; }
.storeon .Reclame { background-position:-291px -382px; }









.div_CategoryImage { width:280px; float:right; }

.div_CategoryHead { margin-bottom:24px; }

.table_HomepageProducts td{ width:50%; }
.td_HomepageProductLeft { text-align:left; }
.td_HomepageProductRight { padding-left:20px; }


/* BreadCrumbs */ 
.span_CrumbLabel { padding-right:10px; float:left; color:#888888; font-weight:normal;  }
.breadcrumbs { /*padding:13px; border:1px solid #ddd;*/ margin:25px 0; padding-left:0px; }
.breadcrumbs li { display:inline; font-weight:bold; }
/*.breadcrumbs li a { text-decoration:none; color:#40af49; }*/
.breadcrumbs li span.span_CrumbSep{ font-size:11px; font-family:Arial, Helvetica, sans-serif;  }
/* Page Heading */
.page-title { /*border-bottom:1px solid #ddd;*/ padding:0 0 5px; margin:0 0 10px; }




.page-title-w-border { border-bottom:4px solid #DDDDDD; border-top:4px solid #DDDDDD; height:21px; margin:0 0 24px; padding:5px; padding-left:0; }




.title-buttons { text-align:right; }
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

/* Pager */ 
.pager { padding:5px; 0; text-align:center; height:21px; }
.pager { border-bottom: 4px solid #DDDDDD; border-top: 4px solid #DDDDDD; }
.pager .amount { float:left; padding-top:2px; }
.pager .limiter { float:right; }
.pager .pages { margin:0 135px; padding-top:2px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages .current {}

/*.pages li a img { padding-top:5px; }*/

/* Sorter */ 
.sorter { border-bottom: 4px solid #DDDDDD; padding:5px; margin:0; height:21px; margin-bottom:24px; }
.sorter .view-mode { float:left; padding-top:2px; }
.sorter .sort-by { float:right; }
.sorter .link-feed {}

.div_ToolBarBottom { margin-top:24px; }
.div_ToolBarBottom .sorter { margin-bottom:0; }

/* Data Table */ 
.data-table { width:100%; }
.data-table th { padding:5px; border:1px solid #ddd; font-weight:bold; /*white-space:nowrap;*/ vertical-align:middle; }
.data-table td { padding:5px; border:1px solid #ddd; vertical-align:middle; }
.data-table thead { background-color:#f2f2f2; }
.data-table tbody {}
.data-table tfoot { font-size:1.1em; }
.data-table tfoot td { }
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { background-color:#f6f6f6; }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#f6f6f6; }
.data-table td.value {}

/* Tax Details Row */
tr.tax-total { cursor:pointer; }
tr.tax-total td {}
tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.tax-details td { background-color:#f6f6f6; }
tr.tax-details-first td {}

/* Shopping cart tax info */
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { cursor:pointer; }
.cart-tax-total { padding-right:20px; background:url(../images/bg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Lists Decoration */
li.odd {}
li.even { background-color:#f6f6f6; }
#recently-viewed-items li.even { background-color:#fff; }
dt.odd,
dd.odd {}
dt.even,
dd.even { background-color:#f6f6f6; }

.group-select li.even { background:none; }

/* Class: std - styles for admin-controlled content */
.std,
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { /*margin:0 0 1em;*/ margin:0; 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 */
.link-rss { background:url(../images/icon_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }

/* 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(../images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; width:200px; height:63px; overflow:hidden; } 
.header-container {}
.header { /*padding:10px; border:1px solid #ddd;*/ padding:0; margin:0 auto; }
.header .logo { background-position:0 0; background-repeat:no-repeat; text-indent:-999em; }
.header .logo a { display:block; width:200px; height:63px; }
.header .welcome-msg { font-weight:bold; text-align:right; }
.header .links { /*float:right;*/ }
.header .form-search { /*text-align:center;*/ position:relative; }
.header .form-search .search-autocomplete { z-index:999; left:0px !important;
top:21px !important; }
.header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; position:absolute; left:-6px; width:225px; }
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}
.header .form-language { text-align:right; }




/* header top store switcher */
.div_TopStoreSwitcher { padding-bottom:30px; }
.header .div_StoreSwitchLink { margin-left:1px; }
.header .first { margin-left:0; width: 240px; }

/* header logo */
/* uses the homepage logo style */

/* header middle row */
.div_HeaderMidRight { width:600px; float:right; text-align:right; padding:0; margin:0; }

/* language switcher - flags */
.language-switcher { text-align:right; margin-top:2px; }
.language-switcher, .language-switcher a, .language-switcher a img { border:none; }

/* header bottom row */
.div_HeaderBottomRow { background:#e5e5e5; margin-top:36px; }
/* top links */
.div_TopLinks { padding:0; margin:0; text-align:right; padding:9px 0; padding-top:8px; margin-top:10px;  }
.links { border-top:4px solid #e5e5e5; border-bottom:4px solid #e5e5e5; padding:6px 0; padding-top:5px; margin:0; display:inline; }
.links li { display:inline; font-size:11px; font-family:Arial, Helvetica, sans-serif; }
.links li a { color:#626262; text-decoration:none; }
.links li.li_linksep { font-size:9px; line-height:inherit; font-weight:bolder; background:url(../images/link_sep.gif) no-repeat center center; padding:0 12px; }

/* header search form */
.div_HeaderSearch { width:475px; height:30px; background-position:-28px -434px; }
.div_HeaderSearch .div_FormSearch { padding:0; margin:0; padding-left:10px; padding-top:5px; float:left; }
.div_FormSearch input.input-text { font-size:12px; padding-right:1px; padding-top:2px; width:205px; color:#797979; border-collapse:collapse; border:none; float:left; background:none;  }
/*.div_FormSearch button.button { padding:0; margin:0; padding-left:0; background:none; height:30px; width:75px; margin-left:13px; padding-top:3px; }*/
.div_FormSearch button.button { padding:0; margin:0; height:21px; margin-bottom:0px; padding:0 10px; float:left; margin-left:15px; }
.div_FormSearch button.button span { /*background:none;*/ /*z-index:1000;*/ position:relative }
.div_LabelAdvanceSearch { width:120px; float:right; padding-top:8px; color:#959595; } 
.div_LabelAdvanceSearch { padding-top: 7px; width:100px; text-align:right; float:left;  }
.div_LabelAdvanceSearch a { text-decoration:none; }
/*.header .div_HeaderMidRight .div_clear { height:20px;}*/

/* Header About Menu Section */
/*
.div_AboutMenu { padding:0; margin:0; float:right; padding:0; margin:0; }
.ul_AboutLinks { padding:0; margin:0; list-style:none; border-collapse:collapse; border:none; }
.ul_AboutLinks li { padding:0; margin:0; display:inline; background:#6e6e6e }
.ul_AboutLinks li a { padding:0; margin:0;  }
*/
.a_AboutMenuItem { padding:7px 14px; padding-bottom:6px; margin:0; display:inline; float:right; border-left:1px solid #FFFFFF; color:#6e6e6e; font-size:11px; text-decoration:none; background:#e5e5e5; font-weight:bold; }
.a_AboutMenuItem:hover { background:#6e6e6e; color:#FFF; }
.div_AboutMenuItem { padding:7px 14px; padding-bottom:6px; margin:0; display:inline; float:right; border-left:1px solid #FFFFFF; color:#FFFFFF; font-size:11px; text-decoration:none; background:#6e6e6e; font-weight:bold; }




/********** < Navigation */
#nav { font-size:12px; border:1px solid #ddd; padding:5px 0; margin:10px 0; }

#nav_vert { margin-bottom:30px; }
#nav_vert { border-bottom:1px solid #e7e7e7; }
#nav_vert li { border-top:1px solid #e7e7e7; /*height:32px;*/ line-height:16px; font-size:12px; position:relative; }
#nav_vert li.menu_last { border-bottom:1px solid #e5e5e5; }

#nav_vert li a { text-decoration:none; color:#6a6a6a; width:172px; display:block; padding:5px 0; padding-left:40px; padding-bottom:8px; padding-top:8px; }
#nav_vert li a:hover, #nav_vert li a.mainon { color:#FFF; }

.a_catMenuItem { background-position:200px -501px; }

.div_MenuImage { width:35px; height:32px; display:inline-block; background-position:center center!important; position:absolute; top:0; left:0; background-repeat:no-repeat!important;  }
/*.plastics .a_catMenuItem { background-position:-28px -501px; }*/


/*.kunststoffen .a_catMenuItem { background-position:-28px -655px; }*/
.kunststoffen .mainon, .kunststoffen .a_catMenuItem:hover { /*background-position:-28px -655px;*/ color:#FFF; background:#ed008c; }
.display .mainon, .display .a_catMenuItem:hover { /*background-position:-28px -694px;*/ color:#FFF; background:#f37022; }
.plastics .mainon, .plastics .a_catMenuItem:hover { /*background-position:-28px -577px;*/ color:#FFF; background:#40af49; }
.china .mainon, .china .a_catMenuItem:hover { /*background-position:-28px -733px;*/ color:#FFF; background:#96191d; }
.agenturen .mainon, .agenturen .a_catMenuItem:hover { /*background-position:-28px -538px;*/ color:#FFF; background:#0090c5; }
.reclame .mainon, .reclame .a_catMenuItem:hover { /*background-position:-28px -616px;*/ color:#FFF; background:#ee4035; }



.subon, #nav_vert li .sub:hover { background:#e5e5e5; color:#4c4c4c; border-top:none; }

#nav_vert li a.subsub { padding-left:50px; width:162px; }
#nav_vert li a.subsub:hover { color:#4c4c4c;  text-decoration:underline; background:none;}


/* All Levels */
#nav li { text-align:left; position:relative; }
#nav li.over { z-index:999; }
#nav li.parent {}
#nav li a { display:block; text-decoration:none; }
#nav li a:hover { text-decoration:none; }
#nav li a span { display:block; white-space:nowrap; cursor:pointer; }
#nav li ul a span { white-space:normal; }

/* 1st Level */
#nav li { float:left; }
#nav li a { float:left; padding:5px 10px; font-weight:bold; color:#888; }
#nav li a:hover { color:#000; }
#nav li.over a,
#nav li.active a { color:#000; }

/* 2nd Level */
#nav ul { position:absolute; width:15em; top:25px; left:-10000px; border:1px solid #ddd; background:#fafafa; }
#nav ul li { float:none; border-bottom:1px solid #ddd; }
#nav ul li.last { border-bottom:0; }
#nav ul li a { float:none; padding:3px 9px; font-weight:normal; color:#888 !important; }
#nav ul li a:hover { color:#000 !important; }
#nav ul li.active > a,
#nav ul li.over > a  { font-weight:bold; color:#000 !important; }

/* 3rd+ leven */
#nav ul ul { top:7px; }

/* Show Menu */
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { border-top:4px solid #ddd; margin:0 0 0px; margin-bottom:5px; }
.block .block-title { /*border-bottom:1px solid #ddd; padding:0 10px;*/ }
.block .block-title h2 { font-size:14px; font-weight:bold; line-height:1.5; color:#767676; font-family:Arial, Helvetica, sans-serif; /*margin-top:2px;*/ }
.block-title a h2 { text-decoration:none; }
a{ text-decoration:none; }
.block .block-title h2 a { text-decoration:none; }
.block h3 { font-size:14px; line-height:1.5; color:#767676; }
.block .block-content { padding:5px 0px;}
.block .actions { text-align:right; }
.block .actions a { float:left; }

.div_NewProducts h3 { /*width:125px; overflow-x: hidden; */ }

/* Quick Add =============================================================================== */
.block-quickadd h4 { margin-bottom:7px; padding:2px 0; }
.block-quickadd td{ padding-bottom:2px; }
.block-quickadd .td_Button{ padding-bottom:12px; }
.block-quickadd input.input-text { border:1px solid #7E7E7E; color:#9C9C9C; padding:0; padding:1px 3px;}
.td_sku input.input-text{ width:77px; }
.td_qty input.input-text { width:31px; }
.block-quickadd .span_Label { color:#626262; padding-left:10px; font-weight:bold; }
.td_Button { padding-top:10px; }
.p_AddQuote { /*padding-top:10px;*/ }
/* Block Toepassingen */
.div_Toepassingen { margin-top:25px; text-align:justify }
.table_Toepassingen .col2 { padding:0 18px; }
.table_Toepassingen .col3 { padding-right:18px; } 
.table_Toepassingen .row1 td{ padding-bottom:18px; } 

/* Block: Compare */
.block-compare .block-content { padding-top:0px; }
.a_remove { float:right; }
.div_Quote .a_remove { }
.div_Quote .product-details { width:140px; float:left; }
.div_CompareItem { padding-top:4px; width:140px; }
.block-compare li.even { background:none; }
.block-compare .div_clear { display:none; }
.div_CompareItem a { text-decoration:underline; }
/* Block: Account */
.block-account { border:none; margin-bottom:25px; }
.block-account ul li{ border-top:1px solid #E5E5E5; }
.block-account ul li.last{ border-bottom:1px solid #E5E5E5; }
.block-account ul li a { color:#6A6A6A; display:block; text-decoration:none; padding:5px 0 5px 40px; text-decoration:none; width:172px; }
.block-account ul li a:hover { background:#e5e5e5; }
.block-account ul li.current { background:#e5e5e5; padding:5px 0 5px 40px; text-decoration:none; width:172px; }

.block-account .block-content { padding:5px 0px; padding-top:0; }



#my-orders-table{ margin:25px 0; }
#my-orders-table td { vertical-align:middle; }
#my-orders-table .price { margin-top:0 }
.div_BlockWrap, .div_OrderHistoryTBBottom { margin-bottom:25px; }

/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; }

/* Block: Layered Navigation */
.block-layered-nav {}
.block-layered-nav dt { font-weight:bold; margin-top:10px; color:#2b2b2b; }
.block-layered-nav .currently {}

.block-layered-nav a { text-decoration:none; }
.block-layered-nav .price { font-weight:normal; font-size:11px; color:#626262; }	
.block-layered-nav .block-content { margin-top:0; padding-top:0; }
.div_FilterBy{ padding-top:4px; width:140px; }
/* Block: Cart */
.block-cart {}
.div_CartSidebar { padding-bottom:9px; }
.block-cart .amount {}
.block-cart .subtotal { /*text-align:center;*/ }

.mini-products-list li { /*padding:5px 0;*/ }
.mini-products-list .product-image { float:left; width:50px; padding:5px; border:1px solid #ddd; margin-right:-75px; }
.mini-products-list .product-details { margin-left:75px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
.mini-products-list .product-details .btn-remove { float:right; }



/* Block: Wishlist */
.block-wishlist {}

.div_WishListItem { padding-top:4px; width:140px; }


#wishlist-table .odd { background:#f1f1f1; }
.td_AddToCart { text-align:center; }
.td_CommentBox { text-align:center; }

/* Block: Related */
.block-related { margin-bottom:25px; }
.block-related .block-content { margin-bottom:0; }
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; margin-right:-20px; }
/*.block-related .item { margin-left:20px; }*/
.table_NewProducts .item .product-image, .block-related .item .product-image { float:left; /*margin-right:-65px;*/ }
.table_NewProducts .item .product-details, .block-related .item .product-details { margin-left:88px; }


.table_Related { padding:0; margin:0; width:496px; }
.table_Related .item { padding:10px; width:218px; }

.div_NewProducts { margin-top:25px; }
.table_NewProducts {  margin-top:10px; }
.table_NewProducts .odd .item, .table_Related .odd .item{ background:#f1f1f1; }
.table_NewProducts td { padding:10px; }
.table_NewProducts .odd td{ background:#f1f1f1; }
.std .p_NewProductLink, .p_RelatedProductLink { margin-top:15px; }

/* Product View */
.product-pricing { margin-top:10px; }

/* Newsletter archive */
.div_NewsletterLinks { border-top:4px solid #DDDDDD; margin:0 0 10px; margin-top:25px; }
.div_NewsletterLinks h2 { margin-bottom: 13px;}
.div_NewsletterLinks h3 { margin-bottom:10px; padding:2px 0;}
.div_NewsletterLinkItem { padding:20px; }
.div_NewsletterLinks .odd { background:#f1f1f1; }
.div_NewsletterLinks .block-title h3 a {color:#767676;}

.div_NLImage { width:80px; float:left }
/*.div_NLLink { margin-left:20px; }*/
.div_NLLink h3 { margin-bottom:0; font-size:13px; }
.div_NLLink p { padding-bottom:15px; }
/*.div_NLLink p a { color:blue; }*/

.div_NLLink img {float: left; border: 1px solid #E1E1E1; margin-right: 20px;}

.div_BlogPost { margin-left:90px; }
.div_BlogPost a { color:blue; }
.blog-posts { border-top:none; }


/* Block: Compare Products */
.block-compare {}
.block .div_Quote, .div_CompareSidebar { padding-bottom:9px; }
.block-compare li { padding:0; }
.div_CartSidebar .actions, .div_Quote .actions, .div_CompareSidebar .actions { margin-top:10px; }

/* Block: Viewed */
.block-recent {}

/* Block: Poll */
.block-poll {}
.block-poll input.radio { float:left; margin:3px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll .answer {}
.block-poll .votes { font-weight:bold; }

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }

/* Block: Subscribe */
.block-subscribe { margin-bottom:18px; }

/* Block: Login sidebar */
.div_LoginBlock { padding-bottom:13px; }
.block-login-sidebar input.input-text { border:1px solid #7E7E7E; color:#9C9C9C; padding:3px 5px; width:200px; }
.block-login-sidebar input.submit { background:#797979 none repeat scroll 0 0; color:#FFFFFF; font-weight:bold; border:none; margin-top:10px; padding:4px 30px 4px; cursor:pointer; float:right; }

/* Block: Reorder */
.block-reorder {}
.block-reorder li { /*padding:5px 0;*/ }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .label { display:block; /*margin-left:20px;*/ }

/* Block: Banner */
.block-banner { padding:0; margin:0; border:none;}
.block-banner .block-content { text-align:center; }
.block-banner img{ margin-bottom:10px; }
.block-banner img.banner2 { margin:0; }
/* Block: Checkout Progress */
.block-progress {}
.block-progress dt { font-weight:bold; }
.block-progress dt.complete,
.block-progress dd.complete { /*background-color:#f6f6f6; padding:2px;*/ }
.block-progress dd.complete { border-bottom:1px solid #DDDDDD; margin-bottom:5px; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { /*border-bottom:1px solid #ddd;*/ margin:0 0 5px; }
.category-image { display:block; margin:0 auto; margin-bottom:24px; }
.category-products { }

/* View Type: Grid */
.products-grid { width:100%; }
.products-grid tr.odd {}
.products-grid tr.even { /*background-color:#f6f6f6;*/ }
.products-grid td { width:33%; /*border:1px solid #ddd;*/ padding:5px; text-align:center; padding-top:0; padding-bottom:25px; }
.products-grid td.empty {}

.products-list td img, .products-grid td img { padding:5px; border:1px solid #e5e5e5; }
.up-sell {  }
.up-sell .products-grid { margin-top:10px; }
.up-sell .products-grid td img { padding:0; }
.up-sell .products-grid td { padding:0; margin:0; text-align:left; padding-right:18px; padding-bottom:18px;  }
.up-sell .products-grid td.first { text-align:left; }
.up-sell .products-grid td.last { padding-right:0; }
/* View Type: List */
.products-list li.item { border:1px solid #ddd; padding:5px; margin:0 0 5px; }
.product-image { /*float:left;*/ }
.product-image img { border:1px solid #e1e1e1; }
.product-img-box .product-image img { border:none; }
.product-shop { /*float:right;*/ width:320px; }
.td_ProductImage, .td_ProductDescription { padding:10px; }
.td_ProductDescription { padding-top:7px; vertical-align:top; }
.products-list tr.even { background-color:#f1f1f1; }
.products-list { margin-bottom:15px; }

/* ======================================================================================= */


/* Product View ========================================================================== */
.product-view .product-essential{ margin-bottom:25px;}
.add-to-links { margin-top:5px; }
.product-collateral {}

/* Product Images */
.product-view .product-img-box { float:left; width:260px; }
.product-view .product-img-box .product-image { border:1px solid #ddd; }
.product-view .product-img-box .product-image-zoom { width:258px; height:258px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { cursor:move; }
.product-view .product-img-box .zoom-notice { text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views ul { margin-left:-4px }
.product-view .product-img-box .more-views li { float:left; padding:1px; background-color:#ddd; margin:0 0 8px 10px ; }
.product-view .product-img-box .more-views li.li_first { margin-left:4px; }
.product-image-popup { margin:0 auto; }
.product-image-popup .nav { text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}

.table_ProductsView { width:496px; }
.td_Media { width:260px; padding-right:20px; vertical-align:top; }
.td_Media .more-views { margin-top:8px; }
.td_ProductDetails { vertical-align:top; }
.additional .data-table { width:215px; background:#F6F6F6; }
.additional .data-table td, .additional .data-table th { padding:2px 5px; }

.td_ProductDetails .std ul { padding:0; margin:0; list-style:none; }

.td_ProductDetails .description { margin-top:15px; }
.td_ProductDetails .additional { margin-top:15px; }
.td_ProductDetails .add-to-box { margin-top:25px; }



.td_ProductDetails button.button { width:165px; margin-left:0; margin-top:20px; float:none; padding-right:0; background:#797979 none repeat scroll 0 0; color:#FFFFFF; font-weight:bold; height:24px; margin-top:10px; /*padding:5px 30px 4px;*/ padding:5px 10px 4px; /*width:120px;*/ }

.section .step button.button { margin-top:0; float:right; }
.section .step .col-1 button.button { float:left; }
.section .step .col-2 button.button { float:right; }

.section button.button, .td_ProductDetails .add-to-cart button.button { margin-left:0; margin-top:20px; float:none; padding-right:0; background:#797979 none repeat scroll 0 0; color:#FFFFFF; font-weight:bold; height:24px; margin-top:10px; padding:5px 5px 4px; } 



.td_ProductDetails input.qty { height:16px; border:1px solid #797979; width:50px; padding:3px; }
.td_ProductDetails .add-to-cart { float:none; }
/*width:2.5em !important;*/

.div_GliderNext { background:#797979; width:140px; text-align:center; margin:15px 0; }
.div_GliderNext a{ color:#FFF; font-weight:bold; font-size:12px; text-align:center; padding:5px 20px; display:block }


.more-views { margin-top:10px; }
/* Product Shop */
.product-view .product-shop { float:right; width:445px; }
.product-view .product-name {}
.product-view .short-description {}




.table_ProductCustomize { }
.table_ProductCustomize .td_Image { width:168px; padding-right:20px; }

/* Rating */
.ratings {}
.ratings .amount {}
.ratings .rating-links {}
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bg_rating.gif) 0 0 repeat-x; position:relative; overflow:hidden; }
.rating-box .rating { position:absolute; top:0; left:0; height:13px; background:url(../images/bg_rating.gif) 0 100% repeat-x; }

/* Availability */
.availability {}
.availability .in-stock { font-weight:bold; }
.availability .out-of-stock { font-weight:bold; color:#f00; }

/********** < Product Prices */
.price { /*white-space:nowrap !important;*/ font-size:14px; font-weight:bold; line-height:1.5; margin-top:3px; color:#626262; white-space:nowrap }

.price-box {}
.price-box .price { font-weight:bold; }

.price-box-bundle {}

/* Regular price */
.regular-price {}
.regular-price .price { font-weight:bold; }

/* Old price */
.old-price {}
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-weight:bold; text-decoration:line-through; }

/* Special price */
.special-price {}
.special-price .price-label { font-weight:bold; white-space:nowrap; }
.special-price .price { font-weight:bold; }

/* Minimal price (as low as) */
.minimal-price {}
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

a.minimal-price-link { display:block; }
a.minimal-price-link .label {}
a.minimal-price-link .price { /*font-weight:normal;*/ }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

/* 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 as configured */
.price-as-configured {}
.price-as-configured .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; }
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

/* Add to Links */
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; margin-top:3px; }
.add-to-cart input.qty { float:left; border:1px solid #7E7E7E; width:46px !important; color:#9C9C9C; padding:3px 3px; } 
.add-to-cart button.button { float:left; margin-left:5px; }
.add-to-cart .price-box { clear:both; padding-top:10px; }
.product-options-bottom input.qty { width:46px !important; }

/* Add to Links + Add to Cart */
.add-to-box {}
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; }

/* Product Options */
.product-options { margin:10px 0 0; /*padding:10px; border:1px solid #ddd; background-color:#f6f6f6;*/ }
.product-options dt label { font-weight:bold; padding-top:30px; display:block; }
.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:0px; color:#000; }
.product-options dd { margin:10px 0; }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:96%; height:8em; }
.product-options dd select { width:100%; }
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options .options-list .optLabel { display:block; margin-left:0; height:30px; overflow:hidden; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; display:none; }

.product-options-bottom { padding:10px; /*border:1px solid #ddd;*/ border-top:0; }
.product-options-bottom .price-box { margin:10px 0; }

.td_CustomOptions dt { clear:both; }
.td_CustomOptions .options-list li { display:inline; float:left; padding-bottom:5px; width:74px; overflow:hidden; padding-right:3px; text-align:center }
.td_CustomOptions .add-to-cart button.button { display:none; }
.td_CustomOptions .price-box { display:none; }

.td_CustomOptions .product-options-bottom { padding:0; margin:0; border:none; margin-top:30px; }

/* Custom Image Options */
.imageopt, .custom-image { margin-right:3px; border:3px solid #e7e7e7; cursor:pointer }

/* Grouped Product */
.grouped-items {}

/* Block: Description */
.product-view .description {}

/* Block: Additional */
.product-view .additional {}

/* Block: Upsell */
.product-view .up-sell {}
.product-view .up-sell .products-grid td { width:25%; }

/* Block: Tags */
.product-view .tags {}
.product-view .tags .form-add-tags label { float:left; }
.product-view .tags .form-add-tags .input-box { float:left; width:260px; margin:0 5px; }
.product-view .tags .form-add-tags input.input-text { width:254px; }
.product-view .tags .form-add-tags button.button { vertical-align:bottom; }
.product-view .tags .form-add-tags p { clear:both; }

/* Block: Reviews */
.product-view .reviews {}

/* Block: Add Review */
.product-view .add-review {}
.product-view .add-review .product-name span { font-weight:normal; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { font-size:1.1em; font-weight:bold; /*line-height:1.5; margin-top:3px;*/ padding:0; margin:0; }
.product-name a { color:#626262; font-weight:bold; text-decoration:none; }
.products-grid .product-name { padding-top:10px; width:155px; overflow-x:hidden; }

.table_Related .product-name { width:125px; overflow:hidden; }

/* Product Tags */
.tags-list li { display:inline; }

/* Advanced Search */
.search-summary {}

/* CMS Home Page */
.cms-home .products-grid td { width:20%; }

/* Sitemap */
.sitemap {}
/* ======================================================================================= */


/* Product Review ======================================================================== */
.product-review {}
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; border:1px solid #ddd; padding:1px; }
.product-review .details { float:right; width:570px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .checkout-types { float:right; text-align:right; }

.coupon { width:302px; width:340px; }
.coupon input.input-text { width:135px; float:left;}
#advice-required-entry-coupon_code { width:120px; float:left; }
.coupon-left { float:left; width:150px; }
.coupon-right { float:right; width:150px; width:188px; }
.coupon-cancel { float:right; width:150px; padding-top:3px; clear:right; } 
.coupon button.button { float:left; }
.coupon button.cancel { float:right; margin-top:5px; }




/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }
.cart-table td{ vertical-align:middle; background:#F6F6F6; padding:10px 20px; }
.cart-table td.actions { padding:0; margin:0; padding:5px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { float:left; width:630px; margin-top:34px; }
.cart .cart-collaterals .col-2 { padding:10px; border:1px solid #DDDDDD; width:55%; }
.cart .cart-collaterals .col-1 { width:45%; }
.crosssell { margin-top:70px; margin-bottom:30px; }
.crosssell h3 { padding:2px 0; }
.crosssell ul { margin-top:10px; }
.cart .crosssell .product-image { float:left; margin-right:-90px; }
.cart .crosssell .product-shop { margin-left:90px; }
.cart .shipping { margin-top:10px;}

.crosssell li { display:inline; width:305px; float:left; padding:10px; padding-bottom:0px; padding-left:0px; }
.crosssell li.li_sep { display:block; width:90%; }
.crosssell .product-image { float:left; }
.crosssell .product-shop { margin-left:88px; width:150px; }

.p_CrosssellProductLink { margin-top:15px; }

.cart .cart-collaterals input.radio { float:left; margin-top:4px; }

/* Shopping Cart Totals */
.cart .totals { float:right; margin-top:34px; width:290px; border:1px solid #DDDDDD; padding:10px; }
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:bold; font-size:14px; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:30px; top:7px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }
.td_CartProductName dd { padding:5px; padding-left:0; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/* One Page */
.opc { border-bottom:1px solid #ddd; position:relative; }
.opc li.section { border:1px solid #ddd; border-bottom:0; }
.opc .step-title { background-color:#f6f6f6; padding:0 5px; text-align:right; }
.opc .step-title .number { float:left; line-height:22px; margin-right:5px; }
.opc .step-title h3 { float:left; }
.opc .allow .step-title { cursor:pointer; }
.opc .active {}
.opc .active .step-title { background-color:#ccc; cursor:default; }
.opc .step { border-top:1px solid #ddd; padding:10px; position:relative; }
.opc .step .tool-tip { right:10px; }
.opc .order-review {}

#checkout-step-billing input.radio { float:left; margin-top:1px;}
#checkout-step-billing .form-list label { float:left; margin-right:10px }
#billing-new-address-form input.checkbox { float:left; margin-top:1px; }
#checkout-shipping-method-load input.radio { float:left; margin-top:4px; }
#checkout-payment-method-load label { line-height:1px; }



#checkout-review-table th { font-size:12px; }
#checkout-review-table .price { font-size:12px; }
/* Multiple Addresses Checkout */
.checkout-progress { padding:0; margin:10px 0; padding-bottom:20px; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; font-weight:bold; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}
.multiple-checkout .grand-total .price { font-size:1em; }

.multiple-checkout .data-table th { font-size:12px; }
.multiple-checkout .sp-methods input.radio { float:left; margin-top:4px; }
.multiple-checkout .sp-methods dt input.radio { float:none; margin-top:0; }

.checkout-multishipping-billing .col2-set, .multiple-checkout .col2-set { border:1px solid #DDDDDD; padding:10px; margin-bottom:10px; }
.checkout-multishipping-overview .page-title h2, .checkout-multishipping-addresses .page-title h2, .checkout-multishipping-billing .page-title h2, .checkout-multishipping-shipping .page-title h2 { font-size:18px; }
.multiple-checkout h4 { padding-bottom:5px; }
.multiple-checkout h3 { padding-bottom:5px; /*padding-top:10px;*/ }
.multiple-checkout address { margin-top:0; }
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.please-wait { float:right; margin-right:10px; margin-top:3px }
.please-wait .v-middle { vertical-align:top }
.cvv-what-is-this { cursor:help; margin-left:5px; float:left; padding-top:4px; }

#multiship-addresses-table input.input-text { padding:2px; }

/* 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 .tool-tip-content { padding:5px; }

/* Gift Messages */
.add-gift-message {}
.gift-message-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-message-form .inner-box { padding:5px; height:300px; overflow:auto; }
.gift-message-form .gift-item {}

.gift-message-link { display:block; background:url(../images/bg_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; }
/********** Common Checkout Styles > */
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login {}
.account-login .new-users {}
.account-login .registered-users {}
.action-login{ padding-top:10px; }
.action-login button.button { float:right; }
.account-create {}
.account-login .page-title { margin-bottom:0px; }

#login-form input.input-text { padding:3px; }
.account-login h2 { font-size:16px; }
#login-form h3 { font-size:14px; }
/* Account Login/Create Pages ============================================================ */


/* My Account ============================================================================= */
/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {}

.dashboard h3, .dashboard h4,.dashboard h5{ margin-top:10px; }
.recent-orders h3 { margin-top:0; }

/* Block: Recent Orders */
.dashboard .recent-orders { margin:10px 0; }

/* Block: Tags */
.dashboard .tags .number { float:left; margin-right:-20px; }
.dashboard .tags .details { margin-left:20px; }

/* Block: Reviews */
.dashboard .reviews {}
/********** Dashboard > */

/* Order View */
.order-info { border:1px solid #ddd; padding:5px; margin-bottom:10px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

/* Print Pages */
.page-print .print-head { margin-bottom:5px;}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
/* 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; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer { padding:0; margin:0; margin-top:36px; }

.footer_plastics { border-top:1px solid #40AF49; }
.footer_kunststoffen { border-top:1px solid #ed008c; }
.footer_display { border-top:1px solid #f37022; }
.footer_china { border-top:1px solid #96191d; }
.footer_agenturen { border-top:1px solid #0090c5; }
.footer_reclame { border-top:1px solid #ee4035; }

.footer p { text-align:right; }
.footer address { text-align:right; }
.footer ul { float:left; padding:0 18px 0 0; }

.div_FooterTopRow { text-align:center; padding:12px 0; }
.div_FooterMidRow{ padding:12px 0; margin:0; border-top:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; }
.div_FooterBottomRow { text-align:center; padding:12px 0; }

.ul_FooterCategory { padding:0; margin:0; width:142px; padding-right:0px; float:left; margin-bottom:20px; }
.short { width:130px; }
.top { padding-top:20px; }
.li_FooterCategoryTitle { font-weight:bold; }
.li_FooterCategoryTitle a{ text-decoration:none; color:#424242 }
.li_FooterSubCategory a { color:#5d5d5d; }
.li_FooterCategoryTitle a:hover { color:#767676; }

/* ======================================================================================= */
p.p_std { padding-bottom:12px; }


/* Accordian ****************/

.accordion_toggle { BACKGROUND: #FFF; cursor:pointer }
.accordion_toggle_active { 	BACKGROUND: #FFF; }
.accordion_content { OVERFLOW: hidden; COLOR: #444444; BACKGROUND-COLOR: #ffffff }
.span_AccordianToggle { background:url(../images/accordian_toggle.jpg) no-repeat center right; padding-right:25px;}
.accordion_toggle_active .span_AccordianToggle { background:url(../images/accordian_toggle_off.jpg) no-repeat center right; }

/* END ACCORDIAN ***************/

/* Table Product Name */
.table_Product td { padding:0; margin:0; border:none; vertical-align:middle; }
.table_Product td.td_Button { padding-left:10px; text-align:right; padding-right:0; margin:0; }
.table_Product td.td_Button button.button, .table_Product td.td_Button div.button { float:right; width:auto; white-space:nowrap; }
.tr_Hed td, .tr_Hed th { color:#626262; font-weight:bold; font-size:12px; padding-left:20px; }
.div_SubmitQuote { text-align:right; margin-top:20px; }


/* Quote Page */
.table_QuoteAddress { padding-bottom:20px; }
.table_QuoteAddress td { padding:0; margin:0; text-align:left; padding-bottom:5px; }
.table_QuoteAddress input.input-text { padding:2px; width:200px; }
.table_QuoteAddress input.addr { width:410px; }
.table_QuoteAddress .td_Left { width:210px; }
/*.td_CartProductName { width:170px; }
.td_QuoteProductName { width:450px; }*/

.commentWrapper { padding-bottom:10px; }
.commentDetails { color:#626262; font-style:italic; font-weight:bold }
#imageDetails { display:none; }


/*.div_TopStoreSwitcher .div_CategoryImage { background-position:-280px!important; }*/
.div_TopStoreSwitcher .div_CategoryImage:hover { background-position:0px; }

.cms-page-view .col-main a { color:#005da2; }


.div_NewsletterLinks .block-title h3 a:hover { text-decoration:underline; }

.blog .block-content, .div_NewsletterLinks .block-content, .postContent, .postDetails, #postComment, .commentWrapper { font-size:12px;}

/* Category overview ****************/
#product_category_overview ul { float: left; display: inline; margin-top: 1em; }
#product_category_overview li { width: 160px; display: inline; float: left; margin-left: 8px; margin-bottom: 1em; }
#product_category_overview li.first { clear: left; margin-left: 0px; }
#product_category_overview li span { width: 160px; float:left; clear:left; }
#product_category_overview li span { width: 160px; text-align: center; margin-top: 0.3em; float:left; clear:left; }
