/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
 * jQuery UI CSS Framework 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(../../../skins/base/customer/css/ui/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(../../../skins/base/customer/css/ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(../../../skins/base/customer/css/ui/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(../../../skins/base/customer/css/ui/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(../../../skins/base/customer/css/ui/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1; background: #fbf9ee url(../../../skins/base/customer/css/ui/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(../../../skins/base/customer/css/ui/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(../../../skins/base/customer/css/ui/images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(../../../skins/base/customer/css/ui/images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(../../../skins/base/customer/css/ui/images/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(../../../skins/base/customer/css/ui/images/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../../../skins/base/customer/css/ui/images/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(../../../skins/base/customer/css/ui/images/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(../../../skins/base/customer/css/ui/images/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(../../../skins/base/customer/css/ui/images/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(../../../skins/base/customer/css/ui/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(../../../skins/base/customer/css/ui/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*
 * jQuery UI Resizable 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*
 * jQuery UI Selectable 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*
 * jQuery UI Autocomplete 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.11
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
/*
 * jQuery UI Button 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
/*
 * jQuery UI Dialog 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/*
 * jQuery UI Tabs 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/*
 * jQuery UI Datepicker 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/*
 * jQuery UI Progressbar 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }

/* General styles */
.disabled, select.disabled {
	background-color: #e0dfe3;
}
.input-text {
	width: 200px;
}
.input-text-medium {
	width: 80px;
}
.input-text-large {
	width: 300px;
}
.input-text-short {
	width: 40px;
}
.input-textarea {
	width: 370px;
}
.input-textarea-long {
	width: 90%;
}
.input-text-100 {
	width: 100%;
}
p {
	margin: 6px 0 17px 0;
	color: #2c2b2b;
}
ul {
	list-style-type: none;
}
ol {
	padding: 0 0 0 20px;
}
.hand {
	cursor: pointer;
}
hr {
	height: 0px;
	border: 0 none;
}
.dark-hr {
	margin: 11px 0 9px 0;
	clear: both;
}
.error-text {
	font-weight: bold;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clear-both {
	clear: both;
}
.float-none {
	float: none !important;
}
.cm-opacity {
	opacity: 0.3;
	-moz-opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=30)";
}
.button-submit-action, .button-submit, .button-submit-big, .button, .button-action, .button a, .button-action a, .button-submit-action input, .button-submit input, .button-submit-big input a.cm-thumbnails-mini,  .promotion-coupon strong, .image-reload {
	display: inline-block;
}
.wrapped {
	white-space: normal !important;
}
.add-product .wrapped {
	text-align: left;
}
/* /General styles */

/* Side boxes styles */
.left-column .input-text, .right-column .input-text, .updates-wrapper .input-text {
	height: 17px;
	width: 115px;
	margin: 0;
	padding: 1px;
}
/* /Side boxes styles */

/* Ajax */
.ajax-loading-box {
	padding: 6px 6px 6px 26px;
	position: fixed;
	right: 50%;
	top: 0;
	z-index: 18;
	display: none;
}
.ajax-message {
	padding: 10px;
	z-index: 17;
	display: none;
	position: absolute;
	width: 339px;
}
/* /Ajax*/

/* Section in main box */
.section-border {
	margin-top: 6px;
	margin-bottom: 15px;
}
.section-title {
	padding: 6px 0 5px 9px;
	margin: 0;
}
.section-title a {
	font: bold 108% Arial, Helvetica, sans-serif;
}
.section-title a.cm-combo-on {
	background: url('../../../skins/base/customer/addons/cscart_site/overrides/images/icons/section_icon_collapsed.gif') no-repeat 0 7px;
}
.section-title a.cm-combo-off {
	background: url('../../../skins/base/customer/addons/cscart_site/overrides/images/icons/section_icon_expanded.gif') no-repeat 0 7px;
}
.search-form .input-text {
	width: 170px;
}
.search-form .input-text-large {
	width: 207px;
}
/* Section in main box */

/* Buttons */
.button a, .button-action a, .button-submit-action input, .button-submit input, .button-submit-big input {
	cursor: pointer;
	white-space: nowrap;
	text-decoration: none;
}
/* input buttons */
.button-submit-action, .button-submit, .button, .button-action {
	margin-bottom: 4px;
}
.buttons-container {
	padding: 5px 0 1px 0;
}
/* /Buttons */

/* Category page */
.subcategories {
	font-weight: bold;
	line-height: 17px;
	float: left;
	padding: 1px 25px 0 15px;
	margin: 0 0 15px 0;
	float: left;
}
.subcategories ul {
	line-height: 18px;
}
.subcategories p {
	padding: 0;
	margin: 0 0 1px 0;
}
.compact .product-title, .compact .product-title:visited, .compact .product-title:hover, .compact .product-title:active {
	font-weight: normal;
}
.product-details-title {
	font-weight: bold;
	padding: 1px;
}
div.product-details-title {
	margin-top: 15px;
}
td div.product-details-title {
	margin-top: 0;
}
.sku {
	font-size: 77%;
	padding: 0;
}
.more-info {
	font-size: 77%;
	text-align: center;
}
p.price {
	margin: 6px 0;
}
.cart-price {
	font-size: 92%;
}
.qty-in-stock, .list-price {
	font-size: 85%;
}
.list-price .list-price {
	font-size: 100%;
}
/* Category page */

/* Product picker box */
.cm-dashed-box {
	background: transparent;
}
#fullbody {
	padding: 13px 12px 0 12px;
	background-color: #ffffff;
}
/* /Product picker box */

/* Checkout pages */
table.product-list td {
	padding: 7px 5px;
}
table.product-list p, table.product-list .product-list-field {
	margin: 3px 0;
}
table.product-list .product-list-field {
	padding-left: 0;
}
table.product-list .product-list-field label {
	width: auto;
	margin-left: 0;
	margin-right: 10px;
}
.tabs {
	margin-top: 13px;
	padding: 0 0 0 12px;
	vertical-align: bottom;
	overflow: hidden;
}
.tabs ul {
	vertical-align: bottom;
}
.tabs ul li, .tabs ul li.cm-active {
	float: left;
	white-space: nowrap;
	cursor: pointer;
	vertical-align: bottom;
}
.tabs ul li a, .tabs ul li a:hover, .tabs ul li.cm-active a, .tabs ul li.cm-active a:hover {
	font: normal 85% Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.tabs ul li.cm-active a, .tabs ul li.cm-active a:visited, .tabs ul li.cm-active a:hover, .tabs ul li.cm-active a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.tabs ul li a:hover {
	text-decoration: none;
}
.cm-tabs-content {
	padding: 11px 0;
}
.tab-list-title {
	margin: 20px 0 8px -2px;
	padding-bottom: 1px;
	font-weight: normal;
	font-size: 138%;
}
.affiliate-code {
	padding: 3px;
	margin: 3px;
	margin-right: 10px;
}
.field-name {
	font: bold 85% 'Open Sans', sans-serif;
	white-space: nowrap;
}
.valign, .go-button {
	vertical-align: middle;
}
.valign-top {
	vertical-align: top;
}
.compare-table td {
	padding: 3px 8px;
}
.compare-table .first-cell {
	white-space: nowrap;
}
table label {
	width: auto;
	font-weight: normal;
}

/* jCarusel */
.jcarousel-container {
	position: relative;
}
.jcarousel-clip {
	overflow: hidden;
	position: relative;
}
.jcarousel-list {
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
.jcarousel-list li, .jcarousel-item {
	float: left;
	list-style: none;
}
/* /jCarusel */

/* Listmania */
.lm-columns {
	float: left;
	width: 48%;
	min-width: 100px;
}
.lm-links {
	padding-bottom: 1px;
}
.lm-description {
	padding: 4px 0 15px 0;
	text-align: justify;
}
.lm-top {
	font-size: 1px;
}
.lm-center {
	padding: 5px 5px 0 5px;
}
.products-rounded .product-properties .buttons-container, .products-rounded .product-properties .form-field, .products-rounded .product-properties .product-list-field {
	margin: 0;
	padding: 0;
}
.left-column .form-field, .right-column .form-field {
	padding: 6px 0;
}
.left-column .form-field label, .right-column .form-field label {
	margin-left: 0;
	width: auto;
}
.products-rounded .product-properties {
	margin: 0;
}
.lm-bottom {
	font-size: 1px;
}
.lm-buttons-wrapper {
	padding: 0 3px 0 0;
}
.lm-buttons {
	float: right;
	margin-left: 6px;
	margin-bottom: 1px;
}
.item-wrap {
	background: url('../../../skins/base/customer/addons/cscart_site/overrides/images/sidebox_delim.gif') repeat-x bottom center;
	margin-bottom: 4px;
	padding-bottom: 10px;
}
.last-item-wrap {
	background-image: none;
	margin-bottom: 0;
}
.item-image {
	float: left;
	margin-right: 10px;
}
.item-description {
	display: table;
}
.lm-manufacturer {
	font-weight: bold;
	margin: 0 0 4px 0;
	padding: 0;
}
.lm-cell-content {
	padding: 5px 9px 9px 9px;
}
.lm-link, .lm-link:visited, .lm-link:active {
	font-weight: bold;
	text-decoration: underline;
}
.lm-link:hover {
	font-weight: bold;
	text-decoration: none;
}
.lm-bc-icon {
	padding: 0 7px;
}
/* /Listmania */

/* Ads */
.ad-container {	/* to crop a large image */
	overflow: hidden;
	width: 100%;
	margin: 1px auto 11px auto;
}
/* /Ads */

/* common styles */
.product-container {
	padding: 5px 0;
}
.border {
	margin-bottom: 12px;
}
.no-items {
	padding: 15px 0;
	text-align: center;
	font-weight: bold;
	margin: 6px 3px;
}
.hidden {
	display: none;
}
.strong {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.lowercase {
	text-transform: lowercase;
}
.uppercase {
	text-transform: uppercase;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.justify {
	text-align: justify;
}
.scroll-x {
	width: 100%;
	height: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	padding-bottom: 3px;
}
.no-margin {
	margin: 0 !important;
}
.inline {
	display: inline;
}
.dashed, a.dashed {
	border-bottom: 1px dashed #000000;
	text-decoration: none;
}
a.dashed {
	border-bottom-color: #0042b2;
}
a.dashed:hover {
	border-bottom: 1px dashed transparent;
}
.no-padding {
	padding: 0 !important;
}
.no-margin {
	margin: 0 !important;
}
.margin-top {
	margin-top: 10px;
}
.margin-bottom {
	margin-bottom: 10px;
}
.fixed-layout {
	table-layout: fixed;
}
.overflow-hidden {
	overflow: hidden;
}
/* /common styles */

/* main styles */

/* Styles for the 100% width layout */ 
/* Uncomment this set of styles for the 100% width layout.
body {}
#container {
	padding: 0 11px;
}
.central-column {
	float: left;
	display: inline;
	padding-bottom: 30px;
	width: 100%;
}
.central-content {
	margin: 0 172px 15px 172px;
	padding: 0 21px 15px 21px;
}
.container-long .central-column {
	margin: 0; 
	padding-bottom: 30px;
}
.container-long .central-content {
	margin: 0; 
	padding: 0 0 15px 0;
}
.container-right .central-column, .container-left .central-column {
	width: 100%;
	float: left;
	display: inline;
}
.container-right .central-content {
	margin: 0 0 0 172px;
	padding: 0 0 15px 21px;
}
.container-left .central-content {
	margin: 0 172px 0 0;
	padding: 0 21px 15px 0;
}
.left-column {
	float: left;
	width: 171px;
	margin-left: -100%;
}
.right-column {
	float: left;
	width: 171px;
	margin-left: -171px;
}
.container-long .mainbox-cart-body, .container-left .mainbox-cart-body, .container-right .mainbox-cart-body {
	width: auto;
}
*/

/* /Styles for the 100% width layout */

/* /main styles */

/* top tools styles */
.top-tools-container {
	clear: both;
	padding: 2px 5px 8px 5px;
	height: 31px; /* for Safari */
}
.top-tools-container span.float-left, .top-tools-container span.float-right {
	width: 5px;
	height: 41px;
	margin: -2px 0 0 -5px;
}
.top-tools-container span.float-right {
	margin: -2px -5px 0 0;
}
.top-search {
	padding: 8px 0 0 8px;
}
.search-products-text {
	font: bold 92% 'Open Sans', sans-serif;
	padding-right: 2px;
}
.top-search .search-products-text {
	vertical-align: -1px;
}
.search-selectbox {
	width: 150px;
	height: 21px;
	vertical-align: middle;
}
.search-input {
	width: 203px;
	margin: 0 0 0 -4px;
	height: 17px;
	vertical-align: middle;
}
.search-advanced, .search-advanced:visited, .search-advanced:hover, .search-advanced:active, .search-label {
	font: normal 85% Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.search-label {
	font-weight: bold;
}
/* /top tools */

/* content-tools */
.content-tools {
	padding: 5px 5px 0 7px;
	margin-bottom: 13px;
}
.content-tools span.float-left, .content-tools span.float-right {
	display: block;
	width: 5px;
	height: 36px;
	margin: -5px 0 0 -7px;
}
.content-tools span.float-right {
	margin: -5px -5px 0 0;
}
.content-tools-helper .float-right {
	max-width: 50%;
}
/* /content-tools */

/* cart box styles */
#sw_cart_box, .cart-list-icon {
	width: 44px;
	height: 26px;
	border: 0 none;
}
.cart-list-icon {
	height: 24px;
}

.checkout-link {
	float: left;
	padding-top: 0px;
}
#cart_status .checkout-link a, #cart_status .checkout-link a:visited, #cart_status .checkout-link a:hover, #cart_status .checkout-link a:active {
	padding: 0 15px 2px 6px;
}
.cart-list {
	position: absolute;
	width: 234px;
	z-index: 5;
	top: 0;
	left: 0;
}
.list-container {
	margin-top: 6px;
	padding: 0 4px;
	background-color: #ffffff;
}
.cart-list .list {
	height: 185px;
	overflow-x: hidden;
	overflow-y: auto;
	padding-left: 5px;
}
.cart-list ul li.delim {
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}
.list p.center {
	margin-top: 75px;
}
.cart-list .buttons-container {
	text-align: center;
	margin: 8px 0 11px 0;
}
#cart_status .buttons-container a, #cart_status .buttons-container a:visited, #cart_status .buttons-container a:hover, #cart_status .buttons-container a:active {
	padding: 0 15px 2px 6px;
	margin: 0 1px;
}
/* /cart box styles */

/* categories sidebox style */
.sidebox-categories-wrapper .sidebox-title, .sidebox-wrapper .sidebox-categories-wrapper .sidebox-title {
	padding-left: 11px;
}
.sidebox-categories-wrapper .sidebox-title span,  .sidebox-wrapper .sidebox-categories-wrapper .sidebox-title span {
	padding: 8px 11px 7px 0;
	overflow: hidden;
}
.sidebox-categories-wrapper .sidebox-bottom, .sidebox-categories-wrapper .sidebox-bottom span, .sidebox-wrapper .sidebox-categories-wrapper .sidebox-bottom, .sidebox-wrapper .sidebox-categories-wrapper .sidebox-bottom span {
	display: none;
}
/* /categories sidebox styles */

/* common sidebox style */
.sidebox-wrapper {
	margin-bottom: 19px;
}
.sidebox-title {
	padding-left: 10px;
}
.sidebox-title span {
	display: block;
	font: bold 108% 'Open Sans', Helvetica;
}
.sidebox-bottom {
	height: 1px;
}
.sidebox-bottom span {
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}
.sidebox-wrapper .sidebox-bottom, .sidebox-wrapper .sidebox-bottom span {
	display: block;
}
/* /common sidebox style */

/***** /Tables *****/

/* mainbox */
.mainbox-container {
	margin-bottom: 10px;
}
.mainbox-title span.float-right {
	display: block;
	font-weight: normal;
	font-size: 50%;
	padding-top: 12px;
}
.mainbox-body {
	margin-bottom: 20px;
}
/* /mainbox */

/* mainbox2 */
.mainbox2-title {
	padding: 0 0 5px 7px;
}
.mainbox2-title span {
	color: #2d2e2e;
	font: bold 169% Arial, Helvetica, sans-serif;
}
.mainbox2-body {
	padding: 10px 20px 20px 20px;
}
.mainbox2-bottom, .mainbox2-bottom span {
	display: none;
}
/* /mainbox2 */

.subheaders-group {
	margin: 0 15px 21px 15px;
}

.mainbox-cart-body, .mainbox-cart-body-flex {
	padding: 11px 5px 0 5px;
}
.mainbox-cart-body-flex {
	padding-bottom: 17px;
	overflow-y: hidden;
	overflow-x: auto;
}
.cart-buttons {
	padding: 4px 4px 4px 8px;
	margin-bottom: 5px;
}
/* /color mainbox */

.updates-wrapper {
	padding: 9px 5px 9px 9px;
	margin-bottom: 10px;
}
.sidebox-body .updates-wrapper {
	margin: 8px -10px -7px -10px;
}
.updates-wrapper p {
	margin: 0;
	padding: 0 0 3px 0;
	font: normal 85% 'Open Sans', sans-serif;
}
.updates-wrapper .form-field, .promotion-coupon .form-field {
	padding: 0;
	margin: 0;
}

/* Bottom styles */
.bottom-copyright {
	text-align: center;
	padding-top: 8px;
}
.bottom-search {
	padding: 8px 0 15px 0;
}
p.bottom-copyright.mini {
	font-size: 69%;
}
/* /Bottom styles */

/* product LIST view styles */
.product-spacer {
	width: 9px;
}
.product-image, .feature-image {
	float: left;
	margin: 0 25px 10px 0;
	text-align: center;
}
td.product-image {
	margin: 0;
	float: none;
}
td.product-image img {
	margin: 0 10px;
}
.product-description, .feature-description {
	display: table;
}
td.product-description {
	padding-right: 10px;
	display: table-cell;
}
.product-bulk-add-wrapper {
	padding-right: 3px;
	margin: 3px 0;
}
.discount-label {
	float: left;
	margin: 4px 0 0 20px;
}
.discount-label em {
	display: block;
	font-size: 85%;
	font-weight: bold;
	white-space: nowrap;
}
.product-variant-image {
	padding-top: 5px;
	margin-left: -120px;
}
.product-list-price strike {
	padding-right: 8px;
}
/* /product LIST view styles */

/* pagination styles */
.pagination {
	padding: 4px 0 5px 0;
	margin: 14px 0 8px 0;
}
.pagination a, .pagination a:visited, .pagination a:hover, .pagination a:active, .pagination-selected-page {
	padding: 0 4px 1px 4px;
}
/* /pagination styles */

.info-field-title {
	font-size: 85%;
	font-weight: bold;
	padding: 6px 4px 6px 8px;
}
.info-field-title a, .info-field-title span, .info-field-title em {
	font-weight: normal;
	font-size: 115%;
}
.info-field-body {
	padding: 10px;
	margin-bottom: 15px;
	overflow-y: hidden;
	overflow-x: auto;
}
.info-field, .info-field label {
	margin: 0;
	padding: 0;
	font-weight: bold;
	line-height: 18px;
}
.info-field label {
	font: normal 85% verdana, geneva, arial, helvetica, sans-serif;
	width: 100px;
	float: left;
}

div.delim {
	padding: 0;
	margin: 0;
	height: 7px;
	line-height: 7px;
	font-size: 7px;
}
/* Arrow list */
.arrow-list {
	margin: 0 0 0 6px;
}
/* /Arrow list*/

/* plain/dynamic menu */
ul.menu-root-categories {
	padding: 4px 3px 0 3px;
}
ul.menu-root-categories li {
	padding: 0;
}
.menu-root-categories li a {
	display: block;
	padding: 2px 5px 3px 3px;
	background: url(../../../skins/base/customer/addons/cscart_site/overrides/images/icons/category_collapsed.gif) no-repeat right 5px;
	font-weight: bold;
}
.menu-root-categories li a:hover {
	background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/icons/category_expanded.gif);
}
.menu-subcategories a.active, ul.menu-subcategories a.active:visited, ul.menu-subcategories a.active:hover, ul.menu-subcategories a.active:active {
	text-decoration: none;
}
.sitemap-list {
	padding-top: 10px;
}
ul.sitemap-list li {
	padding-left: 10px;
}
/* /plain/dynamic menu */

.form-field.revert {
	padding-left: 20px;
}
.form-field.revert label {
	float: none;
	margin: 0;
	width: auto;
}
.form-field.revert .checkbox, .form-field.revert .radio {
	float: left;
	clear: left;
	margin: 1px 3px 0 -20px;
}
.select-field {
	padding: 3px 0;
}
.form-field .select-field {
	padding: 0;
}
.select-field label, .form-field table label {
	width: auto;
	clear: none;
	margin: 0 10px 0 0;
	padding: 3px 0;
	vertical-align: middle;
}
.select-field label {
	padding-left: 12px;
}
.select-field label .checkbox {
	vertical-align: -2px;
	margin-left: -12px;
}
.select-field .checkbox {
	vertical-align: middle;
}
.choose-icon {
	float: left;
	padding-top: 1px;
}
/* Form field hack to avoid float div float outside the container */
.form-field:after, .search-field:after, .info-field-title:after, .info-field:after, .item-wrap:after, .buttons-container:after, .clear:after, .break:before, .cm-tabs-content:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}
.break:before {
	height: 3px;
}
.product-list-field {
	margin-top: 6px;
	padding-left: 120px;
}
.product-list-field label {
	width: 110px !important;
	margin-left: -120px;
	float: left;
	padding-top: 1px;
}
.product-features {
	padding: 5px;
	margin-left: 10px;
}
/* form styles */

/* One page checkout styles */
.step-container, .step-container-active {
	margin: 2px 0 3px 0;
}
.checkout-steps {
	margin-left: 28px;
	padding: 2px 4px 1px 4px;
}
.step-title, .step-title-active {
	padding: 8px 9px 6px 7px;
	margin: 0;
}
.step-title-active {
	padding: 9px 8px 7px 7px;
}
.step-title span.float-left, .step-title-active span.float-left {
	margin: -5px 0 0 -40px;
	font: bold 162% 'Open Sans', sans-serif;
}
.step-title img.float-right {
	padding-top: 2px;
	padding-left: 10px;
}
.step-title-active img.float-right {
	padding-top: 1px;
}
.step-body, .step-body-active {
	padding: 3px 28px 10px 21px;
}
.step-body .shipping-rates, .step-body-active .shipping-rates {
	padding-top: 14px;
}
.step-body .shipping-rates label {
	width: auto;
	padding: 4px 5px 0 0;
}
.step-body .step-complete-wrapper label {
	padding-top: 0;
}
.step-body-active {
	padding: 16px 20px 20px 20px;
}
.step-title a.title, .step-title a.title:hover, .step-title-active a.title, .step-title-active a.title:hover {
	text-decoration: none;
	padding-left: 14px;
}
.step-complete-wrapper .overflow-hidden p:first-child {
	margin-top: 0;
}
.checkout-textarea {
	width: 550px;
}
#summary {
	padding-top: 10px;
}
.step-complete-wrapper .form-field label {
	margin: 0 5px 0 0;
	width: auto;
}
.step-complete-wrapper .form-field {
	padding-left: 0;
	margin: 0 0 6px 0;
}
.checkout-left-col {
	width: 65%;
}
.checkout-right-col {
	width: 35%;
}
.checkout-right-col .right-column {
	width: 100%;
	float: right;
	margin-top: 50px;
	margin-left: 0;
}
/* /One page checkout styles */

/* Estimation form */
.estimation-popup-box {
	width: 380px;
	padding: 11px;
	margin: 10px 0 0 0;
}
.estimation-popup-box .form-field label {
	width: 105px;
}
.box {
	padding: 5px 7px;
}
/* /Estimation form */

.html-checkboxes {
	margin-right: 5px;
	margin-left: -12px;
}
label.label-html-checkboxes {
	width: auto;
	font: normal 85% 'Open Sans', sans-serif;
	padding: 1px 8px 3px 0;
}
#id_sbox_currency, #id_sl {
	padding: 1px;
}

/* Previewer styles */
#previewer_overlay {
	position: fixed;
	z-index: 34;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
#previewer_window {
	position: fixed;
	z-index: 35;
	display: none;
	top: 50%;
	left: 50%;
	background-color: #ffffff;
}
.previewer-container {
	padding: 10px;
	border: 1px solid #909090;
}
.scroller-container {
	margin-bottom: 5px;
	padding: 10px;
}
#scroller_holder, #previewer_scroller {
	margin: 0 auto;
	text-align: center;
}
#previewer_close {
	padding: 7px 4px 0 2px;
	font-size: 85%;
}
#previewer_close a.tool-link, #previewer_close a.tool-link:hover {
	font-size: 85%;
}
#previewer_load {
	position: fixed;
	display: none;
	height: 16px;
	width: 16px;
	z-index: 11;
	top: 50%;
	left: 50%;
	margin: -8px 0 0 -8px;
}
#previewer_hide_select {
	z-index: 8;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
#viewer {
	overflow: hidden;
	display: inline-block;
	margin: 22px 0;
	height: 42px;
}
#thumbs_frame {
	display: block;
}
#thumbs_frame img {
	margin: 0 1px;
	padding: 3px;
}
#preview_holder {
	width: 180px;
	height: 180px;
	text-align: center;
	vertical-align: middle;
}
#preview_window {
	position: absolute;
	z-index: 7;
}

.preview-right { 
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/icons/previewer_icons.png); 
    background-position: -40px -60px; 
    right: 10px; 
} 
.preview-left { 
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/icons/previewer_icons.png); 
    background-position: -40px -30px; 
    left: 10px; 
} 
.preview-right, .preview-left { 
    display: block; 
    cursor: pointer; 
    height: 30px; 
    margin-top: -15px; 
    position: absolute; 
    top: 50%; 
    width: 30px; 
} 
#preview_right { 
    right: 0px; 
} 
#preview_left { 
    left: 0px; 
} 
#preview_right, #preview_left { 
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/spacer.gif); 
    bottom: 0; 
    cursor: pointer; 
    display: none; 
    height: 100%; 
    outline: medium none; 
    position: absolute; 
    width: 35%; 
} 
#previewer_close_button { 
    z-index: 35; 
}

/* /Previewer styles */

/* Calendar box */
.calendar-but {
	vertical-align: -8px;
	width: 20px;
	height: 22px;
}
.calendar-box {
	background-color: #d5e7f6;
	position: absolute;
	z-index: 13;
	padding: 5px 6px;
}
.calendar-navig {
	text-align: center;
	white-space: nowrap;
	font: bold 108% arial;
	margin: 4px 0 8px 0;
}
.calendar-navig a, .calendar-navig a:hover {
	text-decoration: none;
}
.calendar-navig a.cm-previous-month {
	margin-right: 30px;
	padding: 0 2px;
}
.calendar-navig a.cm-next-month {
	padding: 0 2px;
	margin-left: 30px;
}
.calendar-box div.float-left {
	margin-right: 5px;
	padding: 3px 8px 7px 8px;
	height: 171px;
}
.calendar-box ul.float-left {
	width: 30px;
}
.calendar-box ul {
	margin: 0 0 10px 0;
}
.calendar-box ul li {
	padding-bottom: 1px;
}
.calendar-box ul li a {
	font-size: 85%;
	line-height: 13px;
	display: block;
	padding: 4px 0;
}
.calendar-box ul li a.selected, .calendar-box ul li a.selected:hover {
	color: #000000;
	font: bold 85%/100% arial;
	text-decoration: none;
	background-color: transparent;
	padding: 5px 0;
}
.calendar {
	height: 181px;
	display: inline;
}
.section-border table.calendar {
	margin: 0;
}
.section-border table.calendar td {
	padding: 0;
}
.calendar th {
	padding: 6px 4px 3px 4px;
}
.search-advanced .calendar td, .calendar td {
	text-align: center;
	padding: 0;
}
.calendar td a {
	padding: 4px;
	display: block;
}
.calendar td a.strong {
	color: inherit;
}
/* /Calendar box */

/* block "Product filters" */
.product-filters ul {
	margin: 0;
}
.product-filters li {
	margin: 4px;
	font-weight: bold;
	#font-family: Tahoma;
}
.product-filters li ul li {
	margin: 4px 0 4px 0;
}
.product-filters a.filter-delete {
	margin-left: -14px; 
	padding-right: 2px;
}
.product-filters li p {
	margin: 3px 0 0 0;
	text-align: right;
}
.product-filters .details, .product-filters a {
	font-weight: normal;
}
.filters-tools {
	padding: 3px 3px 8px 0;
}
.reset-filters, .reset-filters:visited, .reset-filters:hover, .reset-filters:active {
	padding-left: 12px;
}
/* /block "Product filters" */

/* captcha */
.image-captcha {
	margin-top: 4px;
}
.captcha-input-text {
	width: 133px;
	margin: 4px 0 0 0;
}
.step-body-active .captcha-input-text {
	width: 139px;
}
/* /captcha */

/* Quick links */
.quick-links {
	float: right;
	padding-top: 6px;
}
.quick-links p {
	padding: 0;
}
.quick-links a, .quick-links a:visited, .quick-links a:active, .quick-links a:hover {
	padding: 0 1px;
	margin-left: 10px;
}
/* /Quick links */

/* Select languages */
.select-link, .select-link:hover {
	padding-right: 16px;
	margin-right: 12px;
	cursor: pointer;
}
.icons {
	display: inline-block;
	margin: 0 6px;
	padding: 0;
	cursor: pointer;
	vertical-align: -4px;
}
.select-lang {
	float: left;
	padding-bottom: 10px;
}
.cm-select-list a.item-link, .cm-select-list a.item-link:visited, .cm-select-list a.item-link:hover, .cm-select-list a.item-link:active {
	padding: 0 0 0 22px;
	background-repeat: no-repeat;
	background-position: left 0;
}
.select-wrap {
	float: right;
	font-size: 92%;
	margin-top: 6px;
	padding-left: 3px;
	white-space: nowrap;
}
.select-popup {
	background-color: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	padding: 3px 3px 0 4px;
	margin: 0 !important;
	z-index: 12;
}
.close-icon {
	position: absolute;
	right: 3px;
	cursor: pointer;
}
ul.cm-select-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
ul.cm-select-list li {
	padding: 1px 39px 7px 0;
	cursor: pointer;
	white-space: nowrap;
}
ul.cm-select-list li a {
	white-space: nowrap;
}
.cm-select-list a, .cm-select-list a:visited, .cm-select-list a:hover, .cm-select-list a:active {
	font-family: Arial;
	background-repeat: no-repeat;
	background-position: left 0;
	text-decoration: none;
	padding: 0 2px;
}
.cm-select-list a.active {
	font-weight: bold;
}
.select-languages {
	text-align: right;
	margin-bottom: 10px;
}
.localization {
	padding: 6px 9px 7px 12px;
	margin-top: 0;
}
/* /Select languages */

/* checkout totals */
.promotion-coupon {
	padding: 5px 7px 5px 8px;
	margin-bottom: 8px;
}
.promotion-coupon strong {
	font-size: 11px;
	padding-bottom: 3px;
}
.promotion-coupon .input-text, #point_payment .input-text {
	width: 129px;
	padding: 1px;
	vertical-align: middle;
	height: 15px;
	margin-left: 3px;
}
.promotion-coupon a {
	vertical-align: 1px;
}
#applied_promotions .wysiwyg-content {
	text-align: left;
}
/** Statistic list **/
ul.statistic-list {
	margin-top: 10px;
	padding-top: 9px;
	float: right;
	clear: both;
}
ul.statistic-list li {
	clear: both;
	padding: 0 0 4px 11px;
	white-space: nowrap;
	overflow: hidden;
}
ul.statistic-list li span {
	float: left;
	text-align: right;
	margin-right: 30px;
	width: 150px;
	white-space: normal;
}
ul.statistic-list li span strong {
	float: none;
}
ul.statistic-list li strong {
	text-align: left;
}
ul.statistic-list li strong span {
	float: none;
	width: auto;
	text-align: left;
	margin: 0;
}
ul.statistic-list li.subtotal span, ul.statistic-list li.subtotal strong {
	font: bold 108% 'Open Sans', sans-serif;
}
ul.statistic-list li.total {
	background-color: #ffffff;
	font: bold 138% Arial;
	margin-top: 7px;
}
ul.statistic-list li.total strong {
	width: 200px;
	float: left;
	text-align: right;
	margin-right: 30px;
}
ul.statistic-list li.total span {
	float: none;
	width: auto;
	margin-right: 0;
}
/** /Statistic list **/
/* /checkout totals */

