
/* Basic Typography & Colors
-------------------------------------------------------------- */
/* Add general site styling here for typography and background */
body {
  font-size: 75%;   /* also set in fusion_starter.info: settings[base-font-size] = font-size-12 */
  line-height:100%;
}

/* Default link styles - separate a:visited for a different visited link style */
a,
a:link,
a:visited {
	color:#0d2b88;
	text-decoration:none;
}

/* Hover/active link styles. Don't forget :focus for accessibility */
a:hover,
a:focus,
a:active {
	text-decoration:underline;
}

.block{
	margin:0;
}

li, li.leaf, ul.menu li, .item-list ul li {
	line-height:100%;
}

.preface-top-inner ul.menu li{
	line-height:150%;
}
/* Specific Typography
-------------------------------------------------------------- */
#site-name {
  font-size: 300%;
  font-weight: normal;
  line-height: 150%;
  margin: 0;
}

.footer-message {
  font-size: 90%;
}


/* HTML Elements
-------------------------------------------------------------- */
body {
	background:#d6d6d6;
	color:#4a5260
}

/* Site Info
-------------------------------------------------------------- */
#header-site-info {
	float: left;
	padding-top: 5px;
}

.site-name-wrapper {
	float:left;
}

/* Link and hover styles for site name */
#site-name a:link,
#site-name a:visited,
#site-name a:hover,
#site-name a:active {

}

/* Typography for site slogan */
#slogan {
}


/* Regions

  Classes (.region-name) should always be used instead of IDs (#region-name) so
  that Skinr styles can override them with a class later
-------------------------------------------------------------- */

/* All Regions
-------------------------------------------------------------- */
/* By default this wrapper is set to 100% width and centered -- override here to
  narrow wrapper or align left or right */
.page {
}

/* The 0 values here remove padding and spacing at the bottom of the page.
  Remove to add a gap at the very bottom of the page */
.page-inner {
  border: 0;
  margin-bottom: 0;
  padding: 0;
}


/* Header Regions
-------------------------------------------------------------- */
/* Header Top region to the bottom of Header region */
/* For full-width header background, add background image/color here */
.header-group-wrapper {
}

.header-group {
  margin-top:10px;
  background:#ffffff;
  border-top-right-radius: 25px;
  -moz-border-radius-topright: 25px;
  box-shadow: 0 4px 4px -2px #888;
  -moz-box-shadow: 0 4px 4px -2px #888;
  -webkit-box-shadow: 0 4px 4px -2px #888;
}

/* Header Top region which sits above the header */
/* Works well with inline login or inline menu block style */
.header-top-wrapper {
}

.header-top {
}


/* Main Menu
/-------------------------------------------------------------- */
/* Add general styles for main menu here, such as typography, borders, floats,
  or spacing above/below */
.main-menu {
}


/*  Preface Regions
-------------------------------------------------------------- */
/* The Preface Top region sits between the header and the Main Area
 (columns, sidebars, and main content).  The Preface Bottom region
 is inside the Main Area. */
.preface-top-wrapper {
}

.preface-top {
	background:#c6cedb;
	margin-top:5px;
}

.preface-top ul,
.preface-top ul li,
.preface-top ul li a{
	float:right;
	display:block;
	list-style-type:none;
	padding-left:10px;
	margin:0;
	padding-top:0;
	color:#ffffff;
	font-weight:bold;
	text-decoration:underline;
}

.preface-top-inner {
}

.preface-bottom {
	background:#ffffff url("../images/border.gif") repeat-y;
	}

.preface-bottom-inner {
	clear:both;
	padding:0;
	width:960px;
	text-align:right;
}
.preface-bottom-inner .gutter{
	margin:0;
}

