/**
 * 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_default
 * @copyright   Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
@font-face {
  font-family: 'GillSansBook';
  src: url('http://www.dolfin.be/skin/frontend/dolfin/default/css/fonts/GillSansMTPro-Book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('http://www.dolfin.be/skin/frontend/dolfin/default/css/fonts/GillSansMTPro-Book.woff') format('woff'), /* Modern Browsers */
       url('http://www.dolfin.be/skin/frontend/dolfin/default/css/fonts/GillSansMTPro-Book.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('http://www.dolfin.be/skin/frontend/dolfin/default/css/fonts/GillSansMTPro-Book.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'GillSansLight';
  src: url('http://www.dolfin.be/skin/frontend/dolfin/default/css/fonts/GillSansMTPro-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('http://www.dolfin.be/skin/frontend/dolfin/default/css/fonts/GillSansMTPro-Light.woff') format('woff'), /* Modern Browsers */
       url('http://www.dolfin.be/skin/frontend/dolfin/default/css/fonts/GillSansMTPro-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('http://www.dolfin.be/skin/frontend/dolfin/default/css/fonts/GillSansMTPro-Light.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'GillSansMedium';
  src: url('http://www.dolfin.be/skin/frontend/dolfin/default/css/fonts/GillSansMTPro-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('http://www.dolfin.be/skin/frontend/dolfin/default/css/fonts/GillSansMTPro-Medium.woff') format('woff'), /* Modern Browsers */
       url('http://www.dolfin.be/skin/frontend/dolfin/default/css/fonts/GillSansMTPro-Medium.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('http://www.dolfin.be/skin/frontend/dolfin/default/css/fonts/GillSansMTPro-Medium.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'MyriadPro';
  src: url('http://www.dolfin.be/skin/frontend/dolfin/default/css/fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('http://www.dolfin.be/skin/frontend/dolfin/default/css/fonts/MyriadPro-Regular.woff') format('woff'), /* Modern Browsers */
       url('http://www.dolfin.be/skin/frontend/dolfin/default/css/fonts/MyriadPro-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('http://www.dolfin.be/skin/frontend/dolfin/default/css/fonts/MyriadPro-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Parisienne-Regular';
  src: url('http://www.dolfin.be/skin/frontend/dolfin/default/css/fonts/Parisienne-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('http://www.dolfin.be/skin/frontend/dolfin/default/css/fonts/Parisienne-Regular.woff') format('woff'), /* Modern Browsers */
       url('http://www.dolfin.be/skin/frontend/dolfin/default/css/fonts/Parisienne-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('http://www.dolfin.be/skin/frontend/dolfin/default/css/fonts/Parisienne-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}

* { margin:0; padding:0; }

body          { font:12px/1.55 "GillSansBook"; color:#2f2f2f; }

img           { border:0; vertical-align:top; }

a             {  text-decoration:underline; }
a:hover       { text-decoration:none; }
:focus        { outline:0; }

/* Headings */
h1,h2,h3,
h4,h5,h6      { margin:0 0 5px; line-height:1.35; color:#0a263c; }
h1            { font-size:20px; font-weight:normal; }
h2            { font-size:18px; font-weight:normal; }
h3            { font-size:16px; font-weight:bold; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

/* 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 */
p             { margin:0; }
strong        { font-weight:bold; }
address       { font-style:normal; line-height:1.35; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
/*sup           { font-size:1em; vertical-align:top; }*/

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
pre			  { color:#FFFFFF; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper { min-width:954px; }
.page {}
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.main-container {  }
.main { position: relative; text-align:left;}

/* Base Columns */
.col-main { float:left; width:685px; padding:0 0 1px; }
.col-main h5 { color:#C3B9CF; font-size: 13px; margin: 0;}
.col-main p {  }
.col-right { float:right; padding: 25px 10px 10px;; text-align: right; width: 215px; }
.col-right .block-menu-right li { margin: 0 0 15px; }
.col-right .block-menu-right li h3 { color: #FFFFFF; font-size: 16px; font-weight: normal; height: 46px; padding: 25px 25px 0 0; position: relative; }
.col-right .block-menu-right li h3 a { color: #FFFFFF; display: block; font-style: italic; text-decoration: none; }
.col-right .block-menu-right li h3 span { display: block; position: absolute; right: -20px; top: 0; }
.col-right .block-menu-right li ul { display:none; }
.col-right .block-menu-right h2 { background:#FFFFFF; color:#37333D; font-size: 16px; font-style: italic; margin: 0 -10px 20px 15px; padding: 10px;}
.col-right .block-menu-pro h2 { background:#FFFFFF; color:#37333D; font-size: 16px; margin: 0 -10px 20px 15px; padding: 10px; text-align: left; }
.col-right .block-menu-pro ul { padding: 5px 0 0 15px; text-align: left; }
.col-right .block-menu-pro ul li { margin:15px 0; }
.col-right .block-menu-pro ul li a { color:#FFFFFF; font-size: 13px; text-decoration: none; text-transform:uppercase; }
.co2logic { bottom: 10px; display: block; right:10px; position:absolute; text-align: center; }

/* 1 Column Layout */
.col1-layout .main { width: 100%; height: auto;}
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; width: 700px; }
/*.col2-right-layout .main { background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/produweb/2columns-right-background.png) repeat-y right top #37333D; }*/
.col2-right-layout .col-main {}

/* 3 Columns Layout */
/*.col3-layout .col-main { margin-right: 35px; text-align: justify; width: 450px; }*/
.col3-layout .col-wrapper { float:left; overflow: hidden; padding:25px 0 0; width:780px; }
.customer-account-index .col-wrapper { padding:0; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:48.5%; }
.col2-set .col-2 { float:right; width:48.5%; }
.col2-set .col-narrow { width:32%; }
.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%; }
/* ======================================================================================= */

/* CMS ***********************************************************************************/
.cms-index-index .col-right .block-menu-right h2 { display:none; }
.cms-page-view .col-main h1 { color:#FFFFFF; margin:0 0 15px; }
.cms-page-view .col-main h2 { color:#C3B8CF; font-size: 16px; }
.cms-index-noroute .col3-layout .main,
.cms-index-index .col3-layout .main,
.cms-page-view .col3-layout .main,
/*.catalogsearch-result-index .col3-layout .main { background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/produweb/3columns-background.png) repeat-y right top #37333D; }*/
.catalogsearch-result-index .block-layered-nav { display: none; }
/*****************************************************************************************/

/* FAQ ***********************************************************************************/
.faqs-index-view .col3-layout .main { background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/produweb/3columns-background.png) repeat-y right top #37333D; }
/*****************************************************************************************/

/* Store locator ***********************************************************************************/
.storelocator-location-index .col3-layout .main,
.storelocator-location-search .col3-layout .main { background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/produweb/3columns-background.png) repeat-y right top #37333D; }
.storelocator-location-index .col3-layout .col-main,
.storelocator-location-search .col3-layout .col-main { text-align:left; }
.storelocator-location-index .col-right,
.storelocator-location-search .col-right { padding: 25px 0 10px; }
.storelocator-location-index .col-right h1,
.storelocator-location-search .col-right h1 { background: #FFFFFF; display: block; margin: 0 0 30px; padding: 15px 15px 15px 30px; text-align: right; width: 140px; }
.storelocator-location-index .col-right .block-location.block,
.storelocator-location-search .col-right .block-location.block { border:none; }
.storelocator-location-index .col-right .block-location,
.storelocator-location-search .col-right .block-location { text-align:left; }
.storelocator-location-index .col-right .block-location .block-content,
.storelocator-location-search .col-right .block-location .block-content { background:none; color:#FFFFFF; padding:0 20px 0 0; }
.storelocator-location-index .location-form label,
.storelocator-location-search .location-form label { display:none; }
.storelocator-location-index .location-form select,
.storelocator-location-search .location-form select { margin: 0 0 10px; width:165px; }
.storelocator-location-index .location-form .submit,
.storelocator-location-search .location-form .submit { color:#000000; cursor:pointer; }
.storelocator-location-index .location-description,
.storelocator-location-search .location-description { margin:30px 0 0; text-align:justify; }
.storelocator-location-index .location-description h3,
.storelocator-location-search .location-description h3 { color:#C3B9CF; font-size: 14px; }
.storelocator-location-index .col-main .location-item,
.storelocator-location-search .col-main .location-item { float: left; height: 100px; margin-right: 15px; padding-bottom: 10px; width: 46%; }
.storelocator-location-index .col-main .location-item .location-title,
.storelocator-location-search .col-main .location-item .location-title { color:#C3B9CF; font-size: 14px; font-weight:bold; }
/*****************************************************************************************/

/* Quick order ***********************************************************************************/
.omnisubsole-quickorder-index-index .quick-order-form,
.omnisubsole-quickorder-index-download .quick-order-form { display: block; margin: 20px 0; }
.omnisubsole-quickorder-index-index .quick-order-products-list,
.omnisubsole-quickorder-index-download .quick-order-products-list { width:100%; }
.omnisubsole-quickorder-index-index .quick-order-form h2,
.omnisubsole-quickorder-index-download .quick-order-form h2 { border-bottom: 1px solid; }
.omnisubsole-quickorder-index-index .quick-order-form tr.even,
.omnisubsole-quickorder-index-download .quick-order-form tr.even { background:#F4F4F4; }
.omnisubsole-quickorder-index-index .quick-order-form tr.odd td,
.omnisubsole-quickorder-index-download .quick-order-form tr.odd td { padding-bottom: 5px; padding-top: 5px; }
.omnisubsole-quickorder-index-index .quick-order-form th,
.omnisubsole-quickorder-index-download .quick-order-form th { font-size: 13px; font-weight: bold; padding: 15px 0; text-align: center; }
.omnisubsole-quickorder-index-index .quick-order-form td .price-box,
.omnisubsole-quickorder-index-download .quick-order-form td .price-box { margin:0; padding: 2px; }
.omnisubsole-quickorder-index-index .quick-order-form td.details,
.omnisubsole-quickorder-index-download .quick-order-form td.details { padding: 2px 0 0; position:relative; text-align: center; }
.omnisubsole-quickorder-index-index .quick-order-form td.details .container,
.omnisubsole-quickorder-index-download .quick-order-form td.details .container { cursor: help; position:relative; }
.omnisubsole-quickorder-index-index .quick-order-form td.details .hidden-container,
.omnisubsole-quickorder-index-download .quick-order-form td.details .hidden-container { background:#ffffff; left:45px; padding:5px; position:absolute; top: -147px; z-index:100; }
.omnisubsole-quickorder-index-index .quick-order-form td.details .hidden-container table,
.omnisubsole-quickorder-index-download .quick-order-form td.details .hidden-container table { width:450px; }
.omnisubsole-quickorder-index-index .quick-order-form td.details .hidden-container img,
.omnisubsole-quickorder-index-download .quick-order-form td.details .hidden-container img { margin-right:10px; }
.omnisubsole-quickorder-index-index .quick-order-form td.name,
.omnisubsole-quickorder-index-download .quick-order-form td.name { padding: 3px 0 0 10px; }
.omnisubsole-quickorder-index-index .quick-order-form td.name .label-new,
.omnisubsole-quickorder-index-download .quick-order-form td.name .label-new { color:#E85F5F; font-size:10px; margin:0 0 0 10px; }
.omnisubsole-quickorder-index-index .quick-order-form td.price,
.omnisubsole-quickorder-index-index .quick-order-form th.price,
.omnisubsole-quickorder-index-download .quick-order-form td.price,
.omnisubsole-quickorder-index-download .quick-order-form th.price { padding-left:40px; width:70px; }
.omnisubsole-quickorder-index-index .quick-order-form td.total,
.omnisubsole-quickorder-index-index .quick-order-form th.total,
.omnisubsole-quickorder-index-download .quick-order-form td.total,
.omnisubsole-quickorder-index-download .quick-order-form th.total { padding-left:40px; width:90px; }
.omnisubsole-quickorder-index-index .quick-order-form td.total input,
.omnisubsole-quickorder-index-download .quick-order-form td.total input { background:#FFFFFF; color:#BEB7C5; width:90px; }
.omnisubsole-quickorder-index-index .quick-order-form td.quantity,
.omnisubsole-quickorder-index-index .quick-order-form th.quantity,
.omnisubsole-quickorder-index-download .quick-order-form td.quantity,
.omnisubsole-quickorder-index-download .quick-order-form th.quantity { padding-left:40px; width:70px; }
.omnisubsole-quickorder-index-index .quick-order-form td.quantity input,
.omnisubsole-quickorder-index-download .quick-order-form td.quantity input { color:#BEB7C5; padding: 4px 2px; width:70px; }
.omnisubsole-quickorder-index-index .quick-order-form .button-container,
.omnisubsole-quickorder-index-download .quick-order-form .button-container { margin: 20px 0 0; text-align:right; }
.omnisubsole-quickorder-index-index .quick-order-form .button,
.omnisubsole-quickorder-index-download .quick-order-form .button { margin: 10px 0 0; width: 280px; }
.omnisubsole-quickorder-index-index .quick-order-form .button span,
.omnisubsole-quickorder-index-download .quick-order-form .button span { background: url("http://www.dolfin.be/skin/frontend/dolfin/default/images/produweb/contact-btn.png"); border: none; color: #FFFFFF; height: 29px; }
.omnisubsole-quickorder-index-index .quick-order-form .button span span,
.omnisubsole-quickorder-index-download .quick-order-form .button span span { background: none; height: auto; padding-top: 5px; }
.omnisubsole-quickorder-index-index .quick-order-form .button[type=submit] { background:none; height:auto; width: 280px; }
.omnisubsole-quickorder-index-download .quick-order-products-list .prod-attach { position: relative; }
.omnisubsole-quickorder-index-download .quick-order-products-list .tooltip { background: black; color: #FFFFFF; display: none; height: 60px; padding: 5px; position: absolute; right: -160px; top: -70px; width: 150px; }
.omnisubsole-quickorder-index-download .quick-order-products-list .tooltip span { display:block; }
.omnisubsole-quickorder-index-download .quick-order-products-list .attach-elem { float: left; margin-left: 10px; }

/*****************************************************************************************/

/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px/15px; vertical-align:middle; color:#FFFFFF; font-family:"GillSansBook"; }
/*input.input-text,select,textarea { background:#B3AEB6; border:none; }*/
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #b6b6b6; 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 { display:block; height:19px; border:1px solid #37333D; background:#FFFFFF; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#37333D; }
button.button span span { border:0; padding:0; }
button.disabled span { border-color:#bbb !important; background:#bbb !important; }

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
input.input-text:focus,select:focus,textarea:focus { background-color:#B3AEB6; }
/*.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:#666; font-weight:bold; position:relative; z-index:0; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; 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:380px; }
.form-list li.wide textarea { width:529px; }

.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; }

/* Independent fields */
/*.form-list li { margin:0 0 8px; }
.form-list li.fields { margin:0; }
.form-list .field { display:block; margin:0 0 8px; }
.form-list li.control {}
.form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
.form-list label.required { font-weight:bold; }
.form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:254px; }
.form-list select { width:260px; }
.form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
.form-list .input-range input.input-text { width:96px; }*/
/* Customer */
/*.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:11px; font-weight:normal; color:#777; text-align:left; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }*/

.buttons-set { clear:both; margin:4em 0 0; padding:8px 0 0; border-top:1px solid #e4e4e4; text-align:right; }
.buttons-set p.required { margin:0 0 10px; }



.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }

.fieldset { border:1px solid #bbafa0; background:#fbfaf6; padding:22px 25px 12px 33px; margin:28px 0; }
.fieldset .legend { float:left; font-weight:bold; font-size:13px; border:1px solid #f19900; background:#f9f3e3; color:#ff7800; 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:11px; font-weight:bold; line-height:13px; background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/validation_advice_bg.gif) 2px 0 no-repeat; color:#eb340a; }*/
/*.validation-failed { border:1px dashed #eb340a !important; background:#faebe7 !important; }*/
.validation-passed {}
p.required { font-size:11px; text-align:right; color:#EB340A; }
/* 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:#df280a; font-weight:bold; }
.notice { color:#e26703; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px !important; }
.messages li li { margin:0 0 3px !important; }
.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(http://www.dolfin.be/skin/frontend/dolfin/default/images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/i_msg-note.gif); color:#3d6611 !important; }

/* BreadCrumbs */
.breadcrumbs { font-size:11px; line-height:1.25; margin:0 0 13px; }
.breadcrumbs li { display:inline; }
.breadcrumbs li strong { font-weight:bold; }

/* Page Heading */
.page-title { width:100%; overflow:hidden; margin:0 0 25px; }
.page-title h1,
.page-title h2 { margin:0; font-size:20px; color:#BEB7C5; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle,
.sub-title { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#BEB7C5; }

.accordion h3 { cursor:pointer; font-size: 14px; font-weight: normal; padding: 3px 6px; }
.accordion #content { color:#C1BDC5; display:none; padding: 0 0 0 10px; }

/* Pager */
.pager { font-size:11px; padding:4px 8px; text-align:center; }
.pager .amount { float:left; margin:0; }
.pager .limiter { float:right; }
.pager .limiter label { vertical-align:middle; }
.pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }
.pager .pages { margin:25px 25px 0 0; text-align: right; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; margin:0 2px; }
.pager .pages li a { color:#BEB7C5; text-decoration:none; }
.pager .pages li a.previous { color:#BEB7C5; margin-right:10px; }
.pager .pages li a.next { color:#BEB7C5; margin-left:10px; }
.pager .pages li span { color:#BEB7C5; }
.pager .pages li.current { color:#E3A5AD; font-size: 12px; font-weight: bold; }

/* Sorter */
.sorter { font-size:11px; background:#fff url(http://www.dolfin.be/skin/frontend/dolfin/default/images/bkg_toolbar.gif) 0 100% repeat-x; padding:3px 8px; border-top:1px solid #e2e2e2; }
.sorter .view-mode { float:left; margin:0; }
.sorter .sort-by { float:right; padding-right:36px; }
.sorter .sort-by label { vertical-align:middle; }
.sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
.sorter .link-feed {}

/* Toolbar */
.toolbar {}
/*.toolbar .pager { padding:3px 8px; }*/
.toolbar .pager { padding: 5px 0px;}
.toolbar .sorter { border-bottom:1px solid #fff; }
.toolbar-bottom {}

#my-orders-table tr { background:none !important; color:#232323; }
/* Data Table */
.data-table { width:100%; border:1px solid #bebcb7; }
.data-table .odd  { background:#f8f7f5 }
.data-table .even { background:#eeeded; }
/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last,
.data-table th.last { border-right:0; }
.data-table tr.last th,
.data-table tr.last td { border-bottom:0 !important; }
.data-table th { padding:3px 8px; font-weight:bold; }
.data-table td { padding:3px 8px; }

.data-table thead th { font-weight:bold; border-right:1px solid #c2d3e0; padding:2px 8px; color:#0a263c; white-space:nowrap; vertical-align:middle; }
.data-table thead th.wrap { white-space:normal; }
.data-table thead th a,
.data-table thead th a:hover { color:#fff; }
.data-table thead th { background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/bkg_th.gif) repeat-x 0 100% #d9e5ee; }

.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot { border-bottom:1px solid #d9dde3; }
.data-table tfoot tr.first td { background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/bkg_tfoot.gif) 0 0 repeat-x; }
.data-table tfoot tr { background-color:#dee5e8 !important; }
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d9dde3; }
.data-table tfoot strong { font-size:16px; }

.data-table tbody th,
.data-table tbody td { border-bottom:1px solid #d9dde3; border-right:1px solid #d9dde3; }
/* Bundle products tables */
.data-table tbody.odd tr { background:#f8f7f5 !important; }
.data-table tbody.even tr { background:#f6f6f6 !important; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #d9dde3; }

.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

/* Generic Info Box */
.info-box { background:#fff url(http://www.dolfin.be/skin/frontend/dolfin/default/images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.info-box h2 { font-weight:bold; font-size:13px; }

.info-table th { font-weight:bold; padding:2px 15px 2px 0; }
.info-table td { padding:2px 0; }

/* 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(http://www.dolfin.be/skin/frontend/dolfin/default/images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -52px; }
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(http://www.dolfin.be/skin/frontend/dolfin/default/images/bkg_collapse.gif) 100% 5px 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% -52px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
/*.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }*/

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart { color:#BEB7C5 !important; font-weight:bold; }
.link-wishlist { color:#BEB7C5 !important; font-weight:bold; }
.link-reorder { font-weight:bold; color:#BEB7C5 !important; }
.link-compare { font-weight:bold; }
.link-print { /*background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#BEB7C5; }
.link-rss { background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(http://www.dolfin.be/skin/frontend/dolfin/default/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(http://www.dolfin.be/skin/frontend/dolfin/default/images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/bkg_divider1.gif) 0 50% repeat-x; 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:950px; margin:0 auto; padding:12px 0 12px; background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
/* ======================================================================================= */


/* Header ================================================================================ */
.header .header-left { background:#FFFFFF; float:left; padding: 0 10px; position: absolute; width:230px; }
.header .made-in { clear:both; font-size: 14px; font-weight: bold; padding:20px 0 10px; text-align:center; text-transform: uppercase; }
.header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
.header-container .top-container a { font-size:11px; color:#ebbc58; }
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { border:1px solid #c4c1bc; margin:0 0 15px; }
.block .block-title { border-bottom:1px solid #ddd; padding:2px 9px; }
.block .block-title strong { display:block; font:bold 12px/16px Arial, Helvetica, sans-serif; min-height:16px; padding:1px 0 1px; text-transform:uppercase; color:#ffffff; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; padding:5px 9px; font-size:1em; font-weight:bold; color:#0a263c; }
.block .block-content { background:#FFFFFF; }
.block .block-content li.item { padding:7px 9px; }
.block .block-content .product-name { color:#1e7ec8; }
.block .btn-remove,
.block .btn-edit { float:right; margin:1px 0 2px 5px; }
.block .actions { padding:6px 9px; text-align:right; }
.block .actions a { float:left; }
.block .actions button.button { float:right; }
.block .empty { margin:0; padding:5px 9px; }
.block-address { padding-left:30px; }

.block li.odd { background-color:#f4f3f3; }
.block li.even { background-color:#fafafa; }

/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login { font-size:11px; line-height:1.25; }
.block-cart .block-title strong,
.block-wishlist .block-title strong,
.block-subscribe .block-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-poll .block-title strong,
.block-viewed .block-title strong,
.block-compared .block-title strong,
.block-related .block-title strong,
.block-tags .block-title strong,
.block-login .block-title strong {  background-position:0 0; background-repeat:no-repeat; }

/* Mini Products List */
.mini-products-list .product-image { float:left; width:50px; border:1px solid #a9a9a9; }
.mini-products-list .product-details { margin-left:60px; }

/* Block: Account */
.block-account .block-title { background:#37333F; border:0; padding:3px 10px; }
.block-account .block-title strong { font-size:13px; color:#fff; }
.block-account .block-content { background:#FFFFFF; padding:7px 10px 7px; }
/*.block-account .block-content li a { display:block; border-bottom:1px solid #ddd; padding:3px 0; color:#5f5d5c; text-decoration:none !important; }*/
.block-account .block-content li a:hover { color:#37333F; }
.block-account .block-content li.last a { border-bottom:0; }
/*.block-account .block-content li.current { border-bottom:1px solid #ddd; padding:3px 0; color:#37333D; }*/
.block-account .block-content li.current.last { border-bottom:0; }

/* Block: Currency Switcher */
.block-currency { border:0; background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/bkg_block-currency.gif) 0 0 no-repeat; padding:7px 12px 10px; height:51px; }
.block-currency .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-currency .block-title strong { font:bold 13px/21px Arial, Helvetica, sans-serif; background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/i_block-currency.gif) 0 50% no-repeat; padding:0 0 0 21px; text-transform:none; color:#fff; }
.block-currency .block-content { background:none; padding:0; }
.block-currency .block-content select { width:100%; padding:0; }

/* Block: Cart */
.block-cart .block-title { /*border-bottom:0;*/ }
.block-cart .block-title strong {  }
.block-cart .summary { background:#fff; padding:2px 8px 8px; margin:-1px 0 0; position:relative; z-index:1; }
.block-cart .amount { margin:0; }
.block-cart .amount a { font-weight:bold; }
.block-cart .subtotal { margin:5px 0 0; padding:2px 0; background:#fbebd9; text-align:center; }
.block-cart .subtotal .price { font-weight:bold; }
.block-cart .actions { border-bottom:1px solid #c2c2c2; }
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 8px 0; }

/* Block: Wishlist */
.block-wishlist .block-title strong {  }
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }

/* Block: Related */
.block-related .block-title strong { background-position:0 1px; }
.block-related input.checkbox { float:left; }
.block-related .product { margin-left:20px; }

/* Block: Compare Products */
.block-compare .block-title strong { background-position:0 1px; }
.block-compare button.button span { border-color:#406a83; background:#618499; }
.page-popup .link-print { background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#1e7ec8; }
.compare-table { border:0; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { border:0; background:none; padding:0; font-size:0; line-height:0; }
.compare-table .btn-remove { float:right; background-image:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/btn_remove2.gif); width:72px; height:15px; }
.compare-table tbody th { background:#d9e5ee url(http://www.dolfin.be/skin/frontend/dolfin/default/images/bkg_th-v.gif) 100% 0 repeat-y; }
.compare-table tbody th,
.compare-table tbody td { padding:10px; border:0; border-top:1px solid #ccc; border-left:1px solid #ccc; }
.compare-table tbody td.last { border-right:1px solid #ccc; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }
.compare-table tr.add-to-row td { background:#fffada; text-align:center; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:0 0 5px; color:#203548; }
.compare-table tr.first td .product-name a { color:#203548; }
.compare-table tr.first td .ratings { width:69px; margin:0 auto; }
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; }

/* Block: Recently Viewed */
.block-viewed .block-title strong { background-image:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/i_block-viewed.gif); }

/* Block: Recently Compared */
.block-compared .block-title strong { background-image:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/i_block-list.gif); background-position:0 1px; }

/* Block: Poll */
.block-poll .block-title strong { background-image:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/i_block-poll.gif); }
.block-poll .block-subtitle { font-size:12px; }
.block-poll label { color:#777; font-weight:bold; }
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll button.button span { border-color:#406a83; background:#618499; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags .block-title strong { background-image:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/i_block-tags.gif); }
.block-tags .block-content .tags-list { background:none; border:0; font-size:12px; }
.block-tags .block-content a { color:#1b2d3b; }
.block-tags .actions { text-align:right; }
.block-tags .actions a { float:none; }

/* Block: Reorder */
.block-reorder .block-title strong { background-image:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/i_block-list.gif); }
.block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }

/* Block: Banner */
.block-banner { border:0; }
.block-banner .block-content { padding:0; text-align:center; }

/* Block: Login */
.block-login .block-title strong { background-image:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/i_ma-info.gif); }
.block-login .block-content { padding:5px 10px; }
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
.block-login .actions { background:none; padding:0; margin:3px 0 0; }
.block-login .actions button.button span { border-color:#406a83; background:#618499; }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { background: none repeat scroll 0 0 #FFFFFF; border:none; margin: 25px 0; padding: 10px 25px; text-align: right; width: auto; }
.category-title h1 { color: #37333D; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products {}
.category-subtitle { background: none repeat scroll 0 0 #FFFFFF; border:none; margin: 25px 0; padding: 10px 25px; text-align: right; width: auto; }
.category-subtitle h1 { color: #37333D; }
.subcategory-container,
.categories-container { overflow:hidden; }
.subcategory-container .subcategory-block { float:left; margin: 0 30px 0 0; padding: 0; position: relative; width:135px; }
.categories-container .category-block { float:left; margin: 0 15px 10px 0; padding: 0; position: relative; width:135px; }
.subcategory-container .subcategory-image,
.categories-container .category-image { display:block; width:135px; height:135px; margin:0; }
.subcategory-container .subcategory-name,
.categories-container .category-name { background:#766F7D; color:#FFFFFF !important; display:block; font-weight:bold; font-size:13px !important; height: 35px; margin:0; padding: 7px 5px; text-align: center; }
.subcategory-container .subcategory-name a,
.categories-container .category-name a { color:#FFFFFF; text-decoration:none; }
.category-recettes h3 { color: #FFFFFF; }

/* View Type: Grid */
.products-grid { position:relative; }
.products-grid.last { border-bottom:0; }
/*.products-grid li.item { float:left; margin: 0 30px 0 0; padding: 0; position: relative; width:135px; }*/
.products-grid li .tag-new { position:absolute; right: -15px; top: -10px; }
.products-grid .product-image { display:block; }
.products-grid .price-box { margin:5px 0; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { position:absolute; bottom:12px; }
.col1-layout .products-grid { width:790px; margin:0 auto; }

/* View Type: List */
.products-list li.item { border-bottom:1px solid #d9ddd3; padding:12px 10px; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:135px; height:135px; margin:0 0 10px; }
.products-list .product-shop { margin-left:150px; }
.products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
.products-list .product-name a { color:#203548; }
.products-list .price-box { float:left; margin:3px 13px 5px 0; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
.products-list .desc .link-learn { font-size:11px; }
.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; }
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }

.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links .separator { margin:0 2px; }
.rating-box { width:75px; height:14px; font-size:0; line-height:0; background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:14px; background:url(http://www.dolfin.be/skin/frontend/dolfin/default/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:10px 0 7px; line-height:16px; background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02; color:#000; }
.availability-only a { background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#be2c00; }

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#d2d6d9; font-size:10px; padding:0 8px; }
.availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }

.product-view .product-shop .availability { font-size:11px; }
.product-view .product-shop .availability span { font-weight:normal; }

/* Email to a Friend */
.email-friend { margin:0; }

/* Alerts */
.alert-price { margin:0; font-size:11px; }
.alert-stock { margin:0; font-size:11px; }

/********** < Product Prices */
.price { white-space:nowrap !important; }

/* Old price */
.old-price { margin:0; }
.old-price .price-label { white-space:nowrap; color:#FFFFFF; }
.old-price .price { font-weight:bold; color:#FFFFFF; text-decoration:line-through; }

.pro-no-special-price p, .pro-and-special-price p { color:inherit; }
.pro-no-special-price .old-price, .pro-no-special-price .special-price .price-label { display:none; }
.pro-no-special-price .special-price .price { font-size:inherit; font-weight:inherit; color:inherit; }

/* Special price */
.special-price { margin:0; padding:3px 0; }
.special-price .price-label { font-size:13px; font-weight:bold; white-space:nowrap; color:#FFFFFF; }
.special-price .price { font-size:13px; font-weight:bold; color:#FFFFFF; }

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

.minimal-price-link { display:block; }
.minimal-price-link .label {color:#1e7ec8;}
.minimal-price-link .price { font-weight:normal; color:#1e7ec8; }

/* Excluding tax */
.price-excluding-tax { display:block; color:#999; }
.price-excluding-tax .label { white-space:nowrap; color:#999; }
.price-excluding-tax .price { font-size:13px; font-weight:normal; color:#c76200; }

/* Including tax */
.price-including-tax { display:block; color:#999; }
.price-including-tax .label { white-space:nowrap; color:#999; }
.price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }

/* Configured price */
.configured-price { margin:0; }
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
.configured-price .price { font-weight:bold; }

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from { margin:0; }
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to { margin:0; }
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; color:#999; }
.price-notice .price { font-weight:bold; color:#2f2f2f; }

/* Price as configured */
.price-as-configured { margin:0; }
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#555; }
/********** Product Prices > */

/* Tier Prices */
.tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; }
.tier-prices li { line-height:1.4; background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; color:#424242; }
.tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
.tier-prices .price { font-weight:bold; color:#2f2f2f; }

.tier-prices-grouped li { padding:2px 0; color:#e26703; }
.tier-prices-grouped li .price { font-weight:bold; }

/* Add to Links */
.add-to-links { font-size:11px; margin:5px 0 0; }
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart .paypal-logo { clear:left; margin:0; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; }

/* Add to Links + Add to Cart */
.add-to-box .or { float:left; font-weight:bold; margin:0 7px; color:#666; }
.add-to-box .add-to-links { float:left; margin:0; font-size:12px !important; line-height:1.25 !important; text-align:left !important; }
.add-to-box .add-to-links li { display:block !important; }
.add-to-box .add-to-links li .separator { display:none !important; }


.product-view {  }

.product-essential {  }
.product-essential h2 { font:bold 13px/1.35 Arial, Helvetica, sans-serif; }

/* Product Images */
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { margin:0 0 13px; }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:360px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { cursor:move; }
.product-view .product-img-box .zoom-notice { color: #37333D; font-size:11px; margin:0 0 5px; text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(http://www.dolfin.be/skin/frontend/dolfin/default/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:9px; height:22px; background:url(http://www.dolfin.be/skin/frontend/dolfin/default/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 { font-size:11px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; }
.product-view .product-img-box .more-views li { float:left; }
.product-view .product-img-box .more-views li a { float:left; border:1px solid #ddd; overflow:hidden; }

.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { font-weight:bold; margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; margin:10px 0;  }
.product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }

/* Product Shop */
.col1-layout .product-view .product-shop { float:right; width:545px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-shop .availability { margin:10px 0; }
.product-view .product-shop .description { color:#FFFFFF; }
.product-view .product-shop .price-box { margin:10px 0; text-align: right; }
.product-view .product-shop .add-to-links { margin:0; }
.product-view .product-shop .add-to-links { font-size:12px; text-align:right; }
.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator { display:inline; }
.product-view .product-shop .add-to-links a { color:#1E7EC8 !important; font-weight:normal !important; }

/* Product Options */
.product-options { margin:20px 0 0; padding:10px 15px 20px; position:relative; background-color:#f6f6f6; border:1px solid #e4e4e4; }
.product-options dt { padding:10px 0 0; font-weight:normal; }
.product-options dt label { font-weight:bold; color:#2f2f2f; }
.product-options dt label.required em { color:#eb340a; margin-left:5px; }
.product-options dd .qty-holder { display:block; padding:10px 0 0; }
.product-options dd .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd { padding:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid #e4e4e4; }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.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:99%; }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.note { margin:0; font-size:11px; }
.product-options p.required { position:absolute; right:20px; top:20px; }

.product-options-bottom { background-color:#fffada; padding:15px 20px; border:1px solid #e4e4e4; border-top:0; }
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; color:#e26703; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#e26703; }
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
.product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
.col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart { float:right; }
.product-shop .product-options-bottom { margin:0 0 10px; }
.product-shop .product-options-bottom .price-box { float:none; margin:0 0 5px; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
.product-shop .product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }

/* Grouped Product */
.product-view .grouped-items-table .price-box { margin:0; padding:0; }

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td { line-height:1.25; }

/* Block: Upsell */
.product-view .box-up-sell .products-grid { background:none; border:none; margin:0; width:100%; }
.product-view .box-up-sell .products-grid td { border:none; width:25%; line-height:1.6em; }
.product-view .box-up-sell .products-grid .product-image { text-align:center; }
.product-view .box-up-sell .products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }

/* Block: Tags */
.product-view .box-tags { margin:0; }
.product-view .box-tags h3 { font-size:13px; }
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
.product-view .box-tags .product-tags li { display:inline; background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/bkg_pipe3.gif) 100% 4px no-repeat; padding:0 7px 0 4px; }
.product-view .box-tags .product-tags li.first { padding-left:0; }
.product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
.product-view .box-tags .form-add label { display:block; font-size:13px; font-weight:bold; margin:0 0 5px; color:#0a263c;}
.product-view .box-tags .form-add .input-box { float:left; width:305px; margin:0 5px 0 0; background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/i_tag_add.gif) 0 2px no-repeat; padding:0 0 0 23px; }
.product-view .box-tags .form-add input.input-text { width:299px; }
.product-view .box-tags .form-add button.button span { border-color:#406a83; background:#618499; }
.product-view .box-tags .note { margin:3px 0 0; padding:0 0 0 23px; font-size:11px; }

/* Block: Reviews */
.product-view .box-reviews dl { margin:15px 0; }
.product-view .box-reviews dt a,
.product-view .box-reviews dt span { font-weight:bold; }
.product-view .box-reviews dd { margin:0 0 15px; }
.product-view .box-reviews dd small { font-style:italic; }
.product-view .box-reviews .form-add { margin:15px 0 0; }
.product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
.product-view .box-reviews .form-add h4 { font-size:12px; }
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
.product-view .box-reviews .form-add .form-list .input-box { width:360px; }
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width:354px; }

/* Send a Friend */
.send-friend .form-list { width:615px; overflow:hidden; }
.send-friend .form-list li { margin-right:-15px; }
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .form-list .field { width:315px; }
.send-friend .form-list .input-box { width:300px; }
.send-friend .form-list input.input-text,
.send-friend .form-list textarea { width:294px; }
.send-friend .form-list li.wide .input-box { width:612px; }
.send-friend .form-list li.wide textarea { width:609px; }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { margin:0; font-size:1em; font-weight:normal; }
.product-name a { color:#1e7ec8; }

/* Product Tags */
.tags-list { display:block; font-size:13px; border:1px solid #c1c4bc; background:#f8f7f5; padding:10px; }
.tags-list li { display:inline !important; margin:0 4px 0 0; }
.tags-list li a { color:#1b2d3b; }

/* Advanced Search */
.advanced-search .form-list label { width:160px; padding-right:10px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:left; clear:none; }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; border:1px solid #e9d7c9; background:#fff6f1; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#E17C24; padding-left:15px; background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/i_search_criteria.gif) 0 3px no-repeat; }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}
.cms-home .page .main-container.col1-layout{
  clear:both;
  width:100%;
  margin:0 auto;
}

.block-highlight,
.cms-accueil table { background:#617377; border-radius: 10px 10px 10px 10px; margin:20px 0; overflow: hidden; padding:20px; }
.block-highlight-title h3,
.cms-accueil table h3 { color:#A5B7BB; font-size: 20px; }
#highlight-listing {}
#highlight-listing .product-image { float:right; }
#highlight-listing .highlight-left { display: block; width: 240px; }
#highlight-listing .highlight-left a,
.cms-accueil table h4 { color:#3D3F41; display:block; font-size: 14px; font-weight: bold; margin-bottom: 10px; padding-bottom: 5px; border-bottom:1px solid #59666C; text-decoration: none; }


.block-bestsellers { margin:35px 0 0; }
.block-bestsellers-title { background:#5D5465; padding:5px 15px; }
.block-bestsellers-title h3 { color:#FFFFFF; margin:0; font-size: 17px; font-weight: normal; }
.block-bestsellers-title .bestsellers-listing-full-link { display:none; }
#bestseller-listing { background:#FFFFFF; }
.cms-index-index #bestseller-listing .products-grid li { margin:15px 0 5px; }
.cms-index-index #bestseller-listing .products-grid li .product-name {
    background: none;
    padding: 0;
}
.cms-index-index #bestseller-listing .products-grid li .product-name a {
    background:none;
    color: #5D5465;
    font-size: 12px;
    font-weight: normal;
    height: auto;
    padding: 10px 0 0;
}
.cms-index-index #bestseller-listing .products-grid li .price-box { text-align: center; }
.cms-index-index #bestseller-listing .products-grid li .price { color:#5D5465; }

.jcarousel-clip { margin: 0 auto; overflow:hidden; width: 405px; }
.jcarousel-next { background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/produweb/carousel-ctrl.png) no-repeat top right; cursor:pointer; height: 23px; overflow:hidden; position:absolute; top:100px; right:5px; width: 11px; }
.jcarousel-prev { background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/produweb/carousel-ctrl.png) no-repeat top left; cursor:pointer; height: 23px; overflow:hidden; position:absolute; top:100px; left:5px; width: 11px; }
.jcarousel-prev-disabled,
.jcarousel-next-disabled { cursor:default; }

.jcarousel-skin-tango .jcarousel-container {

}

.jcarousel-skin-tango .jcarousel-direction-rtl {
    direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 450px;
    padding: 0;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  405px;
    height: 230px;
}


.jcarousel-skin-tango .jcarousel-item {
    width: 135px;
    height: 205px;
}

/* Contact page & AskProAccount Page */
.contacts-index-index .main {padding: 0 0 0 15px; }
.contacts-index-index .contact-left { float:left; padding: 30px 20px; width:320px;}
.contacts-index-index .contact-left .team h6 { color:#777777; margin:0; }
.contacts-index-index .contact-left .team p { line-height: 14px; }
.contacts-index-index .contact-left .gmap { margin: 30px 0; }
.contacts-index-index .simple_overlay { -moz-box-shadow:0 0 90px 5px #000000; -webkit-box-shadow:0 0 90px 5px #000000; background-color:#333333; border:1px solid #666666; display:none; min-height:600px; padding:20px; width:960px; z-index:10000; }
.contacts-index-index .simple_overlay .close  { background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/produweb/close.png); cursor:pointer; height:35px; position:absolute; right:-15px; top:0px; width:35px; }
.contacts-index-index #fbContainer { height:600px; overflow:auto; width:960px; }
.contacts-index-index #map_canvas { height:600px; width:960px; }
.contacts-index-index .contact-right, .customer-account-askproaccount .contact-right { width:660px; }
.contacts-index-index .contact-right .contactTitle, .customer-account-askproaccount .contact-right .contactTitle { background: #FFFFFF; padding: 15px 30px; }
.contacts-index-index .contact-right .contactTitle h1, .customer-account-askproaccount .contact-right .contactTitle h1 { margin:0; }
.contacts-index-index .contact-right .fields-container, .customer-account-askproaccount .contact-right .fields-container { padding:0 30px 15px; }
.contacts-index-index .contact-right li, .customer-account-askproaccount .contact-right li { margin: 15px 0 0; }
.contacts-index-index .contact-right label, .customer-account-askproaccount .contact-right label { display: block; float: left; width: 110px; }
.contacts-index-index .contact-right .wide label, .customer-account-askproaccount .contact-right .wide label { float: none; }
.contacts-index-index .contact-right input[type=text], .customer-account-askproaccount .contact-right input[type=text] { width: 65%; margin-left:10%;}
.contacts-index-index .contact-right textarea, .customer-account-askproaccount .contact-right textarea { height: 230px; margin: 10px 0 0; width:92%; border: 1px #ff7800 solid;
background: none;
color: #383331;
padding: 2px 10px;}
.contacts-index-index .contact-right .button-container { padding:0 30px 50px; }
.contacts-index-index .contact-right .button-container .button { margin: 10px 0 0; width:100px; }
.contacts-index-index .contact-right .button-container .button span {
background: #ff7800;
border: none;
font-family: "GillSansBook";
font-size: 18px;
color: #ffffff;
height: 40px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
-khtml-border-radius: 10px; }
.contacts-index-index .contact-right .button-container .button span span { height: 30px;
padding: 10px 15px 0 15px; }

body.contacts-index-index .page .main-container{
  width: 980px;
margin: 0 auto;
position: relative;
clear: both;
padding-top: 25px;
}

.contacts-index-index .page .main .col-main{float: left;}
/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a { color:#1b2d3b; }
.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 { color:#1e7ec8; }

/* RSS */
.rss-title h1 { background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
/* ======================================================================================= */

/* Checkout Types */
.cart .page-title .checkout-types li { margin:0 0 5px; }
.cart .title-buttons .checkout-types { float:right; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }

/* Shopping Cart Table */
.cart-table th { padding:2px 10px; }
.cart-table td { padding:10px; }
.cart-table .product-name { font-weight:bold; margin:0 0 5px; color:#2f2f2f; }
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td { padding:5px 10px; }
.cart-table .btn-continue { float:left; }
.cart-table .btn-continue span,
.cart-table .btn-update span { border-color:#37333D; color:#37333D; background:#FFFFFF; }

.cart .cart-shipping-message { padding:15px 0 0; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:15px 0 0; }
.cart .cart-collaterals .col2-set { float:left; width:605px; }
.cart .cart-collaterals .col2-set .col-2 { width:294px; }

.cart .crosssell { border:1px solid #cec3b6; background:#FFFFFF; padding:12px 15px; }
.cart .crosssell .regular-price,
.cart .crosssell .regular-price .price { color:#666666; }
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #d0cdc9; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell .product-name { font-weight:bold; }
.cart .crosssell li.item { margin:12px 0; }
.cart .crosssell .link-compare { font-weight:normal; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping { border:1px solid #d0cbc1; background:#fff url(http://www.dolfin.be/skin/frontend/dolfin/default/images/bkg_block-title.gif) 0 0 repeat-x; padding:12px 15px; margin:0 0 18px; }
.cart .discount h2,
.cart .shipping h2 { background-position:0 0; background-repeat:no-repeat; font:bold 13px/16px Arial, Helvetica, sans-serif; padding:0; color:#37333D; text-transform:uppercase; }
.cart .discount p,
.cart .shipping p { color:#666666; }
.coupon-note { margin:10px 0 0; }
.cart .discount button span,
.cart .shipping button span { border-color:#37333D; color:#37333D; background:#FFFFFF; }
.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { float:none; margin-left:0; }

.cart .discount h2 {  }
.cart .discount .input-box { margin:8px 0 0; width:260px; }
.cart .discount input.input-text { width:254px; }

.cart .shipping h2 {  }
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/bkg_divider1.gif) 0 0 repeat-x; }

/* Shopping Cart Totals */
.cart .totals { float:right; width:268px; background:#FFFFFF; border:1px solid #bebcb7; }
.cart .totals table { width:100%; margin:7px 0; }
.cart .totals td { padding:1px 15px 1px 7px; }
.cart .totals tr.last td {}
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
.cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-size:15px; }
.cart .totals .checkout-types { font-size:13px; padding:8px 15px 15px; text-align:right; }
.cart .totals .checkout-types li { clear:both; margin:10px 0; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; margin:0 0 6px; }
.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 .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:15px; top:7px; }
.col-right .truncated .show .item-options { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { margin:0 0 8px; }
.sp-methods dt { margin:13px 0 5px; font-weight:bold; }
.sp-methods dd {}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { font-weight:bold; color:#666; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods select.month { width:154px; 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 { display: none; width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.please-wait { float:right; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }

/* Tooltip */
.tool-tip { border:1px solid #7BA7C9; background:#EAF6FF; padding:15px 20px; position:absolute; z-index:9999; }
.tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(http://www.dolfin.be/skin/frontend/dolfin/default/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 h3 { font-size:12px; font-weight:bold; color:#e87403;  }
.gift-messages p.control { color:#8e8d8b; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages-form .whole-order { margin:0 0 25px; }
.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; color:#8a8987; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; margin:0 0 10px; }
.gift-messages-form .item .details .form-list .field { width:255px; }
.gift-messages-form .item .details .form-list .input-box { width:240px; }
.gift-messages-form .item .details .form-list input.input-text { width:234px; }
.gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
.gift-messages-form .item .details .form-list li.wide textarea { width:494px; }

.gift-message-link { font-size:11px; background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right:7px; }
.gift-message-link.expanded { background-position:100% -40px; }
.gift-message-row { background:#f2efe9; }
.gift-message-row .btn-close { float:right; width:16px; height:16px; background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/btn_gm-close.gif) 0 0 no-repeat; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:12em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { font-weight:bold; }


.opc .checkout-agreements li { margin:20px 0 0; }

.opc .checkout-agreements .agree { padding-left: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; }

.opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }

/* Generic Info Set */
.info-set { background:#fbfaf6 url(http://www.dolfin.be/skin/frontend/dolfin/default/images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.info-set h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.info-set h3,
.info-set h4 { font-size:13px; font-weight:bold; color:#E26703; }
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-weight:normal; }
.info-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.info-set h3.legend { margin:0 0 10px; color:#0a263c; }
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.info-set .box { margin:0 0 15px; }
.info-set .box h2 { color:#e26703; }
.info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.info-set .data-table .product-name a { font-weight:bold !important; }
.info-set .data-table .item-options { margin:5px 0 0; }
/********** Common Checkout Styles > */

/* One Page Checkout */
.checkout-onepage-index .col-main { padding:20px 20px 0 0; }
/*.block-progress { border:0; margin:0; }*/
.block-progress .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-progress .block-title strong { font-size:13px; color:#0a263c; }
.block-progress .block-content { background:none; }
.block-progress dt { font-size:13px; font-weight:bold; line-height:1.35; background: #f9f3e3;
border: 1px solid #f19900;
color: #ff7800; margin:0 0 6px; padding:2px 8px; }
/*.block-progress dd { background:#eee; border:1px solid #a3aeb3; border-top:0; padding:8px 13px; margin:0 0 6px; }*/
/*.block-progress dt.complete { margin:0; background:#d0dce1; color:#5e8ab4; }*/
.block-progress dd { border: 1px solid #bbafa0;
background: #fbfaf6; border-top:0; padding:8px 13px; margin:0 0 6px; }
.block-progress dt.complete { margin:0;}
.block-progress dd.complete {}
.block-progress p { margin:0; }
.block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:12px; margin:5px 0; padding:0; }
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
.block-progress .cards-list .info-table th { font-weight:normal; }



.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
.opc .buttons-set .back-link small { display:none; }
.opc .buttons-set .back-link a { background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/i_arrow-top.gif) 0 50% no-repeat; padding-left:16px; }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
.opc .ul { list-style:disc outside; padding-left:18px; }


.opc li.section {}
.opc input.input-text,
.opc select,
.opc textarea {
    background: #FFFFFF;
    color:#37333D;
}



.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }

/*
.opc .allow .step-title { background:#d0dce1; border:1px solid #a3aeb3; border-bottom:0; color:#a4b3b9; cursor:pointer; }
.opc .allow .step-title .number { background:#dbe6eb; border-color:#dbe6eb; color:#a4b3b9; }
.opc .allow .step-title h2 { color:#a4b3b9; }
.opc .allow .step-title a { display:block; }
*/



/*.opc .active .step-title a { display:none; }*/

/*.opc .step { border:1px solid #bbafa0; border-top:0; padding:15px 30px; position:relative; }*/
.opc .step h3,
.opc .step li.error-msg li { color:#DF280A; }
.opc .step .tool-tip { right:30px; }
.opc #opc-billing li.control li.control { display:none; }
.opc #checkout-step-shipping_method #start_bpost_shippingmanager div { color:#000 !important; }

#opc-login .buttons-set { border-top:0; }
#opc-login h3 { font-size:13px; border-bottom:1px solid #e4e4e4; padding-bottom:2px; text-transform:uppercase; }
#opc-login h4 { font-size:1em; font-weight:bold; margin:0; color:#FFFFFF; }

#opc-shipping_method .buttons-set { border-top:0; }


#opc-review .step { border:0; padding:0; }
#opc-review .product-name { color: #8c8c8c;    font-size: 15px;}
#opc-review .pro-desc{color: #8c8c8c;    font-size: 14px;}
#opc-review .item-options { margin:5px 0 0; }
/*#opc-review .buttons-set { padding:20px 30px; border:1px solid #d9dde3; border-width:0 1px 1px; }*/
#opc-review .buttons-set p { margin:0; line-height:40px; }
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
#opc-review .authentication { margin:0 auto; width:570px; }
#opc-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 90px; margin:0 0 20px; }
.checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:10px solid #999; padding:2px 0 0; font-weight:bold; text-align:center; color:#abb5ba; }
.checkout-progress li.active { border-top-color:#e96200; color:#e96200; }

.multiple-checkout h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4 { font-size:13px; font-weight:bold; color:#E26703; }
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a { font-weight:normal; }
.multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.multiple-checkout .data-table .product-name a { font-weight:bold !important; }
.multiple-checkout .data-table .item-options { margin:5px 0 0; }

.multiple-checkout .gift-messages { margin:15px 0 0; }

.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:20px; }

.multiple-checkout .col2-set,
.multiple-checkout .col3-set { background:#fbfaf6 url(http://www.dolfin.be/skin/frontend/dolfin/default/images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#0a263c; }
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box { margin:0 0 15px; }
.multiple-checkout .box h2 { color:#e26703; }

.multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; height:71px; font-size:1.5em; padding:0 0 0 21px; background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/bkg_grand-total.gif) 0 0 no-repeat; overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left; height:57px; padding:14px 21px 0 0; background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/bkg_grand-total.gif) 100% 0 no-repeat; }
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; }
.multiple-checkout .place-order .grand-total .price { color:#E26703; }
.multiple-checkout .place-order .grand-total button.button span { font-size:16px; }
.multiple-checkout .place-order .grand-total button.button span span { padding:0 45px 0 36px; }

/* Step 1 */
.multiple-checkout .title-buttons button.button span { border-color:#406a83; background:#618499; }
#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }
#multiship-addresses-table tfoot button.button span { border-color:#406a83; background:#618499; }

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
.multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
.multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
.multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #d9d2be; background:#f9f3e3; padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { position:absolute; top:-20px; right:-40px; width:178px; height:41px; background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/bkg_sp-methods.gif) 0 0 no-repeat; overflow:hidden; }

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login .content { min-height:240px; padding:14px 21px; border:1px solid #BEB7C5; border-bottom:0; }
.account-login .content h2 { font-weight:bold; font-size:13px; margin:0 0 14px; padding:0 0 5px 23px; border-bottom:1px solid #ddd; background-position:0 1px; background-repeat:no-repeat; text-transform:uppercase; }
.account-login .new-users h2 { background-image:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/i_page1.gif)}
.account-login .registered-users h2 { background-image:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/i_page2.gif); }
.account-login .buttons-set { border:1px solid #BEB7C5; border-top:0; margin:0; padding:8px 13px; }
.account-login .buttons-set button span { background:#FFFFFF; border:1px solid #37333D; color:#37333D; }
.account-login .buttons-set button span span { border:none; }
/*.account-login .buttons-set a { color:#FFFFFF; }*/

.customer-account-createpro .page-title a { display: block; text-decoration:none; width:100px; }
.customer-account-createpro .page-title span { display: block; font: bold 12px/19px Arial,Helvetica,sans-serif; height: 19px; padding: 0 8px; text-align: center; background:#FFFFFF; border: 1px solid #37333D; color: #37333D; }
.customer-account-createpro .page-title span span { border:none; }
/* Account Login/Create Pages ============================================================ */


/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

.remember-me label { float:none; margin:0 6px; }
.remember-me-popup { background:#fff; border:1px solid #ccc; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; -box-shadow:0 0 6px #ccc; z-index:1000; }
.remember-me-popup h3 { background:#d9e5ee; border-bottom:1px solid #ccc; font-size:14px; padding:5px 10px; }
.remember-me-popup .remember-me-popup-head { position:relative; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:7px; right:7px; height:15px; width:15px; text-indent:-9999em; }
.remember-me-popup .remember-me-popup-body { padding:10px; }
.remember-me-popup .remember-me-popup-body a { display:inline-block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; text-decoration:none; white-space:nowrap; color:#fff; }
/* Remember Me Popup ===================================================================== */

.customer-account-index .col-left,
.customer-account-edit .col-left,
.customer-address-index .col-left,
.customer-address-form .col-left,
.sales-order-history .col-left,
.omnisubsole-quickorder-index-index .col-left,
.omnisubsole-quickorder-index-download .col-left { padding-left:30px; }
.customer-account-index .col3-layout .main,
.customer-account-edit .col3-layout .main,
.sales-order-history .col3-layout .main,
.checkout-onepage-success .col3-layout .mainz,
.customer-account-createpro .col3-layout .main,
.categorylisting-index-index .col3-layout .main { background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/produweb/3columns-background.png) repeat-y right top #37333D; }

.customer-address-form .fieldset,
.customer-account-edit .fieldset,
.customer-account-forgotpassword .fieldset { background: none; }
.customer-address-form .fieldset .legend,
.customer-account-edit .fieldset .legend,
.customer-account-forgotpassword .fieldset .legend { background: #FFFFFF; border: 1px solid #37333D; color: #37333D; }
.customer-address-form .fieldset label,
.customer-account-edit .fieldset label,
/*.customer-account-forgotpassword .fieldset label { color: #BEB7C5; }*/
.customer-address-form .fieldset input,
.customer-account-edit .fieldset input,
.customer-account-forgotpassword .fieldset input,
.customer-address-form .fieldset input:focus,
.customer-address-edit .fieldset input:focus,
.customer-account-forgotpassword .fieldset input:focus { background: #FFFFFF; color: #37333D; }
.customer-address-form .fieldset select { background: #FFFFFF; color: #37333D; }
.customer-address-form .fieldset li { color: #BEB7C5; }
.sales-order-history select { background: #FFFFFF; color: #37333D; }
.sales-order-history .limiter { color: #FFFFFF; }


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }
/*.my-account .page-title  { margin: 0px; padding: 5px; }*/
.my-account .title-buttons  { text-align: left; padding: 5px;}

/********** < Dashboard */
.dashboard .welcome-msg { margin:0 8em 1.5em 0; }
.dashboard .welcome-msg p { margin:0; }
.dashboard .col2-set { margin:0 0 15px; }

/* General Box */
.box-account { border:1px solid #ccc; border-color:#ccc #999 #999 #ccc; padding:15px; margin: 0 0 20px; }
.box-account .box-head { border-bottom:1px solid #d9dde3; margin:0 0 10px; text-align:right; }
/*.box-account .box-head h2 { float:left; margin:0; font-size:13px; font-weight:bold; text-transform:uppercase; }*/

.dashboard .box .box-title { background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 2px; margin:0 0 8px; text-align:right; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; font-size:13px; font-weight:bold; margin:0; }

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 {  }

/* Block: Account Information */
 .box-info { border:1px solid #ccc; border-color:#ccc #999 #999 #ccc; padding:15px; margin: 0 0 20px; }
.dashboard .box-info .box-head h2 {  }
.dashboard .box-info h4 { font-size:11px; font-weight:bold; text-transform:uppercase; }


/* Block: Reviews */
.dashboard .box-reviews .box-head h2 {  }
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-reviews .details { margin-left:20px; }
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews li.item.last { margin:0; }
.dashboard .box-reviews .ratings { margin:7px 0 0; }

/* Block: Tags */
.dashboard .box-tags .box-head h2 { background-image:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/i_ma-tags.gif); }
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-tags .details { margin-left:20px; }
.dashboard .box-tags li.item { margin:0 0 7px; }
.dashboard .box-tags li.item.last { margin:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */

/* Address Book */
.addresses-list h2 { font-weight:bold; font-size:13px; text-transform:uppercase; }
.addresses-list h3 { font-weight:bold; font-size:13px; }
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a { font-weight:bold; }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { border:1px solid #FFFFFF; padding:10px 13px; margin:0 0 10px; }
/*.addresses-list li.item h3 { color:#FFFFFF; }*/
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { font-weight:bold; }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

/* Order View */
.order-info { background:#dee5e8; border:1px solid #d0cbc1; padding:4px 8px; margin:0 0 8px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current { font-weight:bold; }
.order-info li { margin:0 3px; }

.order-date { margin:10px 0; }

.order-info-box { border:1px solid #d0cbc1; color: #FFFFFF; padding:12px 15px; margin:0 0 15px; }
.order-info-box h2 { color:#BEB7C5; font-weight:bold; font-size:13px; }
.order-info-box .box-payment p { color:#FFFFFF; margin:0 0 3px; }
.order-info-box .box-payment th { color:#FFFFFF; font-weight:bold; padding-right:7px; }
.order-info-box address { color: #232323; }

.order-items { width:100%; overflow-x:auto; }
.order-items .table-caption { color:#BEB7C5 !important; }
.order-items h2,
.order-items h3 { clear:none; font-weight:bold; font-size:13px; padding:0; margin:0 0 5px; color:#BEB7C5; }
.order-items .product-name { font-size:1em !important; font-weight:bold !important; }
.order-items .link-print { color:#1e7ec8; font-weight:normal; }
.order-items .order-links { text-align:right; }

#my-orders-table tbody { background:none; }
#my-orders-table tfoot tr.first td { background:none; border-top: 1px solid #FFFFFF; }

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 { font-size:16px; font-weight:bold; }
.page-print h2,
.page-print h3 { font-size:13px; font-weight:bold; }
.page-print h2.h2 { font-size:16px; font-weight:bold; }
.page-print .order-date { background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Wishlist */
.my-wishlist .data-table td { padding:10px; }
.my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }
.my-wishlist textarea { display:block; width:97%; height:109px; }
.my-wishlist .buttons-set { margin-top:2em; }
.my-wishlist .buttons-set button.button { float:none; }
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span { border-color:#406a83; background:#618499; }
#wishlist-table .add-to-links { white-space:nowrap; }

/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:4px 0 0 5px; }
#my-tags-table { clear:both; }
#my-tags-table td { padding:10px; }
#my-tags-table .add-to-links { white-space:nowrap; }

/* My Reviews */
#my-reviews-table td { padding:10px; }

.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }

/* Billing Agreements */
.billing-agreements .info-box{ margin:15px 0; }
.billing-agreements .form-list li select { float:left; }
.billing-agreements .form-list li button.button { float:left; margin-left:10px; }
.billing-agreements .table-caption { font-weight:bold; font-size:13px; }
/* ======================================================================================= */


/* MAP Popup============================================================================== */
.cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
.map-cart-sidebar-total { color:red; display:block; font-size:10px; font-weight:bold; text-align:left; padding:2px 5px; text-shadow:0 1px 0 #fff; }

.map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
.map-popup-heading { background:#d9e5ee; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
.map-popup-heading h2 { font-size:16px; margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
.map-popup-arrow { background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:8px; right:10px; height:15px; width:15px; text-indent:-9999em; -moz-box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999; box-shadow:0 0 3px #999; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
.map-popup-checkout { display:inline; float:right; text-align:right; }
.map-popup-checkout span { display:block; padding-right:30px; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:0; }
.map-popup-price { margin:5px 0 0; }
.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #ddd; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer-container {  }
.footer { color:#37333D; font-family:Georgia; font-size: 11px; overflow:hidden; margin:0 auto; padding:10px 15px 20px; width:970px; }
.footer .copyright { float:left; }
.footer .footer-links { float:left; }
.footer .footer-links li { background:none; border-left: 1px solid #37333D; display: inline; margin-left: 15px; padding-left: 15px; }
.footer .pdw { float:right; }
.footer a { color:#37333D; text-decoration:none; }
.footer a:hover { text-decoration:underline; }
.footer ul { display:inline; }
.footer ul.links { display:block; }
.footer li { display:inline; background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/bkg_pipe2.gif) 100% 60% no-repeat; padding:0 7px 0 4px; }
.footer li.last { background:none !important; padding-right:0 !important; }
.footer-container .bottom-container { margin:0 0 5px; }
/* ======================================================================================= */

/* Sample Data============================================================================ */
.home-callout { margin-bottom:12px; }
.home-callout img { display:block }
.home-spot { float:left; width:470px; margin-left:20px; }
.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
.best-selling table { border-top:1px solid #ccc; }
.best-selling tr.odd { background:#eee url(http://www.dolfin.be/skin/frontend/dolfin/default/images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
.best-selling tr.even { background:#fff url(http://www.dolfin.be/skin/frontend/dolfin/default/images/best_selling_tr_even_bg.gif) 0 100% repeat-x; }
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:11px; }
.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover { color:#203548; }
/* ======================================================================================= */


/* 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,
.col3-layout .product-options-bottom .price-box: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-view .product-shop .short-description:after,
.product-view .box-description: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; }
/* ======================================================================================= */

.guest-select {width:305px !important;}
.box-reviews{ text-align: left; }
div.header a{color:#000000;}
/*div.postWrapper {margin-top: 100px;}*/
div.postTitle a, h1, h2, h3, h4, p{color:#000000;}

div.header div.top-header-title{
	margin: 10px;
}
div.header-container div.header div.col div.top-sm-link{
	float: left;
}

div.header-container div.header div.col div.top-sm-link a{
  text-align: center;
}

div.header div.col div.top-sm-link img{
	width: 20px;
}

div.header-container div.header div.col {
	width: 33.3%;
	float: left;
	height: 92px;
	text-align: left;
}

div.header div.nav-container ul#header_info li{
	color: #a7c6dd;
	float: left;
	padding: 5px 12px 6px 8px;
}

div.header div.nav-container ul#header_info{
	width: 918px;
	margin: 0 auto;
	padding: 0 16px;
	font-size: 13px;
}

div.slides_control div.slide a img.auguria-slider-image{
	width: 100%;
	height: 155px;
}

div.main_slider{
	width:100%;
	min-width:1090px;
}

div.page div.home_page_boxes div.mini_slider_box{
	height:100%;
	display: inline-block;
    position: relative;
    left: 0;
    vertical-align:top;
    float:left;
}

div.flexslider div ul.slides li div.flex-caption h3{
	color: #000000;
  font-family: Parisienne-Regular;
}

div.home_page_boxes div.widget-latest{
	width:300px;
	height: 100%;
	display: inline-block;
    position: relative;
    left: 0;
    vertical-align:top;
    float:left;
}

div.home_page_boxes div.widget-latest ul li{
border: 1px solid #9a9a9a;
margin-bottom: 10px;
height: 280px;
margin: 0 0 60px;
}

div.footer-container div.block-subscribe{
	width: 300px;

}

p.link-compare {display: none;}

div.sub_menu_container ul.sub_menu_parent{display: none;}


.page{
	position:relative;
	font-family:"GillSansLight";
	font-size:14px;
	color:#727272;
}

/* Header section */
.page .header-container{
	position:relative;
	clear:both;
	background:#f4f4f4;
}

.page .header-container .top_header_section_wrapper{
	background:#d4d4d4;
}

.page .header-container .top_header_section_wrapper .top_header_section{
	width:980px;
	margin:0 auto;
	color:#727272;
	font-size:15px;
	text-align:right;
	height:34px;
	padding-top:6px;
}

.page .header-container .top_header_section_wrapper .top_header_section #search_mini_form, .page .header-container .top_header_section_wrapper .top_header_section #search_mini_form div{
	display:inline;
}

.page .header-container .top_header_section_wrapper .top_header_section #search_mini_form label{
	display:none;
}

.page .header-container .top_header_section_wrapper .top_header_section #search_mini_form input.input-text{
	width:123px;
	border:1px #b4b4b4 solid;
	background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/search.png) no-repeat #e6e6e6 12px 3px;
	padding-left:53px;
	height:20px;
	font-family:"GillSansLight";
	color:#727272;
	font-size:15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	margin-right:15px;
}

.page .header-container .top_header_section_wrapper .top_header_section #search_mini_form button{
	display:none;
}

.page .header-container .top_header_section_wrapper .top_header_section .top_page_nav{
	display:inline;
}

.page .header-container .top_header_section_wrapper .top_header_section .top_page_nav ul{
	display:inline;
}

.page .header-container .top_header_section_wrapper .top_header_section .top_page_nav ul li{
	display:inline;
	border-right:1px #a0a0a0 solid;
	padding-left:9px;
	padding-right:9px;
}

.page .header-container .top_header_section_wrapper .top_header_section .top_page_nav ul li.last{
	border-right:none;
	padding-right:0;
}

.page .header-container .top_header_section_wrapper .top_header_section .top_page_nav ul li a{
	color:#727272;
	text-decoration:none;
}

.page .header-container .mid_header_section_wrapper .mid_header_section{
	width:980px;
	margin:0 auto;
	text-align:right;
	padding-top:20px;
}

.page .header-container .mid_header_section_wrapper .mid_header_section a{
	text-decoration:none;
	color:#727272;
	font-size:15px;
}

.page .header-container .mid_header_section_wrapper .mid_header_section .logo a{
	display:block;
	float:left;
	margin-left:421px;
	margin-top:4px;
	margin-bottom:29px;
}

.page .header-container .mid_header_section_wrapper .mid_header_section .user_link_nav{
	display:inline;
}

.page .header-container .mid_header_section_wrapper .mid_header_section .cart-summary-top{
	display:inline;
	padding-left:8px;
	padding-right:8px;
	border-right:1px #a0a0a0 solid;
}

.page .header-container .mid_header_section_wrapper .mid_header_section .cart-summary-top span.top-cart-label .cart_qty{
	color:#ff7800;
	font-weight:bold;
}

.page .header-container .mid_header_section_wrapper .mid_header_section .language_switch{
	display:inline;
}

.page .header-container .mid_header_section_wrapper .mid_header_section .user_link_nav a{
	border-right:1px #a0a0a0 solid;
	padding-right:8px;
	padding-left:8px;
}

.page .header-container .mid_header_section_wrapper .mid_header_section .language_switch .form-language{
	float:right;
	padding-left:8px;
}

.page .header-container .mid_header_section_wrapper .mid_header_section .language_switch a{
	display:block;
	border:2px #9e9f9f solid;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px; /* future proofing */
	-khtml-border-radius: 12px; /* for old Konqueror browsers */
	width:22px;
	height:21px;
	font-size:12px;
	font-family:"GillSansBook";
	text-align:center;
	padding-top:1px;
	margin-bottom:7px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	opacity:0.5;
}

.page .header-container .mid_header_section_wrapper .mid_header_section .language_switch a.current{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
}

.page .header-container .bottom_header_section_wrapper .bottom_header_section .header-info{
	border-top:1px #d9d9d9 solid;
	background:#e9e9e9;
	position:relative;
	clear:both;
	height:29px;
}

.page .header-container .bottom_header_section_wrapper .bottom_header_section .header-info ul{
	width:980px;
	margin:0 auto;
}

.page .header-container .bottom_header_section_wrapper .bottom_header_section .header-info ul li{
	float:left;
	font-size:14px;
	color:#666666;
	padding-top:4px;
	height:25px;
}

.page .header-container .bottom_header_section_wrapper .bottom_header_section .header-info ul li img{
	float:left;
	padding-right:8px;
}

.page .header-container .bottom_header_section_wrapper .bottom_header_section .header-info ul li div{
	float:left;
	padding-right:8px;
}

.page .header-container .header-info ul li img{
	padding-top:5px;
}

.page .header-container .header-info ul li.about_link1{
	width:235px;
	text-align:center;
	padding-left:45px;
}

.page .header-container .header-info ul li.about_link1 img{
	padding-top:2px;
}

.page .header-container .header-info ul li.about_link1 > img ~ img{
	padding-top:5px;
}

.page .header-container .header-info ul li.about_link2{
	padding-left:0;
	width:220px;
}

.page .header-container .header-info ul li.about_link3{
	padding-left:0;
	width:200px;
}

.page .header-container .header-info ul li.about_link4{
	width:220px;
	text-align:center;
	padding-left:60px;
}

.page .header-container .nav-container{
	background:#FFFFFF;
	border-bottom:1px #e6e7e7 solid;
}

.page .header-container .nav-container ul#nav{
	clear:both;
	position:relative;
	width:980px;
	margin:0 auto;
	padding-top:10px;
}

.page .header-container .nav-container ul#nav li{
	font-size:19px;
	color:#a0a0a0;
	float:left;
	line-height:100%;
	padding-right:25px;
}

.page .header-container .nav-container ul#nav li.home{
  padding-right:128px;
	padding-right:20px;
  /*width:70px;*/
	width:20px;
}

.page .header-container .nav-container ul#nav li.home a img{
	border:none;
}

.page .header-container .nav-container ul#nav li a{
	color:#a0a0a0;
	height:30px;
	display:block;
	text-decoration:none;
}

.page .header-container .nav-container ul#nav li a:hover{
	color:#000000;
}

.page .header-container .nav-container ul#nav li.home a:hover{
	background:none;
}

.page .header-container .nav-container ul#nav .submenu_wrapper{
	border:1px #e6e7e7 solid;
	position:absolute;
	left:50px;
	top:40px;
	color:#585858;
	width:875px;
	z-index:100;
	background:#fcfaf9;
	padding-bottom:40px;
  display:none;
}

.page .header-container .nav-container ul#nav .submenu_wrapper.sub_40 .submenu_inner_wrapper{
	background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/menu_bg.png) no-repeat 179px top;
	margin-top:-1px;
}

.page .header-container .nav-container ul#nav .submenu_wrapper.sub_41 .submenu_inner_wrapper{
	background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/menu_bg.png) no-repeat 285px top;
	margin-top:-1px;
}

.page .header-container .nav-container ul#nav .submenu_wrapper.sub_42 .submenu_inner_wrapper{
	background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/menu_bg.png) no-repeat 657px top;
	margin-top:-1px;
}

.page .header-container .nav-container ul#nav .submenu_wrapper.sub_43 .submenu_inner_wrapper{
	background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/menu_bg.png) no-repeat 398px top;
	margin-top:-1px;
}

.page .header-container .nav-container ul#nav .submenu_wrapper.sub_44 .submenu_inner_wrapper{
	background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/menu_bg.png) no-repeat 525px top;
	margin-top:-1px;
}

.page .header-container .nav-container ul#nav ul{
	padding:25px 20px 0 20px;
}

.page .header-container .nav-container ul#nav ul li{
	padding-right:0;
	width:223px;
	float:left;
	height:auto;
	padding-right:55px;
	font-size:14px;
	padding-bottom:5px;
}

.page .header-container .nav-container ul#nav ul li a{
	height:auto;
	color:#585858;
	padding:0;
	font-family:"GillSansBook";
	font-weight:bold;
}

.page .header-container .nav-container ul#nav ul li a:hover{
	background:none;
	color:#ff7800 !important;
}

.page .header-container .nav-container ul#nav ul li img{
	border:1px #e2e2e2 solid;
	width:172px;
	height:146px;
	margin-top:20px;
}

.page .header-container .nav-container ul#nav ul ul{
	position:relative;
	width:auto;
	left:auto;
	top:auto;
	padding:5px 0 25px 0;
	border:none;
	background:none;
}

.page .header-container .nav-container ul#nav ul ul li{
	float:none;
	padding:0 0 5px 0;
}

.page .header-container .nav-container ul#nav ul ul li a, .page .header-container .nav-container ul#nav ul.submenu_children li a{
  font-family:"GillSansLight";
  font-weight:normal;
}

/* Banner section */
.page .main-container .col-main{
	padding-bottom:0;
}

.page .main-container .col-main .flexslider{
	margin-bottom:0;
	overflow:hidden;
}

.page .main-container .flexslider .slides{
  max-height: 465px;
}

.page .main-container .flexslider .slides img{
	width:100%;
}


.page .main-container .flexslider .flex-caption{
    margin:0 auto;
    position:relative;
    width:980px;
}

.page .main-container .flexslider .slides h3{
	position:absolute;
	right:117px;
	top:70px;
	z-index:1;
}


@media only screen and (max-width: 1400px) {
.page .main-container .flexslider .slides h3{
    top:65px;
}
}

.page .main-container .flexslider .slides h3 img{
	width:343px;
	height:334px;
}

.page .main-container .flexslider .slides .child_image{
	position:absolute;
	left:82px;
	top:85px;
	z-index:1;
	color:#ffffff;
	font-size:36px;
	height:325px;
	overflow:hidden;
	width:268px;
}


@media only screen and (max-width: 1400px) {
.page .main-container .flexslider .slides .child_image{
    top:80px;
}
}

.page .main-container .flexslider .slides .child_image h3{
	position:relative;
	right:auto;
	top:auto;
	font-size:36px;
	font-weight:normal;
	font-style:italic;
}

.page .main-container div.flexslider div ul.slides li div.flex-caption h3{
	color:#ffffff;
}

.page .main-container div.flexslider div ul.slides li div.flex-caption p{
	color:#ffffff;
	font-family:"GillSansBook";
	font-style:italic;
	font-weight:bold;
}

.page .main-container .col-main .flexslider .flex-control-nav{
	bottom:1%;
}

.page .main-container .col-main .flexslider .flex-control-paging li a{
	background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/banner_pagination.png) no-repeat;
	width:12px;
	height:12px;
}

.page .main-container .col-main .flexslider .flex-control-paging li a:hover, .page .main-container .col-main .flexslider .flex-control-paging li a.flex-active{
	background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/banner_pagination_h.png) no-repeat;
}

.page .main-container .col-main .flexslider .flex-direction-nav{
	position:relative;
	width:980px;
	margin:0 auto;
}

.page .main-container .col-main .flexslider .flex-direction-nav a.flex-next:before{
	content:"";
}

.page .main-container .col-main .flexslider .flex-direction-nav a{
	top:-205px;
}

@media only screen and (max-width: 1200px) {
.page .main-container .col-main .flexslider .flex-direction-nav a{
	top:-220px;
}
}

@media only screen and (min-width: 1201px) and (max-width: 1300px) {
.page .main-container .col-main .flexslider .flex-direction-nav a{
	top:-230px;
}
}

@media only screen and (min-width: 1301px) and (max-width: 1400px) {
.page .main-container .col-main .flexslider .flex-direction-nav a{
	top:-215px;
}
}

@media only screen and (min-width: 1401px) and (max-width: 1500px) {
.page .main-container .col-main .flexslider .flex-direction-nav a{
	top:-230px;
}
}

@media only screen and (min-width: 1501px) and (max-width: 1600px) {
.page .main-container .col-main .flexslider .flex-direction-nav a{
	top:-220px;
}
}

.page .main-container .col-main .flexslider .flex-direction-nav a.flex-prev{
	background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/banner_prev.png) no-repeat;
	width:17px;
	height:30px;
	text-indent:-9999px;
	overflow:hidden;
}

.page .main-container .col-main .flexslider .flex-direction-nav a.flex-next{
	background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/banner_next.png) no-repeat;
	width:17px;
	height:30px;
	text-indent:-9999px;
	overflow:hidden;
	text-align:left;
}

.banner_sep{
	background:#383331;
	height:30px;
	width:100%;
}

/* Homepage box section */
.page .home_page_boxes{
	width:100%;
	background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/slider_bg.jpg);
	height:608px;
}

.page .home_page_boxes .home_page_boxes_container{
	width:980px;
	margin:0 auto;
	padding-top:80px;
}

.page .home_page_boxes .home_page_boxes_container .mini_slider_box{
	width:278px;
	background:#ffffff;
	border:1px #e2e2e2 solid;
  height: 450px;
}

.page .home_page_boxes .home_page_boxes_container .mini_slider_box h2{
	font-size:24px !important;
	color:#383331;
	font-weight:normal;
	padding:7px 0;
	text-align:center;
	border-bottom:1px #e2e2e2 solid;
	margin:0;
	line-height:100%;
}

.page .home_page_boxes .home_page_boxes_container .mini_slider_box.left_slider h2{
	background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/favoris_title.png) no-repeat 11px 11px;
}

.page .home_page_boxes .home_page_boxes_container .mini_slider_box.mid_slider h2{
	background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/offrir_title.png) no-repeat 11px 8px;
}

.page .home_page_boxes .home_page_boxes_container .mini_slider_box.right_slider h2{
	background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/news_title.png) no-repeat 11px 6px;
}

.page .home_page_boxes .home_page_boxes_container .mini_slider_box.left_slider, .page .home_page_boxes .home_page_boxes_container .mini_slider_box.mid_slider{
	margin-right:70px;
}

.page .home_page_boxes .home_page_boxes_container .mini_slider_box .flexslider{
	margin-bottom:0;
}

.page .home_page_boxes .home_page_boxes_container .mini_slider_box .flexslider ul.slides li{
	position:relative;
}

.page .home_page_boxes .home_page_boxes_container .mini_slider_box .flexslider .slides .img_container{
	 background:#f3f3f3;
	 width:100%;
	 height:241px;
}

.page .home_page_boxes .home_page_boxes_container .mini_slider_box .flexslider .slides .img_container img{
	max-width:100%;
	max-height:241px;
	margin:0 auto;
	width:auto;
}

.page .home_page_boxes .home_page_boxes_container .mini_slider_box .flexslider ul.slides li div.flex-caption{
	font-size:15px;
	color:#553725;
	position:relative;
	background:#fcfcfc;
	background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/mini_slider_sep.png) no-repeat;
	padding-top:13px;
	z-index:2;
	margin-top:-10px;
}

.page .home_page_boxes .home_page_boxes_container .mini_slider_box .flexslider ul.slides li div.flex-caption .link_wrapper{
	display: none;
	position:absolute;
	width:278px;
	z-index:0;
	left:0;
	top:-30px;
	height:40px;
	text-align:center;
	padding-top:7px;
}

.page .home_page_boxes .home_page_boxes_container .mini_slider_box .flexslider ul.slides li div.flex-caption .link_wrapper:after{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:#ffffff;
	-khtml-opacity:.3;
	-moz-opacity:.3;
	-ms-filter:”alpha(opacity=30)”;
	filter:alpha(opacity=30);
	opacity:.30;
	font-size:15px;
	color:#553725;
	text-align:center;
	border-top:1px #e2e2e2 solid;
	width:278px;
	z-index:-1;
	height:40px;
	content: "";
}

.page .home_page_boxes .home_page_boxes_container .mini_slider_box .flexslider ul.slides li div.flex-caption .link_wrapper a{
	text-decoration:none;
	color:#393331;
	font-size:14px;
}

.page .home_page_boxes .home_page_boxes_container .mini_slider_box .flexslider ul.slides li div.flex-caption h3{
	padding-bottom:0;
	margin-bottom:0;
	padding:20px 18px 0 18px;
	font-family:"GillSansBook";
	font-weight:normal;
}

.page .home_page_boxes .home_page_boxes_container .mini_slider_box .flexslider ul.slides li div.flex-caption h3 a{
	text-decoration:none;
	color:#383331;
	font-size:18px;
}

.page .home_page_boxes .home_page_boxes_container .mini_slider_box .flexslider ul.slides li div.flex-caption h3 a:hover{
	text-decoration:none;
	color:#ff7800;
}

.page .home_page_boxes .home_page_boxes_container .mini_slider_box .flexslider ul.slides li div.flex-caption p{
	color:#383331;
	padding-left:18px;
}

.page .home_page_boxes .home_page_boxes_container .mini_slider_box .flexslider ul.slides li div.flex-caption .prod_price{
	font-size:20px;
	color:#ff7800;
	font-family:"GillSansBook";
	padding-left:20px;
	padding-top:25px;
	padding-bottom:9px;
	width:auto;
	float:left;
}

.page .home_page_boxes .home_page_boxes_container .mini_slider_box .flexslider ul.slides li div.flex-caption button.add-to-cart{
	background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/produweb/picto-cart.png) no-repeat top right;
	border:none;
	float:right;
	margin-right:10px;
	padding-right:26px;
	font-size:14px;
	color:#727272;
	font-family:"GillSansLight";
	margin-top:32px;
	min-height:17px;
	cursor:pointer;
}

.page .home_page_boxes .home_page_boxes_container .mini_slider_box .flexslider .flex-control-nav{
	bottom:-43px;
}

.page .home_page_boxes .home_page_boxes_container .mini_slider_box #news_slider .flexslider .flex-control-nav{
	bottom:-33px;
}

.page .home_page_boxes .home_page_boxes_container .mini_slider_box .flexslider .flex-control-paging{
	display:none;
}

.page .home_page_boxes .home_page_boxes_container .mini_slider_box .flex-direction-nav a:before{
	font-size:11px;
	color:#ffffff;
}

.page .home_page_boxes .home_page_boxes_container .mini_slider_box .flex-direction-nav a {
	top:100px;
	width:9px;
	height:16px;
    margin:0;
	overflow:hidden;
	text-indent:-9999px;
}

.page .home_page_boxes .home_page_boxes_container .mini_slider_box .flex-direction-nav a.flex-prev{
	background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/mini_slider_prev.png) no-repeat;
}

.page .home_page_boxes .home_page_boxes_container .mini_slider_box .flex-direction-nav a.flex-next{
	background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/mini_slider_next.png) no-repeat;
	text-align:left;
}

.page .home_page_boxes .home_page_boxes_container .mini_slider_box #news_slider .flex-direction-nav a {
	top:100px;
}

.clear{
	clear:both;
}

/* Content page */
.page .main-container.content-page-layout{
	width:980px;
	margin:0 auto;
	position:relative;
	clear:both;
	padding-top:25px;
}

.page .main-container.content-page-layout .main .col-left{
	width:280px;
	float:left;
	padding-bottom:25px;
}

.page .main-container.content-page-layout .main .col-main{
	width:698px;
	float:right;
	padding-bottom:25px;
}

.page .main-container.content-page-layout .main .col-left ul{
	width:212px;
}

.page .main-container.content-page-layout .main .col-left ul li a{
	color:#523726;
	text-decoration:none;
	display:block;
	height:26px;
	border-top:1px #FFFFFF solid;
	padding-left:12px;
	padding-right:12px;
	padding-top:4px;
}

.page .main-container.content-page-layout .main .col-left ul li a:hover, .page .main-container.content-page-layout .main .col-left ul li a.active{
	background:#e0e0e0;
	border-top:1px #c9c9c9 solid;
}

.page .main-container.content-page-layout .main .col-main .page-title{
	margin-bottom:15px;
	border-bottom:1px #c9c9c9 solid;
}
.quick-order-form .page-title{margin-bottom:8px;}
.page .main-container .main .col-main .page-title h1{
	padding-bottom:10px;
	font-size:30px;
	font-weight:bold;
	color:#ff7800;
	margin:0;
	font-family:"GillSansBook";
}

.page .main-container.content-page-layout .main .col-main p{
	color:#383331;
}

.page .main-container.content-page-layout .main .col-main h2{
	font-family:"GillSansBook";
	color:#383331;
	font-weight:bold;
	padding:5px 0;
}

.page .main-container.content-page-layout .main .col-main img{
	float:right;
	padding:20px 20px 0 20px;
}

/* Product Detail page */
.catalog-product-view .page .col2-left-layout .main{
	padding-bottom:40px;
	width:980px;
	margin:0 auto;
}

.catalog-product-view .page .col2-left-layout .col-left{
	display:none;
}

.catalog-product-view .page .col2-left-layout .col-main{
	width:980px;
}

.catalog-product-view .page .col2-left-layout .col-main .product-view{
	padding-top:40px;
}

.catalog-product-view .page .col2-left-layout .col-main .product-view .product-essential .product-img-box{
	float:left;
	width:280px;
	margin-right:30px;
}

.catalog-product-view .page .col2-left-layout .col-main .product-view .product-essential .prod_details_box{
	float:left;
	width:418px;
	margin-right:20px;
	color:#383331;
}

.catalog-product-view .page .col2-left-layout .col-main .product-view .product-essential .prod_link_box{
	float:right;
	width:230px;
}

.catalog-product-view .page .col2-left-layout .col-main .product-view .product-essential .product-img-box .product-image{
	width:278px;
	height:238px;
	border:1px #d6d6d6 solid;
	text-align:center;
}

.catalog-product-view .page .col2-left-layout .col-main .product-view .product-essential .product-img-box .product-image img{
	width:auto;
	max-width:278px;
	max-height:238px;
	margin:0 auto;
}

.catalog-product-view .page .col2-left-layout .col-main .product-view .product-essential .product-img-box .more-views ul{
	margin-left:-20px;
}

.catalog-product-view .page .col2-left-layout .col-main .product-view .product-essential .product-img-box .more-views ul li a{
	margin-left:20px;
	margin-top:20px;
	width:78px;
	height:78px;
	text-align:center;
}

.catalog-product-view .page .col2-left-layout .col-main .product-view .product-essential .product-img-box .more-views ul li a img{
	max-width:78px;
	max-height:78px;
	height:100%;
	width:auto;
}

.catalog-product-view .page .col2-left-layout .col-main .product-view .product-essential .prod_details_box .product-shop .product-name h1{
	font-size:24px;
	font-weight:bold;
	color:#383331;
	font-family:"GillSansMedium";
}

.catalog-product-view .page .col2-left-layout .col-main .product-view .product-essential .prod_details_box ul.tabs{
	background:#efefef;
	border-bottom:none;
}

.catalog-product-view .page .col2-left-layout .col-main .product-view .product-essential .prod_details_box ul.tabs li{
	background:none;
	font-size:16px;
	border-right:none;
	border-left:none;
}

.catalog-product-view .page .col2-left-layout .col-main .product-view .product-essential .prod_details_box ul.tabs li.active{
	background:#e0e0e0;
}

.catalog-product-view .page .col2-left-layout .col-main .product-view .product-essential .prod_details_box ul.tabs li a{
	color:#797979;
	padding:12px 10px;
}

.catalog-product-view .page .col2-left-layout .col-main .product-view .product-essential .prod_details_box ul.tabs li.active a{
	color:#000000;
	background:none;
	font-weight:normal;
}

.catalog-product-view .page .col2-left-layout .col-main .product-view .product-essential .prod_details_box .padder{
	padding-bottom:30px;
	margin-bottom:17px;
	border-bottom:1px #c9c9c9 solid;
}

.catalog-product-view .page .col2-left-layout .col-main .product-view .product-essential .prod_details_box .product-shop .review_summary_box{
	float:left;
	width:300px;
	line-height:100%;
}

.catalog-product-view .page .col2-left-layout .col-main .product-view .product-essential .prod_details_box .product-shop .review_summary_box .rating-box{
	margin-right:12px;
}

.catalog-product-view .page .col2-left-layout .col-main .product-view .product-essential .prod_details_box .product-shop .review_summary_box .rating-links a{
	color:#383331;
	text-decoration:none;
}

.catalog-product-view .page .col2-left-layout .col-main .product-view .product-essential .prod_details_box .product-shop .availability_box{
	float:right;
	width:118px;
	line-height:100%;
	text-align:right;
}

.catalog-product-view .page .col2-left-layout .col-main .product-view .product-essential .prod_link_box .sm_button_set a{
	text-decoration:none;
	text-indent:9999px;
	overflow:hidden;
	float:right;
	margin-left:4px;
}

.catalog-product-view .page .col2-left-layout .col-main .product-view .product-essential .prod_link_box .sm_button_set a.facebook{
	background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/facebook.png) no-repeat;
	display:block;
	width:24px;
	height:25px;
}

.catalog-product-view .page .col2-left-layout .col-main .product-view .product-essential .prod_link_box .sm_button_set a.facebook:hover{
	background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/facebook_h.png) no-repeat;
}

.catalog-product-view .page .col2-left-layout .col-main .product-view .product-essential .prod_link_box .sm_button_set a.google{
	background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/google.png) no-repeat;
	display:block;
	width:25px;
	height:25px;
}

.catalog-product-view .page .col2-left-layout .col-main .product-view .product-essential .prod_link_box .sm_button_set a.google:hover{
	background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/google_h.png) no-repeat;
}

.catalog-product-view .page .col2-left-layout .col-main .product-view .product-essential .prod_link_box .sm_button_set a.pinterest{
	background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/pinterest.png) no-repeat;
	display:block;
	width:24px;
	height:25px;
}

.catalog-product-view .page .col2-left-layout .col-main .product-view .product-essential .prod_link_box .sm_button_set a.pinterest:hover{
	background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/pinterest_h.png) no-repeat;
}

.catalog-product-view .page .col2-left-layout .col-main .product-view .product-essential .prod_link_box .sm_button_set a.twitter{
	background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/twitter.png) no-repeat;
	display:block;
	width:24px;
	height:25px;
}

.catalog-product-view .page .col2-left-layout .col-main .product-view .product-essential .prod_link_box .sm_button_set a.twitter:hover{
	background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/twitter_h.png) no-repeat;
}

.catalog-product-view .page .col2-left-layout .col-main .product-view .product-essential .prod_link_box .price-box{
	padding-top:30px;
	padding-bottom:10px;
	font-weight:bold;
	font-size:24px;
	color:#ff7800;
	border-bottom:1px #f1f1f1 solid;
	clear:both;
}

.catalog-product-view .page .col2-left-layout .col-main .product-view .product-essential .prod_link_box .add-to-box{
	text-align:right;
	width:100%;
	padding-top:15px;
}

.catalog-product-view .page .col2-left-layout .col-main .product-view .product-essential .prod_link_box .add-to-box label{
	color:#4b4646;
	padding-right:15px;
	font-family:"GillSansMedium";
}

.catalog-product-view .page .col2-left-layout .col-main .product-view .product-essential .prod_link_box .add-to-box input.input-text{
	border:1px #a6a6a6 solid;
	background:none;
	text-align:center;
	font-family:"GillSansBook";
	color:#4b4646;
	width:auto;
}

.catalog-product-view .page .col2-left-layout .col-main .product-view .product-essential .prod_link_box .add-to-box button.button{
	background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/cart_white.png) no-repeat 32px 9px #ff7800;
	padding-left:25px;
	font-family:"GillSansBook";
	color:#ffffff;
	margin-top:9px;
	clear:both;
	width:100%;
	height:40px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px; /* future proofing */
	-khtml-border-radius:5px; /* for old Konqueror browsers */
}

.catalog-product-view .page .col2-left-layout .col-main .product-view .product-essential .prod_link_box .add-to-box .add-to-links{
	display:none;
}

.catalog-product-view .page .col2-left-layout .col-main .product-view .product-essential .prod_link_box .add-to-box button.button span{
	background:none;
	border:none;
	font-size:15px;
	color:#ffffff;
}

/* Similar products section */
.catalog-product-view .page .col2-left-layout .col-main .upsell_wrapper{
	background:#f1f1f1;
}

.catalog-product-view .page .col2-left-layout .col-main .upsell_wrapper .box-up-sell{
	clear:both;
	position:relative;
	/*padding-top:25px;
	padding-bottom:55px;*/
  padding: 25px 10px;
	width:980px;
	margin:50px auto 0;
}

.catalog-product-view .page .col2-left-layout .col-main .upsell_wrapper .box-up-sell h2{
	color:#383331;
	/*padding-bottom:35px;*/
  padding: 0px 0px 10px 10px;
	font-size:24px;
	font-weight:bold;
}

.catalog-product-view .page .col2-left-layout .col-main .upsell_wrapper .box-up-sell table tr td{
	/*background:#f8f6f7;*/
	background:#ffffff;
	border:1px #dbdbdb solid;
	margin-right:20px;
	width:224px;
	display:inline-block;
	position:relative;
	height:350px;
	overflow:hidden;
}

.catalog-product-view .page .col2-left-layout .col-main .upsell_wrapper .box-up-sell table tr td.empty{
	display:none;
}

.catalog-product-view .page .col2-left-layout .col-main .upsell_wrapper .box-up-sell table tr td.last{
	margin-right:0;
}

.catalog-product-view .page .col2-left-layout .col-main .upsell_wrapper .box-up-sell table tr td a.product-image{
	text-decoration:none;
	width:100%;
	height:203px;
	text-align:center;
	display:block;
}

.catalog-product-view .page .col2-left-layout .col-main .upsell_wrapper .box-up-sell table tr td a.product-image img{
	border:none;
	max-width:226px;
	max-height:203px;
	width:auto !important;
	height:100%;
}

.catalog-product-view .page .col2-left-layout .col-main .upsell_wrapper .box-up-sell table tr td .link_wrapper{
    background:#f8f6f7;
    border-top:1px solid #e2e2e2;
    color:#553725;
    font-size:15px;
    left:0;
    opacity:0.75;
    padding:5px 0;
    position:absolute;
    text-align:center;
    top:169px;
    width:224px;
}

.catalog-product-view .page .col2-left-layout .col-main .upsell_wrapper .box-up-sell table tr td .link_wrapper a{
	color:#393331;
	text-decoration:none;
}

.catalog-product-view .page .col2-left-layout .col-main .upsell_wrapper .box-up-sell table tr td h3{
	padding-left:10px;
	font-size:15px;
	font-weight:bold;
	background: url("http://www.dolfin.be/skin/frontend/dolfin/default/images/similar_pro_bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	padding-top:30px;
}

.catalog-product-view .page .col2-left-layout .col-main .upsell_wrapper .box-up-sell table tr td p{
	padding-left:10px;
	font-size:15px;
}

.catalog-product-view .page .col2-left-layout .col-main .upsell_wrapper .box-up-sell table tr td div.prod_price{
	font-family:"GillSansBook";
	font-size:17px;
	color:#ff7800;
	float:left;
	width:73px;
	padding-left:10px;
	margin-top:5px;
}

.catalog-product-view .page .col2-left-layout .col-main .upsell_wrapper .box-up-sell table tr td button.add-to-cart{
	background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/produweb/picto-cart.png) no-repeat top right;
	border:none;
	float:right;
	padding-right:26px;
	font-size:14px;
	color:#727272;
	font-family:"GillSansLight";
	min-height:17px;
	margin:9px 10px 20px 0;
	cursor:pointer;
}

.catalog-product-view .page .col2-left-layout .col-main .upsell_wrapper .box-up-sell table tr td h3.product-name a{
	text-decoration:none;
	color:#000000;
}

/* Comments Section */
.catalog-product-view .page .col2-left-layout .col-main #customer-reviews{
	padding-top:35px;
	clear:both;
	position:relative;
	width:980px;
	margin:0 auto;
}

.catalog-product-view .page .col2-left-layout .col-main #customer-reviews h2{
	font-size:22px;
	font-family:"GillSansBook";
	font-weight:bold;
}

.catalog-product-view .page .col2-left-layout .col-main #customer-reviews .review_bar{
	clear:both;
}

.catalog-product-view .page .col2-left-layout .col-main #customer-reviews .review_bar dt{
	padding-top:20px;
}

.catalog-product-view .page .col2-left-layout .col-main #customer-reviews .review_bar .image_stars_wrapper{
	width:150px;
	float:left;
}

.catalog-product-view .page .col2-left-layout .col-main #customer-reviews .review_bar .reviewer_image{
	width:130px;
	background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/comment_user.png) no-repeat;
	height:130px;
	margin-left:20px;
	text-align:center;
}

.catalog-product-view .page .col2-left-layout .col-main #customer-reviews .review_bar .reviewer_image img{
	margin:0 auto;
	width:116px !important;
	height:116px !important;
	padding-top:7px;
}

.catalog-product-view .page .col2-left-layout .col-main #customer-reviews .review_bar .rating_stars{
	width:130px;
	margin-left:20px;
	margin-top:10px;
}

.catalog-product-view .page .col2-left-layout .col-main #customer-reviews .review_bar .rating_stars th{
	display:none;
}

.catalog-product-view .page .col2-left-layout .col-main #customer-reviews .review_bar .review_details{
	width:730px;
	float:right;
	word-break:break-all;
	color:#383331;
	border-bottom:1px #e1e1e1 solid;
	padding-bottom:25px;
}

.catalog-product-view .page .col2-left-layout .col-main #customer-reviews .review_bar .review_details h3{
	color:#383331;
	font-size:18px;
}

.catalog-product-view .page .col2-left-layout .col-main #customer-reviews .review_bar .review_details p{
	padding-bottom:15px;
	color:#383331;
}

.catalog-product-view .page .col2-left-layout .col-main #customer-reviews .review_bar .review_details p.review_date{
	font-style:italic;
}

div.review_link_wrapper{
	clear:both;
	position:relative;
	padding-top:60px;
	/*padding-left:250px;*/
}

div.review_link_wrapper a#review_link{
	border:1px #393331 solid;
	display:block;
	clear:both;
	width:228px;
	text-align:center;
	text-decoration:none;
	font-family:"GillSansBook";
	color:#393331;
	font-size:16px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px; /* future proofing */
	-khtml-border-radius:4px; /* for old Konqueror browsers */
	margin:0 auto;
}

/* Listing page */
.page .main-container.prod-list-container{
	clear:both;
	position:relative;
	width:980px;
	margin:0 auto;
}

.page .main-container.prod-list-container .col-left{
	width:251px;
	float:left;
	padding:0 15px;
}

.page .main-container.prod-list-container .col-main{
	width:699px;
	float:left;
}


.page .main-container.news-list-container{
  clear:both;
  position:relative;
  width:980px;
  margin:0 auto;
}

.page .main-container .breadcrumbs{
	padding-top:20px;
}

.page .main-container .breadcrumbs ul li{
	color:#ff7800;
	font-size:16px;
}

.page .main-container .breadcrumbs ul li strong{
	font-weight:400;
}

.page .main-container .breadcrumbs ul li span{
	color:#ff7800;
	padding:0 5px;
}

.page .main-container .breadcrumbs ul li a{
	color:#a0a0a0;
	text-decoration:none;
}

.page .main-container .breadcrumbs ul li a:hover{
	text-decoration:underline;
}

.page .main-container.prod-list-container .col-left #layered-navigation .block-layered-nav.block{
	border:none;
}

.page .main-container.prod-list-container .col-left #layered-navigation .block-layered-nav.block .currently, .page .main-container.prod-list-container .col-left #layered-navigation .block-layered-nav.block .actions{
	display:none;
}

.page .main-container.prod-list-container .col-left #layered-navigation .block-layered-nav.block dl{
	font-size:15px;
}

.page .main-container.prod-list-container .col-left #layered-navigation .block-layered-nav.block dl dt{
	color:#ff7800;
	padding-bottom:12px;
}

.page .main-container.prod-list-container .col-left #layered-navigation .block-layered-nav.block dl dd ol{
	padding-bottom:20px;
	font-size:14px;
}

.page .main-container.prod-list-container .col-left #layered-navigation .block-layered-nav.block dl dd ol li a{
	color:#383331;
	text-decoration:none;
}

.page .main-container.prod-list-container .col-left #layered-navigation .block-layered-nav.block dl dd ol li input[type=checkbox]{
	margin-right:5px;
}

.page .main-container.prod-list-container .col-left #layered-navigation h2{
	color:#ff7800;
	margin-top:50px;
	font-size:16px;
}

.page .main-container.prod-list-container .col-main #catalog-listing .category-products{
	padding-top:15px;
}

.page .main-container.prod-list-container .col-main #catalog-listing .category-products .pager{
	color:#383331;
	font-size:13px;
	text-align:left;
}

.page .main-container.prod-list-container .col-main #catalog-listing .category-products .pager .amount{
	width:180px;
}

.page .main-container.prod-list-container .col-main #catalog-listing .category-products .pager .limiter{
	width:130px;
	overflow:hidden;
	background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/select_arrow.png) no-repeat top right;
	height:23px;
	padding-right:30px;
}

.page .main-container.prod-list-container .col-main #catalog-listing .category-products .pager .sort-by{
	width:155px;
	overflow:hidden;
	background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/select_arrow.png) no-repeat top right;
	height:23px;
	padding-right:30px;
	margin:0 auto;
}

.page .main-container.prod-list-container .col-main #catalog-listing .category-products .pager select{
	width:202px;
	background:none;
	color:#383331;
  border: 0px;
  outline: 0px;
  -webkit-appearance: none;
}

.page .main-container.prod-list-container .col-main #catalog-listing .category-products ul.products-grid{
	padding-bottom:50px;
}

.page .main-container.prod-list-container .col-main #catalog-listing .category-products ul.products-grid li.item{
	width:217px;
	height:240px;
	padding-left:15px;
	padding-top:15px;
	float:left;
	position:relative;
	overflow:hidden;
}

.page .main-container.prod-list-container .col-main #catalog-listing .category-products ul.products-grid li.item .prod_img_box{
	width:100%;
	height:186px;
	background:#f7f7f7;
	position:relative;
}

.page .main-container.prod-list-container .col-main #catalog-listing .category-products ul.products-grid li.item .prod_img_box a{
	text-decoration:none;
	display:block;
	text-align:center;
	z-index:-3;
}

.page .main-container.prod-list-container .col-main #catalog-listing .category-products ul.products-grid li.item .prod_img_box a img{
	border:none;
	max-width:217px;
	max-height:186px;
	z-index:-3;
  padding-top: 10px;
}


.page .main-container.prod-list-container .col-main #catalog-listing .category-products ul.products-grid li.item div.prod_action_box{
  display: none;
  position:absolute;
  width:217px;
  height:53px;
  text-align:center;
  z-index:0;
  left:0;
  /*top:0;*/
    bottom:0;
}

.page .main-container.prod-list-container .col-main #catalog-listing .category-products ul.products-grid li.item div.prod_action_box::after{
  position:absolute;
  /*top:0;*/
  left:0;
  bottom:0;
  right:0;
  width:217px;
  height:53px;
  text-align:center;
  background-color:#ff7800;
  z-index:-1;
  filter:alpha(opacity=50);
  -moz-opacity:0.5;
  -khtml-opacity:0.5;
  opacity:0.5;
  content: "";
}

.page .main-container.prod-list-container .col-main #catalog-listing .category-products ul.products-grid li.item .prod_img_box div.prod_action_box button.button{
	padding-top:7px;
}

.page .main-container.prod-list-container .col-main #catalog-listing .category-products ul.products-grid li.item .prod_img_box div.prod_action_box button.button span{
  background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/cart_h_small.png) no-repeat 13px top;
  width:217px;
    height:37px;
  border:none;
  padding:0;
  padding-top:10px;
  color:#ffffff;
  font-size:13px;
  font-weight:700;
  padding-left: 69px;
  text-align: left;
}

.page .main-container.prod-list-container .col-main #catalog-listing .category-products ul.products-grid li.item .prod_img_box div.prod_action_box button.button span span{
	background:none;
	padding:0;
}

.page .main-container.prod-list-container .col-main #catalog-listing .category-products ul.products-grid li.item .product-info{
	padding-top:15px;
	color:#523726;
	font-size:14px;
}

.page .main-container.prod-list-container .col-main #catalog-listing .category-products ul.products-grid li.item .product-info .pro-content-wrapper{
	float:left;
	width:140px;
	padding-right:10px;
}

.page .main-container.prod-list-container .col-main #catalog-listing .category-products ul.products-grid li.item .product-info a{
	text-decoration:none;
	color:#523726;
}

.page .main-container.prod-list-container .col-main #catalog-listing .category-products ul.products-grid li.item .product-info a:hover{
	text-decoration:underline;
}

.page .main-container.prod-list-container .col-main #catalog-listing .category-products ul.products-grid li.item .product-info .price-box{
	color:#ff7800;
	font-size:17px;
	float:right;
	width:66px;
	text-align:center;
	font-weight:700;
}

.page .main-container.prod-list-container .col-main #catalog-listing .category-products .toolbar-bottom{
	clear:both;
}

.page .main-container.prod-list-container .col-main #catalog-listing .category-products .toolbar-bottom .pager .amount, .page .main-container.prod-list-container .col-main #catalog-listing .category-products .toolbar-bottom .pager .limiter, .page .main-container.prod-list-container .col-main #catalog-listing .category-products .toolbar-bottom .pager .sort-by{
	display:none;
}

/* Cart page */
.page .main-container.col1-layout{
	clear:both;
	width:980px;
	margin:0 auto;
}

.checkout-cart-index .page .main-container.col1-layout{
  clear:both;
  width:980px;
  margin:0 auto;
}

.page .main-container .cart .page-title button.button span{
	border:none;
	font-weight:400;
}
.page .main-container .cart .page-title button.button span span{
  height:30px;
}

.page .main-container.col1-layout .cart #shopping-cart-table.data-table{
	border:none;
}

.page .main-container.col1-layout .cart #shopping-cart-table.data-table thead tr.last th{
	background:none;
	border-right:none;
	border-bottom:1px #eeeeee solid !important;
	color:#ff7800;
}

.page .main-container.col1-layout .cart #shopping-cart-table.data-table th, .page .main-container.col1-layout .cart #shopping-cart-table.data-table td{
	border-right:none;
	border-bottom:none;
}

.page .main-container.col1-layout .cart #shopping-cart-table.data-table tr.odd, .page .main-container.col1-layout .cart #shopping-cart-table.data-table tr.even{
	background:none;
}

.page .main-container.col1-layout .cart #shopping-cart-table.data-table td{
	text-align:left;
}

.page .main-container.col1-layout .cart #shopping-cart-table.data-table tbody tr td .product-image a{
	display:block;
	text-align:center;
}

.page .main-container.col1-layout .cart #shopping-cart-table.data-table tbody tr td .product-image a img{
	max-width:117px;
	max-height:90px;
	width:auto;
	height:auto;
}

.page .main-container.col1-layout .cart #shopping-cart-table.data-table tbody tr td h2.product-name{
	margin-bottom:0;
}

.page .main-container.col1-layout .cart #shopping-cart-table.data-table tbody tr td h2.product-name a{
	text-decoration:none;
	color:#523726;
	font-weight:500;
	font-size:16px;
}

.page .main-container.col1-layout .cart #shopping-cart-table.data-table tbody tr td h2.product-name a:hover{
	text-decoration:underline;
}

.page .main-container.col1-layout .cart #shopping-cart-table.data-table tbody tr td p.pro-desc{
	color:#563723;
	font-size:13px;
	padding-bottom:30px;
}

.page .main-container.col1-layout .cart #shopping-cart-table.data-table tbody tr td span.pro-ref{
	color:#ff7800;
	font-size:13px;
}

.page .main-container.col1-layout .cart #shopping-cart-table.data-table tbody tr td input[type=button].qtyminus, .page .main-container.col1-layout .cart #shopping-cart-table.data-table tbody tr td input[type=button].qtyplus{
	background:#ff7800;
	color:#ffffff;
	font-size:14px;
	border:none;
	width:17px;
	height:17px;
}

.page .main-container.col1-layout .cart #shopping-cart-table.data-table tbody tr td input.input-text.qty{
	background:none;
	border:1px #ff7800 solid;
	width:15px !important;
	height:15px;
	padding:0;
	color:#383331;
	font-size:14px;
	text-align:center;
}

.page .main-container.col1-layout .cart #shopping-cart-table.data-table tbody tr td .cart-price .price{
	font-size:20px;
	color:#ff7800;
}

.page .main-container.col1-layout .cart #shopping-cart-table.data-table tbody tr td .cart-price.prix2 .price{
	font-size:13px;
	color:#383331;
}

.page .main-container.col1-layout .cart #shopping-cart-table.data-table tbody tr td a.btn-remove.btn-remove2{
	background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/cart_remove.png) no-repeat;
	width:13px;
	height:13px;
	margin-top:8px;
}

.page .main-container.col1-layout .cart #shopping-cart-table.data-table tfoot tr{
	background:none !important;
}

.page .main-container.col1-layout .cart #shopping-cart-table.data-table tfoot tr.first td{
	background:none;
}

.page .main-container.col1-layout .cart .cart-collaterals button.button span, .page .main-container.col1-layout .cart #shopping-cart-table button.button span{
	background:#ff7800;
	border:none;
	font-family:"GillSansBook";
	font-size:18px;
	color:#ffffff;
	height:40px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}

.page .main-container.col1-layout .cart .cart-collaterals button.button span span, .page .main-container.col1-layout .cart #shopping-cart-table button.button span span,.page .main-container.col2-right-layout button.button span span, .page .main-container button.button span span{
	height:30px;
	padding:10px 15px 0 15px;
}

.page .main-container.col1-layout .cart .cart-collaterals{
	padding-bottom:30px;
}

.page .main-container.col1-layout .cart .cart-collaterals .col2-set{
	width:250px;
}

.page .main-container.col1-layout .cart .cart-collaterals .col2-set .col-2{
	float:left;
}

.page .main-container.col1-layout .cart .cart-collaterals .col2-set .col-2 #discount-coupon-form .discount{
	padding:0;
	border:none;
	color:#383331;
}

.page .main-container.col1-layout .cart .cart-collaterals .col2-set .col-2 #discount-coupon-form .discount h2{
	display:none;
}

.page .main-container.col1-layout .cart .cart-collaterals .col2-set .col-2 #discount-coupon-form .discount input.input-text{
	border:1px #ff7800 solid;
	background:none;
	height:30px;
	color:#383331;
	padding:2px 10px;
}

.page .main-container.col1-layout .cart .cart-collaterals .totals{
	border:none;
	color:#383331;
	background:#f1f1f1;
	padding:16px 30px;
	width:485px;
}

.page .main-container.col1-layout .cart .cart-collaterals .totals #shopping-cart-totals-table{
	margin:0;
}

.page .main-container.col1-layout .cart .cart-collaterals .totals #shopping-cart-totals-table td{
	vertical-align:middle;
}

.page .main-container.col1-layout .cart .cart-collaterals .totals #shopping-cart-totals-table strong{
	font-weight:400;
}

.page .main-container.col1-layout .cart .cart-collaterals .totals #shopping-cart-totals-table .price{
	font-size:20px;
}

.page .main-container.col1-layout .cart .cart-collaterals .totals .checkout-types button.button span{
	padding:0 30px;
}

.page .main-container.col1-layout .cart .cart-collaterals .totals .checkout-types button.button span span{
	background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/cart_white.png) no-repeat 0 10px;
	padding:10px 0 8px 35px;
}

/* Pro customer create page */
.customer-account-createpro .page .main-container.col2-right-layout{
	width:980px;
	margin:0 auto;
}

.customer-account-createpro .page .main-container.col2-right-layout .col-right{
	display:none;
}

.customer-account-createpro .page .main-container.col2-right-layout .col-main{
	padding-bottom:30px;
}

.customer-account-createpro .page .main-container.col2-right-layout .col-main input.input-text, .customer-account-createpro .page .main-container.col2-right-layout .col-main select{
	background:none;
	border:1px #ff7800 solid;
	height:30px;
	color:#383331;
	padding:0 5px;
	font-family:"GillSansBook";
	font-size:14px;
}

.customer-account-createpro .page .main-container.col2-right-layout .col-main button.button span{
	background:#ff7800;
	border:none;
	font-family:"GillSansBook";
	font-size:18px;
	color:#ffffff;
	height:40px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}

.customer-account-createpro .page .main-container.col2-right-layout .col-main button.button span span{
	height:30px;
	padding:10px 15px 0 15px;
}

.customer-account-createpro .page .main-container.col2-right-layout .buttons-set a{
	text-decoration:none;
	color:#ff7800;
}

/* Customer account login page */
.customer-account-login .page .main-container.col1-layout{
	width:980px;
	margin:0 auto;
}

.customer-account-login .page .main-container.col1-layout .col-main{
	padding-top:20px;
	padding-bottom:30px;
}

.page .main-container.col1-layout .col-main input.input-text, .page .main-container.col1-layout .col-main select{
	background:none;
	border:1px #ff7800 solid;
	height:30px;
	color:#383331;
	padding:0 5px;
	font-family:"GillSansBook";
	font-size:14px;
}

.page .main-container  button.button span{
	background:#ff7800;
	border:none;
	font-family:"GillSansBook";
	font-size:18px;
	color:#ffffff;
	height:40px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}

.page .main-container button.button span span{
	height:30px;
	padding:10px 15px 0 15px;
}

body[class^="customer-"] .page .main-container.col2-left-layout,
body[class*=" customer-"] .page .main-container.col2-left-layout,
body[class^="sales-"] .page .main-container.col2-left-layout,
body[class*="sales-"] .page .main-container.col2-left-layout,
body[class^="review-"] .page .main-container.col2-left-layout,
body[class*="review-"] .page .main-container.col2-left-layout,
body[class^="newsletter-"] .page .main-container.col2-left-layout,
body[class*="newsletter-"] .page .main-container.col2-left-layout,
body[class^="profileimage-"] .page .main-container.col2-left-layout,
body[class*="profileimage-"] .page .main-container.col2-left-layout,
.omnisubsole-quickorder-index-index .page .main-container.col2-left-layout{
  clear:both;
  width:980px;
  margin:0 auto;
}

body[class^="customer-"] .page .main-container.col2-left-layout .col-left,
body[class*=" customer-"] .page .main-container.col2-left-layout .col-left,
body[class^="sales-"] .page .main-container.col2-left-layout .col-left,
body[class*=" sales-"] .page .main-container.col2-left-layout .col-left,
body[class^="review-"] .page .main-container.col2-left-layout .col-left,
body[class*=" review-"] .page .main-container.col2-left-layout .col-left,
body[class^="newsletter-"] .page .main-container.col2-left-layout .col-left,
body[class*=" newsletter-"] .page .main-container.col2-left-layout .col-left,
body[class^="profileimage-"] .page .main-container.col2-left-layout .col-left,
body[class*=" profileimage-"] .page .main-container.col2-left-layout .col-left,
.omnisubsole-quickorder-index-index .page .main-container.col2-left-layout .col-left{
	width:281px;
	padding-left:0;
	padding-top:20px;
}

body[class^="customer-"]  .page .main-container.col2-left-layout .col-main,
body[class*=" customer-"] .page .main-container.col2-left-layout .col-main,
body[class^="sales-"]  .page .main-container.col2-left-layout .col-main,
body[class*=" sales-"] .page .main-container.col2-left-layout .col-main,
body[class^="review-"]  .page .main-container.col2-left-layout .col-main,
body[class*="review-"] .page .main-container.col2-left-layout .col-main,
body[class^="newsletter-"]  .page .main-container.col2-left-layout .col-main,
body[class*="newsletter-"] .page .main-container.col2-left-layout .col-main,
body[class^="profileimage-"]  .page .main-container.col2-left-layout .col-main,
body[class*="profileimage-"] .page .main-container.col2-left-layout .col-main,
.omnisubsole-quickorder-index-index .page .main-container.col2-left-layout .col-main{
	width:699px;
}

body[class^="customer-"] .page .main-container.col2-left-layout .col-left .block-account,
body[class*="customer-"] .page .main-container.col2-left-layout .col-left .block-account,
body[class^="sales-"] .page .main-container.col2-left-layout .col-left .block-account,
body[class*="sales-"] .page .main-container.col2-left-layout .col-left .block-account,
body[class^="review-"] .page .main-container.col2-left-layout .col-left .block-account,
body[class*="review-"] .page .main-container.col2-left-layout .col-left .block-account,
body[class^="newsletter-"] .page .main-container.col2-left-layout .col-left .block-account,
body[class*="newsletter-"] .page .main-container.col2-left-layout .col-left .block-account,
body[class^="profileimage-"] .page .main-container.col2-left-layout .col-left .block-account,
body[class*="profileimage-"] .page .main-container.col2-left-layout .col-left .block-account,
.omnisubsole-quickorder-index-index .page .main-container.col2-left-layout .col-left .block-account{
	border:none;
	float:left;
	width:100%;
}

body[class^="customer-"] .page .main-container.col2-left-layout .col-left .block-account .block-title,
body[class*="customer-"] .page .main-container.col2-left-layout .col-left .block-account .block-title,
body[class^="sales-"] .page .main-container.col2-left-layout .col-left .block-account .block-title,
body[class*="sales-"] .page .main-container.col2-left-layout .col-left .block-account .block-title,
body[class^="review-"] .page .main-container.col2-left-layout .col-left .block-account .block-title,
body[class*="review-"] .page .main-container.col2-left-layout .col-left .block-account .block-title,
body[class^="newsletter-"] .page .main-container.col2-left-layout .col-left .block-account .block-title,
body[class*="newsletter-"] .page .main-container.col2-left-layout .col-left .block-account .block-title,
body[class^="profileimage-"] .page .main-container.col2-left-layout .col-left .block-account .block-title,
body[class*="profileimage-"] .page .main-container.col2-left-layout .col-left .block-account .block-title,
.omnisubsole-quickorder-index-index .page .main-container.col2-left-layout .col-left .block-account .block-title{
	background:none;
	padding:0;
}

body[class^="customer-"] .page .main-container.col2-left-layout .col-left .block-account .block-title strong span,
body[class*="customer-"] .page .main-container.col2-left-layout .col-left .block-account .block-title strong span,
body[class^="sales-"] .page .main-container.col2-left-layout .col-left .block-account .block-title strong span,
body[class*="sales-"] .page .main-container.col2-left-layout .col-left .block-account .block-title strong span,
body[class^="review-"] .page .main-container.col2-left-layout .col-left .block-account .block-title strong span,
body[class*="review-"] .page .main-container.col2-left-layout .col-left .block-account .block-title strong span,
body[class^="newsletter-"] .page .main-container.col2-left-layout .col-left .block-account .block-title strong span,
body[class*="newsletter-"] .page .main-container.col2-left-layout .col-left .block-account .block-title strong span,
body[class^="profileimage-"] .page .main-container.col2-left-layout .col-left .block-account .block-title strong span,
body[class*="profileimage-"] .page .main-container.col2-left-layout .col-left .block-account .block-title strong span,
.omnisubsole-quickorder-index-index .page .main-container.col2-left-layout .col-left .block-account .block-title strong span{
	color:#383331;
}

body[class^="customer-"] .page .main-container.col2-left-layout .col-left .block-account .block-content,
body[class*="customer-"] .page .main-container.col2-left-layout .col-left .block-account .block-content,
body[class^="sales-"] .page .main-container.col2-left-layout .col-left .block-account .block-content,
body[class*="sales-"] .page .main-container.col2-left-layout .col-left .block-account .block-content,
body[class^="review-"] .page .main-container.col2-left-layout .col-left .block-account .block-content,
body[class*="review-"] .page .main-container.col2-left-layout .col-left .block-account .block-content,
body[class^="newsletter-"] .page .main-container.col2-left-layout .col-left .block-account .block-content,
body[class*="newsletter-"] .page .main-container.col2-left-layout .col-left .block-account .block-content,
body[class^="profileimage-"] .page .main-container.col2-left-layout .col-left .block-account .block-content,
body[class*="profileimage-"] .page .main-container.col2-left-layout .col-left .block-account .block-content,
.omnisubsole-quickorder-index-index .page .main-container.col2-left-layout .col-left .block-account .block-content{
	padding-left:0;
	padding-right:30px;
}

body[class^="customer-"] .page .main-container.col2-left-layout .col-left .block-account .block-content ul li a:hover,
body[class^="customer-"] .page .main-container.col2-left-layout .col-left .block-account .block-content ul li a:hover,
body[class*="customer-"] .page .main-container.col2-left-layout .col-left .block-account .block-content ul li strong,
body[class*="customer-"] .page .main-container.col2-left-layout .col-left .block-account .block-content ul li strong,
body[class^="sales-"] .page .main-container.col2-left-layout .col-left .block-account .block-content ul li a:hover,
body[class^="sales-"] .page .main-container.col2-left-layout .col-left .block-account .block-content ul li a:hover,
body[class*="sales-"] .page .main-container.col2-left-layout .col-left .block-account .block-content ul li strong,
body[class*="sales-"] .page .main-container.col2-left-layout .col-left .block-account .block-content ul li strong,
body[class^="review-"] .page .main-container.col2-left-layout .col-left .block-account .block-content ul li a:hover,
body[class^="review-"] .page .main-container.col2-left-layout .col-left .block-account .block-content ul li a:hover,
body[class*="review-"] .page .main-container.col2-left-layout .col-left .block-account .block-content ul li strong,
body[class*="review-"] .page .main-container.col2-left-layout .col-left .block-account .block-content ul li strong,
body[class^="newsletter-"] .page .main-container.col2-left-layout .col-left .block-account .block-content ul li a:hover,
body[class^="newsletter-"] .page .main-container.col2-left-layout .col-left .block-account .block-content ul li a:hover,
body[class*="newsletter-"] .page .main-container.col2-left-layout .col-left .block-account .block-content ul li strong,
body[class*="newsletter-"] .page .main-container.col2-left-layout .col-left .block-account .block-content ul li strong,
body[class^="profileimage-"] .page .main-container.col2-left-layout .col-left .block-account .block-content ul li a:hover,
body[class^="profileimage-"] .page .main-container.col2-left-layout .col-left .block-account .block-content ul li a:hover,
body[class*="profileimage-"] .page .main-container.col2-left-layout .col-left .block-account .block-content ul li strong,
body[class*="profileimage-"] .page .main-container.col2-left-layout .col-left .block-account .block-content ul li strong,
.omnisubsole-quickorder-index-index .page .main-container.col2-left-layout .col-left .block-account .block-content ul li a:hover,
.omnisubsole-quickorder-index-index .page .main-container.col2-left-layout .col-left .block-account .block-content ul li strong{
	color:#ff7800;
}

body[class^="customer-"] .page .main-container.col2-left-layout .col-left .block-cart,
body[class*="customer-"] .page .main-container.col2-left-layout .col-left .block-cart,
body[class^="sales-"] .page .main-container.col2-left-layout .col-left .block-cart,
body[class*="sales-"] .page .main-container.col2-left-layout .col-left .block-cart,
body[class^="review-"] .page .main-container.col2-left-layout .col-left .block-cart,
body[class*="review-"] .page .main-container.col2-left-layout .col-left .block-cart,
body[class^="newsletter-"] .page .main-container.col2-left-layout .col-left .block-cart,
body[class*="newsletter-"] .page .main-container.col2-left-layout .col-left .block-cart,
body[class^="profileimage-"] .page .main-container.col2-left-layout .col-left .block-cart,
body[class*="profileimage-"] .page .main-container.col2-left-layout .col-left .block-cart,
.omnisubsole-quickorder-index-index .page .main-container.col2-left-layout .col-left .block-cart{
	float:left;
	width:261px;
}

body[class^="customer-"] .page .main-container.col2-left-layout .col-left .block-cart a,
body[class*="customer-"] .page .main-container.col2-left-layout .col-left .block-cart a,
body[class^="sales-"] .page .main-container.col2-left-layout .col-left .block-cart a,
body[class*="sales-"] .page .main-container.col2-left-layout .col-left .block-cart a,
body[class^="review-"] .page .main-container.col2-left-layout .col-left .block-cart a,
body[class*="review-"] .page .main-container.col2-left-layout .col-left .block-cart a,
body[class^="newsletter-"] .page .main-container.col2-left-layout .col-left .block-cart a,
body[class*="newsletter-"] .page .main-container.col2-left-layout .col-left .block-cart a,
body[class^="profileimage-"] .page .main-container.col2-left-layout .col-left .block-cart a,
body[class*="profileimage-"] .page .main-container.col2-left-layout .col-left .block-cart a,
.omnisubsole-quickorder-index-index .page .main-container.col2-left-layout .col-left .block-cart a{
	color:#ff7800;
	text-decoration:none;
}

body[class^="customer-"] .page .main-container.col2-left-layout .col-left .block-cart a:hover,
body[class*="customer-"] .page .main-container.col2-left-layout .col-left .block-cart a:hover,
body[class^="sales-"] .page .main-container.col2-left-layout .col-left .block-cart a:hover,
body[class*="sales-"] .page .main-container.col2-left-layout .col-left .block-cart a:hover,
body[class^="review-"] .page .main-container.col2-left-layout .col-left .block-cart a:hover,
body[class*="review-"] .page .main-container.col2-left-layout .col-left .block-cart a:hover,
body[class^="newsletter-"] .page .main-container.col2-left-layout .col-left .block-cart a:hover,
body[class*="newsletter-"] .page .main-container.col2-left-layout .col-left .block-cart a:hover,
body[class^="profileimage-"] .page .main-container.col2-left-layout .col-left .block-cart a:hover,
body[class*="profileimage-"] .page .main-container.col2-left-layout .col-left .block-cart a:hover,
.omnisubsole-quickorder-index-index .page .main-container.col2-left-layout .col-left .block-cart a:hover{
	text-decoration:underline;
}

body[class^="customer-"] .page .main-container.col2-left-layout .col-left .block-cart button.button span,
body[class*="customer-"] .page .main-container.col2-left-layout .col-left .block-cart button.button span,
body[class^="sales-"] .page .main-container.col2-left-layout .col-left .block-cart button.button span,
body[class*="sales-"] .page .main-container.col2-left-layout .col-left .block-cart button.button span,
body[class^="review-"] .page .main-container.col2-left-layout .col-left .block-cart button.button span,
body[class*="review-"] .page .main-container.col2-left-layout .col-left .block-cart button.button span,
body[class^="newsletter-"] .page .main-container.col2-left-layout .col-left .block-cart button.button span,
body[class*="newsletter-"] .page .main-container.col2-left-layout .col-left .block-cart button.button span,
body[class^="profileimage-"] .page .main-container.col2-left-layout .col-left .block-cart button.button span,
body[class*="profileimage-"] .page .main-container.col2-left-layout .col-left .block-cart button.button span,
.omnisubsole-quickorder-index-index .page .main-container.col2-left-layout button.button span{
	background:#ff7800;
	border:none;
	font-family:"GillSansBook";
	font-size:18px;
	color:#ffffff;
	height:40px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}

body[class^="customer-"] .page .main-container.col2-left-layout .col-left .block-cart button.button span span,
body[class*="customer-"] .page .main-container.col2-left-layout .col-left .block-cart button.button span span,
body[class^="sales-"] .page .main-container.col2-left-layout .col-left .block-cart button.button span span,
body[class*="sales-"] .page .main-container.col2-left-layout .col-left .block-cart button.button span span,
body[class^="review-"] .page .main-container.col2-left-layout .col-left .block-cart button.button span span,
body[class*="review-"] .page .main-container.col2-left-layout .col-left .block-cart button.button span span,
body[class^="newsletter-"] .page .main-container.col2-left-layout .col-left .block-cart button.button span span,
body[class*="newsletter-"] .page .main-container.col2-left-layout .col-left .block-cart button.button span span,
body[class^="profileimage-"] .page .main-container.col2-left-layout .col-left .block-cart button.button span span,
body[class*="profileimage-"] .page .main-container.col2-left-layout .col-left .block-cart button.button span span,
.omnisubsole-quickorder-index-index .page .main-container.col2-left-layout button.button span span{
	height:30px;
	padding:10px 15px 0 15px;
}

body[class^="customer-"] .page .main-container.col2-left-layout .col-main .box-account,
body[class*="customer-"] .page .main-container.col2-left-layout .col-main .box-account,
body[class^="sales-"] .page .main-container.col2-left-layout .col-main .box-account,
body[class*="sales-"] .page .main-container.col2-left-layout .col-main .box-account,
body[class^="review-"] .page .main-container.col2-left-layout .col-main .box-account,
body[class*="review-"] .page .main-container.col2-left-layout .col-main .box-account,
body[class^="newsletter-"] .page .main-container.col2-left-layout .col-main .box-account,
body[class*="newsletter-"] .page .main-container.col2-left-layout .col-main .box-account,
body[class^="profileimage-"] .page .main-container.col2-left-layout .col-main .box-account,
body[class*="profileimage-"] .page .main-container.col2-left-layout .col-main .box-account,
{

	border:1px #ff7800 solid;
	color:#383331;
}

body[class^="customer-"] .page .main-container.col2-left-layout .col-main .box-account a,
body[class*="customer-"] .page .main-container.col2-left-layout .col-main .box-account a,
body[class^="sales-"] .page .main-container.col2-left-layout .col-main .box-account a,
body[class*="sales-"] .page .main-container.col2-left-layout .col-main .box-account a,
body[class^="review-"] .page .main-container.col2-left-layout .col-main .box-account a,
body[class*="review-"] .page .main-container.col2-left-layout .col-main .box-account a,
body[class^="newsletter-"] .page .main-container.col2-left-layout .col-main .box-account a,
body[class*="newsletter-"] .page .main-container.col2-left-layout .col-main .box-account a,
body[class^="profileimage-"] .page .main-container.col2-left-layout .col-main .box-account a,
body[class*="profileimage-"] .page .main-container.col2-left-layout .col-main .box-account a,
{
	color:#ff7800;
	text-decoration:none;
}

.omnisubsole-quickorder-index-index .page .main-container.col2-left-layout .col-main{
	padding-bottom:30px;
}

.omnisubsole-quickorder-index-index .page .main-container.col2-left-layout .col-main .actions input.input-text{
	background:none;
    border:1px solid #ff7800;
    color:#383331;
    font-size:14px;
    height:15px;
    padding:0;
    text-align:center;
    width:15px;
}

.omnisubsole-quickorder-index-index .page .main-container.col2-left-layout .col-main .actions a.button{
	background:#ff7800;
    border:medium none;
    color:#ffffff;
    font-size:14px;
    height:17px;
    width:17px;
	margin-top:0;
}

.omnisubsole-quickorder-index-index .page .main-container.col2-left-layout .col-main table{}
.quick-order-products-list td.details table td{ border:2px solid #dadada; padding:4px 0;}
.quick-order-products-list td.details table td:last-child{ border-left:none; padding:4px 20px 4px 5px;}
.hidden-container p.product-hover-title{ color:#ff7800 !important; font-size:17px !important; }
.hidden-container p.product-hover-desc{ padding:8px 0; }
.hidden-container p span.phf-col{ color:#ff7800; font-size:15px !important; }

.omnisubsole-quickorder-index-index .page .main-container.col2-left-layout .col-main table .package, .omnisubsole-quickorder-index-index .page .main-container.col2-left-layout .col-main table .price, .omnisubsole-quickorder-index-index .page .main-container.col2-left-layout .col-main table .total{
	text-align:right;
}

/* news listing page */
.blog-index-list .page .main-container.news-list-container{
	width:980px;
	margin:0 auto;
	color:#383331;
}

.blog-index-list .page .main-container.news-list-container .pager{
	font-size:14px;
}

.blog-index-list .page .main-container.news-list-container .pager p{
	/*float:left;*/
	display:none;
}

.blog-index-list .page .main-container.news-list-container .pager .sort-by, .blog-index-list .page .main-container.news-list-container .pager .limiter{
    background:url("http://www.dolfin.be/skin/frontend/dolfin/default/images/select_arrow.png") no-repeat right top;
    height: 23px;
    overflow: hidden;
    padding-right: 30px;
    width: 135px;
	float:left;
	/*padding-left:100px;*/
}

.blog-index-list .page .main-container.news-list-container .pager .sort-by{
	display:none;
}

.blog-index-list .page .main-container.news-list-container .pager select{
    background:none;
    color: #383331;
    width: 185px;
}

.blog-index-list .page .main-container.news-list-container div.postWrapper{
	margin:50px 0;
  clear:both;
}

.blog-index-list .page .main-container.news-list-container div.toolbar{
  clear:both;
}

.blog-index-list .page .main-container.news-list-container .postWrapper img{
	float:left;
	padding-right:20px;
	padding-bottom:20px;
  width: 285px;
  height: auto;
}

.blog-index-list .page .main-container.news-list-container .postWrapper .postTitle h2 a{
	text-decoration:none;
	color:#ff7800;
}

.blog-index-list .page .main-container.news-list-container .postWrapper .postTitle h2 a:hover{
	text-decoration:underline;
}

.blog-index-list .page .main-container.news-list-container .postWrapper .postContent a{
	text-decoration:none;
	color: #383331;
}

.blog-index-list .page .main-container.news-list-container .postWrapper .postContent a:hover{
	color:#ff7800;
}

.blog-index-list .page .main-container.news-list-container .postWrapper .postDetails{
	display:none;
}

/* News detail page */
.blog-post-view .page .news-list-container .col-main .postWrapper .postDetails{
	display:none;
}

/* Checkout page */
.checkout-onepage-index .page .main-container.col2-left-layout .main{
	clear:both;
	width:980px;
	margin:0 auto;
}

/* Footer section */
.footer-container{
	clear:both;
	position:relative;
}

.footer-container .top-footer-bar{
	border-top:1px #d4d4d4 solid;
	background:#f1f1f1;
	padding-top:9px;
	padding-bottom:7px;
}

.footer-container .top-footer-bar .top-footer{
	width:980px;
	margin:0 auto;
	text-align:center;
}

.footer-container .footer_wrapper .top_footer{
	width:980px;
	margin:0 auto;
	clear:both;
	position:relative;
	padding-top:40px;
	color:#383331;
}

.footer-container .footer_wrapper .top_footer .footer-col-1{
	float:left;
	width:352px;
}

.footer-container .footer_wrapper .top_footer .footer-col-2{
	float:left;
	width:278px;
}

.footer-container .footer_wrapper .top_footer .footer-col-3{
	float:right;
	width:280px;
}

.footer-container .footer_wrapper .top_footer h2{
	font-size:24px !important;
	width:280px;
	border-bottom:1px #d7d6d6 solid;
	padding-bottom:17px;
	margin-bottom:17px;
	font-weight:normal;
}

.footer-container .footer_wrapper .top_footer .footer-col-1 ul li{
	padding-left:20px;
}

.footer-container .footer_wrapper .top_footer .footer-col-1 ul li.has-children{
	padding-left:0;
}

.footer-container .footer_wrapper .top_footer .footer-col-1 ul li.has-children > a{
	background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/bullet_close.png) no-repeat 0 7px;
	padding-left:20px;
}

.footer-container .footer_wrapper .top_footer .footer-col-1 ul li a{
	color:#2e2e2e;
	font-size:18px;
	text-decoration:none;
}

.footer-container .footer_wrapper .top_footer .footer-col-1 ul li a:hover{
	color:#ff7800;
}

.footer-container .footer_wrapper .top_footer .footer-col-1 ul li.has-children a{
	font-family:"GillSansLight";
}

.footer-container .footer_wrapper .top_footer .footer-col-1 ul ul{
	padding-left:20px;
}

.footer-container .footer_wrapper .top_footer .footer-col-1 ul ul li{
	background:none;
	padding-left:20px;
	color:#545151;
}

.footer-container .footer_wrapper .top_footer .footer-col-1 ul ul li.submenu_with_children{
	padding-left:0;
}

.footer-container .footer_wrapper .top_footer .footer-col-1 ul ul li.submenu_with_children > a{
	background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/bullet_close.png) no-repeat 0 7px;
	padding-left:20px;
}
.footer-container .footer_wrapper .top_footer .footer-col-1 ul li.submenu_with_children ul.submenu_children{
  display:none;
}

.footer-container .footer_wrapper .top_footer .footer-col-1 ul li.has-children ul li a{
	font-family:"GillSansLight";
}

.footer-container .footer_wrapper .top_footer .footer-col-1 ul ul li a{
	font-size:15px;
	color:#727272;
}

.footer-container .footer_wrapper .top_footer .footer-col-2 #newsletter-validate-detail .form-subscribe-header, .footer-container .footer_wrapper .top_footer .footer-col-2 #newsletter-validate-detail label{
	display:none;
}

.footer-container .footer_wrapper .top_footer .footer-col-2 .block, .footer-container .footer_wrapper .top_footer .footer-col-2 .block .block-title{
	border:none;
}

.footer-container .footer_wrapper .top_footer .footer-col-2 .block{
	position:relative;
}

.footer-container .footer_wrapper .top_footer .footer-col-2 .block .block-title{
	padding:0;
	color:#2e2e2e;
	font-size:15px;
	margin-bottom:5px;
}

.footer-container .footer_wrapper .top_footer .footer-col-2 input.input-text{
	border:1px #d6d6d6 solid;
	padding:2px 2px 2px 5px;
	height:34px;
	width:273px;
	background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/newsletter.png) no-repeat 244px 2px;
	font-size:15px;
}

.footer-container .footer_wrapper .top_footer .footer-col-2 .top-sm-link a{
	background:#6486ce;
	width:154px;
	margin:0 auto;
	color:#ffffff;
	text-decoration:none;
	display:block;
	border:1px #6486ce solid;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px; /* future proofing */
	-khtml-border-radius: 12px; /* for old Konqueror browsers */
	padding-left:24px;
	padding-top:2px;
}

.footer-container .footer_wrapper .top_footer .footer-col-2 .top-sm-link a img{
	border:none;
	padding-right:12px;
}

.footer-container .footer_wrapper .top_footer .footer-col-2 #newsletter-validate-detail .actions button.button{
	background:none;
    border:none;
    bottom:15px;
    height:34px;
    overflow:hidden;
    position:absolute;
    right:21px;
    text-indent:-9999px;
    width:34px;
}

.footer-container .footer_wrapper .top_footer .footer-col-2 #newsletter-validate-detail .actions button.button span{
	background:none;
	border:none;
}

.footer-container .footer_wrapper .top_footer .footer-col-3 ul li{
	padding-left:20px;
	color:#2e2e2e;
	font-size:18px;
}

.footer-container .footer_wrapper .top_footer .footer-col-3 ul li > span{
	padding-left:20px;
}

.footer-container .footer_wrapper .top_footer .footer-col-3 ul li.has-children{
	padding-left:0;
}

.footer-container .footer_wrapper .top_footer .footer-col-3 ul li.has-children > span{
	background:url(http://www.dolfin.be/skin/frontend/dolfin/default/images/bullet_close.png) no-repeat 0 7px;
}

.footer-container .footer_wrapper .top_footer .footer-col-3 ul li a{
	color:#2e2e2e;
	font-size:18px;
	text-decoration:none;
}

.footer-container .footer_wrapper .top_footer .footer-col-3 ul li a:hover{
	color:#ff7800;
}

.footer-container .footer_wrapper .top_footer .footer-col-3 ul li.has-children a{
	font-family:"GillSansLight";
}

.footer-container .footer_wrapper .top_footer .footer-col-3 ul ul{
	margin-bottom:25px;
}

.footer-container .footer_wrapper .top_footer .footer-col-3 ul ul li{
	background:none;
	padding-left:10px;
	color:#545151;
	font-size:15px;
}

.footer-container .footer_wrapper .top_footer .footer-col-3 ul li.has-children ul li a{
	font-family:"GillSansLight";
}

.footer-container .footer_wrapper .top_footer .footer-col-3 ul ul li a{
	color:#727272;
	font-size:15px;
}

.footer-container .footer_wrapper .top_footer .footer-col-3 img{
	clear:both;
	display:block;
	padding-bottom:8px;
}

.footer-container .footer_wrapper .bottom_footer{
	clear:both;
	position:relative;
	margin-top:55px;
	border-top:1px #bfbfbf solid;
	text-align:center;
	background:#393331;
	padding-bottom:54px;
}

.footer-container .footer_wrapper .bottom_footer .footer-head{
	height:20px;
	background:#f1f1f1;
	margin-bottom:52px;
}

.footer-container .footer_wrapper .bottom_footer p{
	font-family:"GillSansBook";
	font-size:13px;
	color:#959595;
}

.footer-container .footer_wrapper .bottom_footer p a{
	color:#e5e5e5;
	text-decoration:none;
}

.footer-container .footer_wrapper .bottom_footer p a:hover{
	text-decoration:underline;
}

div.col-main div#loading{
  display:none;
}

span.breadcrumb_sep{
  font-size: 12px;
}

div.input-box input.input-text{
border: 1px #ff7800 solid;
background: none;
height: 30px;
color: #383331;
padding: 2px 10px;
}









.opc .step h3{
  color: #000000;
}

div#checkout-step-login div.buttons-set button span{
  background:#ff7800;
  border:none;
  font-family:"GillSansBook";
  font-size:16px;
  color:#ffffff;
  height:40px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; /* future proofing */
  -khtml-border-radius: 10px; /* for old Konqueror browsers */
}

div#checkout-step-login div.buttons-set button span span{
  height: 30px;
  padding: 10px 15px 0 15px;
}

div#checkout-step-login div.buttons-set a{
  color: #ff7800;
}

body.checkout-onepage-index div.wrapper div.page div.col2-right-layout div.main{
  width: 980px;
  /*margin-left: 460px;*/
  margin: 0 auto;
}



.page .header-container .header-info ul li.about_link4{
  padding-left: 25px !important;
}

.page .header-container .header-info ul li.about_link3{
width: 220px !important;
}

div.new_prod {
  /*margin: 50px auto;
  width: 280px;
  height: 370px;
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 8px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 8px rgba(0,0,0,0.3);*/
  position: relative;
  z-index: 90;
}

.ribbon-wrapper-green {
  width: 85px;
  height: 75px;
  overflow: hidden;
  position: absolute;
  right: -4px;
    top: -3px;
  z-index: 95;
}

.ribbon-green {
  /*font: bold 15px Sans-Serif;*/
  color: #333;
  text-align: center;
  /*text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;*/
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
 /* padding: 7px 0;*/
    left: 0;
  top: 20px;
  width: 109px;
  background-color: #ff8239;
  /*background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45));
  background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45);
  background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45);
  background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45);
  background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45); */
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
  font-size: 12px;
}

.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   4px solid #787574;
  border-left:  4px solid transparent;
  border-right: 4px solid transparent;
  position:absolute;
  bottom: -4px;
}

.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}
.opc #checkout-step-shipping_method #start_bpost_shippingmanager div{
    color: #6d6559 !important;
}


/****Checkout changes - 2016-02-25*/

/****EDITED*/

ol#checkoutSteps div.step-title{      background: #ffffff;    }
ol#checkoutSteps div.step-title h2{ color: #666; }
ol#checkoutSteps div.step-title span.number{ background: #c6c6c6; color: #fff; }
ol#checkoutSteps form#co-billing-form div.input-box select{  border: 1px solid #ff7800;   height: 36px; }

.opc { position:relative; margin-bottom: 15px;}
.opc .step {     padding:15px 30px 25px;     position:relative;     background: #ffffff;    }
.opc .step table#checkout-review-table{ border-collapse:collapse;}
.opc .step table.checkout-items-table tbody tr:first-child{ border-top:1px solid #dadada;}
.opc .step table.checkout-items-table tbody tr{ border-bottom:1px solid #dadada;}
.opc .step-title {  border-width:0 1px; border-color:#fff #d9dde3 #d9dde3; background:#BEB7C5 url(http://www.dolfin.be/skin/frontend/dolfin/default/images/bkg_opc-title-off.gif) 0 100% repeat-x; padding:0px 8px 0px; text-align:right;}
.opc .step-title h2 { color: #8c8c8c !important;    float: left;    font: 21px Gill Sans MT !important;}
.opc .step-title .number { float:left; background:#c6c6c6;  border:1px solid #fff; font: 14px/14px Gill Sans MT; margin: 0 5px 0 0;   padding: 10px 15px; color:#37333D; }

.opc .active .step-title { background:#BEB7C5; padding-bottom:5px; color:#FFFFFF; cursor:default; }
.opc .active .step-title .number { background:#ff7800 !important; color:#fff; }
.opc .active .step-title h2{font: 24px/28px Gill Sans MT; color: #8c8c8c !important;}

.opc .buttons-set { margin-top:0; /*padding-top:2em;*/ display: inline; border-top: none;}
.opc .buttons-set button span { background: none; border: none; height: 30px; }
.opc .buttons-set button span span { background: #ff7800; font-family: GillSansBook; font-size: 16px; font-weight: normal; color: #ffffff; border: none; border-radius: 10px; padding: 5px 30px; height: 20px; }

.opc .checkout-agreements { padding:5px 30px; }
.opc .checkout-agreements .agreement-content { border-color:#e4e4e4; padding:5px; }
#agreement-content-div{float: right;width:100%;}
.opc .gift-messages-form .inner-box { padding:5px; overflow:auto; }
#opc-review .buttons-set { padding:20px 30px; }

/* Block: Account */
.block-account { border-color:#bbb; font-family: Gill Sans MT; }
.block-account .block-content li a { display:block; border-bottom:1px solid #ddd; padding:3px 0; color: #8c8c8c; font: 18px Gill Sans MT; text-decoration:none !important; }
.block-account .block-content li.current { border-bottom:1px solid #ddd; padding:3px 0; font-size: 18px; }

.block-progress { border:0; margin:0; width: 253px;}

.form-list li.wide textarea { width:529px; border: 1px solid #e9e4de;}
.form-list li.wide select { width:615px; }

.my-account .page-title  { margin-top: 20px;}
.buttons-set .back-link { float:right; margin:0; }
.box-account .box-head h2 { float:left; margin:0; font-size:16px !important; text-transform:uppercase; }

/*EDITED****/


/****NEW*/

.opc a{color: #1975d1;}
.opc .fogot-item{color: #2a2a2a;    float: right !important;    font-size: 15px;    margin: 10px 0;}
.opc .fogot-item a{color: #ff7800;}
.opc .form-list label { float:left; color:#959494; font: 15px Gill Sans MT; position:relative; z-index:0; margin-bottom: 5px; }
.opc-block-progress .block-title strong{text-transform: none; font: 18px Gill Sans MT;color: #ff7800; float: none; text-align:left;}

.my-account {font-family: Gill Sans MT;}
.my-account p, h2, h3 {color: #232323;}
.my-account p, h2, h3 strong{color: #232323; font-size: 16px !important}
.my-account .dashboard .page-title h1{font: 30px "Gill Sans MT" !important;   padding: 0 !important;}

.box-account a { color: #1975d1;}
.box-info .box-content address{font-size: 16px;}
.box-info .box-content h4{font-size: 16px; font-weight: normal;}

/* Form Validation */
.input-box { position: relative !important;} /*Edited*/
.validation-advice {position: relative;background: #ff0024; border-radius: 5px; margin-bottom: 10px; min-height: 14px; padding: 10px; font: 14px Gill Sans MT; color: #fff; bottom: -7px; width: 200px;}
.validation-advice:after {border-color: rgba(136, 183, 213, 0) rgba(136, 183, 213, 0) #ff0024; border-style: solid; border-width: 10px; bottom: 100%; content: " "; height: 0; left: 10%; pointer-events: none; position: absolute; width: 0;}
.validation-failed {background:#fad6dc !important; }

.checkout-title{ color: #ff7800 !important; font-size: 27px !important; font-weight: normal !important; padding-bottom: 0 !important;}
.checkout-review-subtotal{color: #ff7800 !important; }
.checkout-agreements .agree label{color: #ff7800; cursor: pointer;}

.checkout-right-info table{width: 253px; background: #e9e9e9;}
.checkout-right-info table tr td{padding: 8px 0px 8px 10px;}
.checkout-right-info table tr td p{color: #8c8c8c;    float: left;    font-size: 16px;    font-weight: bold;}
.checkout-right-info img{vertical-align: text-bottom;}

.checkout-items-price {color:#ff7800; font-size: 17px;}
.checkout-items-table {border: none; background: none;}
.checkout-items-table th { padding:2px 10px; }
.checkout-items-table td { padding:10px; }
.checkout-items-table thead th { background:none !important; color: #8c8c8c; font: 15px Gill Sans MT }
.checkout-items-table tfoot tr td {font: 16px Gill Sans MT; color: #8c8c8c; }
.checkout-items-table tbody tr td span.pro-ref {color:#ff7800; 	font-size:13px;}

#checkout-review-table.data-table{ border:none;}
#checkout-review-table.data-table th, #checkout-review-table.data-table td{ border-right:none; border-bottom:none; }
#checkout-review-table.data-table tr.odd, #checkout-review-table.data-table tr.even{ background:none;}
#checkout-review-table.data-table td{ text-align:left;}
#checkout-review-table.data-table tbody tr td .product-image a{	display:block; text-align:center;}
#checkout-review-table.data-table tbody tr td .product-image a img{ max-width:117px; max-height:90px; width:auto; height:auto;}
#checkout-review-table.data-table tfoot tr{ background:none !important;}
#checkout-review-table.data-table tfoot tr.first td{ background:none;}

.btn-account-checkout button{ background: #ff7800; font-family: GillSansBook ; font-size: 20px; color: #ffffff; border-radius: 10px; padding: 0px 20px; margin-bottom: 10px; height: 40px;}
.shipping-method-additional{margin: 10px 0px 0px 10px;}
.gift-messages h2 { background: url(http://www.dolfin.be/skin/frontend/dolfin/default/images/offrir_title.png) no-repeat 11px 8px; text-align: justify;padding: 10px 0px 0px 45px; height: 35px; font-size: 16px;}
.conference-logo-right{float: left;margin-top: 10px;}
/*NEW****/


/*Checkout changes - 2016-02-25****/


/** Baptiste changes 2016_02_11 **/
.footer-link-other-website{
  margin-top:1em;
  text-align:center;
}
.footer-link-other-website li a{
  color: #2e2e2e;
  font-size: 18px;
  text-decoration: none;
}

.footer-link-other-website li a:hover{
  color: #ff7800;
}
.header-top-link-delivery{
  color:inherit;
  text-decoration:inherit;
}

.head-connexion-link{
  color:#ff7800 !important;
}
.head-connexion-link:hover{
  text-decoration: underline !important;
}

.customer-account-createpro .account-create .fieldset, .customer-account-create .account-create .fieldset{
  border:none;
  background-color:white;
}
.customer-account-createpro .buttons-set .back-link, .customer-account-create .buttons-set .back-link{
  float:left;
}
.block.block-cart, .block.block-cart .actions{
  border:none;
}
.block.block-cart .block-title{ background:#ff7800; text-align: center; font-size:1.2em; padding:8px 0; margin-bottom:8px;}
.block.block-cart .block-title strong{font-size:1.1em;}
.block.block-cart .summary a.info-top{color:#383331 !important; font-size:1.6em; font-weight:bold;}
.block.block-cart .summary a.info-top .cart_qty{color:#ff7800 !important; font-size:0.9em; font-weight:normal; margin-left:8px;}


.opc-block-progress.block-progress dt{ font-size: 16px; color: #fff; background: #c6c6c6; border:none; margin: 0 0 3px; padding: 8px 8px; text-align: left;}
.opc-block-progress.block-progress dt.complete{ background: #ff7800; }
.opc-block-progress.block-progress dt span{ display:none; }
.opc-block-progress.block-progress dt span.number{ display:inline; padding-right:3px; }
.opc-block-progress.block-progress dd{ color:#959494; border:none; font-size:15px; background:initial; }
.block.checkout-rightinfos{border:none; margin-top:15px;}

#cdr_ordercomment-form .form-list{ padding-left:36px; }

p.createpro-p-countr-restrict{margin-bottom:20px;}
p.createpro-p-countr-restrict a{display:inline !important; color:#ff7800;}
p.createpro-p-countr-restrict a:hover{text-decoration: underline;}


.header-info.header-info-pro li.about_link1, .header-info.header-info-pro li.about_link2{visibility:hidden !important;}

.body-pro.checkout-onepage-index #onepage-checkout-shipping-method-additional-load{display:none;}/*hide gif message if pro page checkout*/

/**
 * 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@magento.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.magento.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


.profileimage-block{
    float: right;
    width:auto;
    height:auto;
    border:1px solid gray;
    margin-left: 8px;
}
.profileimage-wrapper{
    float:left;
    border:1px solid grey;
    width:auto;
    height:auto;
}


/********************** Tabs */
.tabs { margin: 15px 0px; overflow:hidden; border-bottom:1px solid #496778;  zoom: 1;}
.tabs li                { float:left; border-right:1px solid #ffffff; border-left:1px solid #fff; font-size:0.9em; line-height:1em;  background: #f2f2f2; }
.tabs li.first          { border-left:0; }
.tabs li.last           { border-right:0; }
.tabs a                 { display:block; padding:6px 10px; color:#444; text-decoration: none;}
.tabs a:hover           { background-color:#ddd; text-decoration:none; color:#444; ; text-decoration: none;}
.tabs li.active a,
.tabs li.active a:hover { background:#496778;  font-weight:bold; color:#fff; }

#product_tabs_tags_tabbed_contents.input-box input	{ width: 300px; }
#product_tabs_tags_tabbed_contents .input-box	{ width: 300px; float:left; margin-right: 10px;}
#product_tabs_related_tabbed_contents li	{ float:left; margin-right: 10px;}
#product_tabs_related_tabbed_contents ol	{ clear: both;}
.product-collateral:after { content:"."; display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; zoom: 1}
.blog-index-list .page .main-container.news-list-container .pager .sort-by, .blog-index-list .page .main-container.news-list-container .pager .limiter{
   width: 185px; 
}
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
.page .header-container .top_header_section_wrapper .top_header_section #search_mini_form input.input-text{
    padding-left: 30px;
}
.catalog-product-view .page .col2-left-layout .col-main .upsell_wrapper .box-up-sell{
    width: 990px;
}
.footer-container .footer_wrapper .top_footer .footer-col-2 input.input-text{
    background-size: contain;
    background-position-y: top;
    background-position-x: right;
}
.menu-collapse,.mobile-menu{
    display: none !important;
}
.menu-collapse:after{
    content: '+';
}
.openned.menu-collapse:after{
    content: '-'
}
.collapse-title > .collapse{
    display: none;
    float: right;
    transform: rotate(90deg) scale(0.9,1.8);
    font-weight: 600;
}
.page .header-container .header-info ul li.about_link1{
    width: auto;
}
.page .main-container.prod-list-container .col-main #catalog-listing .category-products .pager .sort-by,.page .main-container.prod-list-container .col-main #catalog-listing .category-products .pager .limiter{
    width: 202px;
}
.page .main-container.prod-list-container .col-main #catalog-listing .category-products .pager select{
    -moz-appearance: none;
}
.checkout-onepage-index .block-progress,.checkout-right-info table{
    width: auto;
}
.footer-container .footer_wrapper .top_footer .footer-col-2 input.input-text{
    width: 100%;
    background: none;
}
.footer-container .footer_wrapper .top_footer .footer-col-2 #newsletter-validate-detail .actions button.button{
    background: url(http://www.dolfin.be/skin/frontend/dolfin/default/images/newsletter.png) no-repeat;
    position: relative;
    top: 0;
    right: 0;
}
#newsletter-validate-detail > .block-content > .input-box{
    width: calc(100% - 34px);
    display: inline-block;
    float: left;
}
#newsletter-validate-detail > .block-content > .actions{
    padding: 0;
    width: 32px;
    display: inline-block;
}
@media (max-width: 1024px){
    /*Header*/
    .wrapper{
        width: 100%;
        min-width: auto;
    }
    .page .header-container .nav-container ul#nav{
        text-align: center;
    }
    .contacts-index-index .col-main,
    .page .main-container.col1-layout,
    .contacts-index-index .contact-right,
    .page .main-container.prod-list-container,
    .page .main-container.content-page-layout,
    .page .header-container .nav-container ul#nav,
    .footer-container .footer_wrapper .top_footer,
    body.contacts-index-index .page .main-container,
    .page .main-container.content-page-layout .main .col-left,
    .page .main-container.content-page-layout .main .col-main,
    .page .main-container.content-page-layout .main .col-left ul,
    .page .header-container .top_header_section_wrapper .top_header_section,.page .header-container .bottom_header_section_wrapper .bottom_header_section .header-info ul{
        width: 100%;
    }
    .page .header-container .top_header_section_wrapper .top_header_section{
        text-align: center;
    }
    .page .header-container .mid_header_section_wrapper .mid_header_section .logo a{
        margin: 0 auto;
        max-width: 172px;
        float: none;
    }
    .page .header-container .mid_header_section_wrapper .mid_header_section{
        width: 100%;
    }
    .page .header-container .mid_header_section_wrapper .mid_header_section .language_switch a{
        display: inline-block;
    }
    .page .header-container .mid_header_section_wrapper .mid_header_section{
        text-align: center;
    }
    .page .header-container .mid_header_section_wrapper .mid_header_section .language_switch .form-language{
        float: none;
    }
    .page .header-container .mid_header_section_wrapper .mid_header_section .language_switch{
        display: inline-block;
    }
    .page .header-container .mid_header_section_wrapper .mid_header_section .logo{
        margin-bottom: 20px;
    }
    .page .header-container .header-info ul li.about_link1{
        padding-left:0;
    }
    .page .header-container .bottom_header_section_wrapper .bottom_header_section .header-info ul li{
        float: none;
        display: inline-block;
        padding-top: 0;
        height: auto;
        width: auto !important;
    }
    .page .header-container .top_header_section_wrapper .top_header_section, .page .header-container .bottom_header_section_wrapper .bottom_header_section .header-info ul{
        text-align: center;
    }
    .page .header-container .top_header_section_wrapper .top_header_section,
    .page .header-container .bottom_header_section_wrapper .bottom_header_section .header-info{
        height: auto;
    }
    .page .header-container .bottom_header_section_wrapper .bottom_header_section .header-info ul li.about_link3{
        display: block;
    }
    .page .header-container .bottom_header_section_wrapper .bottom_header_section .header-info{
        margin-top: 10px;
        padding-top: 10px;
    }
    .page .header-container .nav-container ul#nav li.home{
        padding-right: 20px;
    }
    .page .header-container .nav-container ul#nav li{
        float: none;
        display: inline-block;
    }
    /*Home Page*/
    .page .home_page_boxes .home_page_boxes_container{
        width: 100%;
        text-align: center;
    }
    .page .home_page_boxes{
        height: auto;
        padding-bottom: 50px;
    }
    .page .home_page_boxes .home_page_boxes_container .mini_slider_box,.page .home_page_boxes .home_page_boxes_container .mini_slider_box.left_slider, .page .home_page_boxes .home_page_boxes_container .mini_slider_box.mid_slider{
        margin: 0 20px 20px 20px;
        float: none;
    }
    /*Footer*/
    div.footer-container div.block-subscribe{
        width: 100%;
    }
    .footer-container .footer_wrapper .top_footer .footer-col-1,
    .footer-container .footer_wrapper .top_footer .footer-col-2,
    .footer-container .footer_wrapper .top_footer .footer-col-3{
        width: 33.33333333%;
        padding: 0 15px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .footer-container .footer_wrapper .top_footer .footer-col-2 input.input-text{
        width: 100%;
        background-position-x: right;
    }
    .footer-container .footer_wrapper .top_footer h2{
        width: auto;
    }
    div.main_slider{
        min-width: auto;
    }
    .catalog-product-view .page .col2-left-layout .col-main,.catalog-product-view .page .col2-left-layout .main{
        width: 100%;
    }

    .catalog-product-view .page .col2-left-layout .col-main .product-view .product-essential .prod_link_box{
        float: none;
        margin: 0 auto;
    }
    .catalog-product-view .page .col2-left-layout .col-main .upsell_wrapper .box-up-sell{
        width: 100%;
    }
    .customer-account-login .page .main-container.col1-layout{
        width: 100%
    }
    .page .main-container.content-page-layout .main .col-main img{
        max-width: 100%;
        height: auto;
    }
    .contacts-index-index .page .main .col-main{
        width: calc(100% - 185px);
    }
    .contacts-index-index .main{
        padding: 0 20px;
    }
    .account-create .page-title,
    .account-create .fieldset,
    .customer-account-create .main-container,
    .customer-account-forgotpassword .main-container,
    .customer-account-createpro .main-container,
    .customer-account-createpro .main-container .page-title,
    .customer-account-createpro .main-container .fieldset,
    .contacts-index-index .contact-right .fields-container,.contacts-index-index .contact-right .contactTitle{
        padding: 0;
    }
    .account-create .fieldset .legend,
    .customer-account-createpro .fieldset .legend{
        float: none;
        margin: 0 0 10px;
        display: inline-block;
    }
    .customer-account-forgotpassword .col-main,
    .customer-account-create .col-main,.customer-account-createpro .page .main-container.col2-right-layout .col-main{
        padding: 0 20px;
        width: 100%;
    }
    .customer-account-forgotpassword .col-main button.button{
        margin-right: 20px;
    }
    .customer-account-forgotpassword .page .main-container .col-main{
        padding-bottom: 20px;
    }
    .catalog-product-view .page .col2-left-layout .col-main .upsell_wrapper .box-up-sell table tr td.last{
        margin-right: 5px;
    }
    .catalog-product-view .page .col2-left-layout .col-main .upsell_wrapper .box-up-sell table tr td{
        margin: 0 5px 10px;
    }
    .catalog-product-view .page .col2-left-layout .col-main .upsell_wrapper .box-up-sell table tr{
        text-align: center;
    }
    .catalog-product-view .page .main-container{
        margin: 0 20px;
    }
    .catalog-product-view .page .col2-left-layout .col-main .product-view .product-essential .product-img-box{
        margin: 0 auto;
        float: none;
        max-width: 100%
    }
    .catalog-product-view .page .col2-left-layout .col-main .product-view .product-essential .product-img-box .product-image{
        max-width: 100%
    }
    .checkout-cart-index .main-container{
        width: 100%;
        padding: 0 20px;
    }
    .form-list li.wide input.input-text{
        width: 100%;
    }
    .main-container {
        padding: 0 20px;
    }
}
@media (max-width: 980px) {
    body.checkout-onepage-index div.wrapper div.page div.col2-right-layout div.main,body.checkout-onepage-index div.wrapper div.page div.col2-right-layout div.main .col-main{
        width: 100%;
        margin:0;
        padding: 0;
    }
    .gift-messages h2{
        height: auto;
    }
    body.checkout-onepage-index .col-right{
        display: none;
    }
    .page .header-container .nav-container ul#nav .submenu_wrappe{
        left:20px;
    }
    .page .header-container .nav-container ul#nav li{
        display: block;
        position: relative !important;
    }
    .page .header-container .nav-container ul#nav .submenu_wrapper{
        width: 100%;
        top: 30px !important;
        left: 0;
    }

    .page .main-container.prod-list-container .col-main{
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .page .main-container.prod-list-container .col-main #catalog-listing .category-products ul.products-grid li.item{
        width: 33.33%;
        padding: 0 10px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: auto;
        min-height: 325px;
    }
    .footer-container .top-footer-bar .top-footer{
        width: 100%;
    }
    .page .main-container.prod-list-container .col-left{
        width: 100%;
    }
    .collapse-body{
        width: 50%;
        float: left;

    }
    .collapse-body > .collapse-title,.collapse-body > .collapse-section{
        padding: 0 10px;
    }
    .collapse-body > .collapse-section{
        display: none;
        border: 1px solid #F3F3F3;
        padding: 10px 10px 0;

    }
    .collapse-title > .collapse{
        display: block;
    }
    .collapse-body > .collapse-title{
        background-color: #F3F3F3;
        padding: 5px 10px;
        display: block;
        cursor: pointer;
    }
    .page .header-container .nav-container ul#nav ul li{
        width: 100%;
        padding-right: 0;
        cursor: pointer;
    }
    .page .header-container .nav-container ul#nav .submenu_wrapper.sub_42 .submenu_inner_wrapper{
        background-position-x:center; 
    }
    .page .header-container .nav-container ul#nav li.home a img{
        display: inline-block;
        float: left;
        margin-right: 5px;
    }
    .page .header-container .nav-container ul#nav li.home{
        width: auto;
    }
    .page .header-container .nav-container ul#nav li{
        text-align: left;
        padding: 0 20px;
        cursor: pointer;
    }
    .page .header-container .nav-container ul#nav li:after{
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        background-color: #F0F0F0;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .page .header-container .nav-container ul#nav li a{
        display: inline-block;
        height: auto;
        margin-bottom: 10px;
    }
    .menu-collapse{
        display: block !important;
        float: right;
        font-weight: 900;
        background: #303030;
        font-size: 17px;
        padding: 2px 6px;
        color: #fff;
        margin-top: -2px;
    }
    .page .header-container .nav-container ul#nav .submenu_wrapper.sub_40 .submenu_inner_wrapper{
        background-position-x: center;
    }
    .openned.menu-collapse{
        padding: 0px 9px;
        line-height: 23px;
    }
    .page .header-container .nav-container ul#nav ul ul{
        display: inline;
    }
    .mobile-menu{
        text-align: center;
        display: block !important;
        background-color: #F3F3F3;
        padding: 10px 0;
        cursor: pointer;
    }
    .mobile-menu > .menu-toggle{
        display: inline-block;
        margin-bottom: -3px;
    }
    .mobile-menu > .menu-toggle:after{
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGhlaWdodD0iMzJweCIgaWQ9IkxheWVyXzEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMzIgMzIiIHdpZHRoPSIzMnB4IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48cGF0aCBkPSJNNCwxMGgyNGMxLjEwNCwwLDItMC44OTYsMi0ycy0wLjg5Ni0yLTItMkg0QzIuODk2LDYsMiw2Ljg5NiwyLDhTMi44OTYsMTAsNCwxMHogTTI4LDE0SDRjLTEuMTA0LDAtMiwwLjg5Ni0yLDIgIHMwLjg5NiwyLDIsMmgyNGMxLjEwNCwwLDItMC44OTYsMi0yUzI5LjEwNCwxNCwyOCwxNHogTTI4LDIySDRjLTEuMTA0LDAtMiwwLjg5Ni0yLDJzMC44OTYsMiwyLDJoMjRjMS4xMDQsMCwyLTAuODk2LDItMiAgUzI5LjEwNCwyMiwyOCwyMnoiLz48L3N2Zz4=);
        height: 20px;
        width: 24px;
        display: block;
        content: '';
        background-size: cover;
    }
    ul#nav{
        display: none;
    }
    .footer-col-1 ul#nav{
        display: block;
    }
    .form-list .input-box{
        width: 100%;
    }
    .new-users .buttons-set,.registered-users .buttons-set{
        text-align: center;
    }
    .account-login .content{
        min-height: auto;
    }
    .new-users{
        margin-bottom: 20px;
    }
    .catalog-product-view .page .col2-left-layout .col-main .product-view .product-essential .prod_details_box{
        float: none;
        width: 100%
    }
    .catalog-product-view .page .col2-left-layout .col-main .product-view .product-essential .product-img-box{
        margin-bottom: 20px !important;
    }
    .catalog-product-view .page .col2-left-layout .col-main .product-view .product-essential .product-img-box .product-image img{
        width: 100%;
    }
    .catalog-product-view .page .col2-left-layout .col-main .product-view .product-essential .prod_details_box .product-shop .availability_box{
        float: none;
        width: 10%;
        text-align: center;
        min-width: 80px;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .catalog-product-view .page .col2-left-layout .col-main .product-view .product-essential .prod_link_box .sm_button_set a{
        display: inline-block !important;
        float: none;
    }
    .catalog-product-view .page .col2-left-layout .col-main .product-view .product-essential .prod_link_box .sm_button_set{
        text-align: center;
    }
    .checkout-cart-index .page .main-container.col1-layout{
        width: 100%;
    }
    .page .main-container.col1-layout .cart .cart-collaterals .totals{
        width: 385px;
    }
}
@media (max-width: 720px){
    .cloud-zoom-big{
        display: none !important;
    }
    .col2-set .col-1,.col2-set .col-2{
        float: none;
        width: 100%
    }
    a.fg-pw-link{
        float: none !important;
        display: block;
        margin-bottom: 10px;
    }
    .page .main-container.col1-layout .col-main input.input-text{
        width: 100%;
    }
    body.contacts-index-index .page .main-container,
    .contacts-index-index .contact-right, .customer-account-askproaccount .contact-right
    {
        width: 100%;
    }
    .contacts-index-index .contact-right textarea,
    .contacts-index-index .contact-right input[type="text"]{
        width: 100%;
        margin-left: 0;
    }
    .page .main-container.prod-list-container .col-main #catalog-listing .category-products .pager{
        text-align: center;
    }
    .page .main-container.prod-list-container .col-main #catalog-listing .category-products .pager .amount{
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .page .main-container.prod-list-container .col-main #catalog-listing .category-products .pager .sort-by, .page .main-container.prod-list-container .col-main #catalog-listing .category-products .pager .limiter{
        margin: 10px 20px;
        display: inline-block;
        float: none;
    }
    .checkout-cart-index .page .main-container.col1-layout .cart #shopping-cart-table.data-table td{
        width: 100%;
        display: block;
        border: 1px solid #ECE6E6;
        text-align: center;
        border-bottom: none;
    }
    .checkout-cart-index .page .main-container.col1-layout .cart #shopping-cart-table.data-table thead{
        display: none;
    }
    .checkout-cart-index .cart-table .a-right{
        text-align: center !important;
    }
    .checkout-cart-index .cart-table .btn-continue{
        float: none;
    }
    .checkout-cart-index .cart-table button{
        margin: 5px;
    }
    .checkout-cart-index .cart-table button:last-child{
        margin-bottom: 0;
    }
    .checkout-cart-index .page .main-container.col1-layout .cart #shopping-cart-table.data-table tfoot tr td{
        border: none;
    }
    .checkout-cart-index .page .main-container.col1-layout .cart #shopping-cart-table.data-table tbody tr td a.btn-remove.btn-remove2{
        margin: 0 auto;
    }
    .checkout-cart-index .page .main-container.col1-layout .cart #shopping-cart-table.data-table tbody tr:last-child td:last-child{
        border-bottom: 1px solid #ECE6E6 !important
    }
    .checkout-cart-index .page .main-container.col1-layout .cart .cart-collaterals .col2-set,
    .checkout-cart-index .page .main-container.col1-layout .cart .cart-collaterals .col2-set .col-2{
        width: 100%;
        float: none;
    }
    .checkout-cart-index .page .main-container.col1-layout .cart .cart-collaterals .col2-set .col-2 #discount-coupon-form .discount-form{
        padding-top: 20px;
    }
    .checkout-cart-index .page .main-container.col1-layout .cart .cart-collaterals .col2-set .col-2 #discount-coupon-form .discount,.checkout-cart-index .cart .discount .buttons-set{
        text-align: center;
    }
    .checkout-cart-index .page .main-container.col1-layout .cart .cart-collaterals .col2-set .col-2 #discount-coupon-form .discount label{
        margin-top: 10px;
    }
    .checkout-cart-index .page .main-container.col1-layout .cart .cart-collaterals .col2-set .col-2 #discount-coupon-form .discount .input-box{
        margin: 8px auto
    }
    .checkout-cart-index .page-title{
        display: block;
    }
    .checkout-cart-index .page .main-container.col1-layout .cart .cart-collaterals .totals{
        width: 100%;
    }
    .blog-index-list .page .main-container.news-list-container,
    .main-container.news-list-container .col-main,.main-container.news-list-container main{
        width: 100%;
    }

}
@media (max-width: 600px){
    .page .main-container.prod-list-container .col-main #catalog-listing .category-products ul.products-grid li.item{
        width: 50%;
    }
    .page .header-container .top_header_section_wrapper .top_header_section #search_mini_form,.page .header-container .top_header_section_wrapper .top_header_section .top_page_nav{
        display: block;
    }
    .page .header-container .nav-container ul#nav li{
        width: 100%;
    }
    .page .header-container .nav-container ul#nav .submenu_wrapper,
    body.contacts-index-index .page .main-container,

    .customer-account-createpro .page .main-container.col2-right-layout,
    .customer-account-login .page .main-container.col1-layout,                                                                                                                                                                                                                  
    .page .main-container.prod-list-container .col-main #catalog-listing .category-products ul.products-grid li.item div.prod_action_box,
    .page .main-container.prod-list-container .col-main #catalog-listing .category-products ul.products-grid li.item div.prod_action_box::after{
        width:100%;
    }
    .footer-container .footer_wrapper .top_footer .footer-col-1, .footer-container .footer_wrapper .top_footer .footer-col-2, .footer-container .footer_wrapper .top_footer .footer-col-3{
        width: 100%;
        float: none;
        text-align: center;
    }
    .footer-container .footer_wrapper .top_footer .footer-col-3 img{
        clear: both;
        padding: 8px;
        display: initial;
    }
    
    .contacts-index-index .main{
        padding: 0
    }
    .contacts-index-index .main form{
        width: 100%;
    }
    .contacts-index-index .contact-right{
        width: 100%;
    }
    .input-box{
        position: relative !important;
        display: flex;
        width: 100%;
    }
    .contacts-index-index .contact-right input[type="text"]{
        width: 100%;
        margin: 5px 0 0;
        position: relative;
    }
    .col-right{
        width: 100%;
        padding: 0;
        text-align: center;
        padding-bottom: 20px;
    }
    .block-address{
        padding-left: 0;
    }
    .contacts-index-index .contact-right textarea{
        width: 100%;
    }
    .form-list li.wide .input-box,.form-list .input-box {
        clear: both;
        width: 100%;
        display: flex;
    }
    .form-list .field{
        width: 100%
    }
    .customer-account-createpro .page .main-container.col2-right-layout .col-main input.input-text{
        width: 100%;
        margin-top: 15px;
    }
    .page-title{
        margin: 0;
        display: table-cell;
    }
    form{
        width: calc(100% - 20px);
        display: block;
    }
    .page .main-container .main .col-main .page-title h1{
        margin-top: 10px;
    }
    .catalog-product-view .page .col2-left-layout .col-main .product-view .product-essential .prod_details_box ul.tabs li,.catalog-product-view .page .col2-left-layout .col-main .product-view .product-essential .prod_details_box,.customer-account-createpro .page .main-container.col2-right-layout .col-main select{
        width: 100%;
    }
    .buttons-set{
        padding: 8px 20px;
        text-align: center;
    }
    .buttons-set .back-link{
        float: none;
        margin-bottom: 15px;
    }
    .page .header-container .top_header_section_wrapper .top_header_section #search_mini_form input.input-text{
        margin: 10px 0;
    }
    .customer-account-createpro .buttons-set .back-link{
        float: none;
    }
    .catalog-product-view .page .col2-left-layout .col-main .product-view .product-essential .product-img-box,
    .catalog-product-view .page .col2-left-layout .col-main .product-view .product-essential .prod_details_box,
    .catalog-product-view .page .col2-left-layout .col-main .product-view .product-essential .prod_link_box{
        float: none;
        margin: 0 auto;
    }
    .catalog-product-view .page .col2-left-layout .col-main .upsell_wrapper .box-up-sell{
        width: 100%;
    }
    #upsell-product-table tr{
        text-align: center;
    }
    .main-container {
        padding: 0 20px;
    }
    #product_addtocart_form{
        width: 100%;
    }
    .catalog-product-view .page .col2-left-layout .col-main .upsell_wrapper .box-up-sell table tr td{
        margin-right: 0;
        margin-bottom: 20px;
    }
    .collapse-body{
        width: 100%;
        float: none;
    }
    .contacts-index-index .page .main .col-main{
        width: 100%;
    }
    .checkout-onepage-index .page-title{
        padding: 0 0 10px;
    }
    .checkout-onepage-index .opc .step-title h2{
        width: calc(100% - 44px);
        text-align: left;
        font-size: 15px !important;
    }
    form#newsletter-validate-detail{
        width: 100%;
    }
     .hide-on-mobile,.page .header-container .bottom_header_section_wrapper .bottom_header_section .header-info,.cms-home .page .main-container.col1-layout,.footer-container .footer_wrapper .top_footer .footer-col-1,.menu-cat-image,#layered-navigation{
        display: none !important;
    }
    .page .header-container .top_header_section_wrapper .top_header_section .top_page_nav ul li{
        border-right: none;
    }
    #search_mini_form{
        margin-right: 0;
        width:100%;
    }
    .page .header-container .top_header_section_wrapper .top_header_section #search_mini_form input.input-text{
            background: url(http://www.dolfin.be/skin/frontend/dolfin/default/images/search.png) no-repeat #e6e6e6 11px 0px;
    }
}
@media (max-width: 520px){
    .page .main-container.prod-list-container .col-main #catalog-listing .category-products ul.products-grid li.item{
        width: 100%;
        margin-bottom: 20px;
    }
    .checkout-onepage-success button{
        margin-bottom:10px;
    }
}
@media (max-width: 608px){
    .checkout-onepage-index .form-list .field,.checkout-onepage-index div.input-box input.input-text,.checkout-onepage-index .form-list li.wide .input-box,.checkout-onepage-index .form-list li.wide textarea{
        width: 100%;
    }
    .checkout-cart-index .page-title h1{
        text-align: center;
        width: 100%;
    }

    .cart .title-buttons .checkout-types,.cart .title-buttons .checkout-types li{
        float: none;
        width: 100%;
        text-align: center;
        margin: 0 0 10px;
    }
    .checkout-cart-index .page .main-container.col1-layout .cart .cart-collaterals .totals{
        width:100%;
        padding: 16px 0 0 0;
    }
    .page .main-container.col1-layout .cart .cart-collaterals .totals .checkout-types button.button span{
        padding: 0 20px;
    }
    #catalog-listing .category-products .pager{
        display: none;
    }
    .mousetrap,.cart .button.btn-continue,.footer-container .footer_wrapper .top_footer .footer-col-2,.cart .page-title.title-buttons{
        display: none;
    }
}
.show{
    display: block !important;
}


