@charset "UTF-8";
/**
 * Default System variables
 */
/**
 * Draws an browser compatible background gradient
 *
 * @param string @firstcolor    Gradient1 from start
 * @param string @firststop     Gradient1 from stop
 * @param string @secondcolor   Gradient2 from start
 * @param string @secondstop    Gradient2 from stop
 * @param string @fallbackcolor If a browser dont understand a gradient this is the plain background color
 */
/**
 * Draws an browser compatible background gradient
 *
 * @param string @firstcolor    Gradient1 from start
 * @param string @firststop     Gradient1 from stop
 * @param string @secondcolor   Gradient2 from start
 * @param string @secondstop    Gradient2 from stop
 * @param string @thirdcolor    Gradient3 from start
 * @param string @thirdstop     Gradient3 from stop
 * @param string @fallbackcolor If a browser dont understand a gradient this is the plain background color
 */
/**
 * Draw an background image from the sprite

 * @param string @image  The given sprit-image. If the image param is away the default sprit-image is uses
 * @param string @width  Defines the imagewidth
 * @param string @height Defines the imageheight
 * @param string @x      Defines the position in x-axis for the sprite-image part
 * @param string @y      Defines the position in y-axis for the sprite-image part
 */
/**
 * Drawing a border with the given radius
 *
 * @param string      @borderWidth   Width of the border
 * @param string      @borderStyle   Style of the border
 * @param string      @borderColor   Color of the border
 * @param string|bool @radius        Radius of the border. If the radius is false, no radius will assigned
 * @param null|bool   @arrangeBorder If true the element will moves halve of radius to top and left. It is good to hover elements to avoid that the element is jumping
 */
/**
 * Drawing a box shadow
 *
 * @param string @xOffset The horizontal offset
 * @param string @yOffset The vertical offset
 * @param string @blur    The blur radius
 * @param string @spread  The spread radius
 * @param string @color   Color
 */
/**
 * Drawing a vispronet badge
 *
 * @param string @backgroundColor The Background color for the badge
 */
/**
 * Flip the content horizontal
 */
/**
 * Flip the content vertical
 */
a {
  color: #0062a1;
}
a:focus {
  text-decoration: none;
}
html.no-touch a:hover {
  color: #83b817;
  text-decoration: underline;
}

/**
 * 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) 2010 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/* Reset ================================================================================= */
