/*! jQuery UI - v1.12.1 - 2016-09-14 - etail path updated
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* 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-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;

	/* Support: IE <= 11 */
	overflow: visible;
}

.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: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
}
.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: 45%;
}
.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;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	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-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
}
.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;
}
.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("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectable {
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.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;
}

/* support: 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;
}
.ui-sortable-handle {
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.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;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: inherit;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: inherit;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	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,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.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,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.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); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("/images/jqueryui/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("/images/jqueryui/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("/images/jqueryui/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("/images/jqueryui/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("/images/jqueryui/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("/images/jqueryui/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("/images/jqueryui/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-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: -65px -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: -65px -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: 1px -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: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #000;
	opacity: .5;
	filter: Alpha(Opacity=.3); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}
/* -----------------------------------------------------------------------------------------------------------------
   Draw UK
   SCREEN - Core Stylesheet
    
   Web            : http://www.
   Filename       : sitepanes.css
   Last Updated   : 05. 10. 2020
   Copyright      : (c) 2019 Etail Systems Ltd
   Author         : Etail Systems Ltd
   Web            : http://www.etailsystems.com
--------------------------------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------------------------------

    Table of Contents
    
    01. =Reset
    02. =Page
    03. =Typography
    04. =PanelTop


--------------------------------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------------------------------
    =Reset        
--------------------------------------------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

/* To enable HTML5 elements in IE */
article, aside, details, figcaption, figure, 
footer, header, hgroup, main, menu, nav, section {
display : block; }

/* -----------------------------------------------------------------------------------------------------------------
    =Page    
--------------------------------------------------------------------------------------------------------------------*/

html, body {
    background: #fff;
    color: #44435c;
    font-size:12px;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
    line-height: 1.5;
    width: 100%;
}

#cont{
    margin-left: auto;
    margin-right: auto;
}

/*-------------------------------------------------------------------------------------------------------------------
    =Typography        
--------------------------------------------------------------------------------------------------------------------*/

/* this choice of font-family is supposed to render text the same across platforms */
body, input, button, textarea, select {
    font-family: 'Open Sans', sans-serif;
}

/* Headings
------------------------------------------------------- */

h1, h2, h3, h4, h5, h6, p, li, input, a {
    font-family: 'Open Sans', sans-serif;
    /* font-weight: 400; */
}

h1 {
    font-size: 12px;
}

h2 {
    font-size: 20px;
}
#pm .art h2 {
    /* border-bottom: 1px solid #ccc; */
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 600;
    color: #2f2e42;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 18px;
}

h5 {
    float: left;
    font-size: 12px;
}

h6 {
    float: left;
    font-size: 12px;
}

form{
    float: left;
}
#formFilterSearch {
    margin-bottom: 40px;
}

p{
    font-size:13px;
}

a{
   
    /*
 float: left;
    don't use a float at this level it breaks normal layout */
    text-decoration: none;
    color:inherit; /*makes the link the same colour as whatever the thing is that its in h3 h4 p etc*/
}

a:hover{
    text-decoration: none;
}

a:active{
    text-decoration: none;
    color: #4e4e50;
}

a:visted{
    text-decoration: none;
    color: #4e4e50;
}

a, select, input{
    cursor: pointer;
    outline:none;
}

strong {
    font-weight: 600;
}

b {
    font-weight: 700;
}

em {
    font-style: italic;
}

label{
    float: left;
}

.inputtext{
}

.inputtext,
.inputtext_light,
select{
}

.inputtext_light{
}

ul{
    float: left;
    list-style-type: none;
}

ol{
    float: left;
}

li{
    float: left;
}


/***********************************************************************/
/* Sitemap                                                             */
/***********************************************************************/

#pm .smap .bc ul{
}

#pm .smap .bc ul li{
    width: 220px;
    padding: 5px 10px 5px 10px;
}

#pm .smap .bc ul li a, #pm .smap .bc ul li h3{
    width: 220px;
    padding: 3px;
    font-weight: bold;
}

#pm .smap .bc ul li a:hover{
}

#pm .smap .bc ul li ul{
    padding: 0 0 0 20px;
}

#pm .smap .bc ul li ul li{
    width: 200px;
    padding: 0;
}

#pm .smap .bc ul li ul li a{
    width: 200px;
    font-weight: normal;
}

/***********************************************************************/
/* Buttons                                                             */
/***********************************************************************/

.submit {
    min-width: 149px;
    width: auto;
    min-height: 38px;
    height: auto;
    /* margin: 2px 0px; */
    /* padding: 0px 12px; */
    border: none;
    color: #2f2e42;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    background-color: #a7c5bd;
    border-radius: 3px;
}


a.btn {
    width: 180px;
    height: 30px;
    padding: 10px;
    font-size: 13px;
    font-weight: 700;
    color: #2f2e42;
    background-color: #a7c5bd;
    border: none;
    text-align: center;
    text-transform: uppercase;
    line-height: 30px;
    border-radius: 3px;
}

a.btn:hover {
    /* background-color: #801a0a; */
    /* text-transform: none; */
}



/***********************************************************************/
/* Default for tables                                                  */
/***********************************************************************/

table
{
    width: 100%;
}

table.quickord
{
    width: 64%;
    display: none;
}

table.order
{
    clear: left;
}

table tr.header th
{
    padding: 5px;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
}

table tr td
{
    padding: 2px 5px;
    vertical-align: middle;
}

tr.delivery form
{
    width: 40%;
    float: right;
}

tr.delivery .deliverto form
{
    float: left;
    width: auto;
    font-size: 14px;
}

tr.delivery .deliverto form #zoneid {
    margin-left: 10px;
}



/*-------------------------------------------------------------------------------------------------------------------
    =PanelTop        
--------------------------------------------------------------------------------------------------------------------*/
#pt {
    margin: 0 auto;
    /* margin-bottom: 25px; */
    padding: 0;
    width: 100%;
    min-width: 1200px;
    float: left;
    color: #fff;
    text-transform: uppercase;
    background-image: url('https://s3-eu-west-1.amazonaws.com/drawuk/4390912/i/bdr/header-background.png');
    background-position: left top;
    background-repeat: repeat-x;
}
#pt .ext {
    width: 1200px;
    min-height: 149px;
    margin: 0 auto;
    position: relative;
}

/* register and sign in */
#p27885568 {
    width: 100%;
    height: 43px;
}

#p27885568 ul {
    float: right;
}

#p27885568 li {
    font-size: 12px;
    font-weight: 600;
    padding: 0px 18px;
}
#p27885568 li:nth-child(1) {
    background-image: url('https://s3-eu-west-1.amazonaws.com/drawuk/4390912/i/bdr/icon_user.png');
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 29px;
}
#p27885568 li:nth-child(3) {
    border-left: 1px solid #44435c;
}

#p27885568 li.pipe {
    display: none;
}

#p27885568 li a {
    line-height: 43px;
    font-weight: 600;
}


/* logo */
#p27820032 {
    float: left;
    clear: left;
    margin-top: 24px;
    margin-bottom: 22px;
}


/* top contact details */
#pt .art {
    /* float: right; */
    /* width: 730px; */
    margin-top: 34px;
    margin-bottom: 28px;
    padding-right: 38px;
    border-right: 1px solid #585770;
}

#pt .art .artp h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: 1px;
}
#pt .art .artp h3 span {
    color: #8f8ea8;
    font-weight: 400;
}

span.redtext {
    color: #ce1c00;
}

#pt .art .artp span.topcontact-pipe {
    padding: 0 35px;
}

.topcontact-image {
    float: left;
    margin-right: 20px;
}


/*search*/
#pt .search{
    float: left;
    margin: 3em;
    margin-left:4em;
    /* padding: 18px 0; */
}

#pt .search label{
    display:none;
}

#pt #searchbox {
    float: left;
    font-size: 14px;
    color: #7b8286;
    width: 197px;
    height:22px;
    padding: 8px 5px;
    padding-left: 11px;
    border: 0;
    border-radius: 3px 0px 0px 3px;
}
#pt #searchbox.inputtext {
    color: #000;
}

#searchbox:focus{
    outline:0;
    border:none;
}

#pt .search input#search {
    float: left;
    width: 15px;
    min-width: 0px;
    height: 15px;
    min-height: 0px;
    padding: 11.5px;
    margin: 0;
    background-color: #fff;
    border: 0;
    border-radius: 0px 3px 3px 0px;
}

#pt .search input[type="submit"] {
    float: left;
    background: url("https://s3-eu-west-1.amazonaws.com/drawuk/4390912/i/bdr/search.png") #fff no-repeat 0px 0px;
    width: 53px;
    height: 50px;
    padding:0;
    margin: 0px;
    text-decoration: none;
    text-indent: -9999px;
    border: 1px solid #d7d7d7;
    border-left: 0px;
}

/* basket */
#pt .bskt {
    float: right;
    width: auto;
    min-width: 150px;
    /* max-width: 176px; */
    margin-top: 34px;
    margin-right: 0px;
    margin-bottom: 28px;
    margin-left: 20px;
    /* padding: 16px 0; */
    padding-left: 16px;
    background-image: url('https://s3-eu-west-1.amazonaws.com/drawuk/4390912/i/bdr/icon_bag.png');
    background-repeat: no-repeat;
    background-position: left center;
}
#pt .bskt .bc {
    float: right;
    min-width: 141px;
}

#pt .bskt #mybskt {
    float: right;
}

#pt .bskt .bt {
    float: left;
    margin-right: 10px;
}

#pt .bskt .bt h3 {
    font-size: 13px;
}

#pt .bskt #bsktitems {
    float:left;
    margin-right:10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 44px;
    padding-left: 18px;
}

#pt .bskt #bsktvalue {
    float: left;
    font-size: 16px;
    font-weight: 600;
    line-height: 44px;
}
#pt .bskt #bsktvalue span {
    display: none;
}

#pt .bskt span {
    margin-right: 5px;
    text-transform: none;
    font-weight: 400;
    color: #c7c6dc;
}

#pt .bskt a.btn {
    display: none;
}

#pt .bskt h4 {
    width: 186px;
    float: right;
    font-size: 14px;
    text-align: right;
    border-left: 1px solid #585770;
    margin-left: 20px;
    padding-left: 20px;
}


#p26181636 {
    float: right;
    width: 232px;
    /* margin-top: 10px; */
    margin-right: 20px;
    margin-bottom: 19px;
}

#p26181636 ul li a {
    display: block;
    width: 212px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background-color: #dc381d;
    text-align: center;
    /* float: left; */
}
#p26181636 ul li a:hover {
    text-decoration: none;
    background-color: #801a0a;
}

 /*banner strapline message thing*/
#p29818880 {
    float:left;
    margin-top:7px;
}


/***********************************************************************/
/* Breadcrumb                                                          */
/***********************************************************************/

.bdcb{
    float: left;
    clear:both;
    width:100%;
}

.bdcb .bt,
.bdcb .bb{
    display: none;
}

.bdcb .bc ul{

}

.bdcb .bc ul li{
    display: inline;
    padding: 0;
    padding-top: 25px;
    padding-right: 10px;
}
ul.crumb li:first-child, ul.crumb li:nth-child(2) {
    display: none;
}

.bdcb .bc ul li h1,
.bdcb .bc ul li h3, 
.bdcb .bc ul li a {
    margin: 0;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: 400;
    color: #cf4647;
    text-transform: none;
    float: left;
}
.bdcb .bc ul li a {
    color: #44435c;
}

.bdcb .bc ul li a:hover{
}

.bdcb .bc ul li img {
    padding: 6px 0;
}


/*-------------------------------------------------------------------------------------------------------------------
    =CentrePanel       
--------------------------------------------------------------------------------------------------------------------*/
#pc {
    float: left;
    width: 100%;
    min-width: 1140px;
    /* MEH! want this for the home page slider but NOT for the breadcrumb... */
    margin-top: 20px;
    /* background-color:#fff; */
    /* border-bottom:1px solid #d9d9d9; */
}

#pc .bc {
    width: 1130px;
    /* min-height: 38px; */
    margin: 0 auto;
    /* padding: 6px 20px; */
    background: #fff;
}

#pc .bc .bdcb .bc {
    padding: 0 0;
}


/*owl carousel - used on home page */
#pc .owl-controls {
    width: 100%;
    position: absolute;
    top: 150px;
    font-size: 20px;
}

#pc .owl-prev{
    float: left;
}

#pc .owl-next{
    float: right;
}


/*-------------------------------------------------------------------------------------------------------------------
    =MainPanel       
--------------------------------------------------------------------------------------------------------------------*/


#pmid {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
    display: flex;
}

#pmid.page_home {
}

#pmid.page_dept {
    background-color: #fff;
}

#pm {
    position: relative;
    width: 1200px;
    padding: 0px;
    float: left;
    margin: 0 auto;
    clear: both;
    /* background-color: #fff; */
    min-height:400px;
}
.page_home #pm {
}


.page_subscribe #pm,
.page_question #pm,
.page_index #pm,
.confirmation #pm {
    width: 1200px;
    padding: 0px 0px;
}


#pm.pmwide {
    width: 954px;
    /* margin-left: 10px; */
    padding: 0px 0px;
    padding-bottom: 0px;
    float: left;
    clear: none;
    background-color: #fff;
}

.deptwrap {
    float: left;
    width: 954px;
    clear: both;
    margin-bottom: 45px;
    /* margin-left: 30px; */
    /* padding-top: 20px; */
}

#pm.pmfull .deptwrap {
    width: 1200px;
}


#pmid.page_dept p {
    font-size: 14px;
    color: #555;
}



/***********************************************************************/
/* right panel                                                         */
/***********************************************************************/

#pr{
    float:right;
    margin-right:15px;
}

.page_home #pr .bnr{
    margin-bottom:15px;
}

/***********************************************************************/
/* Left panel                                                          */
/***********************************************************************/
#pl {
    float: left;
    width: 211px;
    color: #444;
    background-color: #fff;
    padding-top: 0px;
    padding-right: 35px;
}


#pl .bt
{
    float: left;
    display:none;
}

#pl .bt h3{
}

#pl .bc{
    float: left;
}

#pl .bc #sldiv
}

#pl p{
    float: left;
    text-align: center;
}

#pl a{
    font-weight: bold;
    float: left;
}

#pl .bb{
    float: left;
}


/***********************************************************************/
/* Filter search                                                       */
/***********************************************************************/

