/* Minification failed. Returning unminified contents.
(5819,28): run-time error CSS1062: Expected semicolon or closing curly-brace, found 'solid'
 */
/*!
 * jQuery UI CSS Framework 1.10.4
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 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:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* 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: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*!
 * jQuery UI Resizable 1.10.4
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	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.10.4
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}

/*!
 * jQuery UI Accordion 1.10.4
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/accordion/#theming
 */
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}

/*!
 * jQuery UI Autocomplete 1.10.4
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

/*!
 * jQuery UI Button 1.10.4
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/button/#theming
 */
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.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: normal;
}
.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;
}

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

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/*!
 * jQuery UI Dialog 1.10.4
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/dialog/#theming
 */
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	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: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

/*!
 * jQuery UI Slider 1.10.4
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/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;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.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.10.4
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tabs/#theming
 */
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.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: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}

/*!
 * jQuery UI Datepicker 1.10.4
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/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,
.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,
.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%;
	font-size: 0;
}

/* 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,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/*!
 * jQuery UI Progressbar 1.10.4
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/progressbar/#theming
 */
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("images/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}

/*!
 * jQuery UI CSS Framework 1.10.4
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */


/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
	font-size: 1.1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ url(images/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(images/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(images/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/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,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	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(images/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;
}

/* 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(images/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(images/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;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

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

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(images/ui-icons_222222_256x240.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(images/ui-icons_222222_256x240.png)/*{iconsHeader}*/;
}
.ui-state-default .ui-icon {
	background-image: url(images/ui-icons_888888_256x240.png)/*{iconsDefault}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(images/ui-icons_454545_256x240.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon {
	background-image: url(images/ui-icons_454545_256x240.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon {
	background-image: url(images/ui-icons_2e83ff_256x240.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(images/ui-icons_cd0a0a_256x240.png)/*{iconsError}*/;
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.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-on { background-position: -96px -144px; }
.ui-icon-radio-off { 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-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/;
}
.ui-widget-shadow {
	margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/;
	padding: 8px/*{thicknessShadow}*/;
	background: #aaaaaa/*{bgColorShadow}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/;
	opacity: .3/*{opacityShadow}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterShadow}*/;
	border-radius: 8px/*{cornerRadiusShadow}*/;
}

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0r2
*/
html{color:#424242;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0r2
*/
html
{
    color: #424242;
    background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td
{
    margin: 0;
    padding: 0;
}

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

fieldset, img
{
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var
{
    font-style: normal;
    font-weight: normal;
}

li
{
    list-style: none;
}

caption, th
{
    text-align: left;
}

h1, h2, h3, h4, h5, h6
{
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after
{
    content: '';
}

abbr, acronym
{
    border: 0;
    font-variant: normal;
}
/* to preserve line-height and selector appearance */
sup
{
    vertical-align: text-top;
}

sub
{
    vertical-align: text-bottom;
}

input, textarea, select
{
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
/*to enable resizing for IE*/
input, textarea, select
{
    *font-size: 100%;
}
/*because legend doesn't inherit in IE */
legend
{
    color: #000;
}

del, ins
{
    text-decoration: none;
}

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0r2
*/
h1{font-size:138.5%;}h2{font-size:123.1%;}h3{font-size:108%;}h1,h2,h3{margin:1em 0;}h1,h2,h3,h4,h5,h6,strong{font-weight:bold;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;} em{font-style:italic;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}ol li{list-style:decimal outside;}ul li{list-style:disc outside;}dl dd{margin-left:1em;}th,td{padding:.5em;}th{font-weight:bold;text-align:left;}caption{margin-bottom:.5em;text-align:center;}p,fieldset,table,pre{margin-bottom:1em;}input[type=text],input[type=password],textarea{}

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0r2
*/
/* base.css, part of YUI's CSS Foundation */
h1
{
    /*18px via YUI Fonts CSS foundation*/
    font-size: 138.5%;
}

h2
{
    /*16px via YUI Fonts CSS foundation*/
    font-size: 123.1%;
}

h3
{
    /*14px via YUI Fonts CSS foundation*/
    font-size: 108%;
}

h1, h2, h3
{
    /* top & bottom margin based on font size */
    margin: 1em 0;
}

h1, h2, h3, h4, h5, h6, strong
{
    /*bringing boldness back to headers and the strong element*/
    font-weight: bold;
}

abbr, acronym
{
    /*indicating to users that more info is available */
    border-bottom: 1px dotted #000;
    cursor: help;
}

em
{
    /*bringing italics back to the em element*/
    font-style: italic;
}

del
{
    text-decoration: line-through;
}

blockquote, ul, ol, dl
{
    /*giving blockquotes and lists room to breath*/
    margin: 1em;
}

ol, ul, dl
{
    /*bringing lists on to the page with breathing room */
    margin-left: 2em;
}

    ol li
    {
        /*giving OL's LIs generated numbers*/
        list-style: decimal outside;
    }

    ul li
    {
        /*giving UL's LIs generated disc markers*/
        list-style: disc outside;
    }

    dl dd
    {
        /*giving UL's LIs generated numbers*/
        margin-left: 1em;
    }

th, td
{
    /*borders and padding to make the table readable*/
    /*border:1px solid #000;*/
    padding: .5em;
}

th
{
    /*distinguishing table headers from data cells*/
    font-weight: bold;
    text-align: left;
}

caption
{
    /*coordinated margin to match cell's padding*/
    margin-bottom: .5em;
    /*centered so it doesn't blend in to other content*/
    text-align: center;
}

p, fieldset, table, pre
{
    /*so things don't run into each other*/
    margin-bottom: 1em;
}
/* setting a consistent width, 160px; 
   control of type=file still not possible */
input[type=text], input[type=password], textarea
{
}

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0r2
*/
body{font:13px/1.231 tahoma,arial,helvetica,clean,sans-serif;*font-size:9.5pt;*font:9.5pt;position: relative;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0r2
*/
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body
{
    font: 13px/1.231 tahoma,arial,helvetica,clean,sans-serif;
    *font-size: 9.5pt; /* for IE */
    *font: 9.5pt; /* for IE in quirks mode */
    position: relative;
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */
select,
input,
button,
textarea
{
    font: 99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table
{
    font-size: inherit;
    font: 100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt
{
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

.size6
{
    font-size: 0.545em;
}

.size7
{
    font-size: 0.636em;
}

.size8
{
    font-size: 0.727em;
}

.size9
{
    font-size: 0.818em;
}

.size10
{
    font-size: 0.909em;
}

.size11
{
    font-size: 1em;
}

.size12
{
    font-size: 1.091em;
}

.size13
{
    font-size: 1.182em;
}

.size14
{
    font-size: 1.273em;
}

.size15
{
    font-size: 1.364em;
}

.size16
{
    font-size: 1.455em;
}

.size17
{
    font-size: 1.545em;
}

.size18
{
    font-size: 1.636em;
}

.size19
{
    font-size: 1.727em;
}

.size20
{
    font-size: 1.818em;
}

.size21
{
    font-size: 1.909em;
}

.size22
{
    font-size: 2em;
}

.size23
{
    font-size: 2.091em;
}

.size24
{
    font-size: 2.182em;
}

.size25
{
    font-size: 2.273em;
}

a
{
    text-decoration: none;
    color: #1B6FB7;
}

    a:hover
    {
        text-decoration: underline;
    }

    a.headerBlueLink
    {
        color: #06FDF2;
    }

h1, h2, h3, h4, h5, h6
{
    margin: 0;
    padding: 0;
    font-weight: normal;
}

h1
{
    font-weight: normal;
    font-size: 20px;
    margin-top: 9px;
    color: #1B6FB7;
    line-height: 25px;
}

    h1.seo
    {
        line-height: 14px;
    }

    h1.basketTitle
    {
        margin-top: 0;
        padding-left: 33px;
        background-image: url('/Images/icon_basket_active.gif');
        height: 36px;
        background-repeat: no-repeat;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    h1.header
    {
        margin: 1em 0 1em 0;
        color: #424242;
    }

    h1.addToBasketError, h1.pageHeader
    {
        margin-top: 0;
    }

    h1.emailHeader
    {
        margin-top: 0;
        background: url('/images/icon_email.gif') no-repeat;
        padding-left: 62px;
        line-height: 35px;
    }

h2
{
    font-weight: bold;
    font-size: 14px;
    margin: 15px 0px 10px 0px;
}

h3
{
    font-weight: bold;
    font-size: 13px;
    margin: 15px 0px 5px 0px;
}

h4
{
    font-weight: bold;
    font-size: 12px;
    margin: 15px 0px 5px 0px;
}

    h4.CustomerTypeHeader
    {
        margin: 0 0 9px 0;
        padding-top: 0;
        width: 100%;
        text-align: center;
    }

p, li, dd, dt, ul, ol, blockquote, q, acronym, abbr, a, input, select, textarea
{
    margin: 0;
    padding: 0;
    font: normal normal normal 1em/1.25 Tahoma, Geneva, sans-serif;
}

p
{
    line-height: 20px;
    margin-bottom: 15px;
}

.b
{
    font-weight: bold;
}

    .b a
    {
        font-weight: bold;
    }

.u
{
    text-decoration: underline;
}

.StockCodeGreen
{
    color: #61A508;
}

.ProductHeaderBlue, .LinkBlue
{
    color: #1B6FB7;
}

.ClearFloat
{
    clear: both;
    height: 0px;
    line-height: 0px;
}

.clearFloat
{
    clear: both;
}

/* Layout */
.body
{
    width: 990px;
    margin: 0 auto;
    padding: 0;
    background-color: White;
    text-align: center;
}

    #masthead .logoImage
    {       
        height: 38px;
        width: 309px;
        left: 0px;       
    }

#searchBox
{
    position: relative;
    float: left;
}

#top_nav
{
    position: relative;
    margin-bottom: 0px;
    width: 990px;
    height: 35px;
    background-color: #0062a1; 
    z-index: 400;
}

#top_banner
{
    padding: 0px;
    margin: 9px 0 0 0;
    position: relative;
    line-height: 0px;
}

#container
{
    position: relative;
    width: 990px;
    text-align: left;
    font-size: 85%;
    margin-top: 9px;
}

#left_col
{
    position: relative;
    float: left;
    width: 162px;
}

    #left_col .widget
    {
        width: 162px;
    }

        #left_col .widget h2
        {
            width: 154px;
        }

#right_col
{
    position: relative;
    float: right;
    width: 162px;
    overflow: hidden;
}

    #right_col .widget
    {
        width: 162px;
    }

        #right_col .widget h2
        {
            width: 154px;
        }

#rightnav_container
{
    padding-bottom: 7px;
}

#page_content
{
    position: relative;
    float: left;
    z-index: 1;
    margin-left: 10px;
    margin-right: 10px;
    *margin-right: 0px;
    width: 646px; /* width: 666px; minus margins */
    display: block;
    min-width: 646px;
}

    #page_content .headingBox, #page_content_3_col .headingBox
    {
        padding: 10px;
        border: 1px solid #E1E1E1;
        background: white;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
        zoom: 1;

        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, 1)), color-stop(100%,rgba(239, 239, 239, 1))); /* Chrome,Safari4+ */
        background: -moz-linear-gradient(center top, #FFFFFF 0%, #EFEFEF 100%) repeat scroll 0 0 transparent; /* FF3.6+ */
        background: -webkit-linear-gradient(bottom, rgb(255, 255, 255) 0%, rgb(239, 239, 239) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgb(255, 255, 255) 0%,rgb(239, 239, 239) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgb(255, 255, 255) 0%,rgb(239, 239, 239) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(239, 239, 239) 100%); 

    }

#page_content_2_col_right
{
    position: relative;
    float: left;
    z-index: 1;
    margin-left: 10px;
    width: 818px;
}

    #page_content_2_col_right .widget
    {
        width: 162px;
    }

        #page_content_2_col_right .widget h2
        {
            width: 154px;
        }

#page_content_2_col_left
{
    position: relative;
    float: left;
    z-index: 1;
    margin-right: 10px;
    width: 818px;
}

    #page_content_2_col_left .widget
    {
        width: 162px;
    }

        #page_content_2_col_left .widget h2
        {
            width: 154px;
        }

#page_content_3_col
{
    position: relative;
    float: left;
    background-color: White;
    width: 990px;
    z-index: 1;
}

#print_page
{
    font-size: 1.1em;
    position: relative;
    float: left;
    text-decoration: none;
    color: #000000;
}

    #print_page a
    {
        color: #000000;
        text-decoration: none;
    }

        #print_page a:hover
        {
            color: #000000;
            text-decoration: underline;
        }

.headerLogin
{
    padding-left: 28px;
    background-image: url(../images/icon_secure_active.gif);
    height: 23px;
    background-repeat: no-repeat;
    margin: 0px;
}

.deDE1204 #ContactDetailsContainer .ContactDetails #PhoneNumber
{
    color:#1B6FB7;
}

.containerLoginControl
{
    position: absolute;
    width: 200px;
    height: 86px;
    right: 0px;
    bottom: 9px;
    color: #424242;
    display: table-cell;
    vertical-align: bottom;
}

    .containerLoginControl a
    {
        color: #424242;
        text-decoration: none;
    }

#SelectorContainer
{
    height: 21px;
}

    #SelectorContainer a
    {
        text-decoration: underline;
    }

#CountryLanguageContainer
{
    /* width: 131px; */
    cursor: pointer;
    float: right;
}

    #CountryLanguageContainer a
    {
        text-decoration: none;
    }

    #CountryLanguageContainer img.flag
    {
        background-color: #666666;
        height: 15px;
        width: 20px;
        vertical-align: middle;
        margin-right: 1px;
        margin-left:3px;
        float: right;
    }

    #CountryLanguageContainer img.arrow
    {
        background: url('/images/down-arrow.gif') no-repeat;
        width: 6px;
        height: 5px;
        margin-left: 1px;
        float: right;
        margin-top: 6px;
    }

    #CountryLanguageChoice div.block
    {
        width: 151px;
        float: left;
    }

        #CountryLanguageChoice div.block img.flag
        {
            background-color: #666666;
            height: 15px;
            width: 20px;
            vertical-align: middle;
            margin: 2px 3px 2px 0px;
            float: left;
            clear: left;
        }

        #CountryLanguageChoice div.block img.at, #CountryLanguageContainer img.at
        {
            background: url('/images/flagsprite.gif') no-repeat 0 0;
        }

        #CountryLanguageChoice div.block img.ch, #CountryLanguageContainer img.ch
        {
            background: url('/images/flagsprite.gif') no-repeat 0 -15px;
        }

        #CountryLanguageChoice div.block img.de, #CountryLanguageContainer img.de
        {
            background: url('/images/flagsprite.gif') no-repeat 0 -30px;
        }

        #CountryLanguageChoice div.block img.gb, #CountryLanguageContainer img.gb
        {
            background: url('/images/flagsprite.gif') no-repeat 0 -45px;
        }

        #CountryLanguageChoice div.block img.ie, #CountryLanguageContainer img.ie
        {
            background: url('/images/flagsprite.gif') no-repeat 0 -60px;
        }

        #CountryLanguageChoice div.block img.es, #CountryLanguageContainer img.es
        {
            background: url('/images/flagsprite.gif') no-repeat 0 -75px;
        }

        #CountryLanguageChoice div.block img.be, #CountryLanguageContainer img.be
        {
            background: url('/images/flagsprite.gif') no-repeat 0 -90px;
        }

        #CountryLanguageChoice div.block img.fr, #CountryLanguageContainer img.fr
        {
            background: url('/images/flagsprite.gif') no-repeat 0 -105px;
        }

        #CountryLanguageChoice div.block img.pt, #CountryLanguageContainer img.pt
        {
            background: url('/images/flagsprite.gif') no-repeat 0 -120px;
        }

        #CountryLanguageChoice div.block img.us, #CountryLanguageContainer img.us
        {
            background: url('/images/flagsprite.gif') no-repeat 0 -135px;
        }

        #CountryLanguageChoice div.block img.it, #CountryLanguageContainer img.it
        {
            background: url('/images/flagsprite.gif') no-repeat 0 -150px;
        }

        #CountryLanguageChoice div.block img.se, #CountryLanguageContainer img.se
        {
            background: url('/images/flagsprite.gif') no-repeat 0 -165px;
        }

        #CountryLanguageChoice div.block img.nl, #CountryLanguageContainer img.nl
        {
            background: url('/images/flagsprite.gif') no-repeat 0 -180px;
        }

        #CountryLanguageChoice div.block a
        {
            line-height: 19px;
            font-size: 12px;
            text-decoration: none;
        }

    #CountryLanguageChoice div.spacer
    {
        width: 4px;
        float: left;
    }

    #PriceFormatContainer img
    {
        background: url('/images/down-arrow.gif') no-repeat;
        width: 6px;
        height: 5px;
        margin-left: 3px;
        border: none;
    }

    #PriceFormatContainer a
    {
        text-decoration: none;
    }

    #PriceFormatChoice ul
    {
        margin: 0px;
        padding: 0px;
    }

        #PriceFormatChoice ul li
        {
            list-style: none;
            font-size: 12px;
        }

            #PriceFormatChoice ul li.bottomBordered
            {
                border-bottom: 1px solid #555555;
            }

            #PriceFormatChoice ul li a
            {
                height: 20px;
                padding: 4px 5px 0px 5px;
                display: block;
                text-decoration: none;
                color: #1B6FB7;
            }

            #PriceFormatChoice ul li.doubleLined a
            {
                height: auto;
            }

.logOnControl
{
    bottom: 0px;
    left: 0px;
    overflow: hidden;
    text-align: left;
}

    .logOnControl .userName
    {
        text-decoration: underline;
    }

.noSearchBox
{
    background: #0061a5;
    width: 990px;
    color: #fff;
    text-align: left;
    margin-bottom: 10px;
    vertical-align: middle;
    padding-top: 5px !Important;
    padding-bottom: 5px !Important;
    clear: both;
    position: relative;
}

.hiddenTopMenu {
    height: 25px;
}

    .noSearchBox a:link, .noSearchBox a:visited, .noSearchBox a:hover
    {
        color: White;
        text-align: left;
        text-decoration: none;
        text-indent: 10px;
        vertical-align: baseline;
    }

#page_content_nosidebars
{
    margin-left: 1px;
    margin-right: 1px;
    z-index: 1;
}

#mainSearchBox
{
    padding: 0;
}

#channel_left_col
{
    position: relative;
    float: left;
    width: 213px;
    z-index: 2;
}

#channel_right_col
{
    position: relative;
    float: right;
    width: 213px;
    overflow: hidden;
}

#channel_page_content
{
    position: relative;
    float: left;
    z-index: 1;
    margin-left: 9px;
    margin-right: 9px;
    *margin-right: 0px;
    width: 546px;
    display: block;
    min-width: 546px;
}

/** Site Frame Styles **/

    #SearchBoxContainer .frameSearchBox
    {
        width: 345px;
        height: 28px;
        padding: 0px 0px 0px 5px;
        margin: 5px 0px 0px 0px;
        float: left;
        font-size: 13px;
        font-family: Arial;
    }

    #SearchBoxContainer #SearchSubmitButton,
    #SearchBoxContainer #SearchSubmitButtonNoResult
    {
        margin: 5px 0px 0px 2px;
        padding: 0px;
        float: left;
        height: 30px;
        width: 75px;
        border: none;
        cursor: pointer;
        display: block;
        background-color: #81C90D;
        width: 75px;
        color: white;
    }

    #SearchBoxContainer .frameSearchButtonInactive
    {
        background-color: #84c342;
        width: 75px;
        color: white;
    }

    #SearchBoxContainer .frameSearchButtonActive
    {
        background-color: #84c342;
        width: 75px;
        color: white;
    }

.frameSearchTC
{
    height: 35px;
}

.blueButton
{
    background-color: #1B6FB7;
    color: white;
    border: none;
    cursor: pointer;
    padding: 2px 10px 2px 10px;
    text-decoration: none;
}

    .blueButton:hover
    {
        text-decoration: underline;
    }

.greyButton
{
    background-color: #555B5B;
    color: white;
    border: none;
    cursor: pointer;
    padding: 2px 10px 2px 10px;
    text-decoration: none;
}

    .greyButton:hover
    {
        text-decoration: underline;
    }

.blueBackground
{
    background-color: #1B6FB7;
}

.Red
{
    color: #9E1D00;
}

.GreyBordered
{
    border: solid 1px #A1A2A4;
}

.diagnostics
{
    color: #FFFFFF;
    width: 130px;
    text-align: left;
}

#AccountManager
{
    padding-top: 5px;
}

    #AccountManager h2
    {
        width: 154px;
    }

    #AccountManager .wC
    {
        width: 154px;
        text-align: center;
        padding: 0px;
    }

    #AccountManager .widget
    {
        width: 162px;
    }

.AccountManagerImage
{
    border: 1px solid #A0A0A0;
    width: 140px;
    left: auto;
    right: auto;
}

.AccountManagerName
{
    font-weight: bold;
    padding: 3px;
    text-align: center;
}

.AccountManagerEmail
{
    text-decoration: none;
    padding: 3px;
    text-align: center;
}

    .AccountManagerEmail a
    {
        text-decoration: none;
    }

        .AccountManagerEmail a:hover
        {
            text-decoration: underline;
        }

.AccountManagerPhoneNumber
{
    padding: 3px;
    text-align: center;
}

.AccountManagerSpacer
{
    padding-top: 3px;
}

#TopSellersContainer
{
    padding-top: 5px;
}

    #TopSellersContainer h2
    {
        width: 154px;
    }

    #TopSellersContainer .wC
    {
        padding: 5px;
    }

    #TopSellersContainer .widget
    {
        width: 162px;
    }

#TopSellerItem
{
    padding: 0.3em;
}

.TopSellersBreakLine
{
    height: 1px;
    background-color: #D8D9DB;
    width: 100%;
}

.divTopSeller
{
    overflow: hidden;
}

    .divTopSeller:hover
    {
        background-color: #E2E8F4;
    }


/** Html Helper Price Display **/

.ecotaxhover
{
    width: 307px;
    height: 170px;
    position: absolute;
    top: 0px;
    left: -10000px;
    z-index: 10000;
    filter: "shadow(color: #A0A0A0, strength: 6, direction: 115)";
}

.ecotaxhovertable
{
    border: 1px solid #C0C0C0;
    background-color: white;
    width: 302px;
    height: 163px;
    padding: 0px;
    text-align: center;
}

.htmlhelperDisplayPricesPrimaryPriceSection
{
    font-weight: bold;
}

.HasDiscount 
{
    color: red;
}

.htmlhelperDisplayPricesSecondaryPriceSection
{
}

/** Misc Styles **/

.pageHeaderContainerLeft
{
    float: left;
}

.pageHeaderButtons
{
    float: right;
    text-align: right;
}

.blackLink:link, .blackLink:visited, .blackLink:hover, .blackLink:active
{
    color: #424242;
    text-decoration: underline;
}

.\31 pxPadding
{
    padding: 1px;
}

.facetBackground
{
    background-image: url(/images/hp_blue_centre_21px.gif);
    background-color: #3061C2;
    background-position: bottom;
    background-repeat: repeat-x;
    width: 162px;
}

.shadowClearFloat
{
    -moz-box-shadow: -3px 3px 4px #C0C0C0;
    -webkit-box-shadow: 3px -3px 4px #C0C0C0;
    box-shadow: -3px 3px 3px #C0C0C0;
}

/** Cookie Directive Message **/

.CookieDirectiveHeight
{
    height: 85px;
}

.CookieDirectiveDisplay
{
    background-color: #082E77;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 85px;
}

.CookieDirectiveContentContainer
{
    width: 990px;
    margin: 0 auto;
}

.CookieDirectiveHeader
{
    margin-top: 5px;
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: bolder;
}

.CookieDirectiveText
{
    color: white;
    font-size: 12px;
}

.CookieDirectiveLeftContainer
{
    width: 780px;
    float: left;
    padding-left: 10px;
}

.CookieDirectiveRightContainer
{
    width: 180px;
    float: right;
}

.CookieDirectiveImageRight
{
    float: right;
    margin-top: 11px;
}

.CookieDirectiveImageLeft
{
    float: left;
    margin-top: 40px;
}

.addToBasketError
{
    color: #9E1D00;
    font-weight: bold;
    font-size: medium;
}

/** Footer Styles **/

#footer
{
    margin-top: 18px;
    margin-bottom: 12px;
    clear: both;
    width: 990px;
    text-align: left;
    background-color: #CACCCC;
}

    #footer .menublock a
    {
        color: #424242;
        font-size: 11px;
        text-decoration: none;
    }

    #footer .menublock
    {
        width: 167px;
        float: left;
        margin-top: 12px;
        margin-bottom: 12px;
        margin-left: 18px;
        padding: 0px 8px 0px 8px;
    }

        #footer .menublock h3
        {
            margin: 0px;
            padding: 3px;
            font-size: 10pt;
        }

        #footer .menublock ul
        {
            margin: 0px;
            padding: 3px;
        }

            #footer .menublock ul li
            {
                list-style: none;
            }

                #footer .menublock ul li a
                {
                    text-decoration: none;
                    color: #424242;
                    font-size: 9pt;
                }

    #footer .footerLogoContainer
    {
        margin-left: 0px;
    }

#footerLogos
{
    background-color: white;
    text-align: center;
    padding-top: 4px;
}

    #footerLogos img
    {
        padding: 0px 2px 0px 2px;
    }

#footerCompanyInfo
{
    text-align: left;
}

#footerDisclaimerText
{
    margin-top: 12px;
    text-align: left;
}

/** Microsoft Licencing **/

#CALContent
{
    background-color: #F5F5F5;
    color: #000000;
    border: 1px solid #A5A5A5;
    font-size: 11px;
    width: 350px;
    left: 0;
    top: 0;
    padding: 7px;
    position: absolute;
    text-align: left;
    z-index: 20;
    filter: "progid: DXImageTransform.Microsoft.Alpha(opacity=87)";
    -moz-opacity: .87;
    -khtml-opacity: .87;
    opacity: .87;
}

.LicenseBreadcrumb
{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

    .LicenseBreadcrumb a:link
    {
        color: #B5B5B5;
        font-weight: bold;
        text-decoration: none;
    }

    .LicenseBreadcrumb a:hover
    {
        color: #B5B5B5;
        font-weight: bold;
        text-decoration: underline;
    }

    .LicenseBreadcrumb a:active
    {
        color: #B5B5B5;
        font-weight: bold;
        text-decoration: underline;
    }

    .LicenseBreadcrumb a:visited
    {
        color: #B5B5B5;
        font-weight: bold;
        text-decoration: underline;
    }

/** Rss Feed **/

.RssFeedLink
{
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}

    .RssFeedLink:hover
    {
        text-decoration: underline;
    }

.RSSFeedSectionHeader
{
    font-size: 1.3em;
    font-weight: bold;
}

.RSSFeedSection
{
    padding-top: 20px;
}

.RSSFeedSectionText
{
    padding: 5px;
    padding-top: 10px;
}

.RSSFeedReader
{
    text-align: center;
    width: 95px;
}

.shopHeaderImage
{
    width: 990px;
    height: 40px;
    margin-top: 9px;
    text-align: right;
    background-repeat: no-repeat;
}

    .shopHeaderImage span
    {
        line-height: 40px;
    }


.shopTopHeaderLink
{
    padding-right: 15px;
}

#ShopSelectionBrandCopy
{
    padding-top: 10px;
    padding-bottom: 10px;
}

.shopLogoImage
{
    border: none;
    padding: 5px 10px 5px 10px;
    width: 130px;
    height: 60px;
}

h2.shopMajorSpotDescription
{
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    color: #214690;
    margin-top: 10px;
    margin-bottom: 20px;
    height: 30px;
}

h2.shopMinorSpotDescription
{
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    color: #214690;
    margin-top: 10px;
    margin-bottom: 20px;
    height: 45px;
    overflow: hidden;
}

#OrganizationImpersonationInformation
{
    background-color: #424242;
    color: white;
    font-weight: bold;
    padding: 15px;
    font-size: 20px;
    text-align: center;
}

.bannerPadding
{
    padding-bottom: 5px;
}

#CategoryIntroTextContainer
{
    border-bottom: 1px solid #999999;
    padding-bottom: 10px;
}

    #CategoryIntroTextContainer .headerBackground
    {
        background: url('/images/hp_grey_centre_33px.gif') repeat-x 0 0;
        width: 646px;
        height: 33px;
        color: White;
        margin-bottom: 7px;
    }

#CategoryDescriptionHeader, #CategoryDescriptionHeaderDP, #SearchDescriptionHeader
{
    background-image: url('/images/hp_grey_centre_25px.gif');
    width: 646px;
    height: 25px;
    margin-top: 15px;
}

    #CategoryDescriptionHeader .categoryDescriptionText, #CategoryDescriptionHeaderDP .categoryDescriptionText, #SearchDescriptionHeader .categoryDescriptionText
    {
        color: White;
        display: block;
        line-height: 25px;
    }

#CategoryDescriptionHeaderDP
{
    margin-top: 10px;
}

.darkClass
{
    background-color: white;
    filter: alpha(opacity=50); /* IE */
    opacity: 0.5; /* Safari, Opera */
    -moz-opacity: 0.50; /* FireFox */
    z-index: 600;
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#SelectorContainer .darkClass
{
    z-index: 550;
}

.extLinkIconBlue
{
    background: url('/images/ext-link-blue.png') no-repeat right 1px;
    padding-right: 13px;
    display: inline-block;
}

.extLinkIconBlack
{
    background: url('/images/ext-link-black.png') no-repeat right 1px;
    padding-right: 13px;
    display: inline-block;
}

/* Midwich Configurator */
.MidwichLightColour
{
    color: #D0F3BB;
}

.MidwichLightColou
{
    color: #48A50F;
}

.MidwichLightBackgroundColour
{
    background-color: #D0F3BB;
}

.MidwichDarkBackgroundColour
{
    background-color: #48A50F;
}
/* End Midwich Configurator */

.normal ul
{
    margin: 10px 0 10px 20px;
}

    .normal ul li
    {
        padding-bottom: 5px;
    }

div#BasketTotals a 
{
    top: -1px;
    position: relative;
}

.ProductSpotMinorDiv span, .ProductSpotMinorDiv img
{
    float:left;
}

span.AddressWarningInRegistrationForms 
{
    text-align: center;
    float: left;
    padding-left: 90px;
    margin: 7px;
}
span.ConfirmEmailMoreInfo
{
    background-image: url("/Images/questionmark.jpg");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    font-size: 13px;
    clear: left;
    height: 18px;
    line-height: 14px;
    margin-left:10px;
    margin-bottom: 3px;
    padding-left: 18px;
    position: relative;
    text-align: left;
    top: 3px;
}
span.NoMargin{
    margin-left : 0px;
    top: 1px;
    margin-bottom: 0px;
}
.BasketDetails
{
    font-family: Tahoma !important;
    table-layout: fixed;
    text-align: right;
}

.BasketTotal td
{
    color: #61A508;
    text-align: right;
}

.BasketVAT td
{
    text-align: right;
}

.CheckoutBasket .BasketTotalLast
{
    padding-right: 7px;
    width: 215px;
}

.BasketTotalLast
{
    padding-right: 7px;
    width: 215px;
}

.BasketDiscount .BasketTotalLabel
{
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: 11px;
    color: #9E1D00;
    font-weight: bold;
    text-align: right;
    padding-bottom: 10px;
}

.BasketDiscountTotalLast
{
    padding-right: 7px;
    width: 215px;
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: 11px;
    color: #9E1D00;
    font-weight: bold;
    text-align: right;
    padding-bottom: 10px;
}

.BasketVATLast
{
    padding-right: 7px;
    width: 215px;
}

.BasketDeliveryLast
{
    padding-right: 7px;
    width: 215px;
    text-align: right;
}

.BasketGrandTotalLast
{
    padding-right: 7px;
    width: 215px;
}

.CheckoutBasket .BasketTotalSpacer
{
    width: 515px;
    font-weight: bold;
}

.Basket
{
    font-size: 107%;
    width: 810px;
}

    .Basket tr.BasketDetails:hover
    {
        background-color: #DBEDF9;
    }

    .Basket .saveBasketInstruction
    {
        padding-bottom: 5px;
    }

    .Basket .BasketVATLabel
    {
        width: auto;
    }

    .Basket .BasketTotalSpacer
    {
        width: auto;
    }

    .Basket .BasketTotalLabel
    {
        width: auto;
    }

    .Basket .financeContainer
    {
        padding-top: 10px;
    }

    .Basket .FormInformation
    {
        margin-bottom: 10px;
    }

.BasketTotalSpacer
{
    width: 515px;
    font-weight: bold;
}

.BasketDeliveryLabel
{
    text-align: right;
    width: 150px;
    font-weight: bold;
}

.BasketVATLabel
{
    text-align: right;
    width: 250px;
    font-weight: bold;
}

.BasketTotalLabel
{
    text-align: right;
    width: 75px;
}

.BasketHeader
{
    background-image: url('/Images/gradient_32px.jpg');
    background-repeat: repeat-x;
    background-color: Gray;
    height: 35px;
    font-weight: lighter;
    font-size: 90%;
    vertical-align: bottom;
}

.BasketDescriptionColumnHeader
{
    width: 405px;
    border-left: solid 1px Gray;
    border-top: solid 1px Gray;
    border-bottom: solid 1px Gray;
    font-size: 90%;
    text-align: left;
}

.BasketQuantityColumnHeader
{
    border-top: solid 1px Gray;
    border-bottom: solid 1px Gray;
    width: 75px;
    font-size: 90%;
    text-align: right;
}

.BasketAvailabilityColumnHeader
{
    border-top: solid 1px Gray;
    border-bottom: solid 1px Gray;
    width: 95px;
    font-size: 90%;
    text-align: center;
}

.BasketPriceColumnHeader
{
    border-top: solid 1px Gray;
    border-bottom: solid 1px Gray;
    width: 110px;
    font-size: 90%;
    text-align: right;
}

.BasketTotalColumnHeader
{
    border-right: solid 1px Gray;
    border-top: solid 1px Gray;
    border-bottom: solid 1px Gray;
    width: 125px;
    font-size: 90%;
    text-align: right;
}

.BasketDescriptionColumn
{
    width: 405px;
    font-size: 90%;
    text-align: left;
    vertical-align: middle;
}

    .BasketDescriptionColumn .basketRemoveButtonContainer
    {
        width: 20px;
        position: relative;
        float: left;
    }

    .BasketDescriptionColumn .basketProductImage
    {
        position: relative;
        float: left;
        margin-right: 3px;
    }

    .BasketDescriptionColumn .basketLicenceItemName
    {
        padding-left: 10px;
    }

    .BasketDescriptionColumn .basketColopText
    {
        padding-left: 20px;
        clear: left;
    }

    .BasketDescriptionColumn .basketQuantityWarning
    {
        padding-top: 15px;
        margin-left: 63px;
    }

.BasketEstimatedDelivery
{
    font-weight: bold;
}

.BasketQuantityColumn
{
    text-align: right;
    width: 75px;
    font-size: 90%;
}

    .BasketQuantityColumn .quantityText
    {
        text-align: right;
        width: 75%;
        padding-right: 20px;
    }

.BasketQuantityInput
{
    text-align: center;
    max-width: 40px;
    width: 50px;
    font-size: 90%;
    height: 18px;
}

.BasketAvailabilityColumn
{
    width: 85px;
    font-size: 90%;
    text-align: center;
}

.BasketPriceColumn
{
    width: 110px;
    font-size: 90%;
    text-align: right;
    padding-left: 0px;
}

.BasketTotalColumn
{
    width: 110px;
    font-size: 90%;
    text-align: right;
}

.BasketSubTotal
{
    font-weight: bold;
}

.BasketSubTotalColumn
{
    font-size: 85%;
    text-align: right;
    width: 215px;
}

.BasketItemSeperator
{
    color: #A8A8A8;
    height: 25%;
}

.MicrosoftLicensingGroup
{
    background-color: #E1E1E3;
    height: 32px;
    width: 100%;
    border: 1px solid #A2A4A3;
}

    .MicrosoftLicensingGroup .groupReference
    {
        float: left;
        width: 380px;
        text-align: left;
        padding: 8px;
        font-size: 11px;
        font-weight: bold;
    }

        .MicrosoftLicensingGroup .groupReference span
        {
            color: #C86215;
            font-weight: bold;
        }

    .MicrosoftLicensingGroup .groupButtons
    {
        float: left;
        width: 380px;
        text-align: left;
        padding: 8px;
    }

        .MicrosoftLicensingGroup .groupButtons .modify
        {
            float: left;
            width: 355px;
            text-align: right;
        }

        .MicrosoftLicensingGroup .groupButtons .delete
        {
            float: left;
            width: 25px;
            text-align: right;
        }

.MicrosoftLicenseItemSeperator
{
    color: #D1D1D2;
    height: 1px;
}

.MicrosoftLicensingGroupBottom
{
    width: 100%;
    text-align: right;
    font-size: 11px;
    height: 40px;
}

    .MicrosoftLicensingGroupBottom .pricingDivider
    {
        height: 1px;
        background-color: #A2A4A3;
        width: 300px;
        float: right;
    }

    .MicrosoftLicensingGroupBottom .agreementNumberContainer
    {
        width: 480px;
        float: left;
        text-align: left;
        height: 20px;
        padding: 8px 0px 5px 5px;
    }

    .MicrosoftLicensingGroupBottom .subtotalContainer
    {
        float: left;
        text-align: right;
        width: 150px;
        height: 20px;
        padding: 8px 0px 5px 5px;
        font-weight: bold;
    }

    .MicrosoftLicensingGroupBottom .licencingFinalPrice
    {
        float: right;
        text-align: right;
        width: 125px;
        padding-top: 8px;
    }

#BasketSubTotals
{
    width: 100%;
}

    #BasketSubTotals .weightColumn
    {
        text-align: left;
        width: 370px;
    }

    #BasketSubTotals .quantityColumn
    {
        text-align: right;
        width: 105px;
    }

#DeliveryInfoBox
{
    float: left;
    width: 250px;
    background-color: #f6f6f6;
    border: 1px solid #b2b5b7;
}

    #DeliveryInfoBox .headline
    {
        background-color: #d5d5d5;
        padding: 5px;
    }

    #DeliveryInfoBox .textContainer
    {
        padding: 5px;
    }

    #DeliveryInfoBox p
    {
        line-height: 14px;
        margin-bottom: 0px;
    }

        #DeliveryInfoBox p.deliveryInfoLink
        {
            margin-bottom: 15px;
        }

.basketDeliveryTotals
{
    float: right;
}

    .basketDeliveryTotals.Ex
    {
        width: 65%;
    }

.BasketProductImage
{
    width: 40px;
    text-align: left;
    vertical-align: middle;
}

.BasketCheckoutImage
{
    text-align: right;
    float: right;
    position: relative;
    clear: right;
    margin-right: 7px;
    padding-top: 10px;
    width: 100%;
    margin-bottom: 10px;
}

.BasketRemoveButton
{
    vertical-align: middle;
    width: 15px;
    text-align: left;
}

.BasketUpdateQuantity
{
    text-align: right;
}

.summaryItemCount
{
}

.CheckoutBasket .FormInformation li
{
    text-align: left;
    color: red;
    font-weight: bold;
}

/* drop down basket styles */

#DDBasket
{
    border: 1px solid #1B6FB7;
    background-color: #ffffff;
    width: 287px;
    text-align: left;
    font-size: 11px;
    position: absolute;
    float: right;
    display: none;
    z-index: 9000;
    left: 701px;
    top: 35px;
}

#DDBasketHeader
{
    background-color: #1B6FB7;
}

    #DDBasketHeader .headerText
    {
        color: white;
        font-size: 14px;
        padding-top: 3px;
        padding-left: 10px;
    }

#DDBasketMsgBox
{
    margin-bottom: 7px;
    font-size: 12px;
}

    #DDBasketMsgBox img
    {
        width: 25px;
        height: 25px;
        float: left;
        margin-right: 4px;
    }

        #DDBasketMsgBox img.MessageIcon
        {
            background: url('/images/basketsprite.gif') no-repeat 0 -50px;
        }

        #DDBasketMsgBox img.WarningIcon
        {
            background: url('/images/basketsprite.gif') no-repeat 0 -75px;
        }

#DDBasketInnerContainer
{
    width: 275px;
    margin: 7px 6px 6px 6px;
    color: black;
}

#DDBasketProductImage
{
    float: left;
}

#DDBasketProductName
{
    margin-bottom: 10px;
}

#DDBasketQtyAdded
{
    margin-bottom: 10px;
    font-weight: bold;
}

#DDBasketPrices
{
    font-weight: bold;
}

#DDBasketTotals
{
    color: black;
    margin-bottom: 5px;
}

    #DDBasketTotals .itemCount
    {
        font-size: 13px;
    }

#DDBasketControls
{
    margin-top: 20px;
    background-color: #ADB2B2;
    height: 18px;
    line-height: 18px;
    color: black;
}

    #DDBasketControls .left
    {
        height: 18px;
        text-transform: uppercase;
        font-size: 13px;
        float: left;
        padding-left: 2px;
    }

    #DDBasketControls .right
    {
        font-size: 10px;
        float: right;
        padding-right: 2px;
        text-decoration: underline;
    }

#DDBasketButtons
{
}

    #DDBasketButtons .left
    {
        float: left;
    }

    #DDBasketButtons .right
    {
        float: right;
    }
/* Basket Display On Site Frame*/
.BasketSummary
{
    vertical-align: middle;
    right: 0px;
    top: 59px;
    text-align: right;
    width: auto;
}

    .BasketSummary img
    {
        vertical-align: middle;
    }

    .BasketSummary .hiddenBasket
    {
        display: none;
    }

#CheckoutContainer
{
    display: none;
}

.productStripHeader
{
    font-size: 100%;
    font-weight: bold;
    color: #1B6FB7;
    vertical-align: top;
    padding: 3px;
}

.productStripDesc
{
    padding: 2px;
    font-size: 100%;
    color: Black;
}

.productStrip
{
    border: solid 1px gray;
    padding: 3px;
}

#QuickOrderContainer
{
    text-align: center;
    width: 100%;
    padding-bottom: 0px;
}

    #QuickOrderContainer table
    {
        width: 100%;
        text-align: center;
    }

    #QuickOrderContainer td
    {
        width: 50%;
        text-align: center;
        color: Gray;
        font-weight: bold;
    }

    #QuickOrderContainer li.productDesc
    {
        text-align: left;
        margin-left: 11.3em;
    }

    #QuickOrderContainer div
    {
        text-align: center;
    }

        #QuickOrderContainer div a img.resetImage
        {
            vertical-align: top;
            padding-top: 1px;
        }

.basketActive
{
    width: 25px;
    height: 25px;
    background: url('/images/basketsprite.gif') no-repeat 0 0;
    float: left;
}

#BasketItemCount, #BasketRunningTotal
{
    line-height: 10px;
}

#SavedBasketForm
{
    padding: 0px;
}

    #SavedBasketForm input[type="text"]
    {
        height: 18px;
        width: 200px;
    }

    #SavedBasketForm .saveBasketButton
    {
        float: right;
    }

    #SavedBasketForm .saveBasketName
    {
        float: right;
        padding: 10px 5px 0px 0px;
    }

    .saveBasketBanner
    {
        width:255px;
        height:80px;
        float:left;
        overflow:hidden;
        margin-left:5px;
    }

    #SavedBasketForm .errorInValid
    {
        margin-left: 0;
    }

#DeliveryMethodContainer
{
    width: 100%;
}

    #DeliveryMethodContainer .BasketTotalSpacer
    {
        text-align: right;
    }

#DeliveryAdditionalInfoContainer
{
    width: 440px;
    float: right;
}

    #DeliveryAdditionalInfoContainer .additionalInfoPadding
    {
        clear: both;
        height: 5px;
    }

    #DeliveryAdditionalInfoContainer #OpenLinkContainer
    {
        float: right;
    }

        #DeliveryAdditionalInfoContainer #OpenLinkContainer div
        {
            float: left;
        }

            #DeliveryAdditionalInfoContainer #OpenLinkContainer div.headerTextPdg
            {
                padding-left: 5px;
            }

            #DeliveryAdditionalInfoContainer #OpenLinkContainer div img
            {
                height: 11px;
                width: 11px;
                margin: 1px 0 1px 0;
                float: right;
                border: none;
            }

#DeliveryAdditionalInfo
{
    display: none;
    padding: 3px;
    border-bottom: 1px solid #A5A5A5;
    border-top: 1px solid #A5A5A5;
}

#CourierSelectionContainer
{
    float: right;
    padding-top: 10px;
}

    #CourierSelectionContainer .courierHeader
    {
        float: left;
        width: 220px;
        padding: 3px 10px 0px 0px;
        font-weight: bold;
    }

    #CourierSelectionContainer .courierDropDown
    {
        float: left;
    }

#basketForm .errorInValid
{
    text-align: center;
    font-weight: normal;
    margin-left: 0;
    line-height: 13px;
}
#CustomerOverallRatingTable
{
    border: 0;
    width: 100px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    right: auto;
    left: auto;
    padding: 0;
}

.ratingSlider
{
    width: 386px;
    float: left;
    margin-top: 3px;
}

.ratingLabel
{
    width: 15%;
}

#SubmitReviewForm .subtleInformation,
#SubmitTestimonialForm .subtleInformation
{
    margin-left: 26.5%;
}

.sliderRatingScale
{
    text-align: center;
    margin: 0;
    padding: 0;
}

#CustomerReviewRatingsTable
{
    width: 160px;
    padding: .3em;
}

#CustomerReviewsBox
{
    border: 1px solid #A5A5A5;
    text-align: left;
    width: 100%;
}

    #CustomerReviewsBox td
    {
        border: 1px solid #A5A5A5;
    }

#page_content_2_col_right #CustomerReviewsBox
{
    max-width: 816px;
    width: 816px;
}

#OverallRatingTable
{
    background-color: #FFF;
    padding: .5em .2em .2em;
}

#ProductScoresMainTable
{
    float: left;
    padding: 0;
}

    #ProductScoresMainTable td
    {
        padding: 0;
    }

#RatingCustomer, #RatingOverall, label.error, .OverallRatingRowOff, .SwitchOffPaging
{
    display: none;
}

#TestimonialSection
{
    padding-top: 5px;
}

    #TestimonialSection h2
    {
        width: 154px;
    }

#tooltip
{
    position: absolute;
    top: 0;
    right: 0;
    width: 210px;
    z-index: 1;
    border: 1px solid #A5A5A5;
    background-color: #FAFAFA;
    padding: 5px;
}

    #tooltip h3, #tooltip div
    {
        margin: 0;
    }

.VoteRecordedPadding
{
    font-size: .97em;
    padding: .3em;
}

.CustomerAlias
{
    padding: 5px 0 10px;
}

.CustomerOverallRating
{
    width: 20px;
    border: none;
    color: #4AA516;
    font-weight: bold;
    font-size: 1.1em;
    text-align: center;
}

.CustomerReviewRatingCriteria
{
    text-align: right;
    font-weight: bold;
    padding: .1em;
}

.TestimonialLayout .widget
{
    width: 645px;
}

    .TestimonialLayout .widget h2
    {
        width: 637px;
    }

.DateSubmitted
{
    padding-top: 10px;
}

.ExpertReviewBox
{
    border: 1px solid #A5A5A5;
    width: 816px;
    max-width: 816px;
}

.ExpertReviewBoxPadding
{
    vertical-align: top;
    padding: 1.35em 1.35em .5em;
}

.ExpertReviewSource
{
    padding-top: 1.5em;
    text-align: center;
    vertical-align: top;
    width: 142px;
    max-width: 142px;
}

.ExpertReviewSummaryBox
{
    border: none;
    width: 816px;
    max-width: 816px;
}

.ExpertReviewSummaryPadding
{
    vertical-align: top;
    padding: 1.35em;
}

.ExpertReviewSummaryPoweredBy
{
    padding-left: .5em;
    padding-bottom: .5em;
    width: 142px;
    max-width: 142px;
    text-align: left;
    vertical-align: bottom;
}

.ExpertReviewSummaryScore
{
    padding-top: 1.35em;
    width: 142px;
    max-width: 142px;
    text-align: center;
}

.FoundUseful
{
    font-size: .97em;
    float: right;
    padding-top: 2px;
}

.IntroText
{
    font-size: .97em;
    padding-bottom: 10px;
}

.MustBeLoggedIn
{
    font-size: .97em;
    float: left;
    padding-right: 3px;
}

.NoReviews
{
    padding-bottom: 10px;
}

.NoTestimonials
{
    font-size: .97em;
    float: left;
    padding: .3em;
}

.NumberOfItems
{
    font-weight: bold;
}

.NumberOfItemsContainer
{
    padding-top: 2px;
    float: left;
    text-align: center;
}

.OverallRatingTitle
{
    float: left;
    font-weight: bold;
    padding-top: .6em;
    width: 100px;
}

.ProductImage
{
    float: left;
    border: 1px solid #A5A5A5;
}

.ProductInfo
{
    float: left;
    padding: 10px 0 0 10px;
}

.ProductInfoBox
{
    border: 1px dashed #A5A5A5;
    background-color: #E8D1FF;
    width: 350px;
    height: 63px;
    margin-left: 1px;
    padding: 5px;
}

.ProductReviewScoresLayout .widget
{
    width: 645px;
}

    .ProductReviewScoresLayout .widget h2
    {
        width: 638px;
    }

.RandomTestimonialBody
{
    padding-bottom: 1em;
}

.RandomTestimonialLink
{
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

#TestimonialSection .widget
{
    width: 162px;
}

.RandomTestimonialTitle
{
    font-weight: bold;
    padding-top: .2em;
    padding-bottom: .2em;
}

.RatingsBox
{
    font-size: .97em;
    width: 200px;
}

.ReviewBoxPadding
{
    vertical-align: top;
    padding: 1.35em;
}

.ReviewHeader
{
    font-weight: bold;
    font-size: 14px;
}

.ReviewPreview
{
    margin-left: auto;
    margin-right: auto;
}

.ReviewReply
{
    background-color: #FFF2F9;
    border: 1px solid #A5A5A5;
    font-size: 11px;
    padding: .6em;
}

.ReviewSubHeader
{
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 12px;
}

.ReviewSummary
{
    vertical-align: top;
    padding-top: 1.5em;
    width: 142px;
    max-width: 142px;
    text-align: center;
    right: auto;
    left: auto;
    font-size: .97em;
}

.ReviewTitle
{
    font-weight: bold;
    padding-bottom: .4em;
    font-size: .97em;
}

.ReviewUseful
{
    background-color: #EFEFEF;
}

#CustomerReviewRatingsTable td
{
    padding: .3em;
}

.overallScore
{
    text-align: center;
    line-height: 20px;
}

    .overallScore img
    {
        vertical-align: middle;
    }

.SliderRangeOne
{
    padding-left: 121px;
}

.SliderRangeOne, .SliderRangeTwo, .SliderRangeThree, .SliderRangeFive, .SliderRangeFour
{
    width: 95px;
    float: left;
    color: #61A508;
    font-size: .9em;
}

.SliderScore
{
    color: #4AA516;
    background-color: #F5F5F5;
    font-weight: bold;
    width: 20px;
    font-size: .93em;
    text-align: center;
    padding: .2em;
    float: left;
    margin-left: 1em;
}

.SliderScoreOutOf
{
    font-weight: bold;
    vertical-align: middle;
}

.SubmitTestimonial
{
    float: right;
}

.TestimonialBody
{
    padding: .4em 0 .4em .4em;
}

.TestimonialTitle
{
    font-weight: bold;
    padding-top: .4em;
    padding-left: .4em;
}

.TestimonialsTop
{
    padding-bottom: 30px;
}

.TopLink
{
    padding-bottom: 5px;
}

.VoteButton
{
    border: 1px solid #A0A0A0;
    background-color: #FFF;
    width: 30px;
    font-size: 11px;
    padding: .1em;
}

.WasUseful
{
    font-size: .97em;
    float: left;
}

.star_rating, .star_rating_none
{
    background: url("http://ii.alatest.com/css/spirits/rating-bars.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 18px;
    text-align: left;
    width: 95px;
}

.star_rating
{
    background-position: 0 -19px;
}

.star_rating_none
{
    background-position: 0 -87px;
}

.star_rating .r1, .star_rating .r2, .star_rating .r3, .star_rating .r4, .star_rating .r5, .star_rating .r6, .star_rating .r7, .star_rating .r8, .star_rating .r9, .star_rating .r10, .star_rating .no-rating
{
    background: url("http://ii.alatest.com/css/spirits/rating-bars.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 18px;
}

.star_rating .r1
{
    width: 10px;
}

.star_rating .r2
{
    width: 19px;
}

.star_rating .r3
{
    width: 29px;
}

.star_rating .r4
{
    width: 38px;
}

.star_rating .r5
{
    width: 48px;
}

.star_rating .r6
{
    width: 57px;
}

.star_rating .r7
{
    width: 67px;
}

.star_rating .r8
{
    width: 76px;
}

.star_rating .r9
{
    width: 86px;
}

.star_rating .r10
{
    width: 95px;
}

p.ExpertReviewCons
{
    background: url(/Images/alatest-minus_19px.png) no-repeat scroll 0 0 transparent;
    line-height: 17px;
    min-height: 19px;
    padding: 0 0 0 28px;
}

p.ExpertReviewPros
{
    background: url(/Images/alatest-plus_19px.png) no-repeat scroll 0 0 transparent;
    line-height: 17px;
    min-height: 19px;
    padding: 0 0 0 28px;
}

p.ExpertReviewSummary
{
    line-height: 14px;
    padding: 0;
}

p.ExpertReviewTitle
{
    font-weight: bold;
    font-size: 12px;
    padding: 0;
}

p.ExpertReviewVerdict
{
    background: url(/Images/alatest-verdict_19px.png) no-repeat scroll 0 0 transparent;
    line-height: 17px;
    min-height: 19px;
    padding: 0 0 0 28px;
}

.PagingNavigationContainer
{
    padding-top: 5px;
    font-size: .97em;
    width: 100%;
    height: 20px;
}

.PagingContainer
{
    float: right;
    padding-right: 1em;
    text-align: center;
}

.PageNavigation_CurrentPage
{
    background-color: #555C5C;
    color: white;
    font-weight: bold;
    padding: .1em .2em;
}

.PageNavigation_Dots
{
    font-size: .9em;
    text-decoration: none;
}

.PageNavigation_FirstPageOffText
{
    position: relative;
    right: 5px;
}

.PageNavigation_FirstPageOffImage
{
    position: relative;
    right: 5px;
    top: 4px;
}

.PageNavigation_LastPageOffText
{
    position: relative;
    left: 5px;
}

.PageNavigation_LastPageOffImage
{
    position: relative;
    left: 5px;
    top: 4px;
}

.PageNavigation_PreviousPageText
{
    position: relative;
    left: -5px;
}

.PageNavigation_NextPageText
{
    position: relative;
    right: -5px;
}

.PageNavigation_PreviousPageOffText
{
    position: relative;
    left: -5px;
}

.PageNavigation_NextPageOffText
{
    position: relative;
    right: -5px;
}

.PageNavigation_FirstPageText
{
    position: relative;
    left: -5px;
}

.PageNavigation_LastPageText
{
    position: relative;
    left: 5px;
}

.SwitchOffPaging
{
    display: none;
}

.NumberOfItemsContainer
{
    padding-top: 2px;
    float: left;
    text-align: center;
}

.NumberOfItems
{
    font-weight: bold;
}

.PageNavigation_PreviousPageImage, .PageNavigation_PreviousPageOffImage, .PageNavigation_FirstPageImage
{
    position: relative;
    left: -5px;
    top: 4px;
}

.PageNavigation_NextPageImage, .PageNavigation_NextPageOffImage, .PageNavigation_LastPageImage
{
    position: relative;
    right: -5px;
    top: 4px;
}


#drillCategoryMenu H2 {
    width: 154px;
    margin: 0px;
    font-weight: normal;
    font-size: 18px;
}

#channel_left_col #drillCategoryMenu H2 {
    width: 213px;
    margin: 0px;
    font-weight: normal;
    font-size: 18px;
}

/* jPod Menu Skin */

#cattree { /* main DIV container of menu */
    width: 160px; /*width of menu*/
    height: 675px; /*Height of DIV for those with JavaScript disabled*/
    background: #fff; /*background of menu.*/
    overflow-y: auto;
}

#channel_left_col #cattree {
    width: 100%;
    /*height: 100% !important;*/
}

    #channel_left_col #cattree ul > li > a > img {
        position: static !important;
        float: right;
        margin-right: 5px;
    }

    #channel_left_col #cattree li a, #top5categories li a {
        padding-right: 5px;
    }

    #channel_left_col #cattree > ul {
        position: relative !important;
        /*height: 100% !important;*/
    }

#cattree ul, #top5categories ul { /*menu ULs*/
    margin: 0;
    padding: 0;
    list-style-type: none;
    background: #fff; /*background of menu*/
}

    #cattree ul.lowerlevel li {
        padding-left: 3px;
    }

#cattree li, #top5categories li { /*menu ULs*/
    list-style-type: none;
}

    #cattree li a, #top5categories li a { /*menu links*/
        display: block;
        color: #424242;
        text-decoration: none;
        padding: 5px 12px 5px 3px;
        font-size: 12px;
    }

        #cattree li:hover, #top5categories li a:hover {
            background-color: #C8D7F0;
            color: #424242 !important;
        }

    #cattree li.selected:hover {
        background-color: #186FB7 !important;
        color: white !important;
    }

.selected {
    background-color: #1B6FB7;
}

li.selected a {
    color: white !important;
}

li.selected ul li a {
    color: #424242 !important;
}

.drillMenuLarge {
    color: black;
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 2px;
    display: block;
}

.categorySelected .drillMenuLarge {
    color: #424242;
}

li.backcontroltitle { /*style of top level menu title*/
    background: #424242;
    color: #FFF;
    padding: 4px;
    display: none;
}

li.backcontrol { /*style of back button control that gets added to the top of each sub UL*/
    background: #011054;
    color: #FFF;
    padding: 4px;
    cursor: pointer;
    display: none;
}

#drillcrumb { /*custom, user defined DIV that contains breadcrumb trail*/
    margin-bottom: 0px;
    width: 152px;
    padding: 5px 5px 5px 3px;
    font-size: 11px;
    line-height: 17px;
}

#channel_left_col #drillcrumb {
    width: 213px;
}

#drillcrumb a { /*custom element*/
    color: #000;
    text-decoration: underline;
}

#drillcrumb img { /*custom element*/
    margin-right: 4px;
    margin-left: 4px;
}

/* Cashback Menu */

.CashbackMenuText {
    font-family: Tahoma, Arial, MS Sans Serif;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    margin-left: 0px;
}

    .CashbackMenuText:hover {
        color: #00378b;
        text-decoration: underline;
    }

.CashbackMenu {
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    padding: 10px 0px;
}

.facetHover {
    text-decoration: underline;
    line-height: 21px;
    padding-left: 7px;
}

    .facetHover:hover {
        background-color: #C8D7F0;
    }

/* New Top Menu*/
#TopMenuContainer {
    float: left;
}

    #TopMenuContainer ul, #TopMenuContainer ul li {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

    #TopMenuContainer a {
        display: block;
    }