/* File uploader */
.upload-file-section {
	overflow: hidden;
}
.fileuploader .select-field label {
	margin-right: 28px;
}
.fileuploader.cm-failed-field a {
	color: #CC0000;
	font-weight: bold;
}
.fileuploader.cm-failed-field {
	border: none;
	background-color: transparent;
}
div.upload-file-local {
	position: relative; 
	float: left; 
	overflow: hidden;
	display: block;
	cursor: pointer;
}
.upload-file-local input {
	opacity: 0;
	-moz-opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
	cursor: pointer;
	font-size:300px !important;
	height:300px;
	position:absolute;
	top:0;
	right:0;
	z-index:31;
	border:0;
	padding:0;
}
.upload-file-links a.active {
	font-weight: bold;
}
.attach-images-alt label {
	display: block;
	float: none;
	width: auto;
	margin: 0;
	padding: 0 0 3px 0;
}
/* /File uploader */

/* Cart items */
#cart_items .sku {
	padding: 4px 0 3px;
}
#cart_items .product-image {
	padding-left: 3px;
}
.quantity {
	padding: 5px 0 10px 0;
}
.quantity .input-text {
	padding: 1px;
	height: 13px;
	width: 31px;
	margin: 0 4px 0 1px;
}
.product-description a.cm-combo-on, .product-description a.cm-combo-off {
	padding-left: 17px;
	font-size: 85%;
}
.product-description .product-options {
	padding: 2px 0 6px 0;
	font-size: 85%;
}
.product-options .table-fixed {
	width: 450px;
	max-width: 450px;
}
.product-options .table-fixed .product {
	width: 70px;
}
.product-options .table-fixed .product-list-field {
	padding-left: 0;
}
.product-options .table-fixed .product-list-field label {
	margin-left: 0;
}
/* /Cart items */

/* classic checkout */
.container-long .classic-checkout {
	padding: 0 78px;
}
/** progress bar styles **/
.pb-container {
	padding: 8px 0 25px 0;
	text-align: center;
}
.pb-container a {
	display: inline-block;
}
.pb-container em {
	font: bold 115% Arial, Helvetica, sans-serif;
	padding: 2px 8px 3px 8px;
	text-decoration: none;
}
.pb-container a, .pb-container span {
	font: 123% Arial, Helvetica, sans-serif;
}
.pb-container span.active {
	font: bold 123% Arial, Helvetica, sans-serif;
}
.pb-container img {
	margin: 0 5px;
	vertical-align: 2px;
}
/** /progress bar styles **/
/* /classic checkout */

/* Log in/out styles */
#sign_io {
	padding: 11px 3px 0 0;
	position: relative;
}
#sign_io a, #sign_io a:visited, #sign_io a:hover, #sign_io a:active {
	padding: 0 4px;
}
#sign_io a.text-button, #sign_io a.text-button:visited, #sign_io a.text-button:hover, #sign_io a.text-button:active {
	padding: 0 8px 0 2px;
	margin: 0;
}
#login {
	position: absolute;
	border: 1px solid #ffffff;
	z-index: 14;
	width: 292px;
	top: 24px !important;
	right: 4px;
	left: auto !important;
}
.login .clear {
	padding: 10px 0 6px 0;
}
/* /Log in/out styles */

/* breadcrumbs */
.breadcrumbs {
	padding-bottom: 12px;
	font-size: 85%;
}
.bc-arrow {
	margin: 0 6px;
	width: 3px;
	height: 5px;
}
/* /breadcrumbs */

/* Advanced filter  */
.table-filters th {
	text-align: left;
	font-size: 100%;
	padding: 10px 0 6px 0;
}
.table-filters td {
	padding: 0 12px 8px 0;
}
.table-filters .scroll-y {
	background-color: #ffffff;
	overflow-y: auto;
	height: 127px;
	border: 1px solid #cfdce0;
	padding: 0 0 0 4px;
	margin-bottom: 8px;
}
.table-filters td .select-field {
	margin-top: 0;
	padding: 0 0 6px 0;
}
.table-filters .scroll-y .select-field {
	margin: 4px 0 0 0;
}
table.table-filters label {
	font: 85% Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.table-filters .delim {
	background-image: none;
}
.table-filters .delim td {
	border-bottom: 1px solid #e7e5d5;
}
/* /Advanced filter  */

/* checkout login */
.login-table td {
	padding-left: 15px;
}
.login-table td.login {
	padding: 0 15px 0 0;
	width: auto;
}
.login-table .delim {
	margin: 15px 0;
}
.login .clear {
	padding-right: 1px;
}
.order-status {
	padding: 10px 10px 10px 30px;
	margin: 5% auto;
	width: 920px;
}
body.clear-body {
	min-width: 100%;
}
/* /checkout login */

/* bug report panel */
.bug-report {
	position: fixed;
	right: 0;

	bottom: 0;
	height: 26px;
	background-color: #ff9600;
	border: 1px solid #acacac;
	border-width: 1px 1px 0 0;
	opacity: 0.85;
	-moz-opacity: 0.85;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=85)";
	padding: 5px 0 0 5px;
}
/* bug report panel */

/* Page 404 */
.exception-body {
	padding: 0 0 0 35px;
}
.exception-body h1 {
	float: left;
}
.exception-body h2 {
	clear: both;
}
.exception-content {
	padding-left: 2px;
}
.exception-body .float-right {
	padding: 2px 10% 0 10%;
}
.exception-content p {
	margin: 0 0 16px 0;
}
.exception-content .exception-menu {
	margin: 7px 0 24px 0;
}
.exception-body hr {
	margin-bottom: 10px;
}
/* /Page 404 */

/* Picker */
.cm-picker {
	position: absolute;
	z-index: 27;
}
.cm-popup-bg {
	position: absolute;
	z-index: 26;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #000000;
}
.popup-notes-content .cm-popup-content-header {
	margin-bottom: 8px;
}
.popup-notes-content {
	background-color: #ffffff;
	border: 1px solid #909090;
}
.popup-content {
	background-color: #ffffff;
}
.cm-dashed-box {
	border: 1px dashed #909090;
	background-color: transparent;
}
.cm-popup-corner-resizer, .cm-popup-hor-resizer, .cm-popup-vert-resizer {
	margin: 0 !important;
}
.cm-popup-hor-resizer {
	position: absolute;
	width: 13px;
	height: 100%;
}
.cm-popup-hor-resizer {
	cursor: w-resize;
}
.cm-popup-hor-resizer {
	cursor: w-resize;
}
.cm-left-resizer {
	background: url(../../../skins/base/customer/addons/cscart_site/overrides/images/shadow_w.png) repeat-y left top;
	left: -13px;
}
.cm-right-resizer {
	background: url(../../../skins/base/customer/addons/cscart_site/overrides/images/shadow_e.png) repeat-y left top;
	right: -13px;
}
.cm-popup-vert-resizer {
	position: absolute;
	width: 100%;
	height: 18px;
}
.cm-popup-vert-resizer {
	cursor: s-resize;
}
.cm-top-resizer {
	top: -18px;
	background: url(../../../skins/base/customer/addons/cscart_site/overrides/images/shadow_n.png) repeat-x left top;
}
.cm-bottom-resizer {
	bottom: -18px;
	background: url(../../../skins/base/customer/addons/cscart_site/overrides/images/shadow_s.png) repeat-x left top;
}
.cm-popup-corner-resizer {
	position: absolute;
	width: 13px;
	height: 18px;
}
.cm-nw-resizer {
	background: url(../../../skins/base/customer/addons/cscart_site/overrides/images/shadow_nw.png) no-repeat left top;
	top: -18px;
	left: -13px;
}
.cm-nw-resizer {
	cursor: nw-resize;
}
.cm-ne-resizer {
	top: -18px;
	right: -13px;
	background: url(../../../skins/base/customer/addons/cscart_site/overrides/images/shadow_ne.png) no-repeat left top;
}
.cm-ne-resizer {
	cursor: ne-resize;
}
.cm-sw-resizer {
	background: url(../../../skins/base/customer/addons/cscart_site/overrides/images/shadow_sw.png) no-repeat left top;
	bottom: -18px;
	left: -13px;
}
.cm-sw-resizer {
	cursor: sw-resize;
}
.cm-se-resizer {
	background: url(../../../skins/base/customer/addons/cscart_site/overrides/images/shadow_se.png) no-repeat left top;
	bottom: -18px;
	right: -13px;
}
.cm-se-resizer {
	cursor: se-resize;
}
.cm-popup-content-header {
	padding: 15px 15px 5px 15px;
	cursor: move;
}
.cm-popup-content-header h3 {
	font: bold 138% Arial;
	margin: 0;
	background-color: transparent;
	padding: 0;
}
.cm-popup-content-header .float-right {
	padding: 2px 4px;
}
.cm-popup-content-footer {
	padding: 0 15px 15px 15px;
}
.object-container {
	padding: 12px;
	overflow-x: auto;
	overflow-y: scroll;
	font-weight: normal;
}
.popupbox-closer {
	position: absolute;
	right: -15px;
	top: -12px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
/* /Picker */

/* Graph bar */
.graph-border {
	height: 8px;
}
.graph-bg {
	font-size: 8px;
}
/* /Graph bar */

.table-filters .input-text {
	width: 100%;
	max-width: 200px;
}
.cm-template-box {
	display: inline;
	margin: 0;
	padding: 0;
}
.subpages-list {
	margin-top: 10px;
}
ul.subpages-list li, .wysiwyg-content ul.subpages-list li {
	padding: 8px 0;
	font-style: italic;
	background-image: none;
}
.subpages-list li .main-info {
	font-style: normal;
	padding-right: 6px;
}
.view-all div {
	max-width: 100px;
	text-align: left;
}
.multicolumns-list td {
	padding: 15px 0 17px 0;
}
.multicolumns-list table td {
	padding: 0;
}
#template_text {
	height: 350px;
	width: 100%;
}
.order-info {
	padding-bottom: 10px;
}
/* Skin selector */
.demo-site-panel {
	border: 1px solid #000000;
	background-color: #dddddd;
}
.demo-site-panel strong {
	font-size: 115%;
}
.demo-site-panel td, .demo-site-panel select {
	white-space: nowrap;
	color: #2d2d2d;
	#font: 100% Tahoma;
}
.demo-site-panel td {
	padding: 0 5px;
}
.demo-site-panel td.strong {
	font-weight: bold;
}
.demo-site-panel select {
	background-color: #ffffff;
	border: 1px solid #cecece;
	padding: 1px;
}
/* /Skin selector */

.image-border img {
	margin: 3px;
}

/* Product notification */
.product-notification-container {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -80px 0 0 -200px;
	color: #000000;
	width: 400px;
	height: 160px;
	z-index: 30;
}

.product-notification {
	background-color: #ffffff;
	padding: 8px 10px 6px 10px;
}
.product-notification h1 {
	font-size: 138%;
	font-weight: bold;
}
.product-notification .notification-body, .product-notification .notification-body a, .product-notification .notification-body a:visited, .product-notification .notification-body a:hover, .product-notification .notification-body a:active {
	color: #000000;
}
.product-notification .notification-body p {
	text-align: left;
}
.product-notification .notification-body {
	height: 72px;
	overflow-y: auto;
	overflow-x: hidden;
	border: 1px solid #cccccc;
	margin: 10px 0 13px 0;
	padding: 1px 7px;
}
.product-notification-container img.cm-notification-close {
	margin: 0;
	padding: 0;
	float: none;
}
.product-notification .notification-body .product-list-field {
	margin-top: 0;
	font: normal 100% Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.product-notification .notification-body .product-list-field label {
	padding-top: 0;
}
.product-notification ul ul {
	margin-left: 15px;
	padding-left: 10px;
	border-left: 1px solid #cccccc;
}
/* /Product notification */

.description {
	margin: 5px 0 6px 0;
	padding: 0;
	color: #898989;
	font: normal 77% Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.hd-product-list .description {
	display: block;
    float: none !important;
    margin-left: 0;
    margin-top: 6px !important;
}
.cm-tabs-content ul, .wysiwyg-content ul {
	margin-left: 20px;
}
.cm-tabs-content .tabs ul, .wysiwyg-content .tabs ul {
	margin-left: 0;
}

/* Tooltip */
.tooltip {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-align: left;
	border: 3px solid #ececdd;
	color: #2d2d2d;
	font: normal 100% Arial, Helvetica, sans-serif;
	background-color: #f8f8f0;
	padding: 6px;
	margin-top: 12px;
	max-width: 200px;
	z-index: 9999;
}
.tooltip-arrow {
	background: url('../../../skins/base/customer/addons/cscart_site/overrides/images/icons/tooltip_arrow.gif') no-repeat;
	background-position: 3px;
	height: 12px;
	width: 30px;
	display: block;
	position: absolute;
	top: -15px;
	left: -2px;
}
/* /Tooltip */

/* product details page */
.product-main-info .jcarousel-skin {
	border: 0 none;
	margin: 0 auto;
}
#product_thumbnails {
	white-space: nowrap;
	text-align: center;
}
#product_thumbnails li {
	display: block;
	padding: 0;
}
#product_thumbnails li a.cm-thumbnails-mini {
	margin: 0 1px;
}
.jcarousel-prev-horizontal, .jcarousel-next-horizontal, .prev-horizontal, .next-horizontal {
	background: #ececec url(../../../skins/base/customer/addons/cscart_site/overrides/images/icons/prev_but.gif) no-repeat 50% 50%;
	width: 12px;
	height: 38px;
	float: left;
	margin: 0 1px 0 0;
	cursor: pointer;
}
.jcarousel-next-horizontal, .next-horizontal {
	background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/icons/next_but.gif);
	float: right;
	margin: 0 0 0 1px;
}
.product-main-info .jcarousel-clip-horizontal, .product-main-info .jcarousel-container-horizontal {
	margin: 0 auto;
}
.product-info .cm-tabs-content .input-text {
	width: 160px;
}
.product-info .cm-tabs-content .input-textarea {
	width: 200px;
}
.product-main-info .discount-label {
	margin: 27px 0 0 20px;
}
.product-main-info p.wrapped {
	margin: 0 auto;
}
.product-main-info .button-submit-action, .product-main-info .text-button {
	margin-right: 4px;
}
/* /product details page */

a.default-cursor {
	cursor: default;
}

.coupon-code-container .hidden {
    display: none !important;
}

.coupon-code-container .cm-required, .coupons-container .cm-required {
    background: none !important;
}




.dark-hr {
	border-bottom: 1px solid #e3e3e3;
}
hr.dashed {
	border-bottom: 1px dashed #909090;
}
hr.dotted {
	border-bottom: 1px dotted #d6d5d6;
}
.error-text {
	color: #f27a00;
}
.sidebox-body .input-text, .updates-wrapper .input-text {
	border: #c5d1d8 1px solid;
}
/* Ajax */
.ajax-loading-box {
	background: url('../../../skins/base/customer/addons/cscart_site/overrides/images/ajax_left.gif') no-repeat left bottom;
	padding: 0 0 0 5px;
}
.right-inner-loading-box {
	background: url('../../../skins/base/customer/addons/cscart_site/overrides/images/ajax_right.gif') no-repeat right bottom;
	padding: 0 5px 0 0;
}
.ajax-inner-loading-box {
	background: #fff1a8 url('../../../skins/base/customer/addons/cscart_site/overrides/images/icons/ajax.gif') no-repeat 5px center;
	padding: 6px 6px 6px 26px;
	font-size: 92%;
	font-weight: bold;
	color: #3f0000;
}
.ajax-message {
	border: 1px solid #000000;
	background-color: #f4fbff;
}
/* /Ajax*/

/* Checkout error box */
.error-box-container {
	margin : 30px;
}
.error-box {
	background-color: #ff4f4f;
	border: 1px solid #b00000;
	padding: 10px;
	width: 500px;
	text-align: center;
	margin: 0 auto;
}
.error-box p {
	color: #ffffff;
}
/* /Checkout error */

/* Section in main box */
.section-border {
	border: 1px solid #d0cebe;
	margin-top: 0;
}
.section-title {
	background: #f3f1da url('../../../skins/base/customer/addons/cscart_site/overrides/images/section_title_bg.gif') repeat-x bottom;
}
.section-title a {
	color: #5c5d3e;
	padding-left: 14px;
	text-decoration: none;
}
.section-title a:hover {
	text-decoration: underline;
}
.section-body, .section-body-details {
	border-top: 1px solid #d0cebe;
	background-color: #f6f5e4;
	padding: 9px 16px;
}
.section-body-details {
	padding: 18px 16px;
}
/* Section in main box */

.text-button-act, .text-button-act:visited, .text-button-act:active, .text-button-act:hover {
	color: #ff5400;
	background-image: url('../../../skins/base/customer/addons/cscart_site/overrides/images/icons/action_text_but_arrow.gif');
}
.go-button {
	padding-left: 3px;
}
.top-tools-container .go-button {
	padding-left: 4px;
}
.product-container .button-submit-action, .product-container .text-button {
	margin-right: 5px;
}
/* /Buttons */

/* products list */
.list-price {
	color: #757575;
}
.price {
	color: #ee3e00;
	font-size: 15px;
	line-height: 1.6em;
}
.sub-price {
	color: #333333;
}
.qty-in-stock {
	color: #000000;
}
/* /products list */

/* Product picker box */
.cm-picker-data-container {
	border: 1px solid #d1d1d1;
}
/* /Product picker box */

/* Tabs */
.tabs {
	padding: 0;
	border-bottom: 1px solid #dddddd;
}

.tabs ul li a {
	display: block;
	padding: 12px 12px 12px 12px;
	height: 24px;
}

.tabs ul li a:hover {
	text-decoration: none;
}
.cm-tabs-content {
	border: 1px solid #d9dbdd;
	border-top-width: 0;
	padding: 15px 22px;
}
.tab-list-title {
	border-bottom: 1px solid #808080;
}
/* /Tabs */

/* compare list */
.compare-table .left-border {
	border-left: solid #ced6da 1px;
}
.compare-table .bottom-border {
	border-bottom: solid #ced6da 1px;
}
.compare-table .first-cell {
	border-bottom: 1px solid #ced6da;
	background-color: #f1f4f6;
}
/* /compare list */

/* jCarusel */
.jcarousel-skin {
	border: 1px solid #dadada;
	background-color: #ffffff;
}
.jcarousel-skin .prices-container {
	padding: 5px 0 2px 0;
}
.jcarousel-skin .buttons-container {
	padding-top: 0;
}
/* /jCarusel */

/* Listmania */
.lm-top {
	border-top: 1px solid #dadada;
}
.lm-left {
	border-left: 1px solid #dadada;
}
.lm-right {
	border-right: 1px solid #dadada;
}
.lm-bottom {
	border-bottom: 1px solid #dadada;
}
.lm-scroller {
	border: 1px solid #d6d6ff;
	background-color: #ffffff;
}
/* /Listmania */

/* common styles */
.border {
	border: 0 none;
}
.no-items {
	background-color: #f1f4f6;
}
/* /common styles */

/* top tools styles */
.top-tools-container {
	display: none;
}
.top-search {
	width: 100%;
	padding: 0!important;
	margin-top: -65px !important;
}

.top-search a {
	color: #BDC3C7 !important;
	font-weight: 600 !important;
	display: inline-block !important;
}
.top-search a:hover {
	color: #00A0EE !important;
	text-decoration: none !important;
}
.top-search p {
	margin-right: -7px;
	padding-bottom: 7px;
}
.top-search p, .top-search p.right a, .top-search p.right a:visited, .top-search p.right a:hover, .top-search p.right a:active {
	font: bold 12px 'Open Sans', sans-serif;
	color: #979696;
	text-decoration: none;
}
.top-search p.right a:hover {
	text-decoration: underline;
}
.top-search p.right a {
	padding: 0 10px 0 9px;
}
.phone {
	display: inline-block;
	background: url(../../../skins/base/customer/addons/cscart_site/overrides/images/phone_delim.gif) no-repeat right 4px;
	padding: 7px 12px 6px 12px;
	font: normal 12px 'Open Sans', sans-serif
	color: #3c3b3b;
}
.phone .usa, .phone .uk {
	background: url(../../../skins/base/customer/addons/cscart_site/overrides/images/icons/usa_number.gif) no-repeat left 2px;
	padding-left: 22px;
}
.phone .uk {
	background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/icons/uk_number.gif);
}
.search {
	display: inline-block;
	padding: 0;
	vertical-align: 2px;
}
.search-input {
	border: 1px solid #e7e7e7;
	height: 16px;
	margin: 0 1px 0 0;
	width: 206px;
	font: 12px 'Open Sans', sans-serif
}
.search-input.cm-hint {
	font-style: italic;
}
.search-advanced, .search-advanced:visited, .search-advanced:hover, .search-advanced:active {
	padding: 0 8px 0 4px;
	background: url('../../../skins/base/customer/addons/cscart_site/overrides/images/icons/search_advanced_arrow.gif') no-repeat right 5px;
}
/* /top tools styles */

#header .quick-links {
	display: none;
}
.quick-links {
	text-align: right;
	float: none;
	padding-bottom: 0;
}
/* content-tools */
.content-tools {
	display: none;
}
/* /content-tools */

/* /cart box styles */

/* common sidebox style */
.sidebox-wrapper {
	margin-bottom: 21px;
}
.sidebox-live-stores .sidebox-title, .sidebox-testimonials .sidebox-title {
	padding: 0;
	margin: 19px 0 0 0;
}
.sidebox-testimonials .sidebox-title {
	display: none;
}
.sidebox-title span {
	font: bold 14px 'Open Sans', sans-serif;
	color: #000000;
}
.sidebox-body {
	padding: 0 2px;
}
.sidebox-company-info {
	margin: 14px 0 11px 0;
	border: 1px solid #eeeeee;
	border-radius: 5px;
}

.sidebox-company-info a {
	font-size: 15px;
}

.sidebox-company-info .sidebox-title {
}
.sidebox-company-info .sidebox-title span {
	display: block;
	font: 400 17px 'Open Sans', sans-serif;
	padding: 10px 5px 7px 5px;
	margin-left: -2px;
}
.sidebox-company-info .sidebox-bottom {
	height: 6px;
}
.sidebox-company-info .company-name {
	color: #54c1f5;
	font: bold 12px 'Open Sans', sans-serif;
	padding: 9px 0 11px 0;
}
.sidebox-company-info .sidebox-body {
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	border-radius: 3px;
	margin: 0 4px;
	padding: 0 11px 10px 11px;
	line-height: 18px;
}
.sidebox-company-info .phone-number {
	background: url(../../../skins/base/customer/addons/cscart_site/overrides/images/icons/cinfo_phone.gif) no-repeat 0 13px;
	padding: 6px 0 0 24px;
}
.sidebox-company-info .fax-number {
	background: url(../../../skins/base/customer/addons/cscart_site/overrides/images/icons/cinfo_fax.gif) no-repeat 0 10px;
	padding: 9px 0 0 24px;
}
/* /common sidebox style */

.subheader, .subheader-first-item {
	color: #3F3F3F;
	padding: 26px 0 8px 0;
	margin: 0;
	font: 300 27px 'Open Sans', sans-serif;
}
h3.subheader {
	padding: 20px 0 4px 0px;
}
h3.subheader strong {
	color: #f06900;
}
.subheader-first-item {
	padding: 0 0 4px 0;
}
.subheader2 {
	font: 300 20px 'Open Sans', sans-serif;
	color: #3f3f3f;
	margin: 16px 0 6px 0;
}
/* color mainbox */
.mainbox-cart-title span.float-left, .mainbox-cart-title span.float-right {
	width: 8px;
	height: 32px;
	margin: -8px 0 0 -13px;
}
.mainbox-cart-title span.float-right {
	margin: -8px -8px 0 0;
}
.mainbox-cart-body, .mainbox-cart-body-flex {
	border: 1px solid #eeeeee;
	border-width: 0 1px;
}
.cart-buttons {
	background-color: #fcfcfc;
	border: 1px solid #eeeeee;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.cart-buttons .float-left {
	padding-top: 3px;
}
/* /color mainbox */

.updates-wrapper {
	background-color: #e9eff3;
	border: 1px solid #d2e1e8;
}

/* recently viewed */
.recent-prod-link-bg {
	background-color: #f4f4f4;
	text-align: right;
}
a.extra-link, a.extra-link:visited, a.extra-link:hover, a.extra-link:active, .sidebox-body ul a.extra-link {
	color: #9e9e9e;
	text-transform: lowercase;
}
/* /recently viewed */

/* product LIST view styles */
.discount-label {
	background: url('../../../skins/base/customer/addons/cscart_site/overrides/images/discount_label_left.png') no-repeat left top;
	padding: 0 0 0 10px;
}
.discount-label em {
	background: #37aae8 url('../../../skins/base/customer/addons/cscart_site/overrides/images/discount_label_right.png') no-repeat right top;
	padding: 4px 4px 4px 1px;
	color: #ffffff;
	font: normal bold 100% 'Open Sans', sans-serif;
	min-width: 28px;
	text-align: center;
	height: 16px;
	line-height: 16px;
}
.discount-label em strong {
	font-weight: normal;
}
.product-config-header {
	font-size: 100%;
	text-align: center;
	padding-top: 20px;
	clear: both;
}
.product-list-price {
	padding-bottom: 4px;
}
/* /product LIST view styles */

/* pagination styles */
.pagination {
	text-align: right;
	margin: 12px 0 8px 0;
	padding: 0;
}
.pagination a, .pagination a:visited, .pagination a:hover, .pagination a:active, .pagination-selected-page {
	background: #f8f8f8 url(../../../skins/base/customer/addons/cscart_site/overrides/images/pgn_bg.gif) no-repeat left top;
	font: 12px/13px 'Open Sans', sans-serif;
	color: #969696;
	text-decoration: none;
	display: inline-block;
	padding: 5px 1px 0 1px;
	height: 18px;
	width: 21px;
	text-align: center;
	margin-left: 2px;
}
.pagination a.right-arrow, .pagination a.right-arrow:visited, .pagination a.right-arrow:hover, .pagination a.right-arrow:active {
	font: 13px/12px 'Open Sans', sans-serif;
	padding: 4px 1px 0 1px;
	height: 19px;
	vertical-align: top;
}
.pagination a:hover, .pagination-selected-page {
	background: #ffffff url(../../../skins/base/customer/addons/cscart_site/overrides/images/pgn_active.gif) no-repeat left top;
	color: #000000;
	padding: 5px 1px 0 1px;
	font-weight: bold;
}
.pagination a.last-page, .pagination a.last-page:visited, .pagination a.last-page:active {
	background: #f8f8f8 url(../../../skins/base/customer/addons/cscart_site/overrides/images/pgn_last_bg.gif) no-repeat left top;
	width: 39px;
}
.pagination a.last-page:hover {
	background: #ffffff url(../../../skins/base/customer/addons/cscart_site/overrides/images/pgn_last_active.gif) no-repeat left top;
	width: 39px;
}
.pagination-selected-page {
	font-weight: bold;
	display: inline-block;
}
.pagination .float-left {
	color: #969696;
	font: 12px 'Open Sans', sans-serif;
	padding-top: 4px;
}
/* /pagination styles */

.info-field-title {
	background-color: #edf8fe;
}
/* Lists */
ul.bullets-list li {/* List with circle bullets */
	background: url('../../../skins/base/customer/addons/cscart_site/overrides/images/icons/bullet.gif') no-repeat 1px 7px;
	padding: 1px 0 1px 15px;
}
.arrows-list li {/* List with 2 arrows as bullet */
	background: url('../../../skins/base/customer/addons/cscart_site/overrides/images/icons/cart_arrow.gif') no-repeat 1px 7px;
	padding-left: 13px;
	padding: 2px 5px 3px 13px;
}
.arrows-list li.delim {
	background: url('../../../skins/base/customer/addons/cscart_site/overrides/images/sidebox_delim.gif') repeat-x center 2px;
}
.arrow-list li {/* Arrow list */
	padding-left: 10px;
	background: url('../../../skins/base/customer/addons/cscart_site/overrides/images/icons/list_arrow.gif') no-repeat 1px 6px;
}
.sidebox-body .arrow-list {
	margin: 0 0 5px 0;
}
.inside-list li {/* inside list */
	list-style: none none;
	background-image: none;
	padding: 2px 0 3px 0;
	line-height: 12px;
}
.action-bullets {/* Action bullets */
	margin: 15px 0;
}
.action-bullets li {
	display: inline;
	padding: 0 10px 0 13px;
}
.page-descr {
	padding-bottom: 5px;
}
ul.no-markers li, .wysiwyg-content ul.no-markers li {/* No bullets */
	background-image: none;
	list-style-type: none;
	padding-left: 0;
}
.delim {
	border-top: 1px solid #dddddd;
	height: 0;
	font-size: 0;
	padding: 0;
	line-height: 0;
}
ul.sitemap-list li {/* sitemap */
	background: url(../../../skins/base/customer/addons/cscart_site/overrides/images/icons/left_menu_arrow.gif) no-repeat 0 6px;
}
/* /Lists */

/* One page checkout styles */
.step-container, .step-container-active {
	background-color: #f7fcff;
	border: 1px solid #eeeeee;
}
.step-container-active {
	background-color: #ffffff;
	border: 1px solid #dddddd;
}
.step-title-active {
	background: #fdfec5 url('../../../skins/base/customer/addons/cscart_site/overrides/images/op_checkout_title_active_bg.gif') repeat-x bottom;
	border-bottom: 1px solid #c6d8dd;
}
.step-title span.float-left, .step-title-active span.float-left {
	color: #a2acae;
}
.step-title-active span.float-left {
	color: #ff7800;
}
.step-body .shipping-rates label {
	font: italic bold 85% 'Open Sans', sans-serif;
	color: #8ca1a1;
}
.step-title a.title, .step-title a.title:hover, .step-title-active a.title, .step-title-active a.title:hover {
	font: bold 130% 'Open Sans', sans-serif;
	color: #8ca1a1;
	background: url('../../../skins/base/customer/addons/cscart_site/overrides/images/icons/step_arrow.gif') no-repeat 3px 7px;
}
.step-title-active a.title, .step-title-active a.title:hover {
	color: #242424;
	background: url('../../../skins/base/customer/addons/cscart_site/overrides/images/icons/step_arrow_active.gif') no-repeat 0 7px;
}
.step-complete-wrapper {
	color: #8ca1a1;
	font: 85% 'Open Sans', sans-serif !important;
}
.step-complete-wrapper strong {
	font-weight: bold;
}
.step-complete-wrapper span {
	font-style: normal;
}
p.step-complete-wrapper {
	padding-top: 11px;
}
.step-complete-text {
	color: #858585;
}
.step-complete-wrapper .form-field label {
	color: #8ca1a1;
	font: bold 85% Tahoma;
	padding-top: 2px;
	padding-right: 3px;
}
#list_payment_methods {
	margin-left: -8px;
}
#summary {
	padding: 10px 0 5px 0;
}
.multiple-profiles, .multiple-profiles strong {
	font-style: normal;
}
.multiple-profiles .form-field {
	margin-bottom: 13px;
	padding-bottom: 6px;
	border-bottom: 1px solid #dadada;
}
.step-body-active .select-profile label {
	display: none;
}
.step-body-active .select-profile {
	padding-left: 0;
}
.step-complete-wrapper ul.bullets-list li {
	background-image: url('../../../skins/base/customer/addons/cscart_site/overrides/images/icons/step_bullet.gif');
}
/* /One page checkout styles */

/* Estimation form */
.estimation-popup-box {
	border: 1px solid #dadada;
	background-color: #f8f8f8;
}
/* /Estimation form */

.required-question, .required {
	color: #ff0000;
}
/* Previewer styles */
#previewer_overlay {
	background-color: #000;
	-moz-opacity: 0.39;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=39)";
	opacity: 0.39;
}
#previewer_window {
	color: #000000;
}
#previewer_hide_select {
	background-color: #ffffff;
	border: none;
	-moz-opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
	opacity: 0;
}
#preview_window {
	border: 2px solid #FF8000;
}
.drag-window {
	background-color: #ffffff;
	cursor: move;
	-moz-opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
	opacity: 0;
}
a.cm-thumbnails-mini, .product-variant-image-unselected, #thumbs_frame img {
	border: 1px solid #e2e2e2;
	margin: 1px;
}
a.cm-cur-item, .product-variant-image-selected, #thumbs_frame img.cm-current-thumb {
	border: 1px solid #a5a5a5;
}
.previewer-container {
	padding: 8px 8px 3px 8px;
}
.previewer-container .scroller-container {
	padding: 0;
}
/* /Previewer styles */