#pl .filter .bc .ContainerPanel .HeaderContent,
#pl .filter .bc .ContainerPanel .HeaderContentClose{
}

#pl .filter .bc .ContainerPanel .Content .citem{
}

#pl .filter .bc .ContainerPanel .Content .citem:hover{
}

#pl .filter .bc .ContainerPanel .Content .citem span{
}

#pl .filter .bc .ContainerPanel .Content{
}

#pl .filter .bc .ContainerPanel .Content .showmore{
    cursor: pointer;
}

.filter .bt{
    background-repeat: no-repeat;
    width: 100%;
}

.filter .bt h3{
    display: inline-table;
}

/****************************************/
/*      new filter search stuff         */
/****************************************/

.longattrsection .items{
    max-height:170px;
    overflow-x:hidden;
    -ms-overflow-x:scroll;    
}

.HeaderContent{
    width: 200px;
    border-bottom: 1px solid #b3b3b3;
    height: 32px;
    padding-top:10px;
    cursor:pointer;
}

.HeaderContent h5{
    font-size: 14px;
    color: #555;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    margin-left:10px;
    position:relative;
    top:0px;
}

.collapsed h5{}

.collapsed h5:hover{}

.citem{
    padding-left:30px;
    padding-top:5px;
    padding-bottom:5px;
    letter-spacing: 0;
    margin: 0;
    background: url('https://s3-eu-west-1.amazonaws.com/drawuk/4390912/i/bdr/selectbox_inactive.png') no-repeat 10px center;
    cursor:pointer;
}

.citem:empty{
    display:none;
}

.citem:hover{
    background: #f1f1f1 url('https://s3-eu-west-1.amazonaws.com/drawuk/4390912/i/bdr/selectbox_active.png') no-repeat 10px center;
}


.citemselected{
    background: url('https://s3-eu-west-1.amazonaws.com/drawuk/4390912/i/bdr/selectbox_active.png') no-repeat 8px center;
}

.citemselected:hover{
     background: #f1f1f1 url('https://s3-eu-west-1.amazonaws.com/drawuk/4390912/i/bdr/selectbox_remove.png') no-repeat 8px center;
}

#divPriceRangeDisplay{
    height:20px;
    margin-left:10px;
    padding-top: 12px;
}

#sldiv{
    margin-bottom: 15px;
}


#resetfs{
    height: 22px;
    padding:5px 0px;
    border-bottom: 1px solid #b3b3b3;
}

#resetfs h5{
    font-size: 14px;
    color: #555;
    font-weight: 600;
    background: url('https://s3-eu-west-1.amazonaws.com/drawuk/4390912/i/bdr/selectbox_remove.png') no-repeat 10px center;
    padding-left:30px;
    text-transform: uppercase;
    cursor:pointer;
}



/***********************************************************************/
/*  Department tree                                                    */
/***********************************************************************/
#pm.pmwide .depttree {
    float: left;
    width: 954px;
    margin-bottom: 70px;
}
#pm.pmfull .depttree {
    float: left;
    width: 1200px;
    margin-bottom: 20px;
}

 .aboutus-dept #pm.pmfull .depttree {
    display: none;
}

.depttree > .bt {
    display:none;
    width: 100%;
    margin: 10px auto 0px;
    background-image: url(https://s3-eu-west-1.amazonaws.com/drawuk/4390912/i/bdr/headerline.png);
    background-repeat: repeat-x;
    background-position: center;
}
.depttree > .bt h3 {
        display: block;
    width: 400px;
    padding: 10px 0px;
    margin: 0 auto;
    background-color: #fff;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: #ce1c00;
}

.depttree .bc {
    margin-top: 0px;
}
.depttree .bc .bc {
    clear: both;
    margin-top: 0px;
}

.depttree h4{
    display: none;
    width: 400px;
    padding: 10px 0px;
    margin: 0 auto;
    background-color: #fff;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: #ce1c00;
}


/* AL - put flex in here for client request 30/09/20 */
.depttree ul{
    list-style:none;
    margin-left:0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
}

#pm.pmfull .depttree li {
    width: 292px;
    height: 339px;
    margin-right: 8px;
    margin-bottom: 10px;
    border: 1px solid rgba(68, 67, 92, 0.17);
    border-top: 3px solid #cf4647;
}
#pm.pmfull .depttree li:nth-child(4n) {
    margin-right: 0px;
}

#pm.pmwide .depttree li {
    width: 292px;
    height: 339px;
    margin-right: 36px;
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid rgba(68, 67, 92, 0.17);
    border-top: 3px solid #cf4647;
}
#pm.pmwide .depttree li:nth-child(3n) {
    margin-right: 0px;
}

.depttree li a {
    width: 292px;
    /* min-height: 42px; */
    margin-bottom: 15px;
    /* padding: 5px 10px; */
    float:left;
}

.depttree li a.txt{
    float:none;
    width: 282px;
    /* height:40px; */
    margin-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
    display:table-cell;
    vertical-align:middle;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    color: #44435c;
    text-transform: none;
}
.depttree li a.txt:hover {
}

.depttree li img{
        display: block;
        margin: 0px auto;
}

.depttree li a+a{
    width:100%;
    text-align:center;
    
}


#pmid.page_dept #pm .art {
    float: left;
}


#pmid.page_dept #pm .dept-top {
    margin-bottom: 30px;
}

#pmid.page_dept #pm .dept-top h3 {
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 600;
    color: #2f2e42;
}

#pmid.page_dept #pm .dept-top p {
    font-size: 16px;
    color: #44435c;
    margin-bottom: 10px;
}


/***********************************************************************/
/*search header/footer                                                 */
/***********************************************************************/
#pm.pmwide .searchheader {
    position: relative;
    width: 954px;
    float:left;
    padding: 76px 0 20px;
    margin-bottom: 5px;
    color: #262525;
    background-image: url('https://s3-eu-west-1.amazonaws.com/drawuk/4390912/i/bdr/searchheader-border.png');
    background-repeat: no-repeat;
    background-position: left 55px;
}
#pm.pmfull .searchheader {
    position: relative;
    width: 1200px;
    float:left;
    padding: 76px 0 20px;
    margin-bottom: 5px;
    color: #262525;
    background-image: url('https://s3-eu-west-1.amazonaws.com/drawuk/4390912/i/bdr/searchheader-border-wide.png');
    background-repeat: no-repeat;
    background-position: left 55px;
}

.searchheader h5#rescou{
    float:left;
    margin-right:20px;
    font-size: 18px;
    padding: 0px;
    /* height:20px; */
    display:inline-block;
    text-align:center;
    vertical-align:middle;
}

.searchheader form{
    /* display: none; */
    float:left;
}

.searchheader form.rpp {
    display: none;
}
.searchheader form.do {
    display: none;
}

.searchheader .search form{
    float:left;
    margin-right:20px;
    display:none;
}


.searchheader form label{
    margin-right: 10px;
    color: #7e7e7e;
    font-size: 14px;
    line-height: 37px;
}

.searchheader form label[for="searchbox"]{
    display:none;
}

.paging .currpg{
    font-weight:800;
}

.searchheader .paging{
    float:right;
    margin-top: 8px;
    margin-right:20px;
}

.searchheader .paging label,
.searchfooter .paging label{
    display:none;
}

.searchheader .paging span,
.searchheader .paging a,
.searchfooter .paging span,
.searchfooter .paging a{
    font-size: 13px;/*font15*/
    font-weight: 600;
    /* padding-top:5px; */
    /* width:20px; */
    /* height:20px; */
    display:inline-block;
    padding-left: 20px;
    text-align:center;
    vertical-align:middle;
}

.searchheader .paging a{
    /* color:#fff; */
}


.searchheader .paging a{
    color: #44435c;
}

.searchheader .paging span,
.searchfooter .paging span{
    color: #cf4647;
    /* float:left; */
}

.searchheader .search input#searchbox {
    background-color:#f2f2ef;
}

.searchheader .search input.submit{
    padding: 0 5px;
}

.searchheader label[for="rpp"]{
    /* display:none; */
    float:right;
    margin-top:5px;
    margin-left:10px;
    font-size:12px;
}

.searchheader select#rpp{
    width:50px;
    margin:0;
    padding-left:5px;
    border:1px solid #d2d2cf;
}

.searchheader select#dord{
    font-size: 14px;
    width: 182px;
    height: 37px;
    border: 1px solid #b1b1b1;
}

/*search footer */

.searchfooter
{
    width: 954px;
    /* height:35px; */
    float:left;
    /* margin-top:20px; */
    padding-top: 30px;
}

.searchfooter .paging{
    float:right;
}
.searchfooter .paging a{
    color:#777;
}

/* search results */
#sr {
    /* outline:1px red solid; */
    width: 954px;
    float:left;
}

#pm.pmfull #sr {
    width: 1200px;
}


/*--------------------------------------------------------------------------------------------------------------------
       Home Page
--------------------------------------------------------------------------------------------------------------------*/
/* Base ****************************************************************/
#site {
    background-color: #fff;
}
#site.home {
    /* background-image: url('https://s3-eu-west-1.amazonaws.com/drawuk/4390912/i/bdr/footer-blue_white_zigzag.png'); */
    background-repeat: repeat-x;
    background-position: left bottom;
}

#site #pm {
    padding-bottom: 5px;
}

#site #pb {
    padding-top: 85px;
    background-image: url('https://s3-eu-west-1.amazonaws.com/drawuk/4390912/i/bdr/footer-zigzag.png');
    background-repeat: no-repeat;
    background-position: center 435px;
}

.page_home p {
    padding-bottom: 25px;
}

.page_home hr{
    display:none;
}

/* Slider **************************************************************/

#pm .carousel {
    float:left;
    /* margin-bottom: 1em; */
    /* overflow:hidden; */
    width:100%;
        margin-bottom: 32px;
}

.art.home-mainslider {
    max-width: 1200px;
    margin-bottom: 32px;
    padding: 0px 0px;
}
.home-mainslider .owl-carousel .owl-item::before {
    display: block;
    width: 1200px;
    height: 6px;
    z-index: 1;
    position: absolute;
    top: 477px;
    content: ".";
    text-indent: -9999px;
    line-height: 6px;
    background-image: url('https://s3-eu-west-1.amazonaws.com/drawuk/4390912/i/bdr/slider-jaggedline.png');
}

.art.home-mainslider .owl-controls {
    /* position: absolute; */
    top: 0px;
    width: 1200px;
    /* height: 483px; */

    z-index:1;
}
.art.home-mainslider .owl-controls .owl-nav {
    position: absolute;
    top: 189px;
    width: 1200px;
}
.art.home-mainslider .owl-controls .owl-nav .owl-prev,
.art.home-mainslider .owl-controls .owl-nav .owl-next {
    display: block;
    width: 45px;
    height: 45px;
    background-color: #a7c5bd;
    text-indent: -9999px;
}
.art.home-mainslider .owl-controls .owl-nav .owl-prev {
    float: left;
    margin-left: -10px;
    background-image: url('https://s3-eu-west-1.amazonaws.com/drawuk/4390912/i/bdr/slider_nav_prev.png');
    background-size: initial;
    background-position: center;
}
.art.home-mainslider .owl-controls .owl-nav .owl-next {
    float: right;
    margin-right: -10px;
    background-image: url('https://s3-eu-west-1.amazonaws.com/drawuk/4390912/i/bdr/slider_nav_next.png');
    background-size: initial;
    background-position: center;
}
.art.home-mainslider .owl-controls .owl-dots {
    display: block;
    width: 98px;
    height: 11px;
    position: absolute;
    bottom: 39px;
    left: 551px;
}
.art.home-mainslider .owl-controls .owl-dots .owl-dot {
    display: block;
    float: left;
    width: 7px;
    height: 7px;
    margin-right: 18px;
    border-radius: 11px;
    border: 2px solid #dfeeea;
}
.art.home-mainslider .owl-controls .owl-dots .owl-dot:last-child {
    margin-right: 0px;
}
.art.home-mainslider .owl-controls .owl-dots .owl-dot.active {
    background-color: #eb7b59;
    border: 0px;
    width: 11px;
    height: 11px;
}


/* latest products */
.art.home-latestprod {
    float: left;
    width: 1200px;
    margin-bottom: 45px;
}

.art.home-latestprod .owl-controls {
    display: none;
}


/*hackity hack this */

#p-1674510328 .bc{
    display:grid;
    grid-template-columns:33.333333% 66.6666666%;
    grid-gap:1em;
    align-items:center;
}

#p-1674510328 .bc .bnr{
    float:none !important;
    padding:0 !important;
    margin:0 !important;
}

#p-1674510328 .bc .bnr a{
    display:block !important;
}

#p-1674510328 .bc img{
    	width: 100%;
align-self:center;
	object-fit: contain;
}


/* Banners *************************************************************/
.page_home .pbnr {
    float: left;
    /* clear: both; */
}

.page_home .pbnr .bnr {
    float: left;
    position: relative;
}
.page_home .pbnr .bnr img {
    width: 100%;

    height: auto;
}
.page_home .pbnr .bnr:nth-child(2) {
    /* margin-left: 3px; */
    margin-left:34px;
    margin-right:34px;
}

/* trade login/contact us */
#p-1674510329 {
    margin-bottom: 66px;
}

.page_home .pbnr .bnr.bnr-contactus {
    margin-left: 0px;
    margin-right: 36px;

}


#site.index.trade #pm .form {
    width: 700px;
    margin: 0 250px;
    margin-bottom: 20px;
}
#site.index.trade #pm .form strong {
    font-weight: normal;
}
#site.index.trade #f5341184 ul {
    float: left;
}
#site.index.trade #f5341184 ul li {
    padding-left: 20px;
}
#site.index.trade #f5341184 ul li.info {
    padding-left: 0px;
}
#site.index.trade #f5341184 ul li label {
    width: 240px;
}
#site.index.trade #f5341184 ul li textarea.inputtext {
    width: 298px;
}
#site.index.trade #f5341184 ul.radio li {
    margin-bottom: 0px;
    padding-left: 0px;
}
#site.index.trade #f5341184 ul.radio li input {
    width: 50px;
}
#site.index.trade #f5341184 .submit {
    clear: both;
    float: right;
}


/* home - three linked banners */
#p-1674510310 {
    width: 1200px;
    margin: 0 auto;
}

