/*! jQuery UI - v1.11.1 - 2014-10-16
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, tabs.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=%22Myriad%20Pro%22%2CArial%2Csans-serif&fwDefault=normal&fsDefault=16px&cornerRadius=10px&bgColorHeader=%23e9e9e9&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=%23ffffff&fcHeader=%23ffffff&iconColorHeader=%23222222&bgColorContent=%23ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=%23ffffff&fcContent=%23000000&iconColorContent=%23222222&bgColorDefault=%23ffffff&bgTextureDefault=flat&bgImgOpacityDefault=0&borderColorDefault=%23ffffff&fcDefault=%23000000&iconColorDefault=%23888888&bgColorHover=%23ffffff&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=%23ffffff&fcHover=%23212121&iconColorHover=%23454545&bgColorActive=%2332b6e2&bgTextureActive=flat&bgImgOpacityActive=100&borderColorActive=%23ffffff&fcActive=%23ffffff&iconColorActive=%23454545&bgColorHighlight=%23ffffff&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=%23fcefa1&fcHighlight=%23363636&iconColorHighlight=%232e83ff&bgColorError=%23fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=%23cd0a0a&fcError=%23cd0a0a&iconColorError=%23cd0a0a&bgColorOverlay=%23aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23ee5555&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 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 !important;
	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); /* support: IE8 */
}

.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-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.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 {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.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;
	
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 63%, #e6e6e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(63%,#ffffff), color-stop(100%,#e6e6e6)); 	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 63%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 63%,#e6e6e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 63%,#e6e6e6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 63%,#e6e6e6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
	border-bottom: solid 3px #32b6e2;


}
.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;
	background-color:#32b6e2;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	color:white !important;}




.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 0em;
	background: none;
}

/* Component containers
----------------------------------*/
tabnav .ui-widget {
	font-family: "Myriad Pro",Arial,sans-serif;
	font-size: 16px;
}
tabnav .ui-widget .ui-widget {
	font-size: 1em;
}
tabnav .ui-widget input,
tabnav .ui-widget select,
tabnav .ui-widget textarea,
tabnav .ui-widget button {
	font-family: "Myriad Pro",Arial,sans-serif;
	font-size: 1em;
}
tabnav .ui-widget-content {
	border: 1px solid #ffffff;
	background: #ffffff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
	color: #000000;
}
tabnav .ui-widget-content a {
	color: #000000;
}
tabnav .ui-widget-header {
	border: 1px solid #ffffff;
	background: #e6e6e6 url("images/ui-bg_highlight-soft_75_e9e9e9_1x100.png") 50% 50% repeat-x;
	color: #ffffff;
	font-weight: bold;
}
tabnav .ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
tabnav .ui-state-default,
tabnav .ui-widget-content .ui-state-default,
tabnav .ui-widget-header .ui-state-default {
	border: 1px solid #ffffff;
	background: #ffffff url("images/ui-bg_flat_0_ffffff_40x100.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #000000;
}
tabnav .ui-state-default a,
tabnav .ui-state-default a:link,
tabnav .ui-state-default a:visited {
	color: #000000;
	text-decoration: none;
}
tabnav .ui-state-hover,
tabnav .ui-widget-content .ui-state-hover,
tabnav .ui-widget-header .ui-state-hover,
tabnav .ui-state-focus,
tabnav .ui-widget-content .ui-state-focus,
tabnav .ui-widget-header .ui-state-focus {
	border: 1px solid #ffffff;
	background: #ffffff url("images/ui-bg_glass_75_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
tabnav .ui-state-hover a,
tabnav .ui-state-hover a:hover,
tabnav .ui-state-hover a:link,
tabnav .ui-state-hover a:visited,
tabnav .ui-state-focus a,
tabnav .ui-state-focus a:hover,
tabnav .ui-state-focus a:link,
tabnav .ui-state-focus a:visited {
	color: #212121;
	text-decoration:file:///Volumes/tpeders/Fibergrate/ClickThru/productsMain.html#tabs-2 none;
}
tabnav .ui-state-active,
tabnav .ui-widget-content .ui-state-active,
tabnav .ui-widget-header .ui-state-active {
	border: 1px solid #ffffff;
	background: #32b6e2 url("images/ui-bg_flat_100_32b6e2_40x100.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #ffffff;
}
tabnav .ui-state-active a,
tabnav .ui-state-active a:link,
tabnav .ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
tabnav .ui-state-highlight,
tabnav .ui-widget-content .ui-state-highlight,
tabnav .ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #ffffff url("images/ui-bg_glass_55_ffffff_1x400.png") 50% 50% repeat-x;
	color: #363636;
} 
tabnav .ui-state-highlight a,
tabnav .ui-widget-content .ui-state-highlight a,
tabnav .ui-widget-header .ui-state-highlight a {
	color: #363636;
}
tabnav .ui-state-error,
tabnav .ui-widget-content .ui-state-error,
tabnav .ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
	color: #cd0a0a;
}
tabnav .ui-state-error a,
tabnav .ui-widget-content .ui-state-error a,
tabnav .ui-widget-header .ui-state-error a {
	color: white;
}
tabnav .ui-state-error-text,
tabnav .ui-widget-content .ui-state-error-text,
tabnav .ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
tabnav .ui-priority-primary,
tabnav .ui-widget-content .ui-priority-primary,
tabnav .ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
tabnav .ui-priority-secondary,
tabnav .ui-widget-content .ui-priority-secondary,
tabnav .ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
tabnav .ui-state-disabled,
tabnav .ui-widget-content .ui-state-disabled,
tabnav .ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
tabnav .ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}


/* Misc visuals
----------------------------------*/

/* Corner radius */
tabnav .ui-corner-all,
tabnav .ui-corner-top,
tabnav .ui-corner-left,
tabnav .ui-corner-tl {
	border-top-left-radius: 10px;
}
tabnav .ui-corner-all,
tabnav .ui-corner-top,
tabnav .ui-corner-right,
tabnav .ui-corner-tr {
	border-top-right-radius: 10px;
}
tabnav .ui-corner-all,
tabnav .ui-corner-bottom,
tabnav .ui-corner-left,
tabnav .ui-corner-bl {
	border-bottom-left-radius: 10px;
}
tabnav .ui-corner-all,
tabnav .ui-corner-bottom,
tabnav .ui-corner-right,
tabnav .ui-corner-br {
	border-bottom-right-radius: 10px;
}
 
/* Overlays */
tabnav .ui-widget-overlay {
	background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
tabnav .ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #ee5555 url("images/ui-bg_flat_0_ee5555_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
	border-radius: 8px;
}
