/**
 * 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) 2010 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, body 	  { height:100%; }
body          { background:#0753A6 url(../images/bg.gif) repeat-x 0% 0%; font:12px/1.35 Arial, Helvetica, sans-serif; color:#000; }

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

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

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

/* 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; }
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; }

/* CMS PAGES -> .xg_page */

.xg_page ul.products-grid-new,
.xg_page ol.products-grid-new {
	list-style: none;
	padding: 0px;
	margin: 0 -20px 10px 0;
}

.xg_page ol, 
.xg_page ul{
	list-style: decimal outside;
	padding-left: 1.5em;
	margin-top: 5px;
	margin-bottom: 5px;
}

.xg_page p{
	margin-top: 5px;
}

/* Tables in product paginas */
.std table td p {
	padding-bottom: 0px!important;
	margin-left: 3px;
	margin-top: 3px;
}

/* pagina opmaak STD */
.std h2{
	border-top: none!important;
}

/* 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; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper { min-height:100%; height:auto !important; height:100%; margin: -20px auto 0 auto; min-width:1010px; }
.page { width:987px; margin:0 auto; text-align:left; padding:0; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; background:#F0FAFF; }
.page-popup .page-title { margin:0 0 13px 0; }
.page-popup .btn-cart { height:24px; }
.main-container { margin:0 0 10px 0; }
.main {  }

/* Base Columns */
.col-left { float:left; width:220px; }
.col-main { float:left; width:756px; }
.col-right { float:right; width:220px; }

/* 1 Column Layout */
.col1-layout .col-main { width:100%; }