.Home, .HomeHighlighted {
    width: 52px;
    height: 35px;
    display: block;
    margin-left: 0px;
}

#Channel1SubMenu {
    width: 241px;
}

#Channel2SubMenu {
    width: 280px;
}

#Channel3SubMenu {
    width: 250px;
}

#Channel4SubMenu {
    width: 175px;
}

#Channel5SubMenu {
    width: 205px;
}

/** English / Irish Specific **/
.enGB1210 a.Home,
.enGB1201 a.Home,
.enGB1203 a.Home,
.enGB1204 a.Home,
.enIE1206 a.Home {
    background: url('/images/en-gb/menu/menu_home.png') no-repeat 0 0;
    margin-right: 19px;
}

    .enGB1210 a.Home:hover,
    .enGB1201 a.Home:hover,
    .enGB1203 a.Home:hover,
    .enGB1204 a.Home:hover,
    .enIE1206 a.Home:hover {
        background: url('/images/en-gb/menu/menu_home.png');
    }

.enGB1210 a.HomeHighlighted,
.enGB1201 a.HomeHighlighted,
.enGB1203 a.HomeHighlighted,
.enGB1204 a.HomeHighlighted,
.enIE1206 a.HomeHighlighted {
    background: url('/images/en-gb/menu/menu_home.png');
    margin-right: 19px;
}

