/*! jQuery UI - v1.10.2 - 2013-04-04
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=%23cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=%23aaaaaa&fcHeader=%23222222&iconColorHeader=%23222222&bgColorContent=%23ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=%23aaaaaa&fcContent=%23222222&iconColorContent=%23222222&bgColorDefault=%23e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=%23d3d3d3&fcDefault=%23555555&iconColorDefault=%23888888&bgColorHover=%23dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=%23999999&fcHover=%23212121&iconColorHover=%23454545&bgColorActive=%23ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=%23aaaaaa&fcActive=%23212121&iconColorActive=%23454545&bgColorHighlight=%23fff4c7&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=%23fcefa1&fcHighlight=%23363636&iconColorHighlight=%232e83ff&bgColorError=%23F2B3B3&bgTextureError=flat&bgImgOpacityError=95&borderColorError=%23cd0a0a&fcError=%23cd0a0a&iconColorError=%23cd0a0a&bgColorOverlay=%23aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2013 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-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.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-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.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;
}
.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: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.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("animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	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 overide default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.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 li a {
	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 a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	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;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url(ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url(ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url(ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	background: #dadada url(ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url(ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fff4c7 url(ui-bg_glass_55_fff4c7_1x400.png) 50% 50% repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #F2B3B3 url(ui-bg_flat_95_F2B3B3_40x100.png) 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(ui-icons_222222_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(ui-icons_888888_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(ui-icons_cd0a0a_256x240.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url(ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url(ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}

/* -------------------------------------------------------------- 
  
   Boilerplate reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, /*div, */span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
body { line-height: 1.5; margin: 1.5em 0; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
input,textarea { margin: 0; }

/* Removes Firefox imposed outline */
a { outline: none; }

/* Clearing floats without extra markup  */
.wrapper { display: inline-block; }
.wrapper:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .wrapper { height: 1%; }
.wrapper { display: block; }
/* -------------------------------------------------------------- 
  
  Styles written by Kris Dockter for
  Johnson Health Tech. Co., Ltd.
  Fall 2010
   
-------------------------------------------------------------- */


html { background-color: #000; height: 100%; margin: 0 0 1px; padding: 0; }
body { margin: 0px; font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, sans-serif; font-size: 75%; color: #fff; height: 100%; margin: 0 0 1px; padding: 0;  }


/* Styles for all menus */
ul.menu li { list-style: none; float: left; /*padding: 0 10px;*/ }
ul.menu li.nav_separator { background: url(nav_separator.png) no-repeat center center; height: 20px; width: 1px; }

#header { background: #000; color: #808992; }
#header a { text-decoration: none; }
#header a:link { color: #808992; }
#header a:visited { color: #808992; }
#header a:hover { color: #fff; }
#header #header_top {
	height: 68px;
	width: 1000px;
	margin: 0 auto;
	font-size: 11px;
	background-image: url(bg_branding.jpg);
	background-repeat: no-repeat;
}
#header #logo {
	width: 300px;
	float: left;
	height: inherit;
	line-height: 71px;
	margin-left: 15px;
}
#header #logo img { margin: 17px 0 16px 0; }
#header #header_top_right { width: 600px; float: right; height: inherit; margin-top: -3px; }
#header #header_top_right p { text-align: center; float: right; padding: 30px 10px 0 0;}
#header #header_top_right img { float: right; padding: 30px 0 0 5px; }
#header #header_top_right a.worldwide_select{ background: url(world-copy.png) no-repeat right -4px; display:inline-block; height: 18px; }
#header #header_top_right a.worldwide_select:hover{ background: url(world.png) no-repeat right -4px; }
#header #header_top_right a.worldwide_select span{ margin-right: 26px; }
#header #header_top_right ul.menu { display: block; float: right; margin-top: 30px; }
#header #header_top_right ul.menu li { padding: 0 5px; }

#header #header_top_right form#search { display: block; float: right; margin: 23px 0px 0px 0px; }
#header #header_top_right form#search div { display: inline; }
#header #header_top_right form#search div input[type="text"] { display: block; float: left; width: 127px; height: 27px; margin: 0px 0px 0px 10px; padding: 0px 0px 0px 10px; border: 0px; background: url(searchBoxInput.gif) no-repeat; color: #808992; font-size: 10px; }
#header #header_top_right form#search div input[type="submit"] { display: block; float: left; width: 39px; height: 27px; margin: 0px; padding: 0px; border: 0px; background: url(searchBoxSubmit.gif) no-repeat; }

/*#header #header_top_right .right-menu { float: right; margin-top: 30px; }
#header #header_top_right .right-menu li { float: right; }*/
#header #nav #social { width: 1000px; margin: 0 auto; }
#header #nav #social .addthis_default_style { float: right; line-height: 46px; margin-top: 5px; }
#header #nav #social .addthis_default_style a { display: block; float: left; }
#header #nav #social .addthis_default_style_au { float: right; /*line-height: 46px;*/ margin-top: 1px; }
#header #nav #social .addthis_default_style_au a { display: block; float: left; }

#header #nav {
	clear: both;
	height: 46px;
	font-size: 92%;
	background-image: url(navBar_bg2.jpg);
	background-repeat: repeat-x;
}
#header #nav ul.menu { margin-left: 6px; }
#header #nav ul.menu .spotlight { background: url(nav_on.png) no-repeat center 25px; }
#footer #footer-inner ul.menu .spotlight { background: url(nav_on_utilities.png) no-repeat center 15px; }
#header #nav ul.menu { line-height: 46px; width: 1000px; margin: 0 auto; }
#header #nav ul.menu li { padding: 0 22px; text-transform: uppercase; }
#header #nav ul.menu li a { position: relative; top: -2px; min-width: 60px; display: block; text-align: center; cursor: pointer; }
/*#header #nav ul.menu li:first-child { padding-left: 28px; }*/
#header #nav ul.menu li.nav_separator { height: 46px; padding: 0; position: relative; top: -2px; }