/*  Main Area (content + sidebars + preface bottom + postscript top)
-------------------------------------------------------------- */
.main-wrapper {

}
#main{
	background:#ffffff url("../images/border.gif") repeat-y;
	width:960px;
	padding-top:10px;
	box-shadow: 0 4px 4px -2px #888;
  	-moz-box-shadow: 0 4px 4px -2px #888;
  	-webkit-box-shadow: 0 4px 4px -2px #888;

}
.content-group-inner{
	margin-bottom:10px;
   	border-left:1px gray solid;
   	min-height:700px;
}

.two-sidebars .content-group-inner{
	border-right:1px gray solid;
}
.content-region-inner a,
.content-region-inner a:link,
.content-region-inner a:visited {
	font-weight:bold;
}


/* Sidebar Regions
-------------------------------------------------------------- */
/* Sidebar widths can be controlled through theme settings */
.sidebar-first-inner {
}

.sidebar-second-inner{
}
.block ul {
	padding:0;
}
/*#sidebar-first ul,
#sidebar-first ul li.leaf,*/
#sidebar-first ul li{
	list-style-type:none;
	text-align:right;
	list-style-image:none;
	padding-bottom:10px;
}

#sidebar-first ul li ul{
	padding-bottom:0px;
}
#sidebar-first ul li ul li{
	padding-bottom:5px;
}

#sidebar-first ul li a{
	color:#0d2b88;
	text-decoration:none;
}
#sidebar-first ul li a.active{
	font-weight:bold;
}
#sidebar-first ul li a:hover{
	text-decoration:underline;
}

/*submenus*/
#sidebar-first ul li ul {
	width:75%;
	line-height:100%;
	font-size:85%;
}
#sidebar-first ul li ul li.first{
	padding-top:5px;
}
/*li{
	padding-bottom:0;
	line-height:100%;
	font-size:75%;
}
#sidebar-first ul li ul li a{
	margin-right:10px;
		text-align:right;

}



/* Content Regions
-------------------------------------------------------------- */
.content {

}

.content-inner {
}

/* This region only appears on full node pages. It's useful for ads or other
  content between the body of the node and its comments */
.node-bottom {
}

/*  Postscript & Footer Regions
-------------------------------------------------------------- */
.postscript-top {
}

.postscript-top-inner {
}

.postscript-bottom-wrapper {
}

.postscript-bottom {
}

.postscript-bottom-inner {
}

.footer-wrapper {
}

.footer {

}

.footer-inner {
	text-align:center;
	margin-top:5px;
	color:#0d2b88;
	background:#ffffff url("../images/border.gif") repeat-y;
}



/* Page titles
/-------------------------------------------------------------- */
/* Page and full node titles */
h1.title {
	text-transform: uppercase;
	border-bottom: 1px gray solid;
	width: 97%;
	padding-bottom: 5px;
	color: #0d2b88;
	line-height: 25px;
}


/* Default node styles
/-------------------------------------------------------------- */
/* Change unpublished and preview colors for dark background themes */
.node-unpublished {
  background-color: #fff4f4;
}
.preview .node {
  background-color: #ffffea;
}

/* Typography for node titles */
h2 {
	text-transform:uppercase;
	color:#4A5260;
	background-color:#ebebeb;
	padding:5px;
	font-size:14px;
	margin-top:20px;
}

/* Colors and styles for linked node titles, ie. teaser listing at /node */
h2.title a:link,
h2.title a:visited {
}

h2.title a:hover,
h2.title a:focus,
h2.title a:active {
}

/* Separators and padding for node teasers */
.node-teaser {
}

/* Author/date info */
.meta {
}

.submitted {
}

/* Links for nodes (taxonomy, commenting, read more, etc) */
.node ul.links li {
}
.node ul.links a {
}

/* Only more/read more links */
div.node .read-more a,
div.node .more-link a {
}

/* Default callout styles
/-------------------------------------------------------------- */
h2.renco_callout{
	background-color:#FCB6B6;
}

p.renco_callout {
	color:#FF0000;
	font-weight:bold;
}