/* Calendar box */
.calendar-but {
	cursor: pointer;
}
.calendar-box {
	border-top: 1px solid #cecece;
	border-right: 1px solid #797979;
	border-bottom: 1px solid #797979;
	border-left: 1px solid #cecece;
	-moz-user-select: none;
}
.calendar-navig a.cm-previous-month {
	background: url('../../../skins/base/customer/addons/cscart_site/overrides/images/icons/calendar_previous.gif') no-repeat 2px 4px;
	text-decoration: none;
}
.calendar-navig a.cm-next-month {
	background: url('../../../skins/base/customer/addons/cscart_site/overrides/images/icons/calendar_next.gif') no-repeat 2px 4px;
	text-decoration: none;
}
.calendar-box div.float-left {
	background-color: #f4f7f8;
}
.calendar {
	background-color: #ffffff;
}
.calendar th {
	background-color: #edeedb;
	font-weight: normal;
}
.calendar th.weekend {
	color: #f15513;
}
.search-advanced .calendar td, .calendar td {
	cursor: pointer;
	border: 1px solid #ffffff;
	color: #0033cc;
}
.calendar td a.strong {
	text-decoration: none;
}
.calendar td a.strong:hover {
	text-decoration: underline;
}
.calendar td a:hover {
	background-color: #f0f0f0;
}
.calendar td.weekend a, .calendar td.weekend a:hover {
	color: #000000;
}
.calendar td.selected a, .calendar td.selected a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #ff4317;
	font-weight: bold;
}
.calendar td.previous-month-days a, .calendar td.previous-month-days a:hover, .calendar td.next-month-days a, .calendar td.next-month-days a:hover {
	color: #bfbfbf;
	text-decoration: none;
}
/* /Calendar box */

/* block "Product filters" */
.product-filters .details {
	color: #959595;
	font-weight: normal;
}
.reset-filters, .reset-filters:visited, .reset-filters:hover, .reset-filters:active {
	color: #b20101;
	background: url('../../../skins/base/customer/addons/cscart_site/overrides/images/icons/delete_icon.gif') no-repeat 0 3px;
	text-transform: lowercase;
	font-size: 85%;
}
/* /block "Product filters" */

/* captcha */
.image-captcha {
	border: 2px solid #d0e25a;
	cursor: pointer;
}
.captcha-input-text {
	border: 1px solid #d2d9e1;
	font: bold 123% Tahoma;
	padding: 4px 2px;
}
/* /captcha */

/* Select languages */
.select-link, .select-link:hover {
	background: url('../../../skins/base/customer/addons/cscart_site/overrides/images/icons/select_icon.gif') no-repeat 100% 3px;
}
.select-wrap .select-link, .select-wrap .select-link:hover {
	background: url('../../../skins/base/customer/addons/cscart_site/overrides/images/icons/select_icon.gif') no-repeat 100% 2px;
}
.select-popup {
	border: 1px solid #cecece;
}
.cm-select-list a, .cm-select-list a:visited, .cm-select-list a:hover, .cm-select-list a:active {
	color: #282828;
}
.localization {
	background: url('../../../skins/base/customer/addons/cscart_site/overrides/images/top_tools_delim.gif') no-repeat 0 2px;
}
/* /Select languages */

/* checkout totals */
.promotion-coupon {
	background: #f2f2f2 url('../../../skins/base/customer/addons/cscart_site/overrides/images/coupon_code_bg.gif') repeat-x left top;
	border: 1px solid #dddddd;
}
.promotion-coupon .input-text {
	border: 1px solid #d0d0d0;
}
/* /checkout totals */

/* File uploader */
.attach-images-alt label {
	text-align: left;
	font-size: 85%;
	font-weight: bold;
	color: #555555;
}
/* /File uploader */

/* Cart items */
#cart_items .sku {
	color: #858585;
}
.quantity {
	font: bold 88% Tahoma;
}
.quantity label {
	color: #858585;
}
.product-description a.cm-combo-on, .product-description a.cm-combo-off {
	background: url('../../../skins/base/customer/addons/cscart_site/overrides/images/icons/prod_details_collapsed.gif') no-repeat 1px 2px;
	color: #304358;
	cursor: pointer;
}
.product-description a.cm-combo-off {
	background-image: url('../../../skins/base/customer/addons/cscart_site/overrides/images/icons/prod_details_expanded.gif');
}
.product-description .button-submit-action, .product-description .text-button {
	margin-right: 5px;
}
/* /Cart items */

/* classic checkout */
/** progress bar styles **/
.pb-container em {
	background: #d1d1d1 url('../../../skins/base/customer/addons/cscart_site/overrides/images/pb_step.gif') no-repeat 0 0;
	color: #ffffff;
	text-decoration: none;
}
.pb-container .complete em {
	background-color: #9eca03;
	background-image: url('../../../skins/base/customer/addons/cscart_site/overrides/images/pb_step_complete.gif');
}
.pb-container .active em {
	background-color: #202020;
	background-image: url('../../../skins/base/customer/addons/cscart_site/overrides/images/pb_step_active.gif');
}
.pb-container a, .pb-container span {
	color: #a1a1a1;
}
.pb-container span.active {
	color: #222020;
}
/** /progress bar styles **/
/* /classic checkout */

/* breadcrumbs */
.breadcrumbs {
	padding: 11px 0 0 0;
}
.breadcrumbs, .breadcrumbs a, .breadcrumbs a:visited, .breadcrumbs a:hover, .breadcrumbs a:active {
	color: #888888;
	font: 11px 'Open Sans', sans-serif;
}
.bc-arrow {
	width: 4px;
	margin: 0 7px 0 10px;
}
/* /breadcrumbs */

/* checkout login */
.login-table td.login {
	background: url('../../../skins/base/customer/addons/cscart_site/overrides/images/sidebox_vert_delim.gif') repeat-y right;
}
.order-status {
	background: #eff8fc url('../../../skins/base/customer/addons/cscart_site/overrides/images/icons/ajax_loader.gif') no-repeat 5px center;
	border: 1px solid #c1d1d5;
}
body.clear-body {
	background-color: #ffffff;
	background-image: none;
	padding: 13px 12px;
	min-width: 0;
}
/* /checkout login */

/* Page 404 */
.exception-body h1 {
	background-color: #dbdee2;
	color: #ffffff;
	font: bold 246% 'Open Sans', sans-serif;
	padding: 6px 16px 2px 16px;
	margin: 0;
}
.exception-body h2 {
	color: #373737;
	font: bold 323% 'Open Sans', sans-serif;
	padding: 32px 0 2px 0;
	margin: 0;
}
.exception-body h3 {
	margin: 0 0 28px 0;
	font: bold 130% 'Open Sans', sans-serif;
	padding: 0;
}
.exception-menu li {
	background: url('../../../skins/base/customer/addons/cscart_site/overrides/images/icons/list_arrow.gif') no-repeat 0 5px;
	padding: 0 0 14px 10px;
	color: #898989;
	font: normal 108% 'Open Sans', sans-serif;
	height: 1%;
}
.exception-content p {
	font-size: 108%;
}
.exception-logo {
	margin-left: -12px;
}
/* /Page 404 */

/* Picker */
.object-container {
	background-color: #ffffff;
	border: 1px solid #ededed;
}
/* /Picker */

/* Graph bar */
.graph-border {
	border: 1px solid #ababab;
}
.graph-bg {
	background-color: #ccf2ff;
}
/* /Graph bar */

/** for checkboxes in FF **/
input[type=checkbox].cm-failed-field {
	outline: 1px dashed #cc0000;
	background-color: #ffdddd;
}
.form-field {
	padding: 0;
}
.form-field .input-text, .form-field select, .form-field .input-textarea {
	clear: both;
	display: block;
}
.form-field .input-text {
	width: 367px;
}
.form-field .input-textarea {
	width: 99%;
}

.product-list-field .input-text, .product-list-field select, .product-list-field .input-textarea {
	clear: none !important;
}

.product-list-field {
	padding-left: 120px !important;
}

.product-list-field label, .product-list-field label.cm-required {
	margin-left: -120px !important;
	padding: 0 !important;
}

.product-list-field li {
	padding: 0;
}

.product-list-field label.cm-required {
	background: none !important;
}
.form-field label.cm-required {
	background: url('../../../skins/base/customer/addons/cscart_site/overrides/images/icons/required_mark.gif') no-repeat right 12px;
}
.required-mark {
	background: url('../../../skins/base/customer/addons/cscart_site/overrides/images/icons/required_mark.gif') no-repeat left 0px;
	display: inline-block;
	width: 5px;
}
.wysiwyg-content .buttons-container {
	text-align: center;
}
.subheaders-group {
	margin: 0;
}
/* /form styles */

/* mandatory fields */
.mandatory-fields {
	font-size: 85%;
	text-decoration: underline;
}
/* /mandatory fields */

.border-bottom {
	border-bottom: 1px solid #d5d5d5;
}
.cm-hint {
	color: #A5A5A5 !important;
}
/* Product notification */
.product-notification {
	background-color: #e8f8f8;
}
.product-notification .notification-body {
	background-color: #ffffff;
	height: 73px;
}
/* /Product notification */

a.secondary-link {
	font-size: 85%;
}
.in-stock, .out-of-stock {
	color: #009900;
	padding: 4px 0 0 0;
}
.out-of-stock {
	color: #666666;
}
.features-list {
	margin: 0;
	padding: 3px 0;
}
.box {
	background-color: #f5f5f5;
	color: #707070;
	font-size: 85%;
	padding: 10px;
}
.product-descr {
	margin: 0;
	padding: 7px 0 2px 0;
	color: #232323;
	font-size: 85%;
}
.product-prices {
	padding-top: 10px;
}
.prices-container {
	padding: 0 0 5px 3px;
}
.compact .text-button, .compact .text-button:visited, .compact .text-button:hover, .compact .text-button:active, .compact .text-button-act, .compact .text-button-act:visited, .compact .text-button-act:hover, .compact .text-button-act:active {
	font-size: 85%;
	background-position: right 5px;
}

/* sorting */
.sort-asc, .sort-desc {
	background: url(../../../skins/base/customer/addons/cscart_site/overrides/images/icons/sort_asc.gif) no-repeat right 6px;
	padding-right: 10px;
}
.sort-desc {
	background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/icons/sort_desc.gif);
}
/* /sorting */
.quantity.changer {
	padding: 0 0 5px 0;
}
.ad-container {
	margin: 14px 0 11px;
}
/* buttons panel */
.sidebox-live-stores .sidebox-body {
	padding: 8px 0 0 0;
}
.live-stores-content {
	background-color: #f1f1f1;
	padding: 7px 6px;
	text-align: center;
}
.see-more {
	padding: 7px 0 0 0;
}
.cm-tabs-content ul, .wysiwyg-content ul {
	margin: 0;
}
.sidebox-categories-wrapper .sidebox-title span {
	display: none;
}
.testimonial-container {
	background: url(../../../skins/base/customer/addons/cscart_site/overrides/images/testim_top.gif) no-repeat left top;
	padding-top: 4px;
	margin-top: 12px;
}
.testimonial-content {
	border: 1px solid #f7f2bb;
	border-width: 0 1px;
	background-color: #fffde3;
	font: italic 12px/17px 'Open Sans', sans-serif;
	padding: 12px 6px 12px 13px;
}
.testimonial-content a, .testimonial-content a:visited, .testimonial-content a:hover, .testimonial-content a:active {
	font: italic 12px/17px 'Open Sans', sans-serif;
	color: #2d2d2d;
	text-decoration: none;
}
.testimonial-content a:hover {
	text-decoration: underline;
}
.testimonial-bottom {
	background: url(../../../skins/base/customer/addons/cscart_site/overrides/images/testim_bottom.gif) no-repeat left top;
	padding: 10px 0 3px 50px;
	text-align:right;
	color: #9b9a9a;
}
.testimonial-bottom a, .testimonial-bottom a:visited, .testimonial-bottom a:hover, .testimonial-bottom a:active {
	color: #9b9a9a;
	text-decoration: none;
}
.testimonial-bottom a:hover {
	text-decoration: underline;
}
.testimonial-bottom p {
	padding: 2px 0 0 0;
}
.note2-container {
	position: relative;
}
.note2 {
	background-color: #ecf6fc;
	border: 1px solid #d5eaf7;
	padding: 7px 12px 10px 12px;
	margin: 5px 0;
}
.note2-lt, .note2-lb, .note2-rt, .note2-rb {
	background: url(../../../skins/base/customer/addons/cscart_site/overrides/images/note_lt.gif) no-repeat left top;
	width: 5px;
	height: 5px;
	position: absolute;
	font-size: 5px;
}
.note2-lt {
	left: 0;
	top: 0;
}
.note2-lb {
	background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/note_lb.gif);
	bottom: 0;
	left: 0;
}
.note2-rt {
	background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/note_rt.gif);
	right: 0;
	top: 0;
}
.note2-rb {
	background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/note_rb.gif);
	right: 0;
	bottom: 0;
}
/*links in sidebox News*/

.site-news li a, .site-news li a:hover {
	color: #272828;
	text-decoration: none;
}
.site-news li a:hover {
	text-decoration: underline;
}
/* images that appear in articles */

.article-image {
	margin-bottom: 25px;
}
.article_image-description {
	font-size:12px;
}
/*table to arrange cs-cart skins gallery*/

#roadmap-table {
	width: 100%;
	border: 0;
	margin-top: 25px;
}
#roadmap-table th {
	padding: 5px 15px 0 0;
}
/*container for the demo landing page*/
#demo-container {
	text-align: center;
	margin: 5px auto 5px auto;
	width: 90%;
}
/*klaus*/
html, body {
	height: 100%;
}
/*klaus*/

.scrollable {
	border:1px solid #e9e9e9;
	height:300px;
	overflow:auto;
	padding:5px 5px 5px 15px;
	width:auto;
	margin-top: 5px;
}
.payments {
	border: 1px dotted #d6d5d6;
	border-width: 1px 0;
	padding: 6px 0;
}
.resellers h3 {
	background: #f4f4f4; #url(../../../skins/base/customer/addons/cscart_site/overrides/images/resellers_header.gif) repeat-x left top;
	border: 1px solid #e6e6e6;
	font: 18px 'Open Sans', sans-serif;
	color: #1e1e1e;
	padding: 0 8px 0 8px;
}
.resellers h3 span {
	background: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Australia.png) no-repeat left 4px;
	padding: 6px 0 4px 35px;
	display: block;
}
.resellers h3.ASEAN span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/ASEAN.png);
}
.resellers h3.Afghanistan span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Afghanistan.png);
}
.resellers h3.African-Union span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/African_Union.png);
}
.resellers h3.Aland span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Aland.png);
}
.resellers h3.Albania span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Albania.png);
}
.resellers h3.Algeria span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Algeria.png);
}
.resellers h3.American-Samoa span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/American_Samoa.png);
}
.resellers h3.Andorra span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Andorra.png);
}
.resellers h3.Angola span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Angola.png);
}
.resellers h3.Anguilla span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Anguilla.png);
}
.resellers h3.Antarctica span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Antarctica.png);
}
.resellers h3.Antigua-Barbuda span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Antigua_&_Barbuda.png);
}
.resellers h3.Arab-League span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Arab_League.png);
}
.resellers h3.Argentina span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Argentina.png);
}
.resellers h3.Armenia span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Armenia.png);
}
.resellers h3.Aruba span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Aruba.png);
}
.resellers h3.Australia span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Australia.png);
}
.resellers h3.Austria span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Austria.png);
}
.resellers h3.Azerbaijan span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Azerbaijan.png);
}
.resellers h3.Bahamas span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Bahamas.png);
}
.resellers h3.Bahrain span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Bahrain.png);
}
.resellers h3.Bangladesh span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Bangladesh.png);
}
.resellers h3.Barbados span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Barbados.png);
}
.resellers h3.Basque-Country span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Basque_Country.png);
}
.resellers h3.Belarus span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Belarus.png);
}
.resellers h3.Belgium span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Belgium.png);
}
.resellers h3.Belize span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Belize.png);
}
.resellers h3.Benin span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Benin.png);
}
.resellers h3.Bermuda span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Bermuda.png);
}
.resellers h3.Bhutan span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Bhutan.png);
}
.resellers h3.Bolivia span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Bolivia.png);
}
.resellers h3.Bosnia-Herzegovina span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Bosnia_&_Herzegovina.png);
}
.resellers h3.Botswana span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Botswana.png);
}
.resellers h3.Bouvet span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Bouvet.png);
}
.resellers h3.Brazil span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Brazil.png);
}
.resellers h3.British-Indian-Ocean-Territory span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/British_Indian_Ocean_Territory.png);
}
.resellers h3.Brunei span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Brunei.png);
}
.resellers h3.Bulgaria span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Bulgaria.png);
}
.resellers h3.Burkina-Faso span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Burkina_Faso.png);
}
.resellers h3.Burundi span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Burundi.png);
}
.resellers h3.CARICOM span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/CARICOM.png);
}
.resellers h3.CIS span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/CIS.png);
}
.resellers h3.Cambodja span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Cambodja.png);
}
.resellers h3.Cameroon span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Cameroon.png);
}
.resellers h3.Canada span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Canada.png);
}
.resellers h3.Cape-Verde span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Cape_Verde.png);
}
.resellers h3.Catalonia span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Catalonia.png);
}
.resellers h3.Cayman-Islands span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Cayman_Islands.png);
}
.resellers h3.Central-African-Republic span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Central_African_Republic.png);
}
.resellers h3.Chad span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Chad.png);
}
.resellers h3.Chile span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Chile.png);
}
.resellers h3.China span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/China.png);
}
.resellers h3.Christmas span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Christmas.png);
}
.resellers h3.Cocos-Keeling span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Cocos_(Keeling).png);
}
.resellers h3.Colombia span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Colombia.png);
}
.resellers h3.Commonwealth span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Commonwealth.png);
}
.resellers h3.Comoros span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Comoros.png);
}
.resellers h3.Congo-Brazzaville span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Congo-Brazzaville.png);
}
.resellers h3.Congo-Kinshasa span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Congo-Kinshasa.png);
}
.resellers h3.Cook-Islands span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Cook_Islands.png);
}
.resellers h3.Costa-Rica span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Costa_Rica.png);
}
.resellers h3.Cote-d-Ivoire span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Cote_d_Ivoire.png);
}
.resellers h3.Croatia span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Croatia.png);
}
.resellers h3.Cuba span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Cuba.png);
}
.resellers h3.Cyprus span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Cyprus.png);
}
.resellers h3.Czech-Republic span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Czech_Republic.png);
}
.resellers h3.Denmark span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Denmark.png);
}
.resellers h3.Djibouti span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Djibouti.png);
}
.resellers h3.Dominica span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Dominica.png);
}
.resellers h3.Dominican-Republic span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Dominican_Republic.png);
}
.resellers h3.Egypt span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Egypt.png);
}
.resellers h3.El-Salvador span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/El_Salvador.png);
}
.resellers h3.England span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/England.png);
}
.resellers h3.Equador span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Equador.png);
}
.resellers h3.Equatorial-Guinea span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Equatorial_Guinea.png);
}
.resellers h3.Eritrea span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Eritrea.png);
}
.resellers h3.Estonia span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Estonia.png);
}
.resellers h3.Ethiopia span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Ethiopia.png);
}
.resellers h3.European-Union span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/European_Union.png);
}
.resellers h3.FAO span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/FAO.png);
}
.resellers h3.Falkland-Malvinas span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Falkland_(Malvinas).png);
}
.resellers h3.Faroes span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Faroes.png);
}
.resellers h3.Fiji span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Fiji.png);
}
.resellers h3.Finland span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Finland.png);
}
.resellers h3.France span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/France.png);
}
.resellers h3.French-Guiana span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/French_Guiana.png);
}
.resellers h3.French-Southern-Territories span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/French_Southern_Territories.png);
}
.resellers h3.Gabon span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Gabon.png);
}
.resellers h3.Galicia span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Galicia.png);
}
.resellers h3.Gambia span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Gambia.png);
}
.resellers h3.Georgia span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Georgia.png);
}
.resellers h3.Germany span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Germany.png);
}
.resellers h3.Ghana span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Ghana.png);
}
.resellers h3.Gibraltar span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Gibraltar.png);
}
.resellers h3.Greece span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Greece.png);
}
.resellers h3.Greenland span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Greenland.png);
}
.resellers h3.Grenada span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Grenada.png);
}
.resellers h3.Guadeloupe span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Guadeloupe.png);
}
.resellers h3.Guam span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Guam.png);
}
.resellers h3.Guatemala span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Guatemala.png);
}
.resellers h3.Guernsey span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Guernsey.png);
}
.resellers h3.Guinea-Bissau span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Guinea-Bissau.png);
}
.resellers h3.Guinea span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Guinea.png);
}
.resellers h3.Guyana span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Guyana.png);
}
.resellers h3.Haiti span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Haiti.png);
}
.resellers h3.Heard-Island-and-McDonald span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Heard_Island_and_McDonald.png);
}
.resellers h3.Honduras span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Honduras.png);
}
.resellers h3.Hong-Kong span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Hong_Kong.png);
}
.resellers h3.Hungary span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Hungary.png);
}
.resellers h3.IAEA span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/IAEA.png);
}
.resellers h3.IHO span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/IHO.png);
}
.resellers h3.Iceland span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Iceland.png);
}
.resellers h3.India span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/India.png);
}
.resellers h3.Indonesia span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Indonesia.png);
}
.resellers h3.Iran span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Iran.png);
}
.resellers h3.Iraq span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Iraq.png);
}
.resellers h3.Ireland span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Ireland.png);
}
.resellers h3.Islamic-Conference span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Islamic_Conference.png);
}
.resellers h3.Isle-of-Man span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Isle_of_Man.png);
}
.resellers h3.Israel span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Israel.png);
}
.resellers h3.Italy span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Italy.png);
}
.resellers h3.Jamaica span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Jamaica.png);
}
.resellers h3.Japan span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/japan.png);
}
.resellers h3.Jersey span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Jersey.png);
}
.resellers h3.Jordan span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Jordan.png);
}
.resellers h3.Kazakhstan span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Kazakhstan.png);
}
.resellers h3.Kenya span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Kenya.png);
}
.resellers h3.Kiribati span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Kiribati.png);
}
.resellers h3.Kosovo span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Kosovo.png);
}
.resellers h3.Kuwait span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Kuwait.png);
}
.resellers h3.Kyrgyzstan span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Kyrgyzstan.png);
}
.resellers h3.Laos span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Laos.png);
}
.resellers h3.Latvia span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Latvia.png);
}
.resellers h3.Lebanon span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Lebanon.png);
}
.resellers h3.Lesotho span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Lesotho.png);
}
.resellers h3.Liberia span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Liberia.png);
}
.resellers h3.Libya span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Libya.png);
}
.resellers h3.Liechtenstein span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Liechtenstein.png);
}
.resellers h3.Lithuania span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Lithuania.png);
}
.resellers h3.Luxembourg span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Luxembourg.png);
}
.resellers h3.Macao span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Macao.png);
}
.resellers h3.Macedonia span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Macedonia.png);
}
.resellers h3.Madagascar span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Madagascar.png);
}
.resellers h3.Malawi span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Malawi.png);
}
.resellers h3.Malaysia span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Malaysia.png);
}
.resellers h3.Maldives span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Maldives.png);
}
.resellers h3.Mali span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Mali.png);
}
.resellers h3.Malta span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Malta.png);
}
.resellers h3.Marshall-Islands span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Marshall_Islands.png);
}
.resellers h3.Martinique span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Martinique.png);
}
.resellers h3.Mauritania span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Mauritania.png);
}
.resellers h3.Mauritius span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Mauritius.png);
}
.resellers h3.Mayotte span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Mayotte.png);
}
.resellers h3.Mexico span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Mexico.png);
}
.resellers h3.Micronesia span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Micronesia.png);
}
.resellers h3.Moldova span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Moldova.png);
}
.resellers h3.Monaco span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Monaco.png);
}
.resellers h3.Mongolia span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Mongolia.png);
}
.resellers h3.Montenegro span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Montenegro.png);
}
.resellers h3.Montserrat span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Montserrat.png);
}
.resellers h3.Morocco span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Morocco.png);
}
.resellers h3.Mozambique span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Mozambique.png);
}
.resellers h3.Myanmar-Burma span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Myanmar(Burma).png);
}
.resellers h3.NATO span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/NATO.png);
}
.resellers h3.Namibia span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Namibia.png);
}
.resellers h3.Nauru span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Nauru.png);
}
.resellers h3.Nepal span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Nepal.png);
}
.resellers h3.Netherlands span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Netherlands.png);
}
.resellers h3.Netherlands-Antilles span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Netherlands_Antilles.png);
}
.resellers h3.New-Caledonia span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/New_Caledonia.png);
}
.resellers h3.New-Zealand span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/New_Zealand.png);
}
.resellers h3.Nicaragua span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Nicaragua.png);
}
.resellers h3.Niger span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Niger.png);
}
.resellers h3.Nigeria span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Nigeria.png);
}
.resellers h3.Niue span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Niue.png);
}
.resellers h3.Norfolk span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Norfolk.png);
}
.resellers h3.North-Korea span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/North_Korea.png);
}
.resellers h3.Northern-Cyprus span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Northern_Cyprus.png);
}
.resellers h3.Northern-Ireland span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Northern_Ireland.png);
}
.resellers h3.Northern-Mariana span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Northern_Mariana.png);
}
.resellers h3.Norway span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Norway.png);
}
.resellers h3.OAS span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/OAS.png);
}
.resellers h3.OECD span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/OECD.png);
}
.resellers h3.OPEC span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/OPEC.png);
}
.resellers h3.Olimpic-Movement span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Olimpic_Movement.png);
}
.resellers h3.Oman span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Oman.png);
}
.resellers h3.Pakistan span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Pakistan.png);
}
.resellers h3.Palau span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Palau.png);
}
.resellers h3.Palestine span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Palestine.png);
}
.resellers h3.Panama span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Panama.png);
}
.resellers h3.Papua-New-Guinea span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Papua_New_Guinea.png);
}
.resellers h3.Paraguay span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Paraguay.png);
}
.resellers h3.Peru span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Peru.png);
}
.resellers h3.Philippines span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Philippines.png);
}
.resellers h3.Pitcairn span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Pitcairn.png);
}
.resellers h3.Poland span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Poland.png);
}
.resellers h3.Portugal span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Portugal.png);
}
.resellers h3.Puerto-Rico span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Puerto_Rico.png);
}
.resellers h3.Qatar span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Qatar.png);
}
.resellers h3.Red-Cross span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Red_Cross.png);
}
.resellers h3.Reunion span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Reunion.png);
}
.resellers h3.Romania span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Romania.png);
}
.resellers h3.Russia span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Russian_Federation.png);
}
.resellers h3.Rwanda span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Rwanda.png);
}
.resellers h3.Saint-Martin-French span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Saint-Martin_(French).png);
}
.resellers h3.Saint-Barthelemy span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Saint_Barthelemy.png);
}
.resellers h3.Saint-Helena span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Saint_Helena.png);
}
.resellers h3.Saint-Lucia span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Saint_Lucia.png);
}
.resellers h3.Saint-Pierre-and-Miquelon span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Saint_Pierre_and_Miquelon.png);
}
.resellers h3.Samoa span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Samoa.png);
}
.resellers h3.San-Marino span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/San_Marino.png);
}
.resellers h3.Sao-Tome-Principe span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Sao_Tome_&_Principe.png);
}
.resellers h3.Saudi-Arabia span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Saudi_Arabia.png);
}
.resellers h3.Scotland span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Scotland.png);
}
.resellers h3.Senegal span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Senegal.png);
}
.resellers h3.Serbia-Yugoslavia span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Serbia(Yugoslavia).png);
}
.resellers h3.Seyshelles span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Seyshelles.png);
}
.resellers h3.Sierra-Leone span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Sierra_Leone.png);
}
.resellers h3.Singapore span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Singapore.png);
}
.resellers h3.Slovakia span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Slovakia.png);
}
.resellers h3.Slovenia span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Slovenia.png);
}
.resellers h3.Solomon-Islands span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Solomon_Islands.png);
}
.resellers h3.Somalia span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Somalia.png);
}
.resellers h3.Somaliland span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Somaliland.png);
}
.resellers h3.South-Africa span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/South_Africa.png);
}
.resellers h3.South-Georgia-and-South-Sandwich span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/South_Georgia_and_South_Sandwich.png);
}
.resellers h3.South-Korea span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/South_Korea.png);
}
.resellers h3.Spain span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Spain.png);
}
.resellers h3.Sri-Lanka span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Sri_Lanka.png);
}
.resellers h3.St-Kitts-Nevis span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/St_Kitts_&_Nevis.png);
}
.resellers h3.St-Vincent-the-Grenadines span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/St_Vincent_&_the_Grenadines.png);
}
.resellers h3.Sudan span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Sudan.png);
}
.resellers h3.Suriname span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Suriname.png);
}
.resellers h3.Svalbard-and-Jan-Mayen span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Svalbard_and_Jan_Mayen.png);
}
.resellers h3.Swaziland span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Swaziland.png);
}
.resellers h3.Sweden span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Sweden.png);
}
.resellers h3.Switzerland span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Switzerland.png);
}
.resellers h3.Syria span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Syria.png);
}
.resellers h3.Tahiti-French-Polinesia span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Tahiti(French_Polinesia).png);
}
.resellers h3.Taiwan span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Taiwan.png);
}
.resellers h3.Tajikistan span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Tajikistan.png);
}
.resellers h3.Tanzania span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Tanzania.png);
}
.resellers h3.Thailand span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Thailand.png);
}
.resellers h3.Timor-Leste span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Timor-Leste.png);
}
.resellers h3.Togo span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Togo.png);
}
.resellers h3.Tokelau span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Tokelau.png);
}
.resellers h3.Tonga span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Tonga.png);
}
.resellers h3.Trinidad-Tobago span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Trinidad_&_Tobago.png);
}
.resellers h3.Tunisia span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Tunisia.png);
}
.resellers h3.Turkey span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Turkey.png);
}
.resellers h3.Turkmenistan span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Turkmenistan.png);
}
.resellers h3.Turks-and-Caicos-Islands span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Turks_and_Caicos_Islands.png);
}
.resellers h3.Tuvalu span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Tuvalu.png);
}
.resellers h3.UNESCO span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/UNESCO.png);
}
.resellers h3.UNICEF span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/UNICEF.png);
}
.resellers h3.Uganda span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Uganda.png);
}
.resellers h3.Ukraine span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Ukraine.png);
}
.resellers h3.United-Arab-Emirates span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/United_Arab_Emirates.png);
}
.resellers h3.United-Kingdom-Great-Britain span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/United_Kingdom(Great_Britain).png);
}
.resellers h3.UK span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/United_Kingdom.png);
}
.resellers h3.United-Nations span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/United_Nations.png);
}
.resellers h3.United-States-Minor-Outlying span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/United_States_Minor_Outlying.png);
}
.resellers h3.United-States-of-America-USA span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/United_States_of_America(USA).png);
}
.resellers h3.USA span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/United_States_of_America.png);
}
.resellers h3.Uruguay span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Uruguay.png);
}
.resellers h3.Uzbekistan span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Uzbekistan.png);
}
.resellers h3.Vanuatu span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Vanuatu.png);
}
.resellers h3.Vatican-City span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Vatican_City.png);
}
.resellers h3.Venezuela span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Venezuela.png);
}
.resellers h3.Viet-Nam span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Viet_Nam.png);
}
.resellers h3.Virgin-Islands-British span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Virgin_Islands_British.png);
}
.resellers h3.Virgin-Islands-US span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Virgin_Islands_US.png);
}
.resellers h3.WHO span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/WHO.png);
}
.resellers h3.WTO span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/WTO.png);
}
.resellers h3.Wales span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Wales.png);
}
.resellers h3.Wallis-and-Futuna span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Wallis_and_Futuna.png);
}
.resellers h3.Western-Sahara span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Western_Sahara.png);
}
.resellers h3.Yemen span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Yemen.png);
}
.resellers h3.Zambia span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Zambia.png);
}
.resellers h3.Zimbabwe span {
    background-image: url(../../../skins/base/customer/addons/cscart_site/overrides/images/reseller_flags/Zimbabwe.png);
}