* {
  margin: 0;
  padding: 0;
}
body {
  background: #fff;
  font: 11px/1.35 Arial, Helvetica, sans-serif;
  color: #444;
  text-align: center;
}
img {
  border: 0;
  vertical-align: top;
}
a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
:focus {
  outline: 0;
}
/* Headings */
h1 {
  font-size: 18px;
  font-weight: normal;
}
h2 {
  font-size: 16px;
  font-weight: normal;
  color: #000;
}
h3 {
  font-size: 14px;
  font-weight: bold;
}
h4 {
  font-size: 13px;
  font-weight: bold;
}
h5 {
  font-size: 12px;
  font-weight: normal;
}
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 */
address {
  font-style: normal;
}
cite {
  font-style: normal;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after {
  content: '';
}
small {
  font-size: 10px;
}
big {
  font-size: 1.2em;
}
/* Lists */
ul,
ol {
  list-style: none;
}
/* Tools */
.hidden {
  display: block !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}
.nobr {
  white-space: nowrap !important;
}
.wrap {
  white-space: normal !important;
}
.a-left {
  text-align: left !important;
}
.a-center {
  text-align: center !important;
}
.a-right {
  text-align: right !important;
}
.v-top {
  vertical-align: top;
}
.v-middle {
  vertical-align: middle;
}
.f-left,
.left {
  float: left !important;
}
.f-right,
.right {
  float: right !important;
}
.f-none {
  float: none !important;
}
.f-fix {
  float: left;
  width: 100%;
}
.no-display {
  display: none;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-bg {
  background: none !important;
}
/* ======================================================================================= */
/* Layout ================================================================================ */
.wrapper {
  background: #fff;
  padding-bottom: 20px;
}
.page {
  width: 940px;
  margin: 0 auto;
  text-align: center;
}
.page-print {
  background: #fff;
  padding: 20px;
  text-align: left;
}
.page-popup {
  padding: 20px;
  text-align: left;
}
.page-empty {
  background: #fff;
  padding: 20px;
  text-align: left;
}
.main {
  margin: 0 0 14px;
  min-height: 350px;
  background-color: #fff;
  background-repeat: repeat-y;
  border: 1px solid #cfcfcf;
  text-align: left;
}
.sidebar {
  min-height: 350px;
}
/* Base Columns */
.col-left {
  float: left;
  width: 182px;
  padding: 0 0 0;
  margin: 0 0 -1px;
}
.col-main {
  float: left;
  width: 715px;
  padding: 0 20px 20px;
}
.col-right {
  float: right;
  width: 182px;
  padding: 0 0 0;
  margin: 0 0 -1px;
}
/* 1 Column Layout */
.col1-layout {
  background-position: -1000px 0;
}
.col1-layout .col-main {
  float: none;
  width: auto;
}
.col1-layout .breadcrumbs {
  margin-bottom: 0 !important;
}
/* 2 Columns Layout */
.col2-left-layout {
  background-position: -573px 0;
}
.col2-left-layout .col-main {
  float: right;
}
.col2-right-layout {
  background-position: 573px 0;
}
/* 3 Columns Layout */
.col3-layout {
  background-position: 0 0;
}
.col3-layout .col-main {
  width: 532px;
  margin-left: 1px;
  display: inline;
}
.col3-layout .col-wrapper {
  float: left;
  width: 755px;
}
.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 .narrow {
  width: 33%;
}
.col2-set .wide {
  width: 65%;
}
.col3-set .col-1 {
  float: left;
  width: 32%;
}
.col3-set .col-2 {
  float: left;
  width: 32%;
  margin-left: 2%;
}
.col3-set .col-3 {
  float: right;
  width: 32%;
}
.col4-set .col-1 {
  float: left;
  width: 23.5%;
}
.col4-set .col-2 {
  float: left;
  width: 23.5%;
  margin: 0 2%;
}
.col4-set .col-3 {
  float: left;
  width: 23.5%;
}
.col4-set .col-4 {
  float: right;
  width: 23.5%;
}
/* ======================================================================================= */
/* Global Styles ========================================================================= */
/* Form Elements */
input,
select,
textarea,
button {
  font: 12px Arial, Helvetica, sans-serif;
  vertical-align: middle;
  color: #444;
}
input.input-text,
select,
textarea {
  background: #fff;
  border: 1px solid #c7c7c7;
}
input.input-text,
textarea {
  padding: 2px 2px;
  background: #fff;
}
select {
  padding: 1px;
}
select option {
  padding-right: 10px;
}
select.multiselect option {
  padding: 2px 2px;
  border-bottom: 1px solid #bbb;
}
select.multiselect option:last-child {
  border-top: 0;
}
textarea {
  overflow: auto;
}
input.radio,
input.checkbox {
  margin-right: 3px;
  font-size: 11px !important;
  margin-top: 2px;
  vertical-align: top;
}
input.radio {
  font-size: 10px !important;
}
input.qty,
input.validate-accessory-length-range {
  width: 2.5em;
}
button.button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/* FF Fix */
button.button {
  -webkit-border-fit: lines;
}
/* <- Safari & Google Chrome Fix */
button.button {
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  /* line-height:21px; */
  overflow: visible;
  cursor: pointer;
  vertical-align: middle;
}
a.button,
button.button span,
a.button span,
button.button span span {
  background-color: transparent;
}
a.button,
button.button span {
  border: 0;
  padding: 0 0 0 10px;
  margin: 0;
  cursor: pointer;
  background-position: 0 0;
  display: -moz-inline-stack;
  display: inline-block;
  color: #c73615;
  height: 21px;
  text-decoration: none;
}
a.button span,
button.button span span {
  padding: 0 15px 1px 5px;
  color: #c73615;
  background-position: 100% 0;
  display: -moz-inline-block;
  display: inline-block;
  white-space: nowrap;
  text-transform: uppercase;
  font: bold 11px/20px Arial, Helvetica, sans-serif;
  height: 20px;
}
a.button {
  line-height: 21px;
}
a.button {
  line-height: 20px;
}
.button:active {
  bottom: -1px;
  position: relative;
  z-index: 2;
}
button.button:active span span {
  margin: 0;
}
button.btn-small span {
  font-size: 11px;
  line-height: 14px;
  padding: 1px 9px 0;
}
/* Form Validation */
.validation-advice {
  clear: both;
  font-size: 11px !important;
  padding: 3px 0 0 !important;
  color: #d91a00 !important;
}
input.input-text.validation-failed,
textarea.validation-failed {
  background: #fff7f5 !important;
}
span.validation-passed,
div.validation-passed {
  padding-right: 20px;
}
span.validation-error,
div.validation-error {
  padding-right: 20px;
}
.required em {
  color: #f15c22;
  margin-right: 4px;
}
p.required {
  margin: 0;
  padding: 5px 0 7px;
  text-align: right;
  width: 620px;
  font-size: 11px;
  color: #f02800;
}
.form-list .validation-advice {
  width: 250px;
  margin-right: -250px;
}
/* Expiration date and CVV number validation fix */
.v-fix {
  float: left;
}
.v-fix .validation-advice {
  display: block;
  width: 12em;
  margin-right: -12em;
  position: relative;
}
/* Fieldset */
.fieldset {
  font-size: 12px;
  margin: 0 0 16px;
}
.fieldset p {
  margin: 0 0 1.5em;
}
.fieldset h2.legend {
  margin: 0 0 1.5em;
  color: #000;
}
/* Form lists */
.form-list li {
  margin: 0 0 9px;
  vertical-align: top;
}
.form-list label {
  float: left;
  width: 225px;
  padding: 2px 15px 0 0;
  font-size: 12px;
  font-weight: bold;
  color: #444;
  text-align: right;
}
.form-list .value {
  float: left;
  padding: 2px 0 0;
}
.form-list .note {
  clear: both;
  font-size: 11px;
  width: 380px;
  margin: 0;
  padding: 3px 0 0 240px;
}
.form-list #billing-new-address-form .note {
  width: auto;
}
.form-list span.label {
  font-weight: normal;
}
.form-list .input-box {
  float: left;
  /* width:256px; */
}
.form-list .input-box a {
  font-size: 11px;
  margin-top: 4px;
}
.form-list input.input-text,
.form-list textarea {
  float: left;
  width: 374px;
  vertical-align: top;
}
.form-list textarea {
  width: 374px;
  height: 13em;
}
.form-list select {
  float: left;
  width: 380px;
  vertical-align: top;
}
.form-list p {
  margin: 0;
  padding: 0 0 0 240px;
}
ul.add-row,
.form-list li.add-row {
  margin-top: 15px;
}
ul.add-row .btn-remove,
.form-list li.add-row .btn-remove {
  font-size: 0;
  line-height: 0;
  padding: 5px 5px 0 0;
  margin: 0;
  text-align: right;
}
.form-list .range input.input-text {
  float: none;
  width: 64px;
  vertical-align: middle;
}
.form-list .add-field .input-box {
  margin-left: 240px;
}
.form-list .control {
  position: relative;
  vertical-align: top;
  z-index: 1;
}
/* row with checkbox or radio button */
.form-list .control label {
  line-height: 16px;
}
.form-list .control .input-box {
  position: absolute;
  left: 0;
  margin-left: 240px;
  line-height: 16px;
  padding-top: 1px;
}
.form-list .control input.radio {
  margin-top: 3px;
}
.form-alt label {
  float: none;
  display: inline;
  width: auto;
}
.form-alt li {
  margin: 0 0 5px;
  line-height: 16px;
}
.form-alt select {
  width: 496px;
}
.form-alt .input-box {
  width: 496px;
  margin-top: 5px;
  padding-bottom: 11px;
}
.form-alt .input-text {
  width: 480px;
}
.inner-form {
  margin: 10px 0 5px;
  padding: 10px 0 0;
  border: 1px dashed #d1d1d1;
  border-width: 1px;
  background: #f7f7f7;
}
.inner-form .form-alt label {
  padding-left: 5px;
}
.form-list li.website,
.form-list div.website {
  z-index: -1000;
  position: fixed;
  margin: 0;
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.form-list li.website label,
.form-list div.website label,
.form-list li.website input,
.form-list div.website input,
.form-list li.website .input-box,
.form-list div.website .input-box {
  height: 0 !important;
  width: 0 !important;
  color: #fff !important;
  border: none !important;
  background: none !important;
}
/* Date Of Birth */
.form-list .customer-dob label {
  float: none;
  width: auto;
  padding: 0;
  font-size: 11px;
  font-weight: normal;
  color: #777;
}
.form-list .customer-dob .input-box {
  float: left;
  width: auto;
  margin-right: 8px;
}
.form-list .customer-dob .input-box .validation-advice {
  display: none !important;
}
.form-list .customer-dob input.input-text {
  float: none;
  display: block;
  margin-bottom: 2px;
}
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-year {
  float: left;
  margin-right: 8px;
  padding-right: 0 !important;
  background: none !important;
}
.form-list .customer-dob .dob-day .validation-advice,
.form-list .customer-dob .dob-month .validation-advice,
.form-list .customer-dob .dob-year .validation-advice {
  display: none;
}
.form-list .customer-dob .dob-day input.input-text {
  width: 104px;
}
.form-list .customer-dob .dob-month input.input-text {
  width: 104px;
}
.form-list .customer-dob .dob-year {
  margin-right: 0;
}
.form-list .customer-dob .dob-year input.input-text {
  width: 138px;
}
/* Combination of fields */
.form-list li.fields {
  margin: 0;
}
.form-list li.fields .field {
  clear: left;
  padding: 0 0 9px;
}
/* Buttons */
.buttons-set {
  clear: both;
  margin: 15px 0;
}
/* general for button containing block */
.buttons-set p.back-link {
  float: left;
  padding: 2px 15px 0 0;
  text-align: right;
  margin: 0;
}
a.back-link {
  color: #999;
}
.buttons-set p.back-link a {
  color: #999;
}
.buttons-set a.button,
.buttons-set button.button {
  float: right;
  margin-left: 7px;
}
.buttons-set2 {
  clear: both;
  background-color: #ededed;
  text-align: right;
}
.customer-account .buttons-set,
.my-account .buttons-set,
.customer-account .buttons-set2,
.my-account .buttons-set2 {
  margin: 15px 0 0 0;
}
.form-buttons {
  margin: 0;
  width: 620px;
}
/* for button containing block under the general form */
.form-buttons .button {
  float: right;
}
.form-buttons .button {
  margin-left: 15px;
}
.form-buttons p.back-link {
  float: left;
  width: 225px;
  padding: 2px 15px 0 0;
  text-align: right;
}
/* Overrides for 3columns */
.col3-layout .form-list .note {
  padding-left: 165px;
  width: 280px;
}
.col3-layout .form-buttons p.back-link,
.col3-layout .form-list label {
  width: 150px;
}
.col3-layout .form-list input.input-text,
.col3-layout .form-list textarea {
  width: 274px;
}
.col3-layout .form-list select {
  width: 280px;
}
.col3-layout .form-list .control .input-box {
  margin-left: 165px;
}
.col3-layout .form-list .customer-dob .dob-day input.input-text {
  width: 74px;
}
.col3-layout .form-list .customer-dob .dob-month input.input-text {
  width: 74px;
}
.col3-layout .form-list .customer-dob .dob-year {
  margin-right: 0;
}
.col3-layout .form-list .customer-dob .dob-year input.input-text {
  width: 98px;
}
.col3-layout p.required,
.col3-layout .form-buttons {
  width: 445px;
}
/* Global Messages */
.messages {
  width: 100%;
  overflow: hidden;
  text-align: left;
  margin-top: 10px;
}
.messages li {
  margin: 0 0 10px;
  padding: 0;
}
.messages ul {
  padding: 10px 17px 18px;
  margin: 0 0 -11px;
  background-position: 35px 100%;
  background-repeat: no-repeat;
  position: relative;
}
.messages ul li {
  margin: 0;
  padding: 0 0 3px;
}
.messages a {
  text-decoration: underline;
}
.messages a:hover {
  text-decoration: none;
}
.messages li.error-msg,
.messages li.success-msg,
.messages li.note-msg,
.messages li.notice-msg {
  border-style: solid !important;
  border-width: 1px !important;
  font-size: 12px !important;
}
p.error-msg {
  border-style: solid !important;
  padding: 10px;
  border-width: 1px !important;
  font-size: 12px !important;
  margin: 10px 0;
}
/* Error Message */
.messages li.error-msg {
  border-color: #e9581f;
  background-color: #fff5f3;
  color: #d91a00;
}
.messages li.error-msg a {
  color: #d91a00;
}
p.error-msg {
  border-color: #e9581f;
  background-color: #fff5f3;
  color: #d91a00;
}
/* Success Message */
.messages li.success-msg {
  border-color: #446423;
  background-color: #eff5ea;
  color: #3d6611;
}
.messages li.success-msg a {
  color: #3d6611;
}
/* Notification Message */
.messages li.note-msg,
.messages li.notice-msg {
  border-color: #fcd344;
  background-color: #fafaec;
  color: #3d6611;
}
.messages li.note-msg a,
.messages li.notice-msg a {
  color: #3d6611;
}
.messages li.note-msg ul,
.std .messages {
  margin-top: 0;
}
.std .messages {
  width: auto;
  list-style: none !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.std .messages ul {
  list-style: none !important;
  padding-left: 17px !important;
  margin: 0 0 -11px !important;
}
/* Page Heading */
.page-title {
  margin-bottom: 20px;
  padding: 23px 20px 11px;
  padding-bottom: 20px !important;
  background: #f6f6f6;
  border-bottom: 1px solid #cfcfcf;
}
.page-title h1,
.page-title h2 {
  font: normal 22px/27px Arial, Helvetica, sans-serif;
  color: #d12c01;
}
.page-title h1,
.page-title + p {
  margin-left: 10px;
}
.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;
}
.title-buttons .link-print {
  float: right;
  margin-top: 4px;
}
.subtitle {
  clear: both;
  padding: 10px 0;
  font-size: 18px;
  color: #d12c01;
}
.page-popup .page-title,
.col-main .page-title {
  margin-left: -20px;
  margin-right: -20px;
}
.col1-layout .col-main .page-title {
  margin-top: -20px;
}
.sub-title {
  font-size: 16px;
  font-weight: normal;
  color: #000;
  line-height: 19px;
  margin: 0 0 10px;
}
.sub-title .separator {
  font-weight: normal;
}
.sub-title a {
  font-size: 11px;
  font-weight: normal;
  text-transform: lowercase;
}
.section-title {
  font-size: 14px;
  font-weight: normal;
  color: #151515;
  margin: 0 0 5px;
}
/* Pager */
.pager {
  margin: 15px 0;
  font-size: 11px;
  padding: 3px 20px;
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #333;
}
.pager p {
  margin: 0 !important;
}
.pager select {
  padding: 0;
  margin-bottom: 1px;
}
.pager .amount {
  float: left;
  line-height: 20px;
}
.pager .amount strong {
  font-weight: normal;
}
.pager .limiter {
  float: right;
  line-height: 20px;
}
.pager .pages {
  margin: 0 135px;
  text-align: center;
  color: #333;
  line-height: 20px;
}
.pager .pages a {
  color: #8c8c8c;
  text-decoration: underline;
}
.pager .pages a:hover {
  color: #8c8c8c;
  text-decoration: none;
}
.pager .pages ol,
.pager .pages li {
  display: inline;
  padding: 0 2px;
}
.pager .pages .current {
  font-weight: bold;
}
.pager .pages .i-previous,
.pager .pages .i-next {
  text-decoration: none !important;
  vertical-align: middle;
}
.pager-only {
  clear: both;
}
.pager-only .pages {
  margin: 0;
}
/* Sorter */
.sorter {
  font-size: 11px;
  margin: 0 0 0;
  padding: 3px 20px;
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  color: #333;
}
.sorter p {
  margin: 0;
}
.sorter select {
  padding: 0;
  margin-bottom: 1px;
}
.sorter .view-mode {
  float: left;
  line-height: 20px;
  white-space: nowrap;
}
.sorter .view-mode label {
  float: left;
  margin: 0 5px 0 0;
}
.sorter .view-mode a.list-fix,
.sorter .view-mode a.list,
.sorter .view-mode strong.list-fix,
.sorter .view-mode strong.list,
.sorter .view-mode a.grid-fix,
.sorter .view-mode a.grid,
.sorter .view-mode strong.grid-fix,
.sorter .view-mode strong.grid {
  float: left;
  width: 24px;
  height: 17px;
  text-align: left;
  text-indent: -999em;
  overflow: hidden;
  margin: 2px 0 0;
}
.sorter .view-mode a.list {
  background-position: -24px 0;
}
.sorter .view-mode strong.list {
  background-position: -24px -29px;
}
.sorter .view-mode a.grid {
  background-position: 0 0;
}
.sorter .view-mode strong.grid {
  background-position: 0 -29px;
}
.sorter .view-mode a.list-fix {
  background-position: 0 -58px;
}
.sorter .view-mode strong.list-fix {
  background-position: 0 -87px;
}
.sorter .view-mode a.grid-fix {
  background-position: -24px -58px;
}
.sorter .view-mode strong.grid-fix {
  background-position: -24px -87px;
}
.sorter .sort-by {
  float: right;
  line-height: 20px;
}
/* Toolbar */
.toolbar {
  margin-top: -1px;
}
.toolbar .pager {
  margin: 0 0 0;
  border-width: 1px 0;
}
.toolbar-bottom {
  display: none;
}
/* Data Table */
.table-caption {
  border: 1px solid #ddd;
  border-bottom: 0;
  margin: -1px 0 0;
  background: #fff;
  font: 14px/1.25 Arial, Helvetica, sans-serif;
  padding: 3px 7px 4px;
  color: #444;
}
.table-caption a {
  font-size: 11px;
  text-transform: lowercase;
}
.data-table {
  border: 1px solid #d9d9d9;
  border-bottom: 0;
  width: 100%;
  border-collapse: separate;
}
.data-table th {
  padding: 5px 12px;
  color: #2d2d2d;
  border-bottom: 1px solid #d9d9d9;
  font-weight: normal;
  text-transform: uppercase;
  white-space: nowrap;
}
.data-table td {
  padding: 5px 12px;
}
.data-table thead {
  background: #e8e8e8;
  font-size: 11px;
}
.data-table tfoot {
  background-color: #ededed;
}
.data-table tfoot td {
  padding: 5px 12px;
}
.data-table tfoot th {
  border: none;
  text-transform: none;
}
.data-table tr.last th,
.data-table tr.last td {
  border-bottom: 1px solid #d9d9d9;
}
.data-table tr.odd {
  background-color: #fff;
}
.data-table tr.even {
  background-color: #fafafa;
}
.data-table tbody.odd td {
  border-width: 0 1px;
}
.data-table tbody.even {
  background-color: #f5f5f5;
}
.data-table tbody.even td {
  border-width: 0 1px;
}
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td {
  border-bottom-width: 1px;
}
.data-table th .tax-flag {
  white-space: nowrap;
  font-weight: normal;
}
.data-table td.label,
.data-table th.label {
  font-weight: bold;
  text-transform: none;
  border-color: #fff;
  background-color: #f7f7f7;
}
.data-table td.value {
  float: none !important;
}
.page-popup .data-table td,
.page-popup .data-table th {
  border-bottom: 1px solid #d9d9d9;
}
.page-popup .buttons-set .button {
  float: right;
}
/* Shopping cart total summary row expandable to details */
tr.summary-total {
  cursor: pointer;
}
tr.summary-total .summary-collapse {
  float: right;
  text-align: right;
  padding-left: 20px;
  cursor: pointer;
}
tr.show-details .summary-collapse {
  background-position: 0 -53px;
}
tr.summary-details td {
  background-color: #ede9e6;
  font-size: 12px;
}
tr.summary-details-excluded {
  font-style: italic;
}
/* Shopping cart tax info */
.cart-tax-info,
.cart-tax-info .cart-price {
  display: block;
  padding-right: 20px;
}
.cart-tax-total {
  display: block;
  padding-right: 20px;
  cursor: pointer;
}
.cart-tax-total-expanded {
  background-position: 100% -54px;
}
/* Links */
ul.links,
ul.links li {
  display: inline;
}
ul.links li .separator {
  margin: 0 2px 0 5px;
  font-size: 10px;
  color: #8f8f8f;
}
ul.links li.last .separator {
  display: none;
}
/* Class: std - styles for admin-controlled content */
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote,
.std table {
  margin-bottom: 1em;
}
.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;
}
.std hr {
  margin: 1.5em 0;
  color: #d9d9d9;
}
.std table {
  width: 100%;
}
.std table thead {
  background: #e8e8e8;
}
.std table th {
  background: #e8e8e8;
  font-weight: bold;
}
.std table th,
.std table td {
  padding: 5px 10px;
  border: 1px solid #d9d9d9;
}
.std .text-container {
  background-color: #eef3f7;
  padding: 15px;
  border: 1px solid #cfcfcf;
}
ul.disc li {
  padding-left: 10px;
}
.std ul.disc li {
  padding-left: 0;
  background: none;
}
/* Misc */
.link-print {
  padding: 2px 0 2px 25px;
  white-space: nowrap;
}
.link-cart {
  font-size: 11px;
  font-weight: bold;
  color: #c73615;
  text-decoration: underline;
}
.link-cart:hover {
  color: #c73615;
  text-decoration: none;
}
.data-table .btn-remove {
  display: block;
  margin: 0 auto;
  width: 13px;
  height: 12px;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
}
.divider {
  margin: 16px 0;
  background: #e7e7e7;
  font-size: 0;
  line-height: 0;
  height: 1px;
  overflow: hidden;
}
/* Noscript Notice */
.noscript {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  border: 1px solid #cfcfcf;
  border-width: 0 0 1px;
  background: #ffff90;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
  color: #2f2f2f;
  z-index: 10;
}
.noscript .noscript-inner {
  width: 940px;
  margin: 0 auto;
  padding: 12px 0 12px;
}
.noscript p {
  margin: 0;
}
/* ======================================================================================= */
/* Header ================================================================================ */
.logo {
  float: left;
}
.header .logo {
  text-decoration: none !important;
}
.header .logo strong {
  position: absolute;
  top: -999em;
  left: -999em;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
}
.header-panel {
  text-align: center;
  z-index: 994;
  background: #fff;
  line-height: 28px;
  padding: 0 0 0 11px;
}
.header-panel .links {
  float: left;
  line-height: 28px;
  margin-right: 11px;
  white-space: nowrap;
}
.header-panel .links li a {
  color: #1e75b4;
}
.header-panel .links li a:hover {
  color: #d33911;
}
.switches {
  float: right;
  background: #fff;
  padding: 0 0 1px 0;
}
.header .search-mini-form-wrapper {
  float: right;
  margin-top: -5px;
}
/* Sidebar =============================================================================== */
.sidebar .callout {
  display: block;
  margin: 10px 0;
}
/* Generic Block */
.sidebar .block {
  border-bottom: 1px solid #cfcfcf;
  background: #f5f5f5;
}
.sidebar .block .block-title {
  padding: 17px 17px 0 17px;
}
.sidebar .block .block-title strong {
  display: block;
  font: 14px/1.25 Arial, Helvetica, sans-serif;
  padding: 0;
  color: #222;
  text-transform: uppercase;
}
.sidebar .block .block-title strong small {
  font-size: 12px;
  color: #777;
}
.sidebar .block .block-subtitle,
.sidebar .block h3 {
  font-size: 1em;
  font-weight: bold;
  color: #555;
}
.sidebar .block .block-content {
  padding: 10px 17px 17px;
  color: #555;
}
.sidebar .block .btn-remove {
  color: #222;
  margin-right: 3px;
}
.sidebar .block .btn-remove a {
  color: #222 !important;
  text-decoration: none !important;
}
.sidebar .block .actions {
  margin: 8px 0 0;
  text-align: right;
}
.sidebar .block .actions a {
  float: left;
  color: #999;
  margin-top: 3px;
}
.sidebar .block .actions button.button {
  float: right;
}
.sidebar .block li a.btn-remove {
  float: right;
  width: 13px;
  height: 0;
  padding-top: 12px;
  margin-top: 3px;
  overflow: hidden;
}
.col-main .block {
  background: #fff;
}
.col-main .block .block-title {
  background: #e7e7e7;
  border: 1px solid #e1e1e1;
  padding: 5px 20px 5px;
  margin: 0 -1px;
}
.col-main .block .block-title h2,
.col-main .block .block-title h3 {
  font-size: 14px;
  line-height: 1.2;
  color: #000333;
  font-weight: bold;
}
.col-main .block .block-content {
  padding: 20px;
}
/* Generic box */
.info-box {
  border: 1px solid #cfcfcf;
  margin-top: -1px;
  background: #f5f5f5;
  position: relative;
  z-index: 1;
}
.info-box .box-title {
  margin: 17px 17px 0 17px;
  font: 14px/1.25 Arial, Helvetica, sans-serif;
  padding: 0;
  color: #222;
}
.info-box .box-title a {
  font-size: 11px;
  text-transform: lowercase;
}
.info-box .box-content {
  padding: 10px 17px 17px;
  color: #555;
}
.info-table th {
  font-weight: bold;
  padding: 2px 15px 2px 0;
}
.info-table td {
  padding: 2px 0;
}
/* Block: Account */
.sidebar .block.block-account {
  background: #f1f6fa;
  border: 1px solid #d9d9d9;
}
.sidebar .block-account .block-title {
  padding: 26px 17px 12px;
}
.sidebar .block-account .block-title strong {
  font-size: 18px;
  line-height: 23px;
  color: #d63200;
}
.sidebar .block-account .block-content {
  padding: 0;
}
.sidebar .block-account li {
  font-size: 12px;
  padding-bottom: 1px;
}
.sidebar .block-account li a {
  color: #0062a1;
  text-decoration: none;
  display: block;
  padding: 5px 13px 4px;
}
.sidebar .block-account li a:hover {
  color: #d63200;
  background-color: #f7eedb;
  color: #000;
  text-decoration: none;
}
.sidebar .block-account li.current {
  font-weight: bold;
  border: 1px solid #d1d1d1;
  border-width: 1px 0;
  color: #83b817;
  padding: 5px 13px 4px 14px;
  margin: -1px -1px 0 0;
}
.sidebar .block-account li.last {
  border-bottom: 0;
  background-image: none;
}
/* Block: Layered Navigation */
.sidebar .block-layered-nav .block-title {
  padding: 26px 17px 12px;
  /* border-bottom:1px solid #d1d1d1; */
}
.sidebar .block-layered-nav .block-title h2 {
  font-size: 18px;
  color: #111;
}
.sidebar .block-layered-nav .block-subtitle {
  display: none;
}
.sidebar .block-layered-nav dt {
  margin: 2px 0 0;
  font-weight: bold;
  font-size: 12px;
  color: #222;
}
.sidebar .block-layered-nav dd {
  margin: 0 0 13px;
  color: #666;
}
.sidebar .block-layered-nav dd.last {
  margin: 0;
}
.sidebar .block-layered-nav dd li {
  margin: 0px 0;
}
.sidebar .block-layered-nav dd a {
  color: #222;
  text-decoration: none;
}
.sidebar .block-layered-nav dd a:hover {
  text-decoration: underline;
}
.sidebar .block-layered-nav .currently {
  border: 1px solid #d1d1d1;
  border-width: 1px 0;
  padding: 10px 10px 10px 17px;
  margin-bottom: -1px;
  background: #f4f4f4;
}
.sidebar .block-layered-nav .currently .block-subtitle {
  display: block;
}
.sidebar .block-layered-nav .currently li {
  padding: 5px 0;
  color: #444;
}
.sidebar .block-layered-nav .currently .label {
  font-weight: bold;
  color: #d33911;
  font-size: 12px;
}
.sidebar .block-layered-nav .actions {
  text-align: left;
  padding-right: 7px;
  display: none;
}
/* Block: Cart */
.sidebar .block-cart .block-title {
  background: #363636;
  padding: 7px 17px;
}
.sidebar .block-cart .block-title strong {
  font-weight: bold;
  color: #fff;
}
.sidebar .block-cart .summary {
  margin: 0 -17px;
  padding: 0 12px 5px;
  background: #363636;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
}
.sidebar .block-cart .summary a {
  font-weight: bold;
  color: #fff;
}
.sidebar .block-cart .summary .subtotal {
  margin: 3px 0 0;
}
.sidebar .block-cart .summary .subtotal .price {
  font-weight: bold;
}
.sidebar .block-cart .actions {
  margin: 8px 0 13px;
  text-align: center;
}
.sidebar .block-cart .actions button.button {
  float: none;
}
.sidebar .block-cart .block-content {
  padding-top: 0;
}
.sidebar .block-cart .block-content table {
  margin: 5px 0 0 0;
}
.sidebar .block-cart .block-content table th {
  padding: 1px 5px 1px 0;
  color: #8f8f8f;
  text-align: right;
}
.sidebar .block-cart .block-content table td {
  text-align: left;
  padding: 1px 0;
}
.sidebar .block-cart li a.btn-remove {
  float: none;
  background: none;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  overflow: visible;
}
/* Block: List */
.block-list .block-content ol {
  margin: -5px -13px;
}
.block-list li.item {
  padding: 5px 10px 5px 13px;
}
.block-list .actions {
  padding: 5px 0 0;
}
.sidebar .block-list .product-name {
  font: normal 11px/1.25 Arial, Helvetica, sans-serif;
  color: #444;
}
.sidebar .block-list .product-name a {
  color: #444;
}
/* 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;
  font-size: 11px;
  font-weight: normal;
}
/* Block: Banner */
.block-banner {
  border: 0;
  margin: 10px 0;
}
.block-banner .block-content {
  border-top: 0;
  padding: 0;
  background: #cbcbcb;
  text-align: center;
}
.top-container .block-banner {
  background: #d0d0d0;
  margin: 0;
}
/* Paypal */
.sidebar .paypal-logo {
  display: block;
  margin: 10px 0;
  text-align: center;
}
/* ======================================================================================= */
/* Category Page ========================================================================= */
.category-view {
  margin: 0 -20px -20px;
}
.category-title {
  margin-bottom: 0;
  border: 1px solid #cfcfcf;
  border-bottom: 0;
  text-align: left;
}
.results-view {
  margin: 0 -20px -20px;
}
.results-view .recommendations {
  padding: 20px 20px 0;
}
.catalogsearch-result-index .page-title {
  margin-bottom: 0;
}
.catalogsearch-result-index .note-msg {
  margin: 20px 0;
}
.sidebar .category-title {
  margin: 0;
}
.category-image {
  text-align: center;
  margin: 0 0 1px;
}
.category-image img {
  display: block;
  margin: 0 auto;
}
.category-products {
  padding: 25px 0 0;
}
.category-products .price-box {
  font-size: 12px;
}
.results-view .category-products ul.products-grid {
  margin-left: 20px;
}
/* View Type: Grid */
.products-grid {
  padding: 0 0 0 20px;
  margin: 0 0 40px 0;
}
.products-grid li.item {
  float: left;
  width: 164px;
  margin-right: 20px;
  overflow: hidden;
}
.products-grid li.last {
  margin-right: 0;
}
.products-grid .product-image {
  display: block;
  text-decoration: none !important;
  margin: 0 auto 10px;
  position: relative;
  width: 135px;
}
.products-grid .ratings {
  text-align: left;
  line-height: 13px;
}
.products-grid .rating-links {
  display: block;
  padding: 2px 0 0;
  clear: both;
}
.products-grid .price-box {
  margin: 5px 0 10px;
  clear: both;
}
.products-grid .special-price {
  font-size: 12px;
}
/* ======================================================================================= */
/* Product View ========================================================================== */
.catalog-product-view .col1-layout .col-main {
  padding-top: 0;
}
.col2-left-layout .product-view,
.col2-right-layout .product-view {
  background: none;
  width: 755px;
}
.col2-left-layout .product-view .product-shop,
.col2-left-layout .product-view .product-collateral,
.col2-right-layout .product-view .product-shop,
.col2-right-layout .product-view .product-collateral {
  float: none;
  width: 695px;
}
.col2-left-layout .product-view .product-img-box,
.col2-right-layout .product-view .product-img-box {
  float: none;
  width: auto;
}
.col2-left-layout .product-view .product-img-box .product-image,
.col2-right-layout .product-view .product-img-box .product-image {
  margin: 0 auto;
}
.col3-layout .product-view {
  background: none;
  width: 572px;
}
.col3-layout .product-view .product-shop,
.col3-layout .product-view .product-collateral {
  float: none;
  width: 512px;
}
.col3-layout .product-view .product-img-box {
  float: none;
  width: auto;
}
.col3-layout .product-view .product-img-box .product-image {
  margin: 0 auto;
}
.product-view {
  background: #fff;
  border-top: 1px solid #cfcfcf;
  margin: -1px -20px -20px;
  float: left;
  width: 938px;
}
#messages_product_view {
  margin: 0 -20px;
  position: relative;
  z-index: 1;
}
#messages_product_view .messages {
  margin: 0 0 1px;
  width: 98%;
}
#messages_product_view .messages li {
  margin: 0;
  position: relative;
  z-index: 1;
}
.product-collateral {
  float: right;
  clear: right;
  width: 416px;
  padding: 30px;
}
.product-collateral .emailto-link {
  font-size: 11px;
  margin: 0;
  padding-left: 12px;
}
.box-collateral {
  background: #fff;
}
.box-collateral .box-title {
  background: #e7e7e7;
  border: 1px solid #e1e1e1;
  padding: 5px 20px 5px;
  margin: 0 -1px;
}
.box-collateral .box-title h2 {
  font-size: 14px;
  line-height: 1.2;
  color: #000333;
  font-weight: bold;
}
.box-collateral .box-content {
  padding: 20px;
}
.tab-list {
  position: relative;
}
.tab-list .tab {
  float: left;
  cursor: pointer;
}
.tab-list .active {
  cursor: default;
}
.tab-list .tab-container {
  position: absolute;
  left: 0;
  width: 100%;
}
.collateral-tabs {
  margin: 0;
}
.collateral-tabs .tab {
  position: relative;
  z-index: 2;
  margin-right: 3px;
  background: #dedede;
  color: #222;
  padding: 0 0 0 17px;
  font-size: 12px;
}
.collateral-tabs .tab span {
  padding: 0 17px 0 0;
  line-height: 24px;
  float: left;
}
.collateral-tabs .active {
  color: #000;
  font-weight: bold;
  z-index: 3;
  border-bottom: 0;
  background: #fff;
}
.collateral-tabs .active span {
  background-position: 100% 0;
  padding-bottom: 1px;
}
.collateral-tabs .tab-container {
  z-index: 1;
  top: 24px;
  background: #fff;
}
.collateral-tabs .tab-content {
  padding: 30px 25px;
  background: #fff;
  border: 1px solid #c4c4c4;
  font-size: 12px;
}
.collateral-tabs .tab-content object,
.collateral-tabs .tab-content embed {
  width: 100% !important;
  height: auto !important;
}
/* Product Images */
.product-view .product-img-box {
  float: left;
  width: 370px;
  padding: 26px 46px 26px 45px;
}
.product-view .product-img-box .product-image img {
  background: #fff;
}
/*IE8 PNG Fix */
.product-view .product-img-box p.notice {
  text-align: center;
  padding: 5px 0;
  font-size: 11px;
}
.product-view .product-img-box .product-image {
  position: relative;
  width: 370px;
  height: 370px;
  overflow: hidden;
  z-index: 3;
}
.product-view .product-img-box .product-image-zoom {
  position: relative;
  width: 370px;
  height: 370px;
  overflow: hidden;
  z-index: 3;
}
.product-view .product-img-box .product-image-zoom img {
  position: absolute;
  left: 0;
  top: 0;
  cursor: move;
}
.product-view .product-img-box .zoom-notice {
  text-align: center;
}
.product-view .product-img-box .zoom {
  position: relative;
  z-index: 9;
  height: 18px;
  margin: 0 auto 13px;
  padding: 0 28px;
  cursor: pointer;
}
.product-view .product-img-box .zoom #track {
  position: relative;
  height: 18px;
}
.product-view .product-img-box .zoom #handle {
  position: absolute;
  left: 0;
  top: -1px;
  width: 9px;
  height: 22px;
}
.product-view .product-img-box .zoom .btn-zoom-out {
  position: absolute;
  left: 2px;
  top: 0;
}
.product-view .product-img-box .zoom .btn-zoom-in {
  position: absolute;
  right: 2px;
  top: 0;
}
.product-view .product-img-box .more-views {
  margin: 10px 0 0;
  padding: 0 0 0;
}
.product-view .product-img-box .more-views h2 {
  display: none;
}
.product-view .product-img-box .more-views li {
  float: left;
  border: 1px solid #ddd;
  margin: 0 6px 6px 0;
}
.product-image-popup {
  margin: 0 auto;
}
.product-image-popup .buttons-set {
  clear: none;
  line-height: 28px;
  margin: 0 0 10px;
  float: right;
  width: 150px;
  text-align: right;
}
.product-image-popup .buttons-set .button {
  vertical-align: middle;
  float: none;
}
.product-image-popup .image {
  display: block;
  clear: both;
  margin: 15px auto 15px;
}
.product-image-popup .image-label {
  font-size: 14px;
  text-align: left;
  clear: both;
  font-weight: normal;
  color: #000;
  line-height: 19px;
  margin: 0 0 10px;
}
.product-image-popup .nav {
  text-align: center;
  margin: 0 auto;
  width: 120px;
}
.product-image-popup .nav .prev,
.product-image-popup .nav .next {
  margin: 0 15px;
  display: inline;
  text-indent: -999em;
  cursor: pointer;
  width: 28px;
  height: 28px;
  z-index: 2;
  overflow: hidden;
  float: left;
}
.product-image-popup .nav .prev {
  left: -19px;
  float: left;
}
.product-image-popup .nav .next {
  right: -19px;
  float: right;
  background-position: 0 -40px;
}
/* jQzoom */
div.jqZoomTitle {
  z-index: 5000;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background: #999;
}
.jqZoomPup {
  overflow: hidden;
  background-color: #fff;
  z-index: 10;
  border-color: #fff;
  border-style: solid;
  cursor: crosshair !important;
  /* -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; -moz-opacity:0.6; opacity:0.6; */
}
a.product-image {
  cursor: pointer !important;
}
p.product-image {
  cursor: default !important;
}
.jqZoomPup img {
  border: 0;
}
.preload {
  text-decoration: none;
  border: 1px solid #ccc;
  padding: 8px;
  text-align: center;
  background: #fff;
  width: 90px;
  height: 43px;
  z-index: 10;
  position: absolute;
  top: 3px;
  left: 3px;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.jqZoomWindow {
  border: 1px solid #ccc;
  background-color: #fff;
}
/* Product Shop */
.product-view .product-shop {
  float: right;
  width: 416px;
  padding: 0 30px;
}
.product-view .product-shop .product-main-info {
  margin: 0 -30px 30px;
  padding: 20px 30px 5px;
  background: #f6f6f6;
  border-bottom: 1px solid #cfcfcf;
}
.product-view .product-shop p,
.product-view .product-shop .ratings {
  margin: 10px 0;
}
.product-view .product-shop .ratings p {
  margin: 0;
}
.product-view .product-shop .availability {
  font-size: 12px;
}
.product-view .product-shop .price-box {
  margin: 10px 0;
}
.product-view .product-shop .price-box .price-label {
  font-size: 11px;
}
.product-view .product-shop .price-box .price-as-configured .price-label {
  font-size: 12px;
}
.product-view .product-shop .price-box .price-as-configured .price {
  color: #e55100;
  font-size: 14px;
}
.product-view .product-shop .price-box .price-including-tax .price,
.product-view .product-shop .price-box .regular-price .price {
  color: #111;
  font-size: 14px;
}
.product-view .product-shop .price-box .special-price .price-label,
.product-view .product-shop .price-box .special-price .price {
  font-size: 14px;
  color: #c73615;
}
.product-view .product-shop .price-box .price-as-configured .price-including-tax .price {
  color: #e55100;
}
.product-view .product-shop .price-box .price-as-configured .price-excluding-tax .price {
  color: #222;
  font-size: 11px;
}
.product-view .product-shop .price-box p {
  margin: 4px 0;
}
.product-view .product-shop .add-to-links {
  margin: 10px 0;
}
.product-view .short-description {
  padding: 10px 0;
  clear: both;
  font-size: 12px;
  display: none;
}
.product-view .short-description h2 {
  margin: 0 0 5px;
  font-size: 13px;
}
.product-view .product-shop .add-to-cart {
  float: left;
  padding: 2px 15px 10px 0;
}
/* Availability */
.availability {
  font-weight: bold;
  visibility: hidden;
}
.availability.in-stock span {
  color: #1b6800;
}
.availability.out-of-stock span {
  color: #cf3a00;
}
.availability.out-of-stock {
  visibility: visible;
}
.availability-only {
  margin: 10px 0 7px;
  line-height: 16px;
  padding-left: 15px;
}
.availability-only span,
.availability-only a {
  border-bottom: 1px dashed #751d02;
  color: #000;
}
.availability-only a {
  cursor: pointer;
  padding-right: 15px;
  text-decoration: none;
}
.availability-only .expanded {
  background-position: 100% -15px;
}
.availability-only strong {
  color: #d12c01;
}
.availability-only-details {
  margin: 0 0 7px;
  border: 1px solid #d9d9d9;
}
.availability-only-details thead {
  background: #e8e8e8;
}
.availability-only-details th,
.availability-only-details td {
  padding: 2px 8px;
}
.availability-only-details th {
  border-bottom: 1px solid #d9d9d9;
  font-size: 10px;
  text-transform: uppercase;
}
.availability-only-details td {
  background: #fff;
  font-size: 11px;
}
.availability-only-details tr.odd td.last {
  color: #d95e00;
  font-weight: bold;
}
/********** < Product Prices */
.price {
  white-space: nowrap !important;
}
.price-incl-tax .price-box .price {
  font-weight: bold;
}
/* Regular price */
.regular-price .price {
  font-weight: bold;
}
/* Old price */
.old-price {
  text-decoration: line-through;
  color: #989696;
}
.old-price .price-label {
  white-space: nowrap;
  color: #989696;
}
.old-price .price {
  font-weight: normal;
  text-decoration: line-through;
  color: #989696;
}
.sidebar .old-price .price-label {
  display: none !important;
}
/* Special price */
.special-price .price-label {
  white-space: nowrap;
  color: #c73615;
  font-weight: bold;
}
.special-price .price {
  font-weight: bold;
  color: #c73615;
}
.sidebar .special-price .price-label {
  display: none !important;
}
/* Minimal price (as low as) */
.minimal-price .price-label {
  white-space: nowrap;
}
.minimal-price-link {
  display: block;
  margin: 5px 0;
  text-decoration: none;
}
a.minimal-price-link:hover {
  text-decoration: underline;
}
.minimal-price-link .label {
  font-weight: bold;
}
.minimal-price-link .price {
  font-weight: bold;
}
/* Excluding tax */
.price-excluding-tax {
  display: block;
}
.price-excluding-tax .label {
  white-space: nowrap;
}
.price-excluding-tax .price {
  font-weight: normal;
  display: block;
  font-size: 11px;
  margin-bottom: 3px;
}
/* Including tax */
.price-including-tax {
  display: block;
}
.price-including-tax .label {
  white-space: nowrap;
}
.price-including-tax .price {
  font-weight: bold;
  display: block;
  font-size: 11px;
  margin-bottom: 3px;
}
/* FPT */
.weee {
  display: block;
  font-size: 11px;
}
.weee .price {
  font-size: 11px;
  font-weight: bold;
}
/* Excl tax (for order tables) */
.price-excl-tax {
  display: block;
  font-size: 12px;
}
.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-label {
  white-space: nowrap;
}
.price-from .price {
  white-space: nowrap;
}
.price-to .price {
  white-space: nowrap;
}
.price-to .price-label {
  white-space: nowrap;
}
/* Price as configured */
.price-as-configured .price-label {
  white-space: nowrap;
}
.price-as-configured .price {
  font-size: 14px;
  color: #e55100;
}
/* Price notice next to the options */
.price-notice {
  padding-left: 10px;
}
.price-notice .price {
  font-weight: bold;
}
/********** Product Prices > */
/* Tier Prices */
.product-pricing {
  background: #fbf4de;
  border: 1px solid #e2d4c7;
  padding: 8px;
  margin: 20px 0;
}
.product-pricing li {
  line-height: 1.35;
  margin: 2px 0;
}
.product-pricing li .price {
  font-weight: bold;
}
.product-pricing li .benefit {
  font-weight: bold;
}
/* Add to Links */
.add-to-links {
  margin: 5px 0 0;
  font-size: 11px;
}
.add-to-links li {
  margin: 2px 0;
}
.add-to-links a {
  color: #999;
}
.add-to-links .separator {
  display: none;
}
/* Add to Cart */
.add-to-cart label {
  font-size: 12px;
  vertical-align: middle;
  font-weight: bold;
  margin-right: 5px;
  text-transform: capitalize;
}
.add-to-cart .qty {
  vertical-align: middle;
  margin-right: 10px;
  width: 60px;
}
.add-to-cart .paypal-logo {
  clear: left;
  text-align: right;
}
.add-to-cart .paypal-logo .paypal-or {
  clear: both;
  display: block;
  margin: 5px 60px 5px 0;
}
/* On product view */
.product-view .product-essential button.btn-cart span,
.add-to-cart button.btn-cart span {
  padding: 0 0 0 13px !important;
  height: 27px !important;
}
.product-view .product-essential button.btn-cart span span,
.add-to-cart button.btn-cart span span {
  border: 0;
  padding: 1px 32px 0 19px !important;
  color: #fff;
  font: bold 15px/26px Arial, Helvetica, sans-serif !important;
  height: 26px;
  text-transform: none;
}
.product-view .product-essential button.btn-gr span span,
.add-to-cart button.btn-gr span span {
  font-size: 14px !important;
  padding: 1px 18px 0 10px !important;
}
.product-view .add-to-cart .paypal-logo {
  margin: 0;
}
/* Add to Links + Add to Cart */
.add-to-box .add-to-links {
  margin: 0 !important;
}
.add-to-box .add-to-links li {
  margin: 0 0 2px;
}
/* Product Options */
.product-options {
  margin: 10px 0 0;
}
.product-options dt label {
  font-weight: bold;
  font-size: 12px;
}
.product-options dt .qty-holder {
  float: right;
}
.product-options dt .qty-holder label {
  vertical-align: middle;
}
.product-options dt .qty-disabled {
  background: none;
  border: 0;
  padding: 3px;
  color: #000;
}
.product-options dd {
  margin: 5px 0 15px;
  padding: 0 0 12px;
  border-bottom: 1px solid #e7e7e7;
}
.product-options dd .input-box {
  display: block;
  padding-right: 20px;
}
.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 .time-picker select {
  vertical-align: middle;
}
.product-options dd textarea {
  width: 98%;
  height: 8em;
}
.product-options dd select {
  width: 100%;
}
.product-options .options-list li {
  vertical-align: middle;
  margin: 0;
  padding: 2px 0;
  line-height: 1.315;
}
.product-options .options-list input.radio {
  float: left;
  margin: 2px -18px 0 0;
}
.product-options .options-list input.checkbox {
  float: left;
  margin: 2px -20px 0 0;
}
.product-options .options-list .label {
  display: block;
  margin-left: 20px;
}
.product-options .validation-error .options-list,
.product-options ul.validation-failed {
  padding: 2px 1px !important;
  position: relative;
  z-index: 2;
  top: -3px;
  left: -2px;
  margin-right: -2px;
}
.options-container-small .product-options .validation-error .options-list,
.options-container-small .product-options ul.validation-failed {
  padding: 0 1px !important;
  position: relative;
  z-index: 2;
  top: -1px;
  left: -2px;
  margin-right: -2px;
}
.product-options li {
  margin: 3px 0;
}
.product-view .product-options-bottom .product-pricing {
  clear: both;
}
.product-view .product-options-bottom {
  padding: 0;
  margin: 0 0 5px;
}
.product-view .product-options-bottom .add-to-cart {
  float: left;
  padding-bottom: 20px;
}
.product-view .product-options-bottom .price-box {
  margin: 0 !important;
  float: right;
}
.product-view .product-options-bottom p.required {
  padding: 5px 0 0;
  clear: both;
  text-align: right;
  width: auto;
}
/* Options in product info column */
.options-container-small {
  margin: 20px 0 0;
}
.options-container-small .product-options-bottom {
  float: left;
}
.options-container-small .product-pricing {
  display: none;
}
.options-container-small .price-box {
  display: none;
}
.options-container-small .add-to-cart {
  padding: 13px 15px 0 0 !important;
}
.options-container-small .product-options-bottom p.required {
  padding: 0 0 0 90px;
  width: auto;
  float: left;
  clear: left;
  text-align: left;
}
.options-container-small dt {
  clear: left;
  float: left;
  line-height: 1.2;
  width: 10em;
  padding: 3px 5px 3px 0;
  margin: 0 0 8px;
}
.options-container-small dd {
  float: left;
  width: 275px;
  border-bottom: 0;
  padding: 0;
  margin: 0 0 8px;
}
.options-container-small .product-options {
  margin: 0 0 0;
}
/* Options after product info column */
.options-container-big {
  clear: both;
  background: #fff;
  padding: 20px;
  border-top: 1px solid #cfcfcf;
  border-width: 1px 0;
}
/* Bundle product - alternative view */
#customizeTitle {
  margin: 0;
}
.product-options .bundle-summary {
  font-size: 11px;
}
.bundleProduct .product-options {
  font-size: 12px;
  margin-top: 0;
}
.bundleProduct .product-options-bottom {
  padding: 0;
  font-size: 12px;
  margin: 0 0 5px;
  line-height: 27px;
}
.bundleProduct .product-options-bottom .add-to-cart {
  float: right;
  margin: 0 0 0 20px;
}
.bundleProduct .product-options-bottom .price-box {
  margin: 0;
  float: right;
}
.bundleProduct .product-options-bottom p.required {
  padding: 5px 0 0;
  width: auto;
  clear: both;
  text-align: right;
}
.with-bundle {
  position: relative;
  z-index: 1;
  background: #fff;
}
/**/
#bundle-product-wrapper {
  margin: -1px -20px -20px;
  border-top: 1px solid #cfcfcf;
  float: left;
  width: 938px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#bundleProduct {
  width: 1877px;
  background: #fff;
  position: relative;
}
#productView {
  margin: 0;
  position: static;
  border: 0;
}
#options-container {
  min-height: 510px;
  width: 938px;
  position: relative;
  z-index: 2;
  float: right;
  border-left: 1px solid #cfcfcf;
  background: #ffffff repeat-y 460px 0;
  left: -1px;
}
#options-container h1 {
  text-align: left;
}
/* Bundle Product 2 column design */
.col2-left-layout #bundle-product-wrapper,
.col2-right-layout #bundle-product-wrapper {
  width: 755px;
}
.col2-left-layout #bundleProduct,
.col2-right-layout #bundleProduct {
  background-position: 574px 0;
  width: 1511px;
}
.col2-left-layout #options-container,
.col2-right-layout #options-container {
  background-position: 277px 0;
  left: -1px;
  width: 755px;
}
.col2-left-layout #options-container .product-options,
.col2-left-layout #options-container .product-options-bottom,
.col2-right-layout #options-container .product-options,
.col2-right-layout #options-container .product-options-bottom {
  width: 420px;
}
.col2-left-layout .bundle-summary,
.col2-right-layout .bundle-summary {
  left: 460px;
}
/* Bundle Product 3 column design */
.col3-layout #bundle-product-wrapper,
.col3-layout #options-container {
  width: 572px;
}
.col3-layout #bundleProduct {
  background-position: 390px 0;
  width: 1144px;
}
.col3-layout #options-container {
  background-position: 94px 0;
}
.col3-layout #productView {
  margin-right: -10px;
}
.col3-layout #options-container .product-options,
.col3-layout #options-container .product-options-bottom {
  width: 237px;
}
.col3-layout #options-container .product-options-bottom .price-box {
  float: none;
}
.col3-layout .bundle-summary {
  left: 277px;
}
#options-container .product-options {
  font-size: 12px;
  margin-top: 0;
  font-size: 11px;
  margin: 0;
  width: 600px;
  padding: 20px 20px 0;
  clear: both;
  position: relative;
  z-index: 1;
}
#options-container .product-options-bottom {
  padding: 0 20px 20px;
  width: 600px;
  font-size: 12px;
  margin: 0 0 5px;
  line-height: 27px;
}
#options-container .product-options-bottom .add-to-cart {
  float: right;
  margin: 0 0 0 20px;
}
#options-container .product-options-bottom .price-box {
  margin: 0;
  float: right;
}
#options-container .product-options-bottom p.required {
  padding: 5px 0 0;
  width: auto;
  clear: both;
  text-align: right;
}
.bundle-summary {
  position: absolute;
  z-index: 2;
  left: 643px;
  margin-top: -1px;
  background: #fff;
  width: 296px;
}
.bundle-summary .product {
  background: #f6f6f6;
  border-bottom: 1px solid #ddd;
  padding: 14px 20px;
}
.bundle-summary .product-image {
  border: 1px solid #d6d6d6;
  float: left;
  margin: 0 -60px 0 0;
}
.bundle-summary .product-details {
  margin-left: 60px;
  padding: 0 0 0 13px;
}
.bundle-summary .product-details p.availability {
  margin: 5px 0;
  font-weight: bold;
  font-size: 12px;
}
.bundle-summary .product-name {
  font-size: 16px;
  color: #111;
}
.bundle-summary .summary h4 {
  font-size: 14px;
  color: #333;
}
.bundle-summary .summary ul {
  margin: 6px 0 10px;
}
.bundle-summary .summary li {
  margin: 0;
  padding: 11px 0 7px;
}
/* Grouped Product */
.groped-product-type {
  position: relative;
  z-index: 2;
  margin: 20px -30px -20px;
  background: #fff;
  border-top: 1px solid #cfcfcf;
  padding: 20px 30px 0;
}
.grouped-items td {
  vertical-align: middle;
  padding: 5px 10px;
}
/* Block: Related */
.product-view .box-related {
  font-size: 11px;
}
.product-view .box-related p {
  margin: 0;
}
.product-view .box-related .product-name {
  font-size: 12px;
}
.product-view .box-related .price-box {
  margin-bottom: 3px;
}
.product-view .box-related .note {
  padding: 5px 20px;
  margin: 0;
  font-size: 12px;
  background: #f7edda;
}
.product-view .box-related .note,
.product-view .box-related .note a {
  color: #d02600;
}
.product-view .box-related input.checkbox {
  position: absolute;
  margin: 3px 0 0 105px;
}
.product-view .box-related ol {
  padding: 20px 0 20px 20px !important;
}
.product-view .box-related li.item .item-info {
  margin-right: 20px;
}
.product-view .box-related li.item {
  width: 31.5%;
  float: left;
  margin-right: 1%;
}
.product-view .box-related li.item p a {
  color: #999;
}
.product-view .box-related li.item .product-image {
  float: left;
  margin-right: -100px;
  width: 100px;
}
.product-view .box-related li.item .product-details {
  margin-left: 125px;
}
/* 3 Column Block: Related */
.col3-layout .product-view .box-related li.item .product-image {
  display: block;
  float: none;
  margin: 0 auto;
}
.col3-layout .product-view .box-related li.item .product-details {
  margin-left: 0;
}
.col3-layout .product-view .box-related input.checkbox {
  margin-left: 135px;
}
/* Block: Upsell */
.product-view .box-up-sell .products-grid {
  padding: 30px 0 10px 61px;
  margin: 0;
}
.product-view .box-up-sell .products-grid li {
  width: 176px;
  margin-right: 40px;
  display: inline;
}
/* 2 Column Block: Upsell */
.col2-left-layout .product-view .box-up-sell .products-grid,
.col2-right-layout .product-view .box-up-sell .products-grid {
  padding: 30px 0 10px 30px;
  margin-right: 0;
}
.col2-left-layout .product-view .box-up-sell .products-grid li,
.col2-right-layout .product-view .box-up-sell .products-grid li {
  display: inline;
  width: 140px;
}
/* 3 Column Block: Upsell */
.col3-layout .product-view .box-up-sell .products-grid {
  padding: 30px 0 10px 15px;
  margin: 0;
}
.col3-layout .product-view .box-up-sell .products-grid li {
  width: 135px;
  margin-right: 2px;
  display: inline;
}
/* ======================================================================================= */
/* CMS ============================================================================= */
.cms-home .col1-layout,
.cms-index-index .col1-layout {
  border: 0;
}
.cms-home .top-callout,
.cms-index-index .top-callout {
  margin-bottom: 6px;
}
.cms-home .col1-layout .col-main,
.cms-index-index .col1-layout .col-main {
  padding: 0;
}
.cms-home .col2-set .col-1,
.cms-index-index .col2-set .col-1 {
  width: 705px;
}
.cms-home .col2-set .col-2,
.cms-index-index .col2-set .col-2 {
  width: 244px;
  border: 1px solid #d9d7ca;
  border-left: 0;
  margin-left: -244px;
}
.cms-home .col2-set .col-2 img,
.cms-index-index .col2-set .col-2 img {
  display: block;
  margin: 6px auto;
}
.cms-home .col1-layout .category-view,
.cms-index-index .col1-layout .category-view {
  margin: 0 0 20px;
}
.cms-home .col1-layout .page-title,
.cms-index-index .col1-layout .page-title {
  margin: 3px 0 0;
}
.cms-home .col1-layout .products-grid,
.cms-index-index .col1-layout .products-grid {
  margin: 0;
  border: 1px solid #cbc0b2;
  padding-top: 20px;
  padding-bottom: 20px;
}
.cms-menu {
  padding: 15px;
  border-bottom: 1px solid #d1d1d1;
  background: #fff;
  font-size: 12px;
  list-style-position: inside;
}
.col-main .cms-menu {
  float: left;
  width: 240px;
  border: 1px solid #d1d1d1;
  margin: 0 10px 5px 0;
}
.cms-menu li {
  color: #999;
  margin: 3px 0;
}
/*.cms-menu li span { color:#444; }*/
.cms-menu li.parent > a,
.cms-menu li.parent > strong {
  padding-right: 13px;
}
.cms-menu li strong {
  font-size: 13px;
  font-weight: bold;
  color: #333;
}
.cms-menu li ul,
.cms-menu li ol {
  padding-left: 15px;
  margin-bottom: 7px;
  list-style-position: inside;
}
/* CMS Menu Types */
ol.cms-menu.type-1 {
  list-style-type: decimal;
}
ol.cms-menu.type-1 ol {
  list-style-type: decimal;
}
ol.cms-menu.type-a {
  list-style-type: lower-alpha;
}
ol.cms-menu.type-a ol {
  list-style-type: lower-alpha;
}
ol.cms-menu.type-A {
  list-style-type: upper-alpha;
}
ol.cms-menu.type-A ol {
  list-style-type: upper-alpha;
}
ol.cms-menu.type-i {
  list-style-type: lower-roman;
}
ol.cms-menu.type-i ol {
  list-style-type: lower-roman;
}
ol.cms-menu.type-I {
  list-style-type: upper-roman;
}
ol.cms-menu.type-I ol {
  list-style-type: upper-roman;
}
ul.cms-menu.type-circle {
  list-style-type: circle;
}
ul.cms-menu.type-circle ul {
  list-style-type: circle;
}
ul.cms-menu.type-disc {
  list-style-type: disc;
}
ul.cms-menu.type-disc ul {
  list-style-type: disc;
}
ul.cms-menu.type-square {
  list-style-type: square;
}
ul.cms-menu.type-square ul {
  list-style-type: square;
}
/* ======================================================================================= */
/* Advanced Search */
.search-summary {
  padding: 10px 10px 0;
  margin: 10px 0 0;
  font-size: 12px;
}
.search-summary li {
  margin: 2px 0;
}
/* Sitemap */
.page-sitemap .links {
  display: block;
  text-align: right;
  margin: 0 20px -36px 0;
}
.page-sitemap .links a {
  position: relative;
}
.page-sitemap .sitemap {
  padding: 0 20px;
  margin: 15px 0;
  font-size: 12px;
}
.page-sitemap .sitemap li {
  margin: 3px 0;
}
/* ======================================================================================= */
/* Shopping Cart ========================================================================= */
.checkout-cart-index .col-main {
  padding: 0;
}
.checkout-cart-index .col-main .page-title {
  margin: 0;
}
.cart-empty {
  padding: 20px;
  background: #fff;
  margin-left: 10px;
}
.cart .title-buttons {
  padding-right: 15px;
}
.cart .messages,
.cart .messages li {
  margin: 0;
}
.cart .checkout-types {
  float: right;
  text-align: center;
}
.cart .checkout-types .paypal-or {
  margin: 0 8px;
  line-height: 2.3;
}
.cart .checkout-types fieldset {
  display: inline;
}
.cart .checkout-types .btn-proceed-checkout span {
  height: 27px !important;
  padding: 0 0 0 13px !important;
}
.cart .checkout-types .btn-proceed-checkout span span {
  border: 0;
  padding: 1px 32px 0 19px !important;
  color: #fff;
  font: bold 15px/26px Arial, Helvetica, sans-serif !important;
  height: 26px;
  text-transform: none;
  margin: 0 !important;
}
.cart .title-buttons .checkout-types li {
  float: left;
  margin: 0 0 5px 5px;
}
.cart .checkout-types.bottom {
  width: 100%;
}
/* Shopping Cart Table */
.cart-table {
  border-width: 1px 0;
}
.cart-table .item-msg {
  font-size: 10px;
}
.cart-table thead th {
  vertical-align: bottom;
}
.cart-table tbody td {
  padding: 12px;
}
.cart-table .btn-continue {
  float: left;
  background: none;
  border: none;
}
.cart-table .btn-continue span {
  background: none;
  border: none;
  text-transform: none;
  color: #444;
  text-decoration: underline;
  font-weight: normal;
  padding: 0;
}
.cart-table .btn-update {
  float: right;
}
/* Shopping Cart Collateral boxes */
.cart .discount {
  margin: 0 0 20px 0;
}
.cart .cancel-btn {
  margin: 5px 30px 0 0;
  clear: left;
}
/* Shopping Cart Totals */
.cart .totals {
  float: right;
  width: 275px;
  padding: 23px 15px 0 15px;
  font-size: 14px;
}
.cart .totals table {
  width: 100%;
}
.cart .totals table th,
.cart .totals table td {
  padding: 0 5px 5px;
}
.cart .totals table tfoot strong {
  font-weight: normal;
  font-size: 18px;
  color: #cd3800;
  display: block;
  margin: 10px 0 15px;
}
.cart .totals table tfoot .summary-total td {
  padding: 0 0 20px;
}
.cart .totals table tfoot th strong {
  margin: 0;
}
.cart .totals table tfoot td .price {
  font-weight: bold;
}
.cart .totals .btn-remove {
  vertical-align: middle;
}
.cart .totals .btn-remove img {
  vertical-align: baseline;
}
.cart .totals .checkout-types li {
  margin: 0 0 15px;
}
.cart .totals .checkout-types .paypal-or {
  clear: both;
  display: block;
  padding-top: 8px;
  line-height: 1.0;
  font-size: 11px;
}
/* Options Tool Tip */
.item-options p {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 12px 0 12px;
}
.item-options dt {
  font-weight: bold;
  padding: 7px 0 7px ;
}
.item-options dd {
  padding-bottom: 5px;
}
.col-left .truncated .show .item-options {
  left: 30px;
  top: 7px;
}
.col-right .truncated .show .item-options {
  left: -240px;
  top: 7px;
}
.block-cart .truncated .show .item-options {
  top: -60px;
  left: -206px;
}
/* Item options in the cart */
.data-table .item-options dd .price {
  font-weight: bold;
  margin-left: 5px;
}
/* ======================================================================================= */
/* Checkout ============================================================================== */
/* One Page */
.checkout-onepage-index .col-main {
  padding: 20px 0 0;
}
.opc-wrapper .page-title {
  margin: 0;
  position: relative;
  z-index: 1;
}
.opc-wrapper .page-title .callout {
  position: absolute;
  top: 7px;
  right: 20px;
  z-index: 1;
}
/* Block: Checkout Progress */
.opc-progress-container {
  float: left;
  width: 182px;
}
.opc-progress-container .opc-block-progress {
  background: #fff;
}
.opc-progress-container .opc-block-progress .block-title {
  padding: 17px 11px 10px 17px;
  background: none;
  border: 0;
  border-bottom: 1px solid #cfcfcf;
}
.opc-progress-container .opc-block-progress .block-title strong {
  font: 18px/1.1 Arial, Helvetica, sans-serif;
  padding: 0;
  color: #111;
}
.opc-progress-container .opc-block-progress .block-content {
  padding: 17px 11px 17px 17px;
}
.opc-progress-container .opc-block-progress dt {
  font-weight: bold;
  margin: 2px 0 8px;
}
.opc-progress-container .opc-block-progress dt.complete {
  font-weight: bold;
  margin: 2px 0 4px;
}
.opc-progress-container .opc-block-progress dt.complete a {
  font-weight: normal;
  text-transform: lowercase;
}
.opc-progress-container .opc-block-progress dd.complete {
  margin: 5px 0 8px;
  padding: 5px;
}
.opc {
  float: right;
  width: 755px;
}
.opc li.section {
  position: relative;
}
.opc .step-title {
  margin: 0 0 1px;
}
.opc .step-title .number {
  display: none;
}
.opc .step-title h2 {
  background-color: #e6e6e6;
  color: #686868;
  font-size: 11px;
  line-height: 22px;
  padding: 0 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.opc .allow .step-title h2 {
  background-color: #656565;
  color: #fff;
  cursor: pointer;
}
.opc .active .step-title {
  margin: 0 0 0;
  padding: 0 0 0 0;
}
.opc .active .step-title h2 {
  background: #d12c01;
  color: #fff;
  text-transform: capitalize;
  font-weight: normal;
  border-bottom: 1px solid #cfcfcf;
  cursor: default;
  font-size: 16px;
  padding: 5px 20px 2px;
  line-height: 24px;
  height: 24px;
}
.opc .step {
  padding: 20px;
  min-height: 300px;
  font-size: 12px;
  background: #fcfcfc;
  border-top: 0;
}
.opc .step .tool-tip {
  right: 10px;
}
/* Steps */
.opc .form-alt .input-box {
  width: 695px;
}
.opc .form-alt .input-box select {
  width: 695px;
}
#checkout-step-login {
  height: auto !important;
  min-height: 0 !important;
  padding: 0;
}
#checkout-step-login .col2-set {
  padding: 20px 20px 30px;
  background: #fcfcfc;
  height: auto !important;
  min-height: 0 !important;
}
#checkout-step-login h4 {
  font-size: 16px;
  color: #000;
  font-weight: normal;
  margin: 0 0 15px;
}
#checkout-step-login .col2-set .col-2 {
  width: 338px;
}
#checkout-step-login .col2-set .col-2 .radio {
  margin-right: 5px;
}
#checkout-step-login .col2-set .col-2 li {
  padding-left: 10px;
}
#checkout-step-login .col2-set .col-2 .form-list li {
  background: none;
  padding-left: 0;
}
#checkout-step-login .form-list label,
#checkout-step-login .form-list .label {
  width: 90px;
}
#checkout-step-login .btn-only {
  padding: 0 0 0 105px;
  text-align: left;
  width: 214px;
}
#checkout-step-login .btn-only .button {
  float: right;
}
#checkout-step-login p {
  margin: 0 0 15px;
}
#checkout-step-login .form-list p {
  padding-left: 105px;
  margin: 0;
}
#checkout-step-login .form-list .input-text {
  width: 210px;
}
.opc .buttons-set .opc .form-buttons {
  width: auto;
  text-align: right;
}
.opc .buttons-set p.back-link {
  text-align: left;
}
.opc .form-buttons {
  width: auto;
  text-align: right;
  opacity: 1 !important;
}
.opc .buttons-set .button,
.opc .form-buttons .button {
  float: right;
  margin: 0;
}
.opc p.required {
  text-align: right;
  width: auto;
  padding-left: 0;
}
.checkout-onepage-payment-additional-customerbalance {
  margin-bottom: 5px;
}
.checkout-onepage-payment-additional-customerbalance .checkbox {
  margin-left: 0;
}
#checkout-step-review {
  padding: 0;
}
#checkout-step-review .data-table {
  border: 0;
  font-size: 12px;
}
#checkout-step-review .data-table .item-options {
  font-size: 11px;
}
#checkout-step-review .data-table thead th {
  vertical-align: bottom;
  font-size: 11px;
}
#checkout-step-review .data-table .product-name {
  font-size: 12px;
}
#checkout-step-review .data-table tfoot tr.last strong {
  font-size: 14px;
}
#checkout-step-review .data-table .btn-remove {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
}
#checkout-step-review .buttons-set {
  padding: 15px 20px;
  margin: 0;
}
.opc .checkout-agreements {
  margin: 20px;
}
/* Multiple Addresses Checkout */
.checkout-progress,
.checkout-progress li.first span,
.checkout-progress li.last span {
  background-repeat: no-repeat;
}
.checkout-progress {
  padding: 0 0 0 0;
  border-bottom: 1px solid #cfcfcf;
  background-color: #ededed;
  text-align: center;
  margin: -21px -21px 5px;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  width: 940px;
  position: relative;
  z-index: 2;
}
.checkout-progress li {
  float: left;
  width: 20%;
  text-align: center;
  color: #888;
  line-height: 20px;
}
.checkout-progress li span {
  display: block;
  text-align: center;
  border-right: 1px solid #cfcfcf;
}
.checkout-progress li.first span {
  background-position: 0 0;
}
.checkout-progress li.last span {
  background-position: 100% 0;
  border: 0;
}
.checkout-progress li.active span {
  color: #fff;
  background-color: #d12c01;
}
.multiple-checkout {
  position: relative;
  z-index: 1;
}
.multiple-checkout .data-table thead th {
  vertical-align: bottom;
}
.multiple-checkout .col3-set .actions {
  border: 1px solid #e4e4e4;
  padding: 3px 9px 4px;
  float: left;
}
.multiple-checkout .col3-set address {
  padding: 10px;
  clear: both;
}
.multiple-checkout .col3-set,
.multiple-checkout .col2-set {
  margin: 0 0 15px;
}
.multiple-checkout .buttons-set {
  padding: 15px 0;
  clear: both;
  width: auto;
}
.multiple-checkout .buttons-set .button {
  float: right;
}
.multiple-checkout .tool-tip {
  top: 50%;
  margin-top: -120px;
  right: 10px;
}
.multiple-checkout .grand-total {
  font-weight: normal;
  font-size: 18px;
  color: #cd3800;
  text-align: right;
  display: block;
  margin: 10px 0 15px;
}
.multiple-checkout .grand-total .price-label {
  font-weight: normal;
}
.multiple-checkout .grand-total .price {
  font-weight: bold;
}
.multiple-checkout .sp-methods {
  font-size: 12px;
}
.multiple-checkout .checkout-multishipping-payment-customerbalance {
  font-size: 12px;
  margin-bottom: 7px;
}
/* Step 4 */
.checkout-multishipping-overview .data-table .btn-remove {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
}
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt {
  font-weight: bold;
  margin-bottom: 5px;
}
.sp-methods dd {
  margin: 0 0 7px;
}
.sp-methods dd li {
  margin: 5px 0;
}
.sp-methods .price {
  font-weight: bold;
}
.sp-methods .form-list {
  padding-left: 20px;
  margin: 15px 0;
}
.sp-methods .form-list .input-text {
  width: 250px;
}
.sp-methods .form-list select {
  width: 256px;
}
.sp-methods .form-list label {
  width: 155px;
}
.sp-methods select.month {
  width: 150px;
  margin-right: 10px;
}
.sp-methods select.year {
  width: 96px;
}
.sp-methods input.cvv {
  width: 3em !important;
}
.sp-methods .input-box {
  line-height: 21px;
}
.sp-methods .v-fix .validation-advice {
  margin-right: -250px;
  position: relative;
  z-index: 1;
  width: 250px;
}
.sp-methods .adv-container {
  padding-left: 170px;
}
.sp-methods .centinel-logos a {
  margin-right: 3px;
}
.sp-methods .centinel-logos img {
  vertical-align: middle;
}
.checkmo-list li {
  margin: 0 0 4px;
}
.checkmo-list label {
  padding-top: 0;
}
.checkmo-list address {
  float: left;
}
.please-wait {
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  margin: -34px 0 0 -90px;
  border: 5px solid #f3b66f;
  font-size: 12px;
  color: #f18200;
  font-weight: bold;
  background: #fff;
  padding: 20px;
  white-space: nowrap;
}
.cvv-what-is-this {
  cursor: help;
  margin-left: 5px;
}
/* Payment Bridge */
.pbridge-reload {
  display: block;
  text-align: right;
}
.pbridge-reload a {
  color: #1e75b4;
  font-size: 11px;
}
/* Tooltip */
.tool-tip {
  border: 1px solid #ddd;
  background-color: #f6f6f6;
  padding: 5px;
  position: absolute;
  z-index: 9999;
}
.tool-tip .btn-close {
  text-align: right;
}
.tool-tip .tool-tip-content {
  padding: 5px;
}
/* Checkout Agreements */
.checkout-agreements li {
  margin: 10px 0;
}
.checkout-agreements .agreement-content {
  border: 1px solid #d8cea8;
  font-size: 11px;
  background-color: #fffdef;
  padding: 15px;
  height: 10em;
  overflow: auto;
}
.checkout-agreements .agree {
  padding: 10px 0;
  font-size: 12px;
  font-weight: bold;
}
.checkout-agreements .agree .checkbox {
  margin-right: 5px;
}
/* Centinel */
.centinel {
  margin: 10px 0;
}
.centinel p {
  margin: 0 0 10px;
}
.centinel .authentication {
  border: 1px solid #ddd;
  background: #fff;
}
.centinel .authentication iframe {
  width: 99%;
  height: 400px;
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
.opc .centinel {
  margin: 0;
  padding: 20px;
}
/* Checkout Success */
.checkout-onepage-success .col-main {
  font-size: 12px;
}
.checkout-onepage-success .col-main p {
  margin: 0 0 10px;
}
/********** Common Checkout Styles > */
/* ======================================================================================= */
/* Invitation page ======================================================================= */
#invitationForm p.required {
  padding-bottom: 20px;
}
/* Compare popup ========================================================================= */
.catalog-product-compare-index tr.last a,
.catalog-product-compare-index tr.first a {
  color: #999;
}
.catalog-product-compare-index tr.last p,
.catalog-product-compare-index tr.first p {
  margin: 10px 0;
}
.catalog-product-compare-index tr.first .product-name a {
  color: #333;
}
/* Account Login/Create Pages ============================================================ */
.account-login {
  position: relative;
  font-size: 12px;
  min-height: 350px;
}
.login-only {
  background: none;
}
.login-only .registered-users {
  float: none;
  margin: 0 auto;
}
.account-login .new-users,
.account-login .registered-users {
  width: 381px;
  padding: 30px 32px 30px;
}
.account-login .registered-users p {
  margin-bottom: 1.5em;
}
.account-login .spacer {
  position: absolute;
  top: 100%;
  left: 447px;
  margin-top: -1px;
  width: 16px;
  height: 3px;
  font-size: 0;
  line-height: 0;
  background: #fff;
  overflow: hidden;
}
.account-login .fieldset {
  margin: 0;
}
.account-login .fieldset h2 {
  margin-bottom: .5em;
}
.account-login .form-list label,
.account-login .form-list span.label {
  width: 98px;
}
.account-login p.required,
.account-login .btn-only a {
  float: left;
  white-space: nowrap;
}
.account-login .form-list input.input-text {
  width: 224px;
}
.account-login .form-list p {
  padding: 0 0 0 110px;
}
/* My Account ============================================================================= */
/********** < Dashboard */
.dashboard .col2-set,
.dashboard .recent-orders {
  padding: 0 0 20px;
}
.dashboard .col2-set.addresses {
  padding: 20px 0 0 0;
}
/********** Dashboard > */
/* Adress Book */
.addresses-list .box-content {
  font-size: 12px;
}
.addresses-list .col-2 li {
  padding: 0 0 10px;
}
.addresses-list .col-2 li .actions {
  border: 1px solid #e4e4e4;
  padding: 3px 9px 4px;
  float: left;
}
.addresses-list .col-2 li address {
  padding: 10px;
  clear: both;
}
/* Order View */
.order-page .order-date {
  margin: 0 0 20px;
  color: #6c6c6c;
  font-size: 11px;
}
.order-page .col2-set {
  padding-bottom: 20px;
}
.order-details .link-print {
  background: none;
  padding: 0;
}
.order-details .order-additional,
.order-details .data-table {
  margin-bottom: 0px;
}
.order-details .order-additional dt {
  font-weight: bold;
  padding: 0 0 5px;
  margin: 0 0 5px;
}
.order-details .order-additional dd {
  padding: 10px;
  margin: 0 0 10px;
}
.order-links {
  margin: 0 0 10px;
  padding-bottom: 5px;
  text-align: right;
}
.order-info {
  margin-bottom: 5px;
  border-bottom: 1px solid #c4c4c4;
}
.order-info dt {
  padding: 6px 20px 0 10px;
  color: #6c6c6c;
  float: left;
}
.order-info dd {
  float: left;
}
.order-info ul {
  float: left;
}
.order-info li {
  float: left;
  position: relative;
  z-index: 2;
  margin-right: 3px;
  background: #dedede;
  color: #222;
  padding: 0 0 0 17px;
  font-size: 12px;
}
.order-info li strong,
.order-info li a {
  text-decoration: none;
  padding: 0 17px 0 0;
  line-height: 24px;
  float: left;
}
.order-info li.current {
  margin-bottom: -1px;
  color: #000;
  font-weight: bold;
  z-index: 3;
  border-bottom: 0;
  background: #fff;
}
.order-info li.current strong {
  background-position: 100% 0;
  padding-bottom: 1px;
}
.order-info dt {
  font-weight: bold;
}
/* Manage Newsletter Subscription */
.newsletter-manage-index .form-buttons .button {
  float: left;
  margin: 0;
}
/* Wishlist */
.my-wishlist textarea {
  width: 99%;
  height: 10em;
}
#wishlist-table .price-box {
  margin: 3px 0;
}
#wishlist-table button.btn-cart {
  margin: 3px 0;
}
/* Print Pages */
.page-print .print-head img {
  float: left;
}
.page-print .print-head address {
  float: left;
  margin-left: 15px;
}
.page-print h2.h2 {
  margin: 15px 0 10px;
}
.page-print .col2-set {
  margin: 10px 0 20px;
}
/* Price Rewrites */
.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;
}
/* Billing Agreements */
.billing-agreements .info-box {
  margin: 15px 0;
}
.billing-agreements .info-box p {
  margin: 0 0 9px;
}
.billing-agreements .form-list li button.button {
  float: left;
  margin-left: 10px;
}
/* ======================================================================================= */
/* Footer ================================================================================ */
.footer-before-container {
  margin: 0 0 3px;
  text-align: center;
}
.form-subscribe {
  float: left;
  width: 183px;
  padding: 12px 17px 0 0;
}
.form-subscribe label {
  display: block;
  margin: 6px 0;
}
.form-subscribe input.input-text {
  width: 177px;
  display: block;
}
.form-subscribe button.button {
  margin: 6px 0 0;
  float: right;
}
.form-subscribe .validation-advice {
  width: 180px;
}
.form-subscribe .v-fix {
  text-align: left;
  padding-right: 5px;
}
.form-subscribe a {
  color: #777;
}
.footer-container {
  margin: 0 0 20px;
  text-align: left;
  background: #f8f8f8;
  border: 1px solid #cfcfcf;
  padding: 14px 17px 12px;
}
.footer a:hover {
  text-decoration: none;
}
.footer ul,
.footer ul.links {
  display: block;
  float: left;
  width: 150px;
  margin: 0 0 0 19px;
  padding: 0;
}
.footer ul.links li,
.footer ul li {
  display: block;
  vertical-align: top;
  margin: 0 0 5px;
  padding: 0;
}
address.copyright {
  margin-top: 6px;
}
.footer .switcher-store {
  float: right;
  width: 184px;
  padding-top: 21px;
}
.footer .switcher-store label {
  display: none;
}
.footer .switcher-store select {
  padding: 0;
  margin-bottom: 1px;
}
.footer .switcher-store ul {
  float: none;
  width: auto;
  padding-left: 0;
  margin-left: 0;
}
.footer .switcher-store ul .current {
  display: none;
}
/* ======================================================================================= */
/* Some sample data cms styles ================================================================================ */
.page-head,
.page-head-alt {
  margin-bottom: 20px;
  padding: 23px 20px 11px;
  background: #f6f6f6;
  border-bottom: 1px solid #cfcfcf;
}
.col-main .page-head,
.col-main .page-head-alt {
  margin: 0 -20px 20px;
}
.page-head h2,
.page-head h3,
.page-head-alt h3,
.page-head-alt h2 {
  font: normal 22px/27px Arial, Helvetica, sans-serif;
  color: #d12c01;
}
/* Restricted ================================================================================ */
.restriction-index-stub .page {
  width: 652px;
  padding-bottom: 3px;
}
.restriction-index-stub .main {
  margin-top: 100px;
  min-height: 0;
  height: auto !important;
  padding: 13px;
  text-align: center;
  margin-bottom: 0;
}
.restriction-index-stub .col-main {
  color: #dedede;
  height: auto !important;
  min-height: 230px;
  height: 230px;
  font-size: 16px;
  background: #4a4a4a;
  padding: 170px 60px 40px;
}
.restriction-index-stub .page-title {
  margin: 0 0 15px !important;
  padding: 0 !important;
  border: 0 !important;
  background: none;
}
.restriction-index-stub .col-main h1,
.restriction-index-stub .col-main h2 {
  font: italic 35px Georgia, "Times New Roman", Times, serif;
  color: #fff;
}
.restriction-index-stub .header-container,
.restriction-index-stub .footer-container {
  display: none;
}
.restriction-index-stub .copyright {
  padding: 15px 0 0;
  margin: 0;
}
/* Old private sales index ================================================================================ */
.private-sales-index {
  background: #2b2b2b;
  margin: 110px 0 60px;
  padding: 40px 0;
}
.private-sales-index .box {
  border: 1px solid #e2ded0;
  background: #fff;
  padding: 50px 13px 0;
  width: 657px;
  margin: 0 auto;
}
.private-sales-index .box .content {
  padding: 0 60px 70px;
  font-size: 14px;
}
.private-sales-index .box .content p {
  text-align: center;
}
.private-sales-index .box .content a {
  color: #444444;
}
.private-sales-index .box .content h1 {
  padding: 60px 0 5px;
  font-size: 29px;
  font-weight: normal;
  color: #ec4e00;
}
.private-sales-index .box .content .description {
  margin: 40px auto 0;
  width: 433px;
  padding: 30px 50px 30px;
  font: normal 20px Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  color: #817268;
}
.col1-layout .private-sales-index {
  margin: 0 -20px -31px;
  height: auto !important;
  height: 350px;
  min-height: 350px;
}
/* Private sales demo ==================================================================== */
.cms-private-sales-home {
  background-color: #fffdf9;
}
.private-sales-demo {
  background: #fffdf9;
  padding-top: 90px;
}
.private-sales-demo h1 {
  display: none;
}
.private-sales-demo p {
  padding-top: 475px;
  text-align: center;
  color: #444444;
  font-size: 18px;
}
.private-sales-demo a {
  color: #c12900;
}
.col1-layout .private-sales-demo {
  margin: 0 -20px -31px;
  background-position: 0 20px;
  padding-top: 20px;
  height: auto !important;
  height: 550px;
  min-height: 550px;
}
/* ======================================================================================= */
/* Clears ================================================================================ */
.product-options dt:after,
#bundleProduct:after,
.events-slider:after,
.product-image-popup .nav:after,
.block-content:after,
.block-list li.item:after,
.block-poll li:after,
.currently li:after,
.order-info:after,
.product-view .box-related li.item:after,
.bundle-summary .product:after,
.collateral-tabs:after,
.block-cart .block-content .item:after,
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header-panel:after,
#nav:after,
.main:after,
.footer-before-container:after,
.footer-container:after,
.footer:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block li.item:after,
.block .actions:after,
.cms-index-index .block-featured li.item:after,
.title-buttons:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.products-grid:after,
.product-view:after,
.product-view .product-img-box .more-views ul:after,
.product-options .options-list li:after,
.options-container-small .product-options:after,
.product-options-bottom:after,
.box-collateral:after,
.box-collateral .box-content:after,
.collateral-tabs .tab-content:after,
.account-login:after,
.cart .cart-collaterals:after,
.cart:after,
.opc .step-title:after,
.checkout-progress:after,
.form-list li:after,
.form-list li.fields .field:after,
.clearfix:after,
.buttons-set:after,
.buttons-set2:after,
.page-print .print-head:after,
.new-product-spotlight .more-new .item:after,
.addresses-list .col-2 li:after,
.product-view .product-shop:after,
.visproacc:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
/* ======================================================================================= */