p.renco_callout a,
p.renco_callout a:link,
p.renco_callout a:visited,
p.renco_callout a:hover,
p.renco_callout a:focus,
p.renco_callout a:active {
	color:red;
}

/* Drupal Messages
/-------------------------------------------------------------- */
/* General style for all errors/messages (border, padding, etc.) */
div.content-messages div.messages,
div.content-help div.help {
}

/* Status messages: green */
div.content-messages-inner div.status {
}

/* Warning messages: yellow */
div.content-messages-inner div.warning {
}

/* Error messages: red */
div.content-messages-inner div.error {
}

/* Help messages: blue */
div.content-help-inner div.help {
}

/* Error that appears when a required form field is not filled out */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #aa1144;
}

/* "New" text and required form field asterisk (default = red) */
.marker,
.form-required {
  color: #aa1144;
}


/* Default block title styles
/-------------------------------------------------------------- */
h2.block-title {
}


/* Breadcrumbs
-------------------------------------------------------------- */
.breadcrumbs {
}

.breadcrumbs a:link,
.breadcrumbs a:visited {
}


/* Tab Menus
/-------------------------------------------------------------- */
#content-tabs {
  background-color: transparent;
  float: left; /* LTR */
  margin: 20px 0;
  padding: 0;
}

#content-tabs ul.primary,
#content-tabs ul.secondary {
  border-bottom: 1px solid #000;
  clear: both;
  float: left; /* LTR */
  margin: 0;
  padding: 0 10px;
}

#content-tabs ul.secondary {
  border-bottom: 1px solid #555;
  margin-top: 10px;
  text-transform: lowercase;
}

#content-tabs ul.primary li,
#content-tabs ul.secondary li {
  border-style: none;
  display: inline;
  float: left; /* LTR */
  list-style: none;
  margin: 0 10px;
  padding: 0;
}

#content-tabs ul.primary li a:link,
#content-tabs ul.primary li a:visited,
#content-tabs ul.secondary li a:link,
#content-tabs ul.secondary li a:visited {
  background-color: transparent;
  border: none;
  color: #000;
  float: left; /* LTR */
  font-weight: bold;
  margin: 0;
  padding: 0 0 6px 0;
  text-decoration: none;
  white-space: nowrap;
}

#content-tabs ul.secondary li a:link,
#content-tabs ul.secondary li a:visited {
  color: #555;
}

#content-tabs ul.primary li a.active:link,
#content-tabs ul.primary li a.active:visited {
  border-bottom: 4px solid #000;
  color: #555;
  padding-bottom: 2px;
}

#content-tabs ul.secondary li a.active:link,
#content-tabs ul.secondary li a.active:visited {
  border-bottom: 4px solid #555;
  color: #777;
  padding-bottom: 2px;
}

#content-tabs ul.primary li a:hover,
#content-tabs ul.primary li a:focus,
#content-tabs ul.secondary li a:hover,
#content-tabs ul.secondary li a:focus {
  border-bottom: 4px solid #777;
  color: #777;
  padding-bottom: 2px;
}

/* Pagers
-------------------------------------------------------------- */
ul.pager {
}

ul.pager li {
}

ul.pager a,
ul.pager li.pager-current {
  border-color: #333;
}

ul.pager li.pager-current {
  background-color: #777;
  color: #fff;
}

ul.pager a:hover,
ul.pager a:active,
ul.pager a:focus {
  background-color: #777;
  border-color: #333;
  color: #fff;
}

/* Forms
/-------------------------------------------------------------- */
/* Typography and backgrounds for all form buttons */
form input.form-submit {
  margin: 2px;
  padding: 3px 5px;
}

/* Hover style for form buttons */
form input.form-submit:hover,
form input.form-submit.hover,
form input.form-submit:focus {
}

/* Typography, background, borders, padding for form fields */
.form-item input,
.form-item select,
.form-item textarea {
}

/* Remove backgrounds and border on radios and checkboxes */
.form-item .form-radio,
.form-item .form-checkbox {
  background: none;
  border: none !important;
}