.enIE1206 .Channel1, .enIE1206 .Channel1Highlighted {
    width: 108px;
    height: 25px;
    margin-right: 13px;
    padding-top: 10px;
    font-size: 10pt;
}

.enGB1210 a.Channel1,
.enGB1201 a.Channel1,
.enGB1203 a.Channel1,
.enGB1204 a.Channel1,
.enIE1206 a.Channel1 {
    color: white;
    background: none;
    text-decoration: none;
}

 a.Channel1:hover,
 a.Channel2:hover,
 a.Channel3:hover,
 a.Channel4:hover,
 a.Channel5:hover {
    color: #FFFFFF;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
    text-shadow: 0px 0px 5px #fff;
}
  
.enIE1206 .Channel2, .enIE1206 .Channel2Highlighted {
    width: 106px;
    height: 25px;
    padding-top: 10px;
    margin-right: 8px;
    font-size: 10pt;
}

.enGB1210 a.Channel2,
.enGB1201 a.Channel2,
.enGB1203 a.Channel2,
.enGB1204 a.Channel2,
.enIE1206 a.Channel2 {
    color: white;
    background: none;
    text-decoration: none;
}

.enIE1206 .Channel3, .enIE1206 .Channel3Highlighted {
    width: 168px;
    height: 25px;
    padding-top: 10px;
    margin-right: 13px;
    font-size: 10pt;
}

.enGB1210 a.Channel3,
.enGB1201 a.Channel3,
.enGB1203 a.Channel3,
.enGB1204 a.Channel3,
.enIE1206 a.Channel3 {
    color: white;
    background: none;
    text-decoration: none;
}

.enIE1206 .Channel4, .enIE1206 .Channel4Highlighted {
    width: 140px;
    height: 25px;
    padding-top: 10px;
    margin-right: 9px;
    font-size: 10pt;
}

.enGB1210 a.Channel4,
.enGB1201 a.Channel4,
.enGB1203 a.Channel4,
.enGB1204 a.Channel4,
.enIE1206 a.Channel4 {
    color: white;
    background: none;
    text-decoration: none;
}

.enIE1206 .Channel5, .enIE1206 .Channel5Highlighted {
    width: 87px;
    height: 25px;
    padding-top: 10px;
    font-size: 10pt;
}

.enGB1210 a.Channel5,
.enGB1201 a.Channel5,
.enGB1203 a.Channel5,
.enGB1204 a.Channel5,
.enIE1206 a.Channel5 {
    color: white;
    background: none;
    text-decoration: none;
}

    .enIE1206 a.Channel5:hover, .enIE1206 a.Channel5Highlighted {
        color: white;
        background: none;
        text-decoration: none;
    }

/** DACH Specific **/

.deAT1201 a.Home,
.deCH1203 a.Home,
.deDE1204 a.Home {
    background: url('/images/de-DE/menu/menu_home.png') no-repeat 0 0;
    margin-right: 19px;
}

    .deAT1201 a.Home:hover,
    .deCH1203 a.Home:hover,
    .deDE1204 a.Home:hover {
        background: url('/images/de-DE/menu/menu_home.png') no-repeat;
    }

.deAT1201 a.HomeHighlighted,
.deCH1203 a.HomeHighlighted,
.deDE1204 a.HomeHighlighted {
    background: url('/images/de-DE/menu/menu_home.png') no-repeat;
    margin-right: 19px;
}

.deAT1201 a.Channel1, .deAT1201 a.Channel2, .deAT1201 a.Channel3, .deAT1201 a.Channel4, .deAT1201 a.Channel5,
.deCH1203 a.Channel1, .deCH1203 a.Channel2, .deCH1203 a.Channel3, .deCH1203 a.Channel4, .deCH1203 a.Channel5,
.deDE1204 a.Channel1, .deDE1204 a.Channel2, .deDE1204 a.Channel3, .deDE1204 a.Channel4, .deDE1204 a.Channel5
{    
    color: white;
    background: none;
    text-decoration: none;
}

/*AT*/
.deAT1201 .Channel1, .deAT1201 .Channel1Highlighted
 {
   width: 122px;
    height: 25px;
    margin-right: 13px;
    padding-top: 10px;
    font-size: 10pt;
    text-align:left;
    margin-left: 10px;
}

.deAT1201 .Channel2, .deAT1201 .Channel2Highlighted
 {
    width: 133px;
    height: 25px;
    margin-right: 13px;
    padding-top: 10px;
    font-size: 10pt;
    text-align:left;
    margin-left: 10px;
}

.deAT1201 .Channel3, .deAT1201 .Channel3Highlighted
{
    width: 116px;
    height: 25px;
    padding-top: 10px;
    margin-right: 13px;
    font-size: 10pt;
    text-align:left;
    margin-left: 10px;
}

.deAT1201 .Channel4, .deAT1201 .Channel4Highlighted
{
   width: 145px;
    height: 25px;
    padding-top: 10px;
    margin-right: 9px;
    font-size: 10pt;
     text-align:left;
    margin-left: 10px;
}

.deAT1201 .Channel5, .deAT1201 .Channel5Highlighted
{
    width: 93px;
    height: 25px;
    padding-top: 10px;
    font-size: 10pt;
    text-align:left;
    margin-left: 10px;
}

/*AT English*/
.enGB1201 .Channel1, .enGB1201 .Channel1Highlighted {
    width: 122px;
    height: 25px;
    margin-right: 13px;
    padding-top: 10px;
    font-size: 10pt;
    text-align:left;
    margin-left: 10px;
}

.enGB1201 .Channel2, .enGB1201 .Channel2Highlighted {
    width: 133px;
    height: 25px;
    margin-right: 13px;
    padding-top: 10px;
    font-size: 10pt;
    text-align:left;
    margin-left: 10px;
}

.enGB1201 .Channel3, .enGB1201 .Channel3Highlighted {
    width: 110px;
    height: 25px;
    padding-top: 10px;
    margin-right: 13px;
    font-size: 10pt;
    text-align:left;
    margin-left: 10px;
}

.enGB1201 .Channel4, .enGB1201 .Channel4Highlighted {
     width: 138px;
    height: 25px;
    padding-top: 10px;
    margin-right: 9px;
    font-size: 10pt;
     text-align:left;
    margin-left: 10px;
}
.enGB1201 .Channel5, .enGB1201 .Channel5Highlighted {
    width: 70px;
    height: 25px;
    padding-top: 10px;
    font-size: 10pt;
    text-align:left;
    margin-left: 10px;
}

/*CH*/
.deCH1203 .Channel1, .deCH1203 .Channel1Highlighted
 {
   width: 122px;
    height: 25px;
    margin-right: 13px;
    padding-top: 10px;
    font-size: 10pt;
    text-align:left;
    margin-left: 10px;
}

.deCH1203 .Channel2, .deCH1203 .Channel2Highlighted
 {
    width: 133px;
    height: 25px;
    margin-right: 13px;
    padding-top: 10px;
    font-size: 10pt;
    text-align:left;
    margin-left: 10px;
}

.deCH1203 .Channel3, .deCH1203 .Channel3Highlighted
{
    width: 116px;
    height: 25px;
    padding-top: 10px;
    margin-right: 13px;
    font-size: 10pt;
    text-align:left;
    margin-left: 10px;
}

.deCH1203 .Channel4, .deCH1203 .Channel4Highlighted
{
   width: 145px;
    height: 25px;
    padding-top: 10px;
    margin-right: 9px;
    font-size: 10pt;
     text-align:left;
    margin-left: 10px;
}

.deCH1203 .Channel5, .deCH1203 .Channel5Highlighted
{
    width: 93px;
    height: 25px;
    padding-top: 10px;
    font-size: 10pt;
    text-align:left;
    margin-left: 10px;
}

/*CH English*/
.enGB1203 .Channel1, .enGB1203 .Channel1Highlighted {
    width: 122px;
    height: 25px;
    margin-right: 13px;
    padding-top: 10px;
    font-size: 10pt;
    text-align:left;
    margin-left: 10px;
}

.enGB1203 .Channel2, .enGB1203 .Channel2Highlighted {
    width: 133px;
    height: 25px;
    margin-right: 13px;
    padding-top: 10px;
    font-size: 10pt;
    text-align:left;
    margin-left: 10px;
}

.enGB1203 .Channel3, .enGB1203 .Channel3Highlighted {
    width: 110px;
    height: 25px;
    padding-top: 10px;
    margin-right: 13px;
    font-size: 10pt;
    text-align:left;
    margin-left: 10px;
}

.enGB1203 .Channel4, .enGB1203 .Channel4Highlighted {
     width: 138px;
    height: 25px;
    padding-top: 10px;
    margin-right: 9px;
    font-size: 10pt;
     text-align:left;
    margin-left: 10px;
}

.enGB1203 .Channel5, .enGB1203 .Channel5Highlighted{
    width: 70px;
    height: 25px;
    padding-top: 10px;
    font-size: 10pt;
    text-align:left;
    margin-left: 10px;
}

/*DE*/
.deDE1204 .Channel1, .deDE1204 .Channel1Highlighted
 {
   width: 122px;
    height: 25px;
    margin-right: 13px;
    padding-top: 10px;
    font-size: 10pt;
    text-align:left;
    margin-left: 10px;
}

.deDE1204 .Channel2, .deDE1204 .Channel2Highlighted
 {
    width: 133px;
    height: 25px;
    margin-right: 13px;
    padding-top: 10px;
    font-size: 10pt;
    text-align:left;
    margin-left: 10px;
}

.deDE1204 .Channel3, .deDE1204 .Channel3Highlighted
{
    width: 116px;
    height: 25px;
    padding-top: 10px;
    margin-right: 13px;
    font-size: 10pt;
    text-align:left;
    margin-left: 10px;
}

.deDE1204 .Channel4, .deDE1204 .Channel4Highlighted
{
   width: 145px;
    height: 25px;
    padding-top: 10px;
    margin-right: 9px;
    font-size: 10pt;
     text-align:left;
    margin-left: 10px;
}