#p-1674510310 .bnr {
    float: left;
    margin-right: 34px;
    margin-bottom: 34px;
}

#p-1674510310 .bnr:last-child {
    margin-right: 0px;
}


/* pocket spinners */
#b-1802235 {
    margin: 0px 104px;
    margin-bottom: 80px;
}


/* Headers *************************************************************/
.art.header {
    float: left;
    width: 100%;
    clear: both;
}

.art.header h3 {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
}


/* see all */
.art.header-seeall {
    float: left;
    width: 1200px;
    margin-bottom: 60px;
    padding-bottom: 45px;
    background-image: url('https://s3-eu-west-1.amazonaws.com/drawuk/4390912/i/bdr/lastestproducts-zigzag.png');
    background-position: left bottom;
    background-size: initial;
    background-repeat: no-repeat;
}

#pm .art.header-seeall h3 {
    font-size: 24px;
    font-weight: 400;
    color: #44435c;
    text-align: center;
    font-family: 'Yellowtail', cursive;
}


/* 100 percent recycled */
.art.recycled {
    float: left;
    width: 1200px;
    margin: 0px auto;
    padding: 59px 0px;
}
.art.recycled .artp {
    width: 730px;
    margin: 0 auto;
}
.art.recycled .artp .recycled-txt {
    float: left;
    width: 528px;
}
#site.home #pm .art.recycled .artp p {
    font-size: 21px;
    font-weight: 600;
    text-align: center;
    color: #2e2c2f;
    line-height: 50px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.art.recycled .artp .recycled-img {
    float: right;
    width: 172px;
}


/* Prod Lists **********************************************************/
.prdlst{
    float:left;
    width: 1200px;
}
#site.home .prdlst {
    margin-bottom: 45px;
}

.prdlst .bt{
    float:left;
    width: 100%;
}

.prdlst .bt h3{
    font-size: 26px;
    font-weight: 600;
    text-align: center;

    color:#fff;

    width: 100%;
    margin: 0;
    /* margin-bottom: 2%; */
    padding-top: 1px;
    padding-bottom:10px;
    margin-bottom: 40px;
    background-color: #2f2e42;
    background-image: url('https://s3-eu-west-1.amazonaws.com/drawuk/4390912/i/bdr/slider-jaggedline.png');
    background-repeat: repeat-x;
    background-position: 9px bottom;
}

.prdlst ul {
    width: 1200px;
    overflow: hidden;
    list-style: none;
}

.prdlst li {
    float: left;
    width: 208px;
    min-height: 330px;
    margin: 0px 0px;
    margin-right: 37.5px;
    border: 1px solid rgba(68, 67, 92, 0.17);
}

.prdlst li:nth-child(5n) {
    margin-right: 0px;
}

.prdlst li a.img {
    float: left;
    width: 208px;
    height: 208px;
    margin-top: 20px;
    margin-bottom: 15px;
}

/*temporary until the list uses the correct image */
.prdlst li a.img img{
    display: block;
    width: auto !important;
    max-width: 208px;
    height: auto !important;
    max-height: 208px;
    margin: 0 auto !important;
}

.prdlst li a.txt{
    width: 194px;
    margin: 10px 7px 0px;
    font-size: 16px;
    font-weight: 600;
    color: #44435c;
    text-align: center;
    float:left;
}

.prdlst li .price {
    display: none;
    float: left;
    width: 198px;
    margin: 0px 5px 0px;
}

.prdlst li .price label {
    display:none;
}

.prdlst li .qty {
    float: left;
    width: 198px;
    margin: 0px 5px;
}
.prdlst li .qty label {
    width: 96.5px;
    text-align: right;
    line-height: 24px;
}
.prdlst li .qty h6 {
    width: 96.5px;
    padding-left: 5px;
}

.prdlst li .trade {
    float: left;
    width: 198px;
    margin: 0px 5px;
}
.prdlst li .trade label {
    width: 99px;
    text-align: right;
    line-height: 24px;
}
.prdlst li .trade h6 {
    width: 99px;
}

.prdlst li h6 {
    width: 198px;
    color: #eb7b59;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
.prdlst li h6 span {
    display: none;
}



/* New Customer ********************************************************/
#site.home.unknown {

}


/* Not Logged In *******************************************************/
#site.home.known {
    
}


/* Logged In ***********************************************************/
#site.home.member #p-1674510304 #b-1769470 {
    margin-left: 34px;
}

#site.home.member #pb {
    padding-top: 90px;
}



/*-------------------------------------------------------------------------------------------------------------------
    =Footer - comes before pb      
--------------------------------------------------------------------------------------------------------------------*/

#pf {
    float: left;
    width: 100%;
    padding: 0px 0px;
}
#site.home #pf {
    margin: 0 auto;
}

#pf .ext {
    width: 1200px;
    margin: 0 auto;
}

#pf .pbnr {

}

#pf .info, #pf .art {

}

#pf .info h3,
#pf .pbnr h3,
#pf .news h3,
#pf .art h2 {

}

#pf .info ul,
#pf .art p {

}

#pf  .info li,
#pf .art p {

}

#pf .info li a,
#pf .art p,
#pf .art a {

}
#pf  .info li a:hover,
#pf .art a:hover {

}

#pf  .footerPayment p {

}



/***********************************************************************/
/* Bottom Panel                                                        */
/***********************************************************************/
#pb
{
    display: block;
    width: 100%;
    min-width: 1200px;
    float: left;
    margin: 0 0;
    padding-bottom: 60px;
    color: #FFF;
    position: relative;
    background-color: #44435c;
}

#pb .info .pipe{
    display:none;}

#pb .ext
{
    width: 1200px;
    float: none;
    margin: 0 auto;
    display: block;
}

#pb h3
{
    color: #fff;
    font-size: 18px;
    font-weight:600;
}


#pb .info {
    float: left;
    width: 235px;
    min-height: 211px;
    margin-right: 0px;
    margin-bottom: 130px;
}
#pb .info:first-child{
    margin-left:20px;
}

#pb .info .bt {
    padding-bottom: 10px;
}

#pb .info li{
    float:left;
    clear:both;
    padding-bottom: 7px;
}

#pb .info li a {
    font-size: 15px;
    color: #8786aa;
}
#pb .info li a:hover {
    color: #fff;
}

#pb .info li a[title="Christmas"] {
    color: #cf4647;
}

#pb .art {
    float: left;
}

#pb .art.btm-contact {
    width: 494px;
    margin-bottom: 60px;
}
#pb table td {
    padding: 0px;
}
#pb table h3 {
    font-size: 20px;
    font-weight: 400;
    color: #a7c5bd;
    letter-spacing: 2px;
}
#pb table p {
    font-size: 15px;
}
#pb table p a {
    color: #8786aa;
}
#pb .contact-logo {
    padding-bottom: 57px;
}
#pb .contact2 td:nth-child(2) {
    width: 213px;
}
#pb .contact2 td:nth-child(3) img:first-child {
    padding-right: 23px;
}
#pb .contact-icon {
    width: 22px;
    /* height: 57px; */
    padding: 0px;
    padding-right: 19px;
    background-image: url('https://s3-eu-west-1.amazonaws.com/drawuk/4390912/i/bdr/icon_speechbub.png');
    background-repeat: no-repeat;
    background-position: left 7px;
}
#pb .contact4 td {
    padding-top: 40px;
}


#pb #a68157442 {
    margin-top: 56px;
    color: #6b6a87;
    padding-right: 13px;
}
#pb #a68157442 p {
    font-size: 15px;
}
#pb #a68157442 p:first-child {
    padding-bottom: 5px;
}

#pb #p27983886 {
    width: auto;
    min-height: 0px;
    margin-top: 56px;
    margin-bottom: 0px;
}
#pb #p27983886 .bt {
    padding: 0px;
}
#pb #p27983886 li {
    clear: none;
    padding-right: 15px;
}
#pb #p27983886 li:last-child {
    padding: 0px;
}


/***********************************************************************/
/* Copyright and Managed by                                            */
/***********************************************************************/


#pb .etailcopy{
    float: right;
    /* width: 100%; */
    margin-top: 56px;
    /* padding-top: 23px; */
    color: #6b6a87;
    font-weight: 400;
}
#pb p.copy
{
    display: none;
    clear: both;
    float: left;
    margin: 0;
    text-align: left;
    padding: 0px 10px 0px 0px;
    font-size: 11px;
    line-height: 55px;
    position: relative;
}

#pb p.etail {
    /* display: none; */
    float: left;
    margin: 0;
    font-size: 15px;
    text-align: right;
    padding: 0px 0px 0px 0px;
    position: relative;
}

#pb p.etail a,
#pb p.etail a:hover,
#pb p.etail a:visited
{
    float: none;
    color: #8887aa;
}


/* forms and stuff */

/*Registration Form */
#preg form{
    width:900px;
    margin:0 auto;
}

#preg form label{
    clear:both;
    float:left;
    display:inline-block;
    text-align:right;
    margin-right:10px;
}

#preg form ul{
}

#preg form li{
    padding-bottom:10px;
    clear:both;
    float:left;
    display:inline-block;
}

#preg form input,
#preg form select{
    clear:both;
}



/***********************************************************************/
/* Basket - Checkout                                                   */
/***********************************************************************/

#pm .bskt table.basket{
    border-collapse:collapse;
    /* margin: 10px; */
    /* padding:10px; */
    width: 1200px;
    margin-top: 10px;
    /* margin-left:85px; */
}

#pm .bskt table.basket img {
    padding: 0 32px;
}

#basket_row_processing{
    display:none !Important;

}

#pm table.basket tr.line td form table{width: 153px;}

#pm table.basket tr.line td form table td {
}
#pm table.basket tr.line td form table td:first-child {
    padding-left: 5px;
}
#pm table.basket tr.line td form table td:last-child {
    padding-right: 5px;
}

#pm table.basket tr.line td form table td .inputtext{
   position:relative;
}

#pm table.basket tr.line td form table tr td{
    border:none;
}

#pm table.basket tr.line td form table tr td button{
    font-size: 8px; /*this is the increase/decrease quantity button */
}

#pm table.basket tr.line td form table tr td button[custom-type="number-qty-add"]{
    background-color:#fff;
    border:none;
    text-indent:-9999px;
    background: url("https://s3-eu-west-1.amazonaws.com/drawuk/4390912/i/bdr/plus.png") repeat-x left center;
    width:16px;
    height:16px;
}

#pm table.basket tr.line td form table tr td button[custom-type="number-qty-rem"]{
    background-color:#fff;
    border:none;
    text-indent:-9999px;
    background: url("https://s3-eu-west-1.amazonaws.com/drawuk/4390912/i/bdr/minus.png") repeat-x left center;
    width:16px;
    height:16px;
}

#pm .bskt{
    float:left;
    width:100%;

}

#pm .bskt h3{
}

#pm .bskt h3 a,
#pm .bskt h3 a:visited{    
}

#pm .bskt h3 a:hover,
#pm .bskt h3 a:focus{
    text-decoration: underline;
}

.basket-header-table{
    width:100%;
    float:left;
    margin-bottom:40px;
    display:none;
}

.basket-header-table td{
    width:50%;
}

.basket-header-table td:first-child h2{
    display:none;
}

.basket-header-table td:last-child{
    text-align: right;
    float:right;
    margin-right:20px;
}

.basket-header-table td:last-child .sp_button{
    float: right;
}

.basket-header-table td .pp_button, 
.basket-header-table td span{
}

#pm table.basket tr.header th{
    color: #fff;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #44435c;
    border-right: 1px solid #fff;
}

#pm .bskt table.basket tr.header th:nth-child(2){
    /* text-align: left; */
}

#pm table.basket tr.line td form{
    float: right;
}

#pm table.basket tr.line input{
}

#pm table.basket tr.line input.inputtext{
    width: 111px;
    height: 20px;
    margin: 2px 0px 0 2px;
    padding: 2px 0px;
    font-size: 14px;
    text-align: center;
}

#pm table.basket tr.line input.submit{
min-width:50px;
min-height:20px;
margin-top:10px;
font-size:10px;


}

#pm table.basket tr.line input.submit#remove{
    background-color:white;
    color:#ce1c00;
    outline:1px #ce1c00 solid;
    float:left;
    margin-left: 9px;
}
#pm table.basket tr.line input.submit#update{
    background-color:white;
    color: #dc381d;
    outline: 1px #dc381d solid;
    float:right;
}

#pm table.basket tr.line td{
    font-size: 16px;
    border-bottom: 2px solid #f6f6f6;
    padding-bottom:5px;
    padding-top:5px;
}

#pm table.basket tr.line td{
    vertical-align:middle;
}

#pm table.basket .delivery td,
#pm table.basket .discount td{
    padding: 15px 0;
    padding-left: 10px;
}

#pm table.basket .delivery h4{

font-size: 14px;

color:#000;
}

#pm table.basket .shipcost{
}

#pm table.basket .shipcost td{
    padding: 0 0 0px 0;
    font-size: 16px;
    text-align:right;
}

#pm table.basket .shipcost .ship .delivery-cost{
    display: none;
}

#pm table.basket .vat{
    border-top: 2px solid #f6f6f6;
}

#pm table.basket .vat td{
    font-size: 16px;
    padding: 12px 0 12px 8px;
}

#pm table.basket .vat td:first-child{
    text-align:right;
}

#pm table.basket tr.total td, #pm table.basket tr.deposit td{
    text-align: right;
    border-top: 2px solid #f6f6f6;
    border-bottom: 2px solid #f6f6f6;
    padding: 12px 0;
}

#pm table.voucher{
}

#pm table.voucher th{
}

#pm table.voucher td{
}

#pm table.voucher input.submit
{
    width: 125px;
    height: 25px;
    font-size: 10px;
}

#pm table.voucher .inputtext{
    width:350px;
    height:25px;
}

#pm .basket ul
{
    width: auto;
}

#pm .basket ul li {
    clear: left;
}
#pm .basket ul li.uom {
    font-size: 14px;
    color: #cf4647;
}


#pm .basket ul li a{
        color: #44435c;
        font-size: 16px;
        font-weight: 600;
}
#pm .basket ul li.ref,
#pm .basket ul li.pieces{
    font-size:10px;
    color:#444;
}

#pm .bskt .basketlinks{
    float:left;
    width:100%;
    margin-bottom:20px;
    margin-top:20px;
}

