<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Minification failed. Returning unminified contents.
(1077,422): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
/* Minification failed. Returning unminified contents.
(1074,422): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
/*
 * jQuery UI CSS ZarrDotCom 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 ZarrDotCom 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: Trebuchet MS, Tahoma; font-size: .80em; background-color: white;}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, th {
	margin:0;
	padding:0;
}

table {border-collapse: collapse;}

#page {margin: 0 auto; width:980px; } 

/* NOTES:  */
/* - As layout is using DIVs, no need to set WIDTH=100% on any content regions/areas. */

.button {background-color: #af2354; color: White; border: 1px solid #5c3518;}
.enterData {margin-left: 40px; margin-top: 20px; }

/* Region: regLogoBar */
#regLogoBar { clear: both; background-color:white; color: #5c3518; }
#regLogoBar .logo {float: left; padding: 0px;}
#regLogoBar .logo img {border: 0px;}
#regLogoBar .strapline {float: right; padding: 0px;}


/* Region: TOP MENU  */
#regTopMenuBar { clear: both; background-color:white; color: #cccccc;}
#regTopMenuBar .MenuLinks { background-image: url(/images/template/topnav_bg.gif); background-repeat: repeat-x; margin: 0px 0px 0px 0px; font-size: 1em; color: White;}
#regTopMenuBar .MenuLinks ul { display: inline; padding: 0px; }
#regTopMenuBar .MenuLinks ul li { display: inline; padding-left: 1px; padding-right: 3px; background-image: url(/images/template/topnav_spacer.gif); background-repeat: no-repeat; padding-top: 5px; padding-bottom: 5px; background-position: right;}

#regTopMenuBar2 { clear: both; background-color:#ded1c8; color:#523518; border-top: 1px solid white; padding: 0px; height: 25px;}
#regTopMenuBar2 .brandChooser {float:left; width: 195px; font-size: .85em; padding: 2px 2px 0 2px;}
#regTopMenuBar2 .brandChooser select {width: 192px; color: #523518; border: 1px solid #ded1c8;}

#regTopMenuBar2 img {border: 0;}
#regTopMenuBar2 .iconFacebook {float:left; padding:2px 0;}
#regTopMenuBar2 .iconFacebook a {color: #523518; text-decoration: none;}
#regTopMenuBar2 .iconTwitter  {float:left; padding:2px 0 0 4px;}
#regTopMenuBar2 .iconTwitter a {color: #523518; text-decoration: none;}

#regTopMenuBar2 div div {float: left;}
#regTopMenuBar2 div div.icon {float: left;}
#regTopMenuBar2 div div.link {padding: 4px 0px 0px 5px; font-size: .85em;}

#regTopMenuBar2 .shoppingBag {}
#regTopMenuBar2 .shoppingBag .bagName    {float: right; padding: 5px 0px 0px 0px; font-size: .95em;}
#regTopMenuBar2 .shoppingBag .bagStatus  {float: right; padding: 4px 20px 0px 20px; text-align: right; color: #b02354; font-weight: bold;}
#regTopMenuBar2 .shoppingBag .bagButtons {float: right; padding: 3px 3px 0px 0px; }


/* Region: FOOTER */
#regFooter {clear:both; font-size: 1em; color: #523518; margin: 0px 0px 45px 0px; background-color: White; font-family: Arial; }
#regFooter a {color: #523518; font-weight: normal; text-decoration: none;}
#regFooter a:hover {text-decoration: underline;}
#regFooter .MenuLinks { clear: both; color: white; background-color: #ded1c8; padding: 6px 5px 6px 5px; margin-bottom: 1px; font-size: .85em; }
#regFooter .MenuLinks ul { display: inline; padding: 0px; }
#regFooter .MenuLinks ul li { display: inline; padding-left: 4px; padding-right: 4px; }
#regFooter .Text { clear: both; border-top: 3px solid #af2354; padding: 3px 5px 5px 5px; font-size: .75em; color: #af2354; }
#regFooter .Text p {padding: 3px 0px 0px 0px; margin: 0px;}
#regFooter .Text .copyright { float: left; color: #523518; margin: 5px 0px 7px 0px; }
#regFooter .Text .designedBy { float: right; color: #523518; margin: 5px 0px 7px 0px; }
#regFooter .Text .designedBy a { color: #523518; }
#regFooter .Text .registeredOffice { clear:both; text-align: center; color: #b02354; margin: 0px 0px 7px 0px;}


/* Region: Middle bit encompassing left menu and body content (and right menu if appropriate) */
#regMainContent {clear:both; padding-top: 10px; }
#regFixHeights { clear: both;} /*If you want a background on regBodyContent to span the height of regBodyContent this is necessary. */

/* Region: Left hand menu/column */
#regLeftMenu {float: left; font-size: 1em; color: #44749D; width: 180px; padding: 3px 8px 5px 2px; }
#regLeftMenu a {color: black; text-decoration: none;}

#regLeftMenu .searchBox {width: 180px; font-size: 1em; padding: 0px 2px 00px 0px; margin: 0px 0px 10px 0px; clear: both;}
#regLeftMenu .searchBox .searchField {float:left; width: 147px; font-size: .9em; padding: 0px 2px 0px 2px;}
#regLeftMenu .searchBox .searchButton {float:left; width: 28px; padding: 1px 0px 0px 1px;}

#regLeftMenu .boxed {font-size: 1em; margin: 12px 0px 20px 0px; color: #523518; clear: both;}
#regLeftMenu .boxed h2 {color: #b02354; font-size: 1em; font-weight: bold; margin: 3px 0px 0px 0px;}
#regLeftMenu .boxed ul {margin: 5px 0px 0px 5px; padding: 0px 0px 0px 13px;}
#regLeftMenu .boxed ul li {list-style-image: url(/images/template/bullet_pink.gif); background-repeat: no-repeat; padding-bottom: 3px; font-size: .85em; }
#regLeftMenu .boxed a {color: #a73a61}
#regLeftMenu .boxed .MenuItem { font-size: 1.1em; color:#b02354; font-weight: bold; margin: 0px 0px 1px 0px; padding: 6px 0px 2px 0px;  }
#regLeftMenu .boxed .subMenuItem { font-size: 1em; margin: 0px 0px 0px 0px; padding: 1px 0px 1px 11px; border-bottom: 1px solid #dcd7d1;}
#regLeftMenu .boxed .subMenuItem A { color:#523518; font-weight: normal; text-decoration: none; }
#regLeftMenu .boxed .subMenuItem A:hover {text-decoration: underline; }

#regLeftMenu #rssIcons {margin: 5px 5px 30px 20px; font-size: .85em;}


/* Region: Right hand menu/column */
#regRightHandColumn {float: right; font-size: 1em; color: #44749D; width: 180px; padding: 3px 2px 5px 0px; }
#regRightHandColumn a {text-decoration: none; color: #b02354;}
#regRightHandColumn a:hover {text-decoration: none; }
#regRightHandColumn .actionButton {padding: 0px 0px 3px 0px;}
#regRightHandColumn .actionButton img {border: 0px;}
#regRightHandColumn .boxed {font-size: 1em; margin: 3px 0px 10px 0px; color: #523518; clear: both;}
#regRightHandColumn .boxed a {color: #a73a61; }
#regRightHandColumn .boxed .blogArchiveItem { font-size: 1em; margin: 0px 0px 0px 0px; padding: 1px 0px 1px 11px; border-bottom: 1px solid #dcd7d1;}
#regRightHandColumn .boxed .blogArchiveItem A { color:#523518; font-weight: normal; text-decoration: none; }
#regRightHandColumn .boxed .blogArchiveItem A:hover {text-decoration: underline; }

#regRightHandColumn .boxed .blogCategoryItem { font-size: 1em; margin: 0px 0px 0px 0px; padding: 1px 0px 1px 11px; border-bottom: 1px solid #dcd7d1;}
#regRightHandColumn .boxed .blogCategoryItem A { color:#523518; font-weight: normal; text-decoration: none; }
#regRightHandColumn .boxed .blogCategoryItem A:hover {text-decoration: underline; }


#regRightHandColumn .offer {padding: 5px 0px 5px 5px; font-size: .85em; font-weight: bold; clear:both;}
#regRightHandColumn .offer a {color: #523518; text-decoration: none; font-weight: bold;}
#regRightHandColumn .offer .photo {vertical-align: top; padding-left: 10px;}
#regRightHandColumn .offer .text {vertical-align: top; padding: 15px 0px 0px 0px; color: #523518; font-size: 1em;}
#regRightHandColumn .offer .price {padding: 20px 0px 0px 0px; color: #b02354; font-size: 1.3em;}
#regRightHandColumn .offer .viewLink {padding: 10px 0px 0px 0px; }


/* Set main content width - if main content width should be 700, but there is 15 left and 15 right padding, then width should be set to 670...  */
#regBodyContent {float: left; width: 560px; min-height: 800px; font-size: .9em; margin: 3px 0px 20px 2px; padding: 0px 22px 20px 20px; background-color: white; border-left: 1px solid #e5e1dd; border-right: 1px solid #e5e1dd;}
#regBodyContent h1 {margin-top: 2px; margin-bottom: 9px; font-size: 1.8em; font-weight: normal; color: #b02354}
#regBodyContent h2 {margin-top: 15px; margin-bottom: 3px; padding: 0px; font-size: 1.3em; font-weight: normal; color: #b02354;}
#regBodyContent h3 {margin-top: 8px; margin-bottom: 3px; padding: 0px 0px 2px 0px; font-size: 1.2em; font-weight: normal; color: #b02354; border-bottom: 1px solid #E5E1DD;}
#regBodyContent h4 {margin-top: 8px; margin-bottom: 1px; padding: 0px; font-size: 1.2em; font-weight: normal; color: #b02354;}

#regBodyContent ul li {list-style-image: url(/images/template/bullet_pink.gif); background-repeat: no-repeat;  }

#regBodyContent p {margin: 0px 0px 9px 0px;}

#regBodyContent select {font-size: 1.1em; padding-left: 2px;}
#regBodyContent ul li {	 list-style-type: square; }
#regBodyContent input { border: 1px solid #9C9C9C; background-color: #FFFFFF; color: black; font-family: tahoma;}
#regBodyContent input[type=radio] {border: 0px;}
#regBodyContent input[type=checkbox] {border: 0px;}
#regBodyContent textarea { border: 1px solid #9C9C9C; background-color: #FFFFFF; color: black; font-family: tahoma;}



#regBodyContent .MessageToUser {font-weight: bold; color: red; padding-top: 5px; padding-bottom: 10px} 
#regBodyContent .MessageToUser div .icon {display: inline;}
#regBodyContent .MessageToUser div .message {display: inline;}

#regBodyContent .breadcrumbtrail {padding-top:5px; padding-bottom:10px}
#regBodyContent .breadcrumbtrail A {color: #F8A261}
#regBodyContent .txtHighlight { border: 1px solid #CC0033; background-color: #F6FD8C; color: #000000;}
#regBodyContent .highlight {background-color:Yellow}

#regBodyContent #shoppingListPad {clear:both; margin: 15px 15px 0px 0px;}
#regBodyContent #shoppingListPad .top      {clear:both; background-image:url(/images/template/shoppingbag/new_pad_top.png); background-repeat: no-repeat; height: 90px; margin: 0px; padding: 0px;}
#regBodyContent #shoppingListPad .mainbody {clear:both; background-image:url(/images/template/shoppingbag/new_pad_bg.png); background-repeat: repeat-y; min-height: 667px; max-height: 9999px; margin: 0px; padding: 15px }
#regBodyContent #shoppingListPad .bottom   {clear:both; background-image:url(/images/template/shoppingbag/new_pad_bottom.png); background-repeat: no-repeat; height: 36px; margin: 0px; padding: 0px;}

#regBodyContent img { border: 1px solid #C8BEB4; padding: 1px}
#regBodyContent .None img { border: 0px}
#regBodyContent img.None { border: 0px}

/* Button styles */
#regBodyContent .button {font-weight: bold; color: #FFFFFF; background-color: #AD2353 ; padding: 3px 8px 3px 8px; border: 0px}
#regBodyContent .CancelButton {font-weight: normal; color: Red;}


#regBodyContent .recentNews {margin: 5px 0px 10px 0px;}
#regBodyContent .recentNews .image {vertical-align: top; width: 100px; padding-bottom: 15px;}
#regBodyContent .recentNews .gap   {width: 10px;}
#regBodyContent .recentNews .text  {vertical-align: top; width: 170px; padding: 0px 0px 15px 5px;}
#regBodyContent .recentNews .text a.articleTitle {text-decoration: none;}


#regBodyContent .skuTag {margin: 2px 0px 0px 0px;}
#regBodyContent .skuTag a {text-decoration: none;}
#regBodyContent .skuTag .skuTagThumbnail {float: left; margin-right: 10px; }
#regBodyContent .skuTag .skuTagThumbnail img {border: 1px solid #C8BEB4; padding: 1px}
#regBodyContent .skuTag .skuTagText {float: left; margin-right: 15px; }
#regBodyContent .skuTag .skuTagText .brandName {margin-bottom: 0px;}
#regBodyContent .skuTag .skuTagText .productName {margin-bottom: 5px;}
#regBodyContent .skuTag .skuTagText .price {margin-bottom: 5px;}
#regBodyContent .skuTag .skuTagText .view {margin-bottom: 5px;}
#regBodyContent .skuTag .skuTagText .view img {border: none;}


/* datagrid styles */
#regBodyContent .datagrid .datagridHeader {background-color: #ded1c8;font-weight: bold; margin-bottom: 10px;}
#regBodyContent .datagrid .datagridHeader   td { padding: 2px 4px 2px 4px;}
#regBodyContent .datagrid .datagridItem {background-color: #efefef; border-bottom: 1px solid #666666}
#regBodyContent .datagrid .datagridItem  td { padding: 2px 4px 2px 4px;}
#regBodyContent .datagrid .datagridAlternatingItem {background-color: #ffffff; border-bottom: 1px solid #666666}
#regBodyContent .datagrid .datagridAlternatingItem  td { padding: 2px 4px 2px 4px;}

/* Payment/checkout/myaccount order history page styles */  
#regBodyContent .PaymentForm {margin-left: 30px; margin-top:8px; width: 90%;}
#regBodyContent .PaymentForm .heading {width: 140px}
#regBodyContent .PaymentForm input, textarea {font-size: 1em; height: 16px; padding: 1px; color: #333333}
#regBodyContent .PaymentForm select { font-size: 1em}
#regBodyContent .PaymentFormHeading {background-color: #ded1c8; color: #523518; font-weight: bold; margin-top: 10px; margin-bottom: 6px; padding-top:4px; padding-bottom: 4px; padding-left: 5px;}
#regBodyContent .PaymentSecureSeal  { text-align:center; margin-top: 10px; }
#regBodyContent .PaymentForm .Compulsory { font-weight: bold; color: Red; font-size: 0.9em; padding-left: 3px; padding-right: 3px;}

/* these styles are used on the view shopping basket page... */
#regBodyContent .BasketSummary {}
#regBodyContent .BasketSummary .BasketSummaryTable {width: 100%; border-collapse: collapse; }
#regBodyContent .BasketSummary .BasketSummaryTable .BasketSummaryHeader td { background-color: #ded1c8; color: #523518; font-weight: bold;}
#regBodyContent .BasketSummary .BasketSummaryTable .BasketSummaryItem td { border-bottom: 1px solid #ded1c8; padding-top: 1px; padding-bottom: 2px;}
#regBodyContent .BasketSummary .BasketSummaryTable .BasketItemQuantity {width: 20px; text-align:center; font-size: 1em; margin-left: 25px;}
#regBodyContent .BasketSummary .BasketSubtotal { width: 100%; text-align: right; border-top: 2px solid gray; margin-bottom: 3px; padding-top: 4px; padding-bottom: 1px;}
#regBodyContent .BasketSummary .BasketDelivery { width: 100%; text-align: right; border-top: 1px solid gray; margin-bottom: 3px; padding-top: 3px; padding-bottom: 1px;}
#regBodyContent .BasketSummary .BasketWeight { width: 100%; text-align: right; border-top: 1px solid gray; margin-bottom: 3px; padding-top: 3px; padding-bottom: 1px;}
#regBodyContent .BasketSummary .BasketDelivery select {font-size: 1.05em; margin-left: 5px;}
#regBodyContent .BasketSummary .BasketDiscount { width: 100%; text-align: right; border-top: 1px solid gray; margin-bottom: 3px; padding-top: 3px; padding-bottom: 1px;}
#regBodyContent .BasketSummary .BasketVATAmount { width: 100%; text-align: right; border-top: 1px solid gray; margin-bottom: 6px; padding-top: 3px; padding-bottom: 1px;}
#regBodyContent .BasketSummary .BasketGrandTotal { width: 100%; text-align: right; border-bottom: 2px solid black; border-top: 1px solid black; font-weight: bold; font-size: 1.1em; margin-bottom: 5px; padding: 3px 0px 3px 0px;}
#regBodyContent .BasketSummary .CartBorder { border: 0px solid #D0D0D0; text-align: center; width: 80px;}
#regBodyContent .BasketSummary .BasketButtons {width: 100%; margin-bottom: 5px; margin-top: 10px;}
#regBodyContent .BasketSummary .BasketButtons .CheckoutButtonArea { padding-top: 12px; clear: both; height: 40px; border-bottom: 1px solid #CCCCCC; padding-bottom: 4px; }
#regBodyContent .BasketSummary .BasketButtons .CheckoutButtonArea .MultiplePaymentGateways { display: inline; float: right; margin:  3px 20px 0px 0px;  font-size: 1.5em;  padding-top: 3px; font-weight: bold;}
#regBodyContent .BasketSummary .BasketButtons .CheckoutButtonArea .Buttons { float: right;}
#regBodyContent .BasketSummary .BasketButtons .UpdateQuantity {color: Navy; font-weight: bold; font-size: 1em; width:110px; }
#regBodyContent .BasketSummary .BasketButtons .ContinueShopping { color: Navy; font-weight: bold; font-size: 1em; width:140px; }
#regBodyContent .BasketSummary .BasketButtons .Checkout {color: DarkGreen; font-weight: bold; font-size: 1em; width: 220px; height: 30px;  }
#regBodyContent .BasketSummary .ApplyDiscountCode {color: DarkGreen; font-weight: bold; font-size: 1em; width:65px}
#regBodyContent .BasketSummary .CartRemove { background-color: #FFFFFF;font-weight: bold; font-size: .9em; color: #000000; border: 0px}
#regBodyContent .BasketSummary .CartRemove:Hover { text-decoration: none;}

/* these styles are used on the final checkout page... */
#regBodyContent .PaymentSummary { margin-left: 15px;}
#regBodyContent .PaymentSummary .PaymentSummaryTable {width: 100%; }
#regBodyContent .PaymentSummary .PaymentSummaryTable .PaymentSummaryHeader { background-color: #ded1c8; color: #523518; font-weight: bold;}
#regBodyContent .PaymentSummary .PaymentSummaryTable .PaymentSummaryHeader td { padding: 2px 4px 2px 4px;}
#regBodyContent .PaymentSummary .PaymentSummaryTable .PaymentSummaryItem {}
#regBodyContent .PaymentSummary .PaymentSummaryTable .PaymentSummaryItem td { border-bottom: 1px solid gray; padding-top: 1px; padding-bottom: 2px; }
#regBodyContent .PaymentSummary .PaymentSubtotal { width: 100%; text-align: right; border-top: 2px solid gray; margin-bottom: 3px; padding-top: 4px; padding-bottom: 1px;}
#regBodyContent .PaymentSummary .PaymentDelivery { width: 100%; text-align: right; border-top: 1px solid gray; margin-bottom: 3px; padding-top: 3px; padding-bottom: 1px;}
#regBodyContent .PaymentSummary .PaymentDiscount { width: 100%; text-align: right; border-top: 1px solid gray; margin-bottom: 3px; padding-top: 3px; padding-bottom: 1px;}
#regBodyContent .PaymentSummary .PaymentVATAmount { width: 100%; text-align: right; border-top: 1px solid gray; margin-bottom: 6px; padding-top: 3px; padding-bottom: 1px;}
#regBodyContent .PaymentSummary .PaymentGrandTotal { width: 100%; text-align: right; border-bottom: 2px solid black; border-top: 1px solid black; font-weight: bold; font-size: 1.2em; margin-bottom: 15px; padding-top: 3px; padding-bottom: 3px;}

/* these styles are used on product list/detail pages ... */
#regBodyContent .ProductPhotos img { border: 0px;}
#regBodyContent .ProductPhotos {margin-right: 20px; width:254px; }
#regBodyContent .ProductPhotos .MainPhoto {text-align:center; height: 254px;}
#regBodyContent .ProductPhotos .ThumbnailCaption {font-family: arial; font-weight:normal; font-size: .9em; text-align:center; color: #777777; padding: 5px 0px 5px 0px; }
#regBodyContent .ProductPhotos .ThumbnailPhoto { border: 1px solid #aaaaaa; font-size:70px; line-height: 90px; vertical-align: middle; height:90px; margin-left: 3px; margin-right: 3px; margin-bottom: 5px; text-align: center;}

#regBodyContent .ProductSKUsTable {border: 0px solid #E5E1DD}
#regBodyContent .ProductSKUsTable .ProductSKUsHeader td { padding: 2px 4px 2px 4px; color: #523518; border-bottom: 1px solid #E5E1DD; font-weight: bold; font-size: 1.2em; border-right: 0px; border-left: 0px}
#regBodyContent .ProductSKUsTable .ProductSKUsItem td { border: 0px solid #E5E1DD; padding: 4px 2px 4px 2px; font-size: 1.2em;}
#regBodyContent .ProductSKUsTable .ProductSKUsItem .price{font-weight: bold; color: #b02354;}
#regBodyContent .ProductSKUsTable .ProductSKUsItem .buyNow {color: Red; font-weight: bold; font-size: .8em;}
#regBodyContent .ProductSKUsTable .ProductSKUsItem .wasprice{font-weight: bold; color: #000000; text-decoration:line-through;}
#regBodyContent .ProductSKUsTable .ProductSKUsItem .buyNow { margin: 3px 3px 3px 3px; height: 20px; font-weight: bold; border: 1px solid #01A2E6; color: #FFFFFF; font-size: .8em; background-color: #01A2E6;}

#regBodyContent .SubCategoryThumbnailBrowse {}
#regBodyContent .SubCategoryThumbnailBrowse img { border: 0px}
#regBodyContent .SubCategoryThumbnailBrowse .Thumbnail {height: 150px; width: 110px}
#regBodyContent .SubCategoryThumbnailBrowse .Thumbnail .ThumbnailPhoto {border: 1px solid #aaaaaa; height:102px; margin-left: 3px; margin-right: 3px; margin-bottom: 2px; text-align: center;}
#regBodyContent .SubCategoryThumbnailBrowse .Thumbnail .ThumbnailText {text-align: center; padding-top: 1px; }

#regBodyContent .BrandThumbnailBrowse {}
#regBodyContent .BrandThumbnailBrowse img { border: 0px}
#regBodyContent .BrandThumbnailBrowse .Thumbnail {height: 150px; width: 120px}
#regBodyContent .BrandThumbnailBrowse .Thumbnail .ThumbnailPhoto {border: 1px solid #aaaaaa; height:125px; margin-left: 3px; margin-right: 3px; margin-bottom: 2px; text-align: center;}
#regBodyContent .BrandThumbnailBrowse .Thumbnail .ThumbnailText {text-align: center; padding-top: 3px; height: 25px; }

#regBodyContent .ProductThumbnailBrowse {}
#regBodyContent .ProductThumbnailBrowse img { border: 0px}
#regBodyContent .ProductThumbnailBrowse .Thumbnail {height: 288px; width: 162px; margin-bottom: 10px; text-align:center; border-bottom: 1px solid #E5E1DD }
#regBodyContent .ProductThumbnailBrowse .Thumbnail .ThumbnailPhoto {border: 0px solid #ded1c8; width: 162px; height:162px; margin-bottom: 2px; margin-left:9px; text-align: center; vertical-align: middle; display: table-cell; line-height: 162px}
#regBodyContent .ProductThumbnailBrowse .Thumbnail .ThumbnailText {height: 103px; text-align: center; }
#regBodyContent .ProductThumbnailBrowse .Thumbnail .ThumbnailText a {color: #523518; text-decoration: none;}
#regBodyContent .ProductThumbnailBrowse .Thumbnail .ProductPrice  {text-align: center; padding-top: 2px; padding-bottom: 6px; font-weight: bold; color: #000000; }
#regBodyContent .ProductThumbnailBrowse .Thumbnail .price {font-weight: bold; color: #b02354; }
#regBodyContent .ProductThumbnailBrowse .Thumbnail .wasprice {font-weight: bold; color: black; text-decoration:line-through;}

#regBodyContent .productRating { margin-top: 10px; font-weight: bold;}
#regBodyContent .productReview {}
#regBodyContent .productReviewName { text-align:right; font-weight: bold; font-size: 11px; font-style: italic;}
#regBodyContent .productReviewFooter {padding-bottom: 7px; border-bottom: 1px solid #cccccc; margin-bottom: 10px;}

#regBodyContent .productSocialNetworking {float: right; clear: both; margin-bottom: 30px; }
#regBodyContent .productSocialNetworking img {border: 0px}

#regBodyContent .paging {padding-top: 10px; padding-bottom: 20px;}
#regBodyContent .paging a {text-decoration: none;}
#regBodyContent .paging table {width:100%}
#regBodyContent .paging .currentPageLabel {width: 140px; color: black;}
#regBodyContent .paging .previousPage {width: 100px; text-align: left; }
#regBodyContent .paging .previousPage a { color: #523518;}
#regBodyContent .paging .pageNumbers {text-align: center;}
#regBodyContent .paging .pageNumbers a.unselectedPage {font-weight: normal; color: #523518}
#regBodyContent .paging .pageNumbers a.unselectedPage:hover { background-color: #D6CCC9; }
#regBodyContent .paging .pageNumbers a.selectedPage {font-weight: bold; color: #b02354; border: 1px solid #b02354; padding: 1px 2px 1px 2px; }
#regBodyContent .paging .nextPage {width: 80px; text-align: right; }
#regBodyContent .paging .nextPage a { color: Gray; }
#regBodyContent .SocialNetworking img { border: 0px}
/* Blog related styles... */  				  
#regBodyContent .BlogEntries p {padding-top: 0px; margin-top: 0px}
#regBodyContent .BlogEntries .blogPostTitle {padding-top: 5px;}
#regBodyContent .BlogEntries .blogPostTitle a {font-size: 1.2em; font-weight: bold;}
#regBodyContent .BlogEntries .blogDateFiled {color: Gray; padding-top: 2px; padding-bottom: 8px;}
#regBodyContent .BlogEntries .blogContent { padding-bottom: 10px;}   
#regBodyContent .BlogEntries .blogFooter {padding-bottom: 25px; border-bottom: 1px solid #cccccc; margin-bottom: 10px; }
#regBodyContent .BlogEntries .blogFooter .CommentSummary {float: left; width: 300px; display: inline; color: gray;  padding-top: 5px; }
#regBodyContent .BlogEntries .blogFooter .CommentSummary a {text-decoration: none; font-weight: normal; color: Gray;}
#regBodyContent .BlogEntries .blogFooter .SocialNetworking {float: right; display: inline; }
#regBodyContent .BlogEntries .blogNoEntries {margin-left: 15px; color: Navy; padding-top: 10px; }

#regBodyContent .BlogDetail .blogPostTitle {font-size: 1.2em; font-weight: bold;}
#regBodyContent .BlogDetail .blogDateFiled {color: Gray; padding-top: 2px; padding-bottom: 8px;}
#regBodyContent .BlogDetail .blogContent { padding-bottom: 5px;}   
#regBodyContent .BlogDetail .blogCategories { padding-top: 7px; color: #444444; margin-left: 20px; padding-bottom: 3px;}   
#regBodyContent .BlogDetail .blogFooter {padding-bottom: 5px; border-bottom: 1px solid #cccccc; }
#regBodyContent .BlogDetail .blogNoEntry {margin-left: 15px; color: Navy; padding-top: 10px; }
#regBodyContent .BlogDetail .SocialNetworking {padding-top: 0px; text-align: right}
#regBodyContent .BlogDetail .OtherRecentPosts {padding-top: 0px; padding-bottom: 5px;}
#regBodyContent .BlogDetail .OtherRecentPosts .ListPosts {margin-left: 20px; padding-bottom: 3px;}

#regBodyContent .BlogDetail .Comments {padding-top: 0px;}
#regBodyContent .BlogDetail .Comments .NoCommentsYet {color: #444444; padding-bottom: 5px;}
#regBodyContent .BlogDetail .Comments .ListComments {margin-left: 0px; padding-bottom: 5px;}
#regBodyContent .BlogDetail .Comments .ListComments .SpecificPost {padding: 7px 5px 7px 5px; margin-bottom: 12px; border: 1px solid gray; background-color: #FFFED0;}
#regBodyContent .BlogDetail .Comments .ListComments .SpecificPost .CommentBy {font-size: .9em; color: black; padding-bottom: 5px; }
#regBodyContent .BlogDetail .Comments .ListComments .SpecificPost .Comment {font-size: .9em; }
#regBodyContent .BlogDetail .Comments .ListComments .SpecificPost .ModeratedReply {background-color: #F5FABD; }
#regBodyContent .BlogDetail .Comments .ListComments .SpecificPost .ModeratedReply .ReplyComment { }
#regBodyContent .BlogDetail .Comments .ListComments .SpecificPost .ModeratedReply .ReplyDatestamp { }

#regBodyContent .BlogDetail .Comments .leaveComment input {margin-left: 0px;}
#regBodyContent .BlogDetail .Comments .leaveComment .heading {color: #333333; font-weight: bold; padding-top: 4px; }


/* not within a region because you may want to put in in various places on the site */
.blogCategoriesBox {padding: 0px 0px 10px 0px;}
.blogCategoriesBox .blogCategoryItem {font-size: .85em; margin: 0px 0px 1px 0px; padding: 4px 0px 4px 3px; border-bottom: 1px solid #8485DF; }
.blogCategoriesBox .blogCategoryItem A { color:#444444; font-weight: normal; text-decoration: none;}
.blogCategoriesBox .blogCategoryItem A:hover {text-decoration: underline;}

.blogArchiveBox {padding: 0px 0px 10px 0px;}
.blogArchiveBox .blogArchiveItem {font-size: .85em; margin: 0px 0px 1px 0px; padding: 4px 0px 4px 3px; border-bottom: 1px solid #8485DF; }
.blogArchiveBox .blogArchiveItem A { color:#444444; font-weight: normal; text-decoration: none;}
.blogArchiveBox .blogArchiveItem A:hover {text-decoration: underline;}


/* MULTIPage Document indexed */
#regBodyContent .multiDocumentIndex {margin: 0px 0px 20px 10px; float: right; width: 185px; border: 0px solid #dcd7d1; padding: 10px; }
#regBodyContent .multiDocumentIndex img {border: 0px; border: none;}
#regBodyContent .multiDocumentIndex .item {border-bottom: 1px solid #dcd7d1; padding: 3px 7px 3px 10px;}
#regBodyContent .multiDocumentIndex .item a {text-decoration: none;}


/* News related styles... */  				  
#regBodyContent .NewsEntries .NewsListWrapper { border-bottom: 1px solid #cccccc; padding-bottom: 5px; margin-bottom: 5px;}
#regBodyContent .NewsEntries .NewsListWrapper p {padding-top: 0px; margin-top: 0px}
#regBodyContent .NewsEntries .NewsListWrapper .Image { float: right; margin-left: 15px;}
#regBodyContent .NewsEntries .NewsListWrapper .Image .NewsImage { border: 0px solid #919191; display: table-cell; vertical-align: middle; text-align: center; text-align: center; background-color: #FFFFFF;}
#regBodyContent .NewsEntries .NewsListWrapper .NewsArticleTitle {padding-top: 5px;}
#regBodyContent .NewsEntries .NewsListWrapper .NewsArticleTitle a {font-size: 1.2em; font-weight: bold; text-decoration: none;}
#regBodyContent .NewsEntries .NewsListWrapper .NewsArticleTitle a:hover { text-decoration: underline;}
#regBodyContent .NewsEntries .NewsListWrapper .NewsDateFiled {color: Gray; padding-top: 2px; padding-bottom: 8px;}
#regBodyContent .NewsEntries .NewsListWrapper .NewsContent { padding-bottom: 10px;}   
#regBodyContent .NewsEntries .NewsListWrapper .NewsContent .NewsMoreDetailsLink { text-align: right; padding-top: 5px;}
#regBodyContent .NewsEntries .NewsListWrapper .NewsContent .NewsMoreDetailsLink a { text-decoration: none; border-bottom: 1px dotted #02386F;}
#regBodyContent .NewsEntries .NewsListWrapper .NewsFooter {padding-bottom: 25px; margin-bottom: 10px; }
#regBodyContent .NewsEntries .NewsListWrapper .NewsFooter .CommentSummary {float: left; width: 300px; display: inline; color: gray;  padding-top: 5px; }
#regBodyContent .NewsEntries .NewsListWrapper .NewsFooter .CommentSummary a {text-decoration: none; font-weight: normal; color: Gray;}
#regBodyContent .NewsEntries .NewsListWrapper .NewsFooter .SocialNetworking {float: right; display: inline; }
#regBodyContent .NewsEntries .NewsListWrapper .NewsNoEntries {margin-left: 15px; color: #333333; padding-top: 10px; }
#regBodyContent .centredetails { font-weight: bold;}
#regBodyContent .NewsDetail .NewsArticleTitle {font-size: 1.2em; font-weight: bold;}
#regBodyContent .NewsDetail .NewsDateFiled {color: Gray; padding-top: 2px; padding-bottom: 8px; text-align: right;}
#regBodyContent .NewsDetail .NewsContent { padding-bottom: 5px;}
#regBodyContent .NewsDetail .NewsCategories { padding-top: 7px; color: #444444; margin-left: 20px; padding-bottom: 3px;}
#regBodyContent .NewsDetail .NewsFooter {padding-bottom: 5px; border-bottom: 1px solid #cccccc; }
#regBodyContent .NewsDetail .NewsNoEntry {margin-left: 15px; color: #333333; padding-top: 10px; }
#regBodyContent .NewsDetail .SocialNetworking {padding-top: 10px; text-align: left;}
#regBodyContent .NewsDetail .OtherRecentArticles {padding-top: 15px; padding-bottom: 15px;}
#regBodyContent .NewsDetail .OtherRecentArticles .ListArticles {margin-left: 20px; padding-bottom: 3px;}

#regBodyContent .NewsDetail .Comments {padding-top: 0px;}
#regBodyContent .NewsDetail .Comments .NoCommentsYet {color: #444444; padding-bottom: 5px;}
#regBodyContent .NewsDetail .Comments .ListComments {margin-left: 0px; padding-bottom: 5px;}
#regBodyContent .NewsDetail .Comments .ListComments .SpecificArticle {padding: 7px 5px 7px 5px; margin-bottom: 12px; border: 1px solid gray; background-color: #FFFED0;}
#regBodyContent .NewsDetail .Comments .ListComments .SpecificArticle .CommentBy {font-size: .9em; color: black; padding-bottom: 5px; }
#regBodyContent .NewsDetail .Comments .ListComments .SpecificArticle .Comment {font-size: .9em; }
#regBodyContent .NewsDetail .Comments .ListComments .SpecificArticle .ModeratedReply {background-color: #F5FABD; }
#regBodyContent .NewsDetail .Comments .ListComments .SpecificArticle .ModeratedReply .ReplyComment { }
#regBodyContent .NewsDetail .Comments .ListComments .SpecificArticle .ModeratedReply .ReplyDatestamp { }

#regBodyContent .NewsDetail .Comments .leaveComment input {margin-left: 0px;}
#regBodyContent .NewsDetail .Comments .leaveComment .heading {color: #333333; font-weight: bold; padding-top: 4px; }

/* not within a region because you may want to put in in various places on the site */
.NewsCategoriesBox {padding: 0px 0px 10px 0px;}
.NewsCategoriesBox .NewsCategoryItem {font-size: .85em; margin: 0px 0px 1px 0px; padding: 4px 0px 4px 3px; border-bottom: 1px solid #8485DF; }
.NewsCategoriesBox .NewsCategoryItem A { color:#444444; font-weight: normal; text-decoration: none;}
.NewsCategoriesBox .NewsCategoryItem A:hover {text-decoration: underline;}

.NewsArchiveBox {padding: 0px 0px 10px 0px;}
.NewsArchiveBox .NewsArchiveItem {font-size: .85em; margin: 0px 0px 1px 0px; padding: 4px 0px 4px 3px; border-bottom: 1px solid #8485DF; }
.NewsArchiveBox .NewsArchiveItem A { color:#444444; font-weight: normal; text-decoration: none;}
.NewsArchiveBox .NewsArchiveItem A:hover {text-decoration: underline;}




/*Password Tool CSS */
#password_description {font-size: 10px; font-style: italic;  }
#password_strength { height:10px; display:block; }
#password_strength_border { width: 160px; 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; }



/* Products image zoom... */
#lightbox{ background-color:#eee; padding: 10px; border-bottom: 2px solid #666;	border-right: 2px solid #666;	}
#lightboxDetails{	font-size: 0.8em;	padding-top: 0.4em;	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }
#lightbox img{ border: none; clear: both;}  
#overlay img{ border: none; }
#overlay{ background-image: url(/js/Lightbox/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/js/Lightbox/overlay.png", sizingMethod="scale");
	}

.hni_NewswireLogoContainer {display: none;}	
.boxed .hnie_UnstructuredBody .hni_NewswireTargetItems ul li, .boxed div.hni_NewswireWidget {border-style:none;}

/* Hacks */
/* float clearing for IE6 */
* html #regBodyContent {
  height: 1%;
  overflow: visible;
}
/* float clearing for IE7 */
*+html #regBodyContent {
  min-height: 1%;
}
/* float clearing for everyone else */
#regBodyContent:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

	
#cookieNotification { display: none; position: relative; background-color: #b02354; border: none; padding: 5px 20px 5px 20px; width:941px; font-size: .9em;color:white;}
#cookieNotification  #cookieNotificationClose {float: right; margin: 10px; padding: 5px 10px 5px 10px; font-weight: bold; color: white; background-color: #AE9E8D; cursor:pointer;}
#cookieNotification a { color:#000000;}
#adminToolbar  {background-image: url(/images//_toolbar/tbar_bg_all.gif); background-repeat: repeat-x; width: 100%; height: 26px; top: 0px; left: 0px; padding: 0px; margin: 0px; color: White; font-size: .9em; }

#adminToolbar .version {float: right; height: 26px; color: white; text-transform: uppercase; font-weight: bold; padding: 6px 40px 0px 30px; background-image: url(/images//_toolbar/tbar_logo_zarr.gif); background-repeat: no-repeat; background-position:right top;}

#adminToolbar .actionsL {float: left; width: 3px; height: 26px; margin-left: 20px; background-image: url(/images//_toolbar/tbar_box_end_l.gif); background-repeat: no-repeat;}
#adminToolbar .actions {float: left; height: 26px; color: Yellow; padding: 4px 10px 0px 10px; font-weight: bold; background-image: url(/images//_toolbar/tbar_box_bg.gif); background-repeat: repeat-x;}
#adminToolbar .actions div.text {float: left; padding: 2px 10px 0px 0px; vertical-align: top;}
#adminToolbar .actions div.icon {float: left; padding: 0px 10px 0px 0px; 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(/images//_toolbar/tbar_box_end_r.gif); background-repeat: no-repeat;}

#adminToolbar .seoL {float: left; width: 3px; height: 26px; margin-left: 20px; background-image: url(/images//_toolbar/tbar_box_end_l.gif); background-repeat: no-repeat;}
#adminToolbar .seo {float: left; height: 26px; color: Yellow; padding: 5px 10px 0px 10px; font-weight: bold; background-image: url(/images//_toolbar/tbar_box_bg.gif); background-repeat: repeat-x;}
#adminToolbar .seo div.text {float: left; padding: 1px 10px 0px 0px; vertical-align: top;}
#adminToolbar .seo div.icon {float: left; padding: 0px 10px 0px 0px; 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(/images//_toolbar/tbar_box_end_r.gif); background-repeat: no-repeat;}


#adminToolbar .previewPageL {float: left; width: 3px; height: 26px; margin-left: 20px; background-image: url(/images//_toolbar/tbar_box_end_l.gif); background-repeat: no-repeat;}
#adminToolbar .previewPage {float: left; height: 26px; color: Yellow; padding: 5px 10px 0px 10px; font-weight: bold; background-image: url(/images//_toolbar/tbar_box_bg.gif); background-repeat: repeat-x; text-transform: uppercase }
#adminToolbar .previewPageR {float: left; width: 3px; height: 26px; margin-right: 20px; background-image: url(/images//_toolbar/tbar_box_end_r.gif); background-repeat: no-repeat;}




/* Button styles */
/*-webkit-appearance:none; - This is crucial to stop apple devices changing the style of the button */
input[type=submit] { cursor: pointer; -webkit-appearance:none; background-color: #E6821C; color: #FFFFFF; border: 1px solid #FFFFFF; border-radius: 0px; font-weight: bold; font-size: 1em; text-transform: uppercase; padding: 5px 10px; height: 40px;}

#regBodyContent input[type=email], #regBodyContent input[type=number], #regBodyContent input[type=text], #regBodyContent input[type=password], #regBodyContent textarea { -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; padding: 4px 5px; color: #333333; background-color: #FFFFFF; border: 1px solid #CCCCCC; }
#regBodyContent textarea { font-family: Arial; }
#regBodyContent input[type=text].Required, #regBodyContent input[type=password].Required, #regBodyContent textarea.Required { background-color: #E6E7E8; border: 1px solid #CCCCCC; color: #E31837; padding: 4px 5px; font-style: italic; }
#regBodyContent input[type=text].ErrorBox, #regBodyContent input[type=password].ErrorBox, #regBodyContent textarea.ErrorBox, #regBodyContent select.ErrorBox { border-color: #CF2B2B; -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; outline: thin; outline-style: dotted; outline-color: invert; -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(82,168,236,0.6) -webkit-box-shadow:inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(82,168,236,0.6) box-shadow:inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(82,168,236,0.6); }


#regBodyContent input[type=text]:focus, #regBodyContent input[type=password]:focus, #regBodyContent textarea:focus { border-color: rgba(82,168,236,0.8); -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; outline: thin; outline-style: dotted; outline-color: invert; -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(82,168,236,0.6); -webkit-box-shadow:inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(82,168,236,0.6); box-shadow:inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(82,168,236,0.6); }
#regBodyContent input[type=checkbox], #regBodyContent input[type=radio] { border: none; }

#regBodyContent select { -moz-border-radius: 0px; -webkit-border-radius: 0px; border: 1px solid #CCCCCC; background-color: #FFFFFF; padding: 4px 5px; }
input[type=checkbox] { border: none; }
input[type=radio] { border: none; }


input[type=submit]:disabled {
  opacity: 0.5
}

/* RESPONSIVE: MAKE FONTS A BIT BIGGER/EASIER TO READ ON MOBILES */
@media (max-width: 480px) {
  #regBodyContent input[type=email], #regBodyContent input[type=number], #regBodyContent input[type=text], #regBodyContent input[type=password], #regBodyContent textarea { font-size: 1.1em; }
  input[type='checkbox'] {  width: 20px; height: 20px; background: white; -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; border: 2px solid #555; }
  input[type='checkbox']:checked { background: #abd; }
}

div.chk {margin-bottom: 10px; clear: both; text-align: left}
div.chk input[type=checkbox] {float: left;}
 div.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; }



#regForm.Payment h3, #divPaymentSection h3 {background-color: #999999; color: #fff; padding: 8px 5px;}

#regForm {width: 96%; padding: 1% 2%; max-width: 600px; margin: 1% auto;}
#regForm #regExisting {padding: 1% 2%;}
#regForm.Norm { background-color: #EEF3F7; }
#regForm div {margin-bottom: 3px;}
#regForm .Label { float: left; font-weight: bold; color: #E6821C; margin-top: 0; font-size: 1em; clear: left; width: 35%; text-align: left; padding-right: 10px; padding-top: 1% }
#regForm.Account {max-width: 800px;}
#regForm.Account .Control { float: left;margin-bottom: 1%; clear:none }
#regForm .Control { clear: both; margin-bottom: 1%;  width:50% }
#regForm .Control input[type=text], #regForm .Control input[type=email], #regForm .Control input[type=number],  #regForm .Control input[type=password],#regForm .Control textarea  {width: 88%;}

#regForm.Account .Control select {width: 92%;padding: 1% 2% ; max-width: 370px; font-size:1.1em}
#regForm .Control select {width: 92%; max-width: 365px; padding: 2%; font-size:1.1em}

#regForm .Validator {float: left; clear: right; width: 10%;}
#regForm .Three {margin-top: 2%; width: 92%; clear: both; max-width: 620px;padding-top: 0;}
#regForm.Norm .Three { width: 100%}
#regForm .B {  float: left; text-align: right}
.validationSummary {color: red;}

#regForm input[type=submit].Secure {background-image: url(../Images/template/Secure.svg); background-repeat: no-repeat; background-size: contain; padding-left: 40px; background-position: 10px center}

#regForm *:focus { outline: none; }
#regForm .required_notification { color: #d45252; margin: 5px 0 0 0; display: inline; float: right; clear: both; height: 25px; width: 100%; text-align: right; }
#regForm input[type=text]:focus, #regForminput[type=email]:focus, #regForm input[type=number]:focus, #regForm input[type=password]:focus, #regForm textarea:focus { /* add this to the already existing style */ padding-right: 10%; }

#regForm input[type=text], #regForm  input[type=email], #regForm input[type=number],  #regForm  input[type=password], #regForm textarea {padding: 1% 2% !important;   -moz-transition: padding .25s; -webkit-transition: padding .25s; -o-transition: padding .25s; transition: padding .25s; }
#regForm select:required, #regForm input:required, #regForm 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; }
#regForm  select:focus:invalid, #regForm  input[type=text]:focus:invalid, #regForm  input[type=email]:focus:invalid, #regForm input[type=number]:focus:invalid, #regForm  input[type=password]:focus:invalid, #regForm  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; }

#regForm select:required:valid, #regForm input:required:valid, #regForm 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; }
#regForm .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; }

#regForm .form_hint::before { content: "\25C0"; /* left point triangle in escaped unicode */ color: #d45252; position: absolute; top: 1px; left: -6px; }
#regForm input:focus + .form_hint { display: inline; }
#regForm input:required:valid + .form_hint { background: #28921f; }
/* change form hint color when valid */
#regForm input:required:valid + .form_hint::before { color: #28921f; }
/* change form hint arrow color when valid */
#regForm :-moz-placeholder { color: lightgray; }
#regForm ::-webkit-input-placeholder { color: lightgray; }

/* RESPONSIVE: MOBILE FRIENDLY FORM LAYOUT  */
@media all and (max-width: 480px) {

  #regForm .Label { clear: both; font-weight: bold; margin-top: 5px; color: #000;text-align: left; padding-right: 0;font-size: 1.2em; width: 100%; }
  #regForm .Control {width: 100%;clear: both; margin-bottom: 5px; }
  #regForm  input[type=text], #regForm input[type=email], #regForm input[type=number],  #regForm input[type=password],#regFormtextarea  { max-width: 98%; width: 98%;  padding:8px 5px; font-size: 1.2em;}
  #regForm .Control select {width: 101%;max-width: 101%; padding:8px 5px; font-size: 1.2em;}
  #regForm .Validator {float: left; clear: right;width: 0;}

    /* FOR MOBILES MAKE A BIG CHUNKY BUTTON EASY TO HIT  */
  #regForm .B {     margin-right: 0; float: left    }
  #regForm .B input[type=submit]  {width: 100%; font-size: 1.4em; padding: 6px 0 6px 0}

  #regForm  input[type=text]:focus, #regForm input[type=email]:focus, #regForm input[type=number]:focus, #regForm  input[type=password]:focus, #regForm textarea:focus { /* add this to the already existing style */ padding-right: 5% }
  #regForm input[type=submit].Secure {background-image: url(../Images/template/Secure.svg); background-repeat: no-repeat; background-size: contain; background-position: 10px center; padding-left: 40px;font-size: 1.1em; }

}



.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: #561B7D 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: 1; }
.cd-top.cd-fade-out { /* if the user keeps scrolling down, the button is out of focus and becomes less visible */ opacity: .5; }
.no-touch .cd-top:hover { background-color: #561B7D; 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; }
}


/* Elfsight (c) elfsight.com */
.instalink {
  display: block;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  min-height: 200px;
  min-width: 100px;
  margin: 0;
  padding: 0;
  border-radius: 3px;
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
  background: #f8f8f8;
  font: 400 11px/1.2 Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  direction: ltr !important;
}
.instalink a {
  border: 0 !important;
  outline: 0 !important;
  text-decoration: none;
}
.instalink img,
.instalink a img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
.instalink * {
  margin: 0;
  padding: 0;
}
.instalink-cap {
  position: absolute;
  visibility: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.instalink-cap::before {
  display: block;
  position: absolute;
  width: 256px;
  height: 52px;
  top: 50%;
  left: 50%;
  margin: -26px 0 0 -123px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAAvCAYAAAAM/xQxAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODJDNUI5QkQ5NEVGMTFFNTk4NzlFQkMzQUMzREMzREQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODJDNUI5QkU5NEVGMTFFNTk4NzlFQkMzQUMzREMzREQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4MkM1QjlCQjk0RUYxMUU1OTg3OUVCQzNBQzNEQzNERCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4MkM1QjlCQzk0RUYxMUU1OTg3OUVCQzNBQzNEQzNERCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkdcXnkAAA2hSURBVHja7F0LmFVV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") no-repeat;
  -webkit-backface-visibility: hidden;
  -webkit-animation: _il-cap-blinking 2s infinite;
          animation: _il-cap-blinking 2s infinite;
  content: '';
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .instalink-cap::before {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAABdCAYAAADT9976AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OENFQ0U5ODg5NEZGMTFFNTk5QUZCMDE1NkZFNkQ3QkEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OENFQ0U5ODk5NEZGMTFFNTk5QUZCMDE1NkZFNkQ3QkEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4Q0VDRTk4Njk0RkYxMUU1OTlBRkIwMTU2RkU2RDdCQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4Q0VDRTk4Nzk0RkYxMUU1OTlBRkIwMTU2RkU2RDdCQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Phd4s8gAACAXSURBVHja7F0HvFTF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") no-repeat;
    background-size: 246px 52px;
  }
}
.instalink-loading .instalink-cap,
.instalink-error .instalink-cap {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.instalink-error .instalink-cap::before {
  -webkit-animation: none;
          animation: none;
}
.instalink-alert {
  position: absolute;
  visibility: hidden;
  width: 100%;
  margin: 20px 0;
  opacity: 0;
  text-align: center;
  font-size: 14px;
  color: #ff4253;
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.instalink-error .instalink-alert {
  visibility: visible;
  opacity: 1;
}
.instalink-content {
  position: relative;
  visibility: hidden;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.instalink-ready &gt; .instalink-content {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.instalink-header {
  display: block;
  position: relative;
  border-bottom: none !important;
  box-shadow: inset 0 0 100px rgba(255,255,255,0), 0 1px 0 0 rgba(0,0,0,0.05);
  background: #285989;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.instalink-header::before,
.instalink-header::after {
  display: table;
  clear: both;
  width: 100%;
  height: 0;
  content: '';
}
a.instalink-header:hover {
  box-shadow: inset 0 0 100px rgba(255,255,255,0.2), 0 1px 0 0 rgba(0,0,0,0.05);
}
.instalink-header-pic {
  display: block;
  float: left;
  width: 34px;
  height: 34px;
}
.instalink-rtl .instalink-header-pic {
  float: right;
}
.instalink-header-name {
  display: block;
  float: left;
  overflow: hidden;
  width: 70%;
  margin-left: 14px;
  white-space: nowrap;
  text-transform: uppercase;
  text-overflow: ellipsis;
  line-height: 34px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}
.instalink-header-name a {
  color: #fff;
}
.instalink-rtl .instalink-header-name {
  float: right;
  margin-left: 0;
  margin-right: 14px;
}
.instalink-tiny .instalink-header-name {
  width: 40%;
}
.instalink-header-logo {
  display: block;
  position: absolute;
  top: 8px;
  right: 12px;
  width: 18px;
  height: 18px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEQxREZCNUJBREVCMTFFNEE3MDZCMTAwNzYzMzc1MTAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEQxREZCNUNBREVCMTFFNEE3MDZCMTAwNzYzMzc1MTAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowRDFERkI1OUFERUIxMUU0QTcwNkIxMDA3NjMzNzUxMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowRDFERkI1QUFERUIxMUU0QTcwNkIxMDA3NjMzNzUxMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pn+2QqgAAAECSURBVHjarJSxDoJAEEQPYoelkRY7SxP/QQtDY+ys/QO/SCsTEysLO1s6Szst5WppPed0NCtcxCCbvLAsuwM3d0EZY2JwMdXDzsaeTZRSofovUr+CyAp0yIS1sFHh7Udwzhd9VVOUfZEGO+ZD0AZT8bz7zr7sxgYEQJGANWdIoTVImKc5ESmWsifhzCOkR3OwZ26XkzmWmoml7jnjNPvGq/eDv7dvu3bgdQACx3BA02VvwewINIH+wWzN3shldsT7sahZYxdgKUw27FFlQi8x7dhlLUQ+hLyH2jM6uaPfBCPQE55swVX0ROCUP9l9h7kJeUWLFGZq/Y3MbPKPiNW4CzAAYxCy4ocYffcAAAAASUVORK5CYII=") no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .instalink-header-logo {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAhgAA/KgAAIN/AABrRQAA/OcAADfrAAAQTQvWbXkAAAJISURBVHja5JixaxRBFMZ/e3okMY0EG+u7CFflJIUcgmAhWN0Vgo1cmX9DgmUa/wKxOAQPksImWAuHFopic8VFSJ1YpPGi2chn8w4249ztzsRsDnwwxbx5+83H7HvfvF0kIakuaVvSWOXb2PauSyKRVAfeAze4XPsOtBJJ28Aj5sN2EkljYGlOCB0nklTCRs+BV8DvjG8B2AQeZgPLIPQLWHbITOwO8CHrqJRwOj+nkJmQpWxCQfZfEro6Y+3KZRBaBh5PIfPEdZ6nylKgB7wBRuZbBTpAF6g68T+A08x80Ur/rEXePx8l1ewe9I2axQRbzAl9Au4B45y4a8A7YD0EPJRQCjSAbwXja8DQ8/qCqmwDuG9j31nrBZDBYnuObz+Dv1Ekh5qWBxVJqbPWnpE300bbwUgNG9vrjM0q+xWPhowiqnHk0aWVGGFMLlCbkhhCR45uANyK2HzVmZ8adjCh1Coka+0IQh1nPjTsqLvsrTPvWikTUPbdHMwgQi+BrE5Vgb6JHgWEse9okAwzmtDQQLO2bgpcyzkZn0r3PWlQWIcm46akA0/ciaQXpjMNGx3znXjiDwwri/2XDhUhhKS75/yIHBsGeYSK9kMD4AFwGFFlh/bs4F93jANgDXjtJPrUbLDYtaJkiuaQbzQkbUn66tx3qfm2LCYPp1mkH7oNfAk4uSpwPaPuacCzTeBzXgO+ENHKxuSWdy8foU3gGXB8wc3/EvDU1zHO1c+GCrA7R9+Ju3P3w6oC7AEtYKeEvPG+Jtu7Bez9GQCkioxtSnXQwwAAAABJRU5ErkJggg==") no-repeat;
    background-size: 18px 18px;
  }
}
.instalink-rtl .instalink-header-logo {
  right: auto;
  left: 12px;
}
.instalink-panel {
  padding: 10px 0;
  box-shadow: 0 1px 0 0 rgba(0,0,0,0.05);
}
.instalink-panel::before,
.instalink-panel::after {
  display: table;
  clear: both;
  width: 100%;
  height: 0;
  content: '';
}
.instalink-tiny .instalink-panel {
  text-align: center;
}
.instalink-panel-counter {
  display: block;
  float: left;
  width: 54px;
  text-align: center;
}
.instalink-rtl .instalink-panel-counter {
  float: right;
}
.instalink-tiny .instalink-panel-counter {
  display: none;
}
.instalink-medium .instalink-panel-counter {
  width: 65px;
}
.instalink-large .instalink-panel-counter {
  width: 75px;
}
.instalink-panel-counter-value {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
}
.instalink-panel-counter-label {
  display: block;
  overflow: hidden;
  width: 54px;
  margin-top: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #727272;
}
.instalink-medium .instalink-panel-counter-label {
  width: 65px;
}
.instalink-large .instalink-panel-counter-label {
  width: 75px;
}
.instalink-small .instalink-panel-following {
  display: none;
}
.instalink-panel-subscribe {
  display: inline-block;
  float: right;
  margin-right: 11px;
  padding: 8px 12px;
  border-radius: 3px;
  box-shadow: inset 0 0 100px rgba(255,255,255,0);
  background: #285989;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.instalink-rtl .instalink-panel-subscribe {
  float: left;
  margin-right: 0;
  margin-left: 11px;
}
.instalink-tiny .instalink-panel-subscribe {
  float: none;
  margin-right: 0;
}
.instalink-panel-subscribe:hover {
  box-shadow: inset 0 0 100px rgba(255,255,255,0.2);
}
.instalink-scrollbar {
  position: absolute;
  visibility: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.instalink-rtl .instalink-scrollbar {
  right: auto;
  left: 0;
}
.instalink-scrollbar.visible,
.instalink:active .instalink-scrollbar,
.instalink:hover .instalink-scrollbar {
  visibility: visible;
  opacity: 1;
}
.instalink-scrollbar-slider {
  width: 2px;
  border-radius: 10px;
  background: #858585;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
}
.instalink-feed::before,
.instalink-feed::after {
  display: table;
  clear: both;
  width: 100%;
  height: 0;
  content: '';
}
.instalink-feed-loader {
  position: relative;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.instalink-has-pages .instalink-feed-loader {
  visibility: visible;
  opacity: 1;
  height: 40px;
  margin: 15px 0;
}
.instalink-has-pages .instalink-feed-loader::before {
  height: 40px;
}
.instalink-feed-loader::before {
  display: block;
  height: 0px;
  width: 40px;
  margin: 0 auto;
  border: 1px solid #afafaf;
  border-radius: 50% 50%;
  -webkit-animation: _instalink-feed-loader 1.5s infinite;
          animation: _instalink-feed-loader 1.5s infinite;
  content: '';
}
.instalink-feed-inner {
  position: relative;
}
.instalink-feed-container {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: -17px;
  bottom: 0;
  left: 0;
  -webkit-overflow-scrolling: touch;
}
.instalink-rtl .instalink-feed-container {
  right: 0;
  left: -17px;
}
.instalink-scroll .instalink-feed-container {
  overflow: auto;
  overflow-y: auto;
  overflow-x: hidden;
}
.instalink-feed-wrapper {
  position: absolute;
  overflow: hidden;
  left: 0;
  bottom: 0;
  right: 0;
  background: #f8f8f8;
}
.instalink-user .instalink-feed-wrapper {
  top: 86px;
}
.instalink-tag .instalink-feed-wrapper {
  top: 35px;
}
.instalink-hide-heading .instalink-feed-wrapper {
  top: 0;
}
.instalink-feed-post {
  display: block;
  position: relative;
  float: left;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.instalink-rtl .instalink-feed-post {
  float: right;
}
.instalink-feed-post::before {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  height: 40px;
  width: 40px;
  margin: -20px 0 0 -20px;
  border: 1px solid #afafaf;
  border-radius: 50% 50%;
  -webkit-animation: _instalink-feed-loader 1.5s infinite;
          animation: _instalink-feed-loader 1.5s infinite;
  content: '';
}
.instalink-feed-post-loaded.instalink-feed-post::before {
  display: none;
}
.instalink-feed-post span {
  display: block;
  position: absolute;
  overflow: hidden;
  visibility: hidden;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.instalink-feed-post-video span::after {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent rgba(255,255,255,0.7);
  content: '';
}
.instalink-image-size-xlarge .instalink-feed-post-video span::after {
  top: 2%;
  right: 2%;
  border-width: 15px 0 15px 26px;
}
.instalink-image-size-large .instalink-feed-post-video span::after {
  top: 5%;
  right: 5%;
  border-width: 12.5px 0 12.5px 21.7px;
}
.instalink-image-size-medium .instalink-feed-post-video span::after {
  top: 6%;
  right: 6%;
  border-width: 10px 0 10px 17.3px;
}
.instalink-image-size-small .instalink-feed-post-video span::after {
  top: 7%;
  right: 7%;
  border-width: 7.5px 0 7.5px 13px;
}
.instalink-feed-post img {
  display: block;
  position: relative;
  max-width: none !important;
  max-height: none !important;
  -webkit-transition: all 0.4s ease, top 0s, left 0s;
          transition: all 0.4s ease, top 0s, left 0s;
}
.instalink-feed-post-portrait.instalink-feed-post img {
  top: 50%;
  width: 100% !important;
  -webkit-transform: translateY(-50%) translateZ(0);
          transform: translateY(-50%) translateZ(0);
}
.instalink-feed-post-landscape.instalink-feed-post img {
  left: 50%;
  height: 100% !important;
  -webkit-transform: translateX(-50%) translateZ(0);
          transform: translateX(-50%) translateZ(0);
}
.instalink-feed-post-square.instalink-feed-post img {
  width: 100% !important;
  height: 100% !important;
}
.instalink-feed-post:hover span img {
  opacity: 0.85;
}
.instalink-feed-post-loaded span {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.instalink-loading .instalink-feed {
  display: none;
}
@-webkit-keyframes _il-cap-blinking {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _il-cap-blinking {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes _instalink-feed-loader {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
    opacity: 1;
  }
  99% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    opacity: 1;
  }
}
@keyframes _instalink-feed-loader {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
    opacity: 1;
  }
  99% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    opacity: 1;
  }
}

/* FONTS:
PM - font-family: 'Poppins', sans-serif; font-weight: 500;
PL - font-family: 'Poppins', sans-serif; font-weight: 300;
CR - font-family: 'Caveat', cursive; font-weight: 400;
*/

/* ---------------- Overall ---------------- */
body { font-family: 'Poppins', sans-serif; font-weight: 500; font-size: 0.9em; width: 100%; }
#page { width: 100%; margin: 0; position: relative; }
#screen { position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: 0.5; background-color: black; z-index: 17; display: none; }
div { box-sizing: border-box; }
#cookieNotification { width: 100%; max-width: 1200px; margin: 0 auto; }
.max1200 { max-width: 1200px; width: 100%; overflow: hidden; margin: 0 auto; }
.column33 { width: 33.33%; float: left; margin: 0; padding: 0; height: 100%; }
div[data-item-url] { cursor: pointer; }
#regBodyContent h2 { font-size: 1.5em; margin: 25px 0; }

table { border: none; }
table td { border: none; }

/* ---------------- Header ---------------- */
#header { width: 100%; min-height: 200px; }

#shareThisWrapper { width: 100%; height: 40px; background-color: #A12041; }
.shareThisImages { height: 100%; padding: 10px 0; text-align: right; }
.shareThisImages img { max-height: 20px; padding: 0 6px; }
.st-custom-button[data-network] { display: inline-block; cursor: pointer; }
.st-custom-button[data-network="whatsapp"] { display: none; }
.st-custom-button[data-network="linkedin"] { margin-right: 30px; }

#regularHeader { overflow: visible; position: relative; }
#regularHeader .freeDelivery { text-transform: uppercase; color: #5D3327; font-size: 1.2em; padding: 60px 10px 26px 30px; }
#regularHeader .freeDeliveryHdn { display: none; clear: both; width: 100%; text-align: center; padding: 0; margin-top: 5px; }
#regularHeader .logo { width: 100%; max-width: 310px; margin: 20px auto 10px auto; }
#regularHeader .logo img { width: 100%; }
#regularHeader .column33 { height: 114px; }

.searchWrapper { width: 210px; float: right; padding-top: 59px; }
#ctl00_searchInput, #ctl00_searchInputMobile { height: 22px; box-sizing: border-box; float: left; border: none; border-bottom: 1px solid #D08FA0;}
#ctl00_searchNow, #ctl00_searchNowMobile { height: 22px; float: left; padding: 0 5px; }
#ctl00_searchNowMobile { display: none; }
#ctl00_searchInputMobile { width: calc(100% - 160px); z-index: 10; height: 28px; padding: 5px; margin: 6px 10px 6px 20px; float: left; }
#searchNowMobileHidden { height: 28px; margin: 6px 20px 6px 10px; float: left; font-weight: 300; width: 100px; padding: 3px;}

.shoppingBagWrapper { float: right; width: 80px; color: #A12041; padding-top: 51px; padding-right: 10px; }
.shoppingBagWrapper &gt; div { margin: 0 auto; text-align: center; }
.shoppingBag { width: 28px; position: relative; height: 28px; }
.shoppingBag img { width: 28px; position: absolute; top: 0; left: 0; }
.basketTotal { position: absolute; top: 7px; left: 0; right: 0; text-align: center; width: 100%; }
.shoppingTotalPrice { padding: 5px 0; font-size: 0.85em; }

.MenuLinks { clear: both; width: 100%; }
.MenuLinks &gt; ul { list-style: none; padding: 0; height: 46px; max-width: 840px; width: 100%; margin: 0 auto; text-align: justify; }
.MenuLinks &gt; ul &gt; li { display: inline-block; text-transform: uppercase; color: #A12041; font-size: 0.95em; padding: 8px 11px 5px 11px; position: relative; z-index: 15; cursor: pointer; border: 1px solid #ffffff; }
.MenuLinks &gt; ul &gt; li &gt; ul { border: 1px solid #86665D; border-top: none; background-color: #ffffff; color: #A12041; position: absolute; top: 35px; left: -1px; right: -1px; display: none; list-style: none; z-index: 19; background-color: #ffffff; padding: 0; text-align: left; }
.MenuLinks &gt; ul &gt; li &gt; ul &gt; li { padding: 5px 5px 5px 12px; font-size: 0.9em; border: 2px solid #ffffff; }
.MenuLinks &gt; ul &gt; li a { text-decoration: none; color: #A12041; }
.downArrow { background-image: url(/Images/template/2017/Arrow_brown_down.svg); background-position: 95% 48%; background-repeat: no-repeat; background-size: 12px 12px; padding-right: 28px !important; }

.mobileIcons { display: none; margin-top: 25px; position: relative; }
.mobileIcons &gt; div { float: left; width: 36px; padding: 10px 5px; cursor: pointer; text-align: center; }
.mobileIcons &gt; div img { height: 25px; }

.mobileIcons &gt; ul { display: none; margin: 0; text-transform: uppercase; color: #A12041; padding: 0; position: absolute; z-index: 20; left: 0px; top: 53px; width: 300px; list-style: none; background-color: #ffffff; border: 1px solid #A12041; border-left: none; }
.mobileIcons &gt; ul a { color: #A12041; text-decoration: none; }
.mobileIcons ul &gt; li { padding: 10px 15px; }
.mobileIcons ul &gt; li &gt; ul { margin: 10px; padding: 0; margin: 0; list-style: none; font-size: 0.85em; }
.mobileIcons ul &gt; li &gt; ul &gt; li:last-child { padding-bottom: 0; }
.mobileIcons ul &gt; li &gt; ul &gt; li a { color: #000000; }

.MenuLinks &gt; ul &gt; li &gt; ul &gt; li:hover { background-color: #D6CCC9; }

#hdnSearchPanel { position: absolute; bottom: 100px; right: 0; left: 0; height: 0; display: none; background-color: #ffffff; } 

/* Banner stars 1 + 1 = 1 free */
#homepageBanner2 { width: 100%; height: 490px; overflow: hidden; position: relative; }
#homepageBanner2 .bannerBg { position: absolute; z-index: 1; right: 0; left: 0; top: 0; bottom: 0; }
#homepageBanner2 .bannerProduct1 { position: absolute; z-index: 2; top: 50px; left: 100px; }
#homepageBanner2 .bannerProduct2 { position: absolute; z-index: 2; top: 74px; left: 480px; }
#homepageBanner2 .bannerProduct3 { position: absolute; z-index: 2; top: 30px; right: 180px; }
#homepageBanner2 .bannerFree { position: absolute; z-index: 3; height: 115px; right: 260px; top: 48px; }
#homepageBanner2 .bannerPlus { position: absolute; z-index: 3; left: 365px; top: calc(50% - 18px); bottom: calc(50% - 18px); }
#homepageBanner2 .bannerEquals { position: absolute; z-index: 3; left: 750px; top: calc(50% - 10.5px); bottom: calc(50% - 10.5px); }
@media only screen and (max-width: 1150px) {
  #homepageBanner2 .bannerProduct1 { left: 60px; }
  #homepageBanner2 .bannerProduct2 { left: 440px; }
  #homepageBanner2 .bannerProduct3 { right: 140px; }
  #homepageBanner2 .bannerFree { right: 220px; }
  #homepageBanner2 .bannerPlus { left: 325px; }
  #homepageBanner2 .bannerEquals { left: 710px; }
}
@media only screen and (max-width: 1100px) {
  #homepageBanner2 .bannerProduct1 { left: 40px; }
  #homepageBanner2 .bannerProduct2 { left: 400px; }
  #homepageBanner2 .bannerProduct3 { right: 100px; }
  #homepageBanner2 .bannerFree { right: 180px; }
  #homepageBanner2 .bannerPlus { left: 305px; }
  #homepageBanner2 .bannerEquals { left: 690px; }
}
@media only screen and (max-width: 1050px) {
  #homepageBanner2 .bannerProduct1 { left: 40px; }
  #homepageBanner2 .bannerProduct2 { left: 360px; }
  #homepageBanner2 .bannerProduct3 { right: 100px; }
  #homepageBanner2 .bannerFree { right: 180px; }
  #homepageBanner2 .bannerPlus { left: 285px; }
  #homepageBanner2 .bannerEquals { left: 630px; }
}
@media only screen and (max-width: 950px) {
  #homepageBanner2 .bannerProduct1 { left: 20px; }
  #homepageBanner2 .bannerProduct2 { left: 300px; }
  #homepageBanner2 .bannerProduct3 { right: 80px; }
  #homepageBanner2 .bannerFree { right: 160px; }
  #homepageBanner2 .bannerPlus { left: 240px; }
  #homepageBanner2 .bannerEquals { left: 560px; }
}
@media only screen and (max-width: 850px) {
  #homepageBanner2 .bannerProduct1 { left: 10px; }
  #homepageBanner2 .bannerProduct2 { left: 270px; }
  #homepageBanner2 .bannerProduct3 { right: 40px; }
  #homepageBanner2 .bannerFree { right: 120px; }
  #homepageBanner2 .bannerPlus { left: 221px; }
  #homepageBanner2 .bannerEquals { left: 500px; }
}
@media only screen and (max-width: 730px) {
  #homepageBanner2 .bannerProduct1 { left: 10px; }
  #homepageBanner2 .bannerProduct2 { left: 270px; }
  #homepageBanner2 .bannerProduct3 { right: 40px; }
  #homepageBanner2 .bannerFree { right: 120px; }
  #homepageBanner2 .bannerPlus { left: 221px; }
  #homepageBanner2 .bannerEquals { left: 480px; }
}
@media only screen and (max-width: 700px) {
  #homepageBanner2 { height: 440px; }
  #homepageBanner2 .bannerProduct1 { left: 10px; height: 490.4px; }
  #homepageBanner2 .bannerProduct2 { left: 220px; height: 465.6px; }
  #homepageBanner2 .bannerProduct3 { right: 40px; height: 341.6px; top: 49px; }
  #homepageBanner2 .bannerFree { right: 120px; height: 92px; top: 60px; right: 100px; }
  #homepageBanner2 .bannerPlus { left: 180px; height: 28.8px; }
  #homepageBanner2 .bannerEquals { left: 400px; height: 16.8px; }
}
@media only screen and (max-width: 600px) {
  #homepageBanner2 { height: 400px; }
  #homepageBanner2 .bannerProduct1 { left: 10px; height: 392px; }
  #homepageBanner2 .bannerProduct2 { left: 168px; height: 372px; }
  #homepageBanner2 .bannerProduct3 { right: 40px; height: 272.8px; top: 60px; }
  #homepageBanner2 .bannerFree { height: 78.4px; top: 67px; right: 70px; }
  #homepageBanner2 .bannerPlus { left: 140px; height: 23px; }
  #homepageBanner2 .bannerEquals { left: 300px; height: 13.5px; }
}
@media only screen and (max-width: 470px) {
  #homepageBanner2 .bannerProduct3 { right: 20px; }
  #homepageBanner2 .bannerFree { right: 50px; }
  #homepageBanner2 .bannerEquals { left: 285px; }
}
@media only screen and (max-width: 417px) {
  #homepageBanner2 { height: 320px; }
  #homepageBanner2 .bannerProduct1 { left: 5px; height: 313.6px; }
  #homepageBanner2 .bannerProduct2 { left: 110px; height: 297.6px; }
  #homepageBanner2 .bannerProduct3 { right: 40px; height: 163.7px; top: 78px; }
  #homepageBanner2 .bannerFree { height: 62.7px; top: 30px; right: 60px; }
  #homepageBanner2 .bannerPlus { left: 99px; top: 80px; height: 18.4px; }
  #homepageBanner2 .bannerEquals { left: 220px; height: 10.8px; }
}
@media only screen and (max-width: 358px) {
  #homepageBanner2 .bannerProduct3 { right: 20px; top: 78px; }
  #homepageBanner2 .bannerFree { top: 30px; right: 30px; }
  #homepageBanner2 .bannerEquals { left: 210px; }
}

@media only screen and (min-width: 731px) {
.MenuLinks &gt; ul:after { content: ''; display: inline-block; width: 100%; height: 0; }
.MenuLinks &gt; ul &gt; li:hover { border: 1px solid #86665D; }
.MenuLinks &gt; ul &gt; li:hover &gt; ul { display: block; }
#hdnSearchPanel { display: none!important; height: 0!important; }
}

@media only screen and (max-width: 1000px) {
  #ctl00_searchInput { width: calc(100% - 32px); }
  .shoppingBagWrapper { padding-right: 0; }
  #regularHeader .column33:first-child { width: calc(100% - 600px); }
  #regularHeader .freeDelivery { font-size: 1.1em; }
  #regularHeader .column33:nth-child(2), #regularHeader .column33:nth-child(3) { width: 300px; }
}
@media only screen and (max-width: 900px) {
  #regularHeader .freeDelivery { font-size: 1.0em; padding-left: 20px; }
}
@media only screen and (max-width: 860px) {
  #regularHeader .freeDeliveryHdn { display: block; }
  #regularHeader .column33:first-child { display: none; }
  #regularHeader .freeDeliveryVis { display: none; }
  #regularHeader .column33:nth-child(2), #regularHeader .column33:nth-child(3) { width: 50%; }
  #regularHeader .logo { max-width: 250px; margin-top: 10px; }
  .searchWrapper { padding-top: 30px; }
  .shoppingBagWrapper { padding-top: 25px; }
  #regularHeader .column33 { height: 97px; }
}
@media only screen and (max-width: 730px) { 
  .st-custom-button[data-network="whatsapp"] { display: inline-block; } 
  .shareThisLogo { display: none; }
  #adminToolbar { display: none; }
  #ctl00_searchNow, #ctl00_searchInput { display: none; }
  #ctl00_searchNowMobile { display: block; }
  #regularHeader .column33 { height: 92px; }
  #regularHeader .column33:nth-child(3) { float: left; width: 92px; height: 60px; overflow: visible; margin-top: 10px; }
  #regularHeader .column33:nth-child(2) { width: calc(100% - 174px); margin: 0 5px; }
  #regularHeader .column33:first-child { display: block; width: 72px; }
  .mobileIcons { display: block; }
  .shoppingBagWrapper { width: 60px; padding-top: 20px; }
  .searchWrapper { width: 32px; padding-top: 30px; position: relative; }
  #regularHeader .freeDeliveryHdn { text-align: center; margin: 0 0 5px 0; padding: 0; width: 100%; float: left; clear: both; }
  #regularHeader .logo { margin: 10px auto 5px auto; }
  .mobileInvisible { display: none !important; }
  .downArrow { z-index: 16 !important; }
  .MenuLinks &gt; ul { height: auto; }
  .MenuLinks &gt; ul &gt; li { width: calc(100% - 40px); padding: 10px 20px!important; display: block; border-bottom: 1px solid #86665D; font-size: 1.2em; }
  .MenuLinks &gt; ul &gt; li.downArrow { border-top: 1px solid #86665D; }
  .MenuLinks &gt; ul &gt; li &gt; ul { font-size: 0.95em; border: none; border-bottom: 1px solid #86665D; top: 48px; }
  .MenuLinks &gt; ul &gt; li &gt; ul &gt; li { padding: 7px 10px; }
  .MenuLinks &gt; ul &gt; li &gt; ul &gt; li a { margin-left: 20px; }
  .MenuLinks { display: none; }
  .st-custom-button[data-network="linkedin"] { margin-right: 10px; }
}
@media only screen and (max-width: 380px) { 
  .st-custom-button[data-network="whatsapp"] { display: inline-block; } 
  .shareThisImages img { padding: 0 3px; }
  .shoppingBagWrapper { padding-top: 10px; }
  .mobileIcons { margin-top: 15px; }
  .searchWrapper { padding-top: 20px; }
}
@media only screen and (max-width: 350px) {
  .shoppingBagWrapper { padding-top: 0px; }
  .mobileIcons { margin-top: 5px; }
  .searchWrapper { padding-top: 10px; }
}


/* Banner sleep super deep */
#homepageBanner3 { width: 100%; height: 490px; overflow: hidden; position: relative; margin-top: 10px; }
#homepageBanner3 .bannerProdImg { position: absolute; top: 20px; left: 10%; max-width: 50%; max-height: calc(100% - 20px); z-index: 1; }
#homepageBanner3 .bannerFreeImg { position: absolute; top: 0; left: 40%; width: 20%; z-index: 3; min-width: 100px; }
#homepageBanner3 .bannerText { text-align: right; padding: 4% 2% 2% 2%; background-color: #bac6ff; color: #171714; font-family: 'Antic Slab', serif; position: absolute; right: 8%; bottom: 10%; width: 42%; font-size: 410%; z-index: 2; }
#homepageBanner3 .bannerText a { color: #171714 !important; text-decoration: none !important; }
#homepageBanner3 .bannerText div { float: left; height: 20px; width: 25%; overflow: hidden; }

@media only screen and (max-width: 1090px) {
  #homepageBanner3 .bannerProdImg { left: 5%; }
  #homepageBanner3 .bannerText { right: 4%; width: 44%; }
}
@media only screen and (max-width: 1030px) {
  #homepageBanner3 .bannerProdImg { left: 2%; }
  #homepageBanner3 .bannerText { right: 1%; width: 46%; font-size: 370%; }
}
@media only screen and (max-width: 850px) {
  #homepageBanner3 { height: 460px; }
  #homepageBanner3 .bannerProdImg { left: 1%; }
  #homepageBanner3 .bannerText { font-size: 320%; bottom: 15%; }
}
@media only screen and (max-width: 750px) {
  #homepageBanner3 { height: 430px; }
  #homepageBanner3 .bannerProdImg { left: 1%; }
  #homepageBanner3 .bannerText { font-size: 280%; bottom: 20%; }
}
@media only screen and (max-width: 640px) {
  #homepageBanner3 { height: 370px; }
  #homepageBanner3 .bannerProdImg { left: 1%; }
  #homepageBanner3 .bannerText { font-size: 270%; bottom: 10%; }
}
@media only screen and (max-width: 570px) {
  #homepageBanner3 { height: 330px; }
  #homepageBanner3 .bannerText { font-size: 230%;}
}
@media only screen and (max-width: 500px) {
  #homepageBanner3 { height: 300px; }
  #homepageBanner3 .bannerText { font-size: 210%;}
}
@media only screen and (max-width: 450px) {
  #homepageBanner3 { height: 270px; }
  #homepageBanner3 .bannerText { font-size: 180%;}
}
@media only screen and (max-width: 410px) {
  #homepageBanner3 { height: 250px; }
  #homepageBanner3 .bannerText { font-size: 160%;}
}
@media only screen and (max-width: 380px) {
  #homepageBanner3 { height: 225px; }
}
@media only screen and (max-width: 340px) {
  #homepageBanner3 { height: 210px; }
  #homepageBanner3 .bannerText { font-size: 150%;}
}



/* ---------------- Body Content ---------------- */
#regMainContent { width: 100%; overflow: hidden; margin: 0 auto; padding: 0; margin-top: 5px; }
#regBodyContent { width: 100%; min-height: 450px; border: none; padding: 10px 20px; margin: 0 0 20px 0; }
#regBodyContent a { color: #A12041; text-decoration: none; }
#regBodyContent .redBtn a { color: #ffffff; text-decoration: none; }
#regBodyContent img { border: none; padding: 0; }


/* Homepage */
#homepageBanner { width: 100%; position: relative; color: #ffffff; text-align: right; min-height: 300px; overflow: hidden; }
#homepageBanner &gt; img { width: 100%; max-height: 490px; }
#homepageBanner &gt; div { position: absolute; top: 0; right: 0; bottom: 5px; width: 60%; padding: 30px 80px; }
#homepageBanner &gt; div img { width: 80%; }
#homepageBanner .bannerTextTitle { font-size: 4.85em; font-weight: 300; line-height: 1em; margin: 27px 0 10px 0; }
#homepageBanner .bannerTextDescription { font-family: 'Caveat', cursive; font-weight: 400; font-size: 2.2em; margin: 25px 5px 25px 0;  line-height: 1em;}
#homepageBanner .bannerTextButton { height: 50px; width: 220px; font-size: 1.25em; font-weight: 300; padding: 12px; position: absolute; bottom: 40px; right: 80px; cursor: pointer; }

#imagePanels { width: 100%; margin: 18px 0 15px 0; overflow: hidden; }
#imagePanels .panel { width: calc(33.33% - 14px); float: left; margin: 25px 7px 25px 7px; cursor: pointer; }
#imagePanels .panel img { width: 100%; float: left; }
#imagePanels .panel div { width: 100%; float: left; height: 45px; text-align: center; font-size: 1.25em; padding: 11px 5px; }

.redBtn { background-color: #A12041; color: #ffffff; cursor: pointer; text-align: center; -webkit-transition: background-color 0.45s; transition: background-color 0.45s; }
.redBtn a { text-decoration: none; color: #ffffff; font-weight: 300;}
.redBtn:hover { background-color: #B95871; }
.panel:hover .redBtn { background-color: #B95871; }
.bestSellDetails { -webkit-transition: background-color 0.45s; transition: background-color 0.45s; }
.bestSellPanel:hover .bestSellDetails { background-color: #B95871; }

.subTitle { font-family: 'Caveat', cursive; font-weight: 400; color: #A12041; font-size: 3.4em; padding: 0 10px; }
#bestSellersWrapper { width: 100%; overflow: hidden; border-bottom: 1px solid #AE9993; padding: 0; padding-bottom: 10px; }
#bestSellersWrapper .bestSellers { width: 100%; overflow: hidden; }
#bestSellersWrapper .bestSellers .bestSellPanel { height: 366px; padding: 10px; width: calc(16.66% - 10px); margin: 20px 5px; float: left; overflow: hidden; position: relative; cursor: pointer; }
#bestSellersWrapper .bestSellers .bestSellPanel:hover { background-color: #D6CCC9; }
#bestSellersWrapper .bestSellers .bestSellPanel .bestSellImage { width: 100%; max-width: 300px; overflow: hidden; float: left; }
#bestSellersWrapper .bestSellers .bestSellPanel .bestSellImage img { width: 100%; }
#bestSellersWrapper .bestSellers .bestSellPanel .bestSellDescription { float: left; text-align: center; width: 100%; color: #5D3327; font-weight: 300; font-size: 1.1em; clear: both; height: 70px; overflow: hidden; }
#bestSellersWrapper .bestSellers .bestSellPanel .bestSellPrice { position: absolute; bottom: 60px; left: 0; right: 0; text-align: center; color: #A12041; font-size: 1.2em; font-weight: 300; }
#bestSellersWrapper .bestSellers .bestSellPanel .bestSellDetails { position: absolute; left: calc(50% - 50px); right: calc(50% - 50px); bottom: 20px; height: 30px; width: 100px; text-transform: uppercase; font-size: 1.1em; padding: 3.5px; }

#latestBlogWrapper { width: 100%; overflow: hidden; border-bottom: 1px solid #AE9993; padding: 0; padding-bottom: 25px; margin-top: 30px; }
#latestBlogWrapper .latestPosts { width: 100%; overflow: hidden; }
#latestBlogWrapper .latestPosts .latestPostPanel { width: calc(33.33% - 10px); margin: 20px 5px; float: left; overflow: hidden; position: relative; padding: 10px; height: 140px; }
#latestBlogWrapper .latestPosts .latestPostPanel:hover { background-color: #D6CCC9; }
#latestBlogWrapper .latestPosts .latestPostPanel .latestBlogImg { width: 120px; height: 120px; float: left; margin-right: 10px; }
#latestBlogWrapper .latestPosts .latestPostPanel .latestBlogImg img { width: 100%; }
#latestBlogWrapper .latestPosts .latestPostPanel .latestBlogDate { font-weight: 300; color: #5D3327; font-size: 0.9em; padding: 6px 10px 7px 20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
#latestBlogWrapper .latestPosts .latestPostPanel .latestPostText { font-weight: 300; color: #A12041; font-size: 1.2em; padding-left: 20px; padding-right: 20px; overflow: hidden; text-overflow: ellipsis; }
#latestBlogWrapper .latestPosts .latestPostPanel .latestPostMore { position: absolute; bottom: 10px; right: 30px; font-size: 1.7em; font-family: 'Caveat', cursive; font-weight: 400; color: #A12041; }
#latestBlogWrapper .latestPosts .latestPostPanel .latestPostMore  a { color: #A12041; text-decoration: none; }

#instagramWrapper { width: 100%; overflow: hidden; padding: 0; padding-bottom: 25px; margin-top: 30px; }
#instagramWrapper .instaTitle { width: 100%; text-align: center; margin: 0 0 20px 0; }
#instagramWrapper .instaTitle img { height: 36px; }
#instagramWrapper .instaTitle img[alt="BEsleepy"] { padding-top: 6px; padding-left: 15px; height: 30px; }

.instalink-feed-post img { width: 100%; }

@media only screen and (max-width: 1200px) {
  #homepageBanner &gt; div { padding: 20px 60px 20px 20px; }
  #homepageBanner .bannerTextButton { right: 60px; }
  #homepageBanner .bannerTextTitle { font-size: 4.0em; }
  #homepageBanner .bannerTextDescription { font-size: 2em; }
  #homepageBanner &gt; div &gt; img { width: 70%; }
}
@media only screen and (max-width: 1100px) { 
  #bestSellersWrapper .bestSellers .bestSellPanel { height: 350px; }
  #latestBlogWrapper .latestPosts .latestPostPanel .latestBlogDate { padding: 6px 10px 2px 10px; }
  #latestBlogWrapper .latestPosts .latestPostPanel .latestPostText { font-size: 1.1em; padding-left: 10px; padding-right: 10px; max-height: 69px; }
  #homepageBanner .bannerTextButton { bottom: 20px;  height: 40px; padding: 7px; }
  #homepageBanner .bannerTextTitle { margin-top: 10px; }
}
@media only screen and (max-width: 1000px) { 
  #bestSellersWrapper .bestSellers .bestSellPanel { height: 340px; }
  #homepageBanner &gt; div { padding: 20px 60px 20px 0; }
  #homepageBanner .bannerTextButton { right: 60px; }
  #homepageBanner .bannerTextTitle { font-size: 3.5em; margin-bottom: 0; }
  #homepageBanner .bannerTextDescription { font-size: 1.7em; margin: 15px 0; }
}
@media only screen and (max-width: 920px) {
  #latestBlogWrapper .latestPosts .latestPostPanel { margin: 10px 5px; height: 420px; }
  #latestBlogWrapper .latestPosts .latestPostPanel .latestPostText { font-size: 1.3em; max-height: none; height: 110px; clear: both; }
  #latestBlogWrapper .latestPosts .latestPostPanel .latestBlogDate { font-size: 1.2em; padding-bottom: 10px; clear: both; }
  #latestBlogWrapper .latestPosts .latestPostPanel .latestBlogImg { width: 100%; margin-right: 0; height: auto; }
  #latestBlogWrapper .latestPosts .latestPostPanel .latestPostMore { font-size: 2.0em; }
}
@media only screen and (max-width: 900px) { 
  #bestSellersWrapper .bestSellers .bestSellPanel { height: 310px; }
}
@media only screen and (max-width: 800px) {
  #regBodyContent { padding: 10px; }
  #homepageBanner &gt; div { padding: 10px 40px 10px 0; }
  #homepageBanner .bannerTextButton { right: 40px; }
  #homepageBanner .bannerTextTitle { font-size: 3.0em; }
  #imagePanels .panel { width: calc(50% - 14px); }
  #imagePanels .panel .redBtn { font-size: 1.5em; padding: 8px 5px; }
  #bestSellersWrapper .bestSellers .bestSellPanel .bestSellDescription { font-size: 1.2em; height: 80px; }
  #bestSellersWrapper .bestSellers .bestSellPanel { height: 440px; margin: 10px 5px; width: calc(33.33% - 10px); }
}
@media only screen and (max-width: 750px) { 
  #bestSellersWrapper .bestSellers .bestSellPanel { height: 430px; }}
@media only screen and (max-width: 730px) {
  #homepageBanner { background-color: #86665D; text-align: center; min-height: 350px; }
  #homepageBanner &gt; div { width: 100%; padding: 10px; }
  #homepageBanner &gt; div &gt; img { max-width: 280px; }
  #homepageBanner &gt; img { display: none; }
  #homepageBanner .bannerTextButton { right: calc(50% - 110px); left: calc(50% - 110px); }
  #regMainContent { margin: 0; }
  #homepageBanner .bannerTextDescription { margin: 25px 0; }
}
@media only screen and (max-width: 700px) { 
  #bestSellersWrapper .bestSellers .bestSellPanel { height: 410px; }}
@media only screen and (max-width: 650px) {
  #bestSellersWrapper .bestSellers .bestSellPanel { height: 390px; }
  #latestBlogWrapper .latestPosts .latestPostPanel { height: 400px; }
}
@media only screen and (max-width: 600px) { 
  #imagePanels .panel { width: 100%; margin: 14px 0; }
  #bestSellersWrapper .bestSellers .bestSellPanel { height: 460px; width: calc(50% - 10px);}
  .subTitle { font-size: 2.9em; }
}
@media only screen and (max-width: 550px) {
  #latestBlogWrapper .latestPosts .latestPostPanel { margin: 10px 5px; height: auto; width: calc(100% - 10px); }
  #latestBlogWrapper .latestPosts .latestPostPanel .latestPostText { clear: none; }
  #latestBlogWrapper .latestPosts .latestPostPanel .latestBlogDate { clear: none; }
  #latestBlogWrapper .latestPosts .latestPostPanel .latestBlogImg { width: 40%; margin-right: 10px; height: auto; }
  #latestBlogWrapper .latestPosts .latestPostPanel .latestPostMore { font-size: 2.0em; }
}
@media only screen and (max-width: 490px) { 
  #bestSellersWrapper .bestSellers .bestSellPanel { height: 420px; }
  #latestBlogWrapper .latestPosts .latestPostPanel { height: 170px; }
  #latestBlogWrapper .latestPosts .latestPostPanel .latestBlogImg { height: 150px; width: 150px; }
  #latestBlogWrapper .latestPosts .latestPostPanel .latestBlogDate { padding-bottom: 5px; font-size: 1.1em; }
  #latestBlogWrapper .latestPosts .latestPostPanel .latestPostText { height: 70px; font-size: 1.2em; }
  #latestBlogWrapper .latestPosts .latestPostPanel .latestPostMore { font-size: 1.8em; }
}
@media only screen and (max-width: 450px) { 
  #bestSellersWrapper .bestSellers .bestSellPanel { height: 400px; }
  .subTitle { font-size: 2.5em; }}
@media only screen and (max-width: 410px) { 
  #bestSellersWrapper .bestSellers .bestSellPanel { height: 380px; }}
@media only screen and (max-width: 390px) {
  #bestSellersWrapper .bestSellers .bestSellPanel { height: 360px; }
}
@media only screen and (max-width: 370px) {
  #homepageBanner .bannerTextTitle { font-size: 2.5em; }
  #homepageBanner .bannerTextDescription { font-size: 1.5em; }
  #homepageBanner &gt; div &gt; img { width: 100%; }
  #bestSellersWrapper .bestSellers .bestSellPanel { height: 360px; }
  #homepageBanner .bannerTextButton { bottom: 10px; }
}
@media only screen and (max-width: 350px) {
  #bestSellersWrapper .bestSellers .bestSellPanel { height: 340px; }
}
@media only screen and (max-width: 330px) {
  #bestSellersWrapper .bestSellers .bestSellPanel { height: 330px; }
}

/* ---------------- Footer ---------------- */
#footer { clear: both; width: 100%; overflow: hidden; }
#footer .socialFooter { border-top: 1px solid #AE9993; border-bottom: 1px solid #AE9993; min-height: 100px; }
#footer .socialFooter img { max-height: 37px; }
#footer .socialFooter .socialFooterWrap { width: 100%; height: 100%; padding: 30.5px 10px; }
#footer .socialFooter .socialFooterWrap &gt; div { float: left; }
#footer .socialFooter .socialFooterWrap .socialCol1 { width: 285px; }
#footer .socialFooter .socialFooterWrap .socialCol1 img { float: left; padding: 0 10px; }
#footer .socialFooter .socialFooterWrap .socialCol1 img[alt="facebook"] { height: 26px; padding-top: 5.5px; padding-bottom: 5.5px; }
#footer .socialFooter .socialFooterWrap .socialCol1 img[alt="twitter"] { height: 20px; padding-top: 8.5px; padding-bottom: 8.5px; }
#footer .socialFooter .socialFooterWrap .socialCol2 { width: calc(100% - 570px); text-align: center; color: #5D3327; font-weight: 300; text-transform: uppercase; font-size: 1.05em; padding: 6px 10px 6px 10px; }
#footer .socialFooter .socialFooterWrap .socialCol3 { width: 285px; }
#footer .socialFooter .socialFooterWrap .socialCol3 img { float: left; padding: 0 10px; }
#footer .socialFooter .socialFooterWrap .socialCol3 img[alt="Be Sleepy"] { height: 24px; padding-top: 6.5px; padding-bottom: 6.5px; padding-right: 10px; padding-left: 0px; }
#footer .socialFooter .socialFooterWrap .socialCol3 img[alt="facebook"] { height: 26px; padding-top: 5.5px; padding-bottom: 5.5px; }
#footer .socialFooter .socialFooterWrap .socialCol3 img[alt="twitter"] { height: 20px; padding-top: 8.5px; padding-bottom: 8.5px}
#footer .socialFooter .socialFooterWrap .socialCol3 img[alt="pinterest"] { height: 26px; padding-top: 5.5px; padding-bottom: 5.5px; }
#footer .socialFooter .socialFooterWrap .socialCol3 img[alt="instagram"] { height: 26px; padding-top: 5.5px; padding-bottom: 5.5px; }

.socialFooter .socialFooterWrap .socialCol2mobile { width: 100% !important; display: none; padding-bottom: 20px !important; }

.lowerFooterWrapper { width: 100%; max-width: 730px; margin: 0 auto; padding: 35px 10px 15px 10px; }
.lowerFooterWrapper .newsletter { width: 100%; overflow: hidden; margin: 0 0 40px 0; }
.lowerFooterWrapper .newsletter &gt; div { float: left; }
.lowerFooterWrapper .newsletter .newsletterText { font-weight: 300; color: #5D3327; font-size: 1.0em; width: calc(100% - 320px); text-transform: uppercase; padding: 3px 0; }
.lowerFooterWrapper .newsletter .signUpNewsletter { width: 320px; }

.signUpNewsletter input { height: 30px; box-sizing: border-box; background-color: #D6CCC9; border: none; padding: 3px 10px; width: calc(100% - 90px); float: left; font-weight: 300; color: #A12041; font-family: 'Poppins', sans-serif; }
.signUpNewsletter input::-webkit-input-placeholder { color: #A12041; font-weight: 300; font-family: 'Poppins', sans-serif; }
.signUpNewsletter input::-moz-placeholder { color: #A12041; font-weight: 300; font-family: 'Poppins', sans-serif; }
.signUpNewsletter input::-ms-input-placeholder { color: #A12041; font-weight: 300; font-family: 'Poppins', sans-serif; }
.signUpNewsletter input:-moz-placeholder { color: #A12041; font-weight: 300; font-family: 'Poppins', sans-serif; }
.signUpNewsletter input::placeholder { color: #A12041; font-weight: 300; font-family: 'Poppins', sans-serif; }
.signUpNewsletter input:focus { outline-offset: 0px; }
.signUpNewsletter button { height: 30px; box-sizing: border-box; border: none; width: 90px; font-family: 'Poppins', sans-serif; font-weight: 300; }

.lowerFooterWrapper ul { list-style: none; text-align: center; padding: 0; margin: 20px 0 40px 0; }
.lowerFooterWrapper ul li { display: inline-block; border-right: 1px solid #AE9993; padding: 0 16px 0 11px; color: #A12041; font-weight: 300; font-size: 0.95em; height: 18px; }
.lowerFooterWrapper ul li:last-child { border: none; }
.lowerFooterWrapper ul li a { text-decoration: none; color: #A12041; font-weight: 300; }
.designedAndCopyright { font-size: 0.9em; }


@media only screen and (max-width: 850px) { 
  .socialFooter .socialFooterWrap .socialCol2desktop { display: none; }
  .socialFooter .socialFooterWrap .socialCol2mobile { display: block; }
  #footer .socialFooter .socialFooterWrap .socialCol1, #footer .socialFooter .socialFooterWrap .socialCol3 { width: 50%; padding: 0 10px; text-align: center; }
  #footer .socialFooter .socialFooterWrap { padding: 20px 10px; }
  #footer .socialFooter .socialFooterWrap .socialCol1 img, #footer .socialFooter .socialFooterWrap .socialCol3 img { float: none; }
}
@media only screen and (max-width: 700px) {
  #footer .socialFooter .socialFooterWrap .socialCol1, #footer .socialFooter .socialFooterWrap .socialCol3 { width: 100%; padding-bottom: 10px; }
  .socialFooter .socialFooterWrap .socialCol2mobile { padding-bottom: 10px; }
  #footer .socialFooter .socialFooterWrap { padding: 10px; }
  .lowerFooterWrapper .newsletter .newsletterText { width: 100%; padding: 10px; text-align: center; }
  .lowerFooterWrapper { padding: 10px; }
  .lowerFooterWrapper .newsletter .signUpNewsletter { float: none; margin: 0 auto; clear: both; margin-bottom: 10px; }
}
@media only screen and (max-width: 400px) {
  #footer .socialFooter .socialFooterWrap .socialCol3 img { padding-left: 5px; padding-right: 5px; }
}
@media only screen and (max-width: 360px) {
  .lowerFooterWrapper .newsletter .signUpNewsletter { margin: 0 0 10px 0; width: 100%; }
}


/* ---------------- Content pages ---------------- */
#regBodyContent h3 { clear: both; width: 100%; padding-top: 10px; padding-bottom: 10px; margin: 20px 0; font-size: 1.6em; border-bottom: 1px solid #AE9993; }
#regBodyContent .Thumbnail { width: 23%; margin: 1%; float: left; overflow: hidden; height: 400px; position: relative; }
#regBodyContent .Thumbnail:hover { background-color: #D6CCC9; }
#regBodyContent .Thumbnail:nth-child(4n) { clear: both; }
#regBodyContent .ThumbnailPhoto { margin: 10px; width: calc(100% - 20px); overflow: hidden; text-align: center; background-color: #ffffff; }
#regBodyContent .ThumbnailPhoto img { max-width: 100%; max-height: 250px; }
#regBodyContent .ThumbnailText { text-align: center; margin: 10px; height: 85px; overflow: hidden; text-overflow: ellipsis; font-weight: 300; position: absolute; bottom: 30px; right: 0; left: 0; }
#regBodyContent .ThumbnailText .ProductPrice { font-size: 1.2em; font-weight: 500; }
#regBodyContent .thumbnailBtn { height: 30px; font-size: 1.1em; text-align: center; width: 100%; padding: 5px; position: absolute; bottom: 0; right: 0; left: 0; }
#regBodyContent .thumbnailBtn a { text-decoration: none; color: #ffffff; font-weight: 300; }

#regBodyContent .subCatThumbnail { width: 15.66%; margin: 1% 0.5%; height: 240px; }
#regBodyContent .subCatThumbnail:nth-child(4n) { clear: none; }
#regBodyContent .subCatThumbnail .ThumbnailPhoto img { width: 100%; max-height: 162px; }
#regBodyContent .subCatThumbnail .ThumbnailText { height: auto; bottom: 0; margin-top: 0; height: 46px; overflow: hidden; text-overflow: ellipsis; }
#regBodyContent .subCatThumbnail .ThumbnailText a { font-weight: 300; color: #A12041; text-decoration: none; font-size: 1.1em; }

#regBodyContent .button { background-color: #A12041; color: #ffffff; cursor: pointer; text-align: center; height: 30px; margin: 0 10px; font-weight: 300; -webkit-transition: background-color 0.45s; transition: background-color 0.45s; }
#regBodyContent .button a { text-decoration: none; color: #ffffff; font-weight: 300;}
#regBodyContent .button:hover { background-color: #B95871; }

#regBodyContent input[type="submit"] { background-color: #A12041; color: #ffffff; cursor: pointer; text-align: center; height: 30px; margin: 10px; font-weight: 300; border: none; float: none; width: 150px; -webkit-transition: background-color 0.45s; transition: background-color 0.45s; }
#regBodyContent input[type="submit"]:hover { background-color: #B95871; }

#contactFormWrapper &gt; div, #contactFormWrapper, #signupFormWrapper, #signupFormWrapper &gt; div { overflow: hidden; clear: both; width: 100%; }
#regBodyContent .contactFormText { float: left; width: 220px; clear: both; margin: 7.5px 0; text-align: right; }
#regBodyContent .contactFormInput { float: left; width: calc(100% - 240px); margin: 5px 0; }
#regBodyContent .contactFormInput input, #ctl00_ContentPlaceHolder_txtEnquiry { width: 100%; max-width: 350px; }

#signupFormWrapper .contactFormText { width: 100px; margin-right: 10px; }
#regBodyContent #ctl00_ContentPlaceHolder_radFemale, #regBodyContent #ctl00_ContentPlaceHolder_radMale { width: 13px; margin-left: 10px; }

.enterData { margin-left: 0; }

#regBodyContent .paging { overflow: hidden; clear: both; }

#regBodyContent .paging .currentPageLabel { width: 100%; float: left; text-align: center;  padding: 5px;}
#regBodyContent .paging .previousPage, #regBodyContent .paging .nextPage { float: left; height: 50px; padding: 11.5px 0; font-size: 1.4em; color: #523518; width: 130px; }
#regBodyContent .paging .pageNumbers { float: left; width: calc(100% - 260px); font-size: 1.4em; }
#ctl00_ContentPlaceHolder_divTopPageNumbers &gt; a { margin: 0 5px; }

#regBodyContent .productsListThumbnail { height: 480px; margin-top: 20px; margin-bottom: 20px; }
#regBodyContent .productsListThumbnail:nth-child(4n) { clear: none; }
#regBodyContent .productsListThumbnail .ThumbnailPhoto { height: 257px; }
#regBodyContent .productsListThumbnail .ThumbnailText { position: static; float: left; height: auto; width: calc(100% - 20px); margin-top: 0; }
#regBodyContent .productsListThumbnail .ThumbnailBtns { float: left; text-align: center; width: 100%; position: absolute; bottom: 0; left: 0; right: 0; }
#regBodyContent .productsListThumbnail .ThumbnailBtns a { padding: 0; float: left; width: 100%; box-sizing: border-box; font-size: 1.2em; }
#regBodyContent .productsListThumbnail .ThumbnailBtns div { padding: 5px; float: left; width: 100%; }


#regBodyContent .detailsLeftCol { width: 340px; margin-right: 20px; text-align: left; float: left; }
#regBodyContent .detailsLeftCol &gt; div &gt; p { font-size: 1.2em; margin: 10px 0; }
#regBodyContent .detailsRightCol { width: calc(100% - 360px); text-align: left; float: left; padding-left: 30px; font-size: 1.2em; }
#regBodyContent .detailsRightCol p:first-child { font-size: 1.5em; }
#regBodyContent p { line-height: 200%; margin: 20px 0 10px 0; }
#regBodyContent .ProductPhotos { margin-right: 0 !important; width: 100% !important;  }
#regBodyContent .ProductPhotos .MainPhoto { width: 100%; padding: 20px; border: none !important; }
#regBodyContent .ProductPhotos .MainPhoto img { width: 100%; }
#regBodyContent .recommendBtn { height: 40px; width: 100%; margin: 30px auto; font-size: 1.2em; padding: 9px; max-width: 300px; }
#regBodyContent #ctl00_ContentPlaceHolder_dgSKUs { border: none; color: #A12041; font-weight: 400; }
#regBodyContent #ctl00_ContentPlaceHolder_dgSKUs td { border: 1px solid #AE9993; border-left: none; border-right: none; }
#regBodyContent #ctl00_ContentPlaceHolder_dgSKUs input[type="submit"] { width: 80px; margin: 0; padding: 5px; font-size: 0.9em; }
.productSocialNetworking img { height: 25px; margin: 0 7px; }
#Google, #Img9 { height: 21px; margin-top: 2px; margin-bottom: 2px; }

.BasketSummary { width: 100%; }
#regBodyContent .BasketSummaryItem input[type="submit"] { width: 70px; margin: 0; padding: 5px; }
#regBodyContent .BasketSummary .BasketSummaryTable .BasketItemQuantity { margin: 0; }
.BasketButtons { width: 100%; overflow: hidden; }
.BasketButtons &gt; div &gt; input { margin: 0 0 5px 0 !important; }
.BasketButtons &gt; .basketBtn1 { float: left; margin: 0; width: 150px; min-height: 20px; }
.BasketButtons &gt; .basketBtn2 { float: right; margin: 0; }
.BasketButtons &gt; .basketQuantitiesText { padding: 5px; float: left; margin: 0; text-align: right; width: calc(100% - 300px); }

#regBodyContent .ProductThumbnailBrowse { width: 100%; overflow: hidden; clear: both; display: block; }
#regBodyContent .ProductThumbnailBrowse .Thumbnail { border-bottom: none!important; clear: none !important; margin: 0.5% !important; float: left; height: 240px !important; width: 15.66% !important; display: block; }
#regBodyContent .ProductThumbnailBrowse .Thumbnail .ThumbnailPhoto { width: calc(100% - 20px) !important; margin: 10px !important; height: 150px !important; display: block; border: none !important; }
#regBodyContent .ProductThumbnailBrowse .Thumbnail .ThumbnailPhoto img { height: auto; max-width: 100%; max-height: 100%; margin: 0 auto; display: block; }
#regBodyContent .ProductThumbnailBrowse .Thumbnail .ThumbnailText { overflow: hidden; text-overflow: ellipsis; width: calc(100% - 20px); margin: 0 10px 10px 10px; position: static; float: left; height: auto !important; height: 63px; }

#regBodyContent .brandListItem { margin: 0.5% 1%; width: 23%; border-bottom: 1px solid #86665D; text-align: left; float: left; padding: 5px; overflow: hidden; text-overflow: ellipsis; height: 33px; }
#regBodyContent .brandListItem:hover { background-color: #D6CCC9; }

#regBodyContent .BasketSummary .BasketSubtotal, #regBodyContent .BasketSummary .BasketDelivery, #regBodyContent .BasketSummary .BasketGrandTotal { border: none; }
#regBodyContent .BasketSummary .BasketSummaryTable { border-color: #86665D; border-bottom: none; }

#regBodyContent .BasketSummary .BasketSummaryTable .BasketSummaryItem td { border-left: none; border-right: none; }
#regBodyContent .BasketSummary .BasketSummaryTable .BasketSummaryHeader td { border-left: none; border-right: none; }

#regBodyContent .BasketSummary .BasketButtons .CheckoutButtonArea input { margin-right: 0; }

#regBodyContent h1 { font-size: 2em; margin: 25px 0; }

#regBodyContent .paging .pageNumbers &gt; div &gt; div { display: inline-block; margin: 10px; }
#regBodyContent .paging a, #regBodyContent .paging .pageNumbers a.selectedPage { padding: 10px; }

#regBodyContent .BasketSummary .BasketSubtotal { margin: 15px 0; }

#regBodyContent .paging .pageMobileTitle { width: 100%; font-size: 1.4em; text-align: left; padding: 0 13px; display: none; }

#cboxLoadedContent { margin-bottom: 0; margin-top: 28px; }
#cboxTitle { bottom: auto; top: 4px; }
#cboxClose { bottom: auto; top: 0; }

#regBodyContent .BlogEntries .blogContent { padding: 20px 0 20px 0; }
#regBodyContent .BlogEntries .blogFooter { margin-bottom: 25px; padding-bottom: 8px; overflow: hidden; border-bottom: 1px solid #AE9993; }
#regBodyContent .BlogEntries .blogPostTitle { padding-top: 15px; font-size: 1.25em; }

#regBodyContent .BlogDetail .blogContent { padding: 20px 0; font-size: 1.1em; }

.newsletterFormRow { width: 100%; margin-bottom: 15px; clear: both; overflow: hidden; }
.newsletterFormRow .newsletterFormTitle { width: 200px; text-align: right; float: left; padding: 3.5px; }
.newsletterFormRow .newsletterFormInput { width: calc(100% - 200px); float: left; }
.newsletterFormRow .newsletterFormInput input { width: 90%; max-width: 300px; }


#regBodyContent .PaymentFormHeading { clear: both; overflow: hidden; margin-top: 20px; border-radius: 0 !important; border: none !important; background: none !important; color: #A12041 !important; font-family: 'Poppins', sans-serif !important; font-weight: 500 !important; font-size: 1.5em !important; }


#regBodyContent .PaymentForm { width: calc(100% - 30px) !important; overflow: hidden; }
#regBodyContent .PaymentForm .heading { float: left; width: 190px; clear: both; overflow: hidden; height: 23px; margin-top: 5px; }
#regBodyContent .PaymentForm .checkoutInput { float: left; width: calc(100% - 190px); margin-top: 5px; }
#regBodyContent .PaymentForm .checkoutInput input, #regBodyContent .PaymentForm .checkoutInput textarea { width: 90%; max-width: 300px; } 

#regBodyContent #relatedProductsWrapper { width: 100%; overflow: auto; }
#regBodyContent #relatedProductsWrapper .Thumbnail { height: 340px; text-align: center; }
#regBodyContent #relatedProductsWrapper .Thumbnail .ThumbnailText { bottom: 0; overflow: hidden; height: 75px; }

/* Code for the future to edit tables in category pages headings, see /bodycare in ecommerce settings as example */
.categoryHeader { overflow: hidden; width: 100%; clear: both; }
.categoryImage { width: 200px; padding: 10px; float: left; overflow: hidden; box-sizing: border-box; clear: both; }
.categoryImage img { max-width: 200px; margin: 0 auto; }
.categoryText { width: calc(100% - 200px); padding: 10px; overflow: hidden; box-sizing: border-box; }
.categoryText p:first-child { margin-top: 0 !important; } 

@media only screen and (max-width: 600px) {
  .categoryImage, .categoryText { width: 100%; clear: both;}
}



@media only screen and (max-width: 500px) {
  .newsletterFormRow .newsletterFormTitle { width: 120px; }
  .newsletterFormRow .newsletterFormInput { width: calc(100% - 120px); }
  #regBodyContent .PaymentForm .heading, #regBodyContent .PaymentForm .checkoutInput { width: 100% !important; clear: both; text-align: left !important; }
  #regBodyContent .PaymentForm .checkoutInput { margin-top: 2px; }
  #regBodyContent .PaymentForm .checkoutInput input { height: 27px; } 
  #regBodyContent .PaymentForm .checkoutInput textarea { width: calc(100% - 12px); }
  .invisBelowMobile { display: none; }
  #regBodyContent .PaymentForm { margin-left: 10px; width: calc(100% - 10px); }
  #ctl00_ContentPlaceHolder_btnConfirmDetailsAllCorrect { margin-left: 10px !important; }
}
@media only screen and (max-width: 400px) {
  .newsletterFormRow { margin-bottom: 10px; }
  .newsletterFormRow .newsletterFormTitle { width: 100%; clear: both; text-align: left; padding-left: 20px; padding-right: 20px; }
  .newsletterFormRow .newsletterFormInput { width: 100%; clear: both; padding-left: 20px; padding-right: 20px; }
  .newsletterFormRow .newsletterFormInput input { width: 100%; }
}

@media all and (max-width: 480px) {
  /* Force table to not be like tables anymore */
  #regBodyContent .BasketSummary .BasketSummaryTable table, 
  #regBodyContent .BasketSummary .BasketSummaryTable thead, 
  #regBodyContent .BasketSummary .BasketSummaryTable tbody, 
  #regBodyContent .BasketSummary .BasketSummaryTable th,
  #regBodyContent .BasketSummary .BasketSummaryTable td, 
  #regBodyContent .BasketSummary .BasketSummaryTable tr { display: block; }
  #regBodyContent .btnRecalculate { width: 100%; margin-bottom: 2%; }

  #regBodyContent .CartDelivery .Label { float: left; width: 100%; text-align: left; padding: 1% 0; }
  #regBodyContent .CartDelivery .Control { float: right; text-align: left; padding-bottom: 5px; width: 100%; }
  #regBodyContent .CartDelivery select { float: right; font-size: 1em; margin-left: 1%; width: 100%; }

  #regBodyContent #regEnterDiscountCode { clear: both; padding: 1%; color: #515153; }
  #regBodyContent #regEnterDiscountCode input[type=text] { width: 65%; }
  #regBodyContent #regEnterDiscountCode input[type=submit] { -webkit-appearance: none; font-family: 'PT Sans Narrow'; background-color: #E31837; border: 3px solid #E31837; }
  #regBodyContent .Reorder .datagridItem td { padding-left: 35%; }
  #regBodyContent .Reorder .datagridItem td:before { width: 30%; }
    #regBodyContent .BasketSummary .BasketSummaryTable {width: 100%; margin: 0; border: 0;}
  #regBodyContent .BasketSummary { width: 96%; }
  /* Hide table headers (but not display: none;, for accessibility) */
  #regBodyContent .BasketSummary .BasketSummaryTable .BasketSummaryHeader td { position: absolute; top: -9999px; left: -9999px; }
  #regBodyContent .BasketSummary .BasketSummaryTable .BasketSummaryItem tr { border: 1px solid #ccc; }
  #regBodyContent .BasketSummary .BasketSummaryTable .BasketSummaryItem td { /* Behave  like a "row" */ border: none; border-bottom: 1px solid #eee; position: relative; padding-left: 50%; vertical-align: top; padding-top: 8px; padding-bottom: 8px; }
  #regBodyContent .BasketSummary .BasketSummaryTable  tr:nth-of-type(odd) { background: #eee; }
  #regBodyContent .BasketSummary .BasketSummaryTable .BasketSummaryItem td:before { /* Now like a table header */ position: absolute; /* Top/left values mimic padding */ left: 6px; width: 45%; padding-right: 10px; white-space: nowrap; }
  #regBodyContent .BasketSummary .BasketSummaryTable .BasketSummaryItem td:nth-of-type(2) { content: ""; font-size: 1em; font-weight: bold; color: #333; padding-right: 2%; text-align: right; }
  #regBodyContent .BasketSummary .BasketSummaryTable .BasketSummaryItem td:nth-of-type(3):before { content: "Description"; font-size: 1em; font-weight: bold; color: #333; padding-right: 2%; text-align: right; }
  #regBodyContent .BasketSummary .BasketSummaryTable .BasketSummaryItem td:nth-of-type(4):before { content: "Quantity"; font-size: 1em; font-weight: bold; color: #333; padding-right: 2%; text-align: right; }
  #regBodyContent .BasketSummary .BasketSummaryTable .BasketSummaryItem td:nth-of-type(5):before { content: "Price"; font-size: 1em; font-weight: bold; color: #333; padding-right: 2%; text-align: right; }
  #regBodyContent .BasketSummary .BasketSummaryTable .BasketSummaryItem td.CartPrice { text-align: left; }
  #regBodyContent .BasketSummary .BasketSummaryTable .BasketButtons {text-align: left;}
  #regBodyContent .BasketSummary .BasketSummaryTable .CartBorder { height: 100%; }
  #regBodyContent .BasketSummary .BasketSummaryTable .CartBorder img { height: 100%; width: auto; float: left; }
  #regBodyContent .BasketSummaryItem input[type="submit"] { margin: 5px auto; padding: 1px 5px; height: 22px; }
}

@media only screen and (max-width: 1100px) {
  #regBodyContent .brandListItem  { width: 31.33%; }
}
@media only screen and (max-width: 1000px) {
  #regBodyContent .Thumbnail { width: 31.33%; }
  #regBodyContent .Thumbnail:nth-child(4n) { clear: none; }
  #regBodyContent .Thumbnail:nth-child(3n+1) { clear: both; }
  #regBodyContent .subCatThumbnail { width: 19%; }
  #regBodyContent .subCatThumbnail:nth-child(3n+1), #regBodyContent .productsListThumbnail:nth-child(3n+1) { clear: none; }
  #regBodyContent .ProductThumbnailBrowse .Thumbnail { width: 19% !important; }
}
@media only screen and (max-width: 800px) {
  #regBodyContent .subCatThumbnail { width: 24%; }
  #regBodyContent .ProductThumbnailBrowse .Thumbnail { width: 24% !important; }
  #regBodyContent .brandListItem  { width: 48%; }
}
@media only screen and (max-width: 730px) {
  #regBodyContent .Thumbnail { width: 48%; }
  #regBodyContent .Thumbnail:nth-child(2n) { clear: both; }
  #regBodyContent .Thumbnail:nth-child(3n+1) { clear: none; }
  #regBodyContent .subCatThumbnail:nth-child(2n), #regBodyContent .productsListThumbnail:nth-child(2n) { clear: none; }
  #regBodyContent .subCatThumbnail { width: 24%; }
  #regBodyContent .paging .pageNumbers { width: 100%; text-align: center; }
  #regBodyContent .paging .pageNumbers span { width: 100%; }
  #regBodyContent .paging .previousPage, #regBodyContent .paging .nextPage, #regBodyContent .paging .currentPageLabel { display: none; }

  #regBodyContent .detailsLeftCol, #regBodyContent .detailsRightCol { width: 100%; margin: 0; padding: 0 20px; }
  #regBodyContent .paging .pageNumbers .viewAll { display: none; }
  #regBodyContent .paging .pageNumbers &gt; div { height: auto; overflow: hidden; }
  #regBodyContent .paging .pageNumbers &gt; div &gt; div { float: left; width: 70px; height: auto; padding: 5px; margin: 10px 5px; display: block; }
  #regBodyContent .paging a, #regBodyContent .paging .pageNumbers a.selectedPage { font-size: 1.8em; width: 50px; padding: 5px 20px; text-align: center; border: 1px solid #D6CCC9; }
  #regBodyContent .paging .pageNumbers a.selectedPage { background-color: #5D3327; color: #ffffff; }

  .changePage { display: none; }
  #regBodyContent #ctl00_ContentPlaceHolder_dgSKUs { width: 100%; }
  #regBodyContent .paging .pageMobileTitle { display: block; }
  #regBodyContent .productSocialNetworking { margin-bottom: 0; margin-right: 20px; }
  
  #regBodyContent #relatedProductsWrapper .Thumbnail { height: 400px; text-align: center; width: 50%; margin: 10px 0; float: left !important; font-size: 1.1em; }
#regBodyContent #relatedProductsWrapper .Thumbnail .ThumbnailText { height: 70px; }
  #regBodyContent #relatedProductsWrapper .Thumbnail:nth-child(2n) { clear: none !important; }
  #regBodyContent #relatedProductsWrapper .Thumbnail:nth-child(3n) { clear: none !important; }
  #regBodyContent #relatedProductsWrapper .Thumbnail:nth-child(4n) { clear: none !important; }
  #regBodyContent #relatedProductsWrapper .Thumbnail:nth-child(5n) { clear: none !important; }
  #regBodyContent #relatedProductsWrapper .Thumbnail:nth-child(6n) { clear: none !important; }
}
@media only screen and (max-width: 630px) {
  .BasketButtons &gt; .basketQuantitiesText { clear: both; width: calc(100% - 150px); }
  #regBodyContent .ProductThumbnailBrowse .Thumbnail { width: 32.33% !important; }
}
@media only screen and (max-width: 600px) {
  #regBodyContent .subCatThumbnail { width: 32.33%; }
  #regBodyContent .brandListItem  { width: 98%; }
}
@media only screen and (max-width: 500px) {
  #regBodyContent .contactFormText { width: 90%; text-align: left; margin: 0; }
  #regBodyContent .contactFormInput { width: 90%; }
  #regBodyContent .ProductThumbnailBrowse .Thumbnail { width: 49% !important; }
  .discountText { width: auto !important; text-align: left !important; }
  .discountButton { float: left !important; }
  #regBodyContent #relatedProductsWrapper .Thumbnail { height: 360px; }
}
@media only screen and (max-width: 450px) {
  #regBodyContent .Thumbnail { width: 98%; clear: both; }
  #regBodyContent .Thumbnail:nth-child(2n) { clear: none; }
  #regBodyContent .subCatThumbnail { clear: none; width: 49%; }
  #regBodyContent .productsListThumbnail:nth-child(n) { clear: none; }
  .BasketButtons &gt; .basketQuantitiesText { width: 100%; text-align: left; }
  .BasketButtons &gt; .basketBtn2 { width: 100%; clear: both; float: none; }
  .BasketButtons &gt; .basketBtn1 { width: 100%; float: none; }
  #regBodyContent .BasketSummary .BasketButtons .CheckoutButtonArea { float: left; }
  #regBodyContent #relatedProductsWrapper .Thumbnail { height: 340px; }
}
@media only screen and (max-width: 380px) {
  #regBodyContent #relatedProductsWrapper .Thumbnail { height: 300px; }
}
@media only screen and (max-width: 330px) {
  #regBodyContent #relatedProductsWrapper .Thumbnail { height: 280px; }
}



#regBodyContent .SubCategoryThumbnailBrowse .Thumbnail { height: 150px; width: 120px; cursor: pointer; }
#regBodyContent .SubCategoryThumbnailBrowse .Thumbnail .ThumbnailPhoto { border: 1px solid #aaaaaa; height: 125px; margin-left: 3px; margin-right: 3px; margin-bottom: 2px; text-align: center; }
#regBodyContent .SubCategoryThumbnailBrowse .Thumbnail .ThumbnailText { text-align: center; padding-top: 3px; height: 25px; }

#regBodyContent .BrandThumbnailBrowse .Thumbnail { height: 150px; width: 120px; cursor: pointer; }
#regBodyContent .BrandThumbnailBrowse .Thumbnail .ThumbnailPhoto { border: 1px solid #aaaaaa; height: 125px; margin-left: 3px; margin-right: 3px; margin-bottom: 2px; text-align: center; }
#regBodyContent .BrandThumbnailBrowse .Thumbnail .ThumbnailText { text-align: center; padding-top: 3px; height: 25px; }

#regBodyContent .ProductThumbnailBrowse .Thumbnail { height: 210px; width: 150px; margin-bottom: 7px; cursor: pointer; }
#regBodyContent .ProductThumbnailBrowse .Thumbnail .ThumbnailPhoto { border: 1px solid #aaaaaa; height: 150px; margin-left: 3px; margin-right: 3px; margin-bottom: 2px; text-align: center; }
#regBodyContent .ProductThumbnailBrowse .Thumbnail .ThumbnailText { height: 28px; text-align: center; }
#regBodyContent .ProductThumbnailBrowse .Thumbnail .ProductPrice { text-align: center; padding-top: 2px; padding-bottom: 12px; font-weight: bold; color: #000000; }
#regBodyContent .ProductThumbnailBrowse .Thumbnail .price { font-weight: bold; color: #CF2B2B; padding-right: 5px; }
#regBodyContent .ProductThumbnailBrowse .Thumbnail .wasprice { font-weight: bold; color: black; text-decoration: line-through; }

#regBodyContent .productRating { font-weight: bold; }
#regBodyContent .productReview { padding-top: 7px; }
#regBodyContent .productReviewName { text-align: right; font-weight: bold; font-size: 11px; font-style: italic; }
#regBodyContent .productReviewFooter { padding-bottom: 7px; border-bottom: 1px solid #cccccc; }


#regShoppingProcessHeader { margin: 0 auto; width: 949px; height: 48px; background-color: #CBCBCB; border-top: 3px solid #DC73AB; border-bottom: 3px solid #DC73AB; }
#regShoppingProcessHeader .TileActive { padding: 0 5px 0 5px; height: 48px; width: 148px; float: left; font-weight: bold; color: #FFFFFF; background-color: #DC73AB; }
#regShoppingProcessHeader .TileActive .Step { text-align: center; width: 40px; float: left; font-size: 44px; }
#regShoppingProcessHeader .TileActive .Title { padding-top: 6px; float: left; font-size: 17px; line-height: 18px; width: 108px; }
#regShoppingProcessHeader .TileInactive { padding: 0 5px 0 5px; height: 48px; width: 148px; font-weight: bold; color: #FFFFFF; float: left; }
#regShoppingProcessHeader .TileInactive .Step { text-align: center; width: 40px; float: left; font-size: 44px; }
#regShoppingProcessHeader .TileInactive .Title { padding-top: 6px; float: left; font-size: 17px; line-height: 18px; width: 108px; }

#regSecureShopping { clear: both; margin: 0 50px 0 50px; padding: 8px; 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; }
#regSecureShopping h2 { border-bottom: 1px solid #FFFFFF; color: #FFFFFF; font-size: 1.3em; margin: 0 0 5px 0; padding: 0 0 3px 0; }

/* Payment/checkout/myaccount order history page styles */
#regBodyContent .PaymentForm { width: 100%; }
#regBodyContent .PaymentForm .heading { width: 190px; font-weight: bold; padding-right: 8px; text-align: right; white-space: nowrap; font-size: 1.1em; }
#regBodyContent .PaymentForm input, textarea { padding: 1px; color: #333333; }
#regBodyContent .PaymentFormHeading { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; background: #5F2C74; /* old browsers */ background: -moz-linear-gradient(top, #8E649F 0, #5F2C74 99%); /* firefox */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8E649F), color-stop(99%,#5F2C74)); /* webkit */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8E649F', endColorstr='#5F2C74',GradientType=0 ); /* ie */ color: #FFD647; font-weight: bold; font-size: 1.2em; padding: 5px 5px 5px 5px; margin-bottom: 10px; margin-top: 10px; }
#regBodyContent .PaymentSecureSeal { text-align: center; margin-top: 10px; }
#regBodyContent .PaymentForm .Compulsory { font-weight: bold; color: #CF2B2B; font-size: 0.9em; padding-left: 3px; padding-right: 3px; }

/* these styles are used on the view shopping basket and Payment Pages page... */

#regBodyContent #regSocialNetworking { float: left; clear: both; height: 30px; margin: 0 0 10px 0; }
#regBodyContent #regSocialNetworking div { display: inline; text-align: right; }

#regBodyContent .CartSummaryGroup { border: solid 2px #CCCCCC; -webkit-border-radius: 5px;  -moz-border-radius: 5px; border-radius: 5px; margin-bottom: 8px; padding: 8px; }
#regBodyContent .CartSummaryGroup h3 { margin-top: 0; margin-bottom: 6px; padding-top: 0; font-size: 1.6em; font-weight: bold; color: #44749D; }
#regBodyContent .CartSummaryGroup h4 { margin-top: 0; margin-bottom: 6px; padding-top: 0; font-size: 1.4em; font-weight: bold; color: #44749D; }
#regBodyContent .CartSummaryGroup .AddressSummaryL { width: 240px; float: left; margin: 0 0 0 5px; padding: 5px 10px 10px 10px; background-color: #EFEFEF; border: 1px solid #CCCCCC; }
#regBodyContent .CartSummaryGroup .AddressSummaryL div { padding: 1px 0 1px 0; }
#regBodyContent .CartSummaryGroup .AddressSummaryR { width: 240px; float: right; margin: 0 5px 0 0; padding: 5px 10px 10px 10px; background-color: #EFEFEF; border: 1px solid #CCCCCC; }
#regBodyContent .CartSummaryGroup .AddressSummaryR div { padding: 1px 0 1px 0; }
#regBodyContent .CartSummaryGroup .PaymentSummary { margin: 0 25px 0 25px; padding: 5px; background-color: #EFEFEF; border: 1px solid #CCCCCC; }

#regBodyContent .CartSummary { width: 600px; }
#regBodyContent .CartSummaryNarrow { width: 330px; margin-top: 10px; }

#regBodyContent .CartSummaryTable { border: 1px solid #AFAFAF; padding: 0; border-collapse: separate; margin: 1px; }
#regBodyContent .CartSummaryTable .CartSummaryHeader td { background: gray; color: #FFF; font-weight: bold; font-size: 1.1em; padding: 3px 5px 3px 5px; }
#regBodyContent .CartSummaryTable .CartSummaryItem td { background-color: #F5F5F5; margin: 1px; padding: 3px 5px 3px 5px; }
#regBodyContent .CartSummaryTable .CartSummaryItem a { text-decoration: none; font-weight: bold; }
#regBodyContent .CartSummaryTable .CartSummaryItem a:hover { text-decoration: underline; }
#regBodyContent .CartSummaryTable .BasketItemQuantity { width: 20px; text-align: center; font-size: 1em; }
#regBodyContent .CartSummaryTable .CartPrice { font-size: 1.2em; font-weight: bold; color: #B77400; }
#regBodyContent .CartSummaryTable .CartSummaryItem .CartBorder { border: 1px solid #D0D0D0; text-align: center; width: 90px; height: 90px; text-align: center; vertical-align: middle; display: table-cell; background-color: #FFFFFF; }
#regBodyContent .CartSummaryTable .CartSummaryItem .CartRemove { background-color: #FFFFFF; font-weight: normal; color: #000000; border: 1px solid #D0D0D0; font-weight: bold; }
#regBodyContent .CartSummaryTable .CartSummaryItem .CartRemove:Hover { text-decoration: none; }

#regBodyContent .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; }
#regBodyContent .CartSummary .ApplyDiscountCode { color: Green; font-weight: bold; font-size: 1em; width: 65px; }

#regBodyContent .CartSubtotal { width: 100%; text-align: right; border-top: 2px solid gray; margin-bottom: 3px; padding-top: 4px; padding-bottom: 1px; font-size: 1.2em; font-weight: bold; }
#regBodyContent .CartDeliveryTotal { width: 100%; text-align: right; border-top: 1px solid gray; margin-bottom: 3px; margin-top: 3px; padding-bottom: 1px; font-size: 1.2em; font-weight: bold; }
#regBodyContent .CartWeight { width: 100%; text-align: right; border-top: 1px solid gray; margin-bottom: 3px; margin-top: 3px; padding-bottom: 1px; font-size: 1.2em; font-weight: bold; }
#regBodyContent .CartDelivery { text-align: right; font-weight: bold; font-size: 1.1em; border-top: 1px solid gray; margin-bottom: 3px; padding-top: 3px; padding-bottom: 1px; }
#regBodyContent .CartDelivery select { font-size: 1.05em; margin-left: 5px; }
#regBodyContent .CartDiscount { width: 100%; text-align: right; border-top: 1px solid gray; margin-bottom: 3px; padding-top: 3px; padding-bottom: 1px; }
#regBodyContent .CartVATAmount { width: 100%; text-align: right; border-top: 1px solid gray; margin-bottom: 6px; padding-top: 3px; padding-bottom: 1px; }
#regBodyContent .CartGrandTotal { width: 100%; text-align: right; border-bottom: 2px solid black; border-top: 1px solid black; font-weight: bold; font-size: 1.5em; margin-top: 4px; margin-bottom: 5px; padding: 3px 0 3px 0; }

#regBodyContent .CartSummary .CartButtons { width: 100%; margin-bottom: 5px; margin-top: 10px; }
#regBodyContent .CartSummary .CartButtons .CheckoutButtonArea { padding-top: 12px; clear: both; height: 40px; border-bottom: 1px solid #CCCCCC; padding-bottom: 4px; }
#regBodyContent .CartSummary .CartButtons .CheckoutButtonArea .MultiplePaymentGateways { display: inline; float: right; margin: 3px 20px 0 0; font-size: 1.5em; padding-top: 3px; font-weight: bold; }
#regBodyContent .CartSummary .CartButtons .CheckoutButtonArea .Buttons { float: right; }
#regBodyContent .CartSummary .CartButtons .UpdateQuantity { color: Navy; font-weight: bold; font-size: 1em; width: 110px; }
#regBodyContent .CartSummary .CartButtons .ContinueShopping { color: Navy; font-weight: bold; font-size: 1em; width: 140px; }
#regBodyContent .CartSummary .CartButtons .Checkout { color: Green; font-weight: bold; font-size: 1em; width: 220px; height: 30px; }

#regBodyContent .ProductDetails { line-height: 1.4em; vertical-align: top; }
/* these styles are used on product list/detail pages ... */
#regBodyContent .ProductPhotos { margin-right: 10px; width: 300px; }
#regBodyContent .ProductPhotos .MainPhoto { background-color: #FFFFFF; text-align: center; border: 1px solid #aaaaaa; height: 350px; }
#regBodyContent .ProductPhotos .MainPhoto img { border: 0; }
#regBodyContent .ProductPhotos .ThumbnailCaption { font-family: arial; font-weight: normal; font-size: .9em; text-align: center; color: #333333; padding: 5px 0 5px 0; }
#regBodyContent .ProductPhotos .ThumbnailPhoto { background-color: #FFFFFF; border: 1px solid #aaaaaa; display: table-cell; vertical-align: middle; height: 90px; width: 90px; margin-left: 3px; margin-right: 3px; margin-bottom: 5px; text-align: center; }
#regBodyContent .ProductPhotos .ZoomBar { background-color: #BCBEC0; text-align: center; padding: 4px 0 4px 0; }

#regBodyContent .ProductSKUsTable { margin-top: 20px; border: 2px solid #CCCCCC; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; border-collapse: collapse; }
#regBodyContent .ProductSKUsTable .ProductSKUsHeader td { background: #5F2C74; /* old browsers */ background: -moz-linear-gradient(top, #8E649F 0, #5F2C74 99%); /* firefox */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8E649F), color-stop(99%,#5F2C74)); /* webkit */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8E649F', endColorstr='#5F2C74',GradientType=0 ); /* ie */ color: #FFD647; font-weight: bold; font-size: 1.2em; padding: 3px 5px 3px 5px; }
#regBodyContent .ProductSKUsTable .ProductSKUsItem td { border-bottom: 1px solid gray; padding-top: 1px; padding-bottom: 2px; }
#regBodyContent .ProductSKUsTable .ProductSKUsItem .price { font-weight: bold; color: #CF2B2B; }
#regBodyContent .ProductSKUsTable .ProductSKUsItem .buyNow { color: #CF2B2B; font-weight: bold; font-size: .8em; }
#regBodyContent .ProductSKUsTable .ProductSKUsItem .wasprice { font-weight: bold; color: #000000; text-decoration: line-through; }

#regRecentlyViewed { margin: 5px; clear: both; font-size: .8em; color: #333333; border: solid 2px #CCCCCC;  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
#regRecentlyViewed .Top { height: 10px; }
#regRecentlyViewed .Middle a { color: #FFFFFF; font-weight: normal; text-decoration: none; }
#regRecentlyViewed .Bottom { height: 10px; }
#regRecentlyViewed .Middle { padding: 0 15px 3px 15px; vertical-align: top; }
#regRecentlyViewed .Outer p { line-height: normal; }
#recentItems .recentItem { float: left; height: 115px; width: 110px; margin-right: 5px; padding: 5px; text-align: center; background-color: #FFFFFF; border: 1px solid #FFFFFF; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
/* add 'float: left' to have them across... */
#recentItems .recentItem a { color: #431357; }
#recentItems .recentItem .Img { height: 85px; vertical-align: middle; display: table-cell; line-height: 85px; }
#recentItems .recentItem .Link { padding: 2px; }
#regRecentlyViewed h3 { font-size: 1.3em; color: #FFD647; font-weight: bold; margin-bottom: 8px; }


</pre></body></html>