@charset "UTF-8";
/**
 * Default System variables
 */
/**
 * Draws an browser compatible background gradient
 *
 * @param string @firstcolor    Gradient1 from start
 * @param string @firststop     Gradient1 from stop
 * @param string @secondcolor   Gradient2 from start
 * @param string @secondstop    Gradient2 from stop
 * @param string @fallbackcolor If a browser dont understand a gradient this is the plain background color
 */
/**
 * Draws an browser compatible background gradient
 *
 * @param string @firstcolor    Gradient1 from start
 * @param string @firststop     Gradient1 from stop
 * @param string @secondcolor   Gradient2 from start
 * @param string @secondstop    Gradient2 from stop
 * @param string @thirdcolor    Gradient3 from start
 * @param string @thirdstop     Gradient3 from stop
 * @param string @fallbackcolor If a browser dont understand a gradient this is the plain background color
 */
/**
 * Draw an background image from the sprite

 * @param string @image  The given sprit-image. If the image param is away the default sprit-image is uses
 * @param string @width  Defines the imagewidth
 * @param string @height Defines the imageheight
 * @param string @x      Defines the position in x-axis for the sprite-image part
 * @param string @y      Defines the position in y-axis for the sprite-image part
 */
/**
 * Drawing a border with the given radius
 *
 * @param string      @borderWidth   Width of the border
 * @param string      @borderStyle   Style of the border
 * @param string      @borderColor   Color of the border
 * @param string|bool @radius        Radius of the border. If the radius is false, no radius will assigned
 * @param null|bool   @arrangeBorder If true the element will moves halve of radius to top and left. It is good to hover elements to avoid that the element is jumping
 */