.deDE1204 .Channel5, .deDE1204 .Channel5Highlighted
{
    width: 93px;
    height: 25px;
    padding-top: 10px;
    font-size: 10pt;
    text-align:left;
    margin-left: 10px;
}

/*DE English*/
.enGB1204 a.Channel1, .enGB1204 a.Channel1Highlighted {
    width: 122px;
    height: 25px;
    margin-right: 13px;
    padding-top: 10px;
    font-size: 10pt;
    text-align:left;
    margin-left: 10px;
}

.enGB1204 a.Channel2, .enGB1204 a.Channel2Highlighted {
    width: 133px;
    height: 25px;
    margin-right: 13px;
    padding-top: 10px;
    font-size: 10pt;
    text-align:left;
    margin-left: 10px;
}

.enGB1204 a.Channel3, .enGB1204 a.Channel3Highlighted {
    width: 110px;
    height: 25px;
    padding-top: 10px;
    margin-right: 13px;
    font-size: 10pt;
    text-align:left;
    margin-left: 10px;
}

.enGB1204 a.Channel4, .enGB1204 a.Channel4Highlighted {
     width: 138px;
    height: 25px;
    padding-top: 10px;
    margin-right: 9px;
    font-size: 10pt;
     text-align:left;
    margin-left: 10px;
}
.enGB1204 a.Channel5, .enGB1204 a.Channel5Highlighted {
    width: 70px;
    height: 25px;
    padding-top: 10px;
    font-size: 10pt;
    text-align:left;
    margin-left: 10px;
}

/*UK*/

.enGB1210 a.Channel1, .enGB1210 a.Channel1Highlighted {
    width: 122px;
    height: 25px;
    margin-right: 13px;
    padding-top: 10px;
    font-size: 10pt;
    text-align:left;
    margin-left: 10px;
}

.enGB1210 a.Channel2, .enGB1210 a.Channel2Highlighted {
    width: 133px;
    height: 25px;
    margin-right: 40px;
    padding-top: 10px;
    font-size: 10pt;
    text-align:left;
    margin-left: 10px;
}

.enGB1210 a.Channel3, .enGB1210 a.Channel3Highlighted {
    width: 110px;
    height: 25px;
    padding-top: 10px;
    margin-right: 3px;
    font-size: 10pt;
    text-align:left;
    margin-left: 10px;
}

.enGB1210 a.Channel4, .enGB1210 a.Channel4Highlighted {
     width: 138px;
    height: 25px;
    padding-top: 10px;
    margin-right: 6px;
    font-size: 10pt;
     text-align:left;
    margin-left: 10px;
}
.enGB1210 a.Channel5, .enGB1210 a.Channel5Highlighted {
    width: 70px;
    height: 25px;
    padding-top: 10px;
    font-size: 10pt;
    text-align: left;
    margin-left: 10px;
}

/* TABBED HEADER MODIFICATIONS 2015 ONLY UK (Czibu)*/
body.enGB1210 #TopMenu > li:first-child > a {
width: 52px!important;
padding: 0;
background: url('/images/en-gb/menu/menu_home.png')!important;
height: 35px;
margin-right: 19px;
}
body.enGB1210 #TopMenuContainer a {
display: block;
width: auto!important;
margin: 0 39px 0 0;
padding: 10px 10px 0 10px;
height: 25px;
color: white;
background: none;
text-decoration: none;
}
body.enGB1210 #TopMenuContainer > ul > li > a:hover {
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
text-shadow: 0px 0px 5px #fff;
}
body.enGB1210 #TopMenu li:hover ul {
width: 220px;
}
body.enGB1210 #TopMenu li:hover ul a {
height: auto;
margin:0;
}
body.enGB1210 #Channel7SubMenu {
width: auto !important;
}
body.enGB1210 #Channel7{margin-right: 0 !important;}
body.enGB1210 .SignUpContainer{display: none;}
/* END OF TABBED HEADER MODIFICATIONS 2015 ONLY UK (Czibu) */


/** Dutch Specific **/

.nlNL1208 a.Home {
    background: url('/images/nl-nl/menu/menu_home.png') no-repeat 0 0;
    margin-right: 19px;
}

    .nlNL1208 a.Home:hover {
        background: url('/images/nl-nl/menu/menu_home.png');
    }

.nlNL1208 a.HomeHighlighted {
    background: url('/images/nl-nl/menu/menu_home.png');
    margin-right: 19px;
}

.nlNL1208 .Channel1, .nlNL1208 .Channel1Highlighted {
    width: 122px;
    height: 25px;
    margin-right: 13px;
    padding-top: 10px;
    font-size: 10pt;
     text-align:left;
    margin-left: 10px;
}

.nlNL1208 .Channel2, .nlNL1208 .Channel2Highlighted {
    width: 133px;
    height: 25px;
    margin-right: 13px;
    padding-top: 10px;
    font-size: 10pt;
     text-align:left;
    margin-left: 10px;
}

.nlNL1208 .Channel3, .nlNL1208 .Channel3Highlighted {
    width: 93px;
    height: 25px;
    padding-top: 10px;
    margin-right: 13px;
    font-size: 10pt;
     text-align:left;
    margin-left: 10px;
}

.nlNL1208 .Channel4, .nlNL1208 .Channel4Highlighted {
    width: 130px;
    height: 25px;
    padding-top: 10px;
    margin-right: 9px;
    font-size: 10pt;
     text-align:left;
    margin-left: 10px;
}

.nlNL1208 .Channel5, .nlNL1208 .Channel5Highlighted {
    width: 93px;
    height: 25px;
    padding-top: 10px;
    font-size: 10pt;
     text-align:left;
    margin-left: 10px;
}

.nlNL1208 a.Channel1, .nlNL1208 a.Channel2, .nlNL1208 a.Channel3, .nlNL1208 a.Channel4, .nlNL1208 a.Channel5
{    
    color: white;
    background: none;
    text-decoration: none;
}


/** Italian Specific **/

.itIT1212 a.Home {
    background: url('/images/it-it/menu/menu_home.png') no-repeat 0 0;
    margin-right: 5px;
}

    .itIT1212 a.Home:hover {
        background: url('/images/it-it/menu/menu_home.png') no-repeat;
    }

.itIT1212 a.HomeHighlighted {
    background: url('/images/it-it/menu/menu_home.png') no-repeat;
    margin-right: 5px;
}

.itIT1212 .Channel1, .itIT1212 .Channel1Highlighted {
    width: 115px;
    height: 25px;
    margin-right: 13px;
    padding-top: 10px;
    font-size: 10pt;
    text-align:left;
    margin-left: 10px;
}

.itIT1212 .Channel2, .itIT1212 .Channel2Highlighted {
    width: 115px;
    height: 25px;
    margin-right: 13px;
    padding-top: 10px;
    font-size: 10pt;
    text-align:left;
    margin-left: 10px;
}

.itIT1212 .Channel3, .itIT1212 .Channel3Highlighted {
    width: 120px;
    height: 25px;
    padding-top: 10px;
    margin-right: 13px;
    font-size: 10pt;
    text-align:left;
    margin-left: 10px;
}

.itIT1212 .Channel4, .itIT1212 .Channel4Highlighted {
    width: 105px;
    height: 25px;
    padding-top: 10px;
    margin-right: 9px;
    font-size: 10pt;
    text-align:left;
    margin-left: 10px;
}

.itIT1212 .Channel5, .itIT1212 .Channel5Highlighted {
    width: 93px;
    height: 25px;
    padding-top: 10px;
    font-size: 10pt;
    text-align:left;
    margin-left: 10px;
}

.itIT1212 a.Channel1, .itIT1212 a.Channel2, .itIT1212 a.Channel3, .itIT1212 a.Channel4, .itIT1212 a.Channel5
{    
    color: white;
    background: none;
    text-decoration: none;
}
/** Spanish Specific **/

.esES1205 a.Home {
    background: url('/images/es-es/menu/menu_home.png') no-repeat 0 0;
    margin-right: 5px;
}

    .esES1205 a.Home:hover {
        background: url('/images/es-es/menu/menu_home.png');
    }

.esES1205 a.HomeHighlighted {
    background: url('/images/es-es/menu/menu_home.png');
    margin-right: 5px;
}

.esES1205 .Channel1, .esES1205 .Channel1Highlighted {   
    width: 140px;
    height: 25px;
    margin-right: 13px;
    padding-top: 10px;
    font-size: 10pt;
    text-align:left;
    margin-left: 10px;
}

.esES1205 .Channel2, .esES1205 .Channel2Highlighted {
    width: 91px;
    height: 25px;
    margin-right: 13px;
    padding-top: 10px;
    font-size: 10pt;
     text-align:left;
    margin-left: 10px;
}

.esES1205 .Channel3, .esES1205 .Channel3Highlighted {
    width: 68px;
    height: 25px;
    padding-top: 10px;
    margin-right: 13px;
    font-size: 10pt;
     text-align:left;
    margin-left: 10px;
}

.esES1205 .Channel4, .esES1205 .Channel4Highlighted {
    width: 100px;
    height: 25px;
    padding-top: 10px;
    font-size: 10pt;
     text-align:left;
    margin-left: 10px;
}

.esES1205 .Channel5, .esES1205 .Channel5Highlighted {
    width: 102px;
    height: 25px;
    padding-top: 10px;
    font-size: 10pt;
     text-align:left;
    margin-left: 10px;
}

.esES1205 a.Channel1, .esES1205 a.Channel2, .esES1205 a.Channel3, .esES1205 a.Channel4, .esES1205 a.Channel5
{    
    color: white;
    background: none;
    text-decoration: none;
}
.submenuHeading {
    font-size: 13px;
    padding-top: 8px;
    font-weight: normal;
}

.subtext {
    font-weight: normal;
    font-size: 11px;
    line-height: 13px;
    padding-bottom: 2px;
}

/* Menu CSS */
#TopMenu {
    list-style: none;
    font-weight: bold;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

    #TopMenu li {
        float: left;
        margin-right: 10px;
        position: relative;
    }
        
    #TopMenu ul {
        background: #fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
        background: rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
        list-style: none;
        position: absolute;
        left: -9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
    }

        #TopMenu ul li {
            padding-top: 1px;
            float: none;
        }

    #TopMenu li ul {
        background-color: #0062a1;
        border-left: 1px solid white;
        border-right: 1px solid white;
        border-bottom: 1px solid white;
    }

        #TopMenu li ul li {
            padding-left: 6px;
            border-top: 1px solid white;
        }

    #TopMenu li:hover ul {
        left: 0;
    }

        #TopMenu li:hover ul a {
            text-decoration: none;
            text-align: left;
            padding: 4px;
            color: white;
        }

        #TopMenu li:hover ul li:hover {
            background-color: #90a4c6;
        }

