/*! 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;
}
div.msgBox
{
    padding: 4px 10px 4px 10px;
    position: fixed;
    z-index: 1000;
    font-family:Verdana;
    width: 430px;
    min-height:160px;
    color: #00335e;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0px 0px 11px #000000;
    -webkit-box-shadow: 0px 0px 11px #000000;
    box-shadow: 0px 0px 11px #000000;
}
div.msgBoxBackGround
{
    top:0;
    left:0;
    position:absolute;
    padding:0;
    margin:0;
    width:100%;
    height:100%;
    background-color:#000000;
    opacity:0.9;
    z-index:999;
}
div.msgBoxTitle
{
    padding:5px 0 5px 0;
    font-variant:small-caps;
    font-size:18px;
    font-weight:lighter;
    color:#00335e;
    width:100%;
    border-bottom : 1px solid #002c5f;
}
div.msgBoxImage
{
    margin:20px 5px 0 5px;
    display:inline-block;
    float:left;
    height:75px;
    width:75px;
}
div.msgBoxImage img
{
    height:75px;
    width:75px;
}
div.msgBoxContent
{
    font-size:11pt;
    margin:0 3px 6px 3px;
    display:inline-block;
    float:left;
    height:auto;
    width:319px;
}
div.msgBoxContent p
{
    padding:0;
    margin:0;
    display: table;
    height: 100%;
    width: 100%;
}

div.msgBoxContent span 
{
    display: table-cell;
    vertical-align: middle;
    color: #00335e;
}

div.msgBoxButtons
{
    display:inline-block;
    width:100%;
    text-align:right;
}
div.msgBoxButtons input[type='button']
{
    cursor:pointer;
    margin:2px;
    height:35px;
    width:90px;
    border:1px solid #AFAFAF;
    background-color:#004076;
    color:#FFFFFF;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
div.msgBoxButtons input[type='button']:hover
{
    background-color:#00549c;
    color:White;
}
div.msgBoxButtons input[type='button']:active
{
    background-color:#AAAAAA;
    color:White;
}

div.msgBoxInputs
{
    margin:0 auto;
    padding-top:2px;
    padding-bottom:2px;
    margin-top:5px;
    width:195px;
}
div.msgInput input[type='text'],div.msgInput input[type='password']
{
    padding:4px;
    border:1px solid #DFDFDF;
    color:#2f2f2f;
    width:180px;
}
div.msgInput text
{
    color:#2f2f2f;
    font-size:10pt;
}
/* 
 *  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 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;
}
/***********************************************************************/
/* The Discovery Store                                                 */
/***********************************************************************/
/* JQuery Nav menu                                                     */
/***********************************************************************/

#pt .dept .bt, #pt .dept .bb
{
    display: none;
}

#pt .dept .bc
{
    float: left;
    background-color: transparent;
}

#pt .dept ul
{
    float: left;
    width: 960px;
    margin-top: 0px;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    position: relative;
    z-index: 1001;
    border-top: 1px solid #1f74dc;
    border-bottom: 1px solid #1f74dc;
}

#jnav li
{
    float: left;
}

/***********************************************************************/
/* Tabs                                                                */
/***********************************************************************/

#jnav li.nav, #jnav li.navcurr
{
	height: 38px;
}

#jnav li.nav a
{
    display: block;
    padding: 7px 20px;
    margin-top: 4px;
    /* height: 18px; */
    color: #6ca2e5;
    font-weight: bold;
    text-transform: uppercase;
	border-right: 1px solid #1f74dc;
}

#jnav li#m7.nav a /* overrides border-right */
{
	border-right: none;
}

#jnav li.nav a:hover
{
    background-color: #6ca2e5;
    color: white;
}

ul#jnav li.navcurr a
{
    display: block;
    background-color: #1f74dc;
    color: white;
    font-weight: bold;
	padding: 7px 20px;
    margin-top: 4px;
    text-transform: uppercase;
		border-right: 1px solid #1f74dc;
}

ul#jnav li.depts a
{
	background: #6ca2e5;
}

#jnav li.navcurr a:hover
{
	background-color: #ea1e73;
}

#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;
    visability: hidden;
    width: auto;
    top: 38px;
    left: 10px;
    padding: 0;
    background-color: #6ca2e5;
}

#jnav li#m2 ul.snav
{
	left: 0px;
}

#jnav li#m3 ul.snav
{
	left: 84px;
}

#jnav li#m4 ul.snav
{
	left: 161px;
}

#jnav li#m5 ul.snav
{
    left: 272px;	
}

#jnav li#m6 ul.snav
{
	left: 355px;	
}

#jnav li.nav ul.snav li, #jnav li.navcurr ul.snav li
{
    position: relative;
    display: inline;
    width: auto;
    margin: 0;
    padding: 0 5px 0 5px;
    /* background-color: #1f74dc; */
    border-left: 1px solid #aaaaaa;
}

#jnav li.nav ul.snav li:first-child, #jnav li.navcurr ul.snav li:first-child
{
    border-left: none;
}

/* Banners */
#jnav li.nav ul.snav li.bnrs,
#jnav li.navcurr ul.snav li.bnrs
{
    width: 186px;
}

#jnav li.nav ul.snav li.bnrs .bnr,
#jnav li.navcurr ul.snav li.bnrs .bnr
{
    margin: 8px 3px;
}

#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;
    width: 166px;
    padding: 5px 2px;
    border-right: none;
}

#jnav li.nav ul.snav li.depts a.l1, #jnav li.navcurr ul.snav li.depts a.l1
{
    color: white;
    font-size: 14px;
    text-decoration: underline;
    font-weight: normal;
}

#jnav li.nav ul.snav li.depts a.l1:hover, #jnav li.navcurr ul.snav li.depts a.l1:hover
{
	background-color: transparent; 
}

/* Level 2 depts */
#jnav li.nav ul.snav li a.l2, #jnav li.navcurr ul.snav li a.l2
{
    color: white;
    font-weight: normal;
}

#jnav li.nav ul.snav li.depts a:hover, #jnav li.navcurr ul.snav li.depts a:hover
{
	background-color: transparent;
	text-decoration: underline;
}

/* Featured Product */
#jnav li.nav ul.snav li.prods, #jnav li.navcurr ul.snav li.prods
{
    width: 150px;
}

/* Article */
#jnav li.nav ul.snav li.arts, #jnav li.navcurr ul.snav li.arts
{
    width: 250px;
}

#jnav li.nav ul.snav li.arts .art .bc .artp, #jnav li.navcurr ul.snav li.arts .art .bc .artp
{
    float: none;
}

#jnav li.nav ul.snav li.arts .art .bc img, #jnav li.navcurr ul.snav li.arts .art .bc img
{
    float: none;
}

/***********************************************************************/