#pm .bskt .basketlinks img{
    margin: 10px 20px;
}
#pm .bskt label{
    float:none;
}
#pm .bskt span{
    /* display: none; */
}

#pm .bskt .basketlinks .ct_button{
    float: left;
    /* margin-left:20px; */
}

#pm .bskt .basketlinks .sp_button, 
#pm .bskt .basketlinks .pp_button{
    float: right;
    clear: right;
    /* margin-right:20px; */
}

#pm .ct_button a.btn,
#pm .sp_button a.btn,
#pm .pp_button a.btn{
    /* color:#fff; */
    /* font-size: 16px; */
    /* font-weight: 600; */
    text-transform: uppercase;
    /* background: #dc381d; */
    /* padding:10px 10px; */
}



#pm .ct_button a.btn {
    /* background-color: #555; */
    /* font-size:10px; */
    /* color: #fff; */
}

#pm .pp_button a.btn,
#pm .pp_button a.btn img.btn{
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}

#pm .pp_button a.btn img.btn{
    margin: 0 7px;
}

#pm .sp_button a.btn:hover,
#pm .sp_button a.btn:focus{text-decoration: none;/* background-color: #801a0a; */}

#pm .ct_button a.btn:hover,
#pm .ct_button a.btn:focus{background-color: #999;text-decoration: none;}

ul.prodinfo{
    list-style:none;
}

ul.prodinfo li:first-child{
    margin-bottom: 5px;
}

ul.prodinfo a{
    font-size: 15px;
}

ul.prodinfo a:hover,
ul.prodinfo a:focus{
    text-decoration: underline;
}

ul.prodinfo li a{
    color:#4e4e50;
    margin-top: 5px;
}

ul.prodinfo li.warn{
    font-size: 12px;
    color: red;
}

#pm #paypalmessages{
    float: left;
    width: 1140px;
    text-align: center;
}

#pm #paypalmessages p{
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    text-align: center;
}


/* customisation */
#pm table.basket tr td:first-child {
    padding-left: 10px;
}
#pm table.basket tr td:last-child {
    padding-right: 10px;
}

#pm > div.bc > div > div.bc > table.basket > tbody > tr.line > td:nth-child(4) > form > table > tbody > tr:nth-child(1) > td:nth-child(1) {
    width: 117px;
    padding-top: 0px;
}

#pm table.basket tr.total {
    font-size: 16px;
}

#ordertotal {
    font-weight: 600;
}

#basket_confirm_details > ul > li:nth-child(1) > table > tbody > tr:nth-child(3) > td:nth-child(1) {
    
padding-right: 0px;
}

/*-------------------------------------------------------------------------------------------------------------------
    =Hover basket          
--------------------------------------------------------------------------------------------------------------------*/
.hoverbskt {
    display: none;
    float: right;
    position: absolute;
    margin-top: 28px;
    margin-left: -18px;
    width: 240px;
    padding: 0;
    z-index: 2000;
    background: #fff;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
}

.hoverbskt h3{
display:none;
}

.hoverbskt .lines {
    max-height: 240px;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    overflow-y: scroll;
    float: left;
}

.hoverbskt .lines .item{
    float: left;
    padding: 5px;
    border-bottom:1px solid #e5e5e5;
}

.hoverbskt .formupdate{

    float:left;
    width: 150px;

}

.hoverbskt .formupdate input{
    width:50px;
    margin-right:10px;
}


.hoverbskt .formupdate input.submitQtyChange{
    width:20px;
    text-indent:-999999px;
    outline:none;
    background:url('https://s3-eu-west-1.amazonaws.com/drawuk/4390912/i/bdr/bsktupdate.png') no-repeat 0 0;
    border:none;
}



.hoverbskt a,.hoverbsktadd a {
    float: right;
    text-align: center;
}

.hoverbskt a.btn{
    float: right;
    text-align: center;
    width:80px;
    margin-right:70px;
    margin-top:10px;
    margin-bottom:10px;
}

.hoverbskt .lines .item a.title{
    float: left;
    width: 150px;
    text-align: left;
    font-size: 12px;
}

.hoverbskt .lines .item img{
    float: left;
    height: auto;
    width: auto;
    max-width: 50px;
    max-height: 50px;
    padding-right: 10px;
}

.hoverbskt .lines .item p.descr {
    float: right;
    width: 165px;
    text-align: left;
    font-size: 10px;
}

.hoverbskt .lines .item p.qty {
    float: left;
    line-height:20px;
    /* width: 150px; */
    text-align: left;
    margin-right:10px;
    font-size:10px;
}

.hoverbskt .lines .item p.price{
    float: left;
    width: 100%;
    text-align: right;
}

.hoverbskt h4.count {
display:none;
}

.hoverbskt h4.total {
display:none;
}


.hoverbsktadd {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -48px 0 0 -140px;
    width: 340px;
    background-color: #fff;
    z-index: 2000;
    /* padding: 10px; */
    -webkit-box-shadow: 10px 10px 5px 0 rgba(0,0,0,0.25);
    -moz-box-shadow: 10px 10px 5px 0 rgba(0,0,0,0.25);
    box-shadow: 10px 10px 5px 0 rgba(0,0,0,0.25);
    outline: 2px #44435c solid;
}

.hoverbsktadd h3 {
    padding: 5px 10px;
    padding-bottom: 11px;
    text-align: right;
    color: #fff;
    background: #44435c;
    font-size: 20px;
    background-image: url('https://s3-eu-west-1.amazonaws.com/drawuk/4390912/i/bdr/slider-jaggedline.png');
    background-repeat: repeat-x;
    background-size: initial;
    background-position: left bottom;
}

.hoverbsktadd .item {
    float: left;
    width: 320px;
    padding: 0px 10px;
    margin: 10px 0 0px;
}

.hoverbsktadd a.btn,
 {
    width: 60%;
    height: 30px;
    float: right;
    margin: 6px 40px;
    padding: 0 10px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 28px;
    cursor: pointer;
}

.hoverbsktadd .item a.title {float: right;width: 240px;margin: 0 0 5px 0;padding: 0 0 5px 0;background-color: #ffffff;color: #575756;font-size: 12px;text-align: left;line-height: 16px;font-size: 14px;}

.hoverbsktadd .item img {
    float: left;
    margin: 0 5px 5px 0 !important;
    padding: 0;
    background-color: #fff;
}

.hoverbsktadd .item p.qty {
    float: left;
    width: 90px;
    margin-top: 18px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #575756;
    clear: left;
}

.hoverbsktadd .item p.price {
    float: right;
    width: 230px;
    margin-bottom: 5px;
    font-size: 14px;
    text-align: right;
    color: #eb7b59;
    font-size: 26px;
    font-weight: 700;
    font-family: "proxima-nova",sans-serif;
}


.hoverbsktadd a[title="Checkout"] {
    width: 340px;
    height: 30px;
    float: left;
    /* margin-top: 5px; */
    /* margin-left: 80px; */
    padding: 0px;
    padding-top: 6px;
    background: #a7c5bd;
    background-image: url('https://s3-eu-west-1.amazonaws.com/drawuk/4390912/i/bdr/slider-jaggedline_inv.png');
    background-repeat: no-repeat;
    background-position: left top;
    color: #2f2e42;
    font-weight: 700;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 28px;
    cursor: pointer;
}









/***********************************************************************/
/* Checkout process                                                    */
/* Need !important to override jquery ui                               */
/***********************************************************************/

#checkout_panel_processing,
#ro_accord_processing
{
    float: left;
    display: none;
    position: absolute;
    width: 100%;
    padding: 20px 10px; /*   background-image: url('/images/product_builder/loading_bar.gif');     background-position: center;     background-repeat: no-repeat;     background-color: #ccc; */
    opacity: 0.6;
    filter: Alpha(Opacity=60);
    float: right;
}

#pm .accord{
    float: left;
    width: 900px;
    margin-top: 10px;
    margin-bottom: 70px;
    margin-left: 0px;
    overflow-x: visible;
    background-color:#fff;
}

#pm .accord input[type="text"],
#pm .accord input[type="tel"],
#pm .accord input[type="input"],
#pm .accord input[type="email"]{
    width:305px;
}

#pm .accord ul li select{
    width: 311px;
}

#pm .accord textarea{
    /* width:650px; */
    height:50px;
}

/* Accordion tabs */
.ui-accordion .ui-accordion-header .ui-accordion-header-icon{
    display: none;
}

#pm .accord h3{
    float: left;
    padding:0px;
    margin:0px;
    padding-top: 5px;
    padding-left:20px;
    width: 880px;
    height:36px;
    background: #44435c;
    border:none;
    border-radius:0px;
    color:#fff;
    font-size:20px;
}

#personalisation_panel, 
#gift_panel{
    border: none;
}

#checkout_accordion ul{
    list-style:none;  
}

#checkout_accordion ul li.prod{
    padding-top: 10px;
}

#checkout_accordion ul li.prod .img{
    float: left;
    width: 120px;
}

#checkout_accordion ul li.prod p{
    float: left;
    width: 80px;
    padding: 3px 0;
    font-size: 14px;
}

#checkout_accordion ul li.itemno{
    float: left;
    padding: 3px 0;
    font-size: 14px;
}

#checkout_accordion ul li input,
#checkout_accordion ul li select, 
#checkout_accordion ul li textarea{
    /* margin-left: 20px; */
}

#checkout_accordion ul li textarea{
    /* width: 500px; */
    height: 34px;
}

/* hidden, DW request 08/01/15 */
#checkout_accordion ul li label[for=deliveryInst]{
    display: none;
}

#checkout_accordion ul li.wrap{
    position: relative;
}

#checkout_accordion ul li.wrap span{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
}

#checkout_accordion ul li.total{
    display: none;
}

#checkout_accordion #signin_panel, 
#checkout_accordion #customer_panel, 
#checkout_accordion #delivery_panel, 
#checkout_accordion #confirm_panel, 
#checkout_accordion #payment_panel, 
#ro_accord #product_panel, 
#ro_accord #member_panel, 
#ro_accord #delivery_panel, 
#ro_accord #preference_panel, 
#ro_accord #loyalty_panel{
    float: left;
    overflow-x: visible;
    overflow-y: visible;
    width: 880px;
    margin: 0;
    padding: 10px 10px;
    border: none;
    background:none;
}

#ro_accord #product_details ul li table{
    float: left;
    width: 660px;
}

#ro_accord #product_details ul li table tr td{
    border-bottom: none;
}

#ro_accord #product_details ul li table table{
    width: auto;
}

#checkout_accordion #signin_panel ul, 
#checkout_accordion #ul_top, 
#checkout_accordion #ul_bottom, 
#ro_accord #product_panel ul, 
#ro_accord ul.top, 
#ro_accord ul.bottom{
    width: 100%;
    margin: 0;
    padding: 0;
}

#ro_accord ul.top{
    padding: 0 0 5px 0;
    border-bottom: solid 1px #eee;
}

#ro_accord ul.bottom{
    padding: 5px 0 0 0;
    border-top: solid 1px #eee;
}

#checkout_accordion #ul_left, 
#checkout_accordion #ul_right,
#ro_accord ul.left, 
#ro_accord ul.right{
    width: 430px;
    float:left;
    margin: 0;
}

#checkout_accordion #ul_left{
margin-right:20px;
}


#checkout_accordion #ul_right, 
#ro_accord ul.right{
}

#checkout_accordion #basket_delivery_details a {
    font-weight: 700;
    color: #2f2e42;
    background-color: #a7c5bd;
    padding:5px 5px;
    font-size:12px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 3px;
}

#checkout_accordion ul li, 
#checkout_accordion #ul_top li, 
#checkout_accordion #ul_left li, 
#checkout_accordion #ul_right li, 
#checkout_accordion #ul_bottom li, 
#ro_accord ul.top li, 
#ro_accord ul.left li, 
#ro_accord ul.right li, 
#ro_accord ul.bottom li{
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 0 5px 0;

}

#checkout_accordion ul li.reqmsg, 
#checkout_accordion #ul_top li.reqmsg, 
#checkout_accordion #ul_left li.reqmsg, 
#checkout_accordion #ul_right li.reqmsg, 
#checkout_accordion #ul_bottom li.reqmsg, 
#ro_accord ul.top li.reqmsg, 
#ro_accord ul.left li.reqmsg, 
#ro_accord ul.right li.reqmsg, 
#ro_accord ul.bottom li.reqmsg{
    padding: 1px 0;
    color: red;
}

#checkout_accordion #ul_right li.reqmsg a{
    padding: 0;
    margin: 0;
    float: none;
}

#checkout_accordion ul li label, 
#checkout_accordion #ul_top li label, 
#checkout_accordion #ul_left li label, 
#checkout_accordion #ul_right li label, 
#checkout_accordion #ul_bottom li label, 
#ro_accord ul.top li label, 
#ro_accord ul.left li label, 
#ro_accord ul.right li label, 
#ro_accord ul.bottom li label{
    float: left;
    width: 100%;
    margin: 0;
    padding: 1px 0;
}

#checkout_accordion #ul_left li label[for="subscribe"]{
    width: auto;
}

#pm .accord h4{
    width: 100%;
    padding: 0 0 6px 0;
    color:#000;
    margin:0;
}

#pm .accord label{
    color: #575756;
}

#pm .accord ul li input, 
#pm .accord ul li select, 
#pm .accord ul li textarea{

}
#pm .accord ul li textarea{
    width: 305px;
    margin-top:10px;
}
#pm .accord ul li input.submit{
    float: right;
    width: 125px;
    height: 25px;

}

#pm .accord li #submit{
    margin: 5px 0 5px 180px;
}

input.inputtext{
    width:300px;
}

/* Specific fields */
#pm #email.inputtext{

}

#pm #specialInst{
    width: 310px;
}

/* Delivery address */
#checkout_accordion #ul_right #basket_delivery_address ul{
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Delivery dates have a panel so hide it */
#checkout_accordion #ul_bottom li #pdeldate{
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
}
#checkout_accordion #ul_bottom li #pdeldate h3, 
#ro_accord #pdeldate h3{
    display: none;
}

#checkout_accordion #ul_bottom li #pdeldate p, 
#ro_accord li #pdeldate p{
    float: left;
    width: 100%;
    margin: 0;
    padding: 5px 0 1px 0;
}

#checkout_accordion #ul_bottom li #pdeldate p.reqmsg{
    font-size: 14px;
    padding: 6px 0 4px 0;
}