/* defaults for the menu block control in the CMS*/
.content_menublock {
    background-color: #F0F0F0;
    padding: 7px 5px 7px 5px;
}

    .content_menublock h3 {
        margin: 0px;
        padding: 1px;
        font-size: 13px;
    }

        .content_menublock h3 a {
            font-weight: bold;
        }

    .content_menublock a {
        text-decoration: none;
        color: #424242;
    }

    .content_menublock ul, .content_menublock ul li {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

.content_menublock_column {
    float: left;
    width: 25%;
}

.SignUpContainer 
{
    padding-top: 10px;
    float: right;
    padding-right: 24px;
}

a.SignUpContainerAnchor 
{
    color: white;
    font-weight: bold;
    font-size: 9pt;
}

a.SignUpContainerAnchor:hover 
{
    color: #FFFFFF;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
    text-shadow: 0px 0px 5px #fff;
    text-decoration: none;
}

span#SignUpText 
{
    position: relative;
    top:-3px;
}


.MyAccountFontColor
{
    color: #424242;
}

.MyAccountMenu .widget
{
    width: 648px;
}

    .MyAccountMenu .widget h2
    {
        width: 640px;
    }

.headingBox .headerText
{
    float: left;
    margin-top: 3px;
    padding-left: 15px;
}

.MyAccountMenu .wC
{
    background-image: url('../Images/gradient_32px.jpg');
    background-repeat: repeat-x;
    background-position: bottom;
}

.MyAccountMenu td
{
    width: 317px;
}

.MyAccountMenuRouteLinks
{
    text-decoration: none;
    color: #2955AE;
}

.MyAccountMenuReturnButton
{
    float: right;
    Margin: 0px;
    Padding: 0px;
}

    .MyAccountMenuReturnButton img
    {
        height: 21px;
        width: 284px;
    }

.MyAccountChangePassword
{
    width: 648px;
    margin: 0 auto;
    margin-top: 5px;
}

    .MyAccountChangePassword .widget
    {
        width: 648px;
    }

        .MyAccountChangePassword .widget h2
        {
            width: 640px;
        }

    .MyAccountChangePassword .wC
    {
        background-image: url('../Images/gradient_32px.jpg');
        background-repeat: repeat-x;
        background-position: bottom;
    }

    .MyAccountChangePassword fieldset
    {
        margin: 0;
        padding: 0;
        width: 100%;
    }

        .MyAccountChangePassword fieldset label
        {
            float: left;
            width: 46.5%;
            margin-right: 1em;
        }

    .MyAccountChangePassword .errorInValid, .MyAccountChangePassword .field-validation-error
    {
        margin-left: 312px;
    }

.MyAccountChangePasswordButton
{
    border: 0px none #000000;
}

.MyAccountChangePasswordErrorPosition
{
    Margin-left: 18.5em;
}

    .MyAccountChangePasswordErrorPosition label
    {
        text-align: left;
        color: red !important;
    }

.MyAccountChangePasswordLeftSpan
{
    width: 100px;
    float: left;
}

.MyAccountChangeEmail
{
    width: 648px;
    margin: 0 auto;
    margin-top: 5px;
}

    .MyAccountChangeEmail .widget
    {
        width: 648px;
    }

        .MyAccountChangeEmail .widget h2
        {
            width: 640px;
        }

    .MyAccountChangeEmail .wC
    {
        background-image: url('../Images/gradient_32px.jpg');
        background-repeat: repeat-x;
        background-position: bottom;
    }

    .MyAccountChangeEmail fieldset label
    {
        float: left;
        width: 46.5%;
        margin-right: 1em;
    }

    .MyAccountChangeEmail .errorInValid, .MyAccountChangeEmail .field-validation-error
    {
        margin-left: 50%;
    }

.MyAccountChangePreferences
{
    overflow: hidden;
    width: 648px;
    margin: 0 auto;
}

    .MyAccountChangePreferences .widget
    {
        width: 648px;
    }

        .MyAccountChangePreferences .widget h2
        {
            width: 640px;
        }

    .MyAccountChangePreferences .wC
    {
        background-image: url('../Images/gradient_32px.jpg');
        background-repeat: repeat-x;
        background-position: bottom;
    }

    .MyAccountChangePreferences fieldset
    {
        margin-bottom: 5px;
        margin-top: 5px;
        margin-left: -10px;
        padding: 0 0 0 10px;
        width: 610px;
        float: none;
    }

        .MyAccountChangePreferences fieldset .checkboxFloatLabel
        {
            float: left;
            text-align: left;
            width: 450px;
            font-weight: normal;
            font-size: 12px;
        }

        .MyAccountChangePreferences fieldset .checkboxFloat
        {
            height: 18px;
            width: 18px;
            padding: 0px;
            margin: 0px;
            vertical-align: middle;
            float: left;
            font-size: 10px;
        }

    .MyAccountChangePreferences .center
    {
        text-align: center;
    }

.MyAccountAddressBookReadOnlyTextBox
{
    width: 250px;
    border: 0px !important solid white;
}

.MyAccountAddressBookFieldSetForInsert
{
    font-size: 12px !important;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

    .MyAccountAddressBookFieldSetForInsert ol
    {
        margin-top: 0px;
        padding-top: 0px;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .MyAccountAddressBookFieldSetForInsert li
    {
        padding-bottom: 1px;
    }

    .MyAccountAddressBookFieldSetForInsert .text
    {
        font-size: 12px;
        height: 14px;
    }

    .MyAccountAddressBookFieldSetForInsert .titleDropDown
    {
        vertical-align: middle;
    }

    .MyAccountAddressBookFieldSetForInsert .dropdown
    {
        width: 186px;
    }

    .MyAccountAddressBookFieldSetForInsert p
    {
        margin: 0px;
    }

    .MyAccountAddressBookFieldSetForInsert label
    {
        width: 160px;
        Margin-right: 8px;
    }

    .MyAccountAddressBookFieldSetForInsert .shortlabel
    {
        width: 100px;
        Margin-right: 8px;
    }

    .MyAccountAddressBookFieldSetForInsert .otherlabel
    {
        float: none;
        Margin-right: 1px;
        padding-right: 1px;
    }

    .MyAccountAddressBookFieldSetForInsert .othertext
    {
        font-size: 12px;
        height: 14px;
        vertical-align: middle;
        width: 63px;
        border: 1px solid #9C9C9C !important;
    }

.MyAccountAddressBookFieldSet
{
    font-size: 12px !important;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

    .MyAccountAddressBookFieldSet ol
    {
        margin-top: 0px;
        margin-left: 0px;
        padding-top: 0px;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .MyAccountAddressBookFieldSet li
    {
        padding-bottom: 1px;
    }

    .MyAccountAddressBookFieldSet .text
    {
        font-size: 12px;
        height: 14px;
    }

    .MyAccountAddressBookFieldSet .dropdown
    {
        width: 186px;
    }

    .MyAccountAddressBookFieldSet p
    {
        margin: 0px;
    }

    .MyAccountAddressBookFieldSet label
    {
        width: 160px;
        Margin-right: 8px;
    }

.MyAccountAddressBookHeaderPageSubTitleText
{
    padding-bottom: 24px;
    padding-top: 1px;
}

.MyAccountAddressBookSingleAddressAppletOuterDivBorder
{
    border: 1px solid #C3C5C4;
    height: 100%;
    width: 495px;
}

.MyAccountAddressBookSingleAddressAppletOuterDivBorderAndColouredBackground
{
    border: 1px solid #C3C5C4;
    background-color: #EDEDED;
    height: 100%;
    width: 495px;
}

.MyAccountAddressBookSingleAddressAppletOuterDivNoBorder
{
    border: 0px solid #000000;
    height: 100%;
    width: 495px;
}

.MyAccountAddressBookSingleAddressAppletOuterDivNoBorderAndColouredBackground
{
    background-color: #EDEDED;
    height: 100%;
    width: 495px;
}

.MyAccountAddressBookSingleAddressAppletOuterDivBorderForInsert
{
    border: 1px solid #C3C5C4;
    height: 100%;
    width: 990px;
}

.MyAccountAddressBookSingleAddressAppletOuterDivBorderAndColouredBackground Input
{
    background-color: #EDEDED;
}

.MyAccountAddressBookSingleAddressAppletOuterDivBorderAndColouredBackground fieldset
{
    background-color: #EDEDED;
}

.MyAccountAddressBookSingleAddressAppletOuterDivNoBorderAndColouredBackground Input
{
    background-color: #EDEDED;
}

.MyAccountAddressBookSingleAddressAppletOuterDivNoBorderAndColouredBackground fieldset
{
    background-color: #EDEDED;
}

.MyAccountAddressBookSingleAddressAppletInnerPanelTDInsert
{
    vertical-align: top;
    padding-bottom: 0px;
    width: 910px !important;
    padding-top: 0px;
    margin-bottom: 0px;
}

.MyAccountAddressBookSingleAddressAppletInnerPanelTDDisplayEdit
{
    vertical-align: top;
    width: 400px !important;
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
}

.MyAccountAddressBookSingleAddressAppletLeftOfInnerPanelTD
{
    padding-bottom: 0px;
    vertical-align: top;
    padding-top: 0px;
    width: 70px;
}

.MyAccountAddressBookSingleAddressAppletLeftOfInnerPanelForEditTD
{
    padding-bottom: 0px;
    vertical-align: top;
    padding-top: 0px;
    width: 1px;
}

.MyAccountAddressBookSingleAddressAppletRightOfInnerPanelTD
{
    float: right;
    vertical-align: top;
    width: 120px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.MyAccountAddressBookSingleAddressAppletChangeButton
{
    padding-right: 16px;
}

.MyAccountAddressBookSingleAddressAppletSmallAddAddressButton
{
    padding-right: 16px;
}

.MyAccountAddressBookSingleAddressAppletEditButton
{
    height: 16px;
    width: 62px;
    padding-right: 16px;
}

.MyAccountAddressBookSingleAddressAppletUseAddressButton
{
    height: 16px;
    width: 117px;
    padding-right: 16px;
}

.MyAccountAddressBookSingleAddressAppletSaveButton
{
    height: 16px;
    width: 62px;
    padding-left: 32px;
    padding-right: 16px;
}

.MyAccountAddressBookSingleAddressAppletCancelButton
{
    height: 16px;
    width: 62px;
    padding-right: 16px;
}

.MyAccountAddressBookSingleAddressAppletDeleteButton
{
    height: 16px;
    width: 16px;
}

.MyAccountAddressBookSingleAddressAppletAddAddressButton
{
    height: 28px;
    width: 160px;
}

.MyAccountOrderHistoryTable
{
    table-layout: fixed;
    text-align: right;
}

.MyAccountOrderHistoryTableHeader
{
    background-image: url('../Images/gradient_32px.jpg');
    background-repeat: repeat-x;
    background-position: bottom;
    height: 35px;
    font-weight: lighter;
    font-size: 110%;
    vertical-align: middle;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.MyAccountOrderHistoryTableInformationColumnHeader
{
    border-left: solid 1px Gray;
    border-top: solid 1px Gray;
    border-bottom: solid 1px Gray;
    width: 24px;
    font-size: 90%;
}

.MyAccountOrderHistoryTableOrderColumnHeader
{
    width: 160px;
    border-top: solid 1px Gray;
    border-bottom: solid 1px Gray;
    font-size: 110%;
    text-align: left;
}

.MyAccountOrderHistoryTableStatusColumnHeader
{
    border-top: solid 1px Gray;
    border-bottom: solid 1px Gray;
    width: 150px;
    font-size: 110%;
    text-align: center;
}

.MyAccountOrderHistoryTableDeliveryDateColumnHeader
{
    border-top: solid 1px Gray;
    border-bottom: solid 1px Gray;
    width: 150px;
    font-size: 110%;
    text-align: center;
}

.MyAccountOrderHistoryTableOrderPriceColumnHeader
{
    border-top: solid 1px Gray;
    border-bottom: solid 1px Gray;
    width: 160px;
    font-size: 110%;
    text-align: right;
}

.MyAccountOrderHistoryTableEndColumnHeader
{
    border-top: solid 1px Gray;
    border-right: solid 1px Gray;
    border-bottom: solid 1px Gray;
    width: 4px;
    font-size: 110%;
    text-align: right;
}

.MyAccountOrderHistoryTableInformationColumn
{
    vertical-align: middle;
    font-size: 90%;
    border-bottom: 1px solid #d9dadb;
}

.MyAccountOrderHistoryTableOrderColumn
{
    font-size: 90%;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #d9dadb;
}

.MyAccountOrderHistoryTableStatusColumn
{
    text-align: center;
    font-size: 90%;
    vertical-align: middle;
    border-bottom: 1px solid #d9dadb;
}

.MyAccountOrderHistoryTableDeliveryDateColumn
{
    text-align: center;
    font-size: 90%;
    vertical-align: middle;
    border-bottom: 1px solid #d9dadb;
}

.MyAccountOrderHistoryTableOrderPriceColumn
{
    text-align: right;
    font-size: 90%;
    border-bottom: 1px solid #d9dadb;
}

.MyAccountOrderHistoryTableEndColumn
{
    font-size: 90%;
    border-bottom: 1px solid #d9dadb;
}

.MyAccountOrderHistoryDetailTitle
{
    float: left;
    Margin: 0px;
    Padding: 0px;
}

.MyAccountOrderHistoryDetailOrderHeaderTable
{
    width: 648px;
    padding: 0px;
    margin-bottom: -16px;
    margin-top: -12px;
}

.MyAccountOrderHistoryDetailOrderHeaderDataTable
{
    width: 648px;
    border-bottom: 1px solid #d9dadb;
}

.MyAccountOrderHistoryDetailOrderHeaderDataTableColumn1
{
    vertical-align: top;
    padding-left: 0px;
}

.MyAccountOrderHistoryDetailOrderHeaderDataTableColumn2
{
    width: 50%;
    vertical-align: top;
    padding-left: 10px;
}

.MyAccountOrderHistoryDetailTableHeader
{
    background-image: url('../Images/gradient_32px.jpg');
    background-repeat: repeat-x;
    background-position: bottom;
    height: 35px;
    font-weight: lighter;
    font-size: 100%;
    vertical-align: middle;
}

.MyAccountOrderHistoryDetailTableProductColumnHeader
{
    width: 40%;
    border-left: solid 1px Gray;
    border-top: solid 1px Gray;
    border-bottom: solid 1px Gray;
    font-size: 100%;
    text-align: left;
}

.MyAccountOrderHistoryDetailTableStatusQuantityHeader
{
    border-top: solid 1px Gray;
    border-bottom: solid 1px Gray;
    width: 20%;
    font-size: 100%;
    text-align: center;
}

.MyAccountOrderHistoryDetailTableUnitPriceHeader
{
    border-top: solid 1px Gray;
    border-bottom: solid 1px Gray;
    width: 20%;
    font-size: 100%;
    text-align: right;
}

.MyAccountOrderHistoryDetailTableTotalColumnHeader
{
    border-top: solid 1px Gray;
    border-bottom: solid 1px Gray;
    width: 20%;
    font-size: 100%;
    text-align: right;
}

    .MyAccountOrderHistoryDetailTableTotalColumnHeader div
    {
        float: right;
    }

.MyAccountOrderHistoryTableDetailEndColumnHeader
{
    border-top: solid 1px Gray;
    border-right: solid 1px Gray;
    border-bottom: solid 1px Gray;
    width: 4px;
    font-size: 110%;
    text-align: right;
}

.MyAccountOrderHistoryDetailTableEndColumn
{
    font-size: 90%;
    border-bottom: 1px solid #d9dadb;
}

.MyAccountOrderHistoryDetailTableFirstColumn
{
    height: 40px;
    vertical-align: middle;
    border-bottom: 1px solid #d9dadb;
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: 11px;
    padding: 0px 0px 0px 10px;
}

.MyAccountOrderHistoryDetailTableColumns
{
    height: 40px;
    vertical-align: middle;
    border-bottom: 1px solid #d9dadb;
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: 11px;
}

.MyAccountOrderHistoryDetailsPrivacyTable
{
    table-layout: fixed;
    text-align: right;
    width: 648px;
    background-color: #d9dadb;
    padding: 10px 0px;
}

.MyAccountOrderHistoryDetailsH2
{
    width: 648px;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 3px;
}


.CheckoutColumn
{
    float: left;
}

    .CheckoutColumn input[type="image"], #deliveryAddress input[type="image"], #EditAddress input[type="image"], #NewAddress input[type="image"]
    {
        vertical-align: middle;
    }

.CheckoutColumnTable
{
    width: 480px;
}

.CustomerType
{
    text-align: center;
    width: 390px;
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
    height: 56px;
    background-image: url('/Images/new_checkout_panel.gif');
    background-repeat: no-repeat;
}

    .CustomerType img
    {
        padding-left: 0px;
        padding-right: 0px;
        height: 16px;
        width: 90px;
    }

.CheckoutBasket
{
    text-align: right;
    width: 810px;
    float: right;
    position: relative;
}

.CheckoutColumnTable td
{
    text-align: left;
}

.CheckoutDeilveryAddressOptionContainer
{
    clear: both;
    border: solid 1px gray;
    background-color: Silver;
}

.CheckoutDeilveryAddressOption
{
    width: 90%;
    text-align: center;
    height: 40px;
    font-weight: bolder;
    font-size: 120%;
}

    .CheckoutDeilveryAddressOption input
    {
        background-color: Silver;
    }

/* Order Confirm */
.OrderConfirmAddress
{
    position: relative;
    float: left;
    width: 300px;
}

.OrderConfirmBasket h2
{
    text-align: left;
}

.OrderConfirmBasket
{
    text-align: right;
    float: right;
    position: relative;
    width: 810px;
}

.error label
{
    width: 90%;
    text-align: left;
}

ul.error
{
    list-style-type: none;
}

.VoucherInput
{
    margin-left: 134px;
}

.VoucherOutput
{
    margin-left: 134px;
}


.BasketBlueButtons
{
    vertical-align: text-top;
    float: left;
    position: relative;
}

    .BasketBlueButtons img
    {
        margin-left: 360px;
    }

.CheckoutButtonNoMargin
{
    margin-left: 15px !important;
}

.CheckoutColumnTable td .text
{
    width: 15em;
    height: 18px;
    vertical-align: middle !important;
    border: solid 1px #9c9c9c !important;
}

.CheckoutColumnTable td .dropdown
{
    height: 22px;
    vertical-align: middle;
    border: solid 1px #9c9c9c !important;
    border-style: none;
}

.CheckoutColumnTable td .checkbox
{
    height: 18px;
    width: 18px;
    vertical-align: middle;
}

.CheckoutTerms
{
    margin-left: 100px;
    width: 792px;
    text-align: center;
    line-height: 160%;
}

.CheckoutSubmit
{
    text-align: center;
}

.PaymentSelectionPOSection fieldset
{
    margin: 0px;
}

    .PaymentSelectionPOSection fieldset ol
    {
        margin: 0px;
    }

    .PaymentSelectionPOSection fieldset li
    {
        margin: 0px 0px 15px 0px;
        vertical-align: bottom;
        padding: 0px;
    }

    .PaymentSelectionPOSection fieldset label
    {
        width: auto;
    }

.PaymentTypeSelectionTitle
{
    float: left;
    text-align: center;
}

    .PaymentTypeSelectionTitle p
    {
        width: 120px;
        padding-top: 12px;
    }

.Green
{
    color: #61A508;
}

.floatchevron
{
    float: left;
    position: relative;
    background-image: url('/Images/green_arrow_right_41px.gif');
    height: 50px;
    background-repeat: no-repeat;
    width: 21px;
}

.PaymentTypeSelectionCheckbox
{
    float: left;
    margin-top: 13px;
}

.PaymentTypeSelectionBody, .CostCentre
{
    border: solid 1px silver;
    float: left;
    position: relative;
    padding: 15px;
    background-image: url('/Images/gradient_32px.jpg');
    background-repeat: repeat-x;
    background-position: bottom;
    width: 797px;
    margin-bottom: 15px;
}

    .PaymentTypeSelectionBody select
    {
        display: block;
    }

    .PaymentTypeSelectionBody fieldset
    {
        margin: 0px;
    }

        .PaymentTypeSelectionBody fieldset li
        {
            margin: 0px;
        }

        .PaymentTypeSelectionBody fieldset label
        {
            width: 37%;
        }

    .PaymentTypeSelectionBody .errorInValid, .PaymentTypeSelectionBody .field-validation-error
    {
        margin-left: 39.7%;
    }

.OgoneError .errorInValid, .OgoneError .field-validation-error
{
    margin-left: 0px;
}

.CheckoutSection
{
    width: 990px;
    position: relative;
    text-align: left;
}

.CheckoutSectionTandC
{
    width: 990px;
    position: relative;
    text-align: left;
}

.CheckoutSectionHeader
{
    padding-left: 33px;
    background-image: url('/Images/green_arrow_right_41px.gif');
    height: 41px;
    background-repeat: no-repeat;
    color: #424242;
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
    margin-top: 0px;
}

    .CheckoutSectionHeader span
    {
        padding-top: 10px;
        display: block;
    }

.CreditCard td
{
    padding-left: 0px;
    padding-right: 0px;
}

    .CreditCard td .FormReq
    {
        margin: 3px 0px 0px 0px;
    }

    .CreditCard td .errorInValid, .CreditCard td .field-validation-error
    {
        margin-left: 0px;
        height: auto;
    }

.checkOutLabels
{
    float: right;
    text-align: right;
    margin-right: 1px;
    vertical-align: bottom;
}

.V12
{
    text-align: left;
    font-size: 11px;
}

    .V12 li
    {
        color: #134195;
        font-weight: bold;
    }

    .V12 p
    {
        text-align: left;
    }

.DeliveryOptionsDropDown
{
    padding: 3px;
    font-family: Courier;
    font-size: 11px;
}

.CheckoutInvoiceOptionSection
{
    margin-left: 100px;
    width: 792px;
    text-align: center;
    line-height: 160%;
    font-size: 12px;
    font-weight: bold;
}

fieldset .checkboxFloatLabelInvoice
{
    float: left;
    text-align: left;
    width: 350px;
    font-weight: normal;
    font-size: 1.273em;
}

.DeliveryCourierOptionsDropDown
{
    padding: 3px;
    font-size: 11px;
}

.DeliveryDeskPointService
{
    padding: 1px;
    width: 30px;
    text-align: center;
    height: 16px;
}

.DeliveryDeskPointServiceDatePicker
{
    padding: 2px;
    width: 70px;
    text-align: center;
}

.DeliveryDeskPointServiceTimePicker
{
    padding: 2px;
    width: 50px;
    text-align: center;
}

.DeliveryDeskPointAdditionalInformation
{
    padding: 2px;
    width: 225px;
    height: 50px;
    resize: none;
}

#CheckoutLogon #NewCustomerContainer
{
    float: left;
    width: 450px;
    height: 100%;
}

    #CheckoutLogon #NewCustomerContainer h2
    {
        margin-top: 0;
    }

#CheckoutLogon ol
{
    margin: 1em 1em 1em 2em;
}

.ExtendedImagesStyle
{
    
}

.MarketingSpecStyle
{
   
}

.MarketingTextStyle
{
    
}

.ProductFeaturesStyle
{
    
}

.KeySellingPointsStyle
{
    
}

.InTheBoxStyle
{
    
}
.clearBoth {
    clear:both;
}
.leftaligned
{
    text-align: left;
}

.rightaligned
{
    text-align: right;
}
.centeraligned {
    text-align: center;
}
.textbold {
    font-weight: bold;
}
.rightFloat {
    float:right;
}
.leftFloat {
    float:left;
}
.unpadded
{
    padding: 0px;
}

.fullwidth
{
    width: 646px;
}

.centred
{
    text-align: center;
}

.pointercursor
{
    cursor: pointer;
}

.borderedimage
{
    border: 1px solid #C0C0C0;
}

.vcentred
{
    vertical-align: middle;
}
.vbottom {
    vertical-align:bottom;
}
.vtop {
    vertical-align:top;
}
.hidden
{
    visibility: hidden;
    display: none;
}

.borderless
{
    border: none;
}

.bordered1px
{
    border-style: solid;
    border-width: 1px;
}

.bolderror
{
    color: red;
    font-weight: bold;
    font-size: smaller;
}

.pageFeedbackTableRow
{
    border-right: solid 1px #324676;
    padding-right: 4px;
    padding-left: 4px;
    font-size: smaller;
    padding-bottom: 3px;
    border-left: solid 1px #324676;
    background-color: #fffde6;
    text-align: left;
}

.pageFeedbackTableBottomRow
{
    border-right: #324676 1px solid;
    padding-right: 4px;
    padding-left: 4px;
    font-size: smaller;
    padding-bottom: 3px;
    border-left: #324676 1px solid;
    border-bottom: #324676 1px solid;
    background-color: #fffde6;
    text-align: right;
}

#FeedbackOptions
{
    width: 459px;
}

.productinfospot
{
    max-width: 145px;
    width: 145px;
    text-align: left;
    margin: 0 auto;
}

.productinfoherospot
{
    max-width: 316px;
    width: 316px;
    text-align: left;
    margin: 0 auto;
}
/* ZOOM */
div.jqZoomTitle
{
    z-index: 5000;
    text-align: center;
    font-size: 11px;
    font-family: Tahoma;
    height: 16px;
    padding-top: 2px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    color: #FFF;
    background: #999;
}

.jqZoomPup
{
    overflow: hidden;
    background-color: #fff;
    -moz-opacity: 0.4;
    opacity: 0.4;
    filter: "alpha(opacity = 40)";
    z-index: 10;
    border-color: #fff;
    border-style: solid;
    border: 1px;
    cursor: crosshair;
}

    .jqZoomPup img
    {
        border: 1px;
    }

.preload
{
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity = 80);
    color: #333;
    font-size: 12px;
    font-family: Tahoma;
    text-decoration: none;
    border: 1px solid #CCC;
    padding: 8px;
    text-align: center;
    width: 90px;
    *width: 100px;
    height: 43px;
    *height: 55px;
    z-index: 10;
    position: absolute;
    top: 3px;
    left: 3px;
}

.jqZoomWindow
{
    border: 1px solid #d0d0d0;
    background-color: #FFF;
}

.AyeAyeLink
{
    color: #1B6FB7;
    text-decoration: none;
}

    .AyeAyeLink:hover
    {
        text-decoration: underline;
    }

#MiscoNumber .AyeAyeLink
{
    color: white;
    text-decoration: none;
}

    #MiscoNumber .AyeAyeLink:hover
    {
        text-decoration: underline;
    }

#AddReview
{
    color: white;
    text-decoration: underline;
}

    #AddReview:hover
    {
        color: white;
        text-decoration: underline;
    }

    #AddReview:visited
    {
        color: white;
        text-decoration: underline;
    }

.featured-unselected
{
    float: left;
    height: 26px;
    border-right: 1px solid #c6c7c8;
    border-left: 1px solid #c6c7c8;
    border-top: 1px solid #c6c7c8;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    background-image: url('/images/prodpg_rr_tab_grad_inactive.gif');
    background-repeat: repeat-x;
    background-color: White;
}

.featured-selected
{
    float: left;
    height: 25px;
    border-right: 1px solid #c6c7c8;
    border-left: 1px solid #c6c7c8;
    border-top: 1px solid #c6c7c8;
    border-bottom: 1px solid white;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    background-image: url('/images/prodpg_rr_tab_grad_active.gif');
    background-repeat: repeat-x;
    background-color: White;
}

.featured-spots-unselected
{
    display: none;
}

.featured-spots-selected
{
    border-bottom: 1px solid #c6c7c8;
    border-left: 1px solid #c6c7c8;
    border-right: 1px solid #c6c7c8;
    margin-bottom: 10px;
    clear: both;
    padding-top: 5px;
    padding-bottom: 5px;
}

h1.seo, h2.seo
{
    font-size: 100%;
    margin: 0px;
    font-weight: inherit;
}

.ExtendedSpec
{
    width: 700px;
    margin-top: 10px;
    border: solid 0px white;
}

.ExtendedSpecSectionTitle
{
    width: 700px;
    background-color: #9cc0d8;
    font-weight: bold;
    color: Black;
}

.ExtendedSpecSectionElement
{
    border-bottom: solid 1px #e5e5e5;
}

.ExtendedSpecRowOver
{
    background-color: #e5e5e5;
}

.ExtendedSpecProductDescription
{
    width: 690px;
    height: 33px;
    font-weight: bold;
    vertical-align: middle;
    display: table-cell;
    border-left: solid 1px #b2b5b7;
    border-right: solid 1px #b2b5b7;
    background: url('/images/productInfo_pageheade_centre.gif') repeat-x 0 0;
    padding-left: 10px;
}

a.upsell
{
    font-weight: normal;
}

#infoTabButtons
{
    height: 32px;
    width: 818px;
    max-width: 818px;
    visibility: visible;
    overflow: hidden;
}

.ProductInfoPromoTextHeader
{
    margin: 0px;
    width: 818px;
}

.ProductInfoPromoTextBody
{
    border-bottom: solid 1px #E2001A;
    border-left: solid 1px #E2001A;
    border-right: solid 1px #E2001A;
    background-image: url(/images/gradient_32px.jpg);
    background-position: bottom;
    background-repeat: repeat-x;
    width: 796px;
    padding: 10px;
    margin-bottom: 10px;
}

.ItalyDatasheetsTable
{
    padding: 2px;
}

.ItalyDatasheetsCellOne
{
    font-weight: bold;
    padding-right: 5px;
    text-transform: capitalize;
}

.ItalyDatasheetsCellTwo
{
    text-transform: capitalize;
}

.padded6px
{
    padding: 6px;
}

#WarningContainer
{
    margin-bottom: 5px;
}

    #WarningContainer img
    {
        vertical-align: middle;
        margin-right: 5px;
    }

.ProductHeaderRed
{
    color: #9E1D00;
    font-weight: bold;
    font-size: 14px;
}

.PromotionTextContainerProductInformation
{
    width: 600px;
    padding: 0.6em;
    border: 1px solid red;
    background-color: #FFFFAA;
    color: #000000;
}

.PromotionalTextHeaderProductInformation
{
    width: 100%;
    font-size: 1em;
    font-weight: bold;
    padding-bottom: 0.4em;
}

.PromotionalTextBodyProductInformation
{
    width: 100%;
    font-size: 0.9em;
}

.PromotionTextContainerLineListing
{
    width: 600px;
    padding: 0.6em;
    border: 1px solid red;
    background-color: #FFFFAA;
    color: #000000;
}

.PromotionalTextHeaderLineListing
{
    width: 100%;
    font-size: 1em;
    font-weight: bold;
    padding-bottom: 0.4em;
}

.PromotionalTextBodyLineListing
{
    width: 100%;
    font-size: 0.9em;
}

.ProductInfoIconContainer
{
    float: left;
    width: 56px;
    text-align: center;
    margin-top: 13px;
    margin-left: -8px;
}

    .ProductInfoIconContainer#ccslogos
    {
        width: 51px;
        padding-right:5px;
    }

    .ProductInfoIconContainer#ccslogos td
    {
        padding: 0px;
        margin: 0px;
    }

    .ProductInfoIconContainer#ProductReviewIcon
    {
        width: 58px;
    }

.ProductInfoIconImage
{
    margin-bottom: 2px;
    width: 24px;
    height: 24px;
}

.ProductInfoProductNumberBg
{
    background: url('/images/misconum_mid.gif') repeat-x 0 0;
    height: 25px;
}

.ProductInfoProductNumberLeft
{
    background-image: url(/images/misconum_left.gif);
    background-repeat: no-repeat;
    float: left;
    height: 26px;
    width: 3px;
}

.ProductInfoProductNumberRight
{
    background-image: url(/images/misconum_right.gif);
    background-repeat: no-repeat;
    float: right;
    height: 26px;
    width: 3px;
}

.ProductInfoProductNumberCenter {
    /*float: left; */
    width: 617px;
}
.ProductInfoProductNumberCenter .b.right {
    float: right;
    line-height: 25px;
}
.ProductInfoProductNumberCenter .b a{
    color: White; 
    text-decoration: underline; 
    line-height: 25px;
}

.ProductInfoProductNumber
{
    float: left;
    color: white;
    margin-top: 0px;
    margin-left: 5px;
    line-height: 25px;
}

.ProductInfoSocialMediaContainer
{
    text-align: center;
    width: 355px;
}

.ProductInfoSocialMediaIcon
{
    padding-left: 15px;
    float: left;
}

    .ProductInfoSocialMediaIcon#ProdTwitter
    {
        padding-left: 28px;
    }

.ProductInfoUpsellBlank
{
    width: 194px;
    float: left;
    height: 97px;
    max-height: 97px;
    margin-top: 11px;
    overflow: hidden;
}

.ProductInfoLargeSurcharge
{
    color: #e10312;
    padding-top: 5px;
    padding-bottom: 3px;
}

.ProductInfoAlreadyReviewed
{
    background-color: #FFE6E6;
    border: 1px solid #9E1D00;
    padding: 5px;
}

    .ProductInfoAlreadyReviewed #Warning
    {
        width: 30px;
        margin-right: 5px;
        vertical-align: middle;
    }

    .ProductInfoAlreadyReviewed #Text
    {
        color: #9E1D00;
        margin-left: 55px;
    }

.ProductInfoDescriptionContainer
{
    background: url('/images/productInfo_pageheade_centre.gif') repeat-x 0 0;
    border-left: 1px solid #b2b5b7;
    border-right: 1px solid #b2b5b7;
    height: 33px;
}

    .ProductInfoDescriptionContainer .OfferLink
    {
        text-decoration: none;
        float: right;
    }

        .ProductInfoDescriptionContainer .OfferLink Img
        {
            right: 0;
            position: absolute;
            clear: both;
        }

.ProductInfoDescription
{
    overflow-y: hidden;
    vertical-align: middle;
    height: 33px;
    position: relative;
    display: table-cell;
    padding-left: 10px;
    color: #1B6FB7;
    line-height: 14px;
}

.ProductInfoBigUpsellContainer
{
    width: 100%;
    position: relative;
}

.ProductInfoSecondaryUpsells
{
    width: 818px;
    height: 1px;
    background-color: #c6c7c8;
    position: absolute;
    top: 34px;
    left: 0;
    z-index: -1;
}

.ProductInfoUpsellTabSpacer
{
    float: left;
    width: 6px;
    height: 34px;
}

.EsprinetDescriptionTable
{
    padding: 2px;
    font-size: 11px;
}

.EsprinetDescriptionHeaderCell
{
    display: none;
}

.EsprinetDescriptionSpan
{
    display: none;
}

.EsprinetSingleHeader
{
    display: none;
}

.EsprinetTechnicalDetailsTable
{
    padding: 2px;
    font-size: 11px;
    width: 700px;
}

.EsprinetTechnicalDetailsRow
{
    background-color: #FFFFFF;
    border-bottom: 1px solid #e5e5e5;
}

.EsprinetTechnicalDetailsHeader
{
    font-weight: bold;
}

.EsprinetTechnicalDetailsAttributeName
{
    font-weight: normal;
    width: 300px;
}

.EsprinetTechnicalDetailsRowOver
{
    background-color: #e5e5e5;
}

.siteMapMenuBlock
{
    width: 50%;
    float: left;
}

    .siteMapMenuBlock ul
    {
        padding: 0 1em 0 1em;
    }

        .siteMapMenuBlock ul li
        {
            list-style-image: url('/images/bullet_arrow_right_active.gif');
        }

    .siteMapMenuBlock h1
    {
        margin-top: 0;
    }

    .siteMapMenuBlock a
    {
        display: block;
        padding: 3px;
    }

#DiscontinuedProductContainer
{
    border-bottom: 1px solid #A2A2A4;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

    #DiscontinuedProductContainer img
    {
        float: left;
    }

    #DiscontinuedProductContainer .dproductDetails
    {
        float: left;
        padding-left: 5px;
        width: 530px;
    }

#EmailFriendSentMessage
{
    width: 583px;
    margin: 0 auto;
}

.productCompare
{
    border-collapse: collapse;
}

    .productCompare td
    {
        border: 1px solid #D8D8D8;
    }

    .productCompare tr.highlight
    {
        background-color: #E3ECF1;
    }

.CnetMarketingText
{
	padding:2px;
}

.MarketingSpecificationTable
{
    margin-left:auto;
    margin-right:auto;
    width:700px;
    border-top:1px solid #D5D5D5;
}

.MarketingSpecificationTable tr:hover
{
    background-color: #e5e5e5;
}

.MarketingSpecificationCellOne
{
    font-weight:bold;
    width:350px;
    vertical-align:top;
    padding:7px 5px 7px 5px;
    border-bottom:1px solid #D5D5D5;
}

.MarketingSpecificationCellTwo
{
    padding:7px 5px 7px 0px;
    border-bottom:1px solid #D5D5D5;
}

.productDiscountToolTip 
{
    border: solid 1px black; 
    font-size: 8pt;
    padding: 5px; 
    position:absolute; 
    background-color: #e7f3ff; 
    width: 210px; 
    z-index: 100;
}

.productDiscountCaption 
{
    padding: 0px; 
    width: 60%; 
    font-weight: bold; 
    vertical-align:top; 
    text-wrap: none;
}

.productDiscountAdvertisedPrice 
{
    padding: 0px; 
    vertical-align:bottom; 
    text-wrap: none;
} 

.productDiscountYourDiscountRate 
{
    padding: 0px; 
    color: Red; 
    vertical-align: bottom; 
    word-wrap: hyphenate;
}

.productDiscountDiscountPrice 
{
    padding: 0px; 
    vertical-align: bottom; 
    font-weight: bold;
    text-wrap: none;
}

.hundredPercentWidth {
    width:100%;
}

.hundredPercentHeight {
    height:100%;
}

.ProductInfoDescription.maxwidthSmall {
    max-width: 650px;
}
.ProductInfoDescription.maxwidthBig {
    max-width: 800px;
}

td.unpadded.borderless.size14.b {
    padding-top: 4px; 
    padding-right: 10px;
}

.lblQuantity {
    vertical-align: middle; 
    float: none; 
    font-weight: normal;
}

.displayBlock {
    display:block;
}

#OtherReviewsIcon a {
    text-decoration: none;
    color: Black;
}

.userHasReviewedProductImage {
    margin-bottom: 2px;
}

a.noUserReviewedProduct{
    text-decoration: none; 
    color: Black;
}

#zoomimage {
    padding-left: 40px; 
    padding-right: 40px;
}
img#MiscoSmallZoom {
    width: 250px; 
    height: 250px;
}
img#noimage {
    width: 200px; 
    height: 200px;
}

.EnlargeImageLinkSource {
    text-decoration: none; 
    color: black;
}
.EnlargeImageLinkSource img {
    vertical-align: middle;
    width:17px;
    height:17px;
}

.productCarouselContainer {
    height: 59px; 
    min-height: 59px; 
    max-height: 59px; 
    visibility: visible;
}

.priceContainingRegion table {
    width:100%;
}

.priceContainingRegion .ProductInfoPriceLabel {
    padding-top: 4px; 
    padding-right: 10px; 
    vertical-align: top; 
    padding-bottom: 5px;
}
.priceContainingRegion .ProductInfoPriceText {
    padding-top: 4px; 
    padding-right: 10px; 
    vertical-align: top; 
    padding-bottom: 5px;
}
.priceContainingRegion .ProductInfoLessCashbackLabel {
    padding-top: 4px; 
    color:#008A00; 
    vertical-align: bottom; 
    padding-bottom: 5px;
}
.priceContainingRegion .ProductInfoLessCashbackText {
    padding-top: 4px;
    padding-right: 10px;
    color: #008A00;
    vertical-align: bottom;
    line-height: 13px;
    padding-bottom: 5px;
}
.priceContainingRegion .ProductInfoLessCashbackText a {
    color:#008A00;
}
.priceContainingRegion .ProductInfoFinalPriceLabel {
    padding-top: 4px; 
    padding-right: 10px; 
    vertical-align: top;
}
.priceContainingRegion .ProductInfoFinalPriceText {
    vertical-align: top;
}
.productDiscountToolTip table {
    margin: 0px; 
    width: 100%;
}

.productPriceToolTip {
    border: solid 3px darkgray; 
    padding: 5px; 
    display:none; 
    position:absolute;                  
    background-image: url(/images/cost_hover_bg.jpg); 
    background-repeat: repeat-x;             
    background-position: bottom; 
    background-color: White; 
    width: 275px; 
    z-index:100;
}
.productPriceToolTip table {
    margin: 0px; 
    font-family: Arial;
}
.productPriceToolTip table tr {
    font-size: large;
}
.productPriceToolTip table td {
    padding: 0px;
    width: 50%;
}

.ImageAltStyle {
    padding-left: 6px; 
    padding-right: 6px; 
    cursor: pointer; 
    height: 32px; 
    width: 95px; 
    max-width: 95px; 
    vertical-align: middle;
}

.ImageAltStyle div {
    padding-top: 0px;
    width: 84px; 
    max-width: 84px; 
    padding-left: 2px; 
    vertical-align: middle;
}

.ImageAltStyle a {
    width: 76px; 
    max-width: 76px; 
    font-weight: bold; 
    text-decoration: none; 
    font-size: 86%;
}
#selectedTab.infotab {
    visibility: visible; 
    position: relative;
    width: 14px; 
    height: 7px; 
    top: 0px;
}

.recentlyViewed {
    padding: 1px 1px 1px 1px;
}
.leftImage {
    float: left;
}

.rightImage {
    float: right;
}

.recentlyViewed .RecentlyViewedIntroDiv {
    height: 32px; 
    background-image: url(/images/tabunselectedplain.gif); 
    background-repeat: repeat-x; 
    color: white; 
    text-align: left; 
    display: table-cell; 
    vertical-align: middle; 
    width: 810px;
}
.recentlyViewed .RecentlyViewedIntroDiv span {
    padding-left: 4px; 
    line-height: 32px;
}

.PageFeedbackAnyQuestionsIntroDiv {
    height: 32px; 
    background-image: url(/images/tabunselectedplain.gif); 
    background-repeat: repeat-x; 
    color: white; 
    text-align: left; 
    display: table-cell; 
    vertical-align: middle; 
    width: 810px;
}

.PageFeedbackDynamicSpan .details {
    margin: 7px;
}
.PageFeedbackDynamicSpan .FeedbackTypeDiv {
    margin: 0 auto; text-align: left; width: 459px; padding-bottom: 15px;
}
.PageFeedbackDynamicSpan .FeedbackTypeDiv .feedbacklabel {
    font-weight: normal; float: inherit; padding: 0px; text-align: inherit;
}
.PageFeedbackDynamicSpan .FeedbackTypeDiv .dropdown {
    height: 22px; border: 1px solid #9c9c9c; width: 459px;
}

.PageFeedbackDynamicSpan .messageDiv{
    margin: 0 auto; text-align: left; width: 459px; padding-bottom: 15px;
}
.PageFeedbackDynamicSpan .messageDiv .feedbacklabel{
    font-weight: normal; float: none; padding: 0px; text-align: left;
}
.PageFeedbackDynamicSpan .messageDiv .feedbacktextarea {
    overflow-x: hidden; overflow-y: auto; height: 100px; width: 459px;
}

.PageFeedbackDynamicSpan .captchaDiv{
    width: 312px; margin-left: 33%; padding-bottom: 15px;
}

.PageFeedbackDynamicSpan .emailDiv{
    margin: 0 auto; text-align: left; width: 459px; padding-bottom: 15px;
}
.PageFeedbackDynamicSpan .emailDiv .feedbacklabel{
    font-weight: normal; float: none; padding: 0px; text-align: inherit;
}
.PageFeedbackDynamicSpan .emailDiv .feedbacktextbox {
    width: 325px; vertical-align: middle; height: 20px;
}

.PageFeedbackDynamicSpan .mandatoryNote{
    margin: 0 auto; text-align: left; width: 459px;
}

.productSpotRichRelevanceContainer {
    width: 140px;
    float: left;
    margin-left: 15px;
}
.productSpotRichRelevanceContainer .searchLinkImgDiv {
    margin-bottom: 3px;
}
.productSpotRichRelevanceContainer .searchLinkSeoDiv {
    margin-bottom: 3px;
    height: 45px;
    overflow: hidden;
}

.productSpotRichRelevanceContainer .priceDiv {
    margin-bottom: 3px;
}

.productSpotRichRelevanceSmallContainer {
    width: 194px; float: left; height: 97px; max-height: 97px; margin-top: 11px; overflow: hidden;
}
.productSpotRichRelevanceSmallContainer .upsellTop {
    width: 194px; height: 4px; background-image: url('/images/upsell_top.gif'); background-repeat: no-repeat;
}
.productSpotRichRelevanceSmallContainer .upsellBottom {
    width: 194px; height: 4px; background-image: url('/images/upsell_bottom.gif'); background-repeat: no-repeat;
}
.productSpotRichRelevanceSmallContainer .searchLinkDiv {
    border-left: 1px solid #c6c7c8;
    border-right: 1px solid #c6c7c8;
    height: 89px;
    background-image: url('/images/upsell_grad.gif');
    background-repeat: repeat-x;
    background-position: bottom;
}
.productSpotRichRelevanceSmallContainer .searchLinkDiv .linkImgDiv img {
    margin-left: 3px; margin-right: 3px;
}
.productSpotRichRelevanceSmallContainer .searchLinkDiv .seoPrice{
   width: 115px;
}
.productSpotRichRelevanceSmallContainer .searchLinkDiv .seoPrice .seoLinkDiv{
    height: 50px; overflow: hidden;
}

.ProductInfoCashbackTermsTabDownloadAdobeText {
    font-size:12px;
}
.ProductInfoCashbackTermsTabH1Title {
    margin-top:0px; padding-top:0px;
}
.ProductInfoCashbackTermsContainer {
    font-size: 13px;
}
.ProductInfoCashbackTermsContainerSub {
    margin-left :30px
}

.ProductTechnicalSpecificationsContainer {
    width: 700px; margin: 0 auto;
}
.ProductTechnicalSpecificationsContainer .ExtendedSpec td {
    width:50%;
}

.ProductInfoPromoTextHeaderTdLeft {
    height: 21px;
    width: 4px;
    background: url('/images/hp_red_left_21px.gif') no-repeat 0 0;
}
.ProductInfoPromoTextHeaderTdCentre {
    padding-left: 6px; width: 810px; background: url('/images/hp_red_centre_21px.gif') repeat-x 0 0;
}
.ProductInfoPromoTextHeaderTdRight {
    height: 21px; width: 4px; background: url('/images/hp_red_right_21px.gif') no-repeat 0 0;
}
.ProductInfoPromoTextHeaderTdCentre div {
    max-height: 21px; overflow-y: hidden;
}
.ProductInfoPromoTextHeaderTdCentre span {
    vertical-align: middle; color: white;
}

.field-validation-error { margin-left: 0px;}
.FormReq { float: none; margin: 0px; }
.qtyBox { height: 20px; width: 34px; vertical-align: middle; }
.EsprinetPopup { display:none; position:relative; z-index:24; }
.EsprinetPopup:hover { z-index:25; }
.ui-tooltip {
    padding: 5px;
}
.ui-tooltip-content {
    color: #424242;
}
.ui-tooltip-content .b {
    text-align:center;
}
.ui-widget {
    font-size:inherit!important;
    font-family:inherit!important;
}
.moreAccessoriesLink {
    width: 194px;
    float: left;
    max-height: 97px;
    margin-top: 11px;
    overflow: hidden;
    padding: 0px;
    border: none;
    text-align: left;
}
.flixMediaAttachWidgetContainer {
    float: left;
    margin-top: 19px;
    margin-left: 6.5px
}
.productAttach
{
    margin-left:25px;
}

.showProductAttach {
    background-repeat: no-repeat;
    display: block;
    height: 58px !important;
    text-indent: -9999px;
    width: 52px !important;
}

body.enGB1210 .showProductAttach, 
body.enIE1206 .showProductAttach, 
body.enGB1201 .showProductAttach,
body.enGB1203 .showProductAttach,
body.enGB1204 .showProductAttach
{
    background-image: url("http://img.misco.eu/resources/images/Modules/ContentManagement/1210/additionalupsells-widget/HP_widget_50_57.gif") !important;
}

body.deAT1201 .showProductAttach, 
body.deCH1203 .showProductAttach, 
body.deDE1204 .showProductAttach 
{
    background-image: url("http://img.misco.eu/resources/images/Modules/ContentManagement/1204/additionalupsells-widget/DE_HP_widget_50_57.gif") !important;
}

body.esES1205 .showProductAttach {
    background-image: url("http://img.misco.eu/resources/images/Modules/ContentManagement/1205/additionalupsells-widget/ES_HP_widget_50_57.gif") !important;
}

body.nlNL1208 .showProductAttach 
{
    background-image: url("http://img.misco.eu/resources/images/Modules/ContentManagement/1208/additionalupsells-widget/NL_HP_widget_50_57.gif") !important;
}

body.itIT1212 .showProductAttach 
{
    background-image: url("http://img.misco.eu/resources/images/Modules/ContentManagement/1212/additionalupsells-widget/IT_HP_widget_50_57.gif") !important;
}

.showProductAttach.showProductAttach_en {
    width: 52px !important;
}
.showProductAttach_maincontaner {
    height: 58px !important;
    width: 52px !important;
}
.additionalupsells-dialog {
    min-height: 567px !important;
    z-index: 5000000 !important;
}

.additionalupsell-icon-container {
    float: left;
    margin-left: 0px;
    margin-top: 11px;
    text-align: center;
}

 .additionalupsell-icon-container td {
    padding-right: 0px !important;
}

.additionalupsell-icon {
    padding-top: 8px;
    padding-bottom: 5px;
    padding-left: 8px;
    width:52px;
    float:left;
}

.additionalupsells-popup {
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: auto;
    height: 567px;
}

.additionalupsells-popup-border {
    padding-left: 11px;
}

.additionalupsells-wrapper-container {
    height: 567px;
    border: 1px solid #d7d8d7;
}

.additionalupsells-wrapper {
    height: 567px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 550px;
}
.additionalupsells-wrapper a {
    color: #1b6fb7;
}

.additionalupsells-wrapper-content {
    background: none repeat scroll 0 0 #fff;
    color: #505050;
    font-family: "Segoe UI","Tahoma","Verdana","Arial",sans-serif;
    font-size: 12px;
    position: relative;
    text-align: left;
    height: 567px;
    width: 550px;
}

.additionalupsells-header {
    background: none repeat scroll 0 0 #fff;
    min-height: 80px;
    width: 550px;
}

.additionalupsells-footer {
    background: none repeat scroll 0 0 #fff;
    min-height: 50px;
    width: 550px;
}

.additionalupsells-products {
    overflow-x: hidden;
    overflow-y: auto;
    height: 392px;
    padding: 5px 10px 5px 10px;
}

.additionalupsells-wrapper .additionalupsells-wrapper-content table {
    border: medium none;
    border-collapse: collapse;
}

.additionalupsells-wrapper .additionalupsells-product-tbl {
    margin: 0px;
    width: 100%;
}

.additionalupsells-wrapper .additionalupsells-product-tbl td {
    font-size: 12px;
    line-height: 1.1;
    vertical-align: middle;
    border-bottom: 1px solid #d7d8d7;
}

.additionalupsells-wrapper .additionalupsells-product-img {
    padding: 5px 5px 5px 0px;
    min-width: 70px;
}
.additionalupsells-product-img-border {
    border: 1px solid #a1a2a4;
}
.additionalupsells-product-info {
    padding:5px 2px 5px 2px;
}
.additionalupsells-product-info-header a{
    font-weight:bold;
}
.additionalupsells-product-price {
    min-width:90px;
    padding: 5px 5px 0px 5px;
}
.additionalupsells-product-tbl .view-button{
    min-width:155px !important;
}
.additionalupsells-product-price-buttons {
    text-align:right;
}
.LineListSortingContainer
{
   /* height: 127px;*/
}

    .LineListSortingContainer.Sorting
    {
        background-image: url('/images/gradient_32px.jpg');
        background-position: bottom left;
        background-repeat: repeat-x;
        margin-bottom: 3px;
        border-bottom: solid 1px #BBBEC3;
        border-left: solid 1px #BBBEC3;
        border-right: solid 1px #BBBEC3;
    }

        .LineListSortingContainer.Sorting .SortingControlContainer
        {
            float: left;
            padding-left: 15px;
            height: 37px;
            line-height: 37px;
        }

            .LineListSortingContainer.Sorting .SortingControlContainer .itemSelector a:hover
            {
                background-color: #80C900;
            }

            .LineListSortingContainer.Sorting .SortingControlContainer.SortingControlContainerRight
            {
                padding-right: 15px;
                padding-left: 0px;
                float: right;
            }

.ViewMenuPositioningDiv
{
    float: right;
    vertical-align: middle;
}

    .ViewMenuPositioningDiv .ViewMenuContainer
    {
        width: 60px;
        border: solid 1px #9C9E9E;
        float: right;
        position: relative;
        background-color: White;
        padding: 1px;
        text-align: right;
        vertical-align: middle;
        overflow: hidden;
        line-height: 18px;
        margin-top: 8px;
        z-index: 100;
    }

        .ViewMenuPositioningDiv .ViewMenuContainer .ViewMenuArrow
        {
            float: right;
            vertical-align: middle;
        }

        .ViewMenuPositioningDiv .ViewMenuContainer .ViewMenuSelectedText
        {
            float: left;
            vertical-align: middle;
            height: 18px;
            margin-left: 5px;
        }

        .ViewMenuPositioningDiv .ViewMenuContainer .ViewMenu
        {
            background-color: White;
            position: relative;
        }

            .ViewMenuPositioningDiv .ViewMenuContainer .ViewMenu .ViewMenuItem
            {
                text-align: left;
                z-index: 100;
            }

                .ViewMenuPositioningDiv .ViewMenuContainer .ViewMenu .ViewMenuItem a,
                .ViewMenuPositioningDiv .ViewMenuContainer .ViewMenu .ViewMenuItemHidden a
                {
                    display: block;
                    padding-left: 5px;
                    width: 55px;
                    text-decoration: none;
                    color: #424242;
                }

            .ViewMenuPositioningDiv .ViewMenuContainer .ViewMenu .ViewMenuItemHidden
            {
                text-align: left;
                display: none;
                z-index: 100;
            }

    .ViewMenuPositioningDiv .ViewMenuTitle
    {
        float: right;
        vertical-align: middle;
    }

.ItemsMenuPositioningDiv
{
    float: left;
    vertical-align: middle;
}

    .ItemsMenuPositioningDiv .ItemsMenuTitle
    {
        float: left;
        vertical-align: middle;
    }

    .ItemsMenuPositioningDiv .ItemsMenuContainer
    {
        width: 36px;
        border: solid 1px #9C9E9E;
        float: left;
        background-color: White;
        padding: 1px;
        text-align: left;
        vertical-align: middle;
        overflow: hidden;
        line-height: 18px;
        margin-top: 8px;
        z-index: 100;
        position: relative;
    }

    .ItemsMenuPositioningDiv .ViewAll
    {
        width: 55px;
    }

        .ItemsMenuPositioningDiv .ItemsMenuContainer .ItemsMenuArrow
        {
            float: right;
            vertical-align: middle;
        }

        .ItemsMenuPositioningDiv .ItemsMenuContainer .ItemsMenuSelectedText
        {
            float: left;
            vertical-align: middle;
            height: 18px;
            margin-left: 5px;
        }

        .ItemsMenuPositioningDiv .ItemsMenuContainer .ItemsMenu
        {
            background-color: White;
        }

            .ItemsMenuPositioningDiv .ItemsMenuContainer .ItemsMenu .itemSelector a
            {
                color: #424242;
                text-decoration: none;
                display: block;
                width: 31px;
                padding-left: 5px;
            }

            .ItemsMenuPositioningDiv .ViewAll .ItemsMenu .itemSelector a
            {
                width: 34px;
            }

.SortByMenuPositioningDiv
{
    float: left;
    vertical-align: middle;
}

    .SortByMenuPositioningDiv .SortByMenuTitle
    {
        float: left;
        vertical-align: middle;
    }

    .SortByMenuPositioningDiv .SortByMenuContainer
    {
        width: 110px;
        border: solid 1px #9C9E9E;
        float: left;
        background-color: White;
        padding: 1px;
        text-align: left;
        vertical-align: middle;
        overflow: hidden;
        line-height: 18px;
        margin-top: 8px;
        z-index: 100;
        position: relative;
    }

        .SortByMenuPositioningDiv .SortByMenuContainer .SortByMenuArrow
        {
            float: right;
            vertical-align: middle;
        }

        .SortByMenuPositioningDiv .SortByMenuContainer .SortByMenuSelectedText
        {
            float: left;
            vertical-align: middle;
            height: 18px;
            margin-left: 5px;
        }

        .SortByMenuPositioningDiv .SortByMenuContainer .SortByMenu
        {
            background-color: White;
        }

            .SortByMenuPositioningDiv .SortByMenuContainer .SortByMenu .itemSelector a
            {
                color: #424242;
                text-decoration: none;
                display: block;
                width: 105px;
                padding-left: 5px;
            }

.CashbackSortMenuPositioningDiv
{
    float: left;
    vertical-align: middle;
}

    .CashbackSortMenuPositioningDiv .CashbackSortMenuTitle
    {
        float: left;
        vertical-align: middle;
    }

    .CashbackSortMenuPositioningDiv .CashbackSortMenuContainer
    {
        width: 110px;
        border: solid 1px #9C9E9E;
        float: left;
        background-color: White;
        padding: 1px;
        text-align: left;
        vertical-align: middle;
        overflow: hidden;
        line-height: 18px;
        margin-top: 8px;
        z-index: 100;
        position: relative;
    }

        .CashbackSortMenuPositioningDiv .CashbackSortMenuContainer .CashbackSortMenuArrow
        {
            float: right;
            vertical-align: middle;
        }

        .CashbackSortMenuPositioningDiv .CashbackSortMenuContainer .CashbackSortMenuSelectedText
        {
            float: left;
            vertical-align: middle;
            height: 18px;
            margin-left: 5px;
        }

        .CashbackSortMenuPositioningDiv .CashbackSortMenuContainer .CashbackSortMenu
        {
            background-color: White;
        }

             .CashbackSortMenuPositioningDiv .CashbackSortMenuContainer .CashbackSortMenu .itemSelector a
            {
                color: #424242;
                text-decoration: none;
                display: block;
                width: 105px;
                padding-left: 5px;
            }

/* Address Book*/
/***************************************/

table.AddressBookContainer td
{
    padding: 0px;
}

table.addressBookTableOuter
{
    border: 1px solid #acacac;
    border-spacing: 0px;
    border-collapse: collapse;
    /*height:240px;	     */
}

    table.addressBookTableOuter td
    {
        border-width: 0px;
        border-style: none;
        -moz-border-radius: 0px 0px 0px 0px;
        -webkit-border-radius: 0px 0px 0px 0px;
        border-radius: 0px 0px 0px 0px;
    }

table.addressBookTableInnerBorder
{
    border-spacing: 0px;
    border-collapse: collapse;
    margin-bottom: 0em;
}

    table.addressBookTableInnerBorder td
    {
        padding: 2px;
        border-style: none;
        -moz-border-radius: 0px 0px 0px 0px;
        -webkit-border-radius: 0px 0px 0px 0px;
        border-radius: 0px 0px 0px 0px;
    }

table.addressBookTableInner
{
    border-width: 0px;
    border-spacing: 0px;
    border-style: hidden;
    border-collapse: collapse;
    /*height:240px;*/
    margin-bottom: 0em;
}

    table.addressBookTableInner td
    {
        padding: 0px;
        padding-left: 5px;
        border-style: none;
        -moz-border-radius: 0px 0px 0px 0px;
        -webkit-border-radius: 0px 0px 0px 0px;
        border-radius: 0px 0px 0px 0px;
    }

table.addressBookTableInnerLine
{
    border: 1px solid #acacac;
    border-spacing: 0px;
    border-collapse: collapse;
    margin-bottom: 0em;
}

    table.addressBookTableInnerLine td
    {
        border: 1px solid #acacac;
        border-spacing: 0px;
        padding: 2px 0px 2px 5px;
        -moz-border-radius: 0px 0px 0px 0px;
        -webkit-border-radius: 0px 0px 0px 0px;
        border-radius: 0px 0px 0px 0px;
    }

table.addressBookTableInnerLineWithoutBorder
{
    border: 0px none #acacac;
    border-spacing: 0px;
    border-collapse: collapse;
    margin-bottom: 0em;
}

    table.addressBookTableInnerLineWithoutBorder td
    {
        border: 0px none #acacac;
        border-spacing: 0px;
        padding: 2px 0px 2px 5px;
        -moz-border-radius: 0px 0px 0px 0px;
        -webkit-border-radius: 0px 0px 0px 0px;
        border-radius: 0px 0px 0px 0px;
    }

.addressBookTableGrey
{
    background-color: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, 1)), color-stop(100%,rgba(239, 239, 239, 1)));
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );*/
    background: -moz-linear-gradient(center top, #FFFFFF 0%, #EFEFEF 100%) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(bottom, rgb(255, 255, 255) 0%, rgb(239, 239, 239) 100%);
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(239, 239, 239) 100%);
    background: -o-linear-gradient(top,  rgb(255, 255, 255) 0%,rgb(239, 239, 239) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgb(255, 255, 255) 0%,rgb(239, 239, 239) 100%); /* IE10+ */
        
}

