/*! 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;
}
/***********************************************************************/
/* Wentworth                                                           */                                                                   */
/***********************************************************************/
/* JQuery Nav menu                                                     */
/***********************************************************************/


#pt .dept .bt, #pt .dept .bb
{
    display: none;

}

#pt .dept .bc
{
    float: left;
    height: 35px;
    padding: 0px;
    background-color: #000000;
margin: 10px 0px 10px 0px;
}

#jnav, #jnav
{
    float: left;
    margin: 7px 0px 0px 0px; 
padding: 0px 0px 0px 0px;
width: 960px;
}

#jnav, #jnav ul
{
    float: left;
    width: 860px;
    list-style-type: none;
    list-style-position: outside;
    position: relative;
    z-index: 10001;
}

#jnav li
{
    float: left;
	display: inline;
}

/***********************************************************************/
/* Tabs                                                                */
/***********************************************************************/

#jnav li.nav, #jnav li.navcurr
{

    height: 45px; 
margin: 0px 0px 0px 0px;
padding: 0px 10px 0px 10px;
    text-transform: uppercase;

}

#jnav li.nav a
{
    float: none;
    display: block;
    padding: 0px 13px 13px 3px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    font-size: 15px;



}

#jnav li.nav a:hover
{
    color: #ccc;
    font-weight: bold;
}

#jnav li.navcurr a
{
    display: block;
    padding: 0px 13px 13px 13px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;


}

#jnav li.navcurr a:hover
{
    color: #ffffff;
}

#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;
    visibility: hidden;
    width: 182px;
    top: 30px;
    padding: 0px 2px 2px 2px;
    background-color: #000;
}

#jnav li.nav ul.snav li, #jnav li.navcurr ul.snav li
{
    position: relative;
    margin: 0px;
    border: none;
    padding: 0px;
}

#jnav li.nav ul.snav li a, #jnav li.navcurr ul.snav li a
{
    float: none;
    width: 174px;
    height: auto;
    color: #fff;
    padding: 4px 4px 4px 4px;
    background-color: #000;
    font-size: 14px;
}

#jnav li.nav ul.snav li a:hover, #jnav li.navcurr ul.snav li a:hover
{
    color: #ccc;
}

#jnav ul ul
{
    top: auto;
}

#jnav li ul ul
{
    left: 12em;
    margin: 0px 10px 10px 10px;
}

#jnav li:hover ul ul, #jnav li:hover ul ul ul, #jnav li:hover ul ul ul ul
{
    display: none;
}

#jnav li:hover ul, #jnav li li:hover ul, #jnav li li li:hover ul, #jnav li li li li:hover ul
{
    display: block;
}

/***********************************************************************/
/***********************************************************************/
/*  Wentworth                                                         */
/***********************************************************************/
/* Bottom panel                                                        */
/***********************************************************************/

#pb
{
    float: left;
    width: 960px;
    padding-top: 20px;
    margin: 20px 0px 0px 0px;
    border-top: 1px #ccc solid;
    background-color: #212121;
}

/***********************************************************************/
/*  Information panel                                                  */
/***********************************************************************/

#pb .info, #pb .dept, #pb .cust
{
    float: left;
    width: 140px;
    margin: 0px;
    padding: 0px 5px 0px 20px; 
}

#pb .info:nth-child(3)
{
    margin: 0px 0px 0px 20px;
}

#pb .info:nth-child(4)
{
    margin: 0px;
    width: 100px;
}

#pb .info h3, #pb .dept h3, #pb .cust h3
{
    float: left;
    width: 135px;
    font-size: 16px;
    color: #fff;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    text-transform: none;
}

#pb .info ul, #pb .dept ul, #pb .cust ul
{
    width: auto; 
    margin: 0px;
    padding: 5px 0px;
}

#pb .info ul li, #pb .dept ul li, #pb .cust ul li 
{
    display: inline;
    width: auto;
    margin: 0px; 
    padding: 2px 0px;
    color: #fff;
}

#pb .info ul li a, #pb .dept ul li a
{
    float: left;
    width: 136px;
    padding: 0px;
    color: #fff;
    font-weight: normal;
}


#pb .info ul li.pipe, #pb .dept ul li.pipe, #pb .cust ul li.pipe
{
    display: none; 
}

#pb ul li a:hover
{
    color: #999;
}

/***********************************************************************/
/* Banners                                                          */
/***********************************************************************/

#pb .pbnr
{ 
    float: right;
    margin: 0px 20px 0px 0px;
}

#pb .bnr a /* gets rid of the label on cards banner */
{
    display: none;
}

/***********************************************************************/
/* Newsletter                                                          */
/***********************************************************************/

#pb .news
{
    clear: none;
    float: right;
    display: block;
    width: 272px;
    margin: 0px 20px 0px 0px;
    padding: 0px;
}

#pb .news .bc
{
    float: left;
    margin: 0px 0px 15px 0px;
}

#pb .news h3
{
    float: left;
    width: auto;
    margin: 0px 0px 15px 0px;
    color: #fff;
    font-size: 16px;
}

#pb .news .bc label
{
    display: none;
    color: #fff;
    float: left;
    padding: 4px 0;
    font-size: 11px;
}

#pb .news .bc form input
{
    float: left;
    margin: 0;
}

#pb .news .bc form .inputtext, #pb .news .bc form .inputtext_light
{
    width: 195px;
    height: 18px;
    color: #5C5B60;
}

#pb .news .bc form .inputtext_light
{
    font-style: italic;
}

#pb .news .bc form #subscribe.submit
{
    width: auto;
    margin: 0;
    padding: 0;

}

/***********************************************************************/
/* Copyright and Managed by                                            */
/***********************************************************************/

#pb p.copy
{
    clear: both;
    float: left;
    width: 465px;
    text-align: left;
    padding: 10px 20px;
    background-color: #000;
    margin: 0px 0px 0px 0px;
    font-size: 12px;
    color: #999;
}

#pb p.etail
{
    float: right;
    width: 415px;
    text-align: right;
    padding: 10px 20px;
    margin: 0px 0px 0px 0px;
    background-color: #000;
    color: #999;
    font-size: 12px;
}

#pb p.etail a
{
    float: none;
    color: #999;
}

#pb p.etail a:hover, #pb p.etail a:visited
{
    color: white;
}
/***********************************************************************/
/* Left panel                                                          */
/***********************************************************************/

#pl
{
    float: left;
    width: 180px;
    margin: 0px 20px 0px 0px;
    padding: 0px;
}

/***********************************************************************/
/* Pane header                                                         */
/***********************************************************************/

#pl .bt
{
    float: left;
}

#pl .bt h3
{
    width: 164px;
    padding: 8px 8px 8px 8px;
    background-color: #000000;
    color: #ffffff;
}

/***********************************************************************/
/* Pane center with links                                              */
/***********************************************************************/

#pl .bc
{
    float: left;
    width: 178px;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    /* display: none; */
}

/* Member name */
#pl p
{
    float: left;
    width: 205px;
    padding: 5px 5px 5px 10px;
    color: #C22C59;
    text-align: center;
}

#pl a
{
    width: 168px;
    padding: 5px 0px 5px 0px;
    color: #555555;
    font-weight: bold;
    float: left;
}

#pl a:hover
{
    color: #b1121a;
}

#pl a.lnkcurr
{
    color: #b1121a;
}

/***********************************************************************/
/* Pane bottom                                                         */
/***********************************************************************/