.banner-items-holder .banner-first {
	position: absolute;
}
.banner-items {
	position: absolute;
}
.testimonial {
	border: 1px solid #f7f2bb;
	border-bottom: 0 none;
	background-color: #fffde3;
	padding: 12px 16px 13px 16px
}
.testim-bottom {
	background: url(../../../skins/base/customer/addons/cscart_site/overrides/images/testim_bg.gif) repeat-x left top;
	padding-left: 13px;
	margin-bottom: 34px;
}
.testim-bottom-content {
	background: url(../../../skins/base/customer/addons/cscart_site/overrides/images/testim_btm_bg.gif) no-repeat left top;
	padding: 13px 0 0 35px;
}
.testim-bottom-content p.post-author {
	display: inline;
}
.testim-bottom-content a, .testim-bottom-content a:visited, .testim-bottom-content a:hover, .testim-bottom-content a:active {
	text-decoration: none;
	color: #2d2d2d;
	font: 12px 'Open Sans', sans-serif;
}
.testim-bottom-content span {
	color: #a0a0a0;
}
.post-message {
	color: #2d2d2d;
}
.buttons .button-container {
	padding: 1px 0 30px 0;
}
.buttons .buttons-text {
	text-align: left;
	padding: 13px 15px 17px 15px;
	color: #434242;
	width: 261px;
}
.or-text {
	padding: 0 9px 0 8px;
}
.nav-buttons {
	padding-top: 38px;
}
.trial-agreement-link {
	padding-top: 12px;
}
.download-button {
	padding-top: 20px;
}
.portfolio-table {
	width: 85%;
	border: 0;
	margin-top: 5px;
}
.portfolio-table td {
	padding-bottom: 25px;
}
.wysiwyg-content ul.license li {
	background-image: none;
	list-style-type: disc;
	list-style-position:outside;
	padding-left: 2px;
}
ul.license {
	list-style-type:disc;
	margin-left:16px;
}
ol {
	padding: 0 0 0 18px;
}
.company-table h2.subheader {
	margin-bottom: 7px;
}
a.anchor, a.anchor:visited, a.anchor:hover, a.anchor:active {
	text-decoration: none;
	font-size: 0px;
	line-height: 0px;
}
.main-banner-container {
	background: #0fcfee; #url(../../../skins/base/customer/addons/cscart_site/overrides/images/banner_bg.gif) repeat-x left top;
	border-top: 1px solid #ffffff;
}
.main-banner-bg {
#	background: url(../../../skins/base/customer/addons/cscart_site/overrides/images/banner_main_bg.jpg) no-repeat center top;
	padding: 40px 0 0 0;
}
.main-banner-container h1, .main-banner-container h2, .main-banner-container p {
	font: normal 48px/68px 'Open Sans', sans-serif;
	color: white;
	text-align: center;
}
.main-banner-container p {
	font: 19px/23px 'Open Sans', sans-serif;
	padding-top: 11px;
}
.main-banner-content {
	position: relative;
}
.buttons-panel-container {
	background: #f8f8f8; #url(../../../skins/base/customer/addons/cscart_site/overrides/images/buttons_panel_bg.gif) repeat-x left top;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}
.buttons-panel {
	padding: 23px 0 19px 0;
}
.get-trial-but a, .take-tour-but a {
	display: inline-block;
	margin-right: 16px;
    padding: 12px 20px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    background-repeat: repeat-x;
    background-color: #00A0EE;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
    font-size: 15px;
    cursor: pointer;
    text-transform: none;
    font-weight: 400;
    margin: 2px 0;
    border: none;
	outline: none;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
}
.get-trial-but:hover, .take-tour-but:hover {
	opacity: 0.9;
}
.get-trial-but {
	margin-right: 15px;
}
.take-tour-but a, .take-tour-but a:visited, .take-tour-but a:hover, .take-tour-but a:active {
	background: #BDC3C7; #url(../../../skins/base/customer/addons/cscart_site/overrides/images/take_tour_left.png) no-repeat left top;
}
.buttons-panel p {
	display: inline-block;
	font: 14px 'Open Sans', sans-serif;
	color: #575757;
	vertical-align: -3px;
	padding-left: 10px;
}
.buttons-panel p a, .buttons-panel p a:visited, .buttons-panel p a:hover, .buttons-panel p a:active {
#	color: #ffffff;
}
.new-versions-container {
	background: #eaeaea url(../../../skins/base/customer/addons/cscart_site/overrides/images/new_versions_bg.gif) repeat-x left top;
	border-bottom: 1px solid #dddddd;
}
.new-versions, .main-banner-content, .buttons-panel {
	width: 959px;
	margin: 0 auto;
}
.new-versions {
	padding: 21px 0 20px 0;
}
.new-versions div.float-left, .new-versions div.float-right {
	width: 48%;
}
.new-versions img {
	margin-top: 3px;
}
.new-versions h3 {
	font: bold 14px 'Open Sans', sans-serif;
	color: #232323;
	overflow: hidden;
	padding: 0 0 7px 15px;
}
.new-versions p {
	padding: 0 0 0 15px;
	line-height: 19px;
	overflow: hidden;
	color: #000000;
}
.new-versions a, .new-versions a:visited, .new-versions a:hover, .new-versions a:active {
	color: #9e9e9e;
}
h3.subheader2 .item1, h3.subheader2 .item2, h3.subheader2 .item3, h3.subheader2 .item4 {
	display: inline-block;
	background-color: #4ed1ff;
	font: bold 18px 'Open Sans', sans-serif;
	color: #ffffff;
	width: 22px;
	text-align: center;
	padding: 0 0 2px 2px;
	margin-right: 14px;
}
h3.subheader2 .item2 {
	background-color: #ffde00;
}
h3.subheader2 .item3 {
	background-color: #aee317;
}
h3.subheader2 .item4 {
	background-color: #ff6224;
}
/* product */

/* Demo */
.demo-blue-block {
	background:url(../../../skins/base/customer/addons/cscart_site/overrides/images/demo_blue_bg.png) repeat-y scroll 0 0 transparent !important;
	border:0 none !important;
	margin:0 0 35px !important;
	padding:0 !important;
}
.demo-blue-block-inner {
	background:url(../../../skins/base/customer/addons/cscart_site/overrides/images/demo_blue_main_bg.png) no-repeat scroll 0 0 transparent !important;
}
.demo-blue-block-bar {
	background:url(../../../skins/base/customer/addons/cscart_site/overrides/images/demo_blue_buttons_bg.png) no-repeat scroll 0 100% transparent !important;
	height:60px;
	padding-right: 15px;
}
.demo-yellow-block {
	background:url(../../../skins/base/customer/addons/cscart_site/overrides/images/demo_yellow_bg.png) repeat-y scroll 0 0 transparent !important;
	border:0 none !important;
	margin:0 0 35px !important;
	padding:0 !important;
}
.demo-yellow-block-inner {
	background:url(../../../skins/base/customer/addons/cscart_site/overrides/images/demo_yellow_main_bg.png) no-repeat scroll 0 0 transparent !important;
}
.demo-yellow-block-bar {
	background:url(../../../skins/base/customer/addons/cscart_site/overrides/images/demo_yellow_buttons_bg.png) no-repeat scroll 0 100% transparent !important;
	height:60px;
	padding-right: 15px;
}
.demo-block-content {
	float:left;
	width:600px;
	padding:25px 20px 15px 25px;
}
.demo-block-content h3 {
	font-size:18px;
	font-weight:normal;
	padding-bottom:15px;
	color:#1a1a1a;
}
.demo-box {
	float:right;
	width: 220px;
}
/* Demo */
/* product tabs */
a.pdf-link {
	background:transparent url(../../../skins/base/customer/addons/cscart_site/overrides/images/icons/pdf_doc.png) no-repeat scroll;
	display:inline-block;
	line-height:18px;
	margin: -30px 0px 5px 0px;
	padding: 0px 0px 20px 23px;
	float:right;
}

.mp-button-try a {
	display: inline-block;
    padding: 10px 20px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    background-repeat: repeat-x;
    background-color: #FF8D12;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
    font-size: 15px;
    cursor: pointer;
    text-transform: none;
    text-decoration: none;
    font-weight: 400;
    border: none;
}
.mp-button-try-lightbg a {
	background:#838383; #url(../../../skins/base/customer/addons/cscart_site/overrides/images/marketplace_try_button_lightbg_left.png) no-repeat left top !important;
}
.mp-button-lightbg a {
	background:#92c000; #url(../../../skins/base/customer/addons/cscart_site/overrides/images/marketplace_button_lightbg_left.png) no-repeat left top !important;
}
.bar-buttons {
	float:right;
	margin:14px 8px 5px 0;
	display:inline;
}
.bar-buttons-community {
	float:right;
	margin:14px 0px 5px 0;
	display:inline;
}
.bar-text-community {
	margin:25px 10px 10px 115px;
}
.mp-list {
	clear:both;
}
.col-1 {
	float:left;
	width:48%;
}
.col-2 {
	float: right;
	width: 48%;
}
.disc li {
	background:url("../../../skins/base/customer/addons/cscart_site/overrides/images/disc_li_bg.png") no-repeat scroll 0 9px transparent;
	line-height:1.55em;
	margin-bottom:5px;
	padding-left:17px;
}
.product-price {
	display:block;
	margin:18px 0px 18px 0px;
	font-size:18px;
	font-weight:bold;
}
.bm-link {
	display:inline-block;
	margin: 15px 30px 0px 0px;
}
/* product*/
.reseller {
	width:100%
}
.reseller td {
	padding: 6px 10px 3px 10px;
}
.reseller th {
	padding: 9px 10px 12px 10px;
}
.license-variants {
    list-style-type: none;
    padding: 9px 25px 0 0 !important;
    margin: 0 0 0 -13px !important;
    zoom: 1;
}
.license-variants:after {
    content: ".";
    display: block;
    height: 1px;
    visibility: hidden;
    clear: both;
}
.license-variants li {
	background:none !important;
	display: inline;
    padding: 4px 13px 6px 4px !important;
    margin: 0 0 0 20px !important;
    float: left;
    font: 11px 'Open Sans', sans-serif;
    color: #bababa;
}
.license-variants li.text {
    margin: 0;
    font-style: italic;
    color: #606060;
}
.license-variants li.active {
    padding-left: 13px !important;
    margin: 0 0 0 10px !important;
    color: #2c2c2c;
    background: #f3f3f3 !important;
}

.ui-dialog .ui-dialog-buttonpane {
	margin-top:-10px;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	margin-top: 10px;
}
.ui-datepicker table {
	background-color: #f9f9f9;
	margin: 0;
}
.ui-datepicker .ui-datepicker-header {
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}


/* Buy now dropdown */
ul#cssmenu {
        margin: 0;
        border: 0 none;
        list-style: none;
        height: 30px;
        top:0px;
        font: bold 12px/28px 'Open Sans', sans-serif;
        color:#979696;
        display: inline-block;
        vertical-align: top;
}

ul#cssmenu li {
        margin: 0;
        border: 0 none;
        padding: 0;
        float: left;
        display: inline;
        list-style: none;
        position: relative;
        height: 30px;
        padding:0 2px;
}

ul#cssmenu ul {
        margin: 0;
        border: 0 none;
        padding: 0;
        width: 160px;
        list-style: none;
        display: none;
        position: absolute;
        top: 28px;
        left: 0;
        z-index: 10;
}

ul#cssmenu ul:after {
        clear: both;
        display: block;
        font: 1px/0px serif;
        content: ".";
        height: 0;
        visibility: hidden;
}

ul#cssmenu ul li {
        width: 183px;
        float: left;
        display: block !important;
        display: inline;
}

/* Main Menu */
ul#cssmenu a {
        border: 0px;
        padding: 0 10px;
        float: none !important;
        float: left;
        display: block;
        color: #ff1c1c;
        font: bold 12px/28px 'Open Sans', sans-serif;
        text-decoration: none;
        height: auto !important;
        height: 1%;
}

/* Main Menu Hover */
ul#cssmenu a:hover,
ul#cssmenu li:hover a,
ul#cssmenu li.iehover a {
        color:#fff;
        background:#ff1c1c; #url(../../../skins/base/customer/addons/cscart_site/overrides/images/top_quick_links_buy_now_top_bg.png) no-repeat;
}
ul#cssmenu li.iehover a.buynow-button {
	padding: 0 6px;
}

ul#cssmenu li.ielt9hover a.buynow-button {
	padding: 0 7px !important;
}

ul#cssmenu li.simple a:link, ul#cssmenu li.simple a:hover, ul#cssmenu li.simple a:visited, ul#cssmenu li.simple a:active {
    background: none;
    color :#afaeb5;
}
ul#cssmenu li.simple a:hover {
    text-decoration:underline;
}
ul#cssmenu li.last {
    margin-right:-5px;
}
ul#cssmenu li.last a {
	display: inline;
}
ul#cssmenu li ul li.buynow {
	height: 23px;
}
ul#cssmenu li ul li.buynow-last a {
	padding-bottom: 5px;
}
/* Second Menu */
ul#cssmenu li:hover li a,
ul#cssmenu li.iehover li a {
        background-image:none;
        border-top: 2px solid #ff1c1c;
        float: none;
        color: #FFFFFF;
		font-weight:normal;
		text-decoration:underline;
}

/* Second Menu Hover */
ul#cssmenu li:hover li a:hover,
ul#cssmenu li:hover li:hover a,
ul#cssmenu li.iehover li a:hover,
ul#cssmenu li.iehover li.iehover a {
        background-image:none;
        border-top: 2px solid #ff1c1c;
        color:#fff;
		text-decoration:none;
}

ul#cssmenu ul ul {
        display: none;
        position: absolute;
        top: 0;
        left: 160px;
}

ul#cssmenu li:hover ul ul,
ul#cssmenu li.iehover ul ul {
        display: none;
}

ul#cssmenu li:hover ul,
ul#cssmenu ul li:hover ul,
ul#cssmenu li.iehover ul,
ul#cssmenu ul li.iehover ul {
        display: block;
}
.all-companies hr {
	border-color: #f5f5f5;
	margin: 19px 0 21px 0;
}
.all-companies .product-info {
	display: table;
}
.all-companies .company-name {
	font: bold 17px/20px 'Open Sans', sans-serif;
	color: #414141;
}
.all-companies .product-item-image {
	padding-top: 10px;
	padding-right: 15px;
}
.all-companies .product-descr {
	font: 12px/19px 'Open Sans', sans-serif;
	color: #414141;
	padding: 6px 0 2px 0;
}
.all-companies .last-hr {
	margin-bottom: 0;
}
.page-description {
	padding: 11px 0 8px 0;
}
.all-companies .sorting-block {
	padding-top: 2px;
}
.all-companies .sorting-block hr {
	margin-top: 11px;
}
.all-companies .sorting-block .select-link {
	margin-right: 0;
}
.all-companies .form-field label {
	padding: 2px 10px 0 0;
}
/* Marketplace */
.marketplace-table {
	table-layout: fixed;
	margin: 22px 0 9px 0;
}
.marketplace-table td {
	width: 33.33%;
	vertical-align: top;
}
.marketplace-table td.spacer {
	width: 15px;
}
.marketplace-table td.body-cell {
	background-color: #F8F8F8;
	height: 100%;
	overflow: hidden;
}
.marketplace-table .inside-wrapper {
	margin-left: 10px;
	#background: url(../../../skins/base/customer/addons/cscart_site/overrides/images/mp_body_right.png) no-repeat 100% 100%;
	padding: 8px 10px 6px 0;
	text-align: center;
}
.marketplace-table .inside-wrapper, .marketplace-table .inside-wrapper div, .marketplace-table .inside-wrapper p {
	color: #787878;
}
.marketplace-table .bottom {
	background:#F8F8F8; #url(../../../skins/base/customer/addons/cscart_site/overrides/images/mp_bottom_left.png) no-repeat 0 100%;
	padding-left: 5px;
	height: 5px;
}
.marketplace-table .bottom div {
	font: 5px/5px 'Open Sans', sans-serif;
	height: 5px;
	background:#F8F8F8; #url(../../../skins/base/customer/addons/cscart_site/overrides/images/mp_bottom_right.png) no-repeat 100% 100%;
}
/***** style #1 (default) *****/
.marketplace-table .header {
	padding: 0 0 0 5px;
	height: 42px;
	background: #87c733; #url(../../../skins/base/customer/addons/cscart_site/overrides/images/sone_header_left.png) no-repeat 0 0;
}
.marketplace-table .header h2 {
	display: block;
	padding: 10px 5px 0 0;
	text-align: center;
	color: #ffffff;
	font: bold 17px/22px 'Open Sans', sans-serif;
	#background: url(../../../skins/base/customer/addons/cscart_site/overrides/images/sone_header_right.png) no-repeat 100% 0;
	height: 32px;
}
.marketplace-table .header a, .marketplace-table .header a:visited, .marketplace-table .header a:hover, .marketplace-table .header a:active {
	color: #ffffff;
	text-decoration: none;
}
/***** style #2 *****/
.marketplace-table .style-two .header {
	background: #52bfea; #url(../../../skins/base/customer/addons/cscart_site/overrides/images/stwo_header_left.png) no-repeat 0 0;
}
.marketplace-table .style-two .header h2 {
	#background: url(../../../skins/base/customer/addons/cscart_site/overrides/images/stwo_header_right.png) no-repeat 100% 0;
}
/***** style #3 *****/
.marketplace-table .style-three .header {
	background: #f08b05; #url(../../../skins/base/customer/addons/cscart_site/overrides/images/sthree_header_left.png) no-repeat 0 0;
}
.marketplace-table .style-three .header h2 {
	#background: url(../../../skins/base/customer/addons/cscart_site/overrides/images/sthree_header_right.png) no-repeat 100% 0;
}
/* /Marketplace */
.form-border {
	border: 1px solid #f0f0f0;
	margin: 17px 0 0 0;
}
.form-body-container {
	border: 1px solid #ffffff;
	background-color: #fafafa;
	padding: 7px 15px;
}
.form-body-container .subheader {
	color: #555555;
	font: bold 14px 'Open Sans', sans-serif;
	margin: 4px 0 0 0;
}
.form-body-container .select-field {
	padding: 7px 0 0 0;
	margin: 6px 0;
}
.form-body-container .select-field .checkbox {
	float: none;
}
.form-body-container .input-textarea-long {
	width: 614px;
	border: 1px solid #e0e0e0;
	padding: 5px;
	margin: 8px 0;
}
.form-body-container .only-textarea {
	margin: 13px 0 8px 0;
}
.form-body-container .subheader .required {
	background: url(../../../skins/base/customer/addons/cscart_site/overrides/images/icons/required_mark.gif) no-repeat 0 3px;
	padding: 0 1px;
}
.form-body-container .select-field label, .form-body-container .form-field label {
	font: 13px 'Open Sans', sans-serif;
	color: #555555;
}
.form-body-container .form-field label {
	padding: 10px 8px 5px 0;
}
.form-body-container .subheader .checkbox {
	vertical-align: -2px;
	margin: 0;
}
.marketplace-terms {
	height: 130px;
	border: 1px solid #e0e0e0;
	background-color: #ffffff;
	width: 614px;
	padding: 5px;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 8px 0;
}

.select-field.form-builder {
	clear: both;
}
.select-field.form-builder label {
	font-size: 12px;
}

.buttons.download-trials .buttons-text {
	background: #f0f0f0;
	width: 100%;
}

/* [kmolchanov] */
 .edition {
	width: 90%;
	margin: 0 auto 50px;
}
.edition-images {
	background: #eee;
	border: 1px solid #ccc;
	border-width: 1px 1px 0;
	border-radius: 4px 4px 0 0;
	padding: 20px 25px;
	font-weight: bold;
}
.edition-images h2 {
	font-size: 18px;
	font-weight: 100;
	color: ##1A1A1A;
	margin-bottom: 25px;
}
.edition-images-wrap {
	overflow: hidden;
}
.edition-images .image {
	text-align: center;
	float: left;
	width: 50%;
	}
.edition-description {
	clear: both;
	background: #ccc;
	-o-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	padding: 20px 25px 20px 25px;
	font-size: 14px;
	font-weight: bold;
}

.edition-professional .edition-images {
	background: #e0f8ff;
	border-color: #bbe7f3;
}
.edition-professional .edition-description {
	background: #bbe7f3;
}
.edition-ultimate .edition-images {
	background: #ededee;
	border-color: #d0d2d4;
}
.edition-ultimate .edition-description {
	background: #d0d2d4;
}
.edition-multivendor .edition-images {
	background: #fee9c5;
	border-color: #f6cd9a;
}
.edition-multivendor .edition-description {
	background: #f6cd9a;
}
.edition-community .edition-images {
	background: #e7f6d5;
	border-color: #c5e49b;
}
.edition-community .edition-description {
	background: #c5e49b;
}
/* [\kmolchanov] */

/* [Btn] */
.btn-blue {
	background: #59d7f9; /* Old browsers */
	background: -moz-linear-gradient(top,  #59d7f9 0%, #29bcf5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#59d7f9), color-stop(100%,#29bcf5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #59d7f9 0%,#29bcf5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #59d7f9 0%,#29bcf5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #59d7f9 0%,#29bcf5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #59d7f9 0%,#29bcf5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59d7f9', endColorstr='#29bcf5',GradientType=0 ); /* IE6-9 */
	border-top: 1px solid #bef0fd;
	padding: 8px 32px 10px 32px;
}
.btn-dark-blue {
	background: #3da4d9; /* Old browsers */
	background: -moz-linear-gradient(top,  #3da4d9 0%, #0e5faf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3da4d9), color-stop(100%,#0e5faf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3da4d9 0%,#0e5faf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3da4d9 0%,#0e5faf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3da4d9 0%,#0e5faf 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3da4d9 0%,#0e5faf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3da4d9', endColorstr='#0e5faf',GradientType=0 ); /* IE6-9 */
	border-top: 1px solid #3392ce;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-orange {
	background: #ffa302; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffa302 0%, #ff7301 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa302), color-stop(100%,#ff7301)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffa302 0%,#ff7301 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffa302 0%,#ff7301 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffa302 0%,#ff7301 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffa302 0%,#ff7301 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa302', endColorstr='#ff7301',GradientType=0 ); /* IE6-9 */
	border-top: 1px solid #f28901;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-dark-orange {
	background: #f7693e; /* Old browsers */
	background: -moz-linear-gradient(top,  #f7693e 0%, #f44c25 97%, #be3b1c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7693e), color-stop(97%,#f44c25), color-stop(100%,#be3b1c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f7693e 0%,#f44c25 97%,#be3b1c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f7693e 0%,#f44c25 97%,#be3b1c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f7693e 0%,#f44c25 97%,#be3b1c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f7693e 0%,#f44c25 97%,#be3b1c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7693e', endColorstr='#be3b1c',GradientType=0 ); /* IE6-9 */
	border-top: 1px solid #f7693e;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}
.btn-green {
	background: #9cc700; /* Old browsers */
	background: -moz-linear-gradient(top,  #9cc700 0%, #81b300 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9cc700), color-stop(100%,#81b300)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9cc700 0%,#81b300 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9cc700 0%,#81b300 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9cc700 0%,#81b300 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #9cc700 0%,#81b300 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9cc700', endColorstr='#81b300',GradientType=0 ); /* IE6-9 */
	border-top: 1px solid #9cc700;
	border-bottom: 1px solid #658d00;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 4px;
	border-radius: 4px;

}
.btn-medium {
	padding: 6px 50px;
	font-size: 14px;
	margin-right: 12px;
}
.btn-mini {
	padding: 6px 36px;
	font-size: 14px;
}
/* [\Btn] */






/* ---------------------------- Updates ---------------------------- */
.section-full-width {
    box-shadow: none;
    border-bottom: 1px solid #eeeeee;
}

.section-boxed {
	position: relative;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0;
}

.section-boxed:before,
.section-boxed:after {
  content: "";
  display: table;
}

.section-boxed:after {
  clear: both;
}

.section-full-width .section-boxed {
    margin: 60px auto;
}

.section-full-width {
    position: relative;
    overflow: hidden;
}

.section-full-width.noborder{
	border: none;
}

.content-tools {
    margin-top: 0 !important;
}

/* top styles */
.head {
    position: relative;
    top: 0;
    left: 0;
    padding: 25px 0;
    width: 100%;
    height: 40px;
    border-bottom: 2px solid rgba(219,219,219,0.3);
    background: rgba(255,255,255,1);
    opacity: 1;
}
.logo-image {
	margin-left: -12px;
	width: 102px;
	height: 40px;
	padding: 0 !important;
}

.product-main-info hr {
    margin-bottom: 15px;
}

.product-main-info p.description {
    margin: 15px 0;
}

.product-main-info span.description {
    font-size: 11px;
    color: #999999;
}

.product-main-info .buttons-container {
	margin-top: 0;
	margin-bottom: 20px;
}

td.product-description {
	padding-bottom: 20px;
}

.product-description a.product-title {
	font-weight: 600;
	font-size: 16px;
}

.pagination-container hr {
	margin-bottom: 30px;
}

.tabs ul li.cm-active {
    background: #ffffff !important;
    padding: 0;
}

.cm-j-tabs ul li.cm-active a, .cm-j-tabs ul li.cm-active a:hover {
    font-weight: 400;
    background: #ffffff;
    border-left: 1px solid #d9dbdd;
    border-right: 1px solid #d9dbdd;
    border-top: 1px solid #d9dbdd;
    border-bottom: none !important;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.cm-j-tabs ul li a, .cm-j-tabs ul li a:hover {
    font-weight: 400;
    background: #f5f5f5;
    border: 1px solid #d9dbdd;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding-bottom: 2px;
    margin-bottom: -1px;
    color: #999999;
}

.tabs ul li, .tabs ul li.cm-active {
    margin: 2px 2px 0 0;
    background: none;
    padding: 0;
}

.tabs ul li.cm-active {
    margin: 2px 2px 0 0;
    background: none;
    padding: 0;
    padding-bottom: 1px;
}

span.button a {
	color: #ffffff;
}

.cart-buttons .float-left {
	padding-top: 8px;
}

span.button-submit {
	margin-bottom: 0;
}

.buttons-container {
	padding-top: 30px;
}

.related-products .product-list th {
    background: #fcfcfc !important;
    border-bottom: 1px solid #eeeeee;
}

.step-title span.float-left, .step-title-active span.float-left, .step-title a.title, .step-title a.title:hover, .step-title-active a.title, .step-title-active a.title:hover, .step-title span.title, .step-title-active span.title {
    font: 112% 'Open Sans' !important;
    color: #3b5c76 !important;
}

.step-title-active span.float-left, .step-title-active a.title, .step-title-active a.title:hover, .step-title-active span.title {
    font-weight: 600 !important;
}

.step-container, .step-container-active {
    margin: 0px 0 10px 0 !important;
}

.step-body-active .subheader {
    background: none !important;
    color: #333333 !important;
    font: 400 108% 'Open Sans' !important;
    border-bottom: 1px solid #eeeeee;
}

.step-container-active {
	position: relative;
}

.step-title-active {
    border-bottom: 1px solid #dddddd;
}

.related-products .product-list td {
    border-bottom: 1px solid #eeeeee !important;
}

.related-products .product-list td {
    padding: 6px 19px 6px 19px !important;
}

.saas-field .button-submit input {
    padding: 12px 20px !important;
    margin-top: -2px;
}

.content-tools-helper .float-right {
	margin-top: 1px !important;
}

/* Features Page */
.features-content h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    color: #3b5c76;
}

.features-content h3.block-title {
   font-size: 38px;
	margin-top: 0;
   margin-bottom: 15px;
   line-height: 46px;
}

.features-content h4.block-title {
   font-size: 22px;
   line-height: 28px;
   color: #3b5c76;
}

.features-content p {
   font-size: 16px;
	color: #747C83;
}

.fixed-features-nav {
   position: relative;
   width: 100%;
   border-top: 1px solid #eeeeee;
}

.features-title {
   margin-top: 46px;
}


.features-buttons nav.icon-buttons {
   margin-top: -45px;
   margin-bottom: -60px;
	text-align: center;
}

.features-buttons nav.icon-buttons a {
   display: inline-block;
   margin: 0 10px 15px 0;
   text-align: center;
   font-size: 13px;
   padding-top: 10px;
   padding-bottom: 10px;
   color: #333333;
   width: 19.65%;
	max-width: 190px;
	min-width: 100px;
   cursor: pointer;
   line-height: 1.7em;
	border: 1px solid #eee;
	border-radius: 5px;
	white-space: nowrap;
}

.features-buttons nav.icon-buttons a:first-child {
   margin-left: 0;
}

.features-buttons nav.icon-buttons a:last-child {
   margin-right: 0;
}

.features-buttons nav.icon-buttons a span {

}

.features-buttons nav.icon-buttons li.design {
   display: inline-block;
   width: 19%;
   text-align: center;
}

.features-buttons nav.icon-buttons a.current {
   border-color: #00A0EE;
}

.features-buttons nav.icon-buttons a:hover {
   border-color: #77c6ed;
}

.features-buttons.bottom nav.icon-buttons a.current {
   border-top: 1px solid #00A0EE;
   border-bottom: none;
}

.features-buttons.bottom nav.icon-buttons a:hover {
   border-top: 1px solid #77c6ed;
   border-bottom: none;
}

.features-buttons nav.icon-buttons a img {
   width: 30px;
   height: 25px;
   margin-right: 1px;
   vertical-align: middle;
   max-width: 100%;
   border: 0;
}

.features-bottom-link {
   text-align: center;
   margin-top: -50px;
   margin-bottom: -50px;
   font-size: 20px;
   padding: 3px 0;
   font-weight: 600;
}

.features-bottom-link a {
   background: url('../../../skins/base/customer/addons/cscart_site/overrides/images/icons/features_next.png') no-repeat right 2px;
   background-size: 24px 24px;
   padding-right: 33px;
   color: #00a4e2;
}

.features-buttons.bottom nav.icon-buttons a {
	width: 100%;
	padding-top: 15px;
}

.features-buttons.bottom nav.icon-buttons a span {
	color: #00A0EE;
}

.border-bottom-features {
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 60px;
    margin-top: 70px;
    margin-bottom: 90px;
}

.border-bottom-features-full {
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 0px;
    margin-top: 90px;
    margin-bottom: 90px;
}


/* Features Page. New Styles */
.features-content {
   padding: 30px 0;
   margin-bottom: -20px;

}

.features-content.main-feature {
   padding: 0;
   padding-top: 30px;
   margin: 0;
   margin-bottom: 30px;
   background: none;
}

.features-content.additional h3.block-title {
   margin: 0 auto;
   text-align: center;
   margin-bottom: 40px !important;
   margin-top: -45px;
}

.features-content.additional p {
   font-size: 14px;
   color: #666666;
}

.features-content.split-features {
   margin-bottom: -91px !important;
}

.features-content.bottom-margin {
   margin-bottom: -20px !important;
}

.features-content.touch-bottom {
   margin-bottom: -91px !important;
}

.features-content.split-features .col img {
   max-width: 48px;
   max-height: 48px;
	width: 18%;
	height: auto;
   float: left;
   margin-right: 2%;
   padding-top: 15px;
}

.content-split-features {
   float: left;
   width: 80%;
}

.features-content a {
    color: #00a4e2;
}

.features-content.split-features-2 .col img {
   width: 64px;
   height: 64px;
   float: left;
   margin-bottom: 20px;
   max-width: none;
}

.features-content.split-features-2 .content-split-features {
   float: none;
   width: 85%;
}

.features-content.split-features-2 h4.block-title {
   font-size: 28px;
   line-height: 32px;
   margin-bottom: 10px;
}

.features-content.split-features-2 p {
   margin-bottom: 20px;
}

.features-content.split-features-3 {
   margin-bottom: -60px;
}

.features-content.split-features-3 .col img {
   width: 99%;
   float: left;
   margin-bottom: 20px;
   border: 1px solid #f3f3f3;
}

.features-content.split-features-3 .col .as-icon {
	width: auto;
	position: relative;
    bottom: -28px;
    padding-right: 8px;
    border: 0;
}

.section-all-features {
	margin-bottom: -112px;
}

.section-all-features .section-boxed {
	margin: 68px auto 34px auto !important;
}

.features-content.split-features-3 .content-split-features {
   float: none;
   width: 92%;
}

.features-content h4.block-title {
   font-size: 22px;
   line-height: 28px;
}

.features-content.split-features-4 {
}

.features-content.split-features-4 .col.text-left {
   width: 30%;
}

.features-content.split-features-4 .col.image-right {
   width: 61%;
   float: left;
   margin-left: 30px;
}

.features-content.split-features-5 {

}

.features-content.split-features-5 .col.text-right {
   width: 45%;
}

.features-content.split-features-5 .col.image-left {
   width: 50%;
   float: left;
}

.features-content.split-features-6 .col.text-right {
   width: 41%;
   float-right
}

.features-content.split-features-6 .col.image-left {
   width: 54%;
   float: left;
}

.features-content.split-features-7 .col img {
   width: 64px;
   height: 64px;
   float: left;
   margin-bottom: 20px;
   max-width: none;
}

.features-content.split-features-7 .content-split-features {
   float: none;
   width: 85%;
}

.features-content.split-features-7 h4.block-title {
   font-size: 22px;
   line-height: 28px;
   margin-bottom: 5px;
}

.features-content.split-features-7 p {
   font-size: 16px;
}

.features-content.split-features-8 {
   position: relative;
   z-index: 5;
   margin-top: -120px !important;
}

.features-content.split-features-8 .col.text-left {
   margin-left: 45px;
   width: 49%;
}

.features-content.split-features-8 .col.image-right {
   width: 38%;
   margin-right: 25px;
}

.features-content.split-features-9 .col.text-left {
   width: 50%;
}

.features-content.split-features-9 .col.image-right {
   width: 37%;
}

.features-content.split-features-9 .col.image-right img {
   margin-left: -45px;
}


.features-content.split-features-10 {
   margin-bottom: -120px;
}

.features-content.split-features-10 .col.text-left {
   width: 40%;
}

.features-content.split-features-10 .col.image-right {
   width: 47%;
   margin-right: 65px;
}

.small-image .col.text-right {
   width: 45%;
   float: right;
}

.small-image .col.image-left {
   width: 45%;
}

.img-border-bottom {
   border-bottom: 1px solid #eeeeee;
}

ul.double {
  margin:20px 0;
  overflow:hidden;
}

.payment-systems-body {
  max-height: 220px;
  overflow-y: auto;
  padding: 5px 20px;
  border: 1px solid #eeeeee;
  background: #ffffff;
}
.payment-systems-list {
  border-bottom: 5px solid #ffffff;
}

ul.double.payment-systems {
  float: left;
  width: 32.8%;
  padding-left: 0;
  margin: 0;
}



ul.double li{
  list-style: none;
  font-size: 15px;
  line-height: 25px;
  float:left;
  margin: 0 10px;
  display:block;
  width: 100%;
}



.col.image-left {
   width: 60%;
}

.col.image-right {
   width: 60%;
   float: right;
}

.col.text-left {
   width: 35%;
}

.col.text-right {
   width: 35%;
   float: right;
}

/* Features Text Paddings */
.p10 {
   padding-top: 10px !important;
}
.p20 {
   padding-top: 20px !important;
}

.p30 {
   padding-top: 30px !important;
}

.p40 {
   padding-top: 40px !important;
}

.p50 {
   padding-top: 50px !important;
}

.p60 {
   padding-top: 60px !important;
}

.p70 {
   padding-top: 70px !important;
}

.p80 {
   padding-top: 80px !important;
}

.p90 {
   padding-top: 90px !important;
}

.p100 {
   padding-top: 100px !important;
}

.p120 {
   padding-top: 120px !important;
}

.p130 {
   padding-top: 130px !important;
}

.p140 {
   padding-top: 140px !important;
}
.p150 {
   padding-top: 150px !important;
}

.p170 {
   padding-top: 170px !important;
}

.p180 {
   padding-top: 180px !important;
}

.p190 {
   padding-top: 190px !important;
}

.p200 {
   padding-top: 200px !important;
}

.p210 {
   padding-top: 210px !important;
}

/* width module classes */
.w10{width:10%!important}.w15{width:15%!important}.w20{width:20%!important}.w25{width:25%!important}.w30{width:30%!important}.w35{width:35%!important}.w40{width:40%!important}.w45{width:45%!important}.w50{width:50%!important}.w55{width:55%!important}.w60{width:60%!important}.w65{width:65%!important}.w70{width:70%!important}.w75{width:75%!important}.w80{width:80%!important}.w85{width:85%!important}.w90{width:90%!important}.w95{width:95%!important}

@media screen and (max-width: 1200px){
	.features-content{
		padding: 20px;
	}
	.features-content.main-feature{
		padding: 30px 20px 0px;
	}
}

@media screen and (max-width: 840px){
	
	.features-content.split-features-3 .col .as-icon {
		bottom: 0;
		margin-bottom: 0;
	}

	.features-buttons nav.icon-buttons{
		margin-top: -60px;
	}

	.features-buttons nav.icon-buttons a{
		width: 100%;
		max-width: 100%;
		margin: 0;
		border: none;
		border-radius: 0;
		border-bottom: 1px solid #eee;
		text-align: left;
	}

	.features-buttons nav.icon-buttons a span:first-child{
		margin-left: 30%;
	}

	.cols-3 .col{
		width: 100% !important;
	}

	.features-content h4.block-title{
		margin: 0 0 20px;
	}

	.features-content.split-features .col img{
		padding: 0;
	}

	.features-content.split-features-9 .col.image-right img{
		margin: 0;
	}

	.p10,.p20,.p30,.p40,.p50,.p60,.p70,.p80,.p90,.p100,.p120,.p130,.p140,.p150,.p170,.p180,.p190,.p200,.p210{padding-top: 0!important}
	.w10,.w15,.w20,.w25,.w30,.w35,.w40,.w45,.w50,.w55,.w60,.w65,.w70,.w75,.w80,.w85,.w90,.w95{width: 100%!important}
}

.all-features-content h4{
   color: #3b5c76;
}

.all-features-content p {
   font-size: 14px;
}

#full-width {
max-width: 100%;
position: relative;
}

#full-width:before, #full-width:after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 9999px;   /* Очень большая ширина */
}

.logo-image a {
    background: url(../../../skins/base/customer/addons/cscart_site/overrides/images/logo_cscart_120-1.png) no-repeat;
    display: block;
    height: 40px;
    width: 102px;
}

.logo-image-lc4 a {
    background: url(../../../skins/base/customer/addons/cscart_site/overrides/images/cscart_logo_russia.png) no-repeat;
    display: block;
    height: 42px;
    width: 278px;
}

.logo-image img, .logo-image-lc4 img {
  	display: none !important;
}

/* kb Sidebar Search Field */
.sidebar-search {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	padding-right: 12px;
}

.sidebar-search input[type="text"].search-input {
	width: 240px;
    padding: 8px 0;
    text-indent: 12px;
    border-radius: 20px;
    height: 32px;
}

.sidebar-search input[type="text"].search-input:focus {
  outline: none;
  background: #ffffff;
  -webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.1);
}

.sidebar-search .go-button {
    height: 12px;
    margin-left: -30px;
}

/* Sidebar Helpdesk Search Field */
.sidebar-search.helpdesk input[type="text"].search-input {
	width: 234px;
    padding: 8px 0;
    text-indent: 12px;
    border-radius: 20px;
}

.sidebar-search.helpdesk .search {
	margin-left: 0;
}

#track_message .go-button {
	height: 12px;
}

/* List of licenses */
/* checkout.cart  */
.promo-code-link {
	color: #00a4e2;
	font-size: 13px;
	border-bottom: 1px dotted;
	cursor: pointer;
}
.promo-code-block {
	margin-top: 0;
}
.promo-code-block .input-text-medium {
	width: 150px;
	height: 33px;
	padding: 6px 10px 5px;
	margin-right: 0;
	vertical-align: top;
	-webkit-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.promo-code-block .text-button {
	position: relative;
	text-indent: -9999px;
	display: inline-block;
	width: 31px;
	height: 31px;
	padding: 0;
	background: #5B6266;
	margin-left: -0.25em;
	border: 1px solid #5B6266;
}
.promo-code-block .text-button:before {
	content: "";
	position: absolute;
	left: 11px;
	top: 9px;
	width: 0;
	height: 0;
	border: 7px solid #fff;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-right: 0;
}
#checkout_totals .buttons-container.clear-both {
	padding-top: 5px;
}
input[type="submit"].hidden {
	display: none;
}
.coupons-container {
	margin-top: 9px;
	float: left;
}
#step_three .coupon-code-container {
	margin-top: 5px;
	margin-left: 22px;
}
ul.statistic-list {
	clear: none;
	margin-top: 1px;
}