.addressBookTableWhite
{
    background-color: #FFFFFF;
}

.addressbookTableMyDisplay
{
    /*height:170px;*/
    /*width:247px;*/
    table-layout: fixed;
    overflow: hidden;
    position: relative;
    White-Space: nowrap;
}

.addressBookTableButtons
{
    margin-bottom: 0em;
    padding: 1px;
    width: 150px;
    text-align: center;
}

table.addressBookTableButtons td
{
    padding-bottom: 2px;
}

table.addressBookYesNo td
{
    padding-right: 2px;
}

table.addressBookExtraRightTablePad td
{
    padding-right: 5px;
}

.addressBookTableNumberHeaderNoBorder
{
    background-color: #6E7585;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    height: 25px;
    text-indent: 0px;
}

.addressBookTableNumberHeaderWithBorder
{
    border-left-width: 1px;
    border-left-color: #ACAFB4;
    border-left-style: solid;
    background-color: #6E7585;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    height: 25px;
    text-indent: 0px;
}

.addressBookTableHeader14Bold
{
    font-size: 14px;
    font-weight: bold;
    text-indent: 0px;
}

.addressBookTableFont12
{
    font-size: 12px;
    font-weight: normal;
    text-indent: 0px;
}

.addressBookTableFont11
{
    font-size: 11px;
    font-weight: normal;
    text-indent: 0px;
}