#pl .bb
{
    float: left;
    width: 178px;
    padding-bottom: 4px;
    margin-bottom: 10px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

/***********************************************************************/




/***********************************************************************/
/* Pane header with background image                                   */
/***********************************************************************/

#pl .bt
{
    float: left;
}

#pl .bt h3
{
    width: 164px;
    padding: 8px 8px 8px 8px;
    background-color: #000000;
    color: #ffffff;
}




/***********************************************************************/
/* Banners                                                             */
/***********************************************************************/

#pl .pbnr .bt, #pl .pbnr .bb
{
    display: none;
}

#pl .pbnr .bc
{
    border: none;
}


#pl #i9863172
{
margin-top: 5px;
}

#pl #i9863173
{
margin-top: 10px;
}




/***********************************************************************/
/* Forms */
/***********************************************************************/

#pl .bc form
{
    text-align: center;
}

#pl .bc form label
{
    float: left;
    padding: 2px 5px 5px 5px;
}

#pl .bc form .inputtext, #pl .bc form .inputtext_light
{
    width: 220px;
    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
{
    width: 168px;
    padding: 1px 10px;
    color: #DC1D8C;
    font-weight: bold;
}

#pl .filter .bc .ContainerPanel .Content .citem
{
    width: 163px;
    padding: 1px 5px 1px 20px;
}

#pl .filter .bc .ContainerPanel .Content .showmore
{
    width: 168px;
    padding: 2px 5px 2px 30px;
    cursor: pointer;
}
.filter .bt
{
    color: #ffffff;
    width: 190px;
}
.filter .bt h3
{
    display: inline-table;
    width: 140px !important;
}
/***********************************************************************/
/* Wentworth TRADE                                                     */
/***********************************************************************/
/* Main panel                                                          */
/***********************************************************************/

#pm
{
    float: left;
    width: 960px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

#pm.pmwide
{
    float: left;
    width: 760px;
}

#pm.pmfull
{
    float: left;
    width: 100%;
}

/***********************************************************************/
/* Messages			                                       */
/***********************************************************************/

#pm #mess
{
    float: left;
    color: #1c1c1c;
}

#pm #mess .bc .warn
{
    float: left;
    color: #f21010;

}

#pm #mess .bc .warn li
{
    color: #f21010;
}

#pm #mess h4
{
    width: 780px;
    padding: 8px 0px; color: #1c1c1c;
}

#pm #mess ul
{
    width: 780px;
    padding: 4px 0px;
}

#pm #mess ul li
{
    width: 780px;
    padding: 2px 0px;
}

#pm #mess .err, #pm #mess ul.err li
{
    color: #FF0000;
}

#pm #mess .warn, #pm #mess ul.warn li
{
    color: #0000FF;
}

#pm #mess .info, #pm #mess ul.info li
{
    color: black;
    font-weight: bold;
}

span.name
{
    margin: 0px 10px 0px 6px;
    color: #fff;
}

/***********************************************************************/
/* Articles                                                            */
/***********************************************************************/
#pm.pmwide .bc
{
    width: 760px;
}

#pm .whatispewter, #pm .art.delivery, #pm .aboutus, #pm .contactus, #pm .privacy, 
#pm .terms, #pm .cookies, #pm .engraving, #pm .clancrests, #pm .prodextras, 
#pm .touchmark, #pm .bespokeitems, #pm .careofpewter, #pm .decorations, #pm .xmaspostage
{
    width: 100% !important;
    float: left !important;
}

#pm .whatispewter h2, #pm .aboutus h2, #pm .contactus h2, #pm .delivery h2,
#pm .privacy h2, #pm .terms h2, #pm .cookies h2, #pm .engraving h2,
#pm .clancrests h2, #pm .prodextras h2, #pm .touchmark h2,
#pm .bespokeitems h2, #pm .careofpewter h2, #pm .decorations h2
{
    font-size: 24px !important;
    width: 100% !important;
    margin: 0px 0px 10px 0px !important;
}

#pm .prodextras h4
{
    width: 100%;
    float: left;
    font-size: 16px;
}

#pm .aboutus p, #pm .contactus p, #pm .delivery p,
#pm .privacy p, #pm .terms p, #pm .cookies p, #pm .engraving p, 
#pm .clancrests p, #pm .prodextras p, #pm .touchmark p, #pm .bespokeitems p,
#pm .careofpewter p, #pm .decorations p, #pm .xmaspostage p
{
    font-size: 14px !important;
    width: 100% !important;
}

#pm .whatispewter p
{
    width: 100%;
    float: left;
}

#pm .whatispewter img, #pm .aboutus img, #pm .contactus img, #pm .delivery img,
#pm .privacy img, #pm .terms img, #pm .cookies img, #pm .engraving img,
#pm .clancrests img, #pm .prodextras img, #pm .bespokeitems img, #pm .careofpewter img, #pm .decorations img
{
    padding: 2px;
}



#pm .touchmark img /* Image is the same size as panelmain */
{
    margin-left:-4px;
}

#pm .prodextras img /* temp fix on extras page */
{
    float: left;
}

#pm .contactus img /* centres the map contact us page */
{
    display: block;
    margin: auto;
}

#pm .contactus ul.cus
{
    list-style-type: none;
    width: 720px;    
}

#pm .contactus ul.cus li
{
    clear: left;
    padding: 2px 0px;
}

#pm .contactus p.ctel, #pm .contactus p.cfax, #pm .contactus p.cemail
{
    width: 100%;
    float: left;
    clear: left;
}

#pm .contactus p.cemail a /* keeps the address on the right */
{
    float: none;
}

#pm .contactus p.cemail a:hover
{
    color: #555;
}

#pm .delivery .deltab, #pm .clancrests .clantab, #pm .decorations .decotab /* tables */
{
    clear: both;
    float: left;
    max-width: 760px;
}

#pm .clancrests hr, #pm .decorations hr /* getting rid the weird hr */
{
    display: none;
}

#pm .clancrests .artp p a, #pm .decorations p a
{
    float: right;
    margin-left: 4px;
}

#pm .art, #pm .artf
{
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px 0px 0px 0px;
}

#pm .art .bt, #pm .art .bb
{
    display: none;
}

#pm .art .bc
{
    float: left;
}

/* OR */

#pm .art .bt
{
    float: left;
    width: 678px;
    height: 6px;
    font-size: 0; /* needed to maintain height in IE6 */
}

#pm .art .bc
{
    float: left;
    width: 100%;
    padding: 0px 0px 0px 0px;
}

#pm .art .bb
{
    float: left;
    width: 678px;
    height: 6px;
    font-size: 0; /* needed to maintain height in IE6 */
}

#pm .art .bc h2, #pm .art .bc h3
{
    font-family: "Myriad Pro Semibold";
    font-size: 24px;
    margin: 10px 0px 10px 0px;
    padding: 0px;
}

#pm .art .bc .artp
{
    float: left;
}

#pm .art .bc .artp h3
{
    float: left;
    width: 680px;
    padding: 5px 10px;
    font-size: 10pt;
}

#pm .art .bc .artp h4
{
    float: left;
    width: 660px;
    padding: 5px 20px;
    font-size: 10pt;
}

#pm .art .bc .artp p
{
    float: left;
    width: 960px;
    color: #555; 
    font-size: 14px;
    margin: 6px 0px 6px 0px;
    padding: 0px 0px 0px 0px;
    text-align: justify;
    font-family: "Myriad Pro Semibold";
}

#pm .art .bc .artp a
{
    float: none;
}

#pm .art .bc img
{
    float: left;
    padding: 6px 6px;
    margin: 4px;
    border-width: 1px !important; /* cancels out element style to add the border on article images*/
    border: 1px solid #b8b8b8;
    max-width:calc(100% - 14px);
    height:auto !important;
}

#pm .art .bc .artp ul
{
    width: 670px;
    padding: 4px 0px 5px 30px;
    list-style-type: square;
}

#pm .art .bc .artp ul li
{
    width: 650px;
    padding: 3px 0px;
}


/***********************************************************************/
/*  Banners                                                            */
/***********************************************************************/

#pm .pbnr
{
    width: 960px;
    float: left;
}
#pm .pbnr .bnr
{
    float: left;
    margin: 20px 7px 0px 8px;
    margin-bottom: 20px;
}

#pm .pbnr #b15477.bnr /* christmas 2014 banner */
{
    margin-top: 35px;
    width: 100%;
}

#pm .pbnr #b16613.bnr /* christmas 2014 banner */
{
    
margin-top: 35px;
width: 48%;
margin-left: 8px;
margin-right: 20px
}

#pm .pbnr #b16614.bnr /* christmas 2014 banner */
{
 
    margin-top: 35px;
    width: 48%;
}

#pm .pbnr .bnr:first-child /* overrides margin to align the first banner */
{
    margin-left: 0px;
}

#pm .pbnr .bnr:nth-child(2n) /* overrides margin to align the first banner */
{
    margin-left: 0px;
}

#pm .pbnr .bnr:last-child /* overrides margin to align the first banner */
{
    float: right;
    margin-right: 0px;
}

#pm .pbnr .bnr a
{
    float: left;
    /* width: 310px; */
}

#pm .pbnr .bnr a.txt
{
    padding: 10px 0px 10px 10px;
    color: #222;
    text-align: center;
    font-size: 16pt;
    font-weight: bold;
}

#pm .pbnr .bnr a.txt[title="ARWlogo"]
{
    display: none;
}

#pm .pbnr .bnr p
{
    float: left;
    width: 300px;
    margin-bottom: 10px;
    padding: 2px 10px 10px 10px;
    background-color: #0D0D0D;
    font-size: 9pt;
    font-weight: bold;
}

/* Wider home page banners */
#pm #b1318158336.bnr
{
    float: left;
    width: 472px;
    margin: 10px 10px 0px 0px;
    padding: 0px;
}
#pm #b1318158337.bnr
{
    float: left;
    width: 472px;
    margin: 10px 0px 0px 10px;
    padding: 0px;
}



/***********************************************************************/
/*  Department tree list                                               */
/***********************************************************************/

#pm .depttree
{
    float: left;
    /* width: 760px; */
}

#pm .depttree .bt /* taken out for depttree*/
{
    display: none;
}

#pm .depttree .bt h3
{
    padding: 0px;
    color: #444;
    visibility:hidden;
}

/* Tagline */
#pm .depttree .bc h4
{
    width: 780px;
    padding: 0px;
    color: #444;
}

#pm .depttree ul
{
margin: 0px 0px 0px 0px;
padding: 0px;
}

#pm .depttree li
{
      float: left;
    position: relative;
    width: 176px;
    
      margin: 4px 6px 10px 6px;
    border: 1px solid #e7e7e7;
height: 180px;

}

#pm .depttree a
{
float: left;
    width: 168px;
    padding: 2px 4px;
    text-align: center;
    font-size: 14px;
color: #fff;
font-weight: bold;
text-transform:uppercase;
height: 20px; background-color: #000;

}

#pm .depttree a.img
{
background-color: #fff;

}

#pm .depttree a.btn
{
float: left;
    width: 100px;
    margin: 2px 33px;
    padding: 2px 4px;
    text-align: center;
    font-size: 15px;

}

#pm .depttree img
{
    /* margin: 5px 5px 5px 2px; */
    /* max-width: 150px; */
    margin:0 !important;
    height: auto;
    background-color: #fff;
}

#pm .depttree a.img
{
height: 155px;
}

/***********************************************************************/
/* Tagline                                                             */
/***********************************************************************/

#pm .tagl
{
    float: left;
    width: 760px;
}

#pm .tagl .bt, #pm .tagl .bb
{
    display: none;
}

#pm .tagl .bc h4
{
    width: 750px;
    padding: 0px;
}

/***********************************************************************/
/* Search results display                                              */
/***********************************************************************/

/***********************************************************************/
/* Search results display                                              */
/***********************************************************************/

#pm .searchheader, #pm .searchfooter
{
    float: left;
    width: 760px;
    margin: 0px;
    padding: 3px 0;
    border-top: 1px solid #D2D2D2;
    border-bottom: 1px solid #D2D2D2;
}

#pm.pmfull .searchheader
{
    width: 962px;
}

#pm .searchheader .bc
{
    float: left;
    width: 100%;
}

#pm .searchheader .search
{
    display: none;
}

#pm .searchheader .search label
{
    float: left;
    width: 60px;
    padding: 3px 5px 3px 0;
}

#pm .searchheader .search .inputtext
{
    float: left;
    width: 350px;
}

#pm .searchheader .search select, #pm .searchheader .search .submit
{
    float: left;
    margin-left: 10px;
}

#pm .searchheader h5
{
    display: none;
}


/***********************************************************************/
/* Display order and results per page                                  */
/***********************************************************************/

#pm form.do, #pm form.rpp
{
    float: left;
    width: auto;
    padding: 2px 15px 2px 0px;
}

#pm form.do label, #pm form.rpp label, #pm form.paging label
{
    float: left;
    width: auto;
    margin: 0px;
    padding: 4px 5px 2px 0px;
}

/***********************************************************************/
/* Paging                                                              */
/***********************************************************************/

#pm .paging
{
    float: right;
    width: auto;
    padding: 2px 0px;
}

#pm .paging .currpg
{
    float: left;
    color: #FFFFFF;
    background-color: #000;
    padding: 2px 4px;
    margin-left: 1px;
}

#pm .paging label
{
    float: left;
    width: auto;
    padding-right: 2px;
}

#pm .paging a
{
    float: left;
    padding: 2px 4px;
    margin-left: 1px;
}

#pm .paging a:hover, #pm .paging a:active
{
    color: #FFFFFF;
    background-color: #000;
}

/***********************************************************************/
/*  Featured products                                                  */
/***********************************************************************/

#pm .fprd
{
    float: left;
    width: 174px;
    /* height: 316px; */
    padding: 2px;
    margin: 10px 0px 10px 12px;
    border: 1px solid #ccc;
}

#pm.pmwide .fprd:first-child, #pm.pmfull .fprd:first-child, #pi .fprd:first-child, #pm .art +.fprd, #pm.pmwide #sr .fprd:first-child /* first product on dept list aligned left */
{
    /* margin-left: 0px; */
}

.page_home #pm .fprd:nth-child(5n+5)
{
    margin-left: 0px;
}

#pm.pmwide #sr .fprd:nth-child(5n+4)
{
    margin-left: 10px;
}

#pm.pmwide #sr .fprd:nth-child(4n+5)
{
    margin-left: 0px;
}

#pm .fprd .bc
{
    width: 174px;
}

#pm .fprd .fprdimg
{
    float: left;
    width: 174px;
    height: 230px;
    text-align: center;
    position:relative;
}

#pm .fprd .fprdimg img{
    width:100%;
    height:auto;
}

#pm .fprd .fprdimg a
{
    float: none; 
}

#pm .fprd .fprdimg .flag, #fs .fprd fprdimg .flag
{
    float: left;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}

#pm .fprd .fprdtitle,
#pm .fprd .strap
{
    clear: both;
    float: left;
    width: 100%;
    height: 32px;
    padding: 0px 0px 0px 0px; 
    margin: 6px 0px 4px 0px;
    color: #555;
}

#pm .fprd .fprdtitle a,
#pm .fprd .strap a
{
    color: #555;
    width: 100%;
    text-align: center;
    font-family:  "Arial Bold";
    font-size: 14px;
    
}

#pm .fprd .fprdtitle a:hover
{
    
}

#pm .fprd .fprddescr p
{
width: 176px;
padding: 0px 0px 0px 10px;
}

#pm .fprd .brand, #pm .fprd .manu, #pm .fprd .model
{
    float: left;
    padding: 0px;
}


#pm .fprd .price, #pm .fprd .offer, #pm .fprd .prevprice, #pm .fprd .rrp, #pm .fprd .trade, #fs .fprd .price, #fs .fprd .offer, #fs .fprd .prevprice, #fs .fprd .rrp, #fs .fprd .trade
{
    float: left; 
    width: 100%;
    margin: 2px 0px;
}

#pm .fprd label, #fs .fprd label
{
    float: left;  
    width: auto;
    font-family: "Arial Bold";
}

#pm .fprd .trade label
{
    margin: 2px 4px 0px 6px;
}

#pm .fprd .price
{
    width: 100%;
}

#pm .fprd h6, #fs .fprd h6 /* important bits to stop conflict between price and fprd price */
{
    clear: none;
    float: left; 
    text-align: center;
    font-size: 14px !important;
    margin: 0px 0px 0px 4px !important;
    padding: 0px;
}

#pm .fprd .offer h6, #fs .fprd .offer h6
{
    width: 80%;
    clear: none;
    color: #ff0000;
    text-align: right;
}

#pm .fprd .prevprice h6, #fs .fprd .prevprice h6
{
    clear: none;
    width: 80%;
    color: #aaa;
    text-decoration: line-through;
    text-align: right;
}

#pm .fprd .fprdinfo
{
    clear: both;
    float: right;
}

#pm .fprd .price + .fprdinfo
{
    margin-top: 24px !important;
}

#pm .fprd .fprdinfo a
{
    float: right;
}

/***********************************************************************/
/* Form                                                                */
/***********************************************************************/

#pm .form
{
    float: left;
    margin: 0px;
    width: 760px;
}

#pm .form .bt
{
}

#pm .form .bt h3
{
    width: 754px;
    background-color: #000;
    padding: 8px 0px 8px 6px; 
    margin: 0px;
    font-size: 16px;
    color: #fff;
}

#pm .form .bc
{
    width: 760px;
    /* padding: 10px; */
}

#pm .form .bb
{
    width: 760px;
    padding-bottom: 4px;
    margin-bottom: 10px;
}

#pm .form .bc h3
{
    width: 680px;
    padding: 8px 0px; 
    text-transform: none;
}

#pm .form .bc ul
{
    width: 640px;
    padding: 4px 50px;

}

#pm .form .bc ul li
{
    width: 640px;
    padding: 4px 0px;

    color: #555;
    font-family: "Arial";
}

#pm .form .bc ul li label
{
    width: 190px;
    padding: 3px 4px 3px 26px;
}

#pm .form .bc ul li.info
{
    font-size: 1.1em;
    font-weight: bold;
    padding: 8px 0px 4px 0px;

}

#pm .form .bc ul li.help
{
    width: 410px;
    font-size: 0.9em;
    padding: 4px 0px 4px 230px;

}

#pm .form .bc ul li.spec
{
    width: 540px;
    padding: 4px 0px 4px 100px;

}

/* Also used in tables */
#pm .form .reqmsg
{
    padding: 0px 0px 8px 80px;
}

#pm .form .bc ul li.reqmsg
{
    color: #FF0000;
}

#pm .form input.submit
{
    margin-left: 222px;
}

/* For tables in forms */
#pm .form .bc table
{
    width: 708px;
    margin: 0px;

}

#pm .form .bc table input.submit, #pm .form .bc table a
{
    width: auto;
    margin: 0px;
}

/***********************************************************************/
/* Postcode lookup                                                     */
/***********************************************************************/

#pm .pclup
{
    border: solid 1px #8897A0;
    width: 586px;
    padding: 4px 0 4px 0;
}
#pm .pclup .submit
{
    vertical-align: middle;
    margin: 4px !important;
    font-size: 12px;
    font-family: verdana;
}
#pm .pclup select
{
    margin: 4px 0 0 0;
    border: solid 1px #8897A0;
    width: 386px;
    font-size: 10px;
}
#pm .pclup .or
{
    font-weight: bold;
}
#pm #pclupManualAddress
{
    float: right;
    cursor: pointer;
    text-decoration: underline;
}
#pm #divAddressShowHide
{
    border: dashed 1px #cccccc;
    float: left;
    display: none;
}

/***********************************************************************/
/* Sitemap                                                             */
/***********************************************************************/

#pm .smap .bc ul
{
}

#pm .smap .bc ul li
{
    width: 220px;
    padding: 5px 10px 5px 10px;
}

#pm .smap .bc ul li a, #pm .smap .bc ul li h3
{
    width: 220px;
    padding: 3px;
    font-weight: bold;
}

#pm .smap .bc ul li a:hover
{
}

#pm .smap .bc ul li ul
{
    padding: 0px 0px 0px 20px;
}

#pm .smap .bc ul li ul li
{
    width: 200px;
    padding: 0px;
}

#pm .smap .bc ul li ul li a
{
    width: 200px;
    font-weight: normal;
}

/***********************************************************************/
/* Basket                                                              */
/***********************************************************************/

#pm .bskt
{
    clear: both;
    width: 960px;
    float: left;
}

#pm .bskt .bc
{
    float: left;
    width: 100%;
}

table.basket
{
    float: left;
    border-collapse: collapse;
    padding: 0px;
    margin: 0px;
    color: #1c1c1c;
    width: 960px !important;
}

#pm .bskt table.basket .line
{
    width: 960px;
}

#pm tr.delivery
{
	margin: 0px; /* overrides css on class delivery for articles */
	width: 80%;
}

#pm .bskt table a
{
font-size: 15px;
}

#basket_row_processing
{
    display: none;
    position: absolute; /* border: solid 1px;   background-image: none;     background-position: center;     background-repeat: no-repeat;     background-color: #ccc;     opacity: .7;     filter: Alpha(Opacity=70);     float: right;*/
}

#pm table.basket tr.line td form table
{
    width: 40px;

}

#pm table.basket tr.line td form table td
{
    padding: 0px !important; 
}

#pm table.basket tr.line td form table td .inputtext
{
    height: 24px;
    margin: 0px;
    padding: 0px !important;
    margin: 0px !important; 
}

#pm table.basket tr.line td form table tr td
{
    border: none !important; 
}

#pm table.basket tr.line td form table tr td button
{
    font-size: 8px;
    margin: 0 0 0 5px;
}

#pm .bskt h3
{
    background: #dde4cf;
    border: 1px solid #b4c394;
    width: 653px;
    text-align: center;
    padding: 8px 50px;
    margin-bottom: 20px;
    color: #678430;
    font-weight: normal;
    line-height: 17px;
}
#pm .bskt h3 a, #pm .bskt h3 a:visited
{
    float: none;
    font-weight: bold;
}
#pm .bskt h3 a:hover, #pm .bskt h3 a:focus
{
    text-decoration: underline;
}

basket-header-table
{
    width: 940px;
}

div#ordertotal
{
    color: red;
    margin-left: 4px;
}

.basket-header-table td:first-child
{
    width: 50%;
}

.basket-header-table td:first-child h2
{
    font-size: 28px;
    font-weight: normal;
    color: #000;
}

.basket-header-table td:last-child
{
    width: 50%;
    text-align: right;
}

.basket-header-table td:last-child .sp_button
{
    display: none /* taken out */;
}

.basket-header-table td .pp_button, .basket-header-table td span
{
    display: none;
}

#pm table.basket tr.header th
{
    color: #555;
    padding: 5px 5px 10px 5px;
    font-size: 14px;
    font-weight: bold;
    border-top: 1px solid #D2D2D2;
    text-align: right;
}

#pm .bskt table.basket tr.header th:nth-child(2)
{
    text-align: left;
}

#pm table.basket tr.line td form
{
    /*text-align: center;*/
    float: right !important;
}

#pm table.basket tr.line input
{
    margin: 2px 0px 0 0;
}

#pm table.basket tr.line input.inputtext
{
    width: 30px;
    margin: 2px 5px 0 2px;
    padding: 2px;
    font-weight: bold;
    text-align: center;
color: #1c1c1c;
}

#pm table.basket tr.line input.submit
{
    width: 75px;
    height: 26px;
    float: right;
    margin: 0 0 4px 0;
    font-size: 9px;
    line-height: 14px;
    border: 1px solid #fff;

}

#pm table.basket tr.line td
{
    /* padding: 12px 3px; */
}

#pm table.basket .delivery td
{
    padding: 15px 0;
}


#pm table.basket .delivery h4
{
    font-size: 15px;
    font-weight: bold;
    padding-left: 10px;
    color: #000;
    margin: 0px 10px;
}

#pm table.basket .shipcost
{
    font-weight: normal;
    float: none;
    margin: 0px 0px 0px 50px;
    width: 600px;
}

#pm table.basket .shipcost tr.ship
{
    width: auto;
}

#pm table.basket .shipcost td
{
    padding: 0 0 10px 0;
}

#pm table.basket .shipcost .ship .delivery-cost
{
    display: none;
}

#pm table.basket .vat
{
    font-weight: bold;
    border-top: 1px solid #D2D2D2;
}
#pm table.basket .vat td
{
    padding: 12px 0;
}

#pm table.basket tr.total td, #pm table.basket tr.deposit td
{
    font-size: 1.3em;
    font-weight: bold;
    text-align: right;
    border-top: 1px solid #D2D2D2;
    border-bottom: 1px solid #D2D2D2;
    padding: 12px 0;

}

#pm table.voucher
{
    width: 60%;
    margin: 0 0 20px 0;
}

#pm table.voucher th
{
    text-align: left;
}
#pm table.voucher td
{
    text-align: center;
    white-space: nowrap;
}

#pm table.voucher input.submit
{
    margin: 0;
    float: right;
}

#pm .basket ul
{
    width: 100%;
    padding: 0px;
    margin: 0px;
}

#pm .basket ul li
{
    clear: left;
}

#pm .bskt .basketlinks
{
    float: left;
    width: 960px;
    margin: 10px 0px 0px 0px;
    text-align: right;
}




#pm .bskt .basketlinks img
{
    margin: 10px 20px;
}

#pm .bskt span
{
    display: none;
}

#pm .bskt .basketlinks .ct_button
{
    float: left;
}

#pm .bskt .basketlinks .sp_button, #pm .bskt .basketlinks .pp_button
{
    float: right;
    clear: right;
}

#pm .ct_button a.btn, #pm .sp_button a.btn, #pm .pp_button a.btn
{
    width: auto;
    float: left;
    margin: 0px;
    padding: 10px 50px 10px 50px;
    font-weight: bold;
}

#pm .sp_button a.btn:hover
{
    color: #ccc;    
} 

#pm .ct_button a.btn
{
    color: black;
    background-color: white;
}

#pm .pp_button a.btn, #pm .pp_button a.btn img.btn
{
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

#pm .pp_button a.btn img.btn
{
    margin: 0 0px;
}

#pm .sp_button a.btn:hover, #pm .sp_button a.btn:focus
{
}

#pm .ct_button a.btn:hover, #pm .ct_button a.btn:focus
{
}

ul.prodinfo
{
    width: 95% !important;
    color: #666;
}

ul.prodinfo li:first-child
{
    margin-bottom: 5px;
}

ul.prodinfo a
{
    font-size: 15px;
}

ul.prodinfo a:hover, ul.prodinfo a:focus
{
    text-decoration: underline;
}

ul.prodinfo li
{
    font-size: 11px;
    margin-top: 5px;
}

ul.prodinfo li.warn
{
    font-size: 12px;
    color: red;
}

/***********************************************************************/
/* Delivery date selection                                             */
/* Colors for available and not available dates                        */
/***********************************************************************/

#pm .deldates .delcapnone
{
    background-color: #CCCCCC;
}

#pm .deldates .delcapgone
{
    background-color: #DDDDDD;
}



/***********************************************************************/
/* Order info                                                          */
/***********************************************************************/

#pm .ordinfo table tr td
{
    background-color: #cccccc;
}

/***********************************************************************/
/* Checkout process                                                    */
/* Need !important to override jquery ui                               */
/***********************************************************************/

#checkout_panel_processing, #ro_accord_processing
{
    float: left;
    display: none;
    position: absolute;
    width: 100%;
    padding: 20px 10px; /*   background-image: url('/images/product_builder/loading_bar.gif');     background-position: center;     background-repeat: no-repeat;     background-color: #ccc; */
    opacity: 0.6;
    filter: Alpha(Opacity=60);
    float: right;
}

#pm .accord
{
    float: left;
    width: 680px;
    background: #fff;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #D2D2D2;
}

/* Accordion tabs */
.ui-accordion .ui-accordion-header .ui-accordion-header-icon
{
    display: none; 
}

#pm .accord h3
{
    float: left;
    width: 660px !important;
    border: none !important;
    border-top: 1px solid #D2D2D2 !important;
    border-top: 1px solid #D2D2D2 !important;
    padding: 4px 10px !important;
    border-radius: 0px !important;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    font-size: 24px;
    font-weight: normal; 
    background-color: #fff;
    background-image: none !important;
}

#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; */
    margin-left: 20px;
}

#checkout_accordion ul li textarea
{
    width: 500px;
    height: 34px;
}

#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: hidden;
    width: 660px;
    margin: 0;
    padding: 10px 10px;
    border: none;
    border-top: 1px solid #D2D2D2;
    background: #fff; 
}

#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: 660px;
    margin: 0;
    padding: 0; 
}