/* Confirm basket */
#checkout_accordion #confirm_panel ul, 
#checkout_accordion #confirm_panel ul li, 
#checkout_accordion #confirm_panel ul li table, 
#ro_accord #loyalty_panel table{
    float: left;
    width: 880px;
    margin: 0;
    padding: 2px 0;
}

#checkout_accordion #confirm_panel table span{
    padding: 0 10px 0 0;
    line-height: 28px;
}

#checkout_accordion #confirm_panel table a{
    margin:  0;
    font-weight: 700;
    color: #2f2e42;
    background: #a7c5bd;
    padding:5px 5px;
    font-size:12px;
    text-transform: uppercase;
    border-radius: 3px;
}

/* Payment */
#checkout_accordion #payment_panel #psagepay{
    float: left;
    width: 660px;
    margin: 0;
    padding: 0;
}

#checkout_accordion #payment_panel #psagepay.form .bt, 
#checkout_accordion #payment_panel #psagepay.form .bb{
    display: none;
}

#checkout_accordion #payment_panel #psagepay.form .bc{
    border: none;
    padding: 0;
}

#checkout_accordion #payment_panel #psagepay h3{
    border-top: none !important;
    padding: 4px 0 !important;
    font-size: 15px;
}

#checkout_accordion #payment_panel #psagepay iframe{
    width: 710px !important;
}

/* Anchor buttons */
#checkout_accordion a,
#checkout_accordion a#delivery_to_other{
    width: auto;
    text-decoration: none;
    margin: 5px 0;
    float:left;
}

#checkout_accordion a strong{
    padding: 6px 8px;
    border: none;
    color: #000;
    text-align: center;
}

#checkout_accordion a strong:hover{
    text-decoration:underline;
}

#checkout_accordion li.info{
    font-size:12px;
}


/***********************************************************************/
/* Breadcrumb pane                                                     */
/***********************************************************************/
#pm .accordbdcb{
    float: right;
    width: 240px;
    margin-top: 10px;
    margin-right: 0px;
    /* margin-left:20px; */
}

#pm .accordbdcb ul{
    width: 100%;
    padding: 0;
    list-style:none;
}

#pm .accordbdcb ul li{
    border-bottom: #f6f6f6 3px solid;
    padding: 5px 20px;
    padding-right: 0px;
    font-size:12px;
    width:220px;
}

#pm .accordbdcb ul li.header{
 width:220px;
 font-size:16px;
 padding:5px 10px;
 border-bottom: #f6f6f6 3px solid;
}

#pm .accordbdcb ul li:last-child{
    padding:5px 10px;
    color:#000;
}

#pm .accordbdcb ul li.title{
    background: #44435c;
    width:230px;
    color:#fff;
    border:none;
    margin:0;
    padding:0;
    padding-top: 10px;
    padding-left:10px;
    height:31px;
    font-size:16px;
    font-wei;
}

#pm .accordbdcb ul li span{
    float: left;
    width: 50%;
    margin: 0 5px 0 0;
}

#pm .art.checkoutLogos {
    width: auto;
    float: right;
}

#pm .art.checkoutLogos img {
    width: 100%;
    height:auto;
    margin-top: 20px;
    float: right
}

/***********************************************************************/
/* Delivery date selection                                             */
/* Colors for available and not available dates                        */
/***********************************************************************/

#pm .deldates .delcapnone{
    background-color: #CCCCCC;
}

#pm .deldates .delcapgone{
    background-color: #DDDDDD;
}

/***********************************************************************/
/* Order info                                                          */
/***********************************************************************/

#pm .ordinfo table tr td{
    background-color: #cccccc;
}

#pm .ordinfo h3{
    width: 1140px;
    padding: 10px 0;
}

#pm .ordinfo table tr td a{
    clear: left;   
    width: 86%;
}


/***********************************************************************/
/*  Featured products                                                  */
/***********************************************************************/
.fprd {
    float: left;
    position: relative;
    width: 208px;
    min-height: 373px;
    margin: 0px 0px 20px;
    margin-right: 30px;
    border: 1px solid rgba(68, 67, 92, 0.17);
}

.page_home .fprd:nth-child(4n-1) {
    margin-right: 0px;
}

.page_dept .pmfull .fprd:nth-child(4n+2) {
    margin-right: 0px;
}

.fprd .fprdimg {
    float:left;
    width: 208px;
    margin-top: 20px;
    margin-bottom: 15px;
    position:relative;
}

.fprd .fprdimg a {
    float: left;
    width: 208px;
    height: 208px;
    background-color: #fff;
}

.fprd .fprdimg .flag{
    position:absolute;
    top: 5px;
    right: 5px;
}

.fprd .fprdimg img {
    display: block;
    float: none;
    position: relative;
    width: auto !important;
    max-width:  208px;
    height: auto !important;
    max-height: 208px;
    margin: 0 auto !important;
}

.fprd .fprdtitle {
    width: 208px;
    /* margin:0 8px; */
    margin-top: 8px;
    float:left;
    clear:both;
    /* text-align:center; */
}

.fprd .strap {
    float: left;
    margin: 0 7px;
    /* font-weight: 800; */
}

h5.clientref {
    float: left;
    margin: 0 7px;
    font-size: 14px;
}

.packsize {
    float: left;
    clear: left;
    /* width: 204px; */
    margin: 0 7px;
    padding-left: 34px;
    /* clear: both; */
    background-image: url('https://s3-eu-west-1.amazonaws.com/drawuk/4390912/i/sys/packSizeProd.png');
    background-repeat: no-repeat;
}
.packsize p {
    padding: 0px;
    text-align: right;
}

.fprd .fprdtitle a,
.fprd .strap a {
    min-height: 24px;
    width: 202px;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
}

.fprd .fprdtitle a {
    width: 198px;
    min-height: 36px;
    margin: 0px 5px 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    color: #44435c;
    text-align: center;
    float:left;
}

.fprd .fprddescr{
    display:none;
    margin:8px;
}

.fprd .price {
    float: left;
    width: 208px;
    margin: 0px 0px;
}

.fprd .unit {
    float: left;
    width: 198px;
    margin: 0 5px;
    margin-bottom: 8px;
}
.fprd .unit label {
    width: 94px;
    padding-right: 5px;
    font-size: 12px;
    text-transform: capitalize;
}
.fprd .unit h6 {
    float: left;
    width: 99px;
    margin: 0px;
    text-align: left;
}

.fprd .trade {
    float: left;
    width: 198px;
    margin: 0 5px;
    margin-bottom: 8px;
}
.fprd .trade label {
    width: 94px;
    padding-right: 5px;
    text-transform: capitalize;
    line-height: 28px;
}
.fprd .trade h6 {
    float: left;
    width: 99px;
    margin: 0px;
    text-align: left;
    line-height: 28px;
}
.fprd .trade h6 span {
    display: block;
    float: right;
    width: 35px;
    font-size: 10px;
    line-height: initial;
}

.fprd .qty {
    float: left;
    width: 198px;
    margin: 0 5px;
}
.fprd .qty label {
    width: 96.5px;
    text-align: right;
    line-height: 24px;
}
.fprd .qty h6 {
    width: 96.5px;
    margin: 0px;
    padding-left: 5px;
}

.fprd .prevprice{
    float:left;
    /* margin-left:8px; */
    margin-bottom: 9px;
}

.fprd .prevprice h6, .fprd .offer h6 {
    color: #ce1c00;
    font-size: 20px;
    font-weight: 600;
    text-decoration: line-through;
}
.fprd .prevprice h6 span, .fprd .offer h6 span {
    font-size: 9px;
}


.fprd .prevprice label,
.fprd .offer label{
    display:none;
}


.fprd .offer{
    float:right;
    /* margin-right:8px; */
    margin-bottom: 9px;
}

.fprd h6 {
    width: 198px;
    margin: 0 5px;
    margin-bottom: 8px;
    color: #eb7b59;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
.fprd .price h6[id*='price'] {
    display: none;
    /* text-align: right; */
}

.fprd .price h6 span {
    font-size: 15px;
}

.fprd .trade label {
    /* display: none; */
}

.fprd .offer h6{
    color:#00B233;
    text-decoration: none;
    /* font-size:26px; */
    /* font-weight:600; */
}

.fprd .price label,
.fprd .prevprice label,
.fprd .offer label {
    margin-right: 10px;
}

.fprd .price label {
    display: none;
}

.fprd form {
    /* position: absolute; */
    width: 192px;
    margin: 0 8px 8px;
    /* bottom: 0%; */
    /* background-color: #fff; */
}

.fprd form select {
    float: left;
    clear: both;
    width: 100%;
}

.fprd form label {
    display: none;
}

.fprd form input {
    float: left;
    width: 34px;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
}

.fprdinfo{
    float: none;
    position: absolute;
    top: 213px;
    width:100%;
     /*because the info button is what is shown instead of the buy button for call for price products and it doesn't adhere to the flag settings! */
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(68, 67, 92, 0.17);
}

.fprdinfo a {
    float: right;
    width: 107px;
    margin: 0px 50.5px;
    margin-bottom: -1px;
    padding: 0px;
    /* clear:both; */
    color: #a7c5bd;
    text-align: center;
    border-radius: 5px 5px 0px 0px;
    background-color: #fff;
    border: 1px solid rgba(68, 67, 92, 0.17);
    border-bottom: 0px;
}

.fprd input.submit {
    float: right;
    width: 107px;
    margin: 0px auto;
    padding: 0px;
    /* clear:both; */
    text-align: center;
}

#prom-1689944064 .fprd:nth-child(4) {
    margin-left: 20px;
}

#prom-1689944064 .fprd:nth-child(5n+3) {
    margin-right:0;
}
#sr .fprd {
    margin-right: 38px;
}
#pm.pmwide #sr .fprd:nth-child(4n) {
    margin-right: 0px;
}

#pm.pmfull #sr .fprd {
    margin-right: 37px;
}
#pm.pmfull #sr .fprd:nth-child(5n) {
    margin-right: 0px;
}



/***********************************************************************/
/*  carousel overrides                                                 */
/***********************************************************************/

.deptprods h3 a {
    background-color:#7cba01;
    float:left;
    clear:both;
    width:560px;
    padding:10px;
    color:#fff;
    text-align:center;
    font-size:16px;
}

.deptprods h3 +a {
    display:none;
}

.deptprods  .carousel{
    float:left;
    height:220px;
    margin-bottom:10px;
    overflow:hidden;
    width:100%;
}

/***********************************************************************
/ Department Specific stuff
/***********************************************************************/
.bnr.header-spinner {
    padding-bottom: 14px;
}



/***********************************************************************
/ Custom Articles
/***********************************************************************/
#pm .art h2,
#pm .art h3,
#pm .art h4{
    /* font-weight: 800; */
}

#pm .art .artp p{
    margin-bottom:5px;
    margin-bottom:5px;
    font-size: 16px;
    font-weight: 600;
    color: #44435c;
    text-align: center;
}

#pm .art .artp p a {
        color: #8786aa;
}


#pm .art .artp p a.btn{
    color:#fff
}


/***********************************************************************
/ Custom Articles
/***********************************************************************/

.hometext{
    background-color:#e9e9e9;
    float:left;
    padding:20px;
}

#site.index #pm .art {
    margin-bottom: 35px;
}

#site.index #pm ul li {
    width: 100%;
    font-size: 15px;
    color: #6d6a67;
    margin-bottom: 10px;
}


/*******************
/ About Us Page
/*******************/
#site.index.contactus #pm .form,
#site.dept.contactus-dept #pm .form {
    float: left;
    width: 590px;
    margin-right: 20px;
}

#site.index.contactus #pm .form,
#site.dept.contactus-dept #pm .form {
    font-size: 15px;
}

#site.index.contactus #f5308416 input.inputtext,
#site.dept.contactus-dept #f5308416 input.inputtext {
    width: 406px;
}

#site.index.contactus #f5308416 textarea.inputtext,
#site.dept.contactus-dept #f5308416 textarea.inputtext {
    width: 404px;
}

#site.index.contactus #f5308416 .submit,
#site.dept.contactus-dept #f5308416 .submit {
    float: right;
}

#site.index.contactus #pm .contactus-text,
#site.dept.contactus-dept #pm .contactus-text {
    float: left;
    width: 590px;
}

#site.index.contactus #pm .contactus-text h2,
#site.dept.contactus-dept #pm .contactus-text h2 {
    display: none;
}

#site.index.contactus #pm .contactus-text .artp,
#site.dept.contactus-dept #pm .contactus-text .artp {
    margin-top: 54px;
}

#site.index.contactus #pm .contactus-text .artp p,
#site.dept.contactus-dept #pm .contactus-text .artp p {
    font-size: 15px;
}


/*******************
/ Contact Us
/*******************/
#prom-1675296760  {
    float: left;
    margin-bottom: 35px;
}


/********************
/ Ts & Cs
/********************/
#site.index #pm .art p {
    font-size: 15px;
    color: #6d6a67;
    margin-bottom: 10px;
}

#site.index #pm h3.redtext, #site.index #pm p.redtext {
    color: #cf4647;
}

#site.index #pm .art h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

#site.index #pm p.indent1 {
    margin-left: 20px;
}
#site.index #pm p.indent2 {
    margin-left: 40px;
}


/********************
/ Privacy Policy
/********************/
#site.index.privacypolicy #pm ul {
    list-style-type: disc;
}

#site.index.privacypolicy #pm li {
    width: 1166px;
    margin-left: 34px;
}


/********************
/ Cookie Policy
/********************/
#site.index.cookies #pm ul {
    list-style-type: disc;
}

#site.index.cookies #pm li {
    width: 1166px;
    margin-left: 34px;
}


/********************
/ Dept Page Headers
/********************/
#pmid.page_dept #pm .art.dept-header {
    width: 100%;
    min-height: 247px;
    margin-bottom: 32px;
}
#a68222976 {
    background-image: url('https://s3-eu-west-1.amazonaws.com/drawuk/i/bnr/greetings_cards_banner.jpg?_t=2624114517');
}
#a68616192 {
    background-image: url('https://s3-eu-west-1.amazonaws.com/drawuk/i/bnr/home_and_lifestyle_gifts_banner_1.jpg?_t=2624114519');
}
#a68616193 {
    background-image: url('https://s3-eu-west-1.amazonaws.com/drawuk/i/bnr/point_of_sale_banner.jpg?_t=2624114525');
}