#header #lang_select { clear: both; float: left; width: 100%; display: none; background: url(bg_utility_lang.jpg) no-repeat; padding: 20px 0; }
#header #lang_select h2 { text-transform: uppercase; text-align: center; }
#header #lang_select ul { margin: auto; left: 50%; position: relative; float: left; }
#header #lang_select ul li { list-style: none; float: left; position: relative; right: 50%; padding: 4px 16px; }

/*** Search ***/
.no-bullets {
  list-style: none;
}
.search {
	float: right;
	margin-top: 30px;
}
.search-button, .searchBox {
  background: #1e2023;
  cursor: pointer;
  color: #808992;
  padding: 5px;
  margin: -5px 0 3px 0;
  width: 250px;
  border: solid #454b50 1px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.search-button {
	background: url(magnifying_glass.png) no-repeat 230px 3px;
}
.searchBox:hover {
	color: #fff;
}
.search-button:hover {
  color: #fff;
}
.search-options {
  padding: 0 15px 0 15px;
}
.search-hidden-wrapper {
  width: 265px;
}
.inner-search-options {
  padding: 0;
  margin-top: 10px;
}
.search-hidden-wrapper .search-hidden {
  list-style: none;
  padding: 15px 0 0 10px;
}
.search-hidden-wrapper .search-hidden li {
  float: left;
}
.search-hidden-wrapper .search-hidden li label {
	margin: 0 5px;
}
.s-hide{
  display: none;
}
.s-focus {
  background: #000;
  height: 50px;
   -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
  position: relative;
  z-index: 99;
  top: 0;
}
.search-submit {
    background: transparent;
    padding: 0;
    border: none;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-left: -28px;
    position: relative;
    top: 0;
    z-index: 99;
}
/*** Search results **/
.search-results {
  color: #000;
}
.search-results .result {
  border-top: solid 1px #000;
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
}
.result a {
  font-size: 18px;
  text-decoration: none !important;
}
.search-results-pagination {
  float: right;
}
.result.product {
  width: 960px;
}
.result .features_benefits{
  float: left;
  width: 650px;
  margin: 25px 0 0 60px;
}

.result-product-name-img {
  float: left;
}
.result-product-name-img img {
  margin: 20px 0 0 0;
}
.paginate_links a {
  color: #fff !important;
  padding: 8px 15px;
  margin: 0 2px 15px 2px;
  background: #6c727b;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
}
.paginate_links a.current {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #000;
}
.paginate_links a.last {
  background: none;
  padding: 8px 0;
}
.paginate_status {
  color: #000;
  margin-bottom: 10px;
}