ul.statistic-list li span {
	width: 200px;
	white-space: nowrap;
}

.product-main-info .price-update span.description {
	display: inline-block;
	vertical-align: top;
	float: none !important;
	margin-left: 9px;
	margin-right: 0 !important;
}

.top-search-wrapper {
	float: right;
	background: #f8f8f8;
	padding: 0 0 2px 0;
	white-space: nowrap;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
.top-search-wrapper ul#cssmenu {
	margin-top: 2px;
}
.top-search-wrapper #cssmenu li {
	margin-left: 22px;
}
.top-search-wrapper #cssmenu li:first-child {
	margin-left: 0;
}
.top-search-phone {
	display: inline-block;
	vertical-align: top;
	min-height: 24px;
	margin: 3px 20px 0 0;
	padding: 0 22px 0 13px;
	font-size: 17px;
	color: #4b5050;
}
.top-search-wrapper .icon-phone {
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 17px;
	margin: -2px 2px 0 0;
}

.hd-discount-label {
	margin-top: 3px;
}

/*---------- Retina Display ------------*/
/*Retina Display Logo*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .logo-image a {
    background: url(../../../skins/base/customer/addons/cscart_site/overrides/images/LOGO_CSCART@2x.png) no-repeat;
    background-size: 102px 40px;
  }

  .logo-image img {
  	display: none !important;
  }
}


.form-field label.select-field {
background: url('../../../skins/base/customer/addons/cscart_site/overrides/../../../skins/base/customer/addons/cscart_site/overrides/images/icons/required_mark.gif') no-repeat right 12px;
width: auto;
margin: 0;
font-weight: 400;
}


@font-face {
    font-family: 'CsCartFonts';
    src:url('../../../skins/base/customer/addons/cscart_site/css/../fonts/CsCartFonts.eot?-cf51yo');
    src:url('../../../skins/base/customer/addons/cscart_site/css/../fonts/CsCartFonts.eot?#iefix-cf51yo') format('embedded-opentype'),
        url('../../../skins/base/customer/addons/cscart_site/css/../fonts/CsCartFonts.woff?-cf51yo') format('woff'),
        url('../../../skins/base/customer/addons/cscart_site/css/../fonts/CsCartFonts.ttf?-cf51yo') format('truetype'),
        url('../../../skins/base/customer/addons/cscart_site/css/../fonts/CsCartFonts.svg?-cf51yo#CsCartFonts') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: 'CsCartFonts';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-question:before {
    content: "\e605";
}
.icon-cross:before {
    content: "\e604";
}
.icon-play:before {
    content: "\e603";
}
.icon-linkedin:before {
    content: "\e602";
}
.icon-arrow-left-small:before {
    content: "\e004";
}
.icon-email:before {
    content: "\e601";
}
.icon-phone:before {
    content: "\e600";
}
.icon-arrow-right:before {
    content: "\e003";
}
.icon-arrow-right-small:before {
    content: "\e007";
}
.icon-twitter:before {
    content: "\e008";
}
.icon-facebook:before {
    content: "\e009";
}
.icon-close:before {
    content: "\e010";
}
.icon-ok:before {
    content: "\e011";
}
.icon-arrow-left:before {
    content: "\e012";
}
.icon-remove:before {
    content: "\e013";
}

/* MAIN PAGE */
@font-face {
    font-family: 'CsCartMainFonts';
    src:url('../../../skins/base/customer/addons/cscart_site/css/../fonts/CsCartMainFonts.eot?-h09ktd');
    src:url('../../../skins/base/customer/addons/cscart_site/css/../fonts/CsCartMainFonts.eot?#iefix-h09ktd') format('embedded-opentype'),
        url('../../../skins/base/customer/addons/cscart_site/css/../fonts/CsCartMainFonts.woff?-h09ktd') format('woff'),
        url('../../../skins/base/customer/addons/cscart_site/css/../fonts/CsCartMainFonts.ttf?-h09ktd') format('truetype'),
        url('../../../skins/base/customer/addons/cscart_site/css/../fonts/CsCartMainFonts.svg?-h09ktd#CsCartMainFonts') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="mcon-"], [class*=" mcon-"] {
    font-family: 'CsCartMainFonts';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mcon-usergroups:before {
    content: "\e900";
}
.mcon-market:before {
    content: "\e901";
}
.mcon-html-tag:before {
    content: "\e902";
}

/* windows phone fix */
@-ms-viewport{width:device-width}

body {
    font-weight: 300;
    font-size:  14px;
    line-height: 1.6;
    font-family: 'Open Sans', sans-serif;
}
a {
    text-decoration: none;
    color: #f35353;
    cursor: pointer;
}
a:hover {
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    font-size: 0;
}
hr {
    border: 0;
    border-bottom: 1px solid #ececec;
}
ul {
    margin: 0;
    padding: 0;
}
p {
    color: #1e1e1e;
}
button {
    outline: 0;
}

input[type="text"],
input[type="password"],
select,
textarea {
    padding: 7px 10px;
    border: 1px solid #c4c4c4;
    vertical-align: middle;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    color: #1e1e1e;
    outline: 0;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
    border: 1px solid #9fa8b3;
    -webkit-box-shadow: 0 0 1px 2px #dadee2;
            box-shadow: 0 0 1px 2px #dadee2;
}
select {
    height: 36px;
    -webkit-select-appearance: menulist-button;
    background: #fff;
}
/* form styles */
.cm-failed-field,
input.cm-failed-field,
.updates-wrapper .cm-failed-field,
.sidebox-body .cm-failed-field {
    border: 1px solid #f7a9a9;
    -webkit-box-shadow: 0 0 1px 2px rgba(250, 134, 134, 0.33);
            box-shadow: 0 0 1px 2px rgba(250, 134, 134, 0.33);
}

.radio, .checkbox {
    padding: 0;
    margin: -2px 6px 0 0;
    vertical-align: middle;
}
.form-field {
    margin: 10px 0;
}
.form-field label {
    display: inline-block;
    padding: 6px 8px 6px 0;
    color: #1e1e1e;
}

.clearfix:before,
.clearfix:after {
   content: "";
   display: table;
}
.clearfix:after {
   clear: both;
}
.color-red {
    color: #f35353;
}
.fileuploader {
    display: inline-block;
    vertical-align: top;
}
/* Error message */
.error-message {
    clear: both;
}
.error-message .message {
    padding: 0 3px;
    margin-bottom: 8px;
}
.error-message .message p {
    color: #b94a48;
}
.nowrap {
    white-space: nowrap;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 7px 15px 6px;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    border: 1px solid;
    outline: 0;
    -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
       transition: all 0.3s ease 0s;
}
.btn-size-big {
    padding: 10px 22px;
    font-size: 15px;
}
.btn-tertiary {
    background: #3c546c;
    border: 1px solid #3c546c;
    color: #fff;
}
.btn-tertiary:hover {
    background: #516275;
}
.btn-primary {
    background: #f35353;
    border: 1px solid #f35353;
    color: #fff;
}
.btn-primary:hover {
    background: #f56d6d;
}
.btn-secondary {
    background: #ffffff;
    border: 1px solid #c6ccd2;
    color: #32475d;
}
.btn-secondary:hover {
    background: #f1f2f4;
}

.button a,
.button-submit-action input {
    display: inline-block;
    padding: 7px 15px 6px;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    border: 1px solid;
    background: #3c546c;
    border: 1px solid #3c546c;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
       transition: all 0.3s ease 0s;
}
.button-submit-action input {
    background: #f35353;
    border: 1px solid #f35353;
}
.button-submit-action input:hover {
    background: #f56d6d;
}
.button a:hover {
    background: #516275;
}
.text-button {
    color: #32475d;
    text-decoration: underline;
}
.text-button:hover {
    color: #f35353;
}
.button-tool a {
    font-size: 92%;
    text-transform: lowercase;
}

/* Common table */
.table {
    border: 1px solid #eaeaea;
    border-width: 1px 1px 0 1px;
}
.table th {
    background: #fcfcfc;
    padding: 9px 19px 12px 19px;
    text-align: left;
}
.table th, .table th a {
    color: #4a4a4a;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.table th a:hover {
    text-decoration: underline;
}
.table td, .table .table td {
    border-bottom: 1px solid #e4e4e4;
}
.table td {
    padding: 6px 19px 3px;
}
.table .table-footer td {
    display: none;
}
.table .nowrap {
    white-space: normal;
}
.table th.right {
    text-align: right;
}
.table th.left {
    text-align: left;
}
/* /Common table */

/* Wysiwyg */
.wysiwyg-content h3 {
    font-size: 18px;
    font-weight: 400;
    color: #1e1e1e;
    margin: 20px 0 10px 0;
}
.wysiwyg-content p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 15px;
}
.wysiwyg-content ul {
    margin-bottom: 20px;
}
.wysiwyg-content li {
    list-style: disc inside;
    color: #32475d;
    margin-bottom: 10px;
}

/* Layout */
.body-wrapper {
    position: relative;
    min-height: 100%;
    overflow: hidden;
}
.helper-container {
    min-height: 460px;
    padding-bottom: 100px;
    background: #fff;
}
.container-long .central-column {
    margin: 0;
    width: 100%;
}

.left-column,
.right-column {
    width: 23%;
    float: left;
}
.right-column {
    float: right;
}
.central-column,
.container-right .central-column,
.container-left .central-column {
    float: left;
    width: 75%;
}
.container-right .central-column {
    margin: 0 0 15px 2%;
}
.container-left .central-column {
    margin: 0 2% 15px 0;
}

/* Grid And Columns */
.cols-wrapper {
    overflow: hidden;
}
/* single column */
.col {
    float: left;
    margin-right: 3.2%;
    margin-bottom: 30px;
}
/* 4 columns */
.cols-4 .col {
    width: 22.6%;
}
/* 3 columns */
.cols-3 .col {
    width: 31.2%;
}
/* 2 columns */
.cols-2 .col {
    width: 48.4%;
}
/* 1 column - for footer*/
.cols-1 .col {
    width: 100%;
}
.cols-5 .col {
    width: 17.44%;
}
.cols-5 .col:nth-of-type(5n),
.cols-4 .col:nth-of-type(4n),
.cols-3 .col:nth-of-type(3n),
.cols-2 .col:nth-of-type(2n) {
    margin-right: 0;
    clear: right;
}

.features-content .cols-5 .col:nth-of-type(5n),
.features-content .cols-4 .col:nth-of-type(4n),
.features-content .cols-3 .col:nth-of-type(3n),
.features-content .cols-2 .col:nth-of-type(2n) {
    margin-right: 0;
    clear: right;
}

.col-nomargin{
	margin: 0;
}

@media screen and (max-width: 840px){
  .features-content .col .img-frame,
  .features-content.split-features-3 .col .img-frame,
  .features-content.split-features-9 .col .img-frame, .features-content.split-features-9 .col.image-right .img-frame{
    width: 400px;
    display: block;
    float: none;
    margin: 0 auto;
  }

  .cols-wrapper .col{
    float: none;
    width: 100% !important;
    margin-right: 0;
  }

  .cols-wrapper .col:last-child{
    margin-bottom: 0;
  }

  .cols-wrapper .col:before,
  .cols-wrapper .col:after{
    content: "";
    display: table;
  }

  .cols-wrapper .col:after{
    clear: both;
  }

  .features-content.split-features{
    margin-bottom: 0 !important;
  }

  .features-content.split-features-1,
  .features-content.split-features-2,
  .features-content.split-features-3,
  .features-content.split-features-4,
  .features-content.split-features-5,
  .features-content.split-features-6,
  .features-content.split-features-7,
  .features-content.split-features-8,
  .features-content.split-features-9,
  .features-content.split-features-10{
    margin-bottom: 0;
  }

  .features-content.additional h3.block-title{
    margin-top: 0;
  }

  .custom-page-content .section-full-width:not(.fixed-features-nav) .section-boxed{
    margin: 20px auto;
  }
}

#content {
    padding-top: 118px;
    -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
       transition: all 0.3s ease 0s;
}
.home-page #content {
    padding-top: 0 !important;
}

.home-page .header {
    padding-top: 118px;
    background: white;
    width: 100%;
}

#header {
    height: 43px;
    position: fixed;
    padding: 30px 0 45px 0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 28;
    background: #2f435b;
    font-weight: 400;
    -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
       transition: all 0.3s ease 0s;
    -webkit-font-smoothing: antialiased;
}

.header__wrapper {
    position: relative;
}

.sidebar-switch {
    display: none;
    float: left;
    width: 25px;
    height: 25px;
    margin: 8px 30px 0 7px;
    position: relative;
    cursor: pointer;
}
.sidebar-switch:before,
.sidebar-switch:after {
    top: 0;
    left: 0;
    background: #fff;
    content: '';
    display: block;
    width: 25px;
    height: 4px;
    position: absolute;
}
.sidebar-switch:after {
    top: 8px;
}
.sidebar-switch__btn {
    position: absolute;
    top: 16px;
    background: #fff;
    display: block;
    width: 25px;
    height: 4px;
}

.is-sidebar-content .sidebar-switch {
    margin-top: 12px;
    left: -50px;
}
.is-sidebar-content .sidebar-switch:before {
    -webkit-transform: rotate(-46deg);
    transform: rotate(-46deg);
    -moz-transform: rotate(-46deg);
}
.is-sidebar-content .sidebar-switch:after {
    top: 0;
    -webkit-transform: rotate(46deg);
    -moz-transform: rotate(46deg);
    transform: rotate(46deg);
}
.is-sidebar-content .sidebar-switch__btn {
    display: none;
}
.is-sidebar-content {
    position: relative;
    overflow-x: hidden;
     -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.is-sidebar-content .helper-container,
.is-sidebar-content .footer {
    margin-left: 270px;
}
.is-sidebar-content .sedibar-menu {
    left: 0;
}

.wrapper,
.content-helper {
    padding-left: 15px;
    padding-right: 15px;
}

.no-responsive .wrapper,
.no-responsive .content-helper {
    margin: 0 auto;
    width: 1170px;
}
.no-responsive .body-wrapper {
    overflow: visible;
}
.no-responsive {
  min-width: 1200px;
}

@media (max-width: 1240px) {
    #header {
        position: relative;
    }
    #content {
        padding-top: 0;
    }
    .home-page .header {
        padding-top: 0;
    }
}
@media (min-width: 1260px) {
    .fixed-panel .home-page .header {
        padding-top: 73px;
    }

    .fixed-panel .top-menu,
    .fixed-panel .top-menu-links {
        margin-top: 4px;
        -webkit-transition: all 0.3s ease 0s;
                -o-transition: all 0.3s ease 0s;
           transition: all 0.3s ease 0s;
    }
    .fixed-panel .header-contact {
        top: -500px;
        -webkit-transition: all 0.3s ease 0s;
                -o-transition: all 0.3s ease 0s;
           transition: all 0.3s ease 0s;
    }
    .fixed-panel #header {
        padding: 15px 0 15px 0;
        height: 43px;
    }
    .fixed-panel #content {
        padding-top: 73px;
    }
}


h3.subheader {
    margin: 10px 0 20px 0;
    font-size: 30px;
    font-weight: 300;
    color: #1e1e1e;
    text-align: center;
}
.subheader a {
    color: #1e1e1e;
    text-decoration: underline;
}
.subheader a:hover {
    color: #f35353;
    text-decoration: none;
}

/* Wrapper */
.mainbox-container {
    margin: 50px 0 0;
}
.mainbox-title {
    margin: 0 0 20px 0;
    font-size: 35px;
    font-weight: 300;
    color: #1e1e1e;
    padding-top: 5px;
    -webkit-font-smoothing: antialiased;
}
.container-long .mainbox-title {
    text-align: center;
}
.sidebox-title {
    margin: 0;
    line-height: 0;
}
.right-column,
.left-column {
    margin-top: 50px;
}
.sidebox-company-info {
    background: #fcfcfc !important;
}
.sidebox-company-info .sidebox-body a {
    font-weight: 400 !important;
    color: #304358;
}
.sidebox-company-info .sidebox-body a:hover {
    color: #f35353;
}
.sidebox-company-info .sidebox-body ul:first-child {
    margin-top: 10px;
}
.sidebox-company-info .sidebox-body ul:last-child {
    margin-bottom: 5px;
}

.sedibar-menu {
    display: none;
}

/* Logo */
.logo {
    float: left;
}

.header-contact {
    right: 15px;
    top: -19px;
    position: absolute;
    color: #f9f9fa;
    padding-left: 20px;
}
.header-contact a {
    color: #f9f9fa;
    font-size: 12px;
    text-transform: uppercase;
}
.header-contact a:hover {
    text-decoration: none;
}
.header-contact:after {
    content: "";
    display: block;
    width: 110%;
    margin-left: -10%;
    height: 1px;
    margin-top: 11px;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.01) 1%, rgba(255,255,255,0.1) 10%, rgba(255,255,255,0.1) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), color-stop(1%, rgba(255,255,255,0.01)), color-stop(10%, rgba(255,255,255,0.1)), to(rgba(255,255,255,0.1)));
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.01) 1%, rgba(255,255,255,0.1) 10%, rgba(255,255,255,0.1) 100%);
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(255,255,255,0.1) 10%,rgba(255,255,255,0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#1affffff',GradientType=1 );
}
.header-contact-links,
.header-contact-links__item {
    display: inline-block;
    vertical-align: top;
    font-weight: 400;
}
.header-contact-links__item:first-child {
    margin-right: 36px;
}
.header-contact__phone {
    display: inline-block;
    vertical-align: top;
    margin-right: 50px;
}
.header-contact__phone .icon-phone {
    display: inline-block;
    margin: -1px 9px 0 0;
    width: 21px;
    height: 21px;
    font-weight: 21px;
    line-height: 21px;
    text-align: center;
    vertical-align: middle;
    color: #3c546c;
    background: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 50%;
            border-radius: 50%;
}

/* Top menu */
.header-right-block {
    float: right;
}
.top-menu {
    position: relative;
    display: inline-block;
    margin-top: 25px;
    z-index: 28;
}
.top-menu a {
    color: #fff;
}

.top-menu__list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.top-menu__list-item {
    position: relative;
    float: left;
    margin-left: 5px;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    cursor: pointer;
}
.top-menu__list-a {
    display: inline-block;
    padding: 8px 15px 7px;
}
.top-menu__list-item.has-subitems {
    -webkit-border-radius: 3px 3px 0 0;
            border-radius: 3px 3px 0 0;
}
.top-menu__list-item:hover > .top-menu__submenu {
    display: block;
}
.top-menu__submenu {
    display: none;
    position: absolute;
    left: 0;
    top: 34px;
    list-style: none;
    margin: 0;
    width: 190px;
    padding: 5px 0;
    background: #f9f9fa;
    -webkit-border-radius: 0 3px 3px 3px;
            border-radius: 0 3px 3px 3px;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
            box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    z-index: 5;
    opacity: .99;
}
.top-menu__submenu a {
    display: block;
    padding: 3px 20px 3px 15px;
    color: #5f6d7c;
    text-transform: none;
}
.top-menu__list-item:hover {
    background: #f9f9fa;
    color: #f35353;
}
.top-menu__submenu-item:hover > a {
    color: #f35353;
}
.top-menu__list-item:hover .top-menu__list-a {
    color: #304358;
}
.top-menu__list-item:last-child .top-menu__submenu {
    left: auto;
    right: 0;
}
.top-menu__list-item:last-child .top-menu__submenu-item.top-menu__submenu-lvl3:hover .top-menu__submenu {
    left: -190px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
}
.top-menu__list-item:last-child .top-menu__submenu-lvl3 .top-menu__submenu-item {
    text-align: left;
}

.top-menu__submenu-item {
    position: relative;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    margin-bottom: 3px;
}
.top-menu__submenu-lvl3 .top-menu__submenu {
    display: block;
    position: static;
    width: auto;
    background: none;
    -webkit-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.has-subitems:first-child > .top-menu__submenu {
    min-width: 530px;
}
.has-subitems:last-child > .top-menu__submenu {
    min-width: 715px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
}
.top-menu__submenu-lvl3 {
    display: inline-block;
    margin: 10px 10px 0 0;
    vertical-align: top;
}
.top-menu__submenu .top-menu__submenu-lvl3:last-child {
    margin-right: 0;
}
.top-menu__submenu-lvl3 > a {
    font-weight: bold;
    color: #304358 !important;
    cursor: default;
}

.top-menu-links {
    display: inline-block;
    list-style: none;
    margin: 25px 0 0;
    padding: 0;
}
.top-menu-links__item {
    float: left;
    margin-left: 12px;
}
/* Cart status */
#cart_status {
    padding-top: 2px;
    margin-left: 15px;
    font-size: 12px;
}
#cart_status a {
    text-transform: none;
    text-decoration: underline;
}
#cart_status a:hover {
    text-decoration: none;
}

/* Main */
.main-feature {
    padding-top: 10px;
    position: relative;
    text-align: center;
    background: #2f435b;
}
.main-feature__wrapper {
    max-width: 1170px;
    margin: 0 auto;
    font-size: 0;
}
.main-feature h1,
.main-feature p {
    font-family: 'Open Sans';
    font-weight: 300;
    color: #fff;
    margin: 0;
    position: relative;
    padding: 0 15px;
    line-height: 1.4;
    z-index: 5;
}
.main-feature h1 {
    font-size: 45px;
}
.main-feature p {
    font-size: 18px;
}
.main-feature img {
    position: relative;
}

.main-buttons-download {
    padding: 20px 0 20px 0;
    background: #edeff1;
    text-align: center;
}
.main-buttons-download__btn {
    min-width: 146px;
    margin-right: 30px;
}


/* Main block */