/**
 * Drawing a box shadow
 *
 * @param string @xOffset The horizontal offset
 * @param string @yOffset The vertical offset
 * @param string @blur    The blur radius
 * @param string @spread  The spread radius
 * @param string @color   Color
 */
/**
 * Drawing a vispronet badge
 *
 * @param string @backgroundColor The Background color for the badge
 */
/**
 * Flip the content horizontal
 */
/**
 * Flip the content vertical
 */
/**
 * Remove Firefox button design .opc p.requiredpadding
 *
 */
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner {
  padding: 0 !important;
  border: 0 none !important;
}
/**
 *
 * General Settings
 *
 */
body,
input,
select,
textarea,
button {
  font: 13px/19px Tahoma, Ubuntu, Arial, Helvetica, sans-serif;
  color: #000;
  text-align: left;
}
.no-padding {
  padding: 0 !important;
}
.ui-widget {
  font: 13px/19px Tahoma, Ubuntu, Arial, Helvetica, sans-serif !important;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Tahoma, Ubuntu, Arial, Helvetica, sans-serif;
}
.wrapper {
  background: transparent url(/skin/frontend/dotsource/default/images/vispronet/body_shadow.png) repeat-x 0 101px;
}
.page {
  width: 960px;
  text-align: left;
}
.main {
  margin-bottom: 35px;
}
.main.col2-left-layout {
  min-height: inherit;
}
.main.col2-left-layout .col-left.sidebar,
.main.col2-left-layout .col-main {
  min-height: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Tahoma, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: normal;
}
h1 {
  font-size: 15px;
  font-weight: bold;
}
h3 {
  font-size: 14px;
  font-weight: bold;
}
h4 {
  font-weight: bold;
  font-style: italic;
}
h5 {
  font-style: italic;
}
h6 {
  font-size: 13px;
  font-weight: bold;
}
.cms-home h1,
.cms-home h2,
.cms-home h3 {
  color: #0062a1;
}
.cms-home ul.products-grid {
  padding-left: 0;
}
.category-list h2 {
  font-size: 13px;
}
.category-list a.menu-badge::after {
  content: ' ';
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0px;
  right: 0px;
  background: url(/skin/frontend/dotsource/default/images/vispronet/vispro.png) no-repeat;
}
.category-list a.menu-badge.seasonal-products:after {
  background-position: -234px -60px;
}
.category-list a.menu-badge.new-products:after {
  background-position: -202px -60px;
}
a.pdf-link {
  padding-left: 23px;
  background: url(/skin/frontend/dotsource/default/images/vispronet/pdf.png) no-repeat;
}
a.link-learn {
  text-decoration: none;
}
ul.pointed-list,
.std ul.pointed-list {
  list-style: disc outside;
}
ol.numbered-list {
  list-style: decimal outside;
}
.main {
  border: none;
  background: none;
}
.col-main {
  width: 717px;
  padding: 0;
}
.enhancedcustomer-upload-uploadsuccess .col-left {
  width: 149px;
}
.col-right {
  margin-top: 3px;
}
.col-right,
.col-left {
  width: 226px;
  margin-right: -1px;
}
.clear {
  clear: both;
}
.invisible {
  display: none !important;
}
/**
 *
 * Pager
 *
 */
.pager .pages {
  margin: 0 30px 0 0;
  float: right;
  color: #000;
}
.pager .pages li {
  display: block;
  float: left;
  width: 21px;
  height: 14px;
  padding: 1px 0;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
}
.pager .pages li.current {
  font-weight: normal;
  color: #0062a1;
  border-top: 2px solid #0062a1;
  border-bottom: 2px solid #83b817;
}
.pager .pages li a {
  text-decoration: none;
  color: #000;
}
.pager .pages li:hover a {
  color: #83b817;
  text-decoration: none;
}
.pager .pages li span,
.pager .pages li a {
  display: block;
  height: 14px;
  line-height: 12px;
  text-align: center;
  border-right: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
}
.pager .pages li.first span,
.pager .pages li.first a,
.pager .pages li.last a.last {
  border-left: 0;
}
.pager .pages li.last span,
.pager .pages li.last a,
.pager .pages li.first a.first {
  border-right: 0;
}
.pager .pages li.first a.first {
  margin-right: -4px;
}
.pager .pages li.last a.last {
  margin-left: -4px;
}
.pager .pages li a.previous_jump {
  padding-right: 3px;
  border-right: 2px solid #d8d8d8;
  border-left: 0;
}
.pager .pages li a.next_jump {
  padding-left: 3px;
  border-right: 0;
  border-left: 2px solid #d8d8d8;
}
.pager .pages li a.previous,
.pager .pages li a.next {
  width: 15px;
  border: 0 none;
}
.pager .pages li a.previous {
  margin-left: 3px;
}
.pager .pages li a.next {
  margin-left: 6px;
}
.pager .pages .i-previous span,
.pager .pages .i-next span {
  display: none;
}
.pager .pages .i-previous {
  background: #ffffff url(/skin/frontend/dotsource/default/images/vispronet/vispro.png) no-repeat -635px -343px;
}
.pager .pages .i-next {
  background: #ffffff url(/skin/frontend/dotsource/default/images/vispronet/vispro.png) no-repeat -610px -343px;
}
/**
 * New javascript based (jQuery plugin) paginator. Mainly used for designtemplates and my account order.
 */
.safa-paginator .pager_element {
  width: 15px;
  height: 20px;
  float: left;
  text-align: center;
  cursor: default;
}
.safa-paginator .pager_element.selected {
  border: 1px solid #C6C6C6;
  border-top: 2px solid #0062a1;
  border-bottom: 1px solid #83b817;
}
.safa-paginator .previous,
.safa-paginator .next {
  background-color: #83b817;
  color: #FFFFFF;
  margin-right: 5px;
  margin-left: 5px;
  cursor: pointer;
}
.safa-paginator span {
  margin: 0px 2px;
  float: left;
}
/**
 *
 * Buttons
 *
 */
button {
  cursor: pointer;
  border: 0 none;
  text-align: center !important;
  background: none;
  overflow: visible;
}
.order-page .title-buttons .order-buttons button {
  min-width: 190px;
}
.visproacc_continue {
  float: right;
}
.visproacc_back {
  font-size: 15px;
  text-transform: uppercase;
}
.visproacc_back a {
  color: #fff;
  text-decoration: none;
}
.title-buttons,
.title-buttons-bottom {
  text-align: left;
}
.title-buttons-bottom {
  margin-top: 20px;
}
/**
 *
 * Styled form elements
 *
 */
input[disabled=disabled] {
  color: #C7C7C7;
}
input[type=radio] {
  margin-top: 3px;
  vertical-align: top;
}
.bg_text-input {
  display: block;
  float: left;
  height: 26px;
}
.input-style input {
  width: auto;
  height: 26px;
  padding: 0 6px 0 5px;
  border: none;
  box-shadow: inset 0px 1px 0px 1px #a7a7a7;
  border-bottom: 1px solid #b1b1b1;
  display: block;
}
.input-style-checkbox input {
  display: block;
  outline: none;
}
.form-list input.input-text,
.form-list textarea {
  float: none;
}
.fake-input,
button.fake-button,
button.newButton.fake-button {
  position: absolute;
}
/**
 *
 * Error and success messages and notifications
 *
 */
.messages li {
  text-align: center;
}
.cart .messages {
  margin-bottom: 10px;
}
.cart .messages ul li {
  text-align: center;
}
.checkout-onepage-index .messages {
  margin-bottom: 20px;
}
.messages li.success-msg {
  background-color: #E4FFD1;
  border-color: #63AB32;
  color: #63AB32;
}
.messages li.note-msg,
.messages li.notice-msg {
  background-color: #FFF5F3;
  border-color: #E9581F;
  color: #D91A00;
}
.my-wishlist .messages li.notice-msg {
  border-color: #fcd344;
  background-color: #fafaec;
  color: #3d6611;
}
span.validation-passed,
div.validation-passed,
span.validation-error,
div.validation-error {
  padding-right: 0;
  background: none;
}
textarea.validation-failed {
  background: #fff !important;
}
.validation-error .styled_select,
.validation-error .input-style,
.product-options .validation-error .options-list,
.validation-failed {
  outline: 1px dashed #f00;
}
.input-style input.validation-failed,
.styled_select .validation-failed {
  outline: 0 none;
}
#advice-validate-printing-method-printprocess {
  margin-left: 10px;
}
.validation-advice {
  float: left;
  padding: 2px 0 0 2px!important;
  color: #f00 !important;
  font-size: 13px !important;
}
.validation-advice-arrow {
  background: transparent url(/skin/frontend/dotsource/default/images/vispronet/vispro.png) no-repeat -535px -520px;
  float: left;
  width: 15px;
  height: 15px;
}
div.validation-advice-text {
  margin-left: 15px;
  line-height: 19px;
}
table .validation-advice {
  position: absolute;
  margin-top: 3px;
  background-color: #fff;
}
button#shopping-cart-button,
button#shopping-cart-accessories-button {
  float: right;
}
div#shopping-cart-table-accessories {
  margin-top: 15px;
  width: 825px;
  height: 240px;
}
div#shopping-cart-table-accessories ul.thead,
div#shopping-cart-table-accessories ul.tbody,
div#shopping-cart-table-accessories ul.table-footer {
  display: block;
  clear: both;
  padding: 0;
  margin: 0;
}
div#shopping-cart-table-accessories ul.thead > li,
div#shopping-cart-table-accessories ul.tbody > li,
div#shopping-cart-table-accessories ul.table-footer > li {
  display: block;
  float: left;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 10px 12px 5px 12px;
}
div#shopping-cart-table-accessories ul.thead > li.last,
div#shopping-cart-table-accessories ul.tbody > li.last,
div#shopping-cart-table-accessories ul.table-footer > li.last {
  border-right: none;
}
div#shopping-cart-table-accessories ul.thead > li.first,
div#shopping-cart-table-accessories ul.tbody > li.first,
div#shopping-cart-table-accessories ul.table-footer > li.first {
  clear: both;
}
div#shopping-cart-table-accessories ul.thead > li.last-row,
div#shopping-cart-table-accessories ul.tbody > li.last-row,
div#shopping-cart-table-accessories ul.table-footer > li.last-row {
  border-bottom: none;
}
div#shopping-cart-table-accessories ul.thead li {
  padding: 0 12px 5px 12px;
}
div#shopping-cart-table-accessories ul.thead li.last {
  padding: 0 0 5px 8px;
}
div#shopping-cart-table-accessories ul.tbody {
  overflow: auto;
  height: 200px;
}
div#shopping-cart-table-accessories ul.table-footer li {
  height: 10px;
  font-size: 1pt;
  padding: 0 12px 0 12px;
  border-bottom: none;
  border: none;
  border-top: 1px solid #d9d9d9;
}
div#shopping-cart-table-accessories ul.pointed-list {
  margin-left: 15px;
}
div#shopping-cart-table-accessories .price-box,
table#shopping-cart-table .price-box {
  text-align: center;
}
div#shopping-cart-table-accessories .price-box .price,
table#shopping-cart-table .price-box .price,
div#shopping-cart-table-accessories .price-box .price-desc,
table#shopping-cart-table .price-box .price-desc {
  display: block;
}
div#shopping-cart-table-accessories .price-box .price,
table#shopping-cart-table .price-box .price {
  margin-bottom: 3px;
  font-size: 11px;
}
div#shopping-cart-table-accessories .price-box .incl-tax,
table#shopping-cart-table .price-box .incl-tax {
  font-weight: bold;
}
div#shopping-cart-table-accessories .price-box .price-desc,
table#shopping-cart-table .price-box .price-desc {
  font-size: 10px;
  line-height: 11px;
}
div#shopping-cart-table-accessories .price-box a,
table#shopping-cart-table .price-box a {
  text-decoration: underline;
}
div#shopping-cart-table-accessories .custom-option,
table#shopping-cart-table .custom-option {
  margin-top: 10px;
  width: 250px;
}
div#shopping-cart-table-accessories .custom-option span.input-style,
table#shopping-cart-table .custom-option span.input-style {
  width: 104px;
  margin-right: 6px;
  float: left;
}
div#shopping-cart-table-accessories .custom-option .label,
table#shopping-cart-table .custom-option .label {
  float: left;
}
div#shopping-cart-table-accessories .custom-option .content,
table#shopping-cart-table .custom-option .content {
  margin-left: 100px;
}
div#shopping-cart-table-accessories .custom-option .content .individual-size-limits,
table#shopping-cart-table .custom-option .content .individual-size-limits {
  text-align: right;
  clear: both;
}
table#shopping-cart-table .validation-advice {
  background-color: transparent;
}
.input-style input.input-text.validation-failed {
  background: #ffffff url(/skin/frontend/dotsource/default/images/vispronet/1px_sprite.png) repeat-x 0 -290px !important;
  border: 0 none!important;
}
.product-options .validation-error .options-list,
.validation-failed {
  border: 0 none;
}
#messages_product_view {
  margin-left: 0;
}
#designtool-samples .category-caption {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 7px;
}
#cookie_usage_wrapper {
  height: 45px;
}
#cookie_usage {
  background: linear-gradient(to bottom, #d9d9d9 0%, #989898 100%);
  padding: 7px;
  text-align: center;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
#cookie_usage input {
  padding: 2px 5px;
  margin-left: 10px;
}
/*
 *
 * Tooltips
 *
 */
.ds_tooltip {
  width: 322px;
  text-align: left;
  z-index: 800;
}
.ds_tooltip .tooltip_arrow {
  width: 28px;
  height: 15px;
  margin: -1px auto 0 auto;
  background: transparent url(/skin/frontend/dotsource/default/images/vispronet/vispro.png) no-repeat -855px -635px;
}
.ds_tooltip .tooltip_arrow.top {
  background: transparent url(/skin/frontend/dotsource/default/images/vispronet/vispro.png) no-repeat -883px -635px;
  position: relative;
  top: 2px;
}
.ds_tooltip .tooltip_content {
  max-height: 250px;
  overflow-y: auto;
  padding: 20px;
  border: 1px solid #c6c6c6;
  font-size: 13px !important;
  background-color: #fff;
  z-index: 900;
}
.table-tooltip {
  position: relative;
}
#tooltip_change_password {
  top: 35px !important;
  z-index: 9;
}
#tooltip_info_reference .tooltip_arrow,
#tooltip_change_password .tooltip_arrow {
  position: absolute;
  top: -12px;
  left: 145px;
  width: 24px;
  background-position: -209px -319px;
  z-index: 901;
}
#tooltip_info_color_label p {
  margin: 0;
  clear: both;
}
/**
 * CMS Searchpage for designtool
 */
.search-designtool {
  margin-top: 50px;
}
.search-designtool .title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 50px;
  float: left;
  margin-right: 20px;
}
.search-designtool .designtoolbox {
  width: 968px;
  height: 476px;
  background-repeat: no-repeat;
}
.search-designtool .designtoolbox .stepline {
  margin-top: 350px;
  margin-left: 45px;
}
.search-designtool .designtoolbox .step1 {
  float: left;
}
.search-designtool .designtoolbox .step2 {
  margin-left: 370px;
  padding-top: 10px;
}
.search-designtool .designtoolbox .step3 {
  margin-left: 720px;
}
/**
 *
 * Header
 *
 */
.header-container {
  margin: 0 0 13px;
  text-align: left;
  height: 101px;
}
.header {
  width: 734px;
  float: left;
  padding: 8px 0 5px;
}
.header a {
  text-decoration: underline;
}
div.logo {
  width: 250px;
  margin: 5px 0 0 5px;
}
#currency_dropdown,
#language_dropdown {
  display: none;
  position: absolute;
  width: 140px;
  background: white;
  z-index: 5;
  border: 1px solid #d9d9d9;
  box-shadow: 0 0 1px 0 #969696;
  text-align: left;
}
#currency_dropdown a,
#language_dropdown a {
  display: block;
  padding: 5px 4px;
  text-decoration: none;
}
#currency_dropdown a:hover,
#language_dropdown a:hover {
  background-color: #deedf4;
}
#currency_dropdown a.active,
#language_dropdown a.active {
  color: #81ba1f;
  font-weight: bold;
}
.search-mini-form-wrapper .form-search .search-autocomplete {
  top: 30px !important;
  width: 180px;
}
.search-mini-form-wrapper .form-search .search-autocomplete {
  z-index: 999;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  height: 0 !important;
  overflow: visible !important;
}
.search-mini-form-wrapper .form-search .search-autocomplete ul {
  border: 1px solid #c7c7c7;
  border-top: 0;
  padding-left: 0;
  width: 225px;
  background-color: #fcf8f4;
  position: absolute;
  top: 0px;
}
.search-mini-form-wrapper .form-search .search-autocomplete li {
  padding: 4px 6px 4px 24px;
  border-bottom: 1px solid #fff;
  font-size: 12px;
  cursor: pointer;
}
.search-mini-form-wrapper .form-search .search-autocomplete li .amount {
  float: right;
  font-weight: bold;
}
.search-mini-form-wrapper .form-search .search-autocomplete li.last {
  border-bottom: 0;
}
.header .lz_cbl img {
  vertical-align: baseline;
}
.header_advantage {
  float: left;
  margin-top: 14px;
  font-size: 12px;
  line-height: 13px;
}
.header_advantage a {
  display: block;
  padding: 5px 5px 5px 42px;
  color: #848484;
  text-decoration: none;
}
.header_advantage a .advantage-top {
  font-weight: bold;
}
.header_advantage .advantage {
  display: block;
  float: left;
  margin-left: 9px;
  background: no-repeat 5px center;
}
.header_advantage .advantage:first-child {
  margin-left: 0;
}
.header_advantage .advantage.icon a {
  width: 100% !important;
  padding: 0;
}
.header_advantage .advantage.icon.first {
  margin-left: 0;
}
#header_advantage_contact {
  background: url(/skin/frontend/dotsource/default/images/vispronet/vispro.png) no-repeat -1118px -273px;
}
#header_advantage_currency {
  background: url(/skin/frontend/dotsource/default/images/vispronet/vispro.png) no-repeat -1118px -390px;
  cursor: pointer;
}
#header_advantage_language {
  background: url(/skin/frontend/dotsource/default/images/vispronet/vispro.png) no-repeat -1118px -314px;
  cursor: pointer;
}
#header_advantage_advantages {
  background: url(/skin/frontend/dotsource/default/images/vispronet/vispro.png) no-repeat -1118px -352px;
}
.safa-tuev-badge {
  display: block;
  width: 40px;
  height: 40px;
  background: url("/media/base/header/TUV.png");
}
.switches {
  float: left;
  width: 179px;
  height: 26px;
  margin: 8px 0 0 1px;
  background: none;
  text-transform: uppercase;
}
.switch {
  width: 100%;
  padding-left: 0;
  background: #ffffff url(/skin/frontend/dotsource/default/images/vispronet/vispro.png) no-repeat -490px -180px;
}
.switch label {
  display: none;
}
.switch .switch-wrapper {
  width: 146px;
  height: 28px;
  margin-left: 3px;
  padding-right: 24px;
  line-height: 25px;
  background: #ffffff url(/skin/frontend/dotsource/default/images/vispronet/1px_sprite.png) repeat-x 0 -27px;
}
.switch strong {
  margin-left: -6px;
  padding-left: 24px;
}
.switcher-holder {
  position: absolute;
  top: 0;
  right: 0;
}
.switch .switcher {
  display: block;
  width: 26px;
  height: 26px;
  margin: 0;
  padding: 0;
  background: #ffffff url(/skin/frontend/dotsource/default/images/vispronet/vispro.png) no-repeat -432px -129px;
}
.list-opened {
  background-position: -432px -129px !important;
}
.search-mini-form-wrapper {
  width: 227px;
  margin-top: 10px;
  padding: 3px;
  background: #d9e2ee;
  background: -moz-linear-gradient(top, #f1f6fa 0%, #d9e2ee 60%);
  background: -o-linear-gradient(top, #f1f6fa 0%, #d9e2ee 60%);
  background: -ms-linear-gradient(top, #f1f6fa 0%, #d9e2ee 60%);
  background: linear-gradient(to bottom, #f1f6fa 0%, #d9e2ee 60%);
  -pie-background: linear-gradient(#f1f6fa, #d9e2ee);
  height: 20px;
}
.search-mini-form-wrapper .form-search {
  position: relative;
  background: white;
}
.search-mini-form-wrapper .search-icon {
  width: 12px;
  height: 13px;
  position: absolute;
  top: 5px;
  left: 5px;
  background: url(/skin/frontend/dotsource/default/images/vispronet/vispro.png) no-repeat -332px -485px;
}
.search-mini-form-wrapper .form-search input {
  color: #0062a1;
  width: 190px;
  padding: 1px 2px 0 24px;
  background-color: transparent;
  border: none;
  font-size: 16px;
}
/**
 *
 * Top navigation
 *
 */
#nav {
  clear: both;
  margin: 0;
  top: 9px;
  font-family: Arial, sans-serif;
  position: relative;
  text-align: left;
  padding: 0 4px 3px;
  width: 726px;
  min-height: 25px;
  background: #dedede;
  background: #d9e2ee;
  background: -moz-linear-gradient(top, #f1f6fa 0%, #d9e2ee 60%);
  background: -o-linear-gradient(top, #f1f6fa 0%, #d9e2ee 60%);
  background: -ms-linear-gradient(top, #f1f6fa 0%, #d9e2ee 60%);
  background: linear-gradient(to bottom, #f1f6fa 0%, #d9e2ee 60%);
  -pie-background: linear-gradient(#f1f6fa, #d9e2ee);
}
#nav > ol > li {
  float: left;
  height: 20px;
  margin: 4px 0 2px;
  position: relative;
}
#nav > ol > li > a {
  float: left;
  text-decoration: none !important;
  padding: 0 12px;
  background: none;
  border: none;
  border-right: 1px solid #0062A1;
  font-size: 16px;
  height: 20px;
  line-height: 1.35em;
  font-weight: normal;
  color: #0062a1;
}
#nav > ol > li > a:hover {
  color: #83b817;
}
#nav > ol > li:first-child > a {
  border-left: none;
}
#nav > ol > li:last-child > a {
  border-right: none;
}
#nav > ol > li > ul {
  position: absolute;
  left: -10000px;
  z-index: 100;
  width: 230px;
  top: 22px;
  padding: 19px 0 15px 0;
  background: #f1f6fa;
  border: 1px solid #696;
  box-shadow: 0 4px 4px -2px #404040;
}
#nav > ol > li > ul.shown-sub {
  left: 0;
}
#nav > ol > li > ul > li a {
  display: block;
  padding: 0 9px 6px 18px;
  font-size: 13px;
  line-height: 19px;
  color: #0062a1;
  text-decoration: none;
}
#nav > ol > li > ul > li a:before {
  content: "\203A ";
  display: inline-block;
  width: 10px;
  color: #0062a1;
  font: 13px/19px Tahoma, Ubuntu, Arial, Helvetica, sans-serif;
}
#nav > ol > li > ul > li a:hover {
  color: #83b817;
}
/**
 *
 * Mini cart header
 *
 */
.header-login_cart {
  width: 226px;
  float: left;
  padding-top: 2px;
}
.header-login_cart .login {
  letter-spacing: -0.01em;
  margin-bottom: 6px;
}
.header-login_cart .wishlistQty {
  right: 13px;
  position: relative;
  background: #0062a1;
  border-radius: 8px 8px 8px 8px;
  text-align: center;
  color: #ffffff;
  width: 17px;
  padding: 0px 4px;
  display: inline;
  font-size: 8pt;
  float: right;
}
.login li {
  display: inline;
  color: #0062a1;
}
.login li.vispro.icon_link span {
  background: #fff;
}
.login li .header-divider {
  letter-spacing: -0.2em;
}
.top-cart {
  display: block;
  float: none;
  margin-top: 3px;
  padding: 0 0 0 14px;
  clear: both;
  width: 215px;
  height: 24px;
  line-height: 24px;
  background: #519d0f url(/skin/frontend/dotsource/default/images/vispronet/1px_sprite.png) repeat-x 0 -55px;
  color: white;
  text-decoration: none;
  cursor: pointer;
}
.top-cart:focus,
.top-cart:active,
.top-cart:hover {
  color: white;
}
.top-cart span.arrow {
  display: block;
  float: right;
  width: 24px;
  height: 24px;
  background: url(/skin/frontend/dotsource/default/images/vispronet/vispro.png) no-repeat -641px -444px;
}
.cartIcon {
  width: 67px;
  height: 42px;
  margin: 0 10px 0 -1px;
  background: transparent url(/skin/frontend/dotsource/default/images/vispronet/vispro.png) no-repeat -507px -130px;
  cursor: pointer;
  float: left;
}
.cartIcon.no-items {
  background-position: -574px -130px;
}
.cartQty {
  background: #519e2a;
  border-radius: 8px 8px 8px 8px;
  text-align: center;
  color: #ffffff;
  width: 17px;
  padding: 0px 4px;
  display: inline;
  font-size: 8pt;
  float: right;
}
.cart-empty {
  background: none;
  margin-left: 0;
  padding: 0;
}
#cartCloseLayer,
#pricetableCloseLayer,
.closeLayer {
  padding-right: 26px;
  line-height: 23px;
  width: 60px;
  cursor: pointer;
  background: transparent url(/skin/frontend/dotsource/default/images/vispronet/vispro.png) no-repeat -582px -416px;
}
#cartCloseLayer,
#pricetableCloseLayer {
  position: absolute;
  right: 25px;
}
.closeLayer {
  float: right;
  margin: -10px -10px 0 0;
  color: #0062a1;
  font-size: 11px;
  font-weight: normal;
  background-position: -592px -416px;
  height: 23px;
}
.closeLayer.innerColorbox {
  margin: auto;
  margin-top: 10px;
  margin-right: 0px;
}
/**
 *
 * Main content
 *
 */