#ro_accord ul.top
{
    padding: 0 0 5px 0;
    border-bottom: solid 1px #eee;
}

#ro_accord ul.bottom
{
    padding: 5px 0 0 0;
    border-top: solid 1px #eee;
}

#checkout_accordion #ul_left, #checkout_accordion #ul_right, #ro_accord ul.left, #ro_accord ul.right
{
    width: 330px;
    margin: 0;
    padding: 5px 0; 
}

#checkout_accordion #ul_right, #ro_accord ul.right
{
    width: 320px;
    margin: 0 0 0 10px;

}

#checkout_accordion #basket_delivery_details a
{
    text-decoration: underline;
    width: 100%;
    text-align: left;
    padding: 5px 0; 
}

#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; 
}

#pm .accord h4
{
    width: 100%;
    padding: 0 0 6px 0;
}

#pm .accord ul li input, #pm .accord ul li select, #pm .accord ul li textarea
{
    font-size: 0.9em;
}

#pm .accord li #submit
{
    margin: 5px 0 5px 180px;
}

/* Specific fields */
#pm #email.inputtext
{
    width: 310px;
}

#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: 660px !important;
    margin: 0;
    padding: 0;
}

#checkout_accordion #confirm_panel table span
{
    padding: 0 5px 0 0;
    font-weight: bold;
}