.subscr {
    position: relative;
    max-width: 610px;
    margin: 0 auto 40px;
}
input.subscr__input {
    width: 100%;
    height: 60px;
    padding: 7px 30px;
    border: 4px solid #ececec;
    -webkit-border-radius: 50px;
            border-radius: 50px;
    color: #72757a;
    text-transform: uppercase;
    font-style: italic;
    font-size: 18px;
}
input.subscr__input::-ms-clear {
   display: none;
}
.subscr__submit {
    position: absolute;
    top: 7px;
    right: 8px;
    background: #f35353;
    width: 46px;
    height: 46px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    border: 0 none;
}
.subscr__submit:hover {
    background: #f56d6d;
}
.subscr__icon {
    position: absolute;
    right: 3px;
    top: -5px;
    font-size: 41px;
    color: #fff;
    z-index: 2;
    cursor: pointer;
}
.main-block {
    margin-top: 50px;
}
ul.main-info {
    margin: 40px 0 80px 0;
    padding: 0;
    list-style: none;
}
.main-info__item {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 0 20px;
    width: 33%;
    margin-right: -0.25em;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.main-info__ng {
    display: inline-block;
    width: 160px;
    height: 160px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: #edeff1;
    vertical-align: middle;
    text-align: center;
    color: #32475d;
    border: 3px solid transparent;
    -webkit-transition: background 0.2s, color 0.2s, border 0.2s;
            -o-transition: background 0.2s, color 0.2s, border 0.2s;
       transition: background 0.2s, color 0.2s, border 0.2s;
}
.main-info__ng:before {
    display: inline-block;
    font-size: 88px;
    margin-top: 33px;

}
.main-info__a:hover .main-info__ng {
    border: 3px solid #32475d;
    background: transparent;
}
.main-info__title {
    display: block;
    font-size: 18px;
    font-weight: 300;
    color: #1d1d1d;
    margin: 25px 0;
}
.main-info__a:hover .main-info__title {
    color: #f35353;
}
.main-info__txt {
    color: #747c83;
}


/* Main feature */
.main-feature-list__wrapper {
    position: relative;
    padding: 25px 0 85px 0;
    background: #f9f9fa;
}
.main-feature-list {
    margin: 110px 0 0;
    padding: 0;
    list-style: none;
    text-align: left;
}
.main-feature-list__item {
    position: relative;
    margin-bottom: 50px;
}
.main-feature-list__responsive {
    margin-bottom: 40px;
}
.main-feature-list__responsive .main-feature-list__txt {
    max-width: 420px;
}
.main-feature-list__right {
    float: right;
    width: 50%;
    padding-left: 5%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;

}
.main-feature-list__left {
    width: 50%;
    float: left;
    text-align: right;
    padding-right: 5%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.main-feature-list__title {
    margin: 45px 0 0;
    font-size: 18px;
    font-weight: bold;
    color: #1d1d1d;
}
.main-feature-list__txt {
    margin: 5px 0 0;
    color: #747c83;
    font-size: 15px;
    line-height: 1.6;
    max-width: 380px;
}
.main-feature-list__left .main-feature-list__txt {
    float: right;
}

.main-feature-view {
    top: 140px;
    left: 50%;
    position: absolute;
    width: 1px;
    height: 1190px;
    background: #bcbcbd;
}
.main-feature-view__circle {
    position: absolute;
    top: 0;
    left: -4px;
    width: 9px;
    height: 9px;
    background: #f35353;
    -webkit-border-radius: 50%;
            border-radius: 50%;
}
.main-feature-view__start {
    left: -12px;
    width: 25px;
    height: 25px;
}
.main-feature-view__responsive {
    top: 127px;
}
.main-feature-view__seo {
    top: 397px;
}
.main-feature-view__widget {
    top: 677px;
}
.main-feature-view__layouts {
    top: 956px;
}
.main-feature-view__end {
    position: absolute;
    left: -68px;
    bottom: -25px;
    background: #f35353;
    padding: 4px 10px;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    -webkit-border-radius: 12px;
            border-radius: 12px;
}
.main-feature-view__end:hover {
    background: #f56d6d;
}

.feature-video {
    display: inline-block;
    position: relative;
    opacity: 1;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
       transition: all 0.2s ease 0s;
}

.features-content .feature-video{
  display: block;
  margin-bottom: 30px;
}

.features-content .feature-video__link{
  color: #f35353;
}

.feature-video__link-wrapper {
    text-align: center;
}
.feature-video__link {
    position: absolute;
    left: 50%;
    bottom: -50px;
    margin-left: -44px;
    padding: 4px 12px 3px;
    white-space: nowrap;
    border: 1px solid #f35353;
    -webkit-border-radius: 3px;
            border-radius: 3px;
}
.feature-video img {
    display: block;
    margin: 0 auto;
}
.feature-video.icon-play:before {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    font-size: 100px;
    color: #2f4257;
    z-index: 1;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.feature-video:after{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
  background: #fff;
  opacity: 0;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
     transition: all 0.2s ease 0s;
}
.feature-video:hover.icon-play:before {
  visibility: visible;
  opacity: 0.8;
}
.feature-video:hover:after{
  visibility: visible;
  opacity: 0.4;
}
.video-block {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 854px;
    height: 510px;
    margin: -255px 0 0 -427px;
}
.video-qu {
    text-align: center;
    margin-top: -55px;
}
.video-qu__a {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    border-bottom: 1px solid;
}
.video-qu .icon-question {
    vertical-align: middle;
    font-size: 18px;
    color: #fff;
    margin-right: 5px;
}
/* Overlay style */
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 30px;
    background: rgba(55, 55, 55, 0.85);
    z-index: 1000;
}
.overlay .overlay-close {
    position: absolute;
    right: 20px;
    top: 20px;
    overflow: hidden;
    border: none;
    outline: none;
    z-index: 100;
    background: none;
    font-size: 50px;
    color: #fff;
}
.overlay-slidedown {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
    transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}
.overlay-slidedown.open {
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
}

/* Portfolio */
.portfolio {
    padding: 60px 40px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.portfolio .subheader {
    margin-bottom: 60px;
}

.portfolio-link {
    opacity: 0;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(232, 84, 30, 0.82);
    -webkit-transition: opacity 0.2s ease 0s;
            -o-transition: opacity 0.2s ease 0s;
       transition: opacity 0.2s ease 0s;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}

.portfolio-item {
    display: block;
    position: relative;
    margin: 0 30px;
}

.portfolio-item .portfolio-img {
    display: block;
    padding: 10px;
    border: 2px solid #f9f9f9;
}
.portfolio-item:hover .portfolio-link {
    opacity: 1;
}
.portfolio-link i {
    position: absolute;
    left: 0;
    bottom: 10%;
    width: 100%;
    font-style: normal;
    text-align: center;
    -webkit-transition: bottom 0.2s ease 0s;
            -o-transition: bottom 0.2s ease 0s;
       transition: bottom 0.2s ease 0s;
}
.portfolio-item:hover .portfolio-link i {
    bottom: 45%;
}



.portfolio .owl-carousel {

}
.portfolio .owl-buttons {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 100%;
}
.portfolio .owl-wrapper-outer {
    z-index: 10;
}
.portfolio .owl-theme .owl-controls {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.portfolio .owl-prev:before,
.portfolio .owl-next:after {
    font-family: "CsCartFonts";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 60px;
}

.portfolio .owl-prev:before {
  content: "\e012";
}
.portfolio .owl-next:after {
  content: "\e003";
}

.portfolio .owl-prev,
.portfolio .owl-next {
    display: inline-block;
    height: 60px;
    width: 40px;
    padding: 4px;
    line-height: 60px;
    color: #cbcbcb;
    font-size: 0;
    text-align: center;
    -webkit-transition: all 0.2s ease 0s;
            -o-transition: all 0.2s ease 0s;
       transition: all 0.2s ease 0s;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    float: right;
}
.portfolio .owl-prev {
    float: left;
    margin-left: -35px;
}
.portfolio .owl-next {
    margin-right: -15px;
}
.footer-menu:hover,
.portfolio .owl-next:hover {
    color: #777;
}

.main-payment-shipping {
    padding: 40px 0 80px 0;
    text-align: center;
}

.main-payment-shipping img {
    margin-right: 40px;
}
.main-shippings {
    margin: 30px 0 40px 0;
    text-align: center;
}

.shippings-icon,
.payments-icon {
    display: inline-block;
    margin-right: 45px;
    height: 50px;
    background: url("../../../skins/base/customer/addons/cscart_site/css/../images/main/payments_shippings.jpg") no-repeat;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
    -webkit-transition: all 0.2s ease 0s;
            -o-transition: all 0.2s ease 0s;
       transition: all 0.2s ease 0s;
}
.shippings-icon:hover,
.payments-icon:hover,
.is-hover .shippings-icon,
.is-hover .payments-icon {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    .shippings-icon,
    .payments-icon {
        background-image: url("../../../skins/base/customer/addons/cscart_site/css/../images/main/payments_shippings@2x.jpg");
        background-size: 942px, 118px;
    }
}

.shippings-icon {
    height: 36px;
}
.payments-icon:last-child {
    margin-right: 0;
}

.payments-paypal {
    width: 82px;
    background-position: 0 0px;
}
.payments-sagepay {
    width: 121px;
    background-position: -129px 0;
}
.payments-authorize {
    width: 108px;
    background-position: -293px 0;
}
.payments-twoco {
    width: 40px;
    background-position: -431px 0;
}
.payments-amazon {
    width: 60px;
    background-position: -515px 0;
}
.payments-eway {
    width: 76px;
    background-position: -633px 0;
}
.payments-ideal {
    width: 39px;
    background-position: -749px 0;
}
.payments-worldpay {
    width: 125px;
    background-position: -821px 0;
}

.shippings-fedex {
    width: 111px;
    background-position: -49px -82px;
}
.shippings-usps {
    width: 125px;
    background-position: -330px -82px;
}
.shippings-canada {
    width: 129px;
    background-position: -502px -82px;
}
.shippings-dhl {
    width: 78px;
    background-position: -687px -82px;
}
.shippings-australia {
    width: 70px;
    background-position: -806px -82px;
}
/* Footer */

.footer {
    padding: 35px 0 40px 0;
    border-top: 9px solid #2d3035;
    background: #3b3e45;
}

.footer-menu {
    width: 70%;
    float: left;
}
.footer-menu__block {
    width: 25%;
    float: left;
}
.footer-menu__title {
    margin: 0 0 10px 0;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}
.footer-menu__list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-menu__list-item {
    padding: 5px 0;
}

.footer-menu__list-a {
    color: #72757a;
}
.footer-menu__list-a:hover {
    color: #fff;
}

.footer-right {
    float: right;
    width: 30%;
}
.footer-right__copyright {
    display: block;
    width: 200px;
    font-size: 11px;
    line-height: 1.8;
    color: #72757a;
    text-transform: uppercase;
}
.footer-right__soc {
    margin-top: 8px;
}
.footer-right__soc a {
    margin-right: 10px;
    font-size: 27px;
    color: #72757a;
}
.footer-right__soc a:hover {
    color: #fff;
}

/* Subscribe */
.subscribe {
    margin-bottom: 10px;
}
.subscribe .footer-menu__title {
    margin-bottom: 15px;
}
input.subscribe__input {
    max-width: 185px;
    color: #72757a;
    font-style: italic;
    font-size: 14px;
    padding: 7px 10px 6px;
    background: #3e4149;
    border: 1px solid #2d3035;
    -webkit-border-radius: 0;
            border-radius: 0;
    vertical-align: top;
    -webkit-transition: all 0.2s ease 0s;
            -o-transition: all 0.2s ease 0s;
       transition: all 0.2s ease 0s;
}
input.subscribe__input:focus {
    color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.subscribe .subscribe__submit {
    border: 0;
    height: 35px;
    padding: 7px 13px 6px;
    font-size: 13px;
    font-weight: 300;
    background: #2d3035;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-border-radius: 0;
            border-radius: 0;

}

/* Left menu navigation */
.sidebar-navigation {
    background: #FDFDFD;
    border: 1px solid #E1E1E1;
    border-radius: 3px;
}
.sidebar-navigation-version {
    border-bottom: 1px solid #E1E1E1;
    padding: 11px 0;
    text-align: center;
}
.p-navigation {
    margin: 0;
    padding: 0;
    padding: 7px 23px;
    list-style: none;
}
.p-navigation li {
    padding: 6px 0;
}
.p-navigation a {
    display: block;
    color: #32475d;
    font-weight: bold;
}
.p-navigation .active a,
.p-navigation a:hover {
    color: #f35353;
}
.p-navigation span {
    display: block;
}
a.pn-sub-link {
    display: inline-block;
    font-weight: normal;
}
li.pn-sub-item {
    padding-left: 10px;
    border-left: 1px solid #eff0f1;
}

/* Login page */
.login-title {
    display: block;
    text-align: center;
}
.login {
    position: relative;
    left: 25px;
    max-width: 360px;
    margin: 0 auto;
}
.login .input-text {
    width: 100%;
}
.login .clear {
    padding: 10px 0 6px 0;
}
.login .form-field {
    padding-bottom: 10px;

}
.login label.cm-required {
    background: none;
}
.remember-field {
    margin-top: -10px;
}
.login .error-message {
    display: none;
}
.login__foget {
    font-size: 15px;
    float: right;
    text-decoration: underline;
    margin-top: 7px;
}
.login .btn {
    padding-left: 20px;
    padding-right: 20px;
}


.login-recover-password {
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
}
.login-recover-password label {
    display: none;
}

.signin-form {

}

.signin-form__left {
    float: left;
}

.signin-form__right {
    float: right;
}

.signin-form__left,
.signin-form__right {
    width: 40%;
    display: inline-block;
    vertical-align: top;
}

/* Compare products */
.price {
    padding: 0 0 50px;
    overflow-x: auto;
}
.price .subheader {
    padding: 35px 0 70px;
}
.price-block {
    color: #1e1e1e;
}
.price-block__item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 27%;
}
.price-block__wrapper {
    border: 3px solid #f1f1f1;
    padding: 12px 5px 18px 5px;
    text-align: center;
    -webkit-border-radius: 7px;
            border-radius: 7px;
}
.price-block__name {
    font-size: 15px;
    font-weight: 300;
    margin: 4px 0 0;
}
.price-block__name-product {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #3b5c76;
}
.price-block__name-product:hover {
    color: #f35353;
}
.price-block__cost {
    color: #01a87f;
    font-size: 28px;
    font-weight: 300;
    margin: 10px 0 18px 0;
}
li.price-block__list-item {
    list-style: none;
    padding: 9px 5px 10px;
    background: #f1f1f1;
    color: #5b6268;
    font-size: 13px;
    margin: 0 0 2px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.price-block__compare {
    padding: 5px 0;
    font-size: 13px;
    color: #32475d;
    text-transform: uppercase;
    cursor: pointer;
}
.price-block__compare span:hover {
    cursor: pointer;
    color: #f35353;
}
.price-block__download {
    padding: 20px 0 0;
}
.price-block__btn {
    background: #5b6268;
    border: 1px solid #5b6268;
    color: #fff;
}
.price-block__btn:hover {
    background: #737c83;
}

.price-recomended {
    z-index: 5;
    top: -20px;
}

.price-recomended .price-block__wrapper {
    padding-top: 30px;
    padding-bottom: 40px;
    border-color: #f35353;
}
.price-recomended__label {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -55px;
    padding: 5px 20px;
    -webkit-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px;
    background: #f35353;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}
.price-recomended .price-block__btn {
    background: #f35353;
    border: 1px solid #f35353;
}
.price-recomended .price-block__btn:hover {
    background: #f56d6d;
}




/* Compare */

.compare {
    padding: 50px 0 30px 0;
    background: #f9f9fa;
    overflow-x: auto;
}

.compare-table {
    width: 100%;
    margin: 50px 0 40px 0;
    color: #1e1e1e;
}
.compare-table td,
.compare-table th {
    padding: 0 10px;
    border-left: 1px solid #d7d7d8;
    border-right: 1px solid #d7d7d8;
    border-bottom: 1px solid #ececed;
}
.compare-table th {
    vertical-align: top;
    font-weight: 300;
}
.compare-table td {
    padding: 14px 10px 13px;
    color: rgba(30, 30, 30, 0.7);
    text-align: center;
}

th.compare-table__title {
    width: 30% !important;
    padding-top: 10px;
    font-size: 20px;
    font-weight: 300;
    text-align: left;
}
.compare-table__free-mode {
    width: 20% !important;
}
.compare-table__free-mode .edition-price {
    color: #5b6268;
}
.compare-table__free-mode .btn-compare-download {
    border-color: #5b6268;
    color: #5b6268 !important;
}
.btn-compare-download:hover {
    background: #fff;
}

.compare-table__cs-cart {
    width: 25% !important;
}
.compare-table__mve {
    width: 25% !important;
}

.compare-table__column {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-right: -0.25em;
}
.compare-table__td-txt a,
.compare-table__td-double a {
    color: rgba(30, 30, 30, 0.7);
}
.compare-table__td-txt a:hover,
.compare-table__td-double a:hover {
    text-decoration: underline;
}

.edition-title {
    display: block;
    font-size: 20px;
    font-weight: 400;
    color: #1e1e1e;
}
.edition-title:hover {
    color: #f35353;
}
.edition-sub-title {
    display: block;
    font-size: 15px;
}
.edition-price {
    display: block;
    margin: 25px 0 20px;
    font-size: 20px;
    color: #01a87f;
}
.btn-compare-download {
    border: 1px solid #f35353;
    color: #f35353 !important;
    text-decoration: none !important;
}

.compare-table td:first-child {
    text-align: left;
}
.compare-table td i {
    position: relative;
    top: 2px;
    font-size: 21px;
    line-height: 0;
}
.compare-table .icon-ok {
    color: #64c8b0;
    font-size: 24px;
}
.compare-table .icon-close {
    color: rgba(30, 30, 30, 0.6);
}

td.compare-table__td-double {
    padding: 0;
}
.compare-table__td-left,
.compare-table__td-right {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-right: -0.25em;
    white-space: nowrap;
}
.compare-table__tr-btn td {
    padding-top: 38px;
    padding-bottom: 38px;
}
#compare-table-header th {
    border-bottom: 0;
}
#compare-table-header2 th {
    height: 40px;
}

/* Features */
.features-nav {
    position: relative;
    width: 100%;
    border-top: 1px solid #eeeeee;
}

/* Roadmap */
.intro {
    padding-bottom: 15px;
    line-height: 1.8;
}
.intro h2 {
    color: #1e1e1e;
    font-weight: 300;
    font-size: 15px;
}
.intro p{
  margin: 20px 0;
}
.note {
    padding: 10px 22px 12px 22px;
    border: 1px solid #ebebeb;
    background: #f7fcff;
    margin: 5px 0 15px 0;
    color: #798188;
    font-size: 13px;
    line-height: 2.0;
}

#t-roadmap {
    border-bottom: 1px solid #e5e5e5;
}
#t-roadmap td,
#t-roadmap th {
    border-right: 1px solid #e5e5e5;
}
#t-roadmap td:last-child,
#t-roadmap th:last-child {
    border-right: 0;
}
#t-roadmap th {
    border-bottom: 1px solid #e5e5e5;
    text-align:left;
    padding-left: 15px;
}
#t-roadmap th .subheader2 {
    font-size:  18px;
    font-weight: 300;
    color: #000;
    margin: 15px 0;
}
#t-roadmap a:hover {
    text-decoration: underline;
}
#t-roadmap ul {
    padding: 10px 0;
}
#t-roadmap ul li {
    background: 0;
    list-style: none;
    font-size: 13px;
    padding: 6px 9px 6px 17px;
}

/* Notifications */
.notification-wrapper__line {
    position: absolute;
    padding: 25px 0;
    top: -25px;
    bottom: -15px;
    right: -1px;
    width: 1px;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(27,40,51,0.7) 50%, rgba(27,40,51,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), color-stop(50%, rgba(27,40,51,0.7)), to(rgba(27,40,51,0)));
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(27,40,51,0.7) 50%, rgba(27,40,51,0) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(27,40,51,0.7) 50%,rgba(27,40,51,0) 100%);
}

.cm-notification-container,
.notification-wrapper {
    left: 50%;
    margin-left: 105px;
    position: absolute;
    top: 133px;
    width: 480px;
    z-index: 10;
}
.notification-w,
.notification-n,
.notification-e {
    position: relative;
    margin-bottom: 15px;
    padding: 13px 15px 13px 15px;
    -webkit-border-radius: 3px 0 0 3px;
            border-radius: 3px 0 0 3px;
    color: #fff;
}
.notification-w:after,
.notification-n:after,
.notification-e:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(144,152,159,0) 50%, rgba(33,48,62,0.2) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), color-stop(50%, rgba(144,152,159,0)), to(rgba(33,48,62,0.2)));
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(144,152,159,0) 50%, rgba(33,48,62,0.2) 100%);
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(144,152,159,0) 50%,rgba(33,48,62,0.2) 100%);
}
.notification-n {
    background: #4db537;
}
.notification-w {
    background: #e4a612;
}
.notification-e {
    background: #f6514f;
}
img.cm-notification-close,
.notification-wrapper .cm-notification-close,
.cm-notification-container .notification-content:before {
   width: 15px;
    height: 15px;
    font-size: 15px;
    position: absolute;
    right: 10px;
    top: 7px;
    opacity: 0.5;
    background: none;
    z-index: 2;
    color: #fff;
    cursor: pointer;
}
img.cm-notification-close {
    opacity: 0;
    z-index: 3;
}
.cm-notification-container .notification-content:before,
.notification-wrapper .cm-notification-close:before {
    font-family: 'CsCartFonts';
    content: "\e013";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.cm-notification-container .notification-content:before:hover,
.notification-wrapper .cm-notification-close:hover {
    opacity: 1;
}
.notification-header-w,
.notification-header-n,
.notification-header-e {
    font-size: 18px;
    font-weight: 400;
}

/* payment-systems.html */
.all-payment-systems-table,
.recommended-payment-systems-table {
    width: 100%;
}
.all-payment-systems-table td {
    padding: 8px 0;
}

/* Products */
.hd-product-items .product-spacer {
    height: 40px;
}
.hd-product-list .buttons-container {
    padding-top: 10px;
}
.hd-product-list .select-field a {
    font-size: 12px;
    color: #304358;
}
.product-title {
    color: #304358;
    font-weight: 400;
}
label.support-type {
    font-size: 12px;
    padding-left: 0;
}

.product-main-info .mainbox-title {
    padding: 6px 0 0 0;
    font-size: 22px;
}
.product-main-info .product-info {
    overflow: hidden;
    padding-left: 15px;
}
.view-larger-image {
    font-size: 77%;
}

/* product details page */
.product-info .add-product {
    padding-left: 10px;
}

.hd-product-items {
    overflow: hidden;
}
/* /Products */


/* Changer */
.product-list-field.changer {
    padding-left: 95px !important;
}
.product-list-field.changer label {
    width: 95px !important;
    margin-left: -95px !important;
}
.changer .input-text-short {
    width: 25px;
    padding: 2px;
    text-align: center;
    -webkit-border-radius: 0;
            border-radius: 0;
}
.cm-hd-increase,
.cm-hd-decrease {
    position: relative;
    top: 5px;
}
.cm-hd-decrease {
    top: -8px;
}
.changer .cm-hd-value-changer {
    display: inline-block;
    width: 31px;
    margin-top: -14px;
}
/* License */
.license-box {
    white-space: nowrap;
    padding-left: 120px;
    padding-bottom: 15px;
}
.license-box label {
    margin-left: -120px;
    width: 110px;
    padding-right: 10px;
}

/* Cart page */
.mainbox-cart-title {
    margin: 62px 0 0;
    padding: 8px 8px 7px 13px;
    background: #fcfcfc;
    font-size: 17px;
    font-weight: 400;
    color: #333333;
    border: 1px solid #eeeeee;
    -webkit-border-top-left-radius: 5px;
            border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
            border-top-right-radius: 5px;
}

/* Personal demo */
.personal-demo {
    max-width: 580px;
    position: relative;
}
.personal-demo .input-text {
    width: 80%;
}
.personal-demo .buttons-container {
    text-align: left;
}
.personal-demo-label {
    position: absolute;
    top: 96px;
    right: 0;
}
.personal-demo .btn {
    padding: 10px 22px;
    font-size: 15px;
}
.personal-demo-txt {
    margin-top: 20px;
}

/* Cscart page  */
ul.product-detail-tab {
    position: relative;
    list-style: none;
    margin-bottom: 30px;
    border-bottom: 1px solid #d2d3d3;
}
.product-detail-tab li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: -1px;
}
.product-detail-tab__a {
    display: inline-block;
    padding: 26px 30px 14px;
    color: #747576;
    font-size: 18px;
}
.product-detail-tab__a.is-active {
    color: #f35353;
    border-bottom: 4px solid #f35353;
}

.mp-block {
    width: 100%;
    overflow: hidden;
}
.mp-block-image {
    float:left;
    width: 47%;
    padding: 28px 0px 10px 10px;
}
.mp-block-content {
    overflow: hidden;
    padding: 3px 0 15px 40px;
}
.mp-block-content p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 10px;
    color: #515152;
}
.mp-block-content h3 {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 5px;
    color: #515152;
}

.mp-block-content ul li {
    margin: 0;
    color: #1e1e1e;
    padding-bottom: 3px;
}
.product-detail-block__price {
    padding: 0 0 30px 0;
    font-size: 17px;
    color: #515152;
}
.product-detail-block__price b {
    color: #464646;
}
.product-detail-block__moneyback {
    margin-left: 30px;
}
.product-detail-block__moneyback:hover {
    text-decoration: underline;
}

.mp-block-bar {
    position: relative;
    min-height: 36px;
    padding: 20px 0;
    background: #edeff1;
    margin: 0px 0 30px;
}
.bar-text {
    display: inline-block;
    margin: 0 45px 10px 0;
}
.bar-text__mve {
    margin-left: 11px;
}