#content { min-height: 515px; }
#content #content-inner { width: 1000px; margin: 0 auto; position: relative; min-height: 400px; /*overflow: hidden; removed to fix z-index bug on homepage overlay, will break backgrounds on product specifications pages*/ } /* min-height to accomodate overlay on /content/cap */
#content #content-head { position: relative; margin-top: 20px; /*overflow: hidden; removed to fix z-index bug on homepage overlay, will break backgrounds on product specifications pages*/ } /* min-height to accomodate overlay on /content/cap */
#content #content-head #content-head-inner { width: 1000px; margin: 20px auto 0 auto;  overflow: hidden; }
#content #content-head ul { list-style: none; float: right; }
#content #content-head ul li { display: block; float: left; margin: 0px; line-height: 24px; height: 24px; }
#content #content-head ul li:first-child a { padding-left: 24px; }
#content #content-head ul li:last-child a { padding-right: 24px; }

#content #content-head ul li.divider { display: block; line-height: 24px; height: 24px; background: url(subNav_bg.png) repeat-x; }
#content #content-head ul li a { display: block; line-height: 24px; height: 24px; padding: 0px 10px; background: url(subNav_bg.png) repeat-x; font-size: 11px; color: #3a4146; text-decoration: none; }
/*    */
#content #content-head ul li a:hover { text-decoration: none; background: url(subNav_bg_active.png) repeat-x; }

#content #content-head ul li.selected { background: url(subNav_bg_left_active.png) repeat-x; }
#content #content-head ul li a.selected { background: url(subNav_bg_active.png) repeat-x; }


#content #content-head h1 { font-size: 30px; color: #72818e; float: left; margin: -8px 0 0 5px; }
#content #content-inner .dbl_arrow { font-size: 115%; color: #3a4146; }
#content #content-inner .white { color: #fff; }
#content .error h1.heavy, #content h3.heavy { letter-spacing: 0px; font-size: 200%; margin-left: 50px; color: #000; }
#content .error p {margin-left: 50px; color: #000 }

/* Splash Page */
#content.globe { background: url("splash/ls_full.jpg") no-repeat scroll center 0 transparent; min-height: 650px; }
#splash { margin: 0;}
#splash .group { float: left; width: 268px; }
#splash .splash-logo { margin: 0 0 20px 0; }
#splash .splash-logo img { margin: 40px 0 20px; }
#splash .splash-flags a img { vertical-align: middle; margin-right: 10px; margin-bottom: 2px; }
#splash .splash-flags ul li span { text-decoration: none; color: #ffffff;}
#splash .splash-flags ul li { list-style: none; margin: 1px 0; }
#splash .splash-flags ul li a:link { text-decoration: none;}

/* accounts page for cms inline edit mode */
#inner_profile { float: left; }
#inner_profile p { margin: 0 0 0 20px; }
#sub-menu { float: right; margin: 0 100px 0 0; }
#sub-menu ul li { margin: 10px 0 0 20px; list-style-type: none; }
#content-body.accounts { min-height: 300px; }
.account-content .quickform .element .ui-state-error { margin: 3px 0 0 300px; }

.account-content .quickform .element .ui-state-error .ui-icon, 
.account-content .quickform .element .ui-state-error-text .ui-icon { background-image: url(ui-icons_cd0a0a_256x240.png); }

div.flash { min-width: 10em; max-width: 30em; position: relative; top: 0; left: 0; margin: .5em 0; }
div.flash p { padding: .5em 1em .5em .5em; margin: 0 !important; }
div.flash p span.ui-icon { display: block; float: left; margin-right: 1em; margin: 0 !important; }
div.flash p span.error-msg { display: block; float: left; text-transform: none !important; margin: 0 !important; font-size: 11px !important; }

#editor-help { margin: 20px 0 0 20px; }
#editor-help img { margin: 20px 0; border: 1px solid #b3b7ba; }

#nyroModalFull #nyroModalWrapper .functionaldemo #closeBut { background: url(images_comparison/btn_clear_hover.png) no-repeat; display: block; height: 20px; width: 20px; float: right; position: absolute; top: 10px; right: 5px; z-index: 20000; }
#nyroModalFull #nyroModalWrapper .functionaldemo iframe { z-index: -1000; }