.breadcrumbs {
  position: relative;
  top: -10px;
  margin: 0;
  padding: 15px 0 3px 5px;
  background: none;
  font-size: 11px;
  width: 734px;
  text-align: left;
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs li a {
  color: #000;
  text-decoration: none;
}
.breadcrumbs li.last a {
  color: #0062a1;
}
.breadcrumbs li a:hover {
  color: #83b817;
  text-decoration: none;
}
/**
 *
 * Sidebar
 *
 */
.sidebar .block {
  border: 0 none;
  background: none;
}
.sidebar .block.color .block-content {
  width: 226px;
  height: 103px;
  background: #ffffff url(/skin/frontend/dotsource/default/images/vispronet/vispro.png) no-repeat 0 -641px;
}
.sidebar .block .block-content .popular-footer {
  margin-top: 20px;
}
.sidebar .block.big {
  min-height: 226px;
  background-repeat: no-repeat;
}
.sidebar .block.big .block-content {
  height: 211px;
}
.sidebar .block.small {
  min-height: 113px;
  background-repeat: no-repeat;
}
.sidebar .block.small .block-content {
  height: 98px;
}
.sidebar .block.medium {
  min-height: 226px;
  background-repeat: no-repeat;
}
.sidebar .block.medium .block-content {
  height: 196px;
}
.sidebar .block .block-title {
  padding: 15px;
}
.sidebar .block .block-content {
  padding: 0 15px 15px 15px;
  color: #000;
}
.sidebar .block .block-footer {
  background: transparent url(/skin/frontend/dotsource/default/images/vispronet/vispro.png) no-repeat -15px 17px;
  min-height: 20px;
  padding-bottom: 14px;
  margin-top: -24px;
}
.sidebar a.icon_link,
.sidebar p.icon_link {
  padding-left: 29px;
  background: transparent url(/skin/frontend/dotsource/default/images/vispronet/vispro.png) no-repeat -93px -286px;
  padding-bottom: 7px;
  display: block;
  text-decoration: none;
  color: #fff;
}
.sidebar a.icon_link:hover {
  color: #83B817;
}
.sidebar .block-tags .block-content {
  padding: 5px 15px 27px;
  background: transparent url(/skin/frontend/dotsource/default/images/vispronet/sidebar_4.jpg) no-repeat center bottom;
}
/**
 *
 * Footer
 *
 */
.footer {
  margin-left: 0;
  margin-right: 4px;
  height: 205px;
  font-size: 10px;
  padding-top: 15px;
}
.footer ul {
  width: 170px;
  font-size: 10px;
}
.footer .caption {
  margin-bottom: 0;
  color: #0062a1;
}
.footer a {
  text-decoration: none;
  clear: both;
  display: block;
  line-height: 15px;
}
.footer-container {
  height: 230px;
  border: none;
  margin: 17px 0 0 0;
  background: #d9e2ee;
  background: -moz-linear-gradient(top, #f1f6fa 0%, #d9e2ee 60%);
  background: -o-linear-gradient(top, #f1f6fa 0%, #d9e2ee 60%);
  background: -ms-linear-gradient(top, #f1f6fa 0%, #d9e2ee 60%);
  background: linear-gradient(to bottom, #f1f6fa 0%, #d9e2ee 60%);
  -pie-background: linear-gradient(#f1f6fa, #d9e2ee);
  padding: 0;
}
.footer_links {
  border-right: solid 1px #dadada;
  margin: auto;
  padding-left: 16px;
  margin-top: 13px;
  float: left;
  height: 100px;
  overflow: hidden;
}
.footer_links.col1 a:before,
.footer_links.col2 a:before,
.footer_links.col3 a:before {
  content: "\203A ";
  display: list-item;
  color: #0062a1;
  float: left;
  margin-right: 4px;
}
.footer_links.col5,
.footer_links.col6,
.footer_links.col7,
.footer_links.col8 {
  height: 75px;
}
.footer_links.last {
  border-right: none;
}
.footer_links.middle {
  margin-left: -5px;
}
.footer_links.col3 ul,
.footer_links.col7 {
  width: 220px;
}
.footer_links.col1 ul,
.footer_links.col5 ul {
  width: 155px;
}
.footer_links.col2 ul,
.footer_links.col6 ul {
  width: 175px;
}
.footer_links.col3 ul li {
  margin-right: 8px;
}
.footer_links.col4 ul {
  width: 250px;
  color: #0062a1;
}
.footer_links.col5,
.footer_links.col6,
.footer_links.col7,
.footer_links.col8 {
  margin-top: 15px;
}
.footer_links.col5 ul li,
.footer_links.col6 ul li {
  float: left;
  margin-right: 10px;
}
.footer_links.col7,
.footer_links.col8 {
  margin-left: 19px;
}
.footer_links.col7 .caption,
.footer_links.col8 .caption {
  font-weight: bold;
  font-size: 13px;
}
.footer_links .icons {
  margin: 4px 0 6px 0;
}
.footer ul.links li,
.footer ul li {
  font-size: 13px;
}
.footer ul li.caption {
  float: none;
  font-weight: bold;
  color: #0062a1;
}
address.copyright {
  float: left;
  text-transform: none;
  padding-top: 6px;
}
/**
 *
 * Homepage
 *
 */
#home_message {
  margin: 25px 0 15px;
  color: #0062a1;
}
#home_message p {
  margin-bottom: 5px;
}
#home_message img {
  margin-right: 10px;
}
#home_message > div {
  display: flex;
  align-items: center;
}
.widget-banner {
  width: 715px;
  margin-top: 3px;
  color: #0062a1;
  text-align: left;
}
.widget-banner a.no-content-link {
  text-decoration: none;
}
.widget-banner .full-size-background {
  width: 715px;
  height: 302px;
}
.widget-banner .full-size-link {
  display: block;
  width: 715px;
  height: 302px;
  position: absolute;
}
.widget-banner a.no-content-link,
.sidebar a.no-content-link {
  text-decoration: none;
}
#banner_header {
  background: #e39912;
  background: -moz-linear-gradient(top, #f4b721 0%, #d17601 100%);
  background: -o-linear-gradient(top, #f4b721 0%, #d17601 100%);
  background: -ms-linear-gradient(top, #f4b721 0%, #d17601 100%);
  background: linear-gradient(to bottom, #f4b721 0%, #d17601 100%);
  -pie-background: linear-gradient(#f4b721, #d17601);
  height: 33px;
}
#banner_menue {
  float: left;
  margin: 0;
  padding: 0;
  border-right: 1px solid #ffba1f;
}
#banner_menue li {
  list-style-type: none;
  display: inline-block;
  padding: 0 20px;
  color: white;
  line-height: 33px;
  font-size: 16px;
  cursor: pointer;
  border-right: 1px solid #a35c00;
  border-left: 1px solid #ffba1f;
}
#banner_menue li:first-child {
  border-left: none;
}
#banner_menue li.active {
  color: black;
  background: #f2f2f2;
  background: -moz-linear-gradient(top, #ebebeb 0%, #ffffff 15%, #e4e4e4 100%);
  background: -o-linear-gradient(top, #ebebeb 0%, #ffffff 15%, #e4e4e4 100%);
  background: -ms-linear-gradient(top, #ebebeb 0%, #ffffff 15%, #e4e4e4 100%);
  background: linear-gradient(to bottom, #ebebeb 0%, #ffffff 15%, #e4e4e4 100%);
  -pie-background: linear-gradient(#ebebeb, #e4e4e4);
}
#banner_menue li.category_1 {
  color: black;
  background: url(/skin/frontend/dotsource/default/images/banners/header_visprodesign.png) no-repeat;
  width: 49px;
  color: transparent;
}
#banner_menue li.active.category_1 {
  background: url(/skin/frontend/dotsource/default/images/banners/header_visprodesign_active.png) no-repeat #ffffff;
}
#banner_numbers {
  float: right;
  margin: 4px 5px 0 0;
}
#banner_numbers li {
  list-style-type: none;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: transparent url(/skin/frontend/dotsource/default/images/vispronet/vispro.png) no-repeat -244px -698px;
  cursor: pointer;
}
#banner_numbers li.bannernumber1 {
  background-position: -244px -698px;
}
#banner_numbers li.bannernumber2 {
  background-position: -268px -698px;
}
#banner_numbers li.bannernumber3 {
  background-position: -292px -698px;
}
#banner_numbers li.bannernumber4 {
  background-position: -316px -698px;
}
#banner_numbers li.bannernumber5 {
  background-position: -340px -698px;
}
#banner_numbers li.bannernumber6 {
  background-position: -364px -698px;
}
#banner_numbers li.bannernumber7 {
  background-position: -388px -698px;
}
#banner_numbers li.bannernumber8 {
  background-position: -412px -698px;
}
#banner_numbers li.bannernumber9 {
  background-position: -436px -698px;
}
#banner_numbers li.active.bannernumber1 {
  background-position: -244px -723px;
}
#banner_numbers li.active.bannernumber2 {
  background-position: -268px -723px;
}
#banner_numbers li.active.bannernumber3 {
  background-position: -292px -723px;
}
#banner_numbers li.active.bannernumber4 {
  background-position: -316px -723px;
}
#banner_numbers li.active.bannernumber5 {
  background-position: -340px -723px;
}
#banner_numbers li.active.bannernumber6 {
  background-position: -364px -723px;
}
#banner_numbers li.active.bannernumber7 {
  background-position: -388px -723px;
}
#banner_numbers li.active.bannernumber8 {
  background-position: -412px -723px;
}
#banner_numbers li.active.bannernumber9 {
  background-position: -436px -723px;
}
#banner_numbers #banner_pause {
  background-position: -484px -723px;
}
#banner_numbers #banner_pause.play {
  background-position: -460px -723px;
}
#banner_container {
  position: relative;
  height: 302px;
}
.widget.widget-banner .banner-shadow {
  width: 100%;
  height: 10px;
}
.widget.widget-banner .banner-shadow .left,
.widget.widget-banner .banner-shadow .right {
  width: 355px;
  height: 100%;
  background: #ffffff url(/skin/frontend/dotsource/default/images/vispronet/vispro.png) no-repeat -395px -7px;
}
.widget.widget-banner .banner-shadow .left {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
#banner_container > div {
  width: 100%;
  position: absolute;
  z-index: 1;
}
#banner_container > div.active {
  z-index: 3;
}
#banner_container p.deliverybox-text {
  color: #FFFFFF;
  font-size: 9pt;
  line-height: 11pt;
  position: relative;
}
#banner_container a.deliverybox-link {
  color: #FFFFFF;
}
a.deliverybox-link,
a.deliverybox-accessory-link,
.box-collateral a.deliverybox-link,
.box-collateral a.deliverybox-accessory-link,
#wishlist-table a.deliverybox-link {
  text-decoration: underline;
}
.top-category-caption {
  font-weight: bold;
  margin-bottom: 7px;
  padding-top: 10px;
  clear: both;
}
.banner-sub-block p.description,
.banner-sub-block h1.title {
  font-size: 13px;
  color: #0062a1;
}
.banner-sub-block p.description {
  margin: 15px 0px 15px 0px;
}
/**
 *
 * Left navigation category view
 *
 */