#checkout_accordion #confirm_panel table a
{
    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-family: Tahoma, Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
}

#checkout_accordion #payment_panel #psagepay iframe
{
    width: 660px !important;
}

/* Breadcrumb pane */
#pm .accordbdcb
{
    float: left;
    width: 260px;
    margin: 0 0 0 20px;
}

#pm .accordbdcb ul
{
    width: 260px;
    padding: 0;
    margin: 0px;
    position: relative;
}

#pm .accordbdcb ul li
{
    width: 95%;
    padding: 3px 0 5px 5%;
    border-bottom: 1px solid #D2D2D2;
    color: #555;
}

#pm #checkoutcrumb ul li
{
    margin-left: 10px
}

#pm .accordbdcb ul li.title
{
    width: 100%;
    margin: 2px 0 0 0;
    padding: 10px 0;
    font-size: 14px;
    border-top: 1px solid #D2D2D2;
    color: #555;
}

#pm .accordbdcb ul li.header
{
    width: 100%;
    margin: 2px 0 0 0;
    padding: 5px 0;
    font-weight: bold; color: #1c1c1c;
}

#pm #paypalmessages
{
    float: left;
    width: 960px;
    text-align: center;
}

#pm #paypalmessages p
{
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
/***********************************************************************/
/* Wentworth                                                           */
/***********************************************************************/
/* Top panel                                                           */
/***********************************************************************/

#pt
{
    float: left;
    width: 960px;
    margin: 0px;
    padding: 0px; 
    color: #212121;
}

/***********************************************************************/
/* Epaulettes                                                          */
/***********************************************************************/

#pt .epau h1
{
    float: left;
}

#pt .epau h2
{
    float: right;
}

/***********************************************************************/
/* Banners                                                             */
/***********************************************************************/

#pt .pbnr
{
    float: left;
}

#pt .pbnr .bnr
{
    float: left;
}

#pt .cust
{
    float: right;
    margin: 14px 0px 0px 50px;
    font-size: 12px;
}

#pt .cust p
{
    float: left;
    margin: 0px;
    padding: 2px 4px;
}

#pt .cust ul
{
    margin: 0px;
    padding: 0px;
}

#pt .cust ul li
{
    margin: 0px 6px;
    
    padding: 2px 4px;
}

/***********************************************************************/
/* My basket                                                           */
/***********************************************************************/

#pt .bskt
{
    float: right;
    width: 500px;
    height: 40px;
    padding: 0px;
font-size: 16px;

    margin: 0px 0px 0px 0px;
font-weight: bold;

}

#pt .bskt #viewbskt
{
float:right;
margin-top: 15px; 

}

#pt .bskt #viewbskt.btn
{
background-color: #fff;
}

#pt .bskt #bsktitems
{
width: 85px;
}

#pt .bskt #bsktitems span
{
margin: 0px 5px 0px 0px;
}

#pt .bskt #bsktvalue
{
width: 110px;

} 

#pt .bskt #bsktvalue span
{
margin: 0px 5px 0px 0px;
}

#pt .bskt .bt, #pt .bskt .bb
{
    display: none;
}

#pt .bskt .bc
{
    float: right;
    padding: 0px 0px 0px 0px;
}

#pt .bskt p
{
    width: 120px;
}

#pt .bskt img
{
    float: right;
}

/***********************************************************************/
/* Search                                                              */
/***********************************************************************/

#pt .search
{
    float: right;
    width: 270px;
    padding: 0px;
margin-top: 10px;
}

#pt .search .bt, #pt .search .bb
{
    display: none;
}

#pt .search .bc form label, #pt .search .bc form input, #pt .search .bc form select
{
    float: left;
    margin: 0px;
}

#pt .search .bc form input.submit
{
    margin: 3px 0px 0px 10px;
}

#pt .search .bc form .inputtext, #pt .search .bc form .inputtext_light
{
    width: 220px;
}

#pt .search .bc form .submit
{
background-color: #fff;
}

#pt .search .bc form .inputtext_light
{
    font-style: italic;
}

/***********************************************************************/
/* Department menu                                                     */
/***********************************************************************/

#pt .dept
{
    float: left;
    width: 960px; 
}

#pt .dept .bt, #pt .dept .bb
{
    display: none;
}

#pt .dept .bc
{
    padding: 0px; 
}

#pt .dept .bc ul
{
    width: 960px;
}

#pt .dept .bc ul li
{
    display: inline;
}

#pt .dept .bc ul li a
{
    padding: 0px;
}

#pt .dept .bc ul li a:hover
{
}

#pt .dept .bc ul li a.lnkcurr
{
}

/***********************************************************************/
/* Information panel                                                   */
/***********************************************************************/

#pt .info
{
    float: left;
    width: 980px;
}

#pt .info ul
{
    width: 200px;
    padding: 0px;
}

#pt .info li
{
    display: inline;
}

#pt .info .bc li a
{
    padding: 0px;
}

#pt .info .bc li.pipe
{
    padding: 0px;
}

#pt .info
{
    float: right;
    width: 200px;
    margin: 0px 5px 10px 0px;
}

#pt .info .bc ul li
{
    float: right;
    margin: 0px 0px 0px 10px;
}

/***********************************************************************/
/* Breadcrumb                                                          */
/***********************************************************************/

#pt .bdcb
{
    float: left;
    width: 980px;
}

#pt .bdcb .bt, #pt .bdcb .bb
{
    display: none;
}

#pt .bdcb .bc ul
{
    padding: 0px;
}

#pt .bdcb .bc ul li
{
    display: inline;
    padding: 0px;
}

#pt .bdcb .bc ul li h1, #pt .bdcb .bc ul li h3, #pt .bdcb .bc ul li a
{
    margin: 0px;
    padding: 0px 4px;
    font-size: 12px;
    font-weight: bold;
    color: #555;
}

#pt .bdcb .bc ul li h1
{
    margin: 0px 0px 0px 4px;
}

#pt .bdcb .bc ul li a:hover
{
    color: black;
}

#pt .bdcb .bc ul li img
{
    padding: 5px 3px;
}

/***********************************************************************/
/***********************************************************************/
/* Product information panel                                           */
/***********************************************************************/

#pi
{
    float: left;
    width: 960px;
    margin: 0px;
    padding: 0px;
}

/***********************************************************************/
/* Product left / right panels                                         */
/***********************************************************************/

#pi .left
{
    float: left;
    width: 475px;
    padding: 0px;
}

#pi .right
{
    float: left;
    width: 485px;
    padding: 0px;
}

/***********************************************************************/
/* Title                                                               */
/***********************************************************************/

#pi .pititle
{
    float: left;
    width: 100%;
}

#pi .pititle h2
{
    float:  left;
    padding: 0px 0px;
    font-size: 24px;
    color: #555;
	font-family: "myriad-pro Semibold";
    margin: 0px;
}

/***********************************************************************/
/* Images                                                              */
/***********************************************************************/

#pi .piimg
{
    float: left;
    width: 430px;
    padding: 10px;
    text-align: center;
    border: solid 1px #ccc;
}

#imyimage{
	margin:auto !important;
	width:auto !important;
	height:auto !important;
	max-width:378px;
	max-height:378px;
}