/* Fieldset wrapper around groups of form elements -- add border here */
fieldset {
}

/* Typography and spacing for legend of fieldsets */
fieldset legend {
}

/* Link style for legend of fieldsets */
fieldset legend,
legend.collapse-processed,
legend.collapse-processed a:link,
legend.collapse-processed a:visited {
}

/* Custom icons on (open) collapsible fieldsets */
html.js fieldset.collapsible legend a:link,
html.js fieldset.collapsible legend a:visited {
}

/* Custom icons on (closed) collapsible fieldsets */
html.js fieldset.collapsed legend a:link,
html.js fieldset.collapsed legend a:visited {
}


/* Tables
-------------------------------------------------------------- */
table {
	border-collapse:separate;
}

/* Body of tables */
tbody {
  border-top: 1px solid #ccc;
}

/* Header of tables */
thead th,
th {
  border-bottom: 3px solid #ccc;
}

tbody th {
  border-bottom: 1px solid #ccc;
}

.view-virtual-engineer thead th,
.view-virtual-engineer tbody td {
  text-align: center;
}

/* Alternating row background styles */
tr.even,
tr.even td {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
}

tr.odd,
tr.odd td {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}

td.active {
}

tr.drag td,
tr.drag-previous td {
  color: #000;
}


/* Maintenance Page
/-------------------------------------------------------------- */
/* Maintenance page tpl file in Fusion Core has simplified layout, but you can
  also add specific styles, such as a background, just for your offline page */
.in-maintenance  {
}


/*--------------------------------------------------------------*/
/* Module styles
/-------------------------------------------------------------- */


/* Book
/-------------------------------------------------------------- */
.book-navigation .menu {
  border-top: 1px solid #ccc;
}

.book-navigation .page-links {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}


/* Comments
/-------------------------------------------------------------- */
/* Style for each individual comment */
div.comment {
  padding: 0px;
}

/* Subject (title) of each comment */
div.comment h3.title {
}

/* Links (edit, reply, delete) for each comment */
div.comment div.links a,
div.comment ul.links a {
}

/* Alternating styles for even/odd comments */
.comments .comment.odd {
  background-color: #fff;
}

.comments .comment.even {
  background-color: #eee;
}

/* A special highlight style for a comment by the author of the node */
.comments div.comment-by-author {
  background-color: #ddd;
}

/* Comment signatures */
.signature {
  border-top: 1px solid #d6ddb9;
}

/* User avatars in comments */
.comment-wrapper .picture img {
}


/* Forum
/-------------------------------------------------------------- */
#forum .description {
}

.forum-topic-navigation {
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
}


/* Poll
/-------------------------------------------------------------- */
div.poll div.bar {
  background-color: #ddd;
}

div.poll div.bar div.foreground {
  background-color: #999;
}


/* Profiles
/-------------------------------------------------------------- */
.profile .picture {
  float: none;
}

/* Styles for sub-headings on user profiles */
.profile dt {
  background-color: #ccc;
}


/* Skinr
/-------------------------------------------------------------- */

/* This is a sample Skinr style to get you started. See fusion_starter.info */
.fusion-example-stylename .inner {
  /* When setting the background color, also set foreground colors for text and
    links, even if it's similar to the default body style. Remember, this block
    style may be used in regions with other foreground colors, thus making text
    invisible if left unspecified */
  background-color: #ccc;
  color: #000;
  /* All padding and borders should go on the .inner div, so as not to break
    the widths of the grid */
  border: 3px solid #000;
  padding: 10px;
}

#block-block-15 .content {
  color: red;
}

.node-electronic-product-display .field-name-field-description {
  clear: both;
}

.renco-requestfreesample {
  width: 500px;
}

.renco-requestfreesample a {
  padding-left: 10px;
}