/*  */
h3.product-detail-subheader {
    margin-top: 0;
    margin-bottom: 35px;
}
.mp-list dt {
    display:block;
    font-weight:bold;
    float:left;
    margin: 5px 20px 0 0;
    color: #1d1d1d;
}
.mp-list dd {
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.mp-list dd p {
    font-size: 13px;
    color: #1d1d1d;
}
.mp-list dt img {
    margin-bottom: 10px;
    width: 165px;
}
.mp-list dd h4 {
    color: #1d1d1d;
    margin: 0 0 0.5em 0;
    font-size: 16px;
    font-weight: 400;
}

.select-link .sort-asc,
.select-link .sort-desc {
    background: none;
    padding-right: 0;
}
.cm-select-list img {
    display: none;
}

/* --- Online demo  --- */
.demo-main-block {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.demo-main-block-title h2 {
    margin: -40px 0;
}
.demo-main-block-title h2 {
    color: #373737;
    font-size: 30px;
}
.demo-storefront {
    float: left;
    display: inline-block;
    width: 50%;
    border: 0;
    background: #2bbbf7;
    padding-left: 50%;
    margin-left: -50%;
}
.demo-admin {
    float: left;
    display: inline-block;
    width: 49%;
    border: 0;
    background: #f2f2f2;
    vertical-align: top;
    padding-right: 50%;
    margin-right: -50%;
}
.demo-storefront .section-boxed {
    margin: 0;
    margin-left: auto;
    width: 572px;
}
.demo-admin .section-boxed {
    margin: 0;
    width: 385px;
}
.cs-cart-storefront h3, .multi-vendor-storefront h3 {
    padding: 15px 0;
    background-color: rgba(255,255,255,0.04);
    color: #555;
    text-align: center;
    font-size: 21px;
}
.cs-cart-administration h3, .multivendor-administration h3 {
    padding: 15px 0;
    background-color: rgba(255,255,255,0.04);
    color: #555;
    text-align: center;
    font-size: 21px;
}

.killer-features {
    padding: 20px 0 40px;
    height: 245px;
}
.killer-features h4 {
    color: #777;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
}
.killer-features .features-list {
    margin-top: -10px;
    margin-left: 40px;
}
.killer-features .features-list .features-list-item {
    margin-bottom: 20px;
}
.killer-features .features-list .features-list-item-text {
    display: inline-block;
    margin-top: 10px;
    width: 75%;
    vertical-align: middle;
}
.killer-features .features-list .features-list-item-icon {
    display: inline-block;
    margin-right: 12px;
    width: 72px;
    height: 72px;
    border-radius: 1000px;
    background: #fff;
}
.killer-features .features-list a {
    display: block;
}
.killer-features .features-list a:hover .features-list-item h4 {
    color: #555;
}
.killer-features .features-list .features-list-item-icon img {
    margin-top: 12px;
    margin-left: 12px;
    width: 48px;
    height: 48px;
}
.killer-features .features-list-link p {
    margin-top: -15px;
    margin-left: 87px;
    color: #777;
    font-size: 14px;
}
.killer-features .features-list-link a {
    color: #777;
    text-decoration: underline;
}
.killer-features .features-list-link a:hover {
    color: #666;
    text-decoration: none;
}

.cs-cart-administration .features-list .features-list-item-text {
    width: 69%;
}
.cs-cart-administration .killer-features h4 {
    color: #777;
}
.cs-cart-administration .features-list-link p {
    color: #777;
}
.cs-cart-administration .features-list-link a {
    color: #777;
}
.cs-cart-administration .features-list-link a:hover {
    color: #666;
}

.demo-btn a {
    display: inline-block;
    margin: 2px 0;
    padding: 12px 20px;
    outline: none;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #00A0EE;
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
    color: #ffffff;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    font-weight: 400;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;
    cursor: pointer;
}
.cs-cart-storefront-but {
    margin-top: 25px;
    text-align: center;
}
.demo-btn:hover {
    opacity: 0.9;
}
.cs-cart-storefront-but .demo-btn a {
    width: 195px;
    background: #2bbbf7;
}
.multi-vendor-storefront .cs-cart-storefront-but .demo-btn a {
    width: 195px;
    background: #f7a72b;
}
.cs-cart-admin-but {
    margin-top: 25px;
    text-align: center;
}
.cs-cart-admin-but .demo-btn a {
    width: 195px;
    background: #BDC3C7;
}
.demo-features-block {
    position: relative;
    display: block;
    float: left;
    margin-top: -20px;
    margin-bottom: 10px;
    padding-top: 20px;
    width: 100%;
    height: 393px;
}

.killer-features .short {
    width:100%;
    height:100%;
}
.killer-features .front {
    min-height: 266px;
    z-index: 2;
    padding: 5px;
}
.killer-features .back {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 0 10px;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.demo-features-block:hover .back,
.demo-features-block:focus .back {
    z-index: 2;
}
.demo-features-block:hover .front,
.demo-features-block:focus .front {
    z-index: 1;
}
.killer-features .demo-features-block .front {
    text-align: center;
    opacity: 1;
    -webkit-transition: 0.6s;
     -moz-transition: 0.6s;
      -ms-transition: 0.6s;
       -o-transition: 0.6s;
          transition: 0.6s;
}
.killer-features .demo-features-block .back {
    opacity: 0;
    -webkit-transition: 0.6s;
     -moz-transition: 0.6s;
      -ms-transition: 0.6s;
       -o-transition: 0.6s;
          transition: 0.6s;
}
.killer-features .demo-features-block:hover .front,
.killer-features .demo-features-block:focus .front {
    opacity: 0.03;
    -webkit-transition: 0.6s;
     -moz-transition: 0.6s;
      -ms-transition: 0.6s;
       -o-transition: 0.6s;
          transition: 0.6s;
}
.killer-features .demo-features-block:hover .back,
.killer-features .demo-features-block:focus .back {
    opacity: 1;
    -webkit-transition: 0.8s;
     -moz-transition: 0.8s;
      -ms-transition: 0.8s;
       -o-transition: 0.8s;
          transition: 0.8s;
}
.demo-buttons-block {
    margin-top: -40px;
    margin-bottom: -20px;
    text-align: center;
}
.demo-button-block {
    display: inline-block;
    margin-left: 3%;
    margin-right: -0.25em;
    width: 30%;
    min-height: 170px;
    padding: 0 5px 5px;
    border: 3px solid #fff;
    background: #f7f7f7;
    text-align: center;
    font-size: 16px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s;
     -moz-transition: 0.3s;
      -ms-transition: 0.3s;
       -o-transition: 0.3s;
          transition: 0.3s;
}
.demo-button-block:first-child {
    margin-left: 0;
}
.demo-button-block:hover {
    border: 3px solid #2bbbf7;
    background: #f5f5f5;
}
.multi-vendor .demo-button-block:hover {
    border: 3px solid #f7a72b;
}
a.demo-button-block {
    color: #666;
}
.demo-button-block img {
    display: block;
    margin: 20px auto 15px;
    width: 90px;
    height: 90px;
    border: 3px solid #f7f7f7 !important;
    border-radius: 1000px;
    background: #fcfcfc;
    box-shadow: 0 0 0 1px #eee;
}

.demo-button-block:hover img {
    border: 3px solid #e5f8ff !important;
}
.multi-vendor .demo-button-block:hover img {
    border: 3px solid #fff5e5 !important;
}
.demo-compare-btn-block {
    margin: 40px auto !important;
}
.demo-compare-btn {
    text-align: center;
}
.demo-compare-btn .demo-btn a {
    background: #fff5e5;
    color: #777;
    background-image: linear-gradient(-45deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(229,248,255,1) 51%);
    background-image: -o-linear-gradient(-45deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(229,248,255,1) 51%);
    background-image: -moz-linear-gradient(-45deg, rgba(229,248,255,1) 50%, rgba(229,248,255,1) 50%, rgba(255,255,255,0) 0%);
    background-image: -webkit-linear-gradient(-45deg, rgba(229,248,255,1) 50%, rgba(229,248,255,1) 50%, rgba(255,255,255,0) 0%);
}

.demo-compare-btn .demo-btn a span.cscart-width {
    padding: 0 33px;
}
.demo-compare-btn .demo-btn a span.mv-width {
    padding: 0 12px 0 25px;
}
.admin-panels {
    padding-bottom: 42px;
}
.demo-admin-panels-block {
    text-align:center;
}
.demo-admin-panels-block .demo-btn a {
    min-width: 195px;
    background: #c7c5bd;
}
.demo-admin-panels-block img {
    margin: 16px 0 15px;
}
.demo-admin-panels-block:last-child img {
    margin: 37px 0 15px;
}

/* Live stores */
.skins-table {
    width: 100%;
    border: 0;
    margin-top: 25px;
}
.skins-table td {
    padding: 0 20px 25px;
}

/* Mobile/twigmo */
.mobile-foto-left {
    float: left;
    margin-right: 5%;
}
.mobile-txt-right {
    padding-top: 20px;
    overflow: hidden;
}

/* FAQ */
ul.faq-list li {
    list-style: none;
}

/* ==================================================== Multi-Vendor Software */

.mvs-block-with-bg{
  background: #E5FAFF url(../../../skins/base/customer/addons/cscart_site/css/../images/promo_bg.jpg) repeat-x center bottom;
  background-size: 1200px auto;
  margin-top: -25px;
}

.mvs-block-with-bg .center-fluid{
  max-width: 600px;
  padding: 25px;
  margin: 0 auto;
  min-height: 275px;
}

.mvs-block-with-bg .mainbox-title{
  text-align: left;
}





/*cscart banner*/
.cart-banner {
  width: 1200px;
  margin: 0px auto;
  min-height: 525px;
  text-align: center;
  margin-bottom: -50px;
}



.cart-banner h1 {
  color: #13405b;
  text-align: center;
  font-family: 'Open Sans';
  font-weight: 200;
  font-size: 48px;
  line-height: 1em;
  padding-top: 50px;
  padding-bottom: 80px;
  margin:0px;
  
}
.cart-banner h2 {
  color: #13405b;
  text-align: center;
  font-family: 'Open Sans';
  font-weight: 200;
  font-size: 24px;
  line-height: 1.5em;
  padding-top: 40px;
  margin: 0px;
  padding-bottom: 20px;
  
}
.cart-banner .banner-button{
  font-family: 'Open Sans';
  font-size: 18px;
  font-weight: 200;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 0px;
  background-color: #f35353;
  border-radius: 5px;
  width: 250px;
  max-width: 100%;
  display: inline-block;
  color: white;
  border:1px solid #ff4859;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  line-height: 1em;
}
.cart-banner .banner-button:hover{
  background-color: #f53535;
}

.main-mve-promo-list__wrapper{
    float: left;
    width: 100%;
    margin-bottom: 40px;
  }

.cart-banner-cscart,.cart-banner-merchium {
  width:260px;
  text-align: center;
  padding-top: 30px;
}
.cart-banner-cscart{
  float: left;
  margin-left: 60px;
  padding-bottom: 40px;
}
.cart-banner-devices{
  display: inline-block;
}
.cart-banner-merchium{
  float: right;
  margin-right: 60px;
  padding-bottom: 40px;
}

@media screen and (max-width:1200px){
  .cart-banner{
    width:100%;
    padding:0px 10px;
    box-sizing: border-box;
    text-align: center;
  }
  .cart-banner-cscart{
  float: left;
  margin-left: 0px;
  padding-bottom: 40px;
}
.cart-banner-merchium{
  float: right;
  margin-right: 0px;
  padding-bottom: 40px;
}

}

@media screen and (max-width:1024px){
  .cart-banner h1{
    padding-bottom: 20px;
    font-size: 36px;
  }
  .cart-banner-cscart,.cart-banner-merchium{
    width:50%;
    margin:0px;
    padding-bottom: 20px;
  }
  .cart-banner img{
    float:none;
    max-width: 100%;
  }
  .cart-banner-devices{
    display: none;
  }
  .cart-banner{
    min-height: 400px;
  }
}

@media screen and (max-width:650px){
    .cart-banner-cscart,.cart-banner-merchium{
    padding: 0px 10px; 
    box-sizing: border-box;
    padding-bottom: 20px;
  }
}

@media screen and (max-width:500px){
    .cart-banner-cscart,.cart-banner-merchium{
    width:100%;
    padding: 10px 0px; 
    padding-bottom: 40px;
  }
  .cart-banner-devices{
    display: none;
  }
}



/*AB testing block*/

.typed-cursor {
    display: none;
}
.main-mve-promo-list__wrapper {
    position: relative;
    padding: 25px 0 85px 0;
    background: url('../../../skins/base/customer/addons/cscart_site/css/../images/banner/earth_bg.jpg') center top no-repeat #f0f0f0;
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.22);
    text-align: center;
    height: 55px;
    padding-left: 22px;
    white-space: nowrap;
}
.mve-promo-header {
    color: #333;
    font-size: 28px;
    padding: 0;
    margin: 10px 0 0 0;
}
.mve-promo-actions {
    margin-top: 19px;
}
.btn-blue {
    background: #10354a;
    border: 1px solid #10354a;
    color: #FFF;
    padding: 9px 30px 6px;
}
.btn-blue:hover {
    background: #10354a;
}
.selectedText {
  background: #10354a;
  color:white;
  font-style: normal;
  font-weight: normal;
}
.main-mve-promo-br {
    display: none;
}


@media (max-width: 525px) {
    .main-mve-promo-list__wrapper {
        padding-left: 0;
        white-space: normal;
    }

    .mve-promo-header {
        font-size: 20px;
        margin: -5px 0 0 0;
    }

    .main-mve-promo-br {
        display: block;
    }
}


/* SaaS page styles */

.custom-page-content {
    margin-bottom: -20px;
}
.merchium-main-banner {
    background-color: #e5f5fe;
    border-bottom: none;
    width: 100%;
}
.merchium-main-banner .section-boxed {
    margin: 0 auto;
    min-height: 400px;
    padding-bottom: 50px;
}
.merchium-main-banner .text-block {
    float: left;
    margin-top: 140px;
    text-align: center;
    width: 59%;
    margin-left: 2%;
}
.merchium-main-banner h1 {
    color: #1f2829;
    font-size: 42px;
    font-weight: normal;
    line-height: 46px;
    margin: 10px 0 20px;
}
.merchium-main-banner h3 {
    color: #2a363e;
    font-size: 19px;
    font-weight: normal;
    line-height: 23px;
    margin: 10px 0;
}
.merchium-main-banner .merchium-button {
    text-align: center;
}
.merchium-main-banner a.btn,
.merchium-bottom-block a.btn {
    background: #f2581f;
    color: #fff;
    margin-top: 20px;
    min-width: 205px;
    padding: 11px 15px 10px;
    text-align: center;
}
.merchium-main-banner .image-block {
    float: left;
    position: relative;
    width: 39%;
}
.merchium-main-banner .image-block .saas-image {
    margin-left: 10px;
    margin-top: 100px;
    text-align: center;
}
.saas-features {
    margin-top: 70px;
}
.saas-features .saas-feature-card {
    display: inline-block;
    min-height: 362px;
    position: relative;
    text-align: center;
}
.saas-features .saas-feature-card.item-1 {
    background-color: #f87b4b;
}
.saas-features .saas-feature-card.item-2 {
    background-color: #45b3e1;
}
.saas-features .saas-feature-card.item-3 {
    background-color: #7fc961;
}
.saas-features .saas-feature-card.item-4 {
    background-color: #e66589;
}
.saas-features .saas-feature-card.item-5 {
    background-color: #ab4ff8;
}
.saas-features .saas-feature-card.item-6 {
    background-color: #f79f37;
}
.saas-features .saas-feature-card div {
    display: block;
}
.saas-features .saas-feature-card .title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    margin: 17px 10px 0 10px;
    min-height: 70px;
}
.saas-features .saas-feature-card .icon {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100px 100px;
    height: 135px;
    margin: 0 auto;
    width: 135px;
}
.saas-features .saas-feature-card .cloud {
    background-image: url("../../../skins/base/customer/addons/cscart_site/css/../images/saas_page/icon_bg_cloud.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 220px 129px;
}
.saas-features .saas-feature-card .text {
    color: #fff;
    font-size: 16px;
    line-height: 27px;
    min-height: 108px;
    padding: 35px 12px 15px;
}
.saas-features .saas-feature-card .text a {
    color: #fff;
    text-decoration: underline;
}
.saas-features .saas-feature-card.item-1 .icon {
    background-image: url("../../../skins/base/customer/addons/cscart_site/css/../images/saas_page/saas_icon_1.png");
}
.saas-features .saas-feature-card.item-2 .icon {
    background-image: url("../../../skins/base/customer/addons/cscart_site/css/../images/saas_page/saas_icon_2.png");
}
.saas-features .saas-feature-card.item-3 .icon {
    background-image: url("../../../skins/base/customer/addons/cscart_site/css/../images/saas_page/saas_icon_3.png");
}
.saas-features .saas-feature-card.item-4 .icon {
    background-image: url("../../../skins/base/customer/addons/cscart_site/css/../images/saas_page/saas_icon_4.png");
}
.saas-features .saas-feature-card.item-5 .icon {
    background-image: url("../../../skins/base/customer/addons/cscart_site/css/../images/saas_page/saas_icon_5.png");
}
.saas-features .saas-feature-card.item-6 .icon {
    background-image: url("../../../skins/base/customer/addons/cscart_site/css/../images/saas_page/saas_icon_6.png");
}
.merchium-bottom-block {
    background-color: #fcfcfc;
    border-bottom: none;
    text-align: center;
    padding: 0 15px;
}
.merchium-bottom-block span.main {
    color: #1f2829;
    display: block;
    font-size: 33px;
    font-weight: normal;
    line-height: 35px;
    margin: 66px 0 18px;
}
.merchium-bottom-block span.additional {
    color: #2a363e;
    display: block;
    font-size: 19px;
    font-weight: normal;
    line-height: 23px;
    margin: 10px 0 6px;
}

@media (max-width: 1240px) {
    .saas-features {
        padding: 0 15px;
    }
}
@media (max-width: 840px) {
    .cols-3 .col {
        width: 46.8%;
    }
    .cols-5 .col:nth-of-type(5n),
    .cols-4 .col:nth-of-type(4n),
    .cols-3 .col:nth-of-type(3n),
    .cols-2 .col:nth-of-type(2n) {
        margin-right: 3.2%;
    }
    .merchium-main-banner .text-block {
        width: 65%;
    }
    .merchium-main-banner .image-block {
        width: 33%;
    }
    .merchium-main-banner h1 {
        font-size: 32px;
    }
    .merchium-main-banner h3 {
        font-size: 16px;
    }
    .merchium-bottom-block span.main {
        font-size: 28px;
    }
}
@media (max-width: 690px) {
    .cols-3 .col {
        width: auto;
        margin: 0 15px !important;
    }
}
@media (max-width: 440px) {
    .merchium-main-banner .text-block {
        width: auto;
        margin-top: 80px;
        margin-right: 20px;
        margin-left: 20px;
    }
    .merchium-main-banner .section-boxed {
        min-height: 0;
    }
    .merchium-main-banner .image-block {
        display: none;
    }
    .saas-features {
        margin-top: 0;
    }
}

/*---------- Retina Display ------------*/
/*Retina Display*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .saas-features .saas-feature-card .icon {
    background-size: 100px 100px;
  }
  .saas-features .saas-feature-card .cloud {
    background-image: url("../../../skins/base/customer/addons/cscart_site/css/../images/saas_page/icon_bg_cloud@2x.png");
    background-size: 220px 129px;
  }
  .saas-features .saas-feature-card.item-1 .icon {
    background-image: url("../../../skins/base/customer/addons/cscart_site/css/../images/saas_page/saas_icon_1@2x.png");
  }
  .saas-features .saas-feature-card.item-2 .icon {
    background-image: url("../../../skins/base/customer/addons/cscart_site/css/../images/saas_page/saas_icon_2@2x.png");
  }
  .saas-features .saas-feature-card.item-3 .icon {
    background-image: url("../../../skins/base/customer/addons/cscart_site/css/../images/saas_page/saas_icon_3@2x.png");
  }
  .saas-features .saas-feature-card.item-4 .icon {
    background-image: url("../../../skins/base/customer/addons/cscart_site/css/../images/saas_page/saas_icon_4@2x.png");
  }
  .saas-features .saas-feature-card.item-5 .icon {
    background-image: url("../../../skins/base/customer/addons/cscart_site/css/../images/saas_page/saas_icon_5@2x.png");
  }
  .saas-features .saas-feature-card.item-6 .icon {
    background-image: url("../../../skins/base/customer/addons/cscart_site/css/../images/saas_page/saas_icon_6@2x.png");
  }
}

/* Searchanise page styles */
.snize-main-banner {
  background-color: #fff;
  border-bottom: none;
  width: 100%;
  text-align: center;
  padding-top: 85px;
  padding-bottom: 90px;
  background-image: url("../../../skins/base/customer/addons/cscart_site/css/../images/searchanise_page/snize_main_banner_bg.png");
  background-size: 541px 280px;
  background-repeat: repeat;
  position: relative;
}

.snize-main-banner * {
  z-index: 1;
}

.snize-main-banner .bottom-bg {
  background-image: url("../../../skins/base/customer/addons/cscart_site/css/../images/searchanise_page/snize_main_banner_bottom_bg.png");
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 400px;
  position: absolute;
  bottom: 0;
  z-index: 0;
}

.snize-main-banner .section-boxed {
  margin: 0 auto;
  min-height: 400px;
  padding-bottom: 30px;
}

.snize-main-banner .text-block {
  float: right;
  margin-top: 70px;
  text-align: center;
  margin-left: 9%;
}

.snize-main-banner h1 {
  color: #51606c;
  font-size: 44px;
  font-weight: normal;
  line-height: 66px;
  margin: 0 0 30px;
  font-weight: 600;
}

.snize-main-banner h3 {
  color: #697c8c;
  font-size: 25px;
  font-weight: 200;
  line-height: 30px;
  margin: 10px 0;
}

.snize-main-banner p {
  color: #697c8c;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  margin: 10px 0;
  max-width: 430px;
  text-align: left;
}

.snize-main-banner .snize-button {
  text-align: center;
  max-width: 430px;
}

.snize-main-banner .snize-button span {
  display: block;
  margin-top: 12px;
}

.snize-main-banner .snize-button span a {
  color: #f09b26;
}

.snize-main-banner a.btn,
.snize-bottom-block a.btn {
  background: #00c558;
  color: #fff;
  margin-top: 20px;
  min-width: 158px;
  padding: 11px 15px 10px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.12);
}
.snize-main-banner .image-block {
  float: left;
  position: relative;
}
.snize-main-banner .image-block .snize-cloud-search-image {
  margin-left: 10px;
  margin-top: 70px;
  text-align: center;
}

.snize-page-content .snize-link {
  display: block;
  color: #00c558;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.snize-page-content h2.snize-section-title {
  color: #51606c;
  font-size: 40px;
  font-weight: normal;
  line-height: 60px;
  margin: 0 0 20px;
  font-weight: 600;
  text-align: center;
}

.snize-page-content h2.snize-section-title-s {
  color: #51606c;
  font-size: 33px;
  font-weight: normal;
  line-height: 56px;
  margin: 0 0 20px;
  font-weight: 600;
  text-align: center;
}

.snize-page-content h3.snize-section-title {
  color: #51606c;
  font-size: 30px;
  font-weight: normal;
  line-height: 50px;
  margin: 0 0 20px;
  font-weight: 600;
  text-align: center;
}

.snize-page-content h5 {
  color: #697c8c;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  margin: 10px 0 55px;
  text-align: center;
}

.snize-page-content a:hover {
  opacity: 0.9;
}

.snize-page-content .snize-features {
  margin-top: 50px;
}

.snize-page-content .snize-feature {
  text-align: center;
}

.snize-page-content .snize-feature .title {
  color: #51606c;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin: -40px auto 10px;
  text-align: center;
  max-width: 290px;
}

.snize-page-content .se-f-preview-list ul {
  margin: 70px 0 22px 0;
}

.snize-page-content .snize-additional-features ul > li {
  margin: 0 0 15px;
  position: relative;
  display: block;
  line-height: 60px;
}

.snize-page-content .snize-additional-features ul > li .se-f-preview-icon {
  margin: 0 15px 0 0;
  position: absolute;
}

.snize-page-content .snize-additional-features ul > li span {
  color: #697c8c;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  margin: 0;
  text-align: left;
  display: inline-block;
  margin-left: 75px;
  vertical-align: middle;
}





/* Searchanise Full pricing */
/* Sticky header pricing */
.snize-page-content .full-pricing-table {
  overflow-x: auto;
}

.snize-page-content .full-pricing-table #all-searchanise-features {
  min-width: 1170px;
}

.snize-page-content .table-pricing {
  width: 100%;
}

.snize-page-content .table-pricing th.col-h {
  width: 24.4%;
  vertical-align: middle;
}

.snize-page-content .table-pricing th.col-h h2 {
  font-size: 22px;
  margin: 0 15px;
  text-align: left;
}

.snize-page-content .table-pricing th.col1-h,
.snize-page-content .table-pricing th.col2-h,
.snize-page-content .table-pricing th.col3-h,
.snize-page-content .table-pricing th.col4-h,
.snize-page-content .table-pricing th.col5-h,
.snize-page-content .table-pricing th.col6-h {
  width: 12.12%;
  padding: 0;
  text-align: center;
}

.snize-page-content .table-pricing thead {
  border: 0;
}

.snize-page-content .sticky-header-table .table-pricing th {
  height: 125px;
  margin: 0;
  padding: 0;
  border: 1px solid #eee;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.snize-page-content .table-pricing th.col2-h,
.snize-page-content .table-pricing th.col3-h,
.snize-page-content .table-pricing th.col4-h {
  border-right: 1px solid #fff;
}

.snize-page-content .table-pricing th.col2-h .price,
.snize-page-content .table-pricing th.col3-h .price,
.snize-page-content .table-pricing th.col4-h .price,
.snize-page-content .table-pricing th.col5-h .price {
  margin-top: 40px;
}

.snize-page-content .table-pricing th.col2-h {
  position: relative;
}

.snize-page-content .table-pricing th.col2-h span.plan-name {
  background-color: #fff;
  position: absolute;
  width: 400%;
}

.snize-page-content .sticky-header-table .table-pricing th span {
  display: block;
  padding: 0;
}

.snize-page-content .full-pricing-table a.btn {
  background: #00c25f;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 15px;
  text-transform: none;
  color: #ffffff;
  padding: 6px 12px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  text-transform: none;
}

.snize-page-content .full-pricing-table a.btn.snize-ent-btn {
  background: #fe7f1e;
}

.snize-page-content .sticky-header-table .table-pricing span.pricing-button {
  margin-top: 5px;
}

.snize-page-content .table-pricing .starter a.btn {
  background: #bec6ce;
}

.snize-page-content .sticky-header-table .table-pricing .plan-name {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  margin-top: 10px;
}

.snize-page-content .sticky-header-table .table-pricing .price.free {
  font-size: 21px;
  font-weight: 400;
  color: #2dce7c;
}

.snize-page-content .sticky-header-table .table-pricing .price {
  font-size: 21px;
  font-weight: 400;
  color: #333;
}

.snize-page-content .sticky-header-table .table-pricing .price span {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  color: #999;
}

.snize-page-content .sticky-header-table.sticked {
  position: fixed;
  top: 62px;
  width:1170px;
  background: #fff;
  z-index: 1;
  -webkit-box-shadow: 0 8px 6px -6px #eee;
  -moz-box-shadow: 0 8px 6px -6px #eee;
  box-shadow: 0 8px 6px -6px #eee;
}

.snize-page-content .all-features-table.sticked {
  padding-top: 87px;
}

.snize-page-content .sticky-header-table.sticked .pricing-button {
  display: none;
}

.snize-page-content .sticky-header-table.sticked .table-pricing th {
  height: 85px;
}

.snize-page-content .full-pricing-table #all-features {
  position: absolute;
  margin-top: -120px;
}

/* All features table */
.snize-page-content .table-pricing td.col1 {
  width: 24.4%;
  height: 40px;
  padding: 0;
  vertical-align: middle;
  border: 1px solid #eee;
}

.snize-page-content .table-pricing td.col1 span{
  display: block;
  margin: 10px 15px;
  line-height: 20px;
}

.snize-page-content .table-pricing td.col2,
.snize-page-content .table-pricing td.col3,
.snize-page-content .table-pricing td.col4,
.snize-page-content .table-pricing td.col5,
.snize-page-content .table-pricing td.col6,
.snize-page-content .table-pricing td.col7 {
  width: 12.12%;
  height: 40px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  background: #fcfcfc;
  border: 1px solid #eee;
}

.snize-page-content .table-pricing td.col-full {
  width: 49.2%;
  height: 40px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  background: #fcfcfc;
  border: 1px solid #eee;
}

.snize-page-content .table-pricing tr.bottom-buttons td {
  height: 60px;
  background: none;
}

.snize-page-content .table-pricing tr:first-child td {
  border-top: 0;
}

.snize-page-content .table-pricing tr.main.line td {
  border-bottom: 1px solid #ddd !important;
}

.snize-page-content .all-features-table .table-pricing tr:hover td {
  background: #fff;
}

.snize-page-content .all-features-table span {
  color: #666;
  font-weight: 300;
}

.snize-page-content .full-pricing-table span.available {
  display: inline-block;
  background: url("../../../skins/base/customer/addons/cscart_site/css/../images/searchanise_page/feature_available.png") no-repeat;
  background-size: 16px;
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px;
}

/* Pricing tooltips */
.snize-page-content span.pricing-tooltip  {
  display: inline-block !important;
  margin: 0 !important;
  vertical-align: middle;
  cursor: pointer;
}

.snize-page-content span.pricing-tooltip span.tooltip-icon {
  display: block !important;
  height: 14px;
  width: 14px;
  margin: -1px 0 0 0 !important;
  vertical-align: middle;
  cursor: pointer;
  background: url("../../../skins/base/customer/addons/cscart_site/css/../images/searchanise_page/tooltip_icon.png") no-repeat;
  background-size: 14px;
}

.snize-page-content span.pricing-tooltip-content {
  position: absolute !important;
  display: block !important;
  visibility: hidden;
  opacity: 0;
  margin: 0 0 0 -14px !important;
  cursor: auto;
  text-align: left;
  padding: 10px 20px;
  bottom: 24px;
  background-color: #64d29a;
  color: #fff;
  font-size: 14px;
  width: 180px;
  z-index: 99;
  transition: all 0.20s ease-in-out;
  -moz-transition: all 0.20s ease-in-out;
  -webkit-transition: all 0.20s ease-in-out;
  -o-transition: all 0.20s ease-in-out;
  -ms-transition: all 0.20s ease-in-out;
}

.snize-page-content span.pricing-tooltip-content span {
  margin: 0 !important;
  color: #fff;
}

.snize-page-content span.pricing-tooltip:hover {
  position: relative;
}
.snize-page-content span.pricing-tooltip:hover span.pricing-tooltip-content {
  max-width: 180px;
  visibility: visible;
  opacity: 1;
  box-shadow: 0 0 3px rgba(0,0,0,.25);
}

.snize-page-content span.pricing-tooltip span.pricing-tooltip-arrow {
  width: 0px;
  height: 0px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #64d29a;
  position: absolute;
  bottom: -10px;
  left: 14px;
  color: white;
  margin: 0 !important;
}
/* /Pricing tooltips */

.snize-page-content span.small-gray {
  font-size: 13px;
  line-height: 15px;
  color: #999;
  margin: 0 !important;
}

.snize-page-content span.small-gray.line {
  display: inline-block;
}

.snize-page-content a.small-link {
  font-size: 13px;
}

.snize-page-content .pricing-additional-info {
  text-align: center;
}

.snize-page-content .snize-buttons-block {
  text-align: center;
}

.snize-page-content .snize-buttons-block a.btn {
  background: #00c558;
  color: #fff;
  min-width: 135px;
  padding: 8px 15px 8px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.12);
}

.snize-page-content .snize-buttons-block a.btn.demo {
  background: #bec6ce;
}

.snize-page-content .snize-buttons-block span {
  margin: 0 5px;
}

.snize-page-content .snize-help-card {
  text-align: center;
  border: 1px solid #eee;
  background: #fcfcfc;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.03);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.03);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.03);
  margin: 10px;
  font-size: 18px;
  line-height: 24px;
  color: #697c8c;
  min-height: 100px;
}

.snize-page-content .snize-help-card:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.13);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.13);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.13);
}

.snize-page-content .snize-help-card img {
  display: block;
  margin: 0 auto 8px;
  width: 60px;
  height: 60px;
}


@media screen and (max-width: 1170px) {
  .snize-page-content .sticky-header-table.sticked,
  .snize-page-content .sticky-header-table {
    position: relative;
    top: 0;
    width: 1170px;
    height: 127px !important;
    z-index: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .snize-page-content .sticky-header-table.sticked .table-pricing th {
    height: 125px !important;
  }
  .snize-page-content .sticky-header-table.sticked .pricing-button {
    display: block;
  }
  .snize-page-content .all-features-table.sticked {
    padding-top: 0;
  }
}

@media screen and (max-width: 840px) {
  .snize-page-content .section-boxed {
    padding-left: 15px;
    padding-right: 15px;
  }
  .snize-main-banner {
    padding-top: 60px;
  }
  .snize-main-banner .text-block,
  .snize-main-banner .image-block {
    display: inline-block;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .snize-main-banner .text-block {
    margin-top: 20px;
  }
  .snize-main-banner .image-block .snize-cloud-search-image {
    margin: 20px 40px 0;
    max-width: 400px;
  }
  .snize-main-banner h1 {
    font-size: 33px;
    line-height: 50px;
  }
  .snize-main-banner h3 {
    font-size: 22px;
    line-height: 27px;
  }
  .snize-page-content h2.snize-section-title {
    font-size: 30px;
    line-height: 50px;
    margin-top: 40px;
  }
  .snize-page-content h2.snize-section-title-s {
    font-size: 27px;
    line-height: 44px;
    margin-top: 40px;
  }
  .snize-page-content h3.snize-section-title {
    font-size: 24px;
    line-height: 42px;
    margin-top: 40px;
  }
  .snize-main-banner .section-boxed {
    padding-bottom: 0px;
  }
  .snize-feature {
    margin-bottom: 40px;
  }
  .snize-feature img {
    max-width: 220px;
  }
  .snize-page-content .snize-feature .title {
    margin-top: -25px;
  }
  .snize-page-content .cols-3 .col {
    width: auto;
    margin: 0 !important;
  }
  .snize-additional-features {
    margin-bottom: 40px;
  }
  .snize-additional-features .cols-2 .col {
    margin-bottom: 0;
  }
  .snize-page-content .pricing-additional-info {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 400px) {
  .snize-buttons-block span {
    margin: 5px auto;
    display: block;
  }
}


/*---------- Retina Display ------------*/
/*Retina Display*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .snize-main-banner {
    background-image: url("../../../skins/base/customer/addons/cscart_site/css/../images/searchanise_page/snize_main_banner_bg@2x.png");
    background-size: 541px 280px;
  }
  .snize-main-banner .bottom-bg {
    background-image: url("../../../skins/base/customer/addons/cscart_site/css/../images/searchanise_page/snize_main_banner_bottom_bg@2x.png");
    background-size: contain;
  }
  .snize-page-content .full-pricing-table span.available {
    background: url("../../../skins/base/customer/addons/cscart_site/css/../images/searchanise_page/feature_available@2x.png") no-repeat;
    background-size: 16px;
  }

  .snize-page-content span.pricing-tooltip span.tooltip-icon {
    background: url("../../../skins/base/customer/addons/cscart_site/css/../images/searchanise_page/tooltip_icon@2x.png") no-repeat;
    background-size: 14px;
  }
}



.form-field .input-text {
    width: 100%;
}

@media (min-width: 1260px) {
    body {
        min-width: 1200px;
    }
    .wrapper,
    .content-helper {
        width: 1200px;
        margin: 0 auto;
    }
    .portfolio {
        width: 1090px;
    }
    .portfolio .owl-prev {
        float: left;
        margin-left: -45px;
    }
    .portfolio .owl-next {
        margin-right: -25px;
    }
    .price-block {
        margin: 0 30px;
    }

    /* price */
    #compare-table-header.sticky-header {
        display: block;
        padding: 6px 0 0;
        position: fixed !important;
        top: 73px;
        z-index: 20;
        width: 1200px;
        background: #fff;
        -webkit-box-shadow: 0px 0px 5px 2px #ddd;
                box-shadow: 0px 0px 5px 2px #ddd;
        -webkit-transition: position 0.5s ease 0s;
                -o-transition: position 0.5s ease 0s;
           transition: position 0.5s ease 0s;
    }
    @media screen and (-webkit-min-device-pixel-ratio: 0) {
        #compare-table-header.sticky-header {
            border-left: 2px solid transparent;
        }
    }
    #compare-table-header.sticky-header .btn-compare-download {
        display: none;
    }
    .sticky-header td,
    .sticky-header th {
        border-color: #d7d7d8;
        border-style: solid;
        border-width: 0 1px 1px 0;
        float: left;
        height: 95px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }
    .sticky-header .edition-price {
        margin: 3px 0;
    }
}

@media (max-width: 1240px) {
    #compare-table-header.sticky-header {
        top: 0 !important;
    }

    /**** Notification ****/
    .notification-wrapper {
        left: auto;
        right: 0;
        margin: 0 15px 0 0;
    }
}

@media (max-width: 954px) {
    .footer-right {
        clear: both;
        float: none;
        width: 100%;
    }
    .footer-menu {
        width: 100%;
    }

    /* price */
    .compare-table {
        width: 923px;
    }
}

@media (max-width: 854px) {
    .video-block {
        left: 0;
        width: 100%;
        margin-left: 0;
    }
    .video-block iframe {
        width: 100%;
    }
}