#pi .piimg p
{
    width: 430px;
    text-align: center;
}

#pi .piimgx
{
    float: left;
    width: 420px;
    margin-top: 10px;
}

/* If image not aligning centrally */
#pi .piimg a
{
	float: none;
    margin-left: auto;
    margin-right: auto;
}

/***********************************************************************/
/* Gallery                                                             */
/***********************************************************************/

#pi .gallery
{
    float: left;
    width: 465px;
    margin-top: 8px;
}

#pi .gallery h4
{
    width: 452px;
}

#pi .gallery .piimg_large
{
    float: left;
    width: 106px;
    height: 120px;
    margin: 0px 0px 12px 2px;
    padding: 2px;
    text-align: center;
    border: solid 1px #ccc;
}

#pi .gallery .piimg_large img{
	width:100%;
	height:auto;
}

#pi .gallery .piimg_large:first-child /* makes the bottom gallery fit 4 across */
{
	margin-left: 0px;
}

#pi .gallery .piimg_large a
{
    float: none;
}

/***********************************************************************/
/* Description panes                                                   */
/***********************************************************************/

#pi .pidesc, #pi .pidescx, #pi .delivery
{
    float: left;
    width: auto;
    padding: 5px 0px;
	margin: 0px;
}

#pi .pidesc h2
{
    display: none;
}