.wt-rotator
{
    font-size: 12px;
    background-color: #FFF;
    border: 0px solid #FFF;
    position: relative;
    overflow: hidden;
    clear: both;
    margin-top: 0px;
}
.wt-rotator a
{
    outline: none;
}
.wt-rotator .screen
{
    position: relative;
    top: -1px;
    left: 0;
    overflow: hidden;
}
.wt-rotator #strip
{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
}
.wt-rotator .content-box
{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.wt-rotator .main-img
{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    border: 0;
    padding:  0 !important;
}
.wt-rotator .preloader
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 36px;
    height: 36px;
    margin-top: -18px;
    margin-left: -18px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #666 url(/images/loading.gif) center no-repeat;
    background: rgba(0,0,0,.7) url(/images/loading.gif) center no-repeat;
    z-index: 4;
    display: none;
}
.wt-rotator #timer
{
    position: absolute;
    left: 0;
    height: 4px;
    background-color: #FFF;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 4;
    visibility: hidden;
    font-size: 0;
}
.wt-rotator .desc
{
    color: #000;
    position: absolute;
    color: #FFF;
    z-index: 6;
    overflow: hidden;
    visibility: hidden;
    text-align: left;
}
.wt-rotator .inner-bg
{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -moz-opacity: .7;
    filter: alpha(opacity=70);
    opacity: .7;
    z-index: 0;
}
.wt-rotator .inner-text
{
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    width: auto;
    height: auto;
    z-index: 1;
}
.wt-rotator .c-panel
{
    position: absolute;
    top: 0;
    z-index: 7;
    visibility: hidden;
}
.wt-rotator .outer-hp, .wt-rotator .outer-vp
{
    position: absolute;
    background: #333;
    background: -moz-linear-gradient(#444, #111);
    background: -webkit-gradient(linear, 0 top, 0 bottom, from(#444), to(#111));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#111111',GradientType=0);
    border: 1px solid #000;
}
.wt-rotator .outer-hp
{
    left: 0;
    width: 100%;
    border-left: none;
    border-right: none;
}
.wt-rotator .outer-vp
{
    top: 0;
    height: 100%;
    border-top: none;
    border-bottom: none;
}
.wt-rotator .back-scroll, .wt-rotator .fwd-scroll
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: url(assets/spacer.png) no-repeat;
}
.wt-rotator .thumbnails, .wt-rotator .buttons
{
    display: inline;
    position: relative;
    float: left;
    overflow: hidden;
}
.wt-rotator .thumbnails ul
{
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.wt-rotator .thumbnails ul.inside
{
    position: absolute;
    top: 0;
    left: 0;
}
.wt-rotator .thumbnails li, .wt-rotator .play-btn, .wt-rotator .prev-btn, .wt-rotator .next-btn
{
    position: relative;
    list-style: none;
    display: inline;
    float: left;
    overflow: hidden;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #EEE;
    background-color: #000;
    background: -moz-linear-gradient(#333, #000);
    background: -webkit-gradient(linear, 0 top, 0 bottom, from(#333), to(#000));
    border: 1px solid #000;
    cursor: pointer;
    font-weight: bold;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.wt-rotator .thumbnails li.thumb-over
{
    color: #FFF;
    background-color: #CCC;
    background: -moz-linear-gradient(#DDD, #BBB);
    background: -webkit-gradient(linear, 0 top, 0 bottom, from(#DDD), to(#BBB));
}
.wt-rotator .thumbnails li.curr-thumb
{
    color: #000;
    background-color: #FFF;
    background: -moz-linear-gradient(#FFF, #DDD);
    background: -webkit-gradient(linear, 0 top, 0 bottom, from(#FFF), to(#DDD));
    cursor: default;
}
.wt-rotator .thumbnails li.image
{
    background: #000;
}
.wt-rotator .thumbnails li.image.curr-thumb, .wt-rotator .thumbnails li.image.thumb-over
{
    border-color: #06F;
}
.wt-rotator .thumbnails li.image a
{
    display: block;
    border: 0;
}
.wt-rotator .thumbnails li.image img
{
    display: block;
    border: 0;
    position: absolute;
    -moz-opacity: .85;
    filter: alpha(opacity=85);
    opacity: 0.85;
}
.wt-rotator .thumbnails li.image.thumb-over img
{
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}
.wt-rotator .thumbnails li.image.curr-thumb img
{
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    cursor: default;
}
.wt-rotator .thumbnails li *
{
    display: none;
}
.wt-rotator .thumbnails li div
{
    position: relative;
    color: #FFF;
    background-color: #000;
    width: auto;
    height: auto;
}
.wt-rotator .button-over
{
    background-color: #CCC !important;
}
.wt-rotator .play-btn
{
    background: #000 url(/images/assets/play.png);
    background: url(/images/assets/play.png), -moz-linear-gradient(#333, #000);
    background: url(/images/assets/play.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#333), to(#000));
}
.wt-rotator .play-btn.button-over
{
    background: url(/images/assets/play.png), -moz-linear-gradient(#DDD, #BBB);
    background: url(/images/assets/play.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#DDD), to(#BBB));
}
.wt-rotator .pause
{
    background: #000 url(/images/assets/pause.png);
    background: url(/images/assets/pause.png), -moz-linear-gradient(#333, #000);
    background: url(/images/assets/pause.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#333), to(#000));
}
.wt-rotator .pause.button-over
{
    background: url(/images/assets/pause.png), -moz-linear-gradient(#DDD, #BBB);
    background: url(/images/assets/pause.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#DDD), to(#BBB));
}
.wt-rotator .prev-btn
{
    background: #000 url(/images/assets/prev.png);
    background: url(/images/assets/prev.png), -moz-linear-gradient(#333, #000);
    background: url(/images/assets/prev.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#333), to(#000));
}
.wt-rotator .prev-btn.button-over
{
    background: url(/images/assets/prev.png), -moz-linear-gradient(#DDD, #BBB);
    background: url(/images/assets/prev.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#DDD), to(#BBB));
}
.wt-rotator .next-btn
{
    background: #000 url(assets/next.png);
    background: url(/images/assets/next.png), -moz-linear-gradient(#333, #000);
    background: url(/images/assets/next.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#333), to(#000));
}
.wt-rotator .next-btn.button-over
{
    background: url(/images/assets/next.png), -moz-linear-gradient(#DDD, #BBB);
    background: url(/images/assets/next.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#DDD), to(#BBB));
}
.wt-rotator .up
{
    background: #000 url(/images/assets/up.png);
    background: url(/images/assets/up.png), -moz-linear-gradient(#333, #000);
    background: url(/images/assets/up.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#333), to(#000));
}
.wt-rotator .up.button-over
{
    background: url(/images/assets/up.png), -moz-linear-gradient(#DDD, #BBB);
    background: url(/images/assets/up.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#DDD), to(#BBB));
}
.wt-rotator .down
{
    background: #000 url(/images/assets/down.png);
    background: url(/images/assets/down.png), -moz-linear-gradient(#333, #000);
    background: url(/images/assets/down.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#333), to(#000));
}
.wt-rotator .down.button-over
{
    background: url(/images/assets/down.png), -moz-linear-gradient(#DDD, #BBB);
    background: url(/images/assets/down.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#DDD), to(#BBB));
}
#rotator-tooltip
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
}
#rotator-tooltip.txt-up
{
    margin-left: -10px;
    margin-bottom: 5px;
    background: url(/images/assets/vtip.png) no-repeat;
    background-position: 10px bottom;
    background-position-x: 10px;
    background-position-y: bottom;
}
#rotator-tooltip.txt-down
{
    margin-left: -10px;
    margin-top: 24px;
    background: url(/images/assets/vtip.png) no-repeat;
    background-position: 10px top;
    background-position-x: 10px;
    background-position-y: top;
}
#rotator-tooltip.img-up
{
    background: url(/images/assets/vtip.png) center bottom no-repeat;
}
#rotator-tooltip.img-down
{
    background: url(/images/assets/vtip.png) center top no-repeat;
}
#rotator-tooltip.img-right
{
    background: url(/images/assets/htip.png) left center no-repeat;
}
#rotator-tooltip.img-left
{
    background: url(/images/assets/htip.png) right center no-repeat;
}
#rotator-tooltip .tt-txt
{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #FFF;
    background-color: #000;
    max-width: 300px;
    padding: 4px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin: 8px 0;
}
#rotator-tooltip img
{
    display: none;
    background-color: #000;
    padding: 3px;
    margin: 8px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.wt-rotator .s-prev, .wt-rotator .s-next
{
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 30px;
    height: 50px;
    cursor: pointer;
    background: url(/images/assets/large_buttons.png) no-repeat;
    -moz-opacity: .7;
    filter: alpha(opacity=70);
    opacity: .7;
    z-index: 8;
}
.wt-rotator .s-prev
{
    left: 3%;
    background-position: 0 0;
}
.wt-rotator .s-next
{
    left: 97%;
    margin-left: -30px;
    background-position: -30px 0;
}
.wt-rotator .s-prev.button-over, .wt-rotator .s-next.button-over
{
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    background-color: transparent !important;
}
.wt-rotator .block, .wt-rotator .vpiece, .wt-rotator .hpiece
{
    position: absolute;
    z-index: 2;
}
/***********************************************************************/
/* Cards Galore							       */
/***********************************************************************/
/* Bottom panel                                                        */
/***********************************************************************/

#pb
{
    float: left;  
    width: 960px;
    padding: 0px;
    margin: 25px 0px 0px 0px;
    background: #1f74dc;
}

/***********************************************************************/
/* Recent items                                                        */
/***********************************************************************/

#pb .ritm
{
    float: left;
    width: 912px;
    margin: 0px 10px 20px 10px;
    padding: 5px 24px;
background-color: #fff;
    box-shadow: 0 0 10px 1px #888;
    -moz-box-shadow: 0 0 10px 1px #888;
    -webkit-box-shadow: 0 0 10px 1px#888;
}

#pb .ritm .bt
{
	float: left;
	margin: 20px 0px 0px 0px;
    border-top: 1px dashed #5C5B60;
    border-left: 1px dashed #5C5B60;
    border-right: 1px dashed #5C5B60;
}

#pb .ritm .bt h3
{
    width: 888px;
    padding: 8px 12px;
    font-size: 24px;
    font-weight: normal;
    color: #DC1D8C;
}

#pb .ritm .bc
{
    float: left;
    width: 908px;
	margin: 0px 0px 20px 0px;
    padding: 8px 2px;
    border-left: 1px dashed #5C5B60;
    border-right: 1px dashed #5C5B60;
    border-bottom: 1px dashed #5C5B60;
}

#pb .ritm ul li
{
    display:inline;
    width: 116px;
    margin: 0px 6px;
}

#pb .ritm a
{
    float: left;
    width: 116px;
}

#pb .ritm a.img
{
    text-align: center;
    width: 116px;
    height: 100px;
}

#pb .ritm a.txt
{
    font-size: 10px;
    text-align: center;
}

#pb .ritm .bb
{   
    display: none;
}

/***********************************************************************/
/*  Articles                                                           */
/***********************************************************************/

#pb .art
{
    float: left;
    width: 350px;
    padding: 30px 20px 0px 30px;
    background: #610237;
}

#pb .art h2
{
    width: 350px;
    color: #b5ed23;
    font-size: 18px;
}

#pb .art .artp
{
    float: left;
    padding: 20px 0px;
}

#pb .art .artp p
{
    color: #ffffff;
    font-weight: bold;
    text-align: justify;
}

/***********************************************************************/
/*  Information + departments panel                                    */
/***********************************************************************/

#pb .info, #pb .dept
{
    float: left;
    width: 170px;
    height: 231px;
    padding: 25px 0px 0px 20px;
    background: #1f74dc;
}

#pb .info h3, #pb .dept h3
{
    width: 190px;
    color: #fff;
    font-size: 11pt;
    padding-bottom: 10px;
}

#pb .info ul, #pb .dept ul
{
    width: 190px;
    margin: 0px;
    padding: 0px 0px 20px 0px;
    display: auto;
}

#pb .info ul li, #pb .dept ul li
{
    width: 190px;
    margin: 0px;
    padding: 4px 0;
}

#pb .info ul li a, #pb .dept ul li a
{
    width: 190px;
    padding: 0px;
    color: #fff;
    font-weight: normal;
    font-size: 11pt;
}

#pb .info ul li a:hover, #pb .dept ul li a:hover
{
    color: #fff;
    text-decoration: underline;
}

#pb .info ul li.pipe, #pb .dept ul li.pipe
{
    display: none;
}

/***********************************************************************/
/* Newsletter                                                          */
/***********************************************************************/

#pb .news
{
    float: left;
  display: block;
    width: 350px;
    height: 90px;
    margin: 0px 0px 0px 0px;
    padding: 25px 0px 15px 40px;
    overflow-x: hidden;
    background: #1f74dc;
}

#pb .news h3
{
    width: 355px;
    color: #fff;
    font-size: 11pt;
    text-transform: uppercase;
}

#pb .news .bc label
{
    color: #fff;
    float: left;
    padding: 4px 0;
    font-size: 12px;
}

#pb .news .bc form input
{
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 4px;
}

#pb .news .bc form input.submit
{
    background-color: #000;
    border: none;
    color: #fff;
    padding: 6px;
    text-transform: uppercase;
}
#pb .news .bc form input.submit:hover
{
    cursor: pointer;
}

#pb .news .bc form .inputtext, #pb .news .bc form .inputtext_light
{
    width: 235px;
    padding-top: 1px;
    padding-left: 5px;
    padding-bottom: 1px;
    padding-right: 0;
    height: 26px;
}

#pb .news .bc form .inputtext_light
{
    color: #5C5B60;
    font-style: italic;
    border: none;
    /* padding: 1px; */
}

#pb .news_input_container
{
    background-color: #fff;
    overflow: hidden;
    border: solid 1px;
    padding: 0px;
    width: 353px;
    clear: right;
}

#pb .news_input_container input[type=text]
{
    height: 20px !important;
}

#subscribe
{
    /* padding-bottom: 5px; */
}

/***********************************************************************/
/* Banners                                                             */
/***********************************************************************/

#pb .pbnr {
    float: right;
  display: block;
    width: 350px;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 32px 40px;
    overflow-x: hidden;
    background: #1f74dc;
}

#pb .pbnr h3{
    color: #fff;
}

#pb .pbnr .bnr {
    float: left;
    /* width: 175px; */
}

#pb .pbnr .bnr img {
    float: left;
    width: 64px;
    height: 64px;
    margin-right: 10px;
    margin-top: 10px;
}

#pb .pbnr .bnr a.txt {
    color: #fff;
    cursor: pointer;
    display: block;
    margin-top: 25px;
}

#pb .pbnr .bnr a.txt:hover, #pb .pbnr .bnr a.txt:focus {
    color: #fff;
    text-decoration: underline;
}

/***********************************************************************/
/* Copyright and Managed by                                            */
/***********************************************************************/
#pb .pbnr +div
{
    float: left;
    width: 961px;
}
#pb p.copy
{
    clear: both;
    float: left;
    width: 49%;
    text-align: left;
    padding: 14px 0px 14px 1%;
    margin: 0px 0px 0px 0px;
    background-color: #1f74dc;
    font-size: 12px;
    color: white;
}

#pb p.etail
{
    clear: none;
    float: left;
    width: 49%;
    text-align: right;
    padding: 14px 1% 14px 0;
    margin: 0px 0px 0px 0px;
    background-color: #1f74dc;
    color: white;
    font-size: 12px;
}

#pb p.etail a, #pb p.etail a:hover, #pb p.etail a:visited
{
    float: none;
    color: white;
}

/***********************************************************************/
/***********************************************************************/
/* Cards Galore 						       */
/***********************************************************************/
/* Left panel                                                          */
/***********************************************************************/

#pl
{
    float: left;
    width: 184px;
    margin: 0 16px 0 0;
    padding: 0px;
}

/***********************************************************************/
/* Pane header                                                         */
/***********************************************************************/

#pl .bt
{
    float: left;
}



/***********************************************************************/
/* Pane center with links                                              */
/***********************************************************************/

#pl .bc
{
    float: left;
    width: 184px;
    
}

/* Member name */
#pl p
{
    float: left;
    width: 180px;
    padding: 5px 5px 5px 10px;
    color: #C22C59;
    text-align: center;
}

#pl a
{

    padding: 5px 0px 5px 10px;
    color: #555555;
    font-weight: bold;
    float: left;
}

#pl a:hover
{
    color: #b1121a;
}

#pl a.lnkcurr
{
    color: #b1121a;
}

/***********************************************************************/
/* Pane bottom                                                         */
/***********************************************************************/

#pl .bb
{
    display: none;
}

/***********************************************************************/
/* Pane header with background image                                   */
/***********************************************************************/

#pl .bt
{
    float: left;
}

#pl .bt h3
{
    width: 180px;
    padding: 8px 8px 8px 8px;
    background-color: #fff;
    color: #767676;
margin: 0px 0px 10px 0px;
font-size: 15px
}


/***********************************************************************/
/* Banners                                                             */
/***********************************************************************/

#pl .pbnr .bt, #pl .pbnr .bb
{
    display: none;
}

#pl .pbnr .bc
{
    border: none;
}

/***********************************************************************/
/* Feefo */
/***********************************************************************/



/***********************************************************************/
/* Forms */
/***********************************************************************/

#pl .bc form
{
    text-align: left;
color: #1c1c1c;
}

#pl .bc form label
{
    float: left;
    padding: 2px 5px 5px 5px;

}

#pl .bc form .inputtext, #pl .bc form .inputtext_light
{
    width: 180px;
    margin: 4px 10px;
    padding: 4px;
    border: solid 1px #BFBFBF; 
}

#pl .bc form .inputtext_light
{
    color: #C4C4C4;
    font-style: italic;
}

#pl .bc form .submit
{
    float: right;
    margin-right: 10px;

}




/***********************************************************************/
/* My basket                                                           */
/***********************************************************************/

#pr .bskt .bc p
{
    padding: 2px 10px;
}

#pr .bskt .bc a
{
    padding: 0px;
}

#pr .bskt .bc a img
{
    float: right;
}


/***********************************************************************/
/* Filter search                                                       */
/***********************************************************************/

#pl .filter .bc .ContainerPanel .HeaderContent,
#pl .filter .bc .ContainerPanel .HeaderContentClose
{
    color: #116fa2;
    font: 600 1.2em "proxima-nova", sans-serif;
    margin: 0;
    text-transform: uppercase;
    border-bottom: 1px solid #d1cfca;
    cursor: pointer;
    display: block;
    min-height: 0;
    padding: .8em .5em .7em 2.4em;
    position: relative; 
}

#pl .filter .bc .ContainerPanel .Content .citem
{
    width: 180px;
    padding: 3px 2px 3px 20px;    
    text-decoration: none;    
}



#pl .filter .bc .ContainerPanel .Content .citem:hover
{
    width: 180px;
    padding: 3px 2px 3px 20px;
    text-decoration: none;      
}



#pl .filter .bc .ContainerPanel .Content .citem span
{  
    color: #116fa2;
    font-size: 1.4em;
    padding-left: 10px;   
}

#pl .filter .bc .ContainerPanel .Content
{  
    background-color: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #d1cfca;
}

#pl .filter .bc .ContainerPanel .Content .citem input
{
    /*display: none; */

}

#pl .filter .bc .ContainerPanel .Content .showmore
{
    width: 168px;
    padding: 2px 5px 2px 30px;
    cursor: pointer;
}
.filter .bt
{
    color: #ffffff;
    background-repeat: no-repeat;
    width: 190px;
}
.filter .bt h3
{
    display: inline-table;
}

/**************************************

new filter search stuff
****************************************/


.longattrsection .items{
    max-height:176px;
    overflow-x:hidden;

    
}

.HeaderContent
{
    width: 184px;
    
        border-bottom: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
    height:20px;
    padding-top:10px;
    cursor:pointer;
}

.HeaderContent h5
{
    color: #1f74dc;
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase;
    background: url('https://s3-eu-west-1.amazonaws.com/cardsgalore/2162688/i/bdr/arrow-right.png') no-repeat left 0px;

    background-position: 1% 75%;    
padding-left:20px;
margin-top: -3px;
    margin-left:10px;
margin-bottom: 3px;
    position:relative;
    top: 0px;
}

.collapsed h5{
     background: url('https://s3-eu-west-1.amazonaws.com/cardsgalore/2162688/i/bdr/arrow-down.png') no-repeat left;
}

.collapsed h5:hover{
   
    background: url('https://s3-eu-west-1.amazonaws.com/cardsgalore/2162688/i/bdr/arrow-right.png') no-repeat left;
}

.citem
{
    padding-left:30px;
    padding-top:5px;
    padding-bottom:5px;
    font-weight:normal;
    font-size:12px;
    color:#767676;
    letter-spacing: 1px;
    margin: 0;
    background: url('/https://s3-eu-west-1.amazonaws.com/cardsgalore/2162688/i/bdr/selectbox_inactive.png') no-repeat 8px center;
    cursor:pointer;
}

.citem:hover{
 background: #f1f1f1 url('https://s3-eu-west-1.amazonaws.com/cardsgalore/2162688/i/bdr/tick.png') no-repeat 8px center;
}


.citemselected{
 background: url('https://s3-eu-west-1.amazonaws.com/cardsgalore/2162688/i/bdr/tick.png') no-repeat 8px center;
}

.citemselected:hover{
     background: #f1f1f1 url('https://s3-eu-west-1.amazonaws.com/cardsgalore/2162688/i/bdr/x-graphic.png') no-repeat 8px center;
}

#divPriceRangeDisplay{
height:20px;
    font-weight:normal;
    font-size:12px;
    color:#767676;
width: 110px;
    margin-left:10px;
    padding-top:5px;
}

#sldiv
{
margin: 25px 0px 20px 12px;
width: 155px;
}

#sldiv a
{
width: 10px;
height: 10px;
}


#resetfs h5{
    background: #f1f1f1 url('https://s3-eu-west-1.amazonaws.com/cardsgalore/2162688/i/bdr/x-graphic.png') no-repeat 8px center;
    color: #1f74dc;
    letter-spacing: 1px;
    margin: 0px 0px 10px 0px;
    text-transform: uppercase;
    padding-left:30px;
    border-bottom: 1px solid #767676;
    border-top: 1px solid #767676;
    height:22px;
    padding-top:8px;
    width: 154px;
}
/***********************************************************************/
/* Cards Galore	                                                       */
/***********************************************************************/
/* Main panel                                                          */
/***********************************************************************/
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v14/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v14/MTP_ySUJH_bn48VBG8sNSugdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
 font-weight: 800;
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v14/EInbV5DfGHOiMmvb1Xr-hugdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/* latin */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Condensed Light'), local('OpenSansCondensed-Light'), url(https://fonts.gstatic.com/s/opensanscondensed/v11/gk5FxslNkTTHtojXrkp-xBEur64QvLD-0IbiAdTUNXE.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/* latin */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Condensed Bold'), local('OpenSansCondensed-Bold'), url(https://fonts.gstatic.com/s/opensanscondensed/v11/gk5FxslNkTTHtojXrkp-xIF8zhZCJ7x9Pr62cRgaVUA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

#pm
{
    float: left;
    width: 960px;
    margin: 0px 0px 4px 0px;
    padding: 0px 0px 5px 0px;
}

#pmid.page_home, #pmid.page_dept
{
    width: 100%;
    float: left;
    box-shadow: 0 0 10px 1px #2a2a2a;
    -moz-box-shadow: 0 0 10px 1px #2a2a2a;
    -webkit-box-shadow: 0 0 10px 1px #2a2a2a;
}

#pm.pmwide
{
    width: 760px;}

#fs
{
    float: left;
    /* width: 980px; */ /*786px;*/
    margin: 0px;
    padding: 0px;
}
#pm #mess
{
    float: left;
    margin: 0px 0px 0px 20px;
}
#pm #mess h4
{
    padding: 10px 10px 5px 0px;
    font-size: 12px;
}
#pm #mess ul
{
    padding: 8px 10px 15px 0px;
    font-size: 11px;
}
#pm #mess .err, #pm #mess .err li
{
    color: #FF0000;
}
#pm #mess .warn, #pm #mess .warn li
{
    color: red;
    font-size: 14px;
}
#pm #mess .info, #pm #mess .info li
{
    color:#DC1D8C;
    font-weight: bold;
}

#pc
{
    width: 100%;
    float: left;
}

/***********************************************************************/
/*  Breadcrumb                                                         */
/***********************************************************************/

#pc .bdcb
{
    float: left;
    clear: both;
  
    margin: 0px 0 0 10px;
    padding: 10px 0;
}

#pc .bdcb .bt, #pt .bdcb .bb
{
    display: none;
}

#pc .bdcb .bc
{
}

#pc .bdcb .bc ul
{
    float: left;
    clear: both;
    /* width: 922px; */
    padding: 0px 5px 0px 5px;
    background-color: #ffffff;
}

#pc .bdcb .bc ul li
{
    float: left;
    display: inline;
    margin: 0px;

}

#pc .bdcb .bc ul li h1, 
#pc .bdcb .bc ul li h3, 
#pc .bdcb .bc ul li a
{
    float: left;
    padding: 6px 6px 4px 6px;
    color: #6ca2e5;
    font-size: 12px;
    font-weight: normal;
}

#pc .bdcb .bc ul li a:hover
{
    color: #1f74dc;
}


#pc .bdcb .bc ul li img
{
    float: left;
    padding: 8px 2px 0px 2px;
}

/***********************************************************************/
/* Articles                                                            */
/***********************************************************************/

#pm .art
{
    float: left;
    margin: 0px 0px 0px 10px;
}

#a33062914 {
  width: 940px;
}

#pm .artf
{
    float: left;
    margin: 25px 0 0px 25px;
}

#pm .art .bt, #pm .art .bb
{
    display: none;
}
#pm .art .bc
{
    float: left;
    width: 910px;
}
#pm .art .bc h2
{
    clear: left;
    padding: 8px 0px 8px 10px;
    color: #DC1D8C;
}
#pm .art .bc .artp
{
    float: left;
    width: 960px;
}
#pm .art .bc .artp h3, 
#pm .art .bc .artp h4,
#pm .art .bc .artp h5
{
    float: left;
    width: 912px;
    padding: 5px 0px;
}
#pm .art .bc .artp p
{
    float: left;
    width: 880px;
    padding: 4px 10px 5px 20px;
    text-align: justify;
}
#pm .art .bc img
{
    float: left;
    padding: 5px 0px 5px 16px;
}
#pm .art .bc a
{
    color: #6ca2e5;
}
#pm .art .bc a:hover
{
    text-decoration: underline;
}

#pm .art .bc .artp ol,
#pm .art .bc .artp ul
{
    width: 882px;
    padding: 4px 10px 5px 40px;
}

#pm .art .bc .artp ol li,
#pm .art .bc .artp ul li
{
    width: 882px;
    padding: 2px 0px;
}

#pm .art.home
{
    width: 909px;
    float: left;
    margin: 10px 0 10px 25px;
    border: 1px solid #6ca2e5;
}

/***********************************************************************/
/* Article Tab Panel                                                   */
/***********************************************************************/

#pm #pi_wrapper
{
    float: left;
    width: 910px;
    margin: 24px 0 0 25px;
}

#pm #pi_wrapper ul.pi_tabs
{
    width: auto;
    margin: 0;
    padding: 0;
}

#pm #pi_wrapper ul.pi_tabs li
{
    background-color: #6ca2e5;
    float: left;
    position: relative;
    cursor: pointer;
    width: auto;
    height: 16px;
    margin: 0px 6px 0px 0px;
    padding: 10px 5px;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    border: none;
}

#pm #pi_wrapper ul.pi_tabs li.selected
{
    background-color: #1f74dc;
}

#pm #pi_wrapper .pi_tab_content
{
    float: left;
    position: relative;
    display: inline-item;
    width: 98%;
    margin-top: 0px;
    padding: 4px;
    border-left: 1px solid #6ca2e5;
    border-right: 1px solid #6ca2e5;
    border-bottom: 1px solid #6ca2e5;
    border-top: 1px solid #6ca2e5;
}

#pm #pi_wrapper .pi_tab_content h3
{
    padding: 5px 0px;
    color: #8F7839;
}

#pm #pi_wrapper .pi_tab_content .fprd +.lnk
{
    float: right;
    clear: both;
    width: auto;
    padding: 0;
    margin: 0;
}

#pm #pi_wrapper .pi_tab_content ul li
{
    width: 880px;
    margin: 0px 0px 0px 20px;
    padding: 3px 0px;
    list-style: disc;
}

#pm #pi_wrapper .pi_tab_content .lnk a
{
    width: auto;
    float: left;
    padding: 10px 15px 10px 15px;
    font-size: 16px;
    color: #6ca2e5;
    font-weight: bold;
    text-align: right;
    text-transform: uppercase;
}

#pm #pi_wrapper .pi_tab_content .fprd
{
    margin-left: 30px;
}

#pm .art.failed
{
    width: 750px;
}

#pm .art.failed .bc, #pm .art.failed .bc .artp, #pm .art.failed .bc .artp p
{
    width: 100%;
    padding: 0;
    margin:  0;
}


/***********************************************************************/
/* Banners                                                             */
/***********************************************************************/

#pm .pbnr
{
    float: left;
}

#pm .pbnr img
{
  float: none;
  display: block;
  margin: 0 auto;
}

#pm .pbnr .bnr
{
    float: left;
    margin: 0 0px 0 0;
    width: 980px;
}

#pc .pbnr, #pc .pbnr .bc
{
    width: auto;
    display: block;
}

#pc .pbnr .bc img
{
    display: block;
    width: auto;
    margin: 0px auto 20px auto;
}

/***********************************************************************/
/* Dept tree                                                           */
/***********************************************************************/

#pm .depttree
{
  float: left;
  width: 98%;
  margin: 10px 0 10px 15px;
  padding: 0;
}

#pm .depttree .bt h3
{
    padding: 12px 0 12px 0;
  color: #000;
  
    font-size: 20px;
    font-weight: normal;
}

#pm .depttree h4
{
    font-weight: normal;
  font-size: 1.1em;
  color: #000;
}

#pm .depttree ul li
{
  width: 190px;  
  height: 290px;
  padding: 4px 0 4px 0px;
  margin: 0 0 24px 24px;
  border: 1px solid #2a2a2a;
}

#pm .depttree ul li:nth-child(4n+4), 
#pm .depttree ul li:first-child
{
    margin-left: 40px;
}

#pm .depttree ul li a
{
  float: none;
  color: #2a2a2a;
  width: 100%;
}

#pm .depttree ul li a img
{
    display: block;
    margin: 0 auto;
}

#pm .depttree ul li a.txt
{
  float: left;
  padding: 6px 0px;
  width: 100%;
  text-align: center;
}

#pm .depttree ul li a.btn
{
    background-color: #1f74dc;
    color: white;
    width: 80%;
    height: 20px;
    float: left;
    display: block;
    padding: 6px;
    text-align: center;
    margin: 0 0 0 12px;
}

/***********************************************************************/
/* Taglines                                                            */
/***********************************************************************/

#pm .tagl
{
    float: left;
    width: 912px;
    margin: 0px 0px 20px 10px;
    box-shadow: 0 0 5px 1px #888;
    -moz-box-shadow: 0 0 5px 1px #888;
    -webkit-box-shadow: 0 0 5px 1px#888;
}

#pm .tagl .bt, #pm .tagl .bb
{
    display: none
}
#pm .tagl .bc
{
    float: left;
    width: 912px;
}

#pm .tagl .bc h4
{
    float: left;
    width: 872px;
    padding: 10px 20px;
    color: #5C5B60;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}

/***********************************************************************/
/* Featured products                                                   */
/***********************************************************************/

#pm .fprd, #fs .fprd
{
    float: left;
    position: relative;
    width: 180px;
    height: 366px;
    margin: 5px 8px 10px 0px;
    padding: 2px;
}

#pm .fprd:nth-child(4n+4), #fs .fprd:nth-child(4n+4)
{
    margin-right: 0px;
}

#pm .fprd .fprdimg, #fs .fprd .fprdimg
{
    float: none;
    display: block;
    width: 180px;
    height: 220px;
    margin: 0 auto;
    padding: 0px;
    text-align: center;
    background-color: #ffffff;
}

#pm .fprd .fprdimg .flag, #fs .fprd .fprdimg .flag
{
    position: absolute;
    top: 0;
    right: 0;
}

#pm .fprd .fprdtitle, #fs .fprd .fprdtitle
{
    float: left;
    width: 98%;
    height: 68px;
    padding: 4px 1%;
    text-align: left;
}
#pm .fprd .fprdtitle a, #fs .fprd .fprdtitle a
{
    width: 100%;
    /* color: #1B1C20; */
    font-size: 12px;
    font-weight: bold;
}
#pm .fprd .fprdtitle a:hover, #fs .fprd .fprdtitle a:hover
{
    text-decoration: underline;
}

#pm .fprd .strap, #fs .fprd .strap
{
    float: left;
    width: 220px;
    height: 38px;
    padding: 0px;
    color: #47494A;
}
#pm .fprd .strap p, #fs .fprd .strap p
{
    float: left;
    padding: 0px;
    text-align: left;
}

#pm .fprd .fprddescr, #fs .fprd .fprddescr
{
    float: left;
    width: 100%;
    height: 42px;
    overflow: hidden;
    padding: 0px 0px;
    /* color: #47494A; */
}
#pm .fprd .fprddescr p, #fs .fprd .fprddescr p
{
    padding: 0px 0px 0px 0px;
        font-size: 10px;
}
#pm .fprd .brand, #fs .fprd .brand, #pm .fprd .manu, #fs .fprd .manu, #pm .fprd .model, #fs .fprd .model
{
    float: left;
    padding: 2px 5px;
    font-size: 12px;
    color: #999999;
}
#pm .fprd .price, #fs .fprd .price, #pm .fprd .offer, #fs .fprd .offer, #pm .fprd .prevprice, #fs .fprd .prevprice, #pm .fprd .rrp, #fs .fprd .rrp, #pm .fprd .trade, #fs .fprd .trade
{
    float: left;
    width: 100px;
    padding-top: 4px;
}
#pm .fprd .prevprice, #fs .fprd .prevprice
{
    display: none;
}
#pm .fprd label, #fs .fprd label
{
    display: none;
}
#pm .fprd h6, #fs .fprd h6
{
    float: left;
    padding: 0px;
    font-size: 18px;
    font-weight: normal;
    color: #1f74dc;
    /* width: 100px; */
    text-align: left;
}
#pm .fprd form .submit, #fs .fprd form .submit
{
    float: right;
    padding: 4px 12px;
    border: none;
    background-color: #1f74dc;
    color: #fff;
}

#pm .fprd form .submit:hover, #fs .fprd form .submit:hover
{
    cursor: hand;
    cursor: pointer;
    background-color: #ea1e7e;
}

#fs .fprdsm
{
    float: left;
    width: 80px;
    height: 80px;
    margin: 15px 0px 15px 30px;
}
#fs .fprdmed
{
    float: left;
    width: 180px;
    height: 180px;
    margin: 10px 0px 10px 16px;
    text-align: center;
}

/***********************************************************************/

#pm .searchheader
{
    float: left;
    width: 99%;
    margin: 10px 0;
    padding: 4px 0;
    box-shadow: 0 0 5px 1px #888;
    -moz-box-shadow: 0 0 5px 1px #888;
    -webkit-box-shadow: 0 0 5px 1px#888;
    font-weight: bold;
    /* color: #E1E1E1; */
}

#pm .searchheader .bc
{
  width: 100%;
  float: left;
}

#pm .searchheader .search
{
    float: left;
    width: autp;
    padding: 0;
}
#pm .searchheader .search label
{
    float: left;
    /* width: 60px; */
    color: #858585;
    padding: 5px 5px 3px 4px;
}
#pm .searchheader .search .inputtext
{
    float: left;
    width: 250px;
    margin-left: 10px;
}
#pm .searchheader .search select, #pm .searchheader .search .submit
{
    float: left;
    margin-left: 4px;
}
#pm .searchheader h5
{
    /* display: none; */
    width: auto;
    float: left;
    margin-left: 4%;
    margin-top: 5px;
}
#pm .searchfooter
{
    float: right;
    width: 902px;
    margin-top: 10px;
}

#pm .searchfooter .paging
{
    float: right;
    margin: 0 20px 0 0;
    width: auto;
}

#pm form.do, #pm form.rpp
{
    float: left;
    width: auto;
    padding: 2px 0px 2px 4%;
}
#pm form.do label, #pm form.rpp label, #pm form.paging label
{
    float: left;
    width: auto;
    margin: 0px;
    padding: 4px 5px 2px 0px;
    color: #1B1C20;
}
#pm .paging
{
    float: left;
    clear: left;
    width: 100%;
    display: block;
    margin: 0 0 0 1%;
    padding: 2px 0px;
    /* margin-left: 10px; */
}
#pm .paging .currpg
{
    float: left;
    color: #ffffff;
    background-color: #DC1D8C;
    padding: 3px 4px;
    margin-left: 1px;
}
#pm .paging label
{
    display: none;
    /* float: left; */
}
#pm .paging a
{
    float: left;
    padding: 3px 4px;
    /* margin-left: 1px; */
    font-weight: 800;
}

#pm .paging a:hover, #pm .paging a:active
{
    color: #DC1D8C;
}

/***********************************************************************/
/* Forms                                                               */
/***********************************************************************/

#pm .form
{
    float: left;
    margin: 0px 0px 0px 90px;
}
#pm .form .bt
{
    float: left;
}
#pm .form .bt h3
{
    width: 750px;
    padding: 8px 8px 8px 8px;
    color: #000;
}
#pm .form .bc
{
    float: left;
    width: 734px;
    padding: 15px;
}
#pm .form .bb
{
    float: left;
    width: 764px;
    padding-bottom: 4px;
    margin-bottom: 10px;
}
#pm .form .bc ul
{
    width: 734px;
}
#pm .form .bc ul li
{
    clear: left;
    padding: 4px 0px;
}
#pm .form .bc ul li label
{
    float: left;
    width: 220px;
    padding: 3px 2px;
    text-align: right;
}
#pm .form .bc ul li.info
{
    font-size: 1.1em;
    font-weight: bold;
}
#pm .form .bc ul li.help
{
    font-size: 0.9em;
    padding: 0px 0px 8px 80px;
}
#pm .form .bc ul li.reqmsg
{
    color: #FF0000;
    font-weight: bold;
    width: 50% !important;
    margin-left: 228px;
}
#pm .form .bc ul li h5 a
{
    color: #DC1D8C;
}

#pm .form a.btn
{
    padding: 6px 8px;
    margin-top: 4px;
    background-color: #6ca2e5;
    color: #fff;
    float: left;
}

#pm .form a.btn:hover
{
    background-color: #ea1e73;
}

#pm .form .bc ul li .chars
{
    margin-left: 240px;
}
#pm .form input.submit
{
    margin-left: 228px;
    padding: 8px 12px;
    border: none;
    background-color: #1f74dc;
    color: #fff;
    text-transform: uppercase;
}

#pm .form input.submit:hover
{
    cursor: pointer;
    background-color: #DC1D8C;
}

#pm .form#pchkout .bc ul li
{
    width: 100%;
    padding: 4px 0;
}

#pm #pchkout, #pm #pdeldate, #pm #pchkoutsignin, #pm #pchkoutnewcust, #pm #pdelivery, #pm #psagepay
{
    float: left;
    margin: 0px 110px;
}

#pm #divAddressShowHide,
#pm #divAddressShowHideDel
{
    float: left;
    display: none;
}

span#pclupManualAddress
{
    text-decoration: underline;
}

span#pclupManualAddress:hover
{
    cursor: hand;
    cursor: pointer;
}

#btnPostCodeLookup, #btnPostCodeLookupDel
{
    border: 1px solid #AAAAAA;
    vertical-align: middle;
    margin: 0px;
}

#txtPostCodeLookup, #txtPostCodeLookupDel
{
    vertical-align: middle;
    height: 18px;
}

span.or
{
    margin: 0 4px;
}

/***********************************************************************/
/* Basket                                                             */
/***********************************************************************/

#pm table.basket .line td form
{
    text-align: center;
    width: auto;
}
#pm table.basket .line input
{
    margin: 0;
}
#pm table.basket .line input.submit
{
    float: right;
    margin: 0;
    border: 0;
}

#pm table.basket .line input#remove.submit
{
    background-color: #1f74dc;
    color: #fff;
    padding: 4px 10px;
    float: left;
    margin-left: 25%;
}

#pm table.basket .line input#remove.submit:hover
{
    cursor: pointer;
    background-color: #ea1e7e;
}

#pm table.basket #ordertotal
{
    font-weight: 800;
    color: #ea1e7e;
    font-size: 20px;    
}

#pm table.basket .line
{
}
#pm table.basket .line a
{
    color: #000000;
}
#pm table.basket .delivery
{
}
#pm table.basket .shipcost
{
    width: 892px;
    margin: 0px;
    background-color: #ffffff;
}
#pm table.basket .vat
{
}
#pm table.basket tr.total td
{
    font-size: 14px;
    font-weight: bold;
    text-align: right;
}
#pm table.voucher
{
    width: 60%;
    margin: 30px 0px 20px 20px;
}
#pm table.voucher td
{
    text-align: center;
    white-space: nowrap;
}
#pm table.voucher input.submit
{
    margin: 0px;
    float: right;
    background-color: #6ca2e5;      
    padding: 6px 18px;
    color: #fff;
    border: none;
}

#pm table.voucher input.submit:hover
{
    cursor: hand;
    cursor: pointer;
    background: #1f74dc;
}

#pm .basket ul
{
    width: auto;
}
#pm .basket ul li
{
    clear: left;
    display: block;
}
#pm .bskt .basketlinks
{
    float: left;
    clear: both;
    height: auto;
    width: 100%;
    height: 140px;
    /* margin: 0px 0px 0px 20px; */
    text-align: right;
}
#pm .bskt .basketlinks span
{
    display: none;
}
#pm .bskt .basketlinks img
{
    margin: 5px 20px;
}
#pm .bskt .basketlinks .ct_button
{
    float: left;
    display: inline;
}
#pm .bskt .basketlinks .sp_button, #pm .bskt .basketlinks .pp_button
{
    float: right;
    display: inline;
    clear: none;
}
#pm .bskt .basketlinks .pp_button
{
    float: right;
    position: relative;
    top: 0px;
    right: 0px;
    clear: right;
}

#pm .bskt .basketlinks .pp_button a.btn
{
    color: #fff;
    padding: 2px 0px;
    margin: 6px 0 0 0;
    /* background-color: #1f74dc; */
    float: right;
}

#pm .bskt .basketlinks .ct_button a.btn
{
    background-color: #6ca2e5;
    padding: 12px 18px;
    color: #fff;
    float: left;
    margin: 6px 0 0 0;
    opacity: 0.8;
}

#pm .bskt .basketlinks .ct_button a.btn:hover
{
    background-color: #1f74dc;    
}

#pm .bskt .basketlinks .sp_button
{
    color: #fff;
    float: right;
    clear: none;
    width: auto;
    padding: 14px 0px;
    height: auto;

    margin-top: 6px;
    position: relative;
    top: 0px;
    right: -188px;
}
#pm .bskt .basketlinks .sp_button a.btn
{
    background-color: #1f74dc;
    padding: 14px 60px;
    color: #fff;
}

#pm .bskt .basketlinks .sp_button a.btn:hover
{
    background-color: #ea1e7e;
    
}

#pm #psagepay.form .bc
{
border-top: solid 1px;
}

#pm #paypalmessages
{
    float: left;
    width: 932px;
    text-align: center;
}

#pm #paypalmessages p
{
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

table.basket-header-table .pp_button, table.basket-header-table .sp_button
{
    width: 48%;
    float: left;
}

table.basket-header-table span
{
    width: auto;
    float: left;
    font-size:18px;
    margin: 30px 0 0 0;
}

table.basket-header-table .pp_button img
{
    float: right;
}

table.basket-header-table .sp_button a.btn
{
    margin: 30px 0 0 0;
    float: left;
}

/***********************************************************************/
/* Checkout breadcrumb                                                 */
/***********************************************************************/

#pm #checkoutcrumb.pane ul
{
    display: none;
}

#pm #checkoutcrumb.pane .art .bc
{
    float: left;
    width: 590px;
    margin: 0px 180px;
}

#pm #checkoutcrumb.pane .art .bc .artp
{
    float: left;
    width: 400px;
    font-weight: bold;
    font-size: 18px;
    padding: 20px 0px;
}

#pm #checkoutcrumb.pane .art .bc img
{
    float: right;
}

/***********************************************************************/


#pm .deldates .delcapnone
{
    background-color: #CCCCCC;
}
#pm .deldates .delcapgone
{
    background-color: #DDDDDD;
}
#pm .ordinfo .continue
{
    margin: 20px;
}

/***********************************************************************/
/* Brand cloud                                                         */
/***********************************************************************/

#pm .brnd
{
    float: left;
    width: 880px;
    margin: 10px 10px 0px 10px;
}
#pm .brnd .bt h3
{
    width: 880px;
    padding: 8px 15px;
    font-size: 24px;
    font-weight: normal;
    color: #000;
    border-left: 1px dashed #5C5B60;
    border-right: 1px dashed #5C5B60;
    border-top: 1px dashed #5C5B60;
}
#pm .brnd .bc
{
    float: left;
    width: 890px;
    padding: 10px;
    border-left: 1px dashed;
    border-right: 1px dashed;
}
#pm .brnd .bb
{
    float: left;
    width: 910px;
    padding-bottom: 4px;
    margin-bottom: 10px;
    border-left: 1px dashed;
    border-right: 1px dashed;
    border-bottom: 1px dashed;
}
#pm .brnd .tagcloud
{
    float: left;
    width: 880px;
    padding: 0px;
    text-align: center;
}

#pm .brnd .tagcloud a
{
    float: left;
    padding: 0px 2px;
    line-height: 100%;
    position: relative;
}
#pm .brnd .tagcloud .tc0
{
    font-size: 2.5em;
    z-index: 0;
}
#pm .brnd .tagcloud .tc1
{
    font-size: 1.8em;
    z-index: 1;
    color: #DC1D8C;
}
#pm .brnd .tagcloud .tc2
{
    font-size: 1.6em;
    z-index: 2;
}
#pm .brnd .tagcloud .tc3
{
    font-size: 1.4em;
    z-index: 3;
    color: #42BB23;
}
#pm .brnd .tagcloud .tc4
{
    font-size: 1.2em;
    z-index: 3;
    color: #000;
}
#pm .brnd .tagcloud .tc5
{
    font-size: 1.0em;
    z-index: 3;
    color: #DC1D8C;
}
#pm .brnd .tagcloud .tc6
{
    font-size: 0.8em;
    z-index: 3;
    color: #42BB23;
}


/***********************************************************************/
/* Sitemap                                                             */
/***********************************************************************/

#pm .smap .bc ul
{
    float:left;
}

#pm .smap .bc ul li
{
    float:left;
    width: 240px;
    padding: 5px 10px 5px 10px;
}

#pm .smap .bc ul li a, #pm .smap .bc ul li h3
{
    float:left;
    width: 240px;
    padding: 3px;
    font-weight: bold;
}

#pm .smap .bc ul li a:hover
{
    color: #000000;
}

#pm .smap .bc ul li ul
{
    padding: 0px 0px 0px 20px;
}

#pm .smap .bc ul li ul li
{
    width: 210px;
    padding: 0px;
}

#pm .smap .bc ul li ul li a
{
    width: 210px;
    font-weight: normal;
}

/***********************************************************************/


#selectResponse
{
    color: red !important;
    font-size: 14px !important;
    /*width: 400px !important;*/
    text-align: center !important;
}

.volmsg
{
    color: red !important;
}

.sa_validator
{
    color: red !important;
}

#paypalmessages
{
    border: solid 1px #ccc;
    padding: 10px;
    background-color: #fafad2;
}
#paypalmessages h4, #paypalreview h4
{
    border-bottom: solid 1px #868686;
    margin-bottom: 4px;
}
#paypalmessages p, #paypalreview p
{
    padding: 4px;
}

/***********************************************************************/
/* 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;
    opacity: 0.6;
    filter: Alpha(Opacity=60);
    float: right;
}

#pm .accord
{
    float: left;
    width: 660px;
    background: #fff;
    margin: 10px 0 0 20px;
    padding: 0;
    border-bottom: 1px solid #1f74dc;
}

/* Accordion tabs */
.ui-accordion .ui-accordion-header .ui-accordion-header-icon
{
    display: none;
}

#pm .accord h3
{
    float:left;
    width: 640px;
    border-top: 1px solid #1f74dc;
    border-bottom: none;
    padding:0;
    margin:0;
    padding-left:20px;
    padding-bottom:7px;   
    padding-top:7px;
     border-radius: 0px !important;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    font-size: 20px;
}

#pm .accord .ui-state-default, .ui-state-active
{
border-left:none;
border-right:none;   
}

#personalisation_panel, #gift_panel
{
    border: none;
}

#checkout_accordion ul li.prod
{
    padding-top: 10px;
    border-top: 1px solid #D2D2D2 !important;
}

#checkout_accordion ul li.prod .img
{
    float: left;
    width: 120px;
}

#checkout_accordion ul li.prod p
{
    float: left;
    width: 480px;
    padding: 3px 0;
    font-size: 14px;
}

#checkout_accordion ul li.itemno
{
    float: left;
    padding: 3px 0;
    font-size: 14px;
    font-weight: bold;
}

#checkout_accordion ul li input, #checkout_accordion ul li select, #checkout_accordion ul li textarea
{
    /*   float: left; */
}

#checkout_accordion ul li textarea
{
    width: 99%;
    height: 75px;
}

#checkout_accordion ul li.wrap
{
    position: relative;
}

#checkout_accordion ul li.wrap span
{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    font-weight: bold;
}

#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: visible;
    width: 650px;
    margin: 0;
    padding: 5px 5px;
    border: none;
    border-top: 1px solid #1f74dc;
    font-size:14px;
}

#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: 630px;
    margin: 0 0 0 20px;
    padding: 0;
}

#ro_accord ul.top
{
    padding: 0 0 5px 0;
    border-bottom: solid 1px #eee;
}

#checkout_accordion #ul_top a:hover
{
    color: #6ca2e5;
}

#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: 320px;
    margin: 0 0 0 20px;
    float:left;
}

#checkout_accordion #ul_right, #ro_accord ul.right
{
    width: 280px;
    float: left;
    margin-left: 20px;
}

#checkout_accordion #basket_delivery_details a
{
    width: 100%;
    text-align: left;
    padding: 5px 0;
    color: #1f74dc;
}

#checkout_accordion #basket_delivery_details a:hover
{
    text-decoration: underline;
}

#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%;
    background: #fff;
    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 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 #basket_delivery_method
{
    width: 100%;
    float: left;
}

#checkout_accordion #basket_delivery_method p
{
    width: 100%;
    float: left;
}

#pm .accord h4
{
    width: 96%;
    padding: 0 0 6px 0;
}

#pm .accord ul li input, #pm .accord ul li select, #pm .accord ul li textarea
{
    font-size: 14px;
    width: 90%;
}

#pm .accord ul li input.chkbox
{
    width: auto;
}

#pm .accord ul li input.chkbox +label
{
    width: 66% !important;
}

#pm .accord ul li input.submit
{
    float: right;
    width: auto;
    padding: 10px 14px;
    border: none;
    color: #fff;
    background-color: #1f74dc;
}

#pm .accord ul li input.submit:hover
{
    cursor: pointer;
    background-color: #6ca2e5;
}

#pm .accord li #submit
{
    float: right;
    text-align: center;
}

/* Hover basket */

.hoverbskt
{
    display: none;
    float: left;
    position: relative;
    top: 2px;
    left: -61px;
    width: 318px;
    padding: 0;
    top: 107px !important;
    border: 1px solid #E5E5E5;
    background-color: #ffffff;
    z-index: 2000;
}

.hoverbsktadd
{
    display: none;
    position:fixed;
    top: 50%;
    left: 50%; 
    margin: -48px 0 0 -140px;
    width: 280px;
    background-color: #ffffff;
    border: 3px solid #0979B8;
    z-index: 2000;
}

.hoverbskt h3,
.hoverbsktadd h3
{
    width: 96%;
    padding: 5px 2%;
    font-size: 1.1em;
    text-align: right;
    border-bottom: 1px solid #E5E5E5;
    color: #ea1e7e;
    font-weight: 800;
}

.hoverbskt .lines .item,
.hoverbsktadd .item
{
    float: left;
    width: 96%;
    padding: 1% 2%;
    background-color: #fff;
    margin: 10px 0;
    border-bottom: 1px solid #E5E5E5;
}

.hoverbskt a,
.hoverbsktadd a
{
    width: auto;
    float: right;
    /* height: 30px; */
    margin: 4px 4px 4px 0;
    padding: 2px 10px;
    background-color: #0979B8;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;
}

.hoverbskt a.lnk:hover,
.hoverbsktadd a.lnk:hover
{
    background-color: #ea1e7e;
    cursor: pointer;
}

.hoverbskt .lines .item a.title,
.hoverbsktadd .item a.title
{
    float: left;
    width: 78%;
    /* height: 30px; */
    margin: 0 0 0px 0;
    padding: 0 0 5px 0;
    background-color: #ffffff;
    color: #6ca2e5;
    font-size: 11px;
    text-align: left;
    line-height: 16px;
}

.hoverbskt .lines .item a.img,
.hoverbsktadd .item a.img
{
    float: left;
    height: 60px;
    margin: 0 5px 0 0;
    padding: 0;
    background-color: #ffffff;
}

.hoverbskt .lines .item a.img img,
.hoverbsktadd .item a.img img
{
    width: 60px !important;
    height: 60px !important;
}

.hoverbskt .lines .item p.qty,
.hoverbsktadd .item p.qty
{
    float: left;
    width: 45%;
    font-weight: bold;
    color: #696969;
}

.hoverbskt .lines .item p.descr,
.hoverbsktadd .item p.descr
{
    display: none;
}


.hoverbskt .lines .item p.price,
.hoverbsktadd .item p.price
{
    float: right;
    width: 30%;
    font-weight: bold;
    text-align: right;
    color: #6ca2e5;
    font-size: 14px;
}


/* Specific fields */
#pm #email.inputtext, #pm #password.inputtext
{
    /* width: 90%; */
    /* border-radius: 5px; */
}

#pm #specialInst
{
    width: 310px;
}

/* Delivery address */
#checkout_accordion #ul_right #basket_delivery_address ul
{
    float: left;
    width: 100%;
    background: #fff;
    margin: 0;
    padding: 0;
}

/* Delivery dates have a panel so hide it */
#checkout_accordion #ul_bottom li #pdeldate
{
    float: left;
    width: 100%;
    margin: 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;
}

/* 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: 620px;
    margin: 0 0 0 5px;
    padding: 0;
}

#checkout_accordion #confirm_panel ul li.reqmsg
{
    font-size: 17px;    
    font-weight: bold;
}

#checkout_accordion #confirm_panel table span
{
    padding: 0 0px 0 0;
    font-weight: bold;
    color: #1f74dc;
}

#checkout_accordion #confirm_panel table a
{
    color: #1f74dc;
    float: left;
    margin: 0px 0px 0px 10px;
}

#checkout_accordion #confirm_panel table a:hover
{
    text-decoration: underline;
}

/* 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;
    font-weight: bold;
}

#checkout_accordion #payment_panel #psagepay iframe
{
    width: 660px !important;
}

/* Breadcrumb pane */
#pm .accordbdcb
{
    
    float: left;
    width: 250px;
    margin: 10px 0 0 20px;
}

#pm .accordbdcb ul
{
    width: 100%;
    padding: 0;
    background-color: #1f74dc;
}

#pm .accordbdcb ul li
{
background-color: white;;
border-left: 1px solid #1f74dc;
border-right: 1px solid #1f74dc;
padding: 5px 0px 5px 20px;
width: 92%;
font-size: 12px;
}

#pm .accordbdcb ul li.header
{
    border-top: 1px solid #1f74dc;
    font-weight: 800;
}

#pm .accordbdcb ul li:last-child
{
    background-color: #1f74dc;
    font-weight: 800;
    width: 92%;
    color: white;
    font-size: 14px;
    margin: 0;
    padding: 5px 0px 5px 20px;
}

#pm .accordbdcb ul li.title
{
    color: white;
    background-color: #1f74dc;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 100%;
    margin: 0;
    padding: 11px 0;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    border: 1px solid #1f74dc;
}
/***********************************************************************/
/* Cards Galore		                                                   */
/***********************************************************************/
/* Top panel                                                           */
/***********************************************************************/

#pt
{
    float: left;
    width: 960px;
    height: auto;
    margin: 0 0 24px 0;
    padding: 0px 0px 0px 0px;
}

/***********************************************************************/
/* Mobile link                                                         */
/***********************************************************************/

#pt .moblnk
{
    float: left;
    width: 970px;
    background-color: #1f74dc;
    height: 60px;
    margin: 5px 0px 5px 0px;
    text-align: center;
    position: absolute;  
    top: 10px;  
}

#pt .moblnk a
{
    float: left;
    width: 100%;
    color: #fff;
    padding: 12px 0px 8px 0px;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
}

/***********************************************************************/
/* Epaulettes                                                          */
/***********************************************************************/

#pt .epau h1
{
    float: left;
}

#pt .epau h2
{
    float: right;
}

/***********************************************************************/
/* Banners                                                             */
/***********************************************************************/

#pt .pbnr
{
    float: left;
    padding: 16px;
    margin: 0;
}


#pt .pbnr img{
	height:100px;
	width:auto;
}

/***********************************************************************/
/*  My basket                                                          */
/***********************************************************************/

#pt .bskt
{
    float: right;
    clear: right;
    width: 320px;
    margin: 6px 0px 0px 0px;
    padding: 10px 0px;
    background: url('https://s3-eu-west-1.amazonaws.com/cardsgalore/2162688/i/bdr/shopping-bag.png') no-repeat;

}

#pt .bskt .bc
{
    float: right;
    width: 310px;
    margin: 0px 0px;
}

#pt .bskt .bc #mybskt
{
    width: auto;
    float: left;
    border: 1px solid #6ca2e5;
    margin-left: 60px;
}

#pt .bskt p
{
    float: left;
    width: 118px;
    display: inline;
    padding: 3px 0px;
    font-weight: bold;
    font-size: 12px;
    margin: 1px 0 0 10px;
}

#pt .bskt h4
{
    float: left;   
    margin: 16px 0 0 25px;
    width: 100%;
    font-size: 12px;
}

#pt .bskt p#bsktitems
{
    margin-top: 4px;
}

#pt .bskt p#bsktvalue
{
    margin-bottom: 0px;
}

#pt .bskt p#bsktitems span,
#pt .bskt p#bsktvalue span
{
    padding-right: 6px;
}

#pt .bskt img
{
    display: inline;
    float: left;
    margin: 0px 0px 0 10px;
}

#pt .bskt a#viewbskt.btn
{
    padding: 3px 28px 4px 29px;
    background-color: #6ca2e5;
    color: #fff;
    float: right;
    text-align: center;
}

/***********************************************************************/
/*  Customer services                                                  */
/***********************************************************************/

#pt .art
{
    width: auto;
    float: left;
}

#pt .art.headertel, #pt .cust
{
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    text-align: left;
    color: #fff;
    background-color: #1f74dc;
}

#pt .art.headertel .bc, #pt .cust .bc
{
    height: 30px;  
}

#pt .art.headertel .bc p, #pt .cust .bc a
{
    height: 20px;  
    padding: 5px 0 5px 10px;
}

#pt .cust .bc a
{
    padding: 5px 10px 5px 5px;
    text-transform: uppercase;
}

#pt .art .artp p a
{
  color: #fff;
  padding: 0 20px;
}

#pt .art.freeuk
{
    float: left;
    width: auto;
    margin: 69px 0 0 68px;
}

#pt .art.freeuk .bc p
{
    color: #ea1e7e;
    font-weight: 800;
    font-size: 18px;
}

/***********************************************************************/
/*  Member info                                                        */
/***********************************************************************/

#pt .cust
{
    float: left;
    text-align: right;
}

#pt .cust .bt, #pt .cust .bb
{
    display: none;
}

#pt .cust .bc
{
    float: right;
    width: auto;
}

#pt .cust .bc p
{
    display: none;
}

#pt .cust .bc ul
{
    float: right;
    display: inline;
    padding: 0px 0px 3px 5px;
}

#pt .cust a
{
    float: left;
    padding: 0px 0px 0px 15px;
    font-size: 12px;
color: #fff;
}

#pt .cust a:hover
{
    text-decoration: underline;
}

/***********************************************************************/
/*  Search                                                             */
/***********************************************************************/

#pt .search
{
    float: right;
    clear: right;
    width: 250px;
    padding: 0 0 0 0;
}

#pt .search .bt
{
    display: none;
}

#pt .search .bc
{
    float: left;
}

#pt .search .bb
{
    display: none;
}

#pt .search .bc form label, #pt .search .bc form select
{
    display: none;
}

#pt .search .bc form input.submit
{
    float: left;
    width: 22px;
    margin: 0px;
    padding: 5px;
    background-color: #5c5b60;
    border-top: solid 1px #5c5b60;
    border-right: solid 1px #5c5b60;
    border-bottom: solid 1px #5c5b60;
}

#pt .search .bc form .inputtext, #pt .search .bc form .inputtext_light
{
    float: left;
    width: 210px;
    margin: 0px;
    padding: 8px 0px 8px 5px;
    border: solid 1px #5c5b60;
}

#pt .search .bc form .inputtext_light
{
    color: #5C5B60;
    font-style: italic;
}

/***********************************************************************/
/* Info menu                                                           */
/***********************************************************************/

#pt .info
{
    float: right;
    padding: 2px 0px;
}

#pt .info .bt, #pt .info .bb
{
    display: none;
}

#pt .info .bc
{
    float: left;
}

#pt .info .bc ul
{
    float: left;
}

#pt .info .bc ul li
{
    float: left;
    display: inline;
}

#pt .info .bc ul li a
{
    float: left;
    padding: 2px 6px;
}

#pt .info a:hover
{
    text-decoration: underline;
}

#pt .info .bc ul li.pipe
{
    font-size: 14px;
}

/***********************************************************************/
/*  Breadcrumb                                                         */
/***********************************************************************/

#pt .bdcb
{
    float: left;
}

#pt .bdcb .bt, #pt .bdcb .bb
{
    display: none;
}

#pt .bdcb .bc
{
}

#pt .bdcb .bc ul
{
    float: left;
    clear: both;
    width: 976px;
    padding: 2px 2px 2px 0px;
    background-color: #ffffff;
}

#pt .bdcb .bc ul li
{
    float: left;
    display: inline;
    margin: 0px;
}

#pt .bdcb .bc ul li h1, #pt .bdcb .bc ul li h3, #pt .bdcb .bc ul li a
{
    float: left;
    padding: 8px 6px 4px 6px;
    color: #1B1C20;
    font-size: 12px;
    font-weight: bold;
}

#pt .bdcb .bc ul li a:hover
{
    color: #1B1C20;
}


#pt .bdcb .bc ul li img
{
    float: left;
    padding: 10px 2px 0px 2px;
}
/***********************************************************************/
/* Cards Galore                                                        */
/***********************************************************************/
/* Product information panel                                           */
/***********************************************************************/

#pi
{
    float: left;
    width: 960px;
    margin: 0px;
}

/***********************************************************************/
/* Product left / right / bottom panels                                */
/***********************************************************************/

#pi .left
{
    float: left;
    width: 400px;
    margin: 0px 0px 0px 25px;
}

#pi .right
{
    float: left;
    width: 510px;
    margin-left: 24px;
}

#pi .bottom
{
    clear: both;
    float: left;
    width: 100%;
}

#pi .bottom .pran
{
    width: 100%;
    float: left;
}

#pi .bottom .pran h3
{
    font-size: 18px;
    color: #6ca2e5;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #6ca2e5;
    margin: 0 0 10px 0;
}

/***********************************************************************/
/* Title                                                               */
/***********************************************************************/

#pm .pititle
{
    float: left;
}

#pm .pititle h2
{
    width: 100%;
    padding: 0px 0px 8px 0px;
    color: #1f74dc;
    font-size: 24px;
    font-weight: normal;
}

/***********************************************************************/
/* Images                                                              */
/***********************************************************************/

#pi .piimg
{
    float: left;
    width: 360px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 0 6px 1px #888;
    -moz-box-shadow: 0 0 6px 1px #888;
    -webkit-box-shadow: 0 0 6px 1px#888;
}

#pm .piimg p
{
    clear: left;
    text-align: center;
}

#pi .piimgx
{
    float: left;
    width: 363px;
}

#pi .piimgx img
{
    margin: 10px;
    padding: 10px;
border: dashed 1px;
}

#pi .piimg a
{
	margin-left: auto;
	margin-right: auto;
}

/***********************************************************************/
/* Gallery                                                             */
/***********************************************************************/

#pi .gallery
{
    float: left;
    width: 400px;
    margin: 10px 0px 10px 0px;
}

#pi .gallery h4
{
    width: 390px;
}

#pi .gallery .piimg_large
{
    float: left;
    width: 110px;
    height: 110px;
    margin: 10px 10px 0px 0px;
    padding: 5px;
    border: dashed 1px;
}

#pi .gallery .piimg_large a,
#pi .gallery .piimg_large a img
{
  float: none;
  display: block;
  margin: auto
}

/***********************************************************************/
/* Description panes                                                   */
/***********************************************************************/

#pi .pidesc, #pi .pidescx
{
    float: left;
    width: 488px;
    margin: 0px;
    padding: 0px;
}

#pi .pidescx
{
    margin: 0px 0px 5px 20px;
}

#pi .pidesc h2
{
    display: none;
}

#pi .pidescx h3
{
    float: left;
    padding: 10px 0px 5px 0px;
}

#pi .pidesc p
{
    float: left;
    width: 396px;
    padding: 5px 0px 5px 0px;
text-align: justify;
}

#pi .pidescx p
{
    float: left;
    padding: 5px 0px 5px 0px;
text-align: justify;
}

/***********************************************************************/
/* Brand and Manufacturer                                              */
/***********************************************************************/

#pi .brandmanu
{
    float: left;
    width: 488px;
    padding: 10px 0px;
}

#pi .brandmanu h5
{
    float: left;
    width: 488px;
    width: 100px;
    padding: 3px 0px;
}

#pi .brandmanu h6, #pi .brandmanu p, #pi .brandmanu a
{
    float: left;
    padding: 3px 0px;
    color: #DC1D8C;
}

#pi .brandmanu a
{
    font-size: 14px;
}

/***********************************************************************/
/* Links, File & Flags panes                                           */
/***********************************************************************/

#pi .pilinks, #pi .pifile, #pi .piflags
{
    float: left;
    width: 488px;
    padding: 4px 0px 4px 0px;
}

#pi .piright .pilinks
{
    float: left;
    width: 190px;
    padding: 4px 0px 4px 0px;
}

#pi .pilinks .bt, #pi .pilinks .bb, #pi .pifile .bt, #pi .pifile .bb, #pi .piflags .bt, #pi .piflags .bb
{
    display: none;
}

#pi .pilinks .bc, #pi .pifile .bc, #pi .piflags .bc
{
    float: left;
    border: none;
}

#pi .pilinks ul li, #pi .pifile ul li
{
    float: left;
    clear: both;
    padding: 5px 0px 3px 0px;
}

#pi .pilinks ul li .linkimg, #pi .pifile ul li .linkimg
{
    float: left;
    /* width: 50px; */
    margin-right: 5px;
}

#pi .pilinks ul li .lnk, #pi .pifile ul li .lnk
{
    float: left;
    padding: 2px 0px;
}

/* YouTube and Articles */
#pi .pilinks ul li.youtube a
{
  margin: 0 0 0 -50px;
  font-size: 0px;
    padding: 32px 88px;
}

#pi .pilinks ul li.youtube .linkimg
{
  margin: 0 0 0 0px;
  font-size: 0px;
padding: 0px 0px 0px -50px;

}

/***********************************************************************/
/* Social bookmarks pane                                               */
/***********************************************************************/

#pi .socbook
{
    float: left;
    width: auto;
    padding: 10px 10px 10px 0px;
}

#pi .socbook li
{
    display: inline;
    padding: 5px;
}

/***********************************************************************/
/* Telephone orders                                                    */
/***********************************************************************/

#pi .piphone
{
    float: left;
    width: 488px;
    padding: 10px 0px;
}

#pi .piphone h4
{
    float: left;
    padding: 5px 0px;
}

#pi .piphone h5
{
    float: left;
    width: 488px;
    padding: 5px 0px;
    color: #DC1D8C;
}

#pi .piphone p
{
    float: left;
    clear: left;
}

/***********************************************************************/
/* Buy pane                                                            */
/***********************************************************************/

#pi .pibuy
{
    float: left;
    width: 100%;
    padding: 5px 0px 5px 0px;
    margin: 0px;
}

#pi .pibuy .bt
{
    display: none;
}

#pi .pibuy .bc
{
    width: 100%;
}

#pi .pibuy .bb
{
    display: none;
}

#pi .pibuy h5
{
display: none;
}

#pi .pibuy .bc .price, #pi .pibuy .bc .offer, #pi .pibuy .bc .prevprice, #pi .pibuy .bc .rrp, #pi .pibuy .bc .trade
{
    clear: both;
    float: left;
}

#pi .pibuy .bc .price label, #pi .pibuy .bc .offer label, #pi .pibuy .bc .saving label, 
#pi .pibuy .bc .prevprice label, #pi .pibuy .bc .rrp label, #pi .pibuy .bc .trade label
{
    float: left;
    width: 50px;
    padding: 8px 0px;
    margin-right: 10px;
    font-weight: bold;
    font-size: 18px;
    color: #DC1D8C;
}

#pi .pibuy .bc .price label
{
    display: none;
}

#pi .pibuy h6
{
    float: left;
    width: 180px;
    padding: 8px 0px;
    font-size: 24px;
    color: #DC1D8C;
}

#pi .pibuy .prevprice h6, #pi .pibuy .bc .prevprice label
{
    color: #5C5B60;
}

/* Messages */
#pi .pibuy p
{
    clear: both;
    padding: 5px 0px;
}

/***********************************************************************/
/* Buy pane form                                                       */
/***********************************************************************/

#pi .pibuy form
{
    float: left;
}

#pi .pibuy form label
{
    float: left;
    clear: left; 
    /* width: 50px; */
    margin: 10px 0 0 0;
    padding: 0px 10px 0px 0px;
    font-weight: bold;
    font-size: 14px;
}

#pi .pibuy form span
{
    width: auto;
    clear: left;
    float: left;
}

#pi .pibuy form input, #pi .pibuy form select, #pi .pibuy form textarea
{
    float: left;
    padding: 0px;
    margin: 4px;
}
#pi .pibuy form input.inputtext
{
  width: 60px;
  height: 30px;
  font-weight: bold;
  text-align: center;
  margin: 2px 4px 0 4px;
}

#pi .pibuy .submit
{
    float: left;
    /* margin: -24px 0 0 70px; */
}

/***********************************************************************/
/* Tab Panel                                                           */
/***********************************************************************/

#pi #pi_wrapper
{
    
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
    padding: 5px 0px;
}

#pi ul.pi_tabs
{
    width: 912px;
    margin: 0;
    padding: 0;
    display: inline-item;
}

#pi ul.pi_tabs li
{
    float: left;
    position: relative;
    cursor: pointer;
    width: 188px;
    height: 19px;
    margin: 0px 5px 0px 0px;
    padding: 8px 3px 5px 0px;
    display: block;
    text-align: center;
    font-weight: bold;
    color: #000;
    z-index: 0; /*2000;*/
    background-repeat: no-repeat;
    display: block;
    border-top: 1px solid #888;
    border-left: 1px solid #888;
    border-right: 1px solid #888;
    border-bottom: 1px solid #fff;
    background-color: #fff;
}

#pi ul.pi_tabs li.selected
{
    background-repeat: no-repeat;
    color: #DC1D8C;
}

#pi .pi_tab_content
{
    float: left;
    position: relative;
    display: inline-item;
    width: 892px;
    margin-top: -1px;
    padding:  9px 9px;
    border: 1px solid #888;
}

#pi .pi_tab_content ul li
{
    width: 786px;
    margin: 0px 0px 0px 20px;
    padding: 3px 0px;
    list-style:disc;
}

#pi .pi_tab_content table
{
    width: 478px !important;
    margin: 10px;
    padding: 0px;
}

/***********************************************************************/
/* Reviews                                                             */
/***********************************************************************/

#pi .rev
{
    float: left;
    width: 100%;
    margin: 0;
    padding: 0px;
}

#pi .rev h3
{
  display: none;
    float: left;
    width: 896px;
    height: auto;
    margin: 0px;
    padding: 8px 0;
    border-bottom: dashed 1px #5C5B60;
    color: #000;
    font-size: 28px;
    font-weight: normal;
}

#pi .rev .bc h4
{
    float: left;
    width: 892px;
    padding: 6px 0px 2px 0px;
    border-top: dashed 1px;
}

#pi .rev .bc p
{
    float: left;
    width: 100%;
    padding: 6px 0px 2px 0px;
}

#pi .rev a.btn
{
    float: left;
    clear: both;
    padding: 10px 18px;
    background-color: #1f74dc;
    color: #fff;
}
#pi .rev a.btn:hover
{
    background-color: #6ca2e5;
}

#pi .rev a.img
{
    float: left;
    width:  892px;
    padding: 8px 0px;
    text-align: center;
}

#pm .review #pi
{
    float: left;
    margin-left: 20px;
}

#pm .review #pi .pidesc
{
    clear: none;
    width: 396px;
    margin-left: 20px;
}

#pm .review a.img
{
    float: left;
    width: 936px;
    text-align: center;
    padding: 10px 0px;
}

/***********************************************************************/
/* Associate, Recommended and Related products                         */
/***********************************************************************/

#pi .pass, #pi .prec, #pi .prel
{
    float: left;
    width: 980px;
    margin: 10px 0px 10px 0px;
    padding: 0px;
}

#pi .pass h3, #pi .prec h3, #pi .prel h3
{
    float: left;
    width: 932px;
    height: auto;
    margin: 0px 0px 0px 10px;
    padding: 8px;
    border-bottom: dashed 1px #5C5B60;
    color: #000;
    font-size: 28px;
    font-weight: normal;
}

/***********************************************************************/
/* Pop up article                                                          */
/***********************************************************************/

#eapl-modal-overlay-inline
{
    float: left;
    background-color: #CCCCCC;
    z-index: 1501;
    text-align: center;
}

#eapl-modal-overlay-inline table
{
    float: left;
    margin: 0px;
}

#eapl-modal-overlay-inline h2
{
    float: left;
   display: none;
}

#eapl-modal-overlay-inline h3
{
    float: left;
padding: 5px 0px;
}

#eapl-modal-overlay-inline-html
{
    float: left;
    margin-left: auto;
    margin-right: auto;
}

/***********************************************************************/

#modal-overlay-inline
{
    border: solid 6px black;
    z-index: 999999;
    position: absolute;
    top: 280px !important;
    left: 380px !important;;
}

#modal-overlay-close
{
    position: absolute;
    float: right;
    margin: -16px 0 0 -4px;
    z-index: 20000;
    cursor: pointer;
}
/* 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: #5c5b60;
    color: #fff;
    padding: 3px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    top: 0px;
opacity: 100%;
}

/* This is the zoom window. */
.cloud-zoom-big
{
    border: 1px solid #5c5b60;
    overflow: hidden;
    margin-left: -8px;
}

/* This is the loading message. */
.cloud-zoom-loading
{
    position: absolute;
    top: 0px;
    margin: 0px;
    color: white;
    background: #222;
    padding: 3px;
    border: 1px solid #000;
}
/***********************************************************************/
/* Cards Galore	                                                       */
/***********************************************************************/
/* Site                                                                */
/***********************************************************************/

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
{
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    font-family: "open-sans", sans-serif;
    font-size: 13px;
    margin: 0px;
    padding: 0px;
}
body
{
    background-color: #ffffff;
    background-repeat: repeat-x;
}
#cont
{
    width: 1010px;
    margin-left: auto;
    margin-right: auto;
}
#site
{
    float: left;
    width: 960px;
    margin: 0px auto;
    padding: 0px;
    color: #2A2A2A;
    background-repeat: repeat-x;
}
h1
{
    font-size: 20px;
}
h2
{
    font-size: 18px;
}
h3
{
    font-size: 16px;
}
h4
{
    font-size: 14px;
}
h5
{
    font-size: 14px;
}
h6
{
    font-size: 14px;
}
p
{
    font-size: 12px;
}
label
{
    padding: 3px 0px 3px 0px;
}
ul 
{
    float: left;
    list-style-type: none;
}
li
{
    float: left;
}

hr
{
    display: none;
}

a
{
    text-decoration: none;
    color: #6ca2e5;
    float: none;
}
a:hover
{
    text-decoration: none;
    color: #5C5B60;
}
a:active
{
    text-decoration: underline;
    color: #5C5B60;
}
a:visited
{
    text-decoration: none;
    color: #6ca2e5;
}
table
{
    width: auto;
    max-width: 100%;
    border: 0px;
    margin: 0;
    padding: 0px;
    clear: both;
    background-color: #cccccc;
}

#pm .art.delivery table
{
    width: 100%;
}

table.basket
{
    width: 960px;
}

table.basket-header-table
{
    display: none;
}

table tr.header th
{
    padding: 7px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #1f74dc;
    background-color: #ffffff;
}
table tr td
{
    padding: 4px;
    font-size: 12px;
    vertical-align: middle;
    color: #000000;
    background-color: #ffffff;
}
.pbt, .pbb
{
    display: none;
}

.jgalleryholder
{
    background: url(/images/loading.gif) no-repeat center center;
}
.jgalleryholder div
{
    z-index: 0 !important;
}

#basket_row_processing
{
    display: none !important;
}




/* -------------------------------------------------------------------------------------
=Blog
Absoulute positioning is used because of the order the content comes outline

There is no blog "promotion" page and as such you need to ensure that you have a blank promotion set up - and set as the default promotion
if you don't do this then you will end up with the home page promotion content showing on this (and other) pages

there is no ability to dictate the order of the blog content (img/title/date/read) and as such absolute positioning must be used

WHICH IS A NIGHTMARE!
------------------------------------------------------------------------------------ */

.page_blog  #pm.pmfull {
	/* width: 1090px; */
	/* margin:auto 55px; */
}


.page_blog .bc{
    display:grid;
    grid-gap:1em;
    grid-template-columns:1fr 1fr;
}

.page_blog .bc .art .bc{
    display:block;
}
.page_blog #pm .bc h2 {
    display: none;
}

.page_blog #pm .bc .art h2,
.page_blog #pm .bc .art.deptHeader h2 {
		display:block;
		/* grid-column:1/-1; */
}


.page_blog #pm .art.blog .bc h2 {
    display: block;
    font-weight: bold;
}

.page_blog .blog {
    position: relative;
    margin:.5em;
    color: #071689;
    background: #dff1fc;
    display:grid;
    padding:1em;
    grid-gap:1em;
}

.page_blog .blog:nth-child(3n) {
    /* margin-right: 0px; */
}


.page_blog .blog a.title {
    font-size:1.2em;

}

.page_blog .blog p.date {
}

#pm .blog img {
}

#pm .page_blog .art.blog img {
}


.page_blog .artp {
}

.page_blog .deptHeader .artp {
}

.page_blog .art.blog .artp {
}

.page_blog .blog a.more {
}

.page_blog .art.blog {
}

.page_blog .art.blog h2 {
}

.page_blog #pm .art.blog img {
}


/* blog nav
------------------------------------------------------- */


.blogBtns, .blogPageBtns {
    grid-column:1/-1;

}

.blogBtns a, .blogPageBtns a {
}

.blogBtns a.next, .blogPageBtns a.next {
    float: right;
}

.blogBtns a.prev, .blogPageBtns a.prev {
    float: left;
}

.blogBtns a.next::after, .blogPageBtns a.next::after {
    content: " >"
}

.blogBtns a.prev::before, .blogPageBtns a.prev::before {
    content: "< "
}