.views-widget .form-item-isat-max,
.views-widget .form-item-inductance-max,
.views-widget .form-item-irms-max,
.views-widget .form-item-maxdcr-max {
  text-transform: lowercase;
}

.veunit {
  float: left;
}

.quality_doc_heading {
	 color: #fff;
	 text-align: center;
		background-color: #c6cedb;
		border: 1px solid #4a5260;
}

.quality_standard_text {
		border: 1px solid #4a5260;
	 color: #000;
}

.quality_obsolete_text {
		border: 1px solid #4a5260;
	 color: #F00;
}

.quality_sub_heading {
	 font-weight: bold;
}

.quality_mid_heading {
	 font-size: 1.5em;
	 font-weight: bold;
		width: 27%;
}
.quality_subcenter_heading {
	 font-weight: bold;
		text-align: center;
}

.quality_midcenter_heading {
 	font-size: 1.5em;
	 font-weight: bold;
		text-align: center;
		width: 55%
}

.page-quality h1.title {
	 display: none;
}

fieldset {
	 margin: 5px 0;
		padding: 8px 10px 8px 10px;
}

.form-item {
	margin-top: .4em;
	margin-bottom: .4em;
}

.webform-component-markup {
	 border-bottom: 3px solid blue;
  padding-bottom: 5px;
  border-top: 3px solid blue;
  padding-top: 5px;
		text-align: center;
		font-weight: bold;
		width: 100%;
}

.field-suffix,
label.option {
	font-weight: bold;
}

/* this item is for the inductor design form */
div#webform-component-general--ic-vendor {
	 margin-left:	20px;
}

.webform-client-form legend {
	 display: none;
}

.webform-component-fieldset {
	 display: inline-block;
		width: 96%;
}

.webform-component-fieldset label {
	 display: inline-block !important;
		margin-right: 0.1em;
}

/* Catalog request form */
#webform-client-form-6 legend {
	display: inherit;
}

#webform-client-form-6 .form-item {
	padding-right: 20px;
}

#webform-client-form-6 .form-checkboxes {
	display: inline-block;
}

#webform-client-form-6 .form-checkboxes label {
	font-weight: normal;
}


/* Changes for the Toroidal Transformer spec contruction form */

fieldset#webform-component-leads-fieldset--leads-1,
fieldset#webform-component-leads-fieldset--leads-2,
fieldset#webform-component-leads-fieldset--leads-3,
fieldset#webform-component-leads-fieldset--leads-4,
fieldset#webform-component-leads-fieldset--leads-5,
fieldset#webform-component-leads-fieldset--leads-6,
fieldset#webform-component-leads-fieldset--leads-7,
fieldset#webform-component-leads-2-fieldset--leads-8,
fieldset#webform-component-leads-2-fieldset--leads-9,
fieldset#webform-component-leads-2-fieldset--leads-10,
fieldset#webform-component-leads-2-fieldset--leads-11,
fieldset#webform-component-leads-2-fieldset--leads-12,
fieldset#webform-component-leads-2-fieldset--leads-13,
fieldset#webform-component-leads-2-fieldset--leads-14,
fieldset#webform-component-leads-2-fieldset--leads-15,
fieldset#webform-component-leads-2-fieldset--leads-16,
fieldset#webform-component-ac-output-fieldset--secondary-1-fieldset,
fieldset#webform-component-ac-output-fieldset--secondary-2-fieldset,
fieldset#webform-component-ac-output-fieldset--secondary-3-fieldset,
fieldset#webform-component-ac-output-fieldset--secondary-4-fieldset,
fieldset#webform-component-ac-output-fieldset--secondary-5-fieldset,
fieldset#webform-component-ac-output-fieldset--secondary-6-fieldset {
	 margin: 0px 0;
}