#pi .pidescx h3, #pi .delivery h3
{
    float: left;
    padding: 10px 0px 5px 0px;
    color: #D3D3D3;
}

#pi .pidesc p, #pi .pidescx p, #pi .delivery p
{
    float: left;
    padding: 5px 0px;
    color: #000000;
    text-align: justify;
}

#pi .pidesc ul
{
    float: left;
    display: block;
}

#pi .pidesc li
{
    float: left;
    width: 265px;
    padding: 2px 0px 2px 20px;
    list-style-type: square;
    font-family: "Arial";
    font-size: 12px;
}

/***********************************************************************/
/* Brand and Manufacturer                                              */
/***********************************************************************/

#pi .brandmanu
{
    float: left;
    /* width: 285px; */
    padding: 10px 0px;
}

#pi .brandmanu h5
{
    float: left;
    clear: left;
	margin: 0px 6px 0px 0px;
    padding: 3px 0px;
}

#pi .brandmanu h6, #pi .brandmanu p, #pi .brandmanu a
{
    float: left;
    padding: 3px 0px;
	margin: 0px;
	color: black;
}

#pi .brandmanu a
{
    font-size: 14px;
}

/***********************************************************************/
/* Links, File & Flags panes                                           */
/***********************************************************************/

#pi .pilinks, #pi .pifile, #pi .piflags
{
    float: left;
    width: 460px;
    padding: 4px 0px 10px 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;
    width: 460px;
    padding: 5px 0px 3px 0px;
}

#pi .pilinks ul li a, #pi .pifile ul li a
{
    cursor: pointer;
}

#pi .pilinks ul li .linkimg, #pi .pifile ul li .linkimg
{
    float: left;
    width: 50px;
}

#pi .pilinks ul li .lnk, #pi .pifile ul li .lnk
{
    float: left;
    padding: 5px 0px;
}

/***********************************************************************/
/* Social bookmarks pane                                               */
/***********************************************************************/

#pi .socbook
{
    float: left;
    width: 320px;
    padding: 0px 10px 10px 20px;
	margin: 10px 0px 0px 0px;
}

#pi .socbook .bc
{
	width: 100%;
}

#pi .socbook li
{
    display: inline;
    padding: 5px;
}

/***********************************************************************/
/* Telephone orders                                                    */
/***********************************************************************/

#pi .piphone
{
    float: left;
    width: 285px;
    padding: 10px 0px;
}

#pi .piphone h4
{
    float: left;
    padding: 5px 0px;
}

#pi .piphone h5
{
    float: left;
    width: 285px;
    padding: 5px 0px;
}

#pi .piphone p
{
    float: left;
    width: 285px;
}

/***********************************************************************/
/* Buy pane                                                            */
/***********************************************************************/

#pi .pibuy
{
    float: left;
    /* width: 285px; */
    padding: 0px;
    margin: 0px;

}

#pi .pibuy .bt
{
    display: none;
}

#pi .pibuy .bc
{
    width: 100%; 
}

#pi .pibuy .bb
{
    display: none;
}

/* Special offer msg */
#pi .pibuy h4
{
    clear: left;
}

#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,
#pi .pibuy .bc .saving
{
    float: left;
    /* width: 605px; */
    padding: 2px 0px;
    color: #006772;
margin: 0px 0px 0px 0px
}

#pi .pibuy .bc .trade
{
	width: 100%;
}

#pi .pibuy .bc .price
{
	width: 100%;
	margin: 6px 0px;
}

#pi .pibuy .bc .price label,
#pi .pibuy .bc .offer label,
#pi .pibuy .bc .prevprice label,
#pi .pibuy .bc .rrp label,
#pi .pibuy .bc .trade label,
#pi .pibuy .bc .saving label
{
    float: left;
    width: 75px;
    padding: 5px 0px;
    font-weight: bold;
    font-size: 18px;
    text-align: left; 
    /* margin: 0px 0px -20px 0px; */ 
	color: #555555;
}

#pi .pibuy .bc .offer label
{
    float: left;
    width: 85px;
    font-weight: bold;
    margin: 0px 0px;
    padding: 0px;
    font-size: 24px;
    text-align: left;
	color: #ff0008
}

#pi .pibuy .bc .offer
{
	float: left;
	margin: 0px 20px;
}

#pi .pibuy .bc .prevprice
{
	clear: both;
	float: left;
}

#pi .price h6, #pi .trade h6
{
	margin: 0px;
	font-size: 24px;
	color: #555;
}