.sidebar .block-layered-nav {
  padding-top: 6px;
  overflow: hidden;
  background: #f1f6fa;
  border: 1px solid #cfcfcf;
}
.left-nav-footer {
  height: 10px;
  margin-top: -10px;
  background: #ffffff url(/skin/frontend/dotsource/default/images/vispronet/vispro.png) no-repeat 0 -641px;
}
.sidebar .block-layered-nav dt {
  padding: 4px 0 0 20px;
  color: #83b817;
  font-size: 15px;
  font-weight: normal;
}
.sidebar .block-layered-nav dd {
  margin-bottom: 8px;
}
.sidebar .block-layered-nav dd ol {
  width: 224px;
  margin-left: 0;
}
.sidebar .block-layered-nav dd ol > li {
  padding-left: 0;
}
.sidebar .block-layered-nav dd ol > li > a {
  display: block;
  position: relative;
  border-top: 1px solid #cfcfcf;
  padding: 5px 17px;
  color: #0062a1;
  background: #d9e2ee;
  background: -moz-linear-gradient(top, #f1f6fa 0%, #d9e2ee 60%);
  background: -o-linear-gradient(top, #f1f6fa 0%, #d9e2ee 60%);
  background: -ms-linear-gradient(top, #f1f6fa 0%, #d9e2ee 60%);
  background: linear-gradient(to bottom, #f1f6fa 0%, #d9e2ee 60%);
  -pie-background: linear-gradient(#f1f6fa, #d9e2ee);
}
.sidebar .block-layered-nav dd ol > li.current > a,
.sidebar .block-layered-nav dd ol > li.current > a:hover {
  -webkit-box-shadow: #666 0 3px 3px;
  -moz-box-shadow: #666 0 3px 3px;
  box-shadow: #666 0 3px 3px;
  border: none;
  color: #FFFFFF;
  background: #3381b4;
  background: -moz-linear-gradient(top, #3381b4 0%, #045588 100%);
  background: -o-linear-gradient(top, #3381b4 0%, #045588 100%);
  background: -ms-linear-gradient(top, #3381b4 0%, #045588 100%);
  background: linear-gradient(to bottom, #3381b4 0%, #045588 100%);
  -pie-background: linear-gradient(#3381b4, #045588);
}
.sidebar .block-layered-nav dd ol > li > a:hover {
  color: #FFFFFF;
  background: #a3b9d9;
  background: -moz-linear-gradient(top, #a3b9d9 0%, #6a82a5 100%);
  background: -o-linear-gradient(top, #a3b9d9 0%, #6a82a5 100%);
  background: -ms-linear-gradient(top, #a3b9d9 0%, #6a82a5 100%);
  background: linear-gradient(to bottom, #a3b9d9 0%, #6a82a5 100%);
  -pie-background: linear-gradient(#a3b9d9, #6a82a5);
}
.sidebar .block-layered-nav dd ol > li.current ul {
  padding-left: 2px;
}
.sidebar .block-layered-nav dd ol,
.sidebar .block-layered-nav dd > ul {
  margin-top: 23px;
}
.sidebar .block-layered-nav dd ol li,
.sidebar .block-layered-nav dd > ul > li {
  margin-bottom: 10px;
  padding-left: 0;
}
.sidebar .block-layered-nav dd ol li {
  margin-bottom: 0;
}
.sidebar .block-layered-nav dd > ol > li.current > ul li {
  padding-left: 15px;
}
.sidebar .block-layered-nav dd > ul > li.last {
  margin-bottom: 0;
  padding-bottom: 16px;
}
.sidebar .block-layered-nav dd li,
.sidebar .block-layered-nav dd a {
  color: #0062a1;
}
.sidebar .block-layered-nav dd a:hover {
  color: #83B817;
}
.sidebar .block-layered-nav dd li.current,
.sidebar .block-layered-nav ul li.current a,
.sidebar .block-layered-nav dd li.current > h2,
.sidebar .block-layered-nav dd li.current > h2 a,
.sidebar .block-layered-nav dd li:hover,
.sidebar .block-layered-nav dd li:hover > h2,
.sidebar .block-layered-nav dd li:hover > h2 a {
  color: #83B817;
}
.sidebar .block-layered-nav dd li:hover a {
  text-decoration: none;
}
.sidebar .block-layered-nav dd ol ul li,
.sidebar .block-layered-nav dd ul ul li {
  margin: 7px 0;
}
/**
 *
 * Category view main content
 *
 */
.std .text-container {
  background: #f1f6fa;
}
.category-view {
  margin: 0;
}
.category-view.no-desc {
  margin-top: 4px;
}
.category_desc {
  min-height: 222px;
  margin-bottom: 11px;
  border-bottom: 1px solid #D9D9D9;
}
.category_desc .category_image {
  float: left;
  position: relative;
  width: 166px;
  border: 1px solid #D9D9D9;
}
.category_desc .category-description {
  width: 531px;
  float: left;
  padding: 0 0 20px 0;
  text-align: justify;
  margin-left: 18px;
}
.product-image-overlay {
  display: block;
  position: absolute;
  top: 0;
  width: 166px;
  height: 166px;
}
.more_information {
  margin: 20px 0 0;
  border: none;
  min-height: 0;
  color: #000000;
  font-size: 13px;
  text-align: justify;
  line-height: 16px;
  clear: left;
}
.more_information h1,
.more_information h2,
.more_information h3,
.more_information h4 {
  font-size: 12px;
  font-weight: bold;
  color: #0062a1;
  font-style: normal !important;
}
.more_information p a {
  color: #000000;
}
.more_information img.left {
  margin: 3px 18px 3px 0px;
}
.more_information img.right {
  margin: 3px 0px 3px 18px;
}
.more_information img.fullsize {
  margin-bottom: 25px;
}
.more_information .inhaltsverzeichnis {
  margin-left: 20px;
}
sub,
sup {
  line-height: 1;
  height: 0;
  vertical-align: baseline;
  position: relative;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
.top-category-view h1 {
  margin: 0 0 25px 0;
}
.category-view .toolbar {
  margin-top: -2px;
}
.sorter,
.pager {
  clear: both;
  background: none;
  border: none;
  font: inherit;
  color: inherit;
}
.category-view .sorter {
  padding-left: 244px;
}
.results-view .sorter {
  padding-right: 50px;
  float: right;
}
.category-view label,
.category-view .styled_select,
.results-view label,
.results-view .styled_select {
  float: left;
}
.category-view label,
.results-view label {
  margin: 1px 18px 1px 0;
  line-height: 24px;
}
.category-view .limiter label,
.results-view .limiter label {
  margin-left: 57px;
}
.category-view .styled_select,
.results-view .styled_select {
  width: 167px;
}
.category-view .styled_select select,
.results-view .styled_select select {
  width: 195px;
}
.category-view .limiter .styled_select,
.results-view .limiter .styled_select {
  width: 70px;
}
.category-view .limiter .styled_select select,
.results-view .limiter .styled_select select {
  width: 98px;
}
.results-view .limiter {
  float: left;
}
.results-view .display_mode {
  float: left;
}
.category-view .pager {
  display: none;
}
.category-view .toolbar-bottom,
.category-view .toolbar-bottom .pager {
  display: block;
}
.category-view .toolbar-bottom .sorter {
  display: none;
}
.products-grid {
  margin-bottom: 20px;
  padding-left: 0;
}
.products-grid li.item {
  position: relative;
  width: 166px;
  height: 206px;
  border: 1px solid #d9d9d9;
  margin: 0 15px 14px 0;
  line-height: 16px;
  overflow: visible;
  /* without this shadow of design label gets clipped */
}
.products-grid li.item.row-margin {
  margin-bottom: 30px;
}
.category-products.hasProducts .products-grid li.item {
  height: 275px;
}
.products-grid li.item:nth-child(4n) {
  margin-right: 0;
}
.products-grid li.item:focus,
.products-grid li.item:hover {
  border: 1px solid #83B817;
  color: #000;
}
.products-grid .product-image {
  width: 166px;
  height: 166px;
  margin-bottom: 0;
  border-bottom: 1px solid #d9d9d9;
}
.products-grid .product-name,
.products-grid .product-header {
  margin-bottom: 0;
  padding: 4px 6px;
  font-weight: normal;
  height: 30px;
}
.product-name a,
.products-grid .product-header a {
  color: #0062a1;
  text-decoration: none;
  text-transform: none;
  font-size: 14px;
}
#designtool-samples .products-grid .product-name a {
  font-size: 13px;
}
.product-name a:hover {
  text-decoration: underline;
  color: #83b817;
}
.product-name.price-name a {
  font-size: 13px;
}
.products-grid .price-box {
  margin: 0;
  padding: 0 6px;
}
.category-products .price-box {
  font-size: 13px;
}
.category-view .price-box .price,
.category-view .regular-price .price,
.results-view .price-box .price,
.results-view .regular-price .price {
  font-weight: normal;
}
.category-products .products-grid .tax-details {
  display: none;
}
.products-grid .designIt {
  position: absolute;
  right: -8px;
  bottom: -23px;
  width: 65px;
  height: 43px;
  background: transparent url(/skin/frontend/dotsource/default/images/vispronet/vispro.png) no-repeat -286px -30px;
}
.sidebar .block.big.category-view {
  margin-top: 16px;
}
.sidebar .block.big.category-view .block-content {
  padding: 90px 15px 15px 14px;
}
.sidebar .block.big.category-view .block-footer {
  margin-top: -125px;
}
/**
 *
 * Product view
 *
 */
.catalog-product-view .col-left {
  width: 410px;
}
.catalog-product-view .col-main {
  width: 533px;
}
.catalog-product-view .main {
  margin-bottom: 0;
}
.col2-left-layout .product-view {
  width: 530px;
  margin: 0;
  padding-top: 5px;
  border-top: 0 none;
}
.col2-left-layout .product-view .product-shop {
  width: 533px;
  padding: 0;
  margin-bottom: 30px;
}
.individual-size-limits,
.individual-size-limits-order {
  font-size: 10px;
}
.individual-size-limits-order {
  width: 104px;
  text-align: right;
}
.product-view .product-shop .product-main-info {
  margin: 0;
  padding: 0;
  border: 0 none;
  background: none;
}
.product-view_product-image .product-image {
  position: relative;
  display: block;
  width: 408px;
  height: 408px;
  line-height: 405px;
  text-align: center;
  background: #e6eff4;
}
.product-view_product-image .product-image .product-view_product-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 408px;
  height: 408px;
}
.product-image img {
  vertical-align: middle;
}
.product-view_product-image .product-image,
.more-views img {
  border: 1px solid #d9d9d9;
}
.product-view .product-shop .availability {
  float: left;
  margin-top: 20px;
  font-weight: normal;
  color: #000;
}
.visproacc_printdata .designIt span.icon {
  margin-top: 1px;
}
.price-container {
  float: right;
  margin-top: 20px;
  padding-right: 14px;
}
.price-container.no-special {
  margin-top: 30px;
}
.price-container .price-incl-tax,
.price-container .price-excl-tax {
  float: left;
  margin-bottom: -3px;
}
.price-container .price-incl-tax {
  margin-right: 9px;
  padding-right: 9px;
  border-right: 1px solid #d9d9d9;
}
.price-container .price-incl-tax .price.strike,
.price-container .price-excl-tax .price.strike,
.pricetable-content .price.strike {
  text-decoration: line-through;
}
.price-container .price-incl-tax .price.special,
.price-container .price-excl-tax .price.special,
.pricetable-content .price.special {
  color: #FF0000 !important;
}
.pricetable-content {
  border: 0 !important;
  background: #fff;
  margin-top: -1px;
  padding: 10px 15px 9px 15px;
  table-layout: fixed;
}
.pricetable-content table {
  margin-top: 5px;
}
.pricetable-content .col-1 {
  width: 71px;
}
.pricetable-content .col-2 {
  width: 101px;
}
.pricetable-content .col-3 {
  width: 99px;
}
.pricetable-content .col-4 {
  width: 96px;
}
.pricetable-content .col-5 {
  width: 98px;
}
.pricetable-content .col-6 {
  width: 99px;
}
.pricetable-content .col-7 {
  width: 94px;
}
.pricetable-content td.first {
  padding-right: 14px;
}
.pricetable-content td.first a {
  text-decoration: none;
}
.pricetable-content td.first a:hover {
  text-decoration: underline;
}
.pricetable-content th,
.pricetable-content td {
  border-left: 1px solid #d9d9d9;
}
.pricetable-content th.first,
.pricetable-content td.first {
  border-left: 0 none;
}
.pricetable-content tr.last th,
.pricetable-content th.first,
.pricetable-content tr.last-row td {
  border-bottom: 1px solid #d9d9d9;
}
.price-container .price-excl-tax {
  position: relative;
}
#price-excl-tax .loading-image {
  position: absolute;
  top: -6px;
  left: -25px;
}
.flagstaff-price-excluding-tax,
.flagstaff-price-including-tax {
  line-height: 11px;
  font-size: 10px;
  text-align: left;
}
.flagstaff-price-excluding-tax .price,
.flagstaff-price-including-tax .price {
  font-size: 11px;
  line-height: normal;
  display: block;
  padding: 0;
  margin-bottom: 3px;
}
.flagstaff-price-excluding-tax {
  margin-right: 6px;
  float: right;
}
.flagstaff-price-excluding-tax .price.strike,
.flagstaff-price-including-tax .price.strike {
  text-decoration: line-through;
}
.flagstaff-price-excluding-tax .price.special,
.flagstaff-price-including-tax .price.special {
  color: #FF0000;
}
.flagstaff-price-including-tax {
  border-right: 1px solid #d9d9d9;
  float: left;
}
.products-grid .flagstaff-price-including-tax {
  margin: 5px 8px 0 5px;
  width: 76px;
  float: left;
}
.products-grid .flagstaff-price-excluding-tax {
  margin: 5px 6px 0 0;
}
.product-view .product-shop .price-container .price-box {
  margin: 0 0 5px 0;
}
.product-view .product-shop .price-container .price-box.special-price {
  margin-bottom: -8px;
}
.product-view .product-shop .price-container .price-excl-tax .price-box.special-price {
  margin: 6px 0 -10px 0;
}
.product-view .product-shop .price-box p.old-price {
  margin: -1px 0 6px 0;
}
.product-view .product-shop .price-excl-tax .price-box p.old-price {
  margin: -4px 0 8px 0;
  font-size: 14px;
}
.price-container span {
  display: block;
}
.product-view .product-shop .price-box .price-including-tax .price,
.product-view .product-shop .price-box .regular-price .price {
  color: #000;
}
.product-view .product-shop .price-box .price-including-tax .price,
.product-view .product-shop .price-box .regular-price .price {
  font-size: 19px;
  font-weight: normal;
}
.product-view .product-shop .price-excl-tax .price-box .regular-price .price {
  font-size: 14px;
}
.price-container .tax-details {
  font-size: 11px;
  line-height: 18px;
}
.product-view .product-shop .price-box .special-price .price {
  color: #f00;
  font-size: 14px;
}
.product-view .product-shop .price-incl-tax .price-box .special-price .price {
  font-size: 19px;
  font-weight: normal;
}
.old-price .price {
  font-weight: normal;
  color: #000;
}
.product-view .caption-left,
.product-view .caption-right {
  color: #0062a1;
  font-weight: bold;
  position: relative;
}
.product-view .caption-left {
  top: -5px;
}
.product-view .caption-right {
  top: -11px;
}
.product-view .product-shop .add-to-links {
  float: left;
  margin: 23px 0 0 0;
  padding-left: 2px;
  font-size: 13px;
  line-height: 17px;
  color: #0062a1;
}
.product-view .product-shop .add-to-links a,
#relatedProductsButton {
  color: #0062a1;
  text-decoration: none;
}
.product-view .product-shop .add-to-links a:hover,
#relatedProductsButton:hover {
  color: #83b817;
}
.col2-left-layout .product-view .product-collateral {
  width: auto;
  margin: 14px 0 0 2px;
  padding: 0;
}
.col2-left-layout .product-view .product-collateral a.top-anchor {
  position: relative;
  bottom: 50px;
}
.collateral-tabs .tab {
  z-index: 0 !important;
  margin-right: 8px;
  padding-left: 12px;
  font-size: 15px;
  color: #0062a1;
  background: #ffffff url(/skin/frontend/dotsource/default/images/vispronet/1px_sprite.png) repeat-x 0 -175px;
}
.collateral-tabs .tab span {
  display: block;
  height: 25px;
  margin-right: -4px;
  padding: 13px 24px 0 0;
  background: none;
}
.collateral-tabs .active {
  color: #fff;
  font-weight: normal;
  background: #ffffff url(/skin/frontend/dotsource/default/images/vispronet/1px_sprite.png) repeat-x 0 -215px;
}
.collateral-tabs .active.first {
  margin-left: 1px;
}
.collateral-tabs .active span {
  background: transparent url(/skin/frontend/dotsource/default/images/vispronet/vispro.png) no-repeat right -526px;
}
.collateral-tabs .disabled {
  color: #000;
  cursor: default;
  background: #ffffff url(/skin/frontend/dotsource/default/images/vispronet/1px_sprite.png) repeat-x 0 -318px;
}
.box-collateral {
  background: none;
  position: relative;
}
.box-collateral li span.category {
  font-weight: bold;
}
.collateral-tabs .tab-container {
  position: static;
  padding-top: 38px;
}
.collateral-tabs .tab-container:first-child {
  clear: both;
}
.collateral-tabs .tab-content {
  padding: 8px 13px 15px 14px;
  background: #f1f6fa;
  font-size: 13px;
  border: 1px solid #D9D9D9;
}
.collateral-tabs .tab-content.accordion {
  padding: 0;
  border-top: 0;
}
.collateral-tabs #order-tab-container .tab-content.accordion {
  border-bottom: 0;
}
.collateral-tabs .tab-content p,
.collateral-tabs .tab-content ul,
.collateral-tabs .tab-content table {
  margin-bottom: 19px;
}
.collateral-tabs .tab-content th,
.collateral-tabs .tab-content td {
  padding: 2px 3px;
}
.collateral-tabs .tab-content th {
  font-weight: bold;
}
.collateral-tabs .tab-content ul {
  margin-left: 13px;
}
#visproacc .active-arrow,
.opc .active-arrow {
  width: 26px;
  height: 9px;
  margin: -4px auto 0 auto;
  background: transparent url(/skin/frontend/dotsource/default/images/vispronet/vispro.png) no-repeat -805px -338px;
}
.opc .active-arrow {
  margin-top: -3px;
}
.visproacc {
  padding: 13px 6px 8px 13px;
}
.colors div.color,
.extrafinishing .color {
  height: 16px;
  width: 16px;
}
.visproacc .info-button {
  float: right;
  margin-right: 10px;
}
.visproacc dd > .info-button {
  float: none;
  position: absolute;
  left: -30px;
}
.icon-standard,
.icon-express,
.icon-overnight {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 6px;
  color: #fff;
  background: transparent url(/skin/frontend/dotsource/default/images/vispronet/vispro.png) no-repeat -712px -285px;
}
.icon-express {
  background-position: -735px -285px;
}
.icon-overnight {
  background-position: -757px -285px;
}
.underline {
  text-decoration: underline;
}
.pricetable-legend {
  margin: 20px 6px 0 0;
  text-align: right;
}
.pricetable-legend .icon-standard,
.pricetable-legend .icon-express,
.pricetable-legend .icon-overnight {
  position: relative;
  display: inline-block;
  text-align: center;
}
input.qty,
input.validate-accessory-length-range {
  text-align: center;
  width: 28px;
}
.product-view .box-related {
  font-size: 13px;
}
.collateral-tabs .tab-content p.intro {
  margin-bottom: 3px;
}
.box-related button {
  float: right;
}
.box-related button.bottom {
  margin-top: 15px;
}
.box-related table {
  width: 100%;
  margin-top: 19px;
  border: 0 none;
}
.box-related td {
  padding-bottom: 9px;
  border-bottom: 1px solid #d5d8da;
}
.box-related tr.last td {
  border: 0 none;
}
.box-related .custom-option {
  min-width: 70px;
  padding-left: 13px;
}
.box-related .item-detail {
  padding-left: 14px;
}
.box-related tr.item td {
  padding-top: 12px;
}
.box-related tr.item td.item-detail {
  padding: 8px 30px 9px 14px;
}
.box-related tr.item td.item-price {
  min-width: 75px;
  padding-top: 9px;
}
.box-collateral .box-title {
  padding: 0;
  background: none;
  border: 0 none;
}
.box-collateral {
  padding-top: 13px;
}
.box-collateral .box-title {
  color: #0062a1;
  font-weight: normal;
  font-size: 15px;
  text-transform: uppercase;
}
.tab-container .box-collateral .box-title {
  font-size: 10pt;
  text-transform: none;
  cursor: pointer;
  margin-top: 20px;
}
.box-collateral .box-content {
  padding: 9px 0 0 0;
}
.box-collateral li {
  color: #0062a1;
}
.box-collateral ul li ul {
  padding-left: 17px;
}
.box-collateral a {
  text-decoration: none;
}
.box-collateral.pricelist {
  margin-bottom: 20px;
}
.box-collateral.box-up-sell {
  margin-top: 20px;
}
.box-collateral.box-up-sell .box-title {
  margin-bottom: 13px;
  padding-left: 2px;
}
.box-collateral.box-up-sell .products-grid li.item {
  width: 153px;
  height: 180px;
  margin-right: 5px;
}
.box-collateral.box-up-sell .products-grid li.item.last {
  margin-right: 0;
}
.box-collateral.box-up-sell .products-grid .product-image {
  width: 153px;
  height: 125px;
  background-color: #DCEDF4;
}
.box-collateral.box-up-sell .products-grid h3 {
  padding-top: 3px;
}
.box-up-sell .product-header a {
  font-size: 11px;
}
/*
 *
 * Login user back office and checkout
 *
 */
.page-title {
  background: none;
  border-bottom: none;
  margin-bottom: 0;
  padding: 23px 20px 0;
}
.page-title h1,
.page-title + p {
  margin: 0;
}
.page-popup .page-title,
.col-main .page-title {
  margin-left: -10px;
}
.page-title h1,
.page-title h2 {
  color: #000000;
  padding-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
  font-family: Tahoma, sans-serif;
}
.account-login .registered-users,
.col2-set.checkout-login .col-1 {
  border-right: 1px solid #B3B3B3;
  padding: 0 31px 0 67px;
  width: 385px;
  min-height: 180px;
}
.account-login .fieldset h2.legend,
.checkout-login h4,
.checkout_registered-users h2,
.checkout_new-users h2 {
  color: #0062a1;
  padding-bottom: 3px;
  font-weight: normal;
  font-size: 13px;
}
.customer-account-resetpassword .main.col1-layout {
  min-height: 180px;
}
.account-login .form-list label,
.checkout-login .form-list label {
  font-weight: normal;
  padding-right: 21px;
  width: 100px;
}
.form-list li {
  margin: 0 0 10px;
  padding-top: 5px;
}
#co-billing-form .fieldset {
  margin-bottom: 0px;
}
#co-billing-form p.required {
  padding: 0;
}
#billing-new-address-form,
#shipping-new-address-form {
  padding-top: 10px;
}
#shipping-address-type-ups-accesspoint-note {
  margin-left: 22px;
  display: none;
}
.form-list .validation-advice {
  width: 360px;
}
#accessory-items .validation-advice {
  width: 100px;
}
.my-account .form-list .validation-advice,
.form-list #register-customer-password .validation-advice,
.contact-form .form-list .validation-advice,
.account-create .form-list .validation-advice {
  width: 380px;
}
.my-account .form-list .validation-advice#advice-validate-privacy-policy-privacy_policy,
.form-list #register-customer-password .validation-advice#advice-validate-privacy-policy-privacy_policy,
.contact-form .form-list .validation-advice#advice-validate-privacy-policy-privacy_policy,
.account-create .form-list .validation-advice#advice-validate-privacy-policy-privacy_policy {
  margin-top: 98px;
}
.forgot-password .form-list .validation-advice {
  width: 388px;
}
.opc .form-list .validation-advice {
  width: auto;
  margin-right: 0;
}
.account-login .register {
  float: left;
  margin-left: 100px !important;
}
.account-login .buttons-set {
  float: left;
  clear: none;
  margin: 0;
  margin-left: 316px;
  width: 130px;
}
.account-login p.required,
.checkout-login .btn-only {
  width: 200px;
  float: right;
  margin-right: 15px;
}
.account-login .newButton {
  margin-bottom: 5px;
  float: none;
}
.account-login .btn-only a,
.checkout-login .btn-only a {
  float: none;
  margin-right: 5px;
  text-decoration: none;
}
.account-login p.required {
  margin: 0 19px;
}
.account-login .new-users,
.checkout-login .col-2 {
  min-height: 180px;
  padding: 0 75px 0 50px;
  width: 310px;
  position: relative;
}
.account-login .col2-set {
  height: 180px;
}
.account-login {
  background: none;
  min-height: 330px;
}
.account-login.checkout {
  background: none;
  min-height: 230px;
}
.account-login.checkout .col2-set {
  padding: 20px 10px 30px !important;
}
.account-login .checkout_registered-users {
  padding: 0 15px 0 0px;
  width: 345px;
  border-right: 1px solid #b3b3b3;
}
.account-login .checkout_registered-users .validation-advice {
  width: 270px;
}
.account-login .checkout_registered-users .register {
  margin-left: 70px !important;
}
.account-login .checkout_new-users {
  padding: 0 34px 0 0;
  width: 290px !important;
}
.customer-account-logoutsuccess .main,
.checkout-onepage-index .main,
.checkout-cart-index .main,
.customer-account-forgotpassword .main,
.cms-lieferzeiten-feiertage .main {
  min-height: inherit;
}
.checkout_register .buttons-set {
  margin-left: 0;
}
.col2-set.checkout-login {
  width: 835px;
  padding-top: 4px;
}
.col2-set.checkout-login .col-1 {
  width: 356px;
  padding-left: 62px;
}
.col2-set.checkout-login h4 {
  margin-bottom: 5px;
}
.checkout-login .form-list input.input-text {
  width: 218px;
}
.checkout-login ul.form-list {
  padding-top: 17px;
}
.checkout-login .btn-only {
  margin-right: 3px;
  text-align: right;
}
.checkout-login .btn-only button {
  margin-bottom: 7px;
}
.checkout-login .col-2 {
  width: 345px;
  padding: 0;
}
/*
 *
 * Printsamples
 *
 */
#printsamplesForm .name-prefix .styled_select,
#printsamplesForm .name-country .styled_select {
  width: 380px;
}
#printsamplesForm .name-prefix .styled_select select,
#printsamplesForm .name-country .styled_select select {
  width: 400px;
}
/*
 *
 * Registration
 *
 */
.account-create .fieldset,
.customer-account-resetpassword .fieldset {
  margin: 0 0 0 65px;
}
.account-create .fieldset h2.legend {
  color: #0062a1;
  text-transform: uppercase;
  padding-bottom: 3px;
  margin-left: 50px;
}
.account-create .form-list label {
  font-weight: normal;
  padding-right: 20px;
}
.account-create .form-list .add-field .input-box {
  margin-left: 0;
}
.account-create .styled_select {
  width: 410px;
}
.account-create .styled_select select {
  width: 438px;
}
.account-create .name-prefix .styled_select {
  width: 166px;
}
.account-create .name-prefix .styled_select select {
  width: 194px;
}
.account-create .input-style,
.customer-account-resetpassword .input-style {
  width: 408px;
}
.account-create .form-list input.input-text,
.customer-account-resetpassword input.input-text,
.form-list textarea {
  width: 401px;
}
.account-create .form-list li.customer-type,
.account-create #sector .form-list li {
  margin-bottom: 0;
  padding-bottom: 0;
}
.divider {
  background: #C6C6C6;
}
.account-create .form-list p {
  padding-left: 0;
}
.account-create .form-list p.passwordnotice {
  width: 381px;
}
.account-create .leadsource .form-alt label {
  display: block;
}
.leadsource label em {
  position: static;
}
.account-create .form-list .form-alt.leadsource {
  width: 699px;
  margin: 10px auto;
}
.account-create .form-list .form-alt.leadsource .input-box {
  float: none;
  width: 699px;
}
.account-create .leadsource .select_fake_text {
  width: 695px;
}
.account-create .leadsource .styled_select select {
  width: 723px;
}
.account-create .form-buttons,
.customer-account-resetpassword .form-buttons {
  width: 420px;
  margin-left: 305px;
}
.account-create .newButton.submit,
.customer-account-resetpassword .form-buttons button,
.customer-account-forgotpassword .form-buttons button.submit {
  float: right;
}
.account-create p.required {
  width: 720px;
  margin-top: 35px;
}
/*
 *
 * forgotpassword
 *
 */
.forgot-password {
  min-height: 287px;
}
.forgot-password .fieldset p {
  margin-left: 10px;
}
.forgot-password .form-list {
  margin-left: 65px;
}
.forgot-password .form-list label {
  font-weight: normal;
  padding-right: 20px;
}
.forgot-password .form-list input.input-text,
.forgot-password .form-list textarea {
  width: 401px;
}
.forgot-password .input-style {
  width: 408px;
}
.forgot-password .form-buttons {
  width: 420px;
  margin-left: 305px;
  margin-top: 50px;
}
.forgot-password p.required {
  width: 720px;
}
/**
 * Recommend
 */
.sendfriend-product-send .form-buttons p.back-link {
  width: 177px;
}
.sendfriend-product-send p.required {
  width: 513px;
}
/*
 *
 * My Account / Newsletter Subscription
 *
 */
.page-popup .page-title,
.col-main .page-title {
  padding-left: 10px;
  z-index: auto;
}
.form-list .control label {
  font-weight: normal;
}
.newsletter-tab-image {
  width: 398px;
  height: 138px;
  margin-left: 563px;
}
/*
 *
 * Colorbox (Lightbox styles), Cart Layer & jQuery ui-widget
 *
 */
.ui-widget-overlay,
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
.ui-widget-overlay,
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
}
.colorbox {
  width: 500px;
}
.opc .colorbox.please-wait {
  position: fixed;
  left: 50%;
  margin-left: -250px;
}
.colorbox.please-wait {
  left: 15%;
  padding: 0;
  background: none;
  border: 0 none;
  font-weight: normal;
  margin: 0;
}
.cboxWrapper {
  width: 542px;
}
#cboxMiddleLeft,
.cboxMiddleLeft,
#cboxBottomLeft,
.cboxBottomLeft {
  clear: left;
}
#cboxContent,
.cboxContent {
  position: relative;
}
.cboxContent {
  float: left;
  width: 458px;
}
#cboxLoadedContent,
.cboxLoadedContent {
  overflow: auto;
  margin-bottom: 28px;
  background-color: #e6eff4;
}
.colorbox.please-wait .cboxLoadedContent {
  height: 60px;
  margin-bottom: 0;
}
#upload-please-wait .cboxContent {
  height: 108px;
}
#upload-please-wait .cboxLoadedContent {
  height: 80px;
  margin-bottom: -28px;
}
#upload-please-wait .cboxMiddleLeft,
#upload-please-wait .cboxMiddleRight {
  height: 108px;
}
.cboxHeading {
  padding: 3px 0 0 0;
  color: #0062a1;
  text-align: center;
  font-size: 15px;
}
.colorbox.please-wait .cboxHeading {
  font-size: 13px;
}
.colorbox.please-wait img {
  margin-top: 12px;
}
.opc .form-buttons .please-wait {
  text-align: center;
}
#opc-billing .form-buttons {
  margin-top: 26px;
}
#opc-shipping .form-buttons {
  margin-top: 36px;
}
#opc-payment .form-buttons {
  margin-top: 28px;
}
#opc-review .form-buttons {
  margin-top: 7px;
}
#cboxTitle,
.cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#cboxTopLeft,
.cboxTopLeft,
#cboxTopRight,
.cboxTopRight,
#cboxBottomLeft,
.cboxBottomLeft,
#cboxBottomRight,
.cboxBottomRight {
  width: 21px;
  height: 10px;
  background: #fff;
}
#cboxMiddleLeft,
.cboxMiddleLeft,
#cboxMiddleRight,
.cboxMiddleRight {
  width: 21px;
  background: #fff;
}
#cboxTopCenter,
.cboxTopCenter,
#cboxBottomCenter,
.cboxBottomCenter {
  height: 10px;
  background: #fff;
}
.cboxTopCenter,
.cboxBottomCenter {
  width: 458px;
}
.please-wait .cboxMiddleLeft,
.please-wait .cboxMiddleRight {
  height: 60px;
}
#cboxContent,
.cboxContent {
  background: #fff;
  overflow: hidden;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxTitle,
.cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}
#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 21px;
  color: #949494;
  width: 35px;
  text-align: center;
}
#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}
#cboxPrevious {
  position: absolute;
  bottom: -5px;
  left: 0;
  background: transparent url(/skin/frontend/dotsource/default/images/vispronet/vispro.png) no-repeat -687px -283px;
  height: 32px;
  width: 21px;
  text-indent: -9999px;
}
#cboxNext {
  position: absolute;
  bottom: -5px;
  left: 57px;
  background: transparent url(/skin/frontend/dotsource/default/images/vispronet/vispro.png) no-repeat -659px -283px;
  height: 32px;
  width: 21px;
  text-indent: -9999px;
}
#cboxLoadingGraphic {
  background: transparent url(/skin/frontend/dotsource/default/images/ajax-loader-big.gif) no-repeat center center;
}
#cboxClose {
  position: absolute;
  bottom: -5px;
  right: 0;
  width: 21px;
  height: 32px;
  background: transparent url(/skin/frontend/dotsource/default/images/vispronet/vispro.png) no-repeat -641px -412px;
  cursor: pointer;
  text-indent: -9999px;
}
#cart-layer-background,
#pricetable-layer-background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  background: #000;
  opacity: 0.4;
}
#cart-layer,
#pricetable-layer {
  position: absolute;
  top: 122px;
  left: 0;
  width: 100%;
  z-index: 9999;
}
#cart-layer-content,
#pricetable-layer-content {
  position: relative;
  margin: 0 auto;
  width: 890px;
}
#pricetable-layer .layer-content {
  height: 420px;
}
#pricetable-layer .layer-content.loading {
  background: #ffffff url(/skin/frontend/dotsource/default/images/ajax-loader-big.gif) no-repeat center center;
}
#pricetable-layer-content {
  width: 750px;
}
.cboxTopLeft,
.cboxTopRight,
.cboxBottomLeft,
.cboxBottomRight,
.cboxTopCenter,
.cboxBottomCenter,
.cboxMiddleLeft,
.cboxMiddleRight {
  float: left;
}
.layer-content {
  background: #fff;
  padding: 10px 0;
}
#cart-layer .cboxTopCenter,
#cart-layer .cboxBottomCenter {
  width: 848px;
}
#cart-layer .layer-title,
#pricetable-layer .layer-title {
  padding-left: 10px;
  padding-right: 25px;
}
#cart-layer .item-details {
  padding: 10px 10px 5px 10px;
  background: #F1F6FA;
  width: 92%;
  margin: 0 auto;
  border: 1px solid #d9d9d9;
  margin-top: 15px;
}
#cart-layer .footer-spacer {
  height: 32px;
  background: #ffffff;
}
#cart-layer .data-table div.accessory,
.cart .data-table div.accessory {
  margin-left: 20px;
}
#cart-layer .col-4 {
  width: 170px;
}
#cart-layer .cart-table.data-table th.qty.last {
  border-bottom: 1px solid #d9d9d9;
}
#cart-layer .data-table {
  margin-top: 15px;
  width: 745px;
}
#cart-layer .data-table td {
  padding-bottom: 10px;
}
#cart-layer .data-table td.col-related-products {
  padding-right: 20px;
}
#cart-layer .cart-table.data-table tbody td {
  border-bottom: none;
}
#cart-layer .cart-table.data-table tbody tr.table-footer td {
  border: none;
  border-top: 1px solid #d9d9d9;
  font-size: 1pt;
  height: 10px;
  padding: 0;
}
#cart-layer .cart-table.data-table th.last {
  border-bottom: 1px solid #d9d9d9;
}
#cart-layer .buttons-set {
  margin-bottom: 0;
  padding: 0 0 10px 0;
}
.ui-widget-content .ui-resizable-handle.ui-icon {
  background: none;
}
.data-table td.col-subtotal-tax {
  font-weight: bold;
}
.checkout-cart-index .col-main .page-title {
  margin: -10px 0 12px 0;
  padding: 0 0 0 12px;
}
.checkout-cart-index .col-main .page-title.no-items {
  padding: 23px 20px 0 0;
}
.reference {
  margin-bottom: 11px;
  padding-left: 97px;
  float: left;
}
.reference label {
  float: left;
  margin-right: 12px;
  font-size: 14px;
}
.reference .info-button {
  float: left;
  margin: 0 6px 0 -6px;
}
.reference .input-style {
  float: left;
  width: 164px;
  margin-top: -2px;
}
.reference .input-style input {
  width: 157px;
}
.reference .validation-advice {
  margin-left: 185px;
}
table.totals-table {
  width: 100%;
}
table.totals-table th,
table.totals-table td {
  padding: 2px 10px;
}
table.totals-table th.incl-tax,
table.totals-table td.incl-tax {
  padding-right: 22px;
}
table.totals-table th {
  border-bottom: 1px solid #d9d9d9;
}
table.totals-table th.incl-tax {
  font-weight: normal;
}
table.totals-table .label-field {
  font-weight: bold;
}
table.totals-table .incl-tax {
  border-right: 1px solid #d9d9d9;
  font-weight: bold;
}
table.totals-table .incl-tax,
table.totals-table .excl-tax {
  text-align: right;
  width: 80px;
}
table.totals-table .grand-total td {
  border-top: 1px solid #000000;
}
table.totals-table .grand-total-tax {
  font-size: 7pt;
}
table.totals-table#checkout-totals-table,
table.totals-table#history-order-totals-table {
  width: 525px;
  position: relative;
}
table.totals-table#checkout-totals-table th.incl-tax,
table.totals-table#history-order-totals-table th.incl-tax,
table.totals-table#checkout-totals-table td.incl-tax,
table.totals-table#history-order-totals-table td.incl-tax {
  padding-right: 15px;
}
table.totals-table#checkout-totals-table {
  left: 175px;
}
table.totals-table#history-order-totals-table {
  left: 245px;
}
table.totals-table#history-order-totals-table .excl-tax {
  width: 70px;
}
.cart-table {
  border: 0 none;
}
.cart-table.data-table thead {
  background: none;
}
.cart-table.data-table tbody td {
  padding: 10px 12px 5px 12px;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.cart-table.data-table tbody td.col-edit-item {
  padding: 5px 0 5px 12px;
}
.cart-table.data-table tfoot {
  background-color: transparent;
}
.cart-table.data-table tfoot tr.first td {
  border-top: 0 none;
}
.cart-table.data-table tfoot td {
  padding: 19px 0 5px 0;
}
.cart-table.data-table tr,
.cart-table.data-table tr.odd,
.cart-table.data-table tr.even {
  background-color: transparent;
}
.cart-table.data-table th.last {
  width: 48px;
  padding: 0 0 5px 8px;
  border: 0 none;
}
.cart-table.data-table tr.first td {
  border-top: 1px solid #d9d9d9;
}
.cart-table.data-table tr.last th,
.cart-table.data-table tr.last td {
  border-bottom: 0 none;
}
.cart-table.data-table td.last {
  border-right: 0 none;
}
.cart-table.data-table th {
  padding: 0 12px 5px 11px;
  font-size: 13px;
  text-transform: none;
  vertical-align: top;
  border-right: 1px solid #d9d9d9;
}
.cart-table.data-table .item-options dt {
  float: left;
  width: 95px;
  padding: 3px 0;
  background: none;
  font-weight: normal;
}
.cart-table.data-table .item-options dd {
  width: 290px;
  padding: 3px 0;
  margin-left: 115px;
}
.cart-table tbody td.col-product-image {
  width: 77px;
  padding-left: 0;
}
.cart-table tbody td.col-item-number {
  width: 58px;
  padding-left: 7px;
}
.cart-table tbody td.col-product-details {
  width: 381px;
  padding-left: 17px;
}
.cart-table tbody td.col-item-qty {
  width: 39px;
}
.cart-table tbody td.col-item-qty input {
  text-align: center;
}
.cart-table tbody td.col-subtotal-tax {
  width: 110px;
}
.cart-table tbody td.col-subtotal {
  width: 110px;
}
.cart-table .product-image img {
  border: 1px solid #d9d9d9;
}
.cart-table .product-name {
  font-size: 13px;
  width: 392px;
}
.cart-table .product-name a {
  font-weight: bold;
}
.cart-table .cart-price {
  padding-right: 12px;
}
.cart-table .col-subtotal-tax .cart-price {
  font-weight: bold;
}
.cart-table a {
  text-decoration: none;
  display: block;
  width: 75px;
}
.cart-table a.disabled {
  color: #838383;
}
.cart-table a.disabled:hover {
  color: #838383;
}
.cart-table .newButton.grey {
  float: left;
  margin-left: -4px;
}
.checkout-onepage-success .col-main {
  margin-top: 17px;
}
.checkout-cart-index .cart-table.data-table .item-options dt,
.checkout-onepage-success .cart-table.data-table .item-options dt {
  width: 115px;
}
.checkout-cart-index .cart-table.data-table .item-options dd {
  width: 275px;
  margin-left: 115px;
  padding-left: 2px;
}
.data-table .btn-remove {
  width: 32px;
  height: 23px;
  background: transparent url(/skin/frontend/dotsource/default/images/vispronet/vispro.png) no-repeat -386px -169px;
}
tr.summary-details td {
  padding: 0 0 6px 0!important;
  background-color: transparent;
}
.totals .checkout-types {
  position: absolute;
  right: 0;
  bottom: -71px;
}
/**
 *
 * Checkout
 *
 */
.opc-wrapper {
  background: none;
}
.col1-layout .col-main .opc-wrapper .page-title {
  margin-top: -39px;
  padding-bottom: 3px !important;
}
/* Sidebar */
.opc-progress-container {
  width: 173px;
  background: #f1f6fa;
  border: 1px solid #d9d9d9;
}
.opc-progress-container .opc-block-progress {
  background: #f1f6fa;
}
.opc-progress-container .opc-block-progress .block-content {
  padding: 6px;
}
#checkoutSteps {
  margin-top: 0px;
}
#checkoutSteps .cboxLoadedContent {
  background: #F1F6FA;
}
.opc-progress-container .opc-block-progress dt,
.opc-progress-container .opc-block-progress dt.complete {
  margin-bottom: 0;
  font-weight: bold;
}
.opc-progress-container .opc-block-progress dt.complete a {
  display: block;
  float: right;
  text-transform: none;
}
.opc-progress-container .opc-block-progress dd.complete {
  clear: both;
  margin: 0 0 7px 0;
  padding: 0 0 11px 0;
  border-bottom: 1px solid #c6c6c6;
}
.opc-progress-container .opc-block-progress dd.complete.last {
  border: 0 none;
}
/* Progress bar checkout & Visprodesign */
.progress-container-top ul li,
#vispro-design-breadcrump li {
  float: left;
  height: 39px;
  padding: 5px 37px 0 25px;
  color: #fff;
  font-size: 15px;
  background: transparent url(/skin/frontend/dotsource/default/images/vispronet/vispro.png) no-repeat right -100px;
}
.progress-container-top ul li.recent,
#vispro-design-breadcrump li.active {
  background-position: right -150px;
}
.progress-container-top ul li.complete,
#vispro-design-breadcrump li.finished {
  background-position: right -50px;
}
.progress-container-top ul li.last,
#vispro-design-breadcrump li.last {
  background-position: right 0;
}
.progress-container-top ul li.last.recent,
#vispro-design-breadcrump li.last.finished,
#vispro-design-breadcrump li.last.active {
  background-position: right -201px;
}
.progress-container-top ul li a,
#vispro-design-breadcrump li a {
  color: #fff;
  text-decoration: none;
}
/* Checkout main content */
.form-list p {
  padding-left: 0;
}
.form-list p#description_annotation {
  text-align: right;
}
.opc {
  width: 775px;
  margin-top: 3px;
}
.opc .sp-methods input[type="radio"] {
  float: left;
}
.opc .sp-methods > dt {
  height: 30px;
  position: relative;
}
.opc .sp-methods > dt div.align-wrapper {
  height: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.opc .sp-methods .payment-icon {
  float: left;
  width: 105px;
}
.opc .sp-methods .payment-icon .computopcw_directebanking {
  background: transparent url("/skin/frontend/dotsource/default/images/vispronet/vispro.png") no-repeat -2px -880px;
  width: 61px;
  height: 19px;
}
.opc .sp-methods .payment-icon .computopcw_creditcard {
  background: transparent url("/skin/frontend/dotsource/default/images/vispronet/vispro.png") no-repeat -277px -880px;
  width: 85px;
  height: 13px;
}
.opc .sp-methods .payment-icon .computopcw_paypal {
  background: transparent url("/skin/frontend/dotsource/default/images/vispronet/vispro.png") no-repeat -2px -914px;
  width: 49px;
  height: 14px;
}
.opc .sp-methods .payment-icon .computopcw_giropay {
  background: transparent url("/skin/frontend/dotsource/default/images/vispronet/vispro.png") no-repeat -183px -909px;
  width: 48px;
  height: 21px;
}
.opc .sp-methods .payment-icon .banktransfer {
  background: transparent url("/skin/frontend/dotsource/default/images/vispronet/vispro.png") no-repeat -182px -880px;
  width: 50px;
  height: 19px;
}
.opc .sp-methods .payment-icon .checkmo {
  background: transparent url("/skin/frontend/dotsource/default/images/vispronet/vispro.png") no-repeat -136px -877px;
  width: 35px;
  height: 26px;
}
.opc .sp-methods .payment-icon .cashondelivery {
  background: transparent url("/skin/frontend/dotsource/default/images/vispronet/vispro.png") no-repeat -134px -908px;
  width: 36px;
  height: 26px;
}
.opc .sp-methods .cw_payment_description {
  margin-left: 25px;
}
.opc a,
.opc-progress-container a {
  text-decoration: none;
}
.opc .step-title {
  margin-bottom: -1px;
}
.opc .step-title h2,
.opc .allow .step-title h2 {
  height: 26px;
  padding: 0;
  line-height: 19px;
  color: #000;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  cursor: default;
  background: transparent url(/skin/frontend/dotsource/default/images/vispronet/1px_sprite.png) repeat-x 0 -357px;
}
.opc .active .step-title h2 {
  height: 26px;
  line-height: 19px;
  padding: 0;
  border: 0 none;
  color: #fff;
  font-size: 15px;
  background: transparent url(/skin/frontend/dotsource/default/images/vispronet/1px_sprite.png) repeat-x 0 -384px;
}
.opc .step {
  min-height: 0;
  padding: 1px 10px 24px 13px;
  border: 1px solid #d9d9d9;
  border-top: 0 none;
  background: #f1f6fa;
  font-size: 13px;
}
.opc .form-list label {
  width: 104px;
  margin-left: -4px;
  color: #000;
  font-weight: normal;
  font-size: 13px;
}
.opc .form-list .control label {
  width: auto;
}
p.required {
  width: 615px;
}
p.required,
.required em {
  color: #000;
}
.form-buttons p.required {
  width: auto;
}
label em {
  position: absolute;
}
.opc p.required {
  margin: 0 163px 0px 0;
}
.opc .form-alt {
  margin-bottom: 4px;
}
.opc .form-alt .input-box {
  width: 698px;
  margin-top: 10px;
}
.opc .form-list .styled_select {
  width: 470px;
}
.opc .form-list .styled_select select {
  width: 498px;
}
.opc .form-list .form-alt .input-box {
  width: 699px;
}
.opc .wide.styled_select {
  width: 695px;
}
.opc .wide.styled_select select {
  width: 723px;
}
.form-list .input-box a {
  font-size: 13px;
}
.opc .form-list .input-box {
  position: static;
  width: 472px;
  margin-left: 0;
}
.opc .form-list .control {
  margin-bottom: 0;
  position: static;
}
.opc .form-list.shipping-type .control {
  min-height: 22px;
}
.opc .form-list .control .input-box {
  width: auto;
  margin-right: 11px;
}
.opc .control.confirmation .input-box,
.opc .control.confirmation label,
.account-create .control.confirmation .input-box,
.account-create .control.confirmation label {
  float: left;
}
.opc .control.confirmation .input-box,
.account-create .control.confirmation .input-box {
  width: 16px;
}
.account-create .confirmation {
  padding-left: 100px;
}
.account-create .control.confirmation .input-box {
  position: static;
  margin: 0 10px 0 0;
}
.opc .form-list .control.confirmation label,
.account-create .control.confirmation label {
  width: 700px;
  text-align: left;
}
.opc .confirmation .validation-advice {
  width: 500px;
}
.confirm_new_address .validation-advice {
  margin-top: 65px;
}
.contact-form .privacy-policy .validation-advice,
.product-finder-form .privacy-policy .validation-advice {
  margin-top: 98px;
}
.printsamples-form .privacy_policy .validation-advice {
  margin-top: 120px;
  margin-right: -370px;
}
.opc .form-list li.fields .field {
  padding-bottom: 13px;
}
.opc .form-list input.input-text {
  width: 463px;
}
.opc .visproacc_back {
  float: left;
}
.opc input.checkbox {
  margin-top: 4px;
}
/* Billing info */
.opc .form-list .name-prefix .input-box {
  width: 166px;
}
.opc .form-list .name-prefix .styled_select {
  width: 165px;
}
.opc .form-list .name-prefix .styled_select select {
  width: 193px;
}
.opc .form-list li.fields .field.name-prefix,
.opc .form-list li.fields.country .field {
  padding-bottom: 11px;
}
.form-list li.fields .field.name-lastname,
.form-list li.fields .field.fax {
  padding-bottom: 8px;
}
.opc .form-list li.add-field,
.opc .form-list li.fields.country {
  padding-top: 0;
  margin-bottom: 8px;
}
.form-list #register-customer-password .note {
  margin-bottom: -5px;
  padding-left: 0;
}
/* Shipping info */
#opc-billing .address-intro,
#opc-shipping .address-intro {
  margin: 8px 0;
}
.billing-type,
.shipping-type {
  margin-top: -8px;
}
#opc-shipping .info-button {
  margin-left: 6px;
}
#opc-shipping .control .info-button {
  margin-left: -6px;
}
.opc #csv-upload-checkout .form-list {
  margin-top: 13px;
}
.opc #csv-upload-checkout .form-list label {
  float: none;
  width: auto;
  margin-left: 0;
  padding-top: 0;
}
.opc #csv-upload-checkout .form-list .input-box {
  float: none;
  margin-top: 10px;
}
.opc #csv-upload-checkout #select_sender_checkout .form-list .input-box {
  width: auto;
  float: left;
  margin: 0 11px 0 0;
}
.opc #csv-upload-checkout .input-style,
#csv-upload-user-bo .input-style {
  width: 167px;
}
.opc #csv-upload-checkout .input-style input,
.opc #csv-upload-checkout .input-style input.input-text {
  width: 160px;
}
.opc .form-list li.address-upload {
  padding-top: 2px;
}
.opc .form-list .address-upload .input-box {
  position: relative;
  width: 337px;
  margin-top: 7px;
}
.address-upload .input-file {
  position: absolute;
  width: 167px;
  top: 0;
  left: 0;
  z-index: 2000;
  opacity: 0;
}
.address-upload .fake-input {
  top: -2px;
  left: 0;
}
.progressbar {
  padding: 1px;
}
.progressbar.graphicupload {
  width: 250px;
  left: 100px;
  top: 10px;
  position: relative;
  background-color: #AECCD6;
}
.progressbar.templates {
  top: 0;
  width: 200px;
  position: absolute;
  z-index: 99999;
}
.progressbar .bar {
  background-color: #0062A1;
  width: 0;
  height: 20px;
}
.progressbar .percent {
  position: absolute;
  display: inline-block;
  top: 3px;
  left: 48%;
  color: #0062A1;
}
#ie-progress {
  position: relative;
  height: 32px;
  width: 32px;
  left: 215px;
  top: 5px;
  background: url(/skin/frontend/dotsource/default/images/ajax-loader-big.gif) no-repeat scroll 0 0 transparent;
}
.ie-progress.templates {
  top: -50px;
}
#fake-input {
  width: 132px !important;
  padding-left: 28px;
}
.address-upload .search-icon,
.enhancedcustomer-register-reseller .search-icon,
.fileinputs .search-icon,
.upload-center .search-icon {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 4px;
  left: 7px;
  background: transparent url(/skin/frontend/dotsource/default/images/vispronet/vispro.png) no-repeat -331px -484px;
}
.address-upload .newButton {
  clear: right;
  float: right;
  width: 120px;
  margin-bottom: 9px;
}
.opc .address-upload a {
  display: block;
  float: left;
}
#upload-message {
  margin: -7px 0 8px 0;
}
#sender_other_than_vispronet_options {
  margin-top: 10px;
}
#sender_other_than_vispronet_options.form-list li {
  margin-bottom: 0;
}
#other_sender_info {
  margin-top: 15px;
}
.own-address {
  padding: 10px 0 0 23px;
}
#checkout-step-login .col2-set {
  background: none;
}
#checkout-step-login .account-login.checkout {
  border: none;
}
#checkout-step-shipping .form-list .note {
  width: auto;
  padding-left: 23px;
  font-size: 10px;
}
#checkout-step-shipping .form-list .note a {
  cursor: pointer;
}
#checkout-step-shipping .form-list .input-box .note,
#checkout-step-billing .form-list .input-box .note {
  padding-left: 0;
}
p.note .custom_invoice_note {
  display: none;
}
.form-list p.choose-sender {
  margin-bottom: 10px;
}
#opc-shipping_method table {
  width: 397px;
  margin: 7px 0 10px 0;
}
#opc-shipping_method table th {
  padding-bottom: 3px;
  text-align: center;
}
#opc-shipping_method table th.last {
  border-bottom: 1px solid #d6d6d6;
}
#opc-shipping_method table th.time-header {
  vertical-align: bottom;
  text-align: left;
}
#opc-shipping_method table td {
  padding: 5px 10px 5px 0;
}
#opc-shipping_method table td.lastrow {
  padding-bottom: 5px;
}
#opc-shipping_method table td.incl-tax {
  font-weight: bold;
}
#opc-shipping_method table th.incl-tax,
#opc-shipping_method table td.incl-tax {
  border-right: 1px solid #d6d6d6;
}
#opc-shipping_method table th.first,
#opc-shipping_method table td.first {
  padding-right: 10px;
  border: 0 none;
}
#opc-shipping_method table th.time-header,
#opc-shipping_method table td.time-title {
  width: 204px;
}
#opc-shipping_method .info-button {
  margin-left: 8px;
}
.delivery-time-info {
  position: relative;
  display: inline-block;
}
.opc .step .tax-note {
  font-size: 11px;
}
/* Payment method */
.opc .step #co-payment-form fieldset {
  margin-top: 2px;
}
.sp-methods .form-list {
  padding-left: 0;
  margin: 0;
}
.sp-methods dt {
  font-weight: normal;
}
.sp-methods .radio {
  margin-right: 12px;
}
.payment-note {
  font-size: 11px;
}
.sp-methods dd li {
  margin-bottom: 7px;
  margin-left: 25px;
}
.opc .sp-methods .form-list label {
  margin-left: 0;
  width: 85px;
  text-align: left;
}
.opc .payment-method .account-info {
  width: 600px;
}
.opc .checkmo-list .account-info {
  margin: 10px 0;
}
.opc .checkmo-list .account-info th {
  width: 100px;
}
.opc .step .tool-tip {
  width: 320px;
  height: 212px;
}
.ccv-explanation {
  height: 108px;
  float: left;
  margin: 13px 0 0 10px;
  line-height: 108px;
  vertical-align: middle;
}
/* Review */
#checkout-step-review {
  padding: 1px 10px 27px 13px;
}
.opc .order-review {
  padding-top: 9px;
}
#checkout-review-table-wrapper {
  padding-right: 51px;
}
#checkout-review-table-wrapper .duty-text {
  left: 175px;
  position: relative;
  padding: 10px;
  font-size: 7pt;
}
#agreements_info,
#evaluatemail_agreement {
  margin-top: 2em;
}
#checkout-step-review .data-table,
.order-success .data-table {
  table-layout: fixed;
  font-size: 13px;
  border: 0 none;
}
.data-table thead {
  background: none;
}
#checkout-step-review .data-table thead th,
#checkout-review-table-wrapper .data-table thead th {
  padding: 0 12px 5px 11px;
  text-transform: none;
  font-size: 13px;
  color: #000;
  border-right: 1px solid #d9d9d9;
  vertical-align: top;
}
#checkout-step-review .data-table thead th.last,
#checkout-review-table-wrapper .data-table thead th.last {
  border-right: 0 none;
}
#checkout-step-review .data-table tr.last th,
#checkout-step-review .data-table tr.last td,
#checkout-review-table-wrapper .data-table tr.last th,
#checkout-review-table-wrapper .data-table tr.last td {
  border-bottom: 0 none;
}
#checkout-step-review .data-table tbody td,
#checkout-review-table-wrapper .data-table tbody td {
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  padding: 7px 15px;
}
#checkout-step-review .data-table tr.first td,
#checkout-review-table-wrapper .data-table tr.first td {
  border-top: 1px solid #d9d9d9;
}
#checkout-step-review .data-table td.last,
#checkout-review-table-wrapper .data-table td.last {
  border-right: 0 none;
  padding-right: 8px;
}
#checkout-step-review .data-table tr.odd,
#checkout-step-review .data-table tr.even,
#checkout-review-table-wrapper .data-table tr.odd,
#checkout-review-table-wrapper .data-table tr.even {
  background: transparent;
}
#checkout-step-review .col-1,
#checkout-review-table-wrapper .col-1 {
  width: 90px;
}
#checkout-step-review .col-2,
#checkout-review-table-wrapper .col-2 {
  width: 79px;
}
#checkout-step-review .col-3 {
  width: 245px;
}
.order-success #checkout-review-table-wrapper .col-3 {
  width: 420px;
}
#datadelivery_email_response {
  background-color: #E4FFD1;
  border-color: #63AB32;
  color: #63AB32;
}
#checkout-step-review .col-4,
.order-success .col-4 {
  width: 61px;
}
#checkout-step-review .col-5,
#checkout-review-table-wrapper .col-5 {
  width: 121px;
}
#checkout-review-table-wrapper .col-6 {
  width: 100px;
}
#checkout-review-table-wrapper #checkout-review-table th {
  border-bottom: 1px solid #d9d9d9;
}
#checkout-step-review thead td.col-product-image,
#checkout-review-table-wrapper thead td.col-product-image {
  padding: 10px 12px 5px 0;
}
#checkout-step-review img,
#checkout-review-table-wrapper img {
  border: 1px solid #d9d9d9;
}
#checkout-step-review .please-wait img {
  border: 0 none;
}
#checkout-step-review .data-table .product-name,
#checkout-step-review .data-table .item-options,
#checkout-review-table-wrapper .data-table .product-name,
#checkout-review-table-wrapper .data-table .item-options {
  font-size: 13px;
}
#checkout-step-review .data-table .item-options dt {
  display: inline;
  padding: 0;
  background: none;
  font-weight: normal;
}
#checkout-step-review .data-table .item-options dd {
  display: inline;
  padding: 0;
}
#checkout-review-submit {
  clear: both;
}
.opc .checkout-agreements {
  float: right;
  width: 405px;
  margin: 26px 0 0 0;
}
.checkout-agreements .agree {
  font-weight: normal;
  font-size: 13px;
}
.checkout-agreements .agree .checkbox,
.checkout-agreements .agree label {
  float: left;
}
.checkout-agreements .agree label {
  width: 380px;
}
#checkout-step-review .buttons-set {
  padding: 24px 0 0 0;
}
/* Order success */
.order-success.opc {
  width: 100%;
}
.order-success.opc .step {
  position: relative;
}
.order-success.opc p {
  margin-bottom: 20px;
}
.order-success.opc p.printdata {
  margin-top: 45px;
}
.order-success .newButton.big {
  font-size: 11px;
}
.print-order-container {
  margin-top: 25px;
}
#print-order {
  float: right;
}
.order-success .payment-method {
  clear: both;
  padding-top: 20px;
  width: 540px;
}
.data-delivery-options {
  float: left;
  width: 540px;
  margin: 45px 110px 15px 0;
}
.data-delivery-options button {
  display: block;
  width: 180px;
  margin: 0 0 15px 0px;
}
.data-delivery-options.large button {
  display: block;
  width: 265px;
  margin: 0 0 15px -5px;
}
.order-success .row-printdata-trustedshops {
  position: relative;
}
.order-success .step {
  background-repeat: no-repeat;
  background-position: right -110px top 82px;
}
.order-success .step.thankyou {
  background-image: url(/skin/frontend/dotsource/default/images/vispronet/order-info-thankyou.png);
}
.order-success .step.printdata {
  background-image: url(/skin/frontend/dotsource/default/images/vispronet/order-info-printdata.png);
}
.order-success .step.thankyou.eu {
  background-image: url(/skin/frontend/dotsource/default/images/vispronet/order-info-thankyou_eu.png);
}
.order-success .step.printdata.eu {
  background-image: url(/skin/frontend/dotsource/default/images/vispronet/order-info-printdata_eu.png);
}
.order-success .step.thankyou.pl {
  background-image: url(/skin/frontend/dotsource/default/images/vispronet/order-info-thankyou_pl.png);
}
.order-success .step.printdata.pl {
  background-image: url(/skin/frontend/dotsource/default/images/vispronet/order-info-printdata_pl.png);
}
.order-success .step.thankyou.cz {
  background-image: url(/skin/frontend/dotsource/default/images/vispronet/order-info-thankyou_cz.png);
}
.order-success .step.printdata.cz {
  background-image: url(/skin/frontend/dotsource/default/images/vispronet/order-info-printdata_cz.png);
}
.order-success .step.thankyou.fr {
  background-image: url(/skin/frontend/dotsource/default/images/vispronet/order-info-thankyou_fr.png);
}
.order-success .step.printdata.fr {
  background-image: url(/skin/frontend/dotsource/default/images/vispronet/order-info-printdata_fr.png);
}
.order-success .trusted-shop-buyer-protection {
  width: 450px;
}
.order-success .trusted-shop-buyer-protection div[id^="closeTC_"] {
  display: none;
}
.order-success .trusted-shop-buyer-protection p {
  margin-bottom: 10px;
}
.order-success .trusted-shop-buyer-protection .ts-logo {
  height: 115px;
  margin-right: 20px;
  float: left;
}
.order-success .trusted-shop-buyer-protection .ts-logo span {
  margin-top: 50%;
  display: block;
  width: 60px;
  height: 60px;
  background: transparent url(/skin/frontend/dotsource/default/images/vispronet/trustedshops.png) no-repeat left center;
}
.order-success div[id^="tscard4_"] {
  display: block !important;
  position: relative !important;
}
.order-success .trusted-shop-buyer-protection.single-box {
  bottom: auto;
  position: relative;
  right: auto;
  margin-top: 35px;
  margin-bottom: 15px;
}
div[class^="showOnlyTrustmarkAsCustomBadge_"] {
  border: none !important;
}
.order-success .review-totals {
  margin-top: 10px;
}
/**
 *
 * Customer account
 *
 **/
