/**
 * 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.
 */

/* Fonts ================================================================================= */
@font-face {
    font-family: 'GillSans-Light';
    src: url('http://www.steps.nl/skin/frontend/coltex/steps_bobcat/additional/fonts/GillSans-Light/GillSans-Light.eot?') format('eot'),
    url('http://www.steps.nl/skin/frontend/coltex/steps_bobcat/additional/fonts/GillSans-Light/GillSans-Light.woff') format('woff'),
    url('http://www.steps.nl/skin/frontend/coltex/steps_bobcat/additional/fonts/GillSans-Light/GillSans-Light.ttf') format('truetype'),
    url('http://www.steps.nl/skin/frontend/coltex/steps_bobcat/additional/fonts/PTSans-Regular/PTSans-Regular.svg#webfont') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'GillSans';
    src: url('http://www.steps.nl/skin/frontend/coltex/steps_bobcat/additional/fonts/GillSans-Medium/GillSans-Medium.eot?') format('eot'),
    url('http://www.steps.nl/skin/frontend/coltex/steps_bobcat/additional/fonts/GillSans-Medium/GillSans-Medium.woff') format('woff'),
    url('http://www.steps.nl/skin/frontend/coltex/steps_bobcat/additional/fonts/GillSans-Medium/GillSans-Medium.ttf') format('truetype'),
    url('http://www.steps.nl/skin/frontend/coltex/steps_bobcat/additional/fonts/GillSans-Medium/GillSans-Medium.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GillSans-Bold';
    src: url('http://www.steps.nl/skin/frontend/coltex/steps_bobcat/additional/fonts/GillSans-Bold/GillSans-Bold.eot?') format('eot'),
    url('http://www.steps.nl/skin/frontend/coltex/steps_bobcat/additional/fonts/GillSans-Bold/GillSans-Bold.woff') format('woff'),
    url('http://www.steps.nl/skin/frontend/coltex/steps_bobcat/additional/fonts/GillSans-Bold/GillSans-Bold.ttf') format('truetype'),
    url('http://www.steps.nl/skin/frontend/coltex/steps_bobcat/additional/fonts/GillSans-Bold/GillSans-Bold.svg#webfont') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'PTSans-Regular';
    src: url('http://www.steps.nl/skin/frontend/coltex/steps_bobcat/additional/fonts/PTSans-Regular/PTSans-Regular.eot?') format('eot'),
    url('http://www.steps.nl/skin/frontend/coltex/steps_bobcat/additional/fonts/PTSans-Regular/PTSans-Regular.woff') format('woff'),
    url('http://www.steps.nl/skin/frontend/coltex/steps_bobcat/additional/fonts/PTSans-Regular/PTSans-Regular.ttf') format('truetype'),
    url('http://www.steps.nl/skin/frontend/coltex/steps_bobcat/additional/fonts/PTSans-Regular/PTSans-Regular.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* ======================================================================================= */


/* Reset ================================================================================= */
* { margin:0; padding:0; }

body          { position:relative; background:#fff; font-size:12px; line-height:1.35; color:#333333; text-align:center; }

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

a             { color:#333333; text-decoration:none; }
a:hover,
a.anchor-st2:hover,
.anchor-st2 a:hover { color:#db2b1f; }

a.anchor-st2,
.anchor-st2 a { color:#6b6b6b; }

.anchor-underlined a,
a.anchor-underlined { text-decoration:underline; color:#7a7a7a; }

.anchor-underlined a:hover,
a.anchor-underlined:hover { text-decoration:none; }

.underlined a,
a.underlined { text-decoration:underline; }

.underlined a:hover,
a.underlined:hover { text-decoration:none; }

:focus        { outline:0; }

/* Headings */
h1            { font-size:20px; font-weight:normal; line-height:1.15; }
h2            { font-size:18px; font-weight:normal; line-height:1.25; }
h3            { font-size:16px; font-weight:bold; line-height:1.25; }
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 */
strong        { font-weight:bold; }
address       { font-style:normal; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
sup           { font-size:1em; vertical-align:top; }

/* Lists */
ul,ol         { list-style:none; }

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


/* Layout ================================================================================ */
.wrapper {}
.page,
.page-width { width:960px; margin:0 auto; text-align:left; padding:0 25px; }
.page { padding-top:9px; position:relative; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main-container {}
.main { margin:0 0 51px 0; }
.cms-index-index .main { margin:7px 0 60px; }
.page-main-margin-top .main { margin-top:10px; }

/* Base Columns */
.col-left { float:left; width:205px; }
.col-main { float:left; width:715px; min-height: 400px; }
.col-right { float:right; width:205px; }

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

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

/* 3 Columns Layout */
.col3-layout .col-main { width:470px; margin-left:40px; }
.col3-layout .col-wrapper { float:left; width:715px; }
.col3-layout .col-wrapper .col-main { float:right; }

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

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

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


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font-size:12px; vertical-align:middle; color:#7a7a7a; }
input.input-text,select,textarea { background:#fff; border:1px solid #e8e7e6; }
input.input-text,textarea { }
input.input-text { height:32px; line-height:32px; padding:0 32px 0 12px; }
input.input-search { height:26px; line-height:26px; padding-left:10px; color:#333333; border:none; }
input.input-newsletter { height:30px; line-height:30px; padding-left:10px; color:#757575; background:#ebebeb; border:none; text-transform:lowercase; font-family:"GillSans" }
input.input-custom-qty { height:22px; line-height:22px; width:42px; padding:0; text-align:center; color:#333; border-color:#d1d1d1; background:#fff !important; }
select { padding:0; height:34px; }
select option { padding-right:10px; }
select option.out-of-stock { background:#f1f1f1; }
select.multiselect { height:auto; }
select.multiselect option { border-bottom:1px solid #ddd; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:8px; }
input.checkbox { margin-right:8px; }
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */

button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button span { float:left; height:30px; line-height:30px; background:#2e2b27; padding:0 0 0 10px; font-size:12px; text-transform:uppercase; text-align:center; white-space:nowrap; color:#fff; }
button.button span span { background-position:100% 0; padding:0 20px 0 10px; }
/* added for newsletter subscribe button in footer */
button.button span span a { color: #fff; }

button.button.full-width { width:100%; }
button.button.full-width span, button.full-width span span { padding:0; width:100%; }

button.button.more-padding span { padding:0 0 0 19px; }
button.button.more-padding span span { padding:0 29px 0 15px; }

button.btn-search { width:33px; }
button.btn-search span { height:26px; padding:0; width:100%; position:relative; }
button.btn-search span span { padding:0; width:13px; height:12px; background:url(http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/icon_sprite.png) 0 -19px no-repeat !important; position:absolute; top:50%; left:50%; margin:-6px 0 0 -6px; }

button.button:hover span { background:#555; }

button.disabled {}
button.disabled span {}

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

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

/* Form lists */
/* Grouped fields */
.form-list li { margin:0 0 8px; }
.form-list label { float:left; position:relative; z-index:0; padding-bottom:3px; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; 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 {}
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
.form-list .input-box { display:block; clear:both; width:260px; }
.form-list .field { float:left; width:330px; }
.form-list input.input-text { width:254px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }

/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

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

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

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

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

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

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

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

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

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

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

.thankyoupage-customize { clear:both; margin:15px 0 0; padding:15px 0 0; border-top:1px solid #d1d1d1; }

.buttons-set { clear:both; margin:15px 0 0; padding:15px 0 0; border-top:1px solid #d1d1d1; }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; }
.buttons-set p.required { margin:0 0 5px; }

.buttons-set-order {}

.fieldset { border:1px solid #d1d1d1; padding:22px 25px 12px 33px; margin:25px 0 15px; }
.fieldset .legend { float:left; font-size:14px; text-transform:uppercase; border:1px solid #fefefe; background:#eee; margin:-39px 0 0 -10px; padding:5px 8px; position:relative; }
.fieldset-subtitle { margin-bottom:10px; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/bkg_validation_advice.png) 3px 1px no-repeat; color:#db2b1f; display: table-cell; }
.validation-failed { color: #7A7A7A; }
input.input-text.validation-failed { background:url(http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/bkg_red_x.png) 100% 50% no-repeat; }
input.input-text.validation-passed { background:url(http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/bkg_green_tick.png) 100% 50% no-repeat; }

input.input-newsletter.validation-failed { background:url(http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/bkg_red_x.png) 100% 50% no-repeat #EBEBEB; color: #db2b1f; }
input.input-newsletter.validation-passed { background:url(http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/bkg_green_tick.png) 100% 50% no-repeat #EBEBEB; }

.validation-passed {}
p.required { font-size:10px; text-align:right; margin:10px 0 0; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; display:none; }

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

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; padding:10px 20px 12px !important; font-size:13px !important; margin-bottom:10px; }
.error-msg { border-color:#f16048; background-color:#faebe7; color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; color:#c9a114; }
.cms-index-index .error-msg,
.cms-index-index .success-msg,
.cms-index-index .note-msg,
.cms-index-index .notice-msg { margin-bottom:7px; }

/* BreadCrumbs */
.breadcrumbs { padding:9px 0 8px; }
.breadcrumbs li { display:inline; color:#6b6b6b; }
.breadcrumb-divider { padding:0 3px; }
.breadcrumbs-container { height:33px; }
.quick-look .breadcrumbs-container { height:auto; }

/* Page Heading */
.page-title { padding:14px 0; text-align:center; background:url(http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/bkg_page_title_border.png) 0 54% repeat-x; margin-bottom:20px; }
.page-title h1,
.page-title h2 { font-size:42px; text-transform:none; font-weight: 100; display:inline; padding:0 7px; background:#fff; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

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

/* Pager */
.pages { }
.pages ol { display:inline; }
.pages li { display:inline; margin:0 2px; }
.pages li a img { margin-top:5px; }
.pages .current { text-decoration:underline; }

/* Toolbar */
.toolbar { border:1px solid #e0e0e0; margin-bottom:20px; padding:7px 21px; }
.toolbar .pager {}
.toolbar .sorter {}
.toolbar-bottom {}
.toolbar .drop-item { padding-right:17px; background-position:100% 5px; }
.toolbar-item { padding-left:10px; margin-left:19px; background:url(http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/bkg_toolbar_border.png) no-repeat 0 50%; }

.view-mode .grid,
.view-mode .list { display:block; float:left; width:11px; height:10px; margin:3px 10px 0 0; }
.view-mode .grid,
.view-mode a.grid:hover { background:url(http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/icon_sprite.png) -13px -106px no-repeat; }
.view-mode a.grid { background:url(http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/icon_sprite.png) 0 -106px no-repeat; }
.view-mode .list,
.view-mode a.list:hover { background:url(http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/icon_sprite.png) -13px -118px no-repeat; }
.view-mode a.list { background:url(http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/icon_sprite.png) 0 -118px no-repeat; }
.view-mode .toolbar-title { margin-right:11px; }

.limiter .drop-list { margin:0 15px 0; }
.toolbar-bottom .limiter,
.toolbar-bottom .sort-by,
.toolbar-bottom .view-mode { display:none; }
.toolbar-bottom .toolbar-item { background:none; }
.toolbar-bottom .toolbar { border:none; }
.toolbar .sort-by .drop-list-items  { left:-10px; }

/* Data Table */
.data-table { width:100%; border-collapse: collapse; }
.data-table th { padding:20px 10px; border-top:1px solid #8e8c8a; border-bottom:1px solid #d1d1d1; white-space:nowrap; text-transform:none; }
.data-table td { padding:20px 10px;; border-bottom:1px solid #d1d1d1; vertical-align:middle; }
.data-table thead { }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even {}
.data-table tbody.odd {}
.data-table tbody.even {}
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label {}
.data-table td.value {}

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/default/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.summary-details td {}
tr.summary-details td strong { font-weight:100; }
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.steps.nl/skin/frontend/coltex/steps_bobcat/images/default/bkg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -53px; }

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

/* Misc */
.links li { display:inline; }

.link-cart { font-weight:bold; color:#f00; }
.link-wishlist { font-weight:bold; }
.link-reorder { font-weight:bold; }
.link-compare { font-weight:bold; }
.link-print { background:url(http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/default/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; }
.link-rss { background:url(http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/default/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
.btn-remove { display:block; width:9px; height:9px; font-size:0; line-height:0; background:url(http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/bkg_btn_remove.png) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:9px; height:9px; font-size:0; line-height:0; background:url(http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/bkg_btn_remove.png) 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.steps.nl/skin/frontend/coltex/steps_bobcat/images/default/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.cart-table .btn-remove,
.cart-table .btn-remove2 { background:url(http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/bkg_btn_remove_grey.png) 0 0 no-repeat; }

.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:#ddd; text-indent:-999em; overflow:hidden; }

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

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

/* Cookie Notice */
.notice-cookie { border-bottom:1px solid #cfcfcf; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.notice-cookie .notice-inner { width:870px; margin:0 auto; padding:12px 0 12px 80px; background:url(http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/default/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.notice-cookie .notice-inner p { margin:0 0 10px; border:1px solid #cccc73; padding:10px; text-align:center; }
.notice-cookie .notice-inner .actions { text-align:right; }

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


/* Other Websites ======================================================================== */
.other-websites-wrapper { min-height:35px; background:#f5f5f5; border-bottom:1px solid #e0e0e0; }
.other-websites-wrapper a { margin-right:16px; }
/* ======================================================================================= */


/* Drop List ============================================================================= */
.drop-list { position:relative; display:inline; }
.drop-list-items { position:absolute; z-index:995; top:24px; right:0; border-bottom:none; background:#fff; min-width:100%; display:none; }
.drop-list-item { border-bottom:1px solid #E6E6E6; }
.drop-list-item a { padding:10px; display:block; }
.drop-list-item a:hover { background:#fbfbfb; }
.drop-list-triangle { position:absolute; width:10px; height:6px; background:red; top:-6px; left:50%; margin-left:-5px; background:url(http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/bkg_drop_list_triangle.png) 0 0 no-repeat; }
.drop-item { padding-right:20px; background:100% 50% no-repeat; }
.drop-list a.drop-item { padding-right: 4px; }
.drop-list li.drop-list-triangle { list-style-type: none; list-style-image: none; margin: 11px 0 0 2px; left:100%; background:url(http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/bkg_arrow_up.png) 0 0 no-repeat; }
.drop-list li.drop-list-triangle.desc { margin: 12px 0 0 0; background:url(http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/bkg_arrow_down.png) 0 0 no-repeat; }
.sort-by .drop-list { display:inline-block; }
.sort-by .drop-list-items { margin-right:-20px; }
.sort-by .drop-list .drop-list-current { padding-right:14px; background:url(http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/bkg_arrow_down.png) 100% 6px no-repeat; }
/* ======================================================================================= */


/* Header ================================================================================ */
.header { margin:22px 0 25px; }
.header .branding { width:700px; }
.header .logo { text-decoration:none !important; margin-left:404px; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:0; padding:0; }

.header .welcome-msg { font-weight:bold; text-align:right; }
.header .welcome-msg a {}

.header .links { float:right; }

.header-container .switches { float:right; }
.header-container .top-container { clear:both; text-align:right; }
.switches .drop-list-item a { white-space:nowrap; }
.switches a { font-size:11px; }
.lang-img { margin:3px 7px 0 0; }
.drop-list-item .lang-img { margin-top:2px; }

.user-menu { float:left; color:#6b6b6b; padding-right:10px; }
.user-menu li { background:url(http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/bkg_item_border_small.png) 0 5px no-repeat; padding:0 5px 0 10px; }
.welcome-message-user span,
.welcome-message-default { color:#333; }

.quick-access { float:right; padding-top:2px; }

.header-bottom { background:#2e2b27; position:relative; }
.header-bottom .search-container { float:right; max-width:300px; margin-top:9px; }
.header-bottom .search-container .input-search { width:150px; margin-right:-4px; }
.header-bottom .search-container .search-autocomplete { z-index:991; position:absolute; display:none; width:382px !important; left:auto !important; right:0; border:1px solid #d1d1d1; border-top:none; margin-top:8px; background:#fff; }
.header-bottom .search-container .search-autocomplete-inner { padding:24px 0; }
.header-bottom .search-container .search-autocomplete-inner-wrap { background:url(http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/bkg_gray_point.png) 50% 50% repeat-y; }
.header-bottom .search-container .search-autocomplete-column { padding:0 20px; width:150px; }

.search-title { font-size:14px; line-height:14px; margin-bottom:11px; }
.search-autocomplete-results { margin-bottom:15px; }
.search-list li { margin-bottom:6px; }
.search-list li a { background:url(http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/bkg_arrow_right_thin.png) 100% 6px no-repeat; padding-right:10px; }
.search-product-list li { padding:4px 0 12px; }
.search-product-list .search-image img { border:1px solid #e3e3e3; }
.search-product-list .search-data { width:86px; padding-top:4px; }
.search-product-list .search-data .price { font-weight:normal; }

.header-bottom .nav-container { max-width:700px; }

.header-data-title { font-size:11px; text-transform:uppercase; text-align:right; padding-bottom:5px; }
.header-data-title a { color:#3b3b3b; }
.header-data-title a:hover { color:#db2b1f; }

.top-cart { position:relative; }
.top-cart-content { position:absolute; right:0; top:20px; width:300px; }
.top-cart-content .inner-wrapper { padding:10px; background:#fff; text-align:center; border:1px solid #E8E7E6; text-align:left; }
.top-cart-content .actions .cart-link { display:block; margin:15px 0; }
.top-cart-content .subtotal { padding:20px 0; border-top:1px solid #e8e7e6; border-bottom:1px solid #e8e7e6; text-align:center; }
.top-cart-content li.item { padding-bottom:10px; padding-top:0; margin-bottom:10px; border-bottom:1px solid #e8e7e6; }
.top-cart-content li.item.last { border-bottom:none; margin-bottom:0; }
.top-cart-content .product-details table { width:100%; }
.top-cart .cart-empty { text-align:center; }
.top-cart th { text-transform:capitalize; width:70%; }
.cart-icon { padding-left:23px; position:relative; }
.icon-image { background:url(http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/icon_sprite.png) 0 0 no-repeat; position:absolute; left:0; top:-6px; width:14px; height:19px; display:block; }

.home-slider { background:0 0 no-repeat; margin-bottom:20px; }
.home-slider-container { position:relative; }
.awis-r-default-item { overflow:hidden; }
.awis-slides-container-outer { overflow:hidden !important; }
.awis-effect-simple-slider { overflow:visible !important; }
.awis-slides-controls { position:absolute !important; top:50% !important; left:0; margin-top:-20px; width:100%; }
.slider-control { display:block; position:absolute; width:21px; height:40px; top:0; margin:0 !important; }
.slider-control-right { right:-21px; background:url(http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/bkg_slider_nav.png) 9px -40px no-repeat; }
.slider-control-right:hover { background-position:-29px -40px; }
.slider-control-left { left:-21px; background:url(http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/bkg_slider_nav.png) 0 0 no-repeat; }
.slider-control-left:hover { background-position:-38px 0; }
.awis-c-left-n { left:0; }
.awis-c-center { display:none !important; }
.awis-c-right-n { right:0; }

.home-content .content-bottom-text { margin:0 0 20px; }
.home-content-std a { margin-right: 5px; }
.home-content-std div { text-align: center; }
.home-content-std a.column-item-3 { margin-right:0; }

.help-quicklinks { position:absolute; top:180px; right:-83px; width:65px; }
.help-quicklinks-action { display:block; width:34px; height:34px; background:url(http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/icon_sprite.png) 0 -65px no-repeat; margin:0 auto 13px; }
.help-quicklinks-action.quicklinks-active { background:url(http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/icon_sprite.png) 0 -31px no-repeat; }
.help-quicklinks-list { text-align:center; text-transform:uppercase; font-size:10px; line-height:18px; }
.help-quicklinks-popup { position:absolute; width:187px; right:0; top:50px; background:#fff; padding:15px; border:1px solid #d1d1d1; display:none; z-index:5; }
.help-quicklinks-popup-list { margin-bottom:10px; }
.help-quicklinks-popup-list li { display:block; float:left; text-transform:uppercase; font-size:11px; background:url(http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/bkg_quicklinks_border.png) 100% 50% no-repeat; padding-right:7px; margin-right:7px; }
.help-quicklinks-popup-list li.column-item-4 { margin-right:0; padding-right:0; background:none; }
.help-quicklinks-popup-content p { margin-bottom:10px; }
.help-quicklinks-popup-content p strong { text-transform:uppercase; font-weight:normal; }

/********** < Navigation */
.nav-container {}
#nav { font-size:13px; }

/* All Levels */
#nav li { text-align:left; }
#nav li.over { z-index:998; }
#nav li.parent {}
#nav li a { display:block; text-decoration:none; }
#nav li a:hover { text-decoration:none; }
#nav li a span { display:block; white-space:nowrap; cursor:pointer; }
#nav li ul a span { white-space:normal; }

.nav-triangle { display:none; width:12px; height:5px; position:absolute; bottom:0; left:50%; margin-left:-6px; background:url(http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/icon_sprite.png) 0 -99px no-repeat; }
.over .nav-triangle { display:block; }

/* 1st Level */
#nav li { float:left; position:relative; }
#nav li a { height:43px; line-height:43px; letter-spacing:1.3px; float:left; color:#fff; font-size:14px; text-transform:uppercase; padding:0 20px; background:url(http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/bkg_menu_border.png) 100% 50% no-repeat; }
#nav li a:hover { color:#8e8c8a; }
#nav li.over a,
#nav li.active a { color:#ababab; }
#nav > li.over > a,
#nav > li.active > a { color:#ccc; }
#nav li.last a { background:none; }

/* 2nd Level */
#nav ul,
#nav div { position:absolute; top:43px; left:-10000px; border:1px solid #d1d1d1; border-top:none; background:#fff; margin-left: 0 !important; }
#nav div ul { position:static; width:auto; border:none; }
#nav ul.static { width: 410px; }
#nav ul li.nav-cms { padding: 0; width: auto; }

/* 3rd+ leven */
#nav ul ul,
#nav ul div { }

#nav ul li { float:left; width:199px; padding:20px; }
#nav ul li a { background:none; padding:0; height:auto; line-height:normal; float:none; }

#nav ul li ul li { float:none; padding:0; line-height:30px; border-bottom:1px solid #d7d7d7; }
#nav ul li ul li.first { margin-top:-5px; }
#nav ul li ul li a { text-transform:none; font-size:12px; color:#333 !important; }
#nav li.nav-cms { margin-top:20px; text-align:center; }
#nav li.nav-cms a { background:none !important; }

#nav ul li.active > a,
#nav ul li > a:hover { color:#ababab !important; }
#nav ul li a,
#nav ul li a span { display:inline; }

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:0; z-index:999; }
#nav li .shown-sub ul,
#nav li .shown-sub li div { display:block !important; width:auto; position:relative; top:auto; left:auto; background:none; border:none; margin-top:10px; }
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.sidebar { padding-top:8px; }
.block { margin:0 0 26px; }
.block .block-title { border-bottom:1px solid #B8B4B1; padding:3px 0 9px; margin-bottom:9px; }
.browser-webkit .block .block-title { padding-top:4px; }
.block .block-title strong { font-size:18px; font-weight:normal; text-transform:uppercase; letter-spacing:0.4px; margin-left: -1px;}
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { text-transform:uppercase; }
.block .block-content { }
.block .block-content li.item { padding:5px 0; }
.block .btn-remove,
.block .btn-edit { float:right;}
.block .actions { text-align:right; }
.block .actions a { float:left; }
.block .empty {}
.page-sidebar-no-padding-top .sidebar { padding-top:0; }
.page-sidebar-no-padding-top .block .block-title { padding:3px 0; }

/* Mini Products List */
.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:50px; padding:5px; border:1px solid #ddd; }
.mini-products-list .product-details { margin-left:75px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }

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

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

/* Block: Layered Navigation */
.block-layered-nav {}
.block-layered-nav dt { text-transform:uppercase; margin-bottom:10px; }
.block-layered-nav dd { margin-bottom:7px; padding-bottom:10px; border-bottom:1px solid #e6e6e6; position:relative; }
.block-layered-nav dd li a .filter-checkbox { display:block; width:14px; height:14px; float:left; margin:2px 10px 0 0; background:url(http://www.steps.nl/skin/frontend/coltex/steps_bobcat/additional/cuforms/images/checkbox.png) 0 0 no-repeat; }
.block-layered-nav dd li a.filter-active .filter-checkbox { background-position:0 -30px; }
.block-layered-nav .currently {}
.block-layered-nav .btn-remove { float:left; margin:2px 3px 0 0; }
.block-layered-nav-clear-action { display:block; font-size:11px; margin:6px 10px 0 0; padding-left: 20px; background:url(http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/bkg_refresh.png) 0 0 no-repeat; }
.filter-list li .cuForms_checkbox,
.filter-list li .cuForms_customElement { margin-top:-5px; }

.filter-list li { margin-bottom:7px; }
.filter-list-grid li { float:left; width:65px; }
.filter-color-list { max-width:140px; min-height: 32px; }
.filter-color-list li { float:left; margin:0 6px 6px 0; }
.filter-color-list li .color-filter-item { display:block; width:14px; height:14px; }
.filter-color-list li .filter-active { width: 12px; height:12px;}
.filter-color-list li .filter-active img { width: 10px; height: 10px; border:1px solid #aaa; border-radius:12px; }
.filter-color-list li img { margin:1px; width: 12px; height: 12px; background-position: center center; background-repeat: repeat; border-radius: 0 0 0 0; }
.filter-price-range { margin-top:35px; padding-right:10px; }
.price-range-values { border:1px solid #d1d1d1; width:65px; padding:3px 10px; margin:15px 0 10px; }
.filter-group-reset,
.filter-group-reset.price { position:absolute; right:9px; top:-26px; padding-left:10px; background:url(http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/bkg_reset.png) 0 50% no-repeat; }
.filter-group-reset.price { top: -52px; }


/* Block: Cart */
.block-cart {}
.block-cart .summary {}
.block-cart .amount {}
.block-cart .subtotal { text-align:center; }
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 5px 0; }

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

/* Block: Related */
.block-related {}
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related .product { margin-left:20px; }
.block-related .product .product-image { float:left; margin-right:-65px; }
.block-related .product .product-details { margin-left:65px; }

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

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

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

/* Block: Poll */
.block-poll label {}
.block-poll input.radio { float:left; }
.block-poll .label { display:block;  }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }

/* Block: Subscribe */
.block-subscribe {}

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

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

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

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


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

.price-box {}
.price-box .price { }

/* Regular price */
.regular-price {}
.regular-price .price { }

/* Old price */
.old-price {}
.old-price .price-label { white-space:nowrap; display:none; }
.old-price .price { text-decoration:line-through; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

/* Product Tags */
.tags-list li { display:inline; }

/* Advanced Search */
.advanced-search {}
.advanced-search-amount {}
.advanced-search-summary {}

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

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

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


/* Account Login/Create Pages ============================================================ */
.account-login {}
.account-login .new-users,
.account-login .registered-users { position:relative; min-height:245px; }
.account-login .new-users .buttons-set,
.account-login .registered-users .buttons-set { position:absolute; left:0; bottom:0; width:100%; }


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

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

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

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

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


/* Footer ================================================================================ */
.footer-container { padding:26px 0; border-top:1px solid #2e2b27; }
.footer-right { width:229px; }
.footer-right .input-newsletter { margin-bottom:10px; width:187px; text-transform:none; }
.footer-left { width:730px; }
.footer-left ul { width:24%; float:left; }
.footer-left ul li { line-height:18px; }
.footer-bottom { margin-top:14px; }
.footer-bottom .copyright { text-align:center; color:#6b6b6b; }
.footer-bottom .copyright a { padding-right:10px; margin-right:5px; background:url(http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/bkg_privacy_border.png) 100% 50% no-repeat; }

.footer-right-cms { margin-top:28px; }
.footer-right-follow-us a { margin-right:10px; }
.footer-right-payments { padding-top:22px; }
.footer-right-payments img { margin-left:6px; }

.footer-left ul h3,
.footer-right-cms h3,
.footer-title { color:#9e9e9e; text-transform:uppercase; margin-bottom:6px; font-size:12px; line-height:16px; font-weight:normal; }

.content-bottom-text {  padding:22px 5px 8px 30px; border:1px solid #d1d1d1; margin-top:35px; }
.content-bottom-text li { display:block; float:left; width:25%; text-align:center; font-size:13px; padding-bottom:10px; }
.catalog-category-view .content-bottom-text { margin-top:20px; }
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after,
.clear-after:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */


/* Fonts ================================================================================= */
/*GillSans-Medium*/
body,
button span span,
.opc-wrapper .checkout-steps .fieldset .input-box input,
.discount .input-text,
.contacts-index-index .form-list .input-box input,
.contacts-index-index .form-list .input-box textarea { font-family:'GillSans', Arial, Helvetica, sans-serif; font-weight:normal; }

/*GillSans-Light*/
#nav li a,
.products-list .product-name,
.checkout-navigation li { font-weight:100; }

/*PTSans-Regular*/
.cart button span span,
#shipping-buttons-container button span span,
.payment-title h2,
.discount .button span span,
.buttons-set.checkout-success .button span span,
.customer-account-page h1.tabletitle,
.gmapstrlocator-index-index #main .form input.button { font-family: 'PTSans-Regular', Arial, Helvetica, sans-serif; }
/* ======================================================================================= */
/* ======================================================================================= */
iframe#coltex-newsletter-form { width: 100%; height: 400px; border: 0 none; }

#login-buttons-container button {margin: -7px 66px 0 0;}
#login-buttons-container { padding-top : 10px; }

#notice-cookie-block { top:0; left:0; width:100%; background:rgba(0, 0, 0, 0.7); position:fixed; color:#fff; text-align:center; padding:7px 0 8px; z-index:9999; }
#notice-container { position:relative; margin-bottom:32px; }

#notice-cookie-block .in-message { margin:0 100px; }
#notice-cookie-block .in-message a { color:#fff; text-decoration: underline; }
#notice-cookie-block .out-close { background: url(http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/cookie_bg.png) no-repeat; height: 21px; line-height:21px; width: 65px; padding: 0 10px 0 5px; margin: -10.5px 5px 0 0; cursor: pointer; position: absolute; top: 50%; z-index: 9999; right: 0px; text-align: center; }

.ajax-content .outofstock { padding: 0 28px 0 21px; text-align: justify; }
.ajax-content .outofstock span {
    font-size: 14px;
    font-weight: 100;
    line-height: 18px;
}

.ajax-content div.validation-failed { right:43px; color:#F02800; font-size:11px; bottom:40px; position:absolute; }
.ajax-content .outofstock h2 {
    font-size: 19px;
    font-weight: 100;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.oos-wrapper { margin:0 15px 20px; }
.oos-wrapper .media { width: 165px; float: left; }
.oos-wrapper .product-block { margin: 0; float: right; width: 355px; }
.oos-wrapper .product-block .login-button-holder { margin: 5px 0 5px 0; }
.oos-wrapper .fieldset { border: 0; margin:0; padding:0; }
.oos-wrapper .oos-title-block { margin-bottom:15px; }
.oos-wrapper .fieldset h2 { margin-bottom:20px; }
.oos-wrapper .oos-title-block h2 { margin-bottom:15px; }

.oos-wrapper .fieldset .registered-users p { padding-bottom: 15px; }
.oos-wrapper .fieldset .registered-users .form-list { overflow: hidden; }
.oos-wrapper .fieldset .registered-users .form-list li { padding: 8px 0 8px 0; }
.oos-wrapper .fieldset .registered-users .form-list label { margin-top: 10px; position: absolute; text-align: left; width: auto; }
.oos-wrapper .fieldset .registered-users .form-list .input-box { margin-left: 236px; padding: 0; }

.oos-wrapper #buttons-container {border: 0px; margin: 0; padding: 0 0 5px 0; }
.oos-wrapper .registered-users li.right button.button { margin-bottom: 2px; }
.oos-wrapper .registered-users li.right button.button span span { padding: 3px 0 3px 0; }

.oos-wrapper .product-block .options-container { padding:0 0 20px; }
.oos-wrapper .product-block .options-container dl dt:first-child { padding-top: 0px; }
.oos-wrapper .product-block .options-container dt { font-weight: 100; text-transform: uppercase; padding: 17px 0 6px 0; }
.oos-wrapper .product-block .options-container select { width:200px; }

.oos-wrapper .product-info { padding: 0 0 10px 0; }
.oos-wrapper .product-info .product-name h1 {
    font-size: 19px;
    font-weight: 100;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.oos-wrapper .product-info span {
    font-weight: normal;
    color: #333333;
    font-size: 12px;
    line-height: 1.35;
}

.oos-wrapper .registered-users button.button span span { height: 20px; padding: 5px 0 5px 0; }
.oos-wrapper .product-block button.button span span { height: 20px; padding: 5px 20px 5px 10px; }
.oos-wrapper .registered-users button.button.more-padding span span { padding:0 29px 0 15px; height:30px; line-height:29px; }

.oos-wrapper.oos-product #buttons-container button { margin-top:20px; }
.outofstock.logout .outofstock { padding:0; }

.noresults-filters {padding: 20px 0 20px 0; }

div.price-range-values input { width: 50px; border: 0; text-align: right; }
.ajax-content .popup { padding: 0 5px 0 5px; }

.form-alt li { margin:0 0 8px; padding: 8px 0 8px 0; height: 34px; }
.form-alt li#continue .input-box { width:495px; }
.form-alt li .input-box.label { margin-top: 10px; }

/* Print page additional styles */
.page-print .option-color .title-color { background:none !important; text-align:center; }
.page-print h1,
.page-print h2,
.page-print h3 { margin:0.4em 0; }
.page-print .col2-set { margin:20px 0; }

.page-print .buttons-set { border:none; padding-top:0; }
.page-print .totals { margin:20px 0 0; float:right; }
.page-print .totals td { padding:5px 15px; }

.page-print .wide-totals.totals table { width:auto; }
.page-print .wide-totals.totals table td:first-child { width:auto; max-width:200px; padding-left:15px; }

/* Styles for small screen devices */
@media only screen and (max-device-width: 1024px) {
    #help-quicklinks { display:none; }
}

#ajax-loading-overlay { background: url("http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/bkg_black_10.png"); height: 100%; left: 0; position: fixed; top: 0; width: 100%; z-index: 10000; }
#ajax-loading-products #ajax-loading { top:50%; margin:-40px 0 0 -120px; }

#gmap-store-list .chosen { background:#e2ded0 !important; }

.product-essential .add-to-cart button.button span span { display:none; }
.product-essential .add-to-cart button.button span{ background:url("http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/Steps_Normal.jpg") no-repeat; }
.product-essential .add-to-cart button.button:hover span { background:url("http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/Steps_Hoover.jpg") no-repeat; }

.help-text, .help-text-comment { color:#9c96b2; float:left; margin:-30px 0 0 640px; width:400px; }
.help-text-comment { margin-top:-150px; }



/*///////// NEW STYLES ///////// */

.block .block-title strong span { font-size: 18px; }

.page-title { background: url("http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/bkg_page_title_border.png") repeat-x scroll 0 54% rgba(0, 0, 0, 0); margin: 18px 0 28px; padding: 0; text-align: center; }

.page-title h1 { display: inline-block; font-family: 'GillSans-Light',Arial,Helvetica,sans-serif; line-height: 32px; }
/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * 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     enterprise_default
 * @copyright   Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { margin:10px 0; }
.widget .widget-title h2 { font-size:18px; color:#d12c01; }

.widget .widget-products { margin:0 -20px 0; }
.cms-home .col1-layout .widget .widget-products,
.cms-index-index .col1-layout .widget .widget-products { margin:0 0 20px; }
.col-main > .widget { display:block; margin:40px 0 0; }
.col-main > .widget + .widget { margin-top:20px; }

/* std class reset */
.widget .products-grid { list-style:none; margin-bottom:0; padding-left:20px; }
.widget .products-grid p,
.widget .products-list p { margin-bottom:0; }
.widget .products-list { list-style:none; margin-bottom:0; padding-left:0; }
.widget .add-to-links { list-style:none; padding-left:0; margin:5px 0; }

/* Widget Banner */
.widget-banner { clear:both; display:block; width:100%; overflow:hidden; text-align:center; }
.widget-banner li { margin:7px 0; }

.top-container .widget-banner li { margin:0; }

.footer-before-container .widget-banner li { margin:0; }

.widget-banner-inline { display:block; clear:both; padding:7px 0; text-align:center; }
.widget-banner-inline ul,
.widget-banner-inline li { display:inline; }
.widget-banner-inline li { margin:0 3px; }
.widget-banner-inline li img { vertical-align:middle; }

/* Widget New Proructs */
.widget-new-products { display:block; margin:10px 0; }
.checkout-cart-index .col1-layout .widget-new-products { display:block; padding:0 20px; }

/* Widget Viewed Proructs */
.widget-viewed { display:block; margin:10px 0; }
.checkout-cart-index .col1-layout .widget-viewed { display:block; padding:0 20px; }

/* Widget Compared Proructs */
.widget-compared { display:block; margin:10px 0; }
.checkout-cart-index .col1-layout .widget-compared { display:block; padding:0 20px; }

/* Widget CMS Static Block */
.widget-static-block {}

/* Widget Catalog Events Carousel */
.widget-events { display:block !important; }

/* Widgets Links Common Styles */
/* Style 1 */
/*.top-container .widget-product-link,
.top-container .widget-category-link,
.top-container .widget-cms-link,
.top-container .widget-hierarchy-link { float:left; border:1px solid #cfcfcf; border-bottom-color:#b2b2b2; margin:13px -1px 0 0; }
.top-container .widget-product-link a,
.top-container .widget-category-link a,
.top-container .widget-cms-link a,
.top-container .widget-hierarchy-link a { float:left; font-size:12px; background:#f2f2f2; border-top:1px solid #fff; border-bottom:1px solid #e2e2e2; padding:2px 5px 4px; color:#cc7137; text-decoration:underline; white-space:nowrap; }
.top-container .widget-product-link a:hover,
.top-container .widget-category-link a:hover,
.top-container .widget-cms-link a:hover,
.top-container .widget-hierarchy-link a:hover { color:#1e75b4; text-decoration:none; }*/
/* Style 2 */
.top-container .widget-product-link,
.top-container .widget-category-link,
.top-container .widget-cms-link,
.top-container .widget-hierarchy-link { display:block; border-bottom:1px solid #e2e2e2; margin:7px 0; }
.top-container .widget-product-link a,
.top-container .widget-category-link a,
.top-container .widget-cms-link a,
.top-container .widget-hierarchy-link a { display:block; padding:12px 12px; background:#fff url(http://www.steps.nl/skin/frontend/enterprise/default/images/bkg_widget-links.gif) 0 100% repeat-x; border:1px solid #cfcfcf; text-align:center; font:bold 15px/1.25 Arial, Helvetica, sans-serif; color:#444; text-decoration:none; }
.top-container .widget-product-link a:hover,
.top-container .widget-category-link a:hover,
.top-container .widget-cms-link a:hover,
.top-container .widget-hierarchy-link a:hover { color:#d53c00; text-decoration:none; }

.footer-before-container .widget-product-link,
.footer-before-container .widget-category-link,
.footer-before-container .widget-cms-link,
.footer-before-container .widget-hierarchy-link { display:block; border-bottom:1px solid #e2e2e2; margin:7px 0; }
.footer-before-container .widget-product-link a,
.footer-before-container .widget-category-link a,
.footer-before-container .widget-cms-link a,
.footer-before-container .widget-hierarchy-link a { display:block; padding:10px 12px; background:#fff url(http://www.steps.nl/skin/frontend/enterprise/default/images/bkg_widget-links.gif) 0 100% repeat-x; border:1px solid #cfcfcf; text-align:center; font:bold 15px/1.25 Arial, Helvetica, sans-serif; color:#444; text-decoration:none; cursor:pointer; }
.footer-before-container .widget-product-link a:hover,
.footer-before-container .widget-category-link a:hover,
.footer-before-container .widget-cms-link a:hover,
.footer-before-container .widget-hierarchy-link a:hover { color:#d53c00; text-decoration:none; }

/* Widget 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 { font-size:12px; background:url(http://www.steps.nl/skin/frontend/enterprise/default/images/bkg_widget-link.gif) 100% 4px no-repeat; padding-right:15px; color:#333; text-decoration:underline; }
.col-main .widget-product-link a:hover { color:#333; text-decoration:none; }

.sidebar .widget-product-link { display:block; margin:10px 0; padding:0 17px/* 0 37px*/; /*background:url(http://www.steps.nl/skin/frontend/enterprise/default/images/bkg_widget-product-link-icon.gif) 17px 3px no-repeat;*/ }
.sidebar .widget-product-link a { font-size:12px; background:url(http://www.steps.nl/skin/frontend/enterprise/default/images/bkg_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; color:#333; text-decoration:underline; }
.sidebar .widget-product-link a:hover { color:#333; text-decoration:none; }

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

.top-container .widget-category-link { border-bottom:0; }
.top-container .widget-category-link a { border-color:#ca3934; color:#d53c00; background-image:url(http://www.steps.nl/skin/frontend/enterprise/default/images/bkg_widget-links2.gif); background-color:#f9d2c1; }
.top-container .widget-category-link a:hover { color:#fff; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { font-size:12px; background:url(http://www.steps.nl/skin/frontend/enterprise/default/images/bkg_widget-link.gif) 100% 4px no-repeat; padding-right:15px; color:#333; text-decoration:underline; }
.col-main .widget-category-link a:hover { color:#333; text-decoration:none; }

.sidebar .widget-category-link { display:block; margin:10px 0; padding:0 17px/* 0 37px*/; /*background:url(http://www.steps.nl/skin/frontend/enterprise/default/images/bkg_widget-category-link-icon.gif) 19px 3px no-repeat;*/ }
.sidebar .widget-category-link a { font-size:12px; background:url(http://www.steps.nl/skin/frontend/enterprise/default/images/bkg_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; color:#333; text-decoration:underline; }
.sidebar .widget-category-link a:hover { color:#333; text-decoration:none; }

/* 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 { font-size:12px; background:url(http://www.steps.nl/skin/frontend/enterprise/default/images/bkg_widget-link.gif) 100% 4px no-repeat; padding-right:15px; color:#333; text-decoration:underline; }
.col-main .widget-cms-link a:hover { color:#333; text-decoration:none; }

.sidebar .widget-cms-link { display:block; margin:10px 0; padding:0 17px/* 0 37px*/; /*background:url(http://www.steps.nl/skin/frontend/enterprise/default/images/bkg_widget-cms-link-icon.gif) 19px 2px no-repeat;*/ }
.sidebar .widget-cms-link a { font-size:12px; background:url(http://www.steps.nl/skin/frontend/enterprise/default/images/bkg_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; color:#333; text-decoration:underline; }
.sidebar .widget-cms-link a:hover { color:#333; text-decoration:none; }

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

.col-main .widget-cms-hierarchy-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-hierarchy-link a { font-size:12px; background:url(http://www.steps.nl/skin/frontend/enterprise/default/images/bkg_widget-link.gif) 100% 4px no-repeat; padding-right:15px; color:#333; text-decoration:underline; }
.col-main .widget-cms-hierarchy-link a:hover { color:#333; text-decoration:none; }

.sidebar .widget-cms-hierarchy-link { display:block; margin:10px 0; padding:0 17px/* 0 37px*/; /*background:url(http://www.steps.nl/skin/frontend/enterprise/default/images/bkg_widget-cms-link-icon.gif) 19px 2px no-repeat;*/ }
.sidebar .widget-cms-hierarchy-link a { font-size:12px; background:url(http://www.steps.nl/skin/frontend/enterprise/default/images/bkg_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; color:#333; text-decoration:underline; }
.sidebar .widget-cms-hierarchy-link a:hover { color:#333; text-decoration:none; }

/* Widget SKU */
/* .widget-sku {} */
/* ======================================================================================= */

/**
 * @category    Coltex
 * @package     Coltex_AwBlog
 */

.blog-index-list .sidebar,
.blog-post-view .sidebar,
.blog-cat-view .sidebar { padding-top:0; }

.blog-post-actions p { margin-bottom:0; }
.blog-archive-list ul { padding-left:20px; }
.blog-archive-list span.current { color:#b2b2b2; }
.blog-archive-list a,
.blog-archive-list span.current { text-transform:capitalize; }
.blog-post-content .blog-post-read-more { text-align:right; margin:-1em 0 3px; }

.blog-post { padding-bottom:8px; margin-bottom:20px; border-bottom:1px solid #e6e6e6; }
.blog-post-title { text-transform:uppercase; font-weight:bold; margin-bottom:10px; }
.blog-post-created-time { font-weight:normal; float:right; padding-left:15px; }

.block-blog .block-subtitle { font-size:14px; margin-bottom:10px; }
.block-blog .block-content li { font-size:14px; }

.blog-rss-link { position:absolute; right:0; bottom:-13px;; width:20px; height:20px; background:url(http://www.steps.nl/skin/frontend/coltex/default/images/rss.png) 0 0 no-repeat; }
.design-superstar .blog-rss-link { bottom:5px; }
.design-didi .blog-rss-link { bottom:5px; }

.blog-post-image { float:left; margin:0 15px 15px 0; max-width:100%; }
.blog-post-image img { max-width:100%; }
.blog-cms-block { margin-bottom:20px; }

.blog-post .std h1,
.blog-post .std h2,
.blog-post .std h3,
.blog-post .std h4,
.blog-post .std h5,
.blog-post .std h6 { margin-bottom:1em; }
/**
 * aheadWorks Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://ecommerce.aheadworks.com/LICENSE-M1.txt
 *
 * @category   AW
 * @package    AW_Islider
 * @copyright  Copyright (c) 2011 aheadWorks Co. (http://www.aheadworks.com)
 * @license    http://ecommerce.aheadworks.com/LICENSE-M1.txt
 */

.awis-block, .awis-block .awis-r-default-item img {
    margin: 0 auto;
    display: block;
}
.awis-block .awis-slides-controls {
     position: relative;
     z-index: 5;
}
.awis-block .awis-slides-controls .awis-c-left {
    float: left;
    height: 22px;
    padding-left: 20px;
    text-align: right;
    width: 22px;
}
.awis-block .awis-slides-controls .awis-c-left button, .awis-block .awis-slides-controls .awis-c-right button {
    position: relative;
}
.awis-block .awis-slides-controls .awis-c-left button.button, .awis-block .awis-slides-controls .awis-c-right button.button {
    background-color: transparent;
    border: 0px;
    cursor: pointer;
}
.awis-block .awis-slides-controls .awis-c-left button {
    background-image: url('http://www.steps.nl/skin/frontend/coltex/default/aw_islider/representations/default/images/arrow_left.png');
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
}
.awis-block .awis-slides-controls .awis-c-left button:hover {
    background-image: url('http://www.steps.nl/skin/frontend/coltex/default/aw_islider/representations/default/images/arrow_left_hover.png');
}
.awis-block .awis-slides-controls .awis-c-center {
    line-height: 22px;
    margin: 0px 50px;
    text-align: center;
}
.awis-block .awis-slides-controls .awis-c-center button.button {
    background-color: transparent;
    background-image: url('http://www.steps.nl/skin/frontend/coltex/default/aw_islider/representations/default/images/item.png');
    border: 0px;
    height: 12px;
    width: 12px;
}
.awis-block .awis-slides-controls .awis-c-center button.awis-s-current {
    background-image: url('http://www.steps.nl/skin/frontend/coltex/default/aw_islider/representations/default/images/item_current.png');
}
.awis-block .awis-slides-controls .awis-c-center button:hover {
    background-image: url('http://www.steps.nl/skin/frontend/coltex/default/aw_islider/representations/default/images/item_hover.png');
}
.awis-block .awis-slides-controls .awis-c-right {
    float: right;
    height: 22px;
    padding-right: 20px;
    position: relative;
    text-align: right;
    top: -22px;
    width: 22px;
}
.awis-block .awis-slides-controls .awis-c-right button {
    background-image: url('http://www.steps.nl/skin/frontend/coltex/default/aw_islider/representations/default/images/arrow_right.png');
    background-repeat: no-repeat;
    height: 22px;
    width: 22px;
}
.awis-block .awis-slides-controls .awis-c-right button:hover {
    background-image: url('http://www.steps.nl/skin/frontend/coltex/default/aw_islider/representations/default/images/arrow_right_hover.png');
}

.awis-effect-simple-slider {
     overflow: hidden;
     position: relative;
}
.awis-effect-simple-slider .awis-r-default-item {
     float: left;
}
.awis-slides-container {
    position: relative;
}

.awis-effect-fade-appear .awis-r-default-item,
.awis-effect-blind-up-down .awis-r-default-item,
.awis-effect-slide-up-down .awis-r-default-item,
.awis-effect-jalousie .awis-r-default-item {
    position: absolute;
}

.awis-jalousie-slice {
    position: absolute;
}

/**
* 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.
*/

/* Slider
----------------------------------------------------------------------------------------------------*/
.ui-widget-content {
    background: #eeeeee;
}

.ui-widget-header {
    background: #ffffff;
}

.ui-slider {
    position: relative;
    text-align: left;
    border-radius: 4px;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 12px;
    height: 21px;
    cursor: pointer;
    display: block;
    background: url(http://www.steps.nl/skin/frontend/coltex/default/images/bkg_slider_arrow.png) 0 0 no-repeat;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
}

.ui-slider-horizontal {
    height: 6px;
    width: 100%;
    border: 1px solid #e6e6e6;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -25px;
    margin-left: -6px;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 6px;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: 6px;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: 3px;
    margin-left: 0;
    margin-bottom: 3px;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

/*----------------------------------------------------------------------------------------------------*/

/* Call me fancybox popin ================================================================================= */
.callme {
    overflow: hidden;
    text-align: left;
}

.callme .callme-row-input {
    margin-bottom: 10px;
}

.callme .callme-row-input label {
    display: inline-block;
    width: 200px;
}

.callme .callme-row-input input { display: inline-block; }

.callme .callme-row-input span {
    width: 100px;
}

.callme .callme-row-input label {
    margin-right: 5px;
}

.callme .btn-right {
    text-align: right;
    margin: 20px 5px 0 5px;
}

#callback-button {
    margin: 0 auto;
    width: 205px
}

#callback-box #message {
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
}

#callback-box #message.good {
    color: #0a0;
}

#callback-box #message.error {
    color: #a00;
}
.theme1 { width:685px; margin:0px; padding:0px; *padding-left:5px; }
.theme1 .read_more { font-size:12px; font-weight:normal; color:#1E7EC8; text-decoration:underline; margin-left:20px; line-height:30px; }
.theme1 .read_more:hover { color:#1E7EC8; text-decoration:none; }
.theme1 h1 { font-size:17px; font-weight:normal; color:#404040; line-height:35px; margin-top:20px; }
.theme1 h1 a { font-size:17px; font-weight:normal; color:#404040; line-height:35px; margin-top:20px; }
.theme1 ul { list-style:none; padding:0px; margin-left:20px; }
.theme1 ul li { line-height:25px; list-style:decimal; font-size:12px; font-weight:bold; color:#000; }
.theme1 ul li .accordion-toggle {z-index: 10; font-size:14px; font-weight:normal; color:#343032; text-decoration:none; cursor:pointer; }
.theme1 ul li .accordion-content { overflow:hidden; }
.theme1 ul li p { padding:5px 0 5px 15px; }
.theme1 ul li .answer { background:#f7f7f7; border:#e5e5e5 1px solid; padding:10px; width:620px; margin:8px 0 8px 2px; }
.theme1 ul li .answer p { font-size:12px; color:#343032; line-height:20px; }

.theme2 { width:685px; margin:0px; padding:0px; }
.theme2 .read_more { font-size:12px; font-weight:normal; color:#000; text-decoration:underline; margin-left:32px; line-height:35px; }
.theme2 .read_more:hover { color:#1E7EC8; text-decoration:none; }
.theme2 h1 { font-size:17px; font-weight:normal; color:#404040; line-height:35px; margin-top:20px; }
.theme2 h1 a { font-size:17px; font-weight:normal; color:#404040; line-height:35px; margin-top:20px; }
.theme2 ul { list-style:none; padding:0px; margin-left:10px; }
.theme2 ul li { line-height:25px;  }
.theme2 ul li.minus { background:url(http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/faqs/minus.png) no-repeat left top; vertical-align:top;  }
.theme2 ul li.minus p { font-size:12px; color:#343032; line-height:20px; line-height:20px; margin-left:8px; }
.theme2 ul li .accordion-toggle { background:url(http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/faqs/plus.png) no-repeat left top; z-index:10; font-size:13px; font-weight:bold; color:#343032; text-decoration:none; padding-left:22px; cursor:pointer; }
.theme2 ul li .accordion-toggle-active { background:url(http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/faqs/minus.png) no-repeat left top; }
.theme2 ul li .accordion-content { overflow:hidden; }
.theme2 ul li p { padding:5px 0 5px 15px; }
.theme2 ul li .answer p { font-size:12px; color:#343032; line-height:20px; line-height:20px; margin-left:8px;  }
.theme2 ul li .rating_dv { padding-left: 19px; }

.theme3 { width:685px; margin:0px; padding:0px; }
.theme3 .read_more { font-size:12px; font-weight:normal; color:#000; text-decoration:none; margin-left:32px; line-height:35px; }
.theme3 .read_more:hover { color:#1E7EC8; text-decoration:none; }
.theme3 h1 { font-size:17px; font-weight:normal; color:#404040; line-height:35px; margin-top:20px; }
.theme3 h1 a { font-size:17px; font-weight:normal; color:#404040; line-height:35px; margin-top:20px; }
.theme3 ul { list-style:none; padding:0px; margin-left:18px; }
.theme3 ul li { line-height:25px; background:#e3e3e3; margin:0 0 5px 0; }
.theme3 ul li.ans { background:none; list-style:none; }
.theme3 ul li.ans p { font-size:12px; color:#343032; line-height:20px; margin-left:0px; }
.theme3 ul li.ans a { background:none; }
.theme3 ul li .accordion-toggle {  z-index:10; cursor:pointer; font-size:13px; font-weight:bold; color:#343032; text-decoration:none; padding-left:15px; margin-left:8px; background:url(http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/faqs/bullet1.jpg) no-repeat left; }
.theme3 ul li .accordion-content { overflow:hidden; background:#fff; }
.theme3 ul li p { padding:5px 0 5px 15px; }
.theme3 ul li .answer { background:none; list-style:none; }
.theme3 ul li .answer p { font-size:12px; color:#343032; line-height:20px; line-height:20px; }
.theme3 ul li .rating_dv { padding-left: 19px; }

.theme4 { width:685px; margin:0px; padding:0px; }
.theme4 .read_more { font-size:12px; font-weight:normal; color:#1E7EC8; text-decoration:none; line-height:35px; }
.theme4 .read_more:hover { color:#1E7EC8; text-decoration:underline; }
.theme4 h1 { font-size:17px; font-weight:normal; color:#404040; line-height:35px; margin-top:20px; }
.theme4 h1 a { font-size:17px; font-weight:normal; color:#404040; line-height:35px; margin-top:20px; }
.theme4 ul { list-style:none; padding:0px; margin-left:0px; }
.theme4 ul li { line-height:25px; margin:0 0 5px 0; }
.theme4 ul li .answer { background:none; list-style:none; }
.theme4 ul li .answer p { font-size:12px; color:#343032; line-height:20px; margin-left:0px; }
.theme4 ul li.ans a { background:none; }
.theme4 ul li .accordion-toggle { background:url(http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/faqs/plus1.png) no-repeat left top; z-index:10; cursor:pointer; padding-left: 22px; font-size:13px; font-weight:bold; color:#343032; text-decoration:none; margin-left:0px; }
.theme4 ul li .accordion-toggle-active { background:url(http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/faqs/minus1.png) no-repeat left top; }
.theme4 ul li .accordion-content { overflow:hidden; }
.theme4 ul li p { padding:5px 0 5px 4px; }

.theme5 { width:685px; margin:0px; padding:0px; }
.theme5 .read_more { font-size:12px; font-weight:normal; color:#1E7EC8; text-decoration:none; line-height:35px; }
.theme5 .read_more:hover { color:#1E7EC8; text-decoration:underline; }
.theme5 h1 { font-size:17px; font-weight:normal; color:#404040; line-height:40px; margin-top:20px; text-transform:uppercase; }
.theme5 h1 a { font-size:17px; font-weight:normal; color:#404040; line-height:40px; margin-top:20px; text-transform:uppercase; }
.theme5 ul { list-style:none; padding:0px; margin-left:0px; }
.theme5 ul li { line-height:25px; margin:0; border-bottom:#B8B4B1 1px solid; padding-bottom:4px; padding-top: 5px; }
.theme5 ul li .answer p { font-size:12px; color:#343032; line-height:20px; margin-left:20px; }
.theme5 ul li.ans a { background:none; }
.theme5 ul li .accordion-toggle { background: url("http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/faqs/accordion_arrow_down.png") no-repeat scroll right center rgba(0, 0, 0, 0); color: #343032; cursor: pointer; font-size: 13px; font-weight: bold; line-height: 25px; margin-left: 0; padding-left: 100px; text-decoration: none; z-index: 9; }
.theme5 ul li .accordion-toggle:hover { background: url("http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/faqs/accordion_arrow_down_hover.png") no-repeat scroll right center rgba(0, 0, 0, 0); color: #343032; cursor: pointer; font-size: 13px; font-weight: bold; line-height: 25px; margin-left: 0; padding-left: 100px; text-decoration: none; z-index: 9; }
.theme5 ul li .accordion-toggle.accordion-toggle-active:hover { background: url("http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/faqs/accordion_arrow_up_hover.png") no-repeat scroll right center rgba(0, 0, 0, 0); }
.theme5 ul li .accordion-toggle.accordion-toggle-active { line-height: 25px; background: url("http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/faqs/accordion_arrow_up.png") no-repeat scroll right center rgba(0, 0, 0, 0); color: #343032; cursor: pointer; font-size: 13px; font-weight: bold; line-height: 25px; margin-left: 0; padding-left: 100px; text-decoration: none; z-index: 9; }
.theme5 ul li .accordion-content { overflow:hidden; }
.theme5 ul li p { padding:5px 0 5px 0px; }
.theme5 ul li .rating_dv { padding-left: 19px; }

.block-faqs .search-content { padding:3px 3px 3px 9px; }
.block-faqs .menu { padding:3px 3px 3px 9px; }
.block-faqs .menu strong { color: #343032; font-weight:bold; padding-bottom:5px; }
.block-faqs a { color: #343032; }

.accordion-content .answer ul li { list-style: disc outside; padding: 0; margin:  0 0 0 15px; border-bottom: 0 none; line-height: 1.35; }
.accordion-content .answer ol li { list-style: decimal outside; padding: 0; margin:  0 0 0 18px; border-bottom: 0 none; line-height: 1.35; }

@charset "utf-8";
/* CSS Document */

.rating_container a {
    background-image: url("http://www.steps.nl/skin/frontend/base/default/images/faqs/rating.png");
    border: 0 none;
    display: block;
    float: left;
    height: 25px;
    width: 25px;
}


.rating_container a.rating_on {
    background-position: 0 -50px;
}


.rating_container a.rating_half {
    background-position: 0 -25px;
}




.rating_dv{ height:35px; }
/**
 * EcomDev QuickLook Extension
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 *
 * @category   EcomDev
 * @package    EcomDev_QuickLook
 * @copyright  Copyright (c) 2013 EcomDev BV (http://www.ecomdev.org)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 * @author     Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
 */

/* Quick Look wrapper styles */
#quicklook { position:absolute; display:none; visibility:hidden; height:100%; width:100%; min-width:1095px; top:0; left:0; z-index:500; display:none; }
#quicklook.active { display:block; visibility:visible; }
/* Quick Look content styles */
#quicklook .quick-look { z-index:995; padding:0; margin:0; text-align:left; width:615px; position:absolute; background:#fff; border:1px solid #d1d1d1; }
* html #quicklook .quick-look { overflow:hidden; }
/* Close button */
#quicklook .btn-close { width:26px; height:26px; background:url(http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/bkg_quick_close.png) no-repeat 50% 50%; position:absolute; right:0; top:0; text-indent:-9999px; cursor:pointer; border-bottom:1px solid #d1d1d1; border-left:1px solid #d1d1d1; z-index:1; }
#quicklook .btn-close:hover { background-color:#EEE; }

.category-products .item,
.catalog-listing .item,
.crosssell .item { position: relative; }
.home-slider-container .quicklook,
.category-products .quicklook,
.catalog-listing .quicklook,
.crosssell .quicklook,
.products-grid .quicklook { cursor:pointer; background:#fff; padding:3px 5px 2px; text-decoration:none; text-align:center; border:1px solid #777; color:#777; width:80px; height:20px; position:absolute; left:0px; top:0px; display:none; filter:alpha(opacity = 90); -moz-opacity:0.9; -khtml-opacity:0.9; opacity:0.9; }
.category-products .quicklook:hover,
.catalog-listing .quicklook:hover,
.crosssell .quicklook:hover { text-decoration:none; border:#444 1px solid; color:#000; }
.ajax-content { overflow:hidden; padding-top:27px; z-index:0; position:relative; width:615px !important; height:auto !important; min-height:395px; }
#quicklook .page { padding: 0px; margin: 0px; width: inherit}
#quicklook .ajax-content .main { margin: 0; }
#quicklook .ajax-content .add-to-cart .btn-cart { margin-top: 6px; }
.category-products .item, .catalog-listing .item { position:relative; }
.category-products .quickshoppinglink, .catalog-listing .quickshoppinglink { background:none repeat scroll 0 0 #FFFFFF; border:1px solid #777777; color:#777777; display:none; height:20px; left:0; line-height:20px; padding:3px 5px 2px; position:absolute; text-align:center; top:0; width:80px; }
.category-products .quickshoppinglink:hover, .catalog-listing .quickshoppinglink:hover { border:1px solid #444444; color:#000000; }

.q-shopping { }
.q-shopping .block-layered-nav { display:none; }
.q-shopping .product-essential { padding:13px 28px 0 21px; margin:0; }
.q-shopping .product-collateral { padding:29px 20px 0; }
.q-shopping .product-view .product-img-box { padding:0; width:355px; }

#quicklook .q-shopping .product-view .product-shop { width:199px; }

.q-shopping .product-view .quickshoppinglink { display:none; }
.q-shopping #messages_product_view { margin-left:10px; }
.q-shopping .image-gallery { width:270px !important; }
.q-shopping .product-name h1 { margin:3px 0 5px !important; }
.q-shopping .product-view-price-wrapper { margin:0 0 2px -1px !important; }
.q-shopping .product-view-price-wrapper .price { font-size:19px; }
.q-shopping .product-special-off { margin-top:3px; }
.q-shopping .product-options { margin-bottom:24px; }
.q-shopping .product-options .color-switcher { max-width:105px; }

.q-shopping .mini-product-list-box .products-grid li.item { margin-right:15px; }
.q-shopping .products-grid li.item { border:1px solid #DCDAD4; height:130px; padding:0; width:130px; }
.q-shopping .products-grid li.item:hover { border-color:#AAAAAA; }
.q-shopping .products-grid .product-image { height:130px; width:130px; }
.q-shopping .mini-product-list-box { border:0 none; margin-bottom:20px; }

.q-shopping-navigation { width:100%; }
.q-shopping-navigation td { width:33%; }

.q-shopping .product-view .product-essential #product_addtocart_form .product-shop .short-description { font-size:14px; font-weight:100; line-height:18px; margin-bottom:23px; }
.q-shopping .product-view .product-essential #product_addtocart_form .product-shop .short-description .read-more { font-size:11px; font-weight:normal; margin-top:8px; }
.q-shopping .product-view .product-essential #product_addtocart_form .product-shop .short-description .read-more a { text-decoration:underline; }
.q-shopping .product-view .product-essential #product_addtocart_form .product-shop .short-description .read-more a:hover { text-decoration:none; color:#333; }
.quicklook-link { cursor: pointer }

#quicklook-history-link-back, #quicklook-history-link-forward { margin: 5px; margin-top: 0px; position: absolute; top: 5px; }
#quicklook-history-link-back { margin-left: 20px; }
#quicklook-history-link-forward {right: 30px;}
#quicklook-history-link-back a { padding-left: 10px; background:url('http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/bkg_arrow_left.png') no-repeat left 3px; }
#quicklook-history-link-forward a { padding-right: 10px; background:url('http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/bkg_arrow_right.png') no-repeat right 4px; }

.q-shopping .color-switcher { list-style-type: none; border: solid 1px transparent; height: auto; padding: 0; }
.q-shopping .product-shop .short-description .std { overflow:hidden; }

/*
    Document   : colorize.css
    Created on : Feb 14, 2013, 11:58:17 AM
    Author     : Vladimir Bratukhin
    Description: Colorize module CSS

*/
.super-attribute-color { display: none }
.color-switcher { list-style-type: none; border: solid 1px transparent; height: 30px; padding: 0px 15px; width: 128px;}
.product-essential .color-switcher { height: auto; padding: 0; }
.color-switcher li { border: solid 1px transparent; display: inline-block; width:28px; height:28px; margin: -6px 4px 0 0; cursor: pointer}
.product-shop .color-switcher li { float:left; margin-bottom:6px; }

.products-grid .color-switcher li.selected:hover { border-color:#aaa; border-radius: 15px; }
.products-list .color-switcher li.selected,
.product-view .color-switcher li.selected,
.quicklook .color-switcher li.selected { border-color: #aaa; border-radius: 15px; }

.products-list .color-switcher li.selected .color,
.product-view .color-switcher li.selected .color,
.quicklook .color-switcher li.selected .color,
.products-grid .color-switcher li.selected:hover .color { width:20px; height:20px; }

.color-switcher .color { width:20px; height:20px; border:1px solid #ddd; border-radius:12px; margin: 3px 0 0 3px; background-size: 100% 100%; }
.products-grid .attribute-box .attribute-title,
.products-grid .attribute-box .super-attribute-select { display: none }
.size-list { position:absolute; bottom: 0; border: solid 1px #a0a0a0; background-color: #fff; width:139px; padding:10px 12px; }
.size-list ul { list-style-type: none; }
.size-list ul li {display: inline; margin-left: 7px; cursor: pointer; }
.size-list ul li.last { margin-right: 7px; }
.size-list-wrapper .arrow {height: 10px; width:100%; border: 1px solid transparent; margin-top:-2px; position:absolute; background-image: url(http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/arrow.png); background-repeat:no-repeat; background-position-x: 75px; background-position-y: 0px}
.selection-label { margin-left: 10px; color: #7A7A7A; }

div.option .title-color { width:20px; height:20px; background-position:-2px -2px; border-radius:14px; border:#eee 1px solid; margin:0 auto 6px; position: relative; top:3px; color: transparent; font-size:0; }
/* cuForms CSS*/
.cuForms_customOver { position:absolute; }
.cuForms_customParent { position:relative; }
.cuForms_customElement { position:relative; }
.cuForms_hidden { display:none !important; }
.cuForms_getDimensions { position:relative !important; visibility:hidden !important; display:block !important; }

/*Initial Custom Elements Dimensions*/
input.cuForms_customElement { width:14px; height:14px; }

/*Radio Buttons*/
.cuForms_radio.cuForms_customOver { background:url(http://www.steps.nl/skin/frontend/coltex/default/additional/cuforms/images/radio.png) 0 0 no-repeat; }
.cuForms_radio.cuForms_customOver.cuForms_hover { background-position:0 -15px; }
.cuForms_radio.cuForms_customOver.cuForms_active { background-position:0 -30px; }
.cuForms_radio.cuForms_customOver.cuForms_active.cuForms_hover { background-position:0 -45px; }
/*No Background Changes When Radio Disabled*/
.cuForms_radio.cuForms_customOver.cuForms_disabled { background-position:0 0 !important; }
.cuForms_radio.cuForms_customOver.cuForms_disabled.cuForms_active { background-position:0 -30px !important; }

/*Checkboxes*/
.cuForms_checkbox.cuForms_customOver { background:url(http://www.steps.nl/skin/frontend/coltex/default/additional/cuforms/images/checkbox.png) 0 0 no-repeat; }
.cuForms_checkbox.cuForms_customOver.cuForms_hover { background-position:0 -15px; }
.cuForms_checkbox.cuForms_customOver.cuForms_active { background-position:0 -30px; }
.cuForms_checkbox.cuForms_customOver.cuForms_active.cuForms_hover { background-position:0 -45px; }
/*No Background Changes When Checkbox Disabled*/
.cuForms_checkbox.cuForms_customOver.cuForms_disabled { background-position:0 0 !important; }
.cuForms_checkbox.cuForms_customOver.cuForms_disabled.cuForms_active { background-position:0 -30px !important; }

/*Selects*/
.cuForms_select.cuForms_validation_failed .cuForms_selectInner { color:#DB2B1F; }
.cuForms_selectOuter { overflow:hidden; background:url(http://www.steps.nl/skin/frontend/coltex/default/additional/cuforms/images/select.png) 100% -37px no-repeat; }
.cuForms_hover .cuForms_selectOuter { background-position:100% -111px; }
.cuForms_selectInner { background:url(http://www.steps.nl/skin/frontend/coltex/default/additional/cuforms/images/select.png) 0 0 no-repeat; color:#7a7a7a; text-indent:10px; line-height:34px; text-align:left; overflow:hidden; }
.cuForms_hover .cuForms_selectInner { background-position:0 -74px; }
/*No Background Changes When Select Disabled*/
.cuForms_disabled .cuForms_selectOuter { background-position:100% -111px !important; }
.cuForms_disabled .cuForms_selectInner { background-position:0 -74px !important; }

.small-select .cuForms_selectOuter { background:url(http://www.steps.nl/skin/frontend/coltex/default/additional/cuforms/images/select-small.png) 100% -33px no-repeat; }
.small-select.cuForms_hover .cuForms_selectOuter { background-position:100% -99px; }
.small-select .cuForms_selectInner { background:url(http://www.steps.nl/skin/frontend/coltex/default/additional/cuforms/images/select-small.png) 0 0 no-repeat; line-height:28px; text-transform:uppercase; color:#333333; }
.small-select.cuForms_hover .cuForms_selectInner { background-position:0 -66px; }
/*No Background Changes When Select Disabled*/
.small-select.cuForms_disabled .cuForms_selectOuter { background-position:100% -99px !important; }
.small-select.cuForms_disabled .cuForms_selectInner { background-position:0 -66px !important; }
/**
 * 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 Page ========================================================================= */
.category-title { border:0; margin:0 0 7px; }
.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-view-content { margin-top:-10px; }
.category-top-cms { margin:0 0 10px; overflow:hidden; }

/* View Type: Grid */
.products-grid { position:relative; }
.products-grid.last { border-bottom:0; }
.products-grid li.item { float:left; width:163px; padding:0 0 30px; margin-right:21px; text-align:center; }
.products-grid li.item.last { margin-right:0; }
.products-grid .product-image { display:block; width:163px; height:243px; }
.products-grid .product-image img { }
.products-grid .product-colors { height:18px; margin-bottom:5px; }
.products-grid .product-name { margin:0 0 5px; font-size:12px; }
.products-grid .product-name a {}
.products-grid .price-box { margin-bottom:1px; line-height:16px; }
.products-grid .price { font-size:16px; }
.products-grid .old-price .price { font-size:12px; }
.products-grid .old-price,
.products-grid .special-price { display:inline; padding:0 3px; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { position:absolute; bottom:12px; }
.products-grid .quickshoppinglink { top:110px !important; left:37px !important; }

div.product-image { position:relative; margin-bottom:7px; }

.product-new { text-transform:uppercase; padding:3px; }
.product-special { padding:3px; }

/* View Type: List */
.products-list li.item { border-bottom:1px solid #f0f0f0; padding:18px 0; }
.products-list li.item.first { padding-top:0; }
.products-list li.item.last { margin-bottom:20px; }
.products-list .product-image { width:225px; height:225px; margin-bottom:0; }
.products-list div.product-image { margin-right:21px; }
.products-list .product-shop { width:220px; padding-top:3px; }
.products-list .product-name { margin:0 0 5px; font-size:19px; text-transform:uppercase; }
.products-list .product-name a {}
.products-list .product-attributes { margin-bottom:37px; }
.products-list .attribute-box { margin-bottom:15px; }
.products-list .attribute-box.last { margin-bottom:0; }
.products-list .attribute-box select { width:100%; }
.products-list .attribute-box .attribute-title,
.label-title { font-weight:100; text-transform:uppercase; margin-bottom:10px; display:block; white-space: nowrap;}
.products-list .price-box { margin-bottom:10px; line-height:19px; }
.products-list .price { font-size:19px; }
.products-list .old-price .price { font-size:14px; }
.products-list .old-price,
.products-list .special-price { display:inline; padding:0 3px; }
.products-list .special-price { color:#db2b1f; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .quickshoppinglink { top:100px !important; left:67px !important; }
.products-list .product-actions { width:225px; padding-top:3px; }
.products-list .product-labels { margin-bottom:10px; }
.products-list .product-new { text-transform:uppercase; padding:0 10px 0 0; }
.products-list .product-special { color:#db2b1f; }
.product-short-description-std { margin-bottom:10px; line-height:17px; }
.products-list .link-learn { color:#7a7a7a; font-size:11px; text-decoration:underline; }
.products-list .link-learn:hover { text-decoration:none; }
.wishlist-link { margin:7px 0 0; font-weight:normal; }
.wishlist-link a { color:#7a7a7a; text-decoration:underline; }
.wishlist-link a:hover { text-decoration:none; }
/*.products-list .attribute-box .color-switcher { height: 12px; margin: -5px 0 9px; }
.products-list .attribute-box .color-switcher li { display: inline-block; width: 12px; height: 12px; margin-right: 3px; }
.products-list .attribute-box .color-switcher li.last { margin-right: 0; }
.products-list .attribute-box .color-switcher li .color { cursor: pointer; width: 12px; height: 12px; background-image: url('http://www.steps.nl/skin/frontend/coltex/default/images/colorize_color_badge.png'); background-repeat: no-repeat; background-position: center; border-radius: 0; }*/
.products-list select.super-attribute-select { width:139px; padding-right: 8px; }
.products-list .attribute-chart-link { margin: 5px 0 0 15px; display: block; width: 65px; float: right; line-height:26px; font-size:11px; }
.products-list .product-image .quicklook { margin-left: 2px; }

.list-menu-type-one li { margin-bottom:8px; }
.list-menu-type-one li a { text-transform:uppercase; }
.list-menu-type-one ul { margin:5px 0 0 10px; }
.list-menu-type-one ul li { margin-bottom:2px; }
.list-menu-type-one ul li a { text-transform:none; }
.list-menu-type-one li.active > a,
.list-menu-type-one li.active > span > a { color:#b2b2b2; }
.list-menu-type-one li.last { margin-bottom:0; }

.toggle-menu li ul { display:none; }
.toggle-menu li.shown > ul { display:block; }

.search-attributes-container { background:#eee; border:1px solid #e0e0e0; border-bottom:0; padding:10px 20px; }
.search-attributes-container .select-item { margin-right:19px; }
.search-attributes-container .select-item.last { margin-right:0; }
.search-attributes-container select { width:154px; }
select.small-select { height:28px; }

.results-title { font-size:18px; font-style:italic; font-weight:100; margin:13px 0 4px; }
.results-title strong { font-weight:normal; }
.search-summary { margin-bottom:10px; }
.search-summary li { font-size:14px; font-weight:100; border-bottom:1px solid #eee; }

.looking-for-banner { font-size:18px; font-style:italic; font-weight:100; padding:19px 19px 16px; border:1px solid #f0f0f0; margin:30px 0 16px; }
.looking-for-banner a { font-weight:bold; }
.results-view .note-msg + .looking-for-banner { margin-top:10px; }
/* ======================================================================================= */
.block-viewed li.item { width: 120px; margin-right: 25px;}
.block-viewed .product-image { width: 120px; height: 179px;}

#ajax-loading{
    width:240px;
    height:80px;
    background:#fff url(http://www.steps.nl/skin/frontend/coltex/default/images/quickshopping/ajax-loading.gif) 50% 50% no-repeat;
    z-index:10001;
    display:block;
    position:fixed !important;
    left:50%;
    top:45%;
    border:1px solid #d1d1d1;
}
.loading-products {
    width:240px;
    height:80px;
    background:#fff url(http://www.steps.nl/skin/frontend/coltex/default/images/quickshopping/ajax-loading.gif) 50% 50% no-repeat;
    z-index:10001;
    display:block;
    position:relative;
    left:30%;
    top:45%;
    border:1px solid #d1d1d1;
}

.category-view-header { margin-top: -17px; }
.category-view-header,
.category-view-header h1,
.category-view-footer h2 { margin-bottom: 10px; }
.category-view-header p,
.category-view-footer p { text-align: justify; }
.catalog-category-view .messages { height: 65px; }
/**
 * 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.
 *
 */

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

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

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

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

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

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

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

.product-view {}
.product-essential { margin-bottom:35px; }
.product-collateral .box-collateral { margin:0 0 15px; }

/* Product Images */
.product-view .product-img-box { float:left; width:525px; padding-top:17px; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-image-zoom { cursor:crosshair; }
.product-image-zoom .zoomImg { width: auto !important; height: auto !important; }
.product-view .product-img-box .more-views ul { }
.product-view .product-img-box .more-views li { border:1px solid #d1d1d1; }
.product-view .product-img-box .more-views li.shown { margin-bottom:9px; }
.product-view .product-img-box .more-views li.last { margin-bottom:0; }
.product-view .product-img-box .more-views { margin-right:10px; }
.product-view .content-bottom-text { margin:4px 0 46px; }
.more-views-wrapper { position:relative; }
.more-views-wrapper-inner { height:430px; overflow:hidden; position:relative; width:74px; }
.more-views-slider-action { display:block; background:#eee; height:37px; width:100%; position:absolute; left:0; }
.more-views-slider-action-top { top:-37px; background:url(http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/bkg_arrow_up.png) 50% 50% #fff no-repeat; }
.more-views-slider-action-bottom { bottom:-37px; background:url(http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/bkg_arrow_down.png) 50% 50% #fff no-repeat; }
.more-views-slider-action-top:hover,
.more-views-slider-action-bottom:hover { background-color:#eee; }
.product-view .image-gallery { width:430px; }
.product-view .product-image { position:relative; }
.product-view .product-image-notice { text-align:center; margin-top:9px; color:#7a7a7a; font-size:11px; }
.product-view .product-image-notice a { margin-right:5px; }
.product-view .product-labels-top { display:none; }

.product-shop .price-box { line-height:24px; }
.product-shop .product-view-price-wrapper { margin-bottom:22px; }
.product-shop .price { font-size:20px; }
.product-shop .old-price .price { font-size:14px; }
.product-shop .old-price,
.product-shop .special-price { display:inline; padding:0 3px; }
.product-shop .special-price { color:#db2b1f; }
.product-special-off { font-size:14px; color:#db2b1f; margin-top:5px; }
.product-shop .tier-prices { margin:10px 0 0; border:1px solid #eee; padding:10px; }
.product-shop .tier-prices,
.product-shop .tier-prices .price { font-size:10px; font-weight:normal; }
.product-shop .customstockstatus { margin-top:3px; }

.full-screen { background:url(http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/bkg_magnifier.png) 0 50% no-repeat; padding-left:15px; }

/* Product Shop */

.product-view .product-shop { float:right; width:415px; padding-top:27px; }
.col1-layout .product-view .product-shop { float:right; width:415px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }

.product-view .product-name h1 { font-size:19px; text-transform:uppercase; margin-bottom:10px; font-weight:normal; }
.product-view .short-description {}

.product-add-links { margin-top:17px; display:inline; }
.product-add-links p { margin-bottom:3px; }

/* Product Options */
.product-options { margin-bottom:37px; padding-top:16px; border-top:1px solid #afafaf; }
.product-options dt { font-weight:100; text-transform:uppercase; margin-bottom:6px; clear:both; padding-top:17px; }
.product-options dl dt:first-child { padding-top:0; }
.product-options dt label em { display:none; }
.product-options dd { margin-bottom:15px; }
.product-options dl.last dd.last { 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:205px; }
.product-options dd .size-attribute select { width:124px; }
.attribute-chart-link { margin-left:6px; line-height:26px; font-size:11px; }

.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }

.product-options dt.product-option-color { float:left; width:175px; }
.product-options dd.product-option-color { float:right; width:240px; margin: 0 0 5px 0;}
.product-options dt.product-option-color .selection-label { margin-left:25px; }
.product-options dt.product-option-size { padding:0 0 3px 0; }

.super-attribute-size,
.product-option-size .cuForms_selectInner { color:#000000; }

/* Grouped Product */
.product-view .grouped-items-table {}

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

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

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

.mini-product-list-title { font-size:14px; text-transform:uppercase; margin-bottom:8px; }
.mini-product-list-box .products-grid li.item { margin-right:21px; }
.mini-product-list-box.left .products-grid li.item { margin-right:23px; }
.mini-product-list-box { width:100%; margin-bottom:25px; float:left; clear:left; }
.mini-product-list-box.with-bundle { width:712px; }
.mini-product-list-box.last,
.product-collateral-block.last .mini-product-list-box { border-bottom:0; }
.mini-product-list-box li.item { padding-bottom:15px; }
.mini-product-list-box.category-products .products-grid li.item { width:162px; }
.mini-product-list-box li.item.last { margin-right:0 !important; }
.bundle-promoted button.more-padding { float:right; }
.mini-product-list-box.mini-product-list-viewed .item { width:143px; margin-right:20px !important; }
.mini-product-list-box.mini-product-list-viewed .product-image { width:143px; height:214px; }
.mini-product-list-viewed .quickshoppinglink { left:25px !important; top:95px !important; }

.mini-product-list-vbundle { width:225px; }
.mini-product-list-vbundle .bundle-promoted a { float:right; }

.product-view-bundle-discount { font-size:25px; text-align:center; font-weight:100; font-style:italic; border:1px solid #f0f0f0; padding:18px; margin-bottom:20px; }
.product-view-bundle-discount strong { font-weight:normal; }

.fancybox-cms { width:700px; padding:10px 20px 0; text-align:left; }

/* Tabs */
.tab-list { position:relative; }
.tab-list .tab { float:left; cursor:pointer; text-transform:uppercase; margin-right:10px; color:#7a7a7a; }
.tab-list .tab:hover { color:#333; }
.tab-list .active { cursor:default; text-decoration:underline; color:#333; }
.tab-list .tab-container { position:absolute; left:0; width:100%; }

.collateral-tabs .tab { position:relative; display:block; width:100%; height:20px; background:red; z-index:2; }
.collateral-tabs .active { z-index:3; }
.collateral-tabs .tab-container { z-index:1; position: inherit;}

.attribute-list { margin-bottom:14px; }
.attribute-list-label { text-transform:uppercase; }
.attribute-list-sdesc { margin-top:5px; }
.attribute-list-sdesc-data { font-size:14px; }
.tab-read-more { font-size:11px; margin-top:8px; }

/* Virtual Bundle Product */
.product-view-virtual-bundle .main { margin-top:0; }
.product-view-virtual-bundle .product-essential { margin-bottom:0; }
.product-view-virtual-bundle .product-shop { width:633px !important; }
.product-view-virtual-bundle .product-img-box { width:305px !important; padding-top: 3px; }
.product-view-virtual-bundle .image-gallery { width:305px; }
.product-view-virtual-bundle .product-main-info { margin:10px 0 14px; }
.product-view-virtual-bundle .product-name h1 { font-size:24px; text-transform:none; text-align:center; font-weight:100; margin-bottom:0; }
.product-view-virtual-bundle .product-desc { font-weight:100; font-size:14px; padding:0 10px; }
.product-view-virtual-bundle .products-list li.item { padding:10px; }
.product-view-virtual-bundle .products-list .product-name { margin:8px 0 25px; }
.product-view-virtual-bundle .products-list .product-image { width:185px; height:195px; margin-right:0; }
.product-view-virtual-bundle .products-list .product-actions { padding:0; width:397px; }
.product-view-virtual-bundle .products-list dd { margin-bottom:15px; }
.product-view-virtual-bundle .products-list dd.last { margin-bottom:0; }
.product-view-virtual-bundle .product-actions-right { max-width:150px; margin-right:20px; }
.product-view-virtual-bundle .product-actions-left { width:122px; }
.product-view-virtual-bundle .attribute-chart-link { margin:0; position: relative; top: 2px; }

.vb-pr-price { margin-top:43px; text-align:right; }
.vb-pr-price .price { font-size:19px; }
.vb-pr-price .old-price .price { font-size:14px; }
.vb-pr-price .old-price,
.vb-pr-price .special-price { display:inline; padding:0 3px; }
.vb-pr-price .special-price { color:#db2b1f; }
.vb-pr-price .old-price { padding-right:0; }

.vb-btn-set { text-align:right; margin-top:7px; }

.bundle-special-label { font-size:25px; font-style:italic; font-weight:100; text-align:center; padding:15px 10px; border:1px solid #f0f0f0; }
.bundle-special-label strong { font-weight:normal; }

.qty-incrementer { margin-top: -6px; }
.qty-incrementer .input-custom-qty,
.qty-incrementer .qty-incrementer-action { display:block; float:left; }
.qty-incrementer .qty-incrementer-action { width:10px; height:10px; margin-top:7px; cursor:pointer; }
.qty-incrementer .input-custom-qty { margin:0 7px 0 10px; }

.qty-incrementer .qty-incrementer-up { background: url('http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/btn_input_increment.png') no-repeat 0 0; }
.qty-incrementer .qty-incrementer-down { background: url('http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/btn_input_increment.png') no-repeat 0 -10px; }

.pr-attribute-img { margin:10px 10px 10px 0; border:1px solid #d1d1d1; }
/* ======================================================================================= */
.product-view .addthis_toolbox.addthis_default_style { display: none; position: absolute; background: #fff; padding: 3px; width: 100px; margin: 5px 0 0 210px; box-shadow: 0px 0px 3px #666; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; }

.bundle-look { float: right; z-index:500; position:relative; }
.bundle-look .product-name {text-align: center}
.in-virtual-bundle { width: 700px; float: left;}
.in-virtual-bundle li.item { margin-right: 12px;}

/* Bundle totals block */
.cart .bundle-totals { width:377px; margin:14px 31px 15px 0; }
.cart .bundle-totals.totals table { border:none; width:100%; white-space:nowrap; text-transform:uppercase; margin-bottom:0; }
.cart .bundle-totals.totals table td { padding:0 0 7px 0 !important; }

.cart .bundle-totals.totals .row-discount { color:#db2b1f; }
.cart .bundle-totals.totals .cart-grand-total.row-grand-total td.a-right { font-weight:bold; }
.cart .bundle-totals.totals .cart-grand-total.row-grand-total td { font-weight:normal; padding-top:8px !important; }

.addToCartTooltip { display: none; margin: 6px 0 0 0; background-color: white; border-style:solid; border-width:1px; padding: 4px; width: 150px; }
.addToCartTooltip .arrow {height: 10px; width: 12px; border: 1px solid transparent; margin-top:-28px; position:absolute; background-image: url(http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/arrow_up.png); background-repeat:no-repeat; }

li + .youtube { border-top:0 !important; }
li.youtube { border-bottom:1px solid #D1D1D1 !important; display:block !important; }
.bundle-look-title { font-weight:100; font-size:16px; text-transform:uppercase; margin-bottom:4px; }

.product-collateral .mini-product-list-title,
.product-collateral .related-list>h2 {
    text-align: center;
    background: transparent url(http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/bkg_page_title_border.png) repeat-x 50% 50%;
}
.product-collateral .mini-product-list-title>span,
.product-collateral .related-list>h2>span {
    background: #ffffff;
    color: #000000;
    text-transform: none;
    padding: 0 27px;
    font-size: 24px;
    line-height: 24px;
    font-weight: normal;
    vertical-align: middle;
}
#product-collateral-accordion {
    border-top: 1px solid #afafaf; margin-top:10px; padding-top:0;
}

.product-essential .add-to-cart {
    width: 207px; float:left;
}
.product-essential .add-to-cart button.button {
    width: 207px;
}
.product-essential .add-to-cart button.button span {
    background: #3abb23;
}
.product-essential .add-to-cart button.button:hover span {
    background: #3fca26;
}
.product-essential .add-to-cart button.button span span {
    display: inline;
}

.product-add-links .wishlist {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    padding-left: 25px;
    margin-left: 20px;
    background: url(http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/icon_wishlist.png) no-repeat 0 50%;
}
/**
 * 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.
 */

/* Shopping Cart ========================================================================= */
.checkout-top-help { font-size: 14px; text-align: center; margin-top: -11px; font-weight: 100; }
.checkout-top-help a { text-decoration: underline; color: #333; }
.checkout-top-help a:hover { text-decoration: none; }
.cart .page-title { padding: 18px 0 18px; margin-bottom: 0; background-position: 0 48%; }
.cart .page-title h1 { letter-spacing: 4px; font-weight: 100; }
.cart .cart-top-banner { margin: 27px 0 19px 2px; text-align: center; }
.cart .content-bottom-text { margin-top: 16px; padding-bottom: 9px; }
.products-grid-cart { margin-bottom: -5px; }

/* Checkout Types */
.cart .checkout-types { margin-bottom: 10px; text-align: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:3px 55px 8px 0; line-height:1.0; font-size:11px; }
.cart button span span { padding-right: 18px; font-size: 11px; line-height: 32px; }

/* Shopping Cart Table */
.cart-table { margin-bottom: 5px; }
.cart-table .btn-remove2 { margin: 0 auto; position: relative; top: -2px; left: 5px; }
.cart-table .price,
.cart-table .msrp { font-size: 14px; }
.cart-table .qty-less,
.cart-table .qty-more { background: url('http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/btn_input_increment.png') no-repeat 0 0; display: inline-block; width: 10px; height: 10px; text-indent: -9999em; position: relative; top: 2px; margin-left: 7px; }
.cart-table .qty-less { background-position: 0 -10px; margin: 0 9px 0 7px; }
.cart-table .item-msg { font-size:10px; }
.cart-table th { padding: 15px 10px 14px; line-height: 19px; font-weight: 100; }
.cart-table th.qty-heading { text-indent: 30px; }
.cart-table th.remove { padding-left:20px; }
.cart-table td { padding: 28px 10px; }
.cart-table td.product-title { vertical-align: middle; }
.cart-table td.product-title .product-name { font-size: 14px; text-transform: uppercase; margin-top: -4px; font-weight: 100; }
.cart-table td.product-title .product-name a { color: #333; }
.cart-table .input-wrap { position: relative; top: 4px; left: 5px; }
.cart-table .input-wrap input.qty { padding: 0; height: 22px; line-height: 22px; width: 49px !important; text-align: center; }
.cart-table div.option { margin-top: -10px; text-align: center; font-size: 13px; }
.cart-table div.option a { font-size: 11px; color: #7a7a7a; text-decoration: underline; position: relative; top: 6px; }
.cart-table .cart-price { position: relative; top: -2px; }
.cart-table .cart-price .price,
.cart-table .cart-price .msrp { font-weight: 100; }
.cart-table .cart-price .msrp .price { text-decoration: line-through; }
.cart-table div.option { font-weight: 100; }
.cart-table p.product-special { color: #db2b1f; font-weight: normal; font-size: 13px; padding: 2px 3px 3px 14px; }

.cart-table .input-wrap.no-position { left:0; text-align:center; margin-top: -12px; }
.cart-table .input-wrap.no-position input.qty { margin:0 7px; }
.cart-table .input-wrap.no-position a { margin:0; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }
.cart .cart-collaterals .col2-set { float:left; width:740px; margin-top: 18px; }

.cart .crosssell {}
.cart .crosssell h2.crosssell-title { font-size: 14px; font-weight: 100; color: #000; text-transform: uppercase; }
.cart .crosssell .item { float: left; width: 163px; margin: 5px 21px 11px 0; text-align: center; }
.cart .crosssell .item.last { margin-right: 0; }
.cart .crosssell .item .product-image { width: 163px; height: 243px; display: block; }
.cart .crosssell .item .product-image:hover .product-image-hover { display: block; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell .products-grid-cart .item { margin-bottom: 0; }
.cart .crosssell .products-grid-cart .product-colors { margin-bottom: 6px; }
.cart .crosssell .products-grid-cart .price-box { margin-bottom: 2px; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {}

/* Shopping Cart Totals */
.cart .totals,
.review-step .totals { float:right; }
.cart .totals table,
.review-step .totals table { width: 220px; border: 1px solid #d1d1d1; font-size: 14px; margin-bottom: 10px; }
.cart .totals table tbody tr:first-child td,
.review-step .totals table tbody tr:first-child td { padding-top: 18px; }
.cart .totals table tr.cart-grand-total td:first-child,
.review-step .totals table tr.cart-grand-total td:first-child { text-transform: uppercase; }
.cart .totals table td:first-child,
.review-step .totals table td:first-child { width: 122px; padding-right: 0; text-transform:capitalize; }
.cart .totals table td,
.review-step .totals table td { width: 81px; padding: 0 20px 7px 0; font-weight: 100; }
.cart .totals tfoot strong,
.review-step .totals tfoot strong { font-weight: normal; text-transform: uppercase; }
.cart .totals .cart-grand-total td,
.review-step .totals .cart-grand-total td { font-weight: bold; }
.cart .totals .cart-grand-total td:first-child,
.review-step .totals .cart-grand-total td:first-child { font-weight: 100; }
.cart .totals tr.last td,
.review-step .totals tr.last td { padding-bottom:14px; }

.wide-totals.totals table { width:auto !important; }
.wide-totals.totals table td:first-child { width:auto; max-width:163px; padding-left:20px; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value .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:30px; top:7px; }
.col-right .truncated .show .item-options  { left:-240px; top:7px; }

/* Cart/Checkout navigation */
.checkout-navigation { height: 43px; margin-bottom: 20px; }
.checkout-navigation li { float: left; width: 190px; height: 43px; background: url('http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/checkout-navigation-bg.png') no-repeat -190px 0; text-align: center; text-transform: uppercase; margin-right: 5px; }
.checkout-navigation li:first-child { background-position: 0 0; }
.checkout-navigation li.saved { background-position: -190px -86px; cursor: pointer }
.checkout-navigation li.active { background-position: -190px -43px; }
.checkout-navigation li.saved:first-child { background-position: 0px -86px; }
.checkout-navigation li.active:first-child { background-position: 0 -43px; }
.checkout-navigation li.last { width: 180px; margin-right: 0; background-position: -380px 0; }
.checkout-navigation li.last.active { background-position: -380px -43px; }
.checkout-navigation li .step-title { height: 43px; }
.checkout-navigation li .step-title h2 { font-size: 16px; color: #999; line-height: 43px; font-weight: 100; }
.checkout-navigation li.active .step-title h2 { color: #fff !important; }
.checkout-navigation li.saved .step-title h2 { color: #888; }
/* ======================================================================================= */
/**
 * 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.
 */

/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
.checkout-onepage-index .box { float: left; width: 480px; margin-top: 8px; }
.checkout-onepage-index .box.review-address { margin: 28px 0 0 0; padding-left: 10px; width: 470px; }
.checkout-onepage-index .box .box-title { margin-bottom: 13px; }
.checkout-onepage-index .box .box-title h2 { font-weight: 100; text-transform: uppercase; font-size: 14px; }
.checkout-onepage-index .box .box-content { font-weight: 100; font-size: 14px; line-height: 21px; }
.checkout-onepage-index .box .box-content a { color: #7a7a7a; text-decoration: underline; font-size: 13px; display: inline-block; margin-top: 16px; }
.checkout-onepage-index .box .box-content a.no-margin { margin-top: 0; }
.checkout-onepage-index .box .box-content a:hover { text-decoration: none; }
.checkout-onepage-index .page-title,
.checkout-onepage-success .page-title { padding: 18px 0 17px; margin-bottom: 1px; }
.checkout-onepage-index .page-title h1,
.checkout-onepage-success .page-title h1 { font-weight: 100; letter-spacing: 4px; }
.checkout-navigation-onepage { margin-top: 21px; border-bottom: 1px solid #8e8e8e; padding-bottom: 20px; }
.checkout-onepage-success .checkout-navigation-onepage { margin-bottom: 18px; }
.opc-wrapper .login-buttons { margin-right: 7px; display: inline-block; width: 93px; height: 30px; background: #322f2c; text-transform: lowercase; color: #fff; font-weight: 400; text-align: center; line-height: 30px; }
.opc-wrapper .login-buttons.last { margin-right: 0; }
.opc-wrapper .login-buttons.facebook { background: #322f2c url('http://www.steps.nl/skin/frontend/coltex/default/images/checkout/facebook_btn.jpg') no-repeat top left; }
.opc-wrapper .login-buttons.google { background: #322f2c url('http://www.steps.nl/skin/frontend/coltex/default/images/checkout/google_btn.jpg') no-repeat top left; }
.opc-wrapper .login-buttons.facebook,
.opc-wrapper .login-buttons.google { text-indent: 30px; }
.opc-wrapper .checkout-steps { width: 960px; margin: 0 auto; }
.opc-wrapper .checkout-steps #opc-billing { width: 629px; margin: 0 auto; }
.opc-wrapper .checkout-page-title { margin-bottom: 10px; }
.opc-wrapper .checkout-page-title h3 { font-weight: 100; font-size: 18px; text-transform: uppercase; }
.opc-wrapper .login-buttons-holder { margin-bottom: 27px; }
.opc-wrapper .login-block .member-text { font-weight: 100; font-size: 14px; float: left; width: 299px; margin-right: 30px; }
.opc-wrapper .login-block .buttons { float: right; margin-top: 3px; }
.opc-wrapper ul.messages { margin-top:15px !important; margin-bottom:-10px !important; }

#checkout-help-link { width: 30px; height: 30px; display: block; position: absolute; top: 2px; right: 1px; background: url('http://www.steps.nl/skin/frontend/coltex/default/images/checkout/help_button.png') no-repeat center; text-indent: -9999px; }
#checkout-help-text-holder { display: none; }
#register-customer-password { margin: -35px 0 0; }
#register-customer-password .create-password-text { font-size: 14px; font-weight: 100; margin-bottom: 17px; }

/* Form styling */
.opc-wrapper .checkout-steps .fieldset { padding: 0; border-width: 0; width: 627px; margin: 0 auto; }
.opc-wrapper .checkout-steps li.controls.no-margin { margin:0 !important; }

.opc-wrapper .checkout-steps li.controls { padding-left:210px; }
.opc-wrapper .checkout-steps li.not-visible + li.controls { padding-left:0; padding-top:10px; }

.opc-wrapper .checkout-steps li.controls .control { float:left; margin-right:20px; }
.opc-wrapper .checkout-steps li.not-visible + li.controls .control { float:none; }
.opc-wrapper .checkout-steps li.not-visible + li.controls .control:first-child { margin-bottom:10px; }

.opc-wrapper .checkout-steps li.controls .control input.radio { margin-top:-2px; }
.opc-wrapper .checkout-steps li.controls .control label { display:inline; height:auto; line-height:14px; float:none; font-weight:100; }

.opc-wrapper .checkout-steps .fieldset li.fields { margin-bottom: 47px; position: relative; }
.opc-wrapper .checkout-steps .fieldset li { margin-bottom: 17px; }
.opc-wrapper .checkout-steps .fieldset div.field { width: 627px; height: 34px; margin-bottom: 20px; }
.opc-wrapper .checkout-steps .fieldset label { display: block; height: 34px; line-height: 34px; font-weight: 100; }
.opc-wrapper .checkout-steps .fieldset .input-box { clear: none; float: right; width: auto; margin-right: 64px; }
.opc-wrapper .checkout-steps .fieldset .input-box.short-inputs { width: 352px; }
.opc-wrapper .checkout-steps .fieldset .input-box input { font-weight: 100; width: 306px; }
.opc-wrapper .checkout-steps .fieldset .input-box input.checkbox { width: 14px; margin: 6px 338px 0 0; }
.opc-wrapper .checkout-steps .fieldset .input-box select { width: 352px; }
.opc-wrapper .checkout-steps .fieldset .input-box.short-inputs .short-input-holder { width: 185px; float: left; }
.opc-wrapper .checkout-steps .fieldset .input-box.short-inputs .short-input-holder.last { width: 165px; }
.opc-wrapper .checkout-steps .fieldset .input-box.short-inputs input { width: 119px; }
.opc-wrapper .checkout-steps .fieldset .input-box.short-inputs select { width: 166px; }
.opc-wrapper .checkout-steps .fieldset .input-box.gender { width:353px; margin-top:12px; font-weight:100; }
.opc-wrapper .checkout-steps .fieldset .input-box.gender input { margin:-2px 8px 0 12px; }
.opc-wrapper .checkout-steps .fieldset .input-box.gender input:first-child,
.opc-wrapper .checkout-steps .fieldset .input-box.gender .cuForms_radio:first-child + input { margin-left:0; }
.opc-wrapper .checkout-steps .buttons-set { border-top-width: 0; margin: -30px 0 0; padding: 0; position: relative; }
.opc-wrapper .checkout-steps #checkout-step-billing .buttons-set { margin-top:-13px; }
.opc-wrapper .checkout-steps #opc-payment .buttons-set { margin-top:-23px; }
.opc-wrapper .form-alt + #billing-new-address-form { padding-top:15px; }

.opc-wrapper .input-box.password-hint { width:352px !important; }
.opc-wrapper .password-hint-msg { font-weight:100; line-height:16px; }

/* Billing */
#co-billing-form fieldset { margin-top: 0; }
#billing\:autocompletion_message { color: #DB2B1F; }
#billing\:autocompletion_message.arrow-up {
    background: url("http://www.steps.nl/skin/frontend/coltex/default/images/bkg_validation_advice.png") no-repeat scroll 3px 1px transparent;
    clear: both;
    color: #DB2B1F;
    font-size: 10px;
    line-height: 13px;
    margin: 3px 0 0;
    min-height: 13px;
    padding-left: 17px; }
#billing\:autocompletion_message.arrow-down {
    background: url("http://www.steps.nl/skin/frontend/coltex/default/images/bkg_validation_advice_down.png") no-repeat scroll 3px 1px transparent;
    clear: both;
    color: #DB2B1F;
    font-size: 10px;
    line-height: 13px;
    margin: 3px 0 0;
    min-height: 13px;
    padding-left: 17px;
}

/* Gift */
.gift-box { margin-bottom: 50px; border-top: 1px solid #f0f0f0; border-bottom: 1px solid #d1d1d1; padding-bottom: 39px; }
.gift-box .box { width: 100%; }
.gift-box .add-gift-message { display: none !important; }
.gift-box .order-package-title { display: none !important; }
.gift-box .options-order-container { float: right; width: 48%; }
.gift-box .options-order-container label { display: none; }
.gift-box .options-order-container .gift-wrapping-design { display: none; }
.gift-box .options-order-container select { display: none; }
.gift-box .options-order-container .real-gift-wrappings { margin: -9px 0 0 0; }
.gift-box .options-order-container .real-gift-wrappings li { float: left; margin: 0 28px 20px 0; }
.gift-box .options-order-container .real-gift-wrappings li .wrapping-name { font-size: 14px; font-style: italic; font-weight: normal; }
.gift-box .options-order-container .real-gift-wrappings li .wrapping-name span { position: relative; top: 2px; left: 4px; }
.gift-box .options-order-container .real-gift-wrappings li .wrapping-image { width: 93px; height: 93px; border: 1px solid #d1d1d1; margin-top: 19px; }
.gift-box #allow-gift-messages-for-order-container { float: left; width: 48%; }
.gift-box #allow-gift-messages-for-order-container .fieldset .form-list li.fields { margin-bottom: 0; }
.gift-box #allow-gift-messages-for-order-container .fieldset,
.gift-box #allow-gift-messages-for-order-container .fieldset .field { width: 480px; }
.gift-box #allow-gift-messages-for-order-container .fieldset .field { float: right; }
.gift-box #allow-gift-messages-for-order-container .fieldset .field .input-box,
.gift-box #allow-gift-messages-for-order-container .fieldset .input-box textarea { margin-right: 0; width: 352px; }
.gift-box #allow-gift-messages-for-order-container .fieldset ul.form-list li .input-box { margin-right: 20px; }
.gift-box #allow-gift-messages-for-order-container .fieldset ul { padding-top: 10px; }

/* Shipping and Payment methods */
#co-shipping-form { padding-top: 15px; }
#co-shipping-form li.fields { margin-bottom: -3px; }
#co-shipping-form .form-alt { margin-bottom:20px; }
#co-shipping-form li.control.last { margin-bottom: 35px; }
#shipping-new-address-form { margin-bottom: 0; }
#billing-buttons-container button { margin: 0 66px 0 0; }
#billing-buttons-container button span span { font-size: 11px; }

#review-buttons-container,
#billing-buttons-container,
#shipping-method-buttons-container { text-align:right; }

#shipping\:autocompletion_message { color: #DB2B1F; }
#shipping\:autocompletion_message.arrow-up {
    background: url("http://www.steps.nl/skin/frontend/coltex/default/images/bkg_validation_advice.png") no-repeat scroll 3px 1px transparent;
    clear: both;
    color: #DB2B1F;
    font-size: 10px;
    line-height: 13px;
    margin: 3px 0 0;
    min-height: 13px;
    padding-left: 17px; }
#shipping\:autocompletion_message.arrow-down {
    background: url("http://www.steps.nl/skin/frontend/coltex/default/images/bkg_validation_advice_down.png") no-repeat scroll 3px 1px transparent;
    clear: both;
    color: #DB2B1F;
    font-size: 10px;
    line-height: 13px;
    margin: 3px 0 0;
    min-height: 13px;
    padding-left: 17px;
}

/* Payment step */
.payment-title { margin-top: -4px; padding: 0 0 15px 8px; border-bottom: 1px solid #8e8e8e; }
.payment-title.no-border { border-bottom-width: 0; }
.payment-title h2 { font-size: 18px; text-transform: uppercase; }
.cart-collaterals.review-step .col2-set { margin-top: 0; float: left; }
.cart-collaterals.review-step { margin-bottom: 14px; }
.cart-collaterals.review-step .order-review-left .order-package-wrapping h2 { margin:0 0 15px; }
.review-table { margin-bottom: 30px; }
.review-table div.option { text-align: left; margin-top: 13px; }
.review-table .option-color div.option { text-align: center; margin-top: -2px; }
.review-table .option-size div.option { padding-left: 6px; margin-top: -2px; }
.review-table .subtotal { padding-right: 0; }
.review-table .qty-holder { padding: 0 20px 0 0; margin-top: -2px; font-weight: 100; font-size: 14px; }
.discount { margin-left: 10px; }
.discount .input-text { font-weight: 100; color: #7a7a7a; width: 120px; }
.discount .button { margin: 2px 0 0 20px; }
.discount .button span span { font-size: 11px; }

.payment-review-addresses-holder,
.payment-review-shipping-holder { margin-bottom: 55px; }
.payment-review-shipping-holder .box { margin-top: 28px; }
.payment-review-shipping-holder .box .box-title,
.payment-review-shipping-holder .box .box-content { padding-left: 9px }
.payment-review-shipping-holder .box.review-package-wrapping .box-content .package-image { width: 131px; height: 93px; border: 1px solid #d1d1d1; margin: -8px 0 4px 0; }

ul.sp-methods { margin: -11px 0 0 1px; }
dl.sp-methods { margin: 25px 0 0 10px; position:relative; z-index:1; }
dl.sp-methods > dt { display:none; }
.sp-methods li { margin-bottom: 39px; position: relative; }
#co-payment-form .sp-methods li { margin-bottom:10px; }
.sp-methods li #selektvracht_store { margin-top: 18px; width: 400px; }
.sp-methods li .selektvracht_details { position: absolute; top: 34px; right: 0; }
ul.sp-methods label { font-weight: normal; font-style: italic; position: relative; top: 2px; }
.sp-methods ul.additional { margin: 10px 0 0 0px; }
.sp-methods ul.additional li { margin-bottom: 10px; }
.sp-methods ul.additional label { font-weight: 100; font-style: normal; font-size: 12px; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }
.sp-methods .box.adyen-types-box { width: 960px; background: url('http://www.steps.nl/skin/frontend/coltex/default/images/secure_payment_logo.png') no-repeat 821px 7px; }
.sp-methods .box.adyen-types-box .box-content { padding-top: 23px; }
.sp-methods .box.adyen-types-box .box-content .input-box { width: 960px; }
.sp-methods .adyen-help { font-weight: normal; font-size: 12px; font-style: italic; margin-top: 10px; margin-bottom: 7px; padding-left: 3px; }
.sp-methods .box.adyen-types-box ul { width: 600px; margin-top: 2px; }
.sp-methods .adyen-payment-types { margin: -8px 0 0 -20px; }
.sp-methods .adyen-types-holder li { float: left; margin-right: 30px; height: 50px; width: 65px; }
.sp-methods .adyen-types { position:relative; }
.sp-methods .adyen-types td { vertical-align: top; }
.sp-methods .adyen-types td.radio { padding: 5px 10px 0 0; }
.sp-methods .adyen-types.visa td.image { padding-top: 13px; }

.sp-methods #payment_form_adyen_hpp .form-list #payment_form_ideal { position:relative !important; left:0 !important; width:175px; background:#fff; }
.sp-methods #payment_form_adyen_hpp #payment_form_ideal table.banks .image label { float:left; margin:0; padding:0; }
.sp-methods #payment_form_ideal .form-list { padding-left:0; }
.sp-methods #payment_form_ideal td.radio {
    height: 28px;
    padding: 2px 6px 0 0;
    width: 25px;
}
.sp-methods #payment_form_adyen_hpp #payment_form_ideal table td span input { margin:0 0 0 9px; }

.sp-methods #payment_form_adyen_hpp #payment_form_ideal table.banks { border: none !important; }


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

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

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


.please-wait { position:relative; top:6px; padding:0 15px; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { cursor:help; margin-left:5px; }
.giftwrapping-image { margin-top:16px; }

#checkout-review-submit { margin: 13px 0 6px; }
#checkout-review-submit .button span span { font-size: 11px; }

/* Confirm step */
.onepage-success-info { font-weight: 100; font-size: 14px; padding-left: 9px; position: relative; margin-bottom: 36px; }
.onepage-success-info h2 { font-weight: bold; font-style: italic; font-size: 14px; margin: 5px 0 8px 0; }
.onepage-success-info .print-link { position: absolute; right: 1px; bottom: 0; }
.onepage-success-info .print-link a { color: #7a7a7a; font-size: 13px; font-weight: 100; text-decoration: underline; }

.order-info-set { margin: 50px 0 110px 0; }
.order-info-set .payment-title { margin-bottom: 25px; }
.order-info-set .box-content { padding-left: 8px; font-weight: 100; font-size: 14px; line-height: 22px; }
.order-info-set .col-1,
.order-info-set .col-2,
.order-info-set .col-3 { margin: 0; width: 320px; }
.tracking-your-order { font-size: 14px; font-weight: 100; padding: 28px 10px; }
.buttons-set.checkout-success { border-top-width: 0; margin-top: -4px; }
.buttons-set.checkout-success .button span span { font-size: 14px; }
.order-info-set .delivery-method-title { font-weight: bold; font-style: italic; font-size: 14px; margin: -1px 0 4px 0; }

.checkout-onepage-success .mini-product-list-viewed { margin: 19px 0 16px; border-top: 1px solid #8e8c8a; border-bottom-width: 0; }
.checkout-onepage-success .mini-product-list-viewed .mini-product-list-title { margin: 26px 0 5px; border-bottom-width: 0; padding-bottom: 0; }
.checkout-onepage-success .mini-product-list-viewed .mini-product-list-title span { font-size: 14px; font-weight: 100; color: #000; text-transform: uppercase; }

.checkout-onepage-success .mini-product-list-viewed .products-grid .item { width: 143px; margin-right: 20px; }
.checkout-onepage-success .mini-product-list-viewed .products-grid .item .product-image { width: 143px; height: 214px; }
.checkout-onepage-success .mini-product-list-viewed .products-grid .item .product-name { margin-bottom: 2px; }
.checkout-onepage-success .mini-product-list-viewed .products-grid .item .price-box { margin-bottom: 3px; }

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(http://www.steps.nl/skin/frontend/coltex/default/images/default/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 {}
.gift-messages-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 {}
.gift-messages-form .whole-order {}
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name {}

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

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

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

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

/* One Page Checkout */
.block-progress {}
.block-progress dt { font-weight:bold; }
.block-progress dt.complete,
.block-progress dd.complete { background-color:#f6f6f6; }

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

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

.opc .step-title { background-color:#f6f6f6; padding:2px 0 0; text-align:right; width: 30px; display: block; height: 28px; }
.opc .step-title .number { float:left; line-height:22px; margin-right:5px; }
.opc .step-title h2 { float:left; }
.opc .step-title a { display:none; float:right; }

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

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

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

.opc .order-review {}
.opc .order-review .authentication {}
.opc .order-review .warning-message {}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}
/* ======================================================================================= */

.checkout-alerts { text-align: right; color: red; top: -115px; position: relative; }
.shipping-method-box-title.validation-failed,
.payment-method-box-title.validation-failed { color: red; }
.cart-collaterals .order-review-left  {width: 150px; float:left }
#shipping-method-buttons-container { margin-bottom: 47px; }

#billing-new-address-form div.newsletter { width: 415px; height: 15px; float: right; margin: 0; }
#billing-new-address-form div.newsletter input.checkbox {right: 140px; margin: 0; }
#billing-new-address-form div.newsletter div { left: 0 !important; margin: 0 !important; }
#billing-new-address-form div.newsletter label.newsletter { padding-left: 20px; margin-top: -10px; }

.aligned-sign .aligned-span { display:inline-block; }
.checkout-agreements-cms { font-style:italic; }

/* Move Account Create Password fields below form */
.customer-logged-out #checkout-step-billing { position:relative; padding-bottom:100px; }
.customer-logged-out #register-customer-password { position:absolute; left:0; bottom:165px; }
.customer-logged-out #billing-buttons-container { margin-top:100px !important; }


#shipping-new-address-form li.control .cuForms_checkbox {
    margin-left: -401px !important;
    margin-top: 15px !important;
}
/**
 * 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.
 */

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

/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {}

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

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

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

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

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

/* Order View */
.order-info { border:1px solid #ddd; padding:5px; }
.order-info dd { text-align:center; }
.order-info li { display:inline; }
.order-info dt { font-weight:bold; text-align:center; margin-bottom:10px; }

.order-info ul { margin:0 auto; }
.order-info ul li { border-left:1px solid #ddd; padding:0 10px; text-transform:uppercase; font-size:13px; }
.order-info ul li:first-child { border-left:none; padding-left:0; }

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

.order-info-box {}

.order-items { width:100%; overflow-x:auto; margin-top:15px; }

.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 30px; }
.tracking-table th { white-space:nowrap; }

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

/* Order Print Pages */
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

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

.account-login { margin:0; background:none; }
.account-login .registered-users {border-right:1px solid #F0F0F0; padding:0; padding-right:43px; width:458px; }
.account-login .new-users { width:44%; padding:0; }
.account-login p { padding-bottom: 18px; }
.customer-account-create .form-list .control .input-box { margin-left:212px; }
.form-buttons p.back-link { width:265px; padding:7px 15px 0 0; }
.step h4, #checkout-step-login h4, .fieldset h2.legend, .gift-message-form .inner-box h5,.gift-message-form .inner-box h4, .form-list li h4 { font-size:18px; color:#333; text-transform:uppercase; line-height:20px; font-weight:100; }
.customer-account-login div.fieldset { padding:20px 0; border:none; }
.fieldset h2.legend { width:100%; margin: 0 0 1.5em; padding-left: 0 !important; background: transparent; }
.customer-account-login div.fieldset .legend,
.account-create div.fieldset .legend { background:transparent; border:none; }
p.required { color: #F02800; font-size: 11px; }
p.back-link a,
p.back-link { color: #999; }
.account-login .form-list { overflow: hidden; }
#checkout-step-login .form-list .input-text,
.account-login .form-list input { float: none; width: 262px !important; }
#checkout-step-login .form-list .input-box,
.account-login .form-list .input-box { margin-left: 150px; padding: 0; }
.account-create .form-list .input-box { margin-left: 212px; padding: 0; width:351px; }
.customer-account-forgotpassword .form-list .input-box { margin-left: 212px; padding: 0; }
.account-create .form-list input { float: none; width: 305px !important; }
.customer-account-forgotpassword .form-list input { float: none; width: 305px !important; }
.account-login .form-list li.note { font-size: 13px; margin: 6px 0 0; padding: 6px 0 0 150px; clear: left; float: left; width: auto; }
.customer-account-login .form-list li { padding:8px 0; }
.account-login p.required { margin-top: -5px; }
.account-create .fieldset { border:none; padding:0; margin:0; }
#checkout-step-billing form, #checkout-step-shipping form, .customer-account-create #form-validate, #contactForm { display: block; margin: 0 auto; }
.account-create .form-list { font-size: 13px; }
.my-account .page-title h1 { font-weight: 100; letter-spacing: 2px; }
.my-account .form-list li,
.account-create .form-list li { margin-bottom: 20px; }
.my-account .form-list li.fields,
.account-create .form-list li.fields { margin-bottom: 0; }
.my-account .field { margin-bottom: 20px; }
.account-create .field { margin-bottom: 20px; width: 490px; }
.my-account li .input-box,
.account-create li.control .input-box.cuForms_customParent { margin-left: 212px; }
.my-account li.control .input-box.cuForms_customParent input,
.account-create li.control .input-box.cuForms_customParent input { width: 14px !important; cursor: pointer; }
.my-account li.control .input-box.cuForms_customParent .cuForms_customOver.cuForms_checkbox,
.account-create li.control .input-box.cuForms_customParent .cuForms_customOver.cuForms_checkbox { width:14px !important; }
.my-account li.control label,
.account-create li.control label { margin-top:0; }
.divider { background: none repeat scroll 0 0 #E7E7E7; font-size: 0; height: 1px; line-height: 0; margin: 16px 0; overflow: hidden; }
.account-create #form-validate .buttons-set.form-buttons { border-top:none; }
.account-create .buttons-set .back-link { text-align: right; }
.account-create .buttons-set.form-buttons { margin-top:0px; }
.account-create .buttons-set.form-buttons button { margin-left: 187px; float: left; }
.account-create p.required { width: 560px; }

.password-hint-msg { width:50%; float:right; }
.form-list .password-hint input { width: 35% !important; }
.my-account .form-list .input-box.password-hint { width:337px; }

.sidebar .block-account .account-navigation { border-bottom: 1px solid #e6e6e6; padding-bottom: 8px; }
.sidebar .block-account li a, .sidebar .block-account li.current { color: #333333; line-height: 17px; text-transform: uppercase; }
.sidebar .block-account li a:hover { color: #DB2D1F; }
.sidebar .block-account li { font-size: 12px; padding: 0 0 7px; }
.sidebar .block-account li.current strong { font-weight: normal; color: #B2B2B2; }
.my-account .fieldset { border: none; margin: 0; padding: 0; }
.my-account .fieldset .field { width: 100%; }
.my-account .fieldset input { width: 291px; }
.form-list .input-box.gender input { width:14px !important; margin-right:3px; line-height:1.35; margin-left:5px; }
.form-list .input-box.gender input:first-child { margin-left:0; }
.my-account .buttons-set.form-buttons { border-top: none; width: 335px; margin-left: 212px; }
.my-account .buttons-set.form-buttons p.back-link { width: auto !important; }
.my-account p.required { width: 335px; margin-left: 212px; }
.customer-account-forgotpassword .fieldset { border: none; padding: 0; }
.customer-account-forgotpassword .fieldset p { margin: 0 0 1.5em; }
.customer-account-forgotpassword #form-validate .buttons-set { border: none !important; width: 349px; margin-left: 212px; padding-top: 5px; }
.customer-account-forgotpassword #form-validate .buttons-set p.back-link { width: auto !important; padding: 0; }
.customer-account-forgotpassword #form-validate p.required { width: 349px; margin-left: 212px; margin-top: 5px; }
.customer-address-form .form-list select { width: 337px !important; }
.customer-address-form .buttons-set { padding-top:0px !important; }
.my-account .buttons-set,
.order-items .buttons-set,
.enterprise-rma-guest-view .buttons-set { border-top: none; margin-top: 5px; margin-bottom: 5px; padding-bottom: 15px; }
.customer-account-page.sales-order-history { padding-left: 11px; }
.customer-account-page.enterprise-rma-return-create-index .informationblock,
.customer-account-page.enterprise-rma-return-create-review .informationblock,
.customer-account-page.enterprise-rma-return-create-success .informationblock,
.customer-account-page.sales-order-history .informationblock,
.customer-account-page.wishlist-index-index .informationblock { font-size: 13px; padding: 2px 0 48px; font-weight: 100; }
.customer-account-page.enterprise-rma-return-create-index .informationblock a,
.customer-account-page.enterprise-rma-return-create-review .informationblock a,
.customer-account-page.enterprise-rma-return-create-success .informationblock a,
.customer-account-page.sales-order-history .informationblock a,
.customer-account-page.wishlist-index-index .informationblock a { text-decoration:underline; }
.customer-account-page.newsletter-manage-index .control { margin-left: 212px; }
.customer-account-page.newsletter-manage-index .control .input-box.cuForms_customParent { margin-left: 200px !important; }
.customer-account-page.sales-order-history .data-table { table-layout: fixed; margin-bottom: 40px; }
.enterprise-rma-return-history .mini-product-list-title { margin-top: 20px; }
.customer-account-page.sales-order-history .data-table th { padding: 19px 10px 13px 16px; font-size: 12px; font-weight: 100; }
.customer-account-page.sales-order-history .data-table td { font-size: 14px; font-weight: 100; padding: 19px 10px 13px 16px; }
.customer-account-page.sales-order-history .data-table td.order-status,
.customer-account-page.sales-order-history .data-table td.price { font-size: 13px; }
.customer-account-page.sales-order-history .pages { margin: 15px 0; }
.customer-account-page h1.tabletitle { text-transform: uppercase; font-weight:normal; padding-bottom: 6px; font-size: 18px; }
.sales-order-history #my-orders-table .last span a { text-decoration: underline; color: #666; }
.sales-order-history #my-orders-table em { text-transform: uppercase; font-style: inherit; }
.sales-order-history .order-group-root td { border: none; border-top: 1px solid #d1d1d1; }
.sales-order-history .order-group-child td { border: none; }
.sales-order-history .order-group-child .date { background: url(http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/bkg_arrow_right.png) no-repeat 0 50%; padding-left: 15px; }
.sales-order-history tr.last td { border-bottom: 1px solid #d1d1d1; }
.customer-address-index.customer-account-page .addcontainer { overflow: hidden; padding-bottom: 10px; }

.order-data.info-box,
.enterprise-rma-return-view .col2-set .info-box,
.sales-order-view.customer-account-page .info-box,
.customer-address-index.customer-account-page .info-box { background: #F5F5F5; border: 1px solid #CFCFCF; margin:-1px 0 10px; position: relative; z-index: 1; }
.customer-address-index.customer-account-page .addresses-additional .item { margin-bottom:10px; background:#F5F5F5; border:1px solid #CFCFCF; padding:17px; }
.customer-address-index.customer-account-page .mini-product-list-title { margin-top: 20px; }
.customer-address-index.customer-account-page .item .actions { font-size:11px; margin-top:7px; }
.customer-address-index.customer-account-page .sub-title { color: #000; font-size: 16px; font-weight: normal; line-height: 19px; margin: 0 0 10px; }

.order-data.info-box .box-content,
.enterprise-rma-return-view .col2-set .info-box .box-content,
.sales-order-view.customer-account-page .info-box .box-content,
.customer-address-index.customer-account-page .info-box .box-content { color: #555; padding: 10px 17px 17px; font-size: 12px; }

.order-data.info-box .box-title,
.enterprise-rma-return-view .col2-set .info-box .box-title,
.sales-order-view.customer-account-page .info-box .box-title,
.customer-address-index.customer-account-page .info-box .box-title { font-size: 13px; font-weight: normal; line-height: 16px; color: #222; margin: 17px 17px 0; text-transform:none; }

.enterprise-rma-return-view .col2-set .info-box .box-title a,
.sales-order-view.customer-account-page .info-box .box-title a,
.customer-address-index.customer-account-page .info-box .box-title a { font-size: 11px; text-transform: lowercase; }

.customer-account-index.customer-account-page .boxlist p { font-weight: 100; font-size: 12px; }
.customer-account-index.customer-account-page .boxlist h3 { color: #333; font-weight:bold; font-size: 14px; }
.customer-account-index.customer-account-page .boxlist li.last { margin-right: 0; }
.customer-account-index.customer-account-page .boxlist { float: left; line-height: 20px; margin-bottom: 30px; max-width: 714px; }
.customer-account-index.customer-account-page .boxlist a:hover p { color: #333; }
#wishlist-table span.name { text-transform: uppercase; display: block; font-weight:normal; line-height:20px; min-height: 40px; }
#wishlist-table span.discount { text-transform: uppercase; color: #E24236; font-weight:normal; display: block; line-height:20px; min-height: 40px; font-size: 13px; }
#wishlist-table span.discount.long { font-size: 12px; margin-left: 0; }
#wishlist-table a.edit { display: block; color: #8E8E8E; text-decoration: underline; font-size: 10px; margin-top: 5px; }
#wishlist-table .title { margin-bottom:2px; }
#wishlist-table .title-color { margin-bottom:7px; }
#wishlist-table span.price-before { text-decoration: line-through; top:11px; }
#wishlist-table button span { padding:0; }
#wishlist-table button span span { padding: 0px 5px; font-size:11px; }
#wishlist-table .add-to-field-body { padding:12px 2px; }
#wishlist-table .add-to-field-head { padding:19px 2px 13px; }
#wishlist-table button { padding-right: 10px; margin-top: -3px; }
#wishlist-table a.btn-remove { margin:0 auto; }
#wishlist-view-form .buttons-set.buttons-set2 { display: none; }
.wishlist-index-index .wishlist-customer-info { margin-bottom:10px; }
.wishlist-index-index .wishlist-action { padding-bottom:15px; position:relative; }
.wishlist-index-index .wishlist-action .addthis_toolbox { position:absolute; bottom:2px; right:-2px; }
.wishlist-index-index .wishlist-action a { margin-left:8px; }
.wishlist-shared-index .buttons-set { border:none; }

.my-wishlist .page-title { background-position: 0 48%; margin-bottom: 24px; }
.my-wishlist .page-title h1 { font-weight: 100; letter-spacing: 4px; }
.my-wishlist .data-table { margin-bottom: 20px; table-layout: fixed; }
.my-wishlist .data-table th, .my-wishlist .data-table td { font-weight: 100; }
.my-wishlist .data-table th { padding: 19px 10px 13px; text-transform: none; }
.my-wishlist .data-table td { font-size: 14px; padding: 20px 10px 12px; }
.my-wishlist .data-table div.option { margin-top: 0; }
.my-wishlist .data-table span.name a { font-weight: 100; font-size: 14px; }
.my-wishlist .data-table span.status { font-size: 12px; }
.my-wishlist .data-table span.price-before,
.my-wishlist .data-table span.price { position: relative; top: 2px; }

.my-wishlist .fb-like { padding: 5px 5px 0 0; }

/* Input label left positioning */
.account-create .form-list label,
.customer-account-forgotpassword .form-list label,
.account-login .form-list label,
.account-login .form-list span.label,
.customer-address-form .form-list label,
.customer-account-edit .form-list label { margin-top: 10px; padding: 0; text-align: left; width: auto; position: absolute; }
.account-create .form-list .gender label { margin-top: 0px; }

.my-account li .short-inputs { width: 352px; }

.my-account li .short-inputs .short-input-holder {
    float: left;
    width: 175px;
    margin-bottom: 0px;
}

.my-account li .short-inputs .short-input-holder.last {
    width: 0px;
    height: 0px;
}

.my-account li .short-inputs .short-input-holder input {
    width: 119px;
}
.my-account li .short-inputs .short-input-holder.last .input-box,
.my-account li .short-inputs .short-input-holder.last .input-box div,
.my-account li .short-inputs .short-input-holder.last .input-box select {
    width: 134px !important;
}

.customer-account-page.wishlist-index-index .mini-product-list-box { padding-top: 20px; }

/* RMA Create Page */
.customer-account-page.enterprise-rma-return-create-success .col-main,
.customer-account-page.enterprise-rma-return-create-review .col-main,
.customer-account-page.enterprise-rma-return-create-index .col-main { width:704px; }
.customer-account-page.enterprise-rma-return-create-review .informationblock,
.customer-account-page.enterprise-rma-return-create-success .informationblock,
.customer-account-page.enterprise-rma-return-create-index .informationblock { padding:7px 0 28px; }
.customer-account-page.enterprise-rma-return-create-index td { border-top:1px solid #d1d1d1; }
.customer-account-page.enterprise-rma-return-create-index .extra-info td { padding:18px 0 18px 10px; border-bottom:0; }
.customer-account-page.enterprise-rma-return-create-index .extra-info td .radio { margin-bottom:10px; font-weight:100; }
.customer-account-page.enterprise-rma-return-create-index .review-table { margin-bottom:0; }
.rma-steps { font-weight:100; text-transform:uppercase; height:48px; margin-bottom:37px; }
.rma-steps .step { float:left; margin-right:60px; color:#999; }
.col1-layout .rma-steps .step { margin-right:97px; }
.rma-steps .step.first { margin-left:14px; }
.rma-steps .step.last { margin-right:0; }
.rma-steps .step.complete,
.rma-steps .step.current { color:#2e2b27; }
.rma-steps .number { font-size:36px; }
.rma-steps .name { font-size:13px; }
.return-options { float:left; }
.rma-options { float:right; width:491px; margin-top:8px; }
.rma-options label { float:left; line-height:14px; margin:1px 9px 0 0; padding-top:10px; font-weight:100; width:89px; text-align:right; }
.rma-options .element-container label { margin-top:-2px; padding-top:0; }
.rma-options .element-container { float:left; margin:8px 0 12px; }
.rma-options .element-container:first-child { margin-right:21px; }
.rma-options .element-container select { width:186px; }
.rma-options .element-container select.field-attribute { margin-left:305px; }
.rma-options .element-container textarea { resize:none; padding:10px; width:371px !important; height:62px !important; border-color:#d1d1d1; }
.rma-buttons { text-align:right; padding-bottom:29px; border-bottom:1px solid #d1d1d1; margin-bottom:24px; }
.rma-buttons .next-button span span { padding:0 32px 0 21px; }
.rma-order-details { margin-bottom:20px; }
.rma-order-details h2 { margin-bottom:5px; text-transform:uppercase; font-weight:100; }
.rma-order-details .control .input-box { margin-left:0 !important; }
.rma-order-details .address-form .input-box { clear:none; }
.rma-order-details .address-form label { line-height:30px; }
.rma-order-details .address-form select { width:337px; }
.rma-success ol { list-style:decimal; padding-left:15px; }
.rma-success ul { padding-left:15px; list-style:circle; }
.rma-success .btn-home { margin-right:10px; }

.rma-sub-title h2 { font-size:25px; text-transform:uppercase; font-weight:100; margin-bottom:20px; }
.rma-agreement-details { clear:both; margin:-17px 0 32px 311px; }
.rma-agreement-details label { width:auto; float:none; }

.custom-short-inputs { width:340px !important; }
.custom-short-inputs .short-input-holder { float:left; margin-right:10px; width:165px; }
.custom-short-inputs .short-input-holder #autocompletion_message { color:#DB2B1F; }
.custom-short-inputs .short-input-holder.last { margin-right:0; }
.custom-short-inputs select { width: 163px !important;}
.custom-short-inputs input { width:118px !important; }

/* RMA View Page */
.enterprise-rma-return-view .page-title,
.enterprise-rma-return-create-index .page-title,
.enterprise-rma-return-create-review .page-title,
.enterprise-rma-return-create-success .page-title
{ background: url("http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/bkg_page_title_border.png") repeat-x scroll 0 54% transparent; text-align:center; }
.enterprise-rma-return-view #rma_track_info .box,
.info-box-tabled.box { margin:15px 0 30px; }
.enterprise-rma-return-view h3.box-title,
h3.box-title.thin-title { font-size:18px; text-transform:uppercase; font-weight:100; margin-bottom:10px; }
.enterprise-rma-return-view #my-returns-items-table tbody tr.last td,
.enterprise-rma-guest-view #my-returns-items-table tbody tr.last td { border-bottom:0; }
.enterprise-rma-return-view .info-box textarea,
.enterprise-rma-guest-view .info-box textarea { max-width:688px; margin-top:5px !important; padding:10px; }
.enterprise-rma-return-create-success .rma-steps .step.complete { color: #999; }
.enterprise-rma-return-view .page-title h1 { letter-spacing: -2px; }

.sales-order-view .my-account .page-title,
.centered-title.page-title { background: url("http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/bkg_page_title_border.png") repeat-x scroll 0 54% transparent; text-align:center; }

.sales-order-view .my-account .page-title h1,
.centered-title.page-title h1 { letter-spacing: 2px; }
.centered-title.page-title h1 { display:inline-block; font-family: 'GillSans-Light',Arial,Helvetica,sans-serif; line-height: 22px; }

.registered-users li.right .button { width: 93px; font-weight: 100; margin-bottom: 1px; }
.registered-users li.right .button span { text-transform: lowercase; color: #FFFFFF; width: 93px; padding: 0; }
.registered-users .login-buttons {
    background: none repeat scroll 0 0 #322F2C;
    color: #FFFFFF;
    display: inline-block;
    font-weight: 100;
    height: 30px;
    line-height: 25px;
    margin-right: 9px;
    text-align: center;
    text-transform: lowercase;
    width: 93px;
    text-indent: 30px;
}

.login-buttons.google { background: url("http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/checkout/google_btn.jpg") no-repeat scroll left top #322F2C; font-weight: 400 !important; padding-right: 2px; line-height: 30px; }
.login-buttons.facebook { background: url("http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/checkout/facebook_btn.jpg") no-repeat scroll left top #322F2C; font-weight: 400 !important; padding-right: 2px; line-height: 30px; }

.my-account .page-title,
.centered-title.page-title { padding: 0px; margin: 18px 0 28px; background-position: 0 55%; }
.centered-title.page-title { position:relative; }
.customer-account-page .sidebar { padding: 0px; }
.customer-account-page .my-account div.a-right,
.info-box-tabled.box div.a-right { height: 20px; }
#my-returns-items-table .option-size div.option .title-size { text-align: center; }
.customer-account-page .mini-product-list-box { margin-top: 50px; }

#remember-me-box { padding-top: 12px; width:571px; text-align:right; position:relative; }
#remember-me-box .input-box { margin-left: 0; float: right; width: 22px; }
#remember-me-box label { margin-top: 0; right: 70px; padding-top: 1px; }

.registered-users #remember-me-box { position:static; width:auto; }
.registered-users #remember-me-box input { width:14px !important; margin-right:0; }

.informationblock { padding: 2px 0 10px 0; }
.informationblock h2 { padding: 5px 0 5px 0; }

.my-account-my-orders { margin-top:10px; }

h2.table-caption,
h3.table-caption { font-weight:normal; font-size:18px; margin-bottom:5px; }

.order-links { margin:0 0 20px; text-align:right; }
.order-items .sub-title { float:right; }
.order-items .sub-title .link-print { background-position:0 5px; }

.data-table td.less-padding { padding:5px 0; }
.guest-rma-button { position:absolute; right:0; bottom:-25px; font-size:13px; text-transform:uppercase; }

/* Guest RMA Form */
#oar_widget_orders_and_returns_form div.input-box { width:185px; float:left; }
#oar_widget_orders_and_returns_form div.input-box.button-box { width:531px; }
#oar_widget_orders_and_returns_form div.input-box select { width:175px; }
#oar_widget_orders_and_returns_form div.input-box input { width:300px; }
#oar_widget_orders_and_returns_form div.input-box-wide { width:346px; }


#oar_widget_orders_and_returns_form ul li { clear:both; }
#oar_widget_orders_and_returns_form ul li.help-message { height:auto; }

.cms-page-view h1,.cms-page-view h2,.cms-page-view h3,.cms-page-view h4,.cms-page-view h5,.cms-page-view h6 { padding: 0 10px 10px; }
.cms-page-view table td { border: 1px solid #d1d1d1; padding: 6px 10px; }
.cms-page-view .std a { text-decoration: underline; }
.cms-page-view ul.cms-menu li { padding-bottom: 5px; display: block; }
.cms-page-view ul.cms-menu li a span { text-transform: uppercase; }
.cms-page-view ul.cms-menu .parent ul { padding-left:10px; }
.cms-page-view ul.cms-menu .parent strong { text-transform: uppercase; font-weight: normal; padding-bottom: 5px; display: block; color: #999; }
.cms-page-view ul.cms-menu .parent li a span { text-transform: none; }
.cms-page-view .block .block-title strong { font-size: 18px; text-transform: uppercase; font-weight:normal; color: #222; }
.cms-page-view .block .block-title, .cms-page-view .block .block-content { border-bottom: 1px solid #e5e5e5; margin-top: 1px; }
.cms-page-view ul.cms-menu strong { text-transform: uppercase; font-weight: normal; padding-bottom: 5px; display: block; color: #999; }
.cms-page-view ul.cms-menu .parent ul li strong { margin-bottom: -5px; text-transform: none; }
.cms-page-view ul.cms-menu .parent a { display: block; padding-bottom: 5px; text-transform: uppercase; }
.cms-index-noroute.cms-no-route .page-head-alt h3 { font-size: 20px; padding: 0 7px 20px 7px; }
.cms-index-noroute.cms-no-route ul.disc { margin-left: 25px; }
.cms-index-noroute.cms-no-route ul.disc li { padding-bottom: 5px; font-size: 13px; }
.cms-index-noroute.cms-no-route ul.disc a { text-decoration: underline; }
.contacts-index-index .col-main #contactForm .fieldset { margin-top: 0px; padding-top: 0px; }
.contacts-index-index .col-main #contactForm .fieldset,
.contacts-index-index .fieldset.subjects { border: 0; }
.contacts-index-index .fieldset.subjects {
    margin: 0;
    padding: 0px 25px 0px 33px;
}

.contacts-index-index .fieldset.subjects #subject,
.contacts-index-index .complaintType #shopType {
    width: 350px;
}

.contacts-index-index .col-main #contactForm .fieldset textarea#comment { padding: 12px; width: 325px; }

.contacts-index-index .fieldset.subjects .form-list {
    margin-top: 15px;
}

.contacts-index-index .form-list input.input-text {
    width: 305px;
}

.contacts-index-index .form-list .input-box {
    width: 325px;
}

.contacts-index-index .field {
    margin-bottom: 20px;
    width: 490px;
}

.contacts-index-index .form-list label {
    margin-top: 10px;
    padding: 0;
    position: absolute;
    text-align: left;
    width: auto;
}
.contacts-index-index .form-list li.fileUpload label,
.contacts-index-index .form-list ul.complaintType label {
    margin-top: 5px;
}

.contacts-index-index .form-list li.complaintMessage label {
    margin-top: 0px;
}

.contacts-index-index .form-list .complaintMessage .input-box,
.contacts-index-index .form-list .complaintMessageWebshop .input-box {
    width: 350px;
    text-align: justify;
}

.contacts-index-index .form-list li.complaintType {
    margin-bottom: 0px;
}

.contacts-index-index .form-list .gender,
.contacts-index-index .form-list .complaintType {
    margin-bottom: 0px;
}

.contacts-index-index .form-list .gender label,
.contacts-index-index .form-list .complaintType label {
    margin-top: 0;
}

.contacts-index-index .form-list .gender input,
.contacts-index-index .form-list .complaintType input {
    margin-right: 5px;
}

.contacts-index-index .form-list .input-box {
    margin-left: 212px;
    padding: 0;
}

.contacts-index-index .form-list li {
    margin-bottom: 20px;
}

.contacts-index-index .form-list li #callback-button {
    margin-left: 212px;
}

.contacts-index-index .form-list li.control label {
    margin: 0px;
}

textarea.validation-failed {
    background: url("http://www.steps.nl/skin/frontend/coltex/default/images/bkg_red_x.png") no-repeat scroll 100% 5% transparent;
}

.contacts-index-index .input-file {
    margin-bottom:2px;
}

.contact-form-add-container {
    margin-top:5px;
}


/*
 * FancyBox - jQuery Plugin
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 *
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading { position:fixed; top:50%; left:50%; width:40px; height:40px; margin-top:-20px; margin-left:-20px; cursor:pointer; overflow:hidden; z-index:1104; display:none; }
#fancybox-loading div { position:absolute; top:0; left:0; width:40px; height:480px; background-image:url(http://www.steps.nl/skin/frontend/coltex/default/additional/fancybox/images/fancybox.png); }
#fancybox-overlay { position:absolute; top:0; left:0; width:100%; z-index:1100; display:none; min-width:1095px; }
#fancybox-tmp { border:0; overflow:auto; display:none; margin:0; padding:0; }
#fancybox-wrap { position:absolute; top:0; left:0; z-index:1101; outline:none; display:none; padding:20px; }
#fancybox-outer { position:relative; width:100%; height:100%; background:#fff; }

#fancybox-content { width:0; height:0; outline:none; position:relative; overflow:hidden; z-index:1102; border:0 solid #fff; padding:0; }
#fancybox-hide-sel-frame { position:absolute; top:0; left:0; width:100%; height:100%; background:transparent; z-index:1101; }
#fancybox-close { position:absolute; top:0; right:0; width:26px; height:26px; background:url(http://www.steps.nl/skin/frontend/coltex/default/images/bkg_quick_close.png) no-repeat 50% 50%; cursor:pointer; z-index:1103; display:none; border-bottom:1px solid #d1d1d1; border-left:1px solid #d1d1d1; }
#fancybox-close:hover { background-color:#eee; }
#fancybox-error { color:#444; font:normal 12px/20px Arial; margin:0; padding:14px; }
#fancybox-img { width:100%; height:100%; border:none; outline:none; line-height:0; vertical-align:top; margin:0; padding:0; }
#fancybox-frame { width:100%; height:100%; border:none; display:block; }
#fancybox-left, #fancybox-right { position:absolute; bottom:0; height:100%; width:35%; cursor:pointer; outline:none; z-index:1102; display:none; background: transparent url('http://www.steps.nl/skin/frontend/coltex/default/additional/fancybox/images/blank.gif'); }
#fancybox-left { left:0; }
#fancybox-right { right:0; }
#fancybox-left-ico, #fancybox-right-ico { position:absolute; top:50%; left:-9999px; width:30px; height:30px; margin-top:-15px; cursor:pointer; z-index:1102; display:block; }
#fancybox-left-ico { background-image:url(http://www.steps.nl/skin/frontend/coltex/default/additional/fancybox/images/fancybox.png); background-position:-40px -30px; }
#fancybox-right-ico { background-image:url(http://www.steps.nl/skin/frontend/coltex/default/additional/fancybox/images/fancybox.png); background-position:-40px -60px; }
#fancybox-left:hover, #fancybox-right:hover { visibility:visible; }
#fancybox-left:hover span { left:20px; }
#fancybox-right:hover span { left:auto; right:20px; }

.fancybox-bg { position:absolute; border:0; width:20px; height:20px; z-index:1001; margin:0; padding:0; }
#fancybox-bg-n { top:-20px; left:0; width:100%; background-image:url(http://www.steps.nl/skin/frontend/coltex/default/additional/fancybox/images/fancybox-x.png); }
#fancybox-bg-ne { top:-20px; right:-20px; background-image:url(http://www.steps.nl/skin/frontend/coltex/default/additional/fancybox/images/fancybox.png); background-position:-40px -162px; }
#fancybox-bg-e { top:0; right:-20px; height:100%; background-image:url(http://www.steps.nl/skin/frontend/coltex/default/additional/fancybox/images/fancybox-y.png); background-position:-20px 0; }
#fancybox-bg-se { bottom:-20px; right:-20px; background-image:url(http://www.steps.nl/skin/frontend/coltex/default/additional/fancybox/images/fancybox.png); background-position:-40px -182px; }
#fancybox-bg-s { bottom:-20px; left:0; width:100%; background-image:url(http://www.steps.nl/skin/frontend/coltex/default/additional/fancybox/images/fancybox-x.png); background-position:0 -20px; }
#fancybox-bg-sw { bottom:-20px; left:-20px; background-image:url(http://www.steps.nl/skin/frontend/coltex/default/additional/fancybox/images/fancybox.png); background-position:-40px -142px; }
#fancybox-bg-w { top:0; left:-20px; height:100%; background-image:url(http://www.steps.nl/skin/frontend/coltex/default/additional/fancybox/images/fancybox-y.png); }
#fancybox-bg-nw { top:-20px; left:-20px; background-image:url(http://www.steps.nl/skin/frontend/coltex/default/additional/fancybox/images/fancybox.png); background-position:-40px -122px; }

#fancybox-title { font-family:Helvetica; font-size:12px; z-index:1102; }
.fancybox-title-inside { padding-bottom:10px; text-align:center; color:#333; background:#fff; position:relative; }
.fancybox-title-outside { padding-top:10px; color:#fff; }
.fancybox-title-over { position:absolute; bottom:0; left:0; color:#FFF; text-align:left; }
#fancybox-title-over { background-image:url(http://www.steps.nl/skin/frontend/coltex/default/additional/fancybox/images/fancy_title_over.png); display:block; padding:10px; }
.fancybox-title-float { position:absolute; left:0; bottom:-20px; height:32px; }
#fancybox-title-float-wrap { border:none; border-collapse:collapse; width:auto; }
#fancybox-title-float-wrap td { border:none; white-space:nowrap; }
#fancybox-title-float-left { background:url(http://www.steps.nl/skin/frontend/coltex/default/additional/fancybox/images/fancybox.png) -40px -90px no-repeat; padding:0 0 0 15px; }
#fancybox-title-float-main { color:#FFF; line-height:29px; font-weight:bold; background:url(http://www.steps.nl/skin/frontend/coltex/default/additional/fancybox/images/fancybox-x.png) 0 -40px; padding:0 0 3px; }
#fancybox-title-float-right { background:url(http://www.steps.nl/skin/frontend/coltex/default/additional/fancybox/images/fancybox.png) -55px -90px no-repeat; padding:0 0 0 15px; }
/**
 * Cart Update
 */
#ajax-loading .text { color:#D85909; font-size:13px; position:relative; top:60px; font-weight:bold; }

/**
 * QuickLook
 */
.q-shopping .product-view .product-essential #product_addtocart_form .product-shop .short-description { font-size:13px; font-weight:100; line-height:18px; margin-bottom:23px; }

/**
 * FAQ
 */
.theme1 .read_more { font-size:13px; font-weight:normal; color:#1E7EC8; text-decoration:underline; margin-left:20px; line-height:30px; }
.theme1 ul li { line-height:25px; list-style:decimal; font-size:13px; font-weight:bold; color:#000; }
.theme1 ul li .accordion-toggle {z-index: 10; font-size:13px; font-weight:normal; color:#343032; text-decoration:none; cursor:pointer; }
.theme1 ul li .answer p { font-size:13px; color:#343032; line-height:20px; }
.theme2 .read_more { font-size:13px; font-weight:normal; color:#000; text-decoration:underline; margin-left:32px; line-height:35px; }
.theme2 ul li.minus p { font-size:13px; color:#343032; line-height:20px; line-height:20px; margin-left:8px; }
.theme2 ul li .answer p { font-size:13px; color:#343032; line-height:20px; line-height:20px; margin-left:8px;  }
.theme3 .read_more { font-size:13px; font-weight:normal; color:#000; text-decoration:none; margin-left:32px; line-height:35px; }
.theme3 ul li.ans p { font-size:13px; color:#343032; line-height:20px; margin-left:0px; }
.theme3 ul li .answer p { font-size:13px; color:#343032; line-height:20px; line-height:20px; }
.theme4 .read_more { font-size:13px; font-weight:normal; color:#1E7EC8; text-decoration:none; line-height:35px; }
.theme4 ul li .answer p { font-size:13px; color:#343032; line-height:20px; margin-left:0px; }
.theme5 .read_more { font-size:13px; font-weight:normal; color:#1E7EC8; text-decoration:none; line-height:35px; }
.theme5 ul li .answer p { font-size:13px; color:#343032; line-height:20px; margin-left:20px; }

/**
 * Category Page
 */
.products-grid .product-name { margin:0 0 5px; font-size:16px; }
.products-grid .old-price .price { font-size:13px; }
.products-list .old-price .price { font-size:13px; }
.search-summary li { font-size:13px; font-weight:100; border-bottom:1px solid #eee; }

/**
 * Checkout
 */
.checkout-onepage-index .box .box-title h2 { font-weight: 100; text-transform: none; font-size: 13px; }
.checkout-onepage-index .box .box-content { font-weight: 100; font-size: 13px; line-height: 21px; }
.opc-wrapper .login-block .member-text { font-weight: 100; font-size: 13px; float: left; width: 290px; margin-right: 30px; }
#register-customer-password .create-password-text { font-size: 13px; font-weight: 100; margin-bottom: 17px; }
.gift-box .options-order-container .real-gift-wrappings li .wrapping-name { font-size: 13px; font-style: italic; font-weight: normal; }
.review-table .qty-holder { padding: 13px 20px 0 0; font-weight: 100; font-size: 13px; }
.sp-methods ul.additional label { font-weight: 100; font-style: normal; font-size: 13px; }
.sp-methods .adyen-help { font-weight: normal; font-size: 13px; font-style: italic; margin-top: 10px; margin-bottom: 7px; margin-left:-26px; }
.onepage-success-info { font-weight: 100; font-size: 13px; padding-left: 9px; position: relative; margin-bottom: 36px; }
.onepage-success-info h2 { font-weight: bold; font-style: italic; font-size: 13px; margin: 5px 0 8px 0; }
.order-info-set .box-content { padding-left: 8px; font-weight: 100; font-size: 13px; line-height: 22px; }
.tracking-your-order { font-size: 13px; font-weight: 100; padding: 28px 10px; }
.order-info-set .delivery-method-title { font-weight: bold; font-style: italic; font-size: 13px; margin: -1px 0 4px 0; }
.checkout-onepage-success .mini-product-list-viewed .mini-product-list-title span { font-size: 13px; font-weight: 100; color: #000; text-transform: uppercase; }

/**
 * Customer Account
 */
.sidebar .block-account li { font-size: 13px; padding: 0 0 7px; }
.customer-account-page.wishlist-index-index .informationblock { font-size: 13px; padding: 2px 0 48px; font-weight: 100; }
.customer-account-page.sales-order-history .data-table th { padding: 19px 10px 13px 16px; font-size: 13px; font-weight: 100; }
.customer-account-page.sales-order-history .data-table td { font-size: 13px; font-weight: 100; padding: 19px 10px 13px 16px; }
.customer-address-index.customer-account-page .info-box .box-content { color: #555; padding: 10px 17px 17px; font-size: 13px; }
.customer-account-index.customer-account-page .boxlist p { font-weight: 100; font-size: 13px; }
.customer-account-index.customer-account-page .boxlist h3 { color: #333; font-weight:bold; font-size: 13px; }
.wishlist-index-index #wishlist-table span.discount.long { font-size: 13px; margin-left: 0; }
.my-wishlist .data-table td { font-size: 13px; padding: 10px; }
.my-wishlist .data-table span.name a { font-weight: 100; font-size: 13px; }
.my-wishlist .data-table span.status { font-size: 13px; }

/**
 * Product View
 */
.product-shop .old-price .price { font-size:13px; }
.product-special-off { font-size:13px; color:#db2b1f; margin-top:5px; }
.mini-product-list-title { font-size:13px; text-transform:uppercase; margin-bottom:15px; }
.attribute-list-sdesc-data { font-size:13px; }
.product-view-virtual-bundle .product-desc { font-weight:100; font-size:13px; padding:0 10px; }
.vb-pr-price .old-price .price { font-size:13px; }

/**
 * Shopping Cart
 */
.checkout-top-help { font-size: 13px; text-align: center; margin-top: -11px; font-weight: 100; }
.cart-table .msrp { font-size: 13px; }
.cart-table td.product-title .product-name { font-size: 13px; text-transform: uppercase; margin-top: -4px; font-weight: 100; }
.cart .crosssell h2.crosssell-title { font-size: 13px; font-weight: 100; color: #000; text-transform: uppercase; }
.review-step .totals table { width: 220px; border: 1px solid #d1d1d1; margin-bottom: 10px; }

/**
 * General CSS Rules
 */
body { position:relative; background:#fff; font-size:13px; line-height:1.35; color:#333333; text-align:center; }
h4 { font-size:13px; font-weight:bold; }
h5 { font-size:13px; font-weight:bold; }
input,select,textarea,button { font-size:13px; vertical-align:middle; color:#7a7a7a; }
button.button span { float:left; height:30px; line-height:30px; background:#2e2b27; padding:0 0 0 10px; font-size:13px; text-transform:uppercase; text-align:center; white-space:nowrap; color:#fff; }
.fieldset .legend { float:left; font-size:13px; text-transform:uppercase; border:1px solid #fefefe; background:#eee; margin:-39px 0 0 -10px; padding:5px 8px; position:relative; }
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-siez:13px; line-height:1.25; text-align:center; color:#2f2f2f; }
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:13px; line-height:1.15; text-align:center; color:#fff; }
.notice-cookie { border-bottom:1px solid #cfcfcf; background:#ffff90; font-size:13px; line-height:1.25; text-align:center; color:#2f2f2f; }
.search-title { font-size:13px; line-height:14px; margin-bottom:11px; }


.ajax-content .outofstock span {
    font-size: 13px;
    font-weight: 100;
    line-height: 18px;
}
.oos-wrapper .product-info span {
    font-weight: normal;
    color: #333333;
    font-size: 13px;
    line-height: 1.35;
}

#search_mini_form .form-search .btn-search span { padding-left: 0px; }

.footer-title { color:#9e9e9e; text-transform:uppercase; margin-bottom:6px; font-size:13px; line-height:16px; font-weight:normal; }



/* BOBCAT template */

.page {
    width:941px;
    padding: 0 20px 0 20px;
    background: #ffffff;
}
.wrapper {
    background: transparent;
}
body { background: url(http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/bridge2.jpg) no-repeat fixed 0 20% / 100% auto #AAAAAA; }

/* BOBCAT header */

.header-panel {
    background: #b8b4b1;
    color: #ffffff;
    height: 35px;
    line-height: 37px;
    font-weight: 400;
    vertical-align: middle;
    margin-left: -20px;
    width: 981px;
}
.header-panel a {
    color: #ffffff;
}
.header-panel .welcome-message-default {
    color: #ffffff;
    padding: 0 50px 0 25px;
}
.header-panel .user-menu {
    float:left;
}
.header-panel .user-menu li {
    background:none;
    padding: 0 50px 0 0;
}
.header {
    position: relative;
    height:127px;
    background: #ffffff;
    margin: 0;
}
.header .branding {
    position: absolute;
    left:0;
    top:6px;
    height: 121px;
    width: 240px;
    padding-left: 0;
    line-height: 127px;
    vertical-align: middle;
    overflow: hidden;
}
.header .logo {
    text-decoration:none !important;
    line-height: 160px;
    margin-left:0;
}
.header .logo img {
    vertical-align: middle;
}
.header .logo strong {
    display:none;
}

.quick-access {
    float: right;
    margin-right: -10px;
    padding-top: 0;
    padding-left:29px;
    margin-top: 38px;
    border-left: 1px solid #e2e2e2;
    width: 153px;
}

input.input-search {
    width: 79px;
    height: 22px;
    background: #f9f9f9;
    border: 1px solid #b2a8a7;
    color: #adadad;
    font-style: italic;
    font-size:12px;
}
button.btn-search {
    width:20px;
}
button.btn-search span {
    background: #ffffff;
}
button.btn-search:hover span {
    background: #ffffff;
}
button.btn-search span span {
    background: url(http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/icon_search.png) !important;
    width:13px;
    height:13px;
    margin: -6px 0 0 -6px;
}
.search-container .search-autocomplete { z-index:999; position:absolute; display:none; width:382px !important; left:auto !important; right:0; border:1px solid #d1d1d1; border-top:none; margin-top:8px; background:#fff; }
.search-container .search-autocomplete-inner { padding:24px 0; }
.search-container .search-autocomplete-inner-wrap { background:url(http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/bkg_gray_point.png) 50% 50% repeat-y; }
.search-container .search-autocomplete-column { padding:0 20px; width:150px; }

.header-bottom {
    position: absolute;
    left:262px;
    top: 48px;
    height: 87px;
    width: 480px;
    background: none;
}

#nav li {
    width: 120px;
}

#nav li a {
    height:20px;
    line-height:20px;
    float:left;
    color:#000;
    font-size:13px;
    letter-spacing: 1px;
    font-weight: 400;
    padding:0;
    text-transform: none;
    background: none;
}
#nav ul {
    top: 20px;
}

.header-data-title {
    text-transform: none;
    font-size: 13px;
    text-align: left;
}

.header-wishlist {
    position: relative;
    width: 120px;
    padding: 7px 0 0 30px;
}
.header-wishlist .icon-image{
    position: absolute;
    display: block;
    left: 0px;
    top: 5px;
    width: 21px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    font-size: 10px;
    background: url(http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/icon_wishlist.png);
}

.top-cart {
    position: relative;
}

.top-cart .cart-icon {
    position: relative;
    display: block;
    width: 120px;
    padding: 5px 0 4px 30px;
}

.top-cart .icon-image {
    position: absolute;
    display: block;
    left: 0;
    top: 2px;
    width: 21px;
    height: 21px;
    text-align: center;
    font-size: 10px;
    background: url(http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/icon_cart.png);
    line-height:27px;
    color:#ffffff;
}

.top-cart a:hover .icon-image {
    color: #db2b1f;
}

.top-cart-content {
    margin: 14px 30px 0 0;
}

.top-cart-content .inner-wrapper {
    border-color: #b5b4b0;
}

.top-cart-content .subtotal {
    font-size: 17px;
}

.top-cart-content .actions .cart-link {
    background: #b7b4b0;
    color:#ffffff;
    font-size: 13px;
    text-transform: uppercase;
    height:30px;
    line-height:30px;
    vertical-align:middle;
    text-align:center;
    margin-bottom: 6px;
}

.top-cart-content .actions button.button span {
    background: #3abb23;
}

/* BOBCAT footer */

.footer-container {
    border-color: #b5b5b3;
    font-size: 12px;
}
.footer-title {
    color: #525252;
    font-size: 12px;
    margin-bottom: 20px;
}
.footer-container a {
    color: #525252;
}
.footer-left ul li {
    line-height: 20px;
}
.footer-bottom {
    margin-top: 30px;
}
.footer-right .input-newsletter {
    width: 135px;
}
.footer-right {
    width: 177px;
}
.footer-right-cms {
   margin: 0;
}

/* BOBCAT Home */

.cms-home .main img { height: auto; width: 100%; }
/*.header { opacity: 0.97; position:fixed; }
.main { opacity: 0.97; }*/
.cms-home .main img:hover { opacity:0.5; }
.twocolumnleft { float:left; display: inline-block; padding-bottom: 10px; padding-right: 10px; width:630px; height:auto; }
.onecolumnright { display: inline-block; padding-bottom: 10px; width:300px; height:auto; }
.onecolumnleft { float: left; display: inline-block; padding-bottom: 10px; padding-right: 10px; width:307px; }
.twocolumnright { display: inline-block; padding-bottom: 10px; width:623px; height: 355px; }
.threecolumnsleft { float: left; display: inline-block; padding-bottom: 10px; padding-right: 10px; width:307px; }
.threecolumnsmiddle { float: left; display: inline-block; padding-bottom: 10px; padding-right: 10px; width:305px; }
.threecolumnright { display: inline-block; padding-bottom: 10px; width:308px; height:auto; }
.threecolumns { display: inline-block; padding-bottom: 10px; width:100%; }













/*//////// HEADER /////////*/
.header-container { height: 180px; }


/*//////// CMS HOME STEPS /////////*/

.twocolumnleft { float:left; display: inline-block; padding-bottom: 10px; padding-right: 10px; width:624px; height:auto; }
.onecolumnright { display: inline-block; padding-bottom: 10px; width:307px; height:auto; }
.onecolumnleft { display: inline-block; float: left; height: auto; padding-bottom: 10px; padding-right: 10px; width: 307px; }
.twocolumnright { display: inline-block; padding-bottom: 10px; width:624px; height: auto; }
.threecolumnsleft { float: left; display: inline-block; padding-bottom: 10px; padding-right: 10px; width:307px; height:auto; }
.threecolumnsmiddle { float: left; display: inline-block; padding-bottom: 10px; padding-right: 10px; width:307px; height:auto; }
.threecolumnright { display: inline-block; padding-bottom: 10px; width:307px; height:auto; }
.threecolumns { display: inline-block; padding-bottom: 10px; width:100%; height:auto; }
.threecolumnsnewsletter { display: inline-block; padding-bottom: 5px; width:100%; height:auto; }

.cms-home .awis-slides-controls { display: none; }


/* Layout GENERAL styles.css=========================================================================== */
.main.col1-layout { width: 100%; }
.cms-home .main img { height: auto; width: 100%; }
/*.header { opacity: 0.97; position:fixed; }
.main { opacity: 0.97; }*/
.cms-home .main img:hover { opacity:0.5; }
.main .landing_page img:hover { opacity:0.5; }
.cms-index-index .main { margin:7px 0 50px; }
.main button.button span { background: none repeat scroll 0 0 #3bbc24; font-size: 16px; height: 35px; line-height: 33px; }
.main button.button:hover span { background: none repeat scroll 0 0 #40cb27; }
.callme button.button span { background: none repeat scroll 0 0 #3bbc24; font-size: 16px; height: 35px; line-height: 33px; }
.callme button.button:hover span { background: none repeat scroll 0 0 #40cb27; }
.footer-container button.button span { background: none repeat scroll 0 0 #3bbc24; font-size: 16px; height: 35px; line-height: 33px; }
.footer-container button.button:hover span { background: none repeat scroll 0 0 #40cb27; }
#newsletter { height: 35px; }
.header-panel .welcome-message-default { color: #FFFFFF; padding: 0; }
.input-box.short-inputs select { background: none repeat scroll 0 0 #FFFFFF; border: 0px solid #AFAFAF; width: 101% !important; }
select option { background: #ffffff; border: 0 none; padding: 4px; }
.page-title { background: url("http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/bkg_page_title_border.png") repeat-x scroll 0 53% rgba(0, 0, 0, 0); margin: 18px 0 28px; padding: 0; text-align: center; }

.page-title { background: url("http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/bkg_page_title_border.png") repeat-x scroll 0 53% rgba(0, 0, 0, 0); margin: 18px 0 28px; padding: 0; text-align: center; }
body { color: #333333; font-size: 14px; line-height: 20px; }
.block .block-title { border-bottom: 1px solid #B8B4B1; margin-bottom: 9px; padding: 3px 0 14px; }


/*//////// NAVIGATION /////////*/

/* All Levels */
/*#nav li.over { display:none; }*/
#nav ul li { display: none; }

#nav .level0.last span { color: #db2b1f; }

/* 2nd Level */
#nav ul,
#nav div { border: none; }


/*//////// LEFT NAVIGATION LEFT BAR /////////*/
.list-menu-type-one li a { text-transform: none; }


/*//////// PRODUCT CATEGORY PAGE /////////*/
.category-view-header { margin-top: 11px; }
.catalog-category-view .main.col2-left-layout h1 { display: block; }

.main.col2-left-layout { max-width: 100%; }
.col-main { max-width: 100%; }
.category-view { max-width: 100%; }
.category-view-header { max-width: 100%; }
.col-left.sidebar { max-width: 22%; }
.toolbar { border: medium none; }
.toolbar.clear-after { width: 95.58%; background-color: #EDEDED; height: 37px; padding: 6px 16px; text-transform: uppercase; margin-bottom: 50px; }
.category-products { max-width: 100%; }
.products-grid { width: 100%; height: auto; margin-bottom: 50px; }
.products-grid li.item { width: 31.36%; height: auto; }
.products-grid .product-image { height: auto; width: 100%; }
.products-grid .product-image img { height: auto; width: 73%; }
.products-grid .product-image-hover { height: auto; width: 100%; }
.color-switcher { height: auto; padding-left: 0; padding-right: 0; width: 100%; }
.size-list { height: auto; width: 87%; margin-bottom: 5px; }
.size-list-wrapper .arrow { margin-top: -7px; }
.products-grid .product-attributes { min-height: 65px; }


/*//////// TOOLBAR CATEGORY PAGE /////////*/
.view-mode.left.clear-after { height: 36px; margin-right: 12px; border-right: 1px solid #AFAFAF; padding-right: 6px; }
.view-mode .toolbar-title { font-size: 14px; margin-right: 16px; padding-top: 9px; }
.view-mode .grid, .view-mode .list { height: 25px; width: 26px; margin: 5px 10px 0 0; }
.view-mode .grid, .view-mode a.grid:hover { background: url("http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/icon_sprite.png") no-repeat scroll -28px -106px rgba(0, 0, 0, 0); }

.view-mode a.list { background: url("http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/icon_sprite.png") no-repeat scroll 0 -133px rgba(0, 0, 0, 0); }
.view-mode .list,
.view-mode a.list:hover { background: url("http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/icon_sprite.png") no-repeat scroll -26px -133px rgba(0, 0, 0, 0); }

.sort-by.right.toolbar-item { float: left !important; }
.sort-by.right.toolbar-item { background: none repeat scroll 0 0 rgba(0, 0, 0, 0); float: left !important; height: 36px; margin-left: 0; padding-left: 0; margin-top: -1px; }
.sort-by.right.toolbar-item > span { font-size: 14px; padding-right: 8px; position: relative; }
.sort-by .drop-list { border: 1px solid #AFAFAF; display: inline-block; margin-top: 3px; padding: 6px 9px; text-transform: none; }
.sort-by .drop-list .drop-list-current { background: url("http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/bkg_arrow_down.png") no-repeat scroll 100% 6px rgba(0, 0, 0, 0); padding-right: 24px; font-size: 14px; }
.toolbar .sort-by .drop-list-items { border: 1px solid #AFAFAF; left: -1px; margin-top: 6px; width: 100px; }
.limiter.toolbar-item { background: none repeat scroll 0 0 rgba(0, 0, 0, 0); font-size: 14px; height: 27px; margin-left: 0; padding-left: 10px; padding-right: 4px; padding-top: 9px; }
.limiter .drop-list { margin: 0 15px 0 2px; }
.toolbar-item.right { background: none repeat scroll 0 0 rgba(0, 0, 0, 0); margin-left: 0; padding-left: 10px; }
.pages { border-left: 1px solid #AFAFAF; height: 26px; padding-left: 12px; padding-top: 9px; }
.limiter .drop-list a.drop-item { padding-right: 4px; text-decoration: underline; }
.limiter .drop-list .drop-list-item { left: 0; min-width: 50px; }
.limiter.right.toolbar-item .drop-list .drop-list-items { background-color: #FFFFFF; border: 1px solid #AFAFAF; left: 0; min-width: 50px; }
.drop-list-item:last-child { border: none; }
.drop-list-item a { display: block; font-size: 12px; padding: 5px 10px; text-transform: none; }


/*//////// PRODUCT DETAIL PAGE /////////*/
#product-collateral-accordion { width: 414px; margin-top: 40px; }
#product-collateral-accordion ul li .accordion-toggle { background: url("http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/faqs/accordion_arrow_down.png") no-repeat scroll right center rgba(0, 0, 0, 0); color: #343032; cursor: pointer; font-size: 14px; font-weight: normal; line-height: 25px; margin-left: 0; padding-left: 0; text-decoration: none; z-index: 9; text-transform: uppercase; }
#product-collateral-accordion ul li .accordion-toggle:hover { background: url("http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/faqs/accordion_arrow_down_hover.png") no-repeat scroll right center rgba(0, 0, 0, 0); }
#product-collateral-accordion ul li .accordion-toggle.accordion-toggle-active { background: url("http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/faqs/accordion_arrow_up.png") no-repeat scroll right center rgba(0, 0, 0, 0); }
#product-collateral-accordion ul li .accordion-toggle.accordion-toggle-active:hover { background: url("http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/faqs/accordion_arrow_up_hover.png") no-repeat scroll right center rgba(0, 0, 0, 0); }
.accordion-content .answer { width: 98%; line-height: 18px; height: 100%; }

#products-viewed-wrapper .products-grid li.item { width: 14.63%; height: auto; }

.product-view .product-img-box .more-views li { border: 1px solid #D1D1D1; margin-bottom: 10px; }

.product-view .product-image-notice { color: #7A7A7A; font-size: 11px; margin-top: 9px; text-align: center; width: 85%; }

.product-view .product-name h1 { font-size: 20px; font-weight: normal; margin-bottom: 10px; text-transform: uppercase; }
.product-shop .price { font-size: 20px; font-weight: bold; }

.product-options { border-top: 1px solid #AFAFAF; margin-bottom: 30px; padding-top: 16px; }
.product-options dt.product-option-color .selection-label { margin-left: 25px; margin-right: 25px; }
.product-options dt.product-option-color { float: left; width: auto; font-size: 14px; margin-bottom: 22px; }
.product-options dd.product-option-color { float: left; margin: 0 0 5px; width: auto; }
.product-options dt.product-option-size { font-size: 14px; padding: 0 0 3px; }

.cuForms_customParent { height: 34px; position: relative; }
.product-options dd .size-attribute select { width: 108px; }
.cuForms_selectOuter { background: url("http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/select.png") no-repeat scroll 100% -37px rgba(0, 0, 0, 0); overflow: hidden; width: 80px !important; }
.cuForms_selectInner { background: url("http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/select.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); color: #7A7A7A; line-height: 34px; overflow: hidden; text-align: left; text-indent: 10px; width: 80px !important; }
.attribute-chart-link { font-size: 13px; height: 34px; line-height: 26px; margin-left: 10px; margin-top: 6px; position: absolute; }

.product-essential .add-to-cart button.button span { background: none repeat scroll 0 0 #3BBC24; height: 35px; line-height: 34px; width: 190px; }
.product-essential .add-to-cart button.button span span { display: block; }
.product-essential .add-to-cart button.button:hover span { background: none repeat scroll 0 0 #40CB27; }
.product-add-links { border-bottom: 0; margin-top: 17px; padding-bottom: 10px; }
.addToCartTooltip { background-color: #FFFFFF; border-style: solid; border-width: 1px; margin: 43px 0 0; padding: 4px; position: absolute; width: 150px; }
.addToCartTooltip .arrow { background-image: url("http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/arrow_up_new.png"); background-repeat: no-repeat; border: 1px solid rgba(0, 0, 0, 0); height: 10px; margin-top: -32px; position: absolute; width: 12px; }

.product-add-links .wishlist { background: url("http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/icon_wishlist.png") no-repeat scroll 0 50% rgba(0, 0, 0, 0); display: inline-block; line-height: 30px; margin-left: 0; margin-top: 2px; padding-left: 25px; vertical-align: middle; }
.product-essential { margin-bottom: 70px; }


/*//////// PRODUCT DETAIL PAGE PRODUCT COLLATERAL /////////*/
.related-list .products-grid li.item { height: auto; width: 18%; }
.product-collateral .mini-product-list-title, .product-collateral .related-list > h2 { background: url("http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/bkg_page_title_border.png") repeat-x scroll 50% 60% rgba(0, 0, 0, 0); text-align: center; }
.product-collateral h2 { margin-bottom: 10px; }


/*//////// PRODUCT DETAIL PAGE BUNDLE LOOK /////////*/
.bundle-look {
    float: right;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
    width: 15%;
    z-index: 500; }
.bundle-look .product-image { height: auto; width: 100%; }
.bundle-look-title { font-size: 16px; font-weight: 100; text-align: center; text-transform: uppercase; }


/*//////// ACCORDIAN PRODUCT PAGE /////////*/
/*#product_accordian_2 { margin-top: 4px; width: 100%; }
#product_accordian_2.theme5 ul li .accordion-toggle { background: url("http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/faqs/accordion_arrow_down.png") no-repeat scroll right center rgba(0, 0, 0, 0); color: #343032; cursor: pointer; font-size: 14px; font-weight: normal; line-height: 25px; margin-left: 0; padding-left: 0; padding-right: 10px; text-decoration: none; text-transform: uppercase; z-index: 9; }
#product_accordian_2.theme5 ul li .accordion-toggle:hover { background: url("http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/faqs/accordion_arrow_down_hover.png") no-repeat scroll right center rgba(0, 0, 0, 0); font-weight: normal; padding-left: 0; font-size: 14px; }
#product_accordian_2 .answer .std { width: 96%; }
#product_accordian_2 .closeAccordions:first-child { display: block !important; margin-top: 0; padding-top: 0; }*/


/*//////// SHOOPING BAG PAGE /////////*/
.cart .page-title { background-position: 0 52%; margin-bottom: 0; padding: 18px 0; }
.checkout-top-help { font-size: 13px; font-weight: 100; margin-top: 10px; margin-bottom: 40px; text-align: center; }
.checkout-navigation { display: none; }
.option .title { height: 28px; line-height: 30px; position: relative; }
.cart .checkout-types { margin-bottom: 20px; text-align: right; }
.cart .cart-collaterals { padding: 17px 0 0; }
.cart .totals, .review-step .totals { float: right; width: 201px; }
.cart .totals table, .review-step .totals table { border: 1px solid #D1D1D1; font-size: 14px; margin-bottom: 10px; width: 100%; }
.button.btn-proceed-checkout.btn-checkout span { width: 202px; padding-left: 0; padding-right: 0; float: right; }


/*//////// FOOTER /////////*/
.footer-left { width: 80%; }


/*//////// CONTACT PAGE /////////*/
.questions .cuForms_selectOuter { background: url("http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/select.png") no-repeat scroll 100% -37px rgba(0, 0, 0, 0);overflow: hidden; width: 322px !important; }
.questions .cuForms_selectInner { background: url("http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/select.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); color: #7A7A7A; line-height: 34px; overflow: hidden; text-align: left; text-indent: 10px; width: 322px !important; }
#contactForm .cuForms_selectOuter { background: url("http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/select.png") no-repeat scroll 100% -37px rgba(0, 0, 0, 0);overflow: hidden; width: 322px !important; }
#contactForm .cuForms_selectInner { background: url("http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/select.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); color: #7A7A7A; line-height: 34px; overflow: hidden; text-align: left; text-indent: 10px; width: 322px !important; }
#contactForm .buttons-set { border-top: medium none; }


/*//////// JOBS PAGE/WORK AT STEPS /////////*/
/* // Word beheerd door een externe stylesheet http://src.steps.nl/devel/forms/job/includes/layout/layout_t.css // */
.form td.vac_left, td.func_left { padding-bottom: 10px !important; padding-left: 10px; }
.form a.submit { background-color: #3BBC24 !important; border-color: #5D5850; border-width: 0; color: #FFFFFF; font-size: 16px; font-weight: normal; height: 35px; line-height: 34px; text-align: center; width: 100px; }
.form a.submit:hover { background-color: #40cb27 !important; }
.cms-steps-vacatures .std img { float:right; }
.cms-onze-verantwoordelijkheid-steps table td { padding: 6px 0px 6px 10px; }


/*//////// HEADER QUICK LINKS LOGGED-IN /////////*/
.header-panel .user-menu { float: left; margin-left: 20px; margin-right: 20px; }
.welcome-message-user { color: #FFFFFF; }
.welcome-message-user span, .welcome-message-default { color: #FFFFFF; padding-left: 5px; }


/*//////// MINI CART /////////*/
.top-cart-content { margin: 14px 10px 0 0; }
.top-cart-content .actions button.button span { background: none repeat scroll 0 0 #3ABB23; height: 35px; line-height: 34px; }
.top-cart-content .actions button.button:hover span { background: none repeat scroll 0 0 #40cb27; height: 35px; }
.top-cart-content .actions .cart-link { background: none repeat scroll 0 0 #b7b4b0; color: #FFFFFF; height: 35px; font-size: 16px; line-height: 32px; text-align: center; text-transform: none; }
.top-cart-content .actions .cart-link:hover { background: none repeat scroll 0 0 #c6c3c0; color: #FFFFFF; height: 35px; font-size: 16px; line-height: 32px; text-align: center; text-transform: none; }


/*//////// ORDER-PAGE /////////*/
#billing-buttons-container button span span { font-size: 16px; text-transform: none; }


/*//////// ACCOUNT-PAGE /////////*/
.sidebar .block-account .account-navigation { border-bottom: 1px solid #B8B4B1; padding-bottom: 8px; }
.sidebar .block-account li a, .sidebar .block-account li.current { color: #333333; font-size: 14px; line-height: 17px;text-transform: none; }


/*//////// PAYMENT-PAGE /////////*/
.opc-wrapper .checkout-steps { margin: 0 auto; width: 100%; }
.button span span { font-size: 16px; text-transform: none; }
#checkout-review-submit .button span span { font-size: 16px; text-transform: none; width: 119px; }
dl.sp-methods { margin: 10px 0 0; position: relative; z-index: 1; }
.sp-methods .form-list { padding-left: 0; }
.sp-methods .adyen-help { font-size: 13px; font-style: italic; font-weight: normal; margin-left: 0; margin-top: 10px; padding: 0; width: 100%; }
.box.adyen-types-box { margin-left: 20px; width: 940px !important; }
.discount .button { margin: 0 0 0 20px; }
.discount .input-text { color: #7A7A7A; font-weight: 100; height: 34px; width: 120px; }
.wide-totals.totals table td:first-child { padding-left: 18px; width: 90px; }
#billing-new-address-form .cuForms_selectOuter { width: 139px !important; }
#billing-new-address-form .cuForms_selectInner { width: 139px !important; }


/*//////// QUICKLOOK BOX /////////*/
#quicklook { background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6) !important; height: 100%; left: 0; min-width: 1095px; position: absolute; top: 0; width: 100%; z-index: 650; }
#more-views-popup-wrapper .shown { width: 58px; }
#quicklook .q-shopping .product-view .product-shop { padding-top: 0; width: 199px; }
#quicklook .product-options dd.product-option-color { float: left; margin: 0 0 18px -2px; width: auto; }
#quicklook .products-grid { margin-bottom: 0; }
#quicklook .products-grid .product-image img { height: auto; width: 100%; }
#quicklook .product-option-size { margin-bottom: 6px; }
#quicklook .product-options dt.product-option-color { float: left; font-size: 14px; margin-bottom: 12px; width: 100%; }


/*//////// WISHLIST PAGE /////////*/
#wishlist-table button span span { font-size: 16px; padding: 0 5px; }
.products-grid.products-grid-checkout-success .item { width: 17.4%; }
.mini-product-list-title { background: url("http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/bkg_page_title_border.png") repeat-x scroll 50% 60% rgba(0, 0, 0, 0); text-align: center; }
.mini-product-list-title span { background: none repeat scroll 0 0 #FFFFFF; color: #000000; font-size: 24px; font-weight: normal; line-height: 24px; padding: 0 27px; text-transform: none; vertical-align: middle; } 


/*//////// LOGIN PAGE /////////*/
.fieldset h2.legend { background: none repeat scroll 0 0 rgba(0, 0, 0, 0); font-size: 20px; margin: 0 0 1.5em; padding-left: 0 !important; text-transform: none; width: 100%; }
.social-login { margin-top: 40px; }


/*//////// MY ACCOUNT PAGE /////////*/
.boxlist li { float: left; height: auto; margin-right: 0 !important; width: 357px !important; }
.boxlist .boxtop { height: 133px !important; width: 355px !important; margin-bottom: 0 !important; border: medium none !important;}
.boxtop:hover { opacity: 0.5; }
.boxtop.account-information { background: url("http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/my_account/my_account.jpg") no-repeat scroll right center rgba(0, 0, 0, 0) !important; }
.boxtop.my-wishlist { background: url("http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/my_account/my_wishlist.jpg") no-repeat scroll right center rgba(0, 0, 0, 0) !important; }
.boxtop.orders { background: url("http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/my_account/my_orders.jpg") no-repeat scroll right center rgba(0, 0, 0, 0) !important; }
.boxtop.orders-returns { background: url("http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/my_account/returns.jpg") no-repeat scroll right center rgba(0, 0, 0, 0) !important; }
.boxtop.address-book { background: url("http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/my_account/my_addresses.jpg") no-repeat scroll right center rgba(0, 0, 0, 0) !important; }
.boxtop.faq { background: url("http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/my_account/faq.jpg") no-repeat scroll right center rgba(0, 0, 0, 0) !important; }


/*//////// FAQ PAGE /////////*/
#faq_accordian_1 ul li { border-bottom: 1px solid #B8B4B1; line-height: 25px; margin: 0; padding-bottom: 4px; padding-top: 0; }


/*//////// STEPS BROCHURE PAGE /////////*/
.steps-brochure { width: 800px; height: auto; margin: auto; }


/*//////// LANDING PAGE /////////*/
.category-view-content .category-view-header { display: none; }

/*//////// HEADER FIXED /////////*/
.header-container {
    height: 160px;
}
.header {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 160px;
    margin: 35px 0 0 -20px;
    position: fixed;
    width: 981px;
	z-index: 600;
	opacity: 0.97 !important;
}
.header-panel {
	position:fixed; 
	z-index: 600;
}
.quick-access {
    margin-right: 10px !important;
}
.header .branding {
    margin-left: 20px;
}
.breadcrumbs-container {
    height: 33px;
    margin-top: 26px;
}
.cms-home .breadcrumbs-container {
    height: 10px;
    margin-top: 20px;
}

/*//////// HORIZONTAL MINI CART /////////*/
.top-cart-content {
    position: absolute;
    right: 0;
    top: 20px;
    width: 800px;
}
.top-cart-content .inner-wrapper {
    border-color: #B5B4B0;
    height: 155px;
}
.top-cart-content li.item {
    border-bottom: 1px solid #E8E7E6;
    float: left;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
    padding-top: 0;
    width: 240px;
}
.top-cart-content li.item:last-child {
	padding-right: 0;
}
.top-cart-content li.item {
    border-bottom: medium none;
    float: left;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
    padding-top: 0;
    width: 240px;
}
.top-cart-content .subtotal {
    border-bottom: medium none;
    border-top: medium none;
    height: auto;
    padding: 0;
    text-align: right;
    width: 230px;
	font-size: 17px;
    padding-left: 30px;
    padding-top: 18px !important;
}
.top-cart-content .actions .cart-link {
    background: none repeat scroll 0 0 #B7B4B0;
    color: #FFFFFF;
    float: left;
    font-size: 16px;
    height: 35px;
    line-height: 32px;
    margin-right: 10px;
    margin-top: 0;
    text-align: center;
    text-transform: none;
    width: 250px;
}
.mini-products-list {
	height: 110px;
	border-bottom: 1px solid #CCCCCC;
}
.quick-access .actions {
    float: right;
	margin-top: -28px;
}
.actions .button.full-width {
    float: left;
    width: 250px;
}
.toolbar-bottom .toolbar {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.contacts-index-index .form-list li {
	margin-bottom: 20px;
}
.contacts-index-index .field {
	margin-bottom: 0;
}
.contacts-index-index .fields .field {
	margin-bottom: 20px;
}
#checkout-step-promotions-content {
    margin-bottom: 50px;
    margin-top: -10px;
}
#payment_form_ideal .banks tr {
    float: left;
    height: 28px;
}
.faqs-index-view .page-title.centered-title {
    background: url("http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/bkg_page_title_border.png") repeat-x scroll 0 60% rgba(0, 0, 0, 0);
}
button.btn-checkout > span {
    padding-right: none;
}
#checkout-step-coupon .button.remove {
    /*margin-left: -177px;
    margin-top: 0;*/
    padding-top: 4px;
}
#checkout-step-coupon button.button.remove span {
    background: url("http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/bkg_quick_close.png") no-repeat scroll 50% 50% #CCCCCC;
    font-size: 0;
    height: 24px;
    line-height: 33px;
    padding-left: 0;
    padding-right: 0;
    width: 24px;
}
.faqs-index-index .page-title {
    background: url("http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/bkg_page_title_border.png") repeat-x scroll 0 53% rgba(0, 0, 0, 0);
    height: 40px;
    margin: 18px 0 28px;
    padding: 0;
    text-align: center;
}
.col-left.sidebar .block-faqs .menu a {
    color: #000000;
    display: inline-block;
    height: 18px;
    line-height: 16px;
}
.account-login .fieldset h2.legend {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-size: 20px;
    margin: 0 0 1.3em;
    padding-left: 0 !important;
    text-transform: none;
    width: 100%;
    height: 25px;
    line-height: 100%;
}
#checkout-layout .go-shopping-bag > a {
    font-size: 16px;
    font-weight: bold;
    line-height: 80px;
}
.order-info-set .col-1, .order-info-set .col-2, .order-info-set .col-3 {
    float: left;
    margin: 0;
    width: 33.33%;
}
/*.category-products.related-list {
    max-width: 100%;
}*/
.bundle-look .product-image img {
    height: auto;
    width: 82%;
}
.product-collateral {
    background-color: #FFFFFF;
}
.category-products.related-list.in-virtual-bundle {
    float: none;
    width: 100%;
}
.category-products.related-list.in-virtual-bundle .products-grid {
    float: left;
    height: auto;
    margin-bottom: 50px;
    max-width: 100%;
    width: 85%;
}
#checkout-review-table .first.last > th {
    width: 80px !important;
    float: left !important;
    width: 80px !important;
}
#checkout-review-table thead .first.last th.a-center {
    padding-left: 15px;
    width: 40px;
}
#checkout-review-table .first.last > th.a-center {
    float: left !important;
    text-transform: capitalize;
    width: 75px !important;
}
#checkout-review-table .last > th.a-center:last-child {
    float: left !important;
    padding-right: 0;
    text-transform: capitalize;
    width: 65px !important;
}

/*//////// STYLES FOR TABLETS AND PHONES /////////*/
@media only screen and (max-width: 1024px) and (min-width: 0px) {
    body {
        background:none;
        background-color: #464646;
    }
}


/* FILTERING CATEGORY PAGES */

#ajax-loading-overlay {
    background: #000;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
}

#layered-navigation .block-title {
    margin-bottom: 12px;
}
#layered-navigation .block-title strong span {
    font-size: 17px;
}

#layered-navigation .cuForms_customParent {
    height: auto;
}

.block-layered-nav dt {
    margin-bottom: 14px;
}

.block-layered-nav-clear-action {
    margin-right: 0;
}
.filter-group-reset,
.filter-group-reset.price {
    background: none;
    padding: 0;
    top: -32px;
    right: 0;
}
.filter-group-reset.price {
    top: -52px;
}

.filter-color-list {
    max-width: 200px;
}

.filter-color-list li img,
.filter-color-list li .filter-active img,
.filter-color-list li .color-filter-item,
.filter-color-list li .filter-active {
    width: 28px;
    height: 28px;
    margin: 0;
    cursor: pointer;
}
.filter-color-list li img:hover,
.filter-color-list li .filter-active img {
    border: 1px solid #a0a0a0;
    border-radius: 14px;
}

.filter-color-list li {
    margin: 0 3px 6px 0;
}

.filter-price-range {
    margin-left: 4px;
    margin-right: -4px;
}

.filter-list .cuForms_checkbox {
    width: 14px !important;
    height: 14px !important;
}

/* NEWSLETTER HOME PAGE */
#newsletter-home-subscribe {
    position: relative;
    width: 941px;
    height: 128px;
    background: url(http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/bkg_newsletter_home.jpg) no-repeat;
}

#newsletter-home-subscribe .button {
    position: absolute;
    left: 814px;
    top: 65px;
    width: 102px;
    border: 1px solid #ffffff;
}

#newsletter-home-subscribe .input-newsletter {
    position: absolute;
    left: 560px;
    top: 65px;
    width: 202px;
    height: 35px;
    border: 1px solid #ffffff;
}

/* AJAX LOADER CHECKOUT COMMIT BUTTON */
button.btn-checkout>span {
    padding-left: 30px;
    padding-right: 20px;
}
button.btn-checkout.disabled {
    cursor: wait;
}
button.btn-checkout.disabled>span,
button.btn-checkout.disabled:hover>span {
    background: #888888 url(http://www.steps.nl/skin/frontend/coltex/steps_bobcat/images/btn-checkout-ajax.gif) no-repeat 8px 8px;
}
button.btn-checkout.disabled:hover>span>span,
button.btn-checkout.disabled>span>span{
    background: none;
}

/* DISABLE PACKAGING FOR NOW */
.order-package-wrapping { display:none; }
.checkout-onepage-payment-additional-giftcardaccount { display:none; }