#specs { 
    position: relative;
    background: #101113 url(images_specsNav/bg_specsNav.png) repeat-x;
    overflow: hidden;
    clear: both;
}
#specs #specs-inner { 
    width: 1000px;
    padding: 10px 0px 20px 0px;
    margin: 0 auto;
    background: url(images_specsNav/specsNav_bg.png) no-repeat;
    overflow: hidden;
}
#specs #specs-inner h4 { text-transform: uppercase; font-size: 13px; color: #a5b1bd; background: url(nav_icon_cardio.gif) no-repeat left; padding-left: 10px; margin: 10px 0 0px 0; letter-spacing: .05em; }
#specs #specs-inner h5 { text-transform: uppercase; font-size: 11px; color: #BAC2C9; background-color: #3c4247; line-height: 18px; padding: 2px 0 3px 15px; margin: 10px 0 0 0; }

#specs #specs-inner ul { position: relative; }
#specs #specs-inner ul li { list-style: none; font-size: 10px; padding: 1px 0 0px 15px; color: #a5b1bd; }
#specs #specs-inner ul li a { color: #757f86; text-decoration: none; }
#specs #specs-inner ul li a:hover { color: #dfe9ec; text-decoration: none; }
#specs #specs-inner .col { width: 249px; margin-right: 1px; float: left; }
#specs #specs-inner .col p { color: #f1f5f8; text-transform: uppercase; font-size: 10px; margin-left: 15px; padding-top: 3px; }
#specs #specs-inner .col:last-child { width: 250px; margin-right: 0px; }

.tooltip {
    display: none;
    position: absolute;
    z-index: 20000;
    /*background: url(images_productPage/tooltip_frame_navBlock.png) no-repeat; */
    background: url(tooltip_frame_navBlock_hzline.png) no-repeat;
    width: 160px;
    height: 99px;
}
.tooltip .tooltip-wrapper {
    margin-top: 5px;
    margin-left: 20px;
    width: 140px;
    height: 90px;
    background-position: center center;
}

.tooltip img {
    /*margin: 5px 0 0 10px;
    margin: auto;*/
}

li.pdfIcon { background: url(pdf.gif) no-repeat left 3px; padding: 2px 0px 0px 20px; line-height: 16px; }