.sidebar .block .block-title strong {
  font-family: Tahoma, Ubuntu, Arial, Helvetica, sans-serif;
  color: #83b817;
  text-transform: none;
}
.sidebar .block.block-account {
  padding-left: 12px;
  width: 140px;
}
.sidebar .block.block-account .block-title {
  width: 110px;
  padding: 10px 10px 5px 0;
}
.sidebar .block-account .block-title strong {
  font-size: 15px;
}
.sidebar .block.block-account .block-content {
  padding: 0 0 15px 0;
}
.sidebar .block-account ul {
  margin-top: 18px;
}
.sidebar .block-account li {
  padding-bottom: 0;
  font-size: 13px;
  background: none;
}
.sidebar .block-account li.current,
.sidebar .block-account li.current strong {
  font-weight: normal;
}
.sidebar .block-account li.current {
  margin: 0;
  padding: 0;
  color: #0062a1;
  border: 0 none;
}
.sidebar .block-account li a {
  padding: 0;
  color: #0062a1;
}
.sidebar .block-account li a:hover {
  color: #83b817;
  background: none;
}
.sidebar .block-account li.current a {
  color: #83b817;
}
.table-caption {
  padding-left: 1px;
  font: 13px/19px Tahoma, Ubuntu, Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #000;
  background: none;
  border: 0 none;
}
.table-caption a {
  margin-left: 4px;
  font-size: 13px;
  text-decoration: none;
  text-transform: none;
}
.data-table {
  border: 0 none;
}
.data-table tr.odd,
.data-table tr.even {
  background: none;
}
.data-table thead {
  font-size: 13px;
}
.data-table th {
  color: #000;
  text-transform: none;
}
.sort-icon {
  display: block;
  width: 11px;
  height: 5px;
  position: absolute;
  top: 8px;
  right: 4px;
  cursor: pointer;
  background: transparent url(/skin/frontend/dotsource/default/images/vispronet/vispro.png) no-repeat -184px -235px;
}
.sort-icon.sortasc {
  background-position: -198px -235px;
}
.fieldset h2.legend {
  color: #000;
}
.form-list label {
  color: #000;
  font-size: 13px;
  font-weight: normal;
}
.data-table tbody.even,
.data-table tbody.odd,
.data-table tfoot {
  background: none;
}
.product-name {
  font-weight: bold;
  color: #000;
  font-size: 13px;
}
#login-form .form-list #advice-validate-email-email {
  width: 270px;
}
.form-list .annotation {
  color: #999;
}
.block-list .block-content ol {
  margin: 18px 0 0 0;
}
.sidebar .block .actions a {
  color: #0062a1;
  text-decoration: none;
}
.sidebar .block .actions a:hover {
  color: #83b817;
}
.data-table td.label,
.data-table th.label {
  background: none;
}
.enhancedcustomer-register-reseller .input-box {
  float: left;
  margin-bottom: 0;
}
.enhancedcustomer-register-reseller .input-box.file-input,
.upload-center .input-box.file-input {
  position: relative;
  width: 337px;
  margin-bottom: 30px;
  padding-top: 0;
}
.enhancedcustomer-register-reseller .input-box.file-input {
  margin: 0px;
}
.enhancedcustomer-register-reseller .fake-input {
  top: -2px;
}
.enhancedcustomer-register-reseller .fake-button,
.upload-center .fake-button {
  right: 0;
}
.enhancedcustomer-register-reseller #fake-input,
.upload-center #fake-input {
  width: 170px !important;
}
.enhancedcustomer-register-reseller .input-file,
.upload-center .input-file {
  position: relative;
  width: 335px;
  margin-bottom: -4px;
  opacity: 0;
  cursor: pointer;
  z-index: 2000;
}
#advice-validate-printdata-upload-fake-input {
  margin-top: -33px;
}
.delivery-preview-loader {
  background: url(/skin/frontend/dotsource/default/images/ajax-loader-big.gif) no-repeat center center;
  position: absolute;
  top: 140px;
  right: 100px;
  width: 32px;
  height: 32px;
  display: none;
}
#deliveryPreview #shippingTypesHtml label {
  display: inline-block;
  width: 170px;
  margin-left: 5px;
}
#deliveryPreview #shippingTypesHtml li {
  margin-bottom: 5px;
}
#deliveryPreview .title {
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 20px;
}
#deliveryPreview .styled_select {
  width: 200px;
}
#deliveryPreview select {
  width: 225px;
}
#deliveryPreview .tooltip_content {
  font-weight: normal;
}
#deliveryPreview dl dt {
  float: left;
  width: 140px;
  font-weight: bold;
  padding-bottom: 20px;
}
#deliveryPreview dl dd {
  padding-bottom: 20px;
  padding-left: 140px;
}
#deliveryPreview dl input[type="text"] {
  width: 192px;
}
#deliveryPreview dl .input-style {
  width: 200px;
}
#deliveryPreview table {
  border-collapse: collapse;
}
#deliveryPreview table tr.first {
  border-bottom: 1px solid #d9d9d9;
}
#deliveryPreview table tr.totalprice td {
  border-top: 1px solid #000000;
}
#deliveryPreview table tr.totalprice td.col1 {
  font-weight: bold;
}
#deliveryPreview table tr.taxSummary td {
  font-size: 7pt;
}
#deliveryPreview table tr td.col1,
#deliveryPreview table tr th.col1 {
  width: 250px;
}
#deliveryPreview table tr td.col2,
#deliveryPreview table tr th.col2 {
  text-align: right;
  border-right: 1px solid #d9d9d9;
  padding: 0px 10px;
}
#deliveryPreview table tr td.col3,
#deliveryPreview table tr th.col3 {
  text-align: right;
  padding: 0px 9px;
}
#deliveryPreview table tr td.col2 {
  font-weight: bold;
}
#deliveryPreview .validation-advice {
  float: unset;
  position: relative;
  top: -10px;
}
/**
 *
 * CMS Pages
 *
 */
.cms-page-view .col1-layout h1 {
  margin: -20px 0 20px 0;
}
.sidebar .block-layered-nav dd > ul.cms-menu {
  margin-top: 3px;
  padding: 0 0 0 15px;
  background: none;
  border-bottom: 0 none;
  font-size: 13px;
  list-style-position: outside;
}
.cms-menu > li {
  display: none;
}
.cms-menu > li.parent {
  display: block;
}
.sidebar .block-layered-nav dd .cms-menu > li {
  margin: 0;
}
.cms-menu li.parent > a,
.cms-menu li.parent > strong {
  background: none;
}
.cms-menu > li.parent > a,
.cms-menu > li.parent > strong {
  display: block;
  margin-bottom: 23px;
  padding-right: 0;
  font-size: 15px;
}
.cms-menu > li.parent > a .parent-link {
  display: none;
}
.cms-menu li.parent > a,
.cms-menu li strong {
  color: #83b817;
  font-weight: normal;
}
.sidebar .block-layered-nav dd .cms-menu > li.parent > ul {
  padding-bottom: 13px;
}
.sidebar .block-layered-nav dd .cms-menu li.parent ul {
  padding-left: 0;
}
.sidebar .block-layered-nav dd .cms-menu li.parent ul ul {
  padding-left: 11px;
}
table td.new {
  background: #ffffff url(/skin/frontend/dotsource/default/images/vispronet/interferer_new.png) no-repeat right top;
}
.contacts-index-index .std,
.enhancedcustomer-cancellation-index .std,
.enhancedcustomer-productfinder-index .std,
.enhancedcustomer-register-reseller .std,
.enhancedcustomer-register-commune .std,
.account-login,
.account-logout,
.account-create,
.forgot-password,
.enhancedcustomer-requestinfo-index .std,
.sendfriend-product-send .std,
.reset-forgotten-password,
.printsamples-index-index .std,
.checkout-cart-index .std,
.enhancednewsletter-subscriber-index .std,
.enhancednewsletter-subscriber-unsubscribe .std,
.cms-page-view.cms-suche .std,
.cms-no-route .std,
.cms-teilnahmebedingungen-halloween .std,
.cms-teilnahmebedingungen-christmas .std,
.cms-bestaetigung-newsletteranmeldung .std,
.cms-impressum .std,
.cms-imprint .std,
.cms-mentions-legales .std,
.cms-metryka .std,
.cms-agb .std,
.cms-gtc .std,
.cms-obchodni-podminky .std,
.cms-warunki-handlowe .std,
.cms-cgv .std,
.cms-datenschutz .std,
.cms-data-privacy-notice .std,
.cms-ochrana-osobnich-udaju .std,
.cms-ochrona-danych .std,
.cms-confidentialite .std,
.cms-widerrufsrecht .std,
.cms-prawo-do-odstapienia .std,
.cms-odstoupeni-od-smlouvy .std,
.cms-cancellation-policy .std,
.cms-droit-de-retractation .std {
  border: 1px solid #cfcfcf;
  background: #f1f6fa;
  padding: 15px;
}
.std ul {
  list-style: none;
}
.cms-page-view .col-main ul {
  list-style: disc;
}
.cms-teilnahmebedingungen-halloween .std ul {
  list-style: none;
  padding: 0;
}
.enhancednewsletter-subscriber-index .std,
.enhancednewsletter-subscriber-unsubscribe .std,
.cms-bestaetigung-newsletteranmeldung .std {
  overflow: hidden;
}
.enhancednewsletter-subscriber-index .tab,
.enhancednewsletter-subscriber-unsubscribe .tab,
.cms-bestaetigung-newsletteranmeldung .tab {
  background-color: transparent;
}
.enhancednewsletter-subscriber-index .footer-container,
.enhancednewsletter-subscriber-unsubscribe .footer-container,
.cms-bestaetigung-newsletteranmeldung .footer-container {
  margin: 0;
}
.enhancednewsletter-subscriber-index .page-title,
.enhancednewsletter-subscriber-unsubscribe .page-title,
.cms-bestaetigung-newsletteranmeldung .page-title {
  padding-bottom: 0 !important;
}
/**
 *
 * Recommend product
 *
 */
.sendfriend {
  width: 560px;
  margin: 0 auto;
}
.sendfriend .fieldset h2.legend {
  font-weight: bold;
}
.sendfriend .form-list label {
  width: 100px;
}
.sendfriend .form-list textarea {
  width: 376px;
}
/**
 *
 * Password security bar
 *
 */
.input-box.security-bar,
.opc .form-list .input-box.security-bar {
  width: 169px;
}
#password_security_bar {
  border: 1px solid #ccc;
  width: 165px;
  margin: 2px 5px 2px 0;
  padding: 1px;
  background: #fff;
}
#password_security_bar > div {
  background-color: #ACE97C;
  height: 12px;
}
#upload_annotation {
  margin-top: 0;
}
/**
 *
 * other things
 */