.col1-layout .col-main .col-main-bg-tile { border-radius: 15px; background:#ffffff; url(../images/col-main-bg-tile-one2.gif) repeat-y; }
.col1-layout .col-main .col-main-bg-top { background:url(../images/col-main-bg-top-one-all2.gif) no-repeat; padding:12px 37px 10px 37px; }
.col1-layout .col-main .col-main-bottom { background:url(../images/col-main-bottom-one2.gif) no-repeat; height:21px; font-size:0%; line-height:0%; }

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

.col2-left-layout .col-main .col-main-bg-tile { background:url(../images/col-main-bg-tile-right2.gif) repeat-y; }
.col2-left-layout .col-main .col-main-bg-top { background:url(../images/col-main-bg-top-right-all.gif) no-repeat; padding:12px 37px 10px 37px; }
.col2-left-layout .col-main .col-main-bottom { background:url(../images/col-main-bottom-right.png) no-repeat; height:21px; font-size:0%; line-height:0%; }

.col2-right-layout .col-main .col-main-bg-tile { background:url(../images/col-main-bg-tile-right2.gif) repeat-y; border-radius: 15px;}
.col2-right-layout .col-main .col-main-bg-top { background:url(../images/col-main-bg-top-right-all2.gif) no-repeat; padding:12px 11px 1px 10px;/*12px 37px 10px 37px;*/ }
.col2-right-layout .col-main .col-main-bottom { background:url(../images/col-main-bottom-right2.gif) no-repeat; height:21px; font-size:0%; line-height:0%; padding-bottom: 10px; margin-bottom: 10px; }

.catalog-product-view .col2-right-layout .col-main .col-main-bg-tile { background:url(../images/col-main-bg-tile-right2.gif) repeat-y; border-radius: 15px;}
.catalog-product-view .col2-right-layout .col-main .col-main-bg-top { padding:12px 11px 0px 10px; }
.catalog-product-view .col2-right-layout .col-main .col-main-bottom { background:url(../images/col-main-bottom-right2.gif) no-repeat; height:21px; font-size:0%; line-height:0%; }

.review-product-list .col2-right-layout .col-main .col-main-bg-tile { background: #ffffff; }
.review-product-list .col2-right-layout .col-main .col-main-bg-top { background:url(../images/col-main-bg-top-right-all2.gif) no-repeat; padding:37px 37px 10px 33px; }
.review-product-list .col2-right-layout .col-main .col-main-bottom { background:url(../images/col-main-bottom-right2.gif) no-repeat; height:21px; font-size:0%; line-height:0%; }

.catalog-category-view .col2-right-layout .col-main .col-main-bg-tile,
.catalogsearch-advanced-result .col2-right-layout .col-main .col-main-bg-tile,
.catalogsearch-result-index .col2-right-layout .col-main .col-main-bg-tile
{ background:#fff; }
.catalog-category-view .col2-right-layout .col-main .col-main-bg-top,
.catalogsearch-advanced-result .col2-right-layout .col-main .col-main-bg-top,
.catalogsearch-result-index .col2-right-layout .col-main .col-main-bg-top
{ background:url(../images/col-main-bg-top-right-all2.gif) no-repeat; padding:12px 11px 10px 10px; }
.catalog-category-view .col2-right-layout .col-main .col-main-bottom,
.catalogsearch-advanced-result .col2-right-layout .col-main .col-main-bottom,
.catalogsearch-result-index .col2-right-layout .col-main .col-main-bottom
{ background:url(../images/col-main-bottom-white.png) no-repeat; height:15px; font-size:0%; line-height:0%; }

.cms-index-index .col2-right-layout .col-main .col-main-bg-tile { background:#ffffff; }
.cms-index-index .col2-right-layout .col-main .col-main-bg-top { background:url(../images/col-main-bg-top-right-all2.gif) no-repeat; padding:12px 11px 10px 10px; }
.cms-index-index .col2-right-layout .col-main .col-main-bottom { }

.checkout-onepage-index .page-title { display:none; }
.checkout-onepage-index .col2-right-layout .col-main .col-main-bg-tile { background:#ffffff;  }
.checkout-onepage-index .col2-right-layout .col-main .col-main-bg-top { background:url(../images/col-main-bg-top-right2.gif) no-repeat; padding:12px 10px 0 10px; }
.checkout-onepage-index .col2-right-layout .col-main .col-main-bottom { background:url(../images/col-main-bottom-right2.gif) no-repeat; height:21px; font-size:0%; line-height:0%; }

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

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.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 { background:#fff; border:1px solid #D6E9F2; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
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 { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button span { float:left; height:24px; background:url(../images/button_all1.gif) 0 0 no-repeat; font:bold 12px/24px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
button.button span span { background:url(../images/button_all2.gif) 100% 0 no-repeat; padding:0 15px 0 15px; }
button.disabled {}
button.disabled span {}

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

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label { float:left; color:#000; position:relative; z-index:0; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#E42533; 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 li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:260px; }
.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:254px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.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 { width:535px; }
.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:70px; }
.form-list .name-middlename input.input-text { width:49px; }

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

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

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

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width: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:205px; }

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

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

.buttons-set { clear:both; padding:5px 0; }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:left; margin-top: 5px; }
.buttons-set p.required { margin:0 0 5px; }

.buttons-set-order {}

.fieldset { border:1px solid #ddd; background:#fefefe; padding:22px 25px 12px 33px; margin:28px 0; }
.fieldset .legend { float:left; font-weight:bold; font-size:13px; border:1px solid #fefefe; background:#dedede; color:#333; margin:-33px 0 0 -10px; padding:0 8px; position:relative; }

/* 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 {}
p.required { font-size:12px; text-align:right; color:#E42533; }
/* 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 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../images/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/i_msg-note.gif); color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs {
	position:relative;
	padding:0 0 11px 25px;
	/*margin:-11px 0 0 0;*/
}
.breadcrumbs li { display:inline; font-size:11px; text-transform:uppercase; color:#fff; }
.breadcrumbs li a { color:#fff; }

/* Page Heading */
/*.page-title { background:url(../images/title_bg.gif) no-repeat; margin:0 -26px 10px -27px; height:39px; }*/
.page-title { background:url(../images/title_bg.gif) no-repeat; height:39px; }
.cms-index-index .page-title, .catalog-category-view .page-title, .catalogsearch-advanced-result .page-title, .catalogsearch-result-index .page-title { margin:0 0 10px 0; }
.page-title h1,
.page-title h2 { background:url(../images/title_bg2.gif) no-repeat 100% 0%; font-size:14px; font-weight:bold; color:#fff; text-transform:uppercase; padding:11px 15px 0 15px; height:28px;  }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; }
.page-title.title-buttons h1 { width: 705px; text-align: left; }
.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 { clear:both; }

/* Pager */
.pager { padding:5px 8px 6px 8px; text-align:center; color:#000; font-weight:bold;}
.pager .amount { float:left; }
.pager .amount strong { font-weight:normal; }
.pager .limiter { float:right; }
.pager .limiter select { border:0; font-size:12px; color:#000; margin:0 5px; }
.pager .pages { margin:0 135px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages .current {}

/* Sorter */
.sorter { border-top:1px solid #A1D3FC; padding:6px 8px 9px 8px; color:#54ACFB; }
.sorter .view-mode { float:left; }
.sorter .view-mode a { color:#54ACFB; }
.sorter .sort-by { float:right; padding:0 42px 0 0; }
.sorter .sort-by select { border:0; font-size:12px; color:#54ACFB; margin:0 5px; }
.sorter .link-feed {}

/* Toolbar */
.toolbar { background:#FFF; padding:0 16px 0 14px; margin:0 0 11px 0; }
.toolbar .pager {}
.toolbar .sorter {}
.toolbar-bottom .toolbar { margin:0 !important; }

/* Data Table */
.data-table { width:100%; }
.data-table th { padding:8px 10px; border:1px solid #D6E9F2; white-space:nowrap; }
.data-table td { padding:10px; border:1px solid #D6E9F2; }
.data-table thead { background-color:#F2FBFF; }
.data-table tbody {}
.data-table tfoot td { padding:6px; }
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { }
.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:bold; }
.data-table td.value {}

.cart-table, #multiship-addresses-table { border-right:1px solid #D6E9F2; }
.cart-table td { vertical-align:middle; }
.cart-table td .product-name a { color:#000; text-decoration:none; }
.cart-table td .product-name a:hover { text-decoration:underline; }
.cart-table td .product-image { display:block; width:139px; height:98px; background:#fff; }
.cart-table td .price { font-size:20px; font-weight:bold; color:#57C6F7; }
.cart-table td .qty { border:solid 1px #D6E9F2; font-family:"Times New Roman", Times, serif; font-size:13px; color:#54ACFB; width:48px !important; }

/* 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(../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(../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 */
.box-description .std{ margin-top: 10px; }
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }

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

.link-cart { font-weight:bold; }
.link-wishlist {  }
.link-reorder { font-weight:bold; }
.link-compare { color:#54ACFB; }
.link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; }
.link-rss { background:url(../images/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
.btn-remove { display:block; width:12px; height:12px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(../images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; margin:0 auto; }

.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(../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 ================================================================================ */
.header-container {
	padding: 10px 0; /*33px 0 10px 0;*/
}
.cms-home .header-container { padding: 10px 0 10px 0;}
.header { background:url(../images/header.jpg) no-repeat; width:987px; height:189px; position: relative;}
.header .logo { position:absolute; margin:14px 0 0 24px; text-decoration:none !important; }
.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 .slogan { position:absolute; margin:25px 0 0 220px; width: 324px; height: 0px; padding-top: 80px; overflow: hidden; background: url('../images/tekst.png') no-repeat; }
.header h1 a {font-size: 24px; line-height: 60px; color: #ffffff; text-decoration: none; text-transform: uppercase;}
.header h1 a img {margin-right: 30px;}
.header .flags {position:absolute; margin:9px 0 0 900px; background:url(../images/flags.gif) no-repeat 0% 1px; padding:0 0 0 75px; height:24px; font-size:12px; font-weight:bold; color:#fff; white-space:nowrap; }
.header .contact { position: absolute; margin: 2px 0 0 740px; background: url(../images/contact.png) no-repeat; width: 138px; height: 42px; }
.header .welcome-msg { position:absolute; margin:14px 0 0 784px; background:url(../images/i_welcome.gif) no-repeat 0% 1px; padding:0 0 0 25px; height:18px; font-size:12px; font-weight:bold; color:#fff; white-space:nowrap; }
.header .links_holder { float:right; padding:80px 6px 0 0; }
.header .top_links_bg { background:url(../images/top_links_bg.png) no-repeat; float:left; width:22px; height:43px; }
.header .top_links_bg2 { background:#fff url(../images/top_links_bg2.gif) no-repeat 100% 0%; float:left; height:37px; padding:6px 5px 0 0; }
.header .links li { float:left; display:inherit !important; font-size:13px; }
.header .links li a {
	margin: 0 2px;
}
.header .links li a:hover { }
.header .links li a span {
	font-size: 12px;
	color:#FFF;
	font-weight: bold;
	text-decoration: underline;
}
.header .links li a:hover span {
	cursor:pointer;
	text-decoration:none;
}
.header .form-search {
	position: relative;
	background:url(../images/bg-search-mini.png) no-repeat;
	width:270px;
	height:26px;
	padding: 10px 0 0 0;
}
.header .form-search label { display:none; }
.header .form-search .input-box {
	float: right;
	width: 230px;
}
.header .form-search .input-text {
	width:172px;
	border:0;
	color: #636363;
	font-size: 11.5px;
}
.header .form-search button {
	float: left;
    margin-left: 15px;
}
.header .form-search button span {
	background:url(../images/btn-search.png) no-repeat;
	width:16px;
	height:16px;
	font-size:12px;
	color:#fff;
	line-height:18px;
	padding:0;
	text-indent: -99999px;
	overflow: hidden;
}
.header .form-search button span span { background:none; padding:0; }
.form-search .search-autocomplete { z-index:999; }
.form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.form-search .search-autocomplete li.selected {}
.header .form-language { clear:both; text-align:right; }
.header-container .top-container { clear:both; text-align:right; }
.header-container .banner-top .right-side {
	background: url("/skin/frontend/default/theme018k/images/bg-banner-top.png") no-repeat scroll 0 0 transparent;
	height: 48px;
	line-height: 50px;
	padding-left: 5px;
    width: 442px;/*447px;*/
    float: right;
    margin-bottom: 10px;
    color: #636363;
    font-size: 12px;
    font-family: Arial, sans-serif;
    font-weight: 500;
    letter-spacing:-0.01em;
    word-spacing:-1px;
}
.header-container .banner-top .right-side img{
 	padding: 10px 0 0 5px;
}
.header-container .banner-top .left-side {
 	 -webkit-text-size-adjust: 100%;
	 float: left;
 	color: #FFF;
 	line-height: 45px;
}
.header-container .banner-top .left-side a {
	color: #FFF;
}
.header-container .banner-bottom {
	background-color: white;
	border-radius: 10px;
	margin-top: 10px;
	width: 100%;
}

.header-container #cart-header {
    background: url("/skin/frontend/default/theme018k/images/bg-cart.png") no-repeat scroll 0 0 transparent;
    height: 60px;
    position: absolute;
    right: 0;
    top: 50px;
    width: 182px;
}
.header-container #cart-header #topcartlink {
	left: 40px;
    position: absolute;
    top: 27px;
    font-size: 12px;
    color: #FFF;
}

.header-container .top-links {
	position: absolute;
	right: 25px;
	top: 27px;
}
.header-container .top-search{
	position: absolute;
	left: 360px;
	top: 48px;
}
/********** < Navigation */
.nav-container {
	position:absolute;
	margin: 123px 0 0 6px;
	background:url(../images/bg_menu.png) no-repeat;
	width:970px;
	height:54px;
	padding:6px 0 0 5px;
}
#nav { font-size:14px; }

/* All Levels */
#nav li { text-align:left; position:relative; }
#nav li.over { z-index:998; }
#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; padding:0 1px 0 0; height:60px; }
#nav li a { float:left; width:137px; padding:15px 0 0 0; height:34px; font-weight:bold; color:#fff; text-transform:uppercase; text-align:center; background:url(../images/m_item.gif) repeat-x; }
#nav li.first a { background:url(../images/m_first.gif) no-repeat; }
#nav li.last a { background:url(../images/m_last.gif) no-repeat; }
#nav li a:hover { color:#fff; background:url(../images/m_item_h.gif) repeat-x; }
#nav li.first a:hover { color:#fff; background:url(../images/m_first_h.gif) no-repeat; }
#nav li.last a:hover { color:#fff; background:url(../images/m_last_h.gif) no-repeat; }
#nav li.over a,
#nav li.active a { color:#fff; background:url(../images/m_item_h.gif) repeat-x; }
#nav li.over.first a,
#nav li.active.first a { background:url(../images/m_first_h.gif) no-repeat; }
#nav li.over.last a,
#nav li.active.last a { background:url(../images/m_last_h.gif) no-repeat; }

#nav li.over.last li a { background:none !important; }
#nav li.over.first li a { background:none !important; }

/* 2nd Level */
#nav ul,
#nav div { position:absolute; width:137px; top:60px; left:-10000px; background:url(../images/drop.png) no-repeat 0% 100%; padding:8px 0 10px 0; }
#nav div ul { position:static; width:auto; border:none; }

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

#nav ul li { float:none; padding:0 5px 6px 13px; height:auto; }
#nav ul li.last {  }
#nav ul li a { float:none; padding:0 !important; height:auto !important; font-weight:bold; color:#fff !important; font-size:12px !important; background:none !important; text-transform:none !important; text-align:left !important; }\
#nav ul li.first a, #nav ul li.last a, #nav ul li.first a:hover, #nav ul li.last a:hover,
#nav ul li.first li a, #nav ul li.last li a, #nav ul li.first li a:hover, #nav ul li.last li a:hover,
#nav ul li.active.first > a, #nav ul li.active.last > a, #nav ul li.over.first > a, #nav ul li.over.last > a,
#nav li li.first a,
{ background:none !important; }
#nav ul li a:hover { color:#89D9FD !important; }
#nav ul li.active > a,
#nav ul li.over > a { color:#89D9FD !important; }

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


/* Sidebar =============================================================================== */
.block { margin:0 0 12px; background:url(../images/bg_block2.png) no-repeat 0% 100%; }
.corner_top { background:url(../images/bg_block.png) no-repeat 0% 0%; width:220px; height:15px; font-size:0%; line-height:0%; }
.block .block-title { padding:0 0 13px 20px; }
.block .block-title strong { font-size:14px; font-weight:bold; text-transform:uppercase; color:#fff; display:block; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { font-size:13px; font-weight:bold; }
.block .block-content { padding:0 20px 28px 20px; font-size:12px; color:#fff; }
.block .block-content li.item { padding:5px 0; }
.block .btn-remove { float:right; }
.block .actions { text-align:right; }
.block .actions a { float:left; }
.block .empty {}

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

.block-sidebar {
	background:url(../images/bg-block-small.png) no-repeat 0 0 transparent;
	padding-left: 12px;
	width: 208px;/*220px;*/
	height: 28px;
	line-height: 28px;
	margin-bottom: 10px;
	overflow: hidden;
	color: #636363;
	word-spacing: -1px;
	letter-spacing: -0.01em;
	font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: 500;
}
.block-sidebar img {
	vertical-align: middle;
}

/* Mini Products List */
.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:69px; height:62px; background:#fff; }
.mini-products-list .product-details { margin-left:85px; }
.mini-products-list .product-details .product-name { font-size:10px; padding:0 0 10px 0; }
.mini-products-list .product-details .product-name a { color:#fff; }
.mini-products-list .price-box { padding:0 0 15px 0; }
.mini-products-list .price { font-weight:normal !important; }

/* Block: Account */
.block-account {}

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

/* Block: Layered Navigation */
.block-layered-nav {}
.block-layered-nav .block-title strong { background:url(../images/title_compare.png) no-repeat 0% 1px; padding:0 0 2px 23px; }
.block-layered-nav .block-subtitle { font-weight:normal; font-size:12px; padding:0 0 10px 0; }
.block-layered-nav dt { background:#fff; padding:5px 0 5px 5px; font-size:11px; text-transform:uppercase; color:#54ACFB; }
.block-layered-nav dd { padding:0px 0 0px 5px; line-height:16px; }
.block-layered-nav dd a { color:#fff; }
.block-layered-nav .currently {}
.block-layered-nav .currently li { background:#fff; padding:5px 0 5px 5px; font-size:11px; text-transform:uppercase; color:#54ACFB; margin:0 0 1px 0; }
.block-layered-nav .currently li a { color:#54ACFB; }
.block-layered-nav .actions { padding:15px 0 45px 0; }
.block-layered-nav .actions a { color:#fff; float:right; }
.block-layered-nav .btn-remove { float:right; margin:2px 3px 0 0; }

/* Block: Cart */
.block-cart { background:url(../images/bg_cart2.png) no-repeat 0% 100%; }
.block-cart .block-title strong { background:url(../images/title_cart.png) no-repeat 0% 0%; padding:0 0 2px 25px; }
.corner_top.block-cart { background:url(../images/bg_cart.png) no-repeat 0% 0% !important; width:220px; height:15px; font-size:0%; line-height:0%; }
.block-cart .summary {  }
.block-cart .amount { padding:0 0 11px 0; }
.block-cart .amount a { font-weight:bold; color:#fff; }
.block-cart .subtotal { background:#fff; -moz-border-radius: 10px; border-radius: 10px; padding:5px 0 5px 10px; font-size:11px; color:#54ACFB; text-transform:uppercase; margin-bottom:15px; }
.block-cart .subtotal .price { color:#D9202D; font-size:12px !important; }
.block-cart .actions { padding:0 0 12px 0; }
.block-cart .actions button span { background:url(../images/btn_check1.gif) no-repeat 0% 0%; height:30px; line-height:28px; color:#1169BA; }
.block-cart .actions button span span { background:url(../images/btn_check2.gif) no-repeat 100% 0%; }
.block-cart .block-subtitle { font-weight:normal; padding:0 0 14px 0; font-size:12px; }
.block-cart .btn-remove { background:url(../images/btn_remove2.gif) no-repeat; }
.block-cart .block-title span, .block-cart .block-content, .block-cart .block-content a { coluor: #222;}


/* Block: Facebook */
.block-facebook { background:url(../images/bg-cartfb.png) no-repeat 0% 100%; height: auto; }
.corner_top.block-facebook { background:url(../images/bg_cart.png) no-repeat 0% 0% !important; width:220px; height:15px; font-size:0%; line-height:0%; }
.block-facebook .summary {  }
.block-facebook .amount { padding:0 0 11px 0; }
.block-facebook .amount a { font-weight:bold; color:#fff; }
.block-facebook .subtotal { background:#fff; -moz-border-radius: 10px; border-radius: 10px; padding:5px 0 5px 10px; font-size:11px; color:#54ACFB; text-transform:uppercase; margin-bottom:15px; }
.block-facebook .subtotal .price { color:#D9202D; font-size:12px !important; }
.block-facebook .actions { padding:0 0 12px 0; }
.block-facebook .actions button span { background:url(../images/btn_check1.gif) no-repeat 0% 0%; height:30px; line-height:28px; color:#1169BA; }
.block-facebook .actions button span span { background:url(../images/btn_check2.gif) no-repeat 100% 0%; }
.block-facebook .block-subtitle { font-weight:normal; padding:0 0 14px 0; font-size:12px; }
.block-facebook .btn-remove { background:url(../images/btn_remove2.gif) no-repeat; }
.block-facebook .block-title span, .block-cart .block-content, .block-cart .block-content a { coluor: #222;}
.block-facebook p.facebook { padding-bottom: 10px; margin-top: 20px; }

/* Block: Wishlist */
.block-wishlist {}

/* Block: Related */
.block-related {}
.block-related .block-title strong { background:url(../images/title_compare.png) no-repeat 0% 1px; padding:0 0 2px 23px; }
.block-related .block-subtitle { font-weight:normal; font-size:12px; padding:0 0 13px 0; }
.block-related .block-subtitle a { color:#fff; font-weight:bold; }
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; margin-right:-26px; }
.block-related .product { margin-left:26px; }
.block-related .product .product-image { float:left; margin-right:-70px; width:58px; height:52px; }
.block-related .product .product-details { margin-left:70px; }
.block-related .link-wishlist { color:#fff; }
.block-related .block-content li.item { padding:0 0 25px 0; }

/* Block: Compare Products */
.block-compare {}
.block-compare .block-content li.item { padding:0 0 15px 11px; background:url(../images/line.gif) no-repeat 0% 7px; }
.block-compare .block-content li.item a { color:#fff; }
.block-compare .btn-remove { margin-top:4px; }
.block-compare .block-title strong { background:url(../images/title_compare.png) no-repeat 0% 1px; padding:0 0 2px 23px; }
.block-compare .actions button span { background:url(../images/btn_compare1.gif) no-repeat 0% 0%; height:30px; line-height:28px; color:#1169BA; }
.block-compare .actions button span span { background:url(../images/btn_compare2.gif) no-repeat 100% 0%; }
.block-compare .actions a { color:#fff; margin:4px 0 0 0; }

/* Block: Recently Viewed */
.block-viewed {}
.block-viewed .block-content li.item { padding:0 0 15px 11px; background:url(../images/line.gif) no-repeat 0% 7px; }
.block-viewed .block-content li.item a { color:#fff; text-decoration:none; }
.block-viewed .block-content li.item a:hover { text-decoration:underline; }

.block-voordelen ul {padding:0 20px 28px 20px; font-size:12px; color:#fff; }
.block-voordelen li { padding:5px 0 5px 0; color:#fff; text-decoration:none; clear: left; height: 48px; line-height: 48px;}
.block-voordelen li.longer { line-height: 24px;}
.block-voordelen li div { width: 48px; height: 48px; float: left; margin-right: 5px; }
.block-voordelen li div.delivery {background: url('../images/delivery.png') no-repeat center;}
.block-voordelen li div.mastercard {background: url('../images/mastercard.png') no-repeat center;}
.block-voordelen li div.telephone {background: url('../images/telephone.png') no-repeat center;}
.block-voordelen li div.comments {background: url('../images/comments.png') no-repeat center;}
.block-voordelen li div.globe {background: url('../images/globe.png') no-repeat center;}



/* Block: Recently Compared */
.block-compared {}
.block-compared .block-content li.item { padding:0 0 15px 11px; background:url(../images/line.gif) no-repeat 0% 7px; }
.block-compared .block-content li.item a { color:#fff; text-decoration:none; }
.block-compared .block-content li.item a:hover { text-decoration:underline; }

/* Block: Poll */
.block-poll { background:url(../images/bg_poll2.png) no-repeat 0% 100%; }
.corner_top.block-poll { background:url(../images/bg_poll.png) no-repeat 0% 0% !important; width:220px; height:16px; font-size:0%; line-height:0%; }
.block-poll .block-title strong { background:url(../images/title_poll.png) no-repeat 0% 1px; padding:0 0 2px 23px; }
.block-poll label {}
.block-poll .block-subtitle { line-height:17px; padding:0 0 9px 0 !important;}
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:0 0 6px 0; }
.block-poll .actions { margin:5px 0 0; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }
.block-poll .actions { text-align:left; }
.block-poll .actions button span { background:url(../images/btn_vote.png) no-repeat; width:50px; height:30px; line-height:30px; font-size:12px; font-weight:bold; color:#1169BA; padding:0; text-align:center !important; }
.block-poll .actions button span span { background:none; padding:0; }

/* Block: Tags */
.block-tags { background:url(../images/bg_tags2.png) no-repeat 0% 100%; }
.corner_top.block-tags { background:url(../images/bg_tags.png) no-repeat 0% 0% !important; width:220px; height:16px; font-size:0%; line-height:0%; }
.block-tags .block-title strong { background:url(../images/title_tags.png) no-repeat 0% 2px; padding:0 0 2px 23px; }
.block-tags .block-title strong { color:#126FBF; }
.block-tags ul,
.block-tags li { display:inline; font-size:13px; line-height:20px; }
.block-tags li a { color:#54C4F6; }
.block-tags .actions { padding:12px 0 0 0; }
.block-tags .actions a { color:#54C4F6; }

/* Block: Subscribe */
.block-subscribe {}
.block-subscribe .input-box { background:url(../images/bg_newsletter.gif) no-repeat; width:168px; height:24px; margin:0 0 5px 0; padding:5px 0 0 9px; }
.block-subscribe .input-text { background:#fff; border:0; font-size:12px; color:#126FBF; width:157px; }
.block-subscribe .actions { text-align:left; }
.block-subscribe .actions button span { background:url(../images/btn_subscribe.gif) no-repeat; width:79px; height:30px; line-height:30px; font-size:12px; font-weight:bold; color:#1169BA; padding:0; text-align:center !important; }
.block-subscribe .actions button span span { background:none; padding:0; }

.safeshopsign { display: block; margin: 0 auto; text-align: center; padding-bottom: 35px; }

/* Block: Voordelen */
.block-voordelen { background: url("../images/bg_poll2.png") no-repeat scroll 0 100% transparent }
.corner_top.block-voordelen { background:url(../images/bg_poll.png) no-repeat 0% 0% !important; width:220px; height:15px; font-size:0%; line-height:0%; }

.block-beoordeling iframe { margin: 0 0 30px 5px; }
.corner_top.block-beoordeling { padding:0; }

/* Producten */
.abdoer-twist a { display: block; height: 0px !important; padding-top: 105px; width: 210px; background: url('../images/abdoer-twist.jpg'); overflow: hidden; margin: 0 auto 10px; }
.h2o-mop-ultra a { display: block; height: 0px !important; padding-top: 105px; width: 210px; background: url('../images/h2omopultra.jpg'); overflow: hidden; margin: 0 auto 10px; }

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

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

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

.block-progress .block-content dt, .block-progress .block-content dd { color: #222; }
.block-account .block-content a { color: #222; }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title {  }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products {}

/* View Type: Grid */
.products-grid { position:relative; margin:0 -20px 9px 0; }
.box-up-sell .products-grid { margin:0 -20px 9px -13px; }
.products-grid.last {  }
.products-grid li.item { float:left; width:239px; margin:0 9px 0 0; background:#ffffff url(../images/grid-new-bg.gif) no-repeat; }
.products-grid li.item .grid-new-bg { background:url(../images/grid-new-bg2.gif) no-repeat 0% 100%; padding:0 0 24px 0; }
.box-up-sell .products-grid li.item { float:left; width:231px; margin:0 8px 0 0; background:#DFF5FE url(../images/grid-new-bg-upsell.gif) no-repeat; }
.box-up-sell .products-grid li.item .grid-new-bg { background:url(../images/grid-new-bg2-upsell.gif) no-repeat 0% 100%; overflow:hidden; padding:0 0 24px 0; }
.products-grid .product-image { display:block; width:223px; height:172px; background:#fff; margin:0 auto; }
.products-grid .product-images-holder { text-align:center; margin-bottom:20px; }
.box-up-sell .products-grid .product-image { display:block; width:203px; height:172px; background:#fff; margin:0 auto; }
.box-up-sell .products-grid .product-images-holder { text-align:center; margin-bottom:20px; }
.products-grid .product-name { padding:18px 0 14px 18px; font-weight:bold; font-size:13px; text-transform:uppercase; }
.products-grid .product-name a { color:#0A75E0; text-decoration:none; }
.products-grid .product-name a:hover { text-decoration:underline; }
.products-grid .price-box { background: none repeat scroll 0 0 #FFFFFF; -moz-border-radius: 10px; border-radius: 10px; float: left; height: 44px; margin: 0 0 0 15px; text-align: center; width: 203px; }
.products-grid .price-box .price { float:left; background:url(../images/price_right.gif) no-repeat 100% 0%; height:44px; line-height:44px; font-size:20px; font-weight:bold; color:#57C6F7; padding:0 15px 0 15px; }
.products-grid .availability { line-height:21px; }
.products-grid button { float:right; margin:10px 18px 0 0; }
.products-grid button.button span { float:left; height:29px; background:url(../images/button1.gif) 0 0 no-repeat; font:bold 12px/27px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
.products-grid button.button span span { background:url(../images/button2.gif) 100% 0 no-repeat; padding:0 15px 0 15px; }
.products-grid .actions {  }
.products-grid .ratings { width:95px; margin:0 auto 14px auto; }
.products-grid .amount a { color:#54ACFB; text-decoration:none; }
.products-grid .amount a:hover { text-decoration:underline; }
.products-grid .add-to-links { text-align:center; clear:both; padding:14px 0 0 0; }
.products-grid .add-to-links li { display:inline; }
.products-grid .add-to-links li .separator { display:inline; }

/* View Type: List */
.products-list li.item { background:#F0FAFF url(../images/list_bg1.gif) no-repeat; margin:0 0 10px 0; }
.products-list li.item .list-new-bg { background:url(../images/list_bg2.gif) no-repeat 0% 100%; padding:23px 30px 16px 23px; }
.products-list li.item.last {  }
.products-list .product-image { float:left; width:223px; height:172px; background:#fff; }
.products-list .product-shop { margin-left:246px; }
.products-list .product-name { padding:9px 0 16px 0; font-weight:bold; font-size:13px; text-transform:uppercase; }
.products-list .product-name a { color:#0A75E0; text-decoration:none; }
.products-list .product-name a:hover { text-decoration:underline; }
.products-list .ratings { margin:0 0 17px 0; }
.products-list .rating-links { clear:both; padding:12px 0 0 0; }
.products-list .rating-links a { display:block; color:#54ACFB; }
.products-list .rating-links .separator { display:none; }
.products-list .price-box { float:left; background:#fff url(../images/price_left.gif) no-repeat; height:44px; margin:0 50px 0 0; }
.products-list .price-box .price { float:left; background:url(../images/price_right.gif) no-repeat 100% 0%; height:44px; line-height:44px; font-size:20px; font-weight:bold; color:#57C6F7; padding:0 15px 0 15px; }
.products-list button { float:left; margin:10px 0 0 0; }
.products-list button.button span { float:left; height:29px; background:url(../images/button1.gif) 0 0 no-repeat; font:bold 12px/27px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
.products-list button.button span span { background:url(../images/button2.gif) 100% 0 no-repeat; padding:0 15px 0 15px; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:24px 0 0; margin:0 0 15px; line-height:1.35; }
.products-list .desc .link-more {  }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }

.products-grid-new { overflow:hidden; margin:0 -20px 0 0; }
.products-grid-new li.item { float:left; width:239px; margin:0 9px 0 0;}
.products-grid-new li.item.left { clear: both;}
.products-grid-new li.item:hover { background:none; }
.products-grid-new li.item:hover .grid-new-bg { background:none; }
.products-grid-new .product-images-holder { padding:8px 0 2px 8px; text-align: center; }
.products-grid-new .new-bg-space2 { padding:17px 0 18px 10px; overflow:hidden; }
.products-grid-new .new-bg-space2 p.voorraadtruck { margin-top: 3px; }
.products-grid-new .new-bg-space2 span.green { background: url(../images/bullet_green2.png) no-repeat; padding-left: 10px; }
.products-grid-new .new-bg-space2 span.red { background: url(../images/bullet_red.png) no-repeat; padding-left: 10px; }
.products-grid-new .new-bg-space2 span.yellow { background: url(../images/bullet_yellow2.png) no-repeat; padding-left: 10px; }
.products-grid-new .new-bg-space2 span.truck { background: url(../images/truck.png) no-repeat; padding-left: 17px; }
.products-grid-new li.item:hover .new-bg-space2 span.voorraad { color: #ffffff; }
.products-grid-new li.item:hover .new-bg-space { background:#0D6FD3 url(../images/bgs_new.gif) no-repeat; }
.products-grid-new li.item:hover .new-bg-space2 { background:url(../images/bgs_new2.gif) no-repeat 0% 100%; }
.products-grid-new .product-name { padding:0 20px 5px 0; font-size:13px; font-weight:bold; text-transform:uppercase; }
.products-grid-new .product-name a { color:#0A75E0; text-decoration:none; }
.products-grid-new .short {padding-bottom: 10px; color: #0A75E0}
.products-grid-new li.item:hover .product-name a { color:#fff; }
.products-grid-new li.item:hover .short { color:#fff; }
.products-grid-new .product-name a:hover { text-decoration:underline; }
.products-grid-new .descr { padding:0 40px 12px 0; line-height:17px; font-size:12px; color:#54ACFB; }
.products-grid-new li.item:hover .descr { color:#fff; }
.products-grid-new .price-box { background:url(../images/new_price_bg.gif) no-repeat; float:left; width:225px; height:44px; text-align:center; } /* ORGINIAL 220PX XG*/
.products-grid-new li.item:hover .price-box { background:#FFFFFF; -moz-border-radius: 10px; border-radius: 10px; }
.products-grid-new .price { font-size:20px; font-weight:bold; color:#57C6F7; line-height:44px; }
.products-grid-new li.item:hover .price { }
.products-grid-new button { float:right; margin:14px 18px 0 0; }
.products-grid-new .btn-cart { float:none; }
.products-grid-new .btn-info{ float:none;}
.products-grid-new .btn-cart span, #clerk-search-results .btn-cart span { background:url(../images/btn_add_cart_new.png) no-repeat; height:29px; line-height:27px; font-size:12px; font-weight:bold; color:#fff; text-align: left; width: 110px;}
.products-grid-new .btn-info span, #clerk-search-results .btn-info span { background:url(../images/btn_view_info.png) no-repeat; height:29px; line-height:27px; font-size:12px; font-weight:bold; color:#fff; text-align: left; width: 67px; !important }
.products-grid-new li.item:hover .btn-cart span, #clerk-search-results li.item:hover .btn-cart span { background:url(../images/btn_add_cart_new_hover.png) no-repeat !important; }
.products-grid-new li.item:hover .btn-info span, #clerk-search-results li.item:hover .btn-info span { background:url(../images/btn_view_info_hover.png) no-repeat !important; }
.products-grid-new button span span { padding:0 33px 0 16px; background:none; }
#clerk-search-results .grid-new-bg {height: 300px; }

.gender-choice { padding-left: 110px; }
.gender { color: #0753A6; font-size: 36px; display: block; float: left; padding: 0 0 0 110px; }
.products-action-new { overflow:hidden; margin:0 -20px 0 0; list-style:none!important;}
.products-action-new li.item { margin:0 9px 0 0; clear: both; border-bottom: 1px solid #0753A6; }
.products-action-new li.item:hover { background:none; }
.products-action-new li.item:hover .action-new-bg { background:none; }
.products-action-new li .count { float: left; font-size: 72px; color: #0753A6; margin-top: 40px; text-align: center; width: 100px; }
.products-action-new li .action-clear { clear:both; }
.products-action-new a.product-image { float: left; margin-left: 50px; }
.products-action-new .new-bg-space2 { padding:27px 0 18px 10px; overflow:hidden; float: right; width: 250px; }
.products-action-new .new-bg-space2 p.voorraadtruck { margin-top: 3px; }
.products-action-new .new-bg-space2 span.green { background: url(../images/bullet_green2.png) no-repeat; padding-left: 10px; }
.products-action-new .new-bg-space2 span.red { background: url(../images/bullet_red.png) no-repeat; padding-left: 10px; }
.products-action-new .new-bg-space2 span.yellow { background: url(../images/bullet_yellow2.png) no-repeat; padding-left: 10px; }
.products-action-new .new-bg-space2 span.truck { background: url(../images/truck.png) no-repeat; padding-left: 17px; }
.products-action-new .product-name { padding:0 20px 5px 0; font-size:13px; font-weight:bold; text-transform:uppercase; }
.products-action-new .product-name a { color:#0A75E0; text-decoration:none; }
.products-action-new .short {padding-bottom: 10px; color: #0A75E0}
.products-action-new .product-name a:hover { text-decoration:underline; }
.products-action-new .descr { padding:0 40px 12px 0; line-height:17px; font-size:12px; color:#54ACFB; }
.products-action-new .price-box { background:url(../images/new_price_bg.gif) no-repeat; float:left; width:220px; height:44px; text-align:center; }
.products-action-new .actions { clear: both;}
.products-action-new .price { font-size:20px; font-weight:bold; color:#57C6F7; line-height:44px; }
.products-action-new button { float:right; margin:14px 18px 0 0; }
.products-action-new .btn-cart { float:none; }
.products-action-new .btn-info{ float:none;}
.products-action-new .btn-cart span { background:url(../images/btn_add_cart_new.png) no-repeat; height:29px; line-height:27px; font-size:12px; font-weight:bold; color:#fff; text-align: left; width: 110px;}
.products-action-new .btn-info span { background:url(../images/btn_view_info.png) no-repeat; height:29px; line-height:27px; font-size:12px; font-weight:bold; color:#fff; text-align: left; width: 67px;}
.products-action-new button span span { padding:0 33px 0 16px; background:none; }

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


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

.ratings { line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:75px; height:14px; font-size:0; line-height:0; background:url(../images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:14px; background:url(../images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount {}

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

/* 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 span,
.availability-only a { cursor:help; }
.availability-only a { background:url(../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 { padding:0 0 12px 0; }

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

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

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

/* 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; font-size: 14px;}

/* Special price */
.special-price {}
.special-price .price-label { font-weight:bold; white-space:nowrap; }
.special-price .price { font-weight:bold; font-size: 18px; color: #F91E2E}

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

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

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

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .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 {}
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

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

/* Tier Prices */
.tier-prices .price { color:#E42533 !important; font-weight:normal !important; font-size:11px !important; text-decoration:underline; }
.tier-prices .benefit { color:#E42533; font-weight:bold; }
.tier-prices { margin:0 0 27px 0; }
.tier-prices li { background:#fff; padding:4px 0 4px 15px; font-size:11px; margin:0 0 1px 0; width:205px; }

.tier-prices-grouped {}

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

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; }
.add-to-cart .qty { float:left; }
.add-to-cart button.button { float:left; margin-left:5px; }
.add-to-cart .paypal-logo { clear:left; }

/* Add to Links + Add to Cart */
.add-to-box { padding: 15px; border: 1px solid #0A75E0; background: #e3f6ff; width: 250px; }
.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-view { color: #000000; background: #ffffff;}

.product-essential { margin:0 0 0 0; }

.product-collateral .box-collateral { margin:0 0 25px; }
.product-collateral .box-collateral h2 { font-size:13px; font-weight:bold; color:#0A75E0; text-transform:uppercase; padding:27px 0 25px 0; border-top:solid 1px #D6E9F2; }

/* Product Images */
.product-view .product-img-box { float:left; width:263px; }
.product-view .product-img-box .product-image { border:1px solid #D6E9F2; background:#FFF; text-align: center;}
.product-view .product-img-box .product-image-zoom { position:relative; width:261px; height:261px; overflow:hidden; z-index:9; background:#fff; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { padding:17px 0 16px 0; }
.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.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:33px; 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 h2 { padding:13px 0 22px 0; font-size:13px; font-weight:bold; color:#0A75E0; text-transform:uppercase; }
.product-view .product-img-box .more-views ul { margin: 5px 0 0 -20px }
.product-view .product-img-box .more-views li { float:left; background-color:#fff; border:solid 1px #D6E9F2; margin:0 0 8px 20px ; }

.product-image-popup { margin:0 auto; }
.product-image-popup .nav { text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}

/* Product Shop */
.product-view .product-shop { float:right; width:397px; }
.product-view .product-shop .product-name h1 { padding:4px 0 15px 0; font-size:30px; font-weight:bold; color:#0A75E0; text-transform:uppercase; }
.product-view .product-shop .ratings { margin:0 0 14px 0; }
.product-view .product-shop .rating-links { padding:0 0 0 114px; }
.product-view .product-shop .rating-links .rev_link2 { color:#54ACFB; }
.product-view .product-shop .price-box { float:none; background:#FFFFFF; -moz-border-radius:10px; border-radius: 10px; padding-left:10px; height:44px; margin:0 39px 0 0; }
.product-view .product-shop .price-box .price { float:left; background:url(../images/pr_info2.gif) no-repeat 100% 0%; height:44px; line-height:44px; font-size:20px; font-weight:bold; color:#57C6F7; padding:0 15px 0 15px; }
.product-view .product-shop table.voorraadtruck {  }
.product-view .product-shop table.voorraadtruck td { height:20px; }
.product-view .product-shop span.green { background: url(../images/bullet_green.png) no-repeat; padding-left: 20px; }
.product-view .product-shop span.red { background: url(../images/bullet_red2.png) no-repeat; padding-left: 20px; }
.product-view .product-shop span.yellow { background: url(../images/bullet_yellow.png) no-repeat; padding-left: 20px; }
.product-view .product-shop span.truck { background: url(../images/truck.png) no-repeat; padding-left: 20px; }

.product-view .product-shop .availability { float:left; padding:13px 0 0 0; }
.product-view .product-shop .availability span { font-weight:normal; }
.product-view .product-shop .clear { height:19px !important; }
.product-view .product-shop .add-to-cart label,
.product-view .product-options-bottom .add-to-cart label {
	 margin:5px 10px 0 0;
}
.product-view .product-shop .add-to-cart .qty,
.product-view .product-options-bottom .add-to-cart .qty {
	width:43px; height:18px; border:solid 1px #D6E9F2;
}
.product-view .product-shop .add-to-cart button.button,
.product-view .product-options-bottom .add-to-cart button.button {
 	margin-left:15px;
}
.product-view .product-shop .add-to-cart button.button span,
.product-view .product-options-bottom .add-to-cart button.button span {
	background: url("../images/btn_add_cart_new_medium.png") no-repeat scroll 0 0 transparent; height: 35px; width: 150px; line-height: 35px; text-align: left
}
.product-view .product-shop .add-to-cart button.button span span,
.product-view .product-options-bottom .add-to-cart button.button span span {
	background: none repeat scroll 0 0 transparent; padding: 0 33px 0 11px;
}
.product-view .product-shop .add-to-box .or { margin:3px 15px; }
.product-view .product-shop .add-to-box .add-to-links { margin:-4px 0 0 0; }
.product-view .short-description h2 { padding:0px 0 14px 0; font-size:13px; font-weight:bold; color:#0A75E0; text-transform:uppercase; }
.product-view .no-rating { padding-bottom:13px; }
.product-view .product-shop .social-media { margin-top: 30px; }

/* Product Options */
.product-options { padding:10px; margin:10px 0 0; border:1px solid #ddd; }
.product-options dt label { font-weight:bold; }
.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:10px 0; }
.product-options dl.last dd.last {}
.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 input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }


.product-options-bottom { padding:10px; border:1px solid #ddd; border-top:0; }
.product-options-bottom .price-box { margin:10px 0; }
.product-options-bottom .add-to-cart { margin:10px 0; }

/* Grouped Product */
.product-view .grouped-items-table { margin:10px 0 0 0; }
.product-view .grouped-items-table .price-box { margin:0 !important; }

/* Block: Description */
.product-view .box-description {}
.product-view .box-description .std p { padding-bottom:13px; }

/* Block: Additional */
.product-view .box-additional {}

/* Block: Upsell */
.product-view .box-up-sell {}
.product-view .box-up-sell .products-grid td { width:25%; }

/* Block: Tags */
.product-view .box-tags {}
.product-view .box-tags h3 { font-size:12px; font-weight:normal; padding:0 0 14px 0; }
.product-view .box-tags .product-tags { margin:0 0 14px 0; }
.product-view .box-tags .product-tags li { display:inline; background:url(../images/tag_sp.gif) no-repeat 100% 3px; padding:0 12px 0 0; margin:0 17px 0 0; }
.product-view .box-tags .product-tags li.last { background:none !important; }
.product-view .box-tags .product-tags li a { color:#55AFFB; text-decoration:none; }
.product-view .box-tags .product-tags li a:hover { text-decoration:underline; }
.product-view .box-tags .form-add label { display:block; padding:0 0 1px 0; }
.product-view .box-tags .form-add .input-box { float:left; width:604px; }
.product-view .box-tags .form-add input.input-text { width:590px; height:18px; border:solid 1px #D6E9F2; }
.product-view .box-tags .form-add button { margin:0 -15px 0 0; }
.product-view .box-tags p { clear:both; padding:12px 0 0 0; }

/* Block: Reviews */
.product-view .box-reviews {}
.product-view .box-reviews dd,.product-view .box-reviews h3,.product-view .box-reviews h4 { padding-bottom:13px; }
.product-view .box-reviews .data-table { margin-bottom:13px; }
.product-view .box-reviews .input-box { width:100%; }
.product-view .box-reviews .input-text, .product-view .box-reviews textarea { width:99%; }
.product-view .box-reviews .buttons-set button { float:left; }
.product-view .box-reviews .form-add {}

/* Send a Friend */
.send-friend {}
.send-friend .buttons-set button { margin-left:10px; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { font-size:1em; font-weight:normal; }
.product-name a {}

/* Product Tags */
.tags-list li { display:inline; font-size:13px; }

/* Advanced Search */
.advanced-search {}
.advanced-search-amount { padding-bottom:13px; padding-left:20px; }
.advanced-search-summary { padding-bottom:13px; padding-left:20px; }

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

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

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


/* Shopping Cart ========================================================================= */
.cart { color: #000;}

/* Checkout Types */
.cart .checkout-types { text-align:right; margin:10px 0 21px 0; }
.cart .checkout-types li { }
.cart .checkout-types li button { height:39px; }
.cart .checkout-types li button span { background:url(../images/btn_proceed.png) no-repeat; height:39px; line-height:37px; font-size:13px; text-transform:uppercase; }
.cart .checkout-types li button span span { background:url(../images/btn_proceed2.png) no-repeat 100% 0%; padding:0 12px 0 12px; }
.cart .checkout-types li button:hover span { background:url(../images/btn_proceed_hover.png) no-repeat;}
.cart .checkout-types li button:hover span span { background:url(../images/btn_proceed2_hover.png) no-repeat 100% 0%; }

/* One Step Checkout */
#onestepcheckout-form .orange.onestepcheckout-button,
#onestepcheckout-form .orange.onestepcheckout-button:visited {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	-webkit-box-shadow: 0 0 0 0;
}
#onestepcheckout-form .orange.onestepcheckout-button span { background:url(../images/btn_proceed.png) no-repeat; height:39px; line-height:37px; font-size:13px; text-transform:uppercase; display: block;}
#onestepcheckout-form .orange.onestepcheckout-button span span { background:url(../images/btn_proceed2.png) no-repeat 100% 0%; padding:0 12px 0 12px; display: block;}
#onestepcheckout-form .orange.onestepcheckout-button:hover span { background:url(../images/btn_proceed_hover.png) no-repeat;}
#onestepcheckout-form .orange.onestepcheckout-button:hover span span { background:url(../images/btn_proceed2_hover.png) no-repeat 100% 0%; }


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

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:28px 0 0; }
.cart .cart-collaterals .col2-set { float:left; width:554px; }
.cart .cart-collaterals .col-1 { float:left; width:223px; }
.cart .cart-collaterals .col-2 { float:right; width:311px; }

.cart .crosssell { clear:both;border:solid 1px #D6E9F2; padding:13px 13px 5px 15px; }
.cart .crosssell h2 { font-size:13px; padding:0 10px 13px 0; }
.cart .crosssell .product-image { /*float:left;*/ width:88px; height:107px; background:#fff; }
.cart .crosssell .product-details { /*margin-left:104px;*/ }
.cart .crosssell .product-name { padding:0 0 0 0;font-size: 15px; }
.cart .crosssell .product-name a { color: rgb(10, 117, 224); text-decoration:none;font-weight: bold; }
.cart .crosssell .product-name a:hover { text-decoration:underline; }
.cart .crosssell .price-box { margin:0 0 11px 0; }
/*.cart .crosssell .price { font-size:12px; font-weight:normal !important; color:#E42533; }*/
.cart .crosssell .old-price .price { color: rgb(87, 198, 247); }
.cart .crosssell button { margin:0 0 10px 0; }
.cart .crosssell button.button span { float:left; height:29px; background:url(../images/button1.gif) 0 0 no-repeat; font:bold 12px/27px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
.cart .crosssell button.button span span { background:url(../images/button2.gif) 100% 0 no-repeat; padding:0 12px 0 12px; }
.cart .crosssell li.item { border-bottom:solid 1px #D6E9F2; padding:0 0 13px 0; margin:0 0 19px 0; }
.cart .crosssell li.last { border-bottom:0 !important; padding:0 0 13px 0; margin:0 !important; }

.cart .crosssell td { width: 275px; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping { border:solid 1px #D6E9F2; padding:12px 0 18px 16px; margin:0 10px 20px 0; overflow:hidden; }
.cart .discount h2,
.cart .shipping h2 { padding:0 0 13px 0; font-size:13px; font-weight:bold; text-transform:uppercase; color:#0A75E0; }

.cart .discount label { display:block; padding-bottom:2px; }
.cart .discount .input-box { float:left; width:176px; }
.cart .discount .input-text { border:solid 1px #D6E9F2; width:161px; height:18px; }
.cart .discount .buttons-set { clear:none; float:left; padding:0; }

.cart .shipping p { padding:0 0 8px 0; }
.cart .shipping .form-list label {
color:#54ACFB;
font-weight:normal;
padding:0 0 2px 0;
}
.cart .shipping .form-list select {
border:solid 1px #D6E9F2;
font-size:11px;
color:#54ACFB;
}
.cart .shipping .form-list input.input-text {
border:solid 1px #D6E9F2;
font-size:11px;
color:#54ACFB;
}
.cart .shipping .buttons-set button { float:left; }

/* Shopping Cart Totals */
.cart .totals { float:right; width:345px; background:#fff; border:solid 1px #D6E9F2; padding:18px 0 7px 0;margin-bottom: 2em; }
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:0 0 12px 0; font-weight:normal; }
.cart .totals table td strong { font-weight:normal; }
.cart .totals table th { font-weight:normal; }
.cart .totals table tfoot th {}
.cart .totals .checkout-types { text-align:center; margin:0; }
.cart .totals .checkout-types li { padding:0 0 17px 0; }
.cart .totals .grndttl { width:150px; padding-left:17px !important; }
.cart .totals .grndttl .price { color:#E42533; }

/* 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; }

.free-shipping {
    border: solid 1px #D6E9F2;
    padding: 12px 0 18px 16px;
}

.col-right .form-search {
	background: url("../images/bg-search-right.png") no-repeat scroll 0 0 transparent;
	height: 35px;
	padding-left: 5px;
    padding-top: 3px;
}

.col-right .form-search .input-box{
	float: left;
	padding-right: 10px;
}
.col-right .form-search .input-box #search {
	width: 137px;
	height: 20px;
	border: 0 none;
}

.col-right .form-search .button{
	float: left;
	margin-top: 1px;
}

.col-right .form-search button span {
	background: url("../images/btn_search.gif") no-repeat scroll 0 0 transparent;
	height: 21px;
}

.col-right .form-search button span span{
 	padding: 0 8px;
}

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


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

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

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

.please-wait { float:right; margin-right:5px; font-size:12px; font-weight:bold; color:#54ACFB; }
.please-wait img { vertical-align:middle; }
.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:15px; height:15px; background:url(../images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages { padding:13px 0; }
.gift-messages-form {  }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 {}
.gift-messages-form .whole-order {}
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name {}

.gift-message-link { display:block; background:url(../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 > */

/* One Page Checkout */
.block-progress { }
.block-progress .block-title strong { background:url(../images/title_compare.png) no-repeat 0% 1px; padding:0 0 2px 23px; }
.block-progress dt { border-bottom:solid 1px #ADE4FC; padding:12px 0; }
.block-progress dt.last { border-bottom:0 !important; }
.block-progress dd { border-bottom:solid 1px #ADE4FC; padding:18px 0; }
.block-progress dt.complete,
.block-progress dd.complete {  }

.opc { position:relative; }
.opc li.section { border-top:1px solid #D6E9F2; border-bottom:0; }
#opc-billing { border:0 !important;}

.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }

.opc .step-title { padding:13px 0 13px 28px; text-align:right; }
.opc .step-title .number { float:left; line-height:18px; width:18px; height:18px; border:solid 1px #0A75E0; font-size:12px; font-weight:bold; color:#0A75E0; text-align:center; margin-right:10px; }
.opc .step-title h2 { float:left; font-size:12px; font-weight:bold; padding:2px 0 0 0; }
.opc .step-title a { display:none; float:right; }

.opc .allow .step-title { cursor:pointer; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active {}
.opc .active .step-title { cursor:default; }
.opc .active .step-title .number { background:#0A75E0; color:#fff; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { border-top:1px solid #D6E9F2; padding:20px 25px; position:relative; }
.opc .step .tool-tip { right:10px; }

.opc .order-review {}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.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; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login {}
.account-login h2,.account-login p { padding-bottom:13px; }
.account-login .new-users {}
.account-login .registered-users {}

.account-create {}
/* Account Login/Create Pages ============================================================ */


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

/********** < Dashboard */
.dashboard {}
.dashboard h2,.dashboard h3,.dashboard h4,.dashboard h5,.dashboard .col2-set { padding-bottom:13px; }
.dashboard .welcome-msg { padding-bottom:13px; }

/* Block: Recent Orders */
.dashboard .box-recent { margin:10px 0; }

/* Block: Account Information */
.dashboard .box-info {}

/* Block: Reviews */
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-reviews .details { margin-left:20px; }

/* Block: Tags */
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-tags .details { margin-left:20px; }
/********** Dashboard > */

/* Address Book */
.addresses-list {}
.addresses-list-additional li.item {}

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

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

.order-info-box {}

.order-items { width:100%; overflow-x:auto; }

.order-gift-message { margin:15px 0; }
.gift-message dt strong { color:#666; }
.gift-message dd { margin:5px 0 0; font-size:13px; }

.order-about { margin:15px 0; }
.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 th,
.tracking-table td { padding:1px 5px 0 0; }

.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; }
/* 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 */
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 {}
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer-links-container { float: right;}
.footer-links-container.left { float: left; }
.footer-container { hdeight:289px; background:url(../images/footer.gif) #05376f repeat-x; clear: both;}
.footer { width:987px; margin:0 auto; padding:20px 0 0 0px; }
.footer p { text-align:right; }
.footer address { display:block; padding:5px 0 0 0; font-size:12px; color:#ffffff; }
.footer address a { color: #4CC4FE; }
.footer p.copyright { color: #ffffff; text-align: center!important; margin: 20px 0; }
/*
.footer ul { float:left; }
.footer ul li { display:inline; font-size:12px; font-weight:bold; padding:0 22px 0 0; }
.footer ul li a { color:#fff; text-decoration:none; }
.footer ul li a:hover { text-decoration:underline; }*/
.footer-container .bottom-container { text-align:center; }
.currencies { padding:0; overflow:hidden; }
.currencies label { font-size:12px; font-weight:bold; color:#fff; float:left; padding:1px 0 0 0; width:76px; }
.currencies select { background:#fff; width:100px; border:0; font-size:11px; color:#00B6F8; float:left; }
.form-language { padding:6px 0 0 0; overflow:hidden; }
.form-language label { font-size:12px; font-weight:bold; color:#fff; float:left; padding:1px 0 0 0; width:76px; }
.form-language select { background:#fff; width:100px; border:0; font-size:11px; color:#00B6F8; float:left; }

#footer-logo-block {margin: 7px 0 0; background: url("../images/under.png") no-repeat; width: 987px; height: 84px; float: left;}
#footer-logo-block .safeshop { display: block; width: 100px; height: 47px; margin: 18px 0 0 857px; }

/*.footer-block { margin:0 auto; width:987px; height:182px; background:url(../images/footer_block.png) no-repeat; position:relative; z-index:10; }*/
.footer-block { float:left; margin-left:15px; text-align: left; width: 182px; }
.bestsellers .footer-block ul li a { color: #ffffff; overflow: hidden; }
.bestsellers .footer-block span { font-size: 20px; }
.footer-block.first {margin: 0;}
.footer-block span {display: block; font-size: 13px; font-weight: bold; margin-bottom: 5px; color: #ffffff; line-height: 20px; }
.footer-block a {color: #4CC4FE;}
.footer-block ul {display: inline; color: #4CC4FE;}
.footer-block li {display: block; margin: 0 3px 0 0; padding: 0 5px 5px 0; clear: both;}
.footer-block li a { overflow: hidden; height: 15px; }
.foot_col1 { float:left; padding:28px 0 0 28px; }
.foot_col2 { float:right; width:200px; padding:25px 0 0 0; }
.foot_col1 ul { float:left; }
.foot_col1 ul li { background:url(../images/dot.gif) no-repeat 0% 7px; padding:0 0 8px 11px; font-size:12px; }
.foot_col1 ul li a { color:#fff; text-decoration:none; }
.foot_col1 ul li a:hover { text-decoration:underline; }
.flinks1 { width:243px; }
.flinks2 { width:252px; }
.flinks3 {  }
.need_help { padding:15px 0 0 0; font-size:13px; color:#fff; }
.need_help strong { padding:0 5px 0 0; }
.need_help span { padding:0 0 0 10px; font-weight:bold; }
/* ======================================================================================= */


/* 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 .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 { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

.clear { clear:both; height:1px; font-size:0%; line-height:0%; }
.banner_main { padding-bottom:12px; }

.bg_new { background:url(../images/bg_new.png) no-repeat; width:756px; height:13px; font-size:0%; line-height:0%; }
.bg_new2 { background:url(../images/bg_new2.png) no-repeat; width:756px; height:15px; font-size:0%; line-height:0%; }
.bg_new_cont { background:#fff; padding:0 10px; }

#checkout-step-billing .form-list,#checkout-step-shipping .form-list { margin:0 -200px 0 0; }
#checkout-step-billing .form-list .field,#checkout-step-shipping .form-list .field { float:left; width:400px; }
#checkout-step-billing .form-list input.input-text,#checkout-step-shipping .form-list input.input-text { width:278px; }
#checkout-step-billing .form-list li.wide input.input-text,#checkout-step-shipping .form-list li.wide input.input-text { width:678px; }
#checkout-step-billing .form-list select,#checkout-step-shipping .form-list select { width:284px; }
#checkout-step-billing .control { float:left; padding:0 48px 0 0; }

.my-wishlist .buttons-set button { margin-left:10px; }
.my-wishlist textarea { width:99%; }
.my-wishlist .product-name { padding:13px 0; }

.product-view .product-shop .price-box .old-price .price { float: none; font-size: 14px; padding-left: 5px; }
.product-view .product-shop .price-box .special-price .price { color: #E42533;	float: none; font-size: 18px; padding-left: 5px; }
.products-grid .price-box .old-price .price { float: none; font-size: 14px; margin-right: 5px; padding: 0; }
.products-grid .price-box .special-price .price { color: red; float: none; font-size: 18px; padding: 0; }

ul.media_tabs{list-style: none;}
.media_tabs li{cursor: pointer; float: left; background: url(../images/btn_add_info_red.png) no-repeat scroll 0 0 transparent; margin-left: 15px; height: 24px; width: 91px; text-align: center;}
.media_tabs li span { color: white; font: bold 12px/24px Arial,Helvetica,sans-serif; white-space: nowrap;}
.media_tabs li.active { cursor: default; background: url(../images/btn_add_info_hover.gif) no-repeat scroll 0 0 transparent;}
.media_tabs li:hover{background: url(../images/btn_add_info_hover.gif) no-repeat scroll 0 0 transparent;}
.media_box {padding: 10px 0;clear: both;}

#product-image-page { overflow: hidden; }

#frame{ text-align:left; width:680px; height:60px; padding-bottom: 20px; }
#frame div{ position:absolute; }
#top-left{ margin-top:0px; margin-left:0px; width:10px; height:10px; display:none;}
#top-center{ margin-top:0px; margin-left:10px; width:660px; height:10px; display:none;}
#top-right{	margin-top:0px; margin-left:670px; width:10px; height:10px; display:none;}
#middle-left{ margin-top:10px; margin-left:0px; width:10px; height:60px; display:none;}
#middle-center{ margin-top:10px; margin-left:10px; width:658px; height:60px;}
#middle-right{ margin-top:10px; margin-left:670px; width:10px; height:60px; display:none;}
#bottom-left{ margin-top:290px; margin-left:0px;width:10px;height:30px; display:none;}
#bottom-center{ margin-top:290px;margin-left:10px;width:660px;height:30px; display:none;}
#bottom-right{ margin-top:290px;margin-left:670px;width:10px;height:30px; display:none;}

.slide{	position:absolute; text-align:left; width:647px; height:60px; padding:5px; margin:0px; background:#FFFFFF; color:#2f2f2f; font:12px/1.55em arial, helvetica, sans-serif;}
.slide * { margin:0 ; padding:0; }
.slide table { margin: auto; padding: auto; }
.slide h1, .slide h2, .slide h3, .slide h4{ color:#e65505; text-transform:uppercase; }
.slide h1 { font-size:2em; line-height:1.17; }
.slide h2 { font-size:1.5em; }
.slide h3 { font-size:1.35em; }
.slide h4 { font-size:1.05em; }
.slide h5 { font-size:1.05em; }
.slide h6 { font-size:.95em; }

.slide a { color:#1e7ec8; text-decoration:underline; }
.slide a:hover { color:#1e7ec8; text-decoration:underline; }
.slide a img { border:0;}

#slide-content{ text-align:left; margin-top:1px; margin-left:1px; width:657px; height:60px; overflow:hidden; }
#slide-commands{ position:absolute; text-align:center; width:660px; margin-top:258px; margin-left:-1px; padding-top:2px; z-index:5; background:#fff; display: none;}
#slide-commands a{ display:inline-block; text-decoration: none; margin:2px; overflow:visible; width:auto; padding:1px 8px; color:#fff; border:1px solid #de5400; font:bold 12px arial, sans-serif !important; cursor:pointer; text-align:center; vertical-align:middle; }

#cart-sidebar li.item { background: none repeat scroll 0 0 #FFFFFF; -moz-border-radius: 10px; border-radius: 10px; margin-bottom:5px; color: #000; padding: 5px;}
#cart-sidebar .product-name a { color: #FF0000;}

.category-products .sorter, .category-products .sorter .sort-by select {color: #000}

.afterpay-banner {
	margin-bottom: 10px;
}
#cd{
	margin: 0 auto;
	width: 100%;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 6px;
	font-size: 14px;
}

.banner-bottom b, .banner-bottom span {
	color: #3485b3;
}

.clock{
	margin-top: -1px;
	margin-right: 5px;
	max-height: 20px;
}

/* --- Dailydeal --- */
.dailydeal-usp {
    list-style-image: url(../yea.gif);
    padding-left: 60px;
    /*margin-left: 60px;*/
    font-size: 1.45em;
    line-height: 39px;
    vertical-align:middle;
}
/* end dailydeal */

/* U bespaard blok */
.yousave{
	display: none;
	margin-left: 10px;
}

.product-essential .yousave{
	display: block!important;
}
/* end u bespaard */

span.arrow{
	display: inline!important;
	cursor: pointer;
}

/* --- LIGTBOX --- */
#outerImageContainer, #imageDataContainer{
	width: auto!important;
	height: auto!important;
	max-width: 850px!important;
	max-height: 850px!important;
}

#lightbox img {
	width: auto!important;
	height: auto!important;
	max-width: 800px!important;
	max-height: 800px!important;
}
/* --- END LIGTBOX --- */

.extra-button{
	background:url(/skin/frontend/default/theme018k/images/extra-button4.png) no-repeat; height:75px; width: 518px; line-height:27px; font-weight:bold; color:#fff; text-align: left; width: 650px; border: none; padding-left: 70px; font-size: 35px; margin: 15px auto 15px auto; cursor: pointer;}
}

/* countdown productpagina */
tr#countdown {
	margin-bottom: 10px;
}

div#banner-telefoon{
	width: 100%; margin:0 auto; padding-top: 7px; padding-bottom: 7px;font-size: 14px;text-align: center;
}

div#banner-telefoon img{
	max-height: 18px;
}

div#banner-telefoon a{
	color: black;
}

#footer-top {
  padding-top: 10px;
  background-color: #da202e;
  height: 40px;
  border-bottom: 2px solid white;
  padding-bottom: 10px;
  width: 100%;
}

#footer-top img {
  max-height: 40px;
  margin-right: 25px;
}

#footer-img{
	width: 960px;
	margin: 0 auto;
}


/*responsive*/
@media only screen and (max-width: 479px) {
		
}

@media only screen and (min-width: 1px) and (max-width: 479px) {
	
	.top-banner{
		height: 40px!important;
		background-image: url('http://www.bekendvanpc.nl/media/bvpc2.png');
		background-size: 730px;
	}
	
	.top-banner img{
		display: none!important;
	}
	
	.top_text{ font-size: 11px!important;}
	.wrapper{  min-width: 300px!important;}
	
	.header-container .banner-top .right-side{
		min-width: 300px!important;
		background: none;
		font-size: 0px!important; 
	}
	
	.col-right,
	.banner-bottom,
	.extra-button,
	.test,
	.checkoutbullets,
	.bestsellers,
	#bannerz{
		display: none!important; 
	}
	
	.products-grid-new li.item{
		border-bottom: 1px solid #e5e5e5!important;
		padding-top: 10px!important;
		padding-bottom: 10px!important;
		margin: 0 20px 0!important;
	}
	
	.header-container .top-search{
		top: 140px!important;
	}
	.header h1 a img{
		height: 90px!important;
	}
	
	.product-view .product-shop .price-box .special-price .price{
		font-size: 17px;
		margin-left: -15px!important;
	}
	
	.product-view .product-shop .price-box .old-price .price{
		margin-left: -15px!important;
	}
	
	#menubutton{ display: block!important; }
	#nav{ display: none; }
	#nav li ul a span { font-size: 16px; }
	.footer-text{
		display: none!important;
	}
	.footer-block span{
		cursor: pointer;
	}
	
	.product-view .product-shop .price-box .price{
		padding: 0 0 0 15px!important;
	}
	
	.product-view .product-shop .add-to-cart button.button, .product-view .product-options-bottom .add-to-cart button.button{
		margin-left: 0px!important;
		margin-top: 10px!important;
		clear: both!important;
	}
	
	.special-price .price-label{
		margin-left: 5px!important;
	}
	
	#footer-img {
		width: 200px!important;
	}
}


@media only screen and (min-width: 480px) and (max-width: 767px) {
	.top_text{ font-size: 16px!important;}
	.wrapper{  min-width: 420px;}
	
	
	.header-container .banner-top .right-side{
		min-width: 420px!important;
		background: none;
		font-size: 0px!important; 
	}
	
	/* blokken weghalen*/
	.col-right,
	.banner-bottom,
	.extra-button,
	.test,
	.checkoutbullets,
	.bestsellers,
	#bannerz{
		display: none!important; 
	}
	/* product list*/
	.products-grid-new li.item {
		border-bottom: 1px solid #e5e5e5!important;
		padding-top: 10px!important;
		padding-bottom: 10px!important;
		margin: 0 90px 0!important;
	}	
	
	/* zoek balk */
	.header-container .top-search{
		left: 75px!important;
		top: 140px!important;
	}
	.header h1 a img{
		height: 100px!important;
		margin-left: 10px;
	}
	.top-links, #cart-header{
		margin-right: 10px;
	}
	
	#menubutton{ display: block!important; }
	#nav{ display: none; }
	#nav li ul a span { font-size: 16px; }
	.footer-text{
		display: none!important;
	}
	.footer-block span{
		cursor: pointer;
	}
	
	.product-view .product-shop .price-box .price{
		padding: 0 0 0 15px!important;
	}
	
	.product-view .product-shop .add-to-cart button.button, .product-view .product-options-bottom .add-to-cart button.button{
		margin-top: -5px!important;
	}
	.product-view .product-shop .price-box .old-price .price,
	.product-view .product-shop .price-box .special-price .price{
		margin-left: -15px!important;
	}
	
	.special-price .price-label{
		margin-left: 10px!important;
	}
	
	.product-view .product-shop table.voorraadtruck{
		clear: both!important;
	}
	
	#footer-img {
		width: 200px!important;
	}
}



@media only screen and (min-width: 768px) and (max-width: 995px) {
	.top_text{ padding-left: 320px; font-size: 16px!important; }
	.wrapper{  min-width: 768px;}
	.page { padding: 0 10px; width: 748px;}
	.header{ width: 748px; border-radius: 10px;}
	.header-container .top-search { left: 250px;}
	.nav-container{ width: 730px;border-radius: 10px;}
	#nav li a{ width: 103px;font-size: 11px;}
	#nav li.last a{border-radius: 0 10px 10px 0;}
	.header-container .banner-bottom{	
		background-color: white;
		border-radius: 10px;
		margin-top: 10px;
		width: 100%;
	}
	.col-main { float: left; width: 520px;}
	.cms-home .col-main img { height: auto;width: 100%;}
	.products-grid-new .price-box{width: 110px;}
	.products-grid-new .price-box { height: 56px;}
	.products-grid-new li.item{width:160px}
	.products-grid-new li.item:hover .new-bg-space2 { background:url(../images/bgs_new2.gif) no-repeat 0% 100%;border-radius: 10px }
	.products-grid-new li.item:hover .new-bg-space {border-radius: 10px  }
	.availability.out-of-stock span{display:none}
	.footer{width:768px}
	.footer-block{ width: 135px;}
	.products-grid-new .price-box { height: 56px!important;}
	.v-middle{width: auto!important;}
	.catalog-product-view .col2-right-layout .col-main .col-main-bg-top { background: none repeat scroll 0 0 #FFFFFF!important; border-radius: 30px !important;}
	.product-view .product-img-box{width:220px}
	.product-view .product-shop{width:275px}
	.video-object{width:210px!important}
	/*.add-to-cart{ margin-left: 0!important;}*/
	.extra-button{ padding-left: 30px!important; width: 100%!important; border-radius: 0 20px 20px 0;}
	.product-view .product-img-box .product-image-zoom{ height: 211px!important;width: 211px!important;}
	.test{ margin-left: 30px!important;}
	.form-list li.wide textarea { width: 390px;}
	.product-image > img {  height: auto;}
	.catalog-product-view .product-image > img {width:100%;  height: auto;}
	.category-products .product-image > img {  width:100%;}
	.afterpay-banner > img { width: 100%; height: auto;}
	.extra-images img { height: auto !important;  width: 300px !important;}
	.cart .totals{width:245px}
	.cart .cart-collaterals .col2-set{width:425px}
	.cart .cart-collaterals .col-1{width:180px}
	.cart .cart-collaterals .col-2{width:240px}
	div.onestepcheckout-threecolumns div.onestepcheckout-column-left{ width: 31%!important;}
	.catalog-category-view .col2-right-layout .col-main .col-main-bottom, .catalogsearch-advanced-result .col2-right-layout .col-main .col-main-bottom, .catalogsearch-result-index .col2-right-layout .col-main .col-main-bottom{background:none}
	.catalog-category-view .col2-right-layout .col-main .col-main-bg-top, .catalogsearch-advanced-result .col2-right-layout .col-main .col-main-bg-top, .catalogsearch-result-index .col2-right-layout .col-main .col-main-bg-top{background:none}
	.cms-index-index .col2-right-layout .col-main .col-main-bg-top{background:none}
	.col1-layout .col-main .col-main-bg-top{background:none}
	.col2-right-layout .col-main .col-main-bg-top{background:none}
	.col2-right-layout .col-main .col-main-bottom{background:none}
	.col1-layout .col-main .col-main-bottom{background:none}
	
	.test{ margin-left: 100px!important; }
	
	.product-view .product-shop .price-box .special-price .price{ font-size: 17px; }
	.products-grid-new .price-box { text-align: left; padding-left: 10px; }
	.products-grid-new .price-box  .special-price{ float: left; }
	.products-grid-new .new-bg-space2 span.truck{ float: left; }
	.box-up-sell .price-label{ display: none; float: left;}
	
	.products-grid-new .price-box .price-label{ display: none; }
	
	.product-view .product-shop .price-box .price{
		padding: 0 0 0 15px!important;
	}
	
	.product-view .product-shop .add-to-cart button.button, .product-view .product-options-bottom .add-to-cart button.button{
		clear:both !important;
		margin-left: 0px!important;
		margin-top: 10px!important;
	}
	.product-view .product-shop .price-box .special-price .price,
	.product-view .product-shop .price-box .old-price .price{
		margin-left: -15px!important;
	}
	
	.special-price .price-label{
		margin-left: 5px!important;
	}
	
	#footer-img {
		width: 730px!important;
	}	
}
@media only screen and (min-width: 1024px) and (max-width:1200px ){

}





