/* Minification failed. Returning unminified contents.
(1756,42): run-time error CSS1062: Expected semicolon or closing curly-brace, found '%'
 */
/* Minification failed. Returning unminified contents.
(1753,42): run-time error CSS1062: Expected semicolon or closing curly-brace, found '%'
 */
/*
 * jQuery UI CSS SpiritOfIlmington 1.8.7
 *
 * 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/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 Accordion 1.8.7
 *
 * 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/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }
/*
 * jQuery UI Autocomplete 1.8.7
 *
 * 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/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.7
 *
 * 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.7
 *
 * 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/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 Datepicker 1.8.7
 *
 * 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/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 Dialog 1.8.7
 *
 * 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/Dialog#theming
 */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em; position: relative; }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 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 Progressbar 1.8.7
 *
 * 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/Progressbar#theming
 */
.ui-progressbar { height: 2em; text-align: left; }
.ui-progressbar .ui-progressbar-value { margin: -1px; height: 100%; }
/*
 * jQuery UI Resizable 1.8.7
 *
 * 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/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.7
 *
 * 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/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border: 1px dotted black; }
/*
 * jQuery UI Slider 1.8.7
 *
 * 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/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }
/*
 * jQuery UI Tabs 1.8.7
 *
 * 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/Tabs#theming
 */


.ui-tabs { margin-top: 10px; position: relative; padding: .2em; zoom: 1; font-size: 1em; }
/* 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; color: #164f6b; font-weight: bold; font-size: 1.1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { background-position: top; background-image: url(../images/TemplateV3/tabs/tab_bg_active.gif); background-repeat: repeat-x; 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: 0px 30px 10px 30px; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }


/*
 * jQuery UI CSS SpiritOfIlmington 1.8.7
 *
 * 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/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Arial,sans-serif /*{ffDefault}*/; font-size: 1em /*{fsDefault}*/; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Arial,sans-serif /*{ffDefault}*/; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa /*{borderColorContent}*/; background: #ffffff /*{bgColorContent}*/ url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkCAYAAAD0ZHJ6AAAAWklEQVRo3u3OAQ0AAAgDIN8/tBrDOUhAetVhERQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFPwSHPD1juSB0SXlAAAAAElFTkSuQmCC') /*../images/jquery/ui-bg_flat_75_ffffff_40x100.png*/ /*{bgImgUrlContent}*/ 50% /*{bgContentXPos}*/ 50% /*{bgContentYPos}*/ repeat-x /*{bgContentRepeat}*/; color: #222222 /*{fcContent}*/; }