.page-sitemap .links {
  margin: 0;
  text-align: left;
}
.range .input-style {
  display: inline-block;
}
.enhancednewsletter-subscriber-index #newsletter_footer {
  margin: 2em 0;
}
.enhancednewsletter-subscriber-index .styled_select {
  width: 150px;
}
.enhancednewsletter-subscriber-index .styled_select select {
  width: 178px;
}
.order-details .order-additional {
  clear: both;
}
.order-details .order-additional dd {
  padding: 10px 0px;
}
.pricelist.price-range {
  margin: 0 0 25px 50px;
}
.pricelist.tierprice {
  float: left;
  width: 42px;
  height: 42px;
  background: transparent url(/skin/frontend/dotsource/default/images/vispronet/vispro.png) no-repeat -362px -30px !important;
}
.newsletter-subscribe,
.newsletter-unsubscribe {
  width: 960px;
  margin-left: -19px;
}
.newsletter-subscribe button,
.newsletter-unsubscribe button {
  float: right;
}
.newsletter-subscribe .field-note,
.newsletter-unsubscribe .field-note {
  margin: 20px 0;
}
.newsletter-subscribe .form-list,
.newsletter-unsubscribe .form-list {
  width: 840px;
  height: 405px;
}
.newsletter-subscribe .form-list label,
.newsletter-unsubscribe .form-list label {
  width: 150px;
}
.newsletter-subscribe .form-list input.input-text,
.newsletter-unsubscribe .form-list input.input-text,
.newsletter-subscribe .form-list textarea,
.newsletter-unsubscribe .form-list textarea {
  width: 320px;
}
.newsletter-subscribe .fieldset,
.newsletter-unsubscribe .fieldset {
  background: transparent !important;
}
.newsletter-subscribe {
  background: transparent url(/media/newsletter/subscribe_body-DSGVO-DE.jpg) no-repeat;
  height: 650px;
}
.newsletter-subscribe.eu {
  background: transparent url(/media/newsletter/subscribe_body-DSGVO-EN.jpg) no-repeat;
}
.newsletter-subscribe.pl {
  background: transparent url(/media/newsletter/subscribe_body-DSGVO-PL.jpg) no-repeat;
}
.newsletter-subscribe.cz {
  background: transparent url(/media/newsletter/subscribe_body-DSGVO-CZ.jpg) no-repeat;
}
.newsletter-subscribe.fr {
  background: transparent url(/media/newsletter/subscribe_body-DSGVO-FR.jpg) no-repeat;
}
.newsletter-unsubscribe {
  background: transparent url(/media/newsletter/unsubscribe_body.jpg) no-repeat;
  height: 299px;
  margin-bottom: -28px;
}
#checkout-shipping-method-load {
  margin: 10px 0 20px 0;
}
.cartHeaderCustomerName {
  margin-top: 5px;
  color: #83B817;
  height: 38px;
  overflow: hidden;
}
button.newButton,
a.newButton {
  background: #f19b17;
  background: -moz-linear-gradient(top, #f8cd8a 0%, #f19b17 60%);
  background: -o-linear-gradient(top, #f8cd8a 0%, #f19b17 60%);
  background: -ms-linear-gradient(top, #f8cd8a 0%, #f19b17 60%);
  background: linear-gradient(to bottom, #f8cd8a 0%, #f19b17 60%);
  -pie-background: linear-gradient(#f8cd8a, #f19b17);
  border-radius: 5px;
  padding: 3px 22px 1px;
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  -webkit-box-shadow: 0 2px 2px 0 #404040;
  box-shadow: 0 2px 2px 0 #404040;
  position: relative;
}
button.newButton.red,
a.newButton.red {
  background: #f15517;
  background: -moz-linear-gradient(top, #f8a48a 0%, #f15517 60%);
  background: -o-linear-gradient(top, #f8a48a 0%, #f15517 60%);
  background: -ms-linear-gradient(top, #f8a48a 0%, #f15517 60%);
  background: linear-gradient(to bottom, #f8a48a 0%, #f15517 60%);
  -pie-background: linear-gradient(#f8a48a, #f15517);
}
a.newButton {
  padding: 3px 22px 2px;
  text-decoration: none;
}
a.newButton:focus,
a.newButton:hover,
a.newButton:active {
  color: white;
  text-decoration: none;
}
button.newButton.small,
a.newButton.small {
  font-size: 11px;
}
button.visprodesign-badge,
a.visprodesign-badge {
  margin-left: 40px;
}
button.visprodesign-badge span,
a.visprodesign-badge span {
  display: block;
  position: absolute;
  left: -40px;
  top: -6px;
  width: 65px;
  height: 52px;
  background: transparent url(/skin/frontend/dotsource/default/images/vispronet/vispro.png) no-repeat -286px -30px;
}
button.visprodesign-badge:disabled span,
a.visprodesign-badge:disabled span,
button.visprodesign-badge.disabled span,
a.visprodesign-badge.disabled span {
  background-position: -955px -597px;
  top: -7px;
}
button.visprodesign-badge-disabled span,
a.visprodesign-badge-disabled span {
  background-position: -955px -597px;
  top: -7px;
}
button.newButton.disabled,
a.newButton.disabled,
button.newButton:disabled,
a.newButton:disabled {
  background: #cccccc;
  background: -moz-linear-gradient(top, #e6e6e6 0%, #cccccc 60%);
  background: -o-linear-gradient(top, #e6e6e6 0%, #cccccc 60%);
  background: -ms-linear-gradient(top, #e6e6e6 0%, #cccccc 60%);
  background: linear-gradient(to bottom, #e6e6e6 0%, #cccccc 60%);
  -pie-background: linear-gradient(#e6e6e6, #cccccc);
  -webkit-box-shadow: 0 2px 2px 0 #c4c4c4;
  box-shadow: 0 2px 2px 0 #c4c4c4;
  color: white;
}
button.newButton.grey {
  background: #838383;
  background: -moz-linear-gradient(top, #b8bab8 0%, #838383 60%);
  background: -o-linear-gradient(top, #b8bab8 0%, #838383 60%);
  background: -ms-linear-gradient(top, #b8bab8 0%, #838383 60%);
  background: linear-gradient(to bottom, #b8bab8 0%, #838383 60%);
  -pie-background: linear-gradient(#b8bab8, #838383);
  -webkit-box-shadow: 0 2px 2px 0 #404040;
  box-shadow: 0 2px 2px 0 #404040;
  color: white;
}
a.newButton.blue {
  background: #4780c9;
  background: -moz-linear-gradient(top, #90b4df 0%, #4780c9 60%);
  background: -o-linear-gradient(top, #90b4df 0%, #4780c9 60%);
  background: -ms-linear-gradient(top, #90b4df 0%, #4780c9 60%);
  background: linear-gradient(to bottom, #90b4df 0%, #4780c9 60%);
  -pie-background: linear-gradient(#90b4df, #4780c9);
}
.styled_select {
  width: 396px;
  height: 24px;
  margin: 1px;
  overflow: hidden;
  background: url(/skin/frontend/dotsource/default/images/vispronet/vispro.png) no-repeat right -800px #dddddd;
  box-shadow: 1px 2px 2px -1px #666666;
}
.styled_select select {
  background: transparent;
  -webkit-appearance: none;
  width: 424px;
  padding: 3px 0 0 5px;
  height: 24px;
  border: 0;
  cursor: pointer;
}
input.magnifier-input {
  height: 20px;
  font-size: 9pt;
  background: #ffffff url(/skin/frontend/dotsource/default/images/bkg_search-input.gif) no-repeat 0 0;
  padding-left: 23px;
  width: 120px;
  border: 1px solid #c7c7c7;
}
.magnifier-select {
  width: 130px;
  height: 20px;
  border: 1px solid #c7c7c7;
  box-shadow: none;
  background-color: #ffffff;
  background-position: right -780px;
}
.magnifier-select select {
  width: 160px;
  height: 20px;
  padding: 0;
  font-size: 9pt;
  margin-top: -2px;
}
a.top-anchor {
  width: 42px;
  height: 42px;
  display: block;
  margin: auto;
  background: url(/skin/frontend/dotsource/default/images/vispronet/vispro.png) no-repeat -332px -224px;
}
.validation-error .styled_select {
  margin: 0;
  border: 1px dashed red;
  outline: none;
  box-shadow: none;
}
.product-view .pointed-list li {
  color: #000 !important;
}
.info-button {
  cursor: pointer;
}
.info-tick-marks {
  display: block;
  float: left;
  padding: 0 !important;
}
.info-tick-marks.left-column {
  margin-left: 10px;
}
.info-tick-marks.right-column {
  margin-left: 25px;
}
.info-tick-marks li {
  list-style-type: none;
  height: 20px;
  overflow: hidden;
  padding: 5px 0;
  font-weight: bold;
}
.info-tick-marks li a {
  text-decoration: none;
  color: black;
}
.info-tick-marks li a:hover {
  color: #83b817;
}
.info-tick-marks li:before {
  content: '';
  background: url(/skin/frontend/dotsource/default/images/vispronet/vispro.png) no-repeat -207px -30px;
  height: 20px;
  width: 20px;
  display: block;
  float: left;
  clear: both;
  margin-right: 10px;
}
#tooltip_info_cart_shipping_cost ul li,
#tooltip_info_deliverypreview ul li {
  margin-bottom: 7px;
}
#tooltip_info_cart_shipping_vispronet_standard .tooltip_content ul,
#tooltip_info_cart_shipping_vispronet_express20 .tooltip_content ul,
#tooltip_info_cart_shipping_vispronet_express12 .tooltip_content ul,
#tooltip_info_cart_shipping_vispronet_overnight20 .tooltip_content ul,
#tooltip_info_cart_shipping_vispronet_overnight12 .tooltip_content ul,
#tooltip_info_cart_shipping_vispronet_express20_foreign_country .tooltip_content ul,
#tooltip_info_cart_shipping_vispronet_express12_foreign_country .tooltip_content ul,
#tooltip_info_cart_shipping_vispronet_overnight20_foreign_country .tooltip_content ul,
#tooltip_info_cart_shipping_vispronet_overnight12_foreign_country .tooltip_content ul,
#tooltip_info_cart_shipping_cost .tooltip_content ul,
#tooltip_info_deliverypreview .tooltip_content ul {
  list-style-type: disc;
  margin-left: 15px;
}
.sprite-spinner {
  overflow: hidden;
  position: relative;
  display: inline-block;
  text-align: left;
}
.spinner-wrap {
  text-align: center;
  margin: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  user-select: none;
  cursor: default;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background: #ffffff;
  box-shadow: 1px 2px 2px -1px #666666;
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0 0 0 8px;
  height: 24px;
  color: #000000;
  background: #dddddd;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
  box-shadow: 1px 2px 2px -1px #666666;
  cursor: pointer;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 25px;
  height: 100%;
  background: url(/skin/frontend/dotsource/default/images/vispronet/vispro.png) no-repeat right -800px;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  white-space: nowrap;
  background: #ffffff url(/skin/frontend/dotsource/default/images/vispronet/vispro.png) no-repeat -325px -479px;
}
.chosen-container-single .chosen-search-input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 28px;
  padding: 6px 4px 5px 0;
  width: 667px;
  height: auto;
  outline: 0;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border: none;
  background: #ffffff;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #1e90ff;
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  display: list-item;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
body.cms-no-route .std {
  background: #f1f6fa url(/media/404.png) scroll no-repeat 310px 50px;
  height: 400px;
}
body.cms-no-route .std h3 {
  margin-bottom: 1em;
}
body.cms-no-route .std .newButton {
  display: inline-block;
  margin: 1em 0 1.5em;
}
body.catalogsearch-result-index .products-list {
  margin: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.catalogsearch-result-index .products-list > li {
  display: flex;
  position: relative;
  width: 48%;
  box-sizing: border-box;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #d9d9d9;
}
body.catalogsearch-result-index .products-list > li:first-child,
body.catalogsearch-result-index .products-list > li:nth-child(2) {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
body.catalogsearch-result-index .products-list > li .product-image {
  width: 15%;
  min-width: 15%;
  border: 1px solid #d9d9d9;
}
body.catalogsearch-result-index .products-list > li .product-image img {
  width: 100%;
}
body.catalogsearch-result-index .products-list > li .product-image:focus,
body.catalogsearch-result-index .products-list > li .product-image:hover {
  border: 1px solid #83b817;
}
body.catalogsearch-result-index .products-list > li .product-name {
  padding: 0 20px;
}
body.catalogsearch-result-index .products-list > li a.link-learn {
  position: absolute;
  right: 20px;
  bottom: 0;
}
body.catalogsearch-result-index .std.no-result {
  background: #f1f6fa url(/media/search_not_found.png) scroll no-repeat 310px 50px;
  height: 400px;
}
body.catalogsearch-result-index .std.no-result h3 {
  margin-bottom: 1em;
}
body.catalogsearch-result-index .std.no-result .newButton {
  display: inline-block;
  margin: 1em 0 1.5em;
}
#search-results-loading-image {
  margin: 30px 0;
  text-align: center;
}
#search-results-loading-image img {
  display: inline-block;
}
/*
|--------------------------------------------------------------------------
| Basics
|--------------------------------------------------------------------------
*/
.text-center {
  text-align: center;
}
/*
|--------------------------------------------------------------------------
| Alert
|--------------------------------------------------------------------------
*/
.alert {
  padding: 10px;
  font-size: 12px !important;
  text-align: center;
  margin-bottom: 20px;
}
.alert-danger {
  border: 1px solid #e9581f;
  background-color: #fff5f3;
  color: #d91a00;
}
.error {
  color: #FF0000;
}
/*
|--------------------------------------------------------------------------
| Contact
|--------------------------------------------------------------------------
*/
.vispronet-contact .contact-customer-info {
  position: relative;
  top: 43px;
  left: 20px;
}
.vispronet-contact .contact-customer-info span.title {
  font-weight: bold;
}
.vispronet-contact .fieldset {
  float: left;
  position: relative;
  z-index: 1;
}
.vispronet-contact.std {
  width: 928px;
  height: 100%;
  display: inline-table;
}
/*
|--------------------------------------------------------------------------
| Overlay Contact
|--------------------------------------------------------------------------
*/
.overlay-support-container .container-item {
  width: 300px;
  height: 50px;
}
.overlay-support-container .container-item .item-icon {
  float: left;
  margin: 0 11px;
  width: 50px;
  height: 50px;
}
.overlay-support-container .container-item .item-icon.phone {
  background: #f1f6fa url(/skin/frontend/dotsource/default/images/vispronet/vispro.png) no-repeat 0px -810px;
}
.overlay-support-container .container-item .item-icon.email {
  background: #f1f6fa url(/skin/frontend/dotsource/default/images/vispronet/vispro.png) no-repeat -50px -810px;
}
.overlay-support-container .container-item .item-icon.chat {
  background: #f1f6fa url(/skin/frontend/dotsource/default/images/vispronet/vispro.png) no-repeat -100px -810px;
}
.overlay-support-container .container-item .item-content {
  position: absolute;
  left: 88px;
  width: 300px;
  padding: 10px;
  border-left: 1px solid #bdbbbb;
  opacity: 0;
  transition: opacity 1s ease-out;
}
.overlay-support-container .container-item .item-content p {
  font-weight: bold;
}
.overlay-support-container .container-item .item-content a {
  text-decoration: none;
}
.overlay-support-container .container-item:last-child .item-content {
  padding-bottom: 0;
  margin-bottom: 10px;
}
.overlay-support-container .container-item:last-child .item-content {
  padding-bottom: 0;
  margin-bottom: 10px;
}
.overlay-support-container {
  position: fixed;
  background-color: #f1f6fa;
  top: 40%;
  right: 0;
  height: auto;
  width: 76px;
  padding: 8px;
  border: 1px solid #dcdcdc;
  transition: width 1s;
  cursor: pointer;
}
.overlay-support-container:hover {
  width: 300px;
}
.overlay-support-container:hover .item-content {
  opacity: 1;
}
@media (max-width: 1100px) {
  .overlay-support-container {
    display: none;
  }
}
/*
|--------------------------------------------------------------------------
| Vispronet Cart
|--------------------------------------------------------------------------
*/
.vispro-cart-container {
  width: 960px;
  clear: both;
  background-color: #F1F6FA;
  border: 1px solid #D9D9D9;
  padding: 10px;
  display: table-cell;
}
.vispro-cart-container .vispro-cart-main a {
  text-decoration: none;
}
.vispro-cart-container .vispro-cart-main .cart-header {
  width: 100%;
  display: inline-block;
}
.vispro-cart-container .vispro-cart-main .cart-header .col-1 {
  float: left;
  width: 31%;
}
.vispro-cart-container .vispro-cart-main .cart-header .col-2 {
  float: left;
  width: 39%;
}
.vispro-cart-container .vispro-cart-main .cart-header .col-2.vispro-cart-reference img {
  margin-left: 5px;
  margin-right: 5px;
}
.vispro-cart-container .vispro-cart-main .cart-header .col-2.vispro-cart-reference input[type="text"],
.vispro-cart-container .vispro-cart-main .cart-header .col-2.vispro-cart-reference input[type="number"],
.vispro-cart-container .vispro-cart-main .cart-header .col-2.vispro-cart-reference input[type="password"] {
  width: 164px;
  height: 26px;
  padding: 0 6px 0 5px;
  border: none;
  box-shadow: inset 0px 1px 0px 1px #a7a7a7;
  border-bottom: 1px solid #b1b1b1;
}
.vispro-cart-container .vispro-cart-main .cart-body {
  margin-top: 20px;
}
.vispro-cart-container .vispro-cart-main .cart-body .vispronet-cart-table thead th {
  text-align: center;
}
.vispro-cart-container .vispro-cart-main .cart-body .vispronet-cart-table thead th:last-child {
  border-right: none;
}
.vispro-cart-container .vispro-cart-main .cart-body .vispronet-cart-table th,
.vispro-cart-container .vispro-cart-main .cart-body .vispronet-cart-table td {
  border-right: 1px solid #d9d9d9;
}
.vispro-cart-container .vispro-cart-main .cart-body .vispronet-cart-table th:not(:first-child),
.vispro-cart-container .vispro-cart-main .cart-body .vispronet-cart-table td:not(:first-child) {
  border-bottom: 1px solid #d9d9d9;
}
.vispro-cart-container .vispro-cart-main .cart-body .vispronet-cart-table tbody td input[type="text"],
.vispro-cart-container .vispro-cart-main .cart-body .vispronet-cart-table tbody td input[type="number"],
.vispro-cart-container .vispro-cart-main .cart-body .vispronet-cart-table tbody td input[type="password"] {
  width: 46px;
  height: 26px;
  padding: 0 6px 0 5px;
  border: none;
  box-shadow: inset 0px 1px 0px 1px #a7a7a7;
  border-bottom: 1px solid #b1b1b1;
}
.vispro-cart-container .vispro-cart-main .cart-body .vispronet-cart-table tbody td input {
  text-align: center;
}
.vispro-cart-container .vispro-cart-main .cart-body .vispronet-cart-table tbody td h2 {
  font-size: 13px;
}
.vispro-cart-container .vispro-cart-main .cart-body .vispronet-cart-table tbody td:first-child {
  padding: 0;
  width: 66px;
}
.vispro-cart-container .vispro-cart-main .cart-body .vispronet-cart-table tbody td:first-child img {
  border-top: 1px solid #d9d9d9;
  margin-top: -1px;
}
.vispro-cart-container .vispro-cart-main .cart-body .vispronet-cart-table tbody td:last-child {
  border-right: none;
}
.vispro-cart-container .vispro-cart-main .cart-body .vispronet-cart-table tbody tr:last-child td:first-child {
  border-bottom: 1px solid #d9d9d9;
}
.vispro-cart-container .vispro-cart-main .cart-body .vispronet-cart-table tfoot .incl-tax {
  font-weight: bold;
}
.vispro-cart-container .vispro-cart-main .cart-body .vispronet-cart-table tfoot td {
  text-align: right;
}
.vispro-cart-container .vispro-cart-main .cart-body .vispronet-cart-table tfoot td:first-child {
  padding-left: 250px;
  text-align: left;
}
.vispro-cart-container .vispro-cart-main .cart-body .vispronet-cart-table tfoot .subtotal td.last {
  border: none;
  text-align: left;
  padding-right: 0;
  padding-left: 0;
  vertical-align: top;
}
.vispro-cart-container .vispro-cart-main .cart-body .vispronet-cart-table tfoot .subtotal td.last a {
  display: block;
  padding: 5px 0;
}
.vispro-cart-container .vispro-cart-main .cart-body .vispronet-cart-table tfoot .subtotal td.last a:first-child {
  padding-top: 0;
}
.vispro-cart-container .vispro-cart-main .cart-body .vispronet-cart-table tfoot .subtotal td.last .act-text {
  padding-left: 15px;
}
.vispro-cart-container .vispro-cart-main .cart-body .vispronet-cart-table tfoot tr.first td {
  padding-top: 30px;
}
.vispro-cart-container .vispro-cart-main .cart-body .vispronet-cart-table tfoot tr.last td {
  border-bottom: none;
}
.vispro-cart-container .vispro-cart-main .cart-body .vispronet-cart-table tfoot .shipping .incl-tax,
.vispro-cart-container .vispro-cart-main .cart-body .vispronet-cart-table tfoot .grand-total .incl-tax,
.vispro-cart-container .vispro-cart-main .cart-body .vispronet-cart-table tfoot .total .incl-tax,
.vispro-cart-container .vispro-cart-main .cart-body .vispronet-cart-table tfoot .subtotal .incl-tax,
.vispro-cart-container .vispro-cart-main .cart-body .vispronet-cart-table tfoot .surcharge .incl-tax,
.vispro-cart-container .vispro-cart-main .cart-body .vispronet-cart-table tfoot .grand-total-tax .incl-tax,
.vispro-cart-container .vispro-cart-main .cart-body .vispronet-cart-table tfoot .shipping .excl-tax,
.vispro-cart-container .vispro-cart-main .cart-body .vispronet-cart-table tfoot .grand-total .excl-tax,
.vispro-cart-container .vispro-cart-main .cart-body .vispronet-cart-table tfoot .total .excl-tax,
.vispro-cart-container .vispro-cart-main .cart-body .vispronet-cart-table tfoot .subtotal .excl-tax,
.vispro-cart-container .vispro-cart-main .cart-body .vispronet-cart-table tfoot .surcharge .excl-tax,
.vispro-cart-container .vispro-cart-main .cart-body .vispronet-cart-table tfoot .grand-total-tax .excl-tax {
  border-bottom: none;
}
.vispro-cart-container .vispro-cart-main .cart-body .vispronet-cart-table tfoot .grand-total .incl-tax,
.vispro-cart-container .vispro-cart-main .cart-body .vispronet-cart-table tfoot .grand-total .excl-tax {
  border-top: 1px solid #7d7d7d;
}
.vispro-cart-container .vispro-cart-main .cart-body .vispronet-cart-table tfoot .total td:first-child {
  font-weight: bold;
  position: relative;
  overflow: hidden;
}
.vispro-cart-container .vispro-cart-main .cart-body .vispronet-cart-table tfoot .total td:first-child:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 240px;
  border-bottom: 1px solid #7d7d7d;
}
.vispro-cart-container .vispro-cart-main .cart-body .vispronet-cart-table tfoot .total .incl-tax,
.vispro-cart-container .vispro-cart-main .cart-body .vispronet-cart-table tfoot .total .excl-tax {
  border-top: 1px solid #7d7d7d;
}
.vispro-cart-container .vispro-cart-main .cart-body .vispronet-cart-table tfoot .grand-total-tax {
  font-size: 9px;
}
.vispro-cart-container .vispro-cart-main .cart-body .vispronet-cart-table tfoot .act-text {
  display: block;
}
.vispro-cart-container .vispro-cart-main .cart-body .vispronet-cart-table tfoot .duty-text {
  padding-top: 2em;
  border: none;
}
.vispro-cart-container .vispro-cart-main .cart-body .vispronet-cart-table tfoot .duty-text td {
  border-right: none;
}
.vispro-cart-container .vispro-cart-main .cart-body .vispronet-cart-table .desc-column {
  max-width: 350px;
}
.vispro-cart-container .vispro-cart-main .cart-body .vispronet-cart-table .desc-column .cart-item-desc {
  margin-top: 5px;
}
.vispro-cart-container .vispro-cart-main .cart-body .vispronet-cart-table .desc-column .cart-item-desc div {
  margin-bottom: 5px;
}
.vispro-cart-container .vispro-cart-main .cart-body .vispronet-cart-table .desc-column .cart-item-desc .item-title {
  width: 100px;
  float: left;
}
.vispro-cart-container .vispro-cart-main .cart-body .vispronet-cart-table .desc-column .cart-item-desc .item-value {
  display: table;
}
.vispro-cart-container .vispro-cart-main .cart-body .vispronet-cart-table .desc-column .checkout_description {
  clear: both;
}
.vispro-cart-container .vispro-cart-main .cart-body .vispronet-cart-table .service-items td:first-child {
  border-bottom: none;
}
.vispro-cart-container .vispro-cart-main .cart-body .footer-actions {
  margin-top: 30px;
}
.vispro-cart-container .vispro-cart-main .cart-body .footer-actions a {
  margin-right: 20px;
}
.vispro-cart-container .vispro-cart-main .cart-module-container {
  margin-top: 30px;
  margin-bottom: 30px;
  display: table;
  width: 100%;
}
.vispro-cart-container .vispro-cart-main .cart-module-container .row {
  clear: both;
  display: flex;
}
.vispro-cart-container .vispro-cart-main .cart-module-container .row.add-space {
  margin-bottom: 30px;
}
.vispro-cart-container .vispro-cart-main .cart-module-container .validation-advice {
  float: none;
}
.vispro-cart-container .vispro-cart-main .cart-module-container .styled_select {
  width: inherit;
}
.vispro-cart-container .vispro-cart-main .cart-module-container .styled_select select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.vispro-cart-container .vispro-cart-main .cart-module-container .styled_select select::-ms-expand {
  display: none;
}
.vispro-cart-container .vispro-cart-main .cart-module-container .form-list label {
  text-align: left;
  padding: 0;
}
.vispro-cart-container .vispro-cart-main .cart-module-container .cart-leftSide-moduleblock {
  float: left;
  display: block;
  width: 35%;
}
.vispro-cart-container .vispro-cart-main .cart-module-container .cart-rightSide-moduleblock {
  float: right;
  width: 62%;
  margin-left: 20px;
}
.vispro-cart-container .vispro-cart-main .cart-module-container .shipping-module {
  width: 300px;
  min-height: 241px;
  height: auto;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #d9d9d9;
}
.vispro-cart-container .vispro-cart-main .cart-module-container .shipping-module .module-title {
  display: inline-flex;
  margin-bottom: 15px;
}
.vispro-cart-container .vispro-cart-main .cart-module-container .shipping-module .module-title h2 {
  margin-right: 10px;
}
.vispro-cart-container .vispro-cart-main .cart-module-container .shipping-module .module-content label {
  float: left;
  width: 90px;
}
.vispro-cart-container .vispro-cart-main .cart-module-container .shipping-module .module-content div {
  margin-bottom: 15px;
}
.vispro-cart-container .vispro-cart-main .cart-module-container .shipping-module .validation-advice {
  margin-bottom: 0px;
}
.vispro-cart-container .vispro-cart-main .cart-module-container .shipping-module .validation-advice div {
  margin-bottom: 0px;
}
.vispro-cart-container .vispro-cart-main .cart-module-container .shipping-module input[type="text"],
.vispro-cart-container .vispro-cart-main .cart-module-container .shipping-module input[type="number"],
.vispro-cart-container .vispro-cart-main .cart-module-container .shipping-module input[type="password"] {
  width: 197px;
  height: 26px;
  padding: 0 6px 0 5px;
  border: none;
  box-shadow: inset 0px 1px 0px 1px #a7a7a7;
  border-bottom: 1px solid #b1b1b1;
}
.vispro-cart-container .vispro-cart-main .cart-module-container .shipping-module .delivery-options {
  margin-bottom: 10px;
  float: left;
}
.vispro-cart-container .vispro-cart-main .cart-module-container .shipping-module label {
  color: #000;
}
.vispro-cart-container .vispro-cart-main .cart-module-container .shipping-module .delivery-options label {
  float: none;
  display: inline-block;
  width: 155px;
  text-align: left;
  padding: 5px;
}
.vispro-cart-container .vispro-cart-main .cart-module-container .currency-converter-module {
  width: 100%;
  min-height: 92px;
  height: auto;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #d9d9d9;
}
.vispro-cart-container .vispro-cart-main .cart-module-container .currency-converter-module .module-title {
  display: inline-flex;
  margin-bottom: 15px;
}
.vispro-cart-container .vispro-cart-main .cart-module-container .currency-converter-module .module-title h2 {
  margin-right: 10px;
}
.vispro-cart-container .vispro-cart-main .cart-module-container .currency-converter-module .module-content label {
  float: left;
  width: 90px;
}
.vispro-cart-container .vispro-cart-main .cart-module-container .currency-converter-module .module-content div {
  margin-bottom: 15px;
}
.vispro-cart-container .vispro-cart-main .cart-module-container .currency-converter-module .validation-advice {
  margin-bottom: 0px;
}
.vispro-cart-container .vispro-cart-main .cart-module-container .currency-converter-module .validation-advice div {
  margin-bottom: 0px;
}
.vispro-cart-container .vispro-cart-main .cart-module-container .currency-converter-module input[type="text"],
.vispro-cart-container .vispro-cart-main .cart-module-container .currency-converter-module input[type="number"],
.vispro-cart-container .vispro-cart-main .cart-module-container .currency-converter-module input[type="password"] {
  width: 197px;
  height: 26px;
  padding: 0 6px 0 5px;
  border: none;
  box-shadow: inset 0px 1px 0px 1px #a7a7a7;
  border-bottom: 1px solid #b1b1b1;
}
.vispro-cart-container .vispro-cart-main .cart-module-container .currency-converter-module .styled_select {
  width: 200px;
  float: left;
  margin-right: 15px;
}
.vispro-cart-container .vispro-cart-main .cart-module-container .discount-module {
  width: 100%;
  min-height: 97px;
  height: auto;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #d9d9d9;
}
.vispro-cart-container .vispro-cart-main .cart-module-container .discount-module .module-title {
  display: inline-flex;
  margin-bottom: 15px;
}
.vispro-cart-container .vispro-cart-main .cart-module-container .discount-module .module-title h2 {
  margin-right: 10px;
}
.vispro-cart-container .vispro-cart-main .cart-module-container .discount-module .module-content label {
  float: left;
  width: 90px;
}
.vispro-cart-container .vispro-cart-main .cart-module-container .discount-module .validation-advice {
  margin-bottom: 0px;
}
.vispro-cart-container .vispro-cart-main .cart-module-container .discount-module .validation-advice div {
  margin-bottom: 0px;
}
.vispro-cart-container .vispro-cart-main .cart-module-container .discount-module input[type="text"],
.vispro-cart-container .vispro-cart-main .cart-module-container .discount-module input[type="number"],
.vispro-cart-container .vispro-cart-main .cart-module-container .discount-module input[type="password"] {
  width: '';
  height: 26px;
  padding: 0 6px 0 5px;
  border: none;
  box-shadow: inset 0px 1px 0px 1px #a7a7a7;
  border-bottom: 1px solid #b1b1b1;
}
.vispro-cart-container .vispro-cart-main .cart-module-container .discount-module .module-content {
  display: table;
}
.vispro-cart-container .vispro-cart-main .cart-module-container .discount-module .module-content input[type="text"],
.vispro-cart-container .vispro-cart-main .cart-module-container .discount-module .module-content input[type="number"],
.vispro-cart-container .vispro-cart-main .cart-module-container .discount-module .module-content input[type="password"] {
  width: 392px;
  height: 26px;
  padding: 0 6px 0 5px;
  border: none;
  box-shadow: inset 0px 1px 0px 1px #a7a7a7;
  border-bottom: 1px solid #b1b1b1;
}
.vispro-cart-container .vispro-cart-main .cart-module-container .discount-module .module-content .newButton {
  margin-left: 10px;
}
.vispro-cart-container .vispro-cart-main .cart-module-container .shippingcalculatorlog-module {
  width: 100%;
  min-height: auto;
  height: auto;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #d9d9d9;
  margin-top: 30px;
}
.vispro-cart-container .vispro-cart-main .cart-module-container .shippingcalculatorlog-module .module-title {
  display: inline-flex;
  margin-bottom: 15px;
}
.vispro-cart-container .vispro-cart-main .cart-module-container .shippingcalculatorlog-module .module-title h2 {
  margin-right: 10px;
}
.vispro-cart-container .vispro-cart-main .cart-module-container .shippingcalculatorlog-module .module-content label {
  float: left;
  width: 90px;
}
.vispro-cart-container .vispro-cart-main .cart-module-container .shippingcalculatorlog-module .module-content div {
  margin-bottom: 15px;
}
.vispro-cart-container .vispro-cart-main .cart-module-container .shippingcalculatorlog-module .validation-advice {
  margin-bottom: 0px;
}
.vispro-cart-container .vispro-cart-main .cart-module-container .shippingcalculatorlog-module .validation-advice div {
  margin-bottom: 0px;
}
.vispro-cart-container .vispro-cart-main .cart-module-container .shippingcalculatorlog-module input[type="text"],
.vispro-cart-container .vispro-cart-main .cart-module-container .shippingcalculatorlog-module input[type="number"],
.vispro-cart-container .vispro-cart-main .cart-module-container .shippingcalculatorlog-module input[type="password"] {
  width: 197px;
  height: 26px;
  padding: 0 6px 0 5px;
  border: none;
  box-shadow: inset 0px 1px 0px 1px #a7a7a7;
  border-bottom: 1px solid #b1b1b1;
}
.vispro-cart-container table.totals-table {
  width: 82%;
}
.vispro-cart-container #tooltip_info_reference {
  top: 245px !important;
}
.vispro-cart-container .act-icon {
  font-size: 16px;
  display: block;
  text-align: center;
}
.vispro-cart-container .grid-actions i {
  margin-bottom: 20px;
}
.catalog-product-view .ui-state-active,
.catalog-product-view .ui-widget-content .ui-state-active,
.catalog-product-view .ui-widget-header .ui-state-active {
  color: #0062a1;
  border: none;
}
.catalog-product-view .ui-autocomplete {
  padding: 0;
}
.catalog-product-view .ui-autocomplete .ui-menu-item {
  padding: 5px;
  cursor: pointer;
}
.catalog-product-view .ui-autocomplete .ui-menu-item a {
  text-decoration: none;
}
.catalog-product-view .ui-autocomplete .ui-menu-item:hover {
  background-color: #1e90ff;
}
.catalog-product-view .ui-autocomplete .ui-menu-item:hover a {
  color: #fff;
}
/*
.std {
    dl { display: grid; grid-template-columns: 30% 70%; }
    dt { grid-column-start: 1; }
    dd { grid-column-start: 2; margin-left: 0; margin-bottom: 0.25em; padding-left: 1em; }
    dd.seperator { margin-bottom: 1em; }
}
*/

/*!
 * Font Awesome Free 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

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

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

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-random:before {
  content: "\f074"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-rendact:before {
  content: "\f3e4"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-train:before {
  content: "\f238"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("https://www.vispronet.eu/skin/frontend/dotsource/default/../../../frontend/dotsource/responsive/css/font-awesome/webfonts/fa-brands-400.eot");
  src: url("https://www.vispronet.eu/skin/frontend/dotsource/default/../../../frontend/dotsource/responsive/css/font-awesome/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("https://www.vispronet.eu/skin/frontend/dotsource/default/../../../frontend/dotsource/responsive/css/font-awesome/webfonts/fa-brands-400.woff2") format("woff2"), url("https://www.vispronet.eu/skin/frontend/dotsource/default/../../../frontend/dotsource/responsive/css/font-awesome/webfonts/fa-brands-400.woff") format("woff"), url("https://www.vispronet.eu/skin/frontend/dotsource/default/../../../frontend/dotsource/responsive/css/font-awesome/webfonts/fa-brands-400.ttf") format("truetype"), url("https://www.vispronet.eu/skin/frontend/dotsource/default/../../../frontend/dotsource/responsive/css/font-awesome/webfonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands'; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url("https://www.vispronet.eu/skin/frontend/dotsource/default/../../../frontend/dotsource/responsive/css/font-awesome/webfonts/fa-regular-400.eot");
  src: url("https://www.vispronet.eu/skin/frontend/dotsource/default/../../../frontend/dotsource/responsive/css/font-awesome/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("https://www.vispronet.eu/skin/frontend/dotsource/default/../../../frontend/dotsource/responsive/css/font-awesome/webfonts/fa-regular-400.woff2") format("woff2"), url("https://www.vispronet.eu/skin/frontend/dotsource/default/../../../frontend/dotsource/responsive/css/font-awesome/webfonts/fa-regular-400.woff") format("woff"), url("https://www.vispronet.eu/skin/frontend/dotsource/default/../../../frontend/dotsource/responsive/css/font-awesome/webfonts/fa-regular-400.ttf") format("truetype"), url("https://www.vispronet.eu/skin/frontend/dotsource/default/../../../frontend/dotsource/responsive/css/font-awesome/webfonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("https://www.vispronet.eu/skin/frontend/dotsource/default/../../../frontend/dotsource/responsive/css/font-awesome/webfonts/fa-solid-900.eot");
  src: url("https://www.vispronet.eu/skin/frontend/dotsource/default/../../../frontend/dotsource/responsive/css/font-awesome/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("https://www.vispronet.eu/skin/frontend/dotsource/default/../../../frontend/dotsource/responsive/css/font-awesome/webfonts/fa-solid-900.woff2") format("woff2"), url("https://www.vispronet.eu/skin/frontend/dotsource/default/../../../frontend/dotsource/responsive/css/font-awesome/webfonts/fa-solid-900.woff") format("woff"), url("https://www.vispronet.eu/skin/frontend/dotsource/default/../../../frontend/dotsource/responsive/css/font-awesome/webfonts/fa-solid-900.ttf") format("truetype"), url("https://www.vispronet.eu/skin/frontend/dotsource/default/../../../frontend/dotsource/responsive/css/font-awesome/webfonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