/*table.addressbookTableOrder
{
	height:auto;
}*/

table.addressBookTableSuffix
{
    border-width: 0px;
    border-spacing: 0px;
    border-style: hidden;
    border-collapse: collapse;
    margin-bottom: 0em;
    width: 167px;
}

    table.addressBookTableSuffix td
    {
        padding: 0px;
        border-style: none;
        -moz-border-radius: 0px 0px 0px 0px;
        -webkit-border-radius: 0px 0px 0px 0px;
        border-radius: 0px 0px 0px 0px;
    }


.rr_homepg
{
    width: 648px;
    margin: 10px 0px 10px 0px;
    padding: 0;
}

    .rr_homepg h2
    {
        font-size: 11px !important;
        font-weight: normal !important;
        line-height: 15px !important;
        margin: 5px 0px !important;
        padding: 0 !important;
        height: 30px !important;
        width: 145px !important;
    }

    .rr_homepg p
    {
        margin: 5px 0px 2px 0px;
        padding: 0;
    }

    .rr_homepg a:link, .rr_homepg a:visited, .rr_homepg a:active
    {
        text-decoration: none;
    }

    .rr_homepg a:hover
    {
        text-decoration: underline;
    }

    .rr_homepg ul
    {
        background: none;
        list-style-type: none;
        margin: 0;
        text-align: left;
        padding: 15px 10px;
        position: relative;
        width: 646px;
        float: left;
    }

        .rr_homepg ul li
        {
            list-style-type: none;
            background: none !important;
            padding: 0;
            margin: 0px 3px 0px 6px;
            float: left;
            width: 145px;
        }

            .rr_homepg ul li:first-child
            {
                list-style-type: none;
                padding: 0;
                margin: 0px 3px 0px 20px;
                float: left;
                width: 145px;
            }

    .rr_homepg .PriceBuyInfo
    {
        margin-top: 0;
        width: 145px;
    }

    .rr_homepg .leadprice
    {
        font-weight: bold;
        font-size: 14px;
    }

    .rr_homepg .vat
    {
        font-size: 11px;
        font-weight: normal;
    }

    .rr_homepg .secondardyprice
    {
        font-size: 11px;
    }

    .rr_homepg .addtobasket
    {
        margin-top: 3px;
    }

    .rr_homepg h3
    {
        font-size: 14px !important;
        line-height: 30px;
        text-indent: 10px;
        color: #fff;
        font-weight: bold;
        margin: 0 !important;
        padding: 0;
        background-image: url(../images/rr_bluehead_grad.gif);
        background-repeat: repeat-x;
        width: 642px;
        height: 33px;
        float: left;
    }

.rr_headl
{
    float: left;
    height: 33px;
    width: 3px;
    background: url(../images/rr_bluehead_left.gif) no-repeat;
}

.rr_headr
{
    background-image: url(../images/rr_bluehead_right.gif);
    background-repeat: no-repeat;
    float: left;
    height: 33px;
    width: 3px;
}

.slideshow
{
    margin: 0 auto;
    background: transparent;
    position: relative;
}

    .slideshow .slidesContainer
    {
        background-color: transparent;
        position: relative;
        padding: 0;
        margin: 0;
        border-left: 1px solid #c6c7c8;
        border-bottom: 1px solid #c6c7c8;
        border-right: 1px solid #c6c7c8;
        overflow: hidden;
        width: 646px;
        height: 225px;
    }

        .slideshow .slidesContainer .slide
        {
            margin: 0 auto;
            background-color: transparent white;
        }

    .slideshow .control
    {
        display: block;
        width: 33px;
        height: 33px;
        text-indent: -10000px;
        position: absolute;
        cursor: pointer;
    }

    .slideshow .leftControl
    {
        top: 45%;
        left: 0;
        background: transparent no-repeat 0 0;
        height: 33px;
        width: 21px;
    }

    .slideshow .rightControl
    {
        top: 45%;
        right: 0;
        background: transparent no-repeat 0 0;
        height: 33px;
        width: 21px;
    }

    .slideshow .playcontrol
    {
        text-decoration: underline;
        cursor: pointer;
        margin-right: 5px;
    }

.rr_productpg h3
{
    font-size: 14px;
    line-height: 30px;
    text-indent: 10px;
    color: #fff;
    font-weight: bold;
    margin: 0;
    padding: 0;
    background-image: url(../images/rr_bluehead_grad.gif);
    background-repeat: repeat-x;
    width: 804px;
    height: 33px;
    float: left;
}

.rr_productpg
{
    width: 810px;
    margin: 10px 0px 10px 0px;
    padding: 0;
}

    .rr_productpg h2
    {
        font-size: 11px;
        font-weight: normal;
        line-height: 15px;
        margin: 5px 0px;
        padding: 0;
        height: 30px;
        width: 145px;
    }

    .rr_productpg p
    {
        margin: 5px 0px 2px 0px;
        padding: 0;
    }

    .rr_productpg a:link, .rr_productpg a:visited, .rr_productpg a:active
    {
        text-decoration: none;
    }

    .rr_productpg a:hover
    {
        text-decoration: underline;
    }

    .rr_productpg ul
    {
        background: none;
        list-style-type: none;
        margin: 0;
        text-align: left;
        padding: 15px 0px;
        position: relative;
        width: 808px;
        float: left;
    }

        .rr_productpg ul li
        {
            background: none;
            list-style-type: none;
            padding: 0;
            margin: 0px 3px 0px 6px;
            float: left;
            width: 145px;
        }

            .rr_productpg ul li:first-child
            {
                padding: 0;
                margin: 0px 3px 0px 30px;
                float: left;
                width: 145px;
            }

    .rr_productpg .PriceBuyInfo
    {
        margin-top: 0;
        width: 145px;
    }

    .rr_productpg .leadprice
    {
        font-weight: bold;
        font-size: 14px;
    }

    .rr_productpg .vat
    {
        font-size: 11px;
        font-weight: normal;
    }

    .rr_productpg .secondardyprice
    {
        font-size: 11px;
    }

    .rr_productpg .addtobasket
    {
        margin-top: 3px;
    }

.rr_discontinuedpg
{
    width: 648px;
    margin: 10px 0px 10px 0px;
    padding: 0;
}

    .rr_discontinuedpg h2
    {
        font-size: 11px;
        font-weight: normal;
        line-height: 15px;
        margin: 5px 0px;
        padding: 0;
        height: 30px;
        width: 145px;
    }

    .rr_discontinuedpg p
    {
        margin: 5px 0px 2px 0px;
        padding: 0;
    }

    .rr_discontinuedpg a:link, .rr_discontinuedpg a:visited, .rr_discontinuedpg a:active
    {
        text-decoration: none;
    }

    .rr_discontinuedpg a:hover
    {
        text-decoration: underline;
    }

    .rr_discontinuedpg ul
    {
        background: none;
        list-style-type: none;
        margin: 0;
        text-align: left;
        border-left: 1px solid #c6c7c8;
        padding: 15px 0px;
        border-bottom: 1px solid #c6c7c8;
        border-right: 1px solid #c6c7c8;
        position: relative;
        width: 644px;
        float: left;
    }

        .rr_discontinuedpg ul li
        {
            background: none;
            list-style-type: none;
            padding: 0;
            margin: 0px 3px 0px 6px;
            float: left;
            width: 145px;
        }

            .rr_discontinuedpg ul li:first-child
            {
                padding: 0;
                margin: 0px 3px 0px 20px;
                float: left;
                width: 145px;
            }

    .rr_discontinuedpg .PriceBuyInfo
    {
        margin-top: 0;
        width: 145px;
    }

    .rr_discontinuedpg .leadprice
    {
        font-weight: bold;
        font-size: 14px;
    }

    .rr_discontinuedpg .vat
    {
        font-size: 11px;
        font-weight: normal;
    }

    .rr_discontinuedpg .secondardyprice
    {
        font-size: 11px;
    }

    .rr_discontinuedpg .addtobasket
    {
        margin-top: 3px;
    }

    .rr_discontinuedpg h3
    {
        font-size: 14px;
        line-height: 33px;
        text-indent: 10px;
        color: #fff;
        font-weight: bold;
        margin: 0;
        padding: 0;
        background-image: url(../images/rr_bluehead_grad.gif);
        background-repeat: repeat-x;
        width: 640px;
        height: 33px;
        float: left;
    }

.rr_basketpg h3
{
    font-size: 14px;
    line-height: 30px;
    text-indent: 10px;
    color: #fff;
    font-weight: bold;
    margin: 0;
    padding: 0;
    background-image: url(../images/rr_bluehead_grad.gif);
    background-repeat: repeat-x;
    width: 804px;
    height: 33px;
    float: left;
}

.rr_basketpg
{
    width: 810px;
    margin: 10px 0px 10px 0px;
    padding: 0;
}

    .rr_basketpg h2
    {
        font-size: 11px;
        font-weight: normal;
        line-height: 15px;
        margin: 5px 0px;
        padding: 0;
        height: 30px;
        width: 145px;
    }

    .rr_basketpg p
    {
        margin: 5px 0px 2px 0px;
        padding: 0;
    }

    .rr_basketpg a:link, .rr_basketpg a:visited, .rr_basketpg a:active
    {
        text-decoration: none;
    }

    .rr_basketpg a:hover
    {
        text-decoration: underline;
    }

    .rr_basketpg ul
    {
        background: none;
        list-style-type: none;
        margin: 0;
        text-align: left;
        border-left: 1px solid #c6c7c8;
        padding: 15px 0px;
        border-bottom: 1px solid #c6c7c8;
        border-right: 1px solid #c6c7c8;
        position: relative;
        width: 808px;
        float: left;
    }

        .rr_basketpg ul li
        {
            background: none;
            list-style-type: none;
            padding: 0;
            margin: 0px 3px 0px 6px;
            float: left;
            width: 145px;
        }

            .rr_basketpg ul li:first-child
            {
                padding: 0;
                margin: 0px 3px 0px 30px;
                float: left;
                width: 145px;
            }

    .rr_basketpg .PriceBuyInfo
    {
        margin-top: 0;
        width: 145px;
    }

    .rr_basketpg .leadprice
    {
        font-weight: bold;
        font-size: 14px;
    }

    .rr_basketpg .vat
    {
        font-size: 11px;
        font-weight: normal;
    }

    .rr_basketpg .secondardyprice
    {
        font-size: 11px;
    }

    .rr_basketpg .addtobasket
    {
        margin-top: 3px;
    }


#footpanel
{
    position: fixed;
    bottom: 0;
    left: 94%;
    z-index: 9999; /*--Keeps the panel on top of all other elements--*/
    background: #e3e2e2;
    border: 1px solid #c3c3c3;
    border-bottom: none;
    width: 94%;
    margin: 0 3%;
    font-size: 85%;
}

    #footpanel ul
    {
        padding: 0;
        margin: 0;
        float: left;
        width: 100%;
        list-style: none;
        border-top: 1px solid #fff; /*--Gives the bevel feel on the panel--*/
        list-style-type: none; /* font-size: 1.1em; */
    }

        #footpanel ul li
        {
            padding: 0;
            margin: 0;
            float: left;
            position: relative;
            list-style: none;
        }

            #footpanel ul li a
            {
                padding: 5px;
                float: left;
                text-indent: -9999px; /*--For text replacement - Shove text off of the page--*/
                height: 16px;
                width: 16px;
                text-decoration: none;
                color: #333;
                position: relative;
            }

html #footpanel ul li a:hover
{
    background-color: #fff;
}

html #footpanel ul li a.active
{ /*--Active state when sub-panel is open--*/
    background-color: #fff;
    height: 17px;
    margin-top: -2px; /*--Push it up 2px to attach the active button to sub-panel--*/
    border: 1px solid #555;
    border-top: none;
    z-index: 200; /*--Keeps the active link on top of the sub-panel--*/
    position: relative;
}

#footpanel a small
{
    text-align: center;
    width: 70px;
    background: url(/images/toolbar/pop_arrow.gif) no-repeat center bottom;
    padding: 5px 5px 11px;
    display: none; /*--Hide by default--*/
    color: #fff; /* font-size: 1em; */
    text-indent: 0;
}

#footpanel a:hover small
{
    display: block; /*--Show on hover--*/
    position: absolute;
    top: -35px; /*--Position tooltip 35px above the list item--*/
    left: 50%;
    margin-left: -40px; /*--Center the tooltip--*/
    z-index: 9999;
}

#footpanel a.home
{
    background: url(/images/toolbar/home.png) no-repeat 15px center;
    width: 50px;
    padding-left: 40px;
    border-right: 1px solid #bbb;
    text-indent: 0; /*--Reset text indent since there will be a combination of both text and image--*/
}

#footpanel a.logout
{
    background: url(/images/toolbar/lock_unlock.png) no-repeat center center;
}

a.translations
{
    background: url(/images/toolbar/balloon.png) no-repeat center center;
}

a.cmsEdit
{
    background: url(/images/toolbar/window_edit.png) no-repeat center center;
}

a.featuredByKeyword
{
    background: url(/images/toolbar/key_add.png) no-repeat center center;
}

a.featuredByWebClass
{
    background: url(/images/toolbar/form_add.png) no-repeat center center;
}

a.attributeManager
{
    background: url(/images/toolbar/spanner_green.png) no-repeat center center;
}

a.keywordRedirect
{
    background: url(/images/toolbar/key.png) no-repeat center center;
}

a.infoBlocks
{
    background: url(/images/toolbar/window_cascade.png) no-repeat center center;
}

a.infoBlocksWhere
{
    background: url(/images/toolbar/sign_question.png) no-repeat center center;
}

a.imageUpload
{
    background: url(/images/toolbar/window_gallery.png) no-repeat center center;
}

a.videos
{
    background: url(/images/toolbar/film.png) no-repeat center center;
}

a.hide
{
    background: url(/images/toolbar/right_arrow.png) no-repeat center center;
    border-left: 1px solid #bbb;
}

#footpanel li#rightAlign
{
    float: right;
}

a.show
{
    background: url(/images/toolbar/left_arrow.png) no-repeat center center;
}

#showMenu
{
    display: block;
}

a.off
{
    background-color: darkgrey;
}


label
{
    font-weight: bold;
    text-align: right;
    float: left;
    padding: 0px 5px 0px 5px;
}