#pi .pibuy .bc .trade label
{
	display: none;
}

#pi .trade h6
{
	float: right;	
}

#pi .pibuy .price h6 /* gets the price to the top */
{
	float: right;
	margin: 0px 0px 0px 4px;
}

#pi .offer h6
{
font-size: 18px;
color: #ff0008;
margin: 6px 0px 8px 0px;
}

#pi .prevprice h6 
{
font-size: 14px;
color: #555555; 
margin: 8px 0px 10px 0px;
text-decoration:line-through
}

#pi .saving h6
{
font-size: 14px;
color: #555555; 
margin: 8px 0px 10px 0px;
}

/* Messages */
#pi .pibuy p
{
    width: 285px;
    padding: 5px 0px;
}

/***********************************************************************/
/* Buy pane form                                                       */
/***********************************************************************/

#pi .pibuy form label
{
    float: left;
    clear: left;
    margin-top: 10px;
    margin-right: 2px;
    padding: 0px;
    width: 200px;
}

#pi .pibuy form input, #pi .pibuy form select, #pi .pibuy form textarea
{
    float: left;
    padding: 0px;
    margin: 3px 3px 3px 0px;
}

#pi .pibuy .inputtext
{
    float: left;
    width: 200px;
    padding: 5px 0px;
text-align: center;
}

#pi .pibuy .submit
{
    float: right;
    margin: -32px 0px 0px 0px;
}

#pi #buy_form #buy
{
font-size: 14px;
margin: 10px 0px 0px 20px;
float: right;
background-color: #000;
border: none;
color: #fff;
padding: 5px;
font-weight: bold;
}

#pi #buy_form label
{
margin-top: 15px;
margin-right: 10px;
}

#pi #buy_form select
{
width: 200px;
text-align: left;
color: #1c1c1c;
}

#pi #buy_form #skuqty
{

color: #1c1c1c;
margin: 10px 0px 0px 0px 

}

/***********************************************************************/
/* Buy pane SUPER ATTRIBUTES                                           */
/***********************************************************************/

#pi #buy_form .cls_superattrribute
{
    float: left;
    width: 940px;
    margin: 5px 0px 0px 0px;
    font-size: 14px;
	background-color: #f2f2f2;
	padding: 10px;
}

#pi #buy_form .cls_superattrribute .sa_left_cell_type_1 
{
	float: left;
	/* width: 100%; */
}

#pi #buy_form .cls_superattrribute td.sa_right_cell_type_1
{
	width: 100%;
		
}

#pi #buy_form .cls_superattrribute td.sa_right_cell_type_1 a + .sa_pnl_product_popup_image_show
{
	display: block;
	width: 350px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	float: right;
}

#pi #buy_form .cls_superattrribute table
{
    width: 100%;
}

#pi #buy_form .cls_superattrribute td
{
	vertical-align: middle;
	margin-top: 10px /* fixes out of line text */;
}


#pi #buy_form .cls_superattrribute td:first-child
{
	width: 300px !important;
}

#pi #buy_form .cls_superattrribute td img
{
	margin: auto; /* centres images */
}

#pi #buy_form .cls_superattrribute td select
{
	width: 250px;
}

#pi #buy_form .cls_superattrribute td label
{
    width: 220px;
    margin: 0px 0px 0px 0px;
    font-size: 14px; 

    vertical-align:text-top;
}

#pi #buy_form .cls_superattrribute input
{
    /* width: auto; */
}

#pi #buy_form .cls_superattrribute span
{
    float: left;
    width: 90px;
}

#pi #buy_form .cls_superattrribute ul
{
    width: 230px;

    float: left;

    margin: -40px 0px 0px 300px;}

#pi #buy_form .cls_superattrribute ul li
{
    width: 100%;

}

#pi #buy_form .cls_superattrribute ul li input
{
    float: left;
}

#pi #buy_form .cls_superattrribute ul li label
{
    clear: none;
    width: 170px;
}

/***********************************************************************/
/* Tipsy Help Icons                                                    */
/***********************************************************************/