fieldset#webform-component-secondary-1-fieldset div.form-item,
fieldset#webform-component-secondary-2-fieldset div.form-item,
fieldset#webform-component-secondary-3-fieldset div.form-item,
fieldset#webform-component-secondary-4-fieldset div.form-item,
fieldset#webform-component-secondary-5-fieldset div.form-item,
fieldset#webform-component-secondary-6-fieldset div.form-item,
fieldset .webform-component-textfield.webform-container-inline,
.form-item-submitted-general-power-supply-2-select,
.form-type-checkbox {
	 display: inline-block !important;
		padding-right: 0px;
}

#edit-submitted-general-power-supply-2-select {
  margin-left: 12em;
}

#webform-component-ac-output-fieldset--secondary-1-fieldset--secondary-1-lead,
#webform-component-ac-output-fieldset--secondary-2-fieldset--secondary-2-lead,
#webform-component-ac-output-fieldset--secondary-3-fieldset--secondary-6-lead,
#webform-component-ac-output-fieldset--secondary-4-fieldset--secondary-4-lead,
#webform-component-ac-output-fieldset--secondary-5-fieldset--secondary-5-lead,
#webform-component-ac-output-fieldset--secondary-6-fieldset--secondary-3-lead {
	  margin-left: 3em;
}


div#webform-component-secondary-1-fieldset--secondary-1-amp label,
div#webform-component-secondary-2-fieldset--secondary-2-amp label,
div#webform-component-secondary-3-fieldset--secondary-3-amp label,
div#webform-component-secondary-4-fieldset--secondary-4-amp label,
div#webform-component-secondary-5-fieldset--secondary-5-amp label,
div#webform-component-secondary-6-fieldset--secondary-6-amp label {
	 display: none !important;
}

#webform-component-magnetics-are-there-any-other-magnetics-used-in-this-design label,
#webform-component-magnetics--are-there-any-other-magnetics-used-in-this-design label {
		padding-bottom: 5px;
}

#webform-component-magnetics-are-there-any-other-magnetics-used-in-this-design,
#webform-component-magnetics-are-there-any-other-magnetics-used-in-this-design {
	  text-align: center;
}

#webform-component-notes label {
	 display: none;
}

#webform-component-general--power-supply-topology {
	 line-height: 20px;
}

/* set the foot information */
#webform-component-revision-1,
#webform-component-revision-2,
#webform-component-revision-3,
#webform-component-revision-4,
#webform-component-revision-5 {
	 border-bottom: none;
		text-align: left;
		width: 100%;
}


.form-item-submitted-leads-fieldset-leads-1-leads-tinned,
.form-item-submitted-leads-fieldset-leads-2-leads-tinned,
.form-item-submitted-leads-fieldset-leads-3-leads-tinned,
.form-item-submitted-leads-fieldset-leads-4-leads-tinned,
.form-item-submitted-leads-fieldset-leads-5-leads-tinned,
.form-item-submitted-leads-fieldset-leads-6-leads-tinned,
.form-item-submitted-leads-fieldset-leads-7-leads-tinned,
.form-item-submitted-leads-2-fieldset-leads-8-leads-tinned,
.form-item-submitted-leads-2-fieldset-leads-9-leads-tinned,
.form-item-submitted-leads-2-fieldset-leads-10-leads-tinned,
.form-item-submitted-leads-2-fieldset-leads-11-leads-tinned,
.form-item-submitted-leads-2-fieldset-leads-12-leads-tinned,
.form-item-submitted-leads-2-fieldset-leads-13-leads-tinned,
.form-item-submitted-leads-2-fieldset-leads-14-leads-tinned,
.form-item-submitted-leads-2-fieldset-leads-15-leads-tinned,
.form-item-submitted-leads-2-fieldset-leads-16-leads-tinned {
	 display: inline-block;
}