.quickform .row { clear: both; }
.quickform input, .quickform select { float: left; }
.quickform .element .ui-state-error { background-color: #f2b3b3; width: 250px; margin-left: 160px; }
.quickform .element .ui-state-error .ui-icon, .quickform .element .ui-state-error-text .ui-icon { background-image: url(ui-icons_cd0a0a_256x240.png); }
.ui-state-error p { margin-left: 0; }
.ui-state-error .ui-icon-alert { float: left; margin: 0!important; }
.ui-state-error .error-msg { padding-left: 3px; }

#footer { background: #000 url(utility_bg.jpg) repeat-x; clear: both; position: relative; }
#footer .copy { float: left; }
#footer .info a { color: #545C65; text-decoration: none; }
#footer ul.menu { float: right; }
.mx-uk #footer ul.menu { height: 20px; }
#footer ul.menu li { padding-bottom: 15px; text-align: center; }
#footer ul.menu a { text-decoration: none; display: block; height: 30px; }
#footer ul.menu a:link { color: #545c65; }
#footer ul.menu a:visited { color: #545c65; }
#footer ul.menu a:hover { color: #e1e6eb; }
#footer-inner {
	color: #545c65;
	font-size: 11px;
	padding: 10px;
	width: 1000px;
	height: 140px;
	margin: auto;
	overflow: hidden;
	background-image: url(bg_utility.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/* paging controls for use with jquery.paginate */
.paging-control {
    list-style-type: none;
}

.paging-control li {
    display: block;
    float: left;
    margin-right: 10px;
    padding: 2px 6px;
    cursor: pointer;
    background-color: #6C727B;
}

.paging-control .active {
    background-color: #000;
}
.contact-check {
  margin-top: 20px;
}
.contact-check label, .contact-check ul {
  float: left;
}

/* no js or cookies */
#noscript-warning { background-color: #FFCC00; border: 1px solid orange; color: #333333; display: block; font-weight: bold; left: 0; padding: 10px 0; position: fixed; text-align: center; top: 0; width: 100%; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }
#content #overlay { display: none; position: absolute; left: 0; top: -4px; color: #a5b1bd; padding-top: 18px; margin: auto; z-index: 1000; width: 1000px; height: 515px; background: url(bg_nav_515px.png) no-repeat; } 
#content #overlay ul li a span, #content #sm_overlay ul li a span, #footer #footer_overlay ul li a span { font-size: 14px; }
.highlightLink { background: #76828e; color: #24282c!important; padding-left: 10px; }
.showArrow { display: inline!important; }

.strength-overlay {
    display: none;
    position: absolute;
    left: 0;
    top: -4px;
    margin: auto;
    z-index: 1001;
    width: 1000px;
    height: 435px;
    color: #a5b1bd;
    background-image: url(strength-nav-bg.png);
    /*background: url(strength-nav-ie-bg.png);*/
    border-radius: 20px;
}

.strength-overlay .col {
    float: left;
    width: 158px;
    height: 450px;
    padding: 0 20px 10px 20px;
}

.strength-overlay .divider {
    float: left;
    width: 1px;
    height: 400px;
    margin-top: 20px;
    background-color: #1D1F22;
    /*background: url(strength-nav-divider.png) no-repeat;*/
}

.nav-series img {
    margin-left: -20px;
}

.nav-series h3 {
    font-size: 14px;
    text-align: center;
    line-height: 26px;
}

.nav-series p {
    height: 50px;
    font-size: 11px;
    color: #76828e;
}

/* they want the whole upper block of content in the nav to be a link but not look like one */
.nav-series .no-link {
    text-decoration: none;
}
.nav-series a h3 {
    color: #a5b1bd;
}

.nav-series a p {
    color: #76828e;
}

.nav-series .learn-more {
    display: block;
    margin-bottom: 24px;
    color: #fff;
    font-size: 11px;
    text-decoration: none;
}

.nav-series dl {
    font-size: 11px;
}

.nav-series dt {
    color: #fff;
}

.nav-series dd {
    margin-top: 2px;
}

.nav-series dd a,
.nav-series dd a:visited,
.nav-series dd a:active {
    text-decoration: none;
    color: #76828e;
}

.nav-series dd a:hover {
    text-decoration: underline;
}


.overlayCloseButton {
    display: block;
    position: absolute;
    left: 970px;
    background: url(images_comparison/btn_clear_hover.png) no-repeat;
    float: right;
    padding-right: 18px;
    margin: -10px -10px 0 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 2000;
}

.strength-overlay .overlayCloseButton {
    margin-top: 10px;
}

#content #overlay #col1 { width: 190px; float: left; padding: 0 30px 0 40px; height: 450px; }
#content #overlay #col1 h2 { font-size: 14px; text-transform: uppercase; margin: 0 0 10px -10px; }
#content #overlay #col2 { width: 205px; }
#content #overlay #col2, #content #overlay #col3 { float: left; padding: 0 30px 0 30px; height: 450px; }
#content #overlay #col3 { width: 415px; }
#content #overlay #col1 h3 { font-size: 12px; color: #fff; margin: 10px 0 2px -10px; padding-left: 10px; }
#content #overlay #col1 h3.g7 { background: url(nav_icon_g7.gif) no-repeat left center; }
#content #overlay #col1 h3.versa { background: url(nav_icon_versa.gif) no-repeat left center; }
#content #overlay #col1 h3.g3 { background: url(nav_icon_g3.gif) no-repeat left center; }
#content #overlay #col1 h3.g1 { background: url(nav_icon_g1.gif) no-repeat left center; }
#content #overlay #col1 h3.livestrong { background: url(nav_icon_ls.gif) no-repeat left center; }

#content #overlay #col1 ul li {list-style: none; font-size: 87%; line-height: 24px; border-bottom: 1px dashed #212326; margin: 0; }
#content #overlay #col1 ul li a { text-decoration: none; display: block; }
#content #overlay #col1 ul li a span, #content #overlay #col2 ul li a span { display: none; float: right; padding-right: 10px; }
#content #overlay #col1 ul li a:link, #content #overlay #col1 ul li a:visited { color: #b0b7be; }

#content #overlay #col2 h2 { padding-left: 10px; color: #fff; font-size: 12px; text-transform: uppercase; margin: 0 0 0px 0; }
#content #overlay #col2 ul { padding-left: 10px; }
#content #overlay #col2 .carousel { margin-left: 10px; }
#content #overlay #col2 #prev, #content #overlay #col2 #next { text-align: center; display: block; cursor: pointer; line-height: 24px; color: #c5dff2; }
#content #overlay #col2 ul li { list-style: none; font-size: 87%; line-height: 24px; }
#content #overlay #col2 ul li a { text-decoration: none; display: block; }
#content #overlay #col2 ul li a:link, #content #overlay #col2 ul li a:visited { color: #b0b7be; /*#98a1a8*/ }

/*#content #overlay #col3 { margin-top: -20px; }*/
#content #overlay #col3 h2 { font-size: 12px; color: #fff; text-transform: uppercase; }
#content #overlay #col3 ul li { font-size: 11px; color: #848d94; line-height: 18px; margin-left: 14px; }
#content #overlay #col3 p { font-size: 11px; color: #848d94; line-height: 18px; }
#content #overlay #col3 ul li a:link, #content #overlay #col3 ul li a:visited { text-decoration: none; color: #b0b7be; }
#content #overlay #col3 ul li a:hover { text-decoration: underline; color: #b0b7be; }
#content #overlay #col3 .col3_element a { display: block; text-decoration: none; }
#content #overlay #col3 .learn_more { color: #fff; }

/* SMALL OVERLAY */
#content #sm_overlay { display: none; position: absolute; top: -4px; color: #a5b1bd; padding-top: 18px; margin: auto; z-index: 1000; width: 249px; height: 220px; background: url(bg_nav_small.png) no-repeat; }
#content #sm_overlay .category { display: none; }
#content #sm_overlay ul { padding-left: 30px; }
#content #sm_overlay ul li { list-style: none; font-size: 87%; line-height: 24px; }
#content #sm_overlay ul li a { text-decoration: none; display: block; width: 180px; }
#content #sm_overlay ul li a:link, #content #sm_overlay ul li a:visited { color: #98a1a8; }
#content #sm_overlay ul li a span { display: none; float: right; padding-right: 10px; }

/* FOOTER OVERLAY */
#footer #footer_overlay { display: none; position: absolute; bottom: 153px; color: #a5b1bd; padding-top: 18px; margin: auto; z-index: 1000; width: 249px; height: 171px; background: url(bg_nav_utilities.png) no-repeat; }
#footer #footer_overlay .category { display: none; }
#footer #footer_overlay ul { padding-left: 30px; }
#footer #footer_overlay ul li { list-style: none; font-size: 87%; line-height: 24px; }
#footer #footer_overlay ul li a { text-decoration: none; display: block; width: 180px; }
#footer #footer_overlay ul li a:link, #footer #footer_overlay ul li a:visited { color: #98a1a8; }
#footer #footer_overlay ul li a span { display: none; float: right; padding-right: 10px; }

/* SBU */
.mx-default #content #overlay #col1 #cat-20, #content #overlay #col1 #cat-24 { display: none; }
.mx-default #content #overlay #col1 #cat-24 h2, #content #overlay #col2 .parent-24 h2 { background: url(nav_icon_cardio.gif) left center no-repeat; padding-left: 10px;}
.mx-default #content #overlay #col2 .parent-66 h2 { background: url(nav_icon_g3.gif) no-repeat left center; }
.mx-default #content #overlay #col2 .parent-3332 h2 { background: url(nav_icon_versa.gif) no-repeat left center; }
.mx-default #content #overlay #col2 .parent-67 h2 { background: url(nav_icon_g7.gif) no-repeat left center; }
.mx-default #content #overlay #col2 .parent-65 h2 { background: url(nav_icon_g1.gif) no-repeat left center; }
.mx-default #content #overlay #col2 .parent-64 h2 { background: url(nav_icon_ls.gif) no-repeat left center; }
.mx-au #content #overlay #col1 #cat-2875, #content #overlay #col1 #cat-2886 { display: none; }
.mx-au #content #overlay #col1 #cat-2886 h2, #content #overlay #col2 .parent-2886 h2 { background: url(nav_icon_cardio.gif) left center no-repeat; padding-left: 10px;}
.mx-au #content #overlay #col2 .parent-2942 h2 { background: url(nav_icon_g3.gif) no-repeat left center; }
.mx-au #content #overlay #col2 .parent-2943 h2 { background: url(nav_icon_g7.gif) no-repeat left center; }
.mx-au #content #overlay #col2 .parent-2941 h2 { background: url(nav_icon_g1.gif) no-repeat left center; }
.mx-au #content #overlay #col2 .parent-2940 h2 { background: url(nav_icon_ls.gif) no-repeat left center; }
.mx-br #content #overlay #col1 #cat-1918, #content #overlay #col1 #cat-1929 { display: none; }
.mx-br #content #overlay #col1 #cat-1929 h2, #content #overlay #col2 .parent-1929 h2 { background: url(nav_icon_cardio.gif) left center no-repeat; padding-left: 10px;}
.mx-br #content #overlay #col2 .parent-1985 h2 { background: url(nav_icon_g3.gif) no-repeat left center; }
.mx-br #content #overlay #col2 .parent-1986 h2 { background: url(nav_icon_g7.gif) no-repeat left center; }
.mx-br #content #overlay #col2 .parent-1984 h2 { background: url(nav_icon_g1.gif) no-repeat left center; }
.mx-br #content #overlay #col2 .parent-1983 h2 { background: url(nav_icon_ls.gif) no-repeat left center; }
.mx-br #content #overlay #col2 .parent-3405 h2 { background: url(nav_icon_versa.gif) no-repeat left center; }
.mx-de #content #overlay #col1 #cat-2237, #content #overlay #col1 #cat-2248 { display: none; }
.mx-de #content #overlay #col1 #cat-2248 h2, #content #overlay #col2 .parent-2248 h2 { background: url(nav_icon_cardio.gif) left center no-repeat; padding-left: 10px;}
.mx-de #content #overlay #col2 .parent-2303 h2 { background: url(nav_icon_g3.gif) no-repeat left center; }
.mx-de #content #overlay #col2 .parent-2305 h2 { background: url(nav_icon_g7.gif) no-repeat left center; }
.mx-de #content #overlay #col2 .parent-2304 h2 { background: url(nav_icon_g1.gif) no-repeat left center; }
.mx-de #content #overlay #col2 .parent-3258 h2 { background: url(nav_icon_versa.gif) no-repeat left center; }
.mx-es #content #overlay #col1 #cat-1284, #content #overlay #col1 #cat-1283 { display: none; }
.mx-es #content #overlay #col1 #cat-1283 h2, #content #overlay #col2 .parent-1284 h2 { background: url(nav_icon_cardio.gif) left center no-repeat; padding-left: 10px;}
.mx-es #content #overlay #col2 .parent-1350 h2 { background: url(nav_icon_g3.gif) no-repeat left center; }
.mx-es #content #overlay #col2 .parent-1351 h2 { background: url(nav_icon_g7.gif) no-repeat left center; }
.mx-es #content #overlay #col2 .parent-1349 h2 { background: url(nav_icon_g1.gif) no-repeat left center; }
.mx-es #content #overlay #col2 .parent-1348 h2 { background: url(nav_icon_ls.gif) no-repeat left center; }
.mx-fr #content #overlay #col1 #cat-1600, #content #overlay #col1 #cat-1611 { display: none; }
.mx-fr #content #overlay #col1 #cat-1611 h2, #content #overlay #col2 .parent-1611 h2 { background: url(nav_icon_cardio.gif) left center no-repeat; padding-left: 10px;}
.mx-fr #content #overlay #col2 .parent-1667 h2 { background: url(nav_icon_g3.gif) no-repeat left center; }
.mx-fr #content #overlay #col2 .parent-1668 h2 { background: url(nav_icon_g7.gif) no-repeat left center; }
.mx-fr #content #overlay #col2 .parent-1666 h2 { background: url(nav_icon_g1.gif) no-repeat left center; }
.mx-fr #content #overlay #col2 .parent-1665 h2 { background: url(nav_icon_ls.gif) no-repeat left center; }
.mx-fr #content #overlay #col2 .parent-3311 h2 { background: url(nav_icon_versa.gif) no-repeat left center; }
.mx-it #content #overlay #col1 #cat-2556, #content #overlay #col1 #cat-2567 { display: none; }
.mx-it #content #overlay #col1 #cat-2567 h2, #content #overlay #col2 .parent-2567 h2 { background: url(nav_icon_cardio.gif) left center no-repeat; padding-left: 10px;}
.mx-it #content #overlay #col2 .parent-2623 h2 { background: url(nav_icon_g3.gif) no-repeat left center; }
.mx-it #content #overlay #col2 .parent-2624 h2 { background: url(nav_icon_g7.gif) no-repeat left center; }
.mx-it #content #overlay #col2 .parent-2622 h2 { background: url(nav_icon_g1.gif) no-repeat left center; }
.mx-it #content #overlay #col2 .parent-2625 h2 { background: url(nav_icon_ls.gif) no-repeat left center; }
.mx-my #content #overlay #col1 #cat-4445, #content #overlay #col1 #cat-4444 { display: none; }
.mx-my #content #overlay #col1 #cat-4444 h2, #content #overlay #col2 .parent-4444 h2 { background: url(nav_icon_cardio.gif) left center no-repeat; padding-left: 10px;}
.mx-my #content #overlay #col2 .parent-4462 h2 { background: url(nav_icon_g3.gif) no-repeat left center; }
.mx-my #content #overlay #col2 .parent-4460 h2 { background: url(nav_icon_g7.gif) no-repeat left center; }
.mx-my #content #overlay #col2 .parent-4463 h2 { background: url(nav_icon_g1.gif) no-repeat left center; }
.mx-my #content #overlay #col2 .parent-369 h2 { background: url(nav_icon_ls.gif) no-repeat left center; }
.mx-nl #content #overlay #col1 #cat-644, #content #overlay #col1 #cat-636 { display: none; }
.mx-nl #content #overlay #col1 #cat-636 h2, #content #overlay #col2 .parent-636 h2 { background: url(nav_icon_cardio.gif) left center no-repeat; padding-left: 10px;}
.mx-nl #content #overlay #col2 .parent-687 h2 { background: url(nav_icon_g3.gif) no-repeat left center; }
.mx-nl #content #overlay #col2 .parent-688 h2 { background: url(nav_icon_g7.gif) no-repeat left center; }
.mx-nl #content #overlay #col2 .parent-686 h2 { background: url(nav_icon_g1.gif) no-repeat left center; }
.mx-nl #content #overlay #col2 .parent-685 h2 { background: url(nav_icon_ls.gif) no-repeat left center; }
.mx-th #content #overlay #col1 #cat-5798, #content #overlay #col1 #cat-5797 { display: none; }
.mx-th #content #overlay #col1 #cat-5797 h2, #content #overlay #col2 .parent-5797 h2 { background: url(nav_icon_cardio.gif) left center no-repeat; padding-left: 10px;}
.mx-th #content #overlay #col2 .parent-5815 h2 { background: url(nav_icon_g3.gif) no-repeat left center; }
.mx-th #content #overlay #col2 .parent-5813 h2 { background: url(nav_icon_g7.gif) no-repeat left center; }
.mx-th #content #overlay #col2 .parent-5816 h2 { background: url(nav_icon_g1.gif) no-repeat left center; }
.mx-th #content #overlay #col2 .parent-369 h2 { background: url(nav_icon_ls.gif) no-repeat left center; }
.mx-uk #content #overlay #col1 #cat-944, #content #overlay #col1 #cat-933 { display: none; }
.mx-uk #content #overlay #col1 #cat-933 h2, #content #overlay #col2 .parent-944 h2 { background: url(nav_icon_cardio.gif) left center no-repeat; padding-left: 10px;}
.mx-uk #content #overlay #col2 .parent-1006 h2 { background: url(nav_icon_g3.gif) no-repeat left center; }
.mx-uk #content #overlay #col2 .parent-1007 h2 { background: url(nav_icon_g7.gif) no-repeat left center; }
.mx-uk #content #overlay #col2 .parent-998 h2 { background: url(nav_icon_g1.gif) no-repeat left center; }
.mx-uk #content #overlay #col2 .parent-999 h2 { background: url(nav_icon_ls.gif) no-repeat left center; }
.mx-world #content #overlay #col1 #cat-316, #content #overlay #col1 #cat-306 { display: none; }
.mx-world #content #overlay #col1 #cat-306 h2, #content #overlay #col2 .parent-316 h2 { background: url(nav_icon_cardio.gif) left center no-repeat; padding-left: 10px;}
.mx-world #content #overlay #col2 .parent-371 h2 { background: url(nav_icon_g3.gif) no-repeat left center; }
.mx-world #content #overlay #col2 .parent-372 h2 { background: url(nav_icon_g7.gif) no-repeat left center; }
.mx-world #content #overlay #col2 .parent-370 h2 { background: url(nav_icon_g1.gif) no-repeat left center; }
.mx-world #content #overlay #col2 .parent-369 h2 { background: url(nav_icon_ls.gif) no-repeat left center; }
.mx-world .strength-overlay { background: url(strength-nav-bg-796.png) no-repeat; }
.mx-world .overlayCloseButton { left: 763px; }