.tipsy
{
	padding: 5px;
	font-size: 14px;
	background-repeat: no-repeat;
	background-image: url(/images/tipsy.gif);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.tipsy-inner
{
	padding: 8px;
	background-color: black;
	color: white;
	max-width: 200px;
	text-align: center;
}

.tipsy-north
{
	background-position: top center;
}
.tipsy-south
{
	background-position: bottom center;
}
.tipsy-east
{
	background-position: right center;
}
.tipsy-west
{
	background-position: left center;
}

/***********************************************************************/
/* JQuery                                                              */
/***********************************************************************/

#pi .jaq_load_image
{
	margin: 6px 0 0 0;
}

#pi #safour_pnl_show
{
	display: none;
}

#pi #imgjaq
{
	display: none;
}

#pi #dynpricejaq
{
	border: 0px;
	float: left;
	display: inline-item;
	font-size: 24px;
	height: 28px;
	width: 100%;
}

.pnotify
{
	font-size: 10px;
	font-family: Verdana;
	background-color: #666666;
	color: #ececec;
}

/* Notice
----------------------------------*/
.ui-pnotify
{
	top: 18px;
	right: 18px;
	position: relative;
	height: auto; /* Ensure that the notices are on top of everything else. */
	z-index: 9999;
}
/* This hides position: fixed from IE6, which doesn't understand it. */
html > body .ui-pnotify
{
	position: fixed;
}
.ui-pnotify .ui-pnotify-shadow
{
	margin: 0;
	position: absolute;
	top: 2px;
	left: 2px;
	bottom: -3px;
	right: -3px;
	z-index: -1;
}
.ui-pnotify-container
{
	background-position: 0 0;
	padding: 8px;
	height: 100%;
}
.ui-pnotify-closer
{
	float: right;
	margin-left: 2px;
}
.ui-pnotify-title
{
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 4px;
}
.ui-pnotify-text
{
	display: block;
}
.ui-pnotify-icon, .ui-pnotify-icon span
{
	display: block;
	float: left;
	margin-right: 2px;
}

.tipsy
{
	padding: 5px;
	font-size: 10px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	background-repeat: no-repeat;
	background-image: url(/images/tipsy.gif);
	font-size: 14px;
	text-align: left;
}
.tipsy-inner
{
	padding: 5px 8px 4px 8px;
	background-color: black;
	color: white;
	max-width: 200px;
	text-align: center;
}
.tipsy-inner
{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.tipsy-north
{
	background-position: top center;
}
.tipsy-south
{
	background-position: bottom center;
}
.tipsy-east
{
	background-position: right center;
}
.tipsy-west
{
	background-position: left center;
}



/***********************************************************************/
/* Wishlist                                                            */
/***********************************************************************/

#pi .pibuy form.wishlist
{
    float: left;
    width: 285px;
}

#pi .pibuy form.wishlist .inputtext
{
    float: left;
    margin: 6px;
}
#pi .pibuy form.wishlist label
{
    float: left;
    clear: none;
    width: auto;
}
#pi .pibuy form.wishlist .submit
{
    float: right;
    clear: both;
    margin: 10px 0px;
}

/***********************************************************************/
/* Tab Panel                                                           */
/***********************************************************************/

#pi .pi_tab
{
    
    float: left;
    width: 940px;
    margin: 0px 0px 0px 20px;
    padding: 5px 0px;
}

#pi ul.pi_tabs
{
    width: auto;
    margin: 0;
    padding: 0;
    display: inline-item;
}

#pi ul.pi_tabs li
{
    float: left;
    position: relative;
    cursor: pointer;
    width: 155px;
    height: 19px;
    margin: 0px 5px 0px 0px;
    padding: 8px 3px 5px 0px;
    display: block;
    text-align: center;
    font-weight: bold;
    z-index: 2000;
    display: block;
}

#pi ul.pi_tabs li.selected
{
}

#pi .pi_tab_content
{
    float: left;
    position: relative;
    display: inline-item;
    width: 920px;
    margin-top: -1px;
    padding:  9px 9px;
    border: 1px solid #9eabb1;
}

#pi .pi_tab_content ul li
{
    width: 880px;
    margin: 0px 0px 0px 20px;
    padding: 3px 0px;
    list-style:disc;
}

/***********************************************************************/
/* Associate, Recommended and Related products                         */
/***********************************************************************/

#pi .pass, #pi .prec, #pi .prel, #pi .pran
{
    float: left;
    width: 940px;
    margin: 30px 0px 0px 0px;
    padding: 0px 0px;

}

#pi .pass h3, #pi .prec h3, #pi .prel h3, #pi .pran h3
{
    float: left;
    width: 940px;
    margin: 0px;
    padding: 4px 10px 7px 10px;
    color: #fff;
    font-size: 18px;
background-color: #000;

}

/***********************************************************************/
/* Main image zoom                                                     */
/***********************************************************************/

/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens
{
    border: 1px solid #888;
    margin: -2px; /* Set this to minus the border thickness. */
    background-color: #fff;
    cursor: move;
}

/* This is for the title text. */
.cloud-zoom-title
{
    font-family: Arial, Helvetica, sans-serif;
    position: absolute !important;
    background-color: #000;
    color: #fff;
    padding: 3px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    top: 0px;
}

/* This is the zoom window. */
.cloud-zoom-big
{
    border: 1px solid #ccc;
    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;
}

/***********************************************************************/
/***********************************************************************/
/* Wentworth                                                           */                                                                   */
/***********************************************************************/
/*  Clear all styles                                                   */
/***********************************************************************/

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
{
    font-family: "myriad-pro";
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}

/***********************************************************************/
/*  Set defaults                                                       */
/***********************************************************************/

body
{
background: -moz-linear-gradient(top,  rgba(28,28,28,0.65) 0%, rgba(255,255,255,0.32) 51%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(28,28,28,0.65)), color-stop(51%,rgba(255,255,255,0.32)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(28,28,28,0.65) 0%,rgba(255,255,255,0.32) 51%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(28,28,28,0.65) 0%,rgba(255,255,255,0.32) 51%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(28,28,28,0.65) 0%,rgba(255,255,255,0.32) 51%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(28,28,28,0.65) 0%,rgba(255,255,255,0.32) 51%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a61c1c1c', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */



}

#cont
{
    width: 1000px;
    margin-left: auto;
    margin-right: auto; 
	font-family: "myriad-pro";
}

#site
{
    float: left;
    width: 960px;
    padding: 20px;
    color: #555;
    background-color: #FFFFFF;
    font-size: 12px;
margin: 20px; 
    font-weight: normal;
    text-align: left;
font-family: "myriad-pro";
}

h1
{
    float: left;
    font-size: 12px;
}

h2
{
    float: left;
    font-size: 12px;
}

h3
{
    float: left;
    font-size: 12px;
}

h4
{
    float: left;
    font-size: 12px;
}

h5
{
    float: left;
    font-size: 12px;
    margin: 2px 0px;
}

h6
{
    float: left;
    font-size: 12px;
}

form
{
    float: left;
}

p
{
    float: left;
}

label
{
    float: left;
}

.inputtext
{
    color: #000;
}

ul
{
    float: left;
    list-style-type: none;
}

li
{
    float: left;
}

a
{
    float: left;
    text-decoration: none;
    color: #000;
}

a:hover
{
    text-decoration: none;
    color: #1c1c1c;
}

a:active
{
    text-decoration: none;
    color: #1c1c1c;
}

a:visted
{
    text-decoration: none;
    color: #1c1c1c;
}

.bt, .bc, .bb
{
    float: left;
}

/***********************************************************************/
/* Buttons                                                             */
/***********************************************************************/

.submit, a.btn
{
    width: auto;
    height: auto;
    padding: 2px 6px 2px 6px;
    background-color: #000;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;
    cursor: pointer;
}

.submit
{

    cursor: hand;
    cursor: pointer;
    line-height: 22px;
}

/***********************************************************************/
/* Default for tables                                                  */
/***********************************************************************/

table
{
    width: 760px;
}

.basket-header-table
{
	width: 100%;
}

table tr.header th
{
    padding: 5px 8px 5px 8px;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
}

table tr td
{
    /* padding: 2px; */
    vertical-align: middle;
}

/***********************************************************************/



#pi #dynpricejaq
{
	border: dotted 1px #ACCe31;
	float: left;
	display: inline-item;
	font-size: 24px;
	width: 440px;
	height: 28px;
}


.pnotify
{
	font-size: 10px;
	font-family: Verdana;
	border: dotted 1px;
	background-color: #666666;
	color: #ececec;
}

/* Notice
----------------------------------*/
.ui-pnotify
{
	top: 18px;
	right: 18px;
	position: relative;
	height: auto; /* Ensure that the notices are on top of everything else. */
	z-index: 9999;
}
/* This hides position: fixed from IE6, which doesn't understand it. */
html > body .ui-pnotify
{
	position: fixed;
}
.ui-pnotify .ui-pnotify-shadow
{
	margin: 0;
	position: absolute;
	top: 2px;
	left: 2px;
	bottom: -3px;
	right: -3px;
	z-index: -1;
}
.ui-pnotify-container
{
	background-position: 0 0;
	padding: 8px;
	height: 100%;
}
.ui-pnotify-closer
{
	float: right;
	margin-left: 2px;
}
.ui-pnotify-title
{
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 4px;
}
.ui-pnotify-text
{
	display: block;
}
.ui-pnotify-icon, .ui-pnotify-icon span
{
	display: block;
	float: left;
	margin-right: 2px;
}

.tipsy
{
	padding: 5px;
	font-size: 10px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	background-repeat: no-repeat;
	background-image: url(/images/tipsy.gif);
}
.tipsy-inner
{
	padding: 5px 8px 4px 8px;
	background-color: black;
	color: white;
	max-width: 200px;
	text-align: center;
}
.tipsy-inner
{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.tipsy-north
{
	background-position: top center;
}
.tipsy-south
{
	background-position: bottom center;
}
.tipsy-east
{
	background-position: right center;
}
.tipsy-west
{
	background-position: left center;
}

.ContainerPanel
{
	border-bottom: dotted 2px #cccccc;
	padding: 0 0 8px 0;
}
.collapsePanelHeader
{
	width: 181px;
	height: 26px;
	border: bottom: dashed 1px #868686;
	font-weight: bold;
}
.HeaderContent,
.HeaderContentClose
{
	float: right;
	text-align: left;
	width: 150px;
	margin: 7px 0 0 0;
}
.Content
{
	width: 181px;
}
.ArrowExpand
{
	cursor: pointer;
	background-image: url(/images/g_10.png);
	width: 13px;
	height: 13px;
	float: left;
	margin: 7px 5px 0 5px;
}
.ArrowExpand:hover
{
	cursor: pointer;
	cursor: hand;
}
.ArrowClose
{
	cursor: pointer;
	background-image: url(/images/g_07.png);
	width: 13px;
	height: 13px;
	float: left;
	margin: 7px 5px 0 5px;
}
.ArrowClose:hover
{
	cursor: pointer;
}
.citem
{
	font-size: 10px;
}



#hovercartcontents
{
    padding: 4px;
    border: solid 1px;
    position: absolute;
    z-index: 4000; 
    min-width: 280px;
    text-align: left;
    background-color: #ffffff; /*background:url(bg_image.gif) bottom right no-repeat;*/
    display: none;
margin-left: -220px;
margin-top: -6px;
}
#hovercartcontents .hovercartheadertitle
{
    font-size: 14px;
    font-weight: bold;
}
#hovercartcontents .hovercartheader td
{
    background-color: #3378D7;
    color: #ffffff;
    font-weight: bold;
}
#hovercartcontents .rowodd td
{
    background-color: #ebebeb;
color: #666666;
}
#hovercartcontents .roweven td
{
    background-color: #dedede;
color: #666666;
}




#pbf .cookie {
    position: fixed;
    bottom: 0%;
    left: 0%;
    width: 100%;
    z-index: 1000;
    background: #0d0d0d;
    text-align: center
}

#pbf .cookie p {
    width: 1200px;
    margin: 0 auto;
    float: none;
    color: #fff;
    font-size: .75em;
    padding: .5em 0
}

#pbf .cookie p a {
    float: none;
    color: #fff;
    text-decoration: underline;
    padding: 0 5px
}

#pbf .cookie img {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px
}

#pbf .cookie img:hover {
    cursor: pointer
}
.wt-rotator
{
    clear: both;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    background-color: #FFF;
    border: 0px solid #FFF;
    position: relative;
    overflow: hidden;
    margin: 0px;
}
.wt-rotator a
{
    outline: none;
}
.wt-rotator .screen
{
    position: relative;
    top: 0;
    left: 0;
    width: 100px;
    height: 20px;
    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;
}
.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: 0;
    background-position: 0 0;
}
.wt-rotator .s-next
{
    left: 100%;
    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;
}