#webform-component-standard-fieldset--safety,
#webform-component-insulation-fieldset--electrical-spec,
#webform-component-ac-output-fieldset--ac-output,
#webform-component-schematic-fieldset--insert-schematic,
#webform-component-primary-winding-fieldset--layout,
#webform-component-primary-winding-fieldset--drawing-1,
#webform-component-leads-fieldset--leads-color-length-terminal,
#webform-component-standard-fieldset--wound-dimension,
#webform-component-marking-fieldset--marking,
#webform-component-mounting-fieldset--mounting-method,
#webform-component-mounting-fieldset--standard-mounting-method-fieldset--drawing-2,
#webform-component-other-dimension-fieldset--explanation,
#webform-component-wound-dimension-fieldset--wound-dimension,
#webform-component-mounting-fieldset--standard-mounting-method-fieldset--choose-one {
	 display: initial;
		text-align: left;
}

/* Box out the options */
div#edit-submitted-general-mounting-options-inductor,
div#edit-submitted-general-mounting-options-power {
  display: inline-block;
  float: right;
  width: 371px;
  margin-left: 10px;
  line-height: 20px;
}

form#webform-client-form-22190 div#edit-submitted-general-mounting-options-power {
	 width: 400px;
}

form#webform-client-form-22187 div#edit-submitted-general-power-supply-topology-select {
  display: inline-block;
  width: 423px;
  float: right;
}

div#edit-submitted-general-power-supply-topology {
  display: inline-block;
  float: right;
  width: 325px;
  margin-left: 10px;
  line-height: 20px;
}

div#webform-component-general--shielding label{
	  padding-right: 17px;
}

.webform-component {
	 display: inline-block;
}

/* set the headers in the design forms */
#webform-component-company-fieldset label,
#webform-component-project-fieldset label {
  width: 115px;
  text-align: right;
  padding-right: 5px;
}

/* set the option buttons inline and remove label */
#webform-component-general--inductance-option label,
#webform-component-general--current-sensed-option label,
#webform-component-general--volt-amp-out-option label,
#webform-component-general--bias-current-option label,
#webform-component-general--1-current-option label,
#webform-component-general--2-current-option label,
#webform-component-general--3-current-option label,
#webform-component-general--4-current-option label {
  display: none !important;
}

#webform-component-general--inductance-option .form-radios label,
#webform-component-general--current-sensed-option .form-radios label,
#webform-component-general--volt-amp-out-option .form-radios label,
#webform-component-general--bias-current-option .form-radios label,
#webform-component-general--1-current-option .form-radios label,
#webform-component-general--2-current-option .form-radios label,
#webform-component-general--3-current-option .form-radios label,
#webform-component-general--4-current-option .form-radios label {
  display: inline-block !important;
}

.quality_subheader {
	 font-weight: bold;
		font-size: 1.5em;
		padding-top: 15px;
		text-transform: uppercase;
}

.quality_table {
	 border: 1px solid #4a5260;
		padding-bottom: 10px;
		padding-top: 10px;
}

.quality_update {
	 color: red;
		text-align:center;
}

/* set the quality menu across the top */
#block-menu-menu-quality-menu {
  margin-bottom: 20px;
}

#block-menu-menu-quality-menu ul {
  /*border-top: 1px solid #4a5260;*/
  border-bottom: 1px solid #4a5260;
  margin: 0;
  padding: 5px 0;
}

#block-menu-menu-quality-menu li {
	display: inline-block;
	padding: 0 10px 0 5px;
	margin: 0;
	border-right: 1px solid #4a5260;
}

#block-menu-menu-quality-menu li.first {
	display: block;
	margin-bottom: 10px;
	padding-left: 0;
	border: none;
}

#block-menu-menu-quality-menu li.last {
	border: none;
}

#block-menu-menu-quality-menu li a {
  font-size: 14px;
  font-family: Arial, Helvetica, Verdana, 'Bitstream Vera Sans', sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

#block-menu-menu-quality-menu li.first a {
	font-weight: bold;
}

.field-name-field-image-gallery-1 img,
.field-name-field-image-gallery-2 img {
  float: left;
  padding: 5px;
}

.field-name-field-body-2 {
  padding-top: 1em;
  clear: left;
}