.validation-summary-errors
{
    color: #9e1d00;
    background-image: url(../images/gradient_32px.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    border: solid 1px #c2c2c4;
    margin-top: 5px;
}

    .validation-summary-errors ul
    {
        list-style-image: none;
        list-style-type: none;
        vertical-align: middle;
        margin: 1em;
    }

    .validation-summary-errors li
    {
        background-image: url(../images/icon_warning_14px.gif);
        background-repeat: no-repeat;
        background-position: left;
        list-style-image: none;
        list-style-type: none;
        margin: 2px 0 2px 0;
        padding: 0 0 0 20px;
        display: block;
        float: none;
        height: 14px;
        line-height: 14px;
        vertical-align: middle;
    }

/* Forms 
----------------------------------------------------------*/
.FormInformation
{
    background-image: url(../images/gradient_32px.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    display: block;
    float: none;
    border: solid 1px #c2c2c4;
    vertical-align: middle;
    padding: 5px;
}

    .FormInformation ul
    {
        list-style-image: none;
        list-style-type: none;
        vertical-align: middle;
    }

    .FormInformation li
    {
        background-image: url(../images/icon_information_14px.gif);
        background-repeat: no-repeat;
        background-position: left;
        list-style-image: none;
        list-style-type: none;
        margin: 2px 0 2px 0;
        padding: 0 0 0 20px;
        line-height: 14px;
        display: block;
        float: none;
        vertical-align: middle;
    }

#ForgottenPassword .FormInformation
{
    margin-bottom: 10px;
}

.subtleInformation
{
    font-size: 85%;
}

.widget
{
    border-collapse: collapse;
    position: relative;
    padding-top: 21px;
    width: 495px;
}

    .widget .input input
    {
        border: solid 1px #b7b8ba;
        width: 180px;
    }

    .widget .label
    {
        vertical-align: top;
    }

    .widget h2
    {
        margin: 0px;
        padding: 0px;
        background-color: #CCCCCC;
        background-image: url(../images/hp_blue_centre_21px.gif);
        position: absolute;
        vertical-align: middle;
        height: 21px;
        line-height: 19px;
        top: 0px;
        left: 0px;
        margin-left: 4px;
        width: 473px;
        color: #FFF;
        font-size: 98%;
    }

.widget2by1 .widget
{
    width: 480px;
    float: left;
}

.widget2by1 .first
{
    margin-right: 20px;
}

.widget .wL
{
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url(../images/hp_blue_left_21px.gif);
    width: 4px;
    height: 21px;
    overflow: hidden;
}

.widget .wR
{
    position: absolute;
    background-image: url(../images/hp_blue_right_21px.gif);
    right: 0px;
    width: 4px;
    height: 21px;
    top: 0px;
    overflow: hidden;
}

.widget .wC
{
    border-bottom: solid 1px #b7b8ba;
    border-left: solid 1px #b7b8ba;
    border-right: solid 1px #b7b8ba;
    padding: 10px;
}

#RefineResults .widget
{
    width: 162px;
    border-bottom: solid 1px #B3B4B6;
}

    #RefineResults .widget h2
    {
        width: 154px;
    }

        #RefineResults .widget h2 img
        {
            vertical-align: middle;
            margin-right: 5px;
        }

#RefineResults .productsAvailable, #RefineResults .multipleCategoryText
{
    border-left: solid 1px #B3B4B6;
    border-right: solid 1px #B3B4B6;
    padding: 10px 8px 15px 8px;
    background-image: url(/images/gradient_32px.jpg);
    background-position: bottom;
    background-repeat: repeat-x;
}

.facetHeaderText
{
    padding-top: 2px;
    padding-bottom: 4px;
    font-weight: 700;
    vertical-align: middle;
    color: White;
    background-position: 6px center;
    background-repeat: no-repeat;
    padding-left: 18px;
    background-color: #555C5C;
}

    .facetHeaderText.down
    {
        background-image: url(/Images/bullet_arrow_white_down.gif);
    }

    .facetHeaderText.right
    {
        background-image: url(/Images/bullet_arrow_white_right.gif);
    }

.facetOptionContainer
{
    border-left: solid 1px #B3B4B6;
    border-right: solid 1px #B3B4B6;
    background-image: url(/images/gradient_32px.jpg);
    background-position: bottom;
    background-repeat: repeat-x;
    padding-bottom: 11px;
    padding-top: 5px;
}

    .facetOptionContainer span
    {
        line-height: 21px;
        padding-left: 7px;
        vertical-align: middle;
        font-weight: bold;
        color: #5c5c5c;
    }

    .facetOptionContainer img
    {
        vertical-align: middle;
    }

.facetSpacer
{
    background-color: white;
    border-left: solid 1px #B3B4B6;
    border-right: solid 1px #B3B4B6;
}

form
{
    padding: 1px 1px 1px 1px;
    clear: both;
}

fieldset
{
    float: left;
    clear: both;
    width: 100%;
    margin: 0 0 1.5em 0;
    padding: 0;
}

legend
{
    padding: 0px 0px 5px 0px;
    margin-left: 1em;
    color: #000000;
    font-weight: bold;
}

textarea
{
    border: 1px solid #9c9c9c;
}

input
{
    padding: 1px 1px 1px 1px;
}

    input[type=password]
    {
        border: 1px solid #9c9c9c;
    }

span sup
{
    vertical-align: top;
}

.fieldset ol
{
    padding: 1em 1em 0 1em;
    list-style: none;
}

fieldset li, .input li
{
    clear: left !important;
    float: none !important;
    width: 100% !important;
    padding-bottom: 1em;
    list-style: none;
}

fieldset legend
{
    display: none;
}

fieldset.submit
{
    float: none;
    width: auto;
    border: 0 none #FFF;
    padding-left: 19em;
    background-color: Transparent;
}

fieldset label
{
    float: left;
    width: 23%;
    margin-right: 1em;
}

    fieldset label.error
    {
        float: left;
        width: auto;
        margin-right: 1em;
    }

fieldset .titleDropDown
{
    width: 5em;
}

fieldset .otherLabel
{
    float: none;
    width: 15em;
    margin-right: 1em;
}

fieldset .otherText
{
    width: 5em;
    float: none;
    height: 18px;
    vertical-align: middle;
    border: solid 1px #9c9c9c !important;
}

fieldset .postCodeText
{
    width: 6.5em;
    float: none;
    height: 18px;
    vertical-align: middle;
    border: solid 1px #9c9c9c !important;
}

fieldset .postCodeTextError
{
    width: 6.5em;
    float: none;
    height: 18px;
    vertical-align: middle;
    border: solid 1px #9c9c9c !important;
    background-color: #FFE6E6;
}

fieldset img
{
    vertical-align: middle;
}

fieldset .text, td .text
{
    width: 15em;
    height: 18px;
    vertical-align: middle !important;
    border: solid 1px #9c9c9c !important;
}

fieldset .textshort, td .textshort
{
    width: 3em;
    height: 18px;
    vertical-align: middle !important;
    border: solid 1px #9c9c9c !important;
    clear: both;
}

fieldset .textError
{
    width: 15em;
    height: 18px;
    vertical-align: middle !important;
    border: solid 1px #9c9c9c !important;
    background-color: #FFE6E6;
}

fieldset .dropdown, td .dropdown
{
    height: 22px;
    vertical-align: middle;
    border: solid 1px #9c9c9c !important;
    border-style: none;
}

fieldset #Title.dropdown, td #Title.dropdown, fieldset #Suffix.dropdown, td #Suffix.dropdown
{
    float: left;
}

fieldset .checkbox
{
    height: 18px;
    width: 18px;
    vertical-align: middle;
}

fieldset .checkboxFloat
{
    height: 18px;
    width: 18px;
    margin-left: 26.2%;
    vertical-align: middle;
    float: left;
}

fieldset .checkboxFloatLabel
{
    float: left;
    text-align: left;
    width: 350px;
    font-weight: normal;
}

fieldset .submit img
{
    margin-left: 16em;
}

td label
{
    padding: 0px;
}

form li h1
{
    margin: 0px;
}

form li h2
{
    font-size: 1.273em;
    margin: 0px;
}

form fieldset ol
{
    margin: 0px;
}

form li input
{
    font-size: 1.091em;
}

form li textarea
{
    font-size: 1.091em;
}

form li select
{
    border: 1px solid #9c9c9c;
    padding: 1px;
    display: block;
}

form li label
{
    font-size: 1.091em;
    font-weight: bold;
}

.errorInValid, .field-validation-error
{
    position: relative;
    top: 3px;
    margin-bottom: 3px;
    background-image: url('/images/icon_warning_14px.gif');
    background-repeat: no-repeat;
    padding-left: 18px;
    height: 18px;
    line-height: 14px;
    color: #9e1d00;
    display: block;
    clear: left;
    text-align: left;
    margin-left: 26.2%;
}

input[type=text]
{
    border: 1px solid #9c9c9c;
}

.FormReq
{
    margin-left: -1.5em;
    font-weight: bold;
    color: #9e1d00;
    cursor: help;
    float: left;
}

fieldset div .field-validation-error
{
    margin-left: 0px;
}

fieldset .vaildation-summary-errors li
{
    float: none !important;
}

.widget fieldset li h2
{
    top: auto;
    left: auto;
    background-color: transparent;
    font-size: 1.273em;
    margin: 0px 0px 3px 0px;
    padding: 0px 0px 4px 0px;
    height: 18px;
    background-image: none;
    color: Black;
}

.input-validation-error
{
    background-color: #FFe6e6;
}

.FormStep
{
    font-weight: normal;
}

.otherText
{
    width: 3.5em;
    float: none;
    height: 18px;
    vertical-align: middle;
    border: solid 1px #9c9c9c !important;
}

.formLayout .instructionText
{
    margin-left: 26.5%;
}

.formLayout input.text, .formLayout input.textError
{
    width: 307px;
}

#liveChatWrapper
{
}

    #liveChatWrapper .logo
    {
        margin-left: 20px;
    }

    #liveChatWrapper .widget
    {
        width: 500px;
        clear: both;
    }

        #liveChatWrapper .widget h2
        {
            width: 492px;
            text-align: left;
        }

    #liveChatWrapper .formContainer
    {
        border: 1px solid #b2b5b7;
        padding: 10px;
        background-image: url('/images/Chat_Page_grad.gif');
        background-position: bottom;
        background-repeat: repeat-x;
    }

        #liveChatWrapper .formContainer .introText
        {
            text-align: left;
            margin-bottom: 10px;
        }

    #liveChatWrapper #LiveChatForm
    {
        text-align: left;
        padding: 0.5em;
    }

        #liveChatWrapper #LiveChatForm table
        {
            padding: 0px;
        }

            #liveChatWrapper #LiveChatForm table td.labelCell
            {
                width: 45%;
                padding: 0px;
            }

            #liveChatWrapper #LiveChatForm table td.inputCell
            {
                width: 45%;
                padding: 0px;
                margin-bottom: 5px;
            }

            #liveChatWrapper #LiveChatForm table td.spacerCell
            {
                width: 10%;
                padding: 0px;
            }

        #liveChatWrapper #LiveChatForm .FormReq
        {
            margin: auto;
        }

        #liveChatWrapper #LiveChatForm label
        {
            font-weight: normal;
        }

        #liveChatWrapper #LiveChatForm .text
        {
            width: 220px;
            height: 21px;
        }

/* Catalogue Request Form */
#CatalogueRequestFormContainer label
{
    padding-left: 0px;
}

#CatalogueRequestFormContainer fieldset label
{
    width: 24%;
}

#CatalogueRequestFormContainer .errorInValid, .field-validation-error
{
    margin-left: 26.5%;
}

#CatalogueRequestFormContainer h3, #DesignFeedbackContainer h2
{
    background: url(/images/green_arrow_right_41px.gif) no-repeat 0 0;
    padding-left: 28px;
    font-weight: bold;
    height: 41px;
    line-height: 41px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#CatalogueRequestFormContainer #SampleCatalogue
{
    float: left;
    padding-right: 5px;
    width: 251px;
    height: 114px;
}

.enGB1210 #CatalogueRequestFormContainer #SampleCatalogue
{
    float: none;
    clear: both;
}

#CatalogueRequestFormContainer .FormInformation
{
    margin-left: 0px;
    margin-bottom: 5px;
}

#CatalogueRequestFormContainer #Step1Container #IntroText
{
    float: right;
    width: 380px;
}

.enGB1210 #CatalogueRequestFormContainer #Step1Container #IntroText
{
    width: 100%;
}

#CatalogueRequestFormContainer #Step1Container #WarningInfo.Red
{
    clear: both;
    padding-top: 3px;
}

#CatalogueRequestFormContainer #Step1Container #TakeALook
{
    display: none;
}

.enGB1210 #CatalogueRequestFormContainer #Step1Container #TakeALook
{
    display: block;
    clear: both;
    padding-bottom: 4px;
}

#CatalogueRequestFormContainer #Step2Container
{
    clear: both;
    padding-top: 10px;
}

    #CatalogueRequestFormContainer #Step2Container #SampleEshot
    {
        float: left;
        padding-right: 5px;
        width: 149px;
        height: 123px;
    }

    #CatalogueRequestFormContainer #Step2Container #SubscribeInfo
    {
        margin-bottom: 10px;
        font-weight: bold;
    }

    #CatalogueRequestFormContainer #Step2Container table
    {
        border-spacing: 0;
        border-collapse: collapse;
    }

    #CatalogueRequestFormContainer #Step2Container #EmailSecure
    {
        padding-left: 150px;
        padding-bottom: 15px;
    }

#CatalogueRequestFormContainer #privacy
{
    clear: both;
    margin-top: 20px;
    margin-bottom: 0px;
}

    #CatalogueRequestFormContainer #privacy #CaptchaContainer,
    .formLayout #CaptchaContainer,
    .CaptchaContainer
    {
        width: 312px;
        margin: 0 auto;
    }

        #CatalogueRequestFormContainer #privacy #CaptchaContainer .captchaAlign,
        .formLayout #CaptchaContainer .captchaAlign,
        .CaptchaContainer .validation
        {
            margin-left: 3px;
        }

    #CatalogueRequestFormContainer #privacy #SubmitButtonContainer, .formLayout #SubmitButtonContainer
    {
        width: 91px;
        margin: 0 auto;
    }

    #CatalogueRequestFormContainer #privacy li.privacyInfo
    {
        margin-bottom: 10px;
    }

    #CatalogueRequestFormContainer #privacy li.privacyRadioButtons div
    {
        float: left;
    }

        #CatalogueRequestFormContainer #privacy li.privacyRadioButtons div.privacyButtons
        {
            padding-left: 20px;
            width: 140px;
        }

        #CatalogueRequestFormContainer #privacy li.privacyRadioButtons div.privacyInstruction
        {
            width: 470px;
        }

    #CatalogueRequestFormContainer #privacy li.privacyRadioButtons label
    {
        font-weight: normal;
    }

.formLayout .textarea,
#DesignFeedbackContainer .textarea
{
    width: 309px;
    height: 100px;
}

#DesignFeedbackContainer h1.pageHeader
{
    padding-bottom: 11px;
}

#DesignFeedbackContainer .text
{
    width: 307px;
}

#DesignFeedbackContainer ul
{
    padding: 0;
    margin: 0;
}

    #DesignFeedbackContainer ul li
    {
        list-style: none;
        padding: 0;
        margin: 0;
    }

#DesignFeedbackContainer #CharCount
{
    margin-left: 26.4%;
    margin-bottom: 3px;
}

#ForgottenPassword fieldset label,
#ResetPassword fieldset label,
#ValidateAccount fieldset label
{
    float: left;
    width: 43.4%;
    margin-right: 1em;
}

#ForgottenPassword .errorInValid, #ForgottenPassword .field-validation-error,
#ResetPassword .errorInValid, #ResetPassword .field-validation-error,
#ValidateAccount .errorInValid, #ValidateAccount .field-validation-error
{
    margin-left: 45.6%;
}

#ResetPassword .FormInformation,
#ValidateAccount .FormInformation
{
    margin-bottom: 5px;
}

#CashbackInvoiceCopy .FormInformation
{
    margin: 15px 0 15px 0;
}

#ResetPassword .formLayout .instructionText
{
    margin-left: 45.6%;
}

#TitleOther.text
{
    width: 40px;
}

#CallMeNow h1
{
    margin-top: 0;
}

.formLayout.formIndented .CaptchaContainer
{
    margin-left: 33%;
}

.formLayout.formIndented #SubmitButtonContainer
{
    margin-left: 49%;
}

.formLayout.formIndented label
{
    width: 30%;
}

.formLayout.formIndented .errorInValid, .formLayout.formIndented .field-validation-error
{
    margin-left: 33.6%;
}

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container
{
    position: relative;
    margin: 0 auto;
}

.jcarousel-clip
{
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list
{
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

    .jcarousel-list li,
    .jcarousel-item
    {
        float: left;
        list-style: none;
        /* We set the width/height explicitly. No width/height causes infinite loops. */
        width: 75px;
        height: 75px;
    }

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next
{
    z-index: 3;
    display: none;
}

.jcarousel-prev
{
    z-index: 3;
    display: none;
}

.jcarousel-skin-image-ie7 .jcarousel-container
{
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -background: #D4D0C8;
    background: url('/images/gallery_centre.gif') repeat-x 0 0;
    border: 0px solid #B3B3B5;
    height: 59px;
}

.jcarousel-skin-image-ie7 .jcarousel-container-horizontal
{
    width: 210px; /* This is the entire width of carousel minus the gaps between the left and right buttons and their nearest images?!! */
    padding: 8px 30px;
    border: 0px solid black;
}

.jcarousel-skin-image-ie7 .jcarousel-clip-horizontal
{
    width: 204px;
    height: 42px;
    border: 0px solid black;
}

.jcarousel-skin-image-ie7 .jcarousel-item
{
    width: 42px;
    height: 42px;
    border: 0px solid #fff;
}

    .jcarousel-skin-image-ie7 .jcarousel-item:hover
    {
    }

.jcarousel-skin-image-ie7 .jcarousel-item-horizontal
{
    margin-right: 12px;
}

.jcarousel-skin-image-ie7 .jcarousel-item-placeholder
{
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-image-ie7 .jcarousel-next-horizontal
{
    position: absolute;
    top: 0px;
    right: -2px;
    width: 10px;
    height: 59px;
    cursor: pointer;
    background: transparent url('/images/image_scroll_right_active.gif') no-repeat 0 0;
}

    .jcarousel-skin-image-ie7 .jcarousel-next-horizontal:hover
    {
        background: transparent url('/images/image_scroll_right_active.gif') no-repeat 0 0;
    }

    .jcarousel-skin-image-ie7 .jcarousel-next-horizontal:active
    {
        background: transparent url('/images/image_scroll_right_active.gif') no-repeat 0 0;
    }

.jcarousel-skin-image-ie7 .jcarousel-next-disabled-horizontal,
.jcarousel-skin-image-ie7 .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-image-ie7 .jcarousel-next-disabled-horizontal:active
{
    cursor: default;
    background: transparent url('/images/image_scroll_right_inactive.gif') no-repeat 0 0;
}

.jcarousel-skin-image-ie7 .jcarousel-prev-horizontal
{
    position: absolute;
    top: 0px;
    left: -2px;
    width: 10px;
    height: 59px;
    cursor: pointer;
    background: transparent url('/images/image_scroll_left_active.gif') no-repeat 0 0;
}

    .jcarousel-skin-image-ie7 .jcarousel-prev-horizontal:hover
    {
        background: transparent url('/images/image_scroll_left_active.gif') no-repeat 0 0;
    }

    .jcarousel-skin-image-ie7 .jcarousel-prev-horizontal:active
    {
        background: transparent url('/images/image_scroll_left_active.gif') no-repeat 0 0;
    }

.jcarousel-skin-image-ie7 .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-image-ie7 .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-image-ie7 .jcarousel-prev-disabled-horizontal:active
{
    cursor: default;
    background: transparent url('/images/image_scroll_left_inactive.gif') no-repeat 0 0;
}



.zoomPad
{
    position: relative;
    float: left;
    z-index: 99;
    cursor: crosshair;
}


.zoomPreload
{
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity = 80);
    color: #333;
    font-size: 12px;
    font-family: Tahoma;
    text-decoration: none;
    border: 1px solid #CCC;
    background-color: white;
    padding: 8px;
    text-align: center;
    /*background-image: url(../images/zoomloader.gif);*/
    background-repeat: no-repeat;
    background-position: 43px 30px;
    z-index: 110;
    width: 90px;
    height: 43px;
    position: absolute;
    top: 0px;
    left: 0px;
    *width: 100px;
    *height: 49px;
}


.zoomPup
{
    overflow: hidden;
    background-color: #FFF;
    -moz-opacity: 0.6;
    opacity: 0.6;
    filter: alpha(opacity = 60);
    z-index: 120;
    position: absolute;
    border: 1px solid #CCC;
    z-index: 101;
    cursor: crosshair;
}

.zoomOverlay
{
    position: absolute;
    left: 0px;
    top: 0px;
    background: #FFF;
    /*opacity:0.5;*/
    z-index: 5000;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 101;
}

.zoomWindow
{
    position: absolute;
    left: 110%;
    top: 40px;
    background: #FFF;
    z-index: 6000;
    height: auto;
    z-index: 10000;
    z-index: 110;
}

.zoomWrapper
{
    position: relative;
    border: 1px solid #999;
    z-index: 110;
}

.zoomWrapperTitle
{
    display: block;
    background: #999;
    color: #FFF;
    height: 18px;
    line-height: 18px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 120;
    -moz-opacity: 0.6;
    opacity: 0.6;
    filter: alpha(opacity = 60);
}

.zoomWrapperImage
{
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 110;
}

    .zoomWrapperImage img
    {
        border: 0px;
        display: block;
        position: absolute;
        z-index: 101;
    }

.zoomIframe
{
    z-index: -1;
    filter: alpha(opacity=0);
    -moz-opacity: 0.80;
    opacity: 0.80;
    position: absolute;
    display: block;
}

/*********************************************************
/ When clicking on thumbs jqzoom will add the class
/ "zoomThumbActive" on the anchor selected
/*********************************************************/

.jcarousel-skin-video-ie7 .jcarousel-container
{
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -background: #D4D0C8;
    background: url('/images/productVideo_container.gif') repeat-x 0 0;
    border: 0px solid #FFFFFF;
    height: 59px;
}

.jcarousel-skin-video-ie7 .jcarousel-container-horizontal
{
    width: 382px;
    padding: 8px 46px;
    border: 0px solid black;
}

.jcarousel-skin-video-ie7 .jcarousel-clip-horizontal
{
    width: 378px;
    height: 42px;
    border: 0px solid black;
}

.jcarousel-skin-video-ie7 .jcarousel-item
{
    width: 42px;
    height: 42px;
    border: 1px solid #fff;
}

    .jcarousel-skin-video-ie7 .jcarousel-item:hover
    {
        border-color: #808080;
    }

.jcarousel-skin-video-ie7 .jcarousel-item-horizontal
{
    margin-right: 6px;
}

.jcarousel-skin-video-ie7 .jcarousel-item-placeholder
{
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-video-ie7 .jcarousel-next-horizontal
{
    position: absolute;
    top: 0px;
    right: -2px;
    width: 10px;
    height: 59px;
    cursor: pointer;
    background: transparent url('/images/image_scroll_right_active.gif') no-repeat 0 0;
}

    .jcarousel-skin-video-ie7 .jcarousel-next-horizontal:hover
    {
        background: transparent url('/images/image_scroll_right_active.gif') no-repeat 0 0;
    }

    .jcarousel-skin-video-ie7 .jcarousel-next-horizontal:active
    {
        background: transparent url('/images/image_scroll_right_active.gif') no-repeat 0 0;
    }

.jcarousel-skin-video-ie7 .jcarousel-next-disabled-horizontal,
.jcarousel-skin-video-ie7 .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-video-ie7 .jcarousel-next-disabled-horizontal:active
{
    cursor: default;
    background: transparent url('/images/image_scroll_right_inactive.gif') no-repeat 0 0;
}

.jcarousel-skin-video-ie7 .jcarousel-prev-horizontal
{
    position: absolute;
    top: 0px;
    left: -2px;
    width: 10px;
    height: 59px;
    cursor: pointer;
    background: transparent url('/images/image_scroll_left_active.gif') no-repeat 0 0;
}

    .jcarousel-skin-video-ie7 .jcarousel-prev-horizontal:hover
    {
        background: transparent url('/images/image_scroll_left_active.gif') no-repeat 0 0;
    }

    .jcarousel-skin-video-ie7 .jcarousel-prev-horizontal:active
    {
        background: transparent url('/images/image_scroll_left_active.gif') no-repeat 0 0;
    }

.jcarousel-skin-video-ie7 .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-video-ie7 .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-video-ie7 .jcarousel-prev-disabled-horizontal:active
{
    cursor: default;
    background: transparent url('/images/image_scroll_left_inactive.gif') no-repeat 0 0;
}



li.ui-autocomplete-category
{ /* The Headers, e.g. Products, Categorys*/
    list-style: none;
    list-style-position: inside;
    color: #ffffff;
    padding: 5px 1px 5px 3px;
    margin: 1px;
    clear: both;    
    font: normal normal normal 1em/1.25 Tahoma, Geneva, sans-serif;
    line-height: 16px;
    background-color: #1b6fb7;
    font-weight:bold;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.ui-autocomplete-label
{ /* The Auto Complete Recomendations */
    background-color: #fff;
    color: #424242 !important;
    list-style: none;
    padding: 2px;
    margin: 2px;
    clear: both;
    font-size: 13px;
    line-height: 14px !important;
    text-align:left;
    
}

    .ui-autocomplete-label a
    {
        border: 1px solid #fff;
        color: #424242 !important;

        display: block;
    }

        .ui-autocomplete-label a:hover
        {
            color: #424242 !important;
        }

.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
{ /* The hover state */
    border: 1px solid #90a4c6;
    background-color: #90a4c6;
    background-image: none;
    font-weight: normal;
}

ul.ui-autocomplete
{ /* Container of the autocomplete */
    background-color: white;
    width: 350px;
    border-radius: 0px;
    border: 1px solid #A9A9A9 !important;
}

.list_item_container {
    /*width:300px;*/
    height: 35px;
    padding: 5px 0;
    overflow:hidden;
}
.image-autoComplete {
    height: 35px;
    margin-right: 10px;
    float: left;
}

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.2.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}
/* PCS styles */

.PCSLine
{
width: 988px;
height:15px;
background: #f1f1f1;
border: 1px solid #d8d8d8;
margin: 0;
}

/* Outer */
.PCS-popup {
    width:100%;
    height:100%;
    display:none;
    position: fixed;
    top:0px;
    left:0px;
    z-index: 600;
    background:rgba(0,0,0,0.75);            
}
 
/* Inner */
.PCS-popup-inner {
    max-width:700px;
    width:90%;
    padding:40px;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    box-shadow:0px 2px 6px rgba(0,0,0,1);
    border-radius:3px;
    background:#fff;
}
 
/* Close Button */
.PCS-popup-close {
    width:30px;
    height:30px;
    padding-top:4px;
    display:inline-block;
    position:absolute;
    top:0px;
    right:0px;
    transition:ease 0.25s all;
    -webkit-transform:translate(50%, -50%);
    transform:translate(50%, -50%);
    border-radius:1000px;
    background:rgba(0,0,0,0.8);
    font-family:Arial, Sans-Serif;
    font-size:20px;
    text-align:center;
    line-height:100%;
    color:#fff;
}
 
.PCS-popup-close:hover {
    -webkit-transform:translate(50%, -50%);
    transform:translate(50%, -50%);
    background: #51B5D9;
    text-decoration:none;
}

#masthead
{
    width: 990px;
    height: 95px;
    position: relative;
    font-size: 85%;
    text-align:left;
}

.upperheaddiv 
{
  margin-top: 15px;
  padding: 0 20px 8px;
  background: #f1f1f1;
  border: 1px solid #d8d8d8;
  border-top: none;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 2;
}

.upperheaddivPCS 
{
    height: 52px;
    margin-top : 3px;
}

#ContactDetailsContainerPCS
{
    float: right;
    left: -124px;
    text-align: right;
    top: 9px;
    position: relative;
}

#ContactDetailsContainerPCS .ContactDetails
{
    bottom: 0px;
}

#ContactDetailsContainerPCS .ContactDetails #CallText
{
    font-family:Arial;
    font-size:10px;
    font-weight:normal;
    font-style:normal;
    text-decoration:none;
    color:#333333;
}

#ContactDetailsContainerPCS .ContactDetails #PhoneNumber
{
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    font-style:normal;
    text-decoration:none;
    color:#7AC4FD;
}

#ContactDetailsContainer
{
    float: right;
    left: -124px;
    text-align: right;
    top: 40px;
    position: relative;
}

#ContactDetailsContainer .ContactDetails
{
    bottom: 0px;
}

#ContactDetailsContainer .ContactDetails #CallText
{
    font-family:Arial;
    font-size:10px;
    font-weight:normal;
    font-style:normal;
    text-decoration:none;
    color:#333333;
}

#ContactDetailsContainer .ContactDetails #PhoneNumber
{
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    font-style:normal;
    text-decoration:none;
    color:#7AC4FD;
}

#CountryLanguageChoice
{
    width: 616px;
    height: 77px;
    position: absolute;
    right: 144px;
    border: 1px solid #424242;
    z-index: 800;
    background-color: white;
    padding: 4px;
    text-align: left;       
}

#PriceFormatContainer
{
    float: left;
    cursor: pointer;   
}

#PriceFormatChoice
{
    width: 166px;
    border: 1px solid #424242;
    background-color: white;
    position: absolute;       
}

#SearchBoxContainer
{
    margin-right: 4px;
    position: relative;
    top: 30px;
    left: 10px;
}

.basketInactive
{
    width: 25px;
    height: 25px;
    background: url('/images/basketsprite.gif') no-repeat 0 -25px;
    position: absolute;
    right: 0px;
    top: 56px;
}

#BasketTotals
{
    width: 110px;
    background-color: #bbd4e9;
    right: 0px;
    top: 56px;
    line-height: 10px;
    text-align: center;
    position: absolute;
}

.MyMenuLink 
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: #1B6FB7;
}