@media (max-width: 840px) {
    .signin-form__left,
    .signin-form__right {
        width: 100%;
        float: none;
    }
    .signin-form__right {
        margin-top: 30px;
    }
    .buttons-container {
        padding-top: 10px;
    }
    .message p {
        margin: 3px 0 3px;
    }
    #cart_status,
    .header-contact-links__item-login,
    .header-contact-links__item-hidden {
        display: none;
    }
    .helper-container {
        padding-bottom: 20px;
    }
    #header {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .header-contact {
        top: -6px;
    }
    .header__wrapper {
        text-align: center;
    }
    .logo {
        float: none;
    }
    .sidebar-switch {
        position: absolute;
        display: block;
    }
    .top-menu {
        display: none;
    }
    .top-menu-links {
        display: none;
    }
    .sedibar-menu {
        position: absolute;
        z-index: 10;
        display: block;
        top: 0;
        left: -270px;
        height: 100%;
        width: 270px;
        overflow-y: auto;
        overflow-x: hidden;
        background: #2f435b;
        -webkit-transition: all 0.2s ease 0s;
       transition: all 0.2s ease 0s;
    }
    .sedibar-menu .top-menu {
        display: block;
        float: none;
        margin-top: 10px;
    }
    .sedibar-menu .top-menu__list-item {
        float: none;
    }
    .sedibar-menu .top-menu__submenu {
        display: block;
        position: relative;
        top: 0;
        width: auto;
        background: none;
        padding-top: 0;
        margin-left: 20px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .sedibar-menu .top-menu__submenu-item {
        display: block;
        margin-top: 0;
    }
    .sedibar-menu .top-menu__list-item:hover a,
    .sedibar-menu .top-menu__submenu a {
        color: #fff !important;
    }
    .sedibar-menu .top-menu__list-item:hover {
        background: none;
    }
    .sedibar-menu .has-subitems > .top-menu__submenu {
        min-width: auto;
        margin-left: 20px;
    }
    .sedibar-menu .top-menu__list-item:last-child .top-menu__submenu-item.top-menu__submenu-lvl3:hover .top-menu__submenu {
        left: 0;
    }
    .helper-container,
    .footer {
        position: relative;
        width: 100%;
        -webkit-transition: all 0.2s ease 0s;
       transition: all 0.2s ease 0s;
    }

    /* common */
    .wysiwyg-content p {
        font-size: 14px;
    }
    .right-column {
        display: none;
    }
    .central-column,
    .container-right .central-column,
    .container-left .central-column {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
    .left-column,
    .right-column {
        width: 100%;
    }

    /* main page */
    .main-feature h1 {
        font-size: 32px;
        line-height: 1.2;
        margin-bottom: 10px;
    }
    .main-info__title {
        font-size: 16px;
    }
    .main-info__ng {
        width: 130px;
        height: 130px;
    }
    .main-info__ng:before {
        font-size: 77px;
        margin-top: 25px;
    }

    .main-feature-view {
        background: none;
        bottom: 80px;
        height: auto;
        top: auto;
    }
    .main-feature-view__end {
        position: relative;
        left: -80px;
        padding: 7px 20px;
        font-size: 16px;
        -webkit-border-radius: 20px;
                border-radius: 20px;
    }
    .main-feature-view__circle {
        display: none;
    }
    .feature-video {
        display: block;
    }
    .feature-video__link {
        display: none;
    }
    .feature-video__link + img,
    .feature-video img {
        opacity: 0.4;
    }
    .feature-video.icon-play:before {
        opacity: 0.8;
        visibility: visible;
    }
    .main-feature-list__title {
        margin-top: 0;
    }
     .main-feature-list {
        margin-top: 40px;
    }

    /* cs, mve */
    .mp-block-bar {
        margin-bottom: 0;
    }
    .mp-block-image {
        float: none;
        width: 100%;
        padding-left: 0;
    }
    .mp-block-content {
        padding-left: 10px;
        overflow: visible;
    }
    .col-1,
    .col-2 {
        width: 100%;
    }

    /****  Online demo ****/
    .demo-storefront,
    .demo-admin {
        width: 100%;
        float: none;
        display: block;
    }
    .killer-features,
    .demo-features-block {
        float: none;
        height: auto;
    }
    .killer-features .features-list {
        text-align: center;
        margin-left: 0;
    }
    .killer-features .features-list .features-list-item-text {
        width: 40%;
        text-align: left;
    }
    .demo-button-block {
        font-size: 14px;
    }

    /**** Pricing ****/
    .price {
        text-align: center;
    }
    .price-block__item {
        width: 33%;
    }
    .price .subheader {
        padding: 0 0 30px;
    }

    /**** Notification ****/
    .notification-wrapper {
        top: 0;
    }
    .notification-w,
    .notification-n,
    .notification-e {
        padding: 7px 10px;
    }
}

@media (max-width: 690px) {
    .footer-menu__block {
        float: none;
        display: inline-block;
        vertical-align: top;
        width: 49%;
        margin-bottom: 20px;
    }

    /**** Personal demo ****/
    .personal-demo .input-text {
        width: 100%;
    }
    .personal-demo-label {
        right: 5px;
    }

    /**** Live stores ****/
    .skins-table img {
        width: 100%;
    }

    /**** Notification ****/
    .notification-wrapper {
        width: auto;
        left: 0;
        right: 0;
        margin: 0;
    }
}

@media (max-width: 525px) {
    .table td,
    .table th {
        padding: 4px 8px 3px;
        font-size: 13px;
    }
    .table td a strong {
        font-weight: normal;
    }
    .mainbox-title,
    h3.subheader {
        font-size: 26px;
    }
    .portfolio .subheader {
        margin-bottom: 30px;
    }

    .header-contact-links__item:first-child {
        display: none;
    }
    .header-contact:after {
        display: none;
    }
    .home-page .wrapper .btn-size-big {
        min-width: 200px;
        margin-right: 0;
    }
    .main-buttons-download__btn {
        margin-bottom: 20px;
    }
    .main-info__item {
        display: block;
        width: 100%;
        margin-bottom: 30px !important;
    }
    .main-feature img {
        margin-top: -20px;
    }

    .main-feature-list {
        margin-top: 0;
    }
    .main-feature-list__left,
    .main-feature-list__right {
        width: 100%;
        float: none;
        text-align: center;
        padding: 0;
    }
    .main-feature-list__txt {
        float: none !important;
        margin: 0 auto 18px;
    }
    .main-feature-list__responsive .main-feature-list__txt {
        margin: 0 auto 18px;
    }
    .main-feature-list__title {
        margin-bottom: 6px;
    }
    .main-feature-list__item:nth-of-type(2n) {
        padding-bottom: 229px;
    }
    .main-feature-list__item:nth-of-type(2n) .main-feature-list__left {
        position: absolute;
        bottom: 0;
    }

    .main-payment-shipping {
        padding-top: 0;
    }
    .shippings-icon,
    .payments-icon {
        margin-right: 20px;
    }

    .product-detail-tab__a {
        font-size: 14px;
        padding: 12px 25px 7px;
    }

    /****  Online demo ****/
    .demo-button-block {
        width: 70%;
        margin: 0 auto 10px;
    }
    .killer-features .features-list .features-list-item-text {
        width: 70%;
    }
    /**** Personal demo ****/
    .personal-demo-label {
        display: none;
    }
    /**** Mobile/twigmo ****/
    .mobile-foto-left {
        float: none;
        margin-right: 0;
        text-align: center;
    }
    .mobile-txt-right {
        overflow: visible;
    }

    /**** Pricing ****/
    .price-recomended {
        top: 0;
    }
    .price-block__item {
        width: 60%;
        margin: 0 auto 20px;
    }

    /**** Product detail ****/
    .product-main-info select,
    .hd-product-items select {
        width: 100%;
    }
    .product-main-info .input-text {
        width: auto;
    }
    .license-box {
        padding-left: 0;
        white-space: normal;
    }
    .license-box label {
        display: block;
        margin-left: 0;
    }

    .hd-product-items .product-image {
        display: block;
        text-align: center;
        margin-bottom: 25px;
    }
    .hd-product-items  .product-description {
        display: block;
    }

    /**** Login ****/
    .login {
        left: 0;
    }

    /* cs, mve */
    .product-detail-block__moneyback {
        display: block;
        margin: 15px 0 0;
    }
}

@media (max-width: 400px) {
    .video-block {
        position: static;
        margin: 0;
    }
    .video-block iframe {
        height: auto;
        min-height: 320px;
    }
    .overlay-slidedown > .video-block {
        margin-top: 100px;
        height: auto;
    }
    .overlay .overlay-close {
        font-size: 30px;
        top: 10px;
        right: 10px;
    }

    /* cs, mve */
    .mp-list dt {
        width: 100%;
        float: none;
        text-align: center;
    }
    .mp-list dd {
        text-align: center;
    }
    .product-detail-tab__a {
        padding-left: 14px;
        padding-right: 14px;
    }
    .form-field .input-text {
        width: 100%;
    }

    .price-block__item {
        width: 70%;
    }

    /**** Product detail ****/
    .product-main-info .image-border {
        float: none;
        text-align: center;
    }
    .product-main-info .product-info {
        padding-left: 0;
    }
}

@media (max-width: 320px) {
    .footer-menu__block {
        width: 100%;
    }
    .price-block__item {
        width: 90%;
    }
}


/* $Id$ */
 
/**
 * @link        http://www.lwis.net/
 * @copyright   2006-2008 Live Web Institute. All Rights Reserved.
 */
 
/* Logic */
ul.dropdown, ul.dropdown li, ul.dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.dropdown {
    position: relative;
    z-index: 1;
}
ul.dropdown li {
    line-height: 1.3em;
    vertical-align: middle;
    zoom: 1;
}
ul.dropdown li.hover, ul.dropdown li:hover {
    position: relative;
    z-index: 6;
    cursor: default;
}
ul.dropdown ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    width: 100%;
}
ul.dropdown ul li {
    float: none;
}
ul.dropdown ul ul, ul.dropdown-vertical ul {
    top: 0px;
    left: 100%;
}
 
ul.dropdown li:hover > ul {
    display: block;
}
 
/* For vertical menu */
ul.dropdown-vertical li {
    float: none;
}
/* /For vertical menu */
 
/* For RTL orientation*/
ul.dropdown-vertical-rtl {
    float: right;
}
ul.dropdown-vertical-rtl, ul.dropdown-vertical-rtl ul.dropdown-vertical-rtl {
    left: auto !important;
    right: 100%;
}
/* For RTL orientation*/
 
/* /Logic */
 
 
/* Decoration */
ul.dropdown {
    font-weight: bold;
}
ul.dropdown ul {
    width: 178px;
    border: 1px solid #e2e3e3;
    border-top: 0 none;
    border-bottom: 0 none;
    background: #fff;
    margin: 0 -1px 0 0;
    padding-bottom: 10px;
}
ul.dropdown-vertical a {
    padding: 5px 20px 4px 2px;
    display: block;
}
ul.dropdown *.dir {
    background: url('../../../skins/base/customer/addons/cscart_site/overrides/images/icons/category_collapsed.gif') no-repeat right 4px;
}
ul.dropdown *.dir:hover {
    background-position: right -96px;
}
 
/** Separator **/
ul.dropdown li.h-sep {
    background: transparent url('../../../skins/base/customer/addons/cscart_site/overrides/images/categories_delim.gif') repeat-x scroll center center;
    font-size: 1px;
    height: 1px;
    line-height: 1px;
}
/** /Separator **/
 
.right-column ul.dropdown-vertical ul {
    top: 0;
    left: auto;
    right: 100%;
}
/* /Decoration */


select.selectbox-long {
	width: 500px;
}

/* Helpdesk styles */

.first-column, .second-column {
	float: left;
	width: 47%;
	margin: 0px 0px 15px 11px;
}
.first-column {
	margin-right: 5px;
}
.services-header {
	clear: both;
	font: bold 15px Tahoma;
	border-bottom: 1px solid #dde0e4;
	padding-bottom: 2px;
	margin-bottom: 17px;
}

.related-products h3 {
	margin: 10px 0px;
	font-size: 14px;
}
.overflow-x {
	overflow-x: auto;
}


/* Messages */
span.respondent-note-anchor {
	color: #0E45CB;
}

blockquote {
	border: 1px solid silver;
	background: #eee;
	margin: 0px 0px 10px 10px;
	padding: 4px 12px;
	overflow: auto;
}
code {
	display: block;
	clear: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #dddddd;
	border-left: 4px solid #dddddd;
	background-color: #ffffff;
	overflow-x: auto;
}

del {
	background-color: inherit;
	text-decoration: line-through;
}


.hd-table-border-msg {
	background-color: #f7fafb;
	width: 100%;
}
.hd-table-border-msg .hd-msg-head {
	background-color: #e6e7e7;
	padding: 5px;
}
.hd-table-border-msg .hd-msg-head2 {
	background-color: #eeeeee;
	padding: 5px;
}
.hd-table-border-msg .hd-msg-body {
	background-color: #f8f8f8;
	padding: 5px 12px;
}
.hd-table-border-msg .hd-msg-body-right {
	background-color: #ededed;
	padding: 15px;
}

.hd-msg-head td {
	padding: 0px 5px;
}
.hd-msg-body .hd-table-border-upld-files {
	background-color: #f7fafb;
	border: 1px solid #b2b3b4;
}
.hd-msg-body .hd-table-border-upld-files td {
	padding: 2px 5px;
}
.hd-msg-body .hd-table-border-upld-files div {
	padding: 1px 6px;
}

.messages-wrapper {
	border: 1px solid #dadada;
	padding: 2px;
	margin-bottom: 9px;
}


.a-close .hd-msg-head { background-color: #d8e4ee; }
.a-close .hd-msg-head2 { background-color: #e1eefa; }
.a-close .hd-msg-body { background-color: #edf3f7; }
.a-close .hd-msg-body-right { background-color: #e7f0f6; }

.wait-answer .hd-msg-head { background-color: #fab65f; }
.wait-answer .hd-msg-head2 { background-color: #ffe4b6; }
.wait-answer .hd-msg-body { background-color: #ffd79c; }
.wait-answer .hd-msg-body-right { background-color: #ffc77e; }

.c-closed .hd-msg-head {}
.c-closed .hd-msg-head2 { background-color: #e6e6e6; }
.c-closed .hd-msg-body {}
.c-closed .hd-msg-body-right {}

.open-me .hd-msg-head { background-color: #ffb63d; }
.open-me .hd-msg-head2 { background-color: #ffb63d; }
.open-me .hd-msg-body { background-color: #ffd389; }
.open-me .hd-msg-body-right { background-color: #e1e1e1; }

.moved .hd-msg-head { background-color: #ffd389; }
.moved .hd-msg-head2 {	background-color: #ffd389; padding: 0px; }
.moved .hd-msg-body { background-color: #faf1e4; }
.moved .hd-msg-body-right { background-color: #e1e1e1; width: 120px;}

.ticket-status, .ticket-status-closed {
	/*border: 1px solid #D0CEBE;*/
	background-color: #ffebe5;
	padding: 4px 10px;
	margin-bottom: 8px;
	text-align: right;
}
.ticket-status-closed {
	background-color: #e7fce3;
}

.message-area {
	border: 1px solid #cccccc;
	background: #ffffff url(../../../skins/base/customer/addons/helpdesk/../../images/input_bg.gif) repeat-x top;
	padding: 3px 4px !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 380px;
	width: 97%;
	overflow: auto;
}
.message-form .note {
	font-size: 12px;
	margin-top: 8px;
}
/* \Messages */

span.free {
	color: #00cc00;
	font-weight: bold;
}

/* Dashboard */
ul.new-action-list {
	margin: 10px 0px 0px 17px;
	padding: 0px;
	list-style-type: none;
}
ul.new-action-list li {
	background: url('../../../skins/base/customer/addons/helpdesk/images/new_active_list_icon.gif') no-repeat 0px 4px;
	padding: 0px 0px 6px 18px;
}

ul.useful-list {
	margin: 6px 0 0 0;
	padding: 0px;
	list-style-type: none;
}
.useful-list li {
	margin-bottom: 2px;
	padding: 0px;
}
.useful-list li a, .useful-list li a:hover {
	display: block;
	padding: 7px 0 7px 64px;
}
.useful-list li a, .useful-list li a.submit-ticket {
	background: url(../../../skins/base/customer/addons/helpdesk/images/submit_ticket.gif) no-repeat left top;
}
.useful-list li a.open-tickets {
	background-image: url('../../../skins/base/customer/addons/helpdesk/images/open_tickets.gif');
}
.useful-list li a.filearea {
	background-image: url('../../../skins/base/customer/addons/helpdesk/images/filearea.gif');
}
.useful-list li a.tasks {
	background-image: url('../../../skins/base/customer/addons/helpdesk/images/tasks.gif');
}
.useful-list li a.buy-licenses {
	background-image: url('../../../skins/base/customer/addons/helpdesk/images/buy_licenses.gif');
}
.useful-list li a.buy-services {
	background-image: url('../../../skins/base/customer/addons/helpdesk/images/buy_services.gif');
}
.useful-list li a.knowledge-base {
	background-image: url('../../../skins/base/customer/addons/helpdesk/images/knowledge_base.gif');
}
.useful-list li a.forum {
	background-image: url('../../../skins/base/customer/addons/helpdesk/images/forum.gif');
}
.useful-list li a:hover, .useful-list li a.submit-ticket:hover {
	background: url('../../../skins/base/customer/addons/helpdesk/images/submit_ticket_hov.gif') no-repeat left top;
}
.useful-list li a.open-tickets:hover {
	background-image: url('../../../skins/base/customer/addons/helpdesk/images/open_tickets_hov.gif');
}
.useful-list li a.filearea:hover {
	background-image: url('../../../skins/base/customer/addons/helpdesk/images/filearea_hov.gif');
}
.useful-list li a.tasks:hover {
	background-image: url('../../../skins/base/customer/addons/helpdesk/images/tasks_hov.gif');
}
.useful-list li a.buy-licenses:hover {
	background-image: url('../../../skins/base/customer/addons/helpdesk/images/buy_licenses_hov.gif');
}
.useful-list li a.buy-services:hover {
	background-image: url('../../../skins/base/customer/addons/helpdesk/images/buy_services_hov.gif');
}
.useful-list li a.knowledge-base:hover {
	background-image: url('../../../skins/base/customer/addons/helpdesk/images/knowledge_base_hov.gif');
}
.useful-list li a.forum:hover {
	background-image: url('../../../skins/base/customer/addons/helpdesk/images/forum_hov.gif');
}
/* \Dashboard */

.ui-select {
	border: 1px dashed #969696;
	height: 80px !important;
	width: 100% !important;
}
.ui-drag {
	background-color: #ccc;
	height: 100%;
}

.ui-widget {
	font: inherit;
}
.ui-widget-content {
	border: 0px solid #000;
	background: none;
	background-image: url(../../../skins/base/customer/addons/helpdesk/images/picker_bg.png);
	padding: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;	
}
.ui-dialog .ui-dialog-content {
	background-color: #f9f9f9;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	border: none;
	padding: 0 1em 0.5em;
}
.ui-dialog .ui-dialog-titlebar {
	background: none;
	background-color: #f9f9f9;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	border: none;
}
.ui-dialog .ui-resizable-se {
	bottom: 12px;
	right: 12px;
}
.ui-dialog .buttons-container {
	margin: 15px 0 -8px 0;
	padding: 15px 0 0;
}
.ui-widget-overlay {
	background: url("../../../skins/base/customer/addons/helpdesk/images/picker_bg_outside.png") repeat-x scroll 50% 50% #919191;
}
.ui-dialog .ui-dialog-title {
	font-size: 24px !important;
	color: #0a9ccc !important;
}
.ui-dialog .ui-dialog-titlebar {
    padding: 1.2em 1em !important;
}
.ui-dialog .ui-dialog-titlebar-close {
	top: 20px;
	right: 0.6em;
}
.ui-dialog .el-rte .ui-resizable-se, .el-rte .ui-resizable-se {
	bottom: 51px;
	right: 3px;
}

.ui-dialog .form-field, .ui-dialog .search-field {
	margin-bottom: 0;
	clear: both;
	vertical-align: middle;
}
.ui-dialog .form-field {
	white-space: normal;/* don't delete please */
}
.ui-dialog .form-field:after, .ui-dialog .clear:after, .ui-dialog .buttons-container:after, .ui-dialog .tabs:after, .ui-dialog .users ul li:after, .ui-dialog .table.scrollable p:after {
	content:".";
	display: block;
	height: 0px;
	line-height: 0px;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.ui-dialog .form-field, .ui-dialog .search-field {
	margin-bottom: 2px;
	padding: 6px 5px 6px 189px;
}
.ui-dialog .form-field label, .ui-dialog .search-field label {
	float: left;
	clear: left;
	text-align: right;
	width: 90px;
	padding: 1px 18px 0 0;
	color: #5f5f5f;
	margin-right: 10px;
	margin-left: -120px;
}

.ui-dialog .form-field strong, .ui-dialog .search-field strong {
	font-size: 13px;
	font-weight: bold;
	color: #5f5f5f;
}

.ui-dialog .search-field label {
	text-align: left;
}
.ui-dialog .search-field label span {
	font-size: 13px;
	font-weight: bold;
	color: #555555;
}

.ui-dialog .form-field .main-input {
	font-weight: bold;
	width: 100%;
}
.ui-dialog .form-field label.cm-required, .ui-dialog .search-field label.cm-required {
	background: url('../../../skins/base/customer/addons/helpdesk/images/required_mark.gif') no-repeat;
	background-position: right 6px;
}
.ui-dialog .checkbox, .ui-dialog .radio, .ui-dialog .html-checkboxes {
	padding: 0;
	margin: -3px 5px 0;
}

.ui-dialog .select-field label {
	margin: 0;
	padding: 0;
	clear: none;
	text-align: left;
	width: auto
}

.ui-dialog .select-field .checkbox {
	margin-left: 10px;
	margin-top: 5px;
}

.ui-dialog .form-field .input-text, .ui-dialog .form-field select, .ui-dialog .form-field .input-textarea {
	clear: none;
}
.ui-widget-content a {
	color: #f35353;
}

table.files-tree th {
	padding: 9px 6px 12px 6px;
}

table.files-tree td {
	padding: 4px 2px 3px 4px;
}

.file-list-icon {
	vertical-align: 1px;
	margin: 0px 6px 0px 3px;
}

.no-underline, .no-underline:visited, .no-underline:active, a.no-underline:hover {
	text-decoration: none;
}

/* content-tools */
.content-tools {
	display: block;
}
/* /content-tools */

.license-status-active {
	color: green;
	font-weight: bold;
}

.license-status-trial {
	color: blue;
	font-weight: bold;
}

.license-status-disabled {
	color: red;
	font-weight: bold;
}

.licenses-list td, .licenses-list th {
	padding: 6px 6px 3px;
}

.hd-invalid-domain {
	background: #ffffff url('../../../skins/base/customer/addons/helpdesk/images/exclamation.png') no-repeat left 2px;
	padding: 0 0 0 22px;
	white-space: normal;
	max-width: 380px;
}
.hd-valid-domain {
	background: #ffffff url('../../../skins/base/customer/addons/helpdesk/images/accept.png') no-repeat left 2px;
	padding: 0 0 0 22px;
	white-space: normal;
	max-width: 380px;
}

.sens-button {
	min-height: 33px;
}

.access-information-content table th, .access-information-content table td {
	padding-left: 10px;
	padding-right: 10px;
}

.saas-field {
	float: left;
	margin: 0 5px 0 5px;
}
.saas-field input[type=text], .saas-field input[type=password] {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	padding: 5px;
	width: 230px;
}
.saas-field .button-submit {
	height: 37px;
}
.saas-field .button-submit input {
	padding: 11px 8px 8px 3px;
}
.saas-field-repeat-email {
    display: none;
}

/* New ticket popup */
.message-form .markItUp {
	width: 100%;
}
.message-form .markItUpEditor {
	width: 100%;
}

@media (max-width: 840px) {
	.ui-dialog .form-field,
	.ui-dialog .search-field {
		padding-left: 0;
	}
	.ui-dialog .form-field label {
		width: auto;
		margin-left: 0;
		float: none;
	}
}

/* Site news */
.site-news li {
	padding: 9px 5px;
}
.site-news .news-date {
	display: block;
	padding-bottom: 2px;
}
.site-news li.delim {
	padding: 0;
}
.all-news {
	padding: 7px 0 0 0;
}
/* /Site news */

.posts {
	padding: 7px 6px 10px 10px;
}
.manage-post {
	background-color: #f2fafc;
}
.posts h2 {
	font: bold 100% Tahoma;
	float: left;
	padding: 2px 0 0 0;
}
.posts .float-right {
	padding-top: 5px;
}
.post-author {
	text-align: right;
	padding: 3px 0 0 0;
	font-size: 85%;
}
.posts em {
	font-size: 85%;
}
.post-message {
	padding: 0;
	font-style: italic;
}
.left-column .post-author, .right-column .post-author {
	padding: 3px 0 15px 0;
}
/* Rating styles */
#content_discussion p.stars {
	margin: 2px 0 10px 0;
	padding: 0;
}
.product-main-info .stars img {
	margin: 0;
	padding-top: 3px;
}
.product-main-info .stars {
	float: left;
	padding: 0 5px 0 0;
}
.product-main-info .image-border .stars {
	float: none;
	padding: 8px 0 0 0;
	text-align: center;
}
.stars {
	padding-bottom: 0;
}
#content_discussion p.stars {
	padding: 3px 0 15px 0;
	text-align: right;
	margin: 0;
}
.product-image .stars img, .product-item-image .stars img, .feature-image .stars img, .image-border .stars img, .mainbox2-body .product-image .stars img, .mainbox2-body .product-item-image .stars img, .mainbox2-body .mainbox2-body .feature-image .stars img, .mainbox2-body .image-border .stars img  {
	border: 0 none;
	background-color: transparent;
	padding: 0;
}
/* /Rating styles */

/* $Id: styles.css 9132 2010-03-22 13:10:26Z angel $ */

.banner-items-holder .banner-item {
    position: absolute;
    display: none;
}
.nav-item, .nav-item:visited, .nav-item:hover, .nav-item:active {
    margin: 0 0 0 6px;
    text-decoration: none;
    display: inline-block;
    width: 10px;
    height: 10px;
    text-align: center;
    font: 0px/0px arial;
    vertical-align: middle;
    background: #cccccc;
}
.l-top-left, .l-top-right, .l-bottom-left, .l-bottom-right{
    position: absolute;
    display: block;
    width: 3px;
    height: 3px;
}
.l-box{
    position: relative;
    background: #ecf6fc;
    border: 1px solid #d5eaf7;
}
.l-top-left{
    left: -1px;
    top: -1px;
}
.l-top-right{
    right: -1px;
    top: -1px;
}
.l-bottom-left{
    bottom: -1px;
    left: -1px;
}
.l-bottom-right{
    bottom: -1px;
    right: -1px;
}
/*netty*/
.head {
    background-color: #ffffff;
}
.content-tools {
    padding: 7px 0px 7px;
    margin-top: 1px;
    border-bottom: 1px solid #f8f8f8;
    background: #fbfbfb;
    margin-bottom: 0px;
}
.content-tools span.float-left, .content-tools span.float-right {
    display: none;
}
.content-tools-helper {
    width: 961px;
    margin: 0px auto;
}
.right-top-content {
    padding: 0px 10px 0px 0px;
    font: normal 12px Arial;
    color: #5d5d5d;
    white-space: nowrap;
}
.menu-root-categories li a {
    background: url('../../../skins/base/customer/addons/cscart_site/images/category_collapsed1.gif') no-repeat right 5px;
}
.arrows-list li {
    background-position: 1px 9px;
}
ul.arrows-list {
    margin-top: 5px;
}
.updates-wrapper .form-field label {
    margin-right: 8px;
    padding-top: 4px;
    padding-right: 8px;
    background-position: right 6px;
}
.content-tools-helper .float-right {
    max-width: none;
}
.content-tools-helper .select-wrap {
    margin-top: 4px;
}
.section-body .form-field, .form-fields .form-field {
    padding: 0px 0px 0px 150px;
}
.section-body .form-field label, .form-fields .form-field label {
    width: 140px;
    padding-right: 10px;
    margin-left: -150px;
    padding-top: 5px;
}
.section-body .form-field input, .section-body .form-field select, .section-body .form-field span {
    clear: none;
    display: inline;
}
.section-body .form-field select {
    /*height: 22px;*/
}
.section-body .form-field table td {
    padding-left: 13px;
}
.section-body .form-field table td label {
    margin-left: 0px;
    width: auto;
}
.section-body .form-field .input-text {
    width: 106px;
}
.form-fields .form-field span, .form-fields .form-field .input-textarea {
    padding-top: 3px;
    display: inline-block;
}
.form-fields .form-field .checkbox, .section-body .form-field .checkbox {
    margin-top: 6px;
}
.form-fields .form-field .upload-file-local a {
    margin-top: 2px;
}
.notification-body {
    margin-left: 8px;
    font-size: 13px;
}
.product-notification .notification-body {
    height: auto;
    min-height: 64px;
}
.step-body, .step-body-active {
    padding: 3px 11px 10px;
}
.step-title span.float-left, .step-title-active span.float-left {
    font: 146% Tahoma;
    margin: 0px;
    padding-left: 6px;
}
.step-title img.float-right {
    padding-left: 10px;
    padding-top: 2px;
}
.step-title span.float-left, .step-title-active span.float-left, .step-title a.title, .step-title a.title:hover, .step-title-active a.title, .step-title-active a.title:hover, .step-title span.title, .step-title-active span.title {
    font: 146% Tahoma;
    padding-left: 6px;
    text-decoration: none;
    background: none;
}
.step-title-active span.float-left, .step-title-active a.title, .step-title-active a.title:hover {
    font-weight: bold;
}
.step-body-active .subheader {
    background: url("../../../skins/base/customer/addons/cscart_site/images/subheader_bg.gif") repeat-x scroll center bottom transparent;
    padding: 0px 0 5px;
    color: #2D2E2E;
    margin-bottom: 5px;
    font: bold 108% Arial,Helvetica,sans-serif;
}
.checkout-steps {
    margin-left: 0px;
}
.step-title span.float-left, .step-title a.title, .step-title a.title:hover, .step-title span.title {
    color: #6B7B7B;
}
.step-title {
    padding: 8px 23px 10px 19px;
}
.step-title-active {
    padding: 17px 24px 7px 18px;
    border: 0px;
    background: transparent none;
}
.step-title-active span.float-left, .step-title-active a.title, .step-title-active a.title:hover, .step-title-active span.title {
    color: #7C8E8E;
}
.step-body {
    padding: 3px 15px 5px 25px;
}
.step-body-active {
    padding: 7px 24px 17px;
}
#step_two_body.step-body-active div.float-left, #step_two_body.step-body-active div.float-right, #step_three_body div.float-left, #step_three_body div.float-right {
    width: 100%;
}
#list_payment_methods {
    margin-left: 0px;
    padding-bottom: 5px;
}
.step-complete-wrapper div, .step-complete-wrapper p, .step-complete-wrapper .price {
    color: #8CA1A1;
}
.step-complete-wrapper {
    color: #8CA1A1;
    font: 92% Verdana,Geneva,Arial,Helvetica,sans-serif;
}
.step-title-active .button-big a, .step-title-active .button-submit-big input {
    color: #ffffff;
    font: bold 11px/11px Tahoma;
    height: 20px;
    border: 0 none;
    margin: 0;
}
.step-title-active .button-submit-big, .step-title-active .button-big  {
    background: #ff4f01;
    padding-left: 3px;
    height: 29px;
    display: inline-block;
    margin-bottom: 4px;
}
.step-title-active .button-submit-big input , .step-title-active .button-big a  {
    font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
    padding: 7px 19px 8px 7px;
    height: 29px;
    line-height: 16px;
    display: inline-block;
    cursor: pointer;
}
.step-title-active .button-big a  {
    padding: 6px 19px 9px 7px;
    height: 14px;
    text-decoration: none;
}
.cm-tabs-content .upload-file-local a, .cm-tabs-content .upload-file-local a:visited, .cm-tabs-content .upload-file-local a:hover, .cm-tabs-content .upload-file-local a:active {
    display: inline-block;
    margin-top: 6px;
    padding-left: 4px;
}
.sort-asc, .sort-desc {
    color: #304358;
    background: url("../../../skins/base/customer/addons/cscart_site/images/sort_asc.gif") no-repeat scroll right 6px transparent;
    padding-right: 10px;
}
.sort-desc {
    background-image: url("../../../skins/base/customer/addons/cscart_site/images/sort_desc.gif");
}
.mainbox-helpdesk-container {
    margin-bottom: 15px;
    border: 1px solid #EAEAEA;
}
.mainbox-helpdesk-container .mainbox-title {
    background: url("../../../skins/base/customer/addons/cscart_site/images/th_bg.gif") repeat-x scroll left bottom #F6F6F6;
    padding: 9px 19px 9px;
    text-align: left;
    border-bottom: 1px solid #E4E4E4;
}
.mainbox-helpdesk-container .mainbox-title span {
    color: #4A4A4A;
    font: bold 12px Arial,Helvetica,sans-serif;
    text-decoration: none;
}
.mainbox-helpdesk-container .mainbox-body {
    padding: 6px 10px 6px;
}
.select-field p {
    width: auto !important;
    float: left;
    white-space: nowrap;
}
.select-field .checkbox {
    float: left;
    margin-left: 5px;
}
.product-info .product-list-field label {
    padding-top: 0px;
    background-position: right 9px;
}
.cm-notification-container-top {
    top: 10px;
}
/* /Notification box */
.product-notification-container {
    height: auto;
    min-height: 163px;
    box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.39);
    border-radius: 5px;
    overflow: hidden;
}
.related-products .product-list {
    border: 1px solid #eaeaea;
    border-width: 1px 1px 0 1px;
}
.related-products .product-list th {
    background: #f6f6f6 url(../../../skins/base/customer/addons/cscart_site/images/th_bg.gif) repeat-x left bottom;
    padding: 9px 19px 12px 19px;
    text-align: left;
}
.related-products .product-list th, .related-products .product-list th a, .related-products .product-list th a:visited, .related-products .product-list th a:hover, .related-products .product-list th a:active {
    color: #4a4a4a;
    font: bold 12px Arial, Helvetica, sans-serif;
    text-decoration: none;
}
.related-products .product-list th a:hover {
    text-decoration: underline;
}
.related-products .product-list td {
    border-bottom: 1px solid #e4e4e4;
}
.related-products .product-list td {
    padding: 6px 19px 3px 19px;
}
.related-products .product-list .table-footer td {
    display: none;
}
.logo-image {
    padding: 21px 0px 24px;
}
/*/netty*/

#pre_chat_form .form-field {
    padding: 0;
}

#pre_chat_form .select-field p {
    float: none !important;
    white-space: normal !important;
}

#pre_chat_form label {
    width: 60px;
    margin-left: 0;
    font: 1.1em Arial, Helvetica, sans-serif !important;
}
#pre_chat_form .input-text {
    width: 200px;
}

#pre_chat_form .input-textarea {
    width: 300px;
    height: 100px;
}

.form-body-container label .checkbox {
    vertical-align: -2px;
}
.form-body-container .select-field .radio {
    vertical-align: -2px;
    margin: 0;
}
.form-body-container .select-field label .radio {
    margin: 0 6px 0 -12px;
}