#site.dept .page_dept .art.dept-header .artp {
    float: left;
    width: 495px;
    padding-top: 40px;
    padding-left: 43px;
}

#site.dept .page_dept .art.dept-header .artp h3 {
    font-size: 36px;
    font-weight: 600;
    color: #e5ddcb;
}
#site.dept .page_dept .art.dept-header .artp p {
    font-size: 18px;
    color: #ebebf0;
    font-family: "proxima-nova",sans-serif;
    margin-bottom: 0px;
}


/*final customisations */

/*hide the breadcrumb on the home page only */

.page_home .bdcb{
    display:none;
}

.page_home #pm.pmwide{

    width:580px;
    margin-right:15px;
}

.page_home .deptprods h3 a{
    font-weight:600;
}


/* product carousel- using owl */
.deptprods .carousel{
    margin-top:20px;
}

.deptprods .carousel .owl-item{
    width:180px !important;
    height:210px !important;
    margin-bottom:10px;
    margin-left:5px;

}

.deptprods .carousel .owl-item img{
    /* margin-left:16px; */
    width:initial;
    width:124px;
    height:124px;
    margin:0!important;
    margin-left:32px !important;
}

.deptprods .carousel .owl-item .flag{
    display:none;
}


.deptprods .carousel .owl-item .fprd{
    height:210px;
}


.deptprods .carousel .owl-item .fprd .fprdtitle{

    height:35px;
    margin:2px 0;
    width:100%;
    text-align:center;
}

.deptprods .carousel .owl-item .fprd .price{

    margin:0;
    width:100%;
    margin-left:5px;
}

.deptprods .carousel .owl-item .fprd .fprdinfo{

    margin:0;
    margin-bottom:2px;
}


.deptprods .carousel .owl-item .fprd .fprdinfo a.btn{
    padding:0 5px;
}

.deptprods .carousel .owl-controls{
    display:none;
}




/***********************************************************************/
/* Form                                                                */
/***********************************************************************/

#pm .form#psign,
#pm .form#pwrem{
    width: 800px;
    margin-left:200px;
}

#pm .form .link {
    float: left;
    clear: both;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
}

#pm .form .link a {
    float: none;
    display: block;
    margin: 0 auto;
    height: 20px;
    line-height: 20px;
}

#pm .form#preg{

    width:600px;
        margin-left:200px;
}

#pm .form
{
    float: left;
    width:100%;
}

#pm .form .bt
{
}


#pm #prom-1714716668  .form .bt h3
{
    background:none;
    padding:0;
    width:100%;
    float:left;
    clear:both;
}


#pm .form .bt h3
{
    /* float: left; */
    padding:0px;
    margin:0px;
    /* width: 660px; */
    border:none;
    font-size: 36px;
    font-weight: 600;
    color: #2f2e42;
}

#psign .bt h3 {
    padding-left: 10px !important;
}

#pm .form .bc
{

}

#pm .form .bb
{

}

#pm .form .bc h3
{

}

#pm .form .bc ul
{
}

#pm .form .bc ul li
{
    padding: 4px 0;
    float:left;
    clear:both;
}

#pm .form .bc ul li label{
    min-width: 180px;
}

#pm .form .bc ul li label img
{
    display:none;
}

#pm .form .bc ul li.info
{
    /* display:none; */
}

#pm .form .bc ul li.help
{

font-size:10px;
}

#pm .form .bc ul li.spec
{

}

/* my account signin */

#psign h3 span{
    color:#fff;
}

#psign ul{
    list-style:none;
    /* margin-left:25px; */
}

#pm .form h5 a:hover{

}


.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: initial;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}


#pm #psign.form.myaccount ul li {
    width: auto;
    float: left;
    clear: none;
}
#pmid.page_useraccount #psign.form ul li a {
    float: left;
    width: 130px;
    height: 140px;
    text-align: center;
    font-size: 14px;
    vertical-align: bottom;
    line-height: 260px;
    margin-right: 10px;
    margin-left: 10px;
}
#pmid.page_useraccount #psign.form ul li a[title="My orders"] {
    background: url("https://s3-eu-west-1.amazonaws.com/drawuk/4390912/i/bdr/icon-myorders.png") no-repeat;
}
#pmid.page_useraccount #psign.form ul li a[title="Reorder my last order"] {
    background: url("https://s3-eu-west-1.amazonaws.com/drawuk/4390912/i/bdr/icon-reorderlast.png") no-repeat;
}
#pmid.page_useraccount #psign.form ul li a[title="My details"] {
    background: url("https://s3-eu-west-1.amazonaws.com/drawuk/4390912/i/bdr/icon-myaccount.png") no-repeat;
}
#pmid.page_useraccount #psign.form ul li a[title="Change password"] {
    background: url("https://s3-eu-west-1.amazonaws.com/drawuk/4390912/i/bdr/icon-changepassword.png") no-repeat;
}
#pmid.page_useraccount #psign.form ul li a[title="My basket"] {
    background: url("https://s3-eu-west-1.amazonaws.com/drawuk/4390912/i/bdr/icon-shoppingcart.png") no-repeat;
}
#pmid.page_useraccount #psign.form ul li a[title="Sign out"] {
    background: url("https://s3-eu-west-1.amazonaws.com/drawuk/4390912/i/bdr/icon-signout.png") no-repeat;
}


/* register/login forms */
#pmid.page_signin #psign,
#pmid.page_register #preg,
#pmid.page_passwordrequest #pwrem,
#pmid.page_passwordchange #preg {
    float: left;
    width: 920px;
    margin: 10px 125px;
}

#pmid.page_signin #psign .bt,
#pmid.page_register #preg .bt,
#pmid.page_passwordrequest #pwrem .bt,
#pmid.page_passwordchange #preg .bt {
    float: left;
    width: 880px;
    padding: 10px 20px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-top-left-radius: 8px;
    -moz-border-top-right-radius: 8px;
    background-color: #44435c;
}

#pmid.page_signin #psign .bt h3,
#pmid.page_register #preg .bt h3,
#pmid.page_passwordrequest #pwrem .bt h3,
#pmid.page_passwordchange #preg .bt h3 {
    float: left;
    width: 100%;
    height: auto;
    padding: 0px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

#pmid.page_signin #psign .bc,
#pmid.page_register #preg .bc,
#pmid.page_passwordrequest #pwrem .bc,
#pmid.page_passwordchange #preg .bc {
    float: left;
    width: 720px;
    padding: 10px 99px;
    border-left: 1px solid #44435c;
    border-right: 1px solid #44435c;
}

#pmid.page_signin #psign .bc ul,
#pmid.page_register #preg .bc ul,
#pmid.page_passwordrequest #pwrem .bc ul,
#pmid.page_passwordchange #preg .bc ul {
    width: 640px;
    padding: 4px 50px;
}

#pmid.page_signin #psign .bc ul li,
#pmid.page_register #preg .bc ul li,
#pmid.page_passwordrequest #pwrem .bc ul li,
#pmid.page_passwordchange #preg .bc ul li {
    width: 640px;
    padding: 4px 0px;
}

#pmid.page_signin #psign .bc ul li.info,
#pmid.page_register #preg .bc ul li.info,
#pmid.page_passwordrequest #pwrem .bc ul li.info,
#pmid.page_passwordchange #preg .bc ul li.info {
    font-size: 1.1em;
    font-weight: 600;
    padding: 8px 0 4px;
}

#pmid.page_signin #psign .bc ul li label,
#pmid.page_register #preg .bc ul li label,
#pmid.page_passwordrequest #pwrem .bc ul li label,
#pmid.page_passwordchange #preg .bc ul li label {
    width: 190px;
    padding: 3px 4px 3px 26px;
}

#pmid.page_signin #psign .bc input.submit,
#pmid.page_register #preg .bc input.submit,
#pmid.page_passwordrequest #pwrem .bc input.submit,
#pmid.page_passwordchange #preg .bc input.submit {
    width: 304px;
    min-width: 0px;
    height: 30px;
    min-height: 0px;
    margin-left: 220px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 700;
    color: #2f2e42;
    text-transform: uppercase;
    background-color: #a7c5bd;
}
#pmid.page_register #preg .bc input.submit,
#pmid.page_passwordchange #preg .bc input.submit {
    margin-left: 231px;
}

#pmid.page_signin #psign .bb,
#pmid.page_register #preg .bb,
#pmid.page_passwordrequest #pwrem .bb,
#pmid.page_passwordchange #preg .bb {
    float: left;
    width: 918px;
    margin-bottom: 10px;
    padding-bottom: 8px;
    background-color: #fff;
    border-left: 1px solid #44435c;
    border-right: 1px solid #44435c;
    border-bottom: 1px solid #44435c;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-bottom-left-radius: 8px;
    -moz-border-bottom-right-radius: 8px;
}

#pmid.page_register #preg a.btn {
    margin-left: 231px;
}



/************************
/  Messages
**************************/


#mess{
    float:left;
    clear:both;
    width:100%;
    margin-bottom:10px;
}

#mess .bc{
    float:left;
    margin:10px;
}

/*positive message - product added etc */

#mess ul.info li{
    height:20px;
    padding-left:40px;
    padding-top:5px;
    background:url('https://s3-eu-west-1.amazonaws.com/drawuk/4390912/i/bdr/added.png') no-repeat left top;
}

#mess ul.warn li{
    height:20px;
    padding-left:40px;
    padding-top:5px;
    background:url('https://s3-eu-west-1.amazonaws.com/drawuk/4390912/i/bdr/error.png') no-repeat left top;
}

h4.warn{
    color:#ff0000;
}

.reqmsg, .err, .mess
{
    color:#ff0000;
}



/**********************/
/* OWL CAROUSEL STUFF */
/**********************/

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item a{
    z-index:11;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}



/*Autocomplete */



.ui-helper-hidden-accessible{
    /* outline:1px red solid; */
    position:absolute;
    left:70px;
    top:-25px;
}



.ui-autocomplete{
    width:357px !important;
    z-index:999999 !important;
    border-radius:0;
    max-height:370px;
    overflow-x:hidden;
    overflow-y:scroll;
    background-color:#fff;
}

.ui-autocomplete li{
    margin-bottom:5px !important;
    width:100%;
    float:left;
    cursor:pointer;
}

.ui-autocomplete li:hover{
    background-color: #444;
    color:#fff;
}

.ui-autocomplete li a:hover {
    color: #fff;
}


.ui-autocomplete a.ui-state-focus,
.ui-autocomplete a.ui-state-active {
	font-weight: normal;
	margin: inherit;
    border: none;
    background: transparent;
    font-weight: normal;
    color: inherit;
}

.foundProduct{
    float:left;
    width:50px;
    height:50px;
    margin:10px;
}

.foundProduct img{
    width:100%;
    height:auto;
}

.foundProductTitle{
    float:left;
    width:250px;
    margin-top:20px;
}

.foundProductRef{
    float:left;
}

.foundProductDesc{
    float:left;
    display:none;
}

.ui-autocomplete mark{
    background-color:transparent;
    color: #ce1c00;
    font-weight:600;
}

/*terms and conditions article in checkout */

#pp{

    width:1000px;
    margin:0 auto;
    margin-top:20px;
}



/************
ask a question - integrated FAQ's based on reviews
************/

.page_question .question{
    float:left;
    margin-bottom:20px;
}

.page_question #pi {
    float:left;
    width:420px;
    margin:0px;
    padding:0px;
}

.page_question #pi .piimg {
    float: right;
}

.page_question #pi .pidesc {
    float: left;

}

.page_question #pm .form {
    width:auto;
    float:right;
    padding:0px;
    margin:0px;
    margin-left:150px;
}

.page_question #pm .form .bt h3{
    width:auto;
}


.page_question #pm .form .bc ul li.info {
    display: block;
}



.page_question #pi .pidesc h2,
.page_question #pi .pidesc p {
    display: block;
    float: left;
    clear: both;

}

.page_question #pi a.btn {
    float:left;
    clear:both;
    width:auto;
    margin-top:20px;
}

.page_question #pi .piimg img {
}

#dialog-form {
    height: auto !important
}

#dialog-form input {
    width: 100%;
    margin-bottom: 10px;
}


.videocontainer{
    /* display:none; */
    float:left;
    clear:none;
    width: 705px;
    background-color:#eee9de;
    text-align:center;
    padding: 20px 0;
}

.videocontainer iframe{
    display:inline-block;
    vertical-align:middle;
    padding:10px;
    border:1px #c7c3c0 solid;
}
/***********************************************************************/
/*  Compost Heap 2     10/01/17                                        */
/***********************************************************************/
/* JQuery Nav menu                                                     */
/***********************************************************************/

#pt .dept{
    clear: both;
    float: left;
    float: left;
    max-width: 1170px;
    margin: 0px 0;
    position: relative;
    font-size: 1.5em;
}

#pt .dept .bt, #pt .dept .bb{
    display: none;
}

#pt .dept .bc{
    float: left;
    background-color: transparent;
}

#pt .dept ul{
    float: left;
    clear: none;
    width: auto;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    position: relative;
    z-index: 1001;
}

#jnav li{
    float: left;
    padding: 0px 0px;
}

#jnav li.pipe{
    display: none;
}


/***********************************************************************/
/* Tabs                                                                */
/***********************************************************************/

#jnav li.nav a, #jnav li.navcurr a {
    font-family: "futura-pt-condensed",sans-serif;
    display: block;
    padding:0.25em;
    padding: 23.5px 24px;
    padding: 1em;
    color: #44435c;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    text-transform: none;
}

#jnav li.nav a:hover, #jnav li.nav:hover, #jnav li.navcurr:hover {
    background-color: #fff;
}

#jnav li.navcurr a:hover {
    color: #fff;
}



#jnav .navleft,
#jnav .navright,
#jnav .navleftcurr,
#jnav .navrightcurr{
    display: none;
}

/***********************************************************************/
/* Drop down                                                           */
/***********************************************************************/
#jnav li.nav ul.snav,
#jnav li.navcurr ul.snav{
    position: absolute;
    display: none;
    padding: 0;
    /*background-color: rgba(255, 255, 255, 0.95); removed as difficult to read when background is transparent */
    background-color:#fff;
    outline: 1px #dddede solid;
}