.ui-widget-content a { color: #222222 /*{fcContent}*/; }
.ui-widget-header { border: 1px solid #aaaaaa /*{borderColorHeader}*/; background: #cccccc /*{bgColorHeader}*/ url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAYAAABHLFpgAAAALElEQVQYlWN49OjRfyYGBgaGIUT8//8fSqBx0Yh///4RL8vAwAAVQ2MNOwIAl6g6KkOJwk8AAAAASUVORK5CYII=') /*../images/jquery/ui-bg_highlight-soft_75_cccccc_1x100.png*/ /*{bgImgUrlHeader}*/ 50% /*{bgHeaderXPos}*/ 50% /*{bgHeaderYPos}*/ repeat-x /*{bgHeaderRepeat}*/; color: #222222 /*{fcHeader}*/; font-weight: bold; }
.ui-widget-header a { color: #222222 /*{fcHeader}*/; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3 /*{borderColorDefault}*/; background: #e6e6e6 /*{bgColorDefault}*/ url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAGQCAYAAABvWArbAAAANUlEQVQ4je3LMQoAIBADwb38/6t5wFXaWAiCtUiaYZvF9hBACOFbuntVVe11B0CSjjeE8BwThQIJ8dhEl0YAAAAASUVORK5CYII=') /*../images/jquery/ui-bg_glass_75_e6e6e6_1x400.png*/ /*{bgImgUrlDefault}*/ 50% /*{bgDefaultXPos}*/ 50% /*{bgDefaultYPos}*/ repeat-x /*{bgDefaultRepeat}*/; font-weight: normal /*{fwDefault}*/; color: #555555 /*{fcDefault}*/; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555 /*{fcDefault}*/; 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 /*{borderColorHover}*/; background: #dadada /*{bgColorHover}*/ url(../images/jquery/ui-bg_glass_75_dadada_1x400.png) /*{bgImgUrlHover}*/ 50% /*{bgHoverXPos}*/ 50% /*{bgHoverYPos}*/ repeat-x /*{bgHoverRepeat}*/; font-weight: normal /*{fwDefault}*/; color: #212121 /*{fcHover}*/; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121 /*{fcHover}*/; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa /*{borderColorActive}*/; background: #ffffff /*{bgColorActive}*/ url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAGQCAYAAABvWArbAAAAJklEQVQ4y2P49+/ff4ZRYpQYJYY18R8I0LnEEqTrGCVGiVFiAAgAKto3upwLfV4AAAAASUVORK5CYII=') /*../images/jquery/ui-bg_glass_65_ffffff_1x400.png*/ /*{bgImgUrlActive}*/ 50% /*{bgActiveXPos}*/ 50% /*{bgActiveYPos}*/ repeat-x /*{bgActiveRepeat}*/; font-weight: normal /*{fwDefault}*/; color: #212121 /*{fcActive}*/; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121 /*{fcActive}*/; 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 /*{borderColorHighlight}*/; background: #fbf9ee /*{bgColorHighlight}*/ url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAGQCAYAAABvWArbAAAAPElEQVQ4y+3LSwoAIAxDQe9/WH9d2QpqqOgVRLIZHoGErmUEQsjXWIsb9UpnQ2lGgfvwqgsTlGAjhDzLBJfVGFdofenWAAAAAElFTkSuQmCC') /*../images/jquery/ui-bg_glass_55_fbf9ee_1x400.png*/ /*{bgImgUrlHighlight}*/ 50% /*{bgHighlightXPos}*/ 50% /*{bgHighlightYPos}*/ repeat-x /*{bgHighlightRepeat}*/; color: #363636 /*{fcHighlight}*/; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a { color: #363636 /*{fcHighlight}*/; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error { border: 1px solid #cd0a0a /*{borderColorError}*/; background: #fef1ec /*{bgColorError}*/ url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAGQCAYAAABvWArbAAAAPUlEQVQ4y+3QsQnAMAADwZf239YQCAbLVSBkgmDUHK9WrGvEAKWUc5k3ToIl4aCnBJaM4TPBvEo9sZRfswGIIg8KyBT1egAAAABJRU5ErkJggg==') /*../images/jquery/ui-bg_glass_95_fef1ec_1x400.png*/ /*{bgImgUrlError}*/ 50% /*{bgErrorXPos}*/ 50% /*{bgErrorYPos}*/ repeat-x /*{bgErrorRepeat}*/; color: #cd0a0a /*{fcError}*/; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a /*{fcError}*/; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a /*{fcError}*/; }
.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(../images/jquery/ui-icons_222222_256x240.png) /*{iconsContent}*/; }
.ui-widget-content .ui-icon { background-image: url(../images/jquery/ui-icons_222222_256x240.png) /*{iconsContent}*/; }
.ui-widget-header .ui-icon { background-image: url(../images/jquery/ui-icons_222222_256x240.png) /*{iconsHeader}*/; }
.ui-state-default .ui-icon { background-image: url(../images/jquery/ui-icons_888888_256x240.png) /*{iconsDefault}*/; }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon { background-image: url(../images/jquery/ui-icons_454545_256x240.png) /*{iconsHover}*/; }
.ui-state-active .ui-icon { background-image: url(../images/jquery/ui-icons_454545_256x240.png) /*{iconsActive}*/; }
.ui-state-highlight .ui-icon { background-image: url(../images/jquery/ui-icons_2e83ff_256x240.png) /*{iconsHighlight}*/; }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon { background-image: url(../images/jquery/ui-icons_cd0a0a_256x240.png) /*{iconsError}*/; }

/* 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 /*{cornerRadius}*/; -webkit-border-top-left-radius: 4px /*{cornerRadius}*/; border-top-left-radius: 4px /*{cornerRadius}*/; }
.ui-corner-tr { -moz-border-radius-topright: 4px /*{cornerRadius}*/; -webkit-border-top-right-radius: 4px /*{cornerRadius}*/; border-top-right-radius: 4px /*{cornerRadius}*/; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px /*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px /*{cornerRadius}*/; border-bottom-left-radius: 4px /*{cornerRadius}*/; }
.ui-corner-br { -moz-border-radius-bottomright: 4px /*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px /*{cornerRadius}*/; border-bottom-right-radius: 4px /*{cornerRadius}*/; }
.ui-corner-top { -moz-border-radius-topleft: 4px /*{cornerRadius}*/; -webkit-border-top-left-radius: 4px /*{cornerRadius}*/; border-top-left-radius: 4px /*{cornerRadius}*/; -moz-border-radius-topright: 4px /*{cornerRadius}*/; -webkit-border-top-right-radius: 4px /*{cornerRadius}*/; border-top-right-radius: 4px /*{cornerRadius}*/; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px /*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px /*{cornerRadius}*/; border-bottom-left-radius: 4px /*{cornerRadius}*/; -moz-border-radius-bottomright: 4px /*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px /*{cornerRadius}*/; border-bottom-right-radius: 4px /*{cornerRadius}*/; }
.ui-corner-right { -moz-border-radius-topright: 4px /*{cornerRadius}*/; -webkit-border-top-right-radius: 4px /*{cornerRadius}*/; border-top-right-radius: 4px /*{cornerRadius}*/; -moz-border-radius-bottomright: 4px /*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px /*{cornerRadius}*/; border-bottom-right-radius: 4px /*{cornerRadius}*/; }
.ui-corner-left { -moz-border-radius-topleft: 4px /*{cornerRadius}*/; -webkit-border-top-left-radius: 4px /*{cornerRadius}*/; border-top-left-radius: 4px /*{cornerRadius}*/; -moz-border-radius-bottomleft: 4px /*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px /*{cornerRadius}*/; border-bottom-left-radius: 4px /*{cornerRadius}*/; }
.ui-corner-all { -moz-border-radius: 4px /*{cornerRadius}*/; -webkit-border-radius: 4px /*{cornerRadius}*/; border-radius: 4px /*{cornerRadius}*/; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa /*{bgColorOverlay}*/ url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkCAYAAAD0ZHJ6AAAAXElEQVRo3u3OAQ0AAAgDIO3f5CW1hnOQgE4ydVgLCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKfgkubNIrSDutzqcAAAAASUVORK5CYII=') /*../images/jquery/ui-bg_flat_0_aaaaaa_40x100.png*/ /*{bgImgUrlOverlay}*/ 50% /*{bgOverlayXPos}*/ 50% /*{bgOverlayYPos}*/ repeat-x /*{bgOverlayRepeat}*/; opacity: .3; filter: Alpha(Opacity=30) /*{opacityOverlay}*/; }
.ui-widget-shadow { margin: -8px /*{offsetTopShadow}*/ 0 0 -8px /*{offsetLeftShadow}*/; padding: 8px /*{thicknessShadow}*/; background: #aaaaaa /*{bgColorShadow}*/ url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkCAYAAAD0ZHJ6AAAAXElEQVRo3u3OAQ0AAAgDIO3f5CW1hnOQgE4ydVgLCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKfgkubNIrSDutzqcAAAAASUVORK5CYII=') /*../images/jquery/ui-bg_flat_0_aaaaaa_40x100.png*/ /*{bgImgUrlShadow}*/ 50% /*{bgShadowXPos}*/ 50% /*{bgShadowYPos}*/ repeat-x /*{bgShadowRepeat}*/; opacity: .3; filter: Alpha(Opacity=30) /*{opacityShadow}*/; -moz-border-radius: 8px /*{cornerRadiusShadow}*/; -webkit-border-radius: 8px /*{cornerRadiusShadow}*/; border-radius: 8px /*{cornerRadiusShadow}*/; }

/* AUTOSUGGEST */
div.autosuggest { position: absolute; background-image: url('data:image/gif;base64,R0lGODlhFAAKAIAAADMzM////yH5BAEHAAEALAAAAAAUAAoAAAIZjH8AyG2qnIRQMkrtw3ly7HzfJY5bOaJoAQA7') /*../images/img_inquisitor/as_pointer.gif*/; background-position: top; background-repeat: no-repeat; padding: 3px 0 0 0; }
div.autosuggest div.as_header,
div.autosuggest div.as_footer { position: relative; height: 6px; padding: 0 6px; background-image: url('data:image/gif;base64,R0lGODlhBgAGAIAAADMzM////yH5BAAHAP8ALAAAAAAGAAYAAAIJBIJhhst+oAQFADs=') /*../images/img_inquisitor/ul_corner_tr.gif*/; background-position: top right; background-repeat: no-repeat; overflow: hidden; }
div.autosuggest div.as_footer { background-image: url('data:image/gif;base64,R0lGODlhBgAGAIAAADMzM////yH5BAAHAP8ALAAAAAAGAAYAAAIIhI9pkXzhICwAOw==') /*../images/img_inquisitor/ul_corner_br.gif*/; }
div.autosuggest div.as_header div.as_corner,
div.autosuggest div.as_footer div.as_corner { position: absolute; top: 0; left: 0; height: 6px; width: 6px; background-image: url('data:image/gif;base64,R0lGODlhBgAGAIAAADMzM////yH5BAAHAP8ALAAAAAAGAAYAAAIJjANgmcj6okwFADs=') /*../images/img_inquisitor/ul_corner_tl.gif*/; background-position: top left; background-repeat: no-repeat; }
div.autosuggest div.as_footer div.as_corner { background-image: url('data:image/gif;base64,R0lGODlhBgAGAIAAADMzM////yH5BAAHAP8ALAAAAAAGAAYAAAIIhI8WuRitXisAOw==') /*../images/img_inquisitor/ul_corner_bl.gif*/; }
div.autosuggest div.as_header div.as_barxxx,
div.autosuggest div.as_footer div.as_barxxx { height: 6px; overflow: hidden; background-color: #333; }
div.autosuggest ul { list-style: none; margin: 0 0 -4px 0; padding: 0; overflow: hidden; background-color: #eaeaea; border: 1px solid gray; }
div.autosuggest ul li { color: black; padding: 0; margin: 0 4px 4px; text-align: left; }
div.autosuggest ul li a { color: black; display: block; text-decoration: none; background-color: transparent; text-shadow: #000 0px 0px 5px; position: relative; padding: 0; width: 100%; }
div.autosuggest ul li a:hover { background-color: #777777; }
div.autosuggest ul li.as_highlight a:hover { background-color: #777777; }
div.autosuggest ul li a span { display: block; padding: 3px 6px; font-weight: bold; }
div.autosuggest ul li a span small { font-weight: normal; color: black; }
div.autosuggest ul li.as_highlight a span small { color: black; }
div.autosuggest ul li.as_highlight a { color: #fff; background-color: #777777; background-image: url('data:image/gif;base64,R0lGODlhBgAGAKIAABtczSpCbCBUsDI1PP///wAAAAAAAAAAACH5BAEHAAQALAAAAAAGAAYAAAMOSAqsxMKxwOCoYlwR9EgAOw==') /*../images/img_inquisitor/hl_corner_br.gif*/; background-position: bottom right; background-repeat: no-repeat; }
div.autosuggest ul li.as_highlight a span { background-image: url('data:image/gif;base64,R0lGODlhBgAGAKIAABtczSpCbCBUsDI1PP///wAAAAAAAAAAACH5BAEHAAQALAAAAAAGAAYAAAMOCEosy+GR4RQY1OIRXAIAOw==') /*../images/img_inquisitor/hl_corner_bl.gif*/; background-position: bottom left; background-repeat: no-repeat; }
div.autosuggest ul li a .tl,
div.autosuggest ul li a .tr { background-image: none; background-color: transparent; background-repeat: no-repeat; width: 6px; height: 6px; position: absolute; top: 0; padding: 0; margin: 0; color: Black; }
div.autosuggest ul li a .tr { right: 0; }
div.autosuggest ul li.as_highlight a .tl { left: 0; background-image: url('data:image/gif;base64,R0lGODlhBgAGAKIAABtczSpCbCBUsDE2Pf///wAAAAAAAAAAACH5BAEHAAQALAAAAAAGAAYAAAMOOBoC2sDBGCK58JIIdAIAOw==') /*../images/img_inquisitor/hl_corner_tl.gif*/; background-position: bottom left; }
div.autosuggest ul li.as_highlight a .tr { right: 0; background-image: url('data:image/gif;base64,R0lGODlhBgAGAKIAABtczSpCbCBUsDE2Pf///wAAAAAAAAAAACH5BAEHAAQALAAAAAAGAAYAAAMOCBLT8MI9NYh9wRKoZwIAOw==') /*../images/img_inquisitor/hl_corner_tr.gif*/; background-position: bottom right; }
div.autosuggest ul li.as_warning { font-weight: bold; text-align: center; }
div.autosuggest ul em { font-style: normal; color: #CF2B2B; }


/*
   Font sizes all relative to the "body" tag below and by using "em" it means if the user increases the font size on the browser (DDA compliance)
   then the sizes increase on the site in proportion too.
*/
body { font-family: 'Montserrat', sans-serif, Arial; font-size: 1em; font-weight:500; color: #4C4C4C; background-color: #F9F6EB; }

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, textarea, th { margin: 0; padding: 0; }

*, *::before, *::after { box-sizing: border-box; }

table { border-collapse: collapse; }

div[data-item-url] { cursor: pointer; }

#page { min-width: 320px; width: 100%; }
.row { width: 100%; clear: both; overflow: hidden; }
.col50 { float: left; width: 50%; }
.flex { display: flex !important; }
.max1600 { margin: 0 auto; width: 100%; max-width: 1600px; overflow: hidden }

.row { width: 100%; clear: both; overflow: hidden; }
.col25 { width: 25%; float: left; }

.col50 { width: 50%; float: left; }

/* RESPONSIVE: BASIC MEDIA QUERIES  */

@-moz-viewport { width: device-width; }
@-webkit-viewport { width: device-width; }
@viewport { width: device-width; }
@-ms-viewport { width: device-width; }

/* Large desktop */
.hidden { display: none; visibility: hidden; }
.visible-phone { display: none !important; }
.visible-tablet { display: none !important; }
.hidden-desktop { display: none !important; }
.visible-desktop { display: inherit !important; }
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop { display: inherit !important; }
  .visible-desktop { display: none !important; }
  .visible-tablet { display: inherit !important; }
  .hidden-tablet { display: none !important; }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .hidden-desktop { display: inherit !important; }
  .visible-desktop { display: none !important; }
  .visible-phone { display: inherit !important; }
  .hidden-phone { display: none !important; }
}

.columns {clear: both; margin:5px 0 10px 0;}
.columns .column {display: inline-block; vertical-align: top; padding: 5px 0 10px 10px; }
.columns .column:before { content: ""; display: inline-block; vertical-align: middle; height: 1px; }
.columns .column h3 {margin-top: 0;}
.grid3 { display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: 1fr; grid-gap: 30px; }
.col img { max-width: 100% }
.grid2 { display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: 1fr; grid-gap: 50px; }

    .grid2 .col {text-align: center;}
        .grid2 .col address {font-style: normal;}

        #regIsMobile { display: none; height: 0; width: 0; }
#screen, #mask { position: absolute; left: 0; top: 0; background: rgba(0,0,0,0.8); width: 100%; height: 100%; position: fixed; display: none; z-index: 999; opacity: 0.8; }
    #screen {display:block;}
   /* RESPONSIVE: THIS SETTING SCALES ALL IMAGES IN CONTENT MANAGED  PAGES ON MOBILES SO THEY DONT EXTEND OFF THE PAGE */
    .regBodyContent img { height: auto; max-width: 100%; }

/* Region: TOP MENU  */
header { clear: both; overflow: hidden;  }
    header .logo.Mob {display:none}
    header .logo { text-align: center; overflow: hidden; width: 70%; position: absolute; top: 0; left: 15%; -webkit-transition: opacity 0.4s ease-out; transition: opacity 0.4s ease-out; }
    header .logo img { margin: 20px 0; max-width: 100% }
    header .max1600 { min-height: 162px; }


    header .menuLinks { border-top: 2px dotted #4C4C4C; clear: both; }
header .menuLinks > ul { display: block; padding: 0; margin: 0 auto; text-align: center; list-style: none; }
    header .menuLinks > ul > li { display: inline-block; padding: 0; letter-spacing: 2.4px; text-transform: uppercase }
    header .menuLinks > ul > li > a { color: #4C4C4C; font-weight:600; text-decoration: none; display: block; line-height: 40px; padding: 5px 30px; }
        header .menuLinks > ul > li > a:hover { color: #E77C22; text-decoration: underline; }
header .menuLinks .search { float: right; }
.burger { display: none; }
@media (max-width: 480px) {
  #regIsMobile { display: block; }

}
.shoppingBasket { text-align: center; padding: 45px 25px 0 0; float: right; text-decoration: none; color: #4C4C4C; }
  .shoppingBasket #basketSummary { text-align: center; padding: 2px; font-weight: 600; }

@media (max-width: 1040px) {
    header .max1600 { min-height: 140px; }
    header .logo { text-align: center; overflow: hidden; width: 60%; position: absolute; top: 0; left: 20%; }
    .shoppingBasket { padding: 35px 25px 0 0;  }

}



.USP { text-align: center; padding: 10px; font-size: 0.9em; letter-spacing: 2.4px; color: #FFF; background-color: #B34700; text-transform: uppercase; }

.homeBanner { overflow: hidden; background-image: url(../../Images//template/SOI_bottles_bg.jpg); background-position: center top; background-repeat: no-repeat; background-size: cover; padding: 30px; text-align: center; }
    .homeBanner img {max-height: 500px}
.homeIntro, .homeVideo { min-height: 750px; overflow: hidden; background-image: url(../../Images//template/BG_cotswolds.jpg); background-position: center top; background-repeat: no-repeat; background-size: cover; text-align: center; }
    .homeIntro .inner { max-width: 1200px; margin: 30px auto; background: rgba(255, 255, 255, 0.6); padding: 60px; line-height: 30px; font-weight: 500 }
    .homeVideo { min-height:0  }
        .homeVideo .inner { margin: 10px ; padding: 30px; max-width: 1200px ; margin: 0 auto }
        #regTestimonials { display: flex; flex-direction: row; justify-content: space-between; align-items: center; grid-gap: 30px; background-color: #FAF2E4; font-weight: 300; padding: 40px; }
    #regTestimonials .col.quote { font-size: 1.4em; line-height: 44px; flex: 1; }
        #regTestimonials .col.quote .name { font-size: 1.8em; font-family: 'Italianno'; margin-top: 30px }
    #regTestimonials img { width: 300px; height: auto; }

#regBuyOnline { clear: both; color: #F9F6EB; font-weight: 300; padding: 40px; font-size: 0.9em; background-color: #83385D; background-image: url('../../images/template/SOI_watermark_bg.png'); background-repeat: no-repeat; background-position: center center; background-size: auto }
    #regBuyOnline .col, #regTestimonials .col  { text-align: center; font-weight: 500; line-height: 30px }
    #regBuyOnline img {max-height: 300px}
    #regBuyOnline h3{text-transform: uppercase; font-weight: 500; font-size: 1.5em; margin-bottom: 30px}
    #regBuyOnline .buyOnline div { max-width: 450px; margin: 0 auto; padding: 0 20px; cursor: pointer; }
        #regBuyOnline .buyOnline button {  margin-top: 20px ; }


    /* Region: FOOTER */
footer { clear: both; background-color: #F9F6EB; font-weight: 300; font-size: 0.9em }
    footer .max1600 { padding: 20px; overflow: hidden; }
    footer h3 { letter-spacing: 0.85px; text-align: center; color: #4C4C4C; font-size: 1.1em; padding-bottom: 10px; margin-bottom: 10px; text-transform: uppercase; font-weight: 700; }
    footer a { color: #4C4C4C; font-weight: 300; text-decoration: none; }
        footer a:hover { text-decoration: underline; }
    footer .menuLinks { float: left; }
    footer ul { display: inline; padding: 0; margin: 0; }
        footer ul li { list-style: none; text-align: center; padding: 5px 0 }
            footer ul li:before { padding: 0 5px 0 5px; }
            footer ul li:first-child:before { content: none; }
    footer .col { text-align: center; color: #4C4C4C }
        footer .col address { font-style: normal; line-height: 27px; }

    footer .social { background-color: #FAF2E4; border-top: 1px dashed #E77C22; line-height: 34px; }
        footer .social .Drinkaware  {max-width: 200px; margin-right: 20px; margin-top: -6px }
address a { color: #E77C22 }

.fbins img {height: 20px}

.social a { padding: 0 20px 0 0 }
address .companyName { font-weight: bold; }
.lowFooter { color: #fff; background-color: #B34700; font-weight: 500;  line-height: 26px; }
    .lowFooter .designedBy { display: flex; justify-content: space-between; padding-top: 10px; padding-bottom: 10px; }
.designedBy a { color: inherit; text-decoration: none; }
    .designedBy a:hover { text-decoration: underline; }
.designedBy img, .social img { vertical-align: middle; padding-right: 10px; }



@media (max-width: 930px) {

    header .menuLinks > ul > li > a {padding: 5px 14px}
    .grid3 { grid-template-columns: 1fr 1fr; grid-template-rows: 1fr; }
    footer .grid3 { grid-template-columns: 1fr ; grid-template-rows: 1fr; }
        footer .grid3 .col {margin-top: 30px;}
        footer .social .grid3 .col { margin-top: 5px; }
    footer ul li { list-style: none; text-align: center; padding: 10px 0 }

}

@media (max-width: 767px) {
    .grid2 { grid-template-columns: 1fr ; grid-template-rows: 1fr; }

    .fbins.grid2 {grid-gap: 15px}
    header .max1600 { min-height: 122px; }
    header .logo { display: none }
        header .logo.Mob { display: block }
            header .logo.Mob img {max-width: 100% ;max-height: 100%}
             header .logo { text-align: left; left: 40px; }
    .shoppingBasket { padding: 35px 25px 0 0; }

    .burger { display: block; float: right;  padding: 42px 25px 0 15px; cursor: pointer; }
    header .menuLinks div:hover .subs { display: none }
    .menuImg { width: 50px; display: block; z-index: 5; -webkit-transition: opacity 0.4s ease-out; transition: opacity 0.4s ease-out; }

    .openMenu { opacity: 1; display: block; }
    .closeMenu { opacity: 0; display: none }
    header .menuLinks { display: none }
    .USP {  height: 50px; line-height: 50px; padding: 0 10px; }
    header .menuLinks ul { display: none; width: 100%; background-color: #FFF; position: absolute; left: 0; z-index: 9999;  }
        header .menuLinks div, header .menuLinks ul li { width: 100%; border-bottom: 1px solid #BABABA; }
        header .menuLinks ul li { width: 96%; padding: 2% 4%; }
    header .menuLinks div { position: relative; }

    header .burger.active .openMenu { opacity: 0; display: none; }
    header .burger.active .closeMenu { opacity: 1; display: block; width: 40px }
    header .burger.active { position: fixed; top: 0; left: 0; width: 100%; height: 57px; z-index: 9999; background: #FFF;padding:8px }
    header .menuLinks.active { display: block;  position: fixed; top: 55px; left: 0; width: 100%; height: 100%; z-index: 9999; }
        header .menuLinks.active ul { display: block;  }

  #regTestimonials { flex-direction: column; }

}

.socialPics { overflow: hidden; }
    .socialPics img { display: block; width: 11.11111111111111%; float: left; }

@media (max-width: 1200px) {
    .socialPics .edge1 { display: none; }
    .socialPics img { width: 25%; }
}


@media (max-width: 767px) {
    .socialPics .edge1 { display: block; }
    .socialPics img { width: 33.33%; }
}


@media (max-width: 480px) {
    .socialPics .edge1 { display: none; }
    .socialPics img { width: 50%; }
    #regBuyOnline {padding: 20px}
    #regTestimonials .col.quote { font-size: 1.2em; line-height: 30px }
    .lowFooter .designedBy { display: block; text-align: center; padding: 10px }
        .lowFooter .designedBy div:first-child {padding-bottom:20px}
        header .max1600 { min-height: 100px; }
    header .logo.Mob { display: block; width: 45% }
    header .logo { text-align: left; left: 15px; }
    .shoppingBasket { padding: 23px 5px 0 0; }
    .burger {padding: 33px 15px 0 15px }
  #regTestimonials img { width: 100%; height: auto; max-width: 300px; }

}

/* **************************************************************************************************************** */
#regMainContent { clear: both; }




.regBodyContent { padding: 20px; font-size: 1.1em; overflow: hidden; line-height: 30px; font-weight: 500 }
    .regBodyContent h1, .homeIntro h1, .homeVideo h1 { margin-top: 5px; text-align: center; margin-bottom: 35px; font-size: 2.4em; line-height: 1.2em; font-weight: bold; text-transform: uppercase; color: #4C4C4C; }
.homeIntro h1, .homeVideo h1 { margin-top: 30px; }
        .regBodyContent h2 { margin-top: 8px; text-align: center; margin-bottom: 25px; font-size: 2.6em; line-height: 1em; font-weight: normal; font-family: 'Italianno'; color: #B34700; }

.regBodyContent .grid2 .col h3 {margin-bottom: 50px}

.regBodyContent h3 { margin-top: 8px; text-align: center; margin-bottom: 3px; font-size: 1.9em; font-weight: bold; text-transform: uppercase; color: #4C4C4C; }
    .regBodyContent h4 { margin-top: 8px; text-align: center; margin-bottom: 3px; font-size: 1.6em; font-weight: bold; text-transform: uppercase; color: #4C4C4C; }
    .regBodyContent .basketPopupTop h2 {font-size: 1.3em;}
.regBodyContent a, .homeIntro a { text-decoration: underline; font-weight: bold; color: #B34700; }

@media (max-width: 767px) {
    .regBodyContent h1 { font-size: 1.8em; line-height: 1.1em; }
    .regBodyContent h4 { font-size: 1.3em; }
    .homeIntro h1 { margin-bottom: 20px }
    .homeIntro .inner { padding:10px; margin: 10px auto }
    .grid3 { grid-template-columns: 1fr; grid-template-rows: 1fr; }
    footer { font-size: 1em }
}

.regBodyContent .FormDetail { margin-left: 60px; }
.regBodyContent ul li { list-style-type: square; }
.FixHeights { clear: both; }
/*If you want a background on regMainContent to span the height of regBodyContent this is necessary. */

.regBodyContent .CartLoginBox { border: 2px solid #CCCCCC; padding: 12px; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; text-align: justify; line-height: 1.4em; padding: 0 15px 10px 15px; min-height: 220px; margin-bottom: 10px; }

/* Region: Information boxes - warning and information */
.msgboxInformation { display: none; background: url(../images/message-boxes/message_info.jpg) no-repeat top right; color: white; background-color: #9EC933; font-weight: bold; margin: 2px 0 2px 1px; padding: 5px; }
.msgboxInformation #msgInformationToUserText { background: url(data:image/png;base64,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) no-repeat top left; margin: 5px 0 5px 7px; padding: 0 10px 5px 40px; min-height: 25px; line-height: 25px; font-size: 1em; font-weight: bold; }
.msgboxWarning { display: none; background: url(../images/message-boxes/message_warning.jpg) no-repeat top right; background-color: #FFB00B; color: white; font-weight: bold; margin: 2px 0 2px 1px; padding: 5px; }
.msgboxWarning #msgWarningToUserText { background: url(data:image/png;base64,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) no-repeat top left; margin: 5px 0 5px 7px; padding: 0 10px 5px 40px; min-height: 25px; line-height: 25px; font-size: 1em; font-weight: bold; }

.regBodyContent .breadcrumbtrail { padding-top: 5px; padding-bottom: 10px; }
.regBodyContent .breadcrumbtrail div { padding: 0 5px 0 5px; display: inline; }
.regBodyContent .breadcrumbtrail a { color: #F8A261; }

.regBodyContent .TxtLabel { text-align: right; white-space: normal; padding: 7px 6px 0 0; font-weight: bold; vertical-align: top; color: #222222; }
.regBodyContent .enterData { margin-left: 40px; }

.regBodyContent .quotes { }
.regBodyContent .quotes .quote { margin: 0 0 10px 0; padding-top: 10px; }
.regBodyContent .quotes .quote .header { background-image: url('data:image/gif;base64,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') /*../images/quotes/quote_header.gif*/; background-repeat: no-repeat; height: 32px; }
.regBodyContent .quotes .quote .middle { padding: 0 70px 10px 50px; font-size: 1.2em; background-image: url('data:image/gif;base64,R0lGODlhEQIgAKIAAP////Hx8fLy8tDQ0M/Pz9HR0QAAAAAAACH5BAAAAAAALAAAAAARAiAAAAP/SCEL/jDKSau9OOvNu/9gKI5kaZ5oqq5j4AZE8QZsbd94ru987//AkmAYGAxcw6ByyWw6n9ColIQsyha0qXbL7Xq/YCe2eHyFz+i0es3ejgsFRqNNr9vv+PxkRijP9YCBgoOEPC8CfTOFi4yNjo8SM0aKkJWWl5hhYwQERFmZoKGiozlVRp6kqaqrrBpyMH6frbO0tZmSZQy2u7y9g7hIAr7DxMVowFjGysvMTXKIfsLN09TVLJudZtbb3N0ch5xV3uPk5QDPAwpy5uztzQtDk9ru9PW74Arz9vv8pMgu/QIKxASMgbSBCBMSkpQPoMKHEO8YJEMposWLZxhWxMixMqOUV/J0eRxJcgmfaCVTqtwxRp7DlTBjoij4UqbNmx6CDYhjEKfPnxhaxgJKtOgDkAkAADs=') /*../images/quotes/quote_bg.gif*/; background-repeat: repeat-y; }
.regBodyContent .quotes .quote .footer { background-image: url('data:image/gif;base64,R0lGODlhEQKPANUAAP///8vLy7+/v/Hx8fLy8tDQ0N/f38/Pz+Dg4NHR0cXFxe3t7fv7+93d3fPz8/T09Pr6+vf399XV1dTU1OHh4cDAwOrq6vb29vz8/Pn5+fDw8Nzc3Onp6dfX18zMzO7u7v39/fj4+NnZ2c3Nzebm5vX19eXl5eTk5OPj49LS0snJydvb2/7+/sfHx729vc7OztjY2OLi4tra2sLCwt7e3u/v7+fn58TExMjIyLy8vOzs7MbGxsPDw9PT08HBwdbW1iH5BAAAAAAALAAAAAARAo8AAAb/wMNgSMAAjsikcslsOp/QqHRKrVqv2Kx2y+16v+CweGxlTASKtGI38ziWjYr6pvDdLE0QYTgoFAh7BCFkhIWGh4iJiouMjY6PAAEeBpQIBpYJFRFJNAENlpSUEy0cTBl7QwcJfAMPkK+wsbKztLW2sw48oKGVBxNJFQ2VlwiWEgpMDqwFQqyDt9DR0tPU1dZgFAHF27sryEcOM8XEl6EzF0oQRKkFrAMEDNfy8/T19vdkNC+7oJYILkgWKBgXapeCBUkYrBvCzB2gTfgiSpxIsSK0Bvt4+buUI+COYQWLHURyyuGBdnwCEXCQAYTFlzBjypxZBeOucv4AHvmgoJxP/1AjQWR4gOpdqgQ1UBU1yjQlq6JLF7p7OlUq06hYU0bVWjVQ06pWr07dqtQpIKpiwapNuxZrWa9goWZ1+nUrV4dn6SoFBNeu2rJ4/44dvLYwWYd0Cb/zuzjxX8BUGaO9O7frZD4OLoQwgpEcTko6AfAkt5HSDYQMIjxQtk5Dig46HCsu/BWxbdpQwz7l2/ay7qZ5Bc8evFTybdpSjdeu3TevSq1u6zZ+Lvtu2OJxG/u2bFaxZN5djSvP/pi79urX10FWv3w4gRIh4nXm9Tm0QJz9Lo2EoNrBUh0dUGBCXMG11117hy003m9+5UZEZdEhVqCDCi62IFvYFYjgbw8eJ/+dZXZROJmIxXklonVs6fVgbme1eNuFybGHm4oyRigXhxKe92J5IcrG4l4PRAABABuM4E9pltjXUyXbhLLDBwBAcAFRS52AwAIN0OgdjgTGKNyXRgXXV2TVjdlbjwbaVll6KI71lnITIoedhxoi5yV6BsKoY4mzvcVdg2FuF1iH07GJ13qAhjecncBp5cADFwxJwSQa8dIRODyQRhACCkDJ32rubPABCwUsYBhcVpnI6IF4Dmqeq4s2mt16g9a54oW0KuoYmq/W+OGpZWZ1Inl0ssqlsYHimSiXqKapoaoYGmvrbmQmu9x3z610QQYYDJApQbyI0AIwMPxUkAAMsJD/gWpLLVCASxZs0KWdznlI3KoVzjntnsTS6GCC+BJK7bB+nsdiWgSLB+yI41FIXau63Yjwrwv+2+y1Bs/rY5hm4irtrNZerKaO7zgAXzwSqNBBk/6kIEESJFSQQEjlAKTulMGtUMoRKFBwaJnObvjzsw1naK/G/RYqqIwLQ4xsmsfihu3R+9LL27TPVohWhDMyx/C9YI7I6MEginkVwABz3LRY2nILAAkqM3lJACYcwcIRA+BA6ZE/BAAABhmUQBQfMZyQRAgHIKAB0gG3iii9hiXNa5uUi2weY2ZCnauhWRt99dLVBjwhtAtDW/XYSXP1sKzCzclgxW42zHbXvW3o/4DJEcQDgAnaEFMMugCAgIERADCgwAQ3JSBD8RGU4N8AGlCQwDNIMHCCBBZUOzm1qJNpOeW9+ht1sq4LtuaWqaZfJ2AH7wU+65CXJ7/Ym19WtMjg2U9y/N/X31b/bmoc6oz2s7FACgLE84AE+iECHASPARBA4E4GUpAW4IE/ziOABSRwAuItYQEHkIEJsveqoq1oad/bldjOtqzEnG5iq+ocAZ8WwKN5L2M5QlqPwJM28+XPN4m6GNo2piug+S9V9ZKaAEEXmWHJj30OeUAJIkA8C7TAJwGgQPAgEIL43A0AKhBBJbwBABaE4AIfsMEGCqCDKGgAASLwgx9Owgw6yv/xjic5gB0LwAFGJSCPd2RGARIwxzsSEo903CMh9ciMRQaykYIs5CEHKciT/NGOjKRkHQPJSD3u0ZKAnGMCDrlHThayk5X0wyTniMpSslKVmJykIytZyj8OMo+HnGUhN6lKTdYxj5j0pSoeGclLvhKYkYwkI0eZSmUm046rlGMpXRlKREYTkpy0JTZVEUpXStOQ2NwmHnv5SD3qcpC2HCUdSWlJYn6Tki5bwQk0cIT7mIMAANCADVBgggVk4AgeWBklPNAAADzABsJAAJQaoYEOcK8qExgSTSZK0Ypa9As8AQUMvtEEHJSLEsCbRQxQEMCywACfF02pSlfKUgDEERT/KiCBEyIwg1Ac4GW0uEACTFWrPRhgZy0NqlCHig8HVGADouAoE/5IiTigoxYcEMHiPGSBFRD1qljN6i0YgIMEgOIGC2WCCAJQiREU9BYo2ABZ8qKBiGr1rXCNKyICMIJyeCABToBbKI4h0VucwGfmoYAN5ErYwhoWCzIgKyV6UAHdLYEAFViZJUghDQj0TDuo+kACXHLYznr2s1YUhgE2MBImGG9mlBgBTqWRARQgoC0IkOlnZ0vbtzKgAhIohyecIAMjUSIFKnCsNDAQgyzJigA16IErasvc5rJUApQywAh+0YQL+IAGlMgESq1xgg7wtEIm0KJzx0temuQgFAEI/64TioSJCmz3GhZIAQlkswLZlve++I1IDjowgeNBoQEj6MAIFPBeeRCgARuoAWJqMAGE5PfBELZGAjxQqihwwAOeEG49SJCCAU3FAglYboRHTOISS6EEFOiABQBjAgT808QwjnGMFyACnT1lpDLOsY4jTGMY9JEvNEDBjodM5PFqYAM/mOcQGhADzhb5yVA27AMokIINcIAAP42ylrcMVxBgCXkyGACXx0zmoUKAA/Qss5rXzOY2u/nNcI6znOdM5zrb+c54zrOe98znPvv5z4AOtKAHTehCG/rQiE60ohfN6EY7+tGQjrSkJ03pSlv60pjOtKY3zelOe/rToA61qOFHTepSm/rUqE61qlfN6la7+tWwjrWsZ03rWtv61rjOta53zete+/rXwA62sIdN7GIb+9jITrayl83sZjv72dCOtrSnTe1qW/va2M62trfN7W57+9vgDre4x03ucpv73OhOt7rXze52u/vd8I63vOdN73rb+974zre+983vfvv73wAPuMAHTvCCG/zgCE+4whfO8IY7/OEQj7jEJ07xilv84hjPuMY3zvGOe/zjIA+5yEdO8pKb/OQoT7nKV87ylrv85TCPucxnTvOa2/zmOM+5znfO8577/OdAD7rQh77nIAAAOw==') /*../images/quotes/quote_footer_bg.gif*/; background-repeat: no-repeat; height: 23px; font-size: 1.1em; color: #333333; padding: 32px 50px 0 80px; }

.regBodyContent .OfficeLocations { vertical-align: top; border-bottom: 1px solid #CCCCCC; margin-bottom: 8px; padding-bottom: 8px; }
.regBodyContent .OfficeLocations .OfficeName { float: left; font-size: 1.4em; font-weight: bold; color: #027D85; margin-bottom: 6px; clear: left; }
.regBodyContent .OfficeLocations .Address { float: left; clear: left; }
.regBodyContent .OfficeLocations .MapArea { float: right; clear: right; }
.regBodyContent .OfficeLocations .MapArea .Map { width: 355px; height: 200px; border: 2px solid #E3E3E3; margin: 0; }
.regBodyContent .OfficeLocations .MapArea .DirectionFinder { background-color: #027d85; text-align: center; padding: 3px 3px 2px 10px; margin: 4px 0 0 0; border: 0 solid #E3E3E3; color: #FFFFFF; font-size: 1.3em; font-weight: bold; padding-right: 6px; }
.regBodyContent .OfficeLocations .MapArea .DirectionFinder a { color: #FFFFFF; font-size: 0.9em; }
@media (max-width: 767px) {
    .regBodyContent .OfficeLocations .MapArea {width: 100%; clear: both; margin-bottom: 20px}
}
.regBodyContent .Warning { margin: 0 auto; clear: both; background: #EDA32D; /* old browsers */ background: -moz-linear-gradient(top, #F1FA00 0, #FCFEC6 99%); /* firefox */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F1FA00), color-stop(99%,#FCFEC6)); /* webkit */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F1FA00', endColorstr='#FCFEC6',GradientType=0 ); /* ie */ border: none; text-align: left; padding: 0.4em; padding-left: 1em; font-size: 1.1em; border: solid 2px #DC0125; -webkit-border-radius: 5px; border-radius: 5px; -moz-border-radius: 5px; }

.regBodyContent .productRelated { clear: both; margin: 15px 0 20px 0; }

.regBodyContent .galleryImages { clear: both; margin: 15px 0 20px 0; }
.regBodyContent .galleryImages .image { border: 1px solid silver; float: left; padding: 2px; margin: 0 6px 10px 0; }
.regBodyContent .galleryImages .image img { border: none; }
.regBodyContent .galleryImages .instructions { color: gray; clear: both; font-size: .9em; }

/* GENERIC datagrid styles - NOTE: THis is used in MyAccount area for orders etc... */
table.datagrid { padding: 0; border-collapse: collapse; margin: 1px; width: 100%; border: 1px solid silver; }
table.datagrid tr td {vertical-align: top; padding: 2px 3px; border: none;}
table.datagrid tr td label {display: none;}
table.datagrid .header td { background: #333; font-weight: normal; color: #FFF; border-right: 1px solid #FFFFFF; font-size: 1em; padding: 4px 8px 4px 8px; }
    table.datagrid .item td { border-bottom: 1px solid silver; background-color: #FFFFFF; margin: 1px; padding: 4px 8px 4px 8px; }
table.datagrid .item a { text-decoration: none; font-weight: bold; }
table.datagrid .item a:hover { text-decoration: underline; }
    table.datagrid .alternatingItem td { background-color: #efefef; border-bottom: 1px solid silver; background-color: #FFFFFF; margin: 1px; padding: 4px 8px 4px 8px; }
.EmptyDatagridMessage { text-align: center; font-weight: bold }

/* Generic paging styles - Ecommerce, etc */
.regBodyContent .paging { padding: 5px 0 8px 5px; }
.regBodyContent .paging a { text-decoration: none; }
.regBodyContent .paging table { width: 100%; }
.regBodyContent .paging .previousPageT { text-align: right; width: 120px; padding-right: 5px; }
.regBodyContent .paging .previousPageT a { color: #FFFFFF; background-color: #A25188; padding: 3px 5px 3px 5px; }

.regBodyContent .paging .previousPage { text-align: right; width: 220px; padding-right: 5px; }
.regBodyContent .paging .previousPage a { color: #FFFFFF; background-color: #A25188; padding: 3px 5px 3px 5px; }
.regBodyContent .paging .pageNumbers { text-align: center; width: 310px; }
.regBodyContent .paging .pageNumbers a.unselectedPage { font-weight: bold; color: #FFFFFF; padding: 3px 5px 3px 5px; background-color: #5B1243; }
.regBodyContent .paging .pageNumbers a.selectedPage { font-weight: bold; padding: 3px 3px 3px 3px; color: #5B1243; }
.regBodyContent .paging .nextPage { width: 70px; text-align: left; }
.regBodyContent .paging .nextPage a { color: #FFFFFF; padding: 3px 5px 3px 5px; background-color: #A25188; }
.regBodyContent .paging .all a { font-weight: bold; color: #FFFFFF; padding: 3px 5px 3px 5px; background-color: #A25188; }
.regBodyContent .paging .all { white-space: nowrap; padding-left: 20px; }

.regBodyContent .ContentSearch ol { margin-left: 5px; padding-left: 7px; }
.regBodyContent .ContentSearch ol li { margin-left: 5px; padding-left: 4px; }
.regBodyContent .ContentSearch .SearchResults { border-bottom: 1px solid #CCCCCC; padding-bottom: 5px; margin-bottom: 5px; }
.regBodyContent .ContentSearch .SearchResults .Header .Category { color: #E96C20; font-weight: bold; }
.regBodyContent .ContentSearch .SearchResults .Header a { font-size: 1.1em; text-decoration: none; }
.regBodyContent .ContentSearch .SearchResults .Date { font-weight: bold; font-style: italic; color: #313131; padding-top: 5px; }
.regBodyContent .ContentSearch .SearchResults .Content { clear: both; padding: 5px 0 0 0; }
.regBodyContent .ContentSearch .SearchResults .ReadMore { text-align: right; padding-top: 6px; padding-bottom: 3px; }
.regBodyContent .ContentSearch .SearchResults .ReadMore a { background-color: #E96C20; padding: 1px 4px 1px 4px; color: #FFFFFF; text-decoration: none; }

.documents .col50 { padding: 10px; }
.documents .col50 h4 { padding-bottom: 10px; }
.documents .col50 .EnterData .ruInputs { display: none; }

@media (max-width: 950px) {
  .documents .col50 { clear: both; width: 100%; padding: 10px 0; }
}
@media (max-width: 450px) {
  .documents .datagrid, .documents .datagrid * { display: block; }
  .documents .datagrid .header { display: none; }
  .documents .datagrid .item td { width: 100% !important; padding-left: 170px; position: relative; text-align: left !important; border-right: 1px solid grey; }
  .documents .datagrid .item td::before { position: absolute; top: 0; left: 0; height: 100%; width: 160px; text-align: right; padding-right: 10px; background: #ddd; line-height: 26px; vertical-align: middle; }
  .documents .datagrid .item td:nth-child(1)::before { content: 'Filename'; }
  .documents .datagrid .item td:nth-child(2)::before { content: 'Date Uploaded'; }
  .documents .datagrid .item td:nth-child(3)::before { content: 'Download'; }
  .documents .datagrid tr td:last-child { border-bottom: 2px solid #333; }
  .documents .datagrid tr:last-child td:last-child { border-bottom: none; }
}

/* Gallery related styles */
.regBodyContent .GalleryThumbnailBrowse { height: 200px; }
.regBodyContent .GalleryThumbnailBrowse .SubCategory { padding: 1px; text-align: center; border: 1px solid #CCCCCC; margin-right: 5px; }
.regBodyContent .GalleryThumbnailBrowse .SubCategory .Thumbnail { background-color: #FFFFFF; height: 160px; width: 160px; margin: 2px; display: table-cell; vertical-align: middle; }
.regBodyContent .GalleryThumbnailBrowse .SubCategory .Title { background-color: #CCCCCC; text-align: center; padding: 3px; margin: 0; }
.regBodyContent .GalleryThumbnailBrowse .SubCategory .Title a { text-decoration: none; color: #000000; font-size: 1.1em; }

/* Cookie Notification */
#cookieNotification { display: none; position: fixed; bottom: 0; z-index: 1000; background-color: #F9F6EB; border: none; border-top: 2px dotted #4C4C4C; padding: 8px 15px; width: 100%; font-size: .9em; }
    #cookieNotification #cookieMsgClose { float: right; margin: 5px 0 5px 10px; padding: 5px 10px; font-weight: bold; text-transform:uppercase; color: white; background-color: #B34700; cursor: pointer; }
#cookieNotification p { margin: 5px 0; }
    #cookieNotification a { text-decoration: underline; color: #4C4C4C }

/* Comments on pages */
#comments { clear: both; margin: 15px 0 15px 0; }
#comments ul { padding: 0; margin: 0; list-style-type: none !important; }
#comments ul li { list-style-type: none !important; border-left: 3px solid #ccc; margin: 10px 10px 10px 40px; padding-left: 15px; }
#comments ul li span.comment { display: block; color: #444444; margin: 4px 0 4px 0; }
#comments ul li span.comment:before { content: '\201C'; }
#comments ul li span.comment:after { content: '\201C'; }
#comments ul li span.personsname { color: gray; font-weight: bold; }
#comments ul li span.datestamp { display: block; font-size: .9em; color: gray; }
#comments ul li.leaveNewComment { cursor: pointer; border-left: none; margin: 15px 10px 10px 20px; }
#comments ul li.noComments { cursor: pointer; }

.regBodyContent .custAddress { width: 25%; min-height: 230px; min-width: 200px; padding: 1%; float: left; background-color: #F6F6F6; margin-bottom: 2%; margin-right: 2%; }
.regBodyContent .custAddress ul { margin: 0; padding-left: 2%; list-style: none; }
.regBodyContent .custAddress li:before { content: ''; display: inline-block; height: 1.3em; width: 1.3em; background-image: url('../../images/tick.svg'); background-size: contain; background-repeat: no-repeat; margin: 0 2% 0 0; background-position: left center; }
.regBodyContent .custAddress li { padding-left: 2%; padding-bottom: 1%; }
.regBodyContent .defaultAdd { height: 60px; font-size: 0.9em; }

.filetypeicon { max-height: 30px; }

@media all and (max-width: 480px) {

  #regSkip { display: block; }
  .regBodyContent .defaultAdd { height: auto; font-size: 1em; }
  .regBodyContent .custAddress { width: 100%; min-height: 0; min-width: 0; padding: 2%; float: left; background-color: #F6F6F6; margin-bottom: 2%; margin-right: 0; }
}



.b-lazy {
        -webkit-transition: opacity 500ms ease-in-out;
           -moz-transition: opacity 500ms ease-in-out;
             -o-transition: opacity 500ms ease-in-out;
                transition: opacity 500ms ease-in-out;
                 max-width: 100%;
                   opacity: 0;
    }
    .b-lazy.b-loaded {
                   opacity: 1;
    }


.ac-overlay { box-sizing: border-box; height: 100%; width: 100%; position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0,0,0,0.8); z-index: 99998; opacity: 0; cursor: wait; }
.ac-container { box-sizing: border-box; font-family: 'Montserrat', sans-serif, Arial; width: 380px; position: fixed; padding: 20px 20px 30px 20px; background: #fff; z-index: 99999; opacity: 0; text-align: center; border-radius: 4px; box-shadow: 0px 0px 5px #000; font-weight: normal; }
    .ac-container h2 { box-sizing: border-box; margin: 0 0 14px 0; font-size: 26px; border-bottom: 1px dashed #ccc; padding-bottom: 11px; }
    .ac-container h3 { box-sizing: border-box; color: #E77C22; margin-bottom: 5px; margin-top: 15px; font-size: 26px; }
    .ac-container p { box-sizing: border-box; margin: 0 0 20px 0; font-size: 14px; color: #959595; line-height: 20px; }
    .ac-container .ac-drinkaware { margin-bottom: 10px; width: 250px }
    .ac-container p strong { color: #FF1F1F; }
    .ac-container select,
    .ac-container input { box-sizing: border-box; color: #555; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; margin-right: 5px; border: 1px solid #ccc; }
        .ac-container input.day { box-sizing: border-box; width: 45px; height: 28px; }
        .ac-container input.year { box-sizing: border-box; width: 70px; height: 28px; }
    .ac-container select { box-sizing: border-box; height: 28px; padding-left: 4px; width: auto !important; }
    .ac-container button { font-family: 'Montserrat'; -webkit-appearance: none; box-sizing: border-box; display: inline-block;  margin-bottom: 0; font-weight: 500; text-align: center; vertical-align: middle; cursor: pointer; -ms-touch-action: manipulation; touch-action: manipulation; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; border: 1px solid transparent; border-radius: 4px; padding: 4px 10px 4px 10px; font-size: 14px; line-height: 1.5; width: 80%; background: #E77C22; color: #fff; }
        .ac-container button:hover { box-sizing: border-box; background: #83385D; }
    .ac-container .errors { box-sizing: border-box; margin: 0 0 20px 0; font-size: 12px; line-height: 18px; color: #FF1F1F; }
        .ac-container .errors ul,
        .ac-container .errors li { box-sizing: border-box; padding: 0 0 3px 0; margin: 0 0 0 0; list-style: none; }
            .ac-container .errors li span { box-sizing: border-box; font-size: 9px; background: #ebebeb; border: 1px solid #ccc; width: 14px; height: 14px; border-radius: 7px; display: inline-block; color: #FF1F1F; font-weight: bold; text-align: center; margin-right: 5px; line-height: 13px; position: relative; top: -2px; text-shadow: 1px 1px 0 #fff; font-family: arial; }
    .ac-container .fields { box-sizing: border-box; clear: both; margin: 10px 0 10px 0; }

@media (max-width: 500px) {
    .ac-container { box-sizing: border-box; width: auto; margin-right: 20px; margin-left: 1px; }
        .ac-container select,
        .ac-container input.day,
        .ac-container input.year { box-sizing: border-box; display: block; margin-bottom: 10px; margin-right: 0; width: 100%; }
        .ac-container button { box-sizing: border-box; display: block; width: 100%; }
}

#adminToolbar  { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAaCAYAAAHXptwiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1MUExOTkzQkIyRDJERTExODhEQ0ZFODI4NzIzMTAyNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5MDM1QkJGNTQzMjcxMUUwQkVDNDkwQTkwNEVGMzc0NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5MDM1QkJGNDQzMjcxMUUwQkVDNDkwQTkwNEVGMzc0NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCODYyRjBCREY5M0ZFMDExOTQzM0M3RkQ5ODk5M0RBRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1MUExOTkzQkIyRDJERTExODhEQ0ZFODI4NzIzMTAyNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PppYkfwAAAEKSURBVHjaYmQp3rCfAQmwSApwMaAIqIkLoAoISouhCAAEECMVzAAIIEa+qi0oZqADFkVhXga8ClSkhPAqAAggDGei6OZiZ8FtND8nG25JIS523JIivJy4JQXwSTLy4fYvQAAxcpRtwhtaeAOKl4OVgWzNglxs5GsW5uGgQDOe0CKomZubfM0AAUgnAxMAYBCGwezc/P/ewT5QaA4IkWLaxxnNiuWfnQLwUfjw3QAuBsuHu4xnOEEYRcyHmEUGe+WH8QUYI1vJRrIzBiUA6GMmhgGxmI2CPEWRxRwDZjHrAFnMyTZQFlOQnyiymJt9gCzmYmcdoMTFNkAWs7INUFAzswyQxU/5hQfEYgAFGxUeGXSYOAAAAABJRU5ErkJggg==') /*../images/_toolbar/tbar_bg_all.png*/; background-repeat: repeat-x; width: 100%; height: 26px; top: 0; left: 0; padding: 0; margin: 0; color: White; font-size: .9em; }

#adminToolbar .version {float: right; height: 26px; color: white; text-transform: uppercase; font-weight: bold; padding: 6px 40px 0 30px; background-image: url('data:image/png;base64,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') /*../images/_toolbar/tbar_logo_zarr.png*/; background-repeat: no-repeat; background-position:right top;}

#adminToolbar .actionsL {float: left; width: 3px; height: 26px; margin-left: 20px; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAaCAYAAAEF9tZ6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1MUExOTkzQkIyRDJERTExODhEQ0ZFODI4NzIzMTAyNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozODdBNjc5OTNGRkExMUUwQUUwQzlGRjkxOTNFMTRBNiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozODdBNjc5ODNGRkExMUUwQUUwQzlGRjkxOTNFMTRBNiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCNzYyRjBCREY5M0ZFMDExOTQzM0M3RkQ5ODk5M0RBRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1MUExOTkzQkIyRDJERTExODhEQ0ZFODI4NzIzMTAyNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtChytwAAABySURBVHjaYvj//z8DEwMDQwOIYGAAcQECCESUgrjcYDGAAGKAKcFNAAQQI1AJM5DOB6ltgKuHy2MwjgAxD0AAwQ12ArG4ibAHTniAFQMEGCPYtVAA4rgAaRYgPgZ3B4pbUJxBNc5XUEghhwLIFboobgMAMrQ8Z8CMgCIAAAAASUVORK5CYII=') /*../images/_toolbar/tbar_box_end_l.png*/; background-repeat: no-repeat;}
#adminToolbar .actions {float: left; height: 26px; color: Yellow; padding: 4px 10px 0 10px; font-weight: bold; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAaCAYAAAHnKs0DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1MUExOTkzQkIyRDJERTExODhEQ0ZFODI4NzIzMTAyNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozODdBNjc5NTNGRkExMUUwQUUwQzlGRjkxOTNFMTRBNiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozODdBNjc5NDNGRkExMUUwQUUwQzlGRjkxOTNFMTRBNiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCNzYyRjBCREY5M0ZFMDExOTQzM0M3RkQ5ODk5M0RBRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1MUExOTkzQkIyRDJERTExODhEQ0ZFODI4NzIzMTAyNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvdpJTkAAABCSURBVHjaYvj//z8DEwMQIAiAAGJAFQMIIAYsStAIgABiBCppgDEYEDrxMwACCK6YBYhJ104eAyDA4FYMTYEGvCoAqQA9jNBT8y4AAAAASUVORK5CYII=') /*../images/_toolbar/tbar_box_bg.png*/; background-repeat: repeat-x;}
#adminToolbar .actions div.text {float: left; padding: 2px 10px 0 0; vertical-align: top;}
#adminToolbar .actions div.icon {float: left; padding: 0 10px 0 0; vertical-align: top;}
#adminToolbar .actions a {color: white; text-decoration: none;}
#adminToolbar .actionsR {float: left; width: 3px; height: 26px; margin-right: 20px; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAaCAYAAAEF9tZ6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1MUExOTkzQkIyRDJERTExODhEQ0ZFODI4NzIzMTAyNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozOEIwRTI0NzNGRkExMUUwQUUwQzlGRjkxOTNFMTRBNiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozOEIwRTI0NjNGRkExMUUwQUUwQzlGRjkxOTNFMTRBNiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCNzYyRjBCREY5M0ZFMDExOTQzM0M3RkQ5ODk5M0RBRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1MUExOTkzQkIyRDJERTExODhEQ0ZFODI4NzIzMTAyNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pq72r5YAAABwSURBVHjaYvj//z8DEwMQIAiAAGJAFQMIIDi3FERwY1MMEEAgogiImRnBPAaGBogcXBE6gweIjwIEENxgJxCLmwGLU3ARHmDFAAEGsw0MQBw+IG0FxH+QZRBuQXEGVTgwe7iBOAvkphIgdkcOCTAAAL9RPtw480aOAAAAAElFTkSuQmCC') /*../images/_toolbar/tbar_box_end_r.png*/; background-repeat: no-repeat;}

#adminToolbar .seoL {float: left; width: 3px; height: 26px; margin-left: 20px; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAaCAYAAAEF9tZ6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1MUExOTkzQkIyRDJERTExODhEQ0ZFODI4NzIzMTAyNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozODdBNjc5OTNGRkExMUUwQUUwQzlGRjkxOTNFMTRBNiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozODdBNjc5ODNGRkExMUUwQUUwQzlGRjkxOTNFMTRBNiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCNzYyRjBCREY5M0ZFMDExOTQzM0M3RkQ5ODk5M0RBRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1MUExOTkzQkIyRDJERTExODhEQ0ZFODI4NzIzMTAyNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtChytwAAABySURBVHjaYvj//z8DEwMDQwOIYGAAcQECCESUgrjcYDGAAGKAKcFNAAQQI1AJM5DOB6ltgKuHy2MwjgAxD0AAwQ12ArG4ibAHTniAFQMEGCPYtVAA4rgAaRYgPgZ3B4pbUJxBNc5XUEghhwLIFboobgMAMrQ8Z8CMgCIAAAAASUVORK5CYII=') /*../images/_toolbar/tbar_box_end_l.png*/; background-repeat: no-repeat;}
#adminToolbar .seo {float: left; height: 26px; color: Yellow; padding: 5px 10px 0 10px; font-weight: bold; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAaCAYAAAHnKs0DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1MUExOTkzQkIyRDJERTExODhEQ0ZFODI4NzIzMTAyNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozODdBNjc5NTNGRkExMUUwQUUwQzlGRjkxOTNFMTRBNiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozODdBNjc5NDNGRkExMUUwQUUwQzlGRjkxOTNFMTRBNiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCNzYyRjBCREY5M0ZFMDExOTQzM0M3RkQ5ODk5M0RBRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1MUExOTkzQkIyRDJERTExODhEQ0ZFODI4NzIzMTAyNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvdpJTkAAABCSURBVHjaYvj//z8DEwMQIAiAAGJAFQMIIAYsStAIgABiBCppgDEYEDrxMwACCK6YBYhJ104eAyDA4FYMTYEGvCoAqQA9jNBT8y4AAAAASUVORK5CYII=') /*../images/_toolbar/tbar_box_bg.png*/; background-repeat: repeat-x;}
#adminToolbar .seo div.text {float: left; padding: 1px 10px 0 0; vertical-align: top;}
#adminToolbar .seo div.icon {float: left; padding: 0 10px 0 0; vertical-align: top;}
#adminToolbar .seo a {color: white; text-decoration: none;}
#adminToolbar .seoR {float: left; width: 3px; height: 26px; margin-right: 20px; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAaCAYAAAEF9tZ6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1MUExOTkzQkIyRDJERTExODhEQ0ZFODI4NzIzMTAyNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozOEIwRTI0NzNGRkExMUUwQUUwQzlGRjkxOTNFMTRBNiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozOEIwRTI0NjNGRkExMUUwQUUwQzlGRjkxOTNFMTRBNiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCNzYyRjBCREY5M0ZFMDExOTQzM0M3RkQ5ODk5M0RBRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1MUExOTkzQkIyRDJERTExODhEQ0ZFODI4NzIzMTAyNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pq72r5YAAABwSURBVHjaYvj//z8DEwMQIAiAAGJAFQMIIDi3FERwY1MMEEAgogiImRnBPAaGBogcXBE6gweIjwIEENxgJxCLmwGLU3ARHmDFAAEGsw0MQBw+IG0FxH+QZRBuQXEGVTgwe7iBOAvkphIgdkcOCTAAAL9RPtw480aOAAAAAElFTkSuQmCC') /*../images/_toolbar/tbar_box_end_r.png*/; background-repeat: no-repeat;}

#adminToolbar .previewPageL {float: left; width: 3px; height: 26px; margin-left: 20px; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAaCAYAAAEF9tZ6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1MUExOTkzQkIyRDJERTExODhEQ0ZFODI4NzIzMTAyNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozODdBNjc5OTNGRkExMUUwQUUwQzlGRjkxOTNFMTRBNiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozODdBNjc5ODNGRkExMUUwQUUwQzlGRjkxOTNFMTRBNiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCNzYyRjBCREY5M0ZFMDExOTQzM0M3RkQ5ODk5M0RBRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1MUExOTkzQkIyRDJERTExODhEQ0ZFODI4NzIzMTAyNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtChytwAAABySURBVHjaYvj//z8DEwMDQwOIYGAAcQECCESUgrjcYDGAAGKAKcFNAAQQI1AJM5DOB6ltgKuHy2MwjgAxD0AAwQ12ArG4ibAHTniAFQMEGCPYtVAA4rgAaRYgPgZ3B4pbUJxBNc5XUEghhwLIFboobgMAMrQ8Z8CMgCIAAAAASUVORK5CYII=') /*../images/_toolbar/tbar_box_end_l.png*/; background-repeat: no-repeat;}
#adminToolbar .previewPage {float: left; height: 26px; color: Yellow; padding: 5px 10px 0 10px; font-weight: bold; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAaCAYAAAHnKs0DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1MUExOTkzQkIyRDJERTExODhEQ0ZFODI4NzIzMTAyNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozODdBNjc5NTNGRkExMUUwQUUwQzlGRjkxOTNFMTRBNiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozODdBNjc5NDNGRkExMUUwQUUwQzlGRjkxOTNFMTRBNiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCNzYyRjBCREY5M0ZFMDExOTQzM0M3RkQ5ODk5M0RBRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1MUExOTkzQkIyRDJERTExODhEQ0ZFODI4NzIzMTAyNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvdpJTkAAABCSURBVHjaYvj//z8DEwMQIAiAAGJAFQMIIAYsStAIgABiBCppgDEYEDrxMwACCK6YBYhJ104eAyDA4FYMTYEGvCoAqQA9jNBT8y4AAAAASUVORK5CYII=') /*../images/_toolbar/tbar_box_bg.png*/; background-repeat: repeat-x; text-transform: uppercase }
#adminToolbar .previewPageR {float: left; width: 3px; height: 26px; margin-right: 20px; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAaCAYAAAEF9tZ6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1MUExOTkzQkIyRDJERTExODhEQ0ZFODI4NzIzMTAyNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozOEIwRTI0NzNGRkExMUUwQUUwQzlGRjkxOTNFMTRBNiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozOEIwRTI0NjNGRkExMUUwQUUwQzlGRjkxOTNFMTRBNiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCNzYyRjBCREY5M0ZFMDExOTQzM0M3RkQ5ODk5M0RBRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1MUExOTkzQkIyRDJERTExODhEQ0ZFODI4NzIzMTAyNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pq72r5YAAABwSURBVHjaYvj//z8DEwMQIAiAAGJAFQMIIDi3FERwY1MMEEAgogiImRnBPAaGBogcXBE6gweIjwIEENxgJxCLmwGLU3ARHmDFAAEGsw0MQBw+IG0FxH+QZRBuQXEGVTgwe7iBOAvkphIgdkcOCTAAAL9RPtw480aOAAAAAElFTkSuQmCC') /*../images/_toolbar/tbar_box_end_r.png*/; background-repeat: no-repeat;}

#adminToolbarSharing { position: fixed; bottom: 0; background-color: #808080; width: 100%; height: 40px; left: 0; padding: 0; margin: 0; color: White; font-size: 1em; text-transform: uppercase }

    #adminToolbarSharing .version { float: right; height: 40px; color: white; text-transform: uppercase; font-weight: bold; line-height: 40px; padding-right: 20px; }

    #adminToolbarSharing input[type=submit].Approve { background-color: green; color: #FFF; padding: 4px 10px; font-size: 1.1em; font-family: sans-serif,Arial; border: 1px solid green }
    #adminToolbarSharing input[type=submit].Reject { background-color: #826099; color: #FFF; padding: 4px 10px; font-size: 1.1em; font-family: sans-serif,Arial; border:1px solid #826099 }
    #adminToolbarSharing input[type=text] { border: 1px solid #fff; font-family: sans-serif,Arial; padding: 3px 10px; width: 250px; }
    #adminToolbarSharing .actions { color: #FFF; padding: 4px 10px 6px 10px; line-height: 32px; overflow: hidden; margin: 0 auto; width: 1350px; font-family: sans-serif,Arial; font-size: 1.1em; }
        #adminToolbarSharing .actions div.text { float: left; padding: 2px 10px 0 0; vertical-align: top; }
        #adminToolbarSharing .actions div.icon { float: left; padding: 0 10px 0 0; vertical-align: top; }
        #adminToolbarSharing .actions a { color: white; text-decoration: none; }

    #adminToolbarSharing .previewPageL { float: left; width: 3px; height: 26px; margin-left: 20px; }
    #adminToolbarSharing .previewPage { float: left; height: 26px; color: Yellow; padding: 5px 10px 0 10px; font-weight: bold; }
    #adminToolbarSharing .previewPageR { float: left; width: 3px; height: 26px; margin-right: 20px; }
#devToolbar { position: fixed; bottom: 0; background-repeat: repeat-x; background-color: #ff6a00; width: 100%; height: 26px; line-height: 26px; left: 0; padding: 0; margin: 0; color: White; text-align: center; font-size: 1em; }
#adminToolbarSharing input[type=submit].Approve { background-color: green; border: 1px solid green; color: #fff; padding: 4px 10px; font-size: 1.1em; font-family: sans-serif,Arial; padding: 3px 10px; width: 250px }
#adminToolbarSharing input[type=submit].Reject, #divPopupAdminShare input[type=submit] { background-color: #826099; border: 1px solid #826099; color: #fff; padding: 4px 10px; font-size: 1.1em; font-family: sans-serif,Arial; padding: 3px 10px; width: 250px }
#adminToolbarSharing input[type=text], #adminToolbarSharing input[type=email] { border: 1px solid #fff; font-family: sans-serif,Arial; padding: 3px 10px; width: 250px }
#adminToolbarSharing .actions { color: #fff; padding: 4px 10px 6px 10px; line-height: 32px; overflow: hidden; margin: 0 auto; float: left; width: 950px; font-family: sans-serif,Arial;  font-size: 1.1em }

#divPopupAdminShare { display: none; text-align: center; z-index: 9999999; position: fixed; top: 50%; height: 420px; margin-top: -210px; left: 35%; margin-left: -160px; width: 50%; background-color: #FFF; border: 1px solid #FFF; border-radius: 10px; }
    #divPopupAdminShare #PopupCloseShare { color: #555555; clear: both; padding: 10px; font-size: 18px;  font-weight: bold;text-align: right; }
        #divPopupAdminShare #PopupCloseShare:hover { cursor: pointer; }
    #divPopupAdminShare h2 { font-size: 24px; padding-bottom: 20px; }
    #divPopupAdminShare input[type=text], #divPopupAdminShare input[type=email], #divPopupAdminShare textarea { margin-bottom: 5px; font-family: sans-serif,Arial; padding: 1%; color: #333333; background-color: #FFFFFF; border: 1px solid #CCCCCC; }

/* Button styles */
/*-webkit-appearance:none; - This is crucial to stop apple devices changing the style of the button */
input[type=submit], .btn, button, .GenericButton, .SubmitButton, .button { cursor: pointer; text-align: center; font-family: 'Montserrat'; -webkit-appearance: none; background-color: #E77C22; text-transform: uppercase; font-size: 1.1em; color: #FFF; -ms-touch-action: manipulation; touch-action: manipulation; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; border: 1px solid transparent; border-radius: 4px; font-weight: 500; font-size: 1.2em; text-transform: uppercase; padding: 10px 20px }
  input[type=submit].inv { border: 1px solid #E77C22; background-color: #FFF; color: #E77C22 }
        input[type=submit].inv:hover { background-color: #E77C22; border: 1px solid #83385D; color: #fff !important; }
.GenericButton { border: 1px solid #E77C22; background-color: #FFF; color: #E77C22 }
    .regBodyContent a.btn { text-decoration: none; color: #FFF }
input[type=submit]:hover, .btn:hover, button:hover, .GenericButton:hover, .SubmitButton:hover { background-color: #83385D; border: 1px solid #E77C22; color: #fff; }
input[type=email],
input[type=number],
input[type=text],
input[type=password],
textarea,
select { font-family: 'Montserrat',Arial; border-radius: 4px; padding: 13px; width: 100%; font-size: 1.1em; color: #333333; background-color: #FFFFFF; border: 1px solid #CCCCCC; }

  input[type=email]:focus,
  input[type=number]:focus,
  input[type=text]:focus,
  input[type=password]:focus,
  textarea:focus,
  select:focus { font-family: 'Montserrat',Arial; border-radius: 4px; padding: 13px !important; width: 100%; font-size: 1.1em; color: #333333; background-color: #FFFFFF; border: 1px solid #CCCCCC; }

input[type=text].Required,
input[type=password].Required,
input[type=number].Required,
input[type=email].Required,
select.Required,
textarea.Required { background-color: #E6E7E8; border: 1px solid #CCCCCC; color: #E31837; font-style: italic; }

    input[type=text].ErrorBox,
    input[type=password].ErrorBox,
    input[type=number].ErrorBox,
    input[type=email].ErrorBox,
    textarea.ErrorBox,
    select.ErrorBox { border-color: #E31837; outline: 1px; outline-style: dotted; outline-color: invert; }

input[type=text]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=email]:focus,
select:focus,
textarea:focus { border-color: rgba(82,168,236,0.8);  outline: 1px; outline-style: dotted; outline-color: invert; }

input[type=checkbox],
input[type=radio] { border: none; }

/* these buttonGroup styles are for having button inline and looking neat */
div.buttonGroup {margin: 12px 0 12px 0}
div.buttonGroup input[type=submit] { display: inline-table; margin-left: 60px; }
div.buttonGroup input[type=submit]:first-child { margin-left: 0; }

input[type=submit]:disabled { opacity: 0.5 }

.chk { margin-bottom: 10px; clear: both; text-align: left; }
.chk input[type=checkbox] { float: left; }
.chk label {
	padding-left: 10px; display: table-cell
}

/*Password Tool CSS */
#password_description { font-size: 10px; font-style: italic; }
#password_strength { height: 10px; display: block; }
#password_strength_border { width: 160px !important; height: 10px; border: 1px solid black; }
.strength0 { width: 160px; background: #cccccc; }
.strength1 { width: 40px; background: #ff0000; }
.strength2 { width: 80px; background: #56e500; }
.strength3 { background: #399800; width: 120px; }
.strength4 { background: #4dcd00; width: 160px; }

@media all and (max-width: 480px) {

    #regBuy .button, article .btnRecalculate { float: none; width: 100% }
    .btn, input[type=submit], button { width: 100%; margin-top: 5px; }

}

#regForm.Payment h3, #divPaymentSection h3 {  padding: 8px 5px; }
#regForm { width: 96%; padding: 1% 2%; max-width: 600px; margin: 1% auto; overflow: hidden }
    #regForm #regExisting { padding: 1% 2%; }
    #regForm.Norm { background-color: #EEF3F7; }
    #regForm h3 { font-size: 1.3em; font-weight: bold; color: #6d6e71; margin: 5px 0 10px 0; padding-bottom: 5px }
    #regForm .custAddress div { margin-bottom: 0; line-height: 135% }
.Label { float: left; font-weight: bold; color: #6d6e71; margin-top: 0; font-size: 1em; clear: left; width: 35%; text-align: right; padding-right: 10px; padding-top: 1% }
.Account { max-width: 1000px; }
    .Account .Control { float: left; margin-bottom: 1%; width: 50%; clear: none }
.Control { clear: both; margin-bottom: 5px; }
    .Control input[type=text], .Control input[type=email], .Control input[type=number], .Control input[type=password], .Control textarea { width: 100%; }
.Account .Control select { width: 100%; padding: 2%; max-width: 462px; font-size: 1.1em }
.Control select { width: 100%; }
.Validator { float: left; clear: right; width: 10%; }
.Three { margin-top: 2%; width: 100%; clear: both; /*max-width: 620px;*/ padding-top: 0; overflow: hidden; padding-bottom: 3px; }
.B { float: left; text-align: right }
.validationSummary { color: red; }
input[type=submit].Secure { background-image: url(../Images/template/Secure.svg); background-repeat: no-repeat; background-size: contain; padding-left: 60px; background-position: 10px center }
input *:focus { outline: none; }
.required_notification { color: #d45252; margin: 5px 0 10px 0; display: inline; float: right; clear: both; height: 25px; width: 100%; text-align: right; }
input[type=text]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, textarea:focus { /* add this to the already existing style */ padding: 2%; }
input[type=text], input[type=email], input[type=number], input[type=password], textarea { -moz-transition: padding .25s; -webkit-transition: padding .25s; -o-transition: padding .25s; transition: padding .25s; }
    select:required, input:required, textarea:required { background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACpQTFRF+M7O6Wxt+djY63Z3/vX18qeo7ICA++Hi/Ovr75OU8Z2e7omK6GJj////SyXd4gAAAEtJREFUeNqczksKgEAMA9D0Nx/N3P+6uqplQBC7fIGkWNvhM2jfgGeFO7ZYGAmNZk0YCQOTDPjT0WVK81Jq4sqjgGvu4f/r73AJMAA5UgvJnpeyCQAAAABJRU5ErkJggg==') /*../images/forms/red_asterisk.png*/ no-repeat 95% center; }
    select:focus:invalid, input[type=text]:focus:invalid, input[type=email]:focus:invalid, input[type=number]:focus:invalid, input[type=password]:focus:invalid, textarea:focus:invalid { /* when a field is considered invalid by the browser */ background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAUpJREFUeNpivBIUxEAJYMIhngnEB4D4PxLeBcQJhAxQhGqcBsT2aHKuQDwfiLcDsTQ2A3SB+CqyRmY+PgYmDg4wjQQ8gPgSEKsgG8AGxOuAmBNZJYugIAOPlRUDm7g4usuFgHg1yA6YAckwE5EBt64ug2x2NgOPtTW2cDIA4kCYAVF4g5qREZdMAhOS/zHA70+fGP7+B0bA16+4DNCFGcCPTfbv+/cMf37+ZPj98SMuA/hhBrzGJvsHaMCHrVsZfj16hMuA1zADLmNNZcAo/PvlC8N/3GFwGWbAAmyyXJqaDJLx8Qx85ua4DJgLM2AZEJ/FCMQXLxi+XL7M8OvhQ2yaDwLxVkakzARKxseAWAIl+kCxAKMRABQoJshhAAL3gRjk1uNwEZgmVM37oOrAAc+C5iyQyVZA7A3NeYrQNAIK5JvQsNqNrAEgwAAO6VaUCoOyHgAAAABJRU5ErkJggg==') /*../images/forms/invalid.png*/ no-repeat 95% center; box-shadow: 0 0 5px #d45252; border-color: #b03535; }
    select:required:valid, input:required:valid, textarea:required:valid { /* when a field is considered valid by the browser */ background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAASdJREFUeNpiibkQzEAJYMIhngnEB4D4PxI+ABXHa4AiVOE0ILZHk7OHih+AqgMDFiQFckB8Hoj5CbjaHqpOD4gfIbtgPhGaYYAfqh7uhVggdiIx/EDqY2EGJBBS3SFXxNAqm4sunAAzwBif5na5AgYJbisGZkZ2dCljkAHM6H5frL+GYbb6QjC7VTabQZrPhuH518MMFY96MMICZMBfIH6NLBp7MQQo+J1hoc4aBhl+R4YnHw8xVD6aiM1xr2FeuIkuk3Ezg+Hnnw8Mzz4eZah6PAmX727C0sFcILZBl027kUIobOfCXLAYiC+QGI0g9YthBoDCIRQ9LPCA11D1f5FT4h0gtiLCJReg6u5gy0wgQUMgjgbiTUD8FCr+FMqPhsrfgWkACDAAdeFJlrFXYEcAAAAASUVORK5CYII=') /*../images/forms/valid.png*/ no-repeat 95% center; box-shadow: 0 0 5px #5cd053; border-color: #28921f; }
.form_hint { background: #d45252; border-radius: 3px 3px 3px 3px; color: white; margin-left: 8px; padding: 1px 6px; z-index: 999; /* hints stay above all other elements */ position: absolute; /* allows proper formatting if hint is two lines */ display: none; }
    .form_hint::before { content: "\25C0"; /* left point triangle in escaped unicode */ color: #d45252; position: absolute; top: 1px; left: -6px; }
input:focus + .form_hint { display: inline; }
input:required:valid + .form_hint { background: #28921f; }
    /* change form hint color when valid */
    input:required:valid + .form_hint::before { color: #28921f; }
/* change form hint arrow color when valid */
:-moz-placeholder { color: lightgray; }
::-webkit-input-placeholder { color: lightgray; }
/* RESPONSIVE: MOBILE FRIENDLY FORM LAYOUT  */
@media all and (max-width: 480px) {
    input[type=checkbox] { height: 25px; width: 25px }
    .Label { clear: both; font-weight: bold; margin-top: 5px; color: #000; text-align: left; padding-right: 0; font-size: 1.2em; width: 100%; }
    .Control { width: 100%; clear: both; margin-bottom: 5px; }
    input[type=text], input[type=email], input[type=number], input[type=password], textarea { max-width: 98%; width: 98%; font-size: 1.1em; }
    .Control select { width: 101%; max-width: 101%; padding: 8px 5px; font-size: 1.2em; }
    .Validator { float: left; clear: right; width: 0; }
    /* FOR MOBILES MAKE A BIG CHUNKY BUTTON EASY TO HIT  */
    .B { margin-right: 0; float: left }
        .B input[type=submit] { width: 100%; font-size: 1.2em; }
    input[type=submit].Secure { font-size: 1.1em; background-image: none;  text-align: center; padding-left: 13px}
}




.dataForm { max-width: 750px; }
.indented { margin-left: 10%; }


@media all {
    .dataFormWithLabels > div { clear: right; overflow: hidden; padding: 1px; margin: 0 0 10px 0; }
        .dataFormWithLabels > div > fieldset > div > div { margin: 0 0 5px 0; }
        .dataFormWithLabels > div > label,
        legend { width: 25%; float: left; padding-right: 10px; padding-top: 4px; color: #1a1a1a; }
        .dataFormWithLabels > div > div,
        .dataFormWithLabels > div > fieldset > div { width: 75%; float: right; }
    fieldset { border: 0; padding: 0; }
    .dataFormWithLabels input[type=text],
    .dataFormWithLabels input[type=email],
    .dataFormWithLabels input[type=number],
    .dataFormWithLabels input[type=url],
    .dataFormWithLabels textarea,
    .dataFormWithLabels select { width: 100%; font-size: 1em; }

    .dataFormWithLabels input[type=password] { width: 50%; min-width: 200px; font-size: 1em; }
        .dataFormWithLabels input[type=text]:focus,
        .dataFormWithLabels input[type=email]:focus,
        .dataFormWithLabels input[type=number]:focus,
        .dataFormWithLabels input[type=url]:focus,
        .dataFormWithLabels input[type=password]:focus,
        .dataFormWithLabels textarea:focus { outline: 0; border-color: #4697e4; }
}

@media (max-width: 500px) {
    .dataFormWithLabels > div { margin: 0 0 15px 0; }
        .dataFormWithLabels > div > label,
        legend { width: 100%; float: none; margin: 0 0 5px 0; }
        .dataFormWithLabels > div > div,
        .dataFormWithLabels > div > fieldset > div { width: 100%; float: none; }
    .dataFormWithLabels input[type=text],
    .dataFormWithLabels input[type=email],
    .dataFormWithLabels input[type=number],
    .dataFormWithLabels input[type=url],
    .dataFormWithLabels input[type=password],
    .dataFormWithLabels textarea,
    .dataFormWithLabels select { width: 100%; }
}

@media (min-width: 800px) {
    .dataFormWithLabels > div > label,
    legend { text-align: right; }
}


@media (max-width: 600px) {
    .indented { margin-left: 3%; }
}


.myAccountOptions {clear: both; display: grid; grid-template-columns: repeat(4, 1fr); grid-row-gap: 12px; grid-column-gap: 12px; }
.myAccountOptions div.option { padding: 10px; background-color: #eaeaea; cursor: pointer; display: grid; grid-template-columns: 70% 30%; grid-column-gap: 10px; }
.myAccountOptions div.option:hover { background-color: #f3f3f3; outline: 2px solid #ccc; }
.myAccountOptions div.option .text { line-height: 1.2; font-size: 0.9em; }
.myAccountOptions div.option .image { text-align: right; padding: 0; }
.myAccountOptions div.option h2 {font-size: 1em; padding: 0 0 10px 0; }

@media all and (max-width: 1100px) {
.myAccountOptions { grid-template-columns: repeat(3, 1fr); }
}

@media all and (max-width: 940px) {
.myAccountOptions { grid-template-columns: repeat(2, 1fr); }
}

@media all and (max-width: 550px) {
.myAccountOptions { grid-template-columns: 100%; }
}


/* on mobile, the list order history table is too wide to fit onto the screen, so restack it..*/
@media all and (max-width: 600px) {

  .datagrid.myAccountOrderHistory table, 
    .datagrid.myAccountOrderHistory thead, tbody, 
    .datagrid.myAccountOrderHistory th, 
    .datagrid.myAccountOrderHistory td, 
    .datagrid.myAccountOrderHistory tr { display: block; }
  .datagrid.myAccountOrderHistory { width: 100%; margin: 1px; border: none !important}
  .datagrid.myAccountOrderHistory .header td { position: absolute; top: -9999px; left: -9999px; }
  .datagrid.myAccountOrderHistory .item tr { }
  .datagrid.myAccountOrderHistory .item td { /* Behave  like a "row" */ border: none; position: relative; padding: 2% 2% 2% 28%; vertical-align: top; text-align: left; background-color: #fafafa;}
  .datagrid.myAccountOrderHistory .item td:before { /* Now like a table header */ position: absolute; /* Top/left values mimic padding */ left: 0px; width: 25%; padding: 2% 10px 2% 2%; vertical-align: top; white-space: nowrap; background-color: #eaeaea; font-weight: bold; color: #333; text-align: right; top: -2% }
  .datagrid.myAccountOrderHistory .item td:nth-of-type(1):before { content: "Order Date";  }
  .datagrid.myAccountOrderHistory .item td:nth-of-type(2):before { content: "Order No"; }
  .datagrid.myAccountOrderHistory .item td:nth-of-type(3):before { content: "Items"; }
  .datagrid.myAccountOrderHistory .item td:nth-of-type(4):before { content: "Grand Total"; }
  .datagrid.myAccountOrderHistory .item td:nth-of-type(5):before { content: "Order Status"; }
  .datagrid.myAccountOrderHistory .item td:nth-of-type(5) { border-bottom: 2px solid #cccccc; }
}


.cd-container { width: 90%; max-width: 768px; margin: 2em auto; }
.cd-container::after { /* clearfix */ content: ''; display: table; clear: both; }

.cd-top { display: inline-block; height: 40px; width: 40px; position: fixed; bottom: 40px; right: 10px; -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); /* image replacement properties */ overflow: hidden; text-indent: 100%; white-space: nowrap; background: #83385D url(../images/cd-top-arrow.svg) no-repeat center 50%; visibility: hidden; opacity: 0; -webkit-transition: opacity .3s 0s, visibility 0s .3s; -moz-transition: opacity .3s 0s, visibility 0s .3s; -o-transition: opacity .3s 0s, visibility 0s .3s; transition: opacity .3s 0s, visibility 0s .3s; }
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover { -webkit-transition: opacity .3s 0s, visibility 0s 0s; -moz-transition: opacity .3s 0s, visibility 0s 0s; -o-transition: opacity .3s 0s, visibility 0s 0s; transition: opacity .3s 0s, visibility 0s 0s; }
.cd-top.cd-is-visible { /* the button becomes visible */ visibility: visible; opacity: 0.5; }
.cd-top.cd-fade-out { /* if the user keeps scrolling down, the button is out of focus and becomes less visible */ opacity: .5; }
.cd-top:hover { /* if the user keeps scrolling down, the button is out of focus and becomes less visible */ opacity: 1; }
.no-touch .cd-top:hover { background-color: #83385D; opacity: 1; }

@media only screen and (min-width: 768px) {
  .cd-top { right: 20px; bottom: 20px; }
}

@media only screen and (min-width: 1024px) {
  .cd-top { height: 60px; width: 60px; right: 30px; bottom: 30px; }
}


/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#fff; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxContent{margin-top:52px; overflow:visible; background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#000; padding:1px;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#000;}
        #cboxTitle{position:absolute; top:0; left:0; padding: 5px; color:#fff; font-size: 1.1em; background: rgba(0,0,0,0.7); max-width: 100%; }
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; text-indent: -9999px; margin:0; overflow:visible; width:50px; height:50px; position:absolute; top:-50px; background-repeat: no-repeat; background-position: center center; background-size: 30px; }
        
        #cboxPrevious { background-image: url('../../Images/template/icons_Arrow_left.svg'); right: 130px; }
        #cboxNext { background-image: url('../../Images/template/icons_Arrow_right.svg'); right: 65px; }
        #cboxClose { background-image: url('../../Images/template/icons_Close.svg'); right: 0; }

        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}






.animation-element { opacity: 0.01; position: relative; }
.animation-element.slide-left { opacity: 0.01; -moz-transition: all 500ms linear; -webkit-transition: all 500ms linear; -o-transition: all 500ms linear; transition: all 500ms linear; -moz-transform: translate3d(-100px, 0px, 0px); -webkit-transform: translate3d(-100px, 0px, 0px); -o-transform: translate(-100px, 0px); -ms-transform: translate(-100px, 0px); transform: translate3d(-100px, 0px, 0px); }
    .animation-element.slide-left.in-view { opacity: 1; -moz-transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px); -o-transform: translate(0px, 0px); -ms-transform: translate(0px, 0px); transform: translate3d(0px, 0px, 0px); }
.animation-element.slide-right { opacity: 0.01; -moz-transition: all 500ms linear; -webkit-transition: all 500ms linear; -o-transition: all 500ms linear; transition: all 500ms linear; -moz-transform: translate3d(100px, 0px, 0px); -webkit-transform: translate3d(100px, 0px, 0px); -o-transform: translate(100px, 0px); -ms-transform: translate(100px, 0px); transform: translate3d(100px, 0px, 0px); }
    .animation-element.slide-right.in-view { opacity: 1; -moz-transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px); -o-transform: translate(0px, 0px); -ms-transform: translate(0px, 0px); transform: translate3d(0px, 0px, 0px); }
.animation-element.slide-up { opacity: 0.01; -moz-transition: all 700ms ease-out; -webkit-transition: all 700ms ease-out; -o-transition: all 700ms ease-out; transition: all 700ms ease-out; -moz-transform: translate3d(0px, 200px, 0px); -webkit-transform: translate3d(0px, 200px, 0px); -o-transform: translate(0px, 200px); -ms-transform: translate(0px, 200px); transform: translate3d(0px, 200, 0px); -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; }
    .animation-element.slide-up.in-view { opacity: 1; -moz-transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px); -o-transform: translate(0px, 0px); -ms-transform: translate(0px, 0px); transform: translate3d(0px, 0px, 0px); }



.BlogListing { display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: 1fr; grid-gap: 50px; }
article .hBlogArticle { min-height: 280px; cursor: pointer }
    article .hBlogArticle .Img img { width: 100%; height: auto; display: block; box-sizing: border-box; border: 1px solid #ccc }
    article .hBlogArticle .Title, article .hBlogArticle .Date {  font-weight: 300; padding: 10px; font-size: 1.2em; line-height: 1.2em; }
        article .hBlogArticle .Title a { color: #474747; text-decoration: none; font-weight: 300; }
    article .hBlogArticle .Title { font-size: 1.2em; height: 75px;  }

    article .hBlogArticle .Date { font-style: italic; padding: 5px 10px; font-size: 1em; }

article .hero { align-items: center; -webkit-box-align: center; justify-content: center; display: flex; flex-direction: column; text-align: center; background-attachment: fixed !important; background-position: center; background-size: contain; min-height: 350px; }
    article .hero h1 { background-color: #FFF; color: #474747; padding: 20px; font-weight: 300; clear: both; box-shadow: 0.2em 0 0 #fff, -0.2em 0 0 #fff }
@media all and (max-width: 930px) {
    .BlogListing { grid-template-columns: 1fr 1fr; grid-template-rows: 1fr; }
}

@media all and (max-width: 767px) {
    .BlogListing { grid-template-columns: 1fr; grid-template-rows: 1fr; }
}


@media all and (max-width: 480px) {
    article .hero { background-size: cover; background-attachment: scroll !important }
}

div.photoFan { position: relative; clear: both; margin: 10px; height: 180px; }
div.photoFan img:first-child { position: absolute; top: 0; left: 0; border: 1px solid #888888; margin: 0 auto; -ms-transform: rotate(3deg); /* IE 9 */ -webkit-transform: rotate(3deg); /* Safari and Chrome */ transform: rotate(3deg); z-index: 1; }
div.photoFan img:first-child + img { position: absolute; top: 0; left: 0; border: 1px solid #888888; margin: 0 auto; -ms-transform: rotate(6deg); /* IE 9 */ -webkit-transform: rotate(6deg); /* Safari and Chrome */ transform: rotate(6deg); z-index: 2; }
div.photoFan img:first-child + img + img { position: absolute; top: 0; left: 0; border: 1px solid #888888; margin: 0 auto; -ms-transform: rotate(-3deg); /* IE 9 */ -webkit-transform: rotate(-3deg); /* Safari and Chrome */ transform: rotate(-3deg); z-index: 3; }
div.photoFan img:first-child + img + img + img { position: absolute; top: 0; left: 0; border: 1px solid #888888; margin: 0 auto; -ms-transform: rotate(-6deg); /* IE 9 */ -webkit-transform: rotate(-6deg); /* Safari and Chrome */ transform: rotate(-6deg); z-index: 4; }
div.photoFan img:first-child + img + img + img + img { position: relative; top: 0; border: 1px solid #888888; margin: 0 auto; z-index: 5; }
div#galleries { padding: 10px 0 0 0; }

#gallery { position: relative; margin: 0 auto 25px; padding-bottom: 10px; background-color: white; }
/* 246 pixels per item.. - based on 200 pixels per image*/
#gallery .grid { width: 206px; min-height: 220px; padding: 15px; background: #fff; margin: 8px; font-size: 12px; float: left; box-shadow: 0 1px 3px rgba(34,25,25,0.4); -moz-box-shadow: 0 1px 3px rgba(34,25,25,0.4); -webkit-box-shadow: 0 1px 3px rgba(34,25,25,0.4); -webkit-transition: top 1s ease, left 1s ease; -moz-transition: top 1s ease, left 1s ease; -o-transition: top 1s ease, left 1s ease; -ms-transition: top 1s ease, left 1s ease; }
#gallery .grid .title { margin: 6px 0 3px 0; display: block; padding: 0 0 2px 0; font-size: .9em; color: #555555; }
#gallery .grid .meta { text-align: right; color: #777; font-size: .85em; }
#gallery .grid .imgholder img { background: #ccc; display: block; }
.jquery-lightbox-title { color: white; background-color: black; }


body { margin: 0; overflow-y: scroll; /* This is optional, but you need it for a full width gallery */ }
.box { display: none; cursor: pointer; overflow: hidden;}
img { width: auto; }
/* *************************************** CATEGORY NAVIGATION BAR *************************************** */

.category-navbar { font-size: 0px; list-style: none; margin: 0 0 10px 0; padding: 7px 0 2px 0px; width: 100%; border-bottom: 1px solid #ddd; background: white; display: none; }
.category-navbar li:first-child { margin: 0 0 0 7px; }
.category-navbar li { display: inline-block; line-height: 16px; margin: 0 0 0 0px; padding: 5px 0 5px 0; }
.category-navbar li a { cursor: pointer; color: #999; font-size: 14px; text-decoration: none; margin: 0 10px 10px 0; padding: 6px 10px; border-radius: 1px; moz-border-radius: 1px; -webkit-border-radius: 1px; }
.category-navbar li a:hover { text-decoration: none; background: #eee; color: #222; }
.category-navbar li.select a { background: #666; color: #fff; }

/* *************************************** CAPTION STYLE *************************************** */
.lightbox-text { display: none; }
.thumbnail-caption { position: absolute; width: 100%; height: 100%; background: #313131; background: rgba(0,0,0,.8); /*url(../Images/Gallery/bg-caption.png)*/ color: #fff; display: none; }

/* The style for centering the caption (vertically and horizontally) */
.thumbnail-caption > div { height: 100%; width: 100%; display: table !important; }
.thumbnail-caption > div > div { padding: 15px; display: table-cell !important; vertical-align: middle; /* FOR VERTICAL ALIGN */ text-align: center; /* FOR HORIZONTAL ALIGN */ }

/* *************************************** LOADING STYLE *************************************** */
.grid-loader { width: 43px; height: 20px; padding: 10px 15px 10px 15px; background: url('data:image/gif;base64,R0lGODlhKwALAPEAAHuHkNzf36mxtdzf3yH/C05FVFNDQVBFMi4wAwEAAAAh/h1CdWlsdCB3aXRoIEdJRiBNb3ZpZSBHZWFyIDQuMAAh/hVNYWRlIGJ5IEFqYXhMb2FkLmluZm8AIfkECQoAAAAsAAAAACsACwAAAjKEjgjLltnYg/PFChveVvPLheA2hlhZoWYnfd6avqcMZy1J14fKLvrEs/k+uKAgMkwVAAAh+QQJCgAAACwAAAAAKwALAAACPcSOCMsgD2FjsZqEx6x885hh3veMZJiYn8qhSkNKcCy4B2vNsa3pJA6yAWUUGm9Y8n2Oyk7T4posYlLHrwAAIfkECQoAAAAsAAAAACsACwAAAj2EjgjLMA9hY6maalvcb+IPChO3eeF5jKTUoKi6DqYLwutMYzaJ58nO6flSmpisNcwwjEfK6fKZLGJSqK4AACH5BAkKAAAALAAAAAArAAsAAAJAhI4Iy5bZ2JiUugcbfrH6uWVMqDSfRx5RKnQnxa6p+w6xNpu1nY/9suORZENd7eYrSnbIRRMQvGAizhAV+gIUAAA7AAAAAAAAAAAA') /*../Images/Gallery/loader.gif*/ no-repeat; background-position: center; margin: 20px auto; }
.grid-loadMore { cursor: pointer; margin: 20px auto; width: 180px; height: 20px; text-align: center; background: #6c0c0e; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZjMGMwZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiODI2MjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top, #6c0c0e 0, #b82629 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6c0c0e), color-stop(100%,#b82629)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #6c0c0e 0,#b82629 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #6c0c0e 0,#b82629 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #6c0c0e 0,#b82629 100%); /* IE10+ */ background: linear-gradient(to bottom, #6c0c0e 0,#b82629 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c0c0e', endColorstr='#b82629',GradientType=0 ); /* IE6-8 */ color: #f1ecd6; border-radius: 5px; padding: 5px 10px 5px 10px; font-family: 'Asap', sans-serif; font-weight: bold; font-size: 1.2em; }
.grid-loadMore:hover { text-decoration: none; color: white; background: rgba(0,0,0,.8); }
/* *************************************** LIGHT-BOX STYLE *************************************** */
.lightbox-timer { height: 1px; position: absolute; bottom: 0; left: 0; background: white; }
.lb-loader { width: 43px; height: 11px; background: url('data:image/gif;base64,R0lGODlhKwALAPEAAHuHkNzf36mxtdzf3yH/C05FVFNDQVBFMi4wAwEAAAAh/h1CdWlsdCB3aXRoIEdJRiBNb3ZpZSBHZWFyIDQuMAAh/hVNYWRlIGJ5IEFqYXhMb2FkLmluZm8AIfkECQoAAAAsAAAAACsACwAAAjKEjgjLltnYg/PFChveVvPLheA2hlhZoWYnfd6avqcMZy1J14fKLvrEs/k+uKAgMkwVAAAh+QQJCgAAACwAAAAAKwALAAACPcSOCMsgD2FjsZqEx6x885hh3veMZJiYn8qhSkNKcCy4B2vNsa3pJA6yAWUUGm9Y8n2Oyk7T4posYlLHrwAAIfkECQoAAAAsAAAAACsACwAAAj2EjgjLMA9hY6maalvcb+IPChO3eeF5jKTUoKi6DqYLwutMYzaJ58nO6flSmpisNcwwjEfK6fKZLGJSqK4AACH5BAkKAAAALAAAAAArAAsAAAJAhI4Iy5bZ2JiUugcbfrH6uWVMqDSfRx5RKnQnxa6p+w6xNpu1nY/9suORZENd7eYrSnbIRRMQvGAizhAV+gIUAAA7AAAAAAAAAAAA') /*../Images/Gallery/loader.gif*/; margin: 20px auto; }
.autoGrid-lightbox { display: none; position: fixed; top: 0; width: 100%; height: 100%; background: #313131; background: rgba(0,0,0,.85); text-align: center; }
.autoGrid-lightbox img { margin-top: 5px; max-width: 100%; }
.autoGrid-nav { margin-top: -57px; height: 57px; width: 100%; background: #383838; background: #1D1D1D; border-bottom: 1px solid #323232; }
.autoGrid-play, .autoGrid-close, .autoGrid-next, .autoGrid-prev, .autoGrid-font { width: 88px; height: 57px; position: relative; cursor: pointer; }
.autoGrid-play:hover, .autoGrid-close:hover, .autoGrid-next:hover, .autoGrid-prev:hover, .autoGrid-font:hover { background: black; }
.selected { background: black; }
.selected .iconPlay { background-position: -164px -3px; }
.autoGrid-lbcaption { float: left; color: white; height: 57px; font-size: 16px; }
.autoGrid-lbcaption span { margin-left: 3px; color: #D7D7D7; font-size: 11px; }
.autoGrid-lbcaption > div { height: 100%; width: 100%; display: table !important; }
.autoGrid-lbcaption > div > div { padding: 0 15px 0 15px; display: table-cell !important; vertical-align: middle; /* FOR VERTICAL ALIGN */ text-align: center; /* FOR HORIZONTAL ALIGN */ }
.autoGrid-play, .autoGrid-close { float: right; }
.autoGrid-next, .autoGrid-prev { float: right; }
.iconPlay, .iconClose, .iconNext, .iconPrev, .iconFont { position: absolute; top: 50%; left: 50%; height: 25px; display: block; }
.iconClose { width: 25px; margin: -13px 0 0 -13px; background: url('data:image/png;base64,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') /*../Images/Gallery/icons.png*/; background-position: -2px -3px; }
.iconPlay { width: 17px; margin: -13px 0 0 -8px; background: url('data:image/png;base64,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') /*../Images/Gallery/icons.png*/; background-position: -137px -3px; -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s; -ms-transition: all .3s; transition: all .3s; }
.iconFont { width: 46px; margin: -13px 0 0 -23px; background: url('data:image/png;base64,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') /*../Images/Gallery/icons.png*/; background-position: -85px -3px; }
.iconNext, .iconPrev { width: 15px; margin: -13px 0 0 -8px; background: url('data:image/png;base64,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') /*../Images/Gallery/icons.png*/; }
.iconPrev { background-position: -40px -3px; }
.iconNext { background-position: -70px -3px; }

/* *************************************** GRID STYLE *************************************** */

.centered { margin: auto; }
.box { line-height: 1.4em; float: left; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; }
.box img, #tumblelog img { display: block; width: 100%; }
.rtl .box { float: right; text-align: right; direction: rtl; }

/**** Transitions ****/

.transitions-enabled.masonry,
.transitions-enabled.masonry .masonry-brick { -webkit-transition-duration: 0.7s; -moz-transition-duration: 0.7s; -ms-transition-duration: 0.7s; -o-transition-duration: 0.7s; transition-duration: 0.7s; }
.transitions-enabled.masonry { -webkit-transition-property: height, width; -moz-transition-property: height, width; -ms-transition-property: height, width; -o-transition-property: height, width; transition-property: height, width; }
.transitions-enabled.masonry .masonry-brick { -webkit-transition-property: left, right, top; -moz-transition-property: left, right, top; -ms-transition-property: left, right, top; -o-transition-property: left, right, top; transition-property: left, right, top; }

/* disable transitions on container */
.transitions-enabled.infinite-scroll.masonry { -webkit-transition-property: none; -moz-transition-property: none; -ms-transition-property: none; -o-transition-property: none; transition-property: none; }

/**** Clearfix ****/
.grid-clearfix:before, .grid-clearfix:after { content: ""; display: table; }
.grid-clearfix:after { clear: both; }
.grid-clearfix { zoom: 1; }

.centered { overflow: auto; }


.basketPopupWrap { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); display: flex; justify-content: center; align-items: center; z-index: 9999; }
.basketPopup { background: #fff; border: 1px solid #D5E0E6; padding: 10px 15px; margin: auto; max-width: 90%; text-align: center; }
.basketPopupTop { display: flex; justify-content: space-between; align-items: flex-start; }
.basketPopup .btn.row { margin-top: 7px; }

.changeDelivery {clear: both; overflow: hidden; margin-bottom: 20px;}
.changeDelivery div {display:inline-block; margin-right: 20px;}


.ProdBrowse { display: grid; grid-template-columns: repeat(5, 1fr); grid-column-gap: 32px; grid-row-gap: 48px; padding: 16px; }
.ProdBrowse .Th { display: flex; flex-direction: column; width: 100%; cursor: pointer; }
.ProdBrowse .Th .Photo { border:0; text-align: center;  }
.ProdBrowse .Th .Text { padding: 6px; text-transform: uppercase; font-size: 0.9em; text-align: center; border: 2px dotted #4C4C4C; display: flex; justify-content: center; align-items: center; }
.ProdBrowse .Th .Text a { text-decoration: none; color: #4C4C4C; }
.ProdBrowse .Th .ProductPrice { text-align: center; padding-top: 2px; padding-bottom: 12px; font-weight: bold; color: #4C4C4C; }
.ProdBrowse .Th .Price { font-weight: bold; font-size: 1.2em; color: #B34700; padding-top: 10px; text-align: center; flex: 1; display: flex; flex-direction: column; justify-content: flex-end; }
.ProdBrowse .Th .wasprice { font-weight: bold; color: black; text-decoration: line-through; }
.ProdBrowse .Th .ft { display: none; }


.productRating { font-weight: bold; }
.productReview { padding-top: 7px; }
.productReviewName { text-align: right; font-weight: bold; font-size: 11px; font-style: italic; }
.productReviewFooter { padding-bottom: 7px; border-bottom: 1px solid #cccccc; }
#regBuy { padding: 2%; overflow: hidden }
    #regBuy div { float: left; }
    #regBuy .quantity { padding-bottom: 8px }
        #regBuy .quantity .text { padding: 10px; font-size: 1.1em }
     #regBuy .button { float: right; }
    #regBuy .quantity input, #regBuy .quantity button { width: 70px; font-size: 1.2em; color: #4C4C4C; height: 50px; border: 1px solid #ABABAB; border-radius: 10px; text-align: center; background-color: #FFF }
    #regBuy .quantity input { font-size: 1.2em; font-weight: 500; }
#regTopProd, #regPurchase { width: 66%; float: right; clear: right; }



#divPopup { margin: 0; z-index: 9999999; min-height: 34%; overflow: hidden; width: 50%; padding: 1.5% 2%; position: fixed; left: 25%; top: 31%; background-color: #FFF; border-radius: 4px; box-shadow: 0px 0px 5px #000; }
    #divPopup #PopupClose { float: right; font-weight: bold; border: 1px solid #B34700; border-radius: 4px; padding: 0 5px; }
    #divPopup .iHead { float: left; text-transform: uppercase; text-align: center; padding: 6px; font-size: 1.1em; font-weight: bold; }
    #divPopup #PopupClose:hover { cursor: pointer; }
    #divPopup .ProductBDetails div { display: inline-block; padding: 2%; font-size: 1.1em; vertical-align: middle; font-weight: bold; }
        #divPopup .ProductBDetails div.img { width: 20%; text-align: center; }
            #divPopup .ProductBDetails div.img img { max-width: 100px; }
        #divPopup .ProductBDetails div.name { width: 52%; }
        #divPopup .ProductBDetails div.price { width: 15%; text-align: right; color: #B34700; font-weight: bold; }
#regPrevouslyOrdered { background-color: #EFEFEF; clear: both; min-height: 36px; font-size: 1em; }
#regPrevouslyOrdered { padding: 10px;  margin-bottom: 5px; display: none; }
#regPrevouslyOrdered .InfoImage { float: left; max-width: 45px; margin-right: 10px; }
article .SKUsTable { width: 100%; padding: 2% 1%; overflow: hidden; }
    article .SKUsTable .Item { text-align: center; cursor: pointer; width: 48%; line-height: 18px; overflow: hidden; box-sizing: border-box; font-size: 0.9em; min-height: 50px; padding: 20px; float: left; margin: 1%; border: 2px dotted #83385D; border-radius: 10px }
        article .SKUsTable .Item div { width: 100%; }
        article .SKUsTable .Item label { font-size: 1.3em; padding-top: 20px; }
        article .SKUsTable .Item input[type=radio] { display: none; }
        article .SKUsTable .Item .wasprice { color: #474747; margin-bottom: 20px; text-decoration: line-through; }
        article .SKUsTable .Item .price { color: #B34700; font-size: 1.3em; }
        article .SKUsTable .Item .pricec { color: #B34700; font-size: 1.6em; clear: both; }
        article .SKUsTable .Item.checked { border: 3px dotted #E77C22; background-color: #FFF }
    article .SKUsTable .isHidden { display: none !important; /* hide radio buttons */ }
    article .SKUsTable .label { display: block; padding: 10px 0; }
    article .SKUsTable .radio:checked + .label { /* target next sibling (+) label */ border: 3px dotted #E77C22; }
    article .SKUsTable .Item .StockLevels { display: none; }
    article .SKUsTable .Currency { text-align: center; padding-top: 1%; clear: both; }
    article .SKUsTable .Item .PerTablet { clear: both; width: 100% }
@media (max-width: 1600px) {
  .ProdBrowse { grid-template-columns: repeat(4, 1fr); }

  .SubCatBrowse .Thumbnail { width: 25%; }
}


@media (max-width: 1060px) {
  .ProdBrowse { grid-template-columns: repeat(3, 1fr); }

  .SubCatBrowse .Thumbnail { width: 33.3%; }
}

@media (max-width: 768px) {
  .ProdBrowse { grid-template-columns: repeat(2, 1fr); }

	.SubCatBrowse .Thumbnail { width: 50%; }

}

@media (max-width: 480px) {
  .ProdBrowse { grid-template-columns: 1fr; }

  .SubCatBrowse .Thumbnail { width: 95%; margin-left: 2.5%; margin-right: 2.5%; }
  .SubCatBrowse .Thumbnail .ThumbnailText { height: auto; }
}

article .datagrid, article .CartSummary { border: 0px solid #FFF; padding: 0; margin: 1px;  }
article .datagrid, article .OrderSummary { border: 0px solid #FFF; padding: 0; margin: 1px auto; }
    article .datagrid .datagridHeader td, article .CartSummary .Header td, article .OrderSummary .Header td { border: 0; background: #b34700; color: #FFF; text-transform: uppercase; font-weight: 500; font-size: 1em; padding: 5px; }

    article .datagrid .datagridItem td, article .CartSummary .Item td, article .OrderSummary .Item td { border: 0; border-bottom: 1px dotted #474747;  margin: 1px; padding: 5px; }
    article .OrderSummary .Item td { padding: 13px; }
    article .datagrid .datagridAlternatingItem td { border: 1px solid #FFFFFF; padding: 5px 13px; border-bottom: 1px dotted #474747; }
    article .datagrid .price { color: #B34700; font-weight: 700; }
    article .datagrid .wasprice { color: #000000; text-decoration: line-through; }
    article .datagrid .nowprice { color: #B34700; font-weight: 700; }
article .EmptyDatagridMessage { text-align: center; font-size: 1.1em; padding: 10px; font-weight: 700; color: #B34700; }
article .CartSummary a { font-weight: 500; font-size: 1em; text-decoration: none; }
article .CartSummary .Price { font-size: 1.1em; font-weight: 700; color: #B34700; }
article .CartSummary .LowStock { font-size: 12px; font-weight: 700; color: #B34700; padding-top: 5px; }
article .CartSummary .Item .CartBorder { border: 0; text-align: center; width: 90px; height: 90px; text-align: center; vertical-align: middle; display: table-cell;  }
article .CartSummary .Item input[type=submit].Remove { background-color: #B34700; font-size: 0.9em; padding: 3px 5px; font-weight: normal; color: #FFF; border: 1px solid #B34700; }
    article .CartSummary .Item input[type=submit].Remove:hover { text-decoration: none; }

.divShoppingBasket { margin-left: auto; margin-right: auto; max-width: 1200px }
article .divShoppingBasket input[type=text] { width: auto; }

article .CartSummary .CartButtons { width: 100%; margin-bottom: 5px; margin-top: 10px; }
article .CartSummary .CheckoutButtonArea { text-align: right; padding-top: 6px; clear: both; height: 40px; border-bottom: 1px dotted #474747; padding-bottom: 4px; }
    article .CartSummary .CheckoutButtonArea article .CartSummary .CartButtons .UpdateQuantity { color: Navy; font-weight: 700; font-size: 1em; width: 110px; }

article .CartSummary .CartButtons .ContinueShopping { color: Navy; font-weight: 700; font-size: 1em; width: 140px; }
article .CartSummary .CartButtons .Checkout { color: Green; font-weight: 700; font-size: 1em; width: 220px; height: 30px; }

article .CartSummary .NoDeliveryMethodWarning { margin: 0 auto; clear: both; background: #EDA32D; /* old browsers */ background: -moz-linear-gradient(top, #F1FA00 0%, #FCFEC6 99%); /* firefox */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F1FA00), color-stop(99%,#FCFEC6)); /* webkit */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F1FA00', endColorstr='#FCFEC6',GradientType=0 ); /* ie */ border: none; text-align: left; padding: 0.4em; padding-left: 1em; font-size: 1.1em; border: solid 2px #DC0125; -webkit-border-radius: 5px; border-radius: 5px; -moz-border-radius: 5px; }
article .CartSummary .ApplyDiscountCode { color: Green; font-weight: 700; font-size: 1em; width: 65px; }

#regEnterDiscountCode { clear: both; padding: 5px 10% 5px 10%; margin-bottom: 15px; font-weight: 500; }


/* these styles are used on the view shopping basket and Payment Pages page... */
.Reorder .item td a { text-decoration: none; }
article .btnRecalculate { float: left; }
article .CartSubtotal { float: right; text-align: right; margin-bottom: 3px; padding: 10px 0; font-size: 1.2em; font-weight: 700; }
    article .CartSubtotal.Full { width: 100%; float: none }
article .CartDeliveryTotal { width: 100%; text-align: right; margin-bottom: 3px; margin-top: 3px; padding: 4px 0; font-size: 1.2em; font-weight: 700; }

article .CartDeliveryMethod { font-weight: 700; margin: 1% 0; }
article .CartDelivery .Label { float: left; font-weight: 700; width: 36%; font-size: 1.1em; text-align: right; padding: 1%; }
article .CartDelivery .Control { float: right; text-align: left; padding-bottom: 5px; width: 100%; }
article .CartDelivery select { float: right; font-size: 1em; margin-left: 1%; width: 60%; }
article .CartDiscount, article .CartVATAmount, article .CartDelivery { width: 100%; text-align: right; margin-bottom: 3px; padding: 3px 0; }
article .CartGrandTotal { width: 100%; text-align: right; border-bottom: 2px solid #BABABA; border-top: 1px solid #BABABA; font-weight: 700; font-size: 1.5em; margin-top: 4px; margin-bottom: 5px; padding: 10px 0; }
    article .CartGrandTotal.Summary { border-bottom: 0 }
@media all and (max-width: 767px) {
  .Reorder table,
	.Reorder thead,
	.Reorder tbody,
	.Reorder th,
	.Reorder td,
	.Reorder tr { display: block; }
  .Reorder { width: 100%; margin: 1px; }
  .Reorder .header td { position: absolute; top: -9999px; left: -9999px; }
  .Reorder .item tr { border: 1px solid #ccc; }
  .Reorder .item td { /* Behave  like a "row" */ border: none; position: relative; padding-left: 30%; vertical-align: top; text-align: left; }
  .Reorder .item td:before { /* Now like a table header */ position: absolute; /* Top/left values mimic padding */ left: 6px; width: 25%; padding-right: 10px; white-space: nowrap; }
  .Reorder .item td:nth-of-type(1):before { content: "Product"; font-size: 1em; font-weight: bold; color: #474747; padding-right: 2%; text-align: right; }
  .Reorder .item td:nth-of-type(2):before { content: "Pack Size"; font-size: 1em; font-weight: bold; color: #474747; padding-right: 2%; text-align: right; }
  .Reorder .item td:nth-of-type(3):before { content: "Item Price"; font-size: 1em; font-weight: bold; color: #474747; padding-right: 2%; text-align: right; }
  .Reorder .item td:nth-of-type(4):before { content: "Last Ordered"; font-size: 1em; font-weight: bold; color: #474747; padding-right: 2%; text-align: right; }
  .Reorder .item td:nth-of-type(5):before { content: "Quantity"; font-size: 1em; font-weight: bold; color: #474747; padding-right: 2%; text-align: right; }
  .Reorder .item td:nth-of-type(6) { border-bottom: 2px solid #eee; }
  .Reorder .item td.CartPrice { text-align: left; }

    #divPopup .ProductBDetails div { display: block; clear: both; width: 96%; text-align: center; padding: 2%; font-size: 1.1em; vertical-align: middle; font-weight: 700; }
        #divPopup .ProductBDetails div.img { width: 96%; text-align: center; }
            #divPopup .ProductBDetails div.img img { max-width: 100px; }
        #divPopup .ProductBDetails div.name { width: 96%; }
        #divPopup .ProductBDetails div.price { width: 96%; text-align: center; font-weight: 700; }
    #divPopup .GenericButton, #divPopup .SubmitButton { clear: both; float: none; margin: 2%; width: 96%; font-size: 0.9em; box-sizing: border-box }

    article .CartSummary table, article .CartSummary thead, tbody, article .CartSummary th, article .CartSummary td, article .CartSummary tr { display: block; }
    article .CartSummary { width: 100%; }
        /* Hide table headers (but not display: none;, for accessibility) */
        article .CartSummary .Header td { position: absolute; top: -9999px; left: -9999px; }
        article .CartSummary tr { border-top: 1px dashed #474747; }
        article .CartSummary .Item td { /* Behave  like a "row" */ border: none; position: relative; padding-left: 45%; vertical-align: top; text-align: left; }
            article .CartSummary .Item td:before { /* Now like a table header */ position: absolute; /* Top/left values mimic padding */ left: 6px; width: 40%; padding-right: 10px; white-space: nowrap; }
        article .CartSummary .Border { display: none; }
        article .CartSummary .Item td:nth-of-type(2):before { content: "Description"; font-size: 1em; font-weight: 700; color: #474747; padding-right: 2%; text-align: right; }
        article .CartSummary .Item td:nth-of-type(3):before { content: "Size"; font-size: 1em; font-weight: 700; color: #474747; padding-right: 2%; text-align: right; }
        article .CartSummary .Item td:nth-of-type(4):before { content: "Quantity"; font-size: 1em; font-weight: 700; color: #474747; padding-right: 2%; text-align: right; }
        article .CartSummary .Item td:nth-of-type(5):before { content: "Subtotal"; font-size: 1em; font-weight: 700; color: #474747; padding-right: 2%; text-align: right; }
        article .CartSummary .Item td:nth-of-type(5) { padding: 10px 0 10px 45% }
        article .CartSummary .Item td.CartPrice { text-align: left; }

}


@media all and (max-width: 480px) {
  .CartDelivery .Label { float: left; width: 100%; text-align: left; padding: 1% 0; }
  .CartDelivery .Control { float: right; text-align: left; padding-bottom: 5px; width: 100%; }
  .CartDelivery select { float: right; font-size: 1em; margin-left: 1%; width: 100%; }
    article .SKUsTable .Item {width: 100%; padding: 10px}
    #regBuy .quantity .text {font-size: 1em}
    .Reorder .item td { padding-left: 35%; }
  .Reorder .item td:before { width: 30%; }

  .CartSummary { width: 100%; }
  /* Hide table headers (but not display: none;, for accessibility) */
  .CartSummary .Header td { position: absolute; top: -9999px; left: -9999px; }
    .CartSummary .Item td { /* Behave  like a "row" */ border: 0;   position: relative; padding-left: 50%; vertical-align: top; text-align: left; }

        .CartSummary .Item td:before { /* Now like a table header */ position: absolute; /* Top/left values mimic padding */ left: 6px; width: 45%; padding-right: 10px; white-space: nowrap; }
  .CartSummary .Border { display: none; }
  .CartSummary .Item td:nth-of-type(1):before { content: ""; font-size: 1em; font-weight: bold; color: #474747; padding-right: 2%; text-align: right; }

  .CartSummary .Item td:nth-of-type(3):before { content: "Description"; font-size: 1em; font-weight: bold; color: #474747; padding-right: 2%; text-align: right; }
  .CartSummary .Item td:nth-of-type(4):before { content: "Quantity"; font-size: 1em; font-weight: bold; color: #474747; padding-right: 2%; text-align: right; }
  /*.CartSummary .Item td:nth-of-type(5):before { content: "Item Price"; font-size: 1em; font-weight: bold; color: #474747; padding-right: 2%; text-align: right; }*/
  .CartSummary .Item td:nth-of-type(5):before { content: "Subtotal"; font-size: 1em; font-weight: bold; color: #474747; padding-right: 2%; text-align: right; }
  .CartSummary .Item td.CartPrice { text-align: left; }

  .ProductSKUsTable tr.ProductSKUsHeader td { position: absolute; top: -9999px; left: -9999px; }
  .ProductSKUsTable .ProductSKUsItem tr { border: 1px solid #ccc; }
  .ProductSKUsTable .ProductSKUsItem td { /* Behave  like a "row" */ border: none; border-bottom: 1px solid #eee; position: relative; padding-left: 50%; vertical-align: top; text-align: left; }
  .ProductSKUsTable tr:nth-of-type(odd) { background: #cccccc; }
  .ProductSKUsTable .ProductSKUsItem td:before { /* Now like a table header */ position: absolute; /* Top/left values mimic padding */ left: 6px; width: 45%; padding-right: 10px; white-space: nowrap; }

  .ProductSKUsTable .ProductSKUsItem td:nth-of-type(1):before { content: "Length"; font-size: 1em; font-weight: bold; color: #474747; padding-right: 2%; text-align: right; }
  .ProductSKUsTable .ProductSKUsItem td:nth-of-type(2):before { content: "Weight"; font-size: 1em; font-weight: bold; color: #474747; padding-right: 2%; text-align: right; }
  .ProductSKUsTable .ProductSKUsItem td:nth-of-type(3):before { content: "Price Inc VAT"; font-size: 1em; font-weight: bold; color: #474747; padding-right: 2%; text-align: right; }
  .ProductSKUsTable .ProductSKUsItem td:nth-of-type(4):before { content: "Stock Status"; font-size: 1em; font-weight: bold; color: #474747; padding-right: 2%; text-align: right; }
  /*.CartSummary .Item td:nth-of-type(5):before { content: "Item Price"; font-size: 1em; font-weight: bold; color: #474747; padding-right: 2%; text-align: right; }*/
  .ProductSKUsTable .ProductSKUsItem td:nth-of-type(5):before { content: "Quantity"; font-size: 1em; font-weight: bold; color: #474747; padding-right: 2%; text-align: right; }
}

/* these styles are used on product list/detail pages ... */
.ProductDetails { width:55%; padding-left: 3%; float: right; box-sizing: border-box; }
.ProductPhotos { width: 42%; float: left; display: flex; flex-direction: column; align-items: center; }
.ProductPhotos .MainPhoto { background-color: #FFFFFF; text-align: center; border: 0; max-width: 450px; }
.ProductPhotos .MainPhoto img { border: 0; max-height: 100%; display: block; }
.ProductPhotos #lightboxGallery { display: flex; margin-top: 10px; grid-gap: 20px; }
.ProductPhotos #lightboxGallery .ThumbnailPhoto { max-width: 180px; width: 100%; height: 100%; }
.ProductPhotos #lightboxGallery .ThumbnailPhoto img { display: block; }
#cboxTitle { display: none !important; }

@media (max-width: 767px) { .ProductPhotos, .ProductDetails {clear: both; width: 100%; border-left: 0px solid #FFF; padding: 1% 0; }
  .ProductPhotos.MainPhoto { max-height: 450px; text-align :center; margin-bottom: 20px }
  .ProductPhotos.MainPhoto img  { max-height: 450px; }
}


.recent { display:none; margin: 20px auto; max-width: 1600px;  overflow:hidden; width: 98%; padding: 1%; clear: both; text-align: center; border-top: 2px dotted #4C4C4C; }
    .recent .recentItem { border: 0; float: left; height: 275px; min-width: 200px; width: 18%; margin: 1%; text-align: center;}
        .recent .recentItem a { font-weight: normal; text-decoration:none; }
        .recent .recentItem .Img { height: 250px; width: 100%; text-align: center; }
        .recent .recentItem img { max-height: 250px; width: auto; }
        .recent .recentItem .Link { padding: 6px; text-transform: uppercase; text-align: center; border: 2px dotted #4C4C4C; margin-top: 10px; }
        .recent .recentItem .Price {margin-left: 20px; }
    .recent h3 { font-weight: bold; text-align: center; font-size: 1.3em; text-transform: uppercase; color: #4C4C4C; }


@media all and (max-width: 979px) {
    #divPopup {  min-height: 47%; width: 70%; padding: 1.5% 2%; position: fixed; left: 15%; top: 15%; }
}

@media all and (max-width: 480px) {
    #divPopup {  min-height: 64%; width: 90%; padding: 1.5% 1%; position: fixed; left: 5%; top: 15%; }
}




.checkoutLoginorExisting {clear: both; margin: 1%;}
.checkoutLoginorExisting div.boxed {width: 48%; padding: 2%; margin: 10px 1%; height: 260px; display: inline-table; border: 1px solid gray; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }
.checkoutLoginorExisting div.boxed:last-child {margin-right: 0;}
.checkoutLoginorExisting div.boxed .prompt {margin: 3px; font-weight: bold;}
.checkoutLoginorExisting div.boxed .forgottenPassword {float: right; padding: 10px 0 10px 5px; }

.secureShopping { clear: both; margin: 0 2%; padding: 15px 40px; background-color: #73A610; border: 2px solid #73A610; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; color: #FFFFFF; font-weight: bold; line-height: 1.3em; }
.secureShopping h2 { border-bottom: 1px solid #FFFFFF; color: #FFFFFF !important; font-size: 1.3em; margin: 0 0 5px 0; padding: 0 0 10px 0; }
.secureShopping a {color: white !important; text-decoration: underline;}

.checkoutForm {clear: both; padding: 20px%; border: 2px dashed #474747; border-radius: 4px;  max-width: 800px; margin: 0 auto }
.checkoutForm h4 { font-size: 1.3em; margin: 1% 0 1% 0; font-weight: bold; clear: both;}

.checkoutForm .required {border: 2px solid red !important;}
.checkoutForm .okay {border: 2px solid green !important;}
.checkoutForm .addressLookup {padding-bottom: 3%}
.checkoutForm .addressLookup table {margin-left: 20px;}
.checkoutForm .addressLookup table tr td {padding: 2px;}
.checkoutForm .addressLookup table tr td:last-child {padding-top: 5px;}


/* Payment/checkout/myaccount order history page styles */

.paymentSummary {}
  .paymentSummary h4 { font-size: 1.3em; margin: 3% 0 1% 0; font-weight: bold; text-align: left; clear: both;}
    .paymentSummary h5 { font-size: 1.1em; margin: 3% 0 1% 0; font-weight: bold; text-align: left; clear: both; }
    .paymentSummary .headerBlock { margin-bottom: 1%; width: 63%; padding: 20px; border: 2px dashed #474747; border-radius: 4px; float: left; }
  .paymentSummary .headerBlock.myAccountArea { width: 75%;}
  .paymentSummary .headerBlock div.column {width: 49%; display: inline-table }

    .paymentSummary .summaryBlock { margin-left: 1%; width: 36%; padding: 20px; border: 2px dashed #474747; border-radius: 4px; float: left; }
  .paymentSummary .summaryBlock .methods {}
  .paymentSummary .summaryBlock .methods div { clear: both; padding: 10px;}
  .paymentSummary .summaryBlock .methods div div.option {display: inline-table; padding-right: 0px;}
  .paymentSummary .summaryBlock .methods div div.logo  {display: inline-table}
  .paymentSummary .summaryBlock .agreeTo {clear: both; margin: 5px;}
  .paymentSummary .summaryBlock .payButton {margin: 10px 0;}
  .paymentSummary .summaryBlock .payButton input[type=submit] {width: 100%; font-size: 1.2em; }

  .paymentSummary .invoicePDF { float: right; text-align: center; margin: 1% 0 1% 3% }
  .paymentSummary .invoicePDF input[type=image] { max-width: 50px; height: auto; }

@media all and (max-width: 680px) {
    div.columns.shoppingActionButtonsBottom div.column { width: 49.5% !important; }
    div.columns.shoppingActionButtonsBottom div.column:first-child {text-align: left !important;}
    div.columns.shoppingActionButtonsBottom div.column:nth-child(2) {text-align: right !important;}
    div.columns.shoppingActionButtonsBottom div.column:last-child { display:block ; width: 100% !important; text-align: center !important;}
}
@media all and (max-width: 500px) {
    div.columns.shoppingActionButtonsTop div.column { display:block ; width: 100% !important; text-align: center !important;}
    div.columns.shoppingActionButtonsBottom div.column { display:block; width: 100% !important; text-align: center !important;}
    div.columns.shoppingActionButtonsBottom div.column:first-child { display:block; width: 100% !important; text-align: center !important;}
    div.columns.shoppingActionButtonsBottom div.column:nth-child(2) { display:block; width: 100% !important; text-align: center !important;}
}


@media all and (max-width: 767px) {
  .paymentSummary .headerBlock { width: 100%; padding: 1% 2%; }
  .paymentSummary .headerBlock.myAccountArea {width: 100%;}
  .paymentSummary .summaryBlock {width: 100%;}
  .paymentSummary .summaryBlock .totals div {text-align: left !important;}
  .paymentSummary .invoicePDF { width: 100%; padding: 1% 2%;}
}

@media all and (max-width: 700px) {
  .checkoutLoginorExisting div.boxed {width: 100%; padding: 2%; margin: 10px 0; height: auto; }
}

@media all and (max-width: 500px) {
  .paymentSummary .headerBlock div.column {width: 100%;}
  table.datagrid.orderItemsSummary .productImage {display: none;}
}


table.datagrid.orderItemsSummary .productImage { width: 60px; height: auto; text-align: center; }
table.datagrid.orderItemsSummary .description { }
table.datagrid.orderItemsSummary .quantity { }
table.datagrid.orderItemsSummary .price { font-size: 1.2em; font-weight: bold; color: #333; }

@media all and (max-width: 400px) {
  table.datagrid.orderItemsSummary tr.header td {display: none; width: 100% !important; text-align: center;}
  table.datagrid.orderItemsSummary tr.header td:first-child {display: block; content: 'Items'}
  table.datagrid.orderItemsSummary tr.header td:first-child:after {content: 'items'}
  table.datagrid.orderItemsSummary tr.item td {display: block; width: 100%; text-align: center;}
  table.datagrid.orderItemsSummary tr td:last-child {border-bottom: 2px solid gray;}
  table.datagrid.orderItemsSummary tr td label {display: inline-block;}
}




table.datagrid.orderItemsSummary .LowStock { font-size: 12px; font-weight: bold; color: #999999; padding-top: 5px; }
table.datagrid.orderItemsSummary .Item .CartBorder { border: 0; text-align: center; width: 90px; height: 90px; text-align: center; vertical-align: middle; display: table-cell; background-color: #FFFFFF; }
table.datagrid.orderItemsSummary .Item input[type=submit].Remove { background-color: #333; font-size: 0.9em; padding: 3px 5px; font-weight: normal; color: #FFF; border: 1px solid #333; }
table.datagrid.orderItemsSummary .Item input[type=submit].Remove:hover { text-decoration: none; }


.itemsSummary {clear: both; padding: 2% 0;}
.itemsSummary .totals { clear: both; width: 99%;}
.itemsSummary .totals div { color: darkslategray; text-align: right; margin-bottom: 3px; padding-top: 4px; padding-bottom: 1px; font-size: 1.2em; font-weight: bold; border-top: 1px solid gray; }
.itemsSummary .totals div:first-child {border-top: none;}
.itemsSummary .totals div:last-child {border-top: 2px solid gray; border-bottom: 2px solid gray; color: black; font-weight: bold; font-size: 1.4em; padding: 4px 0}

.itemsSummary .totals div.noDeliveryMethodWarning { margin: 0 auto; clear: both; background: #EDA32D; /* old browsers */ background: -moz-linear-gradient(top, #F1FA00 0%, #FCFEC6 99%); /* firefox */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F1FA00), color-stop(99%,#FCFEC6)); /* webkit */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F1FA00', endColorstr='#FCFEC6',GradientType=0 ); /* ie */ border: none; text-align: left; padding: 0.4em; padding-left: 1em; font-size: 1.1em; border: solid 2px #DC0125; -webkit-border-radius: 5px; border-radius: 5px; -moz-border-radius: 5px; }

.itemsSummary .totals .chooseDeliveryMethod {clear: both;}
.itemsSummary .totals .chooseDeliveryMethod div {display: inline-block}
.itemsSummary .totals .chooseDeliveryMethod table {display: inline-block}


#basketEnterDiscountCode { clear: both; padding: 5px 0;}
#basketEnterDiscountCode div {max-width: 320px; margin: 0px auto}
#basketEnterDiscountCode div input[type=text] { width: 72%; padding: 5px 4px; }
#basketEnterDiscountCode div input[type=submit] { width: 20%;  }


@media all and (max-width: 767px) {
  #basketEnterDiscountCode { padding: 5px 1%; }
}


@media all and (max-width: 550px) {
  .itemsSummary .totals div {text-align: left;}
}

body.stop-scrolling {
  height: 100%;
  overflow: hidden; }

.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000; }

.sweet-alert {
  background-color: white;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999; }
  @media all and (max-width: 540px) {
    .sweet-alert {
      width: auto;
      margin-left: 0;
      margin-right: 0;
      left: 15px;
      right: 15px; } }
  .sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block; }
  .sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal; }
  .sweet-alert fieldset {
    border: none;
    position: relative; }
  .sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding 0.15s, max-height 0.15s;
    transition: padding 0.15s, max-height 0.15s; }
    .sweet-alert .sa-error-container.show {
      padding: 10px 0;
      max-height: 100px;
      webkit-transition: padding 0.2s, max-height 0.2s;
      transition: padding 0.25s, max-height 0.25s; }
    .sweet-alert .sa-error-container .icon {
      display: inline-block;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #ea7d7d;
      color: white;
      line-height: 24px;
      text-align: center;
      margin-right: 3px; }
    .sweet-alert .sa-error-container p {
      display: inline-block; }
  .sweet-alert .sa-input-error {
    position: absolute;
    top: 29px;
    right: 26px;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.1s;
    transition: all 0.1s; }
    .sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
      content: "";
      width: 20px;
      height: 6px;
      background-color: #f06e57;
      border-radius: 3px;
      position: absolute;
      top: 50%;
      margin-top: -4px;
      left: 50%;
      margin-left: -9px; }
    .sweet-alert .sa-input-error::before {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .sweet-alert .sa-input-error::after {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .sweet-alert .sa-input-error.show {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
  .sweet-alert input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
    padding: 0 12px;
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .sweet-alert input:focus {
      outline: none;
      box-shadow: 0px 0px 3px #c4e6f5;
      border: 1px solid #b4dbed; }
      .sweet-alert input:focus::-moz-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus:-ms-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus::-webkit-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
    .sweet-alert input::-moz-placeholder {
      color: #bdbdbd; }
    .sweet-alert input::-ms-clear {
      display: none; }
    .sweet-alert input:-ms-input-placeholder {
      color: #bdbdbd; }
    .sweet-alert input::-webkit-input-placeholder {
      color: #bdbdbd; }
  .sweet-alert.show-input input {
    display: block; }
  .sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative; }
  .sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: 4px;
    opacity: 0;
    visibility: hidden; }
  .sweet-alert button {
    background-color: #8CD4F5;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer; }
    .sweet-alert button:focus {
      outline: none;
      box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); }
    .sweet-alert button:hover {
      background-color: #7ecff4; }
    .sweet-alert button:active {
      background-color: #5dc2f1; }
    .sweet-alert button.cancel {
      background-color: #C1C1C1; }
      .sweet-alert button.cancel:hover {
        background-color: #b9b9b9; }
      .sweet-alert button.cancel:active {
        background-color: #a8a8a8; }
      .sweet-alert button.cancel:focus {
        box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important; }
    .sweet-alert button[disabled] {
      opacity: .6;
      cursor: default; }
    .sweet-alert button.confirm[disabled] {
      color: transparent; }
      .sweet-alert button.confirm[disabled] ~ .la-ball-fall {
        opacity: 1;
        visibility: visible;
        transition-delay: 0s; }
    .sweet-alert button::-moz-focus-inner {
      border: 0; }
  .sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important; }
  .sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px; }
  .sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box; }
    .sweet-alert .sa-icon.sa-error {
      border-color: #F27474; }
      .sweet-alert .sa-icon.sa-error .sa-x-mark {
        position: relative;
        display: block; }
      .sweet-alert .sa-icon.sa-error .sa-line {
        position: absolute;
        height: 5px;
        width: 47px;
        background-color: #F27474;
        display: block;
        top: 37px;
        border-radius: 2px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-left {
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          left: 17px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-right {
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          right: 16px; }
    .sweet-alert .sa-icon.sa-warning {
      border-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-body {
        position: absolute;
        width: 5px;
        height: 47px;
        left: 50%;
        top: 10px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-dot {
        position: absolute;
        width: 7px;
        height: 7px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin-left: -3px;
        left: 50%;
        bottom: 10px;
        background-color: #F8BB86; }
    .sweet-alert .sa-icon.sa-info {
      border-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::before {
        content: "";
        position: absolute;
        width: 5px;
        height: 29px;
        left: 50%;
        bottom: 17px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::after {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        top: 19px;
        background-color: #C9DAE1;
        left: 50%; }
    .sweet-alert .sa-icon.sa-success {
      border-color: #A5DC86; }
      .sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
        content: '';
        -webkit-border-radius: 40px;
        border-radius: 40px;
        border-radius: 50%;
        position: absolute;
        width: 60px;
        height: 120px;
        background: white;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .sweet-alert .sa-icon.sa-success::before {
        -webkit-border-radius: 120px 0 0 120px;
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 60px 60px;
        transform-origin: 60px 60px; }
      .sweet-alert .sa-icon.sa-success::after {
        -webkit-border-radius: 0 120px 120px 0;
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 0px 60px;
        transform-origin: 0px 60px; }
      .sweet-alert .sa-icon.sa-success .sa-placeholder {
        width: 80px;
        height: 80px;
        border: 4px solid rgba(165, 220, 134, 0.2);
        -webkit-border-radius: 40px;
        border-radius: 40px;
        border-radius: 50%;
        box-sizing: content-box;
        position: absolute;
        left: -4px;
        top: -4px;
        z-index: 2; }
      .sweet-alert .sa-icon.sa-success .sa-fix {
        width: 5px;
        height: 90px;
        background-color: white;
        position: absolute;
        left: 28px;
        top: 8px;
        z-index: 1;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .sweet-alert .sa-icon.sa-success .sa-line {
        height: 5px;
        background-color: #A5DC86;
        display: block;
        border-radius: 2px;
        position: absolute;
        z-index: 2; }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
          width: 25px;
          left: 14px;
          top: 46px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
          width: 47px;
          right: 8px;
          top: 38px;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    .sweet-alert .sa-icon.sa-custom {
      background-size: contain;
      border-radius: 0;
      border: none;
      background-position: center center;
      background-repeat: no-repeat; }

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@-webkit-keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

@keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s; }

.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s; }

.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s; }

.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s; }

.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s; }

.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s; }

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s; }

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s; }

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in; }

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s; }

@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s; }

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

@keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate; }

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate; }

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

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

/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9; }

/* Success icon */
.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9; }

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall,
.la-ball-fall > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff; }

.la-ball-fall.la-dark {
  color: #333; }

.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor; }

.la-ball-fall {
  width: 54px;
  height: 18px; }

.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-fall 1s ease-in-out infinite;
  -moz-animation: ball-fall 1s ease-in-out infinite;
  -o-animation: ball-fall 1s ease-in-out infinite;
  animation: ball-fall 1s ease-in-out infinite; }

.la-ball-fall > div:nth-child(1) {
  -webkit-animation-delay: -200ms;
  -moz-animation-delay: -200ms;
  -o-animation-delay: -200ms;
  animation-delay: -200ms; }

.la-ball-fall > div:nth-child(2) {
  -webkit-animation-delay: -100ms;
  -moz-animation-delay: -100ms;
  -o-animation-delay: -100ms;
  animation-delay: -100ms; }

.la-ball-fall > div:nth-child(3) {
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms; }

.la-ball-fall.la-sm {
  width: 26px;
  height: 8px; }

.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px; }

.la-ball-fall.la-2x {
  width: 108px;
  height: 36px; }

.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px; }

.la-ball-fall.la-3x {
  width: 162px;
  height: 54px; }

.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px; }

/*
 * Animation
 */
@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%); } }

@-moz-keyframes ball-fall {
  0% {
    opacity: 0;
    -moz-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -moz-transform: translateY(145%);
    transform: translateY(145%); } }

@-o-keyframes ball-fall {
  0% {
    opacity: 0;
    -o-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -o-transform: translateY(145%);
    transform: translateY(145%); } }

@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    -moz-transform: translateY(-145%);
    -o-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    -moz-transform: translateY(145%);
    -o-transform: translateY(145%);
    transform: translateY(145%); } }