#jnav li.navcurr ul.snav li ul.snav,
#jnav li.nav ul.snav li ul.snav{
    position:relative;
    left: 226px;/*for side popout needs to be the width of the previous element + border*/
    top: -3.5em;/*for side popout needs to be the height of the previous element + border */
}

#jnav li.nav ul.snav li,
#jnav li.navcurr ul.snav li
{
    position: relative;
    display: inline;
    float:left;
    clear:both;
    width: 96%;
    width:226px;
    margin: 0;
    height: 3em;
    vertical-align:middle;
}


#jnav li.nav ul.snav li.depts,
#jnav li.navcurr ul.snav li.depts{
    width:226px;
    max-width:initial;
    max-height:initial;
    border:none;
    background-color: transparent;
}

#jnav li.nav ul.snav li a,
#jnav li.navcurr ul.snav li a{
    /* padding: 0.5em; */
    margin: 0;
}

#jnav li.nav ul.snav li a:hover,
#jnav li.nav ul.snav li hover,
#jnav li.navcurr ul.snav li a:hover,
#jnav li.navcurr ul.snav li:hover{
    background-color: #fff;
}

/* Banners */
#jnav li.nav ul.snav li.bnrs,
#jnav li.navcurr ul.snav li.bnrs{
}

#jnav li.nav ul.snav li.bnrs .bnr,
#jnav li.navcurr ul.snav li.bnrs .bnr{
}

#jnav li.nav ul.snav li.bnrs .bnr a,
#jnav li.navcurr ul.snav li.bnrs .bnr a{
    width: 180px;
    margin: 0;
    padding: 0;
}

/* Level 1 dept header */
#jnav li.nav ul.snav li.depts a,
#jnav li.navcurr ul.snav li.depts a{
    width: auto;
    padding: 0.5em;
    text-align:left;
}

#jnav li.nav ul.snav li.depts a.l1,
#jnav li.navcurr ul.snav li.depts a.l1{
    font-weight:600;
}

#jnav li.nav ul.snav li.depts a.l1:hover,
#jnav li.navcurr ul.snav li.depts a.l1:hover{
}

/* Level 2 depts */
#jnav li.nav ul.snav li a.l2,
#jnav li.navcurr ul.snav li a.l2{
    width: 200px;
    padding: 5px 5px 5px 15px;
}

#jnav li.nav ul.snav li.depts a:hover,
#jnav li.navcurr ul.snav li.depts a:hover{
}

#pt .dept .bt, #pt .dept .bb{
    display: none;
}

#pt .dept .bc{
    float: left;
    background-color: transparent;
}

#pt .dept ul{
    float: left;
    list-style-type: none;
    position: relative;
    /* z-index: 997; */
    margin:0px;
}

#jnav li {
    float: left;
    color: #44435c;
}

#jnav li:first-child {
}

#jnav li:last-child {
}

#jnav li.nav ul.snav li ul.snav li {
    padding:0;

}

#jnav li.nav ul.snav li.alldepts{
}

li.alldepts ol{
    /*depts are in ol not ul */
}

#jnav li.nav ul.snav li.alldepts li.depts{
}

#jnav li.nav ul.snav li.prods{
}

#jnav li.nav ul.snav li.prods .fprd {
}

#jnav li.nav ul.snav li.prods .fprd a {
}

#jnav li.nav ul.snav li.prods .fprd a:hover {
}

#jnav li.nav ul.snav li.prods .fprd .fprdtitle a {
}

#jnav li.nav ul.snav li.prods .fprd .fprdtitle a:hover {
}

#jnav li.nav ul.snav li.prods .fprd h5.clientref {
}

#jnav li.nav ul.snav li.prods .fprd .packsize {
}

#jnav li.nav ul.snav li.prods .fprd .price {
}

#jnav li.nav ul.snav li.prods .fprd .price h6 {
}

#jnav li.nav ul.snav li.prods .fprd form {
}

#jnav li.nav ul.snav li.arts{
}

#pt .art.menuArt {
}

#jnav li.nav ul.snav li.arts h3{
}

#pt .art.menuArt p {
}

/***********************************************************************/
/***********************************************************************/
/*  Draw UK 11/10/2018                                                 */
/***********************************************************************/
/* Product information panel                                           */
/***********************************************************************/

#pi
{
    float: left;
    position: relative;
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0;
}

/***********************************************************************/
/* Product left / right panels                                         */
/***********************************************************************/

#pi .top{
    float: right;
    position: absolute;
    right:0px;
    width: 275px;
    margin-right: 20px;
    padding: 0;
    z-index: 1;
}


#pi .top .art{
    float:left;
    margin-top:20px;
}
#pi .main {
    float: left;
}

#pi .left{
    float: left;
    width: 582px;
    min-height: 543px;
    padding: 0;
    margin-right: 67px;
}

#pi .right{
    float: left;
    position: relative;
    width: 551px;
    padding: 0;
    min-height:560px;
}

#pi .bottom {
    float: left;
    width: 1200px;
    clear: both;
    margin: 40px 0px;
    padding: 0px 0px;
}

/***********************************************************************/
/* Title                                                               */
/***********************************************************************/

#pi .pititle{
    float: left;
    width: 100%;
    padding: 0 0px 0 0;
}

#pi .pititle h2{
    width: 100%;
    padding: 0 0;
    padding-bottom: 30px;
    font-size: 36px;
    font-weight: 600;
    color: #2f2e42;
    line-height: 36px;
}

/***********************************************************************/
/* Images                                                              */
/***********************************************************************/

#pi .piimg {
    float: left;
    width: 582px;
    height: 502px;
    padding: 0px;
    text-align: center;
    background-color: #fff;
}
#pi .piimg img {
    /* width: auto !important; */
    /* max-width: 420px; */
    /* height: auto !important; */
    /* max-height: 420px; */
    margin: 0 auto;
}

#pi .piimg p{
}

#pi .piimgx{
}

/* If image not aligning centrally */
#pi .piimg a{
    float: none;
    margin-left: auto;
    margin-right: auto;
}

/***********************************************************************/
/* Gallery                                                             */
/***********************************************************************/

#pi .gallery{
    float: left;
    margin: 95px 0px 5px -37px;
    width: 700px;
}

#pi .gallery h4{
    display:none;
}

#pi .gallery .piimg_large{
    float: left;
 
    margin: 10px 10px 0 0;
    padding: 1px;
    text-align: center;
        border: 1px solid #e8e8e8;
}

#pi .gallery .piimg_large:nth-child(3n+3){
}

#pi .gallery .piimg_large a{
    float: none;
}

#pi .gallery .piimg_large a img{
    width:100%;
    height:auto;
    margin:0 !important;
}

/***********************************************************************/
/* Description panes                                                   */
/***********************************************************************/

#pi .pidesc,
#pi .pidescx,
#pi .delivery
{
    float: left;
    width: 100%;
    padding: 0px 0px;
}

#pi .pidescx{
}

#pi .pidesc h2{display: none;}

#pi .pidescx h3{
}

#pi .pidescx table{

}

#pi .delivery h3{
    float: left;
    padding: 10px 0 5px 0;
}

#pi .pidesc p,
#pi .pidescx p,
#pi .delivery p
{
    width: 100%;
    float: left;
    padding: 5px 0;
    font-size: 15px;
    color: #6d6a67;
}

#pi .pidesc ul{
    float: left;
    display: block;
}

#pi .pidesc li{
    float: left;
    padding: 2px 0 2px 20px;
}

#pi .pidescx a{
}


#pi h4.strap {
    float: left;
    margin-bottom: 5px;
    font-size: 12px;
}

/***********************************************************************/
/* Brand and Manufacturer                                              */
/***********************************************************************/

#pi .brandmanu{
    float: left;
    clear:both;
    margin-bottom:5px;
}

#pi .brandmanu h5{
    float: left;
    clear: left;
    width: auto;
    padding-right:5px;
}

#pi .brandmanu h6{
    float: left;
}

#pi .brandmanu p,
#pi .brandmanu a{
    float: left;
    margin-bottom:0;
    font-size: 14px;
    color: #cf4647;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#pi .brandmanu a{
}

#pi .brandmanu.brand h5{display: none;}

#pi ul.bullets {
    clear: both;
}

#pi ul.bullets li {
    float: left;
    clear: both;
    /* margin-left: 10px; */
}


#pi .youtube {
    float: left;
    width: 343px;
    height: 214px;
}

#pi .youtube ul li.vid iframe {
    max-width: 343px;
    max-height: 214px;
}


/***********************************************************************/
/* Flags panes                                                         */
/***********************************************************************/

#pi .flags {
    float: right;
    clear: right;
    width: 273px;
    /* margin-bottom: 20px; */
    padding: 0px 0px;
    border: 1px solid #cfcfcf;
    border-top: 0px;
    background: #fff;
}

#pi .flags .flag {
    display: block;
    height: 27px;
    margin-bottom: 10px;
}
#pi .flags .flag:last-child {
    margin-bottom: 0px;
    padding-bottom: 20px;
}

#pi .flags .flag img {
    float:left;
    margin-left:37px;
}

#pi .flags .flag img +p{
    font-size:14px;
    width:auto;
    margin-left:3px;
    float:left;
    font-weight:800;
    color:#000;
    text-transform:uppercase;
}

/***********************************************************************/
/* Feefo pane                                                          */
/***********************************************************************/

#pi #feefologohere{
    float: right;
    clear: right;
    width: 200px;
    padding: 4px 0;
}

/***********************************************************************/
/* Links, File & Flags panes                                           */
/***********************************************************************/

#pi .pilinks,
#pi .pifile,
#pi .piflags
{
    margin-top: 20px;
    float: left;
    width: 233px;
    padding: 20px 20px;
    border: 1px solid #cfcfcf;
    background: #fff;
}


#pi .pilinks li.email .linkimg {
    background-image: url('https://s3-eu-west-1.amazonaws.com/drawuk/4390912/i/bdr/prod-email.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 23px;
}

#pi .pilinks li.query {
    margin-top: 0px;
    float: left;
    padding: 0;
}

#pi .pilinks li.query .linkimg {
    background-image: url('https://s3-eu-west-1.amazonaws.com/drawuk/4390912/i/bdr/prod-ask.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 23px;
}

#pi .pilinks li.query a.lnk{
    float:left;
    font-size: 13px;
    font-weight: bold;
}


#pi .pilinks li.files{
    display:none;
}

#pi .pilinks .bt,
#pi .pilinks .bb,
#pi .pifile .bt,
#pi .pifile .bb,
#pi .piflags .bt,
#pi .piflags .bb{
}

#pi .pilinks .bc,
#pi .pifile .bc,
#pi .piflags .bc{
    float: left;
    border: none;
}

#pi .pilinks ul li,
#pi .pifile ul li{
    float: left;
    /* padding: 2px 0; */
}

#pi .pilinks ul li a,
#pi .pifile ul li a{
    float:left;
    margin-right:10px;
}

#pi .pilinks ul li .linkimg,
#pi .pifile ul li .linkimg{
    display: block;
    float: left;
    width: 31px;
    height: 21px;
    padding: 1px 0px;
}

#pi .pilinks ul li a.lnk,
#pi .pifile ul li a.lnk{
    float: left;
    padding: 2px 0;
}

#pi .pilinks ul li.email a.lnk {
    float: left;
    font-size: 13px;
    font-weight: bold;
}


#pm #pi .pi_tab_content .pifile ul li.pdf{
    list-style:none;
    font-size:16px;
}

/***********************************************************************/
/* Social bookmarks pane                                               */
/***********************************************************************/

#pi .socbook{
    float: left;
    padding: 10px 10px 10px 0px;
}

#pi .socbook li{
    display: inline;
    padding: 5px;
}

/***********************************************************************/
/* Telephone orders                                                    */
/***********************************************************************/

#pi .piphone{
    float: left;
    padding: 10px 0;
}

#pi .piphone h4{
    float: left;
    padding: 5px 0;
}

#pi .piphone h5{
    float: left;
    padding: 5px 0;
}

#pi .piphone p{
    float: left;
}

/***********************************************************************/
/* Buy pane                                                            */
/***********************************************************************/

#pi .pibuy {
    float: left;
    width: 551px;
    padding: 0 0;
    margin: 0 0;
}

#pi .pibuy .bt{
}

#pi .pibuy .bc{
    width: 100%;
}

#pi .pibuy .bb{
    display: none;
}

#pi .pibuy .bc h3 {
    width: 275px;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
}

/* Special offer msg */
#pi .pibuy h4{
    clear: left;
}

#pi .pibuy h5{
}

#pi .pibuy h6{
    width: auto;
    float: left;
    clear:left;
    padding: 0;
    font-size: 28px;
    font-weight: 700;
    color: #cf4647;
    font-family: "proxima-nova",sans-serif;
}

#pi .pibuy .bc .price,
#pi .pibuy .bc .rrp,
#pi .pibuy .bc .trade,
#pi .pibuy .bc .saving,
#pi .pibuy .bc .qty{
    margin-right: 0px;
    width: 551px;
    float:left;
    text-align: left;
}

/* trade uses wholesale price and doens't show this - we are faking the rrp because of vat display issues */

#pi .pibuy .bc .price{
display:none;

}

#pi .title {
    display: none;
}

#pi .pibuy .bc label{
    /* display: none; */
    padding: 0 10px 0 0;
}

#pi .pibuy .bc .price label {
    /* display: none; */
    padding: 0px;
    font-size: 15px;
    color: #6d6a67;
}
#pi .pibuy .bc .trade label {
        padding: 0px;
    font-size: 15px;
    color: #6d6a67;
}

#pi .pibuy .bc .prevprice{

    color:#444;
    text-decoration:line-through;
    text-align:center;
}

#pi .pibuy .bc .rrp{
    clear:both;
    float:left;
}

#pi .pibuy .bc .offer{
    color:#00B233;
    clear:both;
    text-align:center;
}

#pi .pibuy .bc .saving{
display:none;
}
#pi .pibuy .bc .prevprice ,
#pi .pibuy .bc .offer{
    /* outline:1px red solid; */
    margin:0px 40px;
}


#pi .pibuy .bc .prevprice label,
#pi .pibuy .bc .offer label{
    display:none;
}

#pi .pibuy .bc .offer label,
#pi .pibuy .offer h6{
    color: #ce1c00;

}

#pi .pibuy .bc .saving label,
#pi .pibuy .saving h6{
    display:inline-block;
    padding:0px;
    margin:5px;
    float:none;
    color:#00B233;
    font-size:10px;
}

#pi .pibuy .prevprice h6{
}

/* Messages */
#pi .pibuy p{
    padding: 5px 0;
}

#pi .pibuy p.p_stock{
    width:100%;
    text-align:center;

}
/***********************************************************************/
/* Buy pane form                                                       */
/***********************************************************************/

#pi .pibuy form#buy_form{
    float: left;
    width: 551px;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

#pi .pibuy form#buy_form div{
    float: left;
    width: 275px;
    padding: 0 10px 10px 10px;
}

#pi .pibuy form#buy_form div.attr,
#pi .pibuy form#buy_form div.attrqty
{
    width: auto;
    margin: 0px 0px;
    padding: 0;
    position: relative;
}

#pi .pibuy form#buy_form div.attr .attritem{
    float: left;
    margin: 0;
    padding: 0;
}

#pi .pibuy form#buy_form div.attr .attritem .multiselect{
    float: left;
    margin: 0;
    padding: 2px 10px 5px 10px;
}

#pi .pibuy form label{
}

#pi .pibuy form div.attr label{
    margin: 0;
    padding: 5px 5px 0 15px;
}

#pi .pibuy form div.attrqty label {
    display: block;
    font-size: 15px;
    color: #6d6a67;
    line-height: 47px;
}

#pi .pibuy form div.attr label#selectResponse,
#pi .pibuy form div.attrqty label#selectResponse
{
    font-weight: bold;
    color: #ff0000;
    margin: 0;
    width: auto;
    position: absolute;
    top: 100%;
}

#pi .pibuy form input,
#pi .pibuy form select,
#pi .pibuy form textarea{
    float: left;
    padding: 2px;
    margin: 3px 3px 3px 0px;
}

#pi .pibuy form select{
}

#pi .pibuy form .inputtext,
#pi .pibuy form .textarea{

}

#pi .pibuy span{
    display: none;
    /* float: left; */
    padding: 4px 10px 14px 10px;
    font-size: 12px;
}

#pi .pibuy span.chars{
    float: left;
    padding: 0 0 0 6px;
}

#pi .pibuy input#skuqty.inputtext{
    float: left;
    width: 59px;
    height: 45px;
    margin: 0px 9px 0px 0px;
    padding: 0px 0px;
    text-align: center;
    color: #5e5c5c;
    border: 1px solid #b1b1b1;
}

#pi .pibuy .submit{
    float: left;
    padding: 0px 10px;
    margin: 0;
}

#pi .pibuy form#buy_form div.attrqty .submit {
    /* width: 139px; */
    min-width: 0px;
    /* height: 38px; */
    min-height: 0px;
    padding: 14.5px 19px;
    padding-left: 40px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 700;
    color: #2f2e42;
    text-transform: uppercase;
    background-color: #a7c5bd;
    background-image: url('https://s3-eu-west-1.amazonaws.com/drawuk/4390912/i/bdr/buybutton-bag.png');
    background-repeat: no-repeat;
    background-position: 15px center;
}

#pi .pibuy #bspsubmit.submit{
}

#pi .pibuy .ewis{
    float: left;
}

#pi .pibuy .ewis label{
    margin: 3px 10px 2px 0;
}

#pi .pibuy .ewis #ewisemail{
    margin-bottom: 6px;
}

#pi .pibuy .ewis #ewissubmit{
    margin: 0 0 30px 100px;
}

/***********************************************************************/
/* Wishlist                                                            */
/***********************************************************************/

#pi .pibuy form.wishlist{
    float: left;
}

#pi .pibuy form.wishlist input.chkbox{
    float: left;

}
#pi .pibuy form.wishlist label{
    float: left; 
    padding: 3px 0;
    margin: 0;
}
#pi .pibuy form.wishlist .submit{
    float: left;
    margin: 0;
}

/***********************************************************************/
/* Tab Panel                                                           */
/***********************************************************************/

#pm #pi #pi_wrapper{
    float: left;
    width: 1130px;
    margin: 0 0 0;
}

#pm #pi ul.pi_tabs{
    float: none;
    margin: 0;
    padding: 0;
    display: inline;
}

#pm #pi ul.pi_tabs li {
    float: left;
    position: relative;
    cursor: pointer;
    width: 180px;
    height: 58px;
    line-height: 58px;
    margin: 0 10px 0 0;
    padding: 0px 0px;
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    background-repeat: no-repeat;
    background-color: #e0e0e0;
    color: #000;
}

#pm #pi ul.pi_tabs li.selected {
    color: #fff;
    background-color: #ce1c00;
}

#pm #pi ul.pi_tabs li:last-child {
    margin-right: 0px;
}

#pm #pi .pi_tab_content{
    float: left;
    position: relative;
    width: 1088px;
    height: 312px;
    margin-top: -1px;
    padding: 20px 20px;
    border: 1px solid #e8e8e8;
    overflow-x:hidden;
    overflow-y:scroll;
}

#pm #pi .pi_tab_content h2,
#pm #pi .pi_tab_content h3,
#pm #pi .pi_tab_content h4,
#pm #pi .pi_tab_content ul{
    width: 100%;
    padding: 4px 0;
    float:left;
}

#pm #pi .pi_tab_content p{
    width: 100%;
    padding: 2px 0;
    float:left;
    clear:both;
}

#pm #pi .pi_tab_content .bc > p{
    margin:10px;
    font-size:16px;
}

#pm #pi .pi_tab_content a.btn{
    margin:20px;
    /* float:left; */
    width:auto;
    clear:none;
}

#pm #pi .pi_tab_content ul li, #pm #pi .pi_tab_content ol li{
    width: 530px;
    margin: 0 0 0 20px;
    padding: 3px 0;
}

#pm #pi .pi_tab_content ul li{
    list-style: disc;
}

#pm #pi .pi_tab_content ul.feefo li{
    list-style: none;
    margin: 0 0 0 10px;
    padding: 8px 0;
    border-bottom: 1px solid #D2D2D2;
}

#pm #pi .pi_tab_content ul.feefo li:last-child{
    border-bottom: none;
}


.pdlDelivery{
    height:100%;
    width:100%;
    float:left;
    background: linear-gradient(to bottom, #fff 0%, #f5f5f5 100%);
}

.pdlDelivery .bc{
    height:100%;
    width:100%;
}
.pdlDelivery .bc .artp{
    float:left;
    width:50%;
    margin-left:40%;
    margin-top:20px;
}

.pdlDelivery .bc .artp table{}



.pdlDelivery .bc .artp table {
    margin-bottom: 40px;
    width: 100%;
}

.pdlDelivery .bc .artp table th {
    background: #444;
    color: #ffffff;
    font-weight:800;
    font-size:16px
}

.pdlDelivery .bc .artp table td,
.pdlDelivery .bc .artp table th {
    border-left: 2px solid #f6f6f6;
    padding: 5px 10px;
}
.pdlDelivery .bc .artp table td {
    background: linear-gradient(to bottom, #fff 0%, #f5f5f5 100%);
}


.pdlDelivery .bc .artp table td.price,
.pdlDelivery .bc .artp table th.price {
    text-align: center;
    font-size:16px;
}

.pdlDelivery .bc .artp table th.first,
.pdlDelivery .bc .artp table td.first {
    border-left: none;
        font-size:16px;
}

.pdlDelivery .bc .artp table td.free {
    background:#ce1c00;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size:20px;
}

/***********************************************************************/
/* Recommended products - Buy option                                   */
/***********************************************************************/

#pi .prec{
    float: left;
    width: 100%;
    margin: 10px 0 10px 0;
    padding: 0 0;
}

#pi .prec h3{
    float: left;
    width: 100%;
    clear: both;
    margin-top: 20px;
    font-size: 26px;
    text-align: center;
    color: #dc381d;
    font-weight: 800;
    border-bottom: 2px #ccc solid;
}

#pi .prec .sprd
{
    float: left;
    position: relative;
    width: 570px;
    height: 50px;
}

#pi .prec .sprd form
{
    position: absolute;
    top: 10px;
}

#pi .prec .sprd form p
{
    display: none;
}

#pi .prec .sprd .img
{
    float: left;
    position: absolute;
    left: 15px;
}

#pi .prec .sprd .img img
{
    float: left;
    width: 40px !important;
    height: 40px !important;
}

#pi .prec .sprd a.lnk
{
    float: left;
    width: 270px;
    margin-left: 80px;
    padding: 2px 0;
    font-size: 14px;
}

#pi .prec .sprd .price,
#pi .prec .sprd .offer
{
    float: left;
    width: 210px;
    margin-left: 10px;
    padding: 2px 0;
}

#pi .prec .sprd .prevprice,
#pi .prec .sprd .price label,
#pi .prec .sprd .prevprice label,
#pi .prec .sprd .offer label
{
    display: none;
}

#pi .prec .sprd .price h6
{
    font-size: 14px;
}

#pi .prec .sprd h3
{
    display: none;
}

/***********************************************************************/
/* Associated and Related products                                     */
/***********************************************************************/

#pi .pass, #pi .prel, #pi .pran
{
    float: left;
    width: 100%;
    margin: 10px 0 10px 0;
    padding: 0 0;
}

#pi .pass h3,
#pi .prel h3,
#pi .pran h3
{
    float: left;
    width: 100%;
    clear: both;
    margin-top: 20px;
    font-size: 26px;
    text-align: center;
    color: #dc381d;
    font-weight: 800;
    border-bottom: 2px #ccc solid;
}

#pi .pass .fprd h3, 
#pi .pass .fprd h3, 
#pi .pass .fprd h3
{
    display: none;
}

#pi .pass .fprd
{
    margin: 15px 10px 0 10px;
}


/***********************************************************************/
/* Main image zoom                                                     */
/***********************************************************************/

/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens
{
    border: 1px solid #888;
    margin: -2px; /* Set this to minus the border thickness. */
    background-color: #fff;
    cursor: move;
}

/* This is for the title text. */
.cloud-zoom-title
{
    font-family: Arial, Helvetica, sans-serif;
    position: absolute !important;
    background-color: #000;
    padding: 3px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    top: 0;
}

/* This is the zoom window. */
.cloud-zoom-big
{
    overflow: hidden;
    left: 0px !important;
    min-width: 420px;
}

/* This is the loading message. */
.cloud-zoom-loading
{
    position: absolute;
    top: 0;
    margin: 0;
    background: #222;
    padding: 3px;
    border: 1px solid #000;
}

#pi .right .art
{
    width: auto;
    float: left;
    padding: 0 0 20px 20px;
}



/***********************************************************************/
/* Banners                                                             */ 
/***********************************************************************/
#a60751872 img {
    max-width: 275px;
    max-height: 149px;
}



/***********************************************************************/
/* Videos                                                              */ 
/***********************************************************************/

#pi .youtube a{
}


/***********************************************************************/
/* product spec table/list                                             */ 
/***********************************************************************/

#pm #pi .pi_tab_content ul.spec{
    background-color:#f6f6f6;
    width:1112px;
    margin:0px;
    padding:0px;
    border:4px #fff solid;

}

#pm #pi .pi_tab_content ul.spec li{
  list-style:none;
  border:4px #fff solid;
  margin:0px;
  padding:0px;
  width:551px;
  border-right:none;
  border-bottom:none;
}

#pm #pi .pi_tab_content ul.spec li:nth-child(2n){
    border-right:2px #fff solid;

}

#pm #pi .pi_tab_content ul.spec li:nth-child(3),
#pm #pi .pi_tab_content ul.spec li:nth-child(4),
#pm #pi .pi_tab_content ul.spec li:nth-child(7),
#pm #pi .pi_tab_content ul.spec li:nth-child(8),
#pm #pi .pi_tab_content ul.spec li:nth-child(11),
#pm #pi .pi_tab_content ul.spec li:nth-child(12),
#pm #pi .pi_tab_content ul.spec li:nth-child(15),
#pm #pi .pi_tab_content ul.spec li:nth-child(16),
#pm #pi .pi_tab_content ul.spec li:nth-child(19),
#pm #pi .pi_tab_content ul.spec li:nth-child(20){
    background-color:#e0e0e0;
}


#pm #pi .pi_tab_content ul.spec li label{
    float:none;
    display:inline-block;
      padding:10px;
    font-weight:800;
    margin-right:10px;
    width:150px;
    border-right:4px solid #fff;
}
#pm #pi .pi_tab_content ul.spec li span{
    display:inline-block;

    padding:10px 0px;
}


#pm #pi .pi_tab_content ul.faqs{
}

#pm #pi .pi_tab_content ul.faqs li{
    list-style:none;
    border-bottom:1px #e8e8e8 solid;
    width:98%;
    padding:0;
    margin:0 1%;
}

#pm #pi .pi_tab_content ul.faqs p.question::before{
    content:"Q:";
    display:inline-block;
    margin-right:10px;
    font-weight:800;
    font-size:20px;
    width:20px;
    color:#ce1c00;

}


#pm #pi .pi_tab_content ul.faqs p.answer::before{
    content:"A:";
    width:20px;
    display:inline-block;
    margin-right:10px;
    font-weight:800;
    font-size:20px;
    color:#ce1c00;

}





/**************
rating in review
*/


#pm #pi .pi_tab_content ul.rating{
    background-color:#f6f6f6;
    width:744px;
    margin:0px;
    padding:0px;
}

#pm #pi .pi_tab_content ul.rating li{
  list-style:none;
  border:4px #fff solid;
  margin:0px;
  padding:0px;
  width:100px;
  border-right:none;
  border-bottom:none;
}

#pm #pi .pi_tab_content ul.rating li:nth-child(2n){
    border-right:2px #fff solid;

}

#pm #pi .pi_tab_content ul.rating li:nth-child(2n){
    background-color:#e0e0e0;
}



#pm #pi .pi_tab_content ul.rating li.ratingname{
    font-weight:800;
}



#pm #pi .pi_tab_content ul.rating li.rating0{
}

#pm #pi .pi_tab_content ul.rating li.rating1{
}


#pm #pi .pi_tab_content ul.rating li.rating2{
}

#pm #pi .pi_tab_content ul.rating li.rating3{
}

#pm #pi .pi_tab_content ul.rating li.rating4{
}

#pm #pi .pi_tab_content ul.rating li.rating5{
}


#pm #pi .pi_tab_content ul.rating li{
    list-style:none;
    border:2px #fff solid;
    padding:10px;
    margin:0%;
}